@aws-sdk/client-docdb 3.533.0 → 3.535.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-types/DocDB.d.ts +14 -1
- package/dist-types/DocDBClient.d.ts +1 -1
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +2 -1
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +2 -1
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +2 -1
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +2 -1
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -1
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +2 -1
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +2 -1
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -1
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +2 -1
- package/dist-types/commands/StartDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/StopDBClusterCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +683 -683
- package/dist-types/ts3.4/DocDB.d.ts +13 -0
- package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +9 -0
- package/package.json +42 -42
|
@@ -466,6 +466,7 @@ export interface DocDB {
|
|
|
466
466
|
options: __HttpHandlerOptions,
|
|
467
467
|
cb: (err: any, data?: DeleteGlobalClusterCommandOutput) => void
|
|
468
468
|
): void;
|
|
469
|
+
describeCertificates(): Promise<DescribeCertificatesCommandOutput>;
|
|
469
470
|
describeCertificates(
|
|
470
471
|
args: DescribeCertificatesCommandInput,
|
|
471
472
|
options?: __HttpHandlerOptions
|
|
@@ -479,6 +480,7 @@ export interface DocDB {
|
|
|
479
480
|
options: __HttpHandlerOptions,
|
|
480
481
|
cb: (err: any, data?: DescribeCertificatesCommandOutput) => void
|
|
481
482
|
): void;
|
|
483
|
+
describeDBClusterParameterGroups(): Promise<DescribeDBClusterParameterGroupsCommandOutput>;
|
|
482
484
|
describeDBClusterParameterGroups(
|
|
483
485
|
args: DescribeDBClusterParameterGroupsCommandInput,
|
|
484
486
|
options?: __HttpHandlerOptions
|
|
@@ -505,6 +507,7 @@ export interface DocDB {
|
|
|
505
507
|
options: __HttpHandlerOptions,
|
|
506
508
|
cb: (err: any, data?: DescribeDBClusterParametersCommandOutput) => void
|
|
507
509
|
): void;
|
|
510
|
+
describeDBClusters(): Promise<DescribeDBClustersCommandOutput>;
|
|
508
511
|
describeDBClusters(
|
|
509
512
|
args: DescribeDBClustersCommandInput,
|
|
510
513
|
options?: __HttpHandlerOptions
|
|
@@ -537,6 +540,7 @@ export interface DocDB {
|
|
|
537
540
|
data?: DescribeDBClusterSnapshotAttributesCommandOutput
|
|
538
541
|
) => void
|
|
539
542
|
): void;
|
|
543
|
+
describeDBClusterSnapshots(): Promise<DescribeDBClusterSnapshotsCommandOutput>;
|
|
540
544
|
describeDBClusterSnapshots(
|
|
541
545
|
args: DescribeDBClusterSnapshotsCommandInput,
|
|
542
546
|
options?: __HttpHandlerOptions
|
|
@@ -550,6 +554,7 @@ export interface DocDB {
|
|
|
550
554
|
options: __HttpHandlerOptions,
|
|
551
555
|
cb: (err: any, data?: DescribeDBClusterSnapshotsCommandOutput) => void
|
|
552
556
|
): void;
|
|
557
|
+
describeDBEngineVersions(): Promise<DescribeDBEngineVersionsCommandOutput>;
|
|
553
558
|
describeDBEngineVersions(
|
|
554
559
|
args: DescribeDBEngineVersionsCommandInput,
|
|
555
560
|
options?: __HttpHandlerOptions
|
|
@@ -563,6 +568,7 @@ export interface DocDB {
|
|
|
563
568
|
options: __HttpHandlerOptions,
|
|
564
569
|
cb: (err: any, data?: DescribeDBEngineVersionsCommandOutput) => void
|
|
565
570
|
): void;
|
|
571
|
+
describeDBInstances(): Promise<DescribeDBInstancesCommandOutput>;
|
|
566
572
|
describeDBInstances(
|
|
567
573
|
args: DescribeDBInstancesCommandInput,
|
|
568
574
|
options?: __HttpHandlerOptions
|
|
@@ -576,6 +582,7 @@ export interface DocDB {
|
|
|
576
582
|
options: __HttpHandlerOptions,
|
|
577
583
|
cb: (err: any, data?: DescribeDBInstancesCommandOutput) => void
|
|
578
584
|
): void;
|
|
585
|
+
describeDBSubnetGroups(): Promise<DescribeDBSubnetGroupsCommandOutput>;
|
|
579
586
|
describeDBSubnetGroups(
|
|
580
587
|
args: DescribeDBSubnetGroupsCommandInput,
|
|
581
588
|
options?: __HttpHandlerOptions
|
|
@@ -608,6 +615,7 @@ export interface DocDB {
|
|
|
608
615
|
data?: DescribeEngineDefaultClusterParametersCommandOutput
|
|
609
616
|
) => void
|
|
610
617
|
): void;
|
|
618
|
+
describeEventCategories(): Promise<DescribeEventCategoriesCommandOutput>;
|
|
611
619
|
describeEventCategories(
|
|
612
620
|
args: DescribeEventCategoriesCommandInput,
|
|
613
621
|
options?: __HttpHandlerOptions
|
|
@@ -621,6 +629,7 @@ export interface DocDB {
|
|
|
621
629
|
options: __HttpHandlerOptions,
|
|
622
630
|
cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void
|
|
623
631
|
): void;
|
|
632
|
+
describeEvents(): Promise<DescribeEventsCommandOutput>;
|
|
624
633
|
describeEvents(
|
|
625
634
|
args: DescribeEventsCommandInput,
|
|
626
635
|
options?: __HttpHandlerOptions
|
|
@@ -634,6 +643,7 @@ export interface DocDB {
|
|
|
634
643
|
options: __HttpHandlerOptions,
|
|
635
644
|
cb: (err: any, data?: DescribeEventsCommandOutput) => void
|
|
636
645
|
): void;
|
|
646
|
+
describeEventSubscriptions(): Promise<DescribeEventSubscriptionsCommandOutput>;
|
|
637
647
|
describeEventSubscriptions(
|
|
638
648
|
args: DescribeEventSubscriptionsCommandInput,
|
|
639
649
|
options?: __HttpHandlerOptions
|
|
@@ -647,6 +657,7 @@ export interface DocDB {
|
|
|
647
657
|
options: __HttpHandlerOptions,
|
|
648
658
|
cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void
|
|
649
659
|
): void;
|
|
660
|
+
describeGlobalClusters(): Promise<DescribeGlobalClustersCommandOutput>;
|
|
650
661
|
describeGlobalClusters(
|
|
651
662
|
args: DescribeGlobalClustersCommandInput,
|
|
652
663
|
options?: __HttpHandlerOptions
|
|
@@ -679,6 +690,7 @@ export interface DocDB {
|
|
|
679
690
|
data?: DescribeOrderableDBInstanceOptionsCommandOutput
|
|
680
691
|
) => void
|
|
681
692
|
): void;
|
|
693
|
+
describePendingMaintenanceActions(): Promise<DescribePendingMaintenanceActionsCommandOutput>;
|
|
682
694
|
describePendingMaintenanceActions(
|
|
683
695
|
args: DescribePendingMaintenanceActionsCommandInput,
|
|
684
696
|
options?: __HttpHandlerOptions
|
|
@@ -698,6 +710,7 @@ export interface DocDB {
|
|
|
698
710
|
data?: DescribePendingMaintenanceActionsCommandOutput
|
|
699
711
|
) => void
|
|
700
712
|
): void;
|
|
713
|
+
failoverDBCluster(): Promise<FailoverDBClusterCommandOutput>;
|
|
701
714
|
failoverDBCluster(
|
|
702
715
|
args: FailoverDBClusterCommandInput,
|
|
703
716
|
options?: __HttpHandlerOptions
|
|
@@ -25,6 +25,15 @@ declare const AddSourceIdentifierToSubscriptionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AddSourceIdentifierToSubscriptionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AddSourceIdentifierToSubscriptionCommandInput,
|
|
32
|
+
AddSourceIdentifierToSubscriptionCommandOutput,
|
|
33
|
+
DocDBClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class AddSourceIdentifierToSubscriptionCommand extends AddSourceIdentifierToSubscriptionCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const AddTagsToResourceCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: AddTagsToResourceCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
AddTagsToResourceCommandInput,
|
|
27
|
+
AddTagsToResourceCommandOutput,
|
|
28
|
+
DocDBClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class AddTagsToResourceCommand extends AddTagsToResourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ApplyPendingMaintenanceActionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ApplyPendingMaintenanceActionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ApplyPendingMaintenanceActionCommandInput,
|
|
32
|
+
ApplyPendingMaintenanceActionCommandOutput,
|
|
33
|
+
DocDBClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ApplyPendingMaintenanceActionCommand extends ApplyPendingMaintenanceActionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CopyDBClusterParameterGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CopyDBClusterParameterGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CopyDBClusterParameterGroupCommandInput,
|
|
32
|
+
CopyDBClusterParameterGroupCommandOutput,
|
|
33
|
+
DocDBClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CopyDBClusterParameterGroupCommand extends CopyDBClusterParameterGroupCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CopyDBClusterSnapshotCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CopyDBClusterSnapshotCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CopyDBClusterSnapshotCommandInput,
|
|
32
|
+
CopyDBClusterSnapshotCommandOutput,
|
|
33
|
+
DocDBClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CopyDBClusterSnapshotCommand extends CopyDBClusterSnapshotCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateDBClusterCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateDBClusterCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateDBClusterCommandInput,
|
|
31
|
+
CreateDBClusterCommandOutput,
|
|
32
|
+
DocDBClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateDBClusterCommand extends CreateDBClusterCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateDBClusterParameterGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateDBClusterParameterGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateDBClusterParameterGroupCommandInput,
|
|
32
|
+
CreateDBClusterParameterGroupCommandOutput,
|
|
33
|
+
DocDBClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateDBClusterParameterGroupCommand extends CreateDBClusterParameterGroupCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateDBClusterSnapshotCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateDBClusterSnapshotCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateDBClusterSnapshotCommandInput,
|
|
32
|
+
CreateDBClusterSnapshotCommandOutput,
|
|
33
|
+
DocDBClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateDBClusterSnapshotCommand extends CreateDBClusterSnapshotCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateDBInstanceCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateDBInstanceCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateDBInstanceCommandInput,
|
|
31
|
+
CreateDBInstanceCommandOutput,
|
|
32
|
+
DocDBClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateDBInstanceCommand extends CreateDBInstanceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateDBSubnetGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateDBSubnetGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateDBSubnetGroupCommandInput,
|
|
32
|
+
CreateDBSubnetGroupCommandOutput,
|
|
33
|
+
DocDBClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateDBSubnetGroupCommand extends CreateDBSubnetGroupCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateEventSubscriptionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateEventSubscriptionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateEventSubscriptionCommandInput,
|
|
32
|
+
CreateEventSubscriptionCommandOutput,
|
|
33
|
+
DocDBClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateEventSubscriptionCommand extends CreateEventSubscriptionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateGlobalClusterCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateGlobalClusterCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateGlobalClusterCommandInput,
|
|
32
|
+
CreateGlobalClusterCommandOutput,
|
|
33
|
+
DocDBClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateGlobalClusterCommand extends CreateGlobalClusterCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteDBClusterCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteDBClusterCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteDBClusterCommandInput,
|
|
31
|
+
DeleteDBClusterCommandOutput,
|
|
32
|
+
DocDBClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteDBClusterCommand extends DeleteDBClusterCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteDBClusterParameterGroupCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteDBClusterParameterGroupCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteDBClusterParameterGroupCommandInput,
|
|
28
|
+
DeleteDBClusterParameterGroupCommandOutput,
|
|
29
|
+
DocDBClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteDBClusterParameterGroupCommand extends DeleteDBClusterParameterGroupCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteDBClusterSnapshotCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteDBClusterSnapshotCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteDBClusterSnapshotCommandInput,
|
|
32
|
+
DeleteDBClusterSnapshotCommandOutput,
|
|
33
|
+
DocDBClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteDBClusterSnapshotCommand extends DeleteDBClusterSnapshotCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteDBInstanceCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteDBInstanceCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteDBInstanceCommandInput,
|
|
31
|
+
DeleteDBInstanceCommandOutput,
|
|
32
|
+
DocDBClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteDBInstanceCommand extends DeleteDBInstanceCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeleteDBSubnetGroupCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteDBSubnetGroupCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteDBSubnetGroupCommandInput,
|
|
27
|
+
DeleteDBSubnetGroupCommandOutput,
|
|
28
|
+
DocDBClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeleteDBSubnetGroupCommand extends DeleteDBSubnetGroupCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteEventSubscriptionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteEventSubscriptionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteEventSubscriptionCommandInput,
|
|
32
|
+
DeleteEventSubscriptionCommandOutput,
|
|
33
|
+
DocDBClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteEventSubscriptionCommand extends DeleteEventSubscriptionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteGlobalClusterCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteGlobalClusterCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteGlobalClusterCommandInput,
|
|
32
|
+
DeleteGlobalClusterCommandOutput,
|
|
33
|
+
DocDBClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteGlobalClusterCommand extends DeleteGlobalClusterCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeCertificatesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeCertificatesCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeCertificatesCommandInput,
|
|
32
|
+
DescribeCertificatesCommandOutput,
|
|
33
|
+
DocDBClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeCertificatesCommand extends DescribeCertificatesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeDBClusterParameterGroupsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeDBClusterParameterGroupsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeDBClusterParameterGroupsCommandInput,
|
|
32
|
+
DescribeDBClusterParameterGroupsCommandOutput,
|
|
33
|
+
DocDBClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeDBClusterParameterGroupsCommand extends DescribeDBClusterParameterGroupsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeDBClusterParametersCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeDBClusterParametersCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeDBClusterParametersCommandInput,
|
|
32
|
+
DescribeDBClusterParametersCommandOutput,
|
|
33
|
+
DocDBClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeDBClusterParametersCommand extends DescribeDBClusterParametersCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeDBClusterSnapshotAttributesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeDBClusterSnapshotAttributesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeDBClusterSnapshotAttributesCommandInput,
|
|
32
|
+
DescribeDBClusterSnapshotAttributesCommandOutput,
|
|
33
|
+
DocDBClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeDBClusterSnapshotAttributesCommand extends DescribeDBClusterSnapshotAttributesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeDBClusterSnapshotsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeDBClusterSnapshotsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeDBClusterSnapshotsCommandInput,
|
|
32
|
+
DescribeDBClusterSnapshotsCommandOutput,
|
|
33
|
+
DocDBClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeDBClusterSnapshotsCommand extends DescribeDBClusterSnapshotsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeDBClustersCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeDBClustersCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeDBClustersCommandInput,
|
|
32
|
+
DescribeDBClustersCommandOutput,
|
|
33
|
+
DocDBClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeDBClustersCommand extends DescribeDBClustersCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeDBEngineVersionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeDBEngineVersionsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeDBEngineVersionsCommandInput,
|
|
32
|
+
DescribeDBEngineVersionsCommandOutput,
|
|
33
|
+
DocDBClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeDBEngineVersionsCommand extends DescribeDBEngineVersionsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeDBInstancesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeDBInstancesCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeDBInstancesCommandInput,
|
|
32
|
+
DescribeDBInstancesCommandOutput,
|
|
33
|
+
DocDBClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeDBInstancesCommand extends DescribeDBInstancesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeDBSubnetGroupsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeDBSubnetGroupsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeDBSubnetGroupsCommandInput,
|
|
32
|
+
DescribeDBSubnetGroupsCommandOutput,
|
|
33
|
+
DocDBClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeDBSubnetGroupsCommand extends DescribeDBSubnetGroupsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeEngineDefaultClusterParametersCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeEngineDefaultClusterParametersCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeEngineDefaultClusterParametersCommandInput,
|
|
32
|
+
DescribeEngineDefaultClusterParametersCommandOutput,
|
|
33
|
+
DocDBClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeEngineDefaultClusterParametersCommand extends DescribeEngineDefaultClusterParametersCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeEventCategoriesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeEventCategoriesCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeEventCategoriesCommandInput,
|
|
32
|
+
DescribeEventCategoriesCommandOutput,
|
|
33
|
+
DocDBClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeEventCategoriesCommand extends DescribeEventCategoriesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeEventSubscriptionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeEventSubscriptionsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeEventSubscriptionsCommandInput,
|
|
32
|
+
DescribeEventSubscriptionsCommandOutput,
|
|
33
|
+
DocDBClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeEventSubscriptionsCommand extends DescribeEventSubscriptionsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DescribeEventsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [DescribeEventsCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DescribeEventsCommandInput,
|
|
28
|
+
DescribeEventsCommandOutput,
|
|
29
|
+
DocDBClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DescribeEventsCommand extends DescribeEventsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeGlobalClustersCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeGlobalClustersCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeGlobalClustersCommandInput,
|
|
32
|
+
DescribeGlobalClustersCommandOutput,
|
|
33
|
+
DocDBClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeGlobalClustersCommand extends DescribeGlobalClustersCommand_base {}
|