{ "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 a policy to manage the lifecycle of the specified Amazon Web Services resources. You can create up to 100 lifecycle policies.
" }, "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.
" }, "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.
" } }, "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 _-]+" }, "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 }, "CreateLifecyclePolicyRequest":{ "type":"structure", "required":[ "ExecutionRoleArn", "Description", "State", "PolicyDetails" ], "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 desired activation state of the lifecycle policy after creation.
" }, "PolicyDetails":{ "shape":"PolicyDetails", "documentation":"The configuration details of the lifecycle policy.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags to apply to the lifecycle policy during creation.
" } } }, "CreateLifecyclePolicyResponse":{ "type":"structure", "members":{ "PolicyId":{ "shape":"PolicyId", "documentation":"The identifier of the lifecycle policy.
" } } }, "CreateRule":{ "type":"structure", "members":{ "Location":{ "shape":"LocationValues", "documentation":" [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 DLM 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.
" } }, "documentation":"[Snapshot and AMI policies only] Specifies when the policy should create snapshots or AMIs.
You must specify either a Cron expression or an interval, interval unit, and start time. You cannot specify both.
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.
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
.
[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
.
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":"Avoid using this parameter when creating new policies. Instead, use Target to specify a target Region or a target Outpost for snapshot copies.
For policies created before the Target parameter was introduced, this parameter indicates the target Region for snapshot copies.
The target Region or the Amazon Resource Name (ARN) of the target Outpost for the snapshot copies.
Use this parameter instead of TargetRegion. Do not specify both.
" }, "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":"[AMI policies only] The AMI deprecation rule for cross-Region AMI copies created by the rule.
" } }, "documentation":"[Snapshot and AMI policies only] Specifies a cross-Region copy rule for snapshot and AMI policies.
To specify a cross-Region copy action for event-based polices, use CrossRegionCopyAction.
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":"[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.
" }, "ErrorCode":{"type":"string"}, "ErrorMessage":{"type":"string"}, "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.
[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"}, "ExcludeDataVolumeTagList":{ "type":"list", "member":{"shape":"Tag"}, "max":50, "min":0 }, "ExecutionRoleArn":{ "type":"string", "max":2048, "min":0, "pattern":"arn:aws(-[a-z]{1,3}){0,2}:iam::\\d+:role/.*" }, "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":"[Snapshot policies only] Specifies a rule for enabling fast snapshot restore for snapshots created by snaspshot 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
.
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" } } }, "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" ] }, "InternalServerException":{ "type":"structure", "members":{ "Message":{"shape":"ErrorMessage"}, "Code":{"shape":"ErrorCode"} }, "documentation":"The service failed in an unexpected way.
", "error":{"httpStatusCode":500}, "exception":true }, "Interval":{ "type":"integer", "min":1 }, "IntervalUnitValues":{ "type":"string", "enum":["HOURS"] }, "InvalidRequestException":{ "type":"structure", "members":{ "Message":{"shape":"ErrorMessage"}, "Code":{"shape":"ErrorCode"}, "RequiredParameters":{ "shape":"ParameterList", "documentation":"The request omitted one or more required parameters.
" }, "MutuallyExclusiveParameters":{ "shape":"ParameterList", "documentation":"The request included parameters that cannot be provided together.
" } }, "documentation":"Bad request. The request is missing required parameters or has invalid parameters.
", "error":{"httpStatusCode":400}, "exception":true }, "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.
" } }, "documentation":"[All policy types] 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.
Summary information about a lifecycle policy.
" }, "LifecyclePolicySummaryList":{ "type":"list", "member":{"shape":"LifecyclePolicySummary"} }, "LimitExceededException":{ "type":"structure", "members":{ "Message":{"shape":"ErrorMessage"}, "Code":{"shape":"ErrorCode"}, "ResourceType":{ "shape":"String", "documentation":"Value is the type of resource for which a limit was exceeded.
" } }, "documentation":"The request failed because a limit was exceeded.
", "error":{"httpStatusCode":429}, "exception":true }, "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"}, "Parameter":{"type":"string"}, "ParameterList":{ "type":"list", "member":{"shape":"Parameter"} }, "Parameters":{ "type":"structure", "members":{ "ExcludeBootVolume":{ "shape":"ExcludeBootVolume", "documentation":" [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.
[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).
[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":"[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 DLM 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.
[All policy types] 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
.
[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.
[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.
[Snapshot and AMI policies only] The single tag that identifies targeted resources for this policy.
" }, "Schedules":{ "shape":"ScheduleList", "documentation":"[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":"[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.
[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.
" } }, "documentation":"[All policy types] Specifies the configuration of a lifecycle policy.
" }, "PolicyId":{ "type":"string", "max":64, "min":0, "pattern":"policy-[A-Za-z0-9]+" }, "PolicyIdList":{ "type":"list", "member":{"shape":"PolicyId"} }, "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" ] }, "ResourceNotFoundException":{ "type":"structure", "members":{ "Message":{"shape":"ErrorMessage"}, "Code":{"shape":"ErrorCode"}, "ResourceType":{ "shape":"String", "documentation":"Value is the type of resource that was not found.
" }, "ResourceIds":{ "shape":"PolicyIdList", "documentation":"Value is a list of resource IDs that were not found.
" } }, "documentation":"A requested resource was not found.
", "error":{"httpStatusCode":404}, "exception":true }, "ResourceTypeValues":{ "type":"string", "enum":[ "VOLUME", "INSTANCE" ] }, "ResourceTypeValuesList":{ "type":"list", "member":{"shape":"ResourceTypeValues"}, "max":1, "min":1 }, "RetainRule":{ "type":"structure", "members":{ "Count":{ "shape":"Count", "documentation":"The number of snapshots to retain for each volume, up to a maximum of 1000.
" }, "Interval":{ "shape":"Interval", "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.
" } }, "documentation":"[Snapshot and AMI policies only] Specifies a retention rule for snapshots created by snapshot policies or for AMIs created by AMI policies. You can retain snapshots based on either a count or a time interval.
You must specify either Count, or Interval and IntervalUnit.
" }, "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.
The creation rule.
" }, "RetainRule":{ "shape":"RetainRule", "documentation":"The retention rule for snapshots or AMIs created by the policy.
" }, "FastRestoreRule":{ "shape":"FastRestoreRule", "documentation":"[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.
[Snapshot policies only] The rule for sharing snapshots with other Amazon Web Services accounts.
" }, "DeprecateRule":{ "shape":"DeprecateRule", "documentation":"[AMI policies only] The AMI deprecation rule for the schedule.
" } }, "documentation":"[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 _-]+" }, "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":"[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 }, "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.
" } } }, "UpdateLifecyclePolicyResponse":{ "type":"structure", "members":{ } }, "VariableTagsList":{ "type":"list", "member":{"shape":"Tag"}, "max":45, "min":0 } }, "documentation":"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 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.
" }