Skip to content

Commit

Permalink
feat(experimentalIdentityAndAuth): release phase 3
Browse files Browse the repository at this point in the history
Services:

- SQS
- DynamoDB
  • Loading branch information
syall committed Oct 2, 2023
1 parent ecd4220 commit b634696
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codegen/sdk-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ tasks.register("generate-smithy-build") {
val experimentalIdentityAndAuthServices = setOf(
ShapeId.from("com.amazonaws.codecatalyst#CodeCatalyst"),
ShapeId.from("com.amazonaws.sts#AWSSecurityTokenServiceV20110615"),
ShapeId.from("com.amazonaws.sqs#AmazonSQS"),
ShapeId.from("com.amazonaws.dynamodb#DynamoDB_20120810"),
)
val projectionContents = Node.objectNodeBuilder()
.withMember("imports", Node.fromStrings("${models.getAbsolutePath()}${File.separator}${file.name}"))
Expand Down

0 comments on commit b634696

Please sign in to comment.