Skip to content

Commit e5f3bff

Browse files
author
awstools
committed
feat(client-robomaker): Update endpoint ruleset parameters casing
1 parent b3727fe commit e5f3bff

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9570,27 +9570,27 @@
95709570
"builtIn": "AWS::Region",
95719571
"required": false,
95729572
"documentation": "The AWS region used to dispatch the request.",
9573-
"type": "String"
9573+
"type": "string"
95749574
},
95759575
"UseDualStack": {
95769576
"builtIn": "AWS::UseDualStack",
95779577
"required": true,
95789578
"default": false,
95799579
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
9580-
"type": "Boolean"
9580+
"type": "boolean"
95819581
},
95829582
"UseFIPS": {
95839583
"builtIn": "AWS::UseFIPS",
95849584
"required": true,
95859585
"default": false,
95869586
"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.",
9587-
"type": "Boolean"
9587+
"type": "boolean"
95889588
},
95899589
"Endpoint": {
95909590
"builtIn": "SDK::Endpoint",
95919591
"required": false,
95929592
"documentation": "Override the endpoint used to send this request",
9593-
"type": "String"
9593+
"type": "string"
95949594
}
95959595
},
95969596
"rules": [

0 commit comments

Comments
 (0)