You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-sagemaker): Introduced Scope and AuthenticationRequestExtraParams to SageMaker Workforce OIDC configuration; this allows customers to modify these options for their private Workforce IdP integration. Model Registry Cross-account model package groups are discoverable.
"smithy.api#documentation": "<p>A filter that returns either model groups shared with you or model groups in\n\t your own account. When the value is <code>CrossAccount</code>, the results show\n\t the resources made discoverable to you from other accounts. When the value is\n <code>SameAccount</code> or <code>null</code>, the results show resources from your\n \t account. The default is <code>SameAccount</code>.</p>"
39568
+
}
39528
39569
}
39529
39570
},
39530
39571
"traits": {
@@ -47568,6 +47609,18 @@
47568
47609
"smithy.api#documentation": "<p>The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.</p>",
47569
47610
"smithy.api#required": {}
47570
47611
}
47612
+
},
47613
+
"Scope": {
47614
+
"target": "com.amazonaws.sagemaker#Scope",
47615
+
"traits": {
47616
+
"smithy.api#documentation": "<p>An array of string identifiers used to refer to the specific pieces of user data or claims that the client application wants to access.</p>"
"smithy.api#documentation": "<p>A string to string map of identifiers specific to the custom identity provider (IdP) being used.</p>"
47623
+
}
47571
47624
}
47572
47625
},
47573
47626
"traits": {
@@ -47618,6 +47671,18 @@
47618
47671
"traits": {
47619
47672
"smithy.api#documentation": "<p>The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.</p>"
47620
47673
}
47674
+
},
47675
+
"Scope": {
47676
+
"target": "com.amazonaws.sagemaker#Scope",
47677
+
"traits": {
47678
+
"smithy.api#documentation": "<p>An array of string identifiers used to refer to the specific pieces of user data or claims that the client application wants to access.</p>"
0 commit comments