Skip to content

Commit 00ebb7e

Browse files
author
awstools
committed
feat(client-geo-routes): Update endpoint ruleset parameters casing
1 parent 6a6c84c commit 00ebb7e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-geo-routes/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={[u]:true,"default":false,"type":"Boolean"},
21-
i={[u]:false,"type":"String"},
20+
h={[u]:true,"default":false,"type":"boolean"},
21+
i={[u]:false,"type":"string"},
2222
j={[x]:"Endpoint"},
2323
k={[v]:c,[w]:[{[x]:"UseFIPS"},true]},
2424
l={[v]:c,[w]:[{[x]:"UseDualStack"},true]},

codegen/sdk-codegen/aws-models/geo-routes.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8945,26 +8945,26 @@
89458945
"required": true,
89468946
"default": false,
89478947
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
8948-
"type": "Boolean"
8948+
"type": "boolean"
89498949
},
89508950
"UseFIPS": {
89518951
"builtIn": "AWS::UseFIPS",
89528952
"required": true,
89538953
"default": false,
89548954
"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.",
8955-
"type": "Boolean"
8955+
"type": "boolean"
89568956
},
89578957
"Endpoint": {
89588958
"builtIn": "SDK::Endpoint",
89598959
"required": false,
89608960
"documentation": "Override the endpoint used to send this request",
8961-
"type": "String"
8961+
"type": "string"
89628962
},
89638963
"Region": {
89648964
"builtIn": "AWS::Region",
89658965
"required": false,
89668966
"documentation": "The AWS region used to dispatch the request.",
8967-
"type": "String"
8967+
"type": "string"
89688968
}
89698969
},
89708970
"rules": [

0 commit comments

Comments
 (0)