Skip to content

Commit 78d99c2

Browse files
Update endpoint ruleset parameters casing
1 parent 3a8ec85 commit 78d99c2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

generator/ServiceModels/s3control/s3control-2018-08-20.endpoint-rule-set.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,68 +5,68 @@
55
"builtIn": "AWS::Region",
66
"required": false,
77
"documentation": "The AWS region used to dispatch the request.",
8-
"type": "String"
8+
"type": "string"
99
},
1010
"UseFIPS": {
1111
"builtIn": "AWS::UseFIPS",
1212
"required": true,
1313
"default": false,
1414
"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.",
15-
"type": "Boolean"
15+
"type": "boolean"
1616
},
1717
"UseDualStack": {
1818
"builtIn": "AWS::UseDualStack",
1919
"required": true,
2020
"default": false,
2121
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
22-
"type": "Boolean"
22+
"type": "boolean"
2323
},
2424
"Endpoint": {
2525
"builtIn": "SDK::Endpoint",
2626
"required": false,
2727
"documentation": "Override the endpoint used to send this request",
28-
"type": "String"
28+
"type": "string"
2929
},
3030
"AccountId": {
3131
"required": false,
3232
"documentation": "The Account ID used to send the request. This is an optional parameter that will be set automatically for operations that require it.",
33-
"type": "String"
33+
"type": "string"
3434
},
3535
"RequiresAccountId": {
3636
"required": false,
3737
"documentation": "Internal parameter for operations that require account id host prefix.",
38-
"type": "Boolean"
38+
"type": "boolean"
3939
},
4040
"OutpostId": {
4141
"required": false,
4242
"documentation": "The Outpost ID. Some operations have an optional OutpostId which should be used in endpoint construction.",
43-
"type": "String"
43+
"type": "string"
4444
},
4545
"Bucket": {
4646
"required": false,
4747
"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.",
48-
"type": "String"
48+
"type": "string"
4949
},
5050
"AccessPointName": {
5151
"required": false,
5252
"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.",
53-
"type": "String"
53+
"type": "string"
5454
},
5555
"UseArnRegion": {
5656
"builtIn": "AWS::S3Control::UseArnRegion",
5757
"required": false,
5858
"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.",
59-
"type": "Boolean"
59+
"type": "boolean"
6060
},
6161
"ResourceArn": {
6262
"required": false,
6363
"documentation": "The resource ARN included in the request. Only set on TagResource, UntagResourceand ListTagsForResource",
64-
"type": "String"
64+
"type": "string"
6565
},
6666
"UseS3ExpressControlEndpoint": {
6767
"required": false,
6868
"documentation": "Internal parameter to indicate whether S3Express operation should use control plane, (ex. ListDirectoryAccessPoints)",
69-
"type": "Boolean"
69+
"type": "boolean"
7070
}
7171
},
7272
"rules": [

0 commit comments

Comments
 (0)