1{
2  "version": "2.0",
3  "service": "<fullname>Backup</fullname> <p>Backup is a unified backup service designed to protect Amazon Web Services services and their associated data. Backup simplifies the creation, migration, restoration, and deletion of backups, while also providing reporting and auditing.</p>",
4  "operations": {
5    "CreateBackupPlan": "<p>Creates a backup plan using a backup plan name and backup rules. A backup plan is a document that contains information that Backup uses to schedule tasks that create recovery points for resources.</p> <p>If you call <code>CreateBackupPlan</code> with a plan that already exists, you receive an <code>AlreadyExistsException</code> exception.</p>",
6    "CreateBackupSelection": "<p>Creates a JSON document that specifies a set of resources to assign to a backup plan. Resources can be included by specifying patterns for a <code>ListOfTags</code> and selected <code>Resources</code>. </p> <p>For example, consider the following patterns:</p> <ul> <li> <p> <code>Resources: \"arn:aws:ec2:region:account-id:volume/volume-id\"</code> </p> </li> <li> <p> <code>ConditionKey:\"department\"</code> </p> <p> <code>ConditionValue:\"finance\"</code> </p> <p> <code>ConditionType:\"StringEquals\"</code> </p> </li> <li> <p> <code>ConditionKey:\"importance\"</code> </p> <p> <code>ConditionValue:\"critical\"</code> </p> <p> <code>ConditionType:\"StringEquals\"</code> </p> </li> </ul> <p>Using these patterns would back up all Amazon Elastic Block Store (Amazon EBS) volumes that are tagged as <code>\"department=finance\"</code>, <code>\"importance=critical\"</code>, in addition to an EBS volume with the specified volume ID.</p> <p>Resources and conditions are additive in that all resources that match the pattern are selected. This shouldn't be confused with a logical AND, where all conditions must match. The matching patterns are logically put together using the OR operator. In other words, all patterns that match are selected for backup.</p>",
7    "CreateBackupVault": "<p>Creates a logical container where backups are stored. A <code>CreateBackupVault</code> request includes a name, optionally one or more resource tags, an encryption key, and a request ID.</p> <note> <p>Do not include sensitive data, such as passport numbers, in the name of a backup vault.</p> </note>",
8    "CreateFramework": "<p>Creates a framework with one or more controls. A framework is a collection of controls that you can use to evaluate your backup practices. By using pre-built customizable controls to define your policies, you can evaluate whether your backup practices comply with your policies and which resources are not yet in compliance.</p>",
9    "CreateReportPlan": "<p>Creates a report plan. A report plan is a document that contains information about the contents of the report and where Backup will deliver it.</p> <p>If you call <code>CreateReportPlan</code> with a plan that already exists, you receive an <code>AlreadyExistsException</code> exception.</p>",
10    "DeleteBackupPlan": "<p>Deletes a backup plan. A backup plan can only be deleted after all associated selections of resources have been deleted. Deleting a backup plan deletes the current version of a backup plan. Previous versions, if any, will still exist.</p>",
11    "DeleteBackupSelection": "<p>Deletes the resource selection associated with a backup plan that is specified by the <code>SelectionId</code>.</p>",
12    "DeleteBackupVault": "<p>Deletes the backup vault identified by its name. A vault can be deleted only if it is empty.</p>",
13    "DeleteBackupVaultAccessPolicy": "<p>Deletes the policy document that manages permissions on a backup vault.</p>",
14    "DeleteBackupVaultLockConfiguration": "<p>Deletes Backup Vault Lock from a backup vault specified by a backup vault name.</p> <p>If the Vault Lock configuration is immutable, then you cannot delete Vault Lock using API operations, and you will receive an <code>InvalidRequestException</code> if you attempt to do so. For more information, see <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/vault-lock.html\">Vault Lock</a> in the <i>Backup Developer Guide</i>.</p>",
15    "DeleteBackupVaultNotifications": "<p>Deletes event notifications for the specified backup vault.</p>",
16    "DeleteFramework": "<p>Deletes the framework specified by a framework name.</p>",
17    "DeleteRecoveryPoint": "<p>Deletes the recovery point specified by a recovery point ID.</p> <p>If the recovery point ID belongs to a continuous backup, calling this endpoint deletes the existing continuous backup and stops future continuous backup.</p>",
18    "DeleteReportPlan": "<p>Deletes the report plan specified by a report plan name.</p>",
19    "DescribeBackupJob": "<p>Returns backup job details for the specified <code>BackupJobId</code>.</p>",
20    "DescribeBackupVault": "<p>Returns metadata about a backup vault specified by its name.</p>",
21    "DescribeCopyJob": "<p>Returns metadata associated with creating a copy of a resource.</p>",
22    "DescribeFramework": "<p>Returns the framework details for the specified <code>FrameworkName</code>.</p>",
23    "DescribeGlobalSettings": "<p>Describes whether the Amazon Web Services account is opted in to cross-account backup. Returns an error if the account is not a member of an Organizations organization. Example: <code>describe-global-settings --region us-west-2</code> </p>",
24    "DescribeProtectedResource": "<p>Returns information about a saved resource, including the last time it was backed up, its Amazon Resource Name (ARN), and the Amazon Web Services service type of the saved resource.</p>",
25    "DescribeRecoveryPoint": "<p>Returns metadata associated with a recovery point, including ID, status, encryption, and lifecycle.</p>",
26    "DescribeRegionSettings": "<p>Returns the current service opt-in settings for the Region. If service opt-in is enabled for a service, Backup tries to protect that service's resources in this Region, when the resource is included in an on-demand backup or scheduled backup plan. Otherwise, Backup does not try to protect that service's resources in this Region.</p>",
27    "DescribeReportJob": "<p>Returns the details associated with creating a report as specified by its <code>ReportJobId</code>.</p>",
28    "DescribeReportPlan": "<p>Returns a list of all report plans for an Amazon Web Services account and Amazon Web Services Region.</p>",
29    "DescribeRestoreJob": "<p>Returns metadata associated with a restore job that is specified by a job ID.</p>",
30    "DisassociateRecoveryPoint": "<p>Deletes the specified continuous backup recovery point from Backup and releases control of that continuous backup to the source service, such as Amazon RDS. The source service will continue to create and retain continuous backups using the lifecycle that you specified in your original backup plan.</p> <p>Does not support snapshot backup recovery points.</p>",
31    "ExportBackupPlanTemplate": "<p>Returns the backup plan that is specified by the plan ID as a backup template.</p>",
32    "GetBackupPlan": "<p>Returns <code>BackupPlan</code> details for the specified <code>BackupPlanId</code>. The details are the body of a backup plan in JSON format, in addition to plan metadata.</p>",
33    "GetBackupPlanFromJSON": "<p>Returns a valid JSON document specifying a backup plan or an error.</p>",
34    "GetBackupPlanFromTemplate": "<p>Returns the template specified by its <code>templateId</code> as a backup plan.</p>",
35    "GetBackupSelection": "<p>Returns selection metadata and a document in JSON format that specifies a list of resources that are associated with a backup plan.</p>",
36    "GetBackupVaultAccessPolicy": "<p>Returns the access policy document that is associated with the named backup vault.</p>",
37    "GetBackupVaultNotifications": "<p>Returns event notifications for the specified backup vault.</p>",
38    "GetRecoveryPointRestoreMetadata": "<p>Returns a set of metadata key-value pairs that were used to create the backup.</p>",
39    "GetSupportedResourceTypes": "<p>Returns the Amazon Web Services resource types supported by Backup.</p>",
40    "ListBackupJobs": "<p>Returns a list of existing backup jobs for an authenticated account for the last 30 days. For a longer period of time, consider using these <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html\">monitoring tools</a>.</p>",
41    "ListBackupPlanTemplates": "<p>Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates.</p>",
42    "ListBackupPlanVersions": "<p>Returns version metadata of your backup plans, including Amazon Resource Names (ARNs), backup plan IDs, creation and deletion dates, plan names, and version IDs.</p>",
43    "ListBackupPlans": "<p>Returns a list of all active backup plans for an authenticated account. The list contains information such as Amazon Resource Names (ARNs), plan IDs, creation and deletion dates, version IDs, plan names, and creator request IDs.</p>",
44    "ListBackupSelections": "<p>Returns an array containing metadata of the resources associated with the target backup plan.</p>",
45    "ListBackupVaults": "<p>Returns a list of recovery point storage containers along with information about them.</p>",
46    "ListCopyJobs": "<p>Returns metadata about your copy jobs.</p>",
47    "ListFrameworks": "<p>Returns a list of all frameworks for an Amazon Web Services account and Amazon Web Services Region.</p>",
48    "ListProtectedResources": "<p>Returns an array of resources successfully backed up by Backup, including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.</p>",
49    "ListRecoveryPointsByBackupVault": "<p>Returns detailed information about the recovery points stored in a backup vault.</p>",
50    "ListRecoveryPointsByResource": "<p>Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource Name (ARN).</p> <note> <p>For Amazon EFS and Amazon EC2, this action only lists recovery points created by Backup.</p> </note>",
51    "ListReportJobs": "<p>Returns details about your report jobs.</p>",
52    "ListReportPlans": "<p>Returns a list of your report plans. For detailed information about a single report plan, use <code>DescribeReportPlan</code>.</p>",
53    "ListRestoreJobs": "<p>Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery process.</p>",
54    "ListTags": "<p>Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault.</p> <note> <p> <code>ListTags</code> are currently only supported with Amazon EFS backups.</p> </note>",
55    "PutBackupVaultAccessPolicy": "<p>Sets a resource-based policy that is used to manage access permissions on the target backup vault. Requires a backup vault name and an access policy document in JSON format.</p>",
56    "PutBackupVaultLockConfiguration": "<p>Applies Backup Vault Lock to a backup vault, preventing attempts to delete any recovery point stored in or created in a backup vault. Vault Lock also prevents attempts to update the lifecycle policy that controls the retention period of any recovery point currently stored in a backup vault. If specified, Vault Lock enforces a minimum and maximum retention period for future backup and copy jobs that target a backup vault.</p>",
57    "PutBackupVaultNotifications": "<p>Turns on notifications on a backup vault for the specified topic and events.</p>",
58    "StartBackupJob": "<p>Starts an on-demand backup job for the specified resource.</p>",
59    "StartCopyJob": "<p>Starts a job to create a one-time copy of the specified resource.</p> <p>Does not support continuous backups.</p>",
60    "StartReportJob": "<p>Starts an on-demand report job for the specified report plan.</p>",
61    "StartRestoreJob": "<p>Recovers the saved resource identified by an Amazon Resource Name (ARN).</p>",
62    "StopBackupJob": "<p>Attempts to cancel a job to create a one-time backup of a resource.</p>",
63    "TagResource": "<p>Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN).</p>",
64    "UntagResource": "<p>Removes a set of key-value pairs from a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN)</p>",
65    "UpdateBackupPlan": "<p>Updates an existing backup plan identified by its <code>backupPlanId</code> with the input document in JSON format. The new version is uniquely identified by a <code>VersionId</code>.</p>",
66    "UpdateFramework": "<p>Updates an existing framework identified by its <code>FrameworkName</code> with the input document in JSON format.</p>",
67    "UpdateGlobalSettings": "<p>Updates whether the Amazon Web Services account is opted in to cross-account backup. Returns an error if the account is not an Organizations management account. Use the <code>DescribeGlobalSettings</code> API to determine the current settings.</p>",
68    "UpdateRecoveryPointLifecycle": "<p>Sets the transition lifecycle of a recovery point.</p> <p>The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define.</p> <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.</p> <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p> <p>Does not support continuous backups.</p>",
69    "UpdateRegionSettings": "<p>Updates the current service opt-in settings for the Region. If service-opt-in is enabled for a service, Backup tries to protect that service's resources in this Region, when the resource is included in an on-demand backup or scheduled backup plan. Otherwise, Backup does not try to protect that service's resources in this Region. Use the <code>DescribeRegionSettings</code> API to determine the resource types that are supported.</p>",
70    "UpdateReportPlan": "<p>Updates an existing report plan identified by its <code>ReportPlanName</code> with the input document in JSON format.</p>"
71  },
72  "shapes": {
73    "ARN": {
74      "base": null,
75      "refs": {
76        "BackupJob$BackupVaultArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>",
77        "BackupJob$RecoveryPointArn": "<p>An ARN that uniquely identifies a recovery point; for example, <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
78        "BackupJob$ResourceArn": "<p>An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.</p>",
79        "BackupPlansListMember$BackupPlanArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>",
80        "BackupVaultListMember$BackupVaultArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>",
81        "BackupVaultListMember$EncryptionKeyArn": "<p>The server-side encryption key that is used to protect your backups; for example, <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>",
82        "CopyAction$DestinationBackupVaultArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup. For example, <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>",
83        "CopyJob$SourceBackupVaultArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a source copy vault; for example, <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>. </p>",
84        "CopyJob$SourceRecoveryPointArn": "<p>An ARN that uniquely identifies a source recovery point; for example, <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
85        "CopyJob$DestinationBackupVaultArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a destination copy vault; for example, <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>",
86        "CopyJob$DestinationRecoveryPointArn": "<p>An ARN that uniquely identifies a destination recovery point; for example, <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
87        "CopyJob$ResourceArn": "<p>The Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.</p>",
88        "CreateBackupPlanOutput$BackupPlanArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>",
89        "CreateBackupVaultInput$EncryptionKeyArn": "<p>The server-side encryption key that is used to protect your backups; for example, <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>",
90        "CreateBackupVaultOutput$BackupVaultArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>",
91        "CreateFrameworkOutput$FrameworkArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.</p>",
92        "CreateReportPlanOutput$ReportPlanArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.</p>",
93        "DeleteBackupPlanOutput$BackupPlanArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>",
94        "DeleteRecoveryPointInput$RecoveryPointArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
95        "DescribeBackupJobOutput$BackupVaultArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>",
96        "DescribeBackupJobOutput$RecoveryPointArn": "<p>An ARN that uniquely identifies a recovery point; for example, <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
97        "DescribeBackupJobOutput$ResourceArn": "<p>An ARN that uniquely identifies a saved resource. The format of the ARN depends on the resource type.</p>",
98        "DescribeBackupVaultOutput$BackupVaultArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>",
99        "DescribeBackupVaultOutput$EncryptionKeyArn": "<p>The server-side encryption key that is used to protect your backups; for example, <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>",
100        "DescribeFrameworkOutput$FrameworkArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.</p>",
101        "DescribeProtectedResourceInput$ResourceArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.</p>",
102        "DescribeProtectedResourceOutput$ResourceArn": "<p>An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.</p>",
103        "DescribeRecoveryPointInput$RecoveryPointArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
104        "DescribeRecoveryPointOutput$RecoveryPointArn": "<p>An ARN that uniquely identifies a recovery point; for example, <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
105        "DescribeRecoveryPointOutput$BackupVaultArn": "<p>An ARN that uniquely identifies a backup vault; for example, <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>",
106        "DescribeRecoveryPointOutput$SourceBackupVaultArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies the source vault where the resource was originally backed up in; for example, <code>arn:aws:backup:us-east-1:123456789012:vault:BackupVault</code>. If the recovery is restored to the same Amazon Web Services account or Region, this value will be <code>null</code>.</p>",
107        "DescribeRecoveryPointOutput$ResourceArn": "<p>An ARN that uniquely identifies a saved resource. The format of the ARN depends on the resource type.</p>",
108        "DescribeRecoveryPointOutput$EncryptionKeyArn": "<p>The server-side encryption key used to protect your backups; for example, <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>",
109        "DescribeRestoreJobOutput$RecoveryPointArn": "<p>An ARN that uniquely identifies a recovery point; for example, <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
110        "DescribeRestoreJobOutput$CreatedResourceArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource whose recovery point is being restored. The format of the ARN depends on the resource type of the backed-up resource.</p>",
111        "DisassociateRecoveryPointInput$RecoveryPointArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies an Backup recovery point.</p>",
112        "Framework$FrameworkArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.</p>",
113        "GetBackupPlanOutput$BackupPlanArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>",
114        "GetBackupVaultAccessPolicyOutput$BackupVaultArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>",
115        "GetBackupVaultNotificationsOutput$BackupVaultArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>",
116        "GetBackupVaultNotificationsOutput$SNSTopicArn": "<p>An ARN that uniquely identifies an Amazon Simple Notification Service (Amazon SNS) topic; for example, <code>arn:aws:sns:us-west-2:111122223333:MyTopic</code>.</p>",
117        "GetRecoveryPointRestoreMetadataInput$RecoveryPointArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
118        "GetRecoveryPointRestoreMetadataOutput$BackupVaultArn": "<p>An ARN that uniquely identifies a backup vault; for example, <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>",
119        "GetRecoveryPointRestoreMetadataOutput$RecoveryPointArn": "<p>An ARN that uniquely identifies a recovery point; for example, <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
120        "ListBackupJobsInput$ByResourceArn": "<p>Returns only backup jobs that match the specified resource Amazon Resource Name (ARN).</p>",
121        "ListCopyJobsInput$ByResourceArn": "<p>Returns only copy jobs that match the specified resource Amazon Resource Name (ARN). </p>",
122        "ListRecoveryPointsByBackupVaultInput$ByResourceArn": "<p>Returns only recovery points that match the specified resource Amazon Resource Name (ARN).</p>",
123        "ListRecoveryPointsByResourceInput$ResourceArn": "<p>An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.</p>",
124        "ListTagsInput$ResourceArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the type of resource. Valid targets for <code>ListTags</code> are recovery points, backup plans, and backup vaults.</p>",
125        "ProtectedResource$ResourceArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.</p>",
126        "PutBackupVaultNotificationsInput$SNSTopicArn": "<p>The Amazon Resource Name (ARN) that specifies the topic for a backup vault’s events; for example, <code>arn:aws:sns:us-west-2:111122223333:MyVaultTopic</code>.</p>",
127        "RecoveryPointByBackupVault$RecoveryPointArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
128        "RecoveryPointByBackupVault$BackupVaultArn": "<p>An ARN that uniquely identifies a backup vault; for example, <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>",
129        "RecoveryPointByBackupVault$SourceBackupVaultArn": "<p>The backup vault where the recovery point was originally copied from. If the recovery point is restored to the same account this value will be <code>null</code>.</p>",
130        "RecoveryPointByBackupVault$ResourceArn": "<p>An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.</p>",
131        "RecoveryPointByBackupVault$EncryptionKeyArn": "<p>The server-side encryption key that is used to protect your backups; for example, <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>",
132        "RecoveryPointByResource$RecoveryPointArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
133        "RecoveryPointByResource$EncryptionKeyArn": "<p>The server-side encryption key that is used to protect your backups; for example, <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>",
134        "RecoveryPointCreator$BackupPlanArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>",
135        "ReportJob$ReportPlanArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.</p>",
136        "ReportPlan$ReportPlanArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.</p>",
137        "ResourceArns$member": null,
138        "ResourceTypeList$member": null,
139        "RestoreJobsListMember$RecoveryPointArn": "<p>An ARN that uniquely identifies a recovery point; for example, <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
140        "RestoreJobsListMember$CreatedResourceArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.</p>",
141        "StartBackupJobInput$ResourceArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.</p>",
142        "StartBackupJobOutput$RecoveryPointArn": "<p>An ARN that uniquely identifies a recovery point; for example, <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
143        "StartCopyJobInput$RecoveryPointArn": "<p>An ARN that uniquely identifies a recovery point to use for the copy job; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. </p>",
144        "StartCopyJobInput$DestinationBackupVaultArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a destination backup vault to copy to; for example, <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>",
145        "StartRestoreJobInput$RecoveryPointArn": "<p>An ARN that uniquely identifies a recovery point; for example, <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
146        "TagResourceInput$ResourceArn": "<p>An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource.</p>",
147        "UntagResourceInput$ResourceArn": "<p>An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource.</p>",
148        "UpdateBackupPlanOutput$BackupPlanArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>",
149        "UpdateFrameworkOutput$FrameworkArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.</p>",
150        "UpdateRecoveryPointLifecycleInput$RecoveryPointArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
151        "UpdateRecoveryPointLifecycleOutput$BackupVaultArn": "<p>An ARN that uniquely identifies a backup vault; for example, <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>",
152        "UpdateRecoveryPointLifecycleOutput$RecoveryPointArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>",
153        "UpdateReportPlanOutput$ReportPlanArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.</p>"
154      }
155    },
156    "AccountId": {
157      "base": null,
158      "refs": {
159        "BackupJob$AccountId": "<p>The account ID that owns the backup job.</p>",
160        "CopyJob$AccountId": "<p>The account ID that owns the copy job.</p>",
161        "DescribeBackupJobOutput$AccountId": "<p>Returns the account ID that owns the backup job.</p>",
162        "DescribeRestoreJobOutput$AccountId": "<p>Returns the account ID that owns the restore job.</p>",
163        "ListBackupJobsInput$ByAccountId": "<p>The account ID to list the jobs from. Returns only backup jobs associated with the specified account ID.</p> <p>If used from an Organizations management account, passing <code>*</code> returns all jobs across the organization.</p>",
164        "ListCopyJobsInput$ByAccountId": "<p>The account ID to list the jobs from. Returns only copy jobs associated with the specified account ID.</p>",
165        "ListRestoreJobsInput$ByAccountId": "<p>The account ID to list the jobs from. Returns only restore jobs associated with the specified account ID.</p>",
166        "RestoreJobsListMember$AccountId": "<p>The account ID that owns the restore job.</p>"
167      }
168    },
169    "AdvancedBackupSetting": {
170      "base": "<p>A list of backup options for each resource type.</p>",
171      "refs": {
172        "AdvancedBackupSettings$member": null
173      }
174    },
175    "AdvancedBackupSettings": {
176      "base": null,
177      "refs": {
178        "BackupPlan$AdvancedBackupSettings": "<p>Contains a list of <code>BackupOptions</code> for each resource type.</p>",
179        "BackupPlanInput$AdvancedBackupSettings": "<p>Specifies a list of <code>BackupOptions</code> for each resource type. These settings are only available for Windows Volume Shadow Copy Service (VSS) backup jobs.</p>",
180        "BackupPlansListMember$AdvancedBackupSettings": "<p>Contains a list of <code>BackupOptions</code> for a resource type.</p>",
181        "CreateBackupPlanOutput$AdvancedBackupSettings": "<p>A list of <code>BackupOptions</code> settings for a resource type. This option is only available for Windows Volume Shadow Copy Service (VSS) backup jobs.</p>",
182        "GetBackupPlanOutput$AdvancedBackupSettings": "<p>Contains a list of <code>BackupOptions</code> for each resource type. The list is populated only if the advanced option is set for the backup plan.</p>",
183        "UpdateBackupPlanOutput$AdvancedBackupSettings": "<p>Contains a list of <code>BackupOptions</code> for each resource type.</p>"
184      }
185    },
186    "AlreadyExistsException": {
187      "base": "<p>The required resource already exists.</p>",
188      "refs": {
189      }
190    },
191    "BackupJob": {
192      "base": "<p>Contains detailed information about a backup job.</p>",
193      "refs": {
194        "BackupJobsList$member": null
195      }
196    },
197    "BackupJobState": {
198      "base": null,
199      "refs": {
200        "BackupJob$State": "<p>The current state of a resource recovery point.</p>",
201        "DescribeBackupJobOutput$State": "<p>The current state of a resource recovery point.</p>",
202        "ListBackupJobsInput$ByState": "<p>Returns only backup jobs that are in the specified state.</p>"
203      }
204    },
205    "BackupJobsList": {
206      "base": null,
207      "refs": {
208        "ListBackupJobsOutput$BackupJobs": "<p>An array of structures containing metadata about your backup jobs returned in JSON format.</p>"
209      }
210    },
211    "BackupOptionKey": {
212      "base": null,
213      "refs": {
214        "BackupOptions$key": null
215      }
216    },
217    "BackupOptionValue": {
218      "base": null,
219      "refs": {
220        "BackupOptions$value": null
221      }
222    },
223    "BackupOptions": {
224      "base": null,
225      "refs": {
226        "AdvancedBackupSetting$BackupOptions": "<p>Specifies the backup option for a selected resource. This option is only available for Windows VSS backup jobs.</p> <p>Valid values: </p> <p>Set to <code>\"WindowsVSS\":\"enabled\"</code> to enable the <code>WindowsVSS</code> backup option and create a Windows VSS backup. </p> <p>Set to <code>\"WindowsVSS\":\"disabled\"</code> to create a regular backup. The <code>WindowsVSS</code> option is not enabled by default.</p> <p>If you specify an invalid option, you get an <code>InvalidParameterValueException</code> exception.</p> <p>For more information about Windows VSS backups, see <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/windows-backups.html\">Creating a VSS-Enabled Windows Backup</a>.</p>",
227        "BackupJob$BackupOptions": "<p>Specifies the backup option for a selected resource. This option is only available for Windows Volume Shadow Copy Service (VSS) backup jobs.</p> <p>Valid values: Set to <code>\"WindowsVSS\":\"enabled\"</code> to enable the <code>WindowsVSS</code> backup option and create a Windows VSS backup. Set to <code>\"WindowsVSS\":\"disabled\"</code> to create a regular backup. If you specify an invalid option, you get an <code>InvalidParameterValueException</code> exception.</p>",
228        "DescribeBackupJobOutput$BackupOptions": "<p>Represents the options specified as part of backup plan or on-demand backup job.</p>",
229        "StartBackupJobInput$BackupOptions": "<p>Specifies the backup option for a selected resource. This option is only available for Windows Volume Shadow Copy Service (VSS) backup jobs.</p> <p>Valid values: Set to <code>\"WindowsVSS\":\"enabled\"</code> to enable the <code>WindowsVSS</code> backup option and create a Windows VSS backup. Set to <code>\"WindowsVSS\"\"disabled\"</code> to create a regular backup. The <code>WindowsVSS</code> option is not enabled by default.</p>"
230      }
231    },
232    "BackupPlan": {
233      "base": "<p>Contains an optional backup plan display name and an array of <code>BackupRule</code> objects, each of which specifies a backup rule. Each rule in a backup plan is a separate scheduled task and can back up a different selection of Amazon Web Services resources.</p>",
234      "refs": {
235        "GetBackupPlanFromJSONOutput$BackupPlan": "<p>Specifies the body of a backup plan. Includes a <code>BackupPlanName</code> and one or more sets of <code>Rules</code>.</p>",
236        "GetBackupPlanFromTemplateOutput$BackupPlanDocument": "<p>Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of the plan.</p>",
237        "GetBackupPlanOutput$BackupPlan": "<p>Specifies the body of a backup plan. Includes a <code>BackupPlanName</code> and one or more sets of <code>Rules</code>.</p>"
238      }
239    },
240    "BackupPlanInput": {
241      "base": "<p>Contains an optional backup plan display name and an array of <code>BackupRule</code> objects, each of which specifies a backup rule. Each rule in a backup plan is a separate scheduled task. </p>",
242      "refs": {
243        "CreateBackupPlanInput$BackupPlan": "<p>Specifies the body of a backup plan. Includes a <code>BackupPlanName</code> and one or more sets of <code>Rules</code>.</p>",
244        "UpdateBackupPlanInput$BackupPlan": "<p>Specifies the body of a backup plan. Includes a <code>BackupPlanName</code> and one or more sets of <code>Rules</code>.</p>"
245      }
246    },
247    "BackupPlanName": {
248      "base": null,
249      "refs": {
250        "BackupPlan$BackupPlanName": "<p>The display name of a backup plan.</p>",
251        "BackupPlanInput$BackupPlanName": "<p>The optional display name of a backup plan.</p>",
252        "BackupPlansListMember$BackupPlanName": "<p>The display name of a saved backup plan.</p>"
253      }
254    },
255    "BackupPlanTemplatesList": {
256      "base": null,
257      "refs": {
258        "ListBackupPlanTemplatesOutput$BackupPlanTemplatesList": "<p>An array of template list items containing metadata about your saved templates.</p>"
259      }
260    },
261    "BackupPlanTemplatesListMember": {
262      "base": "<p>An object specifying metadata associated with a backup plan template.</p>",
263      "refs": {
264        "BackupPlanTemplatesList$member": null
265      }
266    },
267    "BackupPlanVersionsList": {
268      "base": null,
269      "refs": {
270        "ListBackupPlanVersionsOutput$BackupPlanVersionsList": "<p>An array of version list items containing metadata about your backup plans.</p>"
271      }
272    },
273    "BackupPlansList": {
274      "base": null,
275      "refs": {
276        "ListBackupPlansOutput$BackupPlansList": "<p>An array of backup plan list items containing metadata about your saved backup plans.</p>"
277      }
278    },
279    "BackupPlansListMember": {
280      "base": "<p>Contains metadata about a backup plan.</p>",
281      "refs": {
282        "BackupPlanVersionsList$member": null,
283        "BackupPlansList$member": null
284      }
285    },
286    "BackupRule": {
287      "base": "<p>Specifies a scheduled task used to back up a selection of resources.</p>",
288      "refs": {
289        "BackupRules$member": null
290      }
291    },
292    "BackupRuleInput": {
293      "base": "<p>Specifies a scheduled task used to back up a selection of resources.</p>",
294      "refs": {
295        "BackupRulesInput$member": null
296      }
297    },
298    "BackupRuleName": {
299      "base": null,
300      "refs": {
301        "BackupRule$RuleName": "<p>An optional display name for a backup rule.</p>",
302        "BackupRuleInput$RuleName": "<p>An optional display name for a backup rule.</p>"
303      }
304    },
305    "BackupRules": {
306      "base": null,
307      "refs": {
308        "BackupPlan$Rules": "<p>An array of <code>BackupRule</code> objects, each of which specifies a scheduled task that is used to back up a selection of resources. </p>"
309      }
310    },
311    "BackupRulesInput": {
312      "base": null,
313      "refs": {
314        "BackupPlanInput$Rules": "<p>An array of <code>BackupRule</code> objects, each of which specifies a scheduled task that is used to back up a selection of resources.</p>"
315      }
316    },
317    "BackupSelection": {
318      "base": "<p>Used to specify a set of resources to a backup plan.</p>",
319      "refs": {
320        "CreateBackupSelectionInput$BackupSelection": "<p>Specifies the body of a request to assign a set of resources to a backup plan.</p>",
321        "GetBackupSelectionOutput$BackupSelection": "<p>Specifies the body of a request to assign a set of resources to a backup plan.</p>"
322      }
323    },
324    "BackupSelectionName": {
325      "base": null,
326      "refs": {
327        "BackupSelection$SelectionName": "<p>The display name of a resource selection document.</p>",
328        "BackupSelectionsListMember$SelectionName": "<p>The display name of a resource selection document.</p>"
329      }
330    },
331    "BackupSelectionsList": {
332      "base": null,
333      "refs": {
334        "ListBackupSelectionsOutput$BackupSelectionsList": "<p>An array of backup selection list items containing metadata about each resource in the list.</p>"
335      }
336    },
337    "BackupSelectionsListMember": {
338      "base": "<p>Contains metadata about a <code>BackupSelection</code> object.</p>",
339      "refs": {
340        "BackupSelectionsList$member": null
341      }
342    },
343    "BackupVaultEvent": {
344      "base": null,
345      "refs": {
346        "BackupVaultEvents$member": null
347      }
348    },
349    "BackupVaultEvents": {
350      "base": null,
351      "refs": {
352        "GetBackupVaultNotificationsOutput$BackupVaultEvents": "<p>An array of events that indicate the status of jobs to back up resources to the backup vault.</p>",
353        "PutBackupVaultNotificationsInput$BackupVaultEvents": "<p>An array of events that indicate the status of jobs to back up resources to the backup vault.</p> <note> <p>The following events are supported:</p> <p> <code>BACKUP_JOB_STARTED</code>, <code>BACKUP_JOB_COMPLETED</code>,</p> <p> <code>COPY_JOB_STARTED</code>, <code>COPY_JOB_SUCCESSFUL</code>, <code>COPY_JOB_FAILED</code>,</p> <p> <code>RESTORE_JOB_STARTED</code>, <code>RESTORE_JOB_COMPLETED</code>, and <code>RECOVERY_POINT_MODIFIED</code>.</p> <p>To find failed backup jobs, use <code>BACKUP_JOB_COMPLETED</code> and filter using event metadata.</p> <p>Other events in the following list are deprecated.</p> </note>"
354      }
355    },
356    "BackupVaultList": {
357      "base": null,
358      "refs": {
359        "ListBackupVaultsOutput$BackupVaultList": "<p>An array of backup vault list members containing vault metadata, including Amazon Resource Name (ARN), display name, creation date, number of saved recovery points, and encryption information if the resources saved in the backup vault are encrypted.</p>"
360      }
361    },
362    "BackupVaultListMember": {
363      "base": "<p>Contains metadata about a backup vault.</p>",
364      "refs": {
365        "BackupVaultList$member": null
366      }
367    },
368    "BackupVaultName": {
369      "base": null,
370      "refs": {
371        "BackupJob$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
372        "BackupRule$TargetBackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
373        "BackupRuleInput$TargetBackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
374        "BackupVaultListMember$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
375        "CreateBackupVaultInput$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of letters, numbers, and hyphens.</p>",
376        "CreateBackupVaultOutput$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
377        "DeleteBackupVaultAccessPolicyInput$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
378        "DeleteBackupVaultLockConfigurationInput$BackupVaultName": "<p>The name of the backup vault from which to delete Backup Vault Lock.</p>",
379        "DeleteBackupVaultNotificationsInput$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
380        "DeleteRecoveryPointInput$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
381        "DescribeBackupJobOutput$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
382        "DescribeRecoveryPointInput$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
383        "DescribeRecoveryPointOutput$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
384        "DisassociateRecoveryPointInput$BackupVaultName": "<p>The unique name of an Backup vault.</p>",
385        "GetBackupVaultAccessPolicyInput$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
386        "GetBackupVaultAccessPolicyOutput$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
387        "GetBackupVaultNotificationsInput$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
388        "GetBackupVaultNotificationsOutput$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
389        "GetRecoveryPointRestoreMetadataInput$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
390        "ListBackupJobsInput$ByBackupVaultName": "<p>Returns only backup jobs that will be stored in the specified backup vault. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
391        "ListRecoveryPointsByBackupVaultInput$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p> <note> <p>Backup vault name might not be available when a supported service creates the backup.</p> </note>",
392        "PutBackupVaultAccessPolicyInput$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
393        "PutBackupVaultLockConfigurationInput$BackupVaultName": "<p>The Backup Vault Lock configuration that specifies the name of the backup vault it protects.</p>",
394        "PutBackupVaultNotificationsInput$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
395        "RecoveryPointByBackupVault$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
396        "RecoveryPointByResource$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
397        "StartBackupJobInput$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
398        "StartCopyJobInput$SourceBackupVaultName": "<p>The name of a logical source container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
399        "UpdateRecoveryPointLifecycleInput$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>"
400      }
401    },
402    "Boolean": {
403      "base": null,
404      "refs": {
405        "BackupRule$EnableContinuousBackup": "<p>Specifies whether Backup creates continuous backups. True causes Backup to create continuous backups capable of point-in-time restore (PITR). False (or not specified) causes Backup to create snapshot backups.</p>",
406        "BackupRuleInput$EnableContinuousBackup": "<p>Specifies whether Backup creates continuous backups. True causes Backup to create continuous backups capable of point-in-time restore (PITR). False (or not specified) causes Backup to create snapshot backups.</p>",
407        "BackupVaultListMember$Locked": "<p>A Boolean value that indicates whether Backup Vault Lock applies to the selected backup vault. If <code>true</code>, Vault Lock prevents delete and update operations on the recovery points in the selected vault.</p>",
408        "DescribeBackupVaultOutput$Locked": "<p>A Boolean that indicates whether Backup Vault Lock is currently protecting the backup vault. <code>True</code> means that Vault Lock causes delete or update operations on the recovery points stored in the vault to fail.</p>",
409        "ListBackupPlansInput$IncludeDeleted": "<p>A Boolean value with a default value of <code>FALSE</code> that returns deleted backup plans when set to <code>TRUE</code>.</p>"
410      }
411    },
412    "CalculatedLifecycle": {
413      "base": "<p>Contains <code>DeleteAt</code> and <code>MoveToColdStorageAt</code> timestamps, which are used to specify a lifecycle for a recovery point.</p> <p>The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define.</p> <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.</p> <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>",
414      "refs": {
415        "DescribeRecoveryPointOutput$CalculatedLifecycle": "<p>A <code>CalculatedLifecycle</code> object containing <code>DeleteAt</code> and <code>MoveToColdStorageAt</code> timestamps.</p>",
416        "RecoveryPointByBackupVault$CalculatedLifecycle": "<p>A <code>CalculatedLifecycle</code> object containing <code>DeleteAt</code> and <code>MoveToColdStorageAt</code> timestamps.</p>",
417        "UpdateRecoveryPointLifecycleOutput$CalculatedLifecycle": "<p>A <code>CalculatedLifecycle</code> object containing <code>DeleteAt</code> and <code>MoveToColdStorageAt</code> timestamps.</p>"
418      }
419    },
420    "ComplianceResourceIdList": {
421      "base": null,
422      "refs": {
423        "ControlScope$ComplianceResourceIds": "<p>The ID of the only Amazon Web Services resource that you want your control scope to contain.</p>"
424      }
425    },
426    "Condition": {
427      "base": "<p>Contains an array of triplets made up of a condition type (such as <code>StringEquals</code>), a key, and a value. Conditions are used to filter resources in a selection that is assigned to a backup plan.</p>",
428      "refs": {
429        "ListOfTags$member": null
430      }
431    },
432    "ConditionKey": {
433      "base": null,
434      "refs": {
435        "Condition$ConditionKey": "<p>The key in a key-value pair. For example, in <code>\"ec2:ResourceTag/Department\": \"accounting\"</code>, <code>\"ec2:ResourceTag/Department\"</code> is the key.</p>"
436      }
437    },
438    "ConditionType": {
439      "base": null,
440      "refs": {
441        "Condition$ConditionType": "<p>An operation, such as <code>StringEquals</code>, that is applied to a key-value pair used to filter resources in a selection.</p>"
442      }
443    },
444    "ConditionValue": {
445      "base": null,
446      "refs": {
447        "Condition$ConditionValue": "<p>The value in a key-value pair. For example, in <code>\"ec2:ResourceTag/Department\": \"accounting\"</code>, <code>\"accounting\"</code> is the value.</p>"
448      }
449    },
450    "ConflictException": {
451      "base": "<p>Backup can't perform the action that you requested until it finishes performing a previous action. Try again later.</p>",
452      "refs": {
453      }
454    },
455    "ControlInputParameter": {
456      "base": "<p>A list of parameters for a control. A control can have zero, one, or more than one parameter. An example of a control with two parameters is: \"backup plan frequency is at least <code>daily</code> and the retention period is at least <code>1 year</code>\". The first parameter is <code>daily</code>. The second parameter is <code>1 year</code>.</p>",
457      "refs": {
458        "ControlInputParameters$member": null
459      }
460    },
461    "ControlInputParameters": {
462      "base": null,
463      "refs": {
464        "FrameworkControl$ControlInputParameters": "<p>A list of <code>ParameterName</code> and <code>ParameterValue</code> pairs.</p>"
465      }
466    },
467    "ControlName": {
468      "base": null,
469      "refs": {
470        "FrameworkControl$ControlName": "<p>The name of a control. This name is between 1 and 256 characters.</p>"
471      }
472    },
473    "ControlScope": {
474      "base": "<p>A framework consists of one or more controls. Each control has its own control scope. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans.</p> <note> <p>To set a control scope that includes all of a particular resource, leave the <code>ControlScope</code> empty or do not pass it when calling <code>CreateFramework</code>.</p> </note>",
475      "refs": {
476        "FrameworkControl$ControlScope": "<p>The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans. For more information, see <code>ControlScope</code>.</p>"
477      }
478    },
479    "CopyAction": {
480      "base": "<p>The details of the copy operation.</p>",
481      "refs": {
482        "CopyActions$member": null
483      }
484    },
485    "CopyActions": {
486      "base": null,
487      "refs": {
488        "BackupRule$CopyActions": "<p>An array of <code>CopyAction</code> objects, which contains the details of the copy operation.</p>",
489        "BackupRuleInput$CopyActions": "<p>An array of <code>CopyAction</code> objects, which contains the details of the copy operation.</p>"
490      }
491    },
492    "CopyJob": {
493      "base": "<p>Contains detailed information about a copy job.</p>",
494      "refs": {
495        "CopyJobsList$member": null,
496        "DescribeCopyJobOutput$CopyJob": "<p>Contains detailed information about a copy job.</p>"
497      }
498    },
499    "CopyJobState": {
500      "base": null,
501      "refs": {
502        "CopyJob$State": "<p>The current state of a copy job.</p>",
503        "ListCopyJobsInput$ByState": "<p>Returns only copy jobs that are in the specified state.</p>"
504      }
505    },
506    "CopyJobsList": {
507      "base": null,
508      "refs": {
509        "ListCopyJobsOutput$CopyJobs": "<p>An array of structures containing metadata about your copy jobs returned in JSON format. </p>"
510      }
511    },
512    "CreateBackupPlanInput": {
513      "base": null,
514      "refs": {
515      }
516    },
517    "CreateBackupPlanOutput": {
518      "base": null,
519      "refs": {
520      }
521    },
522    "CreateBackupSelectionInput": {
523      "base": null,
524      "refs": {
525      }
526    },
527    "CreateBackupSelectionOutput": {
528      "base": null,
529      "refs": {
530      }
531    },
532    "CreateBackupVaultInput": {
533      "base": null,
534      "refs": {
535      }
536    },
537    "CreateBackupVaultOutput": {
538      "base": null,
539      "refs": {
540      }
541    },
542    "CreateFrameworkInput": {
543      "base": null,
544      "refs": {
545      }
546    },
547    "CreateFrameworkOutput": {
548      "base": null,
549      "refs": {
550      }
551    },
552    "CreateReportPlanInput": {
553      "base": null,
554      "refs": {
555      }
556    },
557    "CreateReportPlanOutput": {
558      "base": null,
559      "refs": {
560      }
561    },
562    "CronExpression": {
563      "base": null,
564      "refs": {
565        "BackupRule$ScheduleExpression": "<p>A cron expression in UTC specifying when Backup initiates a backup job. For more information about cron expressions, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html\">Schedule Expressions for Rules</a> in the <i>Amazon CloudWatch Events User Guide.</i>. Prior to specifying a value for this parameter, we recommend testing your cron expression using one of the many available cron generator and testing tools.</p>",
566        "BackupRuleInput$ScheduleExpression": "<p>A CRON expression in UTC specifying when Backup initiates a backup job.</p>"
567      }
568    },
569    "DeleteBackupPlanInput": {
570      "base": null,
571      "refs": {
572      }
573    },
574    "DeleteBackupPlanOutput": {
575      "base": null,
576      "refs": {
577      }
578    },
579    "DeleteBackupSelectionInput": {
580      "base": null,
581      "refs": {
582      }
583    },
584    "DeleteBackupVaultAccessPolicyInput": {
585      "base": null,
586      "refs": {
587      }
588    },
589    "DeleteBackupVaultInput": {
590      "base": null,
591      "refs": {
592      }
593    },
594    "DeleteBackupVaultLockConfigurationInput": {
595      "base": null,
596      "refs": {
597      }
598    },
599    "DeleteBackupVaultNotificationsInput": {
600      "base": null,
601      "refs": {
602      }
603    },
604    "DeleteFrameworkInput": {
605      "base": null,
606      "refs": {
607      }
608    },
609    "DeleteRecoveryPointInput": {
610      "base": null,
611      "refs": {
612      }
613    },
614    "DeleteReportPlanInput": {
615      "base": null,
616      "refs": {
617      }
618    },
619    "DependencyFailureException": {
620      "base": "<p>A dependent Amazon Web Services service or resource returned an error to the Backup service, and the action cannot be completed.</p>",
621      "refs": {
622      }
623    },
624    "DescribeBackupJobInput": {
625      "base": null,
626      "refs": {
627      }
628    },
629    "DescribeBackupJobOutput": {
630      "base": null,
631      "refs": {
632      }
633    },
634    "DescribeBackupVaultInput": {
635      "base": null,
636      "refs": {
637      }
638    },
639    "DescribeBackupVaultOutput": {
640      "base": null,
641      "refs": {
642      }
643    },
644    "DescribeCopyJobInput": {
645      "base": null,
646      "refs": {
647      }
648    },
649    "DescribeCopyJobOutput": {
650      "base": null,
651      "refs": {
652      }
653    },
654    "DescribeFrameworkInput": {
655      "base": null,
656      "refs": {
657      }
658    },
659    "DescribeFrameworkOutput": {
660      "base": null,
661      "refs": {
662      }
663    },
664    "DescribeGlobalSettingsInput": {
665      "base": null,
666      "refs": {
667      }
668    },
669    "DescribeGlobalSettingsOutput": {
670      "base": null,
671      "refs": {
672      }
673    },
674    "DescribeProtectedResourceInput": {
675      "base": null,
676      "refs": {
677      }
678    },
679    "DescribeProtectedResourceOutput": {
680      "base": null,
681      "refs": {
682      }
683    },
684    "DescribeRecoveryPointInput": {
685      "base": null,
686      "refs": {
687      }
688    },
689    "DescribeRecoveryPointOutput": {
690      "base": null,
691      "refs": {
692      }
693    },
694    "DescribeRegionSettingsInput": {
695      "base": null,
696      "refs": {
697      }
698    },
699    "DescribeRegionSettingsOutput": {
700      "base": null,
701      "refs": {
702      }
703    },
704    "DescribeReportJobInput": {
705      "base": null,
706      "refs": {
707      }
708    },
709    "DescribeReportJobOutput": {
710      "base": null,
711      "refs": {
712      }
713    },
714    "DescribeReportPlanInput": {
715      "base": null,
716      "refs": {
717      }
718    },
719    "DescribeReportPlanOutput": {
720      "base": null,
721      "refs": {
722      }
723    },
724    "DescribeRestoreJobInput": {
725      "base": null,
726      "refs": {
727      }
728    },
729    "DescribeRestoreJobOutput": {
730      "base": null,
731      "refs": {
732      }
733    },
734    "DisassociateRecoveryPointInput": {
735      "base": null,
736      "refs": {
737      }
738    },
739    "ExportBackupPlanTemplateInput": {
740      "base": null,
741      "refs": {
742      }
743    },
744    "ExportBackupPlanTemplateOutput": {
745      "base": null,
746      "refs": {
747      }
748    },
749    "FormatList": {
750      "base": null,
751      "refs": {
752        "ReportDeliveryChannel$Formats": "<p>A list of the format of your reports: <code>CSV</code>, <code>JSON</code>, or both. If not specified, the default format is <code>CSV</code>.</p>"
753      }
754    },
755    "Framework": {
756      "base": "<p>Contains detailed information about a framework. Frameworks contain controls, which evaluate and report on your backup events and resources. Frameworks generate daily compliance results.</p>",
757      "refs": {
758        "FrameworkList$member": null
759      }
760    },
761    "FrameworkControl": {
762      "base": "<p>Contains detailed information about all of the controls of a framework. Each framework must contain at least one control.</p>",
763      "refs": {
764        "FrameworkControls$member": null
765      }
766    },
767    "FrameworkControls": {
768      "base": null,
769      "refs": {
770        "CreateFrameworkInput$FrameworkControls": "<p>A list of the controls that make up the framework. Each control in the list has a name, input parameters, and scope.</p>",
771        "DescribeFrameworkOutput$FrameworkControls": "<p>A list of the controls that make up the framework. Each control in the list has a name, input parameters, and scope.</p>",
772        "UpdateFrameworkInput$FrameworkControls": "<p>A list of the controls that make up the framework. Each control in the list has a name, input parameters, and scope.</p>"
773      }
774    },
775    "FrameworkDescription": {
776      "base": null,
777      "refs": {
778        "CreateFrameworkInput$FrameworkDescription": "<p>An optional description of the framework with a maximum of 1,024 characters.</p>",
779        "DescribeFrameworkOutput$FrameworkDescription": "<p>An optional description of the framework.</p>",
780        "Framework$FrameworkDescription": "<p>An optional description of the framework with a maximum 1,024 characters.</p>",
781        "UpdateFrameworkInput$FrameworkDescription": "<p>An optional description of the framework with a maximum 1,024 characters.</p>"
782      }
783    },
784    "FrameworkList": {
785      "base": null,
786      "refs": {
787        "ListFrameworksOutput$Frameworks": "<p>A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN), description, number of controls, creation time, and deployment status.</p>"
788      }
789    },
790    "FrameworkName": {
791      "base": null,
792      "refs": {
793        "CreateFrameworkInput$FrameworkName": "<p>The unique name of the framework. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).</p>",
794        "CreateFrameworkOutput$FrameworkName": "<p>The unique name of the framework. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).</p>",
795        "DeleteFrameworkInput$FrameworkName": "<p>The unique name of a framework.</p>",
796        "DescribeFrameworkInput$FrameworkName": "<p>The unique name of a framework.</p>",
797        "DescribeFrameworkOutput$FrameworkName": "<p>The unique name of a framework.</p>",
798        "Framework$FrameworkName": "<p>The unique name of a framework. This name is between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).</p>",
799        "UpdateFrameworkInput$FrameworkName": "<p>The unique name of a framework. This name is between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).</p>",
800        "UpdateFrameworkOutput$FrameworkName": "<p>The unique name of a framework. This name is between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).</p>"
801      }
802    },
803    "GetBackupPlanFromJSONInput": {
804      "base": null,
805      "refs": {
806      }
807    },
808    "GetBackupPlanFromJSONOutput": {
809      "base": null,
810      "refs": {
811      }
812    },
813    "GetBackupPlanFromTemplateInput": {
814      "base": null,
815      "refs": {
816      }
817    },
818    "GetBackupPlanFromTemplateOutput": {
819      "base": null,
820      "refs": {
821      }
822    },
823    "GetBackupPlanInput": {
824      "base": null,
825      "refs": {
826      }
827    },
828    "GetBackupPlanOutput": {
829      "base": null,
830      "refs": {
831      }
832    },
833    "GetBackupSelectionInput": {
834      "base": null,
835      "refs": {
836      }
837    },
838    "GetBackupSelectionOutput": {
839      "base": null,
840      "refs": {
841      }
842    },
843    "GetBackupVaultAccessPolicyInput": {
844      "base": null,
845      "refs": {
846      }
847    },
848    "GetBackupVaultAccessPolicyOutput": {
849      "base": null,
850      "refs": {
851      }
852    },
853    "GetBackupVaultNotificationsInput": {
854      "base": null,
855      "refs": {
856      }
857    },
858    "GetBackupVaultNotificationsOutput": {
859      "base": null,
860      "refs": {
861      }
862    },
863    "GetRecoveryPointRestoreMetadataInput": {
864      "base": null,
865      "refs": {
866      }
867    },
868    "GetRecoveryPointRestoreMetadataOutput": {
869      "base": null,
870      "refs": {
871      }
872    },
873    "GetSupportedResourceTypesOutput": {
874      "base": null,
875      "refs": {
876      }
877    },
878    "GlobalSettings": {
879      "base": null,
880      "refs": {
881        "DescribeGlobalSettingsOutput$GlobalSettings": "<p>The status of the flag <code>isCrossAccountBackupEnabled</code>.</p>",
882        "UpdateGlobalSettingsInput$GlobalSettings": "<p>A value for <code>isCrossAccountBackupEnabled</code> and a Region. Example: <code>update-global-settings --global-settings isCrossAccountBackupEnabled=false --region us-west-2</code>.</p>"
883      }
884    },
885    "GlobalSettingsName": {
886      "base": null,
887      "refs": {
888        "GlobalSettings$key": null
889      }
890    },
891    "GlobalSettingsValue": {
892      "base": null,
893      "refs": {
894        "GlobalSettings$value": null
895      }
896    },
897    "IAMPolicy": {
898      "base": null,
899      "refs": {
900        "GetBackupVaultAccessPolicyOutput$Policy": "<p>The backup vault access policy document in JSON format.</p>",
901        "PutBackupVaultAccessPolicyInput$Policy": "<p>The backup vault access policy document in JSON format.</p>"
902      }
903    },
904    "IAMRoleArn": {
905      "base": null,
906      "refs": {
907        "BackupJob$IamRoleArn": "<p>Specifies the IAM role ARN used to create the target recovery point. IAM roles other than the default role must include either <code>AWSBackup</code> or <code>AwsBackup</code> in the role name. For example, <code>arn:aws:iam::123456789012:role/AWSBackupRDSAccess</code>. Role names without those strings lack permissions to perform backup jobs.</p>",
908        "BackupSelection$IamRoleArn": "<p>The ARN of the IAM role that Backup uses to authenticate when backing up the target resource; for example, <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>",
909        "BackupSelectionsListMember$IamRoleArn": "<p>Specifies the IAM role Amazon Resource Name (ARN) to create the target recovery point; for example, <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>",
910        "CopyJob$IamRoleArn": "<p>Specifies the IAM role ARN used to copy the target recovery point; for example, <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>",
911        "DescribeBackupJobOutput$IamRoleArn": "<p>Specifies the IAM role ARN used to create the target recovery point; for example, <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>",
912        "DescribeRecoveryPointOutput$IamRoleArn": "<p>Specifies the IAM role ARN used to create the target recovery point; for example, <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>",
913        "DescribeRestoreJobOutput$IamRoleArn": "<p>Specifies the IAM role ARN used to create the target recovery point; for example, <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>",
914        "RecoveryPointByBackupVault$IamRoleArn": "<p>Specifies the IAM role ARN used to create the target recovery point; for example, <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>",
915        "RestoreJobsListMember$IamRoleArn": "<p>Specifies the IAM role ARN used to create the target recovery point; for example, <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>",
916        "StartBackupJobInput$IamRoleArn": "<p>Specifies the IAM role ARN used to create the target recovery point; for example, <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>",
917        "StartCopyJobInput$IamRoleArn": "<p>Specifies the IAM role ARN used to copy the target recovery point; for example, <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>",
918        "StartRestoreJobInput$IamRoleArn": "<p>The Amazon Resource Name (ARN) of the IAM role that Backup uses to create the target recovery point; for example, <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>"
919      }
920    },
921    "InvalidParameterValueException": {
922      "base": "<p>Indicates that something is wrong with a parameter's value. For example, the value is out of range.</p>",
923      "refs": {
924      }
925    },
926    "InvalidRequestException": {
927      "base": "<p>Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.</p>",
928      "refs": {
929      }
930    },
931    "InvalidResourceStateException": {
932      "base": "<p>Backup is already performing an action on this recovery point. It can't perform the action you requested until the first action finishes. Try again later.</p>",
933      "refs": {
934      }
935    },
936    "IsEnabled": {
937      "base": null,
938      "refs": {
939        "ResourceTypeOptInPreference$value": null
940      }
941    },
942    "Lifecycle": {
943      "base": "<p>Contains an array of <code>Transition</code> objects specifying how long in days before a recovery point transitions to cold storage or is deleted.</p> <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, on the console, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.</p> <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>",
944      "refs": {
945        "BackupRule$Lifecycle": "<p>The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. </p> <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. </p> <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>",
946        "BackupRuleInput$Lifecycle": "<p>The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup will transition and expire backups automatically according to the lifecycle that you define. </p> <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. </p> <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>",
947        "CopyAction$Lifecycle": null,
948        "DescribeRecoveryPointOutput$Lifecycle": "<p>The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. </p> <p>Backups that are transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. </p> <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>",
949        "RecoveryPointByBackupVault$Lifecycle": "<p>The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. </p> <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. </p> <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>",
950        "StartBackupJobInput$Lifecycle": "<p>The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup will transition and expire backups automatically according to the lifecycle that you define. </p> <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. </p> <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>",
951        "StartCopyJobInput$Lifecycle": null,
952        "UpdateRecoveryPointLifecycleInput$Lifecycle": "<p>The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. </p> <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. </p>",
953        "UpdateRecoveryPointLifecycleOutput$Lifecycle": "<p>The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. </p> <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. </p> <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>"
954      }
955    },
956    "LimitExceededException": {
957      "base": "<p>A limit in the request has been exceeded; for example, a maximum number of items allowed in a request.</p>",
958      "refs": {
959      }
960    },
961    "ListBackupJobsInput": {
962      "base": null,
963      "refs": {
964      }
965    },
966    "ListBackupJobsOutput": {
967      "base": null,
968      "refs": {
969      }
970    },
971    "ListBackupPlanTemplatesInput": {
972      "base": null,
973      "refs": {
974      }
975    },
976    "ListBackupPlanTemplatesOutput": {
977      "base": null,
978      "refs": {
979      }
980    },
981    "ListBackupPlanVersionsInput": {
982      "base": null,
983      "refs": {
984      }
985    },
986    "ListBackupPlanVersionsOutput": {
987      "base": null,
988      "refs": {
989      }
990    },
991    "ListBackupPlansInput": {
992      "base": null,
993      "refs": {
994      }
995    },
996    "ListBackupPlansOutput": {
997      "base": null,
998      "refs": {
999      }
1000    },
1001    "ListBackupSelectionsInput": {
1002      "base": null,
1003      "refs": {
1004      }
1005    },
1006    "ListBackupSelectionsOutput": {
1007      "base": null,
1008      "refs": {
1009      }
1010    },
1011    "ListBackupVaultsInput": {
1012      "base": null,
1013      "refs": {
1014      }
1015    },
1016    "ListBackupVaultsOutput": {
1017      "base": null,
1018      "refs": {
1019      }
1020    },
1021    "ListCopyJobsInput": {
1022      "base": null,
1023      "refs": {
1024      }
1025    },
1026    "ListCopyJobsOutput": {
1027      "base": null,
1028      "refs": {
1029      }
1030    },
1031    "ListFrameworksInput": {
1032      "base": null,
1033      "refs": {
1034      }
1035    },
1036    "ListFrameworksOutput": {
1037      "base": null,
1038      "refs": {
1039      }
1040    },
1041    "ListOfTags": {
1042      "base": null,
1043      "refs": {
1044        "BackupSelection$ListOfTags": "<p>An array of conditions used to specify a set of resources to assign to a backup plan; for example, <code>\"StringEquals\": {\"ec2:ResourceTag/Department\": \"accounting\"</code>. Assigns the backup plan to every resource with at least one matching tag.</p>"
1045      }
1046    },
1047    "ListProtectedResourcesInput": {
1048      "base": null,
1049      "refs": {
1050      }
1051    },
1052    "ListProtectedResourcesOutput": {
1053      "base": null,
1054      "refs": {
1055      }
1056    },
1057    "ListRecoveryPointsByBackupVaultInput": {
1058      "base": null,
1059      "refs": {
1060      }
1061    },
1062    "ListRecoveryPointsByBackupVaultOutput": {
1063      "base": null,
1064      "refs": {
1065      }
1066    },
1067    "ListRecoveryPointsByResourceInput": {
1068      "base": null,
1069      "refs": {
1070      }
1071    },
1072    "ListRecoveryPointsByResourceOutput": {
1073      "base": null,
1074      "refs": {
1075      }
1076    },
1077    "ListReportJobsInput": {
1078      "base": null,
1079      "refs": {
1080      }
1081    },
1082    "ListReportJobsOutput": {
1083      "base": null,
1084      "refs": {
1085      }
1086    },
1087    "ListReportPlansInput": {
1088      "base": null,
1089      "refs": {
1090      }
1091    },
1092    "ListReportPlansOutput": {
1093      "base": null,
1094      "refs": {
1095      }
1096    },
1097    "ListRestoreJobsInput": {
1098      "base": null,
1099      "refs": {
1100      }
1101    },
1102    "ListRestoreJobsOutput": {
1103      "base": null,
1104      "refs": {
1105      }
1106    },
1107    "ListTagsInput": {
1108      "base": null,
1109      "refs": {
1110      }
1111    },
1112    "ListTagsOutput": {
1113      "base": null,
1114      "refs": {
1115      }
1116    },
1117    "Long": {
1118      "base": null,
1119      "refs": {
1120        "BackupJob$BackupSizeInBytes": "<p>The size, in bytes, of a backup.</p>",
1121        "BackupJob$BytesTransferred": "<p>The size in bytes transferred to a backup vault at the time that the job status was queried.</p>",
1122        "BackupVaultListMember$MinRetentionDays": "<p>The Backup Vault Lock setting that specifies the minimum retention period that the vault retains its recovery points. If this parameter is not specified, Vault Lock does not enforce a minimum retention period.</p> <p>If specified, any backup or copy job to the vault must have a lifecycle policy with a retention period equal to or longer than the minimum retention period. If the job's retention period is shorter than that minimum retention period, then the vault fails the backup or copy job, and you should either modify your lifecycle settings or use a different vault. Recovery points already stored in the vault prior to Vault Lock are not affected.</p>",
1123        "BackupVaultListMember$MaxRetentionDays": "<p>The Backup Vault Lock setting that specifies the maximum retention period that the vault retains its recovery points. If this parameter is not specified, Vault Lock does not enforce a maximum retention period on the recovery points in the vault (allowing indefinite storage).</p> <p>If specified, any backup or copy job to the vault must have a lifecycle policy with a retention period equal to or shorter than the maximum retention period. If the job's retention period is longer than that maximum retention period, then the vault fails the backup or copy job, and you should either modify your lifecycle settings or use a different vault. Recovery points already stored in the vault prior to Vault Lock are not affected.</p>",
1124        "CopyJob$BackupSizeInBytes": "<p>The size, in bytes, of a copy job.</p>",
1125        "DescribeBackupJobOutput$BackupSizeInBytes": "<p>The size, in bytes, of a backup.</p>",
1126        "DescribeBackupJobOutput$BytesTransferred": "<p>The size in bytes transferred to a backup vault at the time that the job status was queried.</p>",
1127        "DescribeBackupVaultOutput$MinRetentionDays": "<p>The Backup Vault Lock setting that specifies the minimum retention period that the vault retains its recovery points. If this parameter is not specified, Vault Lock does not enforce a minimum retention period.</p> <p>If specified, any backup or copy job to the vault must have a lifecycle policy with a retention period equal to or longer than the minimum retention period. If the job's retention period is shorter than that minimum retention period, then the vault fails the backup or copy job, and you should either modify your lifecycle settings or use a different vault. Recovery points already stored in the vault prior to Vault Lock are not affected.</p>",
1128        "DescribeBackupVaultOutput$MaxRetentionDays": "<p>The Backup Vault Lock setting that specifies the maximum retention period that the vault retains its recovery points. If this parameter is not specified, Vault Lock does not enforce a maximum retention period on the recovery points in the vault (allowing indefinite storage).</p> <p>If specified, any backup or copy job to the vault must have a lifecycle policy with a retention period equal to or shorter than the maximum retention period. If the job's retention period is longer than that maximum retention period, then the vault fails the backup or copy job, and you should either modify your lifecycle settings or use a different vault. Recovery points already stored in the vault prior to Vault Lock are not affected.</p>",
1129        "DescribeRecoveryPointOutput$BackupSizeInBytes": "<p>The size, in bytes, of a backup.</p>",
1130        "DescribeRestoreJobOutput$BackupSizeInBytes": "<p>The size, in bytes, of the restored resource.</p>",
1131        "DescribeRestoreJobOutput$ExpectedCompletionTimeMinutes": "<p>The amount of time in minutes that a job restoring a recovery point is expected to take.</p>",
1132        "Lifecycle$MoveToColdStorageAfterDays": "<p>Specifies the number of days after creation that a recovery point is moved to cold storage.</p>",
1133        "Lifecycle$DeleteAfterDays": "<p>Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plus <code>MoveToColdStorageAfterDays</code>.</p>",
1134        "PutBackupVaultLockConfigurationInput$MinRetentionDays": "<p>The Backup Vault Lock configuration that specifies the minimum retention period that the vault retains its recovery points. This setting can be useful if, for example, your organization's policies require you to retain certain data for at least seven years (2555 days).</p> <p>If this parameter is not specified, Vault Lock will not enforce a minimum retention period.</p> <p>If this parameter is specified, any backup or copy job to the vault must have a lifecycle policy with a retention period equal to or longer than the minimum retention period. If the job's retention period is shorter than that minimum retention period, then the vault fails that backup or copy job, and you should either modify your lifecycle settings or use a different vault. Recovery points already saved in the vault prior to Vault Lock are not affected.</p>",
1135        "PutBackupVaultLockConfigurationInput$MaxRetentionDays": "<p>The Backup Vault Lock configuration that specifies the maximum retention period that the vault retains its recovery points. This setting can be useful if, for example, your organization's policies require you to destroy certain data after retaining it for four years (1460 days).</p> <p>If this parameter is not included, Vault Lock does not enforce a maximum retention period on the recovery points in the vault. If this parameter is included without a value, Vault Lock will not enforce a maximum retention period.</p> <p>If this parameter is specified, any backup or copy job to the vault must have a lifecycle policy with a retention period equal to or shorter than the maximum retention period. If the job's retention period is longer than that maximum retention period, then the vault fails the backup or copy job, and you should either modify your lifecycle settings or use a different vault. Recovery points already saved in the vault prior to Vault Lock are not affected.</p>",
1136        "PutBackupVaultLockConfigurationInput$ChangeableForDays": "<p>The Backup Vault Lock configuration that specifies the number of days before the lock date. For example, setting <code>ChangeableForDays</code> to 30 on Jan. 1, 2022 at 8pm UTC will set the lock date to Jan. 31, 2022 at 8pm UTC.</p> <p>Backup enforces a 72-hour cooling-off period before Vault Lock takes effect and becomes immutable. Therefore, you must set <code>ChangeableForDays</code> to 3 or greater.</p> <p>Before the lock date, you can delete Vault Lock from the vault using <code>DeleteBackupVaultLockConfiguration</code> or change the Vault Lock configuration using <code>PutBackupVaultLockConfiguration</code>. On and after the lock date, the Vault Lock becomes immutable and cannot be changed or deleted.</p> <p>If this parameter is not specified, you can delete Vault Lock from the vault using <code>DeleteBackupVaultLockConfiguration</code> or change the Vault Lock configuration using <code>PutBackupVaultLockConfiguration</code> at any time.</p>",
1137        "RecoveryPointByBackupVault$BackupSizeInBytes": "<p>The size, in bytes, of a backup.</p>",
1138        "RecoveryPointByResource$BackupSizeBytes": "<p>The size, in bytes, of a backup.</p>",
1139        "RestoreJobsListMember$BackupSizeInBytes": "<p>The size, in bytes, of the restored resource.</p>",
1140        "RestoreJobsListMember$ExpectedCompletionTimeMinutes": "<p>The amount of time in minutes that a job restoring a recovery point is expected to take.</p>"
1141      }
1142    },
1143    "MaxFrameworkInputs": {
1144      "base": null,
1145      "refs": {
1146        "ListFrameworksInput$MaxResults": "<p>The number of desired results from 1 to 1000. Optional. If unspecified, the query will return 1 MB of data.</p>"
1147      }
1148    },
1149    "MaxResults": {
1150      "base": null,
1151      "refs": {
1152        "ListBackupJobsInput$MaxResults": "<p>The maximum number of items to be returned.</p>",
1153        "ListBackupPlanTemplatesInput$MaxResults": "<p>The maximum number of items to be returned.</p>",
1154        "ListBackupPlanVersionsInput$MaxResults": "<p>The maximum number of items to be returned.</p>",
1155        "ListBackupPlansInput$MaxResults": "<p>The maximum number of items to be returned.</p>",
1156        "ListBackupSelectionsInput$MaxResults": "<p>The maximum number of items to be returned.</p>",
1157        "ListBackupVaultsInput$MaxResults": "<p>The maximum number of items to be returned.</p>",
1158        "ListCopyJobsInput$MaxResults": "<p>The maximum number of items to be returned.</p>",
1159        "ListProtectedResourcesInput$MaxResults": "<p>The maximum number of items to be returned.</p>",
1160        "ListRecoveryPointsByBackupVaultInput$MaxResults": "<p>The maximum number of items to be returned.</p>",
1161        "ListRecoveryPointsByResourceInput$MaxResults": "<p>The maximum number of items to be returned.</p> <note> <p>Amazon RDS requires a value of at least 20.</p> </note>",
1162        "ListReportJobsInput$MaxResults": "<p>The number of desired results from 1 to 1000. Optional. If unspecified, the query will return 1 MB of data.</p>",
1163        "ListReportPlansInput$MaxResults": "<p>The number of desired results from 1 to 1000. Optional. If unspecified, the query will return 1 MB of data.</p>",
1164        "ListRestoreJobsInput$MaxResults": "<p>The maximum number of items to be returned.</p>",
1165        "ListTagsInput$MaxResults": "<p>The maximum number of items to be returned.</p>"
1166      }
1167    },
1168    "Metadata": {
1169      "base": null,
1170      "refs": {
1171        "GetRecoveryPointRestoreMetadataOutput$RestoreMetadata": "<p>The set of metadata key-value pairs that describe the original configuration of the backed-up resource. These values vary depending on the service that is being restored.</p>",
1172        "StartRestoreJobInput$Metadata": "<p>A set of metadata key-value pairs. Contains information, such as a resource name, required to restore a recovery point.</p> <p> You can get configuration metadata about a resource at the time it was backed up by calling <code>GetRecoveryPointRestoreMetadata</code>. However, values in addition to those provided by <code>GetRecoveryPointRestoreMetadata</code> might be required to restore a resource. For example, you might need to provide a new resource name if the original already exists.</p> <p>You need to specify specific metadata to restore an Amazon Elastic File System (Amazon EFS) instance:</p> <ul> <li> <p> <code>file-system-id</code>: The ID of the Amazon EFS file system that is backed up by Backup. Returned in <code>GetRecoveryPointRestoreMetadata</code>.</p> </li> <li> <p> <code>Encrypted</code>: A Boolean value that, if true, specifies that the file system is encrypted. If <code>KmsKeyId</code> is specified, <code>Encrypted</code> must be set to <code>true</code>.</p> </li> <li> <p> <code>KmsKeyId</code>: Specifies the Amazon Web Services KMS key that is used to encrypt the restored file system. You can specify a key from another Amazon Web Services account provided that key it is properly shared with your account via Amazon Web Services KMS.</p> </li> <li> <p> <code>PerformanceMode</code>: Specifies the throughput mode of the file system.</p> </li> <li> <p> <code>CreationToken</code>: A user-supplied value that ensures the uniqueness (idempotency) of the request.</p> </li> <li> <p> <code>newFileSystem</code>: A Boolean value that, if true, specifies that the recovery point is restored to a new Amazon EFS file system.</p> </li> <li> <p> <code>ItemsToRestore</code>: An array of one to five strings where each string is a file path. Use <code>ItemsToRestore</code> to restore specific files or directories rather than the entire file system. This parameter is optional. For example, <code>\"itemsToRestore\":\"[\\\"/my.test\\\"]\"</code>.</p> </li> </ul>"
1173      }
1174    },
1175    "MetadataKey": {
1176      "base": null,
1177      "refs": {
1178        "Metadata$key": null
1179      }
1180    },
1181    "MetadataValue": {
1182      "base": null,
1183      "refs": {
1184        "Metadata$value": null
1185      }
1186    },
1187    "MissingParameterValueException": {
1188      "base": "<p>Indicates that a required parameter is missing.</p>",
1189      "refs": {
1190      }
1191    },
1192    "ParameterName": {
1193      "base": null,
1194      "refs": {
1195        "ControlInputParameter$ParameterName": "<p>The name of a parameter, for example, <code>BackupPlanFrequency</code>.</p>"
1196      }
1197    },
1198    "ParameterValue": {
1199      "base": null,
1200      "refs": {
1201        "ControlInputParameter$ParameterValue": "<p>The value of parameter, for example, <code>hourly</code>.</p>"
1202      }
1203    },
1204    "ProtectedResource": {
1205      "base": "<p>A structure that contains information about a backed-up resource.</p>",
1206      "refs": {
1207        "ProtectedResourcesList$member": null
1208      }
1209    },
1210    "ProtectedResourcesList": {
1211      "base": null,
1212      "refs": {
1213        "ListProtectedResourcesOutput$Results": "<p>An array of resources successfully backed up by Backup including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.</p>"
1214      }
1215    },
1216    "PutBackupVaultAccessPolicyInput": {
1217      "base": null,
1218      "refs": {
1219      }
1220    },
1221    "PutBackupVaultLockConfigurationInput": {
1222      "base": null,
1223      "refs": {
1224      }
1225    },
1226    "PutBackupVaultNotificationsInput": {
1227      "base": null,
1228      "refs": {
1229      }
1230    },
1231    "RecoveryPointByBackupVault": {
1232      "base": "<p>Contains detailed information about the recovery points stored in a backup vault.</p>",
1233      "refs": {
1234        "RecoveryPointByBackupVaultList$member": null
1235      }
1236    },
1237    "RecoveryPointByBackupVaultList": {
1238      "base": null,
1239      "refs": {
1240        "ListRecoveryPointsByBackupVaultOutput$RecoveryPoints": "<p>An array of objects that contain detailed information about recovery points saved in a backup vault.</p>"
1241      }
1242    },
1243    "RecoveryPointByResource": {
1244      "base": "<p>Contains detailed information about a saved recovery point.</p>",
1245      "refs": {
1246        "RecoveryPointByResourceList$member": null
1247      }
1248    },
1249    "RecoveryPointByResourceList": {
1250      "base": null,
1251      "refs": {
1252        "ListRecoveryPointsByResourceOutput$RecoveryPoints": "<p>An array of objects that contain detailed information about recovery points of the specified resource type.</p> <note> <p>Only Amazon EFS and Amazon EC2 recovery points return BackupVaultName.</p> </note>"
1253      }
1254    },
1255    "RecoveryPointCreator": {
1256      "base": "<p>Contains information about the backup plan and rule that Backup used to initiate the recovery point backup.</p>",
1257      "refs": {
1258        "BackupJob$CreatedBy": "<p>Contains identifying information about the creation of a backup job, including the <code>BackupPlanArn</code>, <code>BackupPlanId</code>, <code>BackupPlanVersion</code>, and <code>BackupRuleId</code> of the backup plan used to create it.</p>",
1259        "CopyJob$CreatedBy": null,
1260        "DescribeBackupJobOutput$CreatedBy": "<p>Contains identifying information about the creation of a backup job, including the <code>BackupPlanArn</code>, <code>BackupPlanId</code>, <code>BackupPlanVersion</code>, and <code>BackupRuleId</code> of the backup plan that is used to create it.</p>",
1261        "DescribeRecoveryPointOutput$CreatedBy": "<p>Contains identifying information about the creation of a recovery point, including the <code>BackupPlanArn</code>, <code>BackupPlanId</code>, <code>BackupPlanVersion</code>, and <code>BackupRuleId</code> of the backup plan used to create it.</p>",
1262        "RecoveryPointByBackupVault$CreatedBy": "<p>Contains identifying information about the creation of a recovery point, including the <code>BackupPlanArn</code>, <code>BackupPlanId</code>, <code>BackupPlanVersion</code>, and <code>BackupRuleId</code> of the backup plan that is used to create it.</p>"
1263      }
1264    },
1265    "RecoveryPointStatus": {
1266      "base": null,
1267      "refs": {
1268        "DescribeRecoveryPointOutput$Status": "<p>A status code specifying the state of the recovery point.</p> <p> <code>PARTIAL</code> status indicates Backup could not create the recovery point before the backup window closed. To increase your backup plan window using the API, see <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/API_UpdateBackupPlan.html\">UpdateBackupPlan</a>. You can also increase your backup plan window using the Console by choosing and editing your backup plan.</p> <p> <code>EXPIRED</code> status indicates that the recovery point has exceeded its retention period, but Backup lacks permission or is otherwise unable to delete it. To manually delete these recovery points, see <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/gs-cleanup-resources.html#cleanup-backups\"> Step 3: Delete the recovery points</a> in the <i>Clean up resources</i> section of <i>Getting started</i>.</p>",
1269        "RecoveryPointByBackupVault$Status": "<p>A status code specifying the state of the recovery point.</p>",
1270        "RecoveryPointByResource$Status": "<p>A status code specifying the state of the recovery point.</p>"
1271      }
1272    },
1273    "ReportDeliveryChannel": {
1274      "base": "<p>Contains information from your report plan about where to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.</p>",
1275      "refs": {
1276        "CreateReportPlanInput$ReportDeliveryChannel": "<p>A structure that contains information about where and how to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.</p>",
1277        "ReportPlan$ReportDeliveryChannel": "<p>Contains information about where and how to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.</p>",
1278        "UpdateReportPlanInput$ReportDeliveryChannel": "<p>A structure that contains information about where to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.</p>"
1279      }
1280    },
1281    "ReportDestination": {
1282      "base": "<p>Contains information from your report job about your report destination.</p>",
1283      "refs": {
1284        "ReportJob$ReportDestination": "<p>The S3 bucket name and S3 keys for the destination where the report job publishes the report.</p>"
1285      }
1286    },
1287    "ReportJob": {
1288      "base": "<p>Contains detailed information about a report job. A report job compiles a report based on a report plan and publishes it to Amazon S3.</p>",
1289      "refs": {
1290        "DescribeReportJobOutput$ReportJob": "<p>A list of information about a report job, including its completion and creation times, report destination, unique report job ID, Amazon Resource Name (ARN), report template, status, and status message.</p>",
1291        "ReportJobList$member": null
1292      }
1293    },
1294    "ReportJobId": {
1295      "base": null,
1296      "refs": {
1297        "DescribeReportJobInput$ReportJobId": "<p>The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at most 1,024 bytes long. The report job ID cannot be edited.</p>",
1298        "ReportJob$ReportJobId": "<p>The identifier for a report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at most 1,024 bytes long. Report job IDs cannot be edited.</p>",
1299        "StartReportJobOutput$ReportJobId": "<p>The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at most 1,024 bytes long. The report job ID cannot be edited.</p>"
1300      }
1301    },
1302    "ReportJobList": {
1303      "base": null,
1304      "refs": {
1305        "ListReportJobsOutput$ReportJobs": "<p>Details about your report jobs in JSON format.</p>"
1306      }
1307    },
1308    "ReportPlan": {
1309      "base": "<p>Contains detailed information about a report plan.</p>",
1310      "refs": {
1311        "DescribeReportPlanOutput$ReportPlan": "<p>Returns details about the report plan that is specified by its name. These details include the report plan's Amazon Resource Name (ARN), description, settings, delivery channel, deployment status, creation time, and last attempted and successful run times.</p>",
1312        "ReportPlanList$member": null
1313      }
1314    },
1315    "ReportPlanDescription": {
1316      "base": null,
1317      "refs": {
1318        "CreateReportPlanInput$ReportPlanDescription": "<p>An optional description of the report plan with a maximum of 1,024 characters.</p>",
1319        "ReportPlan$ReportPlanDescription": "<p>An optional description of the report plan with a maximum 1,024 characters.</p>",
1320        "UpdateReportPlanInput$ReportPlanDescription": "<p>An optional description of the report plan with a maximum 1,024 characters.</p>"
1321      }
1322    },
1323    "ReportPlanList": {
1324      "base": null,
1325      "refs": {
1326        "ListReportPlansOutput$ReportPlans": "<p>A list of your report plans with detailed information for each plan. This information includes the Amazon Resource Name (ARN), report plan name, description, settings, delivery channel, deployment status, creation time, and last times the report plan attempted to and successfully ran.</p>"
1327      }
1328    },
1329    "ReportPlanName": {
1330      "base": null,
1331      "refs": {
1332        "CreateReportPlanInput$ReportPlanName": "<p>The unique name of the report plan. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).</p>",
1333        "CreateReportPlanOutput$ReportPlanName": "<p>The unique name of the report plan.</p>",
1334        "DeleteReportPlanInput$ReportPlanName": "<p>The unique name of a report plan.</p>",
1335        "DescribeReportPlanInput$ReportPlanName": "<p>The unique name of a report plan.</p>",
1336        "ListReportJobsInput$ByReportPlanName": "<p>Returns only report jobs with the specified report plan name.</p>",
1337        "ReportPlan$ReportPlanName": "<p>The unique name of the report plan. This name is between 1 and 256 characters starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).</p>",
1338        "StartReportJobInput$ReportPlanName": "<p>The unique name of a report plan.</p>",
1339        "UpdateReportPlanInput$ReportPlanName": "<p>The unique name of the report plan. This name is between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).</p>",
1340        "UpdateReportPlanOutput$ReportPlanName": "<p>The unique name of the report plan.</p>"
1341      }
1342    },
1343    "ReportSetting": {
1344      "base": "<p>Contains detailed information about a report setting.</p>",
1345      "refs": {
1346        "CreateReportPlanInput$ReportSetting": "<p>Identifies the report template for the report. Reports are built using a report template. The report templates are:</p> <p> <code>RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT</code> </p> <p>If the report template is <code>RESOURCE_COMPLIANCE_REPORT</code> or <code>CONTROL_COMPLIANCE_REPORT</code>, this API resource also describes the report coverage by Amazon Web Services Regions and frameworks.</p>",
1347        "ReportPlan$ReportSetting": "<p>Identifies the report template for the report. Reports are built using a report template. The report templates are:</p> <p> <code>RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT</code> </p> <p>If the report template is <code>RESOURCE_COMPLIANCE_REPORT</code> or <code>CONTROL_COMPLIANCE_REPORT</code>, this API resource also describes the report coverage by Amazon Web Services Regions and frameworks.</p>",
1348        "UpdateReportPlanInput$ReportSetting": "<p>Identifies the report template for the report. Reports are built using a report template. The report templates are:</p> <p> <code>RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT</code> </p> <p>If the report template is <code>RESOURCE_COMPLIANCE_REPORT</code> or <code>CONTROL_COMPLIANCE_REPORT</code>, this API resource also describes the report coverage by Amazon Web Services Regions and frameworks.</p>"
1349      }
1350    },
1351    "ResourceArns": {
1352      "base": null,
1353      "refs": {
1354        "BackupSelection$Resources": "<p>An array of strings that contain Amazon Resource Names (ARNs) of resources to assign to a backup plan.</p>"
1355      }
1356    },
1357    "ResourceNotFoundException": {
1358      "base": "<p>A resource that is required for the action doesn't exist.</p>",
1359      "refs": {
1360      }
1361    },
1362    "ResourceType": {
1363      "base": null,
1364      "refs": {
1365        "AdvancedBackupSetting$ResourceType": "<p>Specifies an object containing resource type and backup options. The only supported resource type is Amazon EC2 instances with Windows Volume Shadow Copy Service (VSS). For a CloudFormation example, see the <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/integrate-cloudformation-with-aws-backup.html\">sample CloudFormation template to enable Windows VSS</a> in the <i>Backup User Guide</i>.</p> <p>Valid values: <code>EC2</code>.</p>",
1366        "BackupJob$ResourceType": "<p>The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2.</p>",
1367        "CopyJob$ResourceType": "<p>The type of Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.</p>",
1368        "DescribeBackupJobOutput$ResourceType": "<p>The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.</p>",
1369        "DescribeProtectedResourceOutput$ResourceType": "<p>The type of Amazon Web Services resource saved as a recovery point; for example, an Amazon EBS volume or an Amazon RDS database.</p>",
1370        "DescribeRecoveryPointOutput$ResourceType": "<p>The type of Amazon Web Services resource to save as a recovery point; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.</p>",
1371        "DescribeRestoreJobOutput$ResourceType": "<p>Returns metadata associated with a restore job listed by resource type.</p>",
1372        "ListBackupJobsInput$ByResourceType": "<p>Returns only backup jobs for the specified resources:</p> <ul> <li> <p> <code>DynamoDB</code> for Amazon DynamoDB</p> </li> <li> <p> <code>EBS</code> for Amazon Elastic Block Store</p> </li> <li> <p> <code>EC2</code> for Amazon Elastic Compute Cloud</p> </li> <li> <p> <code>EFS</code> for Amazon Elastic File System</p> </li> <li> <p> <code>RDS</code> for Amazon Relational Database Service</p> </li> <li> <p> <code>Aurora</code> for Amazon Aurora</p> </li> <li> <p> <code>Storage Gateway</code> for Storage Gateway</p> </li> </ul>",
1373        "ListCopyJobsInput$ByResourceType": "<p>Returns only backup jobs for the specified resources:</p> <ul> <li> <p> <code>DynamoDB</code> for Amazon DynamoDB</p> </li> <li> <p> <code>EBS</code> for Amazon Elastic Block Store</p> </li> <li> <p> <code>EC2</code> for Amazon Elastic Compute Cloud</p> </li> <li> <p> <code>EFS</code> for Amazon Elastic File System</p> </li> <li> <p> <code>RDS</code> for Amazon Relational Database Service</p> </li> <li> <p> <code>Aurora</code> for Amazon Aurora</p> </li> <li> <p> <code>Storage Gateway</code> for Storage Gateway</p> </li> </ul>",
1374        "ListRecoveryPointsByBackupVaultInput$ByResourceType": "<p>Returns only recovery points that match the specified resource type.</p>",
1375        "ProtectedResource$ResourceType": "<p>The type of Amazon Web Services resource; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2.</p>",
1376        "RecoveryPointByBackupVault$ResourceType": "<p>The type of Amazon Web Services resource saved as a recovery point; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2.</p>",
1377        "ResourceTypeOptInPreference$key": null,
1378        "ResourceTypes$member": null,
1379        "RestoreJobsListMember$ResourceType": "<p>The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2.</p>",
1380        "StartRestoreJobInput$ResourceType": "<p>Starts a job to restore a recovery point for one of the following resources:</p> <ul> <li> <p> <code>DynamoDB</code> for Amazon DynamoDB</p> </li> <li> <p> <code>EBS</code> for Amazon Elastic Block Store</p> </li> <li> <p> <code>EC2</code> for Amazon Elastic Compute Cloud</p> </li> <li> <p> <code>EFS</code> for Amazon Elastic File System</p> </li> <li> <p> <code>RDS</code> for Amazon Relational Database Service</p> </li> <li> <p> <code>Aurora</code> for Amazon Aurora</p> </li> <li> <p> <code>Storage Gateway</code> for Storage Gateway</p> </li> </ul>"
1381      }
1382    },
1383    "ResourceTypeList": {
1384      "base": null,
1385      "refs": {
1386        "ControlScope$ComplianceResourceTypes": "<p>Describes whether the control scope includes one or more types of resources, such as <code>EFS</code> or <code>RDS</code>.</p>"
1387      }
1388    },
1389    "ResourceTypeOptInPreference": {
1390      "base": null,
1391      "refs": {
1392        "DescribeRegionSettingsOutput$ResourceTypeOptInPreference": "<p>Returns a list of all services along with the opt-in preferences in the Region.</p>",
1393        "UpdateRegionSettingsInput$ResourceTypeOptInPreference": "<p>Updates the list of services along with the opt-in preferences for the Region.</p>"
1394      }
1395    },
1396    "ResourceTypes": {
1397      "base": null,
1398      "refs": {
1399        "GetSupportedResourceTypesOutput$ResourceTypes": "<p>Contains a string with the supported Amazon Web Services resource types:</p> <ul> <li> <p> <code>Aurora</code> for Amazon Aurora</p> </li> <li> <p> <code>DynamoDB</code> for Amazon DynamoDB</p> </li> <li> <p> <code>EBS</code> for Amazon Elastic Block Store</p> </li> <li> <p> <code>EC2</code> for Amazon Elastic Compute Cloud</p> </li> <li> <p> <code>EFS</code> for Amazon Elastic File System</p> </li> <li> <p> <code>FSX</code> for Amazon FSx</p> </li> <li> <p> <code>RDS</code> for Amazon Relational Database Service</p> </li> <li> <p> <code>Storage Gateway</code> for Storage Gateway</p> </li> </ul>"
1400      }
1401    },
1402    "RestoreJobId": {
1403      "base": null,
1404      "refs": {
1405        "DescribeRestoreJobInput$RestoreJobId": "<p>Uniquely identifies the job that restores a recovery point.</p>",
1406        "StartRestoreJobOutput$RestoreJobId": "<p>Uniquely identifies the job that restores a recovery point.</p>"
1407      }
1408    },
1409    "RestoreJobStatus": {
1410      "base": null,
1411      "refs": {
1412        "DescribeRestoreJobOutput$Status": "<p>Status code specifying the state of the job that is initiated by Backup to restore a recovery point.</p>",
1413        "ListRestoreJobsInput$ByStatus": "<p>Returns only restore jobs associated with the specified job status.</p>",
1414        "RestoreJobsListMember$Status": "<p>A status code specifying the state of the job initiated by Backup to restore a recovery point.</p>"
1415      }
1416    },
1417    "RestoreJobsList": {
1418      "base": null,
1419      "refs": {
1420        "ListRestoreJobsOutput$RestoreJobs": "<p>An array of objects that contain detailed information about jobs to restore saved resources.</p>"
1421      }
1422    },
1423    "RestoreJobsListMember": {
1424      "base": "<p>Contains metadata about a restore job.</p>",
1425      "refs": {
1426        "RestoreJobsList$member": null
1427      }
1428    },
1429    "ServiceUnavailableException": {
1430      "base": "<p>The request failed due to a temporary failure of the server.</p>",
1431      "refs": {
1432      }
1433    },
1434    "StartBackupJobInput": {
1435      "base": null,
1436      "refs": {
1437      }
1438    },
1439    "StartBackupJobOutput": {
1440      "base": null,
1441      "refs": {
1442      }
1443    },
1444    "StartCopyJobInput": {
1445      "base": null,
1446      "refs": {
1447      }
1448    },
1449    "StartCopyJobOutput": {
1450      "base": null,
1451      "refs": {
1452      }
1453    },
1454    "StartReportJobInput": {
1455      "base": null,
1456      "refs": {
1457      }
1458    },
1459    "StartReportJobOutput": {
1460      "base": null,
1461      "refs": {
1462      }
1463    },
1464    "StartRestoreJobInput": {
1465      "base": null,
1466      "refs": {
1467      }
1468    },
1469    "StartRestoreJobOutput": {
1470      "base": null,
1471      "refs": {
1472      }
1473    },
1474    "StopBackupJobInput": {
1475      "base": null,
1476      "refs": {
1477      }
1478    },
1479    "StorageClass": {
1480      "base": null,
1481      "refs": {
1482        "DescribeRecoveryPointOutput$StorageClass": "<p>Specifies the storage class of the recovery point. Valid values are <code>WARM</code> or <code>COLD</code>.</p>"
1483      }
1484    },
1485    "TagKey": {
1486      "base": null,
1487      "refs": {
1488        "Tags$key": null
1489      }
1490    },
1491    "TagKeyList": {
1492      "base": null,
1493      "refs": {
1494        "UntagResourceInput$TagKeyList": "<p>A list of keys to identify which key-value tags to remove from a resource.</p>"
1495      }
1496    },
1497    "TagResourceInput": {
1498      "base": null,
1499      "refs": {
1500      }
1501    },
1502    "TagValue": {
1503      "base": null,
1504      "refs": {
1505        "Tags$value": null
1506      }
1507    },
1508    "Tags": {
1509      "base": null,
1510      "refs": {
1511        "BackupRule$RecoveryPointTags": "<p>An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.</p>",
1512        "BackupRuleInput$RecoveryPointTags": "<p>To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair.</p>",
1513        "CreateBackupPlanInput$BackupPlanTags": "<p>To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair. The specified tags are assigned to all backups created with this plan.</p>",
1514        "CreateBackupVaultInput$BackupVaultTags": "<p>Metadata that you can assign to help organize the resources that you create. Each tag is a key-value pair.</p>",
1515        "ListTagsOutput$Tags": "<p>To help organize your resources, you can assign your own metadata to the resources you create. Each tag is a key-value pair.</p>",
1516        "StartBackupJobInput$RecoveryPointTags": "<p>To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair.</p>",
1517        "TagResourceInput$Tags": "<p>Key-value pairs that are used to help organize your resources. You can assign your own metadata to the resources you create.</p>"
1518      }
1519    },
1520    "UntagResourceInput": {
1521      "base": null,
1522      "refs": {
1523      }
1524    },
1525    "UpdateBackupPlanInput": {
1526      "base": null,
1527      "refs": {
1528      }
1529    },
1530    "UpdateBackupPlanOutput": {
1531      "base": null,
1532      "refs": {
1533      }
1534    },
1535    "UpdateFrameworkInput": {
1536      "base": null,
1537      "refs": {
1538      }
1539    },
1540    "UpdateFrameworkOutput": {
1541      "base": null,
1542      "refs": {
1543      }
1544    },
1545    "UpdateGlobalSettingsInput": {
1546      "base": null,
1547      "refs": {
1548      }
1549    },
1550    "UpdateRecoveryPointLifecycleInput": {
1551      "base": null,
1552      "refs": {
1553      }
1554    },
1555    "UpdateRecoveryPointLifecycleOutput": {
1556      "base": null,
1557      "refs": {
1558      }
1559    },
1560    "UpdateRegionSettingsInput": {
1561      "base": null,
1562      "refs": {
1563      }
1564    },
1565    "UpdateReportPlanInput": {
1566      "base": null,
1567      "refs": {
1568      }
1569    },
1570    "UpdateReportPlanOutput": {
1571      "base": null,
1572      "refs": {
1573      }
1574    },
1575    "WindowMinutes": {
1576      "base": null,
1577      "refs": {
1578        "BackupRule$StartWindowMinutes": "<p>A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.</p>",
1579        "BackupRule$CompletionWindowMinutes": "<p>A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by Backup. This value is optional.</p>",
1580        "BackupRuleInput$StartWindowMinutes": "<p>A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.</p>",
1581        "BackupRuleInput$CompletionWindowMinutes": "<p>A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by Backup. This value is optional.</p>",
1582        "StartBackupJobInput$StartWindowMinutes": "<p>A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional, and the default is 8 hours.</p>",
1583        "StartBackupJobInput$CompleteWindowMinutes": "<p>A value in minutes during which a successfully started backup must complete, or else AWS Backup will cancel the job. This value is optional. This value begins counting down from when the backup was scheduled. It does not add additional time for <code>StartWindowMinutes</code>, or if the backup started later than scheduled.</p>"
1584      }
1585    },
1586    "boolean": {
1587      "base": null,
1588      "refs": {
1589        "DescribeRecoveryPointOutput$IsEncrypted": "<p>A Boolean value that is returned as <code>TRUE</code> if the specified recovery point is encrypted, or <code>FALSE</code> if the recovery point is not encrypted.</p>",
1590        "RecoveryPointByBackupVault$IsEncrypted": "<p>A Boolean value that is returned as <code>TRUE</code> if the specified recovery point is encrypted, or <code>FALSE</code> if the recovery point is not encrypted.</p>"
1591      }
1592    },
1593    "integer": {
1594      "base": null,
1595      "refs": {
1596        "Framework$NumberOfControls": "<p>The number of controls contained by the framework.</p>",
1597        "ReportSetting$NumberOfFrameworks": "<p>The number of frameworks a report covers.</p>"
1598      }
1599    },
1600    "long": {
1601      "base": null,
1602      "refs": {
1603        "BackupVaultListMember$NumberOfRecoveryPoints": "<p>The number of recovery points that are stored in a backup vault.</p>",
1604        "DescribeBackupVaultOutput$NumberOfRecoveryPoints": "<p>The number of recovery points that are stored in a backup vault.</p>"
1605      }
1606    },
1607    "string": {
1608      "base": null,
1609      "refs": {
1610        "AlreadyExistsException$Code": null,
1611        "AlreadyExistsException$Message": null,
1612        "AlreadyExistsException$CreatorRequestId": "<p/>",
1613        "AlreadyExistsException$Arn": "<p/>",
1614        "AlreadyExistsException$Type": "<p/>",
1615        "AlreadyExistsException$Context": "<p/>",
1616        "BackupJob$BackupJobId": "<p>Uniquely identifies a request to Backup to back up a resource.</p>",
1617        "BackupJob$StatusMessage": "<p>A detailed message explaining the status of the job to back up a resource.</p>",
1618        "BackupJob$PercentDone": "<p>Contains an estimated percentage complete of a job at the time the job status was queried.</p>",
1619        "BackupJob$BackupType": "<p>Represents the type of backup for a backup job.</p>",
1620        "BackupPlanTemplatesListMember$BackupPlanTemplateId": "<p>Uniquely identifies a stored backup plan template.</p>",
1621        "BackupPlanTemplatesListMember$BackupPlanTemplateName": "<p>The optional display name of a backup plan template.</p>",
1622        "BackupPlansListMember$BackupPlanId": "<p>Uniquely identifies a backup plan.</p>",
1623        "BackupPlansListMember$VersionId": "<p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.</p>",
1624        "BackupPlansListMember$CreatorRequestId": "<p>A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice.</p>",
1625        "BackupRule$RuleId": "<p>Uniquely identifies a rule that is used to schedule the backup of a selection of resources.</p>",
1626        "BackupSelectionsListMember$SelectionId": "<p>Uniquely identifies a request to assign a set of resources to a backup plan.</p>",
1627        "BackupSelectionsListMember$BackupPlanId": "<p>Uniquely identifies a backup plan.</p>",
1628        "BackupSelectionsListMember$CreatorRequestId": "<p>A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice.</p>",
1629        "BackupVaultListMember$CreatorRequestId": "<p>A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice.</p>",
1630        "ComplianceResourceIdList$member": null,
1631        "ConflictException$Code": null,
1632        "ConflictException$Message": null,
1633        "ConflictException$Type": "<p/>",
1634        "ConflictException$Context": "<p/>",
1635        "CopyJob$CopyJobId": "<p>Uniquely identifies a copy job.</p>",
1636        "CopyJob$StatusMessage": "<p>A detailed message explaining the status of the job to copy a resource.</p>",
1637        "CreateBackupPlanInput$CreatorRequestId": "<p>Identifies the request and allows failed requests to be retried without the risk of running the operation twice. If the request includes a <code>CreatorRequestId</code> that matches an existing backup plan, that plan is returned. This parameter is optional.</p>",
1638        "CreateBackupPlanOutput$BackupPlanId": "<p>Uniquely identifies a backup plan.</p>",
1639        "CreateBackupPlanOutput$VersionId": "<p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. They cannot be edited.</p>",
1640        "CreateBackupSelectionInput$BackupPlanId": "<p>Uniquely identifies the backup plan to be associated with the selection of resources.</p>",
1641        "CreateBackupSelectionInput$CreatorRequestId": "<p>A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice.</p>",
1642        "CreateBackupSelectionOutput$SelectionId": "<p>Uniquely identifies the body of a request to assign a set of resources to a backup plan.</p>",
1643        "CreateBackupSelectionOutput$BackupPlanId": "<p>Uniquely identifies a backup plan.</p>",
1644        "CreateBackupVaultInput$CreatorRequestId": "<p>A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice.</p>",
1645        "CreateFrameworkInput$IdempotencyToken": "<p>A customer-chosen string that you can use to distinguish between otherwise identical calls to <code>CreateFrameworkInput</code>. Retrying a successful request with the same idempotency token results in a success message with no action taken.</p>",
1646        "CreateReportPlanInput$IdempotencyToken": "<p>A customer-chosen string that you can use to distinguish between otherwise identical calls to <code>CreateReportPlanInput</code>. Retrying a successful request with the same idempotency token results in a success message with no action taken.</p>",
1647        "DeleteBackupPlanInput$BackupPlanId": "<p>Uniquely identifies a backup plan.</p>",
1648        "DeleteBackupPlanOutput$BackupPlanId": "<p>Uniquely identifies a backup plan.</p>",
1649        "DeleteBackupPlanOutput$VersionId": "<p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.</p>",
1650        "DeleteBackupSelectionInput$BackupPlanId": "<p>Uniquely identifies a backup plan.</p>",
1651        "DeleteBackupSelectionInput$SelectionId": "<p>Uniquely identifies the body of a request to assign a set of resources to a backup plan.</p>",
1652        "DeleteBackupVaultInput$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
1653        "DependencyFailureException$Code": null,
1654        "DependencyFailureException$Message": null,
1655        "DependencyFailureException$Type": "<p/>",
1656        "DependencyFailureException$Context": "<p/>",
1657        "DescribeBackupJobInput$BackupJobId": "<p>Uniquely identifies a request to Backup to back up a resource.</p>",
1658        "DescribeBackupJobOutput$BackupJobId": "<p>Uniquely identifies a request to Backup to back up a resource.</p>",
1659        "DescribeBackupJobOutput$StatusMessage": "<p>A detailed message explaining the status of the job to back up a resource.</p>",
1660        "DescribeBackupJobOutput$PercentDone": "<p>Contains an estimated percentage that is complete of a job at the time the job status was queried.</p>",
1661        "DescribeBackupJobOutput$BackupType": "<p>Represents the actual backup type selected for a backup job. For example, if a successful Windows Volume Shadow Copy Service (VSS) backup was taken, <code>BackupType</code> returns <code>\"WindowsVSS\"</code>. If <code>BackupType</code> is empty, then the backup type was a regular backup.</p>",
1662        "DescribeBackupVaultInput$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
1663        "DescribeBackupVaultOutput$BackupVaultName": "<p>The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Region where they are created. They consist of lowercase letters, numbers, and hyphens.</p>",
1664        "DescribeBackupVaultOutput$CreatorRequestId": "<p>A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice.</p>",
1665        "DescribeCopyJobInput$CopyJobId": "<p>Uniquely identifies a copy job.</p>",
1666        "DescribeFrameworkOutput$DeploymentStatus": "<p>The deployment status of a framework. The statuses are:</p> <p> <code>CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED | FAILED</code> </p>",
1667        "DescribeFrameworkOutput$FrameworkStatus": "<p>A framework consists of one or more controls. Each control governs a resource, such as backup plans, backup selections, backup vaults, or recovery points. You can also turn Config recording on or off for each resource. The statuses are:</p> <ul> <li> <p> <code>ACTIVE</code> when recording is turned on for all resources governed by the framework.</p> </li> <li> <p> <code>PARTIALLY_ACTIVE</code> when recording is turned off for at least one resource governed by the framework.</p> </li> <li> <p> <code>INACTIVE</code> when recording is turned off for all resources governed by the framework.</p> </li> <li> <p> <code>UNAVAILABLE</code> when Backup is unable to validate recording status at this time.</p> </li> </ul>",
1668        "DescribeFrameworkOutput$IdempotencyToken": "<p>A customer-chosen string that you can use to distinguish between otherwise identical calls to <code>DescribeFrameworkOutput</code>. Retrying a successful request with the same idempotency token results in a success message with no action taken.</p>",
1669        "DescribeRecoveryPointOutput$StatusMessage": "<p>A status message explaining the reason for the recovery point deletion failure.</p>",
1670        "DescribeRestoreJobOutput$RestoreJobId": "<p>Uniquely identifies the job that restores a recovery point.</p>",
1671        "DescribeRestoreJobOutput$StatusMessage": "<p>A message showing the status of a job to restore a recovery point.</p>",
1672        "DescribeRestoreJobOutput$PercentDone": "<p>Contains an estimated percentage that is complete of a job at the time the job status was queried.</p>",
1673        "ExportBackupPlanTemplateInput$BackupPlanId": "<p>Uniquely identifies a backup plan.</p>",
1674        "ExportBackupPlanTemplateOutput$BackupPlanTemplateJson": "<p>The body of a backup plan template in JSON format.</p> <note> <p>This is a signed JSON document that cannot be modified before being passed to <code>GetBackupPlanFromJSON.</code> </p> </note>",
1675        "FormatList$member": null,
1676        "Framework$DeploymentStatus": "<p>The deployment status of a framework. The statuses are:</p> <p> <code>CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED | FAILED</code> </p>",
1677        "GetBackupPlanFromJSONInput$BackupPlanTemplateJson": "<p>A customer-supplied backup plan document in JSON format.</p>",
1678        "GetBackupPlanFromTemplateInput$BackupPlanTemplateId": "<p>Uniquely identifies a stored backup plan template.</p>",
1679        "GetBackupPlanInput$BackupPlanId": "<p>Uniquely identifies a backup plan.</p>",
1680        "GetBackupPlanInput$VersionId": "<p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.</p>",
1681        "GetBackupPlanOutput$BackupPlanId": "<p>Uniquely identifies a backup plan.</p>",
1682        "GetBackupPlanOutput$VersionId": "<p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.</p>",
1683        "GetBackupPlanOutput$CreatorRequestId": "<p>A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice.</p>",
1684        "GetBackupSelectionInput$BackupPlanId": "<p>Uniquely identifies a backup plan.</p>",
1685        "GetBackupSelectionInput$SelectionId": "<p>Uniquely identifies the body of a request to assign a set of resources to a backup plan.</p>",
1686        "GetBackupSelectionOutput$SelectionId": "<p>Uniquely identifies the body of a request to assign a set of resources to a backup plan.</p>",
1687        "GetBackupSelectionOutput$BackupPlanId": "<p>Uniquely identifies a backup plan.</p>",
1688        "GetBackupSelectionOutput$CreatorRequestId": "<p>A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice.</p>",
1689        "InvalidParameterValueException$Code": null,
1690        "InvalidParameterValueException$Message": null,
1691        "InvalidParameterValueException$Type": "<p/>",
1692        "InvalidParameterValueException$Context": "<p/>",
1693        "InvalidRequestException$Code": null,
1694        "InvalidRequestException$Message": null,
1695        "InvalidRequestException$Type": "<p/>",
1696        "InvalidRequestException$Context": "<p/>",
1697        "InvalidResourceStateException$Code": null,
1698        "InvalidResourceStateException$Message": null,
1699        "InvalidResourceStateException$Type": "<p/>",
1700        "InvalidResourceStateException$Context": "<p/>",
1701        "LimitExceededException$Code": null,
1702        "LimitExceededException$Message": null,
1703        "LimitExceededException$Type": "<p/>",
1704        "LimitExceededException$Context": "<p/>",
1705        "ListBackupJobsInput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
1706        "ListBackupJobsOutput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
1707        "ListBackupPlanTemplatesInput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
1708        "ListBackupPlanTemplatesOutput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
1709        "ListBackupPlanVersionsInput$BackupPlanId": "<p>Uniquely identifies a backup plan.</p>",
1710        "ListBackupPlanVersionsInput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
1711        "ListBackupPlanVersionsOutput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
1712        "ListBackupPlansInput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
1713        "ListBackupPlansOutput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
1714        "ListBackupSelectionsInput$BackupPlanId": "<p>Uniquely identifies a backup plan.</p>",
1715        "ListBackupSelectionsInput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
1716        "ListBackupSelectionsOutput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
1717        "ListBackupVaultsInput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
1718        "ListBackupVaultsOutput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
1719        "ListCopyJobsInput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return maxResults number of items, NextToken allows you to return more items in your list starting at the location pointed to by the next token. </p>",
1720        "ListCopyJobsInput$ByDestinationVaultArn": "<p>An Amazon Resource Name (ARN) that uniquely identifies a source backup vault to copy from; for example, <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>. </p>",
1721        "ListCopyJobsOutput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return maxResults number of items, NextToken allows you to return more items in your list starting at the location pointed to by the next token. </p>",
1722        "ListFrameworksInput$NextToken": "<p>An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.</p>",
1723        "ListFrameworksOutput$NextToken": "<p>An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.</p>",
1724        "ListProtectedResourcesInput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
1725        "ListProtectedResourcesOutput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
1726        "ListRecoveryPointsByBackupVaultInput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
1727        "ListRecoveryPointsByBackupVaultInput$ByBackupPlanId": "<p>Returns only recovery points that match the specified backup plan ID.</p>",
1728        "ListRecoveryPointsByBackupVaultOutput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
1729        "ListRecoveryPointsByResourceInput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
1730        "ListRecoveryPointsByResourceOutput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
1731        "ListReportJobsInput$ByStatus": "<p>Returns only report jobs that are in the specified status. The statuses are:</p> <p> <code>CREATED | RUNNING | COMPLETED | FAILED</code> </p>",
1732        "ListReportJobsInput$NextToken": "<p>An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.</p>",
1733        "ListReportJobsOutput$NextToken": "<p>An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.</p>",
1734        "ListReportPlansInput$NextToken": "<p>An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.</p>",
1735        "ListReportPlansOutput$NextToken": "<p>An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.</p>",
1736        "ListRestoreJobsInput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
1737        "ListRestoreJobsOutput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
1738        "ListTagsInput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
1739        "ListTagsOutput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
1740        "MissingParameterValueException$Code": null,
1741        "MissingParameterValueException$Message": null,
1742        "MissingParameterValueException$Type": "<p/>",
1743        "MissingParameterValueException$Context": "<p/>",
1744        "RecoveryPointByBackupVault$StatusMessage": "<p>A message explaining the reason of the recovery point deletion failure.</p>",
1745        "RecoveryPointByResource$StatusMessage": "<p>A message explaining the reason of the recovery point deletion failure.</p>",
1746        "RecoveryPointCreator$BackupPlanId": "<p>Uniquely identifies a backup plan.</p>",
1747        "RecoveryPointCreator$BackupPlanVersion": "<p>Version IDs are unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. They cannot be edited.</p>",
1748        "RecoveryPointCreator$BackupRuleId": "<p>Uniquely identifies a rule used to schedule the backup of a selection of resources.</p>",
1749        "ReportDeliveryChannel$S3BucketName": "<p>The unique name of the S3 bucket that receives your reports.</p>",
1750        "ReportDeliveryChannel$S3KeyPrefix": "<p>The prefix for where Backup Audit Manager delivers your reports to Amazon S3. The prefix is this part of the following path: s3://your-bucket-name/<code>prefix</code>/Backup/us-west-2/year/month/day/report-name. If not specified, there is no prefix.</p>",
1751        "ReportDestination$S3BucketName": "<p>The unique name of the Amazon S3 bucket that receives your reports.</p>",
1752        "ReportJob$ReportTemplate": "<p>Identifies the report template for the report. Reports are built using a report template. The report templates are: </p> <p> <code>RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT</code> </p>",
1753        "ReportJob$Status": "<p>The status of a report job. The statuses are:</p> <p> <code>CREATED | RUNNING | COMPLETED | FAILED</code> </p> <p> <code>COMPLETED</code> means that the report is available for your review at your designated destination. If the status is <code>FAILED</code>, review the <code>StatusMessage</code> for the reason.</p>",
1754        "ReportJob$StatusMessage": "<p>A message explaining the status of the report job.</p>",
1755        "ReportPlan$DeploymentStatus": "<p>The deployment status of a report plan. The statuses are:</p> <p> <code>CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED</code> </p>",
1756        "ReportSetting$ReportTemplate": "<p>Identifies the report template for the report. Reports are built using a report template. The report templates are:</p> <p> <code>RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT</code> </p>",
1757        "ResourceNotFoundException$Code": null,
1758        "ResourceNotFoundException$Message": null,
1759        "ResourceNotFoundException$Type": "<p/>",
1760        "ResourceNotFoundException$Context": "<p/>",
1761        "RestoreJobsListMember$RestoreJobId": "<p>Uniquely identifies the job that restores a recovery point.</p>",
1762        "RestoreJobsListMember$StatusMessage": "<p>A detailed message explaining the status of the job to restore a recovery point.</p>",
1763        "RestoreJobsListMember$PercentDone": "<p>Contains an estimated percentage complete of a job at the time the job status was queried.</p>",
1764        "ServiceUnavailableException$Code": null,
1765        "ServiceUnavailableException$Message": null,
1766        "ServiceUnavailableException$Type": "<p/>",
1767        "ServiceUnavailableException$Context": "<p/>",
1768        "StartBackupJobInput$IdempotencyToken": "<p>A customer-chosen string that you can use to distinguish between otherwise identical calls to <code>StartBackupJob</code>. Retrying a successful request with the same idempotency token results in a success message with no action taken.</p>",
1769        "StartBackupJobOutput$BackupJobId": "<p>Uniquely identifies a request to Backup to back up a resource.</p>",
1770        "StartCopyJobInput$IdempotencyToken": "<p>A customer-chosen string that you can use to distinguish between otherwise identical calls to <code>StartCopyJob</code>. Retrying a successful request with the same idempotency token results in a success message with no action taken.</p>",
1771        "StartCopyJobOutput$CopyJobId": "<p>Uniquely identifies a copy job.</p>",
1772        "StartReportJobInput$IdempotencyToken": "<p>A customer-chosen string that you can use to distinguish between otherwise identical calls to <code>StartReportJobInput</code>. Retrying a successful request with the same idempotency token results in a success message with no action taken.</p>",
1773        "StartRestoreJobInput$IdempotencyToken": "<p>A customer-chosen string that you can use to distinguish between otherwise identical calls to <code>StartRestoreJob</code>. Retrying a successful request with the same idempotency token results in a success message with no action taken.</p>",
1774        "StopBackupJobInput$BackupJobId": "<p>Uniquely identifies a request to Backup to back up a resource.</p>",
1775        "TagKeyList$member": null,
1776        "UpdateBackupPlanInput$BackupPlanId": "<p>Uniquely identifies a backup plan.</p>",
1777        "UpdateBackupPlanOutput$BackupPlanId": "<p>Uniquely identifies a backup plan.</p>",
1778        "UpdateBackupPlanOutput$VersionId": "<p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version Ids cannot be edited.</p>",
1779        "UpdateFrameworkInput$IdempotencyToken": "<p>A customer-chosen string that you can use to distinguish between otherwise identical calls to <code>UpdateFrameworkInput</code>. Retrying a successful request with the same idempotency token results in a success message with no action taken.</p>",
1780        "UpdateReportPlanInput$IdempotencyToken": "<p>A customer-chosen string that you can use to distinguish between otherwise identical calls to <code>UpdateReportPlanInput</code>. Retrying a successful request with the same idempotency token results in a success message with no action taken.</p>",
1781        "stringList$member": null,
1782        "stringMap$key": null,
1783        "stringMap$value": null
1784      }
1785    },
1786    "stringList": {
1787      "base": null,
1788      "refs": {
1789        "ReportDestination$S3Keys": "<p>The object key that uniquely identifies your reports in your S3 bucket.</p>",
1790        "ReportSetting$FrameworkArns": "<p>The Amazon Resource Names (ARNs) of the frameworks a report covers.</p>"
1791      }
1792    },
1793    "stringMap": {
1794      "base": null,
1795      "refs": {
1796        "ControlScope$Tags": "<p>Describes whether the control scope includes resources with one or more tags. Each tag is a key-value pair.</p>",
1797        "CreateFrameworkInput$FrameworkTags": "<p>Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.</p>",
1798        "CreateReportPlanInput$ReportPlanTags": "<p>Metadata that you can assign to help organize the report plans that you create. Each tag is a key-value pair.</p>"
1799      }
1800    },
1801    "timestamp": {
1802      "base": null,
1803      "refs": {
1804        "BackupJob$CreationDate": "<p>The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1805        "BackupJob$CompletionDate": "<p>The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of <code>CompletionDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1806        "BackupJob$ExpectedCompletionDate": "<p>The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of <code>ExpectedCompletionDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1807        "BackupJob$StartBy": "<p>Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the <code>StartBy</code> time would be 8:00 PM on the date specified. The value of <code>StartBy</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1808        "BackupPlansListMember$CreationDate": "<p>The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1809        "BackupPlansListMember$DeletionDate": "<p>The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of <code>DeletionDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1810        "BackupPlansListMember$LastExecutionDate": "<p>The last time a job to back up resources was run with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of <code>LastExecutionDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1811        "BackupSelectionsListMember$CreationDate": "<p>The date and time a backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1812        "BackupVaultListMember$CreationDate": "<p>The date and time a resource backup is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1813        "BackupVaultListMember$LockDate": "<p>The date and time when Backup Vault Lock configuration becomes immutable, meaning it cannot be changed or deleted.</p> <p>If you applied Vault Lock to your vault without specifying a lock date, you can change your Vault Lock settings, or delete Vault Lock from the vault entirely, at any time.</p> <p>This value is in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1814        "CalculatedLifecycle$MoveToColdStorageAt": "<p>A timestamp that specifies when to transition a recovery point to cold storage.</p>",
1815        "CalculatedLifecycle$DeleteAt": "<p>A timestamp that specifies when to delete a recovery point.</p>",
1816        "CopyJob$CreationDate": "<p>The date and time a copy job is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1817        "CopyJob$CompletionDate": "<p>The date and time a copy job is completed, in Unix format and Coordinated Universal Time (UTC). The value of <code>CompletionDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1818        "CreateBackupPlanOutput$CreationDate": "<p>The date and time that a backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1819        "CreateBackupSelectionOutput$CreationDate": "<p>The date and time a backup selection is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1820        "CreateBackupVaultOutput$CreationDate": "<p>The date and time a backup vault is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1821        "CreateReportPlanOutput$CreationTime": "<p>The date and time a backup vault is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1822        "DeleteBackupPlanOutput$DeletionDate": "<p>The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of <code>DeletionDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1823        "DescribeBackupJobOutput$CreationDate": "<p>The date and time that a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1824        "DescribeBackupJobOutput$CompletionDate": "<p>The date and time that a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of <code>CompletionDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1825        "DescribeBackupJobOutput$ExpectedCompletionDate": "<p>The date and time that a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of <code>ExpectedCompletionDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1826        "DescribeBackupJobOutput$StartBy": "<p>Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the <code>StartBy</code> time would be 8:00 PM on the date specified. The value of <code>StartBy</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1827        "DescribeBackupVaultOutput$CreationDate": "<p>The date and time that a backup vault is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1828        "DescribeBackupVaultOutput$LockDate": "<p>The date and time when Backup Vault Lock configuration cannot be changed or deleted.</p> <p>If you applied Vault Lock to your vault without specifying a lock date, you can change any of your Vault Lock settings, or delete Vault Lock from the vault entirely, at any time.</p> <p>This value is in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1829        "DescribeFrameworkOutput$CreationTime": "<p>The date and time that a framework is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1830        "DescribeGlobalSettingsOutput$LastUpdateTime": "<p>The date and time that the flag <code>isCrossAccountBackupEnabled</code> was last updated. This update is in Unix format and Coordinated Universal Time (UTC). The value of <code>LastUpdateTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1831        "DescribeProtectedResourceOutput$LastBackupTime": "<p>The date and time that a resource was last backed up, in Unix format and Coordinated Universal Time (UTC). The value of <code>LastBackupTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1832        "DescribeRecoveryPointOutput$CreationDate": "<p>The date and time that a recovery point is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1833        "DescribeRecoveryPointOutput$CompletionDate": "<p>The date and time that a job to create a recovery point is completed, in Unix format and Coordinated Universal Time (UTC). The value of <code>CompletionDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1834        "DescribeRecoveryPointOutput$LastRestoreTime": "<p>The date and time that a recovery point was last restored, in Unix format and Coordinated Universal Time (UTC). The value of <code>LastRestoreTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1835        "DescribeRestoreJobOutput$CreationDate": "<p>The date and time that a restore job is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1836        "DescribeRestoreJobOutput$CompletionDate": "<p>The date and time that a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time (UTC). The value of <code>CompletionDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1837        "Framework$CreationTime": "<p>The date and time that a framework is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1838        "GetBackupPlanOutput$CreationDate": "<p>The date and time that a backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1839        "GetBackupPlanOutput$DeletionDate": "<p>The date and time that a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of <code>DeletionDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1840        "GetBackupPlanOutput$LastExecutionDate": "<p>The last time a job to back up resources was run with this backup plan. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of <code>LastExecutionDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1841        "GetBackupSelectionOutput$CreationDate": "<p>The date and time a backup selection is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1842        "ListBackupJobsInput$ByCreatedBefore": "<p>Returns only backup jobs that were created before the specified date.</p>",
1843        "ListBackupJobsInput$ByCreatedAfter": "<p>Returns only backup jobs that were created after the specified date.</p>",
1844        "ListCopyJobsInput$ByCreatedBefore": "<p>Returns only copy jobs that were created before the specified date.</p>",
1845        "ListCopyJobsInput$ByCreatedAfter": "<p>Returns only copy jobs that were created after the specified date.</p>",
1846        "ListRecoveryPointsByBackupVaultInput$ByCreatedBefore": "<p>Returns only recovery points that were created before the specified timestamp.</p>",
1847        "ListRecoveryPointsByBackupVaultInput$ByCreatedAfter": "<p>Returns only recovery points that were created after the specified timestamp.</p>",
1848        "ListReportJobsInput$ByCreationBefore": "<p>Returns only report jobs that were created before the date and time specified in Unix format and Coordinated Universal Time (UTC). For example, the value 1516925490 represents Friday, January 26, 2018 12:11:30 AM.</p>",
1849        "ListReportJobsInput$ByCreationAfter": "<p>Returns only report jobs that were created after the date and time specified in Unix format and Coordinated Universal Time (UTC). For example, the value 1516925490 represents Friday, January 26, 2018 12:11:30 AM.</p>",
1850        "ListRestoreJobsInput$ByCreatedBefore": "<p>Returns only restore jobs that were created before the specified date.</p>",
1851        "ListRestoreJobsInput$ByCreatedAfter": "<p>Returns only restore jobs that were created after the specified date.</p>",
1852        "ProtectedResource$LastBackupTime": "<p>The date and time a resource was last backed up, in Unix format and Coordinated Universal Time (UTC). The value of <code>LastBackupTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1853        "RecoveryPointByBackupVault$CreationDate": "<p>The date and time a recovery point is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1854        "RecoveryPointByBackupVault$CompletionDate": "<p>The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time (UTC). The value of <code>CompletionDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1855        "RecoveryPointByBackupVault$LastRestoreTime": "<p>The date and time a recovery point was last restored, in Unix format and Coordinated Universal Time (UTC). The value of <code>LastRestoreTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1856        "RecoveryPointByResource$CreationDate": "<p>The date and time a recovery point is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1857        "ReportJob$CreationTime": "<p>The date and time that a report job is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1858        "ReportJob$CompletionTime": "<p>The date and time that a report job is completed, in Unix format and Coordinated Universal Time (UTC). The value of <code>CompletionTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1859        "ReportPlan$CreationTime": "<p>The date and time that a report plan is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1860        "ReportPlan$LastAttemptedExecutionTime": "<p>The date and time that a report job associated with this report plan last attempted to run, in Unix format and Coordinated Universal Time (UTC). The value of <code>LastAttemptedExecutionTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1861        "ReportPlan$LastSuccessfulExecutionTime": "<p>The date and time that a report job associated with this report plan last successfully ran, in Unix format and Coordinated Universal Time (UTC). The value of <code>LastSuccessfulExecutionTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1862        "RestoreJobsListMember$CreationDate": "<p>The date and time a restore job is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1863        "RestoreJobsListMember$CompletionDate": "<p>The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time (UTC). The value of <code>CompletionDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1864        "StartBackupJobOutput$CreationDate": "<p>The date and time that a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1865        "StartCopyJobOutput$CreationDate": "<p>The date and time that a copy job is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1866        "UpdateBackupPlanOutput$CreationDate": "<p>The date and time a backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1867        "UpdateFrameworkOutput$CreationTime": "<p>The date and time that a framework is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>",
1868        "UpdateReportPlanOutput$CreationTime": "<p>The date and time that a report plan is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>"
1869      }
1870    }
1871  }
1872}
1873