Skip to content

Commit 2cbb7e0

Browse files
author
awstools
committed
feat(client-serverlessapplicationrepository): Update endpoint ruleset parameters casing
1 parent 4804c33 commit 2cbb7e0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1999,27 +1999,27 @@
19991999
"builtIn": "AWS::Region",
20002000
"required": false,
20012001
"documentation": "The AWS region used to dispatch the request.",
2002-
"type": "String"
2002+
"type": "string"
20032003
},
20042004
"UseDualStack": {
20052005
"builtIn": "AWS::UseDualStack",
20062006
"required": true,
20072007
"default": false,
20082008
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
2009-
"type": "Boolean"
2009+
"type": "boolean"
20102010
},
20112011
"UseFIPS": {
20122012
"builtIn": "AWS::UseFIPS",
20132013
"required": true,
20142014
"default": false,
20152015
"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.",
2016-
"type": "Boolean"
2016+
"type": "boolean"
20172017
},
20182018
"Endpoint": {
20192019
"builtIn": "SDK::Endpoint",
20202020
"required": false,
20212021
"documentation": "Override the endpoint used to send this request",
2022-
"type": "String"
2022+
"type": "string"
20232023
}
20242024
},
20252025
"rules": [

0 commit comments

Comments
 (0)