|
5110 | 5110 | "IAM"
|
5111 | 5111 | ]
|
5112 | 5112 | },
|
| 5113 | + "AuthenticationRequestExtraParams":{ |
| 5114 | + "type":"map", |
| 5115 | + "key":{"shape":"AuthenticationRequestExtraParamsKey"}, |
| 5116 | + "value":{"shape":"AuthenticationRequestExtraParamsValue"}, |
| 5117 | + "max":10 |
| 5118 | + }, |
| 5119 | + "AuthenticationRequestExtraParamsKey":{ |
| 5120 | + "type":"string", |
| 5121 | + "max":512, |
| 5122 | + "pattern":".*" |
| 5123 | + }, |
| 5124 | + "AuthenticationRequestExtraParamsValue":{ |
| 5125 | + "type":"string", |
| 5126 | + "max":512, |
| 5127 | + "pattern":".*" |
| 5128 | + }, |
5113 | 5129 | "AutoGenerateEndpointName":{"type":"boolean"},
|
5114 | 5130 | "AutoMLAlgorithm":{
|
5115 | 5131 | "type":"string",
|
|
24333 | 24349 | "SortOrder":{
|
24334 | 24350 | "shape":"SortOrder",
|
24335 | 24351 | "documentation":"<p>The sort order for results. The default is <code>Ascending</code>.</p>"
|
| 24352 | + }, |
| 24353 | + "CrossAccountFilterOption":{ |
| 24354 | + "shape":"CrossAccountFilterOption", |
| 24355 | + "documentation":"<p>A filter that returns either model groups shared with you or model groups in your own account. When the value is <code>CrossAccount</code>, the results show the resources made discoverable to you from other accounts. When the value is <code>SameAccount</code> or <code>null</code>, the results show resources from your account. The default is <code>SameAccount</code>.</p>" |
24336 | 24356 | }
|
24337 | 24357 | }
|
24338 | 24358 | },
|
|
28919 | 28939 | "JwksUri":{
|
28920 | 28940 | "shape":"OidcEndpoint",
|
28921 | 28941 | "documentation":"<p>The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.</p>"
|
| 28942 | + }, |
| 28943 | + "Scope":{ |
| 28944 | + "shape":"Scope", |
| 28945 | + "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>" |
| 28946 | + }, |
| 28947 | + "AuthenticationRequestExtraParams":{ |
| 28948 | + "shape":"AuthenticationRequestExtraParams", |
| 28949 | + "documentation":"<p>A string to string map of identifiers specific to the custom identity provider (IdP) being used.</p>" |
28922 | 28950 | }
|
28923 | 28951 | },
|
28924 | 28952 | "documentation":"<p>Use this parameter to configure your OIDC Identity Provider (IdP).</p>"
|
|
28953 | 28981 | "JwksUri":{
|
28954 | 28982 | "shape":"OidcEndpoint",
|
28955 | 28983 | "documentation":"<p>The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.</p>"
|
| 28984 | + }, |
| 28985 | + "Scope":{ |
| 28986 | + "shape":"Scope", |
| 28987 | + "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>" |
| 28988 | + }, |
| 28989 | + "AuthenticationRequestExtraParams":{ |
| 28990 | + "shape":"AuthenticationRequestExtraParams", |
| 28991 | + "documentation":"<p>A string to string map of identifiers specific to the custom identity provider (IdP) being used.</p>" |
28956 | 28992 | }
|
28957 | 28993 | },
|
28958 | 28994 | "documentation":"<p>Your OIDC IdP workforce configuration.</p>"
|
|
32648 | 32684 | "Stopped"
|
32649 | 32685 | ]
|
32650 | 32686 | },
|
| 32687 | + "Scope":{ |
| 32688 | + "type":"string", |
| 32689 | + "max":1024, |
| 32690 | + "pattern":"^[!#-\\[\\]-~]+( [!#-\\[\\]-~]+)*$" |
| 32691 | + }, |
32651 | 32692 | "SearchExpression":{
|
32652 | 32693 | "type":"structure",
|
32653 | 32694 | "members":{
|
|
0 commit comments