Skip to content

Commit 82cf5d2

Browse files
author
awstools
committed
feat(client-iottwinmaker): Update endpoint ruleset parameters casing
1 parent c14b0b5 commit 82cf5d2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,27 +144,27 @@
144144
"builtIn": "AWS::Region",
145145
"required": false,
146146
"documentation": "The AWS region used to dispatch the request.",
147-
"type": "String"
147+
"type": "string"
148148
},
149149
"UseDualStack": {
150150
"builtIn": "AWS::UseDualStack",
151151
"required": true,
152152
"default": false,
153153
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
154-
"type": "Boolean"
154+
"type": "boolean"
155155
},
156156
"UseFIPS": {
157157
"builtIn": "AWS::UseFIPS",
158158
"required": true,
159159
"default": false,
160160
"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.",
161-
"type": "Boolean"
161+
"type": "boolean"
162162
},
163163
"Endpoint": {
164164
"builtIn": "SDK::Endpoint",
165165
"required": false,
166166
"documentation": "Override the endpoint used to send this request",
167-
"type": "String"
167+
"type": "string"
168168
}
169169
},
170170
"rules": [

0 commit comments

Comments
 (0)