Skip to content

Commit 52113c8

Browse files
author
awstools
committed
feat(client-evs): Update endpoint ruleset parameters casing
1 parent 84afe14 commit 52113c8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,27 +70,27 @@
7070
"builtIn": "AWS::Region",
7171
"required": false,
7272
"documentation": "The AWS region used to dispatch the request.",
73-
"type": "String"
73+
"type": "string"
7474
},
7575
"UseDualStack": {
7676
"builtIn": "AWS::UseDualStack",
7777
"required": true,
7878
"default": false,
7979
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
80-
"type": "Boolean"
80+
"type": "boolean"
8181
},
8282
"UseFIPS": {
8383
"builtIn": "AWS::UseFIPS",
8484
"required": true,
8585
"default": false,
8686
"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.",
87-
"type": "Boolean"
87+
"type": "boolean"
8888
},
8989
"Endpoint": {
9090
"builtIn": "SDK::Endpoint",
9191
"required": false,
9292
"documentation": "Override the endpoint used to send this request",
93-
"type": "String"
93+
"type": "string"
9494
}
9595
},
9696
"rules": [

0 commit comments

Comments
 (0)