@aws-sdk/client-rds 3.477.0 → 3.479.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/README.md +16 -0
- package/dist-cjs/RDS.js +4 -0
- package/dist-cjs/commands/DisableHttpEndpointCommand.js +51 -0
- package/dist-cjs/commands/EnableHttpEndpointCommand.js +51 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_1.js +14 -1
- package/dist-cjs/pagination/DescribeBlueGreenDeploymentsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeCertificatesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBClusterAutomatedBackupsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBClusterBacktracksPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBClusterEndpointsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBClusterParameterGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBClusterParametersPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBClusterSnapshotsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBClustersPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBEngineVersionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBInstanceAutomatedBackupsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBInstancesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBLogFilesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBParameterGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBParametersPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBProxiesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBProxyEndpointsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBProxyTargetGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBProxyTargetsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBRecommendationsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBSecurityGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBSnapshotTenantDatabasesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBSnapshotsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDBSubnetGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeEngineDefaultParametersPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeEventSubscriptionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeEventsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeExportTasksPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeGlobalClustersPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeIntegrationsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeOptionGroupOptionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeOptionGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribePendingMaintenanceActionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeReservedDBInstancesOfferingsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeReservedDBInstancesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeSourceRegionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeTenantDatabasesPaginator.js +2 -24
- package/dist-cjs/pagination/DownloadDBLogFilePortionPaginator.js +2 -24
- package/dist-cjs/protocols/Aws_query.js +151 -6
- package/dist-es/RDS.js +4 -0
- package/dist-es/commands/DisableHttpEndpointCommand.js +47 -0
- package/dist-es/commands/EnableHttpEndpointCommand.js +47 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_1.js +12 -0
- package/dist-es/pagination/DescribeBlueGreenDeploymentsPaginator.js +2 -23
- package/dist-es/pagination/DescribeCertificatesPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBClusterAutomatedBackupsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBClusterBacktracksPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBClusterEndpointsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBClusterParameterGroupsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBClusterParametersPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBClusterSnapshotsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBClustersPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBEngineVersionsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBInstanceAutomatedBackupsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBInstancesPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBLogFilesPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBParameterGroupsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBParametersPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBProxiesPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBProxyEndpointsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBProxyTargetGroupsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBProxyTargetsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBRecommendationsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBSecurityGroupsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBSnapshotTenantDatabasesPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBSnapshotsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDBSubnetGroupsPaginator.js +2 -23
- package/dist-es/pagination/DescribeEngineDefaultParametersPaginator.js +2 -23
- package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +2 -23
- package/dist-es/pagination/DescribeEventsPaginator.js +2 -23
- package/dist-es/pagination/DescribeExportTasksPaginator.js +2 -23
- package/dist-es/pagination/DescribeGlobalClustersPaginator.js +2 -23
- package/dist-es/pagination/DescribeIntegrationsPaginator.js +2 -23
- package/dist-es/pagination/DescribeOptionGroupOptionsPaginator.js +2 -23
- package/dist-es/pagination/DescribeOptionGroupsPaginator.js +2 -23
- package/dist-es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +2 -23
- package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +2 -23
- package/dist-es/pagination/DescribeReservedDBInstancesOfferingsPaginator.js +2 -23
- package/dist-es/pagination/DescribeReservedDBInstancesPaginator.js +2 -23
- package/dist-es/pagination/DescribeSourceRegionsPaginator.js +2 -23
- package/dist-es/pagination/DescribeTenantDatabasesPaginator.js +2 -23
- package/dist-es/pagination/DownloadDBLogFilePortionPaginator.js +2 -23
- package/dist-es/protocols/Aws_query.js +142 -1
- package/dist-types/RDS.d.ts +14 -0
- package/dist-types/RDSClient.d.ts +4 -2
- package/dist-types/commands/DisableHttpEndpointCommand.d.ts +86 -0
- package/dist-types/commands/EnableHttpEndpointCommand.d.ts +90 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +20 -11
- package/dist-types/models/models_1.d.ts +70 -4
- package/dist-types/pagination/DescribeBlueGreenDeploymentsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeCertificatesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBClusterAutomatedBackupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBClusterBacktracksPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBClusterEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBClusterParametersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBEngineVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBInstanceAutomatedBackupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBLogFilesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBParameterGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBParametersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBProxiesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBProxyEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBProxyTargetGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBProxyTargetsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBRecommendationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBSecurityGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBSnapshotTenantDatabasesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBSnapshotsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBSubnetGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEngineDefaultParametersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeExportTasksPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeGlobalClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeIntegrationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOptionGroupOptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOptionGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReservedDBInstancesOfferingsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReservedDBInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeSourceRegionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeTenantDatabasesPaginator.d.ts +1 -1
- package/dist-types/pagination/DownloadDBLogFilePortionPaginator.d.ts +1 -1
- package/dist-types/protocols/Aws_query.d.ts +18 -0
- package/dist-types/ts3.4/RDS.d.ts +34 -0
- package/dist-types/ts3.4/RDSClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/DisableHttpEndpointCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/EnableHttpEndpointCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_1.d.ts +21 -0
- package/dist-types/ts3.4/pagination/DescribeBlueGreenDeploymentsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBClusterAutomatedBackupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBClusterBacktracksPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBClusterEndpointsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBClusterParametersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBClustersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBEngineVersionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBInstanceAutomatedBackupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBInstancesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBLogFilesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBParameterGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBParametersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBProxiesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBProxyEndpointsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBProxyTargetGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBProxyTargetsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBRecommendationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBSecurityGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBSnapshotTenantDatabasesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBSnapshotsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeEngineDefaultParametersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeExportTasksPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeGlobalClustersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeIntegrationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeOptionGroupOptionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeOptionGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeReservedDBInstancesOfferingsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeReservedDBInstancesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeSourceRegionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeTenantDatabasesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DownloadDBLogFilePortionPaginator.d.ts +3 -3
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +24 -0
- package/package.json +6 -5
|
@@ -95,7 +95,9 @@ export * from "./DescribeReservedDBInstancesOfferingsCommand";
|
|
|
95
95
|
export * from "./DescribeSourceRegionsCommand";
|
|
96
96
|
export * from "./DescribeTenantDatabasesCommand";
|
|
97
97
|
export * from "./DescribeValidDBInstanceModificationsCommand";
|
|
98
|
+
export * from "./DisableHttpEndpointCommand";
|
|
98
99
|
export * from "./DownloadDBLogFilePortionCommand";
|
|
100
|
+
export * from "./EnableHttpEndpointCommand";
|
|
99
101
|
export * from "./FailoverDBClusterCommand";
|
|
100
102
|
export * from "./FailoverGlobalClusterCommand";
|
|
101
103
|
export * from "./ListTagsForResourceCommand";
|
|
@@ -894,6 +894,20 @@ export interface ValidDBInstanceModificationsMessage {
|
|
|
894
894
|
export interface DescribeValidDBInstanceModificationsResult {
|
|
895
895
|
ValidDBInstanceModificationsMessage?: ValidDBInstanceModificationsMessage;
|
|
896
896
|
}
|
|
897
|
+
export interface DisableHttpEndpointRequest {
|
|
898
|
+
ResourceArn: string | undefined;
|
|
899
|
+
}
|
|
900
|
+
export interface DisableHttpEndpointResponse {
|
|
901
|
+
ResourceArn?: string;
|
|
902
|
+
HttpEndpointEnabled?: boolean;
|
|
903
|
+
}
|
|
904
|
+
export declare class InvalidResourceStateFault extends __BaseException {
|
|
905
|
+
readonly name: "InvalidResourceStateFault";
|
|
906
|
+
readonly $fault: "client";
|
|
907
|
+
constructor(
|
|
908
|
+
opts: __ExceptionOptionType<InvalidResourceStateFault, __BaseException>
|
|
909
|
+
);
|
|
910
|
+
}
|
|
897
911
|
export declare class DBLogFileNotFoundFault extends __BaseException {
|
|
898
912
|
readonly name: "DBLogFileNotFoundFault";
|
|
899
913
|
readonly $fault: "client";
|
|
@@ -912,6 +926,13 @@ export interface DownloadDBLogFilePortionMessage {
|
|
|
912
926
|
Marker?: string;
|
|
913
927
|
NumberOfLines?: number;
|
|
914
928
|
}
|
|
929
|
+
export interface EnableHttpEndpointRequest {
|
|
930
|
+
ResourceArn: string | undefined;
|
|
931
|
+
}
|
|
932
|
+
export interface EnableHttpEndpointResponse {
|
|
933
|
+
ResourceArn?: string;
|
|
934
|
+
HttpEndpointEnabled?: boolean;
|
|
935
|
+
}
|
|
915
936
|
export interface FailoverDBClusterMessage {
|
|
916
937
|
DBClusterIdentifier: string | undefined;
|
|
917
938
|
TargetDBInstanceIdentifier?: string;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeBlueGreenDeploymentsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeBlueGreenDeploymentsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeBlueGreenDeployments: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeBlueGreenDeploymentsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeBlueGreenDeploymentsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeCertificatesCommandOutput,
|
|
5
5
|
} from "../commands/DescribeCertificatesCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeCertificates: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeCertificatesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeCertificatesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBClusterAutomatedBackupsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBClusterAutomatedBackupsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBClusterAutomatedBackups: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBClusterAutomatedBackupsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBClusterAutomatedBackupsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBClusterBacktracksCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBClusterBacktracksCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBClusterBacktracks: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBClusterBacktracksCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBClusterBacktracksCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBClusterEndpointsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBClusterEndpointsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBClusterEndpoints: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBClusterEndpointsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBClusterEndpointsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBClusterParameterGroupsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBClusterParameterGroupsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBClusterParameterGroups: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBClusterParameterGroupsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBClusterParameterGroupsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBClusterParametersCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBClusterParametersCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBClusterParameters: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBClusterParametersCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBClusterParametersCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBClusterSnapshotsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBClusterSnapshotsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBClusterSnapshots: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBClusterSnapshotsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBClusterSnapshotsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBClustersCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBClustersCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBClusters: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBClustersCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBClustersCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBEngineVersionsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBEngineVersionsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBEngineVersions: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBEngineVersionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBEngineVersionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBInstanceAutomatedBackupsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBInstanceAutomatedBackupsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBInstanceAutomatedBackups: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBInstanceAutomatedBackupsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBInstanceAutomatedBackupsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBInstancesCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBInstancesCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBInstances: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBInstancesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBInstancesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBLogFilesCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBLogFilesCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBLogFiles: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBLogFilesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBLogFilesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBParameterGroupsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBParameterGroupsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBParameterGroups: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBParameterGroupsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBParameterGroupsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBParametersCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBParametersCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBParameters: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBParametersCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBParametersCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBProxiesCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBProxiesCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBProxies: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBProxiesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBProxiesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBProxyEndpointsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBProxyEndpointsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBProxyEndpoints: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBProxyEndpointsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBProxyEndpointsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBProxyTargetGroupsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBProxyTargetGroupsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBProxyTargetGroups: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBProxyTargetGroupsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBProxyTargetGroupsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBProxyTargetsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBProxyTargetsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBProxyTargets: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBProxyTargetsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBProxyTargetsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBRecommendationsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBRecommendationsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBRecommendations: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBRecommendationsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBRecommendationsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBSecurityGroupsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBSecurityGroupsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBSecurityGroups: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBSecurityGroupsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBSecurityGroupsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBSnapshotTenantDatabasesCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBSnapshotTenantDatabasesCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBSnapshotTenantDatabases: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBSnapshotTenantDatabasesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBSnapshotTenantDatabasesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBSnapshotsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBSnapshotsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBSnapshots: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBSnapshotsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBSnapshotsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeDBSubnetGroupsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeDBSubnetGroupsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeDBSubnetGroups: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeDBSubnetGroupsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeDBSubnetGroupsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeEngineDefaultParametersCommandOutput,
|
|
5
5
|
} from "../commands/DescribeEngineDefaultParametersCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeEngineDefaultParameters: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeEngineDefaultParametersCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeEngineDefaultParametersCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeEventSubscriptionsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeEventSubscriptionsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeEventSubscriptions: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeEventSubscriptionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeEventSubscriptionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeEventsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeEventsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeEvents: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeEventsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeEventsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeExportTasksCommandOutput,
|
|
5
5
|
} from "../commands/DescribeExportTasksCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeExportTasks: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeExportTasksCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeExportTasksCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeGlobalClustersCommandOutput,
|
|
5
5
|
} from "../commands/DescribeGlobalClustersCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeGlobalClusters: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeGlobalClustersCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeGlobalClustersCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeIntegrationsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeIntegrationsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeIntegrations: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeIntegrationsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeIntegrationsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeOptionGroupOptionsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeOptionGroupOptionsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeOptionGroupOptions: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeOptionGroupOptionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeOptionGroupOptionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeOptionGroupsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeOptionGroupsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeOptionGroups: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeOptionGroupsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeOptionGroupsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeOrderableDBInstanceOptionsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeOrderableDBInstanceOptionsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeOrderableDBInstanceOptions: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeOrderableDBInstanceOptionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeOrderableDBInstanceOptionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribePendingMaintenanceActionsCommandOutput,
|
|
5
5
|
} from "../commands/DescribePendingMaintenanceActionsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribePendingMaintenanceActions: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribePendingMaintenanceActionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribePendingMaintenanceActionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeReservedDBInstancesOfferingsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeReservedDBInstancesOfferingsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeReservedDBInstancesOfferings: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeReservedDBInstancesOfferingsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeReservedDBInstancesOfferingsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeReservedDBInstancesCommandOutput,
|
|
5
5
|
} from "../commands/DescribeReservedDBInstancesCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeReservedDBInstances: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeReservedDBInstancesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeReservedDBInstancesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeSourceRegionsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeSourceRegionsCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeSourceRegions: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeSourceRegionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeSourceRegionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeTenantDatabasesCommandOutput,
|
|
5
5
|
} from "../commands/DescribeTenantDatabasesCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeTenantDatabases: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DescribeTenantDatabasesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeTenantDatabasesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DownloadDBLogFilePortionCommandOutput,
|
|
5
5
|
} from "../commands/DownloadDBLogFilePortionCommand";
|
|
6
6
|
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDownloadDBLogFilePortion: (
|
|
8
8
|
config: RDSPaginationConfiguration,
|
|
9
9
|
input: DownloadDBLogFilePortionCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DownloadDBLogFilePortionCommandOutput>;
|
|
@@ -391,10 +391,18 @@ import {
|
|
|
391
391
|
DescribeValidDBInstanceModificationsCommandInput,
|
|
392
392
|
DescribeValidDBInstanceModificationsCommandOutput,
|
|
393
393
|
} from "../commands/DescribeValidDBInstanceModificationsCommand";
|
|
394
|
+
import {
|
|
395
|
+
DisableHttpEndpointCommandInput,
|
|
396
|
+
DisableHttpEndpointCommandOutput,
|
|
397
|
+
} from "../commands/DisableHttpEndpointCommand";
|
|
394
398
|
import {
|
|
395
399
|
DownloadDBLogFilePortionCommandInput,
|
|
396
400
|
DownloadDBLogFilePortionCommandOutput,
|
|
397
401
|
} from "../commands/DownloadDBLogFilePortionCommand";
|
|
402
|
+
import {
|
|
403
|
+
EnableHttpEndpointCommandInput,
|
|
404
|
+
EnableHttpEndpointCommandOutput,
|
|
405
|
+
} from "../commands/EnableHttpEndpointCommand";
|
|
398
406
|
import {
|
|
399
407
|
FailoverDBClusterCommandInput,
|
|
400
408
|
FailoverDBClusterCommandOutput,
|
|
@@ -1007,10 +1015,18 @@ export declare const se_DescribeValidDBInstanceModificationsCommand: (
|
|
|
1007
1015
|
input: DescribeValidDBInstanceModificationsCommandInput,
|
|
1008
1016
|
context: __SerdeContext
|
|
1009
1017
|
) => Promise<__HttpRequest>;
|
|
1018
|
+
export declare const se_DisableHttpEndpointCommand: (
|
|
1019
|
+
input: DisableHttpEndpointCommandInput,
|
|
1020
|
+
context: __SerdeContext
|
|
1021
|
+
) => Promise<__HttpRequest>;
|
|
1010
1022
|
export declare const se_DownloadDBLogFilePortionCommand: (
|
|
1011
1023
|
input: DownloadDBLogFilePortionCommandInput,
|
|
1012
1024
|
context: __SerdeContext
|
|
1013
1025
|
) => Promise<__HttpRequest>;
|
|
1026
|
+
export declare const se_EnableHttpEndpointCommand: (
|
|
1027
|
+
input: EnableHttpEndpointCommandInput,
|
|
1028
|
+
context: __SerdeContext
|
|
1029
|
+
) => Promise<__HttpRequest>;
|
|
1014
1030
|
export declare const se_FailoverDBClusterCommand: (
|
|
1015
1031
|
input: FailoverDBClusterCommandInput,
|
|
1016
1032
|
context: __SerdeContext
|
|
@@ -1623,10 +1639,18 @@ export declare const de_DescribeValidDBInstanceModificationsCommand: (
|
|
|
1623
1639
|
output: __HttpResponse,
|
|
1624
1640
|
context: __SerdeContext
|
|
1625
1641
|
) => Promise<DescribeValidDBInstanceModificationsCommandOutput>;
|
|
1642
|
+
export declare const de_DisableHttpEndpointCommand: (
|
|
1643
|
+
output: __HttpResponse,
|
|
1644
|
+
context: __SerdeContext
|
|
1645
|
+
) => Promise<DisableHttpEndpointCommandOutput>;
|
|
1626
1646
|
export declare const de_DownloadDBLogFilePortionCommand: (
|
|
1627
1647
|
output: __HttpResponse,
|
|
1628
1648
|
context: __SerdeContext
|
|
1629
1649
|
) => Promise<DownloadDBLogFilePortionCommandOutput>;
|
|
1650
|
+
export declare const de_EnableHttpEndpointCommand: (
|
|
1651
|
+
output: __HttpResponse,
|
|
1652
|
+
context: __SerdeContext
|
|
1653
|
+
) => Promise<EnableHttpEndpointCommandOutput>;
|
|
1630
1654
|
export declare const de_FailoverDBClusterCommand: (
|
|
1631
1655
|
output: __HttpResponse,
|
|
1632
1656
|
context: __SerdeContext
|