Skip to content

Commit 30039db

Browse files
author
awstools
committed
feat(client-pinpoint-sms-voice-v2): Update endpoint ruleset parameters casing
1 parent bd449f8 commit 30039db

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-pinpoint-sms-voice-v2/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/pinpoint-sms-voice-v2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7688,27 +7688,27 @@
76887688
"builtIn": "AWS::Region",
76897689
"required": false,
76907690
"documentation": "The AWS region used to dispatch the request.",
7691-
"type": "String"
7691+
"type": "string"
76927692
},
76937693
"UseDualStack": {
76947694
"builtIn": "AWS::UseDualStack",
76957695
"required": true,
76967696
"default": false,
76977697
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
7698-
"type": "Boolean"
7698+
"type": "boolean"
76997699
},
77007700
"UseFIPS": {
77017701
"builtIn": "AWS::UseFIPS",
77027702
"required": true,
77037703
"default": false,
77047704
"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.",
7705-
"type": "Boolean"
7705+
"type": "boolean"
77067706
},
77077707
"Endpoint": {
77087708
"builtIn": "SDK::Endpoint",
77097709
"required": false,
77107710
"documentation": "Override the endpoint used to send this request",
7711-
"type": "String"
7711+
"type": "string"
77127712
}
77137713
},
77147714
"rules": [

0 commit comments

Comments
 (0)