Skip to content

Commit 1dd93db

Browse files
author
awstools
committed
feat(client-snow-device-management): Update endpoint ruleset parameters casing
1 parent cc44ae8 commit 1dd93db

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-snow-device-management/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/snow-device-management.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,27 +1768,27 @@
17681768
"builtIn": "AWS::Region",
17691769
"required": false,
17701770
"documentation": "The AWS region used to dispatch the request.",
1771-
"type": "String"
1771+
"type": "string"
17721772
},
17731773
"UseDualStack": {
17741774
"builtIn": "AWS::UseDualStack",
17751775
"required": true,
17761776
"default": false,
17771777
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
1778-
"type": "Boolean"
1778+
"type": "boolean"
17791779
},
17801780
"UseFIPS": {
17811781
"builtIn": "AWS::UseFIPS",
17821782
"required": true,
17831783
"default": false,
17841784
"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.",
1785-
"type": "Boolean"
1785+
"type": "boolean"
17861786
},
17871787
"Endpoint": {
17881788
"builtIn": "SDK::Endpoint",
17891789
"required": false,
17901790
"documentation": "Override the endpoint used to send this request",
1791-
"type": "String"
1791+
"type": "string"
17921792
}
17931793
},
17941794
"rules": [

0 commit comments

Comments
 (0)