Skip to content

Commit 41b0ce7

Browse files
author
AWS
committed
Amazon Kendra Intelligent Ranking Update: Update endpoint ruleset parameters casing
1 parent faddf0d commit 41b0ce7

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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 Kendra Intelligent Ranking",
4+
"contributor": "",
5+
"description": "Update endpoint ruleset parameters casing"
6+
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
"builtIn": "AWS::Region",
66
"required": false,
77
"documentation": "The AWS region used to dispatch the request.",
8-
"type": "String"
8+
"type": "string"
99
},
1010
"UseFIPS": {
1111
"builtIn": "AWS::UseFIPS",
1212
"required": true,
1313
"default": false,
1414
"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.",
15-
"type": "Boolean"
15+
"type": "boolean"
1616
},
1717
"Endpoint": {
1818
"builtIn": "SDK::Endpoint",
1919
"required": false,
2020
"documentation": "Override the endpoint used to send this request",
21-
"type": "String"
21+
"type": "string"
2222
}
2323
},
2424
"rules": [

0 commit comments

Comments
 (0)