Skip to content

Commit 1fbd3b6

Browse files
author
awstools
committed
feat(client-kinesis): Update endpoint ruleset parameters casing
1 parent 8842366 commit 1fbd3b6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ f="booleanEquals",
2626
g="endpoint",
2727
h="tree",
2828
i="error",
29-
j={[H]:false,[I]:"String"},
30-
k={[H]:true,"default":false,[I]:"Boolean"},
29+
j={[H]:false,[I]:"string"},
30+
k={[H]:true,"default":false,[I]:"boolean"},
3131
l={[L]:"not",[M]:[{[L]:b,[M]:[{[N]:"Endpoint"}]}]},
3232
m={[N]:"Endpoint"},
3333
n={[L]:b,[M]:[{[N]:"Region"}]},

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1818,47 +1818,47 @@
18181818
"builtIn": "AWS::Region",
18191819
"required": false,
18201820
"documentation": "The AWS region used to dispatch the request.",
1821-
"type": "String"
1821+
"type": "string"
18221822
},
18231823
"UseDualStack": {
18241824
"builtIn": "AWS::UseDualStack",
18251825
"required": true,
18261826
"default": false,
18271827
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
1828-
"type": "Boolean"
1828+
"type": "boolean"
18291829
},
18301830
"UseFIPS": {
18311831
"builtIn": "AWS::UseFIPS",
18321832
"required": true,
18331833
"default": false,
18341834
"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.",
1835-
"type": "Boolean"
1835+
"type": "boolean"
18361836
},
18371837
"Endpoint": {
18381838
"builtIn": "SDK::Endpoint",
18391839
"required": false,
18401840
"documentation": "Override the endpoint used to send this request",
1841-
"type": "String"
1841+
"type": "string"
18421842
},
18431843
"StreamARN": {
18441844
"required": false,
18451845
"documentation": "The ARN of the Kinesis stream",
1846-
"type": "String"
1846+
"type": "string"
18471847
},
18481848
"OperationType": {
18491849
"required": false,
18501850
"documentation": "Internal parameter to distinguish between Control/Data plane API and accordingly generate control/data plane endpoint",
1851-
"type": "String"
1851+
"type": "string"
18521852
},
18531853
"ConsumerARN": {
18541854
"required": false,
18551855
"documentation": "The ARN of the Kinesis consumer",
1856-
"type": "String"
1856+
"type": "string"
18571857
},
18581858
"ResourceARN": {
18591859
"required": false,
18601860
"documentation": "The ARN of the Kinesis resource",
1861-
"type": "String"
1861+
"type": "string"
18621862
}
18631863
},
18641864
"rules": [

0 commit comments

Comments
 (0)