Skip to content

Commit 18bd6ed

Browse files
author
awstools
committed
feat(client-marketplace-deployment): Update endpoint ruleset parameters casing
1 parent 2a5606e commit 18bd6ed

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,27 +40,27 @@
4040
"builtIn": "AWS::Region",
4141
"required": false,
4242
"documentation": "The AWS region used to dispatch the request.",
43-
"type": "String"
43+
"type": "string"
4444
},
4545
"UseDualStack": {
4646
"builtIn": "AWS::UseDualStack",
4747
"required": true,
4848
"default": false,
4949
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
50-
"type": "Boolean"
50+
"type": "boolean"
5151
},
5252
"UseFIPS": {
5353
"builtIn": "AWS::UseFIPS",
5454
"required": true,
5555
"default": false,
5656
"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.",
57-
"type": "Boolean"
57+
"type": "boolean"
5858
},
5959
"Endpoint": {
6060
"builtIn": "SDK::Endpoint",
6161
"required": false,
6262
"documentation": "Override the endpoint used to send this request",
63-
"type": "String"
63+
"type": "string"
6464
}
6565
},
6666
"rules": [

0 commit comments

Comments
 (0)