Skip to content

Commit 0f73939

Browse files
author
awstools
committed
feat(client-iotanalytics): Update endpoint ruleset parameters casing
1 parent 6eabefd commit 0f73939

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,27 +157,27 @@
157157
"builtIn": "AWS::Region",
158158
"required": false,
159159
"documentation": "The AWS region used to dispatch the request.",
160-
"type": "String"
160+
"type": "string"
161161
},
162162
"UseDualStack": {
163163
"builtIn": "AWS::UseDualStack",
164164
"required": true,
165165
"default": false,
166166
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
167-
"type": "Boolean"
167+
"type": "boolean"
168168
},
169169
"UseFIPS": {
170170
"builtIn": "AWS::UseFIPS",
171171
"required": true,
172172
"default": false,
173173
"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.",
174-
"type": "Boolean"
174+
"type": "boolean"
175175
},
176176
"Endpoint": {
177177
"builtIn": "SDK::Endpoint",
178178
"required": false,
179179
"documentation": "Override the endpoint used to send this request",
180-
"type": "String"
180+
"type": "string"
181181
}
182182
},
183183
"rules": [

0 commit comments

Comments
 (0)