Skip to content

Commit 4370289

Browse files
author
awstools
committed
feat(client-controltower): Update endpoint ruleset parameters casing
1 parent 22c1519 commit 4370289

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

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

0 commit comments

Comments
 (0)