Skip to content

Commit f385a1b

Browse files
author
awstools
committed
feat(client-payment-cryptography-data): Update endpoint ruleset parameters casing
1 parent cfe98b4 commit f385a1b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-payment-cryptography-data/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/payment-cryptography-data.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2622,27 +2622,27 @@
26222622
"builtIn": "AWS::Region",
26232623
"required": false,
26242624
"documentation": "The AWS region used to dispatch the request.",
2625-
"type": "String"
2625+
"type": "string"
26262626
},
26272627
"UseDualStack": {
26282628
"builtIn": "AWS::UseDualStack",
26292629
"required": true,
26302630
"default": false,
26312631
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
2632-
"type": "Boolean"
2632+
"type": "boolean"
26332633
},
26342634
"UseFIPS": {
26352635
"builtIn": "AWS::UseFIPS",
26362636
"required": true,
26372637
"default": false,
26382638
"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.",
2639-
"type": "Boolean"
2639+
"type": "boolean"
26402640
},
26412641
"Endpoint": {
26422642
"builtIn": "SDK::Endpoint",
26432643
"required": false,
26442644
"documentation": "Override the endpoint used to send this request",
2645-
"type": "String"
2645+
"type": "string"
26462646
}
26472647
},
26482648
"rules": [

0 commit comments

Comments
 (0)