Skip to content

Commit 09631dd

Browse files
author
awstools
committed
feat(client-iot-wireless): Update endpoint ruleset parameters casing
1 parent 1f72ef5 commit 09631dd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16519,27 +16519,27 @@
1651916519
"builtIn": "AWS::Region",
1652016520
"required": false,
1652116521
"documentation": "The AWS region used to dispatch the request.",
16522-
"type": "String"
16522+
"type": "string"
1652316523
},
1652416524
"UseDualStack": {
1652516525
"builtIn": "AWS::UseDualStack",
1652616526
"required": true,
1652716527
"default": false,
1652816528
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
16529-
"type": "Boolean"
16529+
"type": "boolean"
1653016530
},
1653116531
"UseFIPS": {
1653216532
"builtIn": "AWS::UseFIPS",
1653316533
"required": true,
1653416534
"default": false,
1653516535
"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.",
16536-
"type": "Boolean"
16536+
"type": "boolean"
1653716537
},
1653816538
"Endpoint": {
1653916539
"builtIn": "SDK::Endpoint",
1654016540
"required": false,
1654116541
"documentation": "Override the endpoint used to send this request",
16542-
"type": "String"
16542+
"type": "string"
1654316543
}
1654416544
},
1654516545
"rules": [

0 commit comments

Comments
 (0)