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 31e6fe4 commit 17860c4
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions helpers/aws/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,13 @@ var postcalls = [
reliesOnCall: 'listComponents',
filterKey: 'componentBuildVersionArn',
filterValue: 'arn'
}
},
getInfrastructureConfiguration: {
reliesOnService: 'imagebuilder',
reliesOnCall: 'listInfrastructureConfigurations',
filterKey: 'infrastructureConfigurationArn',
filterValue: 'arn'
},
},
CloudWatch: {
getEsMetricStatistics: {
Expand Down Expand Up @@ -1387,20 +1393,6 @@ var postcalls = [
filterValue: 'DomainName'
}
},
Imagebuilder: {
getInfrastructureConfiguration: {
reliesOnService: 'imagebuilder',
reliesOnCall: 'listInfrastructureConfigurations',
filterKey: 'infrastructureConfigurationArn',
filterValue: 'arn'
},
getComponent: {
reliesOnService: 'imagebuilder',
reliesOnCall: 'listComponents',
filterKey: 'componentBuildVersionArn',
filterValue: 'arn'
}
},
S3: {
getBucketLogging: {
reliesOnService: 's3',
Expand Down

0 comments on commit 17860c4

Please sign in to comment.