DlmClient

interface DlmClient : SdkClient

Amazon Data Lifecycle Manager

With Amazon Data Lifecycle Manager, you can manage the lifecycle of your Amazon Web Services resources. You create lifecycle policies, which are used to automate operations on the specified resources.

Amazon Data Lifecycle Manager supports Amazon EBS volumes and snapshots. For information about using Amazon Data Lifecycle Manager with Amazon EBS, see Amazon Data Lifecycle Manager in the Amazon EC2 User Guide.

Properties

Link copied to clipboard
abstract override val config: DlmClient.Config

DlmClient's configuration

Functions

Link copied to clipboard

Creates an Amazon Data Lifecycle Manager lifecycle policy. Amazon Data Lifecycle Manager supports the following policy types:

Link copied to clipboard

Deletes the specified lifecycle policy and halts the automated operations that the policy specified.

Link copied to clipboard
abstract suspend fun getLifecyclePolicies(input: GetLifecyclePoliciesRequest = GetLifecyclePoliciesRequest { }): GetLifecyclePoliciesResponse

Gets summary information about all or the specified data lifecycle policies.

Link copied to clipboard

Gets detailed information about the specified lifecycle policy.

Link copied to clipboard

Lists the tags for the specified resource.

Link copied to clipboard
abstract suspend fun tagResource(input: TagResourceRequest): TagResourceResponse

Adds the specified tags to the specified resource.

Link copied to clipboard

Removes the specified tags from the specified resource.

Link copied to clipboard

Updates the specified lifecycle policy.

Inherited functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

Creates an Amazon Data Lifecycle Manager lifecycle policy. Amazon Data Lifecycle Manager supports the following policy types:

Link copied to clipboard

Deletes the specified lifecycle policy and halts the automated operations that the policy specified.

Link copied to clipboard

Gets summary information about all or the specified data lifecycle policies.

Link copied to clipboard

Gets detailed information about the specified lifecycle policy.

Link copied to clipboard

Lists the tags for the specified resource.

Link copied to clipboard
inline suspend fun DlmClient.tagResource(crossinline block: TagResourceRequest.Builder.() -> Unit): TagResourceResponse

Adds the specified tags to the specified resource.

Link copied to clipboard
inline suspend fun DlmClient.untagResource(crossinline block: UntagResourceRequest.Builder.() -> Unit): UntagResourceResponse

Removes the specified tags from the specified resource.

Link copied to clipboard

Updates the specified lifecycle policy.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.