@aws-sdk/client-neptune 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/Neptune.d.ts +15 -1
- package/dist-types/NeptuneClient.d.ts +1 -1
- package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +2 -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/CopyDBParameterGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/CreateDBClusterEndpointCommand.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/CreateDBParameterGroupCommand.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/DeleteDBClusterEndpointCommand.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/DeleteDBParameterGroupCommand.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/DescribeDBClusterEndpointsCommand.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/DescribeDBParameterGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBParametersCommand.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/DescribeEngineDefaultParametersCommand.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/DescribeValidDBInstanceModificationsCommand.d.ts +2 -1
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +2 -1
- package/dist-types/commands/FailoverGlobalClusterCommand.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/ModifyDBClusterEndpointCommand.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/ModifyDBParameterGroupCommand.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/PromoteReadReplicaDBClusterCommand.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/RemoveRoleFromDBClusterCommand.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/ResetDBParameterGroupCommand.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/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +914 -914
- package/dist-types/ts3.4/Neptune.d.ts +14 -0
- package/dist-types/ts3.4/commands/AddRoleToDBClusterCommand.d.ts +9 -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/CopyDBParameterGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDBClusterEndpointCommand.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/CreateDBParameterGroupCommand.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/DeleteDBClusterEndpointCommand.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/DeleteDBParameterGroupCommand.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/DescribeDBClusterEndpointsCommand.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/DescribeDBParameterGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDBParametersCommand.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/DescribeEngineDefaultParametersCommand.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/DescribeValidDBInstanceModificationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.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/ModifyDBClusterEndpointCommand.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/ModifyDBParameterGroupCommand.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/PromoteReadReplicaDBClusterCommand.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/RemoveRoleFromDBClusterCommand.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/ResetDBParameterGroupCommand.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/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +42 -42
|
@@ -608,6 +608,7 @@ export interface Neptune {
|
|
|
608
608
|
options: __HttpHandlerOptions,
|
|
609
609
|
cb: (err: any, data?: DeleteGlobalClusterCommandOutput) => void
|
|
610
610
|
): void;
|
|
611
|
+
describeDBClusterEndpoints(): Promise<DescribeDBClusterEndpointsCommandOutput>;
|
|
611
612
|
describeDBClusterEndpoints(
|
|
612
613
|
args: DescribeDBClusterEndpointsCommandInput,
|
|
613
614
|
options?: __HttpHandlerOptions
|
|
@@ -621,6 +622,7 @@ export interface Neptune {
|
|
|
621
622
|
options: __HttpHandlerOptions,
|
|
622
623
|
cb: (err: any, data?: DescribeDBClusterEndpointsCommandOutput) => void
|
|
623
624
|
): void;
|
|
625
|
+
describeDBClusterParameterGroups(): Promise<DescribeDBClusterParameterGroupsCommandOutput>;
|
|
624
626
|
describeDBClusterParameterGroups(
|
|
625
627
|
args: DescribeDBClusterParameterGroupsCommandInput,
|
|
626
628
|
options?: __HttpHandlerOptions
|
|
@@ -647,6 +649,7 @@ export interface Neptune {
|
|
|
647
649
|
options: __HttpHandlerOptions,
|
|
648
650
|
cb: (err: any, data?: DescribeDBClusterParametersCommandOutput) => void
|
|
649
651
|
): void;
|
|
652
|
+
describeDBClusters(): Promise<DescribeDBClustersCommandOutput>;
|
|
650
653
|
describeDBClusters(
|
|
651
654
|
args: DescribeDBClustersCommandInput,
|
|
652
655
|
options?: __HttpHandlerOptions
|
|
@@ -679,6 +682,7 @@ export interface Neptune {
|
|
|
679
682
|
data?: DescribeDBClusterSnapshotAttributesCommandOutput
|
|
680
683
|
) => void
|
|
681
684
|
): void;
|
|
685
|
+
describeDBClusterSnapshots(): Promise<DescribeDBClusterSnapshotsCommandOutput>;
|
|
682
686
|
describeDBClusterSnapshots(
|
|
683
687
|
args: DescribeDBClusterSnapshotsCommandInput,
|
|
684
688
|
options?: __HttpHandlerOptions
|
|
@@ -692,6 +696,7 @@ export interface Neptune {
|
|
|
692
696
|
options: __HttpHandlerOptions,
|
|
693
697
|
cb: (err: any, data?: DescribeDBClusterSnapshotsCommandOutput) => void
|
|
694
698
|
): void;
|
|
699
|
+
describeDBEngineVersions(): Promise<DescribeDBEngineVersionsCommandOutput>;
|
|
695
700
|
describeDBEngineVersions(
|
|
696
701
|
args: DescribeDBEngineVersionsCommandInput,
|
|
697
702
|
options?: __HttpHandlerOptions
|
|
@@ -705,6 +710,7 @@ export interface Neptune {
|
|
|
705
710
|
options: __HttpHandlerOptions,
|
|
706
711
|
cb: (err: any, data?: DescribeDBEngineVersionsCommandOutput) => void
|
|
707
712
|
): void;
|
|
713
|
+
describeDBInstances(): Promise<DescribeDBInstancesCommandOutput>;
|
|
708
714
|
describeDBInstances(
|
|
709
715
|
args: DescribeDBInstancesCommandInput,
|
|
710
716
|
options?: __HttpHandlerOptions
|
|
@@ -718,6 +724,7 @@ export interface Neptune {
|
|
|
718
724
|
options: __HttpHandlerOptions,
|
|
719
725
|
cb: (err: any, data?: DescribeDBInstancesCommandOutput) => void
|
|
720
726
|
): void;
|
|
727
|
+
describeDBParameterGroups(): Promise<DescribeDBParameterGroupsCommandOutput>;
|
|
721
728
|
describeDBParameterGroups(
|
|
722
729
|
args: DescribeDBParameterGroupsCommandInput,
|
|
723
730
|
options?: __HttpHandlerOptions
|
|
@@ -744,6 +751,7 @@ export interface Neptune {
|
|
|
744
751
|
options: __HttpHandlerOptions,
|
|
745
752
|
cb: (err: any, data?: DescribeDBParametersCommandOutput) => void
|
|
746
753
|
): void;
|
|
754
|
+
describeDBSubnetGroups(): Promise<DescribeDBSubnetGroupsCommandOutput>;
|
|
747
755
|
describeDBSubnetGroups(
|
|
748
756
|
args: DescribeDBSubnetGroupsCommandInput,
|
|
749
757
|
options?: __HttpHandlerOptions
|
|
@@ -789,6 +797,7 @@ export interface Neptune {
|
|
|
789
797
|
options: __HttpHandlerOptions,
|
|
790
798
|
cb: (err: any, data?: DescribeEngineDefaultParametersCommandOutput) => void
|
|
791
799
|
): void;
|
|
800
|
+
describeEventCategories(): Promise<DescribeEventCategoriesCommandOutput>;
|
|
792
801
|
describeEventCategories(
|
|
793
802
|
args: DescribeEventCategoriesCommandInput,
|
|
794
803
|
options?: __HttpHandlerOptions
|
|
@@ -802,6 +811,7 @@ export interface Neptune {
|
|
|
802
811
|
options: __HttpHandlerOptions,
|
|
803
812
|
cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void
|
|
804
813
|
): void;
|
|
814
|
+
describeEvents(): Promise<DescribeEventsCommandOutput>;
|
|
805
815
|
describeEvents(
|
|
806
816
|
args: DescribeEventsCommandInput,
|
|
807
817
|
options?: __HttpHandlerOptions
|
|
@@ -815,6 +825,7 @@ export interface Neptune {
|
|
|
815
825
|
options: __HttpHandlerOptions,
|
|
816
826
|
cb: (err: any, data?: DescribeEventsCommandOutput) => void
|
|
817
827
|
): void;
|
|
828
|
+
describeEventSubscriptions(): Promise<DescribeEventSubscriptionsCommandOutput>;
|
|
818
829
|
describeEventSubscriptions(
|
|
819
830
|
args: DescribeEventSubscriptionsCommandInput,
|
|
820
831
|
options?: __HttpHandlerOptions
|
|
@@ -828,6 +839,7 @@ export interface Neptune {
|
|
|
828
839
|
options: __HttpHandlerOptions,
|
|
829
840
|
cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void
|
|
830
841
|
): void;
|
|
842
|
+
describeGlobalClusters(): Promise<DescribeGlobalClustersCommandOutput>;
|
|
831
843
|
describeGlobalClusters(
|
|
832
844
|
args: DescribeGlobalClustersCommandInput,
|
|
833
845
|
options?: __HttpHandlerOptions
|
|
@@ -860,6 +872,7 @@ export interface Neptune {
|
|
|
860
872
|
data?: DescribeOrderableDBInstanceOptionsCommandOutput
|
|
861
873
|
) => void
|
|
862
874
|
): void;
|
|
875
|
+
describePendingMaintenanceActions(): Promise<DescribePendingMaintenanceActionsCommandOutput>;
|
|
863
876
|
describePendingMaintenanceActions(
|
|
864
877
|
args: DescribePendingMaintenanceActionsCommandInput,
|
|
865
878
|
options?: __HttpHandlerOptions
|
|
@@ -898,6 +911,7 @@ export interface Neptune {
|
|
|
898
911
|
data?: DescribeValidDBInstanceModificationsCommandOutput
|
|
899
912
|
) => void
|
|
900
913
|
): void;
|
|
914
|
+
failoverDBCluster(): Promise<FailoverDBClusterCommandOutput>;
|
|
901
915
|
failoverDBCluster(
|
|
902
916
|
args: FailoverDBClusterCommandInput,
|
|
903
917
|
options?: __HttpHandlerOptions
|
|
@@ -20,6 +20,15 @@ declare const AddRoleToDBClusterCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: AddRoleToDBClusterCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
AddRoleToDBClusterCommandInput,
|
|
27
|
+
AddRoleToDBClusterCommandOutput,
|
|
28
|
+
NeptuneClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class AddRoleToDBClusterCommand extends AddRoleToDBClusterCommand_base {}
|
|
@@ -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
|
+
NeptuneClientResolvedConfig,
|
|
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
|
+
NeptuneClientResolvedConfig,
|
|
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
|
+
NeptuneClientResolvedConfig,
|
|
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
|
+
NeptuneClientResolvedConfig,
|
|
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
|
+
NeptuneClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CopyDBClusterSnapshotCommand extends CopyDBClusterSnapshotCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CopyDBParameterGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CopyDBParameterGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CopyDBParameterGroupCommandInput,
|
|
32
|
+
CopyDBParameterGroupCommandOutput,
|
|
33
|
+
NeptuneClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CopyDBParameterGroupCommand extends CopyDBParameterGroupCommand_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
|
+
NeptuneClientResolvedConfig,
|
|
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 CreateDBClusterEndpointCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateDBClusterEndpointCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateDBClusterEndpointCommandInput,
|
|
32
|
+
CreateDBClusterEndpointCommandOutput,
|
|
33
|
+
NeptuneClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateDBClusterEndpointCommand extends CreateDBClusterEndpointCommand_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
|
+
NeptuneClientResolvedConfig,
|
|
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
|
+
NeptuneClientResolvedConfig,
|
|
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
|
+
NeptuneClientResolvedConfig,
|
|
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 CreateDBParameterGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateDBParameterGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateDBParameterGroupCommandInput,
|
|
32
|
+
CreateDBParameterGroupCommandOutput,
|
|
33
|
+
NeptuneClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateDBParameterGroupCommand extends CreateDBParameterGroupCommand_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
|
+
NeptuneClientResolvedConfig,
|
|
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
|
+
NeptuneClientResolvedConfig,
|
|
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
|
+
NeptuneClientResolvedConfig,
|
|
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
|
+
NeptuneClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteDBClusterCommand extends DeleteDBClusterCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteDBClusterEndpointCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteDBClusterEndpointCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteDBClusterEndpointCommandInput,
|
|
32
|
+
DeleteDBClusterEndpointCommandOutput,
|
|
33
|
+
NeptuneClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteDBClusterEndpointCommand extends DeleteDBClusterEndpointCommand_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
|
+
NeptuneClientResolvedConfig,
|
|
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
|
+
NeptuneClientResolvedConfig,
|
|
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
|
+
NeptuneClientResolvedConfig,
|
|
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 DeleteDBParameterGroupCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteDBParameterGroupCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteDBParameterGroupCommandInput,
|
|
27
|
+
DeleteDBParameterGroupCommandOutput,
|
|
28
|
+
NeptuneClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeleteDBParameterGroupCommand extends DeleteDBParameterGroupCommand_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
|
+
NeptuneClientResolvedConfig,
|
|
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
|
+
NeptuneClientResolvedConfig,
|
|
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
|
+
NeptuneClientResolvedConfig,
|
|
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 DescribeDBClusterEndpointsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeDBClusterEndpointsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeDBClusterEndpointsCommandInput,
|
|
32
|
+
DescribeDBClusterEndpointsCommandOutput,
|
|
33
|
+
NeptuneClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeDBClusterEndpointsCommand extends DescribeDBClusterEndpointsCommand_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
|
+
NeptuneClientResolvedConfig,
|
|
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
|
+
NeptuneClientResolvedConfig,
|
|
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
|
+
NeptuneClientResolvedConfig,
|
|
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
|
+
NeptuneClientResolvedConfig,
|
|
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
|
+
NeptuneClientResolvedConfig,
|
|
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
|
+
NeptuneClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeDBEngineVersionsCommand extends DescribeDBEngineVersionsCommand_base {}
|