Skip to content

Commit 5c5e8f5

Browse files
author
awstools
committed
feat(client-finspace-data): Update endpoint ruleset parameters casing
1 parent 8fafbe7 commit 5c5e8f5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,27 +149,27 @@
149149
"builtIn": "AWS::Region",
150150
"required": false,
151151
"documentation": "The AWS region used to dispatch the request.",
152-
"type": "String"
152+
"type": "string"
153153
},
154154
"UseDualStack": {
155155
"builtIn": "AWS::UseDualStack",
156156
"required": true,
157157
"default": false,
158158
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
159-
"type": "Boolean"
159+
"type": "boolean"
160160
},
161161
"UseFIPS": {
162162
"builtIn": "AWS::UseFIPS",
163163
"required": true,
164164
"default": false,
165165
"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.",
166-
"type": "Boolean"
166+
"type": "boolean"
167167
},
168168
"Endpoint": {
169169
"builtIn": "SDK::Endpoint",
170170
"required": false,
171171
"documentation": "Override the endpoint used to send this request",
172-
"type": "String"
172+
"type": "string"
173173
}
174174
},
175175
"rules": [

0 commit comments

Comments
 (0)