Skip to content

Commit 5f563c4

Browse files
author
awstools
committed
feat(client-chime-sdk-messaging): Update endpoint ruleset parameters casing
1 parent ffdacf8 commit 5f563c4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-chime-sdk-messaging/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/chime-sdk-messaging.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1545,27 +1545,27 @@
15451545
"builtIn": "AWS::Region",
15461546
"required": false,
15471547
"documentation": "The AWS region used to dispatch the request.",
1548-
"type": "String"
1548+
"type": "string"
15491549
},
15501550
"UseDualStack": {
15511551
"builtIn": "AWS::UseDualStack",
15521552
"required": true,
15531553
"default": false,
15541554
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
1555-
"type": "Boolean"
1555+
"type": "boolean"
15561556
},
15571557
"UseFIPS": {
15581558
"builtIn": "AWS::UseFIPS",
15591559
"required": true,
15601560
"default": false,
15611561
"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.",
1562-
"type": "Boolean"
1562+
"type": "boolean"
15631563
},
15641564
"Endpoint": {
15651565
"builtIn": "SDK::Endpoint",
15661566
"required": false,
15671567
"documentation": "Override the endpoint used to send this request",
1568-
"type": "String"
1568+
"type": "string"
15691569
}
15701570
},
15711571
"rules": [

0 commit comments

Comments
 (0)