Skip to content

Commit 9fd39c4

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,27 +398,27 @@
398398
"builtIn": "AWS::Region",
399399
"required": false,
400400
"documentation": "The AWS region used to dispatch the request.",
401-
"type": "String"
401+
"type": "string"
402402
},
403403
"UseDualStack": {
404404
"builtIn": "AWS::UseDualStack",
405405
"required": true,
406406
"default": false,
407407
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
408-
"type": "Boolean"
408+
"type": "boolean"
409409
},
410410
"UseFIPS": {
411411
"builtIn": "AWS::UseFIPS",
412412
"required": true,
413413
"default": false,
414414
"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.",
415-
"type": "Boolean"
415+
"type": "boolean"
416416
},
417417
"Endpoint": {
418418
"builtIn": "SDK::Endpoint",
419419
"required": false,
420420
"documentation": "Override the endpoint used to send this request",
421-
"type": "String"
421+
"type": "string"
422422
}
423423
},
424424
"rules": [

0 commit comments

Comments
 (0)