{ "version": "2.0", "metadata": { "apiVersion": "2018-01-12", "endpointPrefix": "dlm", "jsonVersion": "1.1", "protocol": "rest-json", "serviceAbbreviation": "Amazon DLM", "serviceFullName": "Amazon Data Lifecycle Manager", "serviceId": "DLM", "signatureVersion": "v4", "signingName": "dlm", "uid": "dlm-2018-01-12" }, "operations": { "CreateLifecyclePolicy": { "name": "CreateLifecyclePolicy", "http": { "method": "POST", "requestUri": "/policies" }, "input": { "shape": "CreateLifecyclePolicyRequest" }, "output": { "shape": "CreateLifecyclePolicyResponse" }, "errors": [ { "shape": "InvalidRequestException" }, { "shape": "LimitExceededException" }, { "shape": "InternalServerException" } ], "documentation": "

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

For more information, see Default policies vs custom policies.

If you create a default policy, you can specify the request parameters either in the request body, or in the PolicyDetails request structure, but not both.

" }, "DeleteLifecyclePolicy": { "name": "DeleteLifecyclePolicy", "http": { "method": "DELETE", "requestUri": "/policies/{policyId}" }, "input": { "shape": "DeleteLifecyclePolicyRequest" }, "output": { "shape": "DeleteLifecyclePolicyResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "LimitExceededException" } ], "documentation": "

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

For more information about deleting a policy, see Delete lifecycle policies.

" }, "GetLifecyclePolicies": { "name": "GetLifecyclePolicies", "http": { "method": "GET", "requestUri": "/policies" }, "input": { "shape": "GetLifecyclePoliciesRequest" }, "output": { "shape": "GetLifecyclePoliciesResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" }, { "shape": "InternalServerException" }, { "shape": "LimitExceededException" } ], "documentation": "

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

To get complete information about a policy, use GetLifecyclePolicy.

" }, "GetLifecyclePolicy": { "name": "GetLifecyclePolicy", "http": { "method": "GET", "requestUri": "/policies/{policyId}" }, "input": { "shape": "GetLifecyclePolicyRequest" }, "output": { "shape": "GetLifecyclePolicyResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InternalServerException" }, { "shape": "LimitExceededException" } ], "documentation": "

Gets detailed information about the specified lifecycle policy.

" }, "ListTagsForResource": { "name": "ListTagsForResource", "http": { "method": "GET", "requestUri": "/tags/{resourceArn}" }, "input": { "shape": "ListTagsForResourceRequest" }, "output": { "shape": "ListTagsForResourceResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "InvalidRequestException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Lists the tags for the specified resource.

" }, "TagResource": { "name": "TagResource", "http": { "method": "POST", "requestUri": "/tags/{resourceArn}" }, "input": { "shape": "TagResourceRequest" }, "output": { "shape": "TagResourceResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "InvalidRequestException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Adds the specified tags to the specified resource.

" }, "UntagResource": { "name": "UntagResource", "http": { "method": "DELETE", "requestUri": "/tags/{resourceArn}" }, "input": { "shape": "UntagResourceRequest" }, "output": { "shape": "UntagResourceResponse" }, "errors": [ { "shape": "InternalServerException" }, { "shape": "InvalidRequestException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Removes the specified tags from the specified resource.

" }, "UpdateLifecyclePolicy": { "name": "UpdateLifecyclePolicy", "http": { "method": "PATCH", "requestUri": "/policies/{policyId}" }, "input": { "shape": "UpdateLifecyclePolicyRequest" }, "output": { "shape": "UpdateLifecyclePolicyResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" }, { "shape": "InternalServerException" }, { "shape": "LimitExceededException" } ], "documentation": "

Updates the specified lifecycle policy.

For more information about updating a policy, see Modify lifecycle policies.

" } }, "shapes": { "Action": { "type": "structure", "required": [ "Name", "CrossRegionCopy" ], "members": { "Name": { "shape": "ActionName", "documentation": "

A descriptive name for the action.

" }, "CrossRegionCopy": { "shape": "CrossRegionCopyActionList", "documentation": "

The rule for copying shared snapshots across Regions.

" } }, "documentation": "

[Event-based policies only] Specifies an action for an event-based policy.

" }, "ActionList": { "type": "list", "member": { "shape": "Action" }, "max": 1, "min": 1 }, "ActionName": { "type": "string", "max": 120, "min": 0, "pattern": "[0-9A-Za-z _-]+" }, "ArchiveRetainRule": { "type": "structure", "required": [ "RetentionArchiveTier" ], "members": { "RetentionArchiveTier": { "shape": "RetentionArchiveTier", "documentation": "

Information about retention period in the Amazon EBS Snapshots Archive. For more information, see Archive Amazon EBS snapshots.

" } }, "documentation": "

[Custom snapshot policies only] Specifies information about the archive storage tier retention period.

" }, "ArchiveRule": { "type": "structure", "required": [ "RetainRule" ], "members": { "RetainRule": { "shape": "ArchiveRetainRule", "documentation": "

Information about the retention period for the snapshot archiving rule.

" } }, "documentation": "

[Custom snapshot policies only] Specifies a snapshot archiving rule for a schedule.

" }, "AvailabilityZone": { "type": "string", "max": 16, "min": 0, "pattern": "([a-z]+-){2,3}\\d[a-z]" }, "AvailabilityZoneList": { "type": "list", "member": { "shape": "AvailabilityZone" }, "max": 10, "min": 1 }, "AwsAccountId": { "type": "string", "max": 12, "min": 12, "pattern": "^[0-9]{12}$" }, "CmkArn": { "type": "string", "max": 2048, "min": 0, "pattern": "arn:aws(-[a-z]{1,3}){0,2}:kms:([a-z]+-){2,3}\\d:\\d+:key/.*" }, "CopyTags": { "type": "boolean" }, "CopyTagsNullable": { "type": "boolean" }, "Count": { "type": "integer", "max": 1000, "min": 1 }, "CreateInterval": { "type": "integer", "min": 1 }, "CreateLifecyclePolicyRequest": { "type": "structure", "required": [ "ExecutionRoleArn", "Description", "State" ], "members": { "ExecutionRoleArn": { "shape": "ExecutionRoleArn", "documentation": "

The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.

" }, "Description": { "shape": "PolicyDescription", "documentation": "

A description of the lifecycle policy. The characters ^[0-9A-Za-z _-]+$ are supported.

" }, "State": { "shape": "SettablePolicyStateValues", "documentation": "

The activation state of the lifecycle policy after creation.

" }, "PolicyDetails": { "shape": "PolicyDetails", "documentation": "

The configuration details of the lifecycle policy.

If you create a default policy, you can specify the request parameters either in the request body, or in the PolicyDetails request structure, but not both.

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags to apply to the lifecycle policy during creation.

" }, "DefaultPolicy": { "shape": "DefaultPolicyTypeValues", "documentation": "

[Default policies only] Specify the type of default policy to create.

" }, "CreateInterval": { "shape": "CreateInterval", "documentation": "

[Default policies only] Specifies how often the policy should run and create snapshots or AMIs. The creation frequency can range from 1 to 7 days. If you do not specify a value, the default is 1.

Default: 1

" }, "RetainInterval": { "shape": "RetainInterval", "documentation": "

[Default policies only] Specifies how long the policy should retain snapshots or AMIs before deleting them. The retention period can range from 2 to 14 days, but it must be greater than the creation frequency to ensure that the policy retains at least 1 snapshot or AMI at any given time. If you do not specify a value, the default is 7.

Default: 7

" }, "CopyTags": { "shape": "CopyTagsNullable", "documentation": "

[Default policies only] Indicates whether the policy should copy tags from the source resource to the snapshot or AMI. If you do not specify a value, the default is false.

Default: false

" }, "ExtendDeletion": { "shape": "ExtendDeletion", "documentation": "

[Default policies only] Defines the snapshot or AMI retention behavior for the policy if the source volume or instance is deleted, or if the policy enters the error, disabled, or deleted state.

By default (ExtendDeletion=false):

If you enable extended deletion (ExtendDeletion=true), you override both default behaviors simultaneously.

If you do not specify a value, the default is false.

Default: false

" }, "CrossRegionCopyTargets": { "shape": "CrossRegionCopyTargetList", "documentation": "

[Default policies only] Specifies destination Regions for snapshot or AMI copies. You can specify up to 3 destination Regions. If you do not want to create cross-Region copies, omit this parameter.

" }, "Exclusions": { "shape": "Exclusions", "documentation": "

[Default policies only] Specifies exclusion parameters for volumes or instances for which you do not want to create snapshots or AMIs. The policy will not create snapshots or AMIs for target resources that match any of the specified exclusion parameters.

" } } }, "CreateLifecyclePolicyResponse": { "type": "structure", "members": { "PolicyId": { "shape": "PolicyId", "documentation": "

The identifier of the lifecycle policy.

" } } }, "CreateRule": { "type": "structure", "members": { "Location": { "shape": "LocationValues", "documentation": "

[Custom snapshot policies only] Specifies the destination for snapshots created by the policy. To create snapshots in the same Region as the source resource, specify CLOUD. To create snapshots on the same Outpost as the source resource, specify OUTPOST_LOCAL. If you omit this parameter, CLOUD is used by default.

If the policy targets resources in an Amazon Web Services Region, then you must create snapshots in the same Region as the source resource. If the policy targets resources on an Outpost, then you can create snapshots on the same Outpost as the source resource, or in the Region of that Outpost.

" }, "Interval": { "shape": "Interval", "documentation": "

The interval between snapshots. The supported values are 1, 2, 3, 4, 6, 8, 12, and 24.

" }, "IntervalUnit": { "shape": "IntervalUnitValues", "documentation": "

The interval unit.

" }, "Times": { "shape": "TimesList", "documentation": "

The time, in UTC, to start the operation. The supported format is hh:mm.

The operation occurs within a one-hour window following the specified time. If you do not specify a time, Amazon Data Lifecycle Manager selects a time within the next 24 hours.

" }, "CronExpression": { "shape": "CronExpression", "documentation": "

The schedule, as a Cron expression. The schedule interval must be between 1 hour and 1 year. For more information, see Cron expressions in the Amazon CloudWatch User Guide.

" }, "Scripts": { "shape": "ScriptsList", "documentation": "

[Custom snapshot policies that target instances only] Specifies pre and/or post scripts for a snapshot lifecycle policy that targets instances. This is useful for creating application-consistent snapshots, or for performing specific administrative tasks before or after Amazon Data Lifecycle Manager initiates snapshot creation.

For more information, see Automating application-consistent snapshots with pre and post scripts.

" } }, "documentation": "

[Custom snapshot and AMI policies only] Specifies when the policy should create snapshots or AMIs.

" }, "CronExpression": { "type": "string", "max": 106, "min": 17, "pattern": "cron\\([^\\n]{11,100}\\)" }, "CrossRegionCopyAction": { "type": "structure", "required": [ "Target", "EncryptionConfiguration" ], "members": { "Target": { "shape": "Target", "documentation": "

The target Region.

" }, "EncryptionConfiguration": { "shape": "EncryptionConfiguration", "documentation": "

The encryption settings for the copied snapshot.

" }, "RetainRule": { "shape": "CrossRegionCopyRetainRule" } }, "documentation": "

[Event-based policies only] Specifies a cross-Region copy action for event-based policies.

To specify a cross-Region copy rule for snapshot and AMI policies, use CrossRegionCopyRule.

" }, "CrossRegionCopyActionList": { "type": "list", "member": { "shape": "CrossRegionCopyAction" }, "max": 3, "min": 0 }, "CrossRegionCopyDeprecateRule": { "type": "structure", "members": { "Interval": { "shape": "Interval", "documentation": "

The period after which to deprecate the cross-Region AMI copies. The period must be less than or equal to the cross-Region AMI copy retention period, and it can't be greater than 10 years. This is equivalent to 120 months, 520 weeks, or 3650 days.

" }, "IntervalUnit": { "shape": "RetentionIntervalUnitValues", "documentation": "

The unit of time in which to measure the Interval. For example, to deprecate a cross-Region AMI copy after 3 months, specify Interval=3 and IntervalUnit=MONTHS.

" } }, "documentation": "

[Custom AMI policies only] Specifies an AMI deprecation rule for cross-Region AMI copies created by an AMI policy.

" }, "CrossRegionCopyRetainRule": { "type": "structure", "members": { "Interval": { "shape": "Interval", "documentation": "

The amount of time to retain a cross-Region snapshot or AMI copy. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.

" }, "IntervalUnit": { "shape": "RetentionIntervalUnitValues", "documentation": "

The unit of time for time-based retention. For example, to retain a cross-Region copy for 3 months, specify Interval=3 and IntervalUnit=MONTHS.

" } }, "documentation": "

Specifies a retention rule for cross-Region snapshot copies created by snapshot or event-based policies, or cross-Region AMI copies created by AMI policies. After the retention period expires, the cross-Region copy is deleted.

" }, "CrossRegionCopyRule": { "type": "structure", "required": [ "Encrypted" ], "members": { "TargetRegion": { "shape": "TargetRegion", "documentation": "

Use this parameter for AMI policies only. For snapshot policies, use Target instead. For snapshot policies created before the Target parameter was introduced, this parameter indicates the target Region for snapshot copies.

[Custom AMI policies only] The target Region or the Amazon Resource Name (ARN) of the target Outpost for the snapshot copies.

" }, "Target": { "shape": "Target", "documentation": "

Use this parameter for snapshot policies only. For AMI policies, use TargetRegion instead.

[Custom snapshot policies only] The target Region or the Amazon Resource Name (ARN) of the target Outpost for the snapshot copies.

" }, "Encrypted": { "shape": "Encrypted", "documentation": "

To encrypt a copy of an unencrypted snapshot if encryption by default is not enabled, enable encryption using this parameter. Copies of encrypted snapshots are encrypted, even if this parameter is false or if encryption by default is not enabled.

" }, "CmkArn": { "shape": "CmkArn", "documentation": "

The Amazon Resource Name (ARN) of the KMS key to use for EBS encryption. If this parameter is not specified, the default KMS key for the account is used.

" }, "CopyTags": { "shape": "CopyTagsNullable", "documentation": "

Indicates whether to copy all user-defined tags from the source snapshot or AMI to the cross-Region copy.

" }, "RetainRule": { "shape": "CrossRegionCopyRetainRule", "documentation": "

The retention rule that indicates how long the cross-Region snapshot or AMI copies are to be retained in the destination Region.

" }, "DeprecateRule": { "shape": "CrossRegionCopyDeprecateRule", "documentation": "

[Custom AMI policies only] The AMI deprecation rule for cross-Region AMI copies created by the rule.

" } }, "documentation": "

[Custom snapshot and AMI policies only] Specifies a cross-Region copy rule for a snapshot and AMI policies.

To specify a cross-Region copy action for event-based polices, use CrossRegionCopyAction.

" }, "CrossRegionCopyRules": { "type": "list", "member": { "shape": "CrossRegionCopyRule" }, "max": 3, "min": 0 }, "CrossRegionCopyTarget": { "type": "structure", "members": { "TargetRegion": { "shape": "TargetRegion", "documentation": "

The target Region, for example us-east-1.

" } }, "documentation": "

[Default policies only] Specifies a destination Region for cross-Region copy actions.

" }, "CrossRegionCopyTargetList": { "type": "list", "member": { "shape": "CrossRegionCopyTarget" }, "max": 3, "min": 0 }, "DefaultPoliciesTypeValues": { "type": "string", "enum": [ "VOLUME", "INSTANCE", "ALL" ] }, "DefaultPolicy": { "type": "boolean" }, "DefaultPolicyTypeValues": { "type": "string", "enum": [ "VOLUME", "INSTANCE" ] }, "DeleteLifecyclePolicyRequest": { "type": "structure", "required": [ "PolicyId" ], "members": { "PolicyId": { "shape": "PolicyId", "documentation": "

The identifier of the lifecycle policy.

", "location": "uri", "locationName": "policyId" } } }, "DeleteLifecyclePolicyResponse": { "type": "structure", "members": {} }, "DeprecateRule": { "type": "structure", "members": { "Count": { "shape": "Count", "documentation": "

If the schedule has a count-based retention rule, this parameter specifies the number of oldest AMIs to deprecate. The count must be less than or equal to the schedule's retention count, and it can't be greater than 1000.

" }, "Interval": { "shape": "Interval", "documentation": "

If the schedule has an age-based retention rule, this parameter specifies the period after which to deprecate AMIs created by the schedule. The period must be less than or equal to the schedule's retention period, and it can't be greater than 10 years. This is equivalent to 120 months, 520 weeks, or 3650 days.

" }, "IntervalUnit": { "shape": "RetentionIntervalUnitValues", "documentation": "

The unit of time in which to measure the Interval.

" } }, "documentation": "

[Custom AMI policies only] Specifies an AMI deprecation rule for AMIs created by an AMI lifecycle policy.

For age-based schedules, you must specify Interval and IntervalUnit. For count-based schedules, you must specify Count.

" }, "DescriptionRegex": { "type": "string", "max": 1000, "min": 0, "pattern": "[\\p{all}]*" }, "Encrypted": { "type": "boolean" }, "EncryptionConfiguration": { "type": "structure", "required": [ "Encrypted" ], "members": { "Encrypted": { "shape": "Encrypted", "documentation": "

To encrypt a copy of an unencrypted snapshot when encryption by default is not enabled, enable encryption using this parameter. Copies of encrypted snapshots are encrypted, even if this parameter is false or when encryption by default is not enabled.

" }, "CmkArn": { "shape": "CmkArn", "documentation": "

The Amazon Resource Name (ARN) of the KMS key to use for EBS encryption. If this parameter is not specified, the default KMS key for the account is used.

" } }, "documentation": "

[Event-based policies only] Specifies the encryption settings for cross-Region snapshot copies created by event-based policies.

" }, "EventParameters": { "type": "structure", "required": [ "EventType", "SnapshotOwner", "DescriptionRegex" ], "members": { "EventType": { "shape": "EventTypeValues", "documentation": "

The type of event. Currently, only snapshot sharing events are supported.

" }, "SnapshotOwner": { "shape": "SnapshotOwnerList", "documentation": "

The IDs of the Amazon Web Services accounts that can trigger policy by sharing snapshots with your account. The policy only runs if one of the specified Amazon Web Services accounts shares a snapshot with your account.

" }, "DescriptionRegex": { "shape": "DescriptionRegex", "documentation": "

The snapshot description that can trigger the policy. The description pattern is specified using a regular expression. The policy runs only if a snapshot with a description that matches the specified pattern is shared with your account.

For example, specifying ^.*Created for policy: policy-1234567890abcdef0.*$ configures the policy to run only if snapshots created by policy policy-1234567890abcdef0 are shared with your account.

" } }, "documentation": "

[Event-based policies only] Specifies an event that activates an event-based policy.

" }, "EventSource": { "type": "structure", "required": [ "Type" ], "members": { "Type": { "shape": "EventSourceValues", "documentation": "

The source of the event. Currently only managed CloudWatch Events rules are supported.

" }, "Parameters": { "shape": "EventParameters", "documentation": "

Information about the event.

" } }, "documentation": "

[Event-based policies only] Specifies an event that activates an event-based policy.

" }, "EventSourceValues": { "type": "string", "enum": [ "MANAGED_CWE" ] }, "EventTypeValues": { "type": "string", "enum": [ "shareSnapshot" ] }, "ExcludeBootVolume": { "type": "boolean" }, "ExcludeBootVolumes": { "type": "boolean" }, "ExcludeDataVolumeTagList": { "type": "list", "member": { "shape": "Tag" }, "max": 50, "min": 0 }, "ExcludeTagsList": { "type": "list", "member": { "shape": "Tag" }, "max": 50, "min": 0 }, "ExcludeVolumeTypesList": { "type": "list", "member": { "shape": "VolumeTypeValues" }, "max": 6, "min": 0 }, "Exclusions": { "type": "structure", "members": { "ExcludeBootVolumes": { "shape": "ExcludeBootVolumes", "documentation": "

[Default policies for EBS snapshots only] Indicates whether to exclude volumes that are attached to instances as the boot volume. If you exclude boot volumes, only volumes attached as data (non-boot) volumes will be backed up by the policy. To exclude boot volumes, specify true.

" }, "ExcludeVolumeTypes": { "shape": "ExcludeVolumeTypesList", "documentation": "

[Default policies for EBS snapshots only] Specifies the volume types to exclude. Volumes of the specified types will not be targeted by the policy.

" }, "ExcludeTags": { "shape": "ExcludeTagsList", "documentation": "

[Default policies for EBS-backed AMIs only] Specifies whether to exclude volumes that have specific tags.

" } }, "documentation": "

[Default policies only] Specifies exclusion parameters for volumes or instances for which you do not want to create snapshots or AMIs. The policy will not create snapshots or AMIs for target resources that match any of the specified exclusion parameters.

" }, "ExecuteOperationOnScriptFailure": { "type": "boolean" }, "ExecutionHandler": { "type": "string", "max": 200, "min": 0, "pattern": "^([a-zA-Z0-9_\\-.]{3,128}|[a-zA-Z0-9_\\-.:/]{3,200}|[A-Z0-9_]+)$" }, "ExecutionHandlerServiceValues": { "type": "string", "enum": [ "AWS_SYSTEMS_MANAGER" ] }, "ExecutionRoleArn": { "type": "string", "max": 2048, "min": 0, "pattern": "arn:aws(-[a-z]{1,3}){0,2}:iam::\\d+:role/.*" }, "ExtendDeletion": { "type": "boolean" }, "FastRestoreRule": { "type": "structure", "required": [ "AvailabilityZones" ], "members": { "Count": { "shape": "Count", "documentation": "

The number of snapshots to be enabled with fast snapshot restore.

" }, "Interval": { "shape": "Interval", "documentation": "

The amount of time to enable fast snapshot restore. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.

" }, "IntervalUnit": { "shape": "RetentionIntervalUnitValues", "documentation": "

The unit of time for enabling fast snapshot restore.

" }, "AvailabilityZones": { "shape": "AvailabilityZoneList", "documentation": "

The Availability Zones in which to enable fast snapshot restore.

" } }, "documentation": "

[Custom snapshot policies only] Specifies a rule for enabling fast snapshot restore for snapshots created by snapshot policies. You can enable fast snapshot restore based on either a count or a time interval.

" }, "GetLifecyclePoliciesRequest": { "type": "structure", "members": { "PolicyIds": { "shape": "PolicyIdList", "documentation": "

The identifiers of the data lifecycle policies.

", "location": "querystring", "locationName": "policyIds" }, "State": { "shape": "GettablePolicyStateValues", "documentation": "

The activation state.

", "location": "querystring", "locationName": "state" }, "ResourceTypes": { "shape": "ResourceTypeValuesList", "documentation": "

The resource type.

", "location": "querystring", "locationName": "resourceTypes" }, "TargetTags": { "shape": "TargetTagsFilterList", "documentation": "

The target tag for a policy.

Tags are strings in the format key=value.

", "location": "querystring", "locationName": "targetTags" }, "TagsToAdd": { "shape": "TagsToAddFilterList", "documentation": "

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 Amazon Web Services-added lifecycle tags.

", "location": "querystring", "locationName": "tagsToAdd" }, "DefaultPolicyType": { "shape": "DefaultPoliciesTypeValues", "documentation": "

[Default policies only] Specifies the type of default policy to get. Specify one of the following:

", "location": "querystring", "locationName": "defaultPolicyType" } } }, "GetLifecyclePoliciesResponse": { "type": "structure", "members": { "Policies": { "shape": "LifecyclePolicySummaryList", "documentation": "

Summary information about the lifecycle policies.

" } } }, "GetLifecyclePolicyRequest": { "type": "structure", "required": [ "PolicyId" ], "members": { "PolicyId": { "shape": "PolicyId", "documentation": "

The identifier of the lifecycle policy.

", "location": "uri", "locationName": "policyId" } } }, "GetLifecyclePolicyResponse": { "type": "structure", "members": { "Policy": { "shape": "LifecyclePolicy", "documentation": "

Detailed information about the lifecycle policy.

" } } }, "GettablePolicyStateValues": { "type": "string", "enum": [ "ENABLED", "DISABLED", "ERROR" ] }, "Interval": { "type": "integer", "min": 1 }, "IntervalUnitValues": { "type": "string", "enum": [ "HOURS" ] }, "LifecyclePolicy": { "type": "structure", "members": { "PolicyId": { "shape": "PolicyId", "documentation": "

The identifier of the lifecycle policy.

" }, "Description": { "shape": "PolicyDescription", "documentation": "

The description of the lifecycle policy.

" }, "State": { "shape": "GettablePolicyStateValues", "documentation": "

The activation state of the lifecycle policy.

" }, "StatusMessage": { "shape": "StatusMessage", "documentation": "

The description of the status.

" }, "ExecutionRoleArn": { "shape": "ExecutionRoleArn", "documentation": "

The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.

" }, "DateCreated": { "shape": "Timestamp", "documentation": "

The local date and time when the lifecycle policy was created.

" }, "DateModified": { "shape": "Timestamp", "documentation": "

The local date and time when the lifecycle policy was last modified.

" }, "PolicyDetails": { "shape": "PolicyDetails", "documentation": "

The configuration of the lifecycle policy

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags.

" }, "PolicyArn": { "shape": "PolicyArn", "documentation": "

The Amazon Resource Name (ARN) of the policy.

" }, "DefaultPolicy": { "shape": "DefaultPolicy", "documentation": "

[Default policies only] The type of default policy. Values include:

" } }, "documentation": "

[Custom policies only] Detailed information about a snapshot, AMI, or event-based lifecycle policy.

" }, "LifecyclePolicySummary": { "type": "structure", "members": { "PolicyId": { "shape": "PolicyId", "documentation": "

The identifier of the lifecycle policy.

" }, "Description": { "shape": "PolicyDescription", "documentation": "

The description of the lifecycle policy.

" }, "State": { "shape": "GettablePolicyStateValues", "documentation": "

The activation state of the lifecycle policy.

" }, "Tags": { "shape": "TagMap", "documentation": "

The tags.

" }, "PolicyType": { "shape": "PolicyTypeValues", "documentation": "

The type of policy. EBS_SNAPSHOT_MANAGEMENT indicates that the policy manages the lifecycle of Amazon EBS snapshots. IMAGE_MANAGEMENT indicates that the policy manages the lifecycle of EBS-backed AMIs. EVENT_BASED_POLICY indicates that the policy automates cross-account snapshot copies for snapshots that are shared with your account.

" }, "DefaultPolicy": { "shape": "DefaultPolicy", "documentation": "

[Default policies only] The type of default policy. Values include:

" } }, "documentation": "

Summary information about a lifecycle policy.

" }, "LifecyclePolicySummaryList": { "type": "list", "member": { "shape": "LifecyclePolicySummary" } }, "ListTagsForResourceRequest": { "type": "structure", "required": [ "ResourceArn" ], "members": { "ResourceArn": { "shape": "PolicyArn", "documentation": "

The Amazon Resource Name (ARN) of the resource.

", "location": "uri", "locationName": "resourceArn" } } }, "ListTagsForResourceResponse": { "type": "structure", "members": { "Tags": { "shape": "TagMap", "documentation": "

Information about the tags.

" } } }, "LocationValues": { "type": "string", "enum": [ "CLOUD", "OUTPOST_LOCAL" ] }, "NoReboot": { "type": "boolean" }, "Parameters": { "type": "structure", "members": { "ExcludeBootVolume": { "shape": "ExcludeBootVolume", "documentation": "

[Custom snapshot policies that target instances only] Indicates whether to exclude the root volume from multi-volume snapshot sets. The default is false. If you specify true, then the root volumes attached to targeted instances will be excluded from the multi-volume snapshot sets created by the policy.

" }, "NoReboot": { "shape": "NoReboot", "documentation": "

[Custom AMI policies only] Indicates whether targeted instances are rebooted when the lifecycle policy runs. true indicates that targeted instances are not rebooted when the policy runs. false indicates that target instances are rebooted when the policy runs. The default is true (instances are not rebooted).

" }, "ExcludeDataVolumeTags": { "shape": "ExcludeDataVolumeTagList", "documentation": "

[Custom snapshot policies that target instances only] The tags used to identify data (non-root) volumes to exclude from multi-volume snapshot sets.

If you create a snapshot lifecycle policy that targets instances and you specify tags for this parameter, then data volumes with the specified tags that are attached to targeted instances will be excluded from the multi-volume snapshot sets created by the policy.

" } }, "documentation": "

[Custom snapshot and AMI policies only] Specifies optional parameters for snapshot and AMI policies. The set of valid parameters depends on the combination of policy type and target resource type.

If you choose to exclude boot volumes and you specify tags that consequently exclude all of the additional data volumes attached to an instance, then Amazon Data Lifecycle Manager will not create any snapshots for the affected instance, and it will emit a SnapshotsCreateFailed Amazon CloudWatch metric. For more information, see Monitor your policies using Amazon CloudWatch.

" }, "PolicyArn": { "type": "string", "max": 2048, "min": 0, "pattern": "^arn:aws(-[a-z]{1,3}){0,2}:dlm:[A-Za-z0-9_/.-]{0,63}:\\d+:policy/[0-9A-Za-z_-]{1,128}$" }, "PolicyDescription": { "type": "string", "max": 500, "min": 0, "pattern": "[0-9A-Za-z _-]+" }, "PolicyDetails": { "type": "structure", "members": { "PolicyType": { "shape": "PolicyTypeValues", "documentation": "

[Custom policies only] The valid target resource types and actions a policy can manage. Specify EBS_SNAPSHOT_MANAGEMENT to create a lifecycle policy that manages the lifecycle of Amazon EBS snapshots. Specify IMAGE_MANAGEMENT to create a lifecycle policy that manages the lifecycle of EBS-backed AMIs. Specify EVENT_BASED_POLICY to create an event-based policy that performs specific actions when a defined event occurs in your Amazon Web Services account.

The default is EBS_SNAPSHOT_MANAGEMENT.

" }, "ResourceTypes": { "shape": "ResourceTypeValuesList", "documentation": "

[Custom snapshot policies only] The target resource type for snapshot and AMI lifecycle policies. Use VOLUME to create snapshots of individual volumes or use INSTANCE to create multi-volume snapshots from the volumes for an instance.

" }, "ResourceLocations": { "shape": "ResourceLocationList", "documentation": "

[Custom snapshot and AMI policies only] The location of the resources to backup. If the source resources are located in an Amazon Web Services Region, specify CLOUD. If the source resources are located on an Outpost in your account, specify OUTPOST.

If you specify OUTPOST, Amazon Data Lifecycle Manager backs up all resources of the specified type with matching target tags across all of the Outposts in your account.

" }, "TargetTags": { "shape": "TargetTagList", "documentation": "

[Custom snapshot and AMI policies only] The single tag that identifies targeted resources for this policy.

" }, "Schedules": { "shape": "ScheduleList", "documentation": "

[Custom snapshot and AMI policies only] The schedules of policy-defined actions for snapshot and AMI lifecycle policies. A policy can have up to four schedules—one mandatory schedule and up to three optional schedules.

" }, "Parameters": { "shape": "Parameters", "documentation": "

[Custom snapshot and AMI policies only] A set of optional parameters for snapshot and AMI lifecycle policies.

If you are modifying a policy that was created or previously modified using the Amazon Data Lifecycle Manager console, then you must include this parameter and specify either the default values or the new values that you require. You can't omit this parameter or set its values to null.

" }, "EventSource": { "shape": "EventSource", "documentation": "

[Event-based policies only] The event that activates the event-based policy.

" }, "Actions": { "shape": "ActionList", "documentation": "

[Event-based policies only] The actions to be performed when the event-based policy is activated. You can specify only one action per policy.

" }, "PolicyLanguage": { "shape": "PolicyLanguageValues", "documentation": "

The type of policy to create. Specify one of the following:

" }, "ResourceType": { "shape": "ResourceTypeValues", "documentation": "

[Default policies only] Specify the type of default policy to create.

" }, "CreateInterval": { "shape": "CreateInterval", "documentation": "

[Default policies only] Specifies how often the policy should run and create snapshots or AMIs. The creation frequency can range from 1 to 7 days. If you do not specify a value, the default is 1.

Default: 1

" }, "RetainInterval": { "shape": "RetainInterval", "documentation": "

[Default policies only] Specifies how long the policy should retain snapshots or AMIs before deleting them. The retention period can range from 2 to 14 days, but it must be greater than the creation frequency to ensure that the policy retains at least 1 snapshot or AMI at any given time. If you do not specify a value, the default is 7.

Default: 7

" }, "CopyTags": { "shape": "CopyTagsNullable", "documentation": "

[Default policies only] Indicates whether the policy should copy tags from the source resource to the snapshot or AMI. If you do not specify a value, the default is false.

Default: false

" }, "CrossRegionCopyTargets": { "shape": "CrossRegionCopyTargetList", "documentation": "

[Default policies only] Specifies destination Regions for snapshot or AMI copies. You can specify up to 3 destination Regions. If you do not want to create cross-Region copies, omit this parameter.

" }, "ExtendDeletion": { "shape": "ExtendDeletion", "documentation": "

[Default policies only] Defines the snapshot or AMI retention behavior for the policy if the source volume or instance is deleted, or if the policy enters the error, disabled, or deleted state.

By default (ExtendDeletion=false):

If you enable extended deletion (ExtendDeletion=true), you override both default behaviors simultaneously.

If you do not specify a value, the default is false.

Default: false

" }, "Exclusions": { "shape": "Exclusions", "documentation": "

[Default policies only] Specifies exclusion parameters for volumes or instances for which you do not want to create snapshots or AMIs. The policy will not create snapshots or AMIs for target resources that match any of the specified exclusion parameters.

" } }, "documentation": "

Specifies the configuration of a lifecycle policy.

" }, "PolicyId": { "type": "string", "max": 64, "min": 0, "pattern": "policy-[a-f0-9]+" }, "PolicyIdList": { "type": "list", "member": { "shape": "PolicyId" } }, "PolicyLanguageValues": { "type": "string", "enum": [ "SIMPLIFIED", "STANDARD" ] }, "PolicyTypeValues": { "type": "string", "enum": [ "EBS_SNAPSHOT_MANAGEMENT", "IMAGE_MANAGEMENT", "EVENT_BASED_POLICY" ] }, "ResourceLocationList": { "type": "list", "member": { "shape": "ResourceLocationValues" }, "max": 1, "min": 1 }, "ResourceLocationValues": { "type": "string", "enum": [ "CLOUD", "OUTPOST" ] }, "ResourceTypeValues": { "type": "string", "enum": [ "VOLUME", "INSTANCE" ] }, "ResourceTypeValuesList": { "type": "list", "member": { "shape": "ResourceTypeValues" }, "max": 1, "min": 1 }, "RetainInterval": { "type": "integer", "min": 1 }, "RetainRule": { "type": "structure", "members": { "Count": { "shape": "StandardTierRetainRuleCount", "documentation": "

The number of snapshots to retain for each volume, up to a maximum of 1000. For example if you want to retain a maximum of three snapshots, specify 3. When the fourth snapshot is created, the oldest retained snapshot is deleted, or it is moved to the archive tier if you have specified an ArchiveRule.

" }, "Interval": { "shape": "StandardTierRetainRuleInterval", "documentation": "

The amount of time to retain each snapshot. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.

" }, "IntervalUnit": { "shape": "RetentionIntervalUnitValues", "documentation": "

The unit of time for time-based retention. For example, to retain snapshots for 3 months, specify Interval=3 and IntervalUnit=MONTHS. Once the snapshot has been retained for 3 months, it is deleted, or it is moved to the archive tier if you have specified an ArchiveRule.

" } }, "documentation": "

[Custom snapshot and AMI policies only] Specifies a retention rule for snapshots created by snapshot policies, or for AMIs created by AMI policies.

For snapshot policies that have an ArchiveRule, this retention rule applies to standard tier retention. When the retention threshold is met, snapshots are moved from the standard to the archive tier.

For snapshot policies that do not have an ArchiveRule, snapshots are permanently deleted when this retention threshold is met.

You can retain snapshots based on either a count or a time interval.

" }, "RetentionArchiveTier": { "type": "structure", "members": { "Count": { "shape": "Count", "documentation": "

The maximum number of snapshots to retain in the archive storage tier for each volume. The count must ensure that each snapshot remains in the archive tier for at least 90 days. For example, if the schedule creates snapshots every 30 days, you must specify a count of 3 or more to ensure that each snapshot is archived for at least 90 days.

" }, "Interval": { "shape": "Interval", "documentation": "

Specifies the period of time to retain snapshots in the archive tier. After this period expires, the snapshot is permanently deleted.

" }, "IntervalUnit": { "shape": "RetentionIntervalUnitValues", "documentation": "

The unit of time in which to measure the Interval. For example, to retain a snapshots in the archive tier for 6 months, specify Interval=6 and IntervalUnit=MONTHS.

" } }, "documentation": "

[Custom snapshot policies only] Describes the retention rule for archived snapshots. Once the archive retention threshold is met, the snapshots are permanently deleted from the archive tier.

The archive retention rule must retain snapshots in the archive tier for a minimum of 90 days.

For count-based schedules, you must specify Count. For age-based schedules, you must specify Interval and IntervalUnit.

For more information about using snapshot archiving, see Considerations for snapshot lifecycle policies.

" }, "RetentionIntervalUnitValues": { "type": "string", "enum": [ "DAYS", "WEEKS", "MONTHS", "YEARS" ] }, "Schedule": { "type": "structure", "members": { "Name": { "shape": "ScheduleName", "documentation": "

The name of the schedule.

" }, "CopyTags": { "shape": "CopyTags", "documentation": "

Copy all user-defined tags on a source volume to snapshots of the volume created by this policy.

" }, "TagsToAdd": { "shape": "TagsToAddList", "documentation": "

The tags to apply to policy-created resources. These user-defined tags are in addition to the Amazon Web Services-added lifecycle tags.

" }, "VariableTags": { "shape": "VariableTagsList", "documentation": "

[AMI policies and snapshot policies that target instances only] A collection of key/value pairs with values determined dynamically when the policy is executed. Keys may be any valid Amazon EC2 tag key. Values must be in one of the two following formats: $(instance-id) or $(timestamp). Variable tags are only valid for EBS Snapshot Management – Instance policies.

" }, "CreateRule": { "shape": "CreateRule", "documentation": "

The creation rule.

" }, "RetainRule": { "shape": "RetainRule", "documentation": "

The retention rule for snapshots or AMIs created by the policy.

" }, "FastRestoreRule": { "shape": "FastRestoreRule", "documentation": "

[Custom snapshot policies only] The rule for enabling fast snapshot restore.

" }, "CrossRegionCopyRules": { "shape": "CrossRegionCopyRules", "documentation": "

Specifies a rule for copying snapshots or AMIs across regions.

You can't specify cross-Region copy rules for policies that create snapshots on an Outpost. If the policy creates snapshots in a Region, then snapshots can be copied to up to three Regions or Outposts.

" }, "ShareRules": { "shape": "ShareRules", "documentation": "

[Custom snapshot policies only] The rule for sharing snapshots with other Amazon Web Services accounts.

" }, "DeprecateRule": { "shape": "DeprecateRule", "documentation": "

[Custom AMI policies only] The AMI deprecation rule for the schedule.

" }, "ArchiveRule": { "shape": "ArchiveRule", "documentation": "

[Custom snapshot policies that target volumes only] The snapshot archiving rule for the schedule. When you specify an archiving rule, snapshots are automatically moved from the standard tier to the archive tier once the schedule's retention threshold is met. Snapshots are then retained in the archive tier for the archive retention period that you specify.

For more information about using snapshot archiving, see Considerations for snapshot lifecycle policies.

" } }, "documentation": "

[Custom snapshot and AMI policies only] Specifies a schedule for a snapshot or AMI lifecycle policy.

" }, "ScheduleList": { "type": "list", "member": { "shape": "Schedule" }, "max": 4, "min": 1 }, "ScheduleName": { "type": "string", "max": 120, "min": 0, "pattern": "[0-9A-Za-z _-]+" }, "Script": { "type": "structure", "required": [ "ExecutionHandler" ], "members": { "Stages": { "shape": "StagesList", "documentation": "

Indicate which scripts Amazon Data Lifecycle Manager should run on target instances. Pre scripts run before Amazon Data Lifecycle Manager initiates snapshot creation. Post scripts run after Amazon Data Lifecycle Manager initiates snapshot creation.

If you are automating VSS Backups, omit this parameter.

Default: PRE and POST

" }, "ExecutionHandlerService": { "shape": "ExecutionHandlerServiceValues", "documentation": "

Indicates the service used to execute the pre and/or post scripts.

Default: AWS_SYSTEMS_MANAGER

" }, "ExecutionHandler": { "shape": "ExecutionHandler", "documentation": "

The SSM document that includes the pre and/or post scripts to run.

" }, "ExecuteOperationOnScriptFailure": { "shape": "ExecuteOperationOnScriptFailure", "documentation": "

Indicates whether Amazon Data Lifecycle Manager should default to crash-consistent snapshots if the pre script fails.

This parameter is supported only if you run a pre script. If you run a post script only, omit this parameter.

Default: true

" }, "ExecutionTimeout": { "shape": "ScriptExecutionTimeout", "documentation": "

Specifies a timeout period, in seconds, after which Amazon Data Lifecycle Manager fails the script run attempt if it has not completed. If a script does not complete within its timeout period, Amazon Data Lifecycle Manager fails the attempt. The timeout period applies to the pre and post scripts individually.

If you are automating VSS Backups, omit this parameter.

Default: 10

" }, "MaximumRetryCount": { "shape": "ScriptMaximumRetryCount", "documentation": "

Specifies the number of times Amazon Data Lifecycle Manager should retry scripts that fail.

If you do not want Amazon Data Lifecycle Manager to retry failed scripts, specify 0.

Default: 0

" } }, "documentation": "

[Custom snapshot policies that target instances only] Information about pre and/or post scripts for a snapshot lifecycle policy that targets instances. For more information, see Automating application-consistent snapshots with pre and post scripts.

" }, "ScriptExecutionTimeout": { "type": "integer", "max": 120, "min": 10 }, "ScriptMaximumRetryCount": { "type": "integer", "max": 3, "min": 0 }, "ScriptsList": { "type": "list", "member": { "shape": "Script" }, "max": 1, "min": 0 }, "SettablePolicyStateValues": { "type": "string", "enum": [ "ENABLED", "DISABLED" ] }, "ShareRule": { "type": "structure", "required": [ "TargetAccounts" ], "members": { "TargetAccounts": { "shape": "ShareTargetAccountList", "documentation": "

The IDs of the Amazon Web Services accounts with which to share the snapshots.

" }, "UnshareInterval": { "shape": "Interval", "documentation": "

The period after which snapshots that are shared with other Amazon Web Services accounts are automatically unshared.

" }, "UnshareIntervalUnit": { "shape": "RetentionIntervalUnitValues", "documentation": "

The unit of time for the automatic unsharing interval.

" } }, "documentation": "

[Custom snapshot policies only] Specifies a rule for sharing snapshots across Amazon Web Services accounts.

" }, "ShareRules": { "type": "list", "member": { "shape": "ShareRule" }, "max": 1, "min": 0 }, "ShareTargetAccountList": { "type": "list", "member": { "shape": "AwsAccountId" }, "min": 1 }, "SnapshotOwnerList": { "type": "list", "member": { "shape": "AwsAccountId" }, "max": 50, "min": 0 }, "StageValues": { "type": "string", "enum": [ "PRE", "POST" ] }, "StagesList": { "type": "list", "member": { "shape": "StageValues" }, "max": 2, "min": 1 }, "StandardTierRetainRuleCount": { "type": "integer", "max": 1000, "min": 0 }, "StandardTierRetainRuleInterval": { "type": "integer", "min": 0 }, "StatusMessage": { "type": "string", "max": 500, "min": 0, "pattern": "[\\p{all}]*" }, "String": { "type": "string", "max": 500, "min": 0, "pattern": "[\\p{all}]*" }, "Tag": { "type": "structure", "required": [ "Key", "Value" ], "members": { "Key": { "shape": "String", "documentation": "

The tag key.

" }, "Value": { "shape": "String", "documentation": "

The tag value.

" } }, "documentation": "

Specifies a tag for a resource.

" }, "TagFilter": { "type": "string", "max": 256, "min": 0, "pattern": "[\\p{all}]*" }, "TagKey": { "type": "string", "max": 128, "min": 1, "pattern": "^(?!aws:)[a-zA-Z+-=._:/]+$" }, "TagKeyList": { "type": "list", "member": { "shape": "TagKey" }, "max": 200, "min": 1 }, "TagMap": { "type": "map", "key": { "shape": "TagKey" }, "value": { "shape": "TagValue" }, "max": 200, "min": 1 }, "TagResourceRequest": { "type": "structure", "required": [ "ResourceArn", "Tags" ], "members": { "ResourceArn": { "shape": "PolicyArn", "documentation": "

The Amazon Resource Name (ARN) of the resource.

", "location": "uri", "locationName": "resourceArn" }, "Tags": { "shape": "TagMap", "documentation": "

One or more tags.

" } } }, "TagResourceResponse": { "type": "structure", "members": {} }, "TagValue": { "type": "string", "max": 256, "pattern": "[\\p{all}]*" }, "TagsToAddFilterList": { "type": "list", "member": { "shape": "TagFilter" }, "max": 50, "min": 0 }, "TagsToAddList": { "type": "list", "member": { "shape": "Tag" }, "max": 45, "min": 0 }, "Target": { "type": "string", "max": 2048, "min": 0, "pattern": "^[\\w:\\-\\/\\*]+$" }, "TargetRegion": { "type": "string", "max": 16, "min": 0, "pattern": "([a-z]+-){2,3}\\d" }, "TargetTagList": { "type": "list", "member": { "shape": "Tag" }, "max": 50, "min": 1 }, "TargetTagsFilterList": { "type": "list", "member": { "shape": "TagFilter" }, "max": 50, "min": 1 }, "Time": { "type": "string", "max": 5, "min": 5, "pattern": "^(0[0-9]|1[0-9]|2[0-3]):[0-5][0-9]$" }, "TimesList": { "type": "list", "member": { "shape": "Time" }, "max": 1 }, "Timestamp": { "type": "timestamp", "timestampFormat": "iso8601" }, "UntagResourceRequest": { "type": "structure", "required": [ "ResourceArn", "TagKeys" ], "members": { "ResourceArn": { "shape": "PolicyArn", "documentation": "

The Amazon Resource Name (ARN) of the resource.

", "location": "uri", "locationName": "resourceArn" }, "TagKeys": { "shape": "TagKeyList", "documentation": "

The tag keys.

", "location": "querystring", "locationName": "tagKeys" } } }, "UntagResourceResponse": { "type": "structure", "members": {} }, "UpdateLifecyclePolicyRequest": { "type": "structure", "required": [ "PolicyId" ], "members": { "PolicyId": { "shape": "PolicyId", "documentation": "

The identifier of the lifecycle policy.

", "location": "uri", "locationName": "policyId" }, "ExecutionRoleArn": { "shape": "ExecutionRoleArn", "documentation": "

The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.

" }, "State": { "shape": "SettablePolicyStateValues", "documentation": "

The desired activation state of the lifecycle policy after creation.

" }, "Description": { "shape": "PolicyDescription", "documentation": "

A description of the lifecycle policy.

" }, "PolicyDetails": { "shape": "PolicyDetails", "documentation": "

The configuration of the lifecycle policy. You cannot update the policy type or the resource type.

" }, "CreateInterval": { "shape": "CreateInterval", "documentation": "

[Default policies only] Specifies how often the policy should run and create snapshots or AMIs. The creation frequency can range from 1 to 7 days.

" }, "RetainInterval": { "shape": "RetainInterval", "documentation": "

[Default policies only] Specifies how long the policy should retain snapshots or AMIs before deleting them. The retention period can range from 2 to 14 days, but it must be greater than the creation frequency to ensure that the policy retains at least 1 snapshot or AMI at any given time.

" }, "CopyTags": { "shape": "CopyTagsNullable", "documentation": "

[Default policies only] Indicates whether the policy should copy tags from the source resource to the snapshot or AMI.

" }, "ExtendDeletion": { "shape": "ExtendDeletion", "documentation": "

[Default policies only] Defines the snapshot or AMI retention behavior for the policy if the source volume or instance is deleted, or if the policy enters the error, disabled, or deleted state.

By default (ExtendDeletion=false):

If you enable extended deletion (ExtendDeletion=true), you override both default behaviors simultaneously.

Default: false

" }, "CrossRegionCopyTargets": { "shape": "CrossRegionCopyTargetList", "documentation": "

[Default policies only] Specifies destination Regions for snapshot or AMI copies. You can specify up to 3 destination Regions. If you do not want to create cross-Region copies, omit this parameter.

" }, "Exclusions": { "shape": "Exclusions", "documentation": "

[Default policies only] Specifies exclusion parameters for volumes or instances for which you do not want to create snapshots or AMIs. The policy will not create snapshots or AMIs for target resources that match any of the specified exclusion parameters.

" } } }, "UpdateLifecyclePolicyResponse": { "type": "structure", "members": {} }, "VariableTagsList": { "type": "list", "member": { "shape": "Tag" }, "max": 45, "min": 0 }, "VolumeTypeValues": { "type": "string" } }, "documentation": "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.

" }