Skip to content

Commit 84ab3c4

Browse files
author
awstools
committed
feat(client-marketplace-catalog): Update endpoint ruleset parameters casing
1 parent 6bda795 commit 84ab3c4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,27 +104,27 @@
104104
"builtIn": "AWS::Region",
105105
"required": false,
106106
"documentation": "The AWS region used to dispatch the request.",
107-
"type": "String"
107+
"type": "string"
108108
},
109109
"UseDualStack": {
110110
"builtIn": "AWS::UseDualStack",
111111
"required": true,
112112
"default": false,
113113
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
114-
"type": "Boolean"
114+
"type": "boolean"
115115
},
116116
"UseFIPS": {
117117
"builtIn": "AWS::UseFIPS",
118118
"required": true,
119119
"default": false,
120120
"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.",
121-
"type": "Boolean"
121+
"type": "boolean"
122122
},
123123
"Endpoint": {
124124
"builtIn": "SDK::Endpoint",
125125
"required": false,
126126
"documentation": "Override the endpoint used to send this request",
127-
"type": "String"
127+
"type": "string"
128128
}
129129
},
130130
"rules": [

0 commit comments

Comments
 (0)