@aws-sdk/client-docdb 3.168.0 → 3.170.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/DocDB.d.ts +994 -270
- package/dist-types/ts3.4/DocDBClient.d.ts +447 -126
- package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +53 -53
- 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/DocDBServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2345 -2054
- package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.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/DescribeDBInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.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/DescribeGlobalClustersPaginator.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/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/index.d.ts +14 -14
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +641 -161
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +13 -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 { DocDBPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeCertificates(
|
|
8
|
+
config: DocDBPaginationConfiguration,
|
|
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
|
+
DescribeDBClusterParameterGroupsCommandInput,
|
|
4
|
+
DescribeDBClusterParameterGroupsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDBClusterParameterGroupsCommand";
|
|
6
|
+
import { DocDBPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBClusterParameterGroups(
|
|
8
|
+
config: DocDBPaginationConfiguration,
|
|
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 { DocDBPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBClusterParameters(
|
|
8
|
+
config: DocDBPaginationConfiguration,
|
|
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 { DocDBPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBClusterSnapshots(
|
|
8
|
+
config: DocDBPaginationConfiguration,
|
|
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 { DocDBPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBClusters(
|
|
8
|
+
config: DocDBPaginationConfiguration,
|
|
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 { DocDBPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBEngineVersions(
|
|
8
|
+
config: DocDBPaginationConfiguration,
|
|
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
|
+
DescribeDBInstancesCommandInput,
|
|
4
|
+
DescribeDBInstancesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDBInstancesCommand";
|
|
6
|
+
import { DocDBPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBInstances(
|
|
8
|
+
config: DocDBPaginationConfiguration,
|
|
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
|
+
DescribeDBSubnetGroupsCommandInput,
|
|
4
|
+
DescribeDBSubnetGroupsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDBSubnetGroupsCommand";
|
|
6
|
+
import { DocDBPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDBSubnetGroups(
|
|
8
|
+
config: DocDBPaginationConfiguration,
|
|
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
|
+
DescribeEventSubscriptionsCommandInput,
|
|
4
|
+
DescribeEventSubscriptionsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeEventSubscriptionsCommand";
|
|
6
|
+
import { DocDBPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeEventSubscriptions(
|
|
8
|
+
config: DocDBPaginationConfiguration,
|
|
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 { DocDBPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeEvents(
|
|
8
|
+
config: DocDBPaginationConfiguration,
|
|
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
|
+
DescribeGlobalClustersCommandInput,
|
|
4
|
+
DescribeGlobalClustersCommandOutput,
|
|
5
|
+
} from "../commands/DescribeGlobalClustersCommand";
|
|
6
|
+
import { DocDBPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeGlobalClusters(
|
|
8
|
+
config: DocDBPaginationConfiguration,
|
|
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
|
+
DescribeOrderableDBInstanceOptionsCommandInput,
|
|
4
|
+
DescribeOrderableDBInstanceOptionsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeOrderableDBInstanceOptionsCommand";
|
|
6
|
+
import { DocDBPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeOrderableDBInstanceOptions(
|
|
8
|
+
config: DocDBPaginationConfiguration,
|
|
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 { DocDBPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribePendingMaintenanceActions(
|
|
8
|
+
config: DocDBPaginationConfiguration,
|
|
9
|
+
input: DescribePendingMaintenanceActionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribePendingMaintenanceActionsCommandOutput>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { DocDB } from "../DocDB";
|
|
3
|
-
import { DocDBClient } from "../DocDBClient";
|
|
4
|
-
export interface DocDBPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
|
|
6
|
-
}
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { DocDB } from "../DocDB";
|
|
3
|
+
import { DocDBClient } from "../DocDBClient";
|
|
4
|
+
export interface DocDBPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: DocDB | DocDBClient;
|
|
6
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export * from "./DescribeCertificatesPaginator";
|
|
2
|
-
export * from "./DescribeDBClusterParameterGroupsPaginator";
|
|
3
|
-
export * from "./DescribeDBClusterParametersPaginator";
|
|
4
|
-
export * from "./DescribeDBClusterSnapshotsPaginator";
|
|
5
|
-
export * from "./DescribeDBClustersPaginator";
|
|
6
|
-
export * from "./DescribeDBEngineVersionsPaginator";
|
|
7
|
-
export * from "./DescribeDBInstancesPaginator";
|
|
8
|
-
export * from "./DescribeDBSubnetGroupsPaginator";
|
|
9
|
-
export * from "./DescribeEventSubscriptionsPaginator";
|
|
10
|
-
export * from "./DescribeEventsPaginator";
|
|
11
|
-
export * from "./Interfaces";
|
|
12
|
-
export * from "./DescribeGlobalClustersPaginator";
|
|
13
|
-
export * from "./DescribeOrderableDBInstanceOptionsPaginator";
|
|
14
|
-
export * from "./DescribePendingMaintenanceActionsPaginator";
|
|
1
|
+
export * from "./DescribeCertificatesPaginator";
|
|
2
|
+
export * from "./DescribeDBClusterParameterGroupsPaginator";
|
|
3
|
+
export * from "./DescribeDBClusterParametersPaginator";
|
|
4
|
+
export * from "./DescribeDBClusterSnapshotsPaginator";
|
|
5
|
+
export * from "./DescribeDBClustersPaginator";
|
|
6
|
+
export * from "./DescribeDBEngineVersionsPaginator";
|
|
7
|
+
export * from "./DescribeDBInstancesPaginator";
|
|
8
|
+
export * from "./DescribeDBSubnetGroupsPaginator";
|
|
9
|
+
export * from "./DescribeEventSubscriptionsPaginator";
|
|
10
|
+
export * from "./DescribeEventsPaginator";
|
|
11
|
+
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeGlobalClustersPaginator";
|
|
13
|
+
export * from "./DescribeOrderableDBInstanceOptionsPaginator";
|
|
14
|
+
export * from "./DescribePendingMaintenanceActionsPaginator";
|