Skip to content

Commit fa7060a

Browse files
author
awstools
committed
feat(client-route-53-domains): Update endpoint ruleset parameters casing
1 parent 109911c commit fa7060a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-route-53-domains/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/route-53-domains.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5018,27 +5018,27 @@
50185018
"builtIn": "AWS::Region",
50195019
"required": false,
50205020
"documentation": "The AWS region used to dispatch the request.",
5021-
"type": "String"
5021+
"type": "string"
50225022
},
50235023
"UseDualStack": {
50245024
"builtIn": "AWS::UseDualStack",
50255025
"required": true,
50265026
"default": false,
50275027
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
5028-
"type": "Boolean"
5028+
"type": "boolean"
50295029
},
50305030
"UseFIPS": {
50315031
"builtIn": "AWS::UseFIPS",
50325032
"required": true,
50335033
"default": false,
50345034
"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.",
5035-
"type": "Boolean"
5035+
"type": "boolean"
50365036
},
50375037
"Endpoint": {
50385038
"builtIn": "SDK::Endpoint",
50395039
"required": false,
50405040
"documentation": "Override the endpoint used to send this request",
5041-
"type": "String"
5041+
"type": "string"
50425042
}
50435043
},
50445044
"rules": [

0 commit comments

Comments
 (0)