Skip to content

Commit 71b2df3

Browse files
author
AWS
committed
Amazon DataZone Update: Add support for overriding selection of default AWS IAM Identity Center instance as part of Amazon DataZone domain APIs.
1 parent 2002ef9 commit 71b2df3

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-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 DataZone",
4+
"contributor": "",
5+
"description": "Add support for overriding selection of default AWS IAM Identity Center instance as part of Amazon DataZone domain APIs."
6+
}

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19325,6 +19325,10 @@
1932519325
"SingleSignOn":{
1932619326
"type":"structure",
1932719327
"members":{
19328+
"idcInstanceArn":{
19329+
"shape":"SingleSignOnIdcInstanceArnString",
19330+
"documentation":"<p>The ARN of the IDC instance.</p>"
19331+
},
1932819332
"type":{
1932919333
"shape":"AuthType",
1933019334
"documentation":"<p>The type of single sign-on in Amazon DataZone.</p>"
@@ -19336,6 +19340,10 @@
1933619340
},
1933719341
"documentation":"<p>The single sign-on details in Amazon DataZone.</p>"
1933819342
},
19343+
"SingleSignOnIdcInstanceArnString":{
19344+
"type":"string",
19345+
"pattern":"arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b):sso:::instance/(sso)?ins-[a-zA-Z0-9-.]{16}"
19346+
},
1933919347
"Smithy":{
1934019348
"type":"string",
1934119349
"max":100000,

0 commit comments

Comments
 (0)