Skip to content

Commit cfca0cf

Browse files
author
awstools
committed
feat(client-billing): Update endpoint ruleset parameters casing
1 parent 52113c8 commit cfca0cf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ d="error",
1919
e="endpoint",
2020
f="tree",
2121
g="PartitionResult",
22-
h={[v]:true,"default":false,"type":"Boolean"},
23-
i={[v]:false,"type":"String"},
22+
h={[v]:true,"default":false,"type":"boolean"},
23+
i={[v]:false,"type":"string"},
2424
j={[y]:"Endpoint"},
2525
k={[w]:c,[x]:[{[y]:"UseFIPS"},true]},
2626
l={[w]:c,[x]:[{[y]:"UseDualStack"},true]},

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,26 +80,26 @@
8080
"required": true,
8181
"default": false,
8282
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
83-
"type": "Boolean"
83+
"type": "boolean"
8484
},
8585
"UseFIPS": {
8686
"builtIn": "AWS::UseFIPS",
8787
"required": true,
8888
"default": false,
8989
"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.",
90-
"type": "Boolean"
90+
"type": "boolean"
9191
},
9292
"Endpoint": {
9393
"builtIn": "SDK::Endpoint",
9494
"required": false,
9595
"documentation": "Override the endpoint used to send this request",
96-
"type": "String"
96+
"type": "string"
9797
},
9898
"Region": {
9999
"builtIn": "AWS::Region",
100100
"required": false,
101101
"documentation": "The AWS region used to dispatch the request.",
102-
"type": "String"
102+
"type": "string"
103103
}
104104
},
105105
"rules": [

0 commit comments

Comments
 (0)