Skip to content

Commit faddf0d

Browse files
author
AWS
committed
Amazon Aurora DSQL Update: Update endpoint ruleset parameters casing
1 parent c06fba5 commit faddf0d

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 Aurora DSQL",
4+
"contributor": "",
5+
"description": "Update endpoint ruleset parameters casing"
6+
}

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

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

0 commit comments

Comments
 (0)