Skip to content

Commit c435618

Browse files
Update SDK models
1 parent 2d7eb48 commit c435618

File tree

228 files changed

+13418
-1111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

228 files changed

+13418
-1111
lines changed

aws-models/appstream.json

Lines changed: 512 additions & 4 deletions
Large diffs are not rendered by default.

aws-models/backup.json

Lines changed: 130 additions & 5 deletions
Large diffs are not rendered by default.

aws-models/connect.json

Lines changed: 37 additions & 11 deletions
Large diffs are not rendered by default.

aws-models/datazone.json

Lines changed: 197 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -933,6 +933,108 @@
933933
"smithy.api#documentation": "<p>The all users grant filter.</p>"
934934
}
935935
},
936+
"com.amazonaws.datazone#AmazonQPropertiesInput": {
937+
"type": "structure",
938+
"members": {
939+
"isEnabled": {
940+
"target": "smithy.api#Boolean",
941+
"traits": {
942+
"smithy.api#documentation": "<p>Specifies whether Amazon Q is enabled for the connection.</p>",
943+
"smithy.api#required": {}
944+
}
945+
},
946+
"profileArn": {
947+
"target": "smithy.api#String",
948+
"traits": {
949+
"smithy.api#documentation": "<p>The profile ARN of the connection's Amazon Q properties.</p>",
950+
"smithy.api#length": {
951+
"max": 2048
952+
},
953+
"smithy.api#pattern": "^arn:aws[a-z\\-]*:[a-z0-9\\-]+:[a-z0-9\\-]*:[0-9]*:.*"
954+
}
955+
},
956+
"authMode": {
957+
"target": "smithy.api#String",
958+
"traits": {
959+
"smithy.api#documentation": "<p>The authentication mode of the connection's Amazon Q properties.</p>",
960+
"smithy.api#length": {
961+
"max": 128
962+
}
963+
}
964+
}
965+
},
966+
"traits": {
967+
"smithy.api#documentation": "<p>The Amazon Q properties of the connection.</p>"
968+
}
969+
},
970+
"com.amazonaws.datazone#AmazonQPropertiesOutput": {
971+
"type": "structure",
972+
"members": {
973+
"isEnabled": {
974+
"target": "smithy.api#Boolean",
975+
"traits": {
976+
"smithy.api#documentation": "<p>Specifies whether Amazon Q is enabled for the connection.</p>",
977+
"smithy.api#required": {}
978+
}
979+
},
980+
"profileArn": {
981+
"target": "smithy.api#String",
982+
"traits": {
983+
"smithy.api#documentation": "<p>The profile ARN of the connection's Amazon Q properties.</p>",
984+
"smithy.api#length": {
985+
"max": 2048
986+
},
987+
"smithy.api#pattern": "^arn:aws[a-z\\-]*:[a-z0-9\\-]+:[a-z0-9\\-]*:[0-9]*:.*"
988+
}
989+
},
990+
"authMode": {
991+
"target": "smithy.api#String",
992+
"traits": {
993+
"smithy.api#documentation": "<p>The authentication mode of the connection's Amazon Q properties.</p>",
994+
"smithy.api#length": {
995+
"max": 128
996+
}
997+
}
998+
}
999+
},
1000+
"traits": {
1001+
"smithy.api#documentation": "<p>The Amazon Q properties of the connection.</p>"
1002+
}
1003+
},
1004+
"com.amazonaws.datazone#AmazonQPropertiesPatch": {
1005+
"type": "structure",
1006+
"members": {
1007+
"isEnabled": {
1008+
"target": "smithy.api#Boolean",
1009+
"traits": {
1010+
"smithy.api#documentation": "<p>Specifies whether Amazon Q is enabled for the connection.</p>",
1011+
"smithy.api#required": {}
1012+
}
1013+
},
1014+
"profileArn": {
1015+
"target": "smithy.api#String",
1016+
"traits": {
1017+
"smithy.api#documentation": "<p>The profile ARN of the connection's Amazon Q properties.</p>",
1018+
"smithy.api#length": {
1019+
"max": 2048
1020+
},
1021+
"smithy.api#pattern": "^arn:aws[a-z\\-]*:[a-z0-9\\-]+:[a-z0-9\\-]*:[0-9]*:.*"
1022+
}
1023+
},
1024+
"authMode": {
1025+
"target": "smithy.api#String",
1026+
"traits": {
1027+
"smithy.api#documentation": "<p>The authentication mode of the connection's Amazon Q properties.</p>",
1028+
"smithy.api#length": {
1029+
"max": 128
1030+
}
1031+
}
1032+
}
1033+
},
1034+
"traits": {
1035+
"smithy.api#documentation": "<p>The Amazon Q properties of the connection.</p>"
1036+
}
1037+
},
9361038
"com.amazonaws.datazone#ApplicableAssetTypes": {
9371039
"type": "list",
9381040
"member": {
@@ -2885,6 +2987,12 @@
28852987
"traits": {
28862988
"smithy.api#documentation": "<p>The Amazon S3 properties of a connection.</p>"
28872989
}
2990+
},
2991+
"amazonQProperties": {
2992+
"target": "com.amazonaws.datazone#AmazonQPropertiesInput",
2993+
"traits": {
2994+
"smithy.api#documentation": "<p>The Amazon Q properties of the connection.</p>"
2995+
}
28882996
}
28892997
},
28902998
"traits": {
@@ -2941,6 +3049,12 @@
29413049
"traits": {
29423050
"smithy.api#documentation": "<p>The Amazon S3 properties of a connection.</p>"
29433051
}
3052+
},
3053+
"amazonQProperties": {
3054+
"target": "com.amazonaws.datazone#AmazonQPropertiesOutput",
3055+
"traits": {
3056+
"smithy.api#documentation": "<p>The Amazon Q properties of the connection.</p>"
3057+
}
29443058
}
29453059
},
29463060
"traits": {
@@ -2985,12 +3099,35 @@
29853099
"traits": {
29863100
"smithy.api#documentation": "<p>The Amazon S3 properties of a connection properties patch.</p>"
29873101
}
3102+
},
3103+
"amazonQProperties": {
3104+
"target": "com.amazonaws.datazone#AmazonQPropertiesPatch",
3105+
"traits": {
3106+
"smithy.api#documentation": "<p>The Amazon Q properties of the connection.</p>"
3107+
}
29883108
}
29893109
},
29903110
"traits": {
29913111
"smithy.api#documentation": "<p>The connection properties patch.</p>"
29923112
}
29933113
},
3114+
"com.amazonaws.datazone#ConnectionScope": {
3115+
"type": "enum",
3116+
"members": {
3117+
"DOMAIN": {
3118+
"target": "smithy.api#Unit",
3119+
"traits": {
3120+
"smithy.api#enumValue": "DOMAIN"
3121+
}
3122+
},
3123+
"PROJECT": {
3124+
"target": "smithy.api#Unit",
3125+
"traits": {
3126+
"smithy.api#enumValue": "PROJECT"
3127+
}
3128+
}
3129+
}
3130+
},
29943131
"com.amazonaws.datazone#ConnectionStatus": {
29953132
"type": "enum",
29963133
"members": {
@@ -3112,6 +3249,12 @@
31123249
"smithy.api#documentation": "<p>The connection type.</p>",
31133250
"smithy.api#required": {}
31143251
}
3252+
},
3253+
"scope": {
3254+
"target": "com.amazonaws.datazone#ConnectionScope",
3255+
"traits": {
3256+
"smithy.api#documentation": "<p>The scope of the connection.</p>"
3257+
}
31153258
}
31163259
},
31173260
"traits": {
@@ -3240,6 +3383,12 @@
32403383
"traits": {
32413384
"smithy.api#enumValue": "WORKFLOWS_MWAA"
32423385
}
3386+
},
3387+
"AMAZON_Q": {
3388+
"target": "smithy.api#Unit",
3389+
"traits": {
3390+
"smithy.api#enumValue": "AMAZON_Q"
3391+
}
32433392
}
32443393
}
32453394
},
@@ -4344,8 +4493,7 @@
43444493
"environmentIdentifier": {
43454494
"target": "com.amazonaws.datazone#EnvironmentId",
43464495
"traits": {
4347-
"smithy.api#documentation": "<p>The ID of the environment where the connection is created.</p>",
4348-
"smithy.api#required": {}
4496+
"smithy.api#documentation": "<p>The ID of the environment where the connection is created.</p>"
43494497
}
43504498
},
43514499
"name": {
@@ -4360,6 +4508,18 @@
43604508
"traits": {
43614509
"smithy.api#documentation": "<p>The connection props.</p>"
43624510
}
4511+
},
4512+
"enableTrustedIdentityPropagation": {
4513+
"target": "smithy.api#Boolean",
4514+
"traits": {
4515+
"smithy.api#documentation": "<p>Specifies whether the trusted identity propagation is enabled.</p>"
4516+
}
4517+
},
4518+
"scope": {
4519+
"target": "com.amazonaws.datazone#ConnectionScope",
4520+
"traits": {
4521+
"smithy.api#documentation": "<p>The scope of the connection.</p>"
4522+
}
43634523
}
43644524
},
43654525
"traits": {
@@ -4434,6 +4594,12 @@
44344594
"smithy.api#documentation": "<p>The connection type.</p>",
44354595
"smithy.api#required": {}
44364596
}
4597+
},
4598+
"scope": {
4599+
"target": "com.amazonaws.datazone#ConnectionScope",
4600+
"traits": {
4601+
"smithy.api#documentation": "<p>The scope of the connection.</p>"
4602+
}
44374603
}
44384604
},
44394605
"traits": {
@@ -10107,20 +10273,20 @@
1010710273
"builtIn": "AWS::Region",
1010810274
"required": false,
1010910275
"documentation": "The AWS region used to dispatch the request.",
10110-
"type": "String"
10276+
"type": "string"
1011110277
},
1011210278
"UseFIPS": {
1011310279
"builtIn": "AWS::UseFIPS",
1011410280
"required": true,
1011510281
"default": false,
1011610282
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
10117-
"type": "Boolean"
10283+
"type": "boolean"
1011810284
},
1011910285
"Endpoint": {
1012010286
"builtIn": "SDK::Endpoint",
1012110287
"required": false,
1012210288
"documentation": "Override the endpoint used to send this request",
10123-
"type": "String"
10289+
"type": "string"
1012410290
}
1012510291
},
1012610292
"rules": [
@@ -15771,6 +15937,12 @@
1577115937
"smithy.api#documentation": "<p>The type of the connection.</p>",
1577215938
"smithy.api#required": {}
1577315939
}
15940+
},
15941+
"scope": {
15942+
"target": "com.amazonaws.datazone#ConnectionScope",
15943+
"traits": {
15944+
"smithy.api#documentation": "<p>The scope of the connection.</p>"
15945+
}
1577415946
}
1577515947
},
1577615948
"traits": {
@@ -22794,8 +22966,7 @@
2279422966
"target": "com.amazonaws.datazone#ProjectId",
2279522967
"traits": {
2279622968
"smithy.api#documentation": "<p>The ID of the project where you want to list connections.</p>",
22797-
"smithy.api#httpQuery": "projectIdentifier",
22798-
"smithy.api#required": {}
22969+
"smithy.api#httpQuery": "projectIdentifier"
2279922970
}
2280022971
},
2280122972
"type": {
@@ -22804,6 +22975,13 @@
2280422975
"smithy.api#documentation": "<p>The type of connection.</p>",
2280522976
"smithy.api#httpQuery": "type"
2280622977
}
22978+
},
22979+
"scope": {
22980+
"target": "com.amazonaws.datazone#ConnectionScope",
22981+
"traits": {
22982+
"smithy.api#documentation": "<p>The scope of the connection.</p>",
22983+
"smithy.api#httpQuery": "scope"
22984+
}
2280722985
}
2280822986
},
2280922987
"traits": {
@@ -27567,6 +27745,12 @@
2756727745
"smithy.api#documentation": "<p>The Amazon Web Services Glue connection.</p>"
2756827746
}
2756927747
},
27748+
"enableTrustedIdentityPropagation": {
27749+
"target": "smithy.api#Boolean",
27750+
"traits": {
27751+
"smithy.api#documentation": "<p>Specified whether trusted identity propagation for the connection is enabled.</p>"
27752+
}
27753+
},
2757027754
"host": {
2757127755
"target": "smithy.api#String",
2757227756
"traits": {
@@ -34944,6 +35128,12 @@
3494435128
"smithy.api#documentation": "<p>The connection type.</p>",
3494535129
"smithy.api#required": {}
3494635130
}
35131+
},
35132+
"scope": {
35133+
"target": "com.amazonaws.datazone#ConnectionScope",
35134+
"traits": {
35135+
"smithy.api#documentation": "<p>The scope of the connection.</p>"
35136+
}
3494735137
}
3494835138
},
3494935139
"traits": {

0 commit comments

Comments
 (0)