@aws-sdk/client-dlm 3.533.0 → 3.535.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/DLM.d.ts +2 -1
- package/dist-types/DLMClient.d.ts +1 -1
- package/dist-types/commands/CreateLifecyclePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetLifecyclePoliciesCommand.d.ts +2 -1
- package/dist-types/commands/GetLifecyclePolicyCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.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/UpdateLifecyclePolicyCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +180 -180
- package/dist-types/ts3.4/DLM.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateLifecyclePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetLifecyclePoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.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/UpdateLifecyclePolicyCommand.d.ts +9 -0
- package/package.json +40 -40
package/dist-types/DLM.d.ts
CHANGED
|
@@ -24,6 +24,7 @@ export interface DLM {
|
|
|
24
24
|
/**
|
|
25
25
|
* @see {@link GetLifecyclePoliciesCommand}
|
|
26
26
|
*/
|
|
27
|
+
getLifecyclePolicies(): Promise<GetLifecyclePoliciesCommandOutput>;
|
|
27
28
|
getLifecyclePolicies(args: GetLifecyclePoliciesCommandInput, options?: __HttpHandlerOptions): Promise<GetLifecyclePoliciesCommandOutput>;
|
|
28
29
|
getLifecyclePolicies(args: GetLifecyclePoliciesCommandInput, cb: (err: any, data?: GetLifecyclePoliciesCommandOutput) => void): void;
|
|
29
30
|
getLifecyclePolicies(args: GetLifecyclePoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLifecyclePoliciesCommandOutput) => void): void;
|
|
@@ -59,7 +60,6 @@ export interface DLM {
|
|
|
59
60
|
updateLifecyclePolicy(args: UpdateLifecyclePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLifecyclePolicyCommandOutput) => void): void;
|
|
60
61
|
}
|
|
61
62
|
/**
|
|
62
|
-
* @public
|
|
63
63
|
* <fullname>Amazon Data Lifecycle Manager</fullname>
|
|
64
64
|
* <p>With Amazon Data Lifecycle Manager, you can manage the lifecycle of your Amazon Web Services resources. You create
|
|
65
65
|
* lifecycle policies, which are used to automate operations on the specified
|
|
@@ -67,6 +67,7 @@ export interface DLM {
|
|
|
67
67
|
* <p>Amazon Data Lifecycle Manager supports Amazon EBS volumes and snapshots. For information about using Amazon Data Lifecycle Manager
|
|
68
68
|
* with Amazon EBS, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshot-lifecycle.html">
|
|
69
69
|
* Amazon Data Lifecycle Manager</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DLM extends DLMClient implements DLM {
|
|
72
73
|
}
|
|
@@ -159,7 +159,6 @@ export type DLMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHa
|
|
|
159
159
|
export interface DLMClientResolvedConfig extends DLMClientResolvedConfigType {
|
|
160
160
|
}
|
|
161
161
|
/**
|
|
162
|
-
* @public
|
|
163
162
|
* <fullname>Amazon Data Lifecycle Manager</fullname>
|
|
164
163
|
* <p>With Amazon Data Lifecycle Manager, you can manage the lifecycle of your Amazon Web Services resources. You create
|
|
165
164
|
* lifecycle policies, which are used to automate operations on the specified
|
|
@@ -167,6 +166,7 @@ export interface DLMClientResolvedConfig extends DLMClientResolvedConfigType {
|
|
|
167
166
|
* <p>Amazon Data Lifecycle Manager supports Amazon EBS volumes and snapshots. For information about using Amazon Data Lifecycle Manager
|
|
168
167
|
* with Amazon EBS, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshot-lifecycle.html">
|
|
169
168
|
* Amazon Data Lifecycle Manager</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
169
|
+
* @public
|
|
170
170
|
*/
|
|
171
171
|
export declare class DLMClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DLMClientResolvedConfig> {
|
|
172
172
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CreateLifecyclePolicyCommandOutput extends CreateLifecyclePolic
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateLifecyclePolicyCommand_base: {
|
|
24
24
|
new (input: CreateLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLifecyclePolicyCommandInput, CreateLifecyclePolicyCommandOutput, DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLifecyclePolicyCommandInput, CreateLifecyclePolicyCommandOutput, DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an Amazon Data Lifecycle Manager lifecycle policy. Amazon Data Lifecycle Manager supports the following policy types:</p>
|
|
30
30
|
* <ul>
|
|
31
31
|
* <li>
|
|
@@ -272,6 +272,7 @@ declare const CreateLifecyclePolicyCommand_base: {
|
|
|
272
272
|
* @throws {@link DLMServiceException}
|
|
273
273
|
* <p>Base exception class for all service exceptions from DLM service.</p>
|
|
274
274
|
*
|
|
275
|
+
* @public
|
|
275
276
|
*/
|
|
276
277
|
export declare class CreateLifecyclePolicyCommand extends CreateLifecyclePolicyCommand_base {
|
|
277
278
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteLifecyclePolicyCommandOutput extends DeleteLifecyclePolic
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteLifecyclePolicyCommand_base: {
|
|
24
24
|
new (input: DeleteLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput, DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput, DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified lifecycle policy and halts the automated operations that the
|
|
30
30
|
* policy specified.</p>
|
|
31
31
|
* <p>For more information about deleting a policy, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/view-modify-delete.html#delete">Delete lifecycle
|
|
@@ -63,6 +63,7 @@ declare const DeleteLifecyclePolicyCommand_base: {
|
|
|
63
63
|
* @throws {@link DLMServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from DLM service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class DeleteLifecyclePolicyCommand extends DeleteLifecyclePolicyCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetLifecyclePoliciesCommandOutput extends GetLifecyclePoliciesR
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetLifecyclePoliciesCommand_base: {
|
|
24
24
|
new (input: GetLifecyclePoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<GetLifecyclePoliciesCommandInput, GetLifecyclePoliciesCommandOutput, DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetLifecyclePoliciesCommandInput]): import("@smithy/smithy-client").CommandImpl<GetLifecyclePoliciesCommandInput, GetLifecyclePoliciesCommandOutput, DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets summary information about all or the specified data lifecycle policies.</p>
|
|
30
30
|
* <p>To get complete information about a policy, use <a href="https://docs.aws.amazon.com/dlm/latest/APIReference/API_GetLifecyclePolicy.html">GetLifecyclePolicy</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -91,6 +91,7 @@ declare const GetLifecyclePoliciesCommand_base: {
|
|
|
91
91
|
* @throws {@link DLMServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from DLM service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class GetLifecyclePoliciesCommand extends GetLifecyclePoliciesCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetLifecyclePolicyCommandOutput extends GetLifecyclePolicyRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetLifecyclePolicyCommand_base: {
|
|
24
24
|
new (input: GetLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput, DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput, DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets detailed information about the specified lifecycle policy.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -237,6 +237,7 @@ declare const GetLifecyclePolicyCommand_base: {
|
|
|
237
237
|
* @throws {@link DLMServiceException}
|
|
238
238
|
* <p>Base exception class for all service exceptions from DLM service.</p>
|
|
239
239
|
*
|
|
240
|
+
* @public
|
|
240
241
|
*/
|
|
241
242
|
export declare class GetLifecyclePolicyCommand extends GetLifecyclePolicyCommand_base {
|
|
242
243
|
}
|
|
@@ -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, DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the tags for the specified resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -65,6 +65,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link DLMServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from DLM service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
70
71
|
}
|
|
@@ -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, DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds the specified tags to the specified resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const TagResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link DLMServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from DLM service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
69
70
|
}
|
|
@@ -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, DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the specified tags from the specified resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const UntagResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link DLMServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from DLM service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateLifecyclePolicyCommandOutput extends UpdateLifecyclePolic
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateLifecyclePolicyCommand_base: {
|
|
24
24
|
new (input: UpdateLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLifecyclePolicyCommandInput, UpdateLifecyclePolicyCommandOutput, DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLifecyclePolicyCommandInput, UpdateLifecyclePolicyCommandOutput, DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the specified lifecycle policy.</p>
|
|
30
30
|
* <p>For more information about updating a policy, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/view-modify-delete.html#modify">Modify lifecycle
|
|
31
31
|
* policies</a>.</p>
|
|
@@ -249,6 +249,7 @@ declare const UpdateLifecyclePolicyCommand_base: {
|
|
|
249
249
|
* @throws {@link DLMServiceException}
|
|
250
250
|
* <p>Base exception class for all service exceptions from DLM service.</p>
|
|
251
251
|
*
|
|
252
|
+
* @public
|
|
252
253
|
*/
|
|
253
254
|
export declare class UpdateLifecyclePolicyCommand extends UpdateLifecyclePolicyCommand_base {
|
|
254
255
|
}
|