@aws-sdk/client-kafkaconnect 3.952.0 → 3.954.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/dist-cjs/index.js +408 -273
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/CreateConnectorCommand.js +2 -2
- package/dist-es/commands/CreateCustomPluginCommand.js +2 -2
- package/dist-es/commands/CreateWorkerConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteConnectorCommand.js +2 -2
- package/dist-es/commands/DeleteCustomPluginCommand.js +2 -2
- package/dist-es/commands/DeleteWorkerConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeConnectorCommand.js +2 -2
- package/dist-es/commands/DescribeConnectorOperationCommand.js +2 -2
- package/dist-es/commands/DescribeCustomPluginCommand.js +2 -2
- package/dist-es/commands/DescribeWorkerConfigurationCommand.js +2 -2
- package/dist-es/commands/ListConnectorOperationsCommand.js +2 -2
- package/dist-es/commands/ListConnectorsCommand.js +2 -2
- package/dist-es/commands/ListCustomPluginsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWorkerConfigurationsCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateConnectorCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +4 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +249 -238
- package/dist-types/KafkaConnectClient.d.ts +1 -10
- package/dist-types/commands/CreateConnectorCommand.d.ts +8 -14
- package/dist-types/commands/CreateCustomPluginCommand.d.ts +7 -14
- package/dist-types/commands/CreateWorkerConfigurationCommand.d.ts +7 -14
- package/dist-types/commands/DeleteConnectorCommand.d.ts +6 -12
- package/dist-types/commands/DeleteCustomPluginCommand.d.ts +6 -12
- package/dist-types/commands/DeleteWorkerConfigurationCommand.d.ts +6 -12
- package/dist-types/commands/DescribeConnectorCommand.d.ts +7 -12
- package/dist-types/commands/DescribeConnectorOperationCommand.d.ts +6 -12
- package/dist-types/commands/DescribeCustomPluginCommand.d.ts +6 -12
- package/dist-types/commands/DescribeWorkerConfigurationCommand.d.ts +6 -12
- package/dist-types/commands/ListConnectorOperationsCommand.d.ts +6 -12
- package/dist-types/commands/ListConnectorsCommand.d.ts +8 -15
- package/dist-types/commands/ListCustomPluginsCommand.d.ts +6 -12
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -12
- package/dist-types/commands/ListWorkerConfigurationsCommand.d.ts +6 -12
- package/dist-types/commands/TagResourceCommand.d.ts +7 -14
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -12
- package/dist-types/commands/UpdateConnectorCommand.d.ts +7 -13
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +12 -0
- package/dist-types/models/errors.d.ts +7 -14
- package/dist-types/models/models_0.d.ts +66 -111
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +120 -133
- package/dist-types/ts3.4/KafkaConnectClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +119 -135
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class KafkaConnectClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class KafkaConnectServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, KafkaConnectServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class BadRequestException extends KafkaConnectServiceException {
|
|
121
121
|
name = "BadRequestException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let BadRequestException$1 = class BadRequestException extends KafkaConnectServic
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class ConflictException extends KafkaConnectServiceException {
|
|
133
133
|
name = "ConflictException";
|
|
134
134
|
$fault = "client";
|
|
135
135
|
constructor(opts) {
|
|
@@ -140,8 +140,8 @@ let ConflictException$1 = class ConflictException extends KafkaConnectServiceExc
|
|
|
140
140
|
});
|
|
141
141
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
142
142
|
}
|
|
143
|
-
}
|
|
144
|
-
|
|
143
|
+
}
|
|
144
|
+
class ForbiddenException extends KafkaConnectServiceException {
|
|
145
145
|
name = "ForbiddenException";
|
|
146
146
|
$fault = "client";
|
|
147
147
|
constructor(opts) {
|
|
@@ -152,8 +152,8 @@ let ForbiddenException$1 = class ForbiddenException extends KafkaConnectServiceE
|
|
|
152
152
|
});
|
|
153
153
|
Object.setPrototypeOf(this, ForbiddenException.prototype);
|
|
154
154
|
}
|
|
155
|
-
}
|
|
156
|
-
|
|
155
|
+
}
|
|
156
|
+
class InternalServerErrorException extends KafkaConnectServiceException {
|
|
157
157
|
name = "InternalServerErrorException";
|
|
158
158
|
$fault = "server";
|
|
159
159
|
constructor(opts) {
|
|
@@ -164,8 +164,8 @@ let InternalServerErrorException$1 = class InternalServerErrorException extends
|
|
|
164
164
|
});
|
|
165
165
|
Object.setPrototypeOf(this, InternalServerErrorException.prototype);
|
|
166
166
|
}
|
|
167
|
-
}
|
|
168
|
-
|
|
167
|
+
}
|
|
168
|
+
class NotFoundException extends KafkaConnectServiceException {
|
|
169
169
|
name = "NotFoundException";
|
|
170
170
|
$fault = "client";
|
|
171
171
|
constructor(opts) {
|
|
@@ -176,8 +176,8 @@ let NotFoundException$1 = class NotFoundException extends KafkaConnectServiceExc
|
|
|
176
176
|
});
|
|
177
177
|
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
178
178
|
}
|
|
179
|
-
}
|
|
180
|
-
|
|
179
|
+
}
|
|
180
|
+
class ServiceUnavailableException extends KafkaConnectServiceException {
|
|
181
181
|
name = "ServiceUnavailableException";
|
|
182
182
|
$fault = "server";
|
|
183
183
|
constructor(opts) {
|
|
@@ -188,8 +188,8 @@ let ServiceUnavailableException$1 = class ServiceUnavailableException extends Ka
|
|
|
188
188
|
});
|
|
189
189
|
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
190
190
|
}
|
|
191
|
-
}
|
|
192
|
-
|
|
191
|
+
}
|
|
192
|
+
class TooManyRequestsException extends KafkaConnectServiceException {
|
|
193
193
|
name = "TooManyRequestsException";
|
|
194
194
|
$fault = "client";
|
|
195
195
|
constructor(opts) {
|
|
@@ -200,8 +200,8 @@ let TooManyRequestsException$1 = class TooManyRequestsException extends KafkaCon
|
|
|
200
200
|
});
|
|
201
201
|
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
202
202
|
}
|
|
203
|
-
}
|
|
204
|
-
|
|
203
|
+
}
|
|
204
|
+
class UnauthorizedException extends KafkaConnectServiceException {
|
|
205
205
|
name = "UnauthorizedException";
|
|
206
206
|
$fault = "client";
|
|
207
207
|
constructor(opts) {
|
|
@@ -212,7 +212,7 @@ let UnauthorizedException$1 = class UnauthorizedException extends KafkaConnectSe
|
|
|
212
212
|
});
|
|
213
213
|
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
214
214
|
}
|
|
215
|
-
}
|
|
215
|
+
}
|
|
216
216
|
|
|
217
217
|
const _AKC = "ApacheKafkaCluster";
|
|
218
218
|
const _AKCD = "ApacheKafkaClusterDescription";
|
|
@@ -400,7 +400,8 @@ const _mWC = "maxWorkerCount";
|
|
|
400
400
|
const _mWCi = "minWorkerCount";
|
|
401
401
|
const _n = "name";
|
|
402
402
|
const _nP = "namePrefix";
|
|
403
|
-
const _nT = "
|
|
403
|
+
const _nT = "networkType";
|
|
404
|
+
const _nTe = "nextToken";
|
|
404
405
|
const _oCC = "originConnectorConfiguration";
|
|
405
406
|
const _oS = "operationSteps";
|
|
406
407
|
const _oV = "objectVersion";
|
|
@@ -437,64 +438,71 @@ const _wCor = "workerCount";
|
|
|
437
438
|
const _wLD = "workerLogDelivery";
|
|
438
439
|
const n0 = "com.amazonaws.kafkaconnect";
|
|
439
440
|
var __sensitiveString = [0, n0, _sS, 8, 0];
|
|
440
|
-
var ApacheKafkaCluster = [3, n0, _AKC, 0, [_bS, _v], [0, () => Vpc]];
|
|
441
|
-
var ApacheKafkaClusterDescription = [
|
|
441
|
+
var ApacheKafkaCluster$ = [3, n0, _AKC, 0, [_bS, _v], [0, () => Vpc$]];
|
|
442
|
+
var ApacheKafkaClusterDescription$ = [
|
|
442
443
|
3,
|
|
443
444
|
n0,
|
|
444
445
|
_AKCD,
|
|
445
446
|
0,
|
|
446
447
|
[_bS, _v],
|
|
447
|
-
[0, () => VpcDescription],
|
|
448
|
+
[0, () => VpcDescription$],
|
|
448
449
|
];
|
|
449
|
-
var AutoScaling = [
|
|
450
|
+
var AutoScaling$ = [
|
|
450
451
|
3,
|
|
451
452
|
n0,
|
|
452
453
|
_AS,
|
|
453
454
|
0,
|
|
454
455
|
[_mWC, _mC, _mWCi, _sIP, _sOP],
|
|
455
|
-
[1, 1, 1, () => ScaleInPolicy
|
|
456
|
+
[1, 1, 1, () => ScaleInPolicy$, () => ScaleOutPolicy$],
|
|
456
457
|
];
|
|
457
|
-
var AutoScalingDescription = [
|
|
458
|
+
var AutoScalingDescription$ = [
|
|
458
459
|
3,
|
|
459
460
|
n0,
|
|
460
461
|
_ASD,
|
|
461
462
|
0,
|
|
462
463
|
[_mWC, _mC, _mWCi, _sIP, _sOP],
|
|
463
|
-
[1, 1, 1, () => ScaleInPolicyDescription
|
|
464
|
+
[1, 1, 1, () => ScaleInPolicyDescription$, () => ScaleOutPolicyDescription$],
|
|
464
465
|
];
|
|
465
|
-
var AutoScalingUpdate = [
|
|
466
|
+
var AutoScalingUpdate$ = [
|
|
466
467
|
3,
|
|
467
468
|
n0,
|
|
468
469
|
_ASU,
|
|
469
470
|
0,
|
|
470
471
|
[_mWC, _mC, _mWCi, _sIP, _sOP],
|
|
471
|
-
[1, 1, 1, () => ScaleInPolicyUpdate
|
|
472
|
+
[1, 1, 1, () => ScaleInPolicyUpdate$, () => ScaleOutPolicyUpdate$],
|
|
472
473
|
];
|
|
473
|
-
var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
474
|
-
schema.TypeRegistry.for(n0).registerError(BadRequestException
|
|
475
|
-
var Capacity = [
|
|
476
|
-
|
|
474
|
+
var BadRequestException$ = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
475
|
+
schema.TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
|
|
476
|
+
var Capacity$ = [
|
|
477
|
+
3,
|
|
478
|
+
n0,
|
|
479
|
+
_C,
|
|
480
|
+
0,
|
|
481
|
+
[_aS, _pC],
|
|
482
|
+
[() => AutoScaling$, () => ProvisionedCapacity$],
|
|
483
|
+
];
|
|
484
|
+
var CapacityDescription$ = [
|
|
477
485
|
3,
|
|
478
486
|
n0,
|
|
479
487
|
_CD,
|
|
480
488
|
0,
|
|
481
489
|
[_aS, _pC],
|
|
482
|
-
[() => AutoScalingDescription
|
|
490
|
+
[() => AutoScalingDescription$, () => ProvisionedCapacityDescription$],
|
|
483
491
|
];
|
|
484
|
-
var CapacityUpdate = [
|
|
492
|
+
var CapacityUpdate$ = [
|
|
485
493
|
3,
|
|
486
494
|
n0,
|
|
487
495
|
_CU,
|
|
488
496
|
0,
|
|
489
497
|
[_aS, _pC],
|
|
490
|
-
[() => AutoScalingUpdate
|
|
498
|
+
[() => AutoScalingUpdate$, () => ProvisionedCapacityUpdate$],
|
|
491
499
|
];
|
|
492
|
-
var CloudWatchLogsLogDelivery = [3, n0, _CWLLD, 0, [_en, _lG], [2, 0]];
|
|
493
|
-
var CloudWatchLogsLogDeliveryDescription = [3, n0, _CWLLDD, 0, [_en, _lG], [2, 0]];
|
|
494
|
-
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
495
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
496
|
-
var ConnectorOperationStep = [3, n0, _COS, 0, [_sT, _sSt], [0, 0]];
|
|
497
|
-
var ConnectorOperationSummary = [
|
|
500
|
+
var CloudWatchLogsLogDelivery$ = [3, n0, _CWLLD, 0, [_en, _lG], [2, 0]];
|
|
501
|
+
var CloudWatchLogsLogDeliveryDescription$ = [3, n0, _CWLLDD, 0, [_en, _lG], [2, 0]];
|
|
502
|
+
var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
503
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
504
|
+
var ConnectorOperationStep$ = [3, n0, _COS, 0, [_sT, _sSt], [0, 0]];
|
|
505
|
+
var ConnectorOperationSummary$ = [
|
|
498
506
|
3,
|
|
499
507
|
n0,
|
|
500
508
|
_COSo,
|
|
@@ -502,63 +510,65 @@ var ConnectorOperationSummary = [
|
|
|
502
510
|
[_cOA, _cOT, _cOS, _cT, _eT],
|
|
503
511
|
[0, 0, 0, 5, 5],
|
|
504
512
|
];
|
|
505
|
-
var ConnectorSummary = [
|
|
513
|
+
var ConnectorSummary$ = [
|
|
506
514
|
3,
|
|
507
515
|
n0,
|
|
508
516
|
_CS,
|
|
509
517
|
0,
|
|
510
|
-
[_ca, _cA, _cD, _cN, _cS, _cT, _cV, _kC, _kCCA, _kCEIT, _kCV, _lD, _p, _sERA, _wC],
|
|
518
|
+
[_ca, _cA, _cD, _cN, _cS, _cT, _cV, _kC, _kCCA, _kCEIT, _kCV, _lD, _nT, _p, _sERA, _wC],
|
|
511
519
|
[
|
|
512
|
-
() => CapacityDescription
|
|
520
|
+
() => CapacityDescription$,
|
|
513
521
|
0,
|
|
514
522
|
0,
|
|
515
523
|
0,
|
|
516
524
|
0,
|
|
517
525
|
5,
|
|
518
526
|
0,
|
|
519
|
-
() => KafkaClusterDescription
|
|
520
|
-
() => KafkaClusterClientAuthenticationDescription
|
|
521
|
-
() => KafkaClusterEncryptionInTransitDescription
|
|
527
|
+
() => KafkaClusterDescription$,
|
|
528
|
+
() => KafkaClusterClientAuthenticationDescription$,
|
|
529
|
+
() => KafkaClusterEncryptionInTransitDescription$,
|
|
530
|
+
0,
|
|
531
|
+
() => LogDeliveryDescription$,
|
|
522
532
|
0,
|
|
523
|
-
() => LogDeliveryDescription,
|
|
524
533
|
() => __listOfPluginDescription,
|
|
525
534
|
0,
|
|
526
|
-
() => WorkerConfigurationDescription
|
|
535
|
+
() => WorkerConfigurationDescription$,
|
|
527
536
|
],
|
|
528
537
|
];
|
|
529
|
-
var CreateConnectorRequest = [
|
|
538
|
+
var CreateConnectorRequest$ = [
|
|
530
539
|
3,
|
|
531
540
|
n0,
|
|
532
541
|
_CCR,
|
|
533
542
|
0,
|
|
534
|
-
[_ca, _cC, _cD, _cN, _kC, _kCCA, _kCEIT, _kCV, _lD, _p, _sERA, _wC, _t],
|
|
543
|
+
[_ca, _cC, _cD, _cN, _kC, _kCCA, _kCEIT, _kCV, _lD, _nT, _p, _sERA, _wC, _t],
|
|
535
544
|
[
|
|
536
|
-
() => Capacity
|
|
545
|
+
() => Capacity$,
|
|
537
546
|
[() => ConnectorConfiguration, 0],
|
|
538
547
|
0,
|
|
539
548
|
0,
|
|
540
|
-
() => KafkaCluster
|
|
541
|
-
() => KafkaClusterClientAuthentication
|
|
542
|
-
() => KafkaClusterEncryptionInTransit
|
|
549
|
+
() => KafkaCluster$,
|
|
550
|
+
() => KafkaClusterClientAuthentication$,
|
|
551
|
+
() => KafkaClusterEncryptionInTransit$,
|
|
552
|
+
0,
|
|
553
|
+
() => LogDelivery$,
|
|
543
554
|
0,
|
|
544
|
-
() => LogDelivery,
|
|
545
555
|
() => __listOfPlugin,
|
|
546
556
|
0,
|
|
547
|
-
() => WorkerConfiguration
|
|
557
|
+
() => WorkerConfiguration$,
|
|
548
558
|
128 | 0,
|
|
549
559
|
],
|
|
550
560
|
];
|
|
551
|
-
var CreateConnectorResponse = [3, n0, _CCRr, 0, [_cA, _cN, _cS], [0, 0, 0]];
|
|
552
|
-
var CreateCustomPluginRequest = [
|
|
561
|
+
var CreateConnectorResponse$ = [3, n0, _CCRr, 0, [_cA, _cN, _cS], [0, 0, 0]];
|
|
562
|
+
var CreateCustomPluginRequest$ = [
|
|
553
563
|
3,
|
|
554
564
|
n0,
|
|
555
565
|
_CCPR,
|
|
556
566
|
0,
|
|
557
567
|
[_cTo, _d, _l, _n, _t],
|
|
558
|
-
[0, 0, () => CustomPluginLocation
|
|
568
|
+
[0, 0, () => CustomPluginLocation$, 0, 128 | 0],
|
|
559
569
|
];
|
|
560
|
-
var CreateCustomPluginResponse = [3, n0, _CCPRr, 0, [_cPA, _cPS, _n, _r], [0, 0, 0, 1]];
|
|
561
|
-
var CreateWorkerConfigurationRequest = [
|
|
570
|
+
var CreateCustomPluginResponse$ = [3, n0, _CCPRr, 0, [_cPA, _cPS, _n, _r], [0, 0, 0, 1]];
|
|
571
|
+
var CreateWorkerConfigurationRequest$ = [
|
|
562
572
|
3,
|
|
563
573
|
n0,
|
|
564
574
|
_CWCR,
|
|
@@ -566,43 +576,43 @@ var CreateWorkerConfigurationRequest = [
|
|
|
566
576
|
[_d, _n, _pFC, _t],
|
|
567
577
|
[0, 0, [() => __sensitiveString, 0], 128 | 0],
|
|
568
578
|
];
|
|
569
|
-
var CreateWorkerConfigurationResponse = [
|
|
579
|
+
var CreateWorkerConfigurationResponse$ = [
|
|
570
580
|
3,
|
|
571
581
|
n0,
|
|
572
582
|
_CWCRr,
|
|
573
583
|
0,
|
|
574
584
|
[_cT, _lR, _n, _wCA, _wCS],
|
|
575
|
-
[5, () => WorkerConfigurationRevisionSummary
|
|
585
|
+
[5, () => WorkerConfigurationRevisionSummary$, 0, 0, 0],
|
|
576
586
|
];
|
|
577
|
-
var CustomPlugin = [3, n0, _CP, 0, [_cPA, _r], [0, 1]];
|
|
578
|
-
var CustomPluginDescription = [3, n0, _CPD, 0, [_cPA, _r], [0, 1]];
|
|
579
|
-
var CustomPluginFileDescription = [3, n0, _CPFD, 0, [_fM, _fS], [0, 1]];
|
|
580
|
-
var CustomPluginLocation = [3, n0, _CPL, 0, [_sL], [() => S3Location]];
|
|
581
|
-
var CustomPluginLocationDescription = [
|
|
587
|
+
var CustomPlugin$ = [3, n0, _CP, 0, [_cPA, _r], [0, 1]];
|
|
588
|
+
var CustomPluginDescription$ = [3, n0, _CPD, 0, [_cPA, _r], [0, 1]];
|
|
589
|
+
var CustomPluginFileDescription$ = [3, n0, _CPFD, 0, [_fM, _fS], [0, 1]];
|
|
590
|
+
var CustomPluginLocation$ = [3, n0, _CPL, 0, [_sL], [() => S3Location$]];
|
|
591
|
+
var CustomPluginLocationDescription$ = [
|
|
582
592
|
3,
|
|
583
593
|
n0,
|
|
584
594
|
_CPLD,
|
|
585
595
|
0,
|
|
586
596
|
[_sL],
|
|
587
|
-
[() => S3LocationDescription],
|
|
597
|
+
[() => S3LocationDescription$],
|
|
588
598
|
];
|
|
589
|
-
var CustomPluginRevisionSummary = [
|
|
599
|
+
var CustomPluginRevisionSummary$ = [
|
|
590
600
|
3,
|
|
591
601
|
n0,
|
|
592
602
|
_CPRS,
|
|
593
603
|
0,
|
|
594
604
|
[_cTo, _cT, _d, _fD, _l, _r],
|
|
595
|
-
[0, 5, 0, () => CustomPluginFileDescription
|
|
605
|
+
[0, 5, 0, () => CustomPluginFileDescription$, () => CustomPluginLocationDescription$, 1],
|
|
596
606
|
];
|
|
597
|
-
var CustomPluginSummary = [
|
|
607
|
+
var CustomPluginSummary$ = [
|
|
598
608
|
3,
|
|
599
609
|
n0,
|
|
600
610
|
_CPS,
|
|
601
611
|
0,
|
|
602
612
|
[_cT, _cPA, _cPS, _d, _lR, _n],
|
|
603
|
-
[5, 0, 0, 0, () => CustomPluginRevisionSummary
|
|
613
|
+
[5, 0, 0, 0, () => CustomPluginRevisionSummary$, 0],
|
|
604
614
|
];
|
|
605
|
-
var DeleteConnectorRequest = [
|
|
615
|
+
var DeleteConnectorRequest$ = [
|
|
606
616
|
3,
|
|
607
617
|
n0,
|
|
608
618
|
_DCR,
|
|
@@ -613,13 +623,13 @@ var DeleteConnectorRequest = [
|
|
|
613
623
|
[0, { [_hQ]: _cV }],
|
|
614
624
|
],
|
|
615
625
|
];
|
|
616
|
-
var DeleteConnectorResponse = [3, n0, _DCRe, 0, [_cA, _cS], [0, 0]];
|
|
617
|
-
var DeleteCustomPluginRequest = [3, n0, _DCPR, 0, [_cPA], [[0, 1]]];
|
|
618
|
-
var DeleteCustomPluginResponse = [3, n0, _DCPRe, 0, [_cPA, _cPS], [0, 0]];
|
|
619
|
-
var DeleteWorkerConfigurationRequest = [3, n0, _DWCR, 0, [_wCA], [[0, 1]]];
|
|
620
|
-
var DeleteWorkerConfigurationResponse = [3, n0, _DWCRe, 0, [_wCA, _wCS], [0, 0]];
|
|
621
|
-
var DescribeConnectorOperationRequest = [3, n0, _DCOR, 0, [_cOA], [[0, 1]]];
|
|
622
|
-
var DescribeConnectorOperationResponse = [
|
|
626
|
+
var DeleteConnectorResponse$ = [3, n0, _DCRe, 0, [_cA, _cS], [0, 0]];
|
|
627
|
+
var DeleteCustomPluginRequest$ = [3, n0, _DCPR, 0, [_cPA], [[0, 1]]];
|
|
628
|
+
var DeleteCustomPluginResponse$ = [3, n0, _DCPRe, 0, [_cPA, _cPS], [0, 0]];
|
|
629
|
+
var DeleteWorkerConfigurationRequest$ = [3, n0, _DWCR, 0, [_wCA], [[0, 1]]];
|
|
630
|
+
var DeleteWorkerConfigurationResponse$ = [3, n0, _DWCRe, 0, [_wCA, _wCS], [0, 0]];
|
|
631
|
+
var DescribeConnectorOperationRequest$ = [3, n0, _DCOR, 0, [_cOA], [[0, 1]]];
|
|
632
|
+
var DescribeConnectorOperationResponse$ = [
|
|
623
633
|
3,
|
|
624
634
|
n0,
|
|
625
635
|
_DCORe,
|
|
@@ -631,24 +641,24 @@ var DescribeConnectorOperationResponse = [
|
|
|
631
641
|
0,
|
|
632
642
|
0,
|
|
633
643
|
() => __listOfConnectorOperationStep,
|
|
634
|
-
() => WorkerSetting
|
|
644
|
+
() => WorkerSetting$,
|
|
635
645
|
[() => ConnectorConfiguration, 0],
|
|
636
|
-
() => WorkerSetting
|
|
646
|
+
() => WorkerSetting$,
|
|
637
647
|
[() => ConnectorConfiguration, 0],
|
|
638
|
-
() => StateDescription
|
|
648
|
+
() => StateDescription$,
|
|
639
649
|
5,
|
|
640
650
|
5,
|
|
641
651
|
],
|
|
642
652
|
];
|
|
643
|
-
var DescribeConnectorRequest = [3, n0, _DCRes, 0, [_cA], [[0, 1]]];
|
|
644
|
-
var DescribeConnectorResponse = [
|
|
653
|
+
var DescribeConnectorRequest$ = [3, n0, _DCRes, 0, [_cA], [[0, 1]]];
|
|
654
|
+
var DescribeConnectorResponse$ = [
|
|
645
655
|
3,
|
|
646
656
|
n0,
|
|
647
657
|
_DCResc,
|
|
648
658
|
0,
|
|
649
|
-
[_ca, _cA, _cC, _cD, _cN, _cS, _cT, _cV, _kC, _kCCA, _kCEIT, _kCV, _lD, _p, _sERA, _wC, _sD],
|
|
659
|
+
[_ca, _cA, _cC, _cD, _cN, _cS, _cT, _cV, _kC, _kCCA, _kCEIT, _kCV, _lD, _nT, _p, _sERA, _wC, _sD],
|
|
650
660
|
[
|
|
651
|
-
() => CapacityDescription
|
|
661
|
+
() => CapacityDescription$,
|
|
652
662
|
0,
|
|
653
663
|
[() => ConnectorConfiguration, 0],
|
|
654
664
|
0,
|
|
@@ -656,172 +666,173 @@ var DescribeConnectorResponse = [
|
|
|
656
666
|
0,
|
|
657
667
|
5,
|
|
658
668
|
0,
|
|
659
|
-
() => KafkaClusterDescription
|
|
660
|
-
() => KafkaClusterClientAuthenticationDescription
|
|
661
|
-
() => KafkaClusterEncryptionInTransitDescription
|
|
669
|
+
() => KafkaClusterDescription$,
|
|
670
|
+
() => KafkaClusterClientAuthenticationDescription$,
|
|
671
|
+
() => KafkaClusterEncryptionInTransitDescription$,
|
|
672
|
+
0,
|
|
673
|
+
() => LogDeliveryDescription$,
|
|
662
674
|
0,
|
|
663
|
-
() => LogDeliveryDescription,
|
|
664
675
|
() => __listOfPluginDescription,
|
|
665
676
|
0,
|
|
666
|
-
() => WorkerConfigurationDescription
|
|
667
|
-
() => StateDescription
|
|
677
|
+
() => WorkerConfigurationDescription$,
|
|
678
|
+
() => StateDescription$,
|
|
668
679
|
],
|
|
669
680
|
];
|
|
670
|
-
var DescribeCustomPluginRequest = [3, n0, _DCPRes, 0, [_cPA], [[0, 1]]];
|
|
671
|
-
var DescribeCustomPluginResponse = [
|
|
681
|
+
var DescribeCustomPluginRequest$ = [3, n0, _DCPRes, 0, [_cPA], [[0, 1]]];
|
|
682
|
+
var DescribeCustomPluginResponse$ = [
|
|
672
683
|
3,
|
|
673
684
|
n0,
|
|
674
685
|
_DCPResc,
|
|
675
686
|
0,
|
|
676
687
|
[_cT, _cPA, _cPS, _d, _lR, _n, _sD],
|
|
677
|
-
[5, 0, 0, 0, () => CustomPluginRevisionSummary
|
|
688
|
+
[5, 0, 0, 0, () => CustomPluginRevisionSummary$, 0, () => StateDescription$],
|
|
678
689
|
];
|
|
679
|
-
var DescribeWorkerConfigurationRequest = [3, n0, _DWCRes, 0, [_wCA], [[0, 1]]];
|
|
680
|
-
var DescribeWorkerConfigurationResponse = [
|
|
690
|
+
var DescribeWorkerConfigurationRequest$ = [3, n0, _DWCRes, 0, [_wCA], [[0, 1]]];
|
|
691
|
+
var DescribeWorkerConfigurationResponse$ = [
|
|
681
692
|
3,
|
|
682
693
|
n0,
|
|
683
694
|
_DWCResc,
|
|
684
695
|
0,
|
|
685
696
|
[_cT, _d, _lR, _n, _wCA, _wCS],
|
|
686
|
-
[5, 0, [() => WorkerConfigurationRevisionDescription
|
|
697
|
+
[5, 0, [() => WorkerConfigurationRevisionDescription$, 0], 0, 0, 0],
|
|
687
698
|
];
|
|
688
|
-
var FirehoseLogDelivery = [3, n0, _FLD, 0, [_dS, _en], [0, 2]];
|
|
689
|
-
var FirehoseLogDeliveryDescription = [3, n0, _FLDD, 0, [_dS, _en], [0, 2]];
|
|
690
|
-
var ForbiddenException = [-3, n0, _FE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
691
|
-
schema.TypeRegistry.for(n0).registerError(ForbiddenException
|
|
692
|
-
var InternalServerErrorException = [-3, n0, _ISEE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
|
|
693
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerErrorException
|
|
694
|
-
var KafkaCluster = [3, n0, _KC, 0, [_aKC], [() => ApacheKafkaCluster]];
|
|
695
|
-
var KafkaClusterClientAuthentication = [3, n0, _KCCA, 0, [_aT], [0]];
|
|
696
|
-
var KafkaClusterClientAuthenticationDescription = [3, n0, _KCCAD, 0, [_aT], [0]];
|
|
697
|
-
var KafkaClusterDescription = [
|
|
699
|
+
var FirehoseLogDelivery$ = [3, n0, _FLD, 0, [_dS, _en], [0, 2]];
|
|
700
|
+
var FirehoseLogDeliveryDescription$ = [3, n0, _FLDD, 0, [_dS, _en], [0, 2]];
|
|
701
|
+
var ForbiddenException$ = [-3, n0, _FE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
702
|
+
schema.TypeRegistry.for(n0).registerError(ForbiddenException$, ForbiddenException);
|
|
703
|
+
var InternalServerErrorException$ = [-3, n0, _ISEE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
|
|
704
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerErrorException$, InternalServerErrorException);
|
|
705
|
+
var KafkaCluster$ = [3, n0, _KC, 0, [_aKC], [() => ApacheKafkaCluster$]];
|
|
706
|
+
var KafkaClusterClientAuthentication$ = [3, n0, _KCCA, 0, [_aT], [0]];
|
|
707
|
+
var KafkaClusterClientAuthenticationDescription$ = [3, n0, _KCCAD, 0, [_aT], [0]];
|
|
708
|
+
var KafkaClusterDescription$ = [
|
|
698
709
|
3,
|
|
699
710
|
n0,
|
|
700
711
|
_KCD,
|
|
701
712
|
0,
|
|
702
713
|
[_aKC],
|
|
703
|
-
[() => ApacheKafkaClusterDescription],
|
|
714
|
+
[() => ApacheKafkaClusterDescription$],
|
|
704
715
|
];
|
|
705
|
-
var KafkaClusterEncryptionInTransit = [3, n0, _KCEIT, 0, [_eTn], [0]];
|
|
706
|
-
var KafkaClusterEncryptionInTransitDescription = [3, n0, _KCEITD, 0, [_eTn], [0]];
|
|
707
|
-
var ListConnectorOperationsRequest = [
|
|
716
|
+
var KafkaClusterEncryptionInTransit$ = [3, n0, _KCEIT, 0, [_eTn], [0]];
|
|
717
|
+
var KafkaClusterEncryptionInTransitDescription$ = [3, n0, _KCEITD, 0, [_eTn], [0]];
|
|
718
|
+
var ListConnectorOperationsRequest$ = [
|
|
708
719
|
3,
|
|
709
720
|
n0,
|
|
710
721
|
_LCOR,
|
|
711
722
|
0,
|
|
712
|
-
[_cA, _mR,
|
|
723
|
+
[_cA, _mR, _nTe],
|
|
713
724
|
[
|
|
714
725
|
[0, 1],
|
|
715
726
|
[1, { [_hQ]: _mR }],
|
|
716
|
-
[0, { [_hQ]:
|
|
727
|
+
[0, { [_hQ]: _nTe }],
|
|
717
728
|
],
|
|
718
729
|
];
|
|
719
|
-
var ListConnectorOperationsResponse = [
|
|
730
|
+
var ListConnectorOperationsResponse$ = [
|
|
720
731
|
3,
|
|
721
732
|
n0,
|
|
722
733
|
_LCORi,
|
|
723
734
|
0,
|
|
724
|
-
[_cO,
|
|
735
|
+
[_cO, _nTe],
|
|
725
736
|
[() => __listOfConnectorOperationSummary, 0],
|
|
726
737
|
];
|
|
727
|
-
var ListConnectorsRequest = [
|
|
738
|
+
var ListConnectorsRequest$ = [
|
|
728
739
|
3,
|
|
729
740
|
n0,
|
|
730
741
|
_LCR,
|
|
731
742
|
0,
|
|
732
|
-
[_cNP, _mR,
|
|
743
|
+
[_cNP, _mR, _nTe],
|
|
733
744
|
[
|
|
734
745
|
[0, { [_hQ]: _cNP }],
|
|
735
746
|
[1, { [_hQ]: _mR }],
|
|
736
|
-
[0, { [_hQ]:
|
|
747
|
+
[0, { [_hQ]: _nTe }],
|
|
737
748
|
],
|
|
738
749
|
];
|
|
739
|
-
var ListConnectorsResponse = [
|
|
750
|
+
var ListConnectorsResponse$ = [
|
|
740
751
|
3,
|
|
741
752
|
n0,
|
|
742
753
|
_LCRi,
|
|
743
754
|
0,
|
|
744
|
-
[_co,
|
|
755
|
+
[_co, _nTe],
|
|
745
756
|
[() => __listOfConnectorSummary, 0],
|
|
746
757
|
];
|
|
747
|
-
var ListCustomPluginsRequest = [
|
|
758
|
+
var ListCustomPluginsRequest$ = [
|
|
748
759
|
3,
|
|
749
760
|
n0,
|
|
750
761
|
_LCPR,
|
|
751
762
|
0,
|
|
752
|
-
[_mR,
|
|
763
|
+
[_mR, _nTe, _nP],
|
|
753
764
|
[
|
|
754
765
|
[1, { [_hQ]: _mR }],
|
|
755
|
-
[0, { [_hQ]:
|
|
766
|
+
[0, { [_hQ]: _nTe }],
|
|
756
767
|
[0, { [_hQ]: _nP }],
|
|
757
768
|
],
|
|
758
769
|
];
|
|
759
|
-
var ListCustomPluginsResponse = [
|
|
770
|
+
var ListCustomPluginsResponse$ = [
|
|
760
771
|
3,
|
|
761
772
|
n0,
|
|
762
773
|
_LCPRi,
|
|
763
774
|
0,
|
|
764
|
-
[_cP,
|
|
775
|
+
[_cP, _nTe],
|
|
765
776
|
[() => __listOfCustomPluginSummary, 0],
|
|
766
777
|
];
|
|
767
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
768
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
769
|
-
var ListWorkerConfigurationsRequest = [
|
|
778
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
779
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
780
|
+
var ListWorkerConfigurationsRequest$ = [
|
|
770
781
|
3,
|
|
771
782
|
n0,
|
|
772
783
|
_LWCR,
|
|
773
784
|
0,
|
|
774
|
-
[_mR,
|
|
785
|
+
[_mR, _nTe, _nP],
|
|
775
786
|
[
|
|
776
787
|
[1, { [_hQ]: _mR }],
|
|
777
|
-
[0, { [_hQ]:
|
|
788
|
+
[0, { [_hQ]: _nTe }],
|
|
778
789
|
[0, { [_hQ]: _nP }],
|
|
779
790
|
],
|
|
780
791
|
];
|
|
781
|
-
var ListWorkerConfigurationsResponse = [
|
|
792
|
+
var ListWorkerConfigurationsResponse$ = [
|
|
782
793
|
3,
|
|
783
794
|
n0,
|
|
784
795
|
_LWCRi,
|
|
785
796
|
0,
|
|
786
|
-
[
|
|
797
|
+
[_nTe, _wCo],
|
|
787
798
|
[0, () => __listOfWorkerConfigurationSummary],
|
|
788
799
|
];
|
|
789
|
-
var LogDelivery = [3, n0, _LD, 0, [_wLD], [() => WorkerLogDelivery]];
|
|
790
|
-
var LogDeliveryDescription = [
|
|
800
|
+
var LogDelivery$ = [3, n0, _LD, 0, [_wLD], [() => WorkerLogDelivery$]];
|
|
801
|
+
var LogDeliveryDescription$ = [
|
|
791
802
|
3,
|
|
792
803
|
n0,
|
|
793
804
|
_LDD,
|
|
794
805
|
0,
|
|
795
806
|
[_wLD],
|
|
796
|
-
[() => WorkerLogDeliveryDescription],
|
|
807
|
+
[() => WorkerLogDeliveryDescription$],
|
|
797
808
|
];
|
|
798
|
-
var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
799
|
-
schema.TypeRegistry.for(n0).registerError(NotFoundException
|
|
800
|
-
var Plugin = [3, n0, _P, 0, [_cPu], [() => CustomPlugin]];
|
|
801
|
-
var PluginDescription = [3, n0, _PD, 0, [_cPu], [() => CustomPluginDescription]];
|
|
802
|
-
var ProvisionedCapacity = [3, n0, _PC, 0, [_mC, _wCor], [1, 1]];
|
|
803
|
-
var ProvisionedCapacityDescription = [3, n0, _PCD, 0, [_mC, _wCor], [1, 1]];
|
|
804
|
-
var ProvisionedCapacityUpdate = [3, n0, _PCU, 0, [_mC, _wCor], [1, 1]];
|
|
805
|
-
var S3Location = [3, n0, _SL, 0, [_bA, _fK, _oV], [0, 0, 0]];
|
|
806
|
-
var S3LocationDescription = [3, n0, _SLD, 0, [_bA, _fK, _oV], [0, 0, 0]];
|
|
807
|
-
var S3LogDelivery = [3, n0, _SLDo, 0, [_b, _en, _pr], [0, 2, 0]];
|
|
808
|
-
var S3LogDeliveryDescription = [3, n0, _SLDD, 0, [_b, _en, _pr], [0, 2, 0]];
|
|
809
|
-
var ScaleInPolicy = [3, n0, _SIP, 0, [_cUP], [1]];
|
|
810
|
-
var ScaleInPolicyDescription = [3, n0, _SIPD, 0, [_cUP], [1]];
|
|
811
|
-
var ScaleInPolicyUpdate = [3, n0, _SIPU, 0, [_cUP], [1]];
|
|
812
|
-
var ScaleOutPolicy = [3, n0, _SOP, 0, [_cUP], [1]];
|
|
813
|
-
var ScaleOutPolicyDescription = [3, n0, _SOPD, 0, [_cUP], [1]];
|
|
814
|
-
var ScaleOutPolicyUpdate = [3, n0, _SOPU, 0, [_cUP], [1]];
|
|
815
|
-
var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _s, [_hE]: 503 }, [_m], [0]];
|
|
816
|
-
schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException
|
|
817
|
-
var StateDescription = [3, n0, _SD, 0, [_cod, _m], [0, 0]];
|
|
818
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
819
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
820
|
-
var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
821
|
-
schema.TypeRegistry.for(n0).registerError(TooManyRequestsException
|
|
822
|
-
var UnauthorizedException = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
|
|
823
|
-
schema.TypeRegistry.for(n0).registerError(UnauthorizedException
|
|
824
|
-
var UntagResourceRequest = [
|
|
809
|
+
var NotFoundException$ = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
810
|
+
schema.TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
|
|
811
|
+
var Plugin$ = [3, n0, _P, 0, [_cPu], [() => CustomPlugin$]];
|
|
812
|
+
var PluginDescription$ = [3, n0, _PD, 0, [_cPu], [() => CustomPluginDescription$]];
|
|
813
|
+
var ProvisionedCapacity$ = [3, n0, _PC, 0, [_mC, _wCor], [1, 1]];
|
|
814
|
+
var ProvisionedCapacityDescription$ = [3, n0, _PCD, 0, [_mC, _wCor], [1, 1]];
|
|
815
|
+
var ProvisionedCapacityUpdate$ = [3, n0, _PCU, 0, [_mC, _wCor], [1, 1]];
|
|
816
|
+
var S3Location$ = [3, n0, _SL, 0, [_bA, _fK, _oV], [0, 0, 0]];
|
|
817
|
+
var S3LocationDescription$ = [3, n0, _SLD, 0, [_bA, _fK, _oV], [0, 0, 0]];
|
|
818
|
+
var S3LogDelivery$ = [3, n0, _SLDo, 0, [_b, _en, _pr], [0, 2, 0]];
|
|
819
|
+
var S3LogDeliveryDescription$ = [3, n0, _SLDD, 0, [_b, _en, _pr], [0, 2, 0]];
|
|
820
|
+
var ScaleInPolicy$ = [3, n0, _SIP, 0, [_cUP], [1]];
|
|
821
|
+
var ScaleInPolicyDescription$ = [3, n0, _SIPD, 0, [_cUP], [1]];
|
|
822
|
+
var ScaleInPolicyUpdate$ = [3, n0, _SIPU, 0, [_cUP], [1]];
|
|
823
|
+
var ScaleOutPolicy$ = [3, n0, _SOP, 0, [_cUP], [1]];
|
|
824
|
+
var ScaleOutPolicyDescription$ = [3, n0, _SOPD, 0, [_cUP], [1]];
|
|
825
|
+
var ScaleOutPolicyUpdate$ = [3, n0, _SOPU, 0, [_cUP], [1]];
|
|
826
|
+
var ServiceUnavailableException$ = [-3, n0, _SUE, { [_e]: _s, [_hE]: 503 }, [_m], [0]];
|
|
827
|
+
schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
828
|
+
var StateDescription$ = [3, n0, _SD, 0, [_cod, _m], [0, 0]];
|
|
829
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
830
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
831
|
+
var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
832
|
+
schema.TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
833
|
+
var UnauthorizedException$ = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
|
|
834
|
+
schema.TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
|
|
835
|
+
var UntagResourceRequest$ = [
|
|
825
836
|
3,
|
|
826
837
|
n0,
|
|
827
838
|
_URR,
|
|
@@ -832,21 +843,21 @@ var UntagResourceRequest = [
|
|
|
832
843
|
[64 | 0, { [_hQ]: _tK }],
|
|
833
844
|
],
|
|
834
845
|
];
|
|
835
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
836
|
-
var UpdateConnectorRequest = [
|
|
846
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
847
|
+
var UpdateConnectorRequest$ = [
|
|
837
848
|
3,
|
|
838
849
|
n0,
|
|
839
850
|
_UCR,
|
|
840
851
|
0,
|
|
841
852
|
[_ca, _cC, _cA, _cV],
|
|
842
|
-
[() => CapacityUpdate
|
|
853
|
+
[() => CapacityUpdate$, [() => ConnectorConfigurationUpdate, 0], [0, 1], [0, { [_hQ]: _cV }]],
|
|
843
854
|
];
|
|
844
|
-
var UpdateConnectorResponse = [3, n0, _UCRp, 0, [_cA, _cS, _cOA], [0, 0, 0]];
|
|
845
|
-
var Vpc = [3, n0, _V, 0, [_sG, _su], [64 | 0, 64 | 0]];
|
|
846
|
-
var VpcDescription = [3, n0, _VD, 0, [_sG, _su], [64 | 0, 64 | 0]];
|
|
847
|
-
var WorkerConfiguration = [3, n0, _WC, 0, [_r, _wCA], [1, 0]];
|
|
848
|
-
var WorkerConfigurationDescription = [3, n0, _WCD, 0, [_r, _wCA], [1, 0]];
|
|
849
|
-
var WorkerConfigurationRevisionDescription = [
|
|
855
|
+
var UpdateConnectorResponse$ = [3, n0, _UCRp, 0, [_cA, _cS, _cOA], [0, 0, 0]];
|
|
856
|
+
var Vpc$ = [3, n0, _V, 0, [_sG, _su], [64 | 0, 64 | 0]];
|
|
857
|
+
var VpcDescription$ = [3, n0, _VD, 0, [_sG, _su], [64 | 0, 64 | 0]];
|
|
858
|
+
var WorkerConfiguration$ = [3, n0, _WC, 0, [_r, _wCA], [1, 0]];
|
|
859
|
+
var WorkerConfigurationDescription$ = [3, n0, _WCD, 0, [_r, _wCA], [1, 0]];
|
|
860
|
+
var WorkerConfigurationRevisionDescription$ = [
|
|
850
861
|
3,
|
|
851
862
|
n0,
|
|
852
863
|
_WCRD,
|
|
@@ -854,186 +865,186 @@ var WorkerConfigurationRevisionDescription = [
|
|
|
854
865
|
[_cT, _d, _pFC, _r],
|
|
855
866
|
[5, 0, [() => __sensitiveString, 0], 1],
|
|
856
867
|
];
|
|
857
|
-
var WorkerConfigurationRevisionSummary = [3, n0, _WCRS, 0, [_cT, _d, _r], [5, 0, 1]];
|
|
858
|
-
var WorkerConfigurationSummary = [
|
|
868
|
+
var WorkerConfigurationRevisionSummary$ = [3, n0, _WCRS, 0, [_cT, _d, _r], [5, 0, 1]];
|
|
869
|
+
var WorkerConfigurationSummary$ = [
|
|
859
870
|
3,
|
|
860
871
|
n0,
|
|
861
872
|
_WCS,
|
|
862
873
|
0,
|
|
863
874
|
[_cT, _d, _lR, _n, _wCA, _wCS],
|
|
864
|
-
[5, 0, () => WorkerConfigurationRevisionSummary
|
|
875
|
+
[5, 0, () => WorkerConfigurationRevisionSummary$, 0, 0, 0],
|
|
865
876
|
];
|
|
866
|
-
var WorkerLogDelivery = [
|
|
877
|
+
var WorkerLogDelivery$ = [
|
|
867
878
|
3,
|
|
868
879
|
n0,
|
|
869
880
|
_WLD,
|
|
870
881
|
0,
|
|
871
882
|
[_cWL, _f, _s_],
|
|
872
|
-
[() => CloudWatchLogsLogDelivery
|
|
883
|
+
[() => CloudWatchLogsLogDelivery$, () => FirehoseLogDelivery$, () => S3LogDelivery$],
|
|
873
884
|
];
|
|
874
|
-
var WorkerLogDeliveryDescription = [
|
|
885
|
+
var WorkerLogDeliveryDescription$ = [
|
|
875
886
|
3,
|
|
876
887
|
n0,
|
|
877
888
|
_WLDD,
|
|
878
889
|
0,
|
|
879
890
|
[_cWL, _f, _s_],
|
|
880
|
-
[() => CloudWatchLogsLogDeliveryDescription
|
|
891
|
+
[() => CloudWatchLogsLogDeliveryDescription$, () => FirehoseLogDeliveryDescription$, () => S3LogDeliveryDescription$],
|
|
881
892
|
];
|
|
882
|
-
var WorkerSetting = [3, n0, _WS, 0, [_ca], [() => CapacityDescription]];
|
|
883
|
-
var KafkaConnectServiceException = [-3, _sm, "KafkaConnectServiceException", 0, [], []];
|
|
884
|
-
schema.TypeRegistry.for(_sm).registerError(KafkaConnectServiceException
|
|
885
|
-
var __listOfConnectorOperationStep = [1, n0, _lOCOS, 0, () => ConnectorOperationStep];
|
|
886
|
-
var __listOfConnectorOperationSummary = [1, n0, _lOCOSi, 0, () => ConnectorOperationSummary];
|
|
887
|
-
var __listOfConnectorSummary = [1, n0, _lOCS, 0, () => ConnectorSummary];
|
|
888
|
-
var __listOfCustomPluginSummary = [1, n0, _lOCPS, 0, () => CustomPluginSummary];
|
|
889
|
-
var __listOfPlugin = [1, n0, _lOP, 0, () => Plugin];
|
|
890
|
-
var __listOfPluginDescription = [1, n0, _lOPD, 0, () => PluginDescription];
|
|
891
|
-
var __listOfWorkerConfigurationSummary = [1, n0, _lOWCS, 0, () => WorkerConfigurationSummary];
|
|
893
|
+
var WorkerSetting$ = [3, n0, _WS, 0, [_ca], [() => CapacityDescription$]];
|
|
894
|
+
var KafkaConnectServiceException$ = [-3, _sm, "KafkaConnectServiceException", 0, [], []];
|
|
895
|
+
schema.TypeRegistry.for(_sm).registerError(KafkaConnectServiceException$, KafkaConnectServiceException);
|
|
896
|
+
var __listOfConnectorOperationStep = [1, n0, _lOCOS, 0, () => ConnectorOperationStep$];
|
|
897
|
+
var __listOfConnectorOperationSummary = [1, n0, _lOCOSi, 0, () => ConnectorOperationSummary$];
|
|
898
|
+
var __listOfConnectorSummary = [1, n0, _lOCS, 0, () => ConnectorSummary$];
|
|
899
|
+
var __listOfCustomPluginSummary = [1, n0, _lOCPS, 0, () => CustomPluginSummary$];
|
|
900
|
+
var __listOfPlugin = [1, n0, _lOP, 0, () => Plugin$];
|
|
901
|
+
var __listOfPluginDescription = [1, n0, _lOPD, 0, () => PluginDescription$];
|
|
902
|
+
var __listOfWorkerConfigurationSummary = [1, n0, _lOWCS, 0, () => WorkerConfigurationSummary$];
|
|
892
903
|
var ConnectorConfiguration = [2, n0, _CC, 8, 0, 0];
|
|
893
904
|
var ConnectorConfigurationUpdate = [2, n0, _CCU, 8, 0, 0];
|
|
894
|
-
var CreateConnector = [
|
|
905
|
+
var CreateConnector$ = [
|
|
895
906
|
9,
|
|
896
907
|
n0,
|
|
897
908
|
_CCr,
|
|
898
909
|
{ [_h]: ["POST", "/v1/connectors", 200] },
|
|
899
|
-
() => CreateConnectorRequest
|
|
900
|
-
() => CreateConnectorResponse
|
|
910
|
+
() => CreateConnectorRequest$,
|
|
911
|
+
() => CreateConnectorResponse$,
|
|
901
912
|
];
|
|
902
|
-
var CreateCustomPlugin = [
|
|
913
|
+
var CreateCustomPlugin$ = [
|
|
903
914
|
9,
|
|
904
915
|
n0,
|
|
905
916
|
_CCP,
|
|
906
917
|
{ [_h]: ["POST", "/v1/custom-plugins", 200] },
|
|
907
|
-
() => CreateCustomPluginRequest
|
|
908
|
-
() => CreateCustomPluginResponse
|
|
918
|
+
() => CreateCustomPluginRequest$,
|
|
919
|
+
() => CreateCustomPluginResponse$,
|
|
909
920
|
];
|
|
910
|
-
var CreateWorkerConfiguration = [
|
|
921
|
+
var CreateWorkerConfiguration$ = [
|
|
911
922
|
9,
|
|
912
923
|
n0,
|
|
913
924
|
_CWC,
|
|
914
925
|
{ [_h]: ["POST", "/v1/worker-configurations", 200] },
|
|
915
|
-
() => CreateWorkerConfigurationRequest
|
|
916
|
-
() => CreateWorkerConfigurationResponse
|
|
926
|
+
() => CreateWorkerConfigurationRequest$,
|
|
927
|
+
() => CreateWorkerConfigurationResponse$,
|
|
917
928
|
];
|
|
918
|
-
var DeleteConnector = [
|
|
929
|
+
var DeleteConnector$ = [
|
|
919
930
|
9,
|
|
920
931
|
n0,
|
|
921
932
|
_DC,
|
|
922
933
|
{ [_h]: ["DELETE", "/v1/connectors/{connectorArn}", 200] },
|
|
923
|
-
() => DeleteConnectorRequest
|
|
924
|
-
() => DeleteConnectorResponse
|
|
934
|
+
() => DeleteConnectorRequest$,
|
|
935
|
+
() => DeleteConnectorResponse$,
|
|
925
936
|
];
|
|
926
|
-
var DeleteCustomPlugin = [
|
|
937
|
+
var DeleteCustomPlugin$ = [
|
|
927
938
|
9,
|
|
928
939
|
n0,
|
|
929
940
|
_DCP,
|
|
930
941
|
{ [_h]: ["DELETE", "/v1/custom-plugins/{customPluginArn}", 200] },
|
|
931
|
-
() => DeleteCustomPluginRequest
|
|
932
|
-
() => DeleteCustomPluginResponse
|
|
942
|
+
() => DeleteCustomPluginRequest$,
|
|
943
|
+
() => DeleteCustomPluginResponse$,
|
|
933
944
|
];
|
|
934
|
-
var DeleteWorkerConfiguration = [
|
|
945
|
+
var DeleteWorkerConfiguration$ = [
|
|
935
946
|
9,
|
|
936
947
|
n0,
|
|
937
948
|
_DWC,
|
|
938
949
|
{ [_h]: ["DELETE", "/v1/worker-configurations/{workerConfigurationArn}", 200] },
|
|
939
|
-
() => DeleteWorkerConfigurationRequest
|
|
940
|
-
() => DeleteWorkerConfigurationResponse
|
|
950
|
+
() => DeleteWorkerConfigurationRequest$,
|
|
951
|
+
() => DeleteWorkerConfigurationResponse$,
|
|
941
952
|
];
|
|
942
|
-
var DescribeConnector = [
|
|
953
|
+
var DescribeConnector$ = [
|
|
943
954
|
9,
|
|
944
955
|
n0,
|
|
945
956
|
_DCe,
|
|
946
957
|
{ [_h]: ["GET", "/v1/connectors/{connectorArn}", 200] },
|
|
947
|
-
() => DescribeConnectorRequest
|
|
948
|
-
() => DescribeConnectorResponse
|
|
958
|
+
() => DescribeConnectorRequest$,
|
|
959
|
+
() => DescribeConnectorResponse$,
|
|
949
960
|
];
|
|
950
|
-
var DescribeConnectorOperation = [
|
|
961
|
+
var DescribeConnectorOperation$ = [
|
|
951
962
|
9,
|
|
952
963
|
n0,
|
|
953
964
|
_DCO,
|
|
954
965
|
{ [_h]: ["GET", "/v1/connectorOperations/{connectorOperationArn}", 200] },
|
|
955
|
-
() => DescribeConnectorOperationRequest
|
|
956
|
-
() => DescribeConnectorOperationResponse
|
|
966
|
+
() => DescribeConnectorOperationRequest$,
|
|
967
|
+
() => DescribeConnectorOperationResponse$,
|
|
957
968
|
];
|
|
958
|
-
var DescribeCustomPlugin = [
|
|
969
|
+
var DescribeCustomPlugin$ = [
|
|
959
970
|
9,
|
|
960
971
|
n0,
|
|
961
972
|
_DCPe,
|
|
962
973
|
{ [_h]: ["GET", "/v1/custom-plugins/{customPluginArn}", 200] },
|
|
963
|
-
() => DescribeCustomPluginRequest
|
|
964
|
-
() => DescribeCustomPluginResponse
|
|
974
|
+
() => DescribeCustomPluginRequest$,
|
|
975
|
+
() => DescribeCustomPluginResponse$,
|
|
965
976
|
];
|
|
966
|
-
var DescribeWorkerConfiguration = [
|
|
977
|
+
var DescribeWorkerConfiguration$ = [
|
|
967
978
|
9,
|
|
968
979
|
n0,
|
|
969
980
|
_DWCe,
|
|
970
981
|
{ [_h]: ["GET", "/v1/worker-configurations/{workerConfigurationArn}", 200] },
|
|
971
|
-
() => DescribeWorkerConfigurationRequest
|
|
972
|
-
() => DescribeWorkerConfigurationResponse
|
|
982
|
+
() => DescribeWorkerConfigurationRequest$,
|
|
983
|
+
() => DescribeWorkerConfigurationResponse$,
|
|
973
984
|
];
|
|
974
|
-
var ListConnectorOperations = [
|
|
985
|
+
var ListConnectorOperations$ = [
|
|
975
986
|
9,
|
|
976
987
|
n0,
|
|
977
988
|
_LCO,
|
|
978
989
|
{ [_h]: ["GET", "/v1/connectors/{connectorArn}/operations", 200] },
|
|
979
|
-
() => ListConnectorOperationsRequest
|
|
980
|
-
() => ListConnectorOperationsResponse
|
|
990
|
+
() => ListConnectorOperationsRequest$,
|
|
991
|
+
() => ListConnectorOperationsResponse$,
|
|
981
992
|
];
|
|
982
|
-
var ListConnectors = [
|
|
993
|
+
var ListConnectors$ = [
|
|
983
994
|
9,
|
|
984
995
|
n0,
|
|
985
996
|
_LC,
|
|
986
997
|
{ [_h]: ["GET", "/v1/connectors", 200] },
|
|
987
|
-
() => ListConnectorsRequest
|
|
988
|
-
() => ListConnectorsResponse
|
|
998
|
+
() => ListConnectorsRequest$,
|
|
999
|
+
() => ListConnectorsResponse$,
|
|
989
1000
|
];
|
|
990
|
-
var ListCustomPlugins = [
|
|
1001
|
+
var ListCustomPlugins$ = [
|
|
991
1002
|
9,
|
|
992
1003
|
n0,
|
|
993
1004
|
_LCP,
|
|
994
1005
|
{ [_h]: ["GET", "/v1/custom-plugins", 200] },
|
|
995
|
-
() => ListCustomPluginsRequest
|
|
996
|
-
() => ListCustomPluginsResponse
|
|
1006
|
+
() => ListCustomPluginsRequest$,
|
|
1007
|
+
() => ListCustomPluginsResponse$,
|
|
997
1008
|
];
|
|
998
|
-
var ListTagsForResource = [
|
|
1009
|
+
var ListTagsForResource$ = [
|
|
999
1010
|
9,
|
|
1000
1011
|
n0,
|
|
1001
1012
|
_LTFR,
|
|
1002
1013
|
{ [_h]: ["GET", "/v1/tags/{resourceArn}", 200] },
|
|
1003
|
-
() => ListTagsForResourceRequest
|
|
1004
|
-
() => ListTagsForResourceResponse
|
|
1014
|
+
() => ListTagsForResourceRequest$,
|
|
1015
|
+
() => ListTagsForResourceResponse$,
|
|
1005
1016
|
];
|
|
1006
|
-
var ListWorkerConfigurations = [
|
|
1017
|
+
var ListWorkerConfigurations$ = [
|
|
1007
1018
|
9,
|
|
1008
1019
|
n0,
|
|
1009
1020
|
_LWC,
|
|
1010
1021
|
{ [_h]: ["GET", "/v1/worker-configurations", 200] },
|
|
1011
|
-
() => ListWorkerConfigurationsRequest
|
|
1012
|
-
() => ListWorkerConfigurationsResponse
|
|
1022
|
+
() => ListWorkerConfigurationsRequest$,
|
|
1023
|
+
() => ListWorkerConfigurationsResponse$,
|
|
1013
1024
|
];
|
|
1014
|
-
var TagResource = [
|
|
1025
|
+
var TagResource$ = [
|
|
1015
1026
|
9,
|
|
1016
1027
|
n0,
|
|
1017
1028
|
_TR,
|
|
1018
1029
|
{ [_h]: ["POST", "/v1/tags/{resourceArn}", 200] },
|
|
1019
|
-
() => TagResourceRequest
|
|
1020
|
-
() => TagResourceResponse
|
|
1030
|
+
() => TagResourceRequest$,
|
|
1031
|
+
() => TagResourceResponse$,
|
|
1021
1032
|
];
|
|
1022
|
-
var UntagResource = [
|
|
1033
|
+
var UntagResource$ = [
|
|
1023
1034
|
9,
|
|
1024
1035
|
n0,
|
|
1025
1036
|
_UR,
|
|
1026
1037
|
{ [_h]: ["DELETE", "/v1/tags/{resourceArn}", 200] },
|
|
1027
|
-
() => UntagResourceRequest
|
|
1028
|
-
() => UntagResourceResponse
|
|
1038
|
+
() => UntagResourceRequest$,
|
|
1039
|
+
() => UntagResourceResponse$,
|
|
1029
1040
|
];
|
|
1030
|
-
var UpdateConnector = [
|
|
1041
|
+
var UpdateConnector$ = [
|
|
1031
1042
|
9,
|
|
1032
1043
|
n0,
|
|
1033
1044
|
_UC,
|
|
1034
1045
|
{ [_h]: ["PUT", "/v1/connectors/{connectorArn}", 200] },
|
|
1035
|
-
() => UpdateConnectorRequest
|
|
1036
|
-
() => UpdateConnectorResponse
|
|
1046
|
+
() => UpdateConnectorRequest$,
|
|
1047
|
+
() => UpdateConnectorResponse$,
|
|
1037
1048
|
];
|
|
1038
1049
|
|
|
1039
1050
|
class CreateConnectorCommand extends smithyClient.Command
|
|
@@ -1044,7 +1055,7 @@ class CreateConnectorCommand extends smithyClient.Command
|
|
|
1044
1055
|
})
|
|
1045
1056
|
.s("KafkaConnect", "CreateConnector", {})
|
|
1046
1057
|
.n("KafkaConnectClient", "CreateConnectorCommand")
|
|
1047
|
-
.sc(CreateConnector)
|
|
1058
|
+
.sc(CreateConnector$)
|
|
1048
1059
|
.build() {
|
|
1049
1060
|
}
|
|
1050
1061
|
|
|
@@ -1056,7 +1067,7 @@ class CreateCustomPluginCommand extends smithyClient.Command
|
|
|
1056
1067
|
})
|
|
1057
1068
|
.s("KafkaConnect", "CreateCustomPlugin", {})
|
|
1058
1069
|
.n("KafkaConnectClient", "CreateCustomPluginCommand")
|
|
1059
|
-
.sc(CreateCustomPlugin)
|
|
1070
|
+
.sc(CreateCustomPlugin$)
|
|
1060
1071
|
.build() {
|
|
1061
1072
|
}
|
|
1062
1073
|
|
|
@@ -1068,7 +1079,7 @@ class CreateWorkerConfigurationCommand extends smithyClient.Command
|
|
|
1068
1079
|
})
|
|
1069
1080
|
.s("KafkaConnect", "CreateWorkerConfiguration", {})
|
|
1070
1081
|
.n("KafkaConnectClient", "CreateWorkerConfigurationCommand")
|
|
1071
|
-
.sc(CreateWorkerConfiguration)
|
|
1082
|
+
.sc(CreateWorkerConfiguration$)
|
|
1072
1083
|
.build() {
|
|
1073
1084
|
}
|
|
1074
1085
|
|
|
@@ -1080,7 +1091,7 @@ class DeleteConnectorCommand extends smithyClient.Command
|
|
|
1080
1091
|
})
|
|
1081
1092
|
.s("KafkaConnect", "DeleteConnector", {})
|
|
1082
1093
|
.n("KafkaConnectClient", "DeleteConnectorCommand")
|
|
1083
|
-
.sc(DeleteConnector)
|
|
1094
|
+
.sc(DeleteConnector$)
|
|
1084
1095
|
.build() {
|
|
1085
1096
|
}
|
|
1086
1097
|
|
|
@@ -1092,7 +1103,7 @@ class DeleteCustomPluginCommand extends smithyClient.Command
|
|
|
1092
1103
|
})
|
|
1093
1104
|
.s("KafkaConnect", "DeleteCustomPlugin", {})
|
|
1094
1105
|
.n("KafkaConnectClient", "DeleteCustomPluginCommand")
|
|
1095
|
-
.sc(DeleteCustomPlugin)
|
|
1106
|
+
.sc(DeleteCustomPlugin$)
|
|
1096
1107
|
.build() {
|
|
1097
1108
|
}
|
|
1098
1109
|
|
|
@@ -1104,7 +1115,7 @@ class DeleteWorkerConfigurationCommand extends smithyClient.Command
|
|
|
1104
1115
|
})
|
|
1105
1116
|
.s("KafkaConnect", "DeleteWorkerConfiguration", {})
|
|
1106
1117
|
.n("KafkaConnectClient", "DeleteWorkerConfigurationCommand")
|
|
1107
|
-
.sc(DeleteWorkerConfiguration)
|
|
1118
|
+
.sc(DeleteWorkerConfiguration$)
|
|
1108
1119
|
.build() {
|
|
1109
1120
|
}
|
|
1110
1121
|
|
|
@@ -1116,7 +1127,7 @@ class DescribeConnectorCommand extends smithyClient.Command
|
|
|
1116
1127
|
})
|
|
1117
1128
|
.s("KafkaConnect", "DescribeConnector", {})
|
|
1118
1129
|
.n("KafkaConnectClient", "DescribeConnectorCommand")
|
|
1119
|
-
.sc(DescribeConnector)
|
|
1130
|
+
.sc(DescribeConnector$)
|
|
1120
1131
|
.build() {
|
|
1121
1132
|
}
|
|
1122
1133
|
|
|
@@ -1128,7 +1139,7 @@ class DescribeConnectorOperationCommand extends smithyClient.Command
|
|
|
1128
1139
|
})
|
|
1129
1140
|
.s("KafkaConnect", "DescribeConnectorOperation", {})
|
|
1130
1141
|
.n("KafkaConnectClient", "DescribeConnectorOperationCommand")
|
|
1131
|
-
.sc(DescribeConnectorOperation)
|
|
1142
|
+
.sc(DescribeConnectorOperation$)
|
|
1132
1143
|
.build() {
|
|
1133
1144
|
}
|
|
1134
1145
|
|
|
@@ -1140,7 +1151,7 @@ class DescribeCustomPluginCommand extends smithyClient.Command
|
|
|
1140
1151
|
})
|
|
1141
1152
|
.s("KafkaConnect", "DescribeCustomPlugin", {})
|
|
1142
1153
|
.n("KafkaConnectClient", "DescribeCustomPluginCommand")
|
|
1143
|
-
.sc(DescribeCustomPlugin)
|
|
1154
|
+
.sc(DescribeCustomPlugin$)
|
|
1144
1155
|
.build() {
|
|
1145
1156
|
}
|
|
1146
1157
|
|
|
@@ -1152,7 +1163,7 @@ class DescribeWorkerConfigurationCommand extends smithyClient.Command
|
|
|
1152
1163
|
})
|
|
1153
1164
|
.s("KafkaConnect", "DescribeWorkerConfiguration", {})
|
|
1154
1165
|
.n("KafkaConnectClient", "DescribeWorkerConfigurationCommand")
|
|
1155
|
-
.sc(DescribeWorkerConfiguration)
|
|
1166
|
+
.sc(DescribeWorkerConfiguration$)
|
|
1156
1167
|
.build() {
|
|
1157
1168
|
}
|
|
1158
1169
|
|
|
@@ -1164,7 +1175,7 @@ class ListConnectorOperationsCommand extends smithyClient.Command
|
|
|
1164
1175
|
})
|
|
1165
1176
|
.s("KafkaConnect", "ListConnectorOperations", {})
|
|
1166
1177
|
.n("KafkaConnectClient", "ListConnectorOperationsCommand")
|
|
1167
|
-
.sc(ListConnectorOperations)
|
|
1178
|
+
.sc(ListConnectorOperations$)
|
|
1168
1179
|
.build() {
|
|
1169
1180
|
}
|
|
1170
1181
|
|
|
@@ -1176,7 +1187,7 @@ class ListConnectorsCommand extends smithyClient.Command
|
|
|
1176
1187
|
})
|
|
1177
1188
|
.s("KafkaConnect", "ListConnectors", {})
|
|
1178
1189
|
.n("KafkaConnectClient", "ListConnectorsCommand")
|
|
1179
|
-
.sc(ListConnectors)
|
|
1190
|
+
.sc(ListConnectors$)
|
|
1180
1191
|
.build() {
|
|
1181
1192
|
}
|
|
1182
1193
|
|
|
@@ -1188,7 +1199,7 @@ class ListCustomPluginsCommand extends smithyClient.Command
|
|
|
1188
1199
|
})
|
|
1189
1200
|
.s("KafkaConnect", "ListCustomPlugins", {})
|
|
1190
1201
|
.n("KafkaConnectClient", "ListCustomPluginsCommand")
|
|
1191
|
-
.sc(ListCustomPlugins)
|
|
1202
|
+
.sc(ListCustomPlugins$)
|
|
1192
1203
|
.build() {
|
|
1193
1204
|
}
|
|
1194
1205
|
|
|
@@ -1200,7 +1211,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1200
1211
|
})
|
|
1201
1212
|
.s("KafkaConnect", "ListTagsForResource", {})
|
|
1202
1213
|
.n("KafkaConnectClient", "ListTagsForResourceCommand")
|
|
1203
|
-
.sc(ListTagsForResource)
|
|
1214
|
+
.sc(ListTagsForResource$)
|
|
1204
1215
|
.build() {
|
|
1205
1216
|
}
|
|
1206
1217
|
|
|
@@ -1212,7 +1223,7 @@ class ListWorkerConfigurationsCommand extends smithyClient.Command
|
|
|
1212
1223
|
})
|
|
1213
1224
|
.s("KafkaConnect", "ListWorkerConfigurations", {})
|
|
1214
1225
|
.n("KafkaConnectClient", "ListWorkerConfigurationsCommand")
|
|
1215
|
-
.sc(ListWorkerConfigurations)
|
|
1226
|
+
.sc(ListWorkerConfigurations$)
|
|
1216
1227
|
.build() {
|
|
1217
1228
|
}
|
|
1218
1229
|
|
|
@@ -1224,7 +1235,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1224
1235
|
})
|
|
1225
1236
|
.s("KafkaConnect", "TagResource", {})
|
|
1226
1237
|
.n("KafkaConnectClient", "TagResourceCommand")
|
|
1227
|
-
.sc(TagResource)
|
|
1238
|
+
.sc(TagResource$)
|
|
1228
1239
|
.build() {
|
|
1229
1240
|
}
|
|
1230
1241
|
|
|
@@ -1236,7 +1247,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1236
1247
|
})
|
|
1237
1248
|
.s("KafkaConnect", "UntagResource", {})
|
|
1238
1249
|
.n("KafkaConnectClient", "UntagResourceCommand")
|
|
1239
|
-
.sc(UntagResource)
|
|
1250
|
+
.sc(UntagResource$)
|
|
1240
1251
|
.build() {
|
|
1241
1252
|
}
|
|
1242
1253
|
|
|
@@ -1248,7 +1259,7 @@ class UpdateConnectorCommand extends smithyClient.Command
|
|
|
1248
1259
|
})
|
|
1249
1260
|
.s("KafkaConnect", "UpdateConnector", {})
|
|
1250
1261
|
.n("KafkaConnectClient", "UpdateConnectorCommand")
|
|
1251
|
-
.sc(UpdateConnector)
|
|
1262
|
+
.sc(UpdateConnector$)
|
|
1252
1263
|
.build() {
|
|
1253
1264
|
}
|
|
1254
1265
|
|
|
@@ -1328,6 +1339,10 @@ const KafkaClusterEncryptionInTransitType = {
|
|
|
1328
1339
|
PLAINTEXT: "PLAINTEXT",
|
|
1329
1340
|
TLS: "TLS",
|
|
1330
1341
|
};
|
|
1342
|
+
const NetworkType = {
|
|
1343
|
+
DUAL: "DUAL",
|
|
1344
|
+
IPV4: "IPV4",
|
|
1345
|
+
};
|
|
1331
1346
|
const CustomPluginState = {
|
|
1332
1347
|
ACTIVE: "ACTIVE",
|
|
1333
1348
|
CREATE_FAILED: "CREATE_FAILED",
|
|
@@ -1353,45 +1368,165 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1353
1368
|
enumerable: true,
|
|
1354
1369
|
get: function () { return smithyClient.Client; }
|
|
1355
1370
|
});
|
|
1356
|
-
exports.
|
|
1357
|
-
exports.
|
|
1371
|
+
exports.ApacheKafkaCluster$ = ApacheKafkaCluster$;
|
|
1372
|
+
exports.ApacheKafkaClusterDescription$ = ApacheKafkaClusterDescription$;
|
|
1373
|
+
exports.AutoScaling$ = AutoScaling$;
|
|
1374
|
+
exports.AutoScalingDescription$ = AutoScalingDescription$;
|
|
1375
|
+
exports.AutoScalingUpdate$ = AutoScalingUpdate$;
|
|
1376
|
+
exports.BadRequestException = BadRequestException;
|
|
1377
|
+
exports.BadRequestException$ = BadRequestException$;
|
|
1378
|
+
exports.Capacity$ = Capacity$;
|
|
1379
|
+
exports.CapacityDescription$ = CapacityDescription$;
|
|
1380
|
+
exports.CapacityUpdate$ = CapacityUpdate$;
|
|
1381
|
+
exports.CloudWatchLogsLogDelivery$ = CloudWatchLogsLogDelivery$;
|
|
1382
|
+
exports.CloudWatchLogsLogDeliveryDescription$ = CloudWatchLogsLogDeliveryDescription$;
|
|
1383
|
+
exports.ConflictException = ConflictException;
|
|
1384
|
+
exports.ConflictException$ = ConflictException$;
|
|
1358
1385
|
exports.ConnectorOperationState = ConnectorOperationState;
|
|
1386
|
+
exports.ConnectorOperationStep$ = ConnectorOperationStep$;
|
|
1359
1387
|
exports.ConnectorOperationStepState = ConnectorOperationStepState;
|
|
1360
1388
|
exports.ConnectorOperationStepType = ConnectorOperationStepType;
|
|
1389
|
+
exports.ConnectorOperationSummary$ = ConnectorOperationSummary$;
|
|
1361
1390
|
exports.ConnectorOperationType = ConnectorOperationType;
|
|
1362
1391
|
exports.ConnectorState = ConnectorState;
|
|
1392
|
+
exports.ConnectorSummary$ = ConnectorSummary$;
|
|
1393
|
+
exports.CreateConnector$ = CreateConnector$;
|
|
1363
1394
|
exports.CreateConnectorCommand = CreateConnectorCommand;
|
|
1395
|
+
exports.CreateConnectorRequest$ = CreateConnectorRequest$;
|
|
1396
|
+
exports.CreateConnectorResponse$ = CreateConnectorResponse$;
|
|
1397
|
+
exports.CreateCustomPlugin$ = CreateCustomPlugin$;
|
|
1364
1398
|
exports.CreateCustomPluginCommand = CreateCustomPluginCommand;
|
|
1399
|
+
exports.CreateCustomPluginRequest$ = CreateCustomPluginRequest$;
|
|
1400
|
+
exports.CreateCustomPluginResponse$ = CreateCustomPluginResponse$;
|
|
1401
|
+
exports.CreateWorkerConfiguration$ = CreateWorkerConfiguration$;
|
|
1365
1402
|
exports.CreateWorkerConfigurationCommand = CreateWorkerConfigurationCommand;
|
|
1403
|
+
exports.CreateWorkerConfigurationRequest$ = CreateWorkerConfigurationRequest$;
|
|
1404
|
+
exports.CreateWorkerConfigurationResponse$ = CreateWorkerConfigurationResponse$;
|
|
1405
|
+
exports.CustomPlugin$ = CustomPlugin$;
|
|
1366
1406
|
exports.CustomPluginContentType = CustomPluginContentType;
|
|
1407
|
+
exports.CustomPluginDescription$ = CustomPluginDescription$;
|
|
1408
|
+
exports.CustomPluginFileDescription$ = CustomPluginFileDescription$;
|
|
1409
|
+
exports.CustomPluginLocation$ = CustomPluginLocation$;
|
|
1410
|
+
exports.CustomPluginLocationDescription$ = CustomPluginLocationDescription$;
|
|
1411
|
+
exports.CustomPluginRevisionSummary$ = CustomPluginRevisionSummary$;
|
|
1367
1412
|
exports.CustomPluginState = CustomPluginState;
|
|
1413
|
+
exports.CustomPluginSummary$ = CustomPluginSummary$;
|
|
1414
|
+
exports.DeleteConnector$ = DeleteConnector$;
|
|
1368
1415
|
exports.DeleteConnectorCommand = DeleteConnectorCommand;
|
|
1416
|
+
exports.DeleteConnectorRequest$ = DeleteConnectorRequest$;
|
|
1417
|
+
exports.DeleteConnectorResponse$ = DeleteConnectorResponse$;
|
|
1418
|
+
exports.DeleteCustomPlugin$ = DeleteCustomPlugin$;
|
|
1369
1419
|
exports.DeleteCustomPluginCommand = DeleteCustomPluginCommand;
|
|
1420
|
+
exports.DeleteCustomPluginRequest$ = DeleteCustomPluginRequest$;
|
|
1421
|
+
exports.DeleteCustomPluginResponse$ = DeleteCustomPluginResponse$;
|
|
1422
|
+
exports.DeleteWorkerConfiguration$ = DeleteWorkerConfiguration$;
|
|
1370
1423
|
exports.DeleteWorkerConfigurationCommand = DeleteWorkerConfigurationCommand;
|
|
1424
|
+
exports.DeleteWorkerConfigurationRequest$ = DeleteWorkerConfigurationRequest$;
|
|
1425
|
+
exports.DeleteWorkerConfigurationResponse$ = DeleteWorkerConfigurationResponse$;
|
|
1426
|
+
exports.DescribeConnector$ = DescribeConnector$;
|
|
1371
1427
|
exports.DescribeConnectorCommand = DescribeConnectorCommand;
|
|
1428
|
+
exports.DescribeConnectorOperation$ = DescribeConnectorOperation$;
|
|
1372
1429
|
exports.DescribeConnectorOperationCommand = DescribeConnectorOperationCommand;
|
|
1430
|
+
exports.DescribeConnectorOperationRequest$ = DescribeConnectorOperationRequest$;
|
|
1431
|
+
exports.DescribeConnectorOperationResponse$ = DescribeConnectorOperationResponse$;
|
|
1432
|
+
exports.DescribeConnectorRequest$ = DescribeConnectorRequest$;
|
|
1433
|
+
exports.DescribeConnectorResponse$ = DescribeConnectorResponse$;
|
|
1434
|
+
exports.DescribeCustomPlugin$ = DescribeCustomPlugin$;
|
|
1373
1435
|
exports.DescribeCustomPluginCommand = DescribeCustomPluginCommand;
|
|
1436
|
+
exports.DescribeCustomPluginRequest$ = DescribeCustomPluginRequest$;
|
|
1437
|
+
exports.DescribeCustomPluginResponse$ = DescribeCustomPluginResponse$;
|
|
1438
|
+
exports.DescribeWorkerConfiguration$ = DescribeWorkerConfiguration$;
|
|
1374
1439
|
exports.DescribeWorkerConfigurationCommand = DescribeWorkerConfigurationCommand;
|
|
1375
|
-
exports.
|
|
1376
|
-
exports.
|
|
1440
|
+
exports.DescribeWorkerConfigurationRequest$ = DescribeWorkerConfigurationRequest$;
|
|
1441
|
+
exports.DescribeWorkerConfigurationResponse$ = DescribeWorkerConfigurationResponse$;
|
|
1442
|
+
exports.FirehoseLogDelivery$ = FirehoseLogDelivery$;
|
|
1443
|
+
exports.FirehoseLogDeliveryDescription$ = FirehoseLogDeliveryDescription$;
|
|
1444
|
+
exports.ForbiddenException = ForbiddenException;
|
|
1445
|
+
exports.ForbiddenException$ = ForbiddenException$;
|
|
1446
|
+
exports.InternalServerErrorException = InternalServerErrorException;
|
|
1447
|
+
exports.InternalServerErrorException$ = InternalServerErrorException$;
|
|
1448
|
+
exports.KafkaCluster$ = KafkaCluster$;
|
|
1449
|
+
exports.KafkaClusterClientAuthentication$ = KafkaClusterClientAuthentication$;
|
|
1450
|
+
exports.KafkaClusterClientAuthenticationDescription$ = KafkaClusterClientAuthenticationDescription$;
|
|
1377
1451
|
exports.KafkaClusterClientAuthenticationType = KafkaClusterClientAuthenticationType;
|
|
1452
|
+
exports.KafkaClusterDescription$ = KafkaClusterDescription$;
|
|
1453
|
+
exports.KafkaClusterEncryptionInTransit$ = KafkaClusterEncryptionInTransit$;
|
|
1454
|
+
exports.KafkaClusterEncryptionInTransitDescription$ = KafkaClusterEncryptionInTransitDescription$;
|
|
1378
1455
|
exports.KafkaClusterEncryptionInTransitType = KafkaClusterEncryptionInTransitType;
|
|
1379
1456
|
exports.KafkaConnect = KafkaConnect;
|
|
1380
1457
|
exports.KafkaConnectClient = KafkaConnectClient;
|
|
1381
|
-
exports.KafkaConnectServiceException = KafkaConnectServiceException
|
|
1458
|
+
exports.KafkaConnectServiceException = KafkaConnectServiceException;
|
|
1459
|
+
exports.KafkaConnectServiceException$ = KafkaConnectServiceException$;
|
|
1460
|
+
exports.ListConnectorOperations$ = ListConnectorOperations$;
|
|
1382
1461
|
exports.ListConnectorOperationsCommand = ListConnectorOperationsCommand;
|
|
1462
|
+
exports.ListConnectorOperationsRequest$ = ListConnectorOperationsRequest$;
|
|
1463
|
+
exports.ListConnectorOperationsResponse$ = ListConnectorOperationsResponse$;
|
|
1464
|
+
exports.ListConnectors$ = ListConnectors$;
|
|
1383
1465
|
exports.ListConnectorsCommand = ListConnectorsCommand;
|
|
1466
|
+
exports.ListConnectorsRequest$ = ListConnectorsRequest$;
|
|
1467
|
+
exports.ListConnectorsResponse$ = ListConnectorsResponse$;
|
|
1468
|
+
exports.ListCustomPlugins$ = ListCustomPlugins$;
|
|
1384
1469
|
exports.ListCustomPluginsCommand = ListCustomPluginsCommand;
|
|
1470
|
+
exports.ListCustomPluginsRequest$ = ListCustomPluginsRequest$;
|
|
1471
|
+
exports.ListCustomPluginsResponse$ = ListCustomPluginsResponse$;
|
|
1472
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1385
1473
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1474
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
1475
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
1476
|
+
exports.ListWorkerConfigurations$ = ListWorkerConfigurations$;
|
|
1386
1477
|
exports.ListWorkerConfigurationsCommand = ListWorkerConfigurationsCommand;
|
|
1387
|
-
exports.
|
|
1388
|
-
exports.
|
|
1478
|
+
exports.ListWorkerConfigurationsRequest$ = ListWorkerConfigurationsRequest$;
|
|
1479
|
+
exports.ListWorkerConfigurationsResponse$ = ListWorkerConfigurationsResponse$;
|
|
1480
|
+
exports.LogDelivery$ = LogDelivery$;
|
|
1481
|
+
exports.LogDeliveryDescription$ = LogDeliveryDescription$;
|
|
1482
|
+
exports.NetworkType = NetworkType;
|
|
1483
|
+
exports.NotFoundException = NotFoundException;
|
|
1484
|
+
exports.NotFoundException$ = NotFoundException$;
|
|
1485
|
+
exports.Plugin$ = Plugin$;
|
|
1486
|
+
exports.PluginDescription$ = PluginDescription$;
|
|
1487
|
+
exports.ProvisionedCapacity$ = ProvisionedCapacity$;
|
|
1488
|
+
exports.ProvisionedCapacityDescription$ = ProvisionedCapacityDescription$;
|
|
1489
|
+
exports.ProvisionedCapacityUpdate$ = ProvisionedCapacityUpdate$;
|
|
1490
|
+
exports.S3Location$ = S3Location$;
|
|
1491
|
+
exports.S3LocationDescription$ = S3LocationDescription$;
|
|
1492
|
+
exports.S3LogDelivery$ = S3LogDelivery$;
|
|
1493
|
+
exports.S3LogDeliveryDescription$ = S3LogDeliveryDescription$;
|
|
1494
|
+
exports.ScaleInPolicy$ = ScaleInPolicy$;
|
|
1495
|
+
exports.ScaleInPolicyDescription$ = ScaleInPolicyDescription$;
|
|
1496
|
+
exports.ScaleInPolicyUpdate$ = ScaleInPolicyUpdate$;
|
|
1497
|
+
exports.ScaleOutPolicy$ = ScaleOutPolicy$;
|
|
1498
|
+
exports.ScaleOutPolicyDescription$ = ScaleOutPolicyDescription$;
|
|
1499
|
+
exports.ScaleOutPolicyUpdate$ = ScaleOutPolicyUpdate$;
|
|
1500
|
+
exports.ServiceUnavailableException = ServiceUnavailableException;
|
|
1501
|
+
exports.ServiceUnavailableException$ = ServiceUnavailableException$;
|
|
1502
|
+
exports.StateDescription$ = StateDescription$;
|
|
1503
|
+
exports.TagResource$ = TagResource$;
|
|
1389
1504
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1390
|
-
exports.
|
|
1391
|
-
exports.
|
|
1505
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
1506
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
1507
|
+
exports.TooManyRequestsException = TooManyRequestsException;
|
|
1508
|
+
exports.TooManyRequestsException$ = TooManyRequestsException$;
|
|
1509
|
+
exports.UnauthorizedException = UnauthorizedException;
|
|
1510
|
+
exports.UnauthorizedException$ = UnauthorizedException$;
|
|
1511
|
+
exports.UntagResource$ = UntagResource$;
|
|
1392
1512
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1513
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
1514
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
1515
|
+
exports.UpdateConnector$ = UpdateConnector$;
|
|
1393
1516
|
exports.UpdateConnectorCommand = UpdateConnectorCommand;
|
|
1517
|
+
exports.UpdateConnectorRequest$ = UpdateConnectorRequest$;
|
|
1518
|
+
exports.UpdateConnectorResponse$ = UpdateConnectorResponse$;
|
|
1519
|
+
exports.Vpc$ = Vpc$;
|
|
1520
|
+
exports.VpcDescription$ = VpcDescription$;
|
|
1521
|
+
exports.WorkerConfiguration$ = WorkerConfiguration$;
|
|
1522
|
+
exports.WorkerConfigurationDescription$ = WorkerConfigurationDescription$;
|
|
1523
|
+
exports.WorkerConfigurationRevisionDescription$ = WorkerConfigurationRevisionDescription$;
|
|
1524
|
+
exports.WorkerConfigurationRevisionSummary$ = WorkerConfigurationRevisionSummary$;
|
|
1394
1525
|
exports.WorkerConfigurationState = WorkerConfigurationState;
|
|
1526
|
+
exports.WorkerConfigurationSummary$ = WorkerConfigurationSummary$;
|
|
1527
|
+
exports.WorkerLogDelivery$ = WorkerLogDelivery$;
|
|
1528
|
+
exports.WorkerLogDeliveryDescription$ = WorkerLogDeliveryDescription$;
|
|
1529
|
+
exports.WorkerSetting$ = WorkerSetting$;
|
|
1395
1530
|
exports.paginateListConnectorOperations = paginateListConnectorOperations;
|
|
1396
1531
|
exports.paginateListConnectors = paginateListConnectors;
|
|
1397
1532
|
exports.paginateListCustomPlugins = paginateListCustomPlugins;
|