Skip to content

Commit bd449f8

Browse files
author
awstools
committed
feat(client-workspaces): Update endpoint ruleset parameters casing
1 parent 6eeb9ba commit bd449f8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13065,27 +13065,27 @@
1306513065
"builtIn": "AWS::Region",
1306613066
"required": false,
1306713067
"documentation": "The AWS region used to dispatch the request.",
13068-
"type": "String"
13068+
"type": "string"
1306913069
},
1307013070
"UseDualStack": {
1307113071
"builtIn": "AWS::UseDualStack",
1307213072
"required": true,
1307313073
"default": false,
1307413074
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
13075-
"type": "Boolean"
13075+
"type": "boolean"
1307613076
},
1307713077
"UseFIPS": {
1307813078
"builtIn": "AWS::UseFIPS",
1307913079
"required": true,
1308013080
"default": false,
1308113081
"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.",
13082-
"type": "Boolean"
13082+
"type": "boolean"
1308313083
},
1308413084
"Endpoint": {
1308513085
"builtIn": "SDK::Endpoint",
1308613086
"required": false,
1308713087
"documentation": "Override the endpoint used to send this request",
13088-
"type": "String"
13088+
"type": "string"
1308913089
}
1309013090
},
1309113091
"rules": [

0 commit comments

Comments
 (0)