@aws-sdk/client-rds 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/RDS.d.ts +2405 -690
- package/dist-types/ts3.4/RDSClient.d.ts +925 -210
- package/dist-types/ts3.4/commands/AddRoleToDBClusterCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/AddRoleToDBInstanceCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BacktrackDBClusterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CopyDBParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CopyDBSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CopyOptionGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateCustomDBEngineVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDBClusterEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDBInstanceReadReplicaCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDBParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDBProxyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDBProxyEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDBSecurityGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDBSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateOptionGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteCustomDBEngineVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDBClusterEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDBParameterGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDBProxyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDBProxyEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDBSecurityGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDBSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +37 -18
- package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DownloadDBLogFilePortionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/ModifyActivityStreamCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyCertificatesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyCustomDBEngineVersionCommand.d.ts +37 -18
- package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyDBClusterEndpointCommand.d.ts +37 -18
- package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyDBParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyDBProxyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyDBProxyEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyDBProxyTargetGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyDBSnapshotAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyDBSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ModifyOptionGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PromoteReadReplicaCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PromoteReadReplicaDBClusterCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RebootDBClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RegisterDBProxyTargetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveRoleFromDBClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveRoleFromDBInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ResetDBParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreDBClusterFromS3Command.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreDBInstanceFromS3Command.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RevokeDBSecurityGroupIngressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartActivityStreamCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartDBInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/StopActivityStreamCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StopDBInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SwitchoverReadReplicaCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +137 -137
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/RDSServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +2784 -3635
- package/dist-types/ts3.4/models/models_1.d.ts +1743 -2351
- package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClusterBacktracksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClusterEndpointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClusterParametersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBEngineVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBInstanceAutomatedBackupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBLogFilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBParameterGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBParametersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBProxiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBProxyEndpointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBProxyTargetGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBProxyTargetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBSecurityGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBSnapshotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEngineDefaultParametersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeExportTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeGlobalClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeOptionGroupOptionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeOptionGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeReservedDBInstancesOfferingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeReservedDBInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSourceRegionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DownloadDBLogFilePortionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/index.d.ts +34 -34
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +1649 -413
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +8 -8
- package/dist-types/ts3.4/waiters/waitForDBClusterAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForDBClusterDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForDBSnapshotAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForDBSnapshotDeleted.d.ts +11 -7
- package/package.json +36 -36
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeCertificatesCommandInput,
|
|
4
|
+
DescribeCertificatesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeCertificatesCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeCertificates(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeCertificatesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeCertificatesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeDBClusterBacktracksCommandInput,
|
|
4
|
+
DescribeDBClusterBacktracksCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDBClusterBacktracksCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBClusterBacktracks(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeDBClusterBacktracksCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeDBClusterBacktracksCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeDBClusterEndpointsCommandInput,
|
|
4
|
+
DescribeDBClusterEndpointsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDBClusterEndpointsCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBClusterEndpoints(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeDBClusterEndpointsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeDBClusterEndpointsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeDBClusterParameterGroupsCommandInput,
|
|
4
|
+
DescribeDBClusterParameterGroupsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDBClusterParameterGroupsCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBClusterParameterGroups(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeDBClusterParameterGroupsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeDBClusterParameterGroupsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeDBClusterParametersCommandInput,
|
|
4
|
+
DescribeDBClusterParametersCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDBClusterParametersCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBClusterParameters(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeDBClusterParametersCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeDBClusterParametersCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeDBClusterSnapshotsCommandInput,
|
|
4
|
+
DescribeDBClusterSnapshotsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDBClusterSnapshotsCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBClusterSnapshots(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeDBClusterSnapshotsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeDBClusterSnapshotsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeDBClustersCommandInput,
|
|
4
|
+
DescribeDBClustersCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDBClustersCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBClusters(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeDBClustersCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeDBClustersCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeDBEngineVersionsCommandInput,
|
|
4
|
+
DescribeDBEngineVersionsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDBEngineVersionsCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBEngineVersions(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeDBEngineVersionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeDBEngineVersionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeDBInstanceAutomatedBackupsCommandInput,
|
|
4
|
+
DescribeDBInstanceAutomatedBackupsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDBInstanceAutomatedBackupsCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBInstanceAutomatedBackups(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeDBInstanceAutomatedBackupsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeDBInstanceAutomatedBackupsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeDBInstancesCommandInput,
|
|
4
|
+
DescribeDBInstancesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDBInstancesCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBInstances(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeDBInstancesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeDBInstancesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeDBLogFilesCommandInput,
|
|
4
|
+
DescribeDBLogFilesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDBLogFilesCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBLogFiles(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeDBLogFilesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeDBLogFilesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeDBParameterGroupsCommandInput,
|
|
4
|
+
DescribeDBParameterGroupsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDBParameterGroupsCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBParameterGroups(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeDBParameterGroupsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeDBParameterGroupsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeDBParametersCommandInput,
|
|
4
|
+
DescribeDBParametersCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDBParametersCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBParameters(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeDBParametersCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeDBParametersCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeDBProxiesCommandInput,
|
|
4
|
+
DescribeDBProxiesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDBProxiesCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBProxies(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeDBProxiesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeDBProxiesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeDBProxyEndpointsCommandInput,
|
|
4
|
+
DescribeDBProxyEndpointsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDBProxyEndpointsCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBProxyEndpoints(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeDBProxyEndpointsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeDBProxyEndpointsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeDBProxyTargetGroupsCommandInput,
|
|
4
|
+
DescribeDBProxyTargetGroupsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDBProxyTargetGroupsCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBProxyTargetGroups(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeDBProxyTargetGroupsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeDBProxyTargetGroupsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeDBProxyTargetsCommandInput,
|
|
4
|
+
DescribeDBProxyTargetsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDBProxyTargetsCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBProxyTargets(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeDBProxyTargetsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeDBProxyTargetsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeDBSecurityGroupsCommandInput,
|
|
4
|
+
DescribeDBSecurityGroupsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDBSecurityGroupsCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBSecurityGroups(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeDBSecurityGroupsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeDBSecurityGroupsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeDBSnapshotsCommandInput,
|
|
4
|
+
DescribeDBSnapshotsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDBSnapshotsCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBSnapshots(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeDBSnapshotsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeDBSnapshotsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeDBSubnetGroupsCommandInput,
|
|
4
|
+
DescribeDBSubnetGroupsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDBSubnetGroupsCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBSubnetGroups(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeDBSubnetGroupsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeDBSubnetGroupsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeEngineDefaultParametersCommandInput,
|
|
4
|
+
DescribeEngineDefaultParametersCommandOutput,
|
|
5
|
+
} from "../commands/DescribeEngineDefaultParametersCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeEngineDefaultParameters(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeEngineDefaultParametersCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeEngineDefaultParametersCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeEventSubscriptionsCommandInput,
|
|
4
|
+
DescribeEventSubscriptionsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeEventSubscriptionsCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeEventSubscriptions(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeEventSubscriptionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeEventSubscriptionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeEventsCommandInput,
|
|
4
|
+
DescribeEventsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeEventsCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeEvents(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeEventsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeEventsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeExportTasksCommandInput,
|
|
4
|
+
DescribeExportTasksCommandOutput,
|
|
5
|
+
} from "../commands/DescribeExportTasksCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeExportTasks(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeExportTasksCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeExportTasksCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeGlobalClustersCommandInput,
|
|
4
|
+
DescribeGlobalClustersCommandOutput,
|
|
5
|
+
} from "../commands/DescribeGlobalClustersCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeGlobalClusters(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeGlobalClustersCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeGlobalClustersCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeOptionGroupOptionsCommandInput,
|
|
4
|
+
DescribeOptionGroupOptionsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeOptionGroupOptionsCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeOptionGroupOptions(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeOptionGroupOptionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeOptionGroupOptionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeOptionGroupsCommandInput,
|
|
4
|
+
DescribeOptionGroupsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeOptionGroupsCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeOptionGroups(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeOptionGroupsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeOptionGroupsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeOrderableDBInstanceOptionsCommandInput,
|
|
4
|
+
DescribeOrderableDBInstanceOptionsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeOrderableDBInstanceOptionsCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeOrderableDBInstanceOptions(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeOrderableDBInstanceOptionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeOrderableDBInstanceOptionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribePendingMaintenanceActionsCommandInput,
|
|
4
|
+
DescribePendingMaintenanceActionsCommandOutput,
|
|
5
|
+
} from "../commands/DescribePendingMaintenanceActionsCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribePendingMaintenanceActions(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribePendingMaintenanceActionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribePendingMaintenanceActionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeReservedDBInstancesOfferingsCommandInput,
|
|
4
|
+
DescribeReservedDBInstancesOfferingsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeReservedDBInstancesOfferingsCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeReservedDBInstancesOfferings(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeReservedDBInstancesOfferingsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeReservedDBInstancesOfferingsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeReservedDBInstancesCommandInput,
|
|
4
|
+
DescribeReservedDBInstancesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeReservedDBInstancesCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeReservedDBInstances(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeReservedDBInstancesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeReservedDBInstancesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeSourceRegionsCommandInput,
|
|
4
|
+
DescribeSourceRegionsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeSourceRegionsCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeSourceRegions(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeSourceRegionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeSourceRegionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DownloadDBLogFilePortionCommandInput,
|
|
4
|
+
DownloadDBLogFilePortionCommandOutput,
|
|
5
|
+
} from "../commands/DownloadDBLogFilePortionCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDownloadDBLogFilePortion(
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DownloadDBLogFilePortionCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DownloadDBLogFilePortionCommandOutput>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { RDS } from "../RDS";
|
|
3
|
-
import { RDSClient } from "../RDSClient";
|
|
4
|
-
export interface RDSPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
|
|
6
|
-
}
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { RDS } from "../RDS";
|
|
3
|
+
import { RDSClient } from "../RDSClient";
|
|
4
|
+
export interface RDSPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: RDS | RDSClient;
|
|
6
|
+
}
|