Skip to content

Commit 1191c67

Browse files
author
awstools
committed
feat(client-payment-cryptography): Update endpoint ruleset parameters casing
1 parent 48683fa commit 1191c67

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3304,27 +3304,27 @@
33043304
"builtIn": "AWS::Region",
33053305
"required": false,
33063306
"documentation": "The AWS region used to dispatch the request.",
3307-
"type": "String"
3307+
"type": "string"
33083308
},
33093309
"UseDualStack": {
33103310
"builtIn": "AWS::UseDualStack",
33113311
"required": true,
33123312
"default": false,
33133313
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
3314-
"type": "Boolean"
3314+
"type": "boolean"
33153315
},
33163316
"UseFIPS": {
33173317
"builtIn": "AWS::UseFIPS",
33183318
"required": true,
33193319
"default": false,
33203320
"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.",
3321-
"type": "Boolean"
3321+
"type": "boolean"
33223322
},
33233323
"Endpoint": {
33243324
"builtIn": "SDK::Endpoint",
33253325
"required": false,
33263326
"documentation": "Override the endpoint used to send this request",
3327-
"type": "String"
3327+
"type": "string"
33283328
}
33293329
},
33303330
"rules": [

0 commit comments

Comments
 (0)