@aws-sdk/client-kafkaconnect 3.33.0 → 3.36.1
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 +47 -0
- package/{dist/cjs → dist-cjs}/KafkaConnect.js +1 -5
- package/{dist/cjs → dist-cjs}/KafkaConnectClient.js +8 -17
- package/{dist/cjs → dist-cjs}/commands/CreateConnectorCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateCustomPluginCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateWorkerConfigurationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteConnectorCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeConnectorCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeCustomPluginCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeWorkerConfigurationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListConnectorsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListCustomPluginsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListWorkerConfigurationsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateConnectorCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -247
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListConnectorsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListCustomPluginsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListWorkerConfigurationsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +6 -12
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/KafkaConnect.js +2 -6
- package/{dist/es → dist-es}/KafkaConnectClient.js +2 -11
- package/{dist/es → dist-es}/commands/CreateConnectorCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateCustomPluginCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateWorkerConfigurationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteConnectorCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeConnectorCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeCustomPluginCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeWorkerConfigurationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListConnectorsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListCustomPluginsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListWorkerConfigurationsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateConnectorCommand.js +4 -30
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -247
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListConnectorsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListCustomPluginsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListWorkerConfigurationsPaginator.js +17 -30
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +427 -433
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/KafkaConnect.d.ts +2 -2
- package/{dist/types → dist-types}/KafkaConnectClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/CreateConnectorCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateCustomPluginCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateWorkerConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteConnectorCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConnectorCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeCustomPluginCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeWorkerConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListConnectorsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListCustomPluginsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListWorkerConfigurationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateConnectorCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListConnectorsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListCustomPluginsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListWorkerConfigurationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/KafkaConnect.d.ts +14 -38
- package/{dist/types → dist-types}/ts3.4/KafkaConnectClient.d.ts +32 -97
- package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreateCustomPluginCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/CreateWorkerConfigurationCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DeleteConnectorCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeConnectorCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeCustomPluginCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeWorkerConfigurationCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCustomPluginsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListWorkerConfigurationsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/UpdateConnectorCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1028 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListConnectorsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListCustomPluginsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListWorkerConfigurationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +52 -49
- package/KafkaConnect.ts +0 -414
- package/KafkaConnectClient.ts +0 -280
- package/commands/CreateConnectorCommand.ts +0 -94
- package/commands/CreateCustomPluginCommand.ts +0 -94
- package/commands/CreateWorkerConfigurationCommand.ts +0 -97
- package/commands/DeleteConnectorCommand.ts +0 -94
- package/commands/DescribeConnectorCommand.ts +0 -94
- package/commands/DescribeCustomPluginCommand.ts +0 -94
- package/commands/DescribeWorkerConfigurationCommand.ts +0 -99
- package/commands/ListConnectorsCommand.ts +0 -94
- package/commands/ListCustomPluginsCommand.ts +0 -94
- package/commands/ListWorkerConfigurationsCommand.ts +0 -94
- package/commands/UpdateConnectorCommand.ts +0 -94
- package/dist/cjs/KafkaConnect.js.map +0 -1
- package/dist/cjs/KafkaConnectClient.js.map +0 -1
- package/dist/cjs/commands/CreateConnectorCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCustomPluginCommand.js.map +0 -1
- package/dist/cjs/commands/CreateWorkerConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConnectorCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConnectorCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCustomPluginCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkerConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/ListConnectorsCommand.js.map +0 -1
- package/dist/cjs/commands/ListCustomPluginsCommand.js.map +0 -1
- package/dist/cjs/commands/ListWorkerConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateConnectorCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListConnectorsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListCustomPluginsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListWorkerConfigurationsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/KafkaConnect.js.map +0 -1
- package/dist/es/KafkaConnectClient.js.map +0 -1
- package/dist/es/commands/CreateConnectorCommand.js.map +0 -1
- package/dist/es/commands/CreateCustomPluginCommand.js.map +0 -1
- package/dist/es/commands/CreateWorkerConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteConnectorCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectorCommand.js.map +0 -1
- package/dist/es/commands/DescribeCustomPluginCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkerConfigurationCommand.js.map +0 -1
- package/dist/es/commands/ListConnectorsCommand.js.map +0 -1
- package/dist/es/commands/ListCustomPluginsCommand.js.map +0 -1
- package/dist/es/commands/ListWorkerConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/UpdateConnectorCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -19
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListConnectorsPaginator.js.map +0 -1
- package/dist/es/pagination/ListCustomPluginsPaginator.js.map +0 -1
- package/dist/es/pagination/ListWorkerConfigurationsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/commands/CreateConnectorCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListConnectorsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListCustomPluginsCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -1732
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -2197
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListConnectorsPaginator.ts +0 -58
- package/pagination/ListCustomPluginsPaginator.ts +0 -58
- package/pagination/ListWorkerConfigurationsPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -2700
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,37 +1,22 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
export var ScaleInPolicyDescription;
|
|
3
3
|
(function (ScaleInPolicyDescription) {
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
4
|
ScaleInPolicyDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
8
5
|
})(ScaleInPolicyDescription || (ScaleInPolicyDescription = {}));
|
|
9
6
|
export var ScaleOutPolicyDescription;
|
|
10
7
|
(function (ScaleOutPolicyDescription) {
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
8
|
ScaleOutPolicyDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
15
9
|
})(ScaleOutPolicyDescription || (ScaleOutPolicyDescription = {}));
|
|
16
10
|
export var AutoScalingDescription;
|
|
17
11
|
(function (AutoScalingDescription) {
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
12
|
AutoScalingDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
13
|
})(AutoScalingDescription || (AutoScalingDescription = {}));
|
|
23
14
|
export var ProvisionedCapacityDescription;
|
|
24
15
|
(function (ProvisionedCapacityDescription) {
|
|
25
|
-
/**
|
|
26
|
-
* @internal
|
|
27
|
-
*/
|
|
28
16
|
ProvisionedCapacityDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
29
17
|
})(ProvisionedCapacityDescription || (ProvisionedCapacityDescription = {}));
|
|
30
18
|
export var CapacityDescription;
|
|
31
19
|
(function (CapacityDescription) {
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
20
|
CapacityDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
36
21
|
})(CapacityDescription || (CapacityDescription = {}));
|
|
37
22
|
export var ConnectorState;
|
|
@@ -44,23 +29,14 @@ export var ConnectorState;
|
|
|
44
29
|
})(ConnectorState || (ConnectorState = {}));
|
|
45
30
|
export var VpcDescription;
|
|
46
31
|
(function (VpcDescription) {
|
|
47
|
-
/**
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
50
32
|
VpcDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
51
33
|
})(VpcDescription || (VpcDescription = {}));
|
|
52
34
|
export var ApacheKafkaClusterDescription;
|
|
53
35
|
(function (ApacheKafkaClusterDescription) {
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
36
|
ApacheKafkaClusterDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
58
37
|
})(ApacheKafkaClusterDescription || (ApacheKafkaClusterDescription = {}));
|
|
59
38
|
export var KafkaClusterDescription;
|
|
60
39
|
(function (KafkaClusterDescription) {
|
|
61
|
-
/**
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
64
40
|
KafkaClusterDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
65
41
|
})(KafkaClusterDescription || (KafkaClusterDescription = {}));
|
|
66
42
|
export var KafkaClusterClientAuthenticationType;
|
|
@@ -70,9 +46,6 @@ export var KafkaClusterClientAuthenticationType;
|
|
|
70
46
|
})(KafkaClusterClientAuthenticationType || (KafkaClusterClientAuthenticationType = {}));
|
|
71
47
|
export var KafkaClusterClientAuthenticationDescription;
|
|
72
48
|
(function (KafkaClusterClientAuthenticationDescription) {
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
49
|
KafkaClusterClientAuthenticationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
77
50
|
})(KafkaClusterClientAuthenticationDescription || (KafkaClusterClientAuthenticationDescription = {}));
|
|
78
51
|
export var KafkaClusterEncryptionInTransitType;
|
|
@@ -82,72 +55,42 @@ export var KafkaClusterEncryptionInTransitType;
|
|
|
82
55
|
})(KafkaClusterEncryptionInTransitType || (KafkaClusterEncryptionInTransitType = {}));
|
|
83
56
|
export var KafkaClusterEncryptionInTransitDescription;
|
|
84
57
|
(function (KafkaClusterEncryptionInTransitDescription) {
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
58
|
KafkaClusterEncryptionInTransitDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
89
59
|
})(KafkaClusterEncryptionInTransitDescription || (KafkaClusterEncryptionInTransitDescription = {}));
|
|
90
60
|
export var CloudWatchLogsLogDeliveryDescription;
|
|
91
61
|
(function (CloudWatchLogsLogDeliveryDescription) {
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
62
|
CloudWatchLogsLogDeliveryDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
96
63
|
})(CloudWatchLogsLogDeliveryDescription || (CloudWatchLogsLogDeliveryDescription = {}));
|
|
97
64
|
export var FirehoseLogDeliveryDescription;
|
|
98
65
|
(function (FirehoseLogDeliveryDescription) {
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
66
|
FirehoseLogDeliveryDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
103
67
|
})(FirehoseLogDeliveryDescription || (FirehoseLogDeliveryDescription = {}));
|
|
104
68
|
export var S3LogDeliveryDescription;
|
|
105
69
|
(function (S3LogDeliveryDescription) {
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
70
|
S3LogDeliveryDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
110
71
|
})(S3LogDeliveryDescription || (S3LogDeliveryDescription = {}));
|
|
111
72
|
export var WorkerLogDeliveryDescription;
|
|
112
73
|
(function (WorkerLogDeliveryDescription) {
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
74
|
WorkerLogDeliveryDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
117
75
|
})(WorkerLogDeliveryDescription || (WorkerLogDeliveryDescription = {}));
|
|
118
76
|
export var LogDeliveryDescription;
|
|
119
77
|
(function (LogDeliveryDescription) {
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
78
|
LogDeliveryDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
124
79
|
})(LogDeliveryDescription || (LogDeliveryDescription = {}));
|
|
125
80
|
export var CustomPluginDescription;
|
|
126
81
|
(function (CustomPluginDescription) {
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
82
|
CustomPluginDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
131
83
|
})(CustomPluginDescription || (CustomPluginDescription = {}));
|
|
132
84
|
export var PluginDescription;
|
|
133
85
|
(function (PluginDescription) {
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
86
|
PluginDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
138
87
|
})(PluginDescription || (PluginDescription = {}));
|
|
139
88
|
export var WorkerConfigurationDescription;
|
|
140
89
|
(function (WorkerConfigurationDescription) {
|
|
141
|
-
/**
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
144
90
|
WorkerConfigurationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
145
91
|
})(WorkerConfigurationDescription || (WorkerConfigurationDescription = {}));
|
|
146
92
|
export var ConnectorSummary;
|
|
147
93
|
(function (ConnectorSummary) {
|
|
148
|
-
/**
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
94
|
ConnectorSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
95
|
})(ConnectorSummary || (ConnectorSummary = {}));
|
|
153
96
|
export var CustomPluginState;
|
|
@@ -166,443 +109,253 @@ export var CustomPluginContentType;
|
|
|
166
109
|
})(CustomPluginContentType || (CustomPluginContentType = {}));
|
|
167
110
|
export var CustomPluginFileDescription;
|
|
168
111
|
(function (CustomPluginFileDescription) {
|
|
169
|
-
/**
|
|
170
|
-
* @internal
|
|
171
|
-
*/
|
|
172
112
|
CustomPluginFileDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
173
113
|
})(CustomPluginFileDescription || (CustomPluginFileDescription = {}));
|
|
174
114
|
export var S3LocationDescription;
|
|
175
115
|
(function (S3LocationDescription) {
|
|
176
|
-
/**
|
|
177
|
-
* @internal
|
|
178
|
-
*/
|
|
179
116
|
S3LocationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
117
|
})(S3LocationDescription || (S3LocationDescription = {}));
|
|
181
118
|
export var CustomPluginLocationDescription;
|
|
182
119
|
(function (CustomPluginLocationDescription) {
|
|
183
|
-
/**
|
|
184
|
-
* @internal
|
|
185
|
-
*/
|
|
186
120
|
CustomPluginLocationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
121
|
})(CustomPluginLocationDescription || (CustomPluginLocationDescription = {}));
|
|
188
122
|
export var CustomPluginRevisionSummary;
|
|
189
123
|
(function (CustomPluginRevisionSummary) {
|
|
190
|
-
/**
|
|
191
|
-
* @internal
|
|
192
|
-
*/
|
|
193
124
|
CustomPluginRevisionSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
125
|
})(CustomPluginRevisionSummary || (CustomPluginRevisionSummary = {}));
|
|
195
126
|
export var CustomPluginSummary;
|
|
196
127
|
(function (CustomPluginSummary) {
|
|
197
|
-
/**
|
|
198
|
-
* @internal
|
|
199
|
-
*/
|
|
200
128
|
CustomPluginSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
129
|
})(CustomPluginSummary || (CustomPluginSummary = {}));
|
|
202
130
|
export var CustomPlugin;
|
|
203
131
|
(function (CustomPlugin) {
|
|
204
|
-
/**
|
|
205
|
-
* @internal
|
|
206
|
-
*/
|
|
207
132
|
CustomPlugin.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
208
133
|
})(CustomPlugin || (CustomPlugin = {}));
|
|
209
134
|
export var Plugin;
|
|
210
135
|
(function (Plugin) {
|
|
211
|
-
/**
|
|
212
|
-
* @internal
|
|
213
|
-
*/
|
|
214
136
|
Plugin.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
137
|
})(Plugin || (Plugin = {}));
|
|
216
138
|
export var WorkerConfigurationRevisionSummary;
|
|
217
139
|
(function (WorkerConfigurationRevisionSummary) {
|
|
218
|
-
/**
|
|
219
|
-
* @internal
|
|
220
|
-
*/
|
|
221
140
|
WorkerConfigurationRevisionSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
141
|
})(WorkerConfigurationRevisionSummary || (WorkerConfigurationRevisionSummary = {}));
|
|
223
142
|
export var WorkerConfigurationSummary;
|
|
224
143
|
(function (WorkerConfigurationSummary) {
|
|
225
|
-
/**
|
|
226
|
-
* @internal
|
|
227
|
-
*/
|
|
228
144
|
WorkerConfigurationSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
229
145
|
})(WorkerConfigurationSummary || (WorkerConfigurationSummary = {}));
|
|
230
146
|
export var Vpc;
|
|
231
147
|
(function (Vpc) {
|
|
232
|
-
/**
|
|
233
|
-
* @internal
|
|
234
|
-
*/
|
|
235
148
|
Vpc.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
149
|
})(Vpc || (Vpc = {}));
|
|
237
150
|
export var ApacheKafkaCluster;
|
|
238
151
|
(function (ApacheKafkaCluster) {
|
|
239
|
-
/**
|
|
240
|
-
* @internal
|
|
241
|
-
*/
|
|
242
152
|
ApacheKafkaCluster.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
153
|
})(ApacheKafkaCluster || (ApacheKafkaCluster = {}));
|
|
244
154
|
export var ScaleInPolicy;
|
|
245
155
|
(function (ScaleInPolicy) {
|
|
246
|
-
/**
|
|
247
|
-
* @internal
|
|
248
|
-
*/
|
|
249
156
|
ScaleInPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
157
|
})(ScaleInPolicy || (ScaleInPolicy = {}));
|
|
251
158
|
export var ScaleOutPolicy;
|
|
252
159
|
(function (ScaleOutPolicy) {
|
|
253
|
-
/**
|
|
254
|
-
* @internal
|
|
255
|
-
*/
|
|
256
160
|
ScaleOutPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
161
|
})(ScaleOutPolicy || (ScaleOutPolicy = {}));
|
|
258
162
|
export var AutoScaling;
|
|
259
163
|
(function (AutoScaling) {
|
|
260
|
-
/**
|
|
261
|
-
* @internal
|
|
262
|
-
*/
|
|
263
164
|
AutoScaling.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
165
|
})(AutoScaling || (AutoScaling = {}));
|
|
265
166
|
export var ScaleInPolicyUpdate;
|
|
266
167
|
(function (ScaleInPolicyUpdate) {
|
|
267
|
-
/**
|
|
268
|
-
* @internal
|
|
269
|
-
*/
|
|
270
168
|
ScaleInPolicyUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
169
|
})(ScaleInPolicyUpdate || (ScaleInPolicyUpdate = {}));
|
|
272
170
|
export var ScaleOutPolicyUpdate;
|
|
273
171
|
(function (ScaleOutPolicyUpdate) {
|
|
274
|
-
/**
|
|
275
|
-
* @internal
|
|
276
|
-
*/
|
|
277
172
|
ScaleOutPolicyUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
173
|
})(ScaleOutPolicyUpdate || (ScaleOutPolicyUpdate = {}));
|
|
279
174
|
export var AutoScalingUpdate;
|
|
280
175
|
(function (AutoScalingUpdate) {
|
|
281
|
-
/**
|
|
282
|
-
* @internal
|
|
283
|
-
*/
|
|
284
176
|
AutoScalingUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
177
|
})(AutoScalingUpdate || (AutoScalingUpdate = {}));
|
|
286
178
|
export var BadRequestException;
|
|
287
179
|
(function (BadRequestException) {
|
|
288
|
-
/**
|
|
289
|
-
* @internal
|
|
290
|
-
*/
|
|
291
180
|
BadRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
181
|
})(BadRequestException || (BadRequestException = {}));
|
|
293
182
|
export var ProvisionedCapacity;
|
|
294
183
|
(function (ProvisionedCapacity) {
|
|
295
|
-
/**
|
|
296
|
-
* @internal
|
|
297
|
-
*/
|
|
298
184
|
ProvisionedCapacity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
185
|
})(ProvisionedCapacity || (ProvisionedCapacity = {}));
|
|
300
186
|
export var Capacity;
|
|
301
187
|
(function (Capacity) {
|
|
302
|
-
/**
|
|
303
|
-
* @internal
|
|
304
|
-
*/
|
|
305
188
|
Capacity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
189
|
})(Capacity || (Capacity = {}));
|
|
307
190
|
export var ProvisionedCapacityUpdate;
|
|
308
191
|
(function (ProvisionedCapacityUpdate) {
|
|
309
|
-
/**
|
|
310
|
-
* @internal
|
|
311
|
-
*/
|
|
312
192
|
ProvisionedCapacityUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
313
193
|
})(ProvisionedCapacityUpdate || (ProvisionedCapacityUpdate = {}));
|
|
314
194
|
export var CapacityUpdate;
|
|
315
195
|
(function (CapacityUpdate) {
|
|
316
|
-
/**
|
|
317
|
-
* @internal
|
|
318
|
-
*/
|
|
319
196
|
CapacityUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
320
197
|
})(CapacityUpdate || (CapacityUpdate = {}));
|
|
321
198
|
export var CloudWatchLogsLogDelivery;
|
|
322
199
|
(function (CloudWatchLogsLogDelivery) {
|
|
323
|
-
/**
|
|
324
|
-
* @internal
|
|
325
|
-
*/
|
|
326
200
|
CloudWatchLogsLogDelivery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
201
|
})(CloudWatchLogsLogDelivery || (CloudWatchLogsLogDelivery = {}));
|
|
328
202
|
export var ConflictException;
|
|
329
203
|
(function (ConflictException) {
|
|
330
|
-
/**
|
|
331
|
-
* @internal
|
|
332
|
-
*/
|
|
333
204
|
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
334
205
|
})(ConflictException || (ConflictException = {}));
|
|
335
206
|
export var KafkaCluster;
|
|
336
207
|
(function (KafkaCluster) {
|
|
337
|
-
/**
|
|
338
|
-
* @internal
|
|
339
|
-
*/
|
|
340
208
|
KafkaCluster.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
209
|
})(KafkaCluster || (KafkaCluster = {}));
|
|
342
210
|
export var KafkaClusterClientAuthentication;
|
|
343
211
|
(function (KafkaClusterClientAuthentication) {
|
|
344
|
-
/**
|
|
345
|
-
* @internal
|
|
346
|
-
*/
|
|
347
212
|
KafkaClusterClientAuthentication.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
348
213
|
})(KafkaClusterClientAuthentication || (KafkaClusterClientAuthentication = {}));
|
|
349
214
|
export var KafkaClusterEncryptionInTransit;
|
|
350
215
|
(function (KafkaClusterEncryptionInTransit) {
|
|
351
|
-
/**
|
|
352
|
-
* @internal
|
|
353
|
-
*/
|
|
354
216
|
KafkaClusterEncryptionInTransit.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
355
217
|
})(KafkaClusterEncryptionInTransit || (KafkaClusterEncryptionInTransit = {}));
|
|
356
218
|
export var FirehoseLogDelivery;
|
|
357
219
|
(function (FirehoseLogDelivery) {
|
|
358
|
-
/**
|
|
359
|
-
* @internal
|
|
360
|
-
*/
|
|
361
220
|
FirehoseLogDelivery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
362
221
|
})(FirehoseLogDelivery || (FirehoseLogDelivery = {}));
|
|
363
222
|
export var S3LogDelivery;
|
|
364
223
|
(function (S3LogDelivery) {
|
|
365
|
-
/**
|
|
366
|
-
* @internal
|
|
367
|
-
*/
|
|
368
224
|
S3LogDelivery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
225
|
})(S3LogDelivery || (S3LogDelivery = {}));
|
|
370
226
|
export var WorkerLogDelivery;
|
|
371
227
|
(function (WorkerLogDelivery) {
|
|
372
|
-
/**
|
|
373
|
-
* @internal
|
|
374
|
-
*/
|
|
375
228
|
WorkerLogDelivery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
376
229
|
})(WorkerLogDelivery || (WorkerLogDelivery = {}));
|
|
377
230
|
export var LogDelivery;
|
|
378
231
|
(function (LogDelivery) {
|
|
379
|
-
/**
|
|
380
|
-
* @internal
|
|
381
|
-
*/
|
|
382
232
|
LogDelivery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
383
233
|
})(LogDelivery || (LogDelivery = {}));
|
|
384
234
|
export var WorkerConfiguration;
|
|
385
235
|
(function (WorkerConfiguration) {
|
|
386
|
-
/**
|
|
387
|
-
* @internal
|
|
388
|
-
*/
|
|
389
236
|
WorkerConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
237
|
})(WorkerConfiguration || (WorkerConfiguration = {}));
|
|
391
238
|
export var CreateConnectorRequest;
|
|
392
239
|
(function (CreateConnectorRequest) {
|
|
393
|
-
/**
|
|
394
|
-
* @internal
|
|
395
|
-
*/
|
|
396
240
|
CreateConnectorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
397
241
|
})(CreateConnectorRequest || (CreateConnectorRequest = {}));
|
|
398
242
|
export var CreateConnectorResponse;
|
|
399
243
|
(function (CreateConnectorResponse) {
|
|
400
|
-
/**
|
|
401
|
-
* @internal
|
|
402
|
-
*/
|
|
403
244
|
CreateConnectorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
404
245
|
})(CreateConnectorResponse || (CreateConnectorResponse = {}));
|
|
405
246
|
export var ForbiddenException;
|
|
406
247
|
(function (ForbiddenException) {
|
|
407
|
-
/**
|
|
408
|
-
* @internal
|
|
409
|
-
*/
|
|
410
248
|
ForbiddenException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
411
249
|
})(ForbiddenException || (ForbiddenException = {}));
|
|
412
250
|
export var InternalServerErrorException;
|
|
413
251
|
(function (InternalServerErrorException) {
|
|
414
|
-
/**
|
|
415
|
-
* @internal
|
|
416
|
-
*/
|
|
417
252
|
InternalServerErrorException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
418
253
|
})(InternalServerErrorException || (InternalServerErrorException = {}));
|
|
419
254
|
export var NotFoundException;
|
|
420
255
|
(function (NotFoundException) {
|
|
421
|
-
/**
|
|
422
|
-
* @internal
|
|
423
|
-
*/
|
|
424
256
|
NotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
425
257
|
})(NotFoundException || (NotFoundException = {}));
|
|
426
258
|
export var ServiceUnavailableException;
|
|
427
259
|
(function (ServiceUnavailableException) {
|
|
428
|
-
/**
|
|
429
|
-
* @internal
|
|
430
|
-
*/
|
|
431
260
|
ServiceUnavailableException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
432
261
|
})(ServiceUnavailableException || (ServiceUnavailableException = {}));
|
|
433
262
|
export var TooManyRequestsException;
|
|
434
263
|
(function (TooManyRequestsException) {
|
|
435
|
-
/**
|
|
436
|
-
* @internal
|
|
437
|
-
*/
|
|
438
264
|
TooManyRequestsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
439
265
|
})(TooManyRequestsException || (TooManyRequestsException = {}));
|
|
440
266
|
export var UnauthorizedException;
|
|
441
267
|
(function (UnauthorizedException) {
|
|
442
|
-
/**
|
|
443
|
-
* @internal
|
|
444
|
-
*/
|
|
445
268
|
UnauthorizedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
269
|
})(UnauthorizedException || (UnauthorizedException = {}));
|
|
447
270
|
export var S3Location;
|
|
448
271
|
(function (S3Location) {
|
|
449
|
-
/**
|
|
450
|
-
* @internal
|
|
451
|
-
*/
|
|
452
272
|
S3Location.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
453
273
|
})(S3Location || (S3Location = {}));
|
|
454
274
|
export var CustomPluginLocation;
|
|
455
275
|
(function (CustomPluginLocation) {
|
|
456
|
-
/**
|
|
457
|
-
* @internal
|
|
458
|
-
*/
|
|
459
276
|
CustomPluginLocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
460
277
|
})(CustomPluginLocation || (CustomPluginLocation = {}));
|
|
461
278
|
export var CreateCustomPluginRequest;
|
|
462
279
|
(function (CreateCustomPluginRequest) {
|
|
463
|
-
/**
|
|
464
|
-
* @internal
|
|
465
|
-
*/
|
|
466
280
|
CreateCustomPluginRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
467
281
|
})(CreateCustomPluginRequest || (CreateCustomPluginRequest = {}));
|
|
468
282
|
export var CreateCustomPluginResponse;
|
|
469
283
|
(function (CreateCustomPluginResponse) {
|
|
470
|
-
/**
|
|
471
|
-
* @internal
|
|
472
|
-
*/
|
|
473
284
|
CreateCustomPluginResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
474
285
|
})(CreateCustomPluginResponse || (CreateCustomPluginResponse = {}));
|
|
475
286
|
export var CreateWorkerConfigurationRequest;
|
|
476
287
|
(function (CreateWorkerConfigurationRequest) {
|
|
477
|
-
/**
|
|
478
|
-
* @internal
|
|
479
|
-
*/
|
|
480
288
|
CreateWorkerConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
481
289
|
})(CreateWorkerConfigurationRequest || (CreateWorkerConfigurationRequest = {}));
|
|
482
290
|
export var CreateWorkerConfigurationResponse;
|
|
483
291
|
(function (CreateWorkerConfigurationResponse) {
|
|
484
|
-
/**
|
|
485
|
-
* @internal
|
|
486
|
-
*/
|
|
487
292
|
CreateWorkerConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
488
293
|
})(CreateWorkerConfigurationResponse || (CreateWorkerConfigurationResponse = {}));
|
|
489
294
|
export var DeleteConnectorRequest;
|
|
490
295
|
(function (DeleteConnectorRequest) {
|
|
491
|
-
/**
|
|
492
|
-
* @internal
|
|
493
|
-
*/
|
|
494
296
|
DeleteConnectorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
495
297
|
})(DeleteConnectorRequest || (DeleteConnectorRequest = {}));
|
|
496
298
|
export var DeleteConnectorResponse;
|
|
497
299
|
(function (DeleteConnectorResponse) {
|
|
498
|
-
/**
|
|
499
|
-
* @internal
|
|
500
|
-
*/
|
|
501
300
|
DeleteConnectorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
502
301
|
})(DeleteConnectorResponse || (DeleteConnectorResponse = {}));
|
|
503
302
|
export var DescribeConnectorRequest;
|
|
504
303
|
(function (DescribeConnectorRequest) {
|
|
505
|
-
/**
|
|
506
|
-
* @internal
|
|
507
|
-
*/
|
|
508
304
|
DescribeConnectorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
509
305
|
})(DescribeConnectorRequest || (DescribeConnectorRequest = {}));
|
|
510
306
|
export var DescribeConnectorResponse;
|
|
511
307
|
(function (DescribeConnectorResponse) {
|
|
512
|
-
/**
|
|
513
|
-
* @internal
|
|
514
|
-
*/
|
|
515
308
|
DescribeConnectorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
309
|
})(DescribeConnectorResponse || (DescribeConnectorResponse = {}));
|
|
517
310
|
export var DescribeCustomPluginRequest;
|
|
518
311
|
(function (DescribeCustomPluginRequest) {
|
|
519
|
-
/**
|
|
520
|
-
* @internal
|
|
521
|
-
*/
|
|
522
312
|
DescribeCustomPluginRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
313
|
})(DescribeCustomPluginRequest || (DescribeCustomPluginRequest = {}));
|
|
524
314
|
export var DescribeCustomPluginResponse;
|
|
525
315
|
(function (DescribeCustomPluginResponse) {
|
|
526
|
-
/**
|
|
527
|
-
* @internal
|
|
528
|
-
*/
|
|
529
316
|
DescribeCustomPluginResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
317
|
})(DescribeCustomPluginResponse || (DescribeCustomPluginResponse = {}));
|
|
531
318
|
export var DescribeWorkerConfigurationRequest;
|
|
532
319
|
(function (DescribeWorkerConfigurationRequest) {
|
|
533
|
-
/**
|
|
534
|
-
* @internal
|
|
535
|
-
*/
|
|
536
320
|
DescribeWorkerConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
537
321
|
})(DescribeWorkerConfigurationRequest || (DescribeWorkerConfigurationRequest = {}));
|
|
538
322
|
export var WorkerConfigurationRevisionDescription;
|
|
539
323
|
(function (WorkerConfigurationRevisionDescription) {
|
|
540
|
-
/**
|
|
541
|
-
* @internal
|
|
542
|
-
*/
|
|
543
324
|
WorkerConfigurationRevisionDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
325
|
})(WorkerConfigurationRevisionDescription || (WorkerConfigurationRevisionDescription = {}));
|
|
545
326
|
export var DescribeWorkerConfigurationResponse;
|
|
546
327
|
(function (DescribeWorkerConfigurationResponse) {
|
|
547
|
-
/**
|
|
548
|
-
* @internal
|
|
549
|
-
*/
|
|
550
328
|
DescribeWorkerConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
329
|
})(DescribeWorkerConfigurationResponse || (DescribeWorkerConfigurationResponse = {}));
|
|
552
330
|
export var ListConnectorsRequest;
|
|
553
331
|
(function (ListConnectorsRequest) {
|
|
554
|
-
/**
|
|
555
|
-
* @internal
|
|
556
|
-
*/
|
|
557
332
|
ListConnectorsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
333
|
})(ListConnectorsRequest || (ListConnectorsRequest = {}));
|
|
559
334
|
export var ListConnectorsResponse;
|
|
560
335
|
(function (ListConnectorsResponse) {
|
|
561
|
-
/**
|
|
562
|
-
* @internal
|
|
563
|
-
*/
|
|
564
336
|
ListConnectorsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
337
|
})(ListConnectorsResponse || (ListConnectorsResponse = {}));
|
|
566
338
|
export var ListCustomPluginsRequest;
|
|
567
339
|
(function (ListCustomPluginsRequest) {
|
|
568
|
-
/**
|
|
569
|
-
* @internal
|
|
570
|
-
*/
|
|
571
340
|
ListCustomPluginsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
572
341
|
})(ListCustomPluginsRequest || (ListCustomPluginsRequest = {}));
|
|
573
342
|
export var ListCustomPluginsResponse;
|
|
574
343
|
(function (ListCustomPluginsResponse) {
|
|
575
|
-
/**
|
|
576
|
-
* @internal
|
|
577
|
-
*/
|
|
578
344
|
ListCustomPluginsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
579
345
|
})(ListCustomPluginsResponse || (ListCustomPluginsResponse = {}));
|
|
580
346
|
export var ListWorkerConfigurationsRequest;
|
|
581
347
|
(function (ListWorkerConfigurationsRequest) {
|
|
582
|
-
/**
|
|
583
|
-
* @internal
|
|
584
|
-
*/
|
|
585
348
|
ListWorkerConfigurationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
349
|
})(ListWorkerConfigurationsRequest || (ListWorkerConfigurationsRequest = {}));
|
|
587
350
|
export var ListWorkerConfigurationsResponse;
|
|
588
351
|
(function (ListWorkerConfigurationsResponse) {
|
|
589
|
-
/**
|
|
590
|
-
* @internal
|
|
591
|
-
*/
|
|
592
352
|
ListWorkerConfigurationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
593
353
|
})(ListWorkerConfigurationsResponse || (ListWorkerConfigurationsResponse = {}));
|
|
594
354
|
export var UpdateConnectorRequest;
|
|
595
355
|
(function (UpdateConnectorRequest) {
|
|
596
|
-
/**
|
|
597
|
-
* @internal
|
|
598
|
-
*/
|
|
599
356
|
UpdateConnectorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
357
|
})(UpdateConnectorRequest || (UpdateConnectorRequest = {}));
|
|
601
358
|
export var UpdateConnectorResponse;
|
|
602
359
|
(function (UpdateConnectorResponse) {
|
|
603
|
-
/**
|
|
604
|
-
* @internal
|
|
605
|
-
*/
|
|
606
360
|
UpdateConnectorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
361
|
})(UpdateConnectorResponse || (UpdateConnectorResponse = {}));
|
|
608
|
-
//# sourceMappingURL=models_0.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { ListConnectorsCommand, } from "../commands/ListConnectorsCommand";
|
|
2
3
|
import { KafkaConnect } from "../KafkaConnect";
|
|
3
4
|
import { KafkaConnectClient } from "../KafkaConnectClient";
|
|
4
|
-
import { ListConnectorsCommand, } from "../commands/ListConnectorsCommand";
|
|
5
|
-
/**
|
|
6
|
-
* @private
|
|
7
|
-
*/
|
|
8
5
|
var makePagedClientRequest = function (client, input) {
|
|
9
6
|
var args = [];
|
|
10
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -13,17 +10,12 @@ var makePagedClientRequest = function (client, input) {
|
|
|
13
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
14
11
|
return __generator(this, function (_a) {
|
|
15
12
|
switch (_a.label) {
|
|
16
|
-
case 0: return [4
|
|
17
|
-
case 1:
|
|
18
|
-
// @ts-ignore
|
|
19
|
-
return [2 /*return*/, _a.sent()];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListConnectorsCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
20
15
|
}
|
|
21
16
|
});
|
|
22
17
|
});
|
|
23
18
|
};
|
|
24
|
-
/**
|
|
25
|
-
* @private
|
|
26
|
-
*/
|
|
27
19
|
var makePagedRequest = function (client, input) {
|
|
28
20
|
var args = [];
|
|
29
21
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -32,10 +24,8 @@ var makePagedRequest = function (client, input) {
|
|
|
32
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
33
25
|
return __generator(this, function (_a) {
|
|
34
26
|
switch (_a.label) {
|
|
35
|
-
case 0: return [4
|
|
36
|
-
case 1:
|
|
37
|
-
// @ts-ignore
|
|
38
|
-
return [2 /*return*/, _a.sent()];
|
|
27
|
+
case 0: return [4, client.listConnectors.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
39
29
|
}
|
|
40
30
|
});
|
|
41
31
|
});
|
|
@@ -54,34 +44,31 @@ export function paginateListConnectors(config, input) {
|
|
|
54
44
|
hasNext = true;
|
|
55
45
|
_a.label = 1;
|
|
56
46
|
case 1:
|
|
57
|
-
if (!hasNext) return [3
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
58
48
|
input.nextToken = token;
|
|
59
49
|
input["maxResults"] = config.pageSize;
|
|
60
|
-
if (!(config.client instanceof KafkaConnect)) return [3
|
|
61
|
-
return [4
|
|
50
|
+
if (!(config.client instanceof KafkaConnect)) return [3, 3];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
62
52
|
case 2:
|
|
63
53
|
page = _a.sent();
|
|
64
|
-
return [3
|
|
54
|
+
return [3, 6];
|
|
65
55
|
case 3:
|
|
66
|
-
if (!(config.client instanceof KafkaConnectClient)) return [3
|
|
67
|
-
return [4
|
|
56
|
+
if (!(config.client instanceof KafkaConnectClient)) return [3, 5];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
68
58
|
case 4:
|
|
69
59
|
page = _a.sent();
|
|
70
|
-
return [3
|
|
60
|
+
return [3, 6];
|
|
71
61
|
case 5: throw new Error("Invalid client, expected KafkaConnect | KafkaConnectClient");
|
|
72
|
-
case 6: return [4
|
|
73
|
-
case 7: return [4
|
|
62
|
+
case 6: return [4, __await(page)];
|
|
63
|
+
case 7: return [4, _a.sent()];
|
|
74
64
|
case 8:
|
|
75
65
|
_a.sent();
|
|
76
66
|
token = page.nextToken;
|
|
77
67
|
hasNext = !!token;
|
|
78
|
-
return [3
|
|
79
|
-
case 9: return [4
|
|
80
|
-
case 10:
|
|
81
|
-
// @ts-ignore
|
|
82
|
-
return [2 /*return*/, _a.sent()];
|
|
68
|
+
return [3, 1];
|
|
69
|
+
case 9: return [4, __await(undefined)];
|
|
70
|
+
case 10: return [2, _a.sent()];
|
|
83
71
|
}
|
|
84
72
|
});
|
|
85
73
|
});
|
|
86
74
|
}
|
|
87
|
-
//# sourceMappingURL=ListConnectorsPaginator.js.map
|