@aws-sdk/client-kafkaconnect 3.131.0 → 3.137.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 +11 -0
- package/dist-cjs/commands/CreateConnectorCommand.js +2 -2
- package/dist-cjs/commands/CreateCustomPluginCommand.js +2 -2
- package/dist-cjs/commands/CreateWorkerConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteConnectorCommand.js +2 -2
- package/dist-cjs/commands/DeleteCustomPluginCommand.js +2 -2
- package/dist-cjs/commands/DescribeConnectorCommand.js +2 -2
- package/dist-cjs/commands/DescribeCustomPluginCommand.js +2 -2
- package/dist-cjs/commands/DescribeWorkerConfigurationCommand.js +2 -2
- package/dist-cjs/commands/ListConnectorsCommand.js +2 -2
- package/dist-cjs/commands/ListCustomPluginsCommand.js +2 -2
- package/dist-cjs/commands/ListWorkerConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/UpdateConnectorCommand.js +2 -2
- package/dist-cjs/models/models_0.js +317 -471
- package/dist-es/commands/CreateConnectorCommand.js +3 -3
- package/dist-es/commands/CreateCustomPluginCommand.js +3 -3
- package/dist-es/commands/CreateWorkerConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteConnectorCommand.js +3 -3
- package/dist-es/commands/DeleteCustomPluginCommand.js +3 -3
- package/dist-es/commands/DescribeConnectorCommand.js +3 -3
- package/dist-es/commands/DescribeCustomPluginCommand.js +3 -3
- package/dist-es/commands/DescribeWorkerConfigurationCommand.js +3 -3
- package/dist-es/commands/ListConnectorsCommand.js +3 -3
- package/dist-es/commands/ListCustomPluginsCommand.js +3 -3
- package/dist-es/commands/ListWorkerConfigurationsCommand.js +3 -3
- package/dist-es/commands/UpdateConnectorCommand.js +3 -3
- package/dist-es/models/models_0.js +79 -310
- package/dist-types/models/models_0.d.ts +308 -462
- package/dist-types/ts3.4/models/models_0.d.ts +154 -308
- package/package.json +6 -6
|
@@ -1,26 +1,6 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { KafkaConnectServiceException as __BaseException } from "./KafkaConnectServiceException";
|
|
4
|
-
export var ScaleInPolicyDescription;
|
|
5
|
-
(function (ScaleInPolicyDescription) {
|
|
6
|
-
ScaleInPolicyDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
7
|
-
})(ScaleInPolicyDescription || (ScaleInPolicyDescription = {}));
|
|
8
|
-
export var ScaleOutPolicyDescription;
|
|
9
|
-
(function (ScaleOutPolicyDescription) {
|
|
10
|
-
ScaleOutPolicyDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
11
|
-
})(ScaleOutPolicyDescription || (ScaleOutPolicyDescription = {}));
|
|
12
|
-
export var AutoScalingDescription;
|
|
13
|
-
(function (AutoScalingDescription) {
|
|
14
|
-
AutoScalingDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
15
|
-
})(AutoScalingDescription || (AutoScalingDescription = {}));
|
|
16
|
-
export var ProvisionedCapacityDescription;
|
|
17
|
-
(function (ProvisionedCapacityDescription) {
|
|
18
|
-
ProvisionedCapacityDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
19
|
-
})(ProvisionedCapacityDescription || (ProvisionedCapacityDescription = {}));
|
|
20
|
-
export var CapacityDescription;
|
|
21
|
-
(function (CapacityDescription) {
|
|
22
|
-
CapacityDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
23
|
-
})(CapacityDescription || (CapacityDescription = {}));
|
|
24
4
|
export var ConnectorState;
|
|
25
5
|
(function (ConnectorState) {
|
|
26
6
|
ConnectorState["CREATING"] = "CREATING";
|
|
@@ -29,72 +9,16 @@ export var ConnectorState;
|
|
|
29
9
|
ConnectorState["RUNNING"] = "RUNNING";
|
|
30
10
|
ConnectorState["UPDATING"] = "UPDATING";
|
|
31
11
|
})(ConnectorState || (ConnectorState = {}));
|
|
32
|
-
export var VpcDescription;
|
|
33
|
-
(function (VpcDescription) {
|
|
34
|
-
VpcDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
35
|
-
})(VpcDescription || (VpcDescription = {}));
|
|
36
|
-
export var ApacheKafkaClusterDescription;
|
|
37
|
-
(function (ApacheKafkaClusterDescription) {
|
|
38
|
-
ApacheKafkaClusterDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
39
|
-
})(ApacheKafkaClusterDescription || (ApacheKafkaClusterDescription = {}));
|
|
40
|
-
export var KafkaClusterDescription;
|
|
41
|
-
(function (KafkaClusterDescription) {
|
|
42
|
-
KafkaClusterDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
43
|
-
})(KafkaClusterDescription || (KafkaClusterDescription = {}));
|
|
44
12
|
export var KafkaClusterClientAuthenticationType;
|
|
45
13
|
(function (KafkaClusterClientAuthenticationType) {
|
|
46
14
|
KafkaClusterClientAuthenticationType["IAM"] = "IAM";
|
|
47
15
|
KafkaClusterClientAuthenticationType["NONE"] = "NONE";
|
|
48
16
|
})(KafkaClusterClientAuthenticationType || (KafkaClusterClientAuthenticationType = {}));
|
|
49
|
-
export var KafkaClusterClientAuthenticationDescription;
|
|
50
|
-
(function (KafkaClusterClientAuthenticationDescription) {
|
|
51
|
-
KafkaClusterClientAuthenticationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
52
|
-
})(KafkaClusterClientAuthenticationDescription || (KafkaClusterClientAuthenticationDescription = {}));
|
|
53
17
|
export var KafkaClusterEncryptionInTransitType;
|
|
54
18
|
(function (KafkaClusterEncryptionInTransitType) {
|
|
55
19
|
KafkaClusterEncryptionInTransitType["PLAINTEXT"] = "PLAINTEXT";
|
|
56
20
|
KafkaClusterEncryptionInTransitType["TLS"] = "TLS";
|
|
57
21
|
})(KafkaClusterEncryptionInTransitType || (KafkaClusterEncryptionInTransitType = {}));
|
|
58
|
-
export var KafkaClusterEncryptionInTransitDescription;
|
|
59
|
-
(function (KafkaClusterEncryptionInTransitDescription) {
|
|
60
|
-
KafkaClusterEncryptionInTransitDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
61
|
-
})(KafkaClusterEncryptionInTransitDescription || (KafkaClusterEncryptionInTransitDescription = {}));
|
|
62
|
-
export var CloudWatchLogsLogDeliveryDescription;
|
|
63
|
-
(function (CloudWatchLogsLogDeliveryDescription) {
|
|
64
|
-
CloudWatchLogsLogDeliveryDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
65
|
-
})(CloudWatchLogsLogDeliveryDescription || (CloudWatchLogsLogDeliveryDescription = {}));
|
|
66
|
-
export var FirehoseLogDeliveryDescription;
|
|
67
|
-
(function (FirehoseLogDeliveryDescription) {
|
|
68
|
-
FirehoseLogDeliveryDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
69
|
-
})(FirehoseLogDeliveryDescription || (FirehoseLogDeliveryDescription = {}));
|
|
70
|
-
export var S3LogDeliveryDescription;
|
|
71
|
-
(function (S3LogDeliveryDescription) {
|
|
72
|
-
S3LogDeliveryDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
73
|
-
})(S3LogDeliveryDescription || (S3LogDeliveryDescription = {}));
|
|
74
|
-
export var WorkerLogDeliveryDescription;
|
|
75
|
-
(function (WorkerLogDeliveryDescription) {
|
|
76
|
-
WorkerLogDeliveryDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
77
|
-
})(WorkerLogDeliveryDescription || (WorkerLogDeliveryDescription = {}));
|
|
78
|
-
export var LogDeliveryDescription;
|
|
79
|
-
(function (LogDeliveryDescription) {
|
|
80
|
-
LogDeliveryDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
81
|
-
})(LogDeliveryDescription || (LogDeliveryDescription = {}));
|
|
82
|
-
export var CustomPluginDescription;
|
|
83
|
-
(function (CustomPluginDescription) {
|
|
84
|
-
CustomPluginDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
85
|
-
})(CustomPluginDescription || (CustomPluginDescription = {}));
|
|
86
|
-
export var PluginDescription;
|
|
87
|
-
(function (PluginDescription) {
|
|
88
|
-
PluginDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
89
|
-
})(PluginDescription || (PluginDescription = {}));
|
|
90
|
-
export var WorkerConfigurationDescription;
|
|
91
|
-
(function (WorkerConfigurationDescription) {
|
|
92
|
-
WorkerConfigurationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
93
|
-
})(WorkerConfigurationDescription || (WorkerConfigurationDescription = {}));
|
|
94
|
-
export var ConnectorSummary;
|
|
95
|
-
(function (ConnectorSummary) {
|
|
96
|
-
ConnectorSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
97
|
-
})(ConnectorSummary || (ConnectorSummary = {}));
|
|
98
22
|
export var CustomPluginState;
|
|
99
23
|
(function (CustomPluginState) {
|
|
100
24
|
CustomPluginState["ACTIVE"] = "ACTIVE";
|
|
@@ -109,74 +33,6 @@ export var CustomPluginContentType;
|
|
|
109
33
|
CustomPluginContentType["JAR"] = "JAR";
|
|
110
34
|
CustomPluginContentType["ZIP"] = "ZIP";
|
|
111
35
|
})(CustomPluginContentType || (CustomPluginContentType = {}));
|
|
112
|
-
export var CustomPluginFileDescription;
|
|
113
|
-
(function (CustomPluginFileDescription) {
|
|
114
|
-
CustomPluginFileDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
115
|
-
})(CustomPluginFileDescription || (CustomPluginFileDescription = {}));
|
|
116
|
-
export var S3LocationDescription;
|
|
117
|
-
(function (S3LocationDescription) {
|
|
118
|
-
S3LocationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
119
|
-
})(S3LocationDescription || (S3LocationDescription = {}));
|
|
120
|
-
export var CustomPluginLocationDescription;
|
|
121
|
-
(function (CustomPluginLocationDescription) {
|
|
122
|
-
CustomPluginLocationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
123
|
-
})(CustomPluginLocationDescription || (CustomPluginLocationDescription = {}));
|
|
124
|
-
export var CustomPluginRevisionSummary;
|
|
125
|
-
(function (CustomPluginRevisionSummary) {
|
|
126
|
-
CustomPluginRevisionSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
|
-
})(CustomPluginRevisionSummary || (CustomPluginRevisionSummary = {}));
|
|
128
|
-
export var CustomPluginSummary;
|
|
129
|
-
(function (CustomPluginSummary) {
|
|
130
|
-
CustomPluginSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
131
|
-
})(CustomPluginSummary || (CustomPluginSummary = {}));
|
|
132
|
-
export var CustomPlugin;
|
|
133
|
-
(function (CustomPlugin) {
|
|
134
|
-
CustomPlugin.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
|
-
})(CustomPlugin || (CustomPlugin = {}));
|
|
136
|
-
export var Plugin;
|
|
137
|
-
(function (Plugin) {
|
|
138
|
-
Plugin.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
139
|
-
})(Plugin || (Plugin = {}));
|
|
140
|
-
export var WorkerConfigurationRevisionSummary;
|
|
141
|
-
(function (WorkerConfigurationRevisionSummary) {
|
|
142
|
-
WorkerConfigurationRevisionSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
143
|
-
})(WorkerConfigurationRevisionSummary || (WorkerConfigurationRevisionSummary = {}));
|
|
144
|
-
export var WorkerConfigurationSummary;
|
|
145
|
-
(function (WorkerConfigurationSummary) {
|
|
146
|
-
WorkerConfigurationSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
147
|
-
})(WorkerConfigurationSummary || (WorkerConfigurationSummary = {}));
|
|
148
|
-
export var Vpc;
|
|
149
|
-
(function (Vpc) {
|
|
150
|
-
Vpc.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
151
|
-
})(Vpc || (Vpc = {}));
|
|
152
|
-
export var ApacheKafkaCluster;
|
|
153
|
-
(function (ApacheKafkaCluster) {
|
|
154
|
-
ApacheKafkaCluster.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
155
|
-
})(ApacheKafkaCluster || (ApacheKafkaCluster = {}));
|
|
156
|
-
export var ScaleInPolicy;
|
|
157
|
-
(function (ScaleInPolicy) {
|
|
158
|
-
ScaleInPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
159
|
-
})(ScaleInPolicy || (ScaleInPolicy = {}));
|
|
160
|
-
export var ScaleOutPolicy;
|
|
161
|
-
(function (ScaleOutPolicy) {
|
|
162
|
-
ScaleOutPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
-
})(ScaleOutPolicy || (ScaleOutPolicy = {}));
|
|
164
|
-
export var AutoScaling;
|
|
165
|
-
(function (AutoScaling) {
|
|
166
|
-
AutoScaling.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
-
})(AutoScaling || (AutoScaling = {}));
|
|
168
|
-
export var ScaleInPolicyUpdate;
|
|
169
|
-
(function (ScaleInPolicyUpdate) {
|
|
170
|
-
ScaleInPolicyUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
|
-
})(ScaleInPolicyUpdate || (ScaleInPolicyUpdate = {}));
|
|
172
|
-
export var ScaleOutPolicyUpdate;
|
|
173
|
-
(function (ScaleOutPolicyUpdate) {
|
|
174
|
-
ScaleOutPolicyUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
175
|
-
})(ScaleOutPolicyUpdate || (ScaleOutPolicyUpdate = {}));
|
|
176
|
-
export var AutoScalingUpdate;
|
|
177
|
-
(function (AutoScalingUpdate) {
|
|
178
|
-
AutoScalingUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
179
|
-
})(AutoScalingUpdate || (AutoScalingUpdate = {}));
|
|
180
36
|
var BadRequestException = (function (_super) {
|
|
181
37
|
__extends(BadRequestException, _super);
|
|
182
38
|
function BadRequestException(opts) {
|
|
@@ -189,26 +45,6 @@ var BadRequestException = (function (_super) {
|
|
|
189
45
|
return BadRequestException;
|
|
190
46
|
}(__BaseException));
|
|
191
47
|
export { BadRequestException };
|
|
192
|
-
export var ProvisionedCapacity;
|
|
193
|
-
(function (ProvisionedCapacity) {
|
|
194
|
-
ProvisionedCapacity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
|
-
})(ProvisionedCapacity || (ProvisionedCapacity = {}));
|
|
196
|
-
export var Capacity;
|
|
197
|
-
(function (Capacity) {
|
|
198
|
-
Capacity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
|
-
})(Capacity || (Capacity = {}));
|
|
200
|
-
export var ProvisionedCapacityUpdate;
|
|
201
|
-
(function (ProvisionedCapacityUpdate) {
|
|
202
|
-
ProvisionedCapacityUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
203
|
-
})(ProvisionedCapacityUpdate || (ProvisionedCapacityUpdate = {}));
|
|
204
|
-
export var CapacityUpdate;
|
|
205
|
-
(function (CapacityUpdate) {
|
|
206
|
-
CapacityUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
|
-
})(CapacityUpdate || (CapacityUpdate = {}));
|
|
208
|
-
export var CloudWatchLogsLogDelivery;
|
|
209
|
-
(function (CloudWatchLogsLogDelivery) {
|
|
210
|
-
CloudWatchLogsLogDelivery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
-
})(CloudWatchLogsLogDelivery || (CloudWatchLogsLogDelivery = {}));
|
|
212
48
|
var ConflictException = (function (_super) {
|
|
213
49
|
__extends(ConflictException, _super);
|
|
214
50
|
function ConflictException(opts) {
|
|
@@ -221,46 +57,6 @@ var ConflictException = (function (_super) {
|
|
|
221
57
|
return ConflictException;
|
|
222
58
|
}(__BaseException));
|
|
223
59
|
export { ConflictException };
|
|
224
|
-
export var KafkaCluster;
|
|
225
|
-
(function (KafkaCluster) {
|
|
226
|
-
KafkaCluster.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
227
|
-
})(KafkaCluster || (KafkaCluster = {}));
|
|
228
|
-
export var KafkaClusterClientAuthentication;
|
|
229
|
-
(function (KafkaClusterClientAuthentication) {
|
|
230
|
-
KafkaClusterClientAuthentication.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
231
|
-
})(KafkaClusterClientAuthentication || (KafkaClusterClientAuthentication = {}));
|
|
232
|
-
export var KafkaClusterEncryptionInTransit;
|
|
233
|
-
(function (KafkaClusterEncryptionInTransit) {
|
|
234
|
-
KafkaClusterEncryptionInTransit.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
235
|
-
})(KafkaClusterEncryptionInTransit || (KafkaClusterEncryptionInTransit = {}));
|
|
236
|
-
export var FirehoseLogDelivery;
|
|
237
|
-
(function (FirehoseLogDelivery) {
|
|
238
|
-
FirehoseLogDelivery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
|
-
})(FirehoseLogDelivery || (FirehoseLogDelivery = {}));
|
|
240
|
-
export var S3LogDelivery;
|
|
241
|
-
(function (S3LogDelivery) {
|
|
242
|
-
S3LogDelivery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
-
})(S3LogDelivery || (S3LogDelivery = {}));
|
|
244
|
-
export var WorkerLogDelivery;
|
|
245
|
-
(function (WorkerLogDelivery) {
|
|
246
|
-
WorkerLogDelivery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
-
})(WorkerLogDelivery || (WorkerLogDelivery = {}));
|
|
248
|
-
export var LogDelivery;
|
|
249
|
-
(function (LogDelivery) {
|
|
250
|
-
LogDelivery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
-
})(LogDelivery || (LogDelivery = {}));
|
|
252
|
-
export var WorkerConfiguration;
|
|
253
|
-
(function (WorkerConfiguration) {
|
|
254
|
-
WorkerConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
-
})(WorkerConfiguration || (WorkerConfiguration = {}));
|
|
256
|
-
export var CreateConnectorRequest;
|
|
257
|
-
(function (CreateConnectorRequest) {
|
|
258
|
-
CreateConnectorRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.connectorConfiguration && { connectorConfiguration: SENSITIVE_STRING }))); };
|
|
259
|
-
})(CreateConnectorRequest || (CreateConnectorRequest = {}));
|
|
260
|
-
export var CreateConnectorResponse;
|
|
261
|
-
(function (CreateConnectorResponse) {
|
|
262
|
-
CreateConnectorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
-
})(CreateConnectorResponse || (CreateConnectorResponse = {}));
|
|
264
60
|
var ForbiddenException = (function (_super) {
|
|
265
61
|
__extends(ForbiddenException, _super);
|
|
266
62
|
function ForbiddenException(opts) {
|
|
@@ -333,109 +129,82 @@ var UnauthorizedException = (function (_super) {
|
|
|
333
129
|
return UnauthorizedException;
|
|
334
130
|
}(__BaseException));
|
|
335
131
|
export { UnauthorizedException };
|
|
336
|
-
export var
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
export var
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
export var
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
export var
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
export var
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
export var
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
export var
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
export var
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
export var
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
export var
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
export var
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
export var
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
export var
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
export var
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
export var
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
export var
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
export var
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
export var
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
export var
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
export var
|
|
415
|
-
(function (ListConnectorsResponse) {
|
|
416
|
-
ListConnectorsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
417
|
-
})(ListConnectorsResponse || (ListConnectorsResponse = {}));
|
|
418
|
-
export var ListCustomPluginsRequest;
|
|
419
|
-
(function (ListCustomPluginsRequest) {
|
|
420
|
-
ListCustomPluginsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
|
-
})(ListCustomPluginsRequest || (ListCustomPluginsRequest = {}));
|
|
422
|
-
export var ListCustomPluginsResponse;
|
|
423
|
-
(function (ListCustomPluginsResponse) {
|
|
424
|
-
ListCustomPluginsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
425
|
-
})(ListCustomPluginsResponse || (ListCustomPluginsResponse = {}));
|
|
426
|
-
export var ListWorkerConfigurationsRequest;
|
|
427
|
-
(function (ListWorkerConfigurationsRequest) {
|
|
428
|
-
ListWorkerConfigurationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
429
|
-
})(ListWorkerConfigurationsRequest || (ListWorkerConfigurationsRequest = {}));
|
|
430
|
-
export var ListWorkerConfigurationsResponse;
|
|
431
|
-
(function (ListWorkerConfigurationsResponse) {
|
|
432
|
-
ListWorkerConfigurationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
433
|
-
})(ListWorkerConfigurationsResponse || (ListWorkerConfigurationsResponse = {}));
|
|
434
|
-
export var UpdateConnectorRequest;
|
|
435
|
-
(function (UpdateConnectorRequest) {
|
|
436
|
-
UpdateConnectorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
|
-
})(UpdateConnectorRequest || (UpdateConnectorRequest = {}));
|
|
438
|
-
export var UpdateConnectorResponse;
|
|
439
|
-
(function (UpdateConnectorResponse) {
|
|
440
|
-
UpdateConnectorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
|
-
})(UpdateConnectorResponse || (UpdateConnectorResponse = {}));
|
|
132
|
+
export var ScaleInPolicyDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
133
|
+
export var ScaleOutPolicyDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
134
|
+
export var AutoScalingDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
|
+
export var ProvisionedCapacityDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
136
|
+
export var CapacityDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
137
|
+
export var VpcDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
138
|
+
export var ApacheKafkaClusterDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
139
|
+
export var KafkaClusterDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
140
|
+
export var KafkaClusterClientAuthenticationDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
141
|
+
export var KafkaClusterEncryptionInTransitDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
|
+
export var CloudWatchLogsLogDeliveryDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
143
|
+
export var FirehoseLogDeliveryDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
144
|
+
export var S3LogDeliveryDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
145
|
+
export var WorkerLogDeliveryDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
146
|
+
export var LogDeliveryDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
147
|
+
export var CustomPluginDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
|
+
export var PluginDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
|
+
export var WorkerConfigurationDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
150
|
+
export var ConnectorSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
151
|
+
export var CustomPluginFileDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
|
+
export var S3LocationDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
153
|
+
export var CustomPluginLocationDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
154
|
+
export var CustomPluginRevisionSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
155
|
+
export var CustomPluginSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
+
export var CustomPluginFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
157
|
+
export var PluginFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
158
|
+
export var WorkerConfigurationRevisionSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
159
|
+
export var WorkerConfigurationSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
160
|
+
export var VpcFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
161
|
+
export var ApacheKafkaClusterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
162
|
+
export var ScaleInPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
+
export var ScaleOutPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
164
|
+
export var AutoScalingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
165
|
+
export var ScaleInPolicyUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
166
|
+
export var ScaleOutPolicyUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
+
export var AutoScalingUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
168
|
+
export var ProvisionedCapacityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
|
+
export var CapacityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
|
+
export var ProvisionedCapacityUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
|
+
export var CapacityUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
172
|
+
export var CloudWatchLogsLogDeliveryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
173
|
+
export var KafkaClusterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
|
+
export var KafkaClusterClientAuthenticationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
175
|
+
export var KafkaClusterEncryptionInTransitFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
|
+
export var FirehoseLogDeliveryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
|
+
export var S3LogDeliveryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
|
+
export var WorkerLogDeliveryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
179
|
+
export var LogDeliveryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
|
+
export var WorkerConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
181
|
+
export var CreateConnectorRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.connectorConfiguration && { connectorConfiguration: SENSITIVE_STRING }))); };
|
|
182
|
+
export var CreateConnectorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
183
|
+
export var S3LocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
|
+
export var CustomPluginLocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
185
|
+
export var CreateCustomPluginRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
|
+
export var CreateCustomPluginResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
|
+
export var CreateWorkerConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.propertiesFileContent && { propertiesFileContent: SENSITIVE_STRING }))); };
|
|
188
|
+
export var CreateWorkerConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
189
|
+
export var DeleteConnectorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
|
+
export var DeleteConnectorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
|
+
export var DeleteCustomPluginRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
|
+
export var DeleteCustomPluginResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
|
+
export var DescribeConnectorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
+
export var StateDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
|
+
export var DescribeConnectorResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.connectorConfiguration && { connectorConfiguration: SENSITIVE_STRING }))); };
|
|
196
|
+
export var DescribeCustomPluginRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
|
+
export var DescribeCustomPluginResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
+
export var DescribeWorkerConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
|
+
export var WorkerConfigurationRevisionDescriptionFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.propertiesFileContent && { propertiesFileContent: SENSITIVE_STRING }))); };
|
|
200
|
+
export var DescribeWorkerConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.latestRevision && {
|
|
201
|
+
latestRevision: WorkerConfigurationRevisionDescriptionFilterSensitiveLog(obj.latestRevision),
|
|
202
|
+
}))); };
|
|
203
|
+
export var ListConnectorsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
|
+
export var ListConnectorsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
|
+
export var ListCustomPluginsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
+
export var ListCustomPluginsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
|
+
export var ListWorkerConfigurationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
208
|
+
export var ListWorkerConfigurationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
|
+
export var UpdateConnectorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
+
export var UpdateConnectorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|