Package-level declarations

Types

Link copied to clipboard
interface DlmClient : SdkClient

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.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Inherited 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

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.