Skip to content

Commit 462f87a

Browse files
author
awstools
committed
feat(client-secrets-manager): Update endpoint ruleset parameters casing
1 parent 53cf900 commit 462f87a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-secrets-manager/src/endpoint/ruleset.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ e="endpoint",
2020
f="tree",
2121
g="PartitionResult",
2222
h="stringEquals",
23-
i={[y]:false,"type":"String"},
24-
j={[y]:true,"default":false,"type":"Boolean"},
23+
i={[y]:false,"type":"string"},
24+
j={[y]:true,"default":false,"type":"boolean"},
2525
k={[B]:"Endpoint"},
2626
l={[z]:c,[A]:[{[B]:"UseFIPS"},true]},
2727
m={[z]:c,[A]:[{[B]:"UseDualStack"},true]},

codegen/sdk-codegen/aws-models/secrets-manager.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3623,27 +3623,27 @@
36233623
"builtIn": "AWS::Region",
36243624
"required": false,
36253625
"documentation": "The AWS region used to dispatch the request.",
3626-
"type": "String"
3626+
"type": "string"
36273627
},
36283628
"UseDualStack": {
36293629
"builtIn": "AWS::UseDualStack",
36303630
"required": true,
36313631
"default": false,
36323632
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
3633-
"type": "Boolean"
3633+
"type": "boolean"
36343634
},
36353635
"UseFIPS": {
36363636
"builtIn": "AWS::UseFIPS",
36373637
"required": true,
36383638
"default": false,
36393639
"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.",
3640-
"type": "Boolean"
3640+
"type": "boolean"
36413641
},
36423642
"Endpoint": {
36433643
"builtIn": "SDK::Endpoint",
36443644
"required": false,
36453645
"documentation": "Override the endpoint used to send this request",
3646-
"type": "String"
3646+
"type": "string"
36473647
}
36483648
},
36493649
"rules": [

0 commit comments

Comments
 (0)