Skip to content

Commit 09e894d

Browse files
author
awstools
committed
feat(client-scheduler): Update endpoint ruleset parameters casing
1 parent 2d5e1fb commit 09e894d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

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

0 commit comments

Comments
 (0)