@aws-sdk/client-kafkaconnect 3.150.0 → 3.159.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.159.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.158.0...v3.159.0) (2022-08-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-kafkaconnect
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.156.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.155.0...v3.156.0) (2022-08-23)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-kafkaconnect
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.154.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.153.0...v3.154.0) (2022-08-19)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @aws-sdk/client-kafkaconnect
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
# [3.150.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.149.0...v3.150.0) (2022-08-15)
|
|
7
31
|
|
|
8
32
|
**Note:** Version bump only for package @aws-sdk/client-kafkaconnect
|
|
@@ -15,7 +15,7 @@ const serializeAws_restJson1CreateConnectorCommand = async (input, context) => {
|
|
|
15
15
|
body = JSON.stringify({
|
|
16
16
|
...(input.capacity != null && { capacity: serializeAws_restJson1Capacity(input.capacity, context) }),
|
|
17
17
|
...(input.connectorConfiguration != null && {
|
|
18
|
-
connectorConfiguration:
|
|
18
|
+
connectorConfiguration: serializeAws_restJson1__sensitive__mapOf__string(input.connectorConfiguration, context),
|
|
19
19
|
}),
|
|
20
20
|
...(input.connectorDescription != null && { connectorDescription: input.connectorDescription }),
|
|
21
21
|
...(input.connectorName != null && { connectorName: input.connectorName }),
|
|
@@ -588,7 +588,7 @@ const deserializeAws_restJson1DescribeConnectorCommand = async (output, context)
|
|
|
588
588
|
contents.connectorArn = (0, smithy_client_1.expectString)(data.connectorArn);
|
|
589
589
|
}
|
|
590
590
|
if (data.connectorConfiguration != null) {
|
|
591
|
-
contents.connectorConfiguration =
|
|
591
|
+
contents.connectorConfiguration = deserializeAws_restJson1__sensitive__mapOf__string(data.connectorConfiguration, context);
|
|
592
592
|
}
|
|
593
593
|
if (data.connectorDescription != null) {
|
|
594
594
|
contents.connectorDescription = (0, smithy_client_1.expectString)(data.connectorDescription);
|
|
@@ -1138,7 +1138,7 @@ const serializeAws_restJson1__listOfPlugin = (input, context) => {
|
|
|
1138
1138
|
return serializeAws_restJson1Plugin(entry, context);
|
|
1139
1139
|
});
|
|
1140
1140
|
};
|
|
1141
|
-
const
|
|
1141
|
+
const serializeAws_restJson1__sensitive__mapOf__string = (input, context) => {
|
|
1142
1142
|
return Object.entries(input).reduce((acc, [key, value]) => {
|
|
1143
1143
|
if (value === null) {
|
|
1144
1144
|
return acc;
|
|
@@ -1377,7 +1377,7 @@ const deserializeAws_restJson1__listOfWorkerConfigurationSummary = (output, cont
|
|
|
1377
1377
|
});
|
|
1378
1378
|
return retVal;
|
|
1379
1379
|
};
|
|
1380
|
-
const
|
|
1380
|
+
const deserializeAws_restJson1__sensitive__mapOf__string = (output, context) => {
|
|
1381
1381
|
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
1382
1382
|
if (value === null) {
|
|
1383
1383
|
return acc;
|
|
@@ -15,7 +15,7 @@ export var serializeAws_restJson1CreateConnectorCommand = function (input, conte
|
|
|
15
15
|
};
|
|
16
16
|
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/v1/connectors";
|
|
17
17
|
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.capacity != null && { capacity: serializeAws_restJson1Capacity(input.capacity, context) })), (input.connectorConfiguration != null && {
|
|
18
|
-
connectorConfiguration:
|
|
18
|
+
connectorConfiguration: serializeAws_restJson1__sensitive__mapOf__string(input.connectorConfiguration, context),
|
|
19
19
|
})), (input.connectorDescription != null && { connectorDescription: input.connectorDescription })), (input.connectorName != null && { connectorName: input.connectorName })), (input.kafkaCluster != null && {
|
|
20
20
|
kafkaCluster: serializeAws_restJson1KafkaCluster(input.kafkaCluster, context),
|
|
21
21
|
})), (input.kafkaClusterClientAuthentication != null && {
|
|
@@ -773,7 +773,7 @@ export var deserializeAws_restJson1DescribeConnectorCommand = function (output,
|
|
|
773
773
|
contents.connectorArn = __expectString(data.connectorArn);
|
|
774
774
|
}
|
|
775
775
|
if (data.connectorConfiguration != null) {
|
|
776
|
-
contents.connectorConfiguration =
|
|
776
|
+
contents.connectorConfiguration = deserializeAws_restJson1__sensitive__mapOf__string(data.connectorConfiguration, context);
|
|
777
777
|
}
|
|
778
778
|
if (data.connectorDescription != null) {
|
|
779
779
|
contents.connectorDescription = __expectString(data.connectorDescription);
|
|
@@ -1511,7 +1511,7 @@ var serializeAws_restJson1__listOfPlugin = function (input, context) {
|
|
|
1511
1511
|
return serializeAws_restJson1Plugin(entry, context);
|
|
1512
1512
|
});
|
|
1513
1513
|
};
|
|
1514
|
-
var
|
|
1514
|
+
var serializeAws_restJson1__sensitive__mapOf__string = function (input, context) {
|
|
1515
1515
|
return Object.entries(input).reduce(function (acc, _a) {
|
|
1516
1516
|
var _b;
|
|
1517
1517
|
var _c = __read(_a, 2), key = _c[0], value = _c[1];
|
|
@@ -1675,7 +1675,7 @@ var deserializeAws_restJson1__listOfWorkerConfigurationSummary = function (outpu
|
|
|
1675
1675
|
});
|
|
1676
1676
|
return retVal;
|
|
1677
1677
|
};
|
|
1678
|
-
var
|
|
1678
|
+
var deserializeAws_restJson1__sensitive__mapOf__string = function (output, context) {
|
|
1679
1679
|
return Object.entries(output).reduce(function (acc, _a) {
|
|
1680
1680
|
var _b;
|
|
1681
1681
|
var _c = __read(_a, 2), key = _c[0], value = _c[1];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kafkaconnect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kafkaconnect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.159.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,35 +18,35 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-retry": "3.
|
|
32
|
-
"@aws-sdk/middleware-serde": "3.
|
|
33
|
-
"@aws-sdk/middleware-signing": "3.
|
|
34
|
-
"@aws-sdk/middleware-stack": "3.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36
|
-
"@aws-sdk/node-config-provider": "3.
|
|
37
|
-
"@aws-sdk/node-http-handler": "3.
|
|
38
|
-
"@aws-sdk/protocol-http": "3.
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
40
|
-
"@aws-sdk/types": "3.
|
|
41
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.159.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.159.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.159.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.159.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.159.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.159.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.159.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.159.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.159.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.159.0",
|
|
31
|
+
"@aws-sdk/middleware-retry": "3.159.0",
|
|
32
|
+
"@aws-sdk/middleware-serde": "3.159.0",
|
|
33
|
+
"@aws-sdk/middleware-signing": "3.159.0",
|
|
34
|
+
"@aws-sdk/middleware-stack": "3.159.0",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.159.0",
|
|
36
|
+
"@aws-sdk/node-config-provider": "3.159.0",
|
|
37
|
+
"@aws-sdk/node-http-handler": "3.159.0",
|
|
38
|
+
"@aws-sdk/protocol-http": "3.159.0",
|
|
39
|
+
"@aws-sdk/smithy-client": "3.159.0",
|
|
40
|
+
"@aws-sdk/types": "3.159.0",
|
|
41
|
+
"@aws-sdk/url-parser": "3.159.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
+
"@aws-sdk/util-body-length-browser": "3.154.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.159.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.159.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.159.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.159.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.109.0",
|
|
52
52
|
"tslib": "^2.3.1"
|