@aws-sdk/client-kafkaconnect 3.297.0 → 3.299.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/commands/CreateConnectorCommand.js +1 -1
- package/dist-cjs/commands/CreateCustomPluginCommand.js +2 -3
- package/dist-cjs/commands/CreateWorkerConfigurationCommand.js +1 -1
- package/dist-cjs/commands/DeleteConnectorCommand.js +2 -3
- package/dist-cjs/commands/DeleteCustomPluginCommand.js +2 -3
- package/dist-cjs/commands/DescribeConnectorCommand.js +1 -1
- package/dist-cjs/commands/DescribeCustomPluginCommand.js +2 -3
- package/dist-cjs/commands/DescribeWorkerConfigurationCommand.js +1 -1
- package/dist-cjs/commands/ListConnectorsCommand.js +2 -3
- package/dist-cjs/commands/ListCustomPluginsCommand.js +2 -3
- package/dist-cjs/commands/ListWorkerConfigurationsCommand.js +2 -3
- package/dist-cjs/commands/UpdateConnectorCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -290
- package/dist-es/commands/CreateConnectorCommand.js +2 -2
- package/dist-es/commands/CreateCustomPluginCommand.js +2 -3
- package/dist-es/commands/CreateWorkerConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteConnectorCommand.js +2 -3
- package/dist-es/commands/DeleteCustomPluginCommand.js +2 -3
- package/dist-es/commands/DescribeConnectorCommand.js +2 -2
- package/dist-es/commands/DescribeCustomPluginCommand.js +2 -3
- package/dist-es/commands/DescribeWorkerConfigurationCommand.js +2 -2
- package/dist-es/commands/ListConnectorsCommand.js +2 -3
- package/dist-es/commands/ListCustomPluginsCommand.js +2 -3
- package/dist-es/commands/ListWorkerConfigurationsCommand.js +2 -3
- package/dist-es/commands/UpdateConnectorCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -216
- package/dist-types/models/models_0.d.ts +0 -288
- package/dist-types/ts3.4/models/models_0.d.ts +0 -200
- package/package.json +11 -10
|
@@ -450,218 +450,18 @@ export interface UpdateConnectorResponse {
|
|
|
450
450
|
connectorArn?: string;
|
|
451
451
|
connectorState?: ConnectorState | string;
|
|
452
452
|
}
|
|
453
|
-
export declare const ScaleInPolicyDescriptionFilterSensitiveLog: (
|
|
454
|
-
obj: ScaleInPolicyDescription
|
|
455
|
-
) => any;
|
|
456
|
-
export declare const ScaleOutPolicyDescriptionFilterSensitiveLog: (
|
|
457
|
-
obj: ScaleOutPolicyDescription
|
|
458
|
-
) => any;
|
|
459
|
-
export declare const AutoScalingDescriptionFilterSensitiveLog: (
|
|
460
|
-
obj: AutoScalingDescription
|
|
461
|
-
) => any;
|
|
462
|
-
export declare const ProvisionedCapacityDescriptionFilterSensitiveLog: (
|
|
463
|
-
obj: ProvisionedCapacityDescription
|
|
464
|
-
) => any;
|
|
465
|
-
export declare const CapacityDescriptionFilterSensitiveLog: (
|
|
466
|
-
obj: CapacityDescription
|
|
467
|
-
) => any;
|
|
468
|
-
export declare const VpcDescriptionFilterSensitiveLog: (
|
|
469
|
-
obj: VpcDescription
|
|
470
|
-
) => any;
|
|
471
|
-
export declare const ApacheKafkaClusterDescriptionFilterSensitiveLog: (
|
|
472
|
-
obj: ApacheKafkaClusterDescription
|
|
473
|
-
) => any;
|
|
474
|
-
export declare const KafkaClusterDescriptionFilterSensitiveLog: (
|
|
475
|
-
obj: KafkaClusterDescription
|
|
476
|
-
) => any;
|
|
477
|
-
export declare const KafkaClusterClientAuthenticationDescriptionFilterSensitiveLog: (
|
|
478
|
-
obj: KafkaClusterClientAuthenticationDescription
|
|
479
|
-
) => any;
|
|
480
|
-
export declare const KafkaClusterEncryptionInTransitDescriptionFilterSensitiveLog: (
|
|
481
|
-
obj: KafkaClusterEncryptionInTransitDescription
|
|
482
|
-
) => any;
|
|
483
|
-
export declare const CloudWatchLogsLogDeliveryDescriptionFilterSensitiveLog: (
|
|
484
|
-
obj: CloudWatchLogsLogDeliveryDescription
|
|
485
|
-
) => any;
|
|
486
|
-
export declare const FirehoseLogDeliveryDescriptionFilterSensitiveLog: (
|
|
487
|
-
obj: FirehoseLogDeliveryDescription
|
|
488
|
-
) => any;
|
|
489
|
-
export declare const S3LogDeliveryDescriptionFilterSensitiveLog: (
|
|
490
|
-
obj: S3LogDeliveryDescription
|
|
491
|
-
) => any;
|
|
492
|
-
export declare const WorkerLogDeliveryDescriptionFilterSensitiveLog: (
|
|
493
|
-
obj: WorkerLogDeliveryDescription
|
|
494
|
-
) => any;
|
|
495
|
-
export declare const LogDeliveryDescriptionFilterSensitiveLog: (
|
|
496
|
-
obj: LogDeliveryDescription
|
|
497
|
-
) => any;
|
|
498
|
-
export declare const CustomPluginDescriptionFilterSensitiveLog: (
|
|
499
|
-
obj: CustomPluginDescription
|
|
500
|
-
) => any;
|
|
501
|
-
export declare const PluginDescriptionFilterSensitiveLog: (
|
|
502
|
-
obj: PluginDescription
|
|
503
|
-
) => any;
|
|
504
|
-
export declare const WorkerConfigurationDescriptionFilterSensitiveLog: (
|
|
505
|
-
obj: WorkerConfigurationDescription
|
|
506
|
-
) => any;
|
|
507
|
-
export declare const ConnectorSummaryFilterSensitiveLog: (
|
|
508
|
-
obj: ConnectorSummary
|
|
509
|
-
) => any;
|
|
510
|
-
export declare const CustomPluginFileDescriptionFilterSensitiveLog: (
|
|
511
|
-
obj: CustomPluginFileDescription
|
|
512
|
-
) => any;
|
|
513
|
-
export declare const S3LocationDescriptionFilterSensitiveLog: (
|
|
514
|
-
obj: S3LocationDescription
|
|
515
|
-
) => any;
|
|
516
|
-
export declare const CustomPluginLocationDescriptionFilterSensitiveLog: (
|
|
517
|
-
obj: CustomPluginLocationDescription
|
|
518
|
-
) => any;
|
|
519
|
-
export declare const CustomPluginRevisionSummaryFilterSensitiveLog: (
|
|
520
|
-
obj: CustomPluginRevisionSummary
|
|
521
|
-
) => any;
|
|
522
|
-
export declare const CustomPluginSummaryFilterSensitiveLog: (
|
|
523
|
-
obj: CustomPluginSummary
|
|
524
|
-
) => any;
|
|
525
|
-
export declare const CustomPluginFilterSensitiveLog: (obj: CustomPlugin) => any;
|
|
526
|
-
export declare const PluginFilterSensitiveLog: (obj: Plugin) => any;
|
|
527
|
-
export declare const WorkerConfigurationRevisionSummaryFilterSensitiveLog: (
|
|
528
|
-
obj: WorkerConfigurationRevisionSummary
|
|
529
|
-
) => any;
|
|
530
|
-
export declare const WorkerConfigurationSummaryFilterSensitiveLog: (
|
|
531
|
-
obj: WorkerConfigurationSummary
|
|
532
|
-
) => any;
|
|
533
|
-
export declare const VpcFilterSensitiveLog: (obj: Vpc) => any;
|
|
534
|
-
export declare const ApacheKafkaClusterFilterSensitiveLog: (
|
|
535
|
-
obj: ApacheKafkaCluster
|
|
536
|
-
) => any;
|
|
537
|
-
export declare const ScaleInPolicyFilterSensitiveLog: (
|
|
538
|
-
obj: ScaleInPolicy
|
|
539
|
-
) => any;
|
|
540
|
-
export declare const ScaleOutPolicyFilterSensitiveLog: (
|
|
541
|
-
obj: ScaleOutPolicy
|
|
542
|
-
) => any;
|
|
543
|
-
export declare const AutoScalingFilterSensitiveLog: (obj: AutoScaling) => any;
|
|
544
|
-
export declare const ScaleInPolicyUpdateFilterSensitiveLog: (
|
|
545
|
-
obj: ScaleInPolicyUpdate
|
|
546
|
-
) => any;
|
|
547
|
-
export declare const ScaleOutPolicyUpdateFilterSensitiveLog: (
|
|
548
|
-
obj: ScaleOutPolicyUpdate
|
|
549
|
-
) => any;
|
|
550
|
-
export declare const AutoScalingUpdateFilterSensitiveLog: (
|
|
551
|
-
obj: AutoScalingUpdate
|
|
552
|
-
) => any;
|
|
553
|
-
export declare const ProvisionedCapacityFilterSensitiveLog: (
|
|
554
|
-
obj: ProvisionedCapacity
|
|
555
|
-
) => any;
|
|
556
|
-
export declare const CapacityFilterSensitiveLog: (obj: Capacity) => any;
|
|
557
|
-
export declare const ProvisionedCapacityUpdateFilterSensitiveLog: (
|
|
558
|
-
obj: ProvisionedCapacityUpdate
|
|
559
|
-
) => any;
|
|
560
|
-
export declare const CapacityUpdateFilterSensitiveLog: (
|
|
561
|
-
obj: CapacityUpdate
|
|
562
|
-
) => any;
|
|
563
|
-
export declare const CloudWatchLogsLogDeliveryFilterSensitiveLog: (
|
|
564
|
-
obj: CloudWatchLogsLogDelivery
|
|
565
|
-
) => any;
|
|
566
|
-
export declare const KafkaClusterFilterSensitiveLog: (obj: KafkaCluster) => any;
|
|
567
|
-
export declare const KafkaClusterClientAuthenticationFilterSensitiveLog: (
|
|
568
|
-
obj: KafkaClusterClientAuthentication
|
|
569
|
-
) => any;
|
|
570
|
-
export declare const KafkaClusterEncryptionInTransitFilterSensitiveLog: (
|
|
571
|
-
obj: KafkaClusterEncryptionInTransit
|
|
572
|
-
) => any;
|
|
573
|
-
export declare const FirehoseLogDeliveryFilterSensitiveLog: (
|
|
574
|
-
obj: FirehoseLogDelivery
|
|
575
|
-
) => any;
|
|
576
|
-
export declare const S3LogDeliveryFilterSensitiveLog: (
|
|
577
|
-
obj: S3LogDelivery
|
|
578
|
-
) => any;
|
|
579
|
-
export declare const WorkerLogDeliveryFilterSensitiveLog: (
|
|
580
|
-
obj: WorkerLogDelivery
|
|
581
|
-
) => any;
|
|
582
|
-
export declare const LogDeliveryFilterSensitiveLog: (obj: LogDelivery) => any;
|
|
583
|
-
export declare const WorkerConfigurationFilterSensitiveLog: (
|
|
584
|
-
obj: WorkerConfiguration
|
|
585
|
-
) => any;
|
|
586
453
|
export declare const CreateConnectorRequestFilterSensitiveLog: (
|
|
587
454
|
obj: CreateConnectorRequest
|
|
588
455
|
) => any;
|
|
589
|
-
export declare const CreateConnectorResponseFilterSensitiveLog: (
|
|
590
|
-
obj: CreateConnectorResponse
|
|
591
|
-
) => any;
|
|
592
|
-
export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
|
|
593
|
-
export declare const CustomPluginLocationFilterSensitiveLog: (
|
|
594
|
-
obj: CustomPluginLocation
|
|
595
|
-
) => any;
|
|
596
|
-
export declare const CreateCustomPluginRequestFilterSensitiveLog: (
|
|
597
|
-
obj: CreateCustomPluginRequest
|
|
598
|
-
) => any;
|
|
599
|
-
export declare const CreateCustomPluginResponseFilterSensitiveLog: (
|
|
600
|
-
obj: CreateCustomPluginResponse
|
|
601
|
-
) => any;
|
|
602
456
|
export declare const CreateWorkerConfigurationRequestFilterSensitiveLog: (
|
|
603
457
|
obj: CreateWorkerConfigurationRequest
|
|
604
458
|
) => any;
|
|
605
|
-
export declare const CreateWorkerConfigurationResponseFilterSensitiveLog: (
|
|
606
|
-
obj: CreateWorkerConfigurationResponse
|
|
607
|
-
) => any;
|
|
608
|
-
export declare const DeleteConnectorRequestFilterSensitiveLog: (
|
|
609
|
-
obj: DeleteConnectorRequest
|
|
610
|
-
) => any;
|
|
611
|
-
export declare const DeleteConnectorResponseFilterSensitiveLog: (
|
|
612
|
-
obj: DeleteConnectorResponse
|
|
613
|
-
) => any;
|
|
614
|
-
export declare const DeleteCustomPluginRequestFilterSensitiveLog: (
|
|
615
|
-
obj: DeleteCustomPluginRequest
|
|
616
|
-
) => any;
|
|
617
|
-
export declare const DeleteCustomPluginResponseFilterSensitiveLog: (
|
|
618
|
-
obj: DeleteCustomPluginResponse
|
|
619
|
-
) => any;
|
|
620
|
-
export declare const DescribeConnectorRequestFilterSensitiveLog: (
|
|
621
|
-
obj: DescribeConnectorRequest
|
|
622
|
-
) => any;
|
|
623
|
-
export declare const StateDescriptionFilterSensitiveLog: (
|
|
624
|
-
obj: StateDescription
|
|
625
|
-
) => any;
|
|
626
459
|
export declare const DescribeConnectorResponseFilterSensitiveLog: (
|
|
627
460
|
obj: DescribeConnectorResponse
|
|
628
461
|
) => any;
|
|
629
|
-
export declare const DescribeCustomPluginRequestFilterSensitiveLog: (
|
|
630
|
-
obj: DescribeCustomPluginRequest
|
|
631
|
-
) => any;
|
|
632
|
-
export declare const DescribeCustomPluginResponseFilterSensitiveLog: (
|
|
633
|
-
obj: DescribeCustomPluginResponse
|
|
634
|
-
) => any;
|
|
635
|
-
export declare const DescribeWorkerConfigurationRequestFilterSensitiveLog: (
|
|
636
|
-
obj: DescribeWorkerConfigurationRequest
|
|
637
|
-
) => any;
|
|
638
462
|
export declare const WorkerConfigurationRevisionDescriptionFilterSensitiveLog: (
|
|
639
463
|
obj: WorkerConfigurationRevisionDescription
|
|
640
464
|
) => any;
|
|
641
465
|
export declare const DescribeWorkerConfigurationResponseFilterSensitiveLog: (
|
|
642
466
|
obj: DescribeWorkerConfigurationResponse
|
|
643
467
|
) => any;
|
|
644
|
-
export declare const ListConnectorsRequestFilterSensitiveLog: (
|
|
645
|
-
obj: ListConnectorsRequest
|
|
646
|
-
) => any;
|
|
647
|
-
export declare const ListConnectorsResponseFilterSensitiveLog: (
|
|
648
|
-
obj: ListConnectorsResponse
|
|
649
|
-
) => any;
|
|
650
|
-
export declare const ListCustomPluginsRequestFilterSensitiveLog: (
|
|
651
|
-
obj: ListCustomPluginsRequest
|
|
652
|
-
) => any;
|
|
653
|
-
export declare const ListCustomPluginsResponseFilterSensitiveLog: (
|
|
654
|
-
obj: ListCustomPluginsResponse
|
|
655
|
-
) => any;
|
|
656
|
-
export declare const ListWorkerConfigurationsRequestFilterSensitiveLog: (
|
|
657
|
-
obj: ListWorkerConfigurationsRequest
|
|
658
|
-
) => any;
|
|
659
|
-
export declare const ListWorkerConfigurationsResponseFilterSensitiveLog: (
|
|
660
|
-
obj: ListWorkerConfigurationsResponse
|
|
661
|
-
) => any;
|
|
662
|
-
export declare const UpdateConnectorRequestFilterSensitiveLog: (
|
|
663
|
-
obj: UpdateConnectorRequest
|
|
664
|
-
) => any;
|
|
665
|
-
export declare const UpdateConnectorResponseFilterSensitiveLog: (
|
|
666
|
-
obj: UpdateConnectorResponse
|
|
667
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kafkaconnect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kafkaconnect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.299.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo kafkaconnect"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,22 +21,22 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.299.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.299.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.299.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
29
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
31
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
35
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
37
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
39
40
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
@@ -46,11 +47,11 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.299.0",
|
|
50
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.299.0",
|
|
54
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
56
|
"tslib": "^2.5.0"
|
|
56
57
|
},
|