Skip to content

Commit 5f88d1c

Browse files
author
awstools
committed
feat(client-socialmessaging): Update endpoint ruleset parameters casing
1 parent a1dab8a commit 5f88d1c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2516,27 +2516,27 @@
25162516
"builtIn": "AWS::Region",
25172517
"required": false,
25182518
"documentation": "The AWS region used to dispatch the request.",
2519-
"type": "String"
2519+
"type": "string"
25202520
},
25212521
"UseDualStack": {
25222522
"builtIn": "AWS::UseDualStack",
25232523
"required": true,
25242524
"default": false,
25252525
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
2526-
"type": "Boolean"
2526+
"type": "boolean"
25272527
},
25282528
"UseFIPS": {
25292529
"builtIn": "AWS::UseFIPS",
25302530
"required": true,
25312531
"default": false,
25322532
"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.",
2533-
"type": "Boolean"
2533+
"type": "boolean"
25342534
},
25352535
"Endpoint": {
25362536
"builtIn": "SDK::Endpoint",
25372537
"required": false,
25382538
"documentation": "Override the endpoint used to send this request",
2539-
"type": "String"
2539+
"type": "string"
25402540
}
25412541
},
25422542
"rules": [

0 commit comments

Comments
 (0)