{
"version": "2.0",
"service": "
With Amazon Data Lifecycle Manager, you can manage the lifecycle of your AWS resources. You create lifecycle policies, which are used to automate operations on the specified resources.
Amazon DLM supports Amazon EBS volumes and snapshots. For information about using Amazon DLM with Amazon EBS, see Automating the Amazon EBS Snapshot Lifecycle in the Amazon EC2 User Guide.
", "operations": { "CreateLifecyclePolicy": "Creates a policy to manage the lifecycle of the specified AWS resources. You can create up to 100 lifecycle policies.
", "DeleteLifecyclePolicy": "Deletes the specified lifecycle policy and halts the automated operations that the policy specified.
", "GetLifecyclePolicies": "Gets summary information about all or the specified data lifecycle policies.
To get complete information about a policy, use GetLifecyclePolicy.
", "GetLifecyclePolicy": "Gets detailed information about the specified lifecycle policy.
", "UpdateLifecyclePolicy": "Updates the specified lifecycle policy.
" }, "shapes": { "CopyTags": { "base": null, "refs": { "Schedule$CopyTags": null } }, "Count": { "base": null, "refs": { "RetainRule$Count": "The number of snapshots to keep for each volume, up to a maximum of 1000.
" } }, "CreateLifecyclePolicyRequest": { "base": null, "refs": { } }, "CreateLifecyclePolicyResponse": { "base": null, "refs": { } }, "CreateRule": { "base": "Specifies when to create snapshots of EBS volumes.
", "refs": { "Schedule$CreateRule": "The create rule.
" } }, "DeleteLifecyclePolicyRequest": { "base": null, "refs": { } }, "DeleteLifecyclePolicyResponse": { "base": null, "refs": { } }, "ErrorCode": { "base": null, "refs": { "InternalServerException$Code": null, "InvalidRequestException$Code": null, "LimitExceededException$Code": null, "ResourceNotFoundException$Code": null } }, "ErrorMessage": { "base": null, "refs": { "InternalServerException$Message": null, "InvalidRequestException$Message": null, "LimitExceededException$Message": null, "ResourceNotFoundException$Message": null } }, "ExecutionRoleArn": { "base": null, "refs": { "CreateLifecyclePolicyRequest$ExecutionRoleArn": "The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.
", "LifecyclePolicy$ExecutionRoleArn": "The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.
", "UpdateLifecyclePolicyRequest$ExecutionRoleArn": "The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.
" } }, "GetLifecyclePoliciesRequest": { "base": null, "refs": { } }, "GetLifecyclePoliciesResponse": { "base": null, "refs": { } }, "GetLifecyclePolicyRequest": { "base": null, "refs": { } }, "GetLifecyclePolicyResponse": { "base": null, "refs": { } }, "GettablePolicyStateValues": { "base": null, "refs": { "GetLifecyclePoliciesRequest$State": "The activation state.
", "LifecyclePolicy$State": "The activation state of the lifecycle policy.
", "LifecyclePolicySummary$State": "The activation state of the lifecycle policy.
" } }, "InternalServerException": { "base": "The service failed in an unexpected way.
", "refs": { } }, "Interval": { "base": null, "refs": { "CreateRule$Interval": "The interval. The supported values are 12 and 24.
" } }, "IntervalUnitValues": { "base": null, "refs": { "CreateRule$IntervalUnit": "The interval unit.
" } }, "InvalidRequestException": { "base": "Bad request. The request is missing required parameters or has invalid parameters.
", "refs": { } }, "LifecyclePolicy": { "base": "Detailed information about a lifecycle policy.
", "refs": { "GetLifecyclePolicyResponse$Policy": "Detailed information about the lifecycle policy.
" } }, "LifecyclePolicySummary": { "base": "Summary information about a lifecycle policy.
", "refs": { "LifecyclePolicySummaryList$member": null } }, "LifecyclePolicySummaryList": { "base": null, "refs": { "GetLifecyclePoliciesResponse$Policies": "Summary information about the lifecycle policies.
" } }, "LimitExceededException": { "base": "The request failed because a limit was exceeded.
", "refs": { } }, "Parameter": { "base": null, "refs": { "ParameterList$member": null } }, "ParameterList": { "base": null, "refs": { "InvalidRequestException$RequiredParameters": "The request omitted one or more required parameters.
", "InvalidRequestException$MutuallyExclusiveParameters": "The request included parameters that cannot be provided together.
" } }, "PolicyDescription": { "base": null, "refs": { "CreateLifecyclePolicyRequest$Description": "A description of the lifecycle policy. The characters ^[0-9A-Za-z _-]+$ are supported.
", "LifecyclePolicy$Description": "The description of the lifecycle policy.
", "LifecyclePolicySummary$Description": "The description of the lifecycle policy.
", "UpdateLifecyclePolicyRequest$Description": "A description of the lifecycle policy.
" } }, "PolicyDetails": { "base": "Specifies the configuration of a lifecycle policy.
", "refs": { "CreateLifecyclePolicyRequest$PolicyDetails": "The configuration details of the lifecycle policy.
Target tags cannot be re-used across lifecycle policies.
", "LifecyclePolicy$PolicyDetails": "The configuration of the lifecycle policy
", "UpdateLifecyclePolicyRequest$PolicyDetails": "The configuration of the lifecycle policy.
Target tags cannot be re-used across policies.
" } }, "PolicyId": { "base": null, "refs": { "CreateLifecyclePolicyResponse$PolicyId": "The identifier of the lifecycle policy.
", "DeleteLifecyclePolicyRequest$PolicyId": "The identifier of the lifecycle policy.
", "GetLifecyclePolicyRequest$PolicyId": "The identifier of the lifecycle policy.
", "LifecyclePolicy$PolicyId": "The identifier of the lifecycle policy.
", "LifecyclePolicySummary$PolicyId": "The identifier of the lifecycle policy.
", "PolicyIdList$member": null, "UpdateLifecyclePolicyRequest$PolicyId": "The identifier of the lifecycle policy.
" } }, "PolicyIdList": { "base": null, "refs": { "GetLifecyclePoliciesRequest$PolicyIds": "The identifiers of the data lifecycle policies.
", "ResourceNotFoundException$ResourceIds": "Value is a list of resource IDs that were not found.
" } }, "ResourceNotFoundException": { "base": "A requested resource was not found.
", "refs": { } }, "ResourceTypeValues": { "base": null, "refs": { "ResourceTypeValuesList$member": null } }, "ResourceTypeValuesList": { "base": null, "refs": { "GetLifecyclePoliciesRequest$ResourceTypes": "The resource type.
", "PolicyDetails$ResourceTypes": "The resource type.
" } }, "RetainRule": { "base": "Specifies the number of snapshots to keep for each EBS volume.
", "refs": { "Schedule$RetainRule": "The retain rule.
" } }, "Schedule": { "base": "Specifies a schedule.
", "refs": { "ScheduleList$member": null } }, "ScheduleList": { "base": null, "refs": { "PolicyDetails$Schedules": "The schedule of policy-defined actions.
" } }, "ScheduleName": { "base": null, "refs": { "Schedule$Name": "The name of the schedule.
" } }, "SettablePolicyStateValues": { "base": null, "refs": { "CreateLifecyclePolicyRequest$State": "The desired activation state of the lifecycle policy after creation.
", "UpdateLifecyclePolicyRequest$State": "The desired activation state of the lifecycle policy after creation.
" } }, "String": { "base": null, "refs": { "LimitExceededException$ResourceType": "Value is the type of resource for which a limit was exceeded.
", "ResourceNotFoundException$ResourceType": "Value is the type of resource that was not found.
", "Tag$Key": "The tag key.
", "Tag$Value": "The tag value.
" } }, "Tag": { "base": "Specifies a tag for a resource.
", "refs": { "TagsToAddList$member": null, "TargetTagList$member": null } }, "TagFilter": { "base": null, "refs": { "TagsToAddFilterList$member": null, "TargetTagsFilterList$member": null } }, "TagsToAddFilterList": { "base": null, "refs": { "GetLifecyclePoliciesRequest$TagsToAdd": "The tags to add to objects created by the policy.
Tags are strings in the format key=value
.
These user-defined tags are added in addition to the AWS-added lifecycle tags.
" } }, "TagsToAddList": { "base": null, "refs": { "Schedule$TagsToAdd": "The tags to apply to policy-created resources. These user-defined tags are in addition to the AWS-added lifecycle tags.
" } }, "TargetTagList": { "base": null, "refs": { "PolicyDetails$TargetTags": "The single tag that identifies targeted resources for this policy.
" } }, "TargetTagsFilterList": { "base": null, "refs": { "GetLifecyclePoliciesRequest$TargetTags": "The target tag for a policy.
Tags are strings in the format key=value
.
The time, in UTC, to start the operation.
The operation occurs within a one-hour window following the specified time.
" } }, "Timestamp": { "base": null, "refs": { "LifecyclePolicy$DateCreated": "The local date and time when the lifecycle policy was created.
", "LifecyclePolicy$DateModified": "The local date and time when the lifecycle policy was last modified.
" } }, "UpdateLifecyclePolicyRequest": { "base": null, "refs": { } }, "UpdateLifecyclePolicyResponse": { "base": null, "refs": { } } } }