Skip to content

Commit

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

- STS
  • Loading branch information
Steven Yuan committed Oct 2, 2023
1 parent 7319cb5 commit ecd4220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codegen/sdk-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ tasks.register("generate-smithy-build") {
).expectObjectNode()
val experimentalIdentityAndAuthServices = setOf(
ShapeId.from("com.amazonaws.codecatalyst#CodeCatalyst"),
ShapeId.from("com.amazonaws.sts#AWSSecurityTokenServiceV20110615"),
)
val projectionContents = Node.objectNodeBuilder()
.withMember("imports", Node.fromStrings("${models.getAbsolutePath()}${File.separator}${file.name}"))
Expand Down

0 comments on commit ecd4220

Please sign in to comment.