Skip to content

Commit 8ef7b35

Browse files
author
awstools
committed
feat(client-iot-data-plane): Update endpoint ruleset parameters casing
1 parent 9ac953a commit 8ef7b35

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-iot-data-plane/src/endpoint/ruleset.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ e="endpoint",
1818
f="tree",
1919
g="PartitionResult",
2020
h="stringEquals",
21-
i={[w]:false,"type":"String"},
22-
j={[w]:true,"default":false,"type":"Boolean"},
21+
i={[w]:false,"type":"string"},
22+
j={[w]:true,"default":false,"type":"boolean"},
2323
k={[z]:"Endpoint"},
2424
l={[x]:c,[y]:[{[z]:"UseFIPS"},true]},
2525
m={[x]:c,[y]:[{[z]:"UseDualStack"},true]},

codegen/sdk-codegen/aws-models/iot-data-plane.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -510,27 +510,27 @@
510510
"builtIn": "AWS::Region",
511511
"required": false,
512512
"documentation": "The AWS region used to dispatch the request.",
513-
"type": "String"
513+
"type": "string"
514514
},
515515
"UseDualStack": {
516516
"builtIn": "AWS::UseDualStack",
517517
"required": true,
518518
"default": false,
519519
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
520-
"type": "Boolean"
520+
"type": "boolean"
521521
},
522522
"UseFIPS": {
523523
"builtIn": "AWS::UseFIPS",
524524
"required": true,
525525
"default": false,
526526
"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.",
527-
"type": "Boolean"
527+
"type": "boolean"
528528
},
529529
"Endpoint": {
530530
"builtIn": "SDK::Endpoint",
531531
"required": false,
532532
"documentation": "Override the endpoint used to send this request",
533-
"type": "String"
533+
"type": "string"
534534
}
535535
},
536536
"rules": [

0 commit comments

Comments
 (0)