Skip to content

Commit

Permalink
feat(experimentalIdentityAndAuth): release phase for services with si…
Browse files Browse the repository at this point in the history
…gning customizations

Services:

- RDS
- EC2
- Polly
  • Loading branch information
Steven Yuan committed Jan 5, 2024
1 parent 2b028a5 commit b56a00c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions codegen/sdk-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ tasks.register("generate-smithy-build") {
ShapeId.from("com.amazonaws.sts#AWSSecurityTokenServiceV20110615"),
ShapeId.from("com.amazonaws.sqs#AmazonSQS"),
ShapeId.from("com.amazonaws.dynamodb#DynamoDB_20120810"),
ShapeId.from("com.amazonaws.rds#AmazonRDSv19"),
ShapeId.from("com.amazonaws.ec2#AmazonEC2"),
ShapeId.from("com.amazonaws.polly#Parrot_v1"),
)
val projectionContents = Node.objectNodeBuilder()
.withMember("imports", Node.fromStrings("${models.getAbsolutePath()}${File.separator}${file.name}"))
Expand Down

0 comments on commit b56a00c

Please sign in to comment.