Skip to content

Commit cdf2915

Browse files
author
awstools
committed
feat(client-s3-control): Update endpoint ruleset parameters casing
1 parent 8a36bd0 commit cdf2915

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

clients/client-s3-control/src/endpoint/ruleset.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ H="outpostType",
6060
I="resourceId[3]",
6161
J="bucketArn",
6262
K="{bucketArn#accountId}",
63-
L={[ba]:false,[bb]:"String"},
64-
M={[ba]:true,"default":false,[bb]:"Boolean"},
65-
N={[ba]:false,[bb]:"Boolean"},
63+
L={[ba]:false,[bb]:"string"},
64+
M={[ba]:true,"default":false,[bb]:"boolean"},
65+
N={[ba]:false,[bb]:"boolean"},
6666
O={[bf]:"Region"},
6767
P={[bd]:d,[be]:[{[bf]:"UseFIPS"},true]},
6868
Q={[bd]:e,[be]:[O],[bg]:"partitionResult"},

codegen/sdk-codegen/aws-models/s3-control.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -356,68 +356,68 @@
356356
"builtIn": "AWS::Region",
357357
"required": false,
358358
"documentation": "The AWS region used to dispatch the request.",
359-
"type": "String"
359+
"type": "string"
360360
},
361361
"UseFIPS": {
362362
"builtIn": "AWS::UseFIPS",
363363
"required": true,
364364
"default": false,
365365
"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.",
366-
"type": "Boolean"
366+
"type": "boolean"
367367
},
368368
"UseDualStack": {
369369
"builtIn": "AWS::UseDualStack",
370370
"required": true,
371371
"default": false,
372372
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
373-
"type": "Boolean"
373+
"type": "boolean"
374374
},
375375
"Endpoint": {
376376
"builtIn": "SDK::Endpoint",
377377
"required": false,
378378
"documentation": "Override the endpoint used to send this request",
379-
"type": "String"
379+
"type": "string"
380380
},
381381
"AccountId": {
382382
"required": false,
383383
"documentation": "The Account ID used to send the request. This is an optional parameter that will be set automatically for operations that require it.",
384-
"type": "String"
384+
"type": "string"
385385
},
386386
"RequiresAccountId": {
387387
"required": false,
388388
"documentation": "Internal parameter for operations that require account id host prefix.",
389-
"type": "Boolean"
389+
"type": "boolean"
390390
},
391391
"OutpostId": {
392392
"required": false,
393393
"documentation": "The Outpost ID. Some operations have an optional OutpostId which should be used in endpoint construction.",
394-
"type": "String"
394+
"type": "string"
395395
},
396396
"Bucket": {
397397
"required": false,
398398
"documentation": "The S3 bucket used to send the request. This is an optional parameter that will be set automatically for operations that are scoped to an S3 bucket.",
399-
"type": "String"
399+
"type": "string"
400400
},
401401
"AccessPointName": {
402402
"required": false,
403403
"documentation": "The S3 AccessPointName used to send the request. This is an optional parameter that will be set automatically for operations that are scoped to an S3 AccessPoint.",
404-
"type": "String"
404+
"type": "string"
405405
},
406406
"UseArnRegion": {
407407
"builtIn": "AWS::S3Control::UseArnRegion",
408408
"required": false,
409409
"documentation": "When an Access Point ARN is provided and this flag is enabled, the SDK MUST use the ARN's region when constructing the endpoint instead of the client's configured region.",
410-
"type": "Boolean"
410+
"type": "boolean"
411411
},
412412
"ResourceArn": {
413413
"required": false,
414414
"documentation": "The resource ARN included in the request. Only set on TagResource, UntagResourceand ListTagsForResource",
415-
"type": "String"
415+
"type": "string"
416416
},
417417
"UseS3ExpressControlEndpoint": {
418418
"required": false,
419419
"documentation": "Internal parameter to indicate whether S3Express operation should use control plane, (ex. ListDirectoryAccessPoints)",
420-
"type": "Boolean"
420+
"type": "boolean"
421421
}
422422
},
423423
"rules": [

0 commit comments

Comments
 (0)