Skip to content

Commit 4574481

Browse files
authored
fix: update operation included in Signin minimal client to workaround Smithy validator bug (#1935)
1 parent e557805 commit 4574481

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aws-runtime/aws-config/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ smithyBuild {
213213
}
214214
}
215215

216-
// FIXME `IntrospectOAuth2TokenWithIAM` is not needed for any credentials provider and is only added because
216+
// FIXME `CreateOauth2TokenWithIAM` is not needed for any credentials provider and is only added because
217217
// of https://github.com/smithy-lang/smithy/issues/3190
218218
transforms = listOf(
219219
"""
@@ -222,7 +222,7 @@ smithyBuild {
222222
"args": {
223223
"operations": [
224224
"com.amazonaws.signin#CreateOAuth2Token",
225-
"com.amazonaws.signin#IntrospectOAuth2TokenWithIAM"
225+
"com.amazonaws.signin#CreateOauth2TokenWithIAM"
226226
]
227227
}
228228
}

0 commit comments

Comments
 (0)