Skip to content

Commit 1949eeb

Browse files
author
awstools
committed
feat(client-wellarchitected): Update endpoint ruleset parameters casing
1 parent df5dd23 commit 1949eeb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10262,27 +10262,27 @@
1026210262
"builtIn": "AWS::Region",
1026310263
"required": false,
1026410264
"documentation": "The AWS region used to dispatch the request.",
10265-
"type": "String"
10265+
"type": "string"
1026610266
},
1026710267
"UseDualStack": {
1026810268
"builtIn": "AWS::UseDualStack",
1026910269
"required": true,
1027010270
"default": false,
1027110271
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
10272-
"type": "Boolean"
10272+
"type": "boolean"
1027310273
},
1027410274
"UseFIPS": {
1027510275
"builtIn": "AWS::UseFIPS",
1027610276
"required": true,
1027710277
"default": false,
1027810278
"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.",
10279-
"type": "Boolean"
10279+
"type": "boolean"
1028010280
},
1028110281
"Endpoint": {
1028210282
"builtIn": "SDK::Endpoint",
1028310283
"required": false,
1028410284
"documentation": "Override the endpoint used to send this request",
10285-
"type": "String"
10285+
"type": "string"
1028610286
}
1028710287
},
1028810288
"rules": [

0 commit comments

Comments
 (0)