DLM
import { DLM } from "https://aws-api.deno.dev/v0.2/services/dlm.ts?docs=full";
class DLM { }
constructor(apiFactory: client.ApiFactory);
async createLifecyclePolicy(params: CreateLifecyclePolicyRequest, opts?: client.RequestOptions): Promise<CreateLifecyclePolicyResponse>;
async deleteLifecyclePolicy(params: DeleteLifecyclePolicyRequest, opts?: client.RequestOptions): Promise<void>;
async getLifecyclePolicies(params?: GetLifecyclePoliciesRequest, opts?: client.RequestOptions): Promise<GetLifecyclePoliciesResponse>;
async getLifecyclePolicy(params: GetLifecyclePolicyRequest, opts?: client.RequestOptions): Promise<GetLifecyclePolicyResponse>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
async updateLifecyclePolicy(params: UpdateLifecyclePolicyRequest, opts?: client.RequestOptions): Promise<void>;
§Constructors
§
new DLM(apiFactory: client.ApiFactory)
[src]§Methods
§
createLifecyclePolicy(params: CreateLifecyclePolicyRequest, opts?: client.RequestOptions): Promise<CreateLifecyclePolicyResponse>
[src]Creates a policy to manage the lifecycle of the specified AWS resources. You can create up to 100 lifecycle policies.
§
deleteLifecyclePolicy(params: DeleteLifecyclePolicyRequest, opts?: client.RequestOptions): Promise<void>
[src]Deletes the specified lifecycle policy and halts the automated operations that the policy specified.
§
getLifecyclePolicies(params?: GetLifecyclePoliciesRequest, opts?: client.RequestOptions): Promise<GetLifecyclePoliciesResponse>
[src]Gets summary information about all or the specified data lifecycle policies.
To get complete information about a policy, use "GetLifecyclePolicy".
§
getLifecyclePolicy(params: GetLifecyclePolicyRequest, opts?: client.RequestOptions): Promise<GetLifecyclePolicyResponse>
[src]Gets detailed information about the specified lifecycle policy.
§
listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>
[src]Lists the tags for the specified resource.
§
updateLifecyclePolicy(params: UpdateLifecyclePolicyRequest, opts?: client.RequestOptions): Promise<void>
[src]Updates the specified lifecycle policy.
§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]