Skip to content

Commit 9f89671

Browse files
author
awstools
committed
feat(client-kafkaconnect): Update endpoint ruleset parameters casing
1 parent c6c310d commit 9f89671

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-kafkaconnect/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/kafkaconnect.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2261,27 +2261,27 @@
22612261
"builtIn": "AWS::Region",
22622262
"required": false,
22632263
"documentation": "The AWS region used to dispatch the request.",
2264-
"type": "String"
2264+
"type": "string"
22652265
},
22662266
"UseDualStack": {
22672267
"builtIn": "AWS::UseDualStack",
22682268
"required": true,
22692269
"default": false,
22702270
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
2271-
"type": "Boolean"
2271+
"type": "boolean"
22722272
},
22732273
"UseFIPS": {
22742274
"builtIn": "AWS::UseFIPS",
22752275
"required": true,
22762276
"default": false,
22772277
"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.",
2278-
"type": "Boolean"
2278+
"type": "boolean"
22792279
},
22802280
"Endpoint": {
22812281
"builtIn": "SDK::Endpoint",
22822282
"required": false,
22832283
"documentation": "Override the endpoint used to send this request",
2284-
"type": "String"
2284+
"type": "string"
22852285
}
22862286
},
22872287
"rules": [

0 commit comments

Comments
 (0)