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 42ca6e0 commit c36bdd5Copy full SHA for c36bdd5
aws-runtime/build.gradle.kts
@@ -92,6 +92,8 @@ dependencies {
92
}
93
94
val packagesToIgnore = listOf(
95
+ "aws.sdk.kotlin.runtime.auth.credentials.internal.sts",
96
+ "aws.sdk.kotlin.runtime.auth.credentials.internal.sso",
97
"aws.sdk.kotlin.runtime.auth.credentials.internal.ssooidc",
98
)
99
apiValidation {
0 commit comments