Skip to content

Commit

Permalink
Removed dupe keys issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sadeed12345 committed Jul 29, 2022
1 parent c1ef9d2 commit d611ebd
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions helpers/aws/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,10 @@ var calls = {
paginatelistImagePipelines: {
property: 'imagePipelineList',
paginate: 'nextToken'
},
listImageRecipes: {
property: 'imageRecipeSummaryList',
paginate: 'nextToken'
}
},
IAM: {
Expand Down Expand Up @@ -708,12 +712,6 @@ var calls = {
override: true
}
},
Imagebuilder: {
listImageRecipes: {
property: 'imageRecipeSummaryList',
paginate: 'nextToken'
}
},
IoTSiteWise: {
describeDefaultEncryptionConfiguration: {
}
Expand Down Expand Up @@ -1377,6 +1375,12 @@ var postcalls = [
reliesOnCall: 'listComponents',
filterKey: 'componentBuildVersionArn',
filterValue: 'arn'
},
getImageRecipe: {
reliesOnService: 'imagebuilder',
reliesOnCall: 'listImageRecipes',
filterKey: 'imageRecipeArn',
filterValue: 'arn'
}
},
S3: {
Expand Down Expand Up @@ -1643,14 +1647,6 @@ var postcalls = [
filterValue: 'Id'
}
},
Imagebuilder: {
getImageRecipe: {
reliesOnService: 'imagebuilder',
reliesOnCall: 'listImageRecipes',
filterKey: 'imageRecipeArn',
filterValue: 'arn'
}
},
DLM: {
getLifecyclePolicy: {
reliesOnService: 'dlm',
Expand Down

0 comments on commit d611ebd

Please sign in to comment.