We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e557805 commit 4574481Copy full SHA for 4574481
1 file changed
aws-runtime/aws-config/build.gradle.kts
@@ -213,7 +213,7 @@ smithyBuild {
213
}
214
215
216
- // FIXME `IntrospectOAuth2TokenWithIAM` is not needed for any credentials provider and is only added because
+ // FIXME `CreateOauth2TokenWithIAM` is not needed for any credentials provider and is only added because
217
// of https://github.com/smithy-lang/smithy/issues/3190
218
transforms = listOf(
219
"""
@@ -222,7 +222,7 @@ smithyBuild {
222
"args": {
223
"operations": [
224
"com.amazonaws.signin#CreateOAuth2Token",
225
- "com.amazonaws.signin#IntrospectOAuth2TokenWithIAM"
+ "com.amazonaws.signin#CreateOauth2TokenWithIAM"
226
]
227
228
0 commit comments