Skip to content

Commit fc82ecb

Browse files
author
AWS
committed
Amazon SageMaker Service Update: 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.
1 parent b8f136c commit fc82ecb

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon SageMaker Service",
4+
"contributor": "",
5+
"description": "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."
6+
}

services/sagemaker/src/main/resources/codegen-resources/service-2.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5110,6 +5110,22 @@
51105110
"IAM"
51115111
]
51125112
},
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+
},
51135129
"AutoGenerateEndpointName":{"type":"boolean"},
51145130
"AutoMLAlgorithm":{
51155131
"type":"string",
@@ -24333,6 +24349,10 @@
2433324349
"SortOrder":{
2433424350
"shape":"SortOrder",
2433524351
"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>"
2433624356
}
2433724357
}
2433824358
},
@@ -28919,6 +28939,14 @@
2891928939
"JwksUri":{
2892028940
"shape":"OidcEndpoint",
2892128941
"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>"
2892228950
}
2892328951
},
2892428952
"documentation":"<p>Use this parameter to configure your OIDC Identity Provider (IdP).</p>"
@@ -28953,6 +28981,14 @@
2895328981
"JwksUri":{
2895428982
"shape":"OidcEndpoint",
2895528983
"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>"
2895628992
}
2895728993
},
2895828994
"documentation":"<p>Your OIDC IdP workforce configuration.</p>"
@@ -32648,6 +32684,11 @@
3264832684
"Stopped"
3264932685
]
3265032686
},
32687+
"Scope":{
32688+
"type":"string",
32689+
"max":1024,
32690+
"pattern":"^[!#-\\[\\]-~]+( [!#-\\[\\]-~]+)*$"
32691+
},
3265132692
"SearchExpression":{
3265232693
"type":"structure",
3265332694
"members":{

0 commit comments

Comments
 (0)