Skip to content

Commit d60aeec

Browse files
author
awstools
committed
feat(client-appconfigdata): Update endpoint ruleset parameters casing
1 parent f6a6044 commit d60aeec

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,27 +36,27 @@
3636
"builtIn": "AWS::Region",
3737
"required": false,
3838
"documentation": "The AWS region used to dispatch the request.",
39-
"type": "String"
39+
"type": "string"
4040
},
4141
"UseDualStack": {
4242
"builtIn": "AWS::UseDualStack",
4343
"required": true,
4444
"default": false,
4545
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
46-
"type": "Boolean"
46+
"type": "boolean"
4747
},
4848
"UseFIPS": {
4949
"builtIn": "AWS::UseFIPS",
5050
"required": true,
5151
"default": false,
5252
"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.",
53-
"type": "Boolean"
53+
"type": "boolean"
5454
},
5555
"Endpoint": {
5656
"builtIn": "SDK::Endpoint",
5757
"required": false,
5858
"documentation": "Override the endpoint used to send this request",
59-
"type": "String"
59+
"type": "string"
6060
}
6161
},
6262
"rules": [

0 commit comments

Comments
 (0)