Skip to content

Commit 9ac953a

Browse files
author
awstools
committed
feat(client-cloudfront): Update endpoint ruleset parameters casing
1 parent 82cf5d2 commit 9ac953a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1903,26 +1903,26 @@
19031903
"required": true,
19041904
"default": false,
19051905
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
1906-
"type": "Boolean"
1906+
"type": "boolean"
19071907
},
19081908
"UseFIPS": {
19091909
"builtIn": "AWS::UseFIPS",
19101910
"required": true,
19111911
"default": false,
19121912
"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.",
1913-
"type": "Boolean"
1913+
"type": "boolean"
19141914
},
19151915
"Endpoint": {
19161916
"builtIn": "SDK::Endpoint",
19171917
"required": false,
19181918
"documentation": "Override the endpoint used to send this request",
1919-
"type": "String"
1919+
"type": "string"
19201920
},
19211921
"Region": {
19221922
"builtIn": "AWS::Region",
19231923
"required": false,
19241924
"documentation": "The AWS region used to dispatch the request.",
1925-
"type": "String"
1925+
"type": "string"
19261926
}
19271927
},
19281928
"rules": [

0 commit comments

Comments
 (0)