Skip to content

Commit 15ed872

Browse files
author
awstools
committed
feat(client-iot): Update endpoint ruleset parameters casing
1 parent f1e6175 commit 15ed872

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-iot/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={[v]:false,"type":"String"},
22-
j={[v]:true,"default":false,"type":"Boolean"},
21+
i={[v]:false,"type":"string"},
22+
j={[v]:true,"default":false,"type":"boolean"},
2323
k={[y]:"Endpoint"},
2424
l={[w]:c,[x]:[{[y]:"UseFIPS"},true]},
2525
m={[w]:c,[x]:[{[y]:"UseDualStack"},true]},

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -871,27 +871,27 @@
871871
"builtIn": "AWS::Region",
872872
"required": false,
873873
"documentation": "The AWS region used to dispatch the request.",
874-
"type": "String"
874+
"type": "string"
875875
},
876876
"UseDualStack": {
877877
"builtIn": "AWS::UseDualStack",
878878
"required": true,
879879
"default": false,
880880
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
881-
"type": "Boolean"
881+
"type": "boolean"
882882
},
883883
"UseFIPS": {
884884
"builtIn": "AWS::UseFIPS",
885885
"required": true,
886886
"default": false,
887887
"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.",
888-
"type": "Boolean"
888+
"type": "boolean"
889889
},
890890
"Endpoint": {
891891
"builtIn": "SDK::Endpoint",
892892
"required": false,
893893
"documentation": "Override the endpoint used to send this request",
894-
"type": "String"
894+
"type": "string"
895895
}
896896
},
897897
"rules": [

0 commit comments

Comments
 (0)