Skip to content

Commit 986c9ed

Browse files
author
awstools
committed
feat(client-imagebuilder): Update endpoint ruleset parameters casing
1 parent c86c0dc commit 986c9ed

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-imagebuilder/src/endpoint/ruleset.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ e="endpoint",
1818
f="tree",
1919
g="PartitionResult",
2020
h="getAttr",
21-
i={[u]:false,"type":"String"},
22-
j={[u]:true,"default":false,"type":"Boolean"},
21+
i={[u]:false,"type":"string"},
22+
j={[u]:true,"default":false,"type":"boolean"},
2323
k={[x]:"Endpoint"},
2424
l={[v]:c,[w]:[{[x]:"UseFIPS"},true]},
2525
m={[v]:c,[w]:[{[x]:"UseDualStack"},true]},

codegen/sdk-codegen/aws-models/imagebuilder.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14379,27 +14379,27 @@
1437914379
"builtIn": "AWS::Region",
1438014380
"required": false,
1438114381
"documentation": "The AWS region used to dispatch the request.",
14382-
"type": "String"
14382+
"type": "string"
1438314383
},
1438414384
"UseDualStack": {
1438514385
"builtIn": "AWS::UseDualStack",
1438614386
"required": true,
1438714387
"default": false,
1438814388
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
14389-
"type": "Boolean"
14389+
"type": "boolean"
1439014390
},
1439114391
"UseFIPS": {
1439214392
"builtIn": "AWS::UseFIPS",
1439314393
"required": true,
1439414394
"default": false,
1439514395
"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.",
14396-
"type": "Boolean"
14396+
"type": "boolean"
1439714397
},
1439814398
"Endpoint": {
1439914399
"builtIn": "SDK::Endpoint",
1440014400
"required": false,
1440114401
"documentation": "Override the endpoint used to send this request",
14402-
"type": "String"
14402+
"type": "string"
1440314403
}
1440414404
},
1440514405
"rules": [

0 commit comments

Comments
 (0)