Skip to content

Commit dbcb489

Browse files
author
awstools
committed
feat(client-snowball): Update endpoint ruleset parameters casing
1 parent 808f229 commit dbcb489

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,27 +136,27 @@
136136
"builtIn": "AWS::Region",
137137
"required": false,
138138
"documentation": "The AWS region used to dispatch the request.",
139-
"type": "String"
139+
"type": "string"
140140
},
141141
"UseDualStack": {
142142
"builtIn": "AWS::UseDualStack",
143143
"required": true,
144144
"default": false,
145145
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
146-
"type": "Boolean"
146+
"type": "boolean"
147147
},
148148
"UseFIPS": {
149149
"builtIn": "AWS::UseFIPS",
150150
"required": true,
151151
"default": false,
152152
"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.",
153-
"type": "Boolean"
153+
"type": "boolean"
154154
},
155155
"Endpoint": {
156156
"builtIn": "SDK::Endpoint",
157157
"required": false,
158158
"documentation": "Override the endpoint used to send this request",
159-
"type": "String"
159+
"type": "string"
160160
}
161161
},
162162
"rules": [

0 commit comments

Comments
 (0)