@aws-sdk/client-docdb 3.651.1 → 3.658.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/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +11 -0
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +11 -0
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/CreateDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +11 -0
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +11 -0
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +11 -0
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +11 -0
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +11 -0
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +11 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +11 -0
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +11 -0
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +11 -0
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +11 -0
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +11 -0
- package/dist-types/commands/StartDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/StopDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SwitchoverGlobalClusterCommand.d.ts +12 -1
- package/package.json +37 -37
|
@@ -37,4 +37,15 @@ declare const DescribeDBClusterParametersCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeDBClusterParametersCommand extends DescribeDBClusterParametersCommand_base {
|
|
40
|
+
export declare class DescribeDBClusterParametersCommand extends DescribeDBClusterParametersCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDBClusterParametersMessage;
|
|
44
|
+
output: DBClusterParameterGroupDetails;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDBClusterParametersCommandInput;
|
|
48
|
+
output: DescribeDBClusterParametersCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeDBClusterSnapshotAttributesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeDBClusterSnapshotAttributesCommand extends DescribeDBClusterSnapshotAttributesCommand_base {
|
|
40
|
+
export declare class DescribeDBClusterSnapshotAttributesCommand extends DescribeDBClusterSnapshotAttributesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDBClusterSnapshotAttributesMessage;
|
|
44
|
+
output: DescribeDBClusterSnapshotAttributesResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDBClusterSnapshotAttributesCommandInput;
|
|
48
|
+
output: DescribeDBClusterSnapshotAttributesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeDBClusterSnapshotsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeDBClusterSnapshotsCommand extends DescribeDBClusterSnapshotsCommand_base {
|
|
40
|
+
export declare class DescribeDBClusterSnapshotsCommand extends DescribeDBClusterSnapshotsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDBClusterSnapshotsMessage;
|
|
44
|
+
output: DBClusterSnapshotMessage;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDBClusterSnapshotsCommandInput;
|
|
48
|
+
output: DescribeDBClusterSnapshotsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeDBClustersCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeDBClustersCommand extends DescribeDBClustersCommand_base {
|
|
40
|
+
export declare class DescribeDBClustersCommand extends DescribeDBClustersCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDBClustersMessage;
|
|
44
|
+
output: DBClusterMessage;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDBClustersCommandInput;
|
|
48
|
+
output: DescribeDBClustersCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeDBEngineVersionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeDBEngineVersionsCommand extends DescribeDBEngineVersionsCommand_base {
|
|
40
|
+
export declare class DescribeDBEngineVersionsCommand extends DescribeDBEngineVersionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDBEngineVersionsMessage;
|
|
44
|
+
output: DBEngineVersionMessage;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDBEngineVersionsCommandInput;
|
|
48
|
+
output: DescribeDBEngineVersionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeDBInstancesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeDBInstancesCommand extends DescribeDBInstancesCommand_base {
|
|
40
|
+
export declare class DescribeDBInstancesCommand extends DescribeDBInstancesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDBInstancesMessage;
|
|
44
|
+
output: DBInstanceMessage;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDBInstancesCommandInput;
|
|
48
|
+
output: DescribeDBInstancesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeDBSubnetGroupsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeDBSubnetGroupsCommand extends DescribeDBSubnetGroupsCommand_base {
|
|
40
|
+
export declare class DescribeDBSubnetGroupsCommand extends DescribeDBSubnetGroupsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDBSubnetGroupsMessage;
|
|
44
|
+
output: DBSubnetGroupMessage;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDBSubnetGroupsCommandInput;
|
|
48
|
+
output: DescribeDBSubnetGroupsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeEngineDefaultClusterParametersCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeEngineDefaultClusterParametersCommand extends DescribeEngineDefaultClusterParametersCommand_base {
|
|
40
|
+
export declare class DescribeEngineDefaultClusterParametersCommand extends DescribeEngineDefaultClusterParametersCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeEngineDefaultClusterParametersMessage;
|
|
44
|
+
output: DescribeEngineDefaultClusterParametersResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeEngineDefaultClusterParametersCommandInput;
|
|
48
|
+
output: DescribeEngineDefaultClusterParametersCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeEventCategoriesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeEventCategoriesCommand extends DescribeEventCategoriesCommand_base {
|
|
40
|
+
export declare class DescribeEventCategoriesCommand extends DescribeEventCategoriesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeEventCategoriesMessage;
|
|
44
|
+
output: EventCategoriesMessage;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeEventCategoriesCommandInput;
|
|
48
|
+
output: DescribeEventCategoriesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeEventSubscriptionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeEventSubscriptionsCommand extends DescribeEventSubscriptionsCommand_base {
|
|
40
|
+
export declare class DescribeEventSubscriptionsCommand extends DescribeEventSubscriptionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeEventSubscriptionsMessage;
|
|
44
|
+
output: EventSubscriptionsMessage;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeEventSubscriptionsCommandInput;
|
|
48
|
+
output: DescribeEventSubscriptionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeEventsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeEventsCommand extends DescribeEventsCommand_base {
|
|
36
|
+
export declare class DescribeEventsCommand extends DescribeEventsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DescribeEventsMessage;
|
|
40
|
+
output: EventsMessage;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeEventsCommandInput;
|
|
44
|
+
output: DescribeEventsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeGlobalClustersCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeGlobalClustersCommand extends DescribeGlobalClustersCommand_base {
|
|
40
|
+
export declare class DescribeGlobalClustersCommand extends DescribeGlobalClustersCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeGlobalClustersMessage;
|
|
44
|
+
output: GlobalClustersMessage;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeGlobalClustersCommandInput;
|
|
48
|
+
output: DescribeGlobalClustersCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeOrderableDBInstanceOptionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeOrderableDBInstanceOptionsCommand extends DescribeOrderableDBInstanceOptionsCommand_base {
|
|
40
|
+
export declare class DescribeOrderableDBInstanceOptionsCommand extends DescribeOrderableDBInstanceOptionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeOrderableDBInstanceOptionsMessage;
|
|
44
|
+
output: OrderableDBInstanceOptionsMessage;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeOrderableDBInstanceOptionsCommandInput;
|
|
48
|
+
output: DescribeOrderableDBInstanceOptionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribePendingMaintenanceActionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribePendingMaintenanceActionsCommand extends DescribePendingMaintenanceActionsCommand_base {
|
|
40
|
+
export declare class DescribePendingMaintenanceActionsCommand extends DescribePendingMaintenanceActionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribePendingMaintenanceActionsMessage;
|
|
44
|
+
output: PendingMaintenanceActionsMessage;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribePendingMaintenanceActionsCommandInput;
|
|
48
|
+
output: DescribePendingMaintenanceActionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const FailoverDBClusterCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class FailoverDBClusterCommand extends FailoverDBClusterCommand_base {
|
|
40
|
+
export declare class FailoverDBClusterCommand extends FailoverDBClusterCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: FailoverDBClusterMessage;
|
|
44
|
+
output: FailoverDBClusterResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: FailoverDBClusterCommandInput;
|
|
48
|
+
output: FailoverDBClusterCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const FailoverGlobalClusterCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class FailoverGlobalClusterCommand extends FailoverGlobalClusterCommand_base {
|
|
40
|
+
export declare class FailoverGlobalClusterCommand extends FailoverGlobalClusterCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: FailoverGlobalClusterMessage;
|
|
44
|
+
output: FailoverGlobalClusterResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: FailoverGlobalClusterCommandInput;
|
|
48
|
+
output: FailoverGlobalClusterCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -34,4 +34,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
34
34
|
>;
|
|
35
35
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
36
36
|
};
|
|
37
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
37
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
38
|
+
protected static __types: {
|
|
39
|
+
api: {
|
|
40
|
+
input: ListTagsForResourceMessage;
|
|
41
|
+
output: TagListMessage;
|
|
42
|
+
};
|
|
43
|
+
sdk: {
|
|
44
|
+
input: ListTagsForResourceCommandInput;
|
|
45
|
+
output: ListTagsForResourceCommandOutput;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ModifyDBClusterCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ModifyDBClusterCommand extends ModifyDBClusterCommand_base {
|
|
39
|
+
export declare class ModifyDBClusterCommand extends ModifyDBClusterCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ModifyDBClusterMessage;
|
|
43
|
+
output: ModifyDBClusterResult;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ModifyDBClusterCommandInput;
|
|
47
|
+
output: ModifyDBClusterCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ModifyDBClusterParameterGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ModifyDBClusterParameterGroupCommand extends ModifyDBClusterParameterGroupCommand_base {
|
|
40
|
+
export declare class ModifyDBClusterParameterGroupCommand extends ModifyDBClusterParameterGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ModifyDBClusterParameterGroupMessage;
|
|
44
|
+
output: DBClusterParameterGroupNameMessage;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ModifyDBClusterParameterGroupCommandInput;
|
|
48
|
+
output: ModifyDBClusterParameterGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ModifyDBClusterSnapshotAttributeCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ModifyDBClusterSnapshotAttributeCommand extends ModifyDBClusterSnapshotAttributeCommand_base {
|
|
40
|
+
export declare class ModifyDBClusterSnapshotAttributeCommand extends ModifyDBClusterSnapshotAttributeCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ModifyDBClusterSnapshotAttributeMessage;
|
|
44
|
+
output: ModifyDBClusterSnapshotAttributeResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ModifyDBClusterSnapshotAttributeCommandInput;
|
|
48
|
+
output: ModifyDBClusterSnapshotAttributeCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ModifyDBInstanceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ModifyDBInstanceCommand extends ModifyDBInstanceCommand_base {
|
|
39
|
+
export declare class ModifyDBInstanceCommand extends ModifyDBInstanceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ModifyDBInstanceMessage;
|
|
43
|
+
output: ModifyDBInstanceResult;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ModifyDBInstanceCommandInput;
|
|
47
|
+
output: ModifyDBInstanceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ModifyDBSubnetGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ModifyDBSubnetGroupCommand extends ModifyDBSubnetGroupCommand_base {
|
|
40
|
+
export declare class ModifyDBSubnetGroupCommand extends ModifyDBSubnetGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ModifyDBSubnetGroupMessage;
|
|
44
|
+
output: ModifyDBSubnetGroupResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ModifyDBSubnetGroupCommandInput;
|
|
48
|
+
output: ModifyDBSubnetGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ModifyEventSubscriptionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ModifyEventSubscriptionCommand extends ModifyEventSubscriptionCommand_base {
|
|
40
|
+
export declare class ModifyEventSubscriptionCommand extends ModifyEventSubscriptionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ModifyEventSubscriptionMessage;
|
|
44
|
+
output: ModifyEventSubscriptionResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ModifyEventSubscriptionCommandInput;
|
|
48
|
+
output: ModifyEventSubscriptionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ModifyGlobalClusterCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ModifyGlobalClusterCommand extends ModifyGlobalClusterCommand_base {
|
|
40
|
+
export declare class ModifyGlobalClusterCommand extends ModifyGlobalClusterCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ModifyGlobalClusterMessage;
|
|
44
|
+
output: ModifyGlobalClusterResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ModifyGlobalClusterCommandInput;
|
|
48
|
+
output: ModifyGlobalClusterCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const RebootDBInstanceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class RebootDBInstanceCommand extends RebootDBInstanceCommand_base {
|
|
39
|
+
export declare class RebootDBInstanceCommand extends RebootDBInstanceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: RebootDBInstanceMessage;
|
|
43
|
+
output: RebootDBInstanceResult;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: RebootDBInstanceCommandInput;
|
|
47
|
+
output: RebootDBInstanceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const RemoveFromGlobalClusterCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class RemoveFromGlobalClusterCommand extends RemoveFromGlobalClusterCommand_base {
|
|
40
|
+
export declare class RemoveFromGlobalClusterCommand extends RemoveFromGlobalClusterCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: RemoveFromGlobalClusterMessage;
|
|
44
|
+
output: RemoveFromGlobalClusterResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: RemoveFromGlobalClusterCommandInput;
|
|
48
|
+
output: RemoveFromGlobalClusterCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const RemoveSourceIdentifierFromSubscriptionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class RemoveSourceIdentifierFromSubscriptionCommand extends RemoveSourceIdentifierFromSubscriptionCommand_base {
|
|
40
|
+
export declare class RemoveSourceIdentifierFromSubscriptionCommand extends RemoveSourceIdentifierFromSubscriptionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: RemoveSourceIdentifierFromSubscriptionMessage;
|
|
44
|
+
output: RemoveSourceIdentifierFromSubscriptionResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: RemoveSourceIdentifierFromSubscriptionCommandInput;
|
|
48
|
+
output: RemoveSourceIdentifierFromSubscriptionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const RemoveTagsFromResourceCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class RemoveTagsFromResourceCommand extends RemoveTagsFromResourceCommand_base {
|
|
35
|
+
export declare class RemoveTagsFromResourceCommand extends RemoveTagsFromResourceCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: RemoveTagsFromResourceMessage;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: RemoveTagsFromResourceCommandInput;
|
|
43
|
+
output: RemoveTagsFromResourceCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ResetDBClusterParameterGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ResetDBClusterParameterGroupCommand extends ResetDBClusterParameterGroupCommand_base {
|
|
40
|
+
export declare class ResetDBClusterParameterGroupCommand extends ResetDBClusterParameterGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ResetDBClusterParameterGroupMessage;
|
|
44
|
+
output: DBClusterParameterGroupNameMessage;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ResetDBClusterParameterGroupCommandInput;
|
|
48
|
+
output: ResetDBClusterParameterGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class RestoreDBClusterFromSnapshotCommand extends RestoreDBClusterFromSnapshotCommand_base {
|
|
40
|
+
export declare class RestoreDBClusterFromSnapshotCommand extends RestoreDBClusterFromSnapshotCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: RestoreDBClusterFromSnapshotMessage;
|
|
44
|
+
output: RestoreDBClusterFromSnapshotResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: RestoreDBClusterFromSnapshotCommandInput;
|
|
48
|
+
output: RestoreDBClusterFromSnapshotCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class RestoreDBClusterToPointInTimeCommand extends RestoreDBClusterToPointInTimeCommand_base {
|
|
40
|
+
export declare class RestoreDBClusterToPointInTimeCommand extends RestoreDBClusterToPointInTimeCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: RestoreDBClusterToPointInTimeMessage;
|
|
44
|
+
output: RestoreDBClusterToPointInTimeResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: RestoreDBClusterToPointInTimeCommandInput;
|
|
48
|
+
output: RestoreDBClusterToPointInTimeCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const StartDBClusterCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class StartDBClusterCommand extends StartDBClusterCommand_base {
|
|
39
|
+
export declare class StartDBClusterCommand extends StartDBClusterCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: StartDBClusterMessage;
|
|
43
|
+
output: StartDBClusterResult;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: StartDBClusterCommandInput;
|
|
47
|
+
output: StartDBClusterCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const StopDBClusterCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class StopDBClusterCommand extends StopDBClusterCommand_base {
|
|
36
|
+
export declare class StopDBClusterCommand extends StopDBClusterCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: StopDBClusterMessage;
|
|
40
|
+
output: StopDBClusterResult;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: StopDBClusterCommandInput;
|
|
44
|
+
output: StopDBClusterCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const SwitchoverGlobalClusterCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class SwitchoverGlobalClusterCommand extends SwitchoverGlobalClusterCommand_base {
|
|
40
|
+
export declare class SwitchoverGlobalClusterCommand extends SwitchoverGlobalClusterCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: SwitchoverGlobalClusterMessage;
|
|
44
|
+
output: SwitchoverGlobalClusterResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: SwitchoverGlobalClusterCommandInput;
|
|
48
|
+
output: SwitchoverGlobalClusterCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|