Skip to content

Commit 37fa69e

Browse files
author
awstools
committed
feat(client-kinesis-analytics): Update endpoint ruleset parameters casing
1 parent 8befa9a commit 37fa69e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ d="error",
1717
e="endpoint",
1818
f="tree",
1919
g="PartitionResult",
20-
h={[s]:false,"type":"String"},
21-
i={[s]:true,"default":false,"type":"Boolean"},
20+
h={[s]:false,"type":"string"},
21+
i={[s]:true,"default":false,"type":"boolean"},
2222
j={[v]:"Endpoint"},
2323
k={[t]:c,[u]:[{[v]:"UseFIPS"},true]},
2424
l={[t]:c,[u]:[{[v]:"UseDualStack"},true]},

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1951,27 +1951,27 @@
19511951
"builtIn": "AWS::Region",
19521952
"required": false,
19531953
"documentation": "The AWS region used to dispatch the request.",
1954-
"type": "String"
1954+
"type": "string"
19551955
},
19561956
"UseDualStack": {
19571957
"builtIn": "AWS::UseDualStack",
19581958
"required": true,
19591959
"default": false,
19601960
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
1961-
"type": "Boolean"
1961+
"type": "boolean"
19621962
},
19631963
"UseFIPS": {
19641964
"builtIn": "AWS::UseFIPS",
19651965
"required": true,
19661966
"default": false,
19671967
"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.",
1968-
"type": "Boolean"
1968+
"type": "boolean"
19691969
},
19701970
"Endpoint": {
19711971
"builtIn": "SDK::Endpoint",
19721972
"required": false,
19731973
"documentation": "Override the endpoint used to send this request",
1974-
"type": "String"
1974+
"type": "string"
19751975
}
19761976
},
19771977
"rules": [

0 commit comments

Comments
 (0)