Skip to content

Commit 168c0fd

Browse files
Release Model Changes:
f5081834-c076-4b20-9150-9ee298dcd0d7 9524d447-55db-4069-a3b9-3856bc8b9fec
1 parent 072aa03 commit 168c0fd

File tree

3 files changed

+129
-5
lines changed

3 files changed

+129
-5
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
model.all.version=1.0.148
1+
model.all.version=1.0.149
22
model.accessanalyzer.version=1.0.4
33
model.account.version=1.0.3
44
model.acm.version=1.0.3
@@ -37,7 +37,7 @@ model.backupsearch.version=1.0.3
3737
model.batch.version=1.0.8
3838
model.bcm-data-exports.version=1.0.1
3939
model.bcm-pricing-calculator.version=1.0.4
40-
model.bedrock.version=1.0.18
40+
model.bedrock.version=1.0.19
4141
model.bedrock-agent.version=1.0.6
4242
model.bedrock-agent-runtime.version=1.0.5
4343
model.bedrock-data-automation.version=1.0.6
@@ -107,7 +107,7 @@ model.database-migration-service.version=1.0.7
107107
model.databrew.version=1.0.2
108108
model.dataexchange.version=1.0.3
109109
model.datasync.version=1.0.6
110-
model.datazone.version=1.0.16
110+
model.datazone.version=1.0.17
111111
model.dax.version=1.0.3
112112
model.deadline.version=1.0.7
113113
model.detective.version=1.0.2

models/bedrock/service/2023-04-20/bedrock-2023-04-20.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1931,7 +1931,7 @@
19311931
"type": "string",
19321932
"traits": {
19331933
"smithy.api#length": {
1934-
"max": 2000
1934+
"max": 4000
19351935
},
19361936
"smithy.api#sensitive": {}
19371937
}
@@ -3497,7 +3497,7 @@
34973497
"type": "string",
34983498
"traits": {
34993499
"smithy.api#length": {
3500-
"max": 1024
3500+
"max": 2048
35013501
},
35023502
"smithy.api#sensitive": {}
35033503
}

models/datazone/service/2018-05-10/datazone-2018-05-10.json

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8744,6 +8744,12 @@
87448744
"smithy.api#documentation": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
87458745
"smithy.api#idempotencyToken": {}
87468746
}
8747+
},
8748+
"subscriptionGrantCreationMode": {
8749+
"target": "com.amazonaws.datazone#SubscriptionGrantCreationMode",
8750+
"traits": {
8751+
"smithy.api#documentation": "<p> Determines the subscription grant creation mode for this target, defining if grants are auto-created upon subscription approval or managed manually. </p>"
8752+
}
87478753
}
87488754
},
87498755
"traits": {
@@ -8854,6 +8860,12 @@
88548860
"smithy.api#documentation": "<p>The provider of the subscription target.</p>",
88558861
"smithy.api#required": {}
88568862
}
8863+
},
8864+
"subscriptionGrantCreationMode": {
8865+
"target": "com.amazonaws.datazone#SubscriptionGrantCreationMode",
8866+
"traits": {
8867+
"smithy.api#documentation": "<p> Determines the subscription grant creation mode for this target, defining if grants are auto-created upon subscription approval or managed manually. </p>"
8868+
}
88578869
}
88588870
},
88598871
"traits": {
@@ -20690,6 +20702,12 @@
2069020702
"smithy.api#documentation": "<p>The provider of the subscription target.</p>",
2069120703
"smithy.api#required": {}
2069220704
}
20705+
},
20706+
"subscriptionGrantCreationMode": {
20707+
"target": "com.amazonaws.datazone#SubscriptionGrantCreationMode",
20708+
"traits": {
20709+
"smithy.api#documentation": "<p> Determines the subscription grant creation mode for this target, defining if grants are auto-created upon subscription approval or managed manually. </p>"
20710+
}
2069320711
}
2069420712
},
2069520713
"traits": {
@@ -22247,6 +22265,16 @@
2224722265
"smithy.api#documentation": "<p>The hyper pod properties of a Amazon Web Services Glue properties patch.</p>"
2224822266
}
2224922267
},
22268+
"com.amazonaws.datazone#IamPrincipalArn": {
22269+
"type": "string",
22270+
"traits": {
22271+
"smithy.api#length": {
22272+
"min": 1,
22273+
"max": 255
22274+
},
22275+
"smithy.api#pattern": "^arn:aws[^:]*:iam::\\d{12}:(role|user)(/[\\w+=,.@-]*)*/[\\w+=,.@-]+$"
22276+
}
22277+
},
2225022278
"com.amazonaws.datazone#IamPropertiesInput": {
2225122279
"type": "structure",
2225222280
"members": {
@@ -26364,6 +26392,13 @@
2636426392
"smithy.api#httpQuery": "owningProjectId"
2636526393
}
2636626394
},
26395+
"owningIamPrincipalArn": {
26396+
"target": "com.amazonaws.datazone#IamPrincipalArn",
26397+
"traits": {
26398+
"smithy.api#documentation": "<p>The ARN of the owning IAM principal.</p>",
26399+
"smithy.api#httpQuery": "owningIamPrincipalArn"
26400+
}
26401+
},
2636726402
"owningUserId": {
2636826403
"target": "com.amazonaws.datazone#UserProfileId",
2636926404
"traits": {
@@ -26509,6 +26544,13 @@
2650926544
"smithy.api#httpQuery": "owningProjectId"
2651026545
}
2651126546
},
26547+
"owningIamPrincipalArn": {
26548+
"target": "com.amazonaws.datazone#IamPrincipalArn",
26549+
"traits": {
26550+
"smithy.api#documentation": "<p>The ARN of the owning IAM principal.</p>",
26551+
"smithy.api#httpQuery": "owningIamPrincipalArn"
26552+
}
26553+
},
2651226554
"approverProjectId": {
2651326555
"target": "com.amazonaws.datazone#ProjectId",
2651426556
"traits": {
@@ -26782,6 +26824,13 @@
2678226824
"smithy.api#httpQuery": "owningProjectId"
2678326825
}
2678426826
},
26827+
"owningIamPrincipalArn": {
26828+
"target": "com.amazonaws.datazone#IamPrincipalArn",
26829+
"traits": {
26830+
"smithy.api#documentation": "<p>The ARN of the owning IAM principal.</p>",
26831+
"smithy.api#httpQuery": "owningIamPrincipalArn"
26832+
}
26833+
},
2678526834
"owningUserId": {
2678626835
"target": "com.amazonaws.datazone#UserProfileId",
2678726836
"traits": {
@@ -34002,6 +34051,34 @@
3400234051
"smithy.api#documentation": "<p>The details of the subscribed group.</p>"
3400334052
}
3400434053
},
34054+
"com.amazonaws.datazone#SubscribedIamPrincipal": {
34055+
"type": "structure",
34056+
"members": {
34057+
"principalArn": {
34058+
"target": "com.amazonaws.datazone#IamPrincipalArn",
34059+
"traits": {
34060+
"smithy.api#documentation": "<p>The ARN of the subscribed IAM principal.</p>"
34061+
}
34062+
}
34063+
},
34064+
"traits": {
34065+
"smithy.api#documentation": "<p>The IAM principal that subscribes to the asset.</p>"
34066+
}
34067+
},
34068+
"com.amazonaws.datazone#SubscribedIamPrincipalInput": {
34069+
"type": "structure",
34070+
"members": {
34071+
"identifier": {
34072+
"target": "com.amazonaws.datazone#IamPrincipalArn",
34073+
"traits": {
34074+
"smithy.api#documentation": "<p>The ARN of the subscribed IAM principal.</p>"
34075+
}
34076+
}
34077+
},
34078+
"traits": {
34079+
"smithy.api#documentation": "<p>The details of the subscribed IAM principal.</p>"
34080+
}
34081+
},
3400534082
"com.amazonaws.datazone#SubscribedListing": {
3400634083
"type": "structure",
3400734084
"members": {
@@ -34130,6 +34207,12 @@
3413034207
"traits": {
3413134208
"smithy.api#documentation": "<p>The subscribed group.</p>"
3413234209
}
34210+
},
34211+
"iam": {
34212+
"target": "com.amazonaws.datazone#SubscribedIamPrincipal",
34213+
"traits": {
34214+
"smithy.api#documentation": "<p>The subscribed IAM principal.</p>"
34215+
}
3413334216
}
3413434217
},
3413534218
"traits": {
@@ -34156,6 +34239,12 @@
3415634239
"traits": {
3415734240
"smithy.api#documentation": "<p>The subscribed group.</p>"
3415834241
}
34242+
},
34243+
"iam": {
34244+
"target": "com.amazonaws.datazone#SubscribedIamPrincipalInput",
34245+
"traits": {
34246+
"smithy.api#documentation": "<p>The subscribed IAM principal.</p>"
34247+
}
3415934248
}
3416034249
},
3416134250
"traits": {
@@ -34292,6 +34381,23 @@
3429234381
"smithy.api#documentation": "<p>The subscribed user.</p>"
3429334382
}
3429434383
},
34384+
"com.amazonaws.datazone#SubscriptionGrantCreationMode": {
34385+
"type": "enum",
34386+
"members": {
34387+
"AUTOMATIC": {
34388+
"target": "smithy.api#Unit",
34389+
"traits": {
34390+
"smithy.api#enumValue": "AUTOMATIC"
34391+
}
34392+
},
34393+
"MANUAL": {
34394+
"target": "smithy.api#Unit",
34395+
"traits": {
34396+
"smithy.api#enumValue": "MANUAL"
34397+
}
34398+
}
34399+
}
34400+
},
3429534401
"com.amazonaws.datazone#SubscriptionGrantId": {
3429634402
"type": "string",
3429734403
"traits": {
@@ -34898,6 +35004,12 @@
3489835004
"smithy.api#documentation": "<p>The provider of the subscription target.</p>",
3489935005
"smithy.api#required": {}
3490035006
}
35007+
},
35008+
"subscriptionGrantCreationMode": {
35009+
"target": "com.amazonaws.datazone#SubscriptionGrantCreationMode",
35010+
"traits": {
35011+
"smithy.api#documentation": "<p> Determines the subscription grant creation mode for this target, defining if grants are auto-created upon subscription approval or managed manually. </p>"
35012+
}
3490135013
}
3490235014
},
3490335015
"traits": {
@@ -39272,6 +39384,12 @@
3927239384
"traits": {
3927339385
"smithy.api#documentation": "<p>The provider to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>"
3927439386
}
39387+
},
39388+
"subscriptionGrantCreationMode": {
39389+
"target": "com.amazonaws.datazone#SubscriptionGrantCreationMode",
39390+
"traits": {
39391+
"smithy.api#documentation": "<p> Determines the subscription grant creation mode for this target, defining if grants are auto-created upon subscription approval or managed manually. </p>"
39392+
}
3927539393
}
3927639394
},
3927739395
"traits": {
@@ -39382,6 +39500,12 @@
3938239500
"smithy.api#documentation": "<p>The provider to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>",
3938339501
"smithy.api#required": {}
3938439502
}
39503+
},
39504+
"subscriptionGrantCreationMode": {
39505+
"target": "com.amazonaws.datazone#SubscriptionGrantCreationMode",
39506+
"traits": {
39507+
"smithy.api#documentation": "<p> Determines the subscription grant creation mode for this target, defining if grants are auto-created upon subscription approval or managed manually. </p>"
39508+
}
3938539509
}
3938639510
},
3938739511
"traits": {

0 commit comments

Comments
 (0)