@aws-sdk/client-docdb-elastic 3.533.0 → 3.540.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/DocDBElastic.d.ts +3 -1
- package/dist-types/DocDBElasticClient.d.ts +1 -1
- package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
- package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/DeleteClusterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/GetClusterCommand.d.ts +2 -1
- package/dist-types/commands/GetClusterSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/ListClusterSnapshotsCommand.d.ts +2 -1
- package/dist-types/commands/ListClustersCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/RestoreClusterFromSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/StartClusterCommand.d.ts +2 -1
- package/dist-types/commands/StopClusterCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +137 -137
- package/dist-types/ts3.4/DocDBElastic.d.ts +2 -0
- package/dist-types/ts3.4/commands/CopyClusterSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateClusterSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteClusterSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetClusterSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListClusterSnapshotsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreClusterFromSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
|
-
const util_endpoints_1 = require("@
|
|
4
|
+
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
+
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
5
6
|
const ruleset_1 = require("./ruleset");
|
|
6
7
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
7
|
-
return (0,
|
|
8
|
+
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
8
9
|
endpointParams: endpointParams,
|
|
9
10
|
logger: context.logger,
|
|
10
11
|
});
|
|
11
12
|
};
|
|
12
13
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
|
+
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
package/dist-cjs/index.js
CHANGED
|
@@ -1308,9 +1308,6 @@ var paginateListClusterSnapshots = (0, import_core.createPaginator)(DocDBElastic
|
|
|
1308
1308
|
// src/pagination/ListClustersPaginator.ts
|
|
1309
1309
|
|
|
1310
1310
|
var paginateListClusters = (0, import_core.createPaginator)(DocDBElasticClient, ListClustersCommand, "nextToken", "nextToken", "maxResults");
|
|
1311
|
-
|
|
1312
|
-
// src/index.ts
|
|
1313
|
-
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
1314
1311
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1315
1312
|
|
|
1316
1313
|
0 && (module.exports = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
3
|
import { ruleSet } from "./ruleset";
|
|
3
4
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
4
5
|
return resolveEndpoint(ruleSet, {
|
|
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
6
7
|
logger: context.logger,
|
|
7
8
|
});
|
|
8
9
|
};
|
|
10
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/dist-es/index.js
CHANGED
|
@@ -62,12 +62,14 @@ export interface DocDBElastic {
|
|
|
62
62
|
/**
|
|
63
63
|
* @see {@link ListClustersCommand}
|
|
64
64
|
*/
|
|
65
|
+
listClusters(): Promise<ListClustersCommandOutput>;
|
|
65
66
|
listClusters(args: ListClustersCommandInput, options?: __HttpHandlerOptions): Promise<ListClustersCommandOutput>;
|
|
66
67
|
listClusters(args: ListClustersCommandInput, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
|
|
67
68
|
listClusters(args: ListClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
|
|
68
69
|
/**
|
|
69
70
|
* @see {@link ListClusterSnapshotsCommand}
|
|
70
71
|
*/
|
|
72
|
+
listClusterSnapshots(): Promise<ListClusterSnapshotsCommandOutput>;
|
|
71
73
|
listClusterSnapshots(args: ListClusterSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<ListClusterSnapshotsCommandOutput>;
|
|
72
74
|
listClusterSnapshots(args: ListClusterSnapshotsCommandInput, cb: (err: any, data?: ListClusterSnapshotsCommandOutput) => void): void;
|
|
73
75
|
listClusterSnapshots(args: ListClusterSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClusterSnapshotsCommandOutput) => void): void;
|
|
@@ -115,7 +117,6 @@ export interface DocDBElastic {
|
|
|
115
117
|
updateCluster(args: UpdateClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClusterCommandOutput) => void): void;
|
|
116
118
|
}
|
|
117
119
|
/**
|
|
118
|
-
* @public
|
|
119
120
|
* <fullname>Amazon DocumentDB elastic clusters</fullname>
|
|
120
121
|
* <p>Amazon DocumentDB elastic-clusters support workloads with millions of reads/writes per second and petabytes of storage capacity.
|
|
121
122
|
* Amazon DocumentDB elastic clusters also simplify how developers interact with Amazon DocumentDB elastic-clusters by eliminating the need to choose, manage or upgrade instances.</p>
|
|
@@ -131,6 +132,7 @@ export interface DocDBElastic {
|
|
|
131
132
|
* <p>continue investing in a cloud-native, elastic, and class leading architecture for JSON workloads.</p>
|
|
132
133
|
* </li>
|
|
133
134
|
* </ul>
|
|
135
|
+
* @public
|
|
134
136
|
*/
|
|
135
137
|
export declare class DocDBElastic extends DocDBElasticClient implements DocDBElastic {
|
|
136
138
|
}
|
|
@@ -167,7 +167,6 @@ export type DocDBElasticClientResolvedConfigType = __SmithyResolvedConfiguration
|
|
|
167
167
|
export interface DocDBElasticClientResolvedConfig extends DocDBElasticClientResolvedConfigType {
|
|
168
168
|
}
|
|
169
169
|
/**
|
|
170
|
-
* @public
|
|
171
170
|
* <fullname>Amazon DocumentDB elastic clusters</fullname>
|
|
172
171
|
* <p>Amazon DocumentDB elastic-clusters support workloads with millions of reads/writes per second and petabytes of storage capacity.
|
|
173
172
|
* Amazon DocumentDB elastic clusters also simplify how developers interact with Amazon DocumentDB elastic-clusters by eliminating the need to choose, manage or upgrade instances.</p>
|
|
@@ -183,6 +182,7 @@ export interface DocDBElasticClientResolvedConfig extends DocDBElasticClientReso
|
|
|
183
182
|
* <p>continue investing in a cloud-native, elastic, and class leading architecture for JSON workloads.</p>
|
|
184
183
|
* </li>
|
|
185
184
|
* </ul>
|
|
185
|
+
* @public
|
|
186
186
|
*/
|
|
187
187
|
export declare class DocDBElasticClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DocDBElasticClientResolvedConfig> {
|
|
188
188
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CopyClusterSnapshotCommandOutput extends CopyClusterSnapshotOut
|
|
|
22
22
|
}
|
|
23
23
|
declare const CopyClusterSnapshotCommand_base: {
|
|
24
24
|
new (input: CopyClusterSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<CopyClusterSnapshotCommandInput, CopyClusterSnapshotCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CopyClusterSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<CopyClusterSnapshotCommandInput, CopyClusterSnapshotCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Copies a snapshot of an elastic cluster.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -96,6 +96,7 @@ declare const CopyClusterSnapshotCommand_base: {
|
|
|
96
96
|
* @throws {@link DocDBElasticServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from DocDBElastic service.</p>
|
|
98
98
|
*
|
|
99
|
+
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class CopyClusterSnapshotCommand extends CopyClusterSnapshotCommand_base {
|
|
101
102
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateClusterCommandOutput extends CreateClusterOutput, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateClusterCommand_base: {
|
|
24
24
|
new (input: CreateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new Amazon DocumentDB elastic cluster and returns its cluster structure.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -119,6 +119,7 @@ declare const CreateClusterCommand_base: {
|
|
|
119
119
|
* @throws {@link DocDBElasticServiceException}
|
|
120
120
|
* <p>Base exception class for all service exceptions from DocDBElastic service.</p>
|
|
121
121
|
*
|
|
122
|
+
* @public
|
|
122
123
|
*/
|
|
123
124
|
export declare class CreateClusterCommand extends CreateClusterCommand_base {
|
|
124
125
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateClusterSnapshotCommandOutput extends CreateClusterSnapsho
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateClusterSnapshotCommand_base: {
|
|
24
24
|
new (input: CreateClusterSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<CreateClusterSnapshotCommandInput, CreateClusterSnapshotCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateClusterSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<CreateClusterSnapshotCommandInput, CreateClusterSnapshotCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a snapshot of an elastic cluster.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -94,6 +94,7 @@ declare const CreateClusterSnapshotCommand_base: {
|
|
|
94
94
|
* @throws {@link DocDBElasticServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from DocDBElastic service.</p>
|
|
96
96
|
*
|
|
97
|
+
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class CreateClusterSnapshotCommand extends CreateClusterSnapshotCommand_base {
|
|
99
100
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteClusterCommandOutput extends DeleteClusterOutput, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteClusterCommand_base: {
|
|
24
24
|
new (input: DeleteClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Delete an elastic cluster.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -99,6 +99,7 @@ declare const DeleteClusterCommand_base: {
|
|
|
99
99
|
* @throws {@link DocDBElasticServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from DocDBElastic service.</p>
|
|
101
101
|
*
|
|
102
|
+
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class DeleteClusterCommand extends DeleteClusterCommand_base {
|
|
104
105
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteClusterSnapshotCommandOutput extends DeleteClusterSnapsho
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteClusterSnapshotCommand_base: {
|
|
24
24
|
new (input: DeleteClusterSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteClusterSnapshotCommandInput, DeleteClusterSnapshotCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteClusterSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteClusterSnapshotCommandInput, DeleteClusterSnapshotCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Delete an elastic cluster snapshot.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -87,6 +87,7 @@ declare const DeleteClusterSnapshotCommand_base: {
|
|
|
87
87
|
* @throws {@link DocDBElasticServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from DocDBElastic service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class DeleteClusterSnapshotCommand extends DeleteClusterSnapshotCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetClusterCommandOutput extends GetClusterOutput, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetClusterCommand_base: {
|
|
24
24
|
new (input: GetClusterCommandInput): import("@smithy/smithy-client").CommandImpl<GetClusterCommandInput, GetClusterCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetClusterCommandInput): import("@smithy/smithy-client").CommandImpl<GetClusterCommandInput, GetClusterCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about a specific elastic cluster.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -96,6 +96,7 @@ declare const GetClusterCommand_base: {
|
|
|
96
96
|
* @throws {@link DocDBElasticServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from DocDBElastic service.</p>
|
|
98
98
|
*
|
|
99
|
+
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class GetClusterCommand extends GetClusterCommand_base {
|
|
101
102
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetClusterSnapshotCommandOutput extends GetClusterSnapshotOutpu
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetClusterSnapshotCommand_base: {
|
|
24
24
|
new (input: GetClusterSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<GetClusterSnapshotCommandInput, GetClusterSnapshotCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetClusterSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<GetClusterSnapshotCommandInput, GetClusterSnapshotCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about a specific elastic cluster snapshot</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -84,6 +84,7 @@ declare const GetClusterSnapshotCommand_base: {
|
|
|
84
84
|
* @throws {@link DocDBElasticServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from DocDBElastic service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class GetClusterSnapshotCommand extends GetClusterSnapshotCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListClusterSnapshotsCommandOutput extends ListClusterSnapshotsO
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListClusterSnapshotsCommand_base: {
|
|
24
24
|
new (input: ListClusterSnapshotsCommandInput): import("@smithy/smithy-client").CommandImpl<ListClusterSnapshotsCommandInput, ListClusterSnapshotsCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListClusterSnapshotsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListClusterSnapshotsCommandInput, ListClusterSnapshotsCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about snapshots for a specified elastic cluster.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const ListClusterSnapshotsCommand_base: {
|
|
|
77
77
|
* @throws {@link DocDBElasticServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from DocDBElastic service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListClusterSnapshotsCommand extends ListClusterSnapshotsCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListClustersCommandOutput extends ListClustersOutput, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListClustersCommand_base: {
|
|
24
24
|
new (input: ListClustersCommandInput): import("@smithy/smithy-client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListClustersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about provisioned Amazon DocumentDB elastic clusters.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const ListClustersCommand_base: {
|
|
|
73
73
|
* @throws {@link DocDBElasticServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from DocDBElastic service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ListClustersCommand extends ListClustersCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all tags on a elastic cluster resource</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -67,6 +67,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
67
67
|
* @throws {@link DocDBElasticServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from DocDBElastic service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface RestoreClusterFromSnapshotCommandOutput extends RestoreClusterF
|
|
|
22
22
|
}
|
|
23
23
|
declare const RestoreClusterFromSnapshotCommand_base: {
|
|
24
24
|
new (input: RestoreClusterFromSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreClusterFromSnapshotCommandInput, RestoreClusterFromSnapshotCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RestoreClusterFromSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreClusterFromSnapshotCommandInput, RestoreClusterFromSnapshotCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Restores an elastic cluster from a snapshot.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -115,6 +115,7 @@ declare const RestoreClusterFromSnapshotCommand_base: {
|
|
|
115
115
|
* @throws {@link DocDBElasticServiceException}
|
|
116
116
|
* <p>Base exception class for all service exceptions from DocDBElastic service.</p>
|
|
117
117
|
*
|
|
118
|
+
* @public
|
|
118
119
|
*/
|
|
119
120
|
export declare class RestoreClusterFromSnapshotCommand extends RestoreClusterFromSnapshotCommand_base {
|
|
120
121
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartClusterCommandOutput extends StartClusterOutput, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartClusterCommand_base: {
|
|
24
24
|
new (input: StartClusterCommandInput): import("@smithy/smithy-client").CommandImpl<StartClusterCommandInput, StartClusterCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartClusterCommandInput): import("@smithy/smithy-client").CommandImpl<StartClusterCommandInput, StartClusterCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Restarts the stopped elastic cluster that is specified by <code>clusterARN</code>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -96,6 +96,7 @@ declare const StartClusterCommand_base: {
|
|
|
96
96
|
* @throws {@link DocDBElasticServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from DocDBElastic service.</p>
|
|
98
98
|
*
|
|
99
|
+
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class StartClusterCommand extends StartClusterCommand_base {
|
|
101
102
|
}
|
|
@@ -22,10 +22,10 @@ export interface StopClusterCommandOutput extends StopClusterOutput, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const StopClusterCommand_base: {
|
|
24
24
|
new (input: StopClusterCommandInput): import("@smithy/smithy-client").CommandImpl<StopClusterCommandInput, StopClusterCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StopClusterCommandInput): import("@smithy/smithy-client").CommandImpl<StopClusterCommandInput, StopClusterCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Stops the running elastic cluster that is specified by <code>clusterArn</code>.
|
|
30
30
|
* The elastic cluster must be in the <i>available</i> state. </p>
|
|
31
31
|
* @example
|
|
@@ -97,6 +97,7 @@ declare const StopClusterCommand_base: {
|
|
|
97
97
|
* @throws {@link DocDBElasticServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from DocDBElastic service.</p>
|
|
99
99
|
*
|
|
100
|
+
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class StopClusterCommand extends StopClusterCommand_base {
|
|
102
103
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds metadata tags to an elastic cluster resource</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const TagResourceCommand_base: {
|
|
|
66
66
|
* @throws {@link DocDBElasticServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from DocDBElastic service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes metadata tags from an elastic cluster resource</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const UntagResourceCommand_base: {
|
|
|
66
66
|
* @throws {@link DocDBElasticServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from DocDBElastic service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateClusterCommandOutput extends UpdateClusterOutput, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateClusterCommand_base: {
|
|
24
24
|
new (input: UpdateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterCommandInput, UpdateClusterCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterCommandInput, UpdateClusterCommandOutput, DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Modifies an elastic cluster. This includes updating admin-username/password,
|
|
30
30
|
* upgrading the API version, and setting up a backup window and maintenance window</p>
|
|
31
31
|
* @example
|
|
@@ -115,6 +115,7 @@ declare const UpdateClusterCommand_base: {
|
|
|
115
115
|
* @throws {@link DocDBElasticServiceException}
|
|
116
116
|
* <p>Base exception class for all service exceptions from DocDBElastic service.</p>
|
|
117
117
|
*
|
|
118
|
+
* @public
|
|
118
119
|
*/
|
|
119
120
|
export declare class UpdateClusterCommand extends UpdateClusterCommand_base {
|
|
120
121
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -25,5 +25,4 @@ export { DocDBElasticExtensionConfiguration } from "./extensionConfiguration";
|
|
|
25
25
|
export * from "./commands";
|
|
26
26
|
export * from "./pagination";
|
|
27
27
|
export * from "./models";
|
|
28
|
-
import "@aws-sdk/util-endpoints";
|
|
29
28
|
export { DocDBElasticServiceException } from "./models/DocDBElasticServiceException";
|