Skip to content

Commit d8e90d2

Browse files
author
AWS
committed
Amazon Kinesis Update: Update endpoint ruleset parameters casing
1 parent a7f5361 commit d8e90d2

File tree

2 files changed

+14
-8
lines changed

2 files changed

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

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,47 +5,47 @@
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
"UseDualStack": {
1111
"builtIn": "AWS::UseDualStack",
1212
"required": true,
1313
"default": false,
1414
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
15-
"type": "Boolean"
15+
"type": "boolean"
1616
},
1717
"UseFIPS": {
1818
"builtIn": "AWS::UseFIPS",
1919
"required": true,
2020
"default": false,
2121
"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.",
22-
"type": "Boolean"
22+
"type": "boolean"
2323
},
2424
"Endpoint": {
2525
"builtIn": "SDK::Endpoint",
2626
"required": false,
2727
"documentation": "Override the endpoint used to send this request",
28-
"type": "String"
28+
"type": "string"
2929
},
3030
"StreamARN": {
3131
"required": false,
3232
"documentation": "The ARN of the Kinesis stream",
33-
"type": "String"
33+
"type": "string"
3434
},
3535
"OperationType": {
3636
"required": false,
3737
"documentation": "Internal parameter to distinguish between Control/Data plane API and accordingly generate control/data plane endpoint",
38-
"type": "String"
38+
"type": "string"
3939
},
4040
"ConsumerARN": {
4141
"required": false,
4242
"documentation": "The ARN of the Kinesis consumer",
43-
"type": "String"
43+
"type": "string"
4444
},
4545
"ResourceARN": {
4646
"required": false,
4747
"documentation": "The ARN of the Kinesis resource",
48-
"type": "String"
48+
"type": "string"
4949
}
5050
},
5151
"rules": [

0 commit comments

Comments
 (0)