Skip to content

Commit b5c0b4c

Browse files
author
awstools
committed
feat(client-migrationhubstrategy): Update endpoint ruleset parameters casing
1 parent 5dafa72 commit b5c0b4c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-migrationhubstrategy/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/migrationhubstrategy.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,27 +91,27 @@
9191
"builtIn": "AWS::Region",
9292
"required": false,
9393
"documentation": "The AWS region used to dispatch the request.",
94-
"type": "String"
94+
"type": "string"
9595
},
9696
"UseDualStack": {
9797
"builtIn": "AWS::UseDualStack",
9898
"required": true,
9999
"default": false,
100100
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
101-
"type": "Boolean"
101+
"type": "boolean"
102102
},
103103
"UseFIPS": {
104104
"builtIn": "AWS::UseFIPS",
105105
"required": true,
106106
"default": false,
107107
"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.",
108-
"type": "Boolean"
108+
"type": "boolean"
109109
},
110110
"Endpoint": {
111111
"builtIn": "SDK::Endpoint",
112112
"required": false,
113113
"documentation": "Override the endpoint used to send this request",
114-
"type": "String"
114+
"type": "string"
115115
}
116116
},
117117
"rules": [

0 commit comments

Comments
 (0)