Skip to content

Commit d180249

Browse files
author
Steven Yuan
committed
feat(experimentalIdentityAndAuth): release phase 2
Services: - STS
1 parent f49a442 commit d180249

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codegen/sdk-codegen/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ tasks.register("generate-smithy-build") {
105105
).expectObjectNode()
106106
val experimentalIdentityAndAuthServices = setOf(
107107
ShapeId.from("com.amazonaws.codecatalyst#CodeCatalyst"),
108+
ShapeId.from("com.amazonaws.sts#AWSSecurityTokenServiceV20110615"),
108109
)
109110
val projectionContents = Node.objectNodeBuilder()
110111
.withMember("imports", Node.fromStrings("${models.getAbsolutePath()}${File.separator}${file.name}"))

0 commit comments

Comments
 (0)