Skip to content

Commit 892d07b

Browse files
Update SDK models
1 parent 872381a commit 892d07b

File tree

300 files changed

+2458
-2234
lines changed

Some content is hidden

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

300 files changed

+2458
-2234
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
resolver = "2"
33
exclude = [
44
"tests/telemetry",
5-
"tests/no-default-features",
6-
"tests/webassembly"
5+
"tests/webassembly",
6+
"tests/no-default-features"
77
]
88
members = [
99
"sdk/accessanalyzer",

aws-models/amp.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,27 +212,27 @@
212212
"builtIn": "AWS::Region",
213213
"required": false,
214214
"documentation": "The AWS region used to dispatch the request.",
215-
"type": "String"
215+
"type": "string"
216216
},
217217
"UseDualStack": {
218218
"builtIn": "AWS::UseDualStack",
219219
"required": true,
220220
"default": false,
221221
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
222-
"type": "Boolean"
222+
"type": "boolean"
223223
},
224224
"UseFIPS": {
225225
"builtIn": "AWS::UseFIPS",
226226
"required": true,
227227
"default": false,
228228
"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.",
229-
"type": "Boolean"
229+
"type": "boolean"
230230
},
231231
"Endpoint": {
232232
"builtIn": "SDK::Endpoint",
233233
"required": false,
234234
"documentation": "Override the endpoint used to send this request",
235-
"type": "String"
235+
"type": "string"
236236
}
237237
},
238238
"rules": [

aws-models/amplifybackend.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,27 +177,27 @@
177177
"builtIn": "AWS::Region",
178178
"required": false,
179179
"documentation": "The AWS region used to dispatch the request.",
180-
"type": "String"
180+
"type": "string"
181181
},
182182
"UseDualStack": {
183183
"builtIn": "AWS::UseDualStack",
184184
"required": true,
185185
"default": false,
186186
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
187-
"type": "Boolean"
187+
"type": "boolean"
188188
},
189189
"UseFIPS": {
190190
"builtIn": "AWS::UseFIPS",
191191
"required": true,
192192
"default": false,
193193
"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.",
194-
"type": "Boolean"
194+
"type": "boolean"
195195
},
196196
"Endpoint": {
197197
"builtIn": "SDK::Endpoint",
198198
"required": false,
199199
"documentation": "Override the endpoint used to send this request",
200-
"type": "String"
200+
"type": "string"
201201
}
202202
},
203203
"rules": [

aws-models/appconfigdata.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,27 +36,27 @@
3636
"builtIn": "AWS::Region",
3737
"required": false,
3838
"documentation": "The AWS region used to dispatch the request.",
39-
"type": "String"
39+
"type": "string"
4040
},
4141
"UseDualStack": {
4242
"builtIn": "AWS::UseDualStack",
4343
"required": true,
4444
"default": false,
4545
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
46-
"type": "Boolean"
46+
"type": "boolean"
4747
},
4848
"UseFIPS": {
4949
"builtIn": "AWS::UseFIPS",
5050
"required": true,
5151
"default": false,
5252
"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.",
53-
"type": "Boolean"
53+
"type": "boolean"
5454
},
5555
"Endpoint": {
5656
"builtIn": "SDK::Endpoint",
5757
"required": false,
5858
"documentation": "Override the endpoint used to send this request",
59-
"type": "String"
59+
"type": "string"
6060
}
6161
},
6262
"rules": [

aws-models/appintegrations.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,27 +137,27 @@
137137
"builtIn": "AWS::Region",
138138
"required": false,
139139
"documentation": "The AWS region used to dispatch the request.",
140-
"type": "String"
140+
"type": "string"
141141
},
142142
"UseDualStack": {
143143
"builtIn": "AWS::UseDualStack",
144144
"required": true,
145145
"default": false,
146146
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
147-
"type": "Boolean"
147+
"type": "boolean"
148148
},
149149
"UseFIPS": {
150150
"builtIn": "AWS::UseFIPS",
151151
"required": true,
152152
"default": false,
153153
"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.",
154-
"type": "Boolean"
154+
"type": "boolean"
155155
},
156156
"Endpoint": {
157157
"builtIn": "SDK::Endpoint",
158158
"required": false,
159159
"documentation": "Override the endpoint used to send this request",
160-
"type": "String"
160+
"type": "string"
161161
}
162162
},
163163
"rules": [

aws-models/application-insights.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,27 +1723,27 @@
17231723
"builtIn": "AWS::Region",
17241724
"required": false,
17251725
"documentation": "The AWS region used to dispatch the request.",
1726-
"type": "String"
1726+
"type": "string"
17271727
},
17281728
"UseDualStack": {
17291729
"builtIn": "AWS::UseDualStack",
17301730
"required": true,
17311731
"default": false,
17321732
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
1733-
"type": "Boolean"
1733+
"type": "boolean"
17341734
},
17351735
"UseFIPS": {
17361736
"builtIn": "AWS::UseFIPS",
17371737
"required": true,
17381738
"default": false,
17391739
"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.",
1740-
"type": "Boolean"
1740+
"type": "boolean"
17411741
},
17421742
"Endpoint": {
17431743
"builtIn": "SDK::Endpoint",
17441744
"required": false,
17451745
"documentation": "Override the endpoint used to send this request",
1746-
"type": "String"
1746+
"type": "string"
17471747
}
17481748
},
17491749
"rules": [

aws-models/arc-zonal-shift.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1438,27 +1438,27 @@
14381438
"builtIn": "AWS::Region",
14391439
"required": false,
14401440
"documentation": "The AWS region used to dispatch the request.",
1441-
"type": "String"
1441+
"type": "string"
14421442
},
14431443
"UseDualStack": {
14441444
"builtIn": "AWS::UseDualStack",
14451445
"required": true,
14461446
"default": false,
14471447
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
1448-
"type": "Boolean"
1448+
"type": "boolean"
14491449
},
14501450
"UseFIPS": {
14511451
"builtIn": "AWS::UseFIPS",
14521452
"required": true,
14531453
"default": false,
14541454
"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.",
1455-
"type": "Boolean"
1455+
"type": "boolean"
14561456
},
14571457
"Endpoint": {
14581458
"builtIn": "SDK::Endpoint",
14591459
"required": false,
14601460
"documentation": "Override the endpoint used to send this request",
1461-
"type": "String"
1461+
"type": "string"
14621462
}
14631463
},
14641464
"rules": [

aws-models/bcm-recommended-actions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@
3434
"required": true,
3535
"default": false,
3636
"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.",
37-
"type": "Boolean"
37+
"type": "boolean"
3838
},
3939
"Endpoint": {
4040
"builtIn": "SDK::Endpoint",
4141
"required": false,
4242
"documentation": "Override the endpoint used to send this request",
43-
"type": "String"
43+
"type": "string"
4444
},
4545
"Region": {
4646
"builtIn": "AWS::Region",
4747
"required": false,
4848
"documentation": "The AWS region used to dispatch the request.",
49-
"type": "String"
49+
"type": "string"
5050
}
5151
},
5252
"rules": [

aws-models/bedrock-data-automation-runtime.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,27 +53,27 @@
5353
"builtIn": "AWS::Region",
5454
"required": false,
5555
"documentation": "The AWS region used to dispatch the request.",
56-
"type": "String"
56+
"type": "string"
5757
},
5858
"UseDualStack": {
5959
"builtIn": "AWS::UseDualStack",
6060
"required": true,
6161
"default": false,
6262
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
63-
"type": "Boolean"
63+
"type": "boolean"
6464
},
6565
"UseFIPS": {
6666
"builtIn": "AWS::UseFIPS",
6767
"required": true,
6868
"default": false,
6969
"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.",
70-
"type": "Boolean"
70+
"type": "boolean"
7171
},
7272
"Endpoint": {
7373
"builtIn": "SDK::Endpoint",
7474
"required": false,
7575
"documentation": "Override the endpoint used to send this request",
76-
"type": "String"
76+
"type": "string"
7777
}
7878
},
7979
"rules": [

aws-models/chime-sdk-meetings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -451,27 +451,27 @@
451451
"builtIn": "AWS::Region",
452452
"required": false,
453453
"documentation": "The AWS region used to dispatch the request.",
454-
"type": "String"
454+
"type": "string"
455455
},
456456
"UseDualStack": {
457457
"builtIn": "AWS::UseDualStack",
458458
"required": true,
459459
"default": false,
460460
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
461-
"type": "Boolean"
461+
"type": "boolean"
462462
},
463463
"UseFIPS": {
464464
"builtIn": "AWS::UseFIPS",
465465
"required": true,
466466
"default": false,
467467
"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.",
468-
"type": "Boolean"
468+
"type": "boolean"
469469
},
470470
"Endpoint": {
471471
"builtIn": "SDK::Endpoint",
472472
"required": false,
473473
"documentation": "Override the endpoint used to send this request",
474-
"type": "String"
474+
"type": "string"
475475
}
476476
},
477477
"rules": [

0 commit comments

Comments
 (0)