Skip to content

Commit 2b60533

Browse files
author
awstools
committed
feat(client-s3tables): Update endpoint ruleset parameters casing
1 parent f385a1b commit 2b60533

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-s3tables/src/endpoint/ruleset.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ d="error",
1717
e="endpoint",
1818
f="tree",
1919
g="PartitionResult",
20-
h={[s]:false,"type":"String"},
21-
i={[s]:true,"default":false,"type":"Boolean"},
20+
h={[s]:false,"type":"string"},
21+
i={[s]:true,"default":false,"type":"boolean"},
2222
j={[v]:"Endpoint"},
2323
k={[t]:c,[u]:[{[v]:"UseFIPS"},true]},
2424
l={[t]:c,[u]:[{[v]:"UseDualStack"},true]},

codegen/sdk-codegen/aws-models/s3tables.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3085,27 +3085,27 @@
30853085
"builtIn": "AWS::Region",
30863086
"required": false,
30873087
"documentation": "The AWS region used to dispatch the request.",
3088-
"type": "String"
3088+
"type": "string"
30893089
},
30903090
"UseDualStack": {
30913091
"builtIn": "AWS::UseDualStack",
30923092
"required": true,
30933093
"default": false,
30943094
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
3095-
"type": "Boolean"
3095+
"type": "boolean"
30963096
},
30973097
"UseFIPS": {
30983098
"builtIn": "AWS::UseFIPS",
30993099
"required": true,
31003100
"default": false,
31013101
"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.",
3102-
"type": "Boolean"
3102+
"type": "boolean"
31033103
},
31043104
"Endpoint": {
31053105
"builtIn": "SDK::Endpoint",
31063106
"required": false,
31073107
"documentation": "Override the endpoint used to send this request",
3108-
"type": "String"
3108+
"type": "string"
31093109
}
31103110
},
31113111
"rules": [

0 commit comments

Comments
 (0)