Skip to content

Commit 2cb95dc

Browse files
author
awstools
committed
feat(client-cloud9): Update endpoint ruleset parameters casing
1 parent 375a9fc commit 2cb95dc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,27 +94,27 @@
9494
"builtIn": "AWS::Region",
9595
"required": false,
9696
"documentation": "The AWS region used to dispatch the request.",
97-
"type": "String"
97+
"type": "string"
9898
},
9999
"UseDualStack": {
100100
"builtIn": "AWS::UseDualStack",
101101
"required": true,
102102
"default": false,
103103
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
104-
"type": "Boolean"
104+
"type": "boolean"
105105
},
106106
"UseFIPS": {
107107
"builtIn": "AWS::UseFIPS",
108108
"required": true,
109109
"default": false,
110110
"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.",
111-
"type": "Boolean"
111+
"type": "boolean"
112112
},
113113
"Endpoint": {
114114
"builtIn": "SDK::Endpoint",
115115
"required": false,
116116
"documentation": "Override the endpoint used to send this request",
117-
"type": "String"
117+
"type": "string"
118118
}
119119
},
120120
"rules": [

0 commit comments

Comments
 (0)