Skip to content

Commit 97999f7

Browse files
author
AWS
committed
Amazon CloudFront KeyValueStore Update: Update endpoint ruleset parameters casing
1 parent b2913a6 commit 97999f7

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon CloudFront KeyValueStore",
4+
"contributor": "",
5+
"description": "Update endpoint ruleset parameters casing"
6+
}

services/cloudfrontkeyvaluestore/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@
44
"KvsARN": {
55
"required": false,
66
"documentation": "The ARN of the Key Value Store",
7-
"type": "String"
7+
"type": "string"
88
},
99
"Region": {
1010
"builtIn": "AWS::Region",
1111
"required": false,
1212
"documentation": "The AWS region used to dispatch the request.",
13-
"type": "String"
13+
"type": "string"
1414
},
1515
"UseFIPS": {
1616
"builtIn": "AWS::UseFIPS",
1717
"required": true,
1818
"default": false,
1919
"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.",
20-
"type": "Boolean"
20+
"type": "boolean"
2121
},
2222
"Endpoint": {
2323
"builtIn": "SDK::Endpoint",
2424
"required": false,
2525
"documentation": "Override the endpoint used to send this request",
26-
"type": "String"
26+
"type": "string"
2727
}
2828
},
2929
"rules": [

0 commit comments

Comments
 (0)