diff --git a/generator/ServiceModels/backup/backup-2018-11-15.api.json b/generator/ServiceModels/backup/backup-2018-11-15.api.json index 943cb2f449ed..ea82850c2a10 100644 --- a/generator/ServiceModels/backup/backup-2018-11-15.api.json +++ b/generator/ServiceModels/backup/backup-2018-11-15.api.json @@ -5,10 +5,12 @@ "endpointPrefix":"backup", "jsonVersion":"1.1", "protocol":"rest-json", + "protocols":["rest-json"], "serviceFullName":"AWS Backup", "serviceId":"Backup", "signatureVersion":"v4", - "uid":"backup-2018-11-15" + "uid":"backup-2018-11-15", + "auth":["aws.auth#sigv4"] }, "operations":{ "CancelLegalHold":{ @@ -1739,6 +1741,8 @@ "members":{ "BackupVaultName":{"shape":"BackupVaultName"}, "BackupVaultArn":{"shape":"ARN"}, + "VaultType":{"shape":"VaultType"}, + "VaultState":{"shape":"VaultState"}, "CreationDate":{"shape":"timestamp"}, "EncryptionKeyArn":{"shape":"ARN"}, "CreatorRequestId":{"shape":"string"}, @@ -2421,6 +2425,7 @@ "BackupVaultName":{"shape":"string"}, "BackupVaultArn":{"shape":"ARN"}, "VaultType":{"shape":"VaultType"}, + "VaultState":{"shape":"VaultState"}, "EncryptionKeyArn":{"shape":"ARN"}, "CreationDate":{"shape":"timestamp"}, "CreatorRequestId":{"shape":"string"}, diff --git a/generator/ServiceModels/backup/backup-2018-11-15.docs.json b/generator/ServiceModels/backup/backup-2018-11-15.docs.json index f8fb3e37e64e..e16589c374aa 100644 --- a/generator/ServiceModels/backup/backup-2018-11-15.docs.json +++ b/generator/ServiceModels/backup/backup-2018-11-15.docs.json @@ -2,15 +2,15 @@ "version": "2.0", "service": "Backup

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.

", "operations": { - "CancelLegalHold": "

This action removes the specified legal hold on a recovery point. This action can only be performed by a user with sufficient permissions.

", + "CancelLegalHold": "

Removes the specified legal hold on a recovery point. This action can only be performed by a user with sufficient permissions.

", "CreateBackupPlan": "

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.

If you call CreateBackupPlan with a plan that already exists, you receive an AlreadyExistsException exception.

", "CreateBackupSelection": "

Creates a JSON document that specifies a set of resources to assign to a backup plan. For examples, see Assigning resources programmatically.

", "CreateBackupVault": "

Creates a logical container where backups are stored. A CreateBackupVault request includes a name, optionally one or more resource tags, an encryption key, and a request ID.

Do not include sensitive data, such as passport numbers, in the name of a backup vault.

", "CreateFramework": "

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.

", - "CreateLegalHold": "

This action creates a legal hold on a recovery point (backup). A legal hold is a restraint on altering or deleting a backup until an authorized user cancels the legal hold. Any actions to delete or disassociate a recovery point will fail with an error if one or more active legal holds are on the recovery point.

", - "CreateLogicallyAirGappedBackupVault": "

This request creates a logical container to where backups may be copied.

This request includes a name, the Region, the maximum number of retention days, the minimum number of retention days, and optionally can include tags and a creator request ID.

Do not include sensitive data, such as passport numbers, in the name of a backup vault.

", + "CreateLegalHold": "

Creates a legal hold on a recovery point (backup). A legal hold is a restraint on altering or deleting a backup until an authorized user cancels the legal hold. Any actions to delete or disassociate a recovery point will fail with an error if one or more active legal holds are on the recovery point.

", + "CreateLogicallyAirGappedBackupVault": "

Creates a logical container to where backups may be copied.

This request includes a name, the Region, the maximum number of retention days, the minimum number of retention days, and optionally can include tags and a creator request ID.

Do not include sensitive data, such as passport numbers, in the name of a backup vault.

", "CreateReportPlan": "

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.

If you call CreateReportPlan with a plan that already exists, you receive an AlreadyExistsException exception.

", - "CreateRestoreTestingPlan": "

This is the first of two steps to create a restore testing plan; once this request is successful, finish the procedure with request CreateRestoreTestingSelection.

You must include the parameter RestoreTestingPlan. You may optionally include CreatorRequestId and Tags.

", + "CreateRestoreTestingPlan": "

Creates a restore testing plan.

The first of two steps to create a restore testing plan. After this request is successful, finish the procedure using CreateRestoreTestingSelection.

", "CreateRestoreTestingSelection": "

This request can be sent after CreateRestoreTestingPlan request returns successfully. This is the second part of creating a resource testing plan, and it must be completed sequentially.

This consists of RestoreTestingSelectionName, ProtectedResourceType, and one of the following:

Each protected resource type can have one single value.

A restore testing selection can include a wildcard value (\"*\") for ProtectedResourceArns along with ProtectedResourceConditions. Alternatively, you can include up to 30 specific protected resource ARNs in ProtectedResourceArns.

Cannot select by both protected resource types AND specific ARNs. Request will fail if both are included.

", "DeleteBackupPlan": "

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.

", "DeleteBackupSelection": "

Deletes the resource selection associated with a backup plan that is specified by the SelectionId.

", @@ -52,9 +52,9 @@ "GetSupportedResourceTypes": "

Returns the Amazon Web Services resource types supported by Backup.

", "ListBackupJobSummaries": "

This is a request for a summary of backup jobs created or running within the most recent 30 days. You can include parameters AccountID, State, ResourceType, MessageCategory, AggregationPeriod, MaxResults, or NextToken to filter results.

This request returns a summary that contains Region, Account, State, ResourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.

", "ListBackupJobs": "

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 monitoring tools.

", - "ListBackupPlanTemplates": "

Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates.

", + "ListBackupPlanTemplates": "

Lists the backup plan templates.

", "ListBackupPlanVersions": "

Returns version metadata of your backup plans, including Amazon Resource Names (ARNs), backup plan IDs, creation and deletion dates, plan names, and version IDs.

", - "ListBackupPlans": "

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.

", + "ListBackupPlans": "

Lists the active backup plans for the account.

", "ListBackupSelections": "

Returns an array containing metadata of the resources associated with the target backup plan.

", "ListBackupVaults": "

Returns a list of recovery point storage containers along with information about them.

", "ListCopyJobSummaries": "

This request obtains a list of copy jobs created or running within the the most recent 30 days. You can include parameters AccountID, State, ResourceType, MessageCategory, AggregationPeriod, MaxResults, or NextToken to filter results.

This request returns a summary that contains Region, Account, State, RestourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.

", @@ -65,7 +65,7 @@ "ListProtectedResourcesByBackupVault": "

This request lists the protected resources corresponding to each backup vault.

", "ListRecoveryPointsByBackupVault": "

Returns detailed information about the recovery points stored in a backup vault.

", "ListRecoveryPointsByLegalHold": "

This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold.

", - "ListRecoveryPointsByResource": "

Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource Name (ARN).

For Amazon EFS and Amazon EC2, this action only lists recovery points created by Backup.

", + "ListRecoveryPointsByResource": "

The information about the recovery points of the type specified by a resource Amazon Resource Name (ARN).

For Amazon EFS and Amazon EC2, this action only lists recovery points created by Backup.

", "ListReportJobs": "

Returns details about your report jobs.

", "ListReportPlans": "

Returns a list of your report plans. For detailed information about a single report plan, use DescribeReportPlan.

", "ListRestoreJobSummaries": "

This request obtains a summary of restore jobs created or running within the the most recent 30 days. You can include parameters AccountID, State, ResourceType, AggregationPeriod, MaxResults, or NextToken to filter results.

This request returns a summary that contains Region, Account, State, RestourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.

", @@ -73,83 +73,83 @@ "ListRestoreJobsByProtectedResource": "

This returns restore jobs that contain the specified protected resource.

You must include ResourceArn. You can optionally include NextToken, ByStatus, MaxResults, ByRecoveryPointCreationDateAfter , and ByRecoveryPointCreationDateBefore.

", "ListRestoreTestingPlans": "

Returns a list of restore testing plans.

", "ListRestoreTestingSelections": "

Returns a list of restore testing selections. Can be filtered by MaxResults and RestoreTestingPlanName.

", - "ListTags": "

Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault.

ListTags only works for resource types that support full Backup management of their backups. Those resource types are listed in the \"Full Backup management\" section of the Feature availability by resource table.

", + "ListTags": "

Returns the tags assigned to the resource, such as a target recovery point, backup plan, or backup vault.

", "PutBackupVaultAccessPolicy": "

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.

", - "PutBackupVaultLockConfiguration": "

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.

Backup Vault Lock has been assessed by Cohasset Associates for use in environments that are subject to SEC 17a-4, CFTC, and FINRA regulations. For more information about how Backup Vault Lock relates to these regulations, see the Cohasset Associates Compliance Assessment.

", + "PutBackupVaultLockConfiguration": "

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.

Backup Vault Lock has been assessed by Cohasset Associates for use in environments that are subject to SEC 17a-4, CFTC, and FINRA regulations. For more information about how Backup Vault Lock relates to these regulations, see the Cohasset Associates Compliance Assessment.

For more information, see Backup Vault Lock.

", "PutBackupVaultNotifications": "

Turns on notifications on a backup vault for the specified topic and events.

", "PutRestoreValidationResult": "

This request allows you to send your independent self-run restore test validation results. RestoreJobId and ValidationStatus are required. Optionally, you can input a ValidationStatusMessage.

", "StartBackupJob": "

Starts an on-demand backup job for the specified resource.

", "StartCopyJob": "

Starts a job to create a one-time copy of the specified resource.

Does not support continuous backups.

", "StartReportJob": "

Starts an on-demand report job for the specified report plan.

", "StartRestoreJob": "

Recovers the saved resource identified by an Amazon Resource Name (ARN).

", - "StopBackupJob": "

Attempts to cancel a job to create a one-time backup of a resource.

This action is not supported for the following services: Amazon FSx for Windows File Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP , Amazon FSx for OpenZFS, Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon Neptune.

", - "TagResource": "

Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN).

", - "UntagResource": "

Removes a set of key-value pairs from a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN)

", - "UpdateBackupPlan": "

Updates an existing backup plan identified by its backupPlanId with the input document in JSON format. The new version is uniquely identified by a VersionId.

", - "UpdateFramework": "

Updates an existing framework identified by its FrameworkName with the input document in JSON format.

", + "StopBackupJob": "

Attempts to cancel a job to create a one-time backup of a resource.

This action is not supported for the following services: Amazon FSx for Windows File Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP, Amazon FSx for OpenZFS, Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon Neptune.

", + "TagResource": "

Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN).

This API is supported for recovery points for resource types including Aurora, Amazon DocumentDB. Amazon EBS, Amazon FSx, Neptune, and Amazon RDS.

", + "UntagResource": "

Removes a set of key-value pairs from a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN)

This API is not supported for recovery points for resource types including Aurora, Amazon DocumentDB. Amazon EBS, Amazon FSx, Neptune, and Amazon RDS.

", + "UpdateBackupPlan": "

Updates the specified backup plan. The new version is uniquely identified by its ID.

", + "UpdateFramework": "

Updates the specified framework.

", "UpdateGlobalSettings": "

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 DescribeGlobalSettings API to determine the current settings.

", - "UpdateRecoveryPointLifecycle": "

Sets the transition lifecycle of a recovery point.

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that are able to be transitioned to cold storage are listed in the \"Lifecycle to cold storage\" section of the Feature availability by resource table. Backup ignores this expression for other resource types.

This operation does not support continuous backups.

", + "UpdateRecoveryPointLifecycle": "

Sets the transition lifecycle of a recovery point.

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.

Resource types that can transition to cold storage are listed in the Feature availability by resource table. Backup ignores this expression for other resource types.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

If your lifecycle currently uses the parameters DeleteAfterDays and MoveToColdStorageAfterDays, include these parameters and their values when you call this operation. Not including them may result in your plan updating with null values.

This operation does not support continuous backups.

", "UpdateRegionSettings": "

Updates the current service opt-in settings for the Region.

Use the DescribeRegionSettings API to determine the resource types that are supported.

", - "UpdateReportPlan": "

Updates an existing report plan identified by its ReportPlanName with the input document in JSON format.

", + "UpdateReportPlan": "

Updates the specified report plan.

", "UpdateRestoreTestingPlan": "

This request will send changes to your specified restore testing plan. RestoreTestingPlanName cannot be updated after it is created.

RecoveryPointSelection can contain:

", - "UpdateRestoreTestingSelection": "

Most elements except the RestoreTestingSelectionName can be updated with this request.

RestoreTestingSelection can use either protected resource ARNs or conditions, but not both. That is, if your selection has ProtectedResourceArns, requesting an update with the parameter ProtectedResourceConditions will be unsuccessful.

" + "UpdateRestoreTestingSelection": "

Updates the specified restore testing selection.

Most elements except the RestoreTestingSelectionName can be updated with this request.

You can use either protected resource ARNs or conditions, but not both.

" }, "shapes": { "ARN": { "base": null, "refs": { - "BackupJob$BackupVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

", + "BackupJob$BackupVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

", "BackupJob$RecoveryPointArn": "

An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

", "BackupJob$ResourceArn": "

An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.

", "BackupPlansListMember$BackupPlanArn": "

An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.

", - "BackupVaultListMember$BackupVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

", + "BackupVaultListMember$BackupVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

", "BackupVaultListMember$EncryptionKeyArn": "

A server-side encryption key you can specify to encrypt your backups from services that support full Backup management; for example, arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab. If you specify a key, you must specify its ARN, not its alias. If you do not specify a key, Backup creates a KMS key for you by default.

To learn which Backup services support full Backup management and how Backup handles encryption for backups from services that do not yet support full Backup, see Encryption for backups in Backup

", - "CopyAction$DestinationBackupVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup. For example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

", - "CopyJob$SourceBackupVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies a source copy vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

", + "CopyAction$DestinationBackupVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup. For example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

", + "CopyJob$SourceBackupVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies a source copy vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

", "CopyJob$SourceRecoveryPointArn": "

An ARN that uniquely identifies a source recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

", - "CopyJob$DestinationBackupVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies a destination copy vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

", + "CopyJob$DestinationBackupVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies a destination copy vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

", "CopyJob$DestinationRecoveryPointArn": "

An ARN that uniquely identifies a destination recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

", "CopyJob$ResourceArn": "

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.

", "CreateBackupPlanOutput$BackupPlanArn": "

An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.

", "CreateBackupVaultInput$EncryptionKeyArn": "

The server-side encryption key that is used to protect your backups; for example, arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab.

", - "CreateBackupVaultOutput$BackupVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

", + "CreateBackupVaultOutput$BackupVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

", "CreateFrameworkOutput$FrameworkArn": "

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

", - "CreateLegalHoldOutput$LegalHoldArn": "

This is the ARN (Amazon Resource Number) of the created legal hold.

", - "CreateLogicallyAirGappedBackupVaultOutput$BackupVaultArn": "

This is the ARN (Amazon Resource Name) of the vault being created.

", + "CreateLegalHoldOutput$LegalHoldArn": "

The Amazon Resource Name (ARN) of the legal hold.

", + "CreateLogicallyAirGappedBackupVaultOutput$BackupVaultArn": "

The ARN (Amazon Resource Name) of the vault.

", "CreateReportPlanOutput$ReportPlanArn": "

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

", "DeleteBackupPlanOutput$BackupPlanArn": "

An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.

", "DeleteRecoveryPointInput$RecoveryPointArn": "

An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

", - "DescribeBackupJobOutput$BackupVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

", + "DescribeBackupJobOutput$BackupVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

", "DescribeBackupJobOutput$RecoveryPointArn": "

An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

", "DescribeBackupJobOutput$ResourceArn": "

An ARN that uniquely identifies a saved resource. The format of the ARN depends on the resource type.

", - "DescribeBackupVaultOutput$BackupVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

", + "DescribeBackupVaultOutput$BackupVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

", "DescribeBackupVaultOutput$EncryptionKeyArn": "

The server-side encryption key that is used to protect your backups; for example, arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab.

", "DescribeFrameworkOutput$FrameworkArn": "

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

", "DescribeProtectedResourceInput$ResourceArn": "

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

", "DescribeProtectedResourceOutput$ResourceArn": "

An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.

", - "DescribeProtectedResourceOutput$LastBackupVaultArn": "

This is the ARN (Amazon Resource Name) of the backup vault that contains the most recent backup recovery point.

", - "DescribeProtectedResourceOutput$LastRecoveryPointArn": "

This is the ARN (Amazon Resource Name) of the most recent recovery point.

", + "DescribeProtectedResourceOutput$LastBackupVaultArn": "

The ARN (Amazon Resource Name) of the backup vault that contains the most recent backup recovery point.

", + "DescribeProtectedResourceOutput$LastRecoveryPointArn": "

The ARN (Amazon Resource Name) of the most recent recovery point.

", "DescribeRecoveryPointInput$RecoveryPointArn": "

An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

", "DescribeRecoveryPointOutput$RecoveryPointArn": "

An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

", - "DescribeRecoveryPointOutput$BackupVaultArn": "

An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

", - "DescribeRecoveryPointOutput$SourceBackupVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies the source vault where the resource was originally backed up in; for example, arn:aws:backup:us-east-1:123456789012:vault:BackupVault. If the recovery is restored to the same Amazon Web Services account or Region, this value will be null.

", + "DescribeRecoveryPointOutput$BackupVaultArn": "

An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

", + "DescribeRecoveryPointOutput$SourceBackupVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies the source vault where the resource was originally backed up in; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault. If the recovery is restored to the same Amazon Web Services account or Region, this value will be null.

", "DescribeRecoveryPointOutput$ResourceArn": "

An ARN that uniquely identifies a saved resource. The format of the ARN depends on the resource type.

", "DescribeRecoveryPointOutput$EncryptionKeyArn": "

The server-side encryption key used to protect your backups; for example, arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab.

", "DescribeRecoveryPointOutput$ParentRecoveryPointArn": "

This is an ARN that uniquely identifies a parent (composite) recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

", "DescribeRestoreJobOutput$RecoveryPointArn": "

An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

", - "DescribeRestoreJobOutput$CreatedResourceArn": "

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.

", - "DisassociateRecoveryPointFromParentInput$RecoveryPointArn": "

This is the Amazon Resource Name (ARN) that uniquely identifies the child (nested) recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

", + "DescribeRestoreJobOutput$CreatedResourceArn": "

The Amazon Resource Name (ARN) of the resource that was created by the restore job.

The format of the ARN depends on the resource type of the backed-up resource.

", + "DisassociateRecoveryPointFromParentInput$RecoveryPointArn": "

The Amazon Resource Name (ARN) that uniquely identifies the child (nested) recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

", "DisassociateRecoveryPointInput$RecoveryPointArn": "

An Amazon Resource Name (ARN) that uniquely identifies an Backup recovery point.

", "Framework$FrameworkArn": "

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

", "GetBackupPlanOutput$BackupPlanArn": "

An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.

", - "GetBackupVaultAccessPolicyOutput$BackupVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

", - "GetBackupVaultNotificationsOutput$BackupVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

", + "GetBackupVaultAccessPolicyOutput$BackupVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

", + "GetBackupVaultNotificationsOutput$BackupVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

", "GetBackupVaultNotificationsOutput$SNSTopicArn": "

An ARN that uniquely identifies an Amazon Simple Notification Service (Amazon SNS) topic; for example, arn:aws:sns:us-west-2:111122223333:MyTopic.

", - "GetLegalHoldOutput$LegalHoldArn": "

This is the returned framework ARN for the specified legal hold. An Amazon Resource Name (ARN) uniquely identifies a resource. The format of the ARN depends on the resource type.

", + "GetLegalHoldOutput$LegalHoldArn": "

The framework ARN for the specified legal hold. The format of the ARN depends on the resource type.

", "GetRecoveryPointRestoreMetadataInput$RecoveryPointArn": "

An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

", - "GetRecoveryPointRestoreMetadataOutput$BackupVaultArn": "

An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

", + "GetRecoveryPointRestoreMetadataOutput$BackupVaultArn": "

An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

", "GetRecoveryPointRestoreMetadataOutput$RecoveryPointArn": "

An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

", - "LegalHold$LegalHoldArn": "

This is an Amazon Resource Number (ARN) that uniquely identifies the legal hold; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

", + "LegalHold$LegalHoldArn": "

The Amazon Resource Name (ARN) of the legal hold; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

", "ListBackupJobsInput$ByResourceArn": "

Returns only backup jobs that match the specified resource Amazon Resource Name (ARN).

", "ListCopyJobsInput$ByResourceArn": "

Returns only copy jobs that match the specified resource Amazon Resource Name (ARN).

", "ListRecoveryPointsByBackupVaultInput$ByResourceArn": "

Returns only recovery points that match the specified resource Amazon Resource Name (ARN).

", @@ -159,21 +159,21 @@ "ListRestoreJobsInput$ByRestoreTestingPlanArn": "

This returns only restore testing jobs that match the specified resource Amazon Resource Name (ARN).

", "ListTagsInput$ResourceArn": "

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the type of resource. Valid targets for ListTags are recovery points, backup plans, and backup vaults.

", "ProtectedResource$ResourceArn": "

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

", - "ProtectedResource$LastBackupVaultArn": "

This is the ARN (Amazon Resource Name) of the backup vault that contains the most recent backup recovery point.

", - "ProtectedResource$LastRecoveryPointArn": "

This is the ARN (Amazon Resource Name) of the most recent recovery point.

", + "ProtectedResource$LastBackupVaultArn": "

The ARN (Amazon Resource Name) of the backup vault that contains the most recent backup recovery point.

", + "ProtectedResource$LastRecoveryPointArn": "

The ARN (Amazon Resource Name) of the most recent recovery point.

", "PutBackupVaultNotificationsInput$SNSTopicArn": "

The Amazon Resource Name (ARN) that specifies the topic for a backup vault’s events; for example, arn:aws:sns:us-west-2:111122223333:MyVaultTopic.

", "RecoveryPointByBackupVault$RecoveryPointArn": "

An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

", - "RecoveryPointByBackupVault$BackupVaultArn": "

An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

", + "RecoveryPointByBackupVault$BackupVaultArn": "

An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

", "RecoveryPointByBackupVault$SourceBackupVaultArn": "

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 null.

", "RecoveryPointByBackupVault$ResourceArn": "

An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.

", "RecoveryPointByBackupVault$EncryptionKeyArn": "

The server-side encryption key that is used to protect your backups; for example, arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab.

", - "RecoveryPointByBackupVault$ParentRecoveryPointArn": "

This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.

", + "RecoveryPointByBackupVault$ParentRecoveryPointArn": "

The Amazon Resource Name (ARN) of the parent (composite) recovery point.

", "RecoveryPointByResource$RecoveryPointArn": "

An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

", "RecoveryPointByResource$EncryptionKeyArn": "

The server-side encryption key that is used to protect your backups; for example, arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab.

", - "RecoveryPointByResource$ParentRecoveryPointArn": "

This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.

", + "RecoveryPointByResource$ParentRecoveryPointArn": "

The Amazon Resource Name (ARN) of the parent (composite) recovery point.

", "RecoveryPointCreator$BackupPlanArn": "

An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.

", - "RecoveryPointMember$RecoveryPointArn": "

This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.

", - "RecoveryPointMember$ResourceArn": "

This is the Amazon Resource Name (ARN) that uniquely identifies a saved resource.

", + "RecoveryPointMember$RecoveryPointArn": "

The Amazon Resource Name (ARN) of the parent (composite) recovery point.

", + "RecoveryPointMember$ResourceArn": "

The Amazon Resource Name (ARN) that uniquely identifies a saved resource.

", "ReportJob$ReportPlanArn": "

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

", "ReportPlan$ReportPlanArn": "

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

", "ResourceArns$member": null, @@ -184,14 +184,14 @@ "StartBackupJobInput$ResourceArn": "

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

", "StartBackupJobOutput$RecoveryPointArn": "

Note: This field is only returned for Amazon EFS and Advanced DynamoDB resources.

An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

", "StartCopyJobInput$RecoveryPointArn": "

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.

", - "StartCopyJobInput$DestinationBackupVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies a destination backup vault to copy to; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

", + "StartCopyJobInput$DestinationBackupVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies a destination backup vault to copy to; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

", "StartRestoreJobInput$RecoveryPointArn": "

An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

", - "TagResourceInput$ResourceArn": "

An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource.

", - "UntagResourceInput$ResourceArn": "

An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource.

", + "TagResourceInput$ResourceArn": "

An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource.

ARNs that do not include backup are incompatible with tagging. TagResource and UntagResource with invalid ARNs will result in an error. Acceptable ARN content can include arn:aws:backup:us-east. Invalid ARN content may look like arn:aws:ec2:us-east.

", + "UntagResourceInput$ResourceArn": "

An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource.

ARNs that do not include backup are incompatible with tagging. TagResource and UntagResource with invalid ARNs will result in an error. Acceptable ARN content can include arn:aws:backup:us-east. Invalid ARN content may look like arn:aws:ec2:us-east.

", "UpdateBackupPlanOutput$BackupPlanArn": "

An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.

", "UpdateFrameworkOutput$FrameworkArn": "

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

", "UpdateRecoveryPointLifecycleInput$RecoveryPointArn": "

An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

", - "UpdateRecoveryPointLifecycleOutput$BackupVaultArn": "

An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

", + "UpdateRecoveryPointLifecycleOutput$BackupVaultArn": "

An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

", "UpdateRecoveryPointLifecycleOutput$RecoveryPointArn": "

An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

", "UpdateReportPlanOutput$ReportPlanArn": "

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

" } @@ -204,14 +204,14 @@ "CopyJob$AccountId": "

The account ID that owns the copy job.

", "CopyJobSummary$AccountId": "

The account ID that owns the jobs within the summary.

", "DescribeBackupJobOutput$AccountId": "

Returns the account ID that owns the backup job.

", - "DescribeRecoveryPointInput$BackupVaultAccountId": "

This is the account ID of the specified backup vault.

", + "DescribeRecoveryPointInput$BackupVaultAccountId": "

The account ID of the specified backup vault.

", "DescribeRestoreJobOutput$AccountId": "

Returns the account ID that owns the restore job.

", - "GetRecoveryPointRestoreMetadataInput$BackupVaultAccountId": "

This is the account ID of the specified backup vault.

", + "GetRecoveryPointRestoreMetadataInput$BackupVaultAccountId": "

The account ID of the specified backup vault.

", "ListBackupJobSummariesInput$AccountId": "

Returns the job count for the specified account.

If the request is sent from a member account or an account not part of Amazon Web Services Organizations, jobs within requestor's account will be returned.

Root, admin, and delegated administrator accounts can use the value ANY to return job counts from every account in the organization.

AGGREGATE_ALL aggregates job counts from all accounts within the authenticated organization, then returns the sum.

", "ListBackupJobsInput$ByAccountId": "

The account ID to list the jobs from. Returns only backup jobs associated with the specified account ID.

If used from an Organizations management account, passing * returns all jobs across the organization.

", "ListCopyJobSummariesInput$AccountId": "

Returns the job count for the specified account.

If the request is sent from a member account or an account not part of Amazon Web Services Organizations, jobs within requestor's account will be returned.

Root, admin, and delegated administrator accounts can use the value ANY to return job counts from every account in the organization.

AGGREGATE_ALL aggregates job counts from all accounts within the authenticated organization, then returns the sum.

", "ListCopyJobsInput$ByAccountId": "

The account ID to list the jobs from. Returns only copy jobs associated with the specified account ID.

", - "ListProtectedResourcesByBackupVaultInput$BackupVaultAccountId": "

This is the list of protected resources by backup vault within the vault(s) you specify by account ID.

", + "ListProtectedResourcesByBackupVaultInput$BackupVaultAccountId": "

The list of protected resources by backup vault within the vault(s) you specify by account ID.

", "ListRecoveryPointsByBackupVaultInput$BackupVaultAccountId": "

This parameter will sort the list of recovery points by account ID.

", "ListRestoreJobSummariesInput$AccountId": "

Returns the job count for the specified account.

If the request is sent from a member account or an account not part of Amazon Web Services Organizations, jobs within requestor's account will be returned.

Root, admin, and delegated administrator accounts can use the value ANY to return job counts from every account in the organization.

AGGREGATE_ALL aggregates job counts from all accounts within the authenticated organization, then returns the sum.

", "ListRestoreJobsInput$ByAccountId": "

The account ID to list the jobs from. Returns only restore jobs associated with the specified account ID.

", @@ -220,7 +220,7 @@ } }, "AdvancedBackupSetting": { - "base": "

A list of backup options for each resource type.

", + "base": "

The backup options for each resource type.

", "refs": { "AdvancedBackupSettings$member": null } @@ -231,7 +231,7 @@ "BackupPlan$AdvancedBackupSettings": "

Contains a list of BackupOptions for each resource type.

", "BackupPlanInput$AdvancedBackupSettings": "

Specifies a list of BackupOptions for each resource type. These settings are only available for Windows Volume Shadow Copy Service (VSS) backup jobs.

", "BackupPlansListMember$AdvancedBackupSettings": "

Contains a list of BackupOptions for a resource type.

", - "CreateBackupPlanOutput$AdvancedBackupSettings": "

A list of BackupOptions settings for a resource type. This option is only available for Windows Volume Shadow Copy Service (VSS) backup jobs.

", + "CreateBackupPlanOutput$AdvancedBackupSettings": "

The settings for a resource type. This option is only available for Windows Volume Shadow Copy Service (VSS) backup jobs.

", "GetBackupPlanOutput$AdvancedBackupSettings": "

Contains a list of BackupOptions for each resource type. The list is populated only if the advanced option is set for the backup plan.

", "UpdateBackupPlanOutput$AdvancedBackupSettings": "

Contains a list of BackupOptions for each resource type.

" } @@ -239,9 +239,9 @@ "AggregationPeriod": { "base": null, "refs": { - "ListBackupJobSummariesInput$AggregationPeriod": "

This is the period that sets the boundaries for returned results.

Acceptable values include

", - "ListCopyJobSummariesInput$AggregationPeriod": "

This is the period that sets the boundaries for returned results.

", - "ListRestoreJobSummariesInput$AggregationPeriod": "

This is the period that sets the boundaries for returned results.

Acceptable values include

" + "ListBackupJobSummariesInput$AggregationPeriod": "

The period for the returned results.

", + "ListCopyJobSummariesInput$AggregationPeriod": "

The period for the returned results.

", + "ListRestoreJobSummariesInput$AggregationPeriod": "

The period for the returned results.

" } }, "AlreadyExistsException": { @@ -286,7 +286,7 @@ "BackupJobSummaryList": { "base": null, "refs": { - "ListBackupJobSummariesOutput$BackupJobSummaries": "

This request returns a summary that contains Region, Account, State, ResourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.

" + "ListBackupJobSummariesOutput$BackupJobSummaries": "

The summary information.

" } }, "BackupJobsList": { @@ -313,7 +313,7 @@ "AdvancedBackupSetting$BackupOptions": "

Specifies the backup option for a selected resource. This option is only available for Windows VSS backup jobs.

Valid values:

Set to \"WindowsVSS\":\"enabled\" to enable the WindowsVSS backup option and create a Windows VSS backup.

Set to \"WindowsVSS\":\"disabled\" to create a regular backup. The WindowsVSS option is not enabled by default.

If you specify an invalid option, you get an InvalidParameterValueException exception.

For more information about Windows VSS backups, see Creating a VSS-Enabled Windows Backup.

", "BackupJob$BackupOptions": "

Specifies the backup option for a selected resource. This option is only available for Windows Volume Shadow Copy Service (VSS) backup jobs.

Valid values: Set to \"WindowsVSS\":\"enabled\" to enable the WindowsVSS backup option and create a Windows VSS backup. Set to \"WindowsVSS\":\"disabled\" to create a regular backup. If you specify an invalid option, you get an InvalidParameterValueException exception.

", "DescribeBackupJobOutput$BackupOptions": "

Represents the options specified as part of backup plan or on-demand backup job.

", - "StartBackupJobInput$BackupOptions": "

Specifies the backup option for a selected resource. This option is only available for Windows Volume Shadow Copy Service (VSS) backup jobs.

Valid values: Set to \"WindowsVSS\":\"enabled\" to enable the WindowsVSS backup option and create a Windows VSS backup. Set to \"WindowsVSS\"\"disabled\" to create a regular backup. The WindowsVSS option is not enabled by default.

" + "StartBackupJobInput$BackupOptions": "

The backup option for a selected resource. This option is only available for Windows Volume Shadow Copy Service (VSS) backup jobs.

Valid values: Set to \"WindowsVSS\":\"enabled\" to enable the WindowsVSS backup option and create a Windows VSS backup. Set to \"WindowsVSS\"\"disabled\" to create a regular backup. The WindowsVSS option is not enabled by default.

" } }, "BackupPlan": { @@ -327,14 +327,14 @@ "BackupPlanInput": { "base": "

Contains an optional backup plan display name and an array of BackupRule objects, each of which specifies a backup rule. Each rule in a backup plan is a separate scheduled task.

", "refs": { - "CreateBackupPlanInput$BackupPlan": "

Specifies the body of a backup plan. Includes a BackupPlanName and one or more sets of Rules.

", - "UpdateBackupPlanInput$BackupPlan": "

Specifies the body of a backup plan. Includes a BackupPlanName and one or more sets of Rules.

" + "CreateBackupPlanInput$BackupPlan": "

The body of a backup plan. Includes a BackupPlanName and one or more sets of Rules.

", + "UpdateBackupPlanInput$BackupPlan": "

The body of a backup plan. Includes a BackupPlanName and one or more sets of Rules.

" } }, "BackupPlanName": { "base": null, "refs": { - "BackupPlan$BackupPlanName": "

The display name of a backup plan. Must contain 1 to 50 alphanumeric or '-_.' characters.

", + "BackupPlan$BackupPlanName": "

The display name of a backup plan. Must contain only alphanumeric or '-_.' special characters.

If this is set in the console, it can contain 1 to 50 characters; if this is set through CLI or API, it can contain 1 to 200 characters.

", "BackupPlanInput$BackupPlanName": "

The display name of a backup plan. Must contain 1 to 50 alphanumeric or '-_.' characters.

", "BackupPlansListMember$BackupPlanName": "

The display name of a saved backup plan.

" } @@ -360,7 +360,7 @@ "BackupPlansList": { "base": null, "refs": { - "ListBackupPlansOutput$BackupPlansList": "

An array of backup plan list items containing metadata about your saved backup plans.

" + "ListBackupPlansOutput$BackupPlansList": "

Information about the backup plans.

" } }, "BackupPlansListMember": { @@ -402,9 +402,9 @@ } }, "BackupSelection": { - "base": "

Used to specify a set of resources to a backup plan.

Specifying your desired Conditions, ListOfTags, NotResources, and/or Resources is recommended. If none of these are specified, Backup will attempt to select all supported and opted-in storage resources, which could have unintended cost implications.

", + "base": "

Used to specify a set of resources to a backup plan.

We recommend that you specify conditions, tags, or resources to include or exclude. Otherwise, Backup attempts to select all supported and opted-in storage resources, which could have unintended cost implications.

For more information, see Assigning resources programmatically.

", "refs": { - "CreateBackupSelectionInput$BackupSelection": "

Specifies the body of a request to assign a set of resources to a backup plan.

", + "CreateBackupSelectionInput$BackupSelection": "

The body of a request to assign a set of resources to a backup plan.

", "GetBackupSelectionOutput$BackupSelection": "

Specifies the body of a request to assign a set of resources to a backup plan.

" } }, @@ -437,7 +437,7 @@ "base": null, "refs": { "GetBackupVaultNotificationsOutput$BackupVaultEvents": "

An array of events that indicate the status of jobs to back up resources to the backup vault.

", - "PutBackupVaultNotificationsInput$BackupVaultEvents": "

An array of events that indicate the status of jobs to back up resources to the backup vault.

For common use cases and code samples, see Using Amazon SNS to track Backup events.

The following events are supported:

The list below shows items that are deprecated events (for reference) and are no longer in use. They are no longer supported and will not return statuses or notifications. Refer to the list above for current supported events.

" + "PutBackupVaultNotificationsInput$BackupVaultEvents": "

An array of events that indicate the status of jobs to back up resources to the backup vault.

For common use cases and code samples, see Using Amazon SNS to track Backup events.

The following events are supported:

The list below includes both supported events and deprecated events that are no longer in use (for reference). Deprecated events do not return statuses or notifications. Refer to the list above for the supported events.

" } }, "BackupVaultList": { @@ -455,40 +455,40 @@ "BackupVaultName": { "base": null, "refs": { - "BackupJob$BackupVaultName": "

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.

", - "BackupRule$TargetBackupVaultName": "

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.

", - "BackupRuleInput$TargetBackupVaultName": "

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.

", - "BackupVaultListMember$BackupVaultName": "

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.

", + "BackupJob$BackupVaultName": "

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.

", + "BackupRule$TargetBackupVaultName": "

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.

", + "BackupRuleInput$TargetBackupVaultName": "

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.

", + "BackupVaultListMember$BackupVaultName": "

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.

", "CreateBackupVaultInput$BackupVaultName": "

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.

", "CreateBackupVaultOutput$BackupVaultName": "

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.

", - "CreateLogicallyAirGappedBackupVaultInput$BackupVaultName": "

This is the name of the vault that is being created.

", - "CreateLogicallyAirGappedBackupVaultOutput$BackupVaultName": "

The name of a logical container where backups are stored. Logically air-gapped 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.

", + "CreateLogicallyAirGappedBackupVaultInput$BackupVaultName": "

The name of a logical container where backups are stored. Logically air-gapped backup vaults are identified by names that are unique to the account used to create them and the Region where they are created.

", + "CreateLogicallyAirGappedBackupVaultOutput$BackupVaultName": "

The name of a logical container where backups are stored. Logically air-gapped backup vaults are identified by names that are unique to the account used to create them and the Region where they are created.

", "DeleteBackupVaultAccessPolicyInput$BackupVaultName": "

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.

", "DeleteBackupVaultLockConfigurationInput$BackupVaultName": "

The name of the backup vault from which to delete Backup Vault Lock.

", - "DeleteBackupVaultNotificationsInput$BackupVaultName": "

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.

", - "DeleteRecoveryPointInput$BackupVaultName": "

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.

", - "DescribeBackupJobOutput$BackupVaultName": "

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.

", - "DescribeRecoveryPointInput$BackupVaultName": "

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.

", - "DescribeRecoveryPointOutput$BackupVaultName": "

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.

", - "DisassociateRecoveryPointFromParentInput$BackupVaultName": "

This is the name of a logical container where the child (nested) recovery point is 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.

", + "DeleteBackupVaultNotificationsInput$BackupVaultName": "

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.

", + "DeleteRecoveryPointInput$BackupVaultName": "

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.

", + "DescribeBackupJobOutput$BackupVaultName": "

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.

", + "DescribeRecoveryPointInput$BackupVaultName": "

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.

", + "DescribeRecoveryPointOutput$BackupVaultName": "

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.

", + "DisassociateRecoveryPointFromParentInput$BackupVaultName": "

The name of a logical container where the child (nested) recovery point is 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.

", "DisassociateRecoveryPointInput$BackupVaultName": "

The unique name of an Backup vault.

", - "GetBackupVaultAccessPolicyInput$BackupVaultName": "

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.

", - "GetBackupVaultAccessPolicyOutput$BackupVaultName": "

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.

", - "GetBackupVaultNotificationsInput$BackupVaultName": "

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.

", - "GetBackupVaultNotificationsOutput$BackupVaultName": "

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.

", - "GetRecoveryPointRestoreMetadataInput$BackupVaultName": "

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.

", - "ListBackupJobsInput$ByBackupVaultName": "

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.

", - "ListProtectedResourcesByBackupVaultInput$BackupVaultName": "

This is the list of protected resources by backup vault within the vault(s) you specify by name.

", - "ListRecoveryPointsByBackupVaultInput$BackupVaultName": "

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.

Backup vault name might not be available when a supported service creates the backup.

", - "PutBackupVaultAccessPolicyInput$BackupVaultName": "

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.

", + "GetBackupVaultAccessPolicyInput$BackupVaultName": "

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.

", + "GetBackupVaultAccessPolicyOutput$BackupVaultName": "

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.

", + "GetBackupVaultNotificationsInput$BackupVaultName": "

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.

", + "GetBackupVaultNotificationsOutput$BackupVaultName": "

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.

", + "GetRecoveryPointRestoreMetadataInput$BackupVaultName": "

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.

", + "ListBackupJobsInput$ByBackupVaultName": "

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.

", + "ListProtectedResourcesByBackupVaultInput$BackupVaultName": "

The list of protected resources by backup vault within the vault(s) you specify by name.

", + "ListRecoveryPointsByBackupVaultInput$BackupVaultName": "

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.

Backup vault name might not be available when a supported service creates the backup.

", + "PutBackupVaultAccessPolicyInput$BackupVaultName": "

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.

", "PutBackupVaultLockConfigurationInput$BackupVaultName": "

The Backup Vault Lock configuration that specifies the name of the backup vault it protects.

", - "PutBackupVaultNotificationsInput$BackupVaultName": "

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.

", - "RecoveryPointByBackupVault$BackupVaultName": "

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.

", - "RecoveryPointByResource$BackupVaultName": "

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.

", - "RecoveryPointMember$BackupVaultName": "

This is the name of the backup vault (the logical container in which backups are stored).

", - "StartBackupJobInput$BackupVaultName": "

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.

", - "StartCopyJobInput$SourceBackupVaultName": "

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.

", - "UpdateRecoveryPointLifecycleInput$BackupVaultName": "

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.

" + "PutBackupVaultNotificationsInput$BackupVaultName": "

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.

", + "RecoveryPointByBackupVault$BackupVaultName": "

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.

", + "RecoveryPointByResource$BackupVaultName": "

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.

", + "RecoveryPointMember$BackupVaultName": "

The name of the backup vault (the logical container in which backups are stored).

", + "StartBackupJobInput$BackupVaultName": "

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.

", + "StartCopyJobInput$SourceBackupVaultName": "

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.

", + "UpdateRecoveryPointLifecycleInput$BackupVaultName": "

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.

" } }, "Boolean": { @@ -498,12 +498,12 @@ "BackupRuleInput$EnableContinuousBackup": "

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.

", "BackupVaultListMember$Locked": "

A Boolean value that indicates whether Backup Vault Lock applies to the selected backup vault. If true, Vault Lock prevents delete and update operations on the recovery points in the selected vault.

", "DescribeBackupVaultOutput$Locked": "

A Boolean that indicates whether Backup Vault Lock is currently protecting the backup vault. True means that Vault Lock causes delete or update operations on the recovery points stored in the vault to fail.

", - "Lifecycle$OptInToArchiveForSupportedResources": "

Optional Boolean. If this is true, this setting will instruct your backup plan to transition supported resources to archive (cold) storage tier in accordance with your lifecycle settings.

", + "Lifecycle$OptInToArchiveForSupportedResources": "

If the value is true, your backup plan transitions supported resources to archive (cold) storage tier in accordance with your lifecycle settings.

", "ListBackupPlansInput$IncludeDeleted": "

A Boolean value with a default value of FALSE that returns deleted backup plans when set to TRUE.

" } }, "CalculatedLifecycle": { - "base": "

Contains DeleteAt and MoveToColdStorageAt timestamps, which are used to specify a lifecycle for a recovery point.

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that are able to be transitioned to cold storage are listed in the \"Lifecycle to cold storage\" section of the Feature availability by resource table. Backup ignores this expression for other resource types.

", + "base": "

Contains DeleteAt and MoveToColdStorageAt timestamps, which are used to specify a lifecycle for a recovery point.

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that can transition to cold storage are listed in the Feature availability by resource table. Backup ignores this expression for other resource types.

", "refs": { "DescribeRecoveryPointOutput$CalculatedLifecycle": "

A CalculatedLifecycle object containing DeleteAt and MoveToColdStorageAt timestamps.

", "RecoveryPointByBackupVault$CalculatedLifecycle": "

A CalculatedLifecycle object containing DeleteAt and MoveToColdStorageAt timestamps.

", @@ -540,7 +540,7 @@ } }, "ConditionParameter": { - "base": "

Includes information about tags you define to assign tagged resources to a backup plan.

", + "base": "

Includes information about tags you define to assign tagged resources to a backup plan.

Include the prefix aws:ResourceTag in your tags. For example, \"aws:ResourceTag/TagKey1\": \"Value1\".

", "refs": { "ConditionParameters$member": null } @@ -570,7 +570,7 @@ "Conditions": { "base": "

Contains information about which resources to include or exclude from a backup plan using their tags. Conditions are case sensitive.

", "refs": { - "BackupSelection$Conditions": "

A list of conditions that you define to assign resources to your backup plans using tags. For example, \"StringEquals\": { \"Key\": \"aws:ResourceTag/CreatedByCryo\", \"Value\": \"true\" },. Condition operators are case sensitive.

Conditions differs from ListOfTags as follows:

" + "BackupSelection$Conditions": "

The conditions that you define to assign resources to your backup plans using tags. For example, \"StringEquals\": { \"ConditionKey\": \"aws:ResourceTag/backup\", \"ConditionValue\": \"daily\" }.

Conditions supports StringEquals, StringLike, StringNotEquals, and StringNotLike. Condition operators are case sensitive.

If you specify multiple conditions, the resources much match all conditions (AND logic).

" } }, "ConflictException": { @@ -579,7 +579,7 @@ } }, "ControlInputParameter": { - "base": "

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 daily and the retention period is at least 1 year\". The first parameter is daily. The second parameter is 1 year.

", + "base": "

The 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 daily and the retention period is at least 1 year\". The first parameter is daily. The second parameter is 1 year.

", "refs": { "ControlInputParameters$member": null } @@ -587,7 +587,7 @@ "ControlInputParameters": { "base": null, "refs": { - "FrameworkControl$ControlInputParameters": "

A list of ParameterName and ParameterValue pairs.

" + "FrameworkControl$ControlInputParameters": "

The name/value pairs.

" } }, "ControlName": { @@ -962,7 +962,7 @@ "FormatList": { "base": null, "refs": { - "ReportDeliveryChannel$Formats": "

A list of the format of your reports: CSV, JSON, or both. If not specified, the default format is CSV.

" + "ReportDeliveryChannel$Formats": "

The format of your reports: CSV, JSON, or both. If not specified, the default format is CSV.

" } }, "Framework": { @@ -980,9 +980,9 @@ "FrameworkControls": { "base": null, "refs": { - "CreateFrameworkInput$FrameworkControls": "

A list of the controls that make up the framework. Each control in the list has a name, input parameters, and scope.

", - "DescribeFrameworkOutput$FrameworkControls": "

A list of the controls that make up the framework. Each control in the list has a name, input parameters, and scope.

", - "UpdateFrameworkInput$FrameworkControls": "

A list of the controls that make up the framework. Each control in the list has a name, input parameters, and scope.

" + "CreateFrameworkInput$FrameworkControls": "

The controls that make up the framework. Each control in the list has a name, input parameters, and scope.

", + "DescribeFrameworkOutput$FrameworkControls": "

The controls that make up the framework. Each control in the list has a name, input parameters, and scope.

", + "UpdateFrameworkInput$FrameworkControls": "

The controls that make up the framework. Each control in the list has a name, input parameters, and scope.

" } }, "FrameworkDescription": { @@ -997,7 +997,7 @@ "FrameworkList": { "base": null, "refs": { - "ListFrameworksOutput$Frameworks": "

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.

" + "ListFrameworksOutput$Frameworks": "

The frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN), description, number of controls, creation time, and deployment status.

" } }, "FrameworkName": { @@ -1175,7 +1175,7 @@ "DescribeRecoveryPointOutput$IamRoleArn": "

Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access.

", "DescribeRestoreJobOutput$IamRoleArn": "

Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access.

", "RecoveryPointByBackupVault$IamRoleArn": "

Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access.

", - "RestoreJobsListMember$IamRoleArn": "

Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access.

", + "RestoreJobsListMember$IamRoleArn": "

The IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access.

", "StartBackupJobInput$IamRoleArn": "

Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access.

", "StartCopyJobInput$IamRoleArn": "

Specifies the IAM role ARN used to copy the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access.

", "StartRestoreJobInput$IamRoleArn": "

The Amazon Resource Name (ARN) of the IAM role that Backup uses to create the target resource; for example: arn:aws:iam::123456789012:role/S3Access.

" @@ -1225,9 +1225,9 @@ "LegalHoldStatus": { "base": null, "refs": { - "CreateLegalHoldOutput$Status": "

This displays the status of the legal hold returned after creating the legal hold. Statuses can be ACTIVE, PENDING, CANCELED, CANCELING, or FAILED.

", - "GetLegalHoldOutput$Status": "

This is the status of the legal hold. Statuses can be ACTIVE, CREATING, CANCELED, and CANCELING.

", - "LegalHold$Status": "

This is the status of the legal hold. Statuses can be ACTIVE, CREATING, CANCELED, and CANCELING.

" + "CreateLegalHoldOutput$Status": "

The status of the legal hold.

", + "GetLegalHoldOutput$Status": "

The status of the legal hold.

", + "LegalHold$Status": "

The status of the legal hold.

" } }, "LegalHoldsList": { @@ -1237,17 +1237,17 @@ } }, "Lifecycle": { - "base": "

Contains an array of Transition objects specifying how long in days before a recovery point transitions to cold storage or is deleted.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, on the console, the “retention” 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.

Resource types that are able to be transitioned to cold storage are listed in the \"Lifecycle to cold storage\" section of the Feature availability by resource table. Backup ignores this expression for other resource types.

", + "base": "

Specifies the time period, in days, before a recovery point transitions to cold storage or is deleted.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, on the console, the retention setting must be 90 days greater than the transition to cold after days setting. The transition to cold after days setting can't be changed after a backup has been transitioned to cold.

Resource types that can transition to cold storage are listed in the Feature availability by resource table. Backup ignores this expression for other resource types.

To remove the existing lifecycle and retention periods and keep your recovery points indefinitely, specify -1 for MoveToColdStorageAfterDays and DeleteAfterDays.

", "refs": { - "BackupRule$Lifecycle": "

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that are able to be transitioned to cold storage are listed in the \"Lifecycle to cold storage\" section of the Feature availability by resource table. Backup ignores this expression for other resource types.

", - "BackupRuleInput$Lifecycle": "

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that are able to be transitioned to cold storage are listed in the \"Lifecycle to cold storage\" section of the Feature availability by resource table. Backup ignores this expression for other resource types.

This parameter has a maximum value of 100 years (36,500 days).

", + "BackupRule$Lifecycle": "

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that can transition to cold storage are listed in the Feature availability by resource table. Backup ignores this expression for other resource types.

", + "BackupRuleInput$Lifecycle": "

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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 storage.

Resource types that can transition to cold storage are listed in the Feature availability by resource table. Backup ignores this expression for other resource types.

This parameter has a maximum value of 100 years (36,500 days).

", "CopyAction$Lifecycle": null, - "DescribeRecoveryPointOutput$Lifecycle": "

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.

Backups that are transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that are able to be transitioned to cold storage are listed in the \"Lifecycle to cold storage\" section of the Feature availability by resource table. Backup ignores this expression for other resource types.

", - "RecoveryPointByBackupVault$Lifecycle": "

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that are able to be transitioned to cold storage are listed in the \"Lifecycle to cold storage\" section of the Feature availability by resource table. Backup ignores this expression for other resource types.

", - "StartBackupJobInput$Lifecycle": "

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that are able to be transitioned to cold storage are listed in the \"Lifecycle to cold storage\" section of the Feature availability by resource table. Backup ignores this expression for other resource types.

This parameter has a maximum value of 100 years (36,500 days).

", + "DescribeRecoveryPointOutput$Lifecycle": "

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.

Backups that are transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that can transition to cold storage are listed in the Feature availability by resource table. Backup ignores this expression for other resource types.

", + "RecoveryPointByBackupVault$Lifecycle": "

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that can transition to cold storage are listed in the Feature availability by resource table. Backup ignores this expression for other resource types.

", + "StartBackupJobInput$Lifecycle": "

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that can transition to cold storage are listed in the Feature availability by resource table. Backup ignores this expression for other resource types.

This parameter has a maximum value of 100 years (36,500 days).

", "StartCopyJobInput$Lifecycle": null, "UpdateRecoveryPointLifecycleInput$Lifecycle": "

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

", - "UpdateRecoveryPointLifecycleOutput$Lifecycle": "

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that are able to be transitioned to cold storage are listed in the \"Lifecycle to cold storage\" section of the Feature availability by resource table. Backup ignores this expression for other resource types.

" + "UpdateRecoveryPointLifecycleOutput$Lifecycle": "

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that can transition to cold storage are listed in the Feature availability by resource table. Backup ignores this expression for other resource types.

" } }, "LimitExceededException": { @@ -1368,7 +1368,7 @@ "ListOfTags": { "base": null, "refs": { - "BackupSelection$ListOfTags": "

A list of conditions that you define to assign resources to your backup plans using tags. For example, \"StringEquals\": { \"Key\": \"aws:ResourceTag/CreatedByCryo\", \"Value\": \"true\" },. Condition operators are case sensitive.

ListOfTags differs from Conditions as follows:

" + "BackupSelection$ListOfTags": "

The conditions that you define to assign resources to your backup plans using tags. For example, \"StringEquals\": { \"ConditionKey\": \"backup\", \"ConditionValue\": \"daily\"}.

ListOfTags supports only StringEquals. Condition operators are case sensitive.

If you specify multiple conditions, the resources much match any of the conditions (OR logic).

" } }, "ListProtectedResourcesByBackupVaultInput": { @@ -1521,24 +1521,24 @@ "BackupJobChildJobsInState$value": null, "BackupVaultListMember$MinRetentionDays": "

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.

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.

", "BackupVaultListMember$MaxRetentionDays": "

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).

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.

", - "CancelLegalHoldInput$RetainRecordInDays": "

The integer amount in days specifying amount of days after this API operation to remove legal hold.

", + "CancelLegalHoldInput$RetainRecordInDays": "

The integer amount, in days, after which to remove legal hold.

", "CopyJob$BackupSizeInBytes": "

The size, in bytes, of a copy job.

", - "CopyJob$NumberOfChildJobs": "

This is the number of child (nested) copy jobs.

", + "CopyJob$NumberOfChildJobs": "

The number of child (nested) copy jobs.

", "CopyJobChildJobsInState$value": null, - "CreateLogicallyAirGappedBackupVaultInput$MinRetentionDays": "

This setting specifies the minimum retention period that the vault retains its recovery points. If this parameter is not specified, no minimum retention period is enforced.

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 a job 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.

", - "CreateLogicallyAirGappedBackupVaultInput$MaxRetentionDays": "

This is the setting that specifies the maximum retention period that the vault retains its recovery points. If this parameter is not specified, Backup does not enforce a maximum retention period on the recovery points in the vault (allowing indefinite storage).

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 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.

", + "CreateLogicallyAirGappedBackupVaultInput$MinRetentionDays": "

This setting specifies the minimum retention period that the vault retains its recovery points.

The minimum value accepted is 7 days.

", + "CreateLogicallyAirGappedBackupVaultInput$MaxRetentionDays": "

The maximum retention period that the vault retains its recovery points.

", "DescribeBackupJobOutput$BackupSizeInBytes": "

The size, in bytes, of a backup.

", "DescribeBackupJobOutput$BytesTransferred": "

The size in bytes transferred to a backup vault at the time that the job status was queried.

", "DescribeBackupJobOutput$NumberOfChildJobs": "

This returns the number of child (nested) backup jobs.

", - "DescribeBackupVaultOutput$MinRetentionDays": "

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.

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.

", + "DescribeBackupVaultOutput$MinRetentionDays": "

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 will not enforce a minimum retention period.

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.

", "DescribeBackupVaultOutput$MaxRetentionDays": "

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).

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.

", - "DescribeProtectedResourceOutput$LatestRestoreExecutionTimeMinutes": "

This is the time in minutes the most recent restore job took to complete.

", + "DescribeProtectedResourceOutput$LatestRestoreExecutionTimeMinutes": "

The time, in minutes, that the most recent restore job took to complete.

", "DescribeRecoveryPointOutput$BackupSizeInBytes": "

The size, in bytes, of a backup.

", "DescribeRestoreJobOutput$BackupSizeInBytes": "

The size, in bytes, of the restored resource.

", "DescribeRestoreJobOutput$ExpectedCompletionTimeMinutes": "

The amount of time in minutes that a job restoring a recovery point is expected to take.

", - "Lifecycle$MoveToColdStorageAfterDays": "

Specifies the number of days after creation that a recovery point is moved to cold storage.

", - "Lifecycle$DeleteAfterDays": "

Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plus MoveToColdStorageAfterDays.

", - "PutBackupVaultLockConfigurationInput$MinRetentionDays": "

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).

If this parameter is not specified, Vault Lock will not enforce a minimum retention period.

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. The shortest minimum retention period you can specify is 1 day. Recovery points already saved in the vault prior to Vault Lock are not affected.

", + "Lifecycle$MoveToColdStorageAfterDays": "

The number of days after creation that a recovery point is moved to cold storage.

", + "Lifecycle$DeleteAfterDays": "

The number of days after creation that a recovery point is deleted. This value must be at least 90 days after the number of days specified in MoveToColdStorageAfterDays.

", + "PutBackupVaultLockConfigurationInput$MinRetentionDays": "

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).

This parameter is required when a vault lock is created through CloudFormation; otherwise, this parameter is optional. If this parameter is not specified, Vault Lock will not enforce a minimum retention period.

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. The shortest minimum retention period you can specify is 1 day. Recovery points already saved in the vault prior to Vault Lock are not affected.

", "PutBackupVaultLockConfigurationInput$MaxRetentionDays": "

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).

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.

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. The longest maximum retention period you can specify is 36500 days (approximately 100 years). Recovery points already saved in the vault prior to Vault Lock are not affected.

", "PutBackupVaultLockConfigurationInput$ChangeableForDays": "

The Backup Vault Lock configuration that specifies the number of days before the lock date. For example, setting ChangeableForDays to 30 on Jan. 1, 2022 at 8pm UTC will set the lock date to Jan. 31, 2022 at 8pm UTC.

Backup enforces a 72-hour cooling-off period before Vault Lock takes effect and becomes immutable. Therefore, you must set ChangeableForDays to 3 or greater.

Before the lock date, you can delete Vault Lock from the vault using DeleteBackupVaultLockConfiguration or change the Vault Lock configuration using PutBackupVaultLockConfiguration. On and after the lock date, the Vault Lock becomes immutable and cannot be changed or deleted.

If this parameter is not specified, you can delete Vault Lock from the vault using DeleteBackupVaultLockConfiguration or change the Vault Lock configuration using PutBackupVaultLockConfiguration at any time.

", "RecoveryPointByBackupVault$BackupSizeInBytes": "

The size, in bytes, of a backup.

", @@ -1556,9 +1556,9 @@ "MaxResults": { "base": null, "refs": { - "ListBackupJobSummariesInput$MaxResults": "

This parameter sets the maximum number of items to be returned.

The value is an integer. Range of accepted values is from 1 to 500.

", + "ListBackupJobSummariesInput$MaxResults": "

The maximum number of items to be returned.

The value is an integer. Range of accepted values is from 1 to 500.

", "ListBackupJobsInput$MaxResults": "

The maximum number of items to be returned.

", - "ListBackupPlanTemplatesInput$MaxResults": "

The maximum number of items to be returned.

", + "ListBackupPlanTemplatesInput$MaxResults": "

The maximum number of items to return.

", "ListBackupPlanVersionsInput$MaxResults": "

The maximum number of items to be returned.

", "ListBackupPlansInput$MaxResults": "

The maximum number of items to be returned.

", "ListBackupSelectionsInput$MaxResults": "

The maximum number of items to be returned.

", @@ -1569,7 +1569,7 @@ "ListProtectedResourcesByBackupVaultInput$MaxResults": "

The maximum number of items to be returned.

", "ListProtectedResourcesInput$MaxResults": "

The maximum number of items to be returned.

", "ListRecoveryPointsByBackupVaultInput$MaxResults": "

The maximum number of items to be returned.

", - "ListRecoveryPointsByLegalHoldInput$MaxResults": "

This is the maximum number of resource list items to be returned.

", + "ListRecoveryPointsByLegalHoldInput$MaxResults": "

The maximum number of resource list items to be returned.

", "ListRecoveryPointsByResourceInput$MaxResults": "

The maximum number of items to be returned.

Amazon RDS requires a value of at least 20.

", "ListReportJobsInput$MaxResults": "

The number of desired results from 1 to 1000. Optional. If unspecified, the query will return 1 MB of data.

", "ListReportPlansInput$MaxResults": "

The number of desired results from 1 to 1000. Optional. If unspecified, the query will return 1 MB of data.

", @@ -1593,7 +1593,7 @@ "refs": { "GetRecoveryPointRestoreMetadataOutput$RestoreMetadata": "

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.

", "GetRestoreJobMetadataOutput$Metadata": "

This contains the metadata of the specified backup job.

", - "StartRestoreJobInput$Metadata": "

A set of metadata key-value pairs. Contains information, such as a resource name, required to restore a recovery point.

You can get configuration metadata about a resource at the time it was backed up by calling GetRecoveryPointRestoreMetadata. However, values in addition to those provided by GetRecoveryPointRestoreMetadata might be required to restore a resource. For example, you might need to provide a new resource name if the original already exists.

You need to specify specific metadata to restore an Amazon Elastic File System (Amazon EFS) instance:

" + "StartRestoreJobInput$Metadata": "

A set of metadata key-value pairs.

You can get configuration metadata about a resource at the time it was backed up by calling GetRecoveryPointRestoreMetadata. However, values in addition to those provided by GetRecoveryPointRestoreMetadata might be required to restore a resource. For example, you might need to provide a new resource name if the original already exists.

For more information about the metadata for each resource, see the following:

" } }, "MetadataKey": { @@ -1632,11 +1632,11 @@ } }, "ProtectedResourceConditions": { - "base": "

A list of conditions that you define for resources in your restore testing plan using tags.

For example, \"StringEquals\": { \"Key\": \"aws:ResourceTag/CreatedByCryo\", \"Value\": \"true\" },. Condition operators are case sensitive.

", + "base": "

The conditions that you define for resources in your restore testing plan using tags.

", "refs": { "RestoreTestingSelectionForCreate$ProtectedResourceConditions": "

If you have included the wildcard in ProtectedResourceArns, you can include resource conditions, such as ProtectedResourceConditions: { StringEquals: [{ key: \"XXXX\", value: \"YYYY\" }].

", "RestoreTestingSelectionForGet$ProtectedResourceConditions": "

In a resource testing selection, this parameter filters by specific conditions such as StringEquals or StringNotEquals.

", - "RestoreTestingSelectionForUpdate$ProtectedResourceConditions": "

A list of conditions that you define for resources in your restore testing plan using tags.

For example, \"StringEquals\": { \"Key\": \"aws:ResourceTag/CreatedByCryo\", \"Value\": \"true\" },. Condition operators are case sensitive.

" + "RestoreTestingSelectionForUpdate$ProtectedResourceConditions": "

The conditions that you define for resources in your restore testing plan using tags.

" } }, "ProtectedResourcesList": { @@ -1709,15 +1709,15 @@ "RecoveryPointSelection": { "base": "

This specifies criteria to assign a set of resources, such as resource types or backup vaults.

", "refs": { - "CreateLegalHoldInput$RecoveryPointSelection": "

This specifies criteria to assign a set of resources, such as resource types or backup vaults.

", - "CreateLegalHoldOutput$RecoveryPointSelection": "

This specifies criteria to assign a set of resources, such as resource types or backup vaults.

", - "GetLegalHoldOutput$RecoveryPointSelection": "

This specifies criteria to assign a set of resources, such as resource types or backup vaults.

" + "CreateLegalHoldInput$RecoveryPointSelection": "

The criteria to assign a set of resources, such as resource types or backup vaults.

", + "CreateLegalHoldOutput$RecoveryPointSelection": "

The criteria to assign to a set of resources, such as resource types or backup vaults.

", + "GetLegalHoldOutput$RecoveryPointSelection": "

The criteria to assign a set of resources, such as resource types or backup vaults.

" } }, "RecoveryPointStatus": { "base": null, "refs": { - "DescribeRecoveryPointOutput$Status": "

A status code specifying the state of the recovery point.

PARTIAL status indicates Backup could not create the recovery point before the backup window closed. To increase your backup plan window using the API, see UpdateBackupPlan. You can also increase your backup plan window using the Console by choosing and editing your backup plan.

EXPIRED 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 Step 3: Delete the recovery points in the Clean up resources section of Getting started.

STOPPED status occurs on a continuous backup where a user has taken some action that causes the continuous backup to be disabled. This can be caused by the removal of permissions, turning off versioning, turning off events being sent to EventBridge, or disabling the EventBridge rules that are put in place by Backup.

To resolve STOPPED status, ensure that all requested permissions are in place and that versioning is enabled on the S3 bucket. Once these conditions are met, the next instance of a backup rule running will result in a new continuous recovery point being created. The recovery points with STOPPED status do not need to be deleted.

For SAP HANA on Amazon EC2 STOPPED status occurs due to user action, application misconfiguration, or backup failure. To ensure that future continuous backups succeed, refer to the recovery point status and check SAP HANA for details.

", + "DescribeRecoveryPointOutput$Status": "

A status code specifying the state of the recovery point.

PARTIAL status indicates Backup could not create the recovery point before the backup window closed. To increase your backup plan window using the API, see UpdateBackupPlan. You can also increase your backup plan window using the Console by choosing and editing your backup plan.

EXPIRED 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 Step 3: Delete the recovery points in the Clean up resources section of Getting started.

STOPPED status occurs on a continuous backup where a user has taken some action that causes the continuous backup to be disabled. This can be caused by the removal of permissions, turning off versioning, turning off events being sent to EventBridge, or disabling the EventBridge rules that are put in place by Backup. For recovery points of Amazon S3, Amazon RDS, and Amazon Aurora resources, this status occurs when the retention period of a continuous backup rule is changed.

To resolve STOPPED status, ensure that all requested permissions are in place and that versioning is enabled on the S3 bucket. Once these conditions are met, the next instance of a backup rule running will result in a new continuous recovery point being created. The recovery points with STOPPED status do not need to be deleted.

For SAP HANA on Amazon EC2 STOPPED status occurs due to user action, application misconfiguration, or backup failure. To ensure that future continuous backups succeed, refer to the recovery point status and check SAP HANA for details.

", "RecoveryPointByBackupVault$Status": "

A status code specifying the state of the recovery point.

", "RecoveryPointByResource$Status": "

A status code specifying the state of the recovery point.

" } @@ -1725,14 +1725,14 @@ "RecoveryPointsList": { "base": null, "refs": { - "ListRecoveryPointsByLegalHoldOutput$RecoveryPoints": "

This is a list of the recovery points returned by ListRecoveryPointsByLegalHold.

" + "ListRecoveryPointsByLegalHoldOutput$RecoveryPoints": "

The recovery points.

" } }, "Region": { "base": null, "refs": { "BackupJobSummary$Region": "

The Amazon Web Services Regions within the job summary.

", - "CopyJobSummary$Region": "

This is the Amazon Web Services Regions within the job summary.

", + "CopyJobSummary$Region": "

The Amazon Web Services Regions within the job summary.

", "RestoreJobSummary$Region": "

The Amazon Web Services Regions within the job summary.

" } }, @@ -1741,7 +1741,7 @@ "refs": { "CreateReportPlanInput$ReportDeliveryChannel": "

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.

", "ReportPlan$ReportDeliveryChannel": "

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.

", - "UpdateReportPlanInput$ReportDeliveryChannel": "

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.

" + "UpdateReportPlanInput$ReportDeliveryChannel": "

The information about where to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.

" } }, "ReportDestination": { @@ -1753,7 +1753,7 @@ "ReportJob": { "base": "

Contains detailed information about a report job. A report job compiles a report based on a report plan and publishes it to Amazon S3.

", "refs": { - "DescribeReportJobOutput$ReportJob": "

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.

", + "DescribeReportJobOutput$ReportJob": "

The 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.

", "ReportJobList$member": null } }, @@ -1789,7 +1789,7 @@ "ReportPlanList": { "base": null, "refs": { - "ListReportPlansOutput$ReportPlans": "

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.

" + "ListReportPlansOutput$ReportPlans": "

The 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.

" } }, "ReportPlanName": { @@ -1811,14 +1811,14 @@ "refs": { "CreateReportPlanInput$ReportSetting": "

Identifies the report template for the report. Reports are built using a report template. The report templates are:

RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT

If the report template is RESOURCE_COMPLIANCE_REPORT or CONTROL_COMPLIANCE_REPORT, this API resource also describes the report coverage by Amazon Web Services Regions and frameworks.

", "ReportPlan$ReportSetting": "

Identifies the report template for the report. Reports are built using a report template. The report templates are:

RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT

If the report template is RESOURCE_COMPLIANCE_REPORT or CONTROL_COMPLIANCE_REPORT, this API resource also describes the report coverage by Amazon Web Services Regions and frameworks.

", - "UpdateReportPlanInput$ReportSetting": "

Identifies the report template for the report. Reports are built using a report template. The report templates are:

RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT

If the report template is RESOURCE_COMPLIANCE_REPORT or CONTROL_COMPLIANCE_REPORT, this API resource also describes the report coverage by Amazon Web Services Regions and frameworks.

" + "UpdateReportPlanInput$ReportSetting": "

The report template for the report. Reports are built using a report template. The report templates are:

RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT

If the report template is RESOURCE_COMPLIANCE_REPORT or CONTROL_COMPLIANCE_REPORT, this API resource also describes the report coverage by Amazon Web Services Regions and frameworks.

" } }, "ResourceArns": { "base": null, "refs": { - "BackupSelection$Resources": "

A list of Amazon Resource Names (ARNs) to assign to a backup plan. The maximum number of ARNs is 500 without wildcards, or 30 ARNs with wildcards.

If you need to assign many resources to a backup plan, consider a different resource selection strategy, such as assigning all resources of a resource type or refining your resource selection using tags.

", - "BackupSelection$NotResources": "

A list of Amazon Resource Names (ARNs) to exclude from a backup plan. The maximum number of ARNs is 500 without wildcards, or 30 ARNs with wildcards.

If you need to exclude many resources from a backup plan, consider a different resource selection strategy, such as assigning only one or a few resource types or refining your resource selection using tags.

" + "BackupSelection$Resources": "

The Amazon Resource Names (ARNs) of the resources to assign to a backup plan. The maximum number of ARNs is 500 without wildcards, or 30 ARNs with wildcards.

If you need to assign many resources to a backup plan, consider a different resource selection strategy, such as assigning all resources of a resource type or refining your resource selection using tags.

If you specify multiple ARNs, the resources much match any of the ARNs (OR logic).

", + "BackupSelection$NotResources": "

The Amazon Resource Names (ARNs) of the resources to exclude from a backup plan. The maximum number of ARNs is 500 without wildcards, or 30 ARNs with wildcards.

If you need to exclude many resources from a backup plan, consider a different resource selection strategy, such as assigning only one or a few resource types or refining your resource selection using tags.

" } }, "ResourceIdentifiers": { @@ -1844,23 +1844,23 @@ "DescribeProtectedResourceOutput$ResourceType": "

The type of Amazon Web Services resource saved as a recovery point; for example, an Amazon EBS volume or an Amazon RDS database.

", "DescribeRecoveryPointOutput$ResourceType": "

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.

", "DescribeRestoreJobOutput$ResourceType": "

Returns metadata associated with a restore job listed by resource type.

", - "GetRecoveryPointRestoreMetadataOutput$ResourceType": "

This is the resource type associated with the recovery point.

", + "GetRecoveryPointRestoreMetadataOutput$ResourceType": "

The resource type of the recovery point.

", "ListBackupJobSummariesInput$ResourceType": "

Returns the job count for the specified resource type. Use request GetSupportedResourceTypes to obtain strings for supported resource types.

The the value ANY returns count of all resource types.

AGGREGATE_ALL aggregates job counts for all resource types and returns the sum.

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.

", - "ListBackupJobsInput$ByResourceType": "

Returns only backup jobs for the specified resources:

", + "ListBackupJobsInput$ByResourceType": "

Returns only backup jobs for the specified resources:

", "ListCopyJobSummariesInput$ResourceType": "

Returns the job count for the specified resource type. Use request GetSupportedResourceTypes to obtain strings for supported resource types.

The the value ANY returns count of all resource types.

AGGREGATE_ALL aggregates job counts for all resource types and returns the sum.

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.

", - "ListCopyJobsInput$ByResourceType": "

Returns only backup jobs for the specified resources:

", - "ListRecoveryPointsByBackupVaultInput$ByResourceType": "

Returns only recovery points that match the specified resource type(s):

", + "ListCopyJobsInput$ByResourceType": "

Returns only backup jobs for the specified resources:

", + "ListRecoveryPointsByBackupVaultInput$ByResourceType": "

Returns only recovery points that match the specified resource type(s):

", "ListRestoreJobSummariesInput$ResourceType": "

Returns the job count for the specified resource type. Use request GetSupportedResourceTypes to obtain strings for supported resource types.

The the value ANY returns count of all resource types.

AGGREGATE_ALL aggregates job counts for all resource types and returns the sum.

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.

", - "ListRestoreJobsInput$ByResourceType": "

Include this parameter to return only restore jobs for the specified resources:

", + "ListRestoreJobsInput$ByResourceType": "

Include this parameter to return only restore jobs for the specified resources:

", "ProtectedResource$ResourceType": "

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.

", "RecoveryPointByBackupVault$ResourceType": "

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.

", - "RecoveryPointMember$ResourceType": "

This is the Amazon Web Services resource type that is saved as a recovery point.

", + "RecoveryPointMember$ResourceType": "

The Amazon Web Services resource type that is saved as a recovery point.

", "ResourceTypeManagementPreference$key": null, "ResourceTypeOptInPreference$key": null, "ResourceTypes$member": null, "RestoreJobSummary$ResourceType": "

This value is the job count for the specified resource type. The request GetSupportedResourceTypes returns strings for supported resource types.

", "RestoreJobsListMember$ResourceType": "

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.

", - "StartRestoreJobInput$ResourceType": "

Starts a job to restore a recovery point for one of the following resources:

" + "StartRestoreJobInput$ResourceType": "

Starts a job to restore a recovery point for one of the following resources:

" } }, "ResourceTypeList": { @@ -1872,27 +1872,27 @@ "ResourceTypeManagementPreference": { "base": null, "refs": { - "DescribeRegionSettingsOutput$ResourceTypeManagementPreference": "

Returns whether Backup fully manages the backups for a resource type.

For the benefits of full Backup management, see Full Backup management.

For a list of resource types and whether each supports full Backup management, see the Feature availability by resource table.

If \"DynamoDB\":false, you can enable full Backup management for DynamoDB backup by enabling Backup's advanced DynamoDB backup features.

", + "DescribeRegionSettingsOutput$ResourceTypeManagementPreference": "

Returns whether Backup fully manages the backups for a resource type.

For the benefits of full Backup management, see Full Backup management.

For a list of resource types and whether each supports full Backup management, see the Feature availability by resource table.

If \"DynamoDB\":false, you can enable full Backup management for DynamoDB backup by enabling Backup's advanced DynamoDB backup features.

", "UpdateRegionSettingsInput$ResourceTypeManagementPreference": "

Enables or disables full Backup management of backups for a resource type. To enable full Backup management for DynamoDB along with Backup's advanced DynamoDB backup features, follow the procedure to enable advanced DynamoDB backup programmatically.

" } }, "ResourceTypeOptInPreference": { "base": null, "refs": { - "DescribeRegionSettingsOutput$ResourceTypeOptInPreference": "

Returns a list of all services along with the opt-in preferences in the Region.

", + "DescribeRegionSettingsOutput$ResourceTypeOptInPreference": "

The services along with the opt-in preferences in the Region.

", "UpdateRegionSettingsInput$ResourceTypeOptInPreference": "

Updates the list of services along with the opt-in preferences for the Region.

If resource assignments are only based on tags, then service opt-in settings are applied. If a resource type is explicitly assigned to a backup plan, such as Amazon S3, Amazon EC2, or Amazon RDS, it will be included in the backup even if the opt-in is not enabled for that particular service. If both a resource type and tags are specified in a resource assignment, the resource type specified in the backup plan takes priority over the tag condition. Service opt-in settings are disregarded in this situation.

" } }, "ResourceTypes": { "base": null, "refs": { - "GetSupportedResourceTypesOutput$ResourceTypes": "

Contains a string with the supported Amazon Web Services resource types:

" + "GetSupportedResourceTypesOutput$ResourceTypes": "

Contains a string with the supported Amazon Web Services resource types:

" } }, "RestoreDeletionStatus": { "base": null, "refs": { - "DescribeRestoreJobOutput$DeletionStatus": "

This notes the status of the data generated by the restore test. The status may be Deleting, Failed, or Successful.

", + "DescribeRestoreJobOutput$DeletionStatus": "

The status of the data generated by the restore test.

", "RestoreJobsListMember$DeletionStatus": "

This notes the status of the data generated by the restore test. The status may be Deleting, Failed, or Successful.

" } }, @@ -1985,9 +1985,9 @@ } }, "RestoreTestingRecoveryPointSelection": { - "base": "

Required: Algorithm; Required: Recovery point types; IncludeVaults(one or more). Optional: SelectionWindowDays ('30' if not specified);ExcludeVaults (list of selectors), defaults to empty list if not listed.

", + "base": "

RecoveryPointSelection has five parameters (three required and two optional). The values you specify determine which recovery point is included in the restore test. You must indicate with Algorithm if you want the latest recovery point within your SelectionWindowDays or if you want a random recovery point, and you must indicate through IncludeVaults from which vaults the recovery points can be chosen.

Algorithm (required) Valid values: \"LATEST_WITHIN_WINDOW\" or \"RANDOM_WITHIN_WINDOW\".

Recovery point types (required) Valid values: \"SNAPSHOT\" and/or \"CONTINUOUS\". Include SNAPSHOT to restore only snapshot recovery points; include CONTINUOUS to restore continuous recovery points (point in time restore / PITR); use both to restore either a snapshot or a continuous recovery point. The recovery point will be determined by the value for Algorithm.

IncludeVaults (required). You must include one or more backup vaults. Use the wildcard [\"*\"] or specific ARNs.

SelectionWindowDays (optional) Value must be an integer (in days) from 1 to 365. If not included, the value defaults to 30.

ExcludeVaults (optional). You can choose to input one or more specific backup vault ARNs to exclude those vaults' contents from restore eligibility. Or, you can include a list of selectors. If this parameter and its value are not included, it defaults to empty list.

", "refs": { - "RestoreTestingPlanForCreate$RecoveryPointSelection": "

Required: Algorithm; Required: Recovery point types; IncludeVaults (one or more). Optional: SelectionWindowDays ('30' if not specified); ExcludeVaults (list of selectors), defaults to empty list if not listed.

", + "RestoreTestingPlanForCreate$RecoveryPointSelection": "

RecoveryPointSelection has five parameters (three required and two optional). The values you specify determine which recovery point is included in the restore test. You must indicate with Algorithm if you want the latest recovery point within your SelectionWindowDays or if you want a random recovery point, and you must indicate through IncludeVaults from which vaults the recovery points can be chosen.

Algorithm (required) Valid values: \"LATEST_WITHIN_WINDOW\" or \"RANDOM_WITHIN_WINDOW\".

Recovery point types (required) Valid values: \"SNAPSHOT\" and/or \"CONTINUOUS\". Include SNAPSHOT to restore only snapshot recovery points; include CONTINUOUS to restore continuous recovery points (point in time restore / PITR); use both to restore either a snapshot or a continuous recovery point. The recovery point will be determined by the value for Algorithm.

IncludeVaults (required). You must include one or more backup vaults. Use the wildcard [\"*\"] or specific ARNs.

SelectionWindowDays (optional) Value must be an integer (in days) from 1 to 365. If not included, the value defaults to 30.

ExcludeVaults (optional). You can choose to input one or more specific backup vault ARNs to exclude those vaults' contents from restore eligibility. Or, you can include a list of selectors. If this parameter and its value are not included, it defaults to empty list.

", "RestoreTestingPlanForGet$RecoveryPointSelection": "

The specified criteria to assign a set of resources, such as recovery point types or backup vaults.

", "RestoreTestingPlanForUpdate$RecoveryPointSelection": "

Required: Algorithm; RecoveryPointTypes; IncludeVaults (one or more).

Optional: SelectionWindowDays ('30' if not specified); ExcludeVaults (defaults to empty list if not listed).

" } @@ -2007,7 +2007,7 @@ "RestoreTestingRecoveryPointTypeList": { "base": null, "refs": { - "RestoreTestingRecoveryPointSelection$RecoveryPointTypes": "

These are the types of recovery points.

" + "RestoreTestingRecoveryPointSelection$RecoveryPointTypes": "

These are the types of recovery points.

Include SNAPSHOT to restore only snapshot recovery points; include CONTINUOUS to restore continuous recovery points (point in time restore / PITR); use both to restore either a snapshot or a continuous recovery point. The recovery point will be determined by the value for Algorithm.

" } }, "RestoreTestingSelectionForCreate": { @@ -2043,15 +2043,15 @@ "RestoreValidationStatus": { "base": null, "refs": { - "DescribeRestoreJobOutput$ValidationStatus": "

This is the status of validation run on the indicated restore job.

", - "PutRestoreValidationResultInput$ValidationStatus": "

This is the status of your restore validation.

", - "RestoreJobsListMember$ValidationStatus": "

This is the status of validation run on the indicated restore job.

" + "DescribeRestoreJobOutput$ValidationStatus": "

The status of validation run on the indicated restore job.

", + "PutRestoreValidationResultInput$ValidationStatus": "

The status of your restore validation.

", + "RestoreJobsListMember$ValidationStatus": "

The status of validation run on the indicated restore job.

" } }, "SensitiveStringMap": { "base": null, "refs": { - "CreateRestoreTestingPlanInput$Tags": "

Optional tags to include. A tag is a key-value pair you can use to manage, filter, and search for your resources. Allowed characters include UTF-8 letters,numbers, spaces, and the following characters: + - = . _ : /.

", + "CreateRestoreTestingPlanInput$Tags": "

The tags to assign to the restore testing plan.

", "RestoreTestingSelectionForCreate$RestoreMetadataOverrides": "

You can override certain restore metadata keys by including the parameter RestoreMetadataOverrides in the body of RestoreTestingSelection. Key values are not case sensitive.

See the complete list of restore testing inferred metadata.

", "RestoreTestingSelectionForGet$RestoreMetadataOverrides": "

You can override certain restore metadata keys by including the parameter RestoreMetadataOverrides in the body of RestoreTestingSelection. Key values are not case sensitive.

See the complete list of restore testing inferred metadata.

", "RestoreTestingSelectionForUpdate$RestoreMetadataOverrides": "

You can override certain restore metadata keys by including the parameter RestoreMetadataOverrides in the body of RestoreTestingSelection. Key values are not case sensitive.

See the complete list of restore testing inferred metadata.

" @@ -2121,13 +2121,13 @@ "CreateRestoreTestingPlanOutput$RestoreTestingPlanName": "

This unique string is the name of the restore testing plan.

The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.

", "CreateRestoreTestingSelectionInput$CreatorRequestId": "

This is an optional unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.

", "CreateRestoreTestingSelectionInput$RestoreTestingPlanName": "

Input the restore testing plan name that was returned from the related CreateRestoreTestingPlan request.

", - "CreateRestoreTestingSelectionOutput$RestoreTestingPlanArn": "

This is the ARN of the restore testing plan with which the restore testing selection is associated.

", - "CreateRestoreTestingSelectionOutput$RestoreTestingPlanName": "

Unique string that is the name of the restore testing plan.

The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.

", - "CreateRestoreTestingSelectionOutput$RestoreTestingSelectionName": "

This is the unique name of the restore testing selection that belongs to the related restore testing plan.

", + "CreateRestoreTestingSelectionOutput$RestoreTestingPlanArn": "

The ARN of the restore testing plan with which the restore testing selection is associated.

", + "CreateRestoreTestingSelectionOutput$RestoreTestingPlanName": "

The name of the restore testing plan.

The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.

", + "CreateRestoreTestingSelectionOutput$RestoreTestingSelectionName": "

The name of the restore testing selection for the related restore testing plan.

", "DeleteRestoreTestingPlanInput$RestoreTestingPlanName": "

Required unique name of the restore testing plan you wish to delete.

", "DeleteRestoreTestingSelectionInput$RestoreTestingPlanName": "

Required unique name of the restore testing plan that contains the restore testing selection you wish to delete.

", "DeleteRestoreTestingSelectionInput$RestoreTestingSelectionName": "

Required unique name of the restore testing selection you wish to delete.

", - "GetRestoreTestingInferredMetadataInput$BackupVaultAccountId": "

This is the account ID of the specified backup vault.

", + "GetRestoreTestingInferredMetadataInput$BackupVaultAccountId": "

The account ID of the specified backup vault.

", "GetRestoreTestingInferredMetadataInput$BackupVaultName": "

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 ServicesRegion where they are created. They consist of letters, numbers, and hyphens.

", "GetRestoreTestingInferredMetadataInput$RecoveryPointArn": "

An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

", "GetRestoreTestingPlanInput$RestoreTestingPlanName": "

Required unique name of the restore testing plan.

", @@ -2145,23 +2145,23 @@ "RestoreTestingPlanForCreate$ScheduleExpressionTimezone": "

Optional. This is the timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.

", "RestoreTestingPlanForGet$CreatorRequestId": "

This identifies the request and allows failed requests to be retried without the risk of running the operation twice. If the request includes a CreatorRequestId that matches an existing backup plan, that plan is returned. This parameter is optional.

If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.

", "RestoreTestingPlanForGet$RestoreTestingPlanArn": "

An Amazon Resource Name (ARN) that uniquely identifies a restore testing plan.

", - "RestoreTestingPlanForGet$RestoreTestingPlanName": "

This is the restore testing plan name.

", + "RestoreTestingPlanForGet$RestoreTestingPlanName": "

The restore testing plan name.

", "RestoreTestingPlanForGet$ScheduleExpression": "

A CRON expression in specified timezone when a restore testing plan is executed.

", "RestoreTestingPlanForGet$ScheduleExpressionTimezone": "

Optional. This is the timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.

", "RestoreTestingPlanForList$RestoreTestingPlanArn": "

An Amazon Resource Name (ARN) that uniquely identifiesa restore testing plan.

", - "RestoreTestingPlanForList$RestoreTestingPlanName": "

This is the restore testing plan name.

", + "RestoreTestingPlanForList$RestoreTestingPlanName": "

The restore testing plan name.

", "RestoreTestingPlanForList$ScheduleExpression": "

A CRON expression in specified timezone when a restore testing plan is executed.

", "RestoreTestingPlanForList$ScheduleExpressionTimezone": "

Optional. This is the timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.

", "RestoreTestingPlanForUpdate$ScheduleExpression": "

A CRON expression in specified timezone when a restore testing plan is executed.

", "RestoreTestingPlanForUpdate$ScheduleExpressionTimezone": "

Optional. This is the timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.

", "RestoreTestingSelectionForCreate$IamRoleArn": "

The Amazon Resource Name (ARN) of the IAM role that Backup uses to create the target resource; for example: arn:aws:iam::123456789012:role/S3Access.

", "RestoreTestingSelectionForCreate$ProtectedResourceType": "

The type of Amazon Web Services resource included in a restore testing selection; for example, an Amazon EBS volume or an Amazon RDS database.

Supported resource types accepted include:

", - "RestoreTestingSelectionForCreate$RestoreTestingSelectionName": "

This is the unique name of the restore testing selection that belongs to the related restore testing plan.

", + "RestoreTestingSelectionForCreate$RestoreTestingSelectionName": "

The unique name of the restore testing selection that belongs to the related restore testing plan.

", "RestoreTestingSelectionForGet$CreatorRequestId": "

This identifies the request and allows failed requests to be retried without the risk of running the operation twice. If the request includes a CreatorRequestId that matches an existing backup plan, that plan is returned. This parameter is optional.

If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.

", "RestoreTestingSelectionForGet$IamRoleArn": "

The Amazon Resource Name (ARN) of the IAM role that Backup uses to create the target resource; for example:arn:aws:iam::123456789012:role/S3Access.

", "RestoreTestingSelectionForGet$ProtectedResourceType": "

The type of Amazon Web Services resource included in a resource testing selection; for example, an Amazon EBS volume or an Amazon RDS database.

", "RestoreTestingSelectionForGet$RestoreTestingPlanName": "

The RestoreTestingPlanName is a unique string that is the name of the restore testing plan.

", - "RestoreTestingSelectionForGet$RestoreTestingSelectionName": "

This is the unique name of the restore testing selection that belongs to the related restore testing plan.

", + "RestoreTestingSelectionForGet$RestoreTestingSelectionName": "

The unique name of the restore testing selection that belongs to the related restore testing plan.

", "RestoreTestingSelectionForList$IamRoleArn": "

The Amazon Resource Name (ARN) of the IAM role that Backup uses to create the target resource; for example: arn:aws:iam::123456789012:role/S3Access.

", "RestoreTestingSelectionForList$ProtectedResourceType": "

The type of Amazon Web Services resource included in a restore testing selection; for example, an Amazon EBS volume or an Amazon RDS database.

", "RestoreTestingSelectionForList$RestoreTestingPlanName": "

Unique string that is the name of the restore testing plan.

The name cannot be changed after creation. The name must consist of only alphanumeric characters and underscores. Maximum length is 50.

", @@ -2169,14 +2169,14 @@ "RestoreTestingSelectionForUpdate$IamRoleArn": "

The Amazon Resource Name (ARN) of the IAM role that Backup uses to create the target resource; for example: arn:aws:iam::123456789012:role/S3Access.

", "SensitiveStringMap$key": null, "SensitiveStringMap$value": null, - "UpdateRestoreTestingPlanInput$RestoreTestingPlanName": "

This is the restore testing plan name you wish to update.

", + "UpdateRestoreTestingPlanInput$RestoreTestingPlanName": "

The name of the restore testing plan name.

", "UpdateRestoreTestingPlanOutput$RestoreTestingPlanArn": "

Unique ARN (Amazon Resource Name) of the restore testing plan.

", "UpdateRestoreTestingPlanOutput$RestoreTestingPlanName": "

The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.

", "UpdateRestoreTestingSelectionInput$RestoreTestingPlanName": "

The restore testing plan name is required to update the indicated testing plan.

", - "UpdateRestoreTestingSelectionInput$RestoreTestingSelectionName": "

This is the required restore testing selection name of the restore testing selection you wish to update.

", + "UpdateRestoreTestingSelectionInput$RestoreTestingSelectionName": "

The required restore testing selection name of the restore testing selection you wish to update.

", "UpdateRestoreTestingSelectionOutput$RestoreTestingPlanArn": "

Unique string that is the name of the restore testing plan.

", - "UpdateRestoreTestingSelectionOutput$RestoreTestingPlanName": "

This is the restore testing plan with which the updated restore testing selection is associated.

", - "UpdateRestoreTestingSelectionOutput$RestoreTestingSelectionName": "

This is the returned restore testing selection name.

" + "UpdateRestoreTestingSelectionOutput$RestoreTestingPlanName": "

The restore testing plan with which the updated restore testing selection is associated.

", + "UpdateRestoreTestingSelectionOutput$RestoreTestingSelectionName": "

The returned restore testing selection name.

" } }, "TagKey": { @@ -2188,7 +2188,7 @@ "TagKeyList": { "base": null, "refs": { - "UntagResourceInput$TagKeyList": "

A list of keys to identify which key-value tags to remove from a resource.

" + "UntagResourceInput$TagKeyList": "

The keys to identify which key-value tags to remove from a resource.

" } }, "TagResourceInput": { @@ -2205,14 +2205,14 @@ "Tags": { "base": null, "refs": { - "BackupRule$RecoveryPointTags": "

An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.

", - "BackupRuleInput$RecoveryPointTags": "

To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair.

", - "CreateBackupPlanInput$BackupPlanTags": "

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.

", - "CreateBackupVaultInput$BackupVaultTags": "

Metadata that you can assign to help organize the resources that you create. Each tag is a key-value pair.

", + "BackupRule$RecoveryPointTags": "

The tags that are assigned to resources that are associated with this rule when restored from backup.

", + "BackupRuleInput$RecoveryPointTags": "

The tags to assign to the resources.

", + "CreateBackupPlanInput$BackupPlanTags": "

The tags to assign to the backup plan.

", + "CreateBackupVaultInput$BackupVaultTags": "

The tags to assign to the backup vault.

", "CreateLegalHoldInput$Tags": "

Optional tags to include. A tag is a key-value pair you can use to manage, filter, and search for your resources. Allowed characters include UTF-8 letters, numbers, spaces, and the following characters: + - = . _ : /.

", - "CreateLogicallyAirGappedBackupVaultInput$BackupVaultTags": "

These are the tags that will be included in the newly-created vault.

", - "ListTagsOutput$Tags": "

To help organize your resources, you can assign your own metadata to the resources you create. Each tag is a key-value pair.

", - "StartBackupJobInput$RecoveryPointTags": "

To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair.

", + "CreateLogicallyAirGappedBackupVaultInput$BackupVaultTags": "

The tags to assign to the vault.

", + "ListTagsOutput$Tags": "

Information about the tags.

", + "StartBackupJobInput$RecoveryPointTags": "

The tags to assign to the resources.

", "TagResourceInput$Tags": "

Key-value pairs that are used to help organize your resources. You can assign your own metadata to the resources you create. For clarity, this is the structure to assign tags: [{\"Key\":\"string\",\"Value\":\"string\"}].

" } }, @@ -2220,7 +2220,7 @@ "base": null, "refs": { "CreateRestoreTestingPlanOutput$CreationTime": "

The date and time a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087AM.

", - "CreateRestoreTestingSelectionOutput$CreationTime": "

This is the time the resource testing selection was created successfully.

", + "CreateRestoreTestingSelectionOutput$CreationTime": "

The time that the resource testing selection was created.

", "RestoreTestingPlanForGet$CreationTime": "

The date and time that a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", "RestoreTestingPlanForGet$LastExecutionTime": "

The last time a restore test was run with the specified restore testing plan. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", "RestoreTestingPlanForGet$LastUpdateTime": "

The date and time that the restore testing plan was updated. This update is in Unix format and Coordinated Universal Time (UTC). The value of LastUpdateTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", @@ -2228,18 +2228,18 @@ "RestoreTestingPlanForList$LastExecutionTime": "

The last time a restore test was run with the specified restore testing plan. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", "RestoreTestingPlanForList$LastUpdateTime": "

The date and time that the restore testing plan was updated. This update is in Unix format and Coordinated Universal Time (UTC). The value of LastUpdateTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", "RestoreTestingSelectionForGet$CreationTime": "

The date and time that a restore testing selection was created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 201812:11:30.087 AM.

", - "RestoreTestingSelectionForList$CreationTime": "

This is the date and time that a restore testing selection was created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26,2018 12:11:30.087 AM.

", - "UpdateRestoreTestingPlanOutput$CreationTime": "

This is the time the resource testing plan was created.

", - "UpdateRestoreTestingPlanOutput$UpdateTime": "

This is the time the update completed for the restore testing plan.

", - "UpdateRestoreTestingSelectionOutput$CreationTime": "

This is the time the resource testing selection was updated successfully.

", - "UpdateRestoreTestingSelectionOutput$UpdateTime": "

This is the time the update completed for the restore testing selection.

" + "RestoreTestingSelectionForList$CreationTime": "

The date and time that a restore testing selection was created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26,2018 12:11:30.087 AM.

", + "UpdateRestoreTestingPlanOutput$CreationTime": "

The time the resource testing plan was created.

", + "UpdateRestoreTestingPlanOutput$UpdateTime": "

The time the update completed for the restore testing plan.

", + "UpdateRestoreTestingSelectionOutput$CreationTime": "

The time the resource testing selection was updated successfully.

", + "UpdateRestoreTestingSelectionOutput$UpdateTime": "

The time the update completed for the restore testing selection.

" } }, "Timezone": { "base": null, "refs": { - "BackupRule$ScheduleExpressionTimezone": "

This is the timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.

", - "BackupRuleInput$ScheduleExpressionTimezone": "

This is the timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.

" + "BackupRule$ScheduleExpressionTimezone": "

The timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.

", + "BackupRuleInput$ScheduleExpressionTimezone": "

The timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.

" } }, "UntagResourceInput": { @@ -2326,17 +2326,20 @@ "VaultState": { "base": null, "refs": { - "CreateLogicallyAirGappedBackupVaultOutput$VaultState": "

This is the current state of the vault.

" + "BackupVaultListMember$VaultState": "

The current state of the vault.

", + "CreateLogicallyAirGappedBackupVaultOutput$VaultState": "

The current state of the vault.

", + "DescribeBackupVaultOutput$VaultState": "

The current state of the vault.->

" } }, "VaultType": { "base": null, "refs": { - "DescribeBackupVaultOutput$VaultType": "

This is the type of vault described.

", - "DescribeRecoveryPointOutput$VaultType": "

This is the type of vault in which the described recovery point is stored.

", + "BackupVaultListMember$VaultType": "

The type of vault in which the described recovery point is stored.

", + "DescribeBackupVaultOutput$VaultType": "

The type of vault described.

", + "DescribeRecoveryPointOutput$VaultType": "

The type of vault in which the described recovery point is stored.

", "ListBackupVaultsInput$ByVaultType": "

This parameter will sort the list of vaults by vault type.

", - "RecoveryPointByBackupVault$VaultType": "

This is the type of vault in which the described recovery point is stored.

", - "RecoveryPointByResource$VaultType": "

This is the type of vault in which the described recovery point is stored.

" + "RecoveryPointByBackupVault$VaultType": "

The type of vault in which the described recovery point is stored.

", + "RecoveryPointByResource$VaultType": "

The type of vault in which the described recovery point is stored.

" } }, "WindowMinutes": { @@ -2408,7 +2411,7 @@ "BackupJob$PercentDone": "

Contains an estimated percentage complete of a job at the time the job status was queried.

", "BackupJob$BackupType": "

Represents the type of backup for a backup job.

", "BackupJob$ParentJobId": "

This uniquely identifies a request to Backup to back up a resource. The return will be the parent (composite) job ID.

", - "BackupJob$ResourceName": "

This is the non-unique name of the resource that belongs to the specified backup.

", + "BackupJob$ResourceName": "

The non-unique name of the resource that belongs to the specified backup.

", "BackupJob$MessageCategory": "

This parameter is the job count for the specified message category.

Example strings may include AccessDenied, SUCCESS, AGGREGATE_ALL, and INVALIDPARAMETERS. See Monitoring for a list of MessageCategory strings.

The the value ANY returns count of all message categories.

AGGREGATE_ALL aggregates job counts for all message categories and returns the sum.

", "BackupPlanTemplatesListMember$BackupPlanTemplateId": "

Uniquely identifies a stored backup plan template.

", "BackupPlanTemplatesListMember$BackupPlanTemplateName": "

The optional display name of a backup plan template.

", @@ -2420,8 +2423,8 @@ "BackupSelectionsListMember$BackupPlanId": "

Uniquely identifies a backup plan.

", "BackupSelectionsListMember$CreatorRequestId": "

A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. This parameter is optional.

If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.

", "BackupVaultListMember$CreatorRequestId": "

A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. This parameter is optional.

If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.

", - "CancelLegalHoldInput$LegalHoldId": "

Legal hold ID required to remove the specified legal hold on a recovery point.

", - "CancelLegalHoldInput$CancelDescription": "

String describing the reason for removing the legal hold.

", + "CancelLegalHoldInput$LegalHoldId": "

The ID of the legal hold.

", + "CancelLegalHoldInput$CancelDescription": "

A string the describes the reason for removing the legal hold.

", "ComplianceResourceIdList$member": null, "ConflictException$Code": null, "ConflictException$Message": null, @@ -2430,32 +2433,32 @@ "CopyJob$CopyJobId": "

Uniquely identifies a copy job.

", "CopyJob$StatusMessage": "

A detailed message explaining the status of the job to copy a resource.

", "CopyJob$ParentJobId": "

This uniquely identifies a request to Backup to copy a resource. The return will be the parent (composite) job ID.

", - "CopyJob$CompositeMemberIdentifier": "

This is the identifier of a resource within a composite group, such as nested (child) recovery point belonging to a composite (parent) stack. The ID is transferred from the logical ID within a stack.

", - "CopyJob$ResourceName": "

This is the non-unique name of the resource that belongs to the specified backup.

", + "CopyJob$CompositeMemberIdentifier": "

The identifier of a resource within a composite group, such as nested (child) recovery point belonging to a composite (parent) stack. The ID is transferred from the logical ID within a stack.

", + "CopyJob$ResourceName": "

The non-unique name of the resource that belongs to the specified backup.

", "CopyJob$MessageCategory": "

This parameter is the job count for the specified message category.

Example strings may include AccessDenied, SUCCESS, AGGREGATE_ALL, and InvalidParameters. See Monitoring for a list of MessageCategory strings.

The the value ANY returns count of all message categories.

AGGREGATE_ALL aggregates job counts for all message categories and returns the sum

", "CreateBackupPlanInput$CreatorRequestId": "

Identifies the request and allows failed requests to be retried without the risk of running the operation twice. If the request includes a CreatorRequestId that matches an existing backup plan, that plan is returned. This parameter is optional.

If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.

", - "CreateBackupPlanOutput$BackupPlanId": "

Uniquely identifies a backup plan.

", + "CreateBackupPlanOutput$BackupPlanId": "

The ID of the backup plan.

", "CreateBackupPlanOutput$VersionId": "

Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. They cannot be edited.

", - "CreateBackupSelectionInput$BackupPlanId": "

Uniquely identifies the backup plan to be associated with the selection of resources.

", + "CreateBackupSelectionInput$BackupPlanId": "

The ID of the backup plan.

", "CreateBackupSelectionInput$CreatorRequestId": "

A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. This parameter is optional.

If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.

", "CreateBackupSelectionOutput$SelectionId": "

Uniquely identifies the body of a request to assign a set of resources to a backup plan.

", - "CreateBackupSelectionOutput$BackupPlanId": "

Uniquely identifies a backup plan.

", + "CreateBackupSelectionOutput$BackupPlanId": "

The ID of the backup plan.

", "CreateBackupVaultInput$CreatorRequestId": "

A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. This parameter is optional.

If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.

", "CreateFrameworkInput$IdempotencyToken": "

A customer-chosen string that you can use to distinguish between otherwise identical calls to CreateFrameworkInput. Retrying a successful request with the same idempotency token results in a success message with no action taken.

", - "CreateLegalHoldInput$Title": "

This is the string title of the legal hold.

", - "CreateLegalHoldInput$Description": "

This is the string description of the legal hold.

", + "CreateLegalHoldInput$Title": "

The title of the legal hold.

", + "CreateLegalHoldInput$Description": "

The description of the legal hold.

", "CreateLegalHoldInput$IdempotencyToken": "

This is a user-chosen string used to distinguish between otherwise identical calls. Retrying a successful request with the same idempotency token results in a success message with no action taken.

", - "CreateLegalHoldOutput$Title": "

This is the string title of the legal hold returned after creating the legal hold.

", - "CreateLegalHoldOutput$Description": "

This is the returned string description of the legal hold.

", - "CreateLegalHoldOutput$LegalHoldId": "

Legal hold ID returned for the specified legal hold on a recovery point.

", - "CreateLogicallyAirGappedBackupVaultInput$CreatorRequestId": "

This is the ID of the creation request.

This parameter is optional. If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.

", + "CreateLegalHoldOutput$Title": "

The title of the legal hold.

", + "CreateLegalHoldOutput$Description": "

The description of the legal hold.

", + "CreateLegalHoldOutput$LegalHoldId": "

The ID of the legal hold.

", + "CreateLogicallyAirGappedBackupVaultInput$CreatorRequestId": "

The ID of the creation request.

This parameter is optional. If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.

", "CreateReportPlanInput$IdempotencyToken": "

A customer-chosen string that you can use to distinguish between otherwise identical calls to CreateReportPlanInput. Retrying a successful request with the same idempotency token results in a success message with no action taken.

", "DeleteBackupPlanInput$BackupPlanId": "

Uniquely identifies a backup plan.

", "DeleteBackupPlanOutput$BackupPlanId": "

Uniquely identifies a backup plan.

", "DeleteBackupPlanOutput$VersionId": "

Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.

", "DeleteBackupSelectionInput$BackupPlanId": "

Uniquely identifies a backup plan.

", "DeleteBackupSelectionInput$SelectionId": "

Uniquely identifies the body of a request to assign a set of resources to a backup plan.

", - "DeleteBackupVaultInput$BackupVaultName": "

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.

", + "DeleteBackupVaultInput$BackupVaultName": "

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.

", "DependencyFailureException$Code": null, "DependencyFailureException$Message": null, "DependencyFailureException$Type": "

", @@ -2466,24 +2469,24 @@ "DescribeBackupJobOutput$PercentDone": "

Contains an estimated percentage that is complete of a job at the time the job status was queried.

", "DescribeBackupJobOutput$BackupType": "

Represents the actual backup type selected for a backup job. For example, if a successful Windows Volume Shadow Copy Service (VSS) backup was taken, BackupType returns \"WindowsVSS\". If BackupType is empty, then the backup type was a regular backup.

", "DescribeBackupJobOutput$ParentJobId": "

This returns the parent (composite) resource backup job ID.

", - "DescribeBackupJobOutput$ResourceName": "

This is the non-unique name of the resource that belongs to the specified backup.

", - "DescribeBackupJobOutput$MessageCategory": "

This is the job count for the specified message category.

Example strings may include AccessDenied, SUCCESS, AGGREGATE_ALL, and INVALIDPARAMETERS. View Monitoring for a list of accepted MessageCategory strings.

", - "DescribeBackupVaultInput$BackupVaultName": "

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.

", - "DescribeBackupVaultInput$BackupVaultAccountId": "

This is the account ID of the specified backup vault.

", - "DescribeBackupVaultOutput$BackupVaultName": "

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.

", + "DescribeBackupJobOutput$ResourceName": "

The non-unique name of the resource that belongs to the specified backup.

", + "DescribeBackupJobOutput$MessageCategory": "

The job count for the specified message category.

Example strings may include AccessDenied, SUCCESS, AGGREGATE_ALL, and INVALIDPARAMETERS. View Monitoring for a list of accepted MessageCategory strings.

", + "DescribeBackupVaultInput$BackupVaultName": "

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.

", + "DescribeBackupVaultInput$BackupVaultAccountId": "

The account ID of the specified backup vault.

", + "DescribeBackupVaultOutput$BackupVaultName": "

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.

", "DescribeBackupVaultOutput$CreatorRequestId": "

A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. This parameter is optional. If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.

", "DescribeCopyJobInput$CopyJobId": "

Uniquely identifies a copy job.

", "DescribeFrameworkOutput$DeploymentStatus": "

The deployment status of a framework. The statuses are:

CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED | FAILED

", "DescribeFrameworkOutput$FrameworkStatus": "

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:

", "DescribeFrameworkOutput$IdempotencyToken": "

A customer-chosen string that you can use to distinguish between otherwise identical calls to DescribeFrameworkOutput. Retrying a successful request with the same idempotency token results in a success message with no action taken.

", - "DescribeProtectedResourceOutput$ResourceName": "

This is the non-unique name of the resource that belongs to the specified backup.

", + "DescribeProtectedResourceOutput$ResourceName": "

The name of the resource that belongs to the specified backup.

", "DescribeRecoveryPointOutput$StatusMessage": "

A status message explaining the status of the recovery point.

", - "DescribeRecoveryPointOutput$CompositeMemberIdentifier": "

This is the identifier of a resource within a composite group, such as nested (child) recovery point belonging to a composite (parent) stack. The ID is transferred from the logical ID within a stack.

", - "DescribeRecoveryPointOutput$ResourceName": "

This is the non-unique name of the resource that belongs to the specified backup.

", + "DescribeRecoveryPointOutput$CompositeMemberIdentifier": "

The identifier of a resource within a composite group, such as nested (child) recovery point belonging to a composite (parent) stack. The ID is transferred from the logical ID within a stack.

", + "DescribeRecoveryPointOutput$ResourceName": "

The name of the resource that belongs to the specified backup.

", "DescribeRestoreJobOutput$RestoreJobId": "

Uniquely identifies the job that restores a recovery point.

", "DescribeRestoreJobOutput$StatusMessage": "

A message showing the status of a job to restore a recovery point.

", "DescribeRestoreJobOutput$PercentDone": "

Contains an estimated percentage that is complete of a job at the time the job status was queried.

", - "DescribeRestoreJobOutput$ValidationStatusMessage": "

This describes the status of validation run on the indicated restore job.

", + "DescribeRestoreJobOutput$ValidationStatusMessage": "

The status message.

", "DescribeRestoreJobOutput$DeletionStatusMessage": "

This describes the restore job deletion status.

", "ExportBackupPlanTemplateInput$BackupPlanId": "

Uniquely identifies a backup plan.

", "ExportBackupPlanTemplateOutput$BackupPlanTemplateJson": "

The body of a backup plan template in JSON format.

This is a signed JSON document that cannot be modified before being passed to GetBackupPlanFromJSON.

", @@ -2501,11 +2504,11 @@ "GetBackupSelectionOutput$SelectionId": "

Uniquely identifies the body of a request to assign a set of resources to a backup plan.

", "GetBackupSelectionOutput$BackupPlanId": "

Uniquely identifies a backup plan.

", "GetBackupSelectionOutput$CreatorRequestId": "

A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice.

", - "GetLegalHoldInput$LegalHoldId": "

This is the ID required to use GetLegalHold. This unique ID is associated with a specific legal hold.

", - "GetLegalHoldOutput$Title": "

This is the string title of the legal hold.

", - "GetLegalHoldOutput$Description": "

This is the returned string description of the legal hold.

", - "GetLegalHoldOutput$CancelDescription": "

String describing the reason for removing the legal hold.

", - "GetLegalHoldOutput$LegalHoldId": "

This is the returned ID associated with a specified legal hold.

", + "GetLegalHoldInput$LegalHoldId": "

The ID of the legal hold.

", + "GetLegalHoldOutput$Title": "

The title of the legal hold.

", + "GetLegalHoldOutput$Description": "

The description of the legal hold.

", + "GetLegalHoldOutput$CancelDescription": "

The reason for removing the legal hold.

", + "GetLegalHoldOutput$LegalHoldId": "

The ID of the legal hold.

", "InvalidParameterValueException$Code": null, "InvalidParameterValueException$Message": null, "InvalidParameterValueException$Type": "

", @@ -2518,15 +2521,15 @@ "InvalidResourceStateException$Message": null, "InvalidResourceStateException$Type": "

", "InvalidResourceStateException$Context": "

", - "LegalHold$Title": "

This is the title of a legal hold.

", - "LegalHold$Description": "

This is the description of a legal hold.

", - "LegalHold$LegalHoldId": "

ID of specific legal hold on one or more recovery points.

", + "LegalHold$Title": "

The title of a legal hold.

", + "LegalHold$Description": "

The description of a legal hold.

", + "LegalHold$LegalHoldId": "

The ID of the legal hold.

", "LimitExceededException$Code": null, "LimitExceededException$Message": null, "LimitExceededException$Type": "

", "LimitExceededException$Context": "

", "ListBackupJobSummariesInput$NextToken": "

The next item following a partial list of returned resources. For example, if a request is made to return MaxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

", - "ListBackupJobSummariesOutput$AggregationPeriod": "

This is the period that sets the boundaries for returned results.

", + "ListBackupJobSummariesOutput$AggregationPeriod": "

The period for the returned results.

", "ListBackupJobSummariesOutput$NextToken": "

The next item following a partial list of returned resources. For example, if a request is made to return MaxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

", "ListBackupJobsInput$NextToken": "

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.

", "ListBackupJobsInput$ByParentJobId": "

This is a filter to list child (nested) jobs based on parent job ID.

", @@ -2545,10 +2548,10 @@ "ListBackupVaultsInput$NextToken": "

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.

", "ListBackupVaultsOutput$NextToken": "

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.

", "ListCopyJobSummariesInput$NextToken": "

The next item following a partial list of returned resources. For example, if a request is made to return MaxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

", - "ListCopyJobSummariesOutput$AggregationPeriod": "

This is the period that sets the boundaries for returned results.

", + "ListCopyJobSummariesOutput$AggregationPeriod": "

The period for the returned results.

", "ListCopyJobSummariesOutput$NextToken": "

The next item following a partial list of returned resources. For example, if a request is made to return MaxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

", "ListCopyJobsInput$NextToken": "

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.

", - "ListCopyJobsInput$ByDestinationVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies a source backup vault to copy from; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

", + "ListCopyJobsInput$ByDestinationVaultArn": "

An Amazon Resource Name (ARN) that uniquely identifies a source backup vault to copy from; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

", "ListCopyJobsInput$ByParentJobId": "

This is a filter to list child (nested) jobs based on parent job ID.

", "ListCopyJobsInput$ByMessageCategory": "

This is an optional parameter that can be used to filter out jobs with a MessageCategory which matches the value you input.

Example strings may include AccessDenied, SUCCESS, AGGREGATE_ALL, and INVALIDPARAMETERS.

View Monitoring for a list of accepted strings.

The the value ANY returns count of all message categories.

AGGREGATE_ALL aggregates job counts for all message categories and returns the sum.

", "ListCopyJobsOutput$NextToken": "

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.

", @@ -2563,9 +2566,9 @@ "ListRecoveryPointsByBackupVaultInput$NextToken": "

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.

", "ListRecoveryPointsByBackupVaultInput$ByBackupPlanId": "

Returns only recovery points that match the specified backup plan ID.

", "ListRecoveryPointsByBackupVaultOutput$NextToken": "

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.

", - "ListRecoveryPointsByLegalHoldInput$LegalHoldId": "

This is the ID of the legal hold.

", - "ListRecoveryPointsByLegalHoldInput$NextToken": "

This is the next item following a partial list of returned resources. For example, if a request is made to return MaxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

", - "ListRecoveryPointsByLegalHoldOutput$NextToken": "

This return is the next item following a partial list of returned resources.

", + "ListRecoveryPointsByLegalHoldInput$LegalHoldId": "

The ID of the legal hold.

", + "ListRecoveryPointsByLegalHoldInput$NextToken": "

The next item following a partial list of returned resources. For example, if a request is made to return MaxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

", + "ListRecoveryPointsByLegalHoldOutput$NextToken": "

The next item following a partial list of returned resources.

", "ListRecoveryPointsByResourceInput$NextToken": "

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.

", "ListRecoveryPointsByResourceOutput$NextToken": "

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.

", "ListReportJobsInput$ByStatus": "

Returns only report jobs that are in the specified status. The statuses are:

CREATED | RUNNING | COMPLETED | FAILED

", @@ -2574,7 +2577,7 @@ "ListReportPlansInput$NextToken": "

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.

", "ListReportPlansOutput$NextToken": "

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.

", "ListRestoreJobSummariesInput$NextToken": "

The next item following a partial list of returned resources. For example, if a request is made to return MaxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

", - "ListRestoreJobSummariesOutput$AggregationPeriod": "

This is the period that sets the boundaries for returned results.

", + "ListRestoreJobSummariesOutput$AggregationPeriod": "

The period for the returned results.

", "ListRestoreJobSummariesOutput$NextToken": "

The next item following a partial list of returned resources. For example, if a request is made to return MaxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

", "ListRestoreJobsByProtectedResourceInput$NextToken": "

The next item following a partial list of returned items. For example, if a request ismade 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.

", "ListRestoreJobsByProtectedResourceOutput$NextToken": "

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 youto return more items in your list starting at the location pointed to by the next token

", @@ -2586,13 +2589,13 @@ "MissingParameterValueException$Message": null, "MissingParameterValueException$Type": "

", "MissingParameterValueException$Context": "

", - "ProtectedResource$ResourceName": "

This is the non-unique name of the resource that belongs to the specified backup.

", + "ProtectedResource$ResourceName": "

The non-unique name of the resource that belongs to the specified backup.

", "PutRestoreValidationResultInput$ValidationStatusMessage": "

This is an optional message string you can input to describe the validation status for the restore test validation.

", - "RecoveryPointByBackupVault$StatusMessage": "

A message explaining the reason of the recovery point deletion failure.

", - "RecoveryPointByBackupVault$CompositeMemberIdentifier": "

This is the identifier of a resource within a composite group, such as nested (child) recovery point belonging to a composite (parent) stack. The ID is transferred from the logical ID within a stack.

", - "RecoveryPointByBackupVault$ResourceName": "

This is the non-unique name of the resource that belongs to the specified backup.

", - "RecoveryPointByResource$StatusMessage": "

A message explaining the reason of the recovery point deletion failure.

", - "RecoveryPointByResource$ResourceName": "

This is the non-unique name of the resource that belongs to the specified backup.

", + "RecoveryPointByBackupVault$StatusMessage": "

A message explaining the current status of the recovery point.

", + "RecoveryPointByBackupVault$CompositeMemberIdentifier": "

The identifier of a resource within a composite group, such as nested (child) recovery point belonging to a composite (parent) stack. The ID is transferred from the logical ID within a stack.

", + "RecoveryPointByBackupVault$ResourceName": "

The non-unique name of the resource that belongs to the specified backup.

", + "RecoveryPointByResource$StatusMessage": "

A message explaining the current status of the recovery point.

", + "RecoveryPointByResource$ResourceName": "

The non-unique name of the resource that belongs to the specified backup.

", "RecoveryPointCreator$BackupPlanId": "

Uniquely identifies a backup plan.

", "RecoveryPointCreator$BackupPlanVersion": "

Version IDs are unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. They cannot be edited.

", "RecoveryPointCreator$BackupRuleId": "

Uniquely identifies a rule used to schedule the backup of a selection of resources.

", @@ -2626,7 +2629,7 @@ "StartRestoreJobInput$IdempotencyToken": "

A customer-chosen string that you can use to distinguish between otherwise identical calls to StartRestoreJob. Retrying a successful request with the same idempotency token results in a success message with no action taken.

", "StopBackupJobInput$BackupJobId": "

Uniquely identifies a request to Backup to back up a resource.

", "TagKeyList$member": null, - "UpdateBackupPlanInput$BackupPlanId": "

Uniquely identifies a backup plan.

", + "UpdateBackupPlanInput$BackupPlanId": "

The ID of the backup plan.

", "UpdateBackupPlanOutput$BackupPlanId": "

Uniquely identifies a backup plan.

", "UpdateBackupPlanOutput$VersionId": "

Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version Ids cannot be edited.

", "UpdateFrameworkInput$IdempotencyToken": "

A customer-chosen string that you can use to distinguish between otherwise identical calls to UpdateFrameworkInput. Retrying a successful request with the same idempotency token results in a success message with no action taken.

", @@ -2642,9 +2645,9 @@ "refs": { "ReportDestination$S3Keys": "

The object key that uniquely identifies your reports in your S3 bucket.

", "ReportSetting$FrameworkArns": "

The Amazon Resource Names (ARNs) of the frameworks a report covers.

", - "ReportSetting$Accounts": "

These are the accounts to be included in the report.

", + "ReportSetting$Accounts": "

These are the accounts to be included in the report.

Use string value of ROOT to include all organizational units.

", "ReportSetting$OrganizationUnits": "

These are the Organizational Units to be included in the report.

", - "ReportSetting$Regions": "

These are the Regions to be included in the report.

", + "ReportSetting$Regions": "

These are the Regions to be included in the report.

Use the wildcard as the string value to include all Regions.

", "RestoreTestingRecoveryPointSelection$ExcludeVaults": "

Accepted values include specific ARNs or list of selectors. Defaults to empty list if not listed.

", "RestoreTestingRecoveryPointSelection$IncludeVaults": "

Accepted values include wildcard [\"*\"] or by specific ARNs or ARN wilcard replacement [\"arn:aws:backup:us-west-2:123456789012:backup-vault:asdf\", ...] [\"arn:aws:backup:*:*:backup-vault:asdf-*\", ...]

", "RestoreTestingSelectionForCreate$ProtectedResourceArns": "

Each protected resource can be filtered by its specific ARNs, such as ProtectedResourceArns: [\"arn:aws:...\", \"arn:aws:...\"] or by a wildcard: ProtectedResourceArns: [\"*\"], but not both.

", @@ -2655,9 +2658,9 @@ "stringMap": { "base": null, "refs": { - "ControlScope$Tags": "

The tag key-value pair applied to those Amazon Web Services resources that you want to trigger an evaluation for a rule. A maximum of one key-value pair can be provided. The tag value is optional, but it cannot be an empty string. The structure to assign a tag is: [{\"Key\":\"string\",\"Value\":\"string\"}].

", - "CreateFrameworkInput$FrameworkTags": "

Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.

", - "CreateReportPlanInput$ReportPlanTags": "

Metadata that you can assign to help organize the report plans that you create. Each tag is a key-value pair.

", + "ControlScope$Tags": "

The tag key-value pair applied to those Amazon Web Services resources that you want to trigger an evaluation for a rule. A maximum of one key-value pair can be provided. The tag value is optional, but it cannot be an empty string if you are creating or editing a framework from the console (though the value can be an empty string when included in a CloudFormation template).

The structure to assign a tag is: [{\"Key\":\"string\",\"Value\":\"string\"}].

", + "CreateFrameworkInput$FrameworkTags": "

The tags to assign to the framework.

", + "CreateReportPlanInput$ReportPlanTags": "

The tags to assign to the report plan.

", "GetRestoreTestingInferredMetadataOutput$InferredMetadata": "

This is a string map of the metadata inferred from the request.

" } }, @@ -2668,12 +2671,12 @@ "BackupJob$CompletionDate": "

The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", "BackupJob$ExpectedCompletionDate": "

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 ExpectedCompletionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", "BackupJob$StartBy": "

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 StartBy time would be 8:00 PM on the date specified. The value of StartBy is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", - "BackupJob$InitiationDate": "

This is the date on which the backup job was initiated.

", + "BackupJob$InitiationDate": "

The date on which the backup job was initiated.

", "BackupJobSummary$StartTime": "

The value of time in number format of a job start time.

This value is the time 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.

", "BackupJobSummary$EndTime": "

The value of time in number format of a job end time.

This value is the time 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.

", "BackupPlansListMember$CreationDate": "

The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", "BackupPlansListMember$DeletionDate": "

The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", - "BackupPlansListMember$LastExecutionDate": "

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 LastExecutionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", + "BackupPlansListMember$LastExecutionDate": "

The last time this backup plan was run. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", "BackupSelectionsListMember$CreationDate": "

The date and time a backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", "BackupVaultListMember$CreationDate": "

The date and time a resource backup is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", "BackupVaultListMember$LockDate": "

The date and time when Backup Vault Lock configuration becomes immutable, meaning it cannot be changed or deleted.

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.

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.

", @@ -2686,7 +2689,7 @@ "CreateBackupPlanOutput$CreationDate": "

The date and time that a backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", "CreateBackupSelectionOutput$CreationDate": "

The date and time a backup selection is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", "CreateBackupVaultOutput$CreationDate": "

The date and time a backup vault is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", - "CreateLegalHoldOutput$CreationDate": "

Time in number format when legal hold was created.

", + "CreateLegalHoldOutput$CreationDate": "

The time when the legal hold was created.

", "CreateLogicallyAirGappedBackupVaultOutput$CreationDate": "

The date and time when the vault was created.

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.

", "CreateReportPlanOutput$CreationTime": "

The date and time a backup vault is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", "DateRange$FromDate": "

This value is the beginning date, inclusive.

The date and time are in Unix format and Coordinated Universal Time (UTC), and it is accurate to milliseconds (milliseconds are optional).

", @@ -2696,30 +2699,30 @@ "DescribeBackupJobOutput$CompletionDate": "

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 CompletionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", "DescribeBackupJobOutput$ExpectedCompletionDate": "

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 ExpectedCompletionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", "DescribeBackupJobOutput$StartBy": "

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 StartBy time would be 8:00 PM on the date specified. The value of StartBy is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", - "DescribeBackupJobOutput$InitiationDate": "

This is the date a backup job was initiated.

", + "DescribeBackupJobOutput$InitiationDate": "

The date a backup job was initiated.

", "DescribeBackupVaultOutput$CreationDate": "

The date and time that a backup vault is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", "DescribeBackupVaultOutput$LockDate": "

The date and time when Backup Vault Lock configuration cannot be changed or deleted.

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.

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.

", "DescribeFrameworkOutput$CreationTime": "

The date and time that a framework is created, in ISO 8601 representation. The value of CreationTime is accurate to milliseconds. For example, 2020-07-10T15:00:00.000-08:00 represents the 10th of July 2020 at 3:00 PM 8 hours behind UTC.

", "DescribeGlobalSettingsOutput$LastUpdateTime": "

The date and time that the flag isCrossAccountBackupEnabled was last updated. This update is in Unix format and Coordinated Universal Time (UTC). The value of LastUpdateTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", "DescribeProtectedResourceOutput$LastBackupTime": "

The date and time that a resource was last backed up, in Unix format and Coordinated Universal Time (UTC). The value of LastBackupTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", - "DescribeProtectedResourceOutput$LatestRestoreJobCreationDate": "

This is the creation date of the most recent restore job.

", - "DescribeProtectedResourceOutput$LatestRestoreRecoveryPointCreationDate": "

This is the date the most recent recovery point was created.

", + "DescribeProtectedResourceOutput$LatestRestoreJobCreationDate": "

The creation date of the most recent restore job.

", + "DescribeProtectedResourceOutput$LatestRestoreRecoveryPointCreationDate": "

The date the most recent recovery point was created.

", "DescribeRecoveryPointOutput$CreationDate": "

The date and time that a recovery point is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", "DescribeRecoveryPointOutput$CompletionDate": "

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 CompletionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", "DescribeRecoveryPointOutput$LastRestoreTime": "

The date and time that a recovery point was last restored, in Unix format and Coordinated Universal Time (UTC). The value of LastRestoreTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", "DescribeRestoreJobOutput$CreationDate": "

The date and time that a restore job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", "DescribeRestoreJobOutput$CompletionDate": "

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 CompletionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", - "DescribeRestoreJobOutput$RecoveryPointCreationDate": "

This is the creation date of the recovery point made by the specifed restore job.

", + "DescribeRestoreJobOutput$RecoveryPointCreationDate": "

The creation date of the recovery point made by the specifed restore job.

", "Framework$CreationTime": "

The date and time that a framework is created, in ISO 8601 representation. The value of CreationTime is accurate to milliseconds. For example, 2020-07-10T15:00:00.000-08:00 represents the 10th of July 2020 at 3:00 PM 8 hours behind UTC.

", "GetBackupPlanOutput$CreationDate": "

The date and time that a backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", "GetBackupPlanOutput$DeletionDate": "

The date and time that a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", - "GetBackupPlanOutput$LastExecutionDate": "

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 LastExecutionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", + "GetBackupPlanOutput$LastExecutionDate": "

The last time this backup plan was run. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", "GetBackupSelectionOutput$CreationDate": "

The date and time a backup selection is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

", - "GetLegalHoldOutput$CreationDate": "

Time in number format when legal hold was created.

", - "GetLegalHoldOutput$CancellationDate": "

Time in number when legal hold was cancelled.

", - "GetLegalHoldOutput$RetainRecordUntil": "

This is the date and time until which the legal hold record will be retained.

", - "LegalHold$CreationDate": "

This is the time in number format when legal hold was created.

", - "LegalHold$CancellationDate": "

This is the time in number format when legal hold was cancelled.

", + "GetLegalHoldOutput$CreationDate": "

The time when the legal hold was created.

", + "GetLegalHoldOutput$CancellationDate": "

The time when the legal hold was cancelled.

", + "GetLegalHoldOutput$RetainRecordUntil": "

The date and time until which the legal hold record is retained.

", + "LegalHold$CreationDate": "

The time when the legal hold was created.

", + "LegalHold$CancellationDate": "

The time when the legal hold was cancelled.

", "ListBackupJobsInput$ByCreatedBefore": "

Returns only backup jobs that were created before the specified date.

", "ListBackupJobsInput$ByCreatedAfter": "

Returns only backup jobs that were created after the specified date.

", "ListBackupJobsInput$ByCompleteAfter": "

Returns only backup jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).

", diff --git a/generator/ServiceModels/backup/backup-2018-11-15.normal.json b/generator/ServiceModels/backup/backup-2018-11-15.normal.json index f2c72a78ca4d..4adb46a31888 100644 --- a/generator/ServiceModels/backup/backup-2018-11-15.normal.json +++ b/generator/ServiceModels/backup/backup-2018-11-15.normal.json @@ -5,10 +5,12 @@ "endpointPrefix":"backup", "jsonVersion":"1.1", "protocol":"rest-json", + "protocols":["rest-json"], "serviceFullName":"AWS Backup", "serviceId":"Backup", "signatureVersion":"v4", - "uid":"backup-2018-11-15" + "uid":"backup-2018-11-15", + "auth":["aws.auth#sigv4"] }, "operations":{ "CancelLegalHold":{ @@ -27,7 +29,7 @@ {"shape":"ServiceUnavailableException"}, {"shape":"ResourceNotFoundException"} ], - "documentation":"

This action removes the specified legal hold on a recovery point. This action can only be performed by a user with sufficient permissions.

", + "documentation":"

Removes the specified legal hold on a recovery point. This action can only be performed by a user with sufficient permissions.

", "idempotent":true }, "CreateBackupPlan":{ @@ -116,7 +118,7 @@ {"shape":"ServiceUnavailableException"}, {"shape":"LimitExceededException"} ], - "documentation":"

This action creates a legal hold on a recovery point (backup). A legal hold is a restraint on altering or deleting a backup until an authorized user cancels the legal hold. Any actions to delete or disassociate a recovery point will fail with an error if one or more active legal holds are on the recovery point.

", + "documentation":"

Creates a legal hold on a recovery point (backup). A legal hold is a restraint on altering or deleting a backup until an authorized user cancels the legal hold. Any actions to delete or disassociate a recovery point will fail with an error if one or more active legal holds are on the recovery point.

", "idempotent":true }, "CreateLogicallyAirGappedBackupVault":{ @@ -135,7 +137,7 @@ {"shape":"ServiceUnavailableException"}, {"shape":"InvalidRequestException"} ], - "documentation":"

This request creates a logical container to where backups may be copied.

This request includes a name, the Region, the maximum number of retention days, the minimum number of retention days, and optionally can include tags and a creator request ID.

Do not include sensitive data, such as passport numbers, in the name of a backup vault.

", + "documentation":"

Creates a logical container to where backups may be copied.

This request includes a name, the Region, the maximum number of retention days, the minimum number of retention days, and optionally can include tags and a creator request ID.

Do not include sensitive data, such as passport numbers, in the name of a backup vault.

", "idempotent":true }, "CreateReportPlan":{ @@ -173,7 +175,7 @@ {"shape":"MissingParameterValueException"}, {"shape":"ServiceUnavailableException"} ], - "documentation":"

This is the first of two steps to create a restore testing plan; once this request is successful, finish the procedure with request CreateRestoreTestingSelection.

You must include the parameter RestoreTestingPlan. You may optionally include CreatorRequestId and Tags.

", + "documentation":"

Creates a restore testing plan.

The first of two steps to create a restore testing plan. After this request is successful, finish the procedure using CreateRestoreTestingSelection.

", "idempotent":true }, "CreateRestoreTestingSelection":{ @@ -855,7 +857,7 @@ {"shape":"ServiceUnavailableException"}, {"shape":"ResourceNotFoundException"} ], - "documentation":"

Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates.

" + "documentation":"

Lists the backup plan templates.

" }, "ListBackupPlanVersions":{ "name":"ListBackupPlanVersions", @@ -888,7 +890,7 @@ {"shape":"MissingParameterValueException"}, {"shape":"ServiceUnavailableException"} ], - "documentation":"

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.

", + "documentation":"

Lists the active backup plans for the account.

", "idempotent":true }, "ListBackupSelections":{ @@ -1059,7 +1061,7 @@ {"shape":"MissingParameterValueException"}, {"shape":"ServiceUnavailableException"} ], - "documentation":"

Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource Name (ARN).

For Amazon EFS and Amazon EC2, this action only lists recovery points created by Backup.

", + "documentation":"

The information about the recovery points of the type specified by a resource Amazon Resource Name (ARN).

For Amazon EFS and Amazon EC2, this action only lists recovery points created by Backup.

", "idempotent":true }, "ListReportJobs":{ @@ -1183,7 +1185,7 @@ {"shape":"MissingParameterValueException"}, {"shape":"ServiceUnavailableException"} ], - "documentation":"

Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault.

ListTags only works for resource types that support full Backup management of their backups. Those resource types are listed in the \"Full Backup management\" section of the Feature availability by resource table.

", + "documentation":"

Returns the tags assigned to the resource, such as a target recovery point, backup plan, or backup vault.

", "idempotent":true }, "PutBackupVaultAccessPolicy":{ @@ -1216,7 +1218,7 @@ {"shape":"InvalidRequestException"}, {"shape":"ServiceUnavailableException"} ], - "documentation":"

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.

Backup Vault Lock has been assessed by Cohasset Associates for use in environments that are subject to SEC 17a-4, CFTC, and FINRA regulations. For more information about how Backup Vault Lock relates to these regulations, see the Cohasset Associates Compliance Assessment.

", + "documentation":"

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.

Backup Vault Lock has been assessed by Cohasset Associates for use in environments that are subject to SEC 17a-4, CFTC, and FINRA regulations. For more information about how Backup Vault Lock relates to these regulations, see the Cohasset Associates Compliance Assessment.

For more information, see Backup Vault Lock.

", "idempotent":true }, "PutBackupVaultNotifications":{ @@ -1340,7 +1342,7 @@ {"shape":"InvalidRequestException"}, {"shape":"ServiceUnavailableException"} ], - "documentation":"

Attempts to cancel a job to create a one-time backup of a resource.

This action is not supported for the following services: Amazon FSx for Windows File Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP , Amazon FSx for OpenZFS, Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon Neptune.

" + "documentation":"

Attempts to cancel a job to create a one-time backup of a resource.

This action is not supported for the following services: Amazon FSx for Windows File Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP, Amazon FSx for OpenZFS, Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon Neptune.

" }, "TagResource":{ "name":"TagResource", @@ -1356,7 +1358,7 @@ {"shape":"ServiceUnavailableException"}, {"shape":"LimitExceededException"} ], - "documentation":"

Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN).

", + "documentation":"

Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN).

This API is supported for recovery points for resource types including Aurora, Amazon DocumentDB. Amazon EBS, Amazon FSx, Neptune, and Amazon RDS.

", "idempotent":true }, "UntagResource":{ @@ -1372,7 +1374,7 @@ {"shape":"MissingParameterValueException"}, {"shape":"ServiceUnavailableException"} ], - "documentation":"

Removes a set of key-value pairs from a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN)

", + "documentation":"

Removes a set of key-value pairs from a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN)

This API is not supported for recovery points for resource types including Aurora, Amazon DocumentDB. Amazon EBS, Amazon FSx, Neptune, and Amazon RDS.

", "idempotent":true }, "UpdateBackupPlan":{ @@ -1389,7 +1391,7 @@ {"shape":"MissingParameterValueException"}, {"shape":"ServiceUnavailableException"} ], - "documentation":"

Updates an existing backup plan identified by its backupPlanId with the input document in JSON format. The new version is uniquely identified by a VersionId.

", + "documentation":"

Updates the specified backup plan. The new version is uniquely identified by its ID.

", "idempotent":true }, "UpdateFramework":{ @@ -1409,7 +1411,7 @@ {"shape":"ConflictException"}, {"shape":"ServiceUnavailableException"} ], - "documentation":"

Updates an existing framework identified by its FrameworkName with the input document in JSON format.

", + "documentation":"

Updates the specified framework.

", "idempotent":true }, "UpdateGlobalSettings":{ @@ -1442,7 +1444,7 @@ {"shape":"MissingParameterValueException"}, {"shape":"ServiceUnavailableException"} ], - "documentation":"

Sets the transition lifecycle of a recovery point.

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that are able to be transitioned to cold storage are listed in the \"Lifecycle to cold storage\" section of the Feature availability by resource table. Backup ignores this expression for other resource types.

This operation does not support continuous backups.

", + "documentation":"

Sets the transition lifecycle of a recovery point.

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.

Resource types that can transition to cold storage are listed in the Feature availability by resource table. Backup ignores this expression for other resource types.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

If your lifecycle currently uses the parameters DeleteAfterDays and MoveToColdStorageAfterDays, include these parameters and their values when you call this operation. Not including them may result in your plan updating with null values.

This operation does not support continuous backups.

", "idempotent":true }, "UpdateRegionSettings":{ @@ -1474,7 +1476,7 @@ {"shape":"MissingParameterValueException"}, {"shape":"ConflictException"} ], - "documentation":"

Updates an existing report plan identified by its ReportPlanName with the input document in JSON format.

", + "documentation":"

Updates the specified report plan.

", "idempotent":true }, "UpdateRestoreTestingPlan":{ @@ -1512,7 +1514,7 @@ {"shape":"ResourceNotFoundException"}, {"shape":"ServiceUnavailableException"} ], - "documentation":"

Most elements except the RestoreTestingSelectionName can be updated with this request.

RestoreTestingSelection can use either protected resource ARNs or conditions, but not both. That is, if your selection has ProtectedResourceArns, requesting an update with the parameter ProtectedResourceConditions will be unsuccessful.

", + "documentation":"

Updates the specified restore testing selection.

Most elements except the RestoreTestingSelectionName can be updated with this request.

You can use either protected resource ARNs or conditions, but not both.

", "idempotent":true } }, @@ -1534,7 +1536,7 @@ "documentation":"

Specifies the backup option for a selected resource. This option is only available for Windows VSS backup jobs.

Valid values:

Set to \"WindowsVSS\":\"enabled\" to enable the WindowsVSS backup option and create a Windows VSS backup.

Set to \"WindowsVSS\":\"disabled\" to create a regular backup. The WindowsVSS option is not enabled by default.

If you specify an invalid option, you get an InvalidParameterValueException exception.

For more information about Windows VSS backups, see Creating a VSS-Enabled Windows Backup.

" } }, - "documentation":"

A list of backup options for each resource type.

" + "documentation":"

The backup options for each resource type.

" }, "AdvancedBackupSettings":{ "type":"list", @@ -1586,11 +1588,11 @@ }, "BackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

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.

" + "documentation":"

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.

" }, "BackupVaultArn":{ "shape":"ARN", - "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

" + "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

" }, "RecoveryPointArn":{ "shape":"ARN", @@ -1666,11 +1668,11 @@ }, "ResourceName":{ "shape":"string", - "documentation":"

This is the non-unique name of the resource that belongs to the specified backup.

" + "documentation":"

The non-unique name of the resource that belongs to the specified backup.

" }, "InitiationDate":{ "shape":"timestamp", - "documentation":"

This is the date on which the backup job was initiated.

" + "documentation":"

The date on which the backup job was initiated.

" }, "MessageCategory":{ "shape":"string", @@ -1782,7 +1784,7 @@ "members":{ "BackupPlanName":{ "shape":"BackupPlanName", - "documentation":"

The display name of a backup plan. Must contain 1 to 50 alphanumeric or '-_.' characters.

" + "documentation":"

The display name of a backup plan. Must contain only alphanumeric or '-_.' special characters.

If this is set in the console, it can contain 1 to 50 characters; if this is set through CLI or API, it can contain 1 to 200 characters.

" }, "Rules":{ "shape":"BackupRules", @@ -1877,7 +1879,7 @@ }, "LastExecutionDate":{ "shape":"timestamp", - "documentation":"

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 LastExecutionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

" + "documentation":"

The last time this backup plan was run. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

" }, "AdvancedBackupSettings":{ "shape":"AdvancedBackupSettings", @@ -1899,7 +1901,7 @@ }, "TargetBackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

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.

" + "documentation":"

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.

" }, "ScheduleExpression":{ "shape":"CronExpression", @@ -1915,11 +1917,11 @@ }, "Lifecycle":{ "shape":"Lifecycle", - "documentation":"

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that are able to be transitioned to cold storage are listed in the \"Lifecycle to cold storage\" section of the Feature availability by resource table. Backup ignores this expression for other resource types.

" + "documentation":"

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that can transition to cold storage are listed in the Feature availability by resource table. Backup ignores this expression for other resource types.

" }, "RecoveryPointTags":{ "shape":"Tags", - "documentation":"

An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.

" + "documentation":"

The tags that are assigned to resources that are associated with this rule when restored from backup.

" }, "RuleId":{ "shape":"string", @@ -1935,7 +1937,7 @@ }, "ScheduleExpressionTimezone":{ "shape":"Timezone", - "documentation":"

This is the timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.

" + "documentation":"

The timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.

" } }, "documentation":"

Specifies a scheduled task used to back up a selection of resources.

" @@ -1953,7 +1955,7 @@ }, "TargetBackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

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.

" + "documentation":"

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.

" }, "ScheduleExpression":{ "shape":"CronExpression", @@ -1969,11 +1971,11 @@ }, "Lifecycle":{ "shape":"Lifecycle", - "documentation":"

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that are able to be transitioned to cold storage are listed in the \"Lifecycle to cold storage\" section of the Feature availability by resource table. Backup ignores this expression for other resource types.

This parameter has a maximum value of 100 years (36,500 days).

" + "documentation":"

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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 storage.

Resource types that can transition to cold storage are listed in the Feature availability by resource table. Backup ignores this expression for other resource types.

This parameter has a maximum value of 100 years (36,500 days).

" }, "RecoveryPointTags":{ "shape":"Tags", - "documentation":"

To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair.

" + "documentation":"

The tags to assign to the resources.

" }, "CopyActions":{ "shape":"CopyActions", @@ -1985,7 +1987,7 @@ }, "ScheduleExpressionTimezone":{ "shape":"Timezone", - "documentation":"

This is the timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.

" + "documentation":"

The timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.

" } }, "documentation":"

Specifies a scheduled task used to back up a selection of resources.

" @@ -2019,22 +2021,22 @@ }, "Resources":{ "shape":"ResourceArns", - "documentation":"

A list of Amazon Resource Names (ARNs) to assign to a backup plan. The maximum number of ARNs is 500 without wildcards, or 30 ARNs with wildcards.

If you need to assign many resources to a backup plan, consider a different resource selection strategy, such as assigning all resources of a resource type or refining your resource selection using tags.

" + "documentation":"

The Amazon Resource Names (ARNs) of the resources to assign to a backup plan. The maximum number of ARNs is 500 without wildcards, or 30 ARNs with wildcards.

If you need to assign many resources to a backup plan, consider a different resource selection strategy, such as assigning all resources of a resource type or refining your resource selection using tags.

If you specify multiple ARNs, the resources much match any of the ARNs (OR logic).

" }, "ListOfTags":{ "shape":"ListOfTags", - "documentation":"

A list of conditions that you define to assign resources to your backup plans using tags. For example, \"StringEquals\": { \"Key\": \"aws:ResourceTag/CreatedByCryo\", \"Value\": \"true\" },. Condition operators are case sensitive.

ListOfTags differs from Conditions as follows:

" + "documentation":"

The conditions that you define to assign resources to your backup plans using tags. For example, \"StringEquals\": { \"ConditionKey\": \"backup\", \"ConditionValue\": \"daily\"}.

ListOfTags supports only StringEquals. Condition operators are case sensitive.

If you specify multiple conditions, the resources much match any of the conditions (OR logic).

" }, "NotResources":{ "shape":"ResourceArns", - "documentation":"

A list of Amazon Resource Names (ARNs) to exclude from a backup plan. The maximum number of ARNs is 500 without wildcards, or 30 ARNs with wildcards.

If you need to exclude many resources from a backup plan, consider a different resource selection strategy, such as assigning only one or a few resource types or refining your resource selection using tags.

" + "documentation":"

The Amazon Resource Names (ARNs) of the resources to exclude from a backup plan. The maximum number of ARNs is 500 without wildcards, or 30 ARNs with wildcards.

If you need to exclude many resources from a backup plan, consider a different resource selection strategy, such as assigning only one or a few resource types or refining your resource selection using tags.

" }, "Conditions":{ "shape":"Conditions", - "documentation":"

A list of conditions that you define to assign resources to your backup plans using tags. For example, \"StringEquals\": { \"Key\": \"aws:ResourceTag/CreatedByCryo\", \"Value\": \"true\" },. Condition operators are case sensitive.

Conditions differs from ListOfTags as follows:

" + "documentation":"

The conditions that you define to assign resources to your backup plans using tags. For example, \"StringEquals\": { \"ConditionKey\": \"aws:ResourceTag/backup\", \"ConditionValue\": \"daily\" }.

Conditions supports StringEquals, StringLike, StringNotEquals, and StringNotLike. Condition operators are case sensitive.

If you specify multiple conditions, the resources much match all conditions (AND logic).

" } }, - "documentation":"

Used to specify a set of resources to a backup plan.

Specifying your desired Conditions, ListOfTags, NotResources, and/or Resources is recommended. If none of these are specified, Backup will attempt to select all supported and opted-in storage resources, which could have unintended cost implications.

" + "documentation":"

Used to specify a set of resources to a backup plan.

We recommend that you specify conditions, tags, or resources to include or exclude. Otherwise, Backup attempts to select all supported and opted-in storage resources, which could have unintended cost implications.

For more information, see Assigning resources programmatically.

" }, "BackupSelectionName":{ "type":"string", @@ -2109,11 +2111,19 @@ "members":{ "BackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

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.

" + "documentation":"

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.

" }, "BackupVaultArn":{ "shape":"ARN", - "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

" + "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

" + }, + "VaultType":{ + "shape":"VaultType", + "documentation":"

The type of vault in which the described recovery point is stored.

" + }, + "VaultState":{ + "shape":"VaultState", + "documentation":"

The current state of the vault.

" }, "CreationDate":{ "shape":"timestamp", @@ -2167,7 +2177,7 @@ "documentation":"

A timestamp that specifies when to delete a recovery point.

" } }, - "documentation":"

Contains DeleteAt and MoveToColdStorageAt timestamps, which are used to specify a lifecycle for a recovery point.

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that are able to be transitioned to cold storage are listed in the \"Lifecycle to cold storage\" section of the Feature availability by resource table. Backup ignores this expression for other resource types.

" + "documentation":"

Contains DeleteAt and MoveToColdStorageAt timestamps, which are used to specify a lifecycle for a recovery point.

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that can transition to cold storage are listed in the Feature availability by resource table. Backup ignores this expression for other resource types.

" }, "CancelLegalHoldInput":{ "type":"structure", @@ -2178,19 +2188,19 @@ "members":{ "LegalHoldId":{ "shape":"string", - "documentation":"

Legal hold ID required to remove the specified legal hold on a recovery point.

", + "documentation":"

The ID of the legal hold.

", "location":"uri", "locationName":"legalHoldId" }, "CancelDescription":{ "shape":"string", - "documentation":"

String describing the reason for removing the legal hold.

", + "documentation":"

A string the describes the reason for removing the legal hold.

", "location":"querystring", "locationName":"cancelDescription" }, "RetainRecordInDays":{ "shape":"Long", - "documentation":"

The integer amount in days specifying amount of days after this API operation to remove legal hold.

", + "documentation":"

The integer amount, in days, after which to remove legal hold.

", "location":"querystring", "locationName":"retainRecordInDays" } @@ -2243,7 +2253,7 @@ "documentation":"

The value in a key-value pair. For example, in the tag Department: Accounting, Accounting is the value.

" } }, - "documentation":"

Includes information about tags you define to assign tagged resources to a backup plan.

" + "documentation":"

Includes information about tags you define to assign tagged resources to a backup plan.

Include the prefix aws:ResourceTag in your tags. For example, \"aws:ResourceTag/TagKey1\": \"Value1\".

" }, "ConditionParameters":{ "type":"list", @@ -2305,7 +2315,7 @@ "documentation":"

The value of parameter, for example, hourly.

" } }, - "documentation":"

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 daily and the retention period is at least 1 year\". The first parameter is daily. The second parameter is 1 year.

" + "documentation":"

The 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 daily and the retention period is at least 1 year\". The first parameter is daily. The second parameter is 1 year.

" }, "ControlInputParameters":{ "type":"list", @@ -2325,7 +2335,7 @@ }, "Tags":{ "shape":"stringMap", - "documentation":"

The tag key-value pair applied to those Amazon Web Services resources that you want to trigger an evaluation for a rule. A maximum of one key-value pair can be provided. The tag value is optional, but it cannot be an empty string. The structure to assign a tag is: [{\"Key\":\"string\",\"Value\":\"string\"}].

" + "documentation":"

The tag key-value pair applied to those Amazon Web Services resources that you want to trigger an evaluation for a rule. A maximum of one key-value pair can be provided. The tag value is optional, but it cannot be an empty string if you are creating or editing a framework from the console (though the value can be an empty string when included in a CloudFormation template).

The structure to assign a tag is: [{\"Key\":\"string\",\"Value\":\"string\"}].

" } }, "documentation":"

A framework consists of one or more controls. Each control has its own control scope. The control scope can include one or more resource types, a combination of a tag key and value, or a combination of one resource type and one resource ID. If no scope is specified, evaluations for the rule are triggered when any resource in your recording group changes in configuration.

To set a control scope that includes all of a particular resource, leave the ControlScope empty or do not pass it when calling CreateFramework.

" @@ -2337,7 +2347,7 @@ "Lifecycle":{"shape":"Lifecycle"}, "DestinationBackupVaultArn":{ "shape":"ARN", - "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup. For example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

" + "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup. For example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

" } }, "documentation":"

The details of the copy operation.

" @@ -2359,7 +2369,7 @@ }, "SourceBackupVaultArn":{ "shape":"ARN", - "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies a source copy vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

" + "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies a source copy vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

" }, "SourceRecoveryPointArn":{ "shape":"ARN", @@ -2367,7 +2377,7 @@ }, "DestinationBackupVaultArn":{ "shape":"ARN", - "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies a destination copy vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

" + "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies a destination copy vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

" }, "DestinationRecoveryPointArn":{ "shape":"ARN", @@ -2416,11 +2426,11 @@ }, "CompositeMemberIdentifier":{ "shape":"string", - "documentation":"

This is the identifier of a resource within a composite group, such as nested (child) recovery point belonging to a composite (parent) stack. The ID is transferred from the logical ID within a stack.

" + "documentation":"

The identifier of a resource within a composite group, such as nested (child) recovery point belonging to a composite (parent) stack. The ID is transferred from the logical ID within a stack.

" }, "NumberOfChildJobs":{ "shape":"Long", - "documentation":"

This is the number of child (nested) copy jobs.

" + "documentation":"

The number of child (nested) copy jobs.

" }, "ChildJobsInState":{ "shape":"CopyJobChildJobsInState", @@ -2428,7 +2438,7 @@ }, "ResourceName":{ "shape":"string", - "documentation":"

This is the non-unique name of the resource that belongs to the specified backup.

" + "documentation":"

The non-unique name of the resource that belongs to the specified backup.

" }, "MessageCategory":{ "shape":"string", @@ -2473,7 +2483,7 @@ "members":{ "Region":{ "shape":"Region", - "documentation":"

This is the Amazon Web Services Regions within the job summary.

" + "documentation":"

The Amazon Web Services Regions within the job summary.

" }, "AccountId":{ "shape":"AccountId", @@ -2520,11 +2530,11 @@ "members":{ "BackupPlan":{ "shape":"BackupPlanInput", - "documentation":"

Specifies the body of a backup plan. Includes a BackupPlanName and one or more sets of Rules.

" + "documentation":"

The body of a backup plan. Includes a BackupPlanName and one or more sets of Rules.

" }, "BackupPlanTags":{ "shape":"Tags", - "documentation":"

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.

" + "documentation":"

The tags to assign to the backup plan.

" }, "CreatorRequestId":{ "shape":"string", @@ -2537,7 +2547,7 @@ "members":{ "BackupPlanId":{ "shape":"string", - "documentation":"

Uniquely identifies a backup plan.

" + "documentation":"

The ID of the backup plan.

" }, "BackupPlanArn":{ "shape":"ARN", @@ -2553,7 +2563,7 @@ }, "AdvancedBackupSettings":{ "shape":"AdvancedBackupSettings", - "documentation":"

A list of BackupOptions settings for a resource type. This option is only available for Windows Volume Shadow Copy Service (VSS) backup jobs.

" + "documentation":"

The settings for a resource type. This option is only available for Windows Volume Shadow Copy Service (VSS) backup jobs.

" } } }, @@ -2566,13 +2576,13 @@ "members":{ "BackupPlanId":{ "shape":"string", - "documentation":"

Uniquely identifies the backup plan to be associated with the selection of resources.

", + "documentation":"

The ID of the backup plan.

", "location":"uri", "locationName":"backupPlanId" }, "BackupSelection":{ "shape":"BackupSelection", - "documentation":"

Specifies the body of a request to assign a set of resources to a backup plan.

" + "documentation":"

The body of a request to assign a set of resources to a backup plan.

" }, "CreatorRequestId":{ "shape":"string", @@ -2589,7 +2599,7 @@ }, "BackupPlanId":{ "shape":"string", - "documentation":"

Uniquely identifies a backup plan.

" + "documentation":"

The ID of the backup plan.

" }, "CreationDate":{ "shape":"timestamp", @@ -2609,7 +2619,7 @@ }, "BackupVaultTags":{ "shape":"Tags", - "documentation":"

Metadata that you can assign to help organize the resources that you create. Each tag is a key-value pair.

" + "documentation":"

The tags to assign to the backup vault.

" }, "EncryptionKeyArn":{ "shape":"ARN", @@ -2630,7 +2640,7 @@ }, "BackupVaultArn":{ "shape":"ARN", - "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

" + "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

" }, "CreationDate":{ "shape":"timestamp", @@ -2655,7 +2665,7 @@ }, "FrameworkControls":{ "shape":"FrameworkControls", - "documentation":"

A list of the controls that make up the framework. Each control in the list has a name, input parameters, and scope.

" + "documentation":"

The controls that make up the framework. Each control in the list has a name, input parameters, and scope.

" }, "IdempotencyToken":{ "shape":"string", @@ -2664,7 +2674,7 @@ }, "FrameworkTags":{ "shape":"stringMap", - "documentation":"

Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.

" + "documentation":"

The tags to assign to the framework.

" } } }, @@ -2690,11 +2700,11 @@ "members":{ "Title":{ "shape":"string", - "documentation":"

This is the string title of the legal hold.

" + "documentation":"

The title of the legal hold.

" }, "Description":{ "shape":"string", - "documentation":"

This is the string description of the legal hold.

" + "documentation":"

The description of the legal hold.

" }, "IdempotencyToken":{ "shape":"string", @@ -2702,7 +2712,7 @@ }, "RecoveryPointSelection":{ "shape":"RecoveryPointSelection", - "documentation":"

This specifies criteria to assign a set of resources, such as resource types or backup vaults.

" + "documentation":"

The criteria to assign a set of resources, such as resource types or backup vaults.

" }, "Tags":{ "shape":"Tags", @@ -2715,31 +2725,31 @@ "members":{ "Title":{ "shape":"string", - "documentation":"

This is the string title of the legal hold returned after creating the legal hold.

" + "documentation":"

The title of the legal hold.

" }, "Status":{ "shape":"LegalHoldStatus", - "documentation":"

This displays the status of the legal hold returned after creating the legal hold. Statuses can be ACTIVE, PENDING, CANCELED, CANCELING, or FAILED.

" + "documentation":"

The status of the legal hold.

" }, "Description":{ "shape":"string", - "documentation":"

This is the returned string description of the legal hold.

" + "documentation":"

The description of the legal hold.

" }, "LegalHoldId":{ "shape":"string", - "documentation":"

Legal hold ID returned for the specified legal hold on a recovery point.

" + "documentation":"

The ID of the legal hold.

" }, "LegalHoldArn":{ "shape":"ARN", - "documentation":"

This is the ARN (Amazon Resource Number) of the created legal hold.

" + "documentation":"

The Amazon Resource Name (ARN) of the legal hold.

" }, "CreationDate":{ "shape":"timestamp", - "documentation":"

Time in number format when legal hold was created.

" + "documentation":"

The time when the legal hold was created.

" }, "RecoveryPointSelection":{ "shape":"RecoveryPointSelection", - "documentation":"

This specifies criteria to assign a set of resources, such as resource types or backup vaults.

" + "documentation":"

The criteria to assign to a set of resources, such as resource types or backup vaults.

" } } }, @@ -2753,25 +2763,25 @@ "members":{ "BackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

This is the name of the vault that is being created.

", + "documentation":"

The name of a logical container where backups are stored. Logically air-gapped backup vaults are identified by names that are unique to the account used to create them and the Region where they are created.

", "location":"uri", "locationName":"backupVaultName" }, "BackupVaultTags":{ "shape":"Tags", - "documentation":"

These are the tags that will be included in the newly-created vault.

" + "documentation":"

The tags to assign to the vault.

" }, "CreatorRequestId":{ "shape":"string", - "documentation":"

This is the ID of the creation request.

This parameter is optional. If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.

" + "documentation":"

The ID of the creation request.

This parameter is optional. If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.

" }, "MinRetentionDays":{ "shape":"Long", - "documentation":"

This setting specifies the minimum retention period that the vault retains its recovery points. If this parameter is not specified, no minimum retention period is enforced.

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 a job 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.

" + "documentation":"

This setting specifies the minimum retention period that the vault retains its recovery points.

The minimum value accepted is 7 days.

" }, "MaxRetentionDays":{ "shape":"Long", - "documentation":"

This is the setting that specifies the maximum retention period that the vault retains its recovery points. If this parameter is not specified, Backup does not enforce a maximum retention period on the recovery points in the vault (allowing indefinite storage).

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 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.

" + "documentation":"

The maximum retention period that the vault retains its recovery points.

" } } }, @@ -2780,11 +2790,11 @@ "members":{ "BackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

The name of a logical container where backups are stored. Logically air-gapped 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.

" + "documentation":"

The name of a logical container where backups are stored. Logically air-gapped backup vaults are identified by names that are unique to the account used to create them and the Region where they are created.

" }, "BackupVaultArn":{ "shape":"ARN", - "documentation":"

This is the ARN (Amazon Resource Name) of the vault being created.

" + "documentation":"

The ARN (Amazon Resource Name) of the vault.

" }, "CreationDate":{ "shape":"timestamp", @@ -2792,7 +2802,7 @@ }, "VaultState":{ "shape":"VaultState", - "documentation":"

This is the current state of the vault.

" + "documentation":"

The current state of the vault.

" } } }, @@ -2822,7 +2832,7 @@ }, "ReportPlanTags":{ "shape":"stringMap", - "documentation":"

Metadata that you can assign to help organize the report plans that you create. Each tag is a key-value pair.

" + "documentation":"

The tags to assign to the report plan.

" }, "IdempotencyToken":{ "shape":"string", @@ -2862,7 +2872,7 @@ }, "Tags":{ "shape":"SensitiveStringMap", - "documentation":"

Optional tags to include. A tag is a key-value pair you can use to manage, filter, and search for your resources. Allowed characters include UTF-8 letters,numbers, spaces, and the following characters: + - = . _ : /.

" + "documentation":"

The tags to assign to the restore testing plan.

" } } }, @@ -2922,19 +2932,19 @@ "members":{ "CreationTime":{ "shape":"Timestamp", - "documentation":"

This is the time the resource testing selection was created successfully.

" + "documentation":"

The time that the resource testing selection was created.

" }, "RestoreTestingPlanArn":{ "shape":"String", - "documentation":"

This is the ARN of the restore testing plan with which the restore testing selection is associated.

" + "documentation":"

The ARN of the restore testing plan with which the restore testing selection is associated.

" }, "RestoreTestingPlanName":{ "shape":"String", - "documentation":"

Unique string that is the name of the restore testing plan.

The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.

" + "documentation":"

The name of the restore testing plan.

The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.

" }, "RestoreTestingSelectionName":{ "shape":"String", - "documentation":"

This is the unique name of the restore testing selection that belongs to the related restore testing plan.

" + "documentation":"

The name of the restore testing selection for the related restore testing plan.

" } } }, @@ -3029,7 +3039,7 @@ "members":{ "BackupVaultName":{ "shape":"string", - "documentation":"

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.

", + "documentation":"

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.

", "location":"uri", "locationName":"backupVaultName" } @@ -3053,7 +3063,7 @@ "members":{ "BackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

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.

", + "documentation":"

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.

", "location":"uri", "locationName":"backupVaultName" } @@ -3080,7 +3090,7 @@ "members":{ "BackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

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.

", + "documentation":"

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.

", "location":"uri", "locationName":"backupVaultName" }, @@ -3180,11 +3190,11 @@ }, "BackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

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.

" + "documentation":"

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.

" }, "BackupVaultArn":{ "shape":"ARN", - "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

" + "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

" }, "RecoveryPointArn":{ "shape":"ARN", @@ -3268,15 +3278,15 @@ }, "ResourceName":{ "shape":"string", - "documentation":"

This is the non-unique name of the resource that belongs to the specified backup.

" + "documentation":"

The non-unique name of the resource that belongs to the specified backup.

" }, "InitiationDate":{ "shape":"timestamp", - "documentation":"

This is the date a backup job was initiated.

" + "documentation":"

The date a backup job was initiated.

" }, "MessageCategory":{ "shape":"string", - "documentation":"

This is the job count for the specified message category.

Example strings may include AccessDenied, SUCCESS, AGGREGATE_ALL, and INVALIDPARAMETERS. View Monitoring for a list of accepted MessageCategory strings.

" + "documentation":"

The job count for the specified message category.

Example strings may include AccessDenied, SUCCESS, AGGREGATE_ALL, and INVALIDPARAMETERS. View Monitoring for a list of accepted MessageCategory strings.

" } } }, @@ -3286,13 +3296,13 @@ "members":{ "BackupVaultName":{ "shape":"string", - "documentation":"

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.

", + "documentation":"

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.

", "location":"uri", "locationName":"backupVaultName" }, "BackupVaultAccountId":{ "shape":"string", - "documentation":"

This is the account ID of the specified backup vault.

", + "documentation":"

The account ID of the specified backup vault.

", "location":"querystring", "locationName":"backupVaultAccountId" } @@ -3303,15 +3313,19 @@ "members":{ "BackupVaultName":{ "shape":"string", - "documentation":"

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.

" + "documentation":"

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.

" }, "BackupVaultArn":{ "shape":"ARN", - "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

" + "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

" }, "VaultType":{ "shape":"VaultType", - "documentation":"

This is the type of vault described.

" + "documentation":"

The type of vault described.

" + }, + "VaultState":{ + "shape":"VaultState", + "documentation":"

The current state of the vault.->

" }, "EncryptionKeyArn":{ "shape":"ARN", @@ -3335,7 +3349,7 @@ }, "MinRetentionDays":{ "shape":"Long", - "documentation":"

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.

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.

" + "documentation":"

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 will not enforce a minimum retention period.

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.

" }, "MaxRetentionDays":{ "shape":"Long", @@ -3397,7 +3411,7 @@ }, "FrameworkControls":{ "shape":"FrameworkControls", - "documentation":"

A list of the controls that make up the framework. Each control in the list has a name, input parameters, and scope.

" + "documentation":"

The controls that make up the framework. Each control in the list has a name, input parameters, and scope.

" }, "CreationTime":{ "shape":"timestamp", @@ -3464,27 +3478,27 @@ }, "ResourceName":{ "shape":"string", - "documentation":"

This is the non-unique name of the resource that belongs to the specified backup.

" + "documentation":"

The name of the resource that belongs to the specified backup.

" }, "LastBackupVaultArn":{ "shape":"ARN", - "documentation":"

This is the ARN (Amazon Resource Name) of the backup vault that contains the most recent backup recovery point.

" + "documentation":"

The ARN (Amazon Resource Name) of the backup vault that contains the most recent backup recovery point.

" }, "LastRecoveryPointArn":{ "shape":"ARN", - "documentation":"

This is the ARN (Amazon Resource Name) of the most recent recovery point.

" + "documentation":"

The ARN (Amazon Resource Name) of the most recent recovery point.

" }, "LatestRestoreExecutionTimeMinutes":{ "shape":"Long", - "documentation":"

This is the time in minutes the most recent restore job took to complete.

" + "documentation":"

The time, in minutes, that the most recent restore job took to complete.

" }, "LatestRestoreJobCreationDate":{ "shape":"timestamp", - "documentation":"

This is the creation date of the most recent restore job.

" + "documentation":"

The creation date of the most recent restore job.

" }, "LatestRestoreRecoveryPointCreationDate":{ "shape":"timestamp", - "documentation":"

This is the date the most recent recovery point was created.

" + "documentation":"

The date the most recent recovery point was created.

" } } }, @@ -3497,7 +3511,7 @@ "members":{ "BackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

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.

", + "documentation":"

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.

", "location":"uri", "locationName":"backupVaultName" }, @@ -3509,7 +3523,7 @@ }, "BackupVaultAccountId":{ "shape":"AccountId", - "documentation":"

This is the account ID of the specified backup vault.

", + "documentation":"

The account ID of the specified backup vault.

", "location":"querystring", "locationName":"backupVaultAccountId" } @@ -3524,15 +3538,15 @@ }, "BackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

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.

" + "documentation":"

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.

" }, "BackupVaultArn":{ "shape":"ARN", - "documentation":"

An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

" + "documentation":"

An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

" }, "SourceBackupVaultArn":{ "shape":"ARN", - "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies the source vault where the resource was originally backed up in; for example, arn:aws:backup:us-east-1:123456789012:vault:BackupVault. If the recovery is restored to the same Amazon Web Services account or Region, this value will be null.

" + "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies the source vault where the resource was originally backed up in; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault. If the recovery is restored to the same Amazon Web Services account or Region, this value will be null.

" }, "ResourceArn":{ "shape":"ARN", @@ -3552,7 +3566,7 @@ }, "Status":{ "shape":"RecoveryPointStatus", - "documentation":"

A status code specifying the state of the recovery point.

PARTIAL status indicates Backup could not create the recovery point before the backup window closed. To increase your backup plan window using the API, see UpdateBackupPlan. You can also increase your backup plan window using the Console by choosing and editing your backup plan.

EXPIRED 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 Step 3: Delete the recovery points in the Clean up resources section of Getting started.

STOPPED status occurs on a continuous backup where a user has taken some action that causes the continuous backup to be disabled. This can be caused by the removal of permissions, turning off versioning, turning off events being sent to EventBridge, or disabling the EventBridge rules that are put in place by Backup.

To resolve STOPPED status, ensure that all requested permissions are in place and that versioning is enabled on the S3 bucket. Once these conditions are met, the next instance of a backup rule running will result in a new continuous recovery point being created. The recovery points with STOPPED status do not need to be deleted.

For SAP HANA on Amazon EC2 STOPPED status occurs due to user action, application misconfiguration, or backup failure. To ensure that future continuous backups succeed, refer to the recovery point status and check SAP HANA for details.

" + "documentation":"

A status code specifying the state of the recovery point.

PARTIAL status indicates Backup could not create the recovery point before the backup window closed. To increase your backup plan window using the API, see UpdateBackupPlan. You can also increase your backup plan window using the Console by choosing and editing your backup plan.

EXPIRED 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 Step 3: Delete the recovery points in the Clean up resources section of Getting started.

STOPPED status occurs on a continuous backup where a user has taken some action that causes the continuous backup to be disabled. This can be caused by the removal of permissions, turning off versioning, turning off events being sent to EventBridge, or disabling the EventBridge rules that are put in place by Backup. For recovery points of Amazon S3, Amazon RDS, and Amazon Aurora resources, this status occurs when the retention period of a continuous backup rule is changed.

To resolve STOPPED status, ensure that all requested permissions are in place and that versioning is enabled on the S3 bucket. Once these conditions are met, the next instance of a backup rule running will result in a new continuous recovery point being created. The recovery points with STOPPED status do not need to be deleted.

For SAP HANA on Amazon EC2 STOPPED status occurs due to user action, application misconfiguration, or backup failure. To ensure that future continuous backups succeed, refer to the recovery point status and check SAP HANA for details.

" }, "StatusMessage":{ "shape":"string", @@ -3576,7 +3590,7 @@ }, "Lifecycle":{ "shape":"Lifecycle", - "documentation":"

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.

Backups that are transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that are able to be transitioned to cold storage are listed in the \"Lifecycle to cold storage\" section of the Feature availability by resource table. Backup ignores this expression for other resource types.

" + "documentation":"

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.

Backups that are transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that can transition to cold storage are listed in the Feature availability by resource table. Backup ignores this expression for other resource types.

" }, "EncryptionKeyArn":{ "shape":"ARN", @@ -3600,7 +3614,7 @@ }, "CompositeMemberIdentifier":{ "shape":"string", - "documentation":"

This is the identifier of a resource within a composite group, such as nested (child) recovery point belonging to a composite (parent) stack. The ID is transferred from the logical ID within a stack.

" + "documentation":"

The identifier of a resource within a composite group, such as nested (child) recovery point belonging to a composite (parent) stack. The ID is transferred from the logical ID within a stack.

" }, "IsParent":{ "shape":"boolean", @@ -3608,11 +3622,11 @@ }, "ResourceName":{ "shape":"string", - "documentation":"

This is the non-unique name of the resource that belongs to the specified backup.

" + "documentation":"

The name of the resource that belongs to the specified backup.

" }, "VaultType":{ "shape":"VaultType", - "documentation":"

This is the type of vault in which the described recovery point is stored.

" + "documentation":"

The type of vault in which the described recovery point is stored.

" } } }, @@ -3626,11 +3640,11 @@ "members":{ "ResourceTypeOptInPreference":{ "shape":"ResourceTypeOptInPreference", - "documentation":"

Returns a list of all services along with the opt-in preferences in the Region.

" + "documentation":"

The services along with the opt-in preferences in the Region.

" }, "ResourceTypeManagementPreference":{ "shape":"ResourceTypeManagementPreference", - "documentation":"

Returns whether Backup fully manages the backups for a resource type.

For the benefits of full Backup management, see Full Backup management.

For a list of resource types and whether each supports full Backup management, see the Feature availability by resource table.

If \"DynamoDB\":false, you can enable full Backup management for DynamoDB backup by enabling Backup's advanced DynamoDB backup features.

" + "documentation":"

Returns whether Backup fully manages the backups for a resource type.

For the benefits of full Backup management, see Full Backup management.

For a list of resource types and whether each supports full Backup management, see the Feature availability by resource table.

If \"DynamoDB\":false, you can enable full Backup management for DynamoDB backup by enabling Backup's advanced DynamoDB backup features.

" } } }, @@ -3651,7 +3665,7 @@ "members":{ "ReportJob":{ "shape":"ReportJob", - "documentation":"

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.

" + "documentation":"

The 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.

" } } }, @@ -3737,7 +3751,7 @@ }, "CreatedResourceArn":{ "shape":"ARN", - "documentation":"

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.

" + "documentation":"

The Amazon Resource Name (ARN) of the resource that was created by the restore job.

The format of the ARN depends on the resource type of the backed-up resource.

" }, "ResourceType":{ "shape":"ResourceType", @@ -3745,7 +3759,7 @@ }, "RecoveryPointCreationDate":{ "shape":"timestamp", - "documentation":"

This is the creation date of the recovery point made by the specifed restore job.

" + "documentation":"

The creation date of the recovery point made by the specifed restore job.

" }, "CreatedBy":{ "shape":"RestoreJobCreator", @@ -3753,15 +3767,15 @@ }, "ValidationStatus":{ "shape":"RestoreValidationStatus", - "documentation":"

This is the status of validation run on the indicated restore job.

" + "documentation":"

The status of validation run on the indicated restore job.

" }, "ValidationStatusMessage":{ "shape":"string", - "documentation":"

This describes the status of validation run on the indicated restore job.

" + "documentation":"

The status message.

" }, "DeletionStatus":{ "shape":"RestoreDeletionStatus", - "documentation":"

This notes the status of the data generated by the restore test. The status may be Deleting, Failed, or Successful.

" + "documentation":"

The status of the data generated by the restore test.

" }, "DeletionStatusMessage":{ "shape":"string", @@ -3778,13 +3792,13 @@ "members":{ "BackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

This is the name of a logical container where the child (nested) recovery point is 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.

", + "documentation":"

The name of a logical container where the child (nested) recovery point is 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.

", "location":"uri", "locationName":"backupVaultName" }, "RecoveryPointArn":{ "shape":"ARN", - "documentation":"

This is the Amazon Resource Name (ARN) that uniquely identifies the child (nested) recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

", + "documentation":"

The Amazon Resource Name (ARN) that uniquely identifies the child (nested) recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

", "location":"uri", "locationName":"recoveryPointArn" } @@ -3876,7 +3890,7 @@ }, "ControlInputParameters":{ "shape":"ControlInputParameters", - "documentation":"

A list of ParameterName and ParameterValue pairs.

" + "documentation":"

The name/value pairs.

" }, "ControlScope":{ "shape":"ControlScope", @@ -3996,7 +4010,7 @@ }, "LastExecutionDate":{ "shape":"timestamp", - "documentation":"

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 LastExecutionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

" + "documentation":"

The last time this backup plan was run. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

" }, "AdvancedBackupSettings":{ "shape":"AdvancedBackupSettings", @@ -4056,7 +4070,7 @@ "members":{ "BackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

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.

", + "documentation":"

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.

", "location":"uri", "locationName":"backupVaultName" } @@ -4067,11 +4081,11 @@ "members":{ "BackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

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.

" + "documentation":"

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.

" }, "BackupVaultArn":{ "shape":"ARN", - "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

" + "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

" }, "Policy":{ "shape":"IAMPolicy", @@ -4085,7 +4099,7 @@ "members":{ "BackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

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.

", + "documentation":"

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.

", "location":"uri", "locationName":"backupVaultName" } @@ -4096,11 +4110,11 @@ "members":{ "BackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

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.

" + "documentation":"

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.

" }, "BackupVaultArn":{ "shape":"ARN", - "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

" + "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

" }, "SNSTopicArn":{ "shape":"ARN", @@ -4118,7 +4132,7 @@ "members":{ "LegalHoldId":{ "shape":"string", - "documentation":"

This is the ID required to use GetLegalHold. This unique ID is associated with a specific legal hold.

", + "documentation":"

The ID of the legal hold.

", "location":"uri", "locationName":"legalHoldId" } @@ -4129,43 +4143,43 @@ "members":{ "Title":{ "shape":"string", - "documentation":"

This is the string title of the legal hold.

" + "documentation":"

The title of the legal hold.

" }, "Status":{ "shape":"LegalHoldStatus", - "documentation":"

This is the status of the legal hold. Statuses can be ACTIVE, CREATING, CANCELED, and CANCELING.

" + "documentation":"

The status of the legal hold.

" }, "Description":{ "shape":"string", - "documentation":"

This is the returned string description of the legal hold.

" + "documentation":"

The description of the legal hold.

" }, "CancelDescription":{ "shape":"string", - "documentation":"

String describing the reason for removing the legal hold.

" + "documentation":"

The reason for removing the legal hold.

" }, "LegalHoldId":{ "shape":"string", - "documentation":"

This is the returned ID associated with a specified legal hold.

" + "documentation":"

The ID of the legal hold.

" }, "LegalHoldArn":{ "shape":"ARN", - "documentation":"

This is the returned framework ARN for the specified legal hold. An Amazon Resource Name (ARN) uniquely identifies a resource. The format of the ARN depends on the resource type.

" + "documentation":"

The framework ARN for the specified legal hold. The format of the ARN depends on the resource type.

" }, "CreationDate":{ "shape":"timestamp", - "documentation":"

Time in number format when legal hold was created.

" + "documentation":"

The time when the legal hold was created.

" }, "CancellationDate":{ "shape":"timestamp", - "documentation":"

Time in number when legal hold was cancelled.

" + "documentation":"

The time when the legal hold was cancelled.

" }, "RetainRecordUntil":{ "shape":"timestamp", - "documentation":"

This is the date and time until which the legal hold record will be retained.

" + "documentation":"

The date and time until which the legal hold record is retained.

" }, "RecoveryPointSelection":{ "shape":"RecoveryPointSelection", - "documentation":"

This specifies criteria to assign a set of resources, such as resource types or backup vaults.

" + "documentation":"

The criteria to assign a set of resources, such as resource types or backup vaults.

" } } }, @@ -4178,7 +4192,7 @@ "members":{ "BackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

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.

", + "documentation":"

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.

", "location":"uri", "locationName":"backupVaultName" }, @@ -4190,7 +4204,7 @@ }, "BackupVaultAccountId":{ "shape":"AccountId", - "documentation":"

This is the account ID of the specified backup vault.

", + "documentation":"

The account ID of the specified backup vault.

", "location":"querystring", "locationName":"backupVaultAccountId" } @@ -4201,7 +4215,7 @@ "members":{ "BackupVaultArn":{ "shape":"ARN", - "documentation":"

An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

" + "documentation":"

An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

" }, "RecoveryPointArn":{ "shape":"ARN", @@ -4213,7 +4227,7 @@ }, "ResourceType":{ "shape":"ResourceType", - "documentation":"

This is the resource type associated with the recovery point.

" + "documentation":"

The resource type of the recovery point.

" } } }, @@ -4251,7 +4265,7 @@ "members":{ "BackupVaultAccountId":{ "shape":"String", - "documentation":"

This is the account ID of the specified backup vault.

", + "documentation":"

The account ID of the specified backup vault.

", "location":"querystring", "locationName":"BackupVaultAccountId" }, @@ -4337,7 +4351,7 @@ "members":{ "ResourceTypes":{ "shape":"ResourceTypes", - "documentation":"

Contains a string with the supported Amazon Web Services resource types:

" + "documentation":"

Contains a string with the supported Amazon Web Services resource types:

" } } }, @@ -4429,31 +4443,31 @@ "members":{ "Title":{ "shape":"string", - "documentation":"

This is the title of a legal hold.

" + "documentation":"

The title of a legal hold.

" }, "Status":{ "shape":"LegalHoldStatus", - "documentation":"

This is the status of the legal hold. Statuses can be ACTIVE, CREATING, CANCELED, and CANCELING.

" + "documentation":"

The status of the legal hold.

" }, "Description":{ "shape":"string", - "documentation":"

This is the description of a legal hold.

" + "documentation":"

The description of a legal hold.

" }, "LegalHoldId":{ "shape":"string", - "documentation":"

ID of specific legal hold on one or more recovery points.

" + "documentation":"

The ID of the legal hold.

" }, "LegalHoldArn":{ "shape":"ARN", - "documentation":"

This is an Amazon Resource Number (ARN) that uniquely identifies the legal hold; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

" + "documentation":"

The Amazon Resource Name (ARN) of the legal hold; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

" }, "CreationDate":{ "shape":"timestamp", - "documentation":"

This is the time in number format when legal hold was created.

" + "documentation":"

The time when the legal hold was created.

" }, "CancellationDate":{ "shape":"timestamp", - "documentation":"

This is the time in number format when legal hold was cancelled.

" + "documentation":"

The time when the legal hold was cancelled.

" } }, "documentation":"

A legal hold is an administrative tool that helps prevent backups from being deleted while under a hold. While the hold is in place, backups under a hold cannot be deleted and lifecycle policies that would alter the backup status (such as transition to cold storage) are delayed until the legal hold is removed. A backup can have more than one legal hold. Legal holds are applied to one or more backups (also known as recovery points). These backups can be filtered by resource types and by resource IDs.

" @@ -4476,18 +4490,18 @@ "members":{ "MoveToColdStorageAfterDays":{ "shape":"Long", - "documentation":"

Specifies the number of days after creation that a recovery point is moved to cold storage.

" + "documentation":"

The number of days after creation that a recovery point is moved to cold storage.

" }, "DeleteAfterDays":{ "shape":"Long", - "documentation":"

Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plus MoveToColdStorageAfterDays.

" + "documentation":"

The number of days after creation that a recovery point is deleted. This value must be at least 90 days after the number of days specified in MoveToColdStorageAfterDays.

" }, "OptInToArchiveForSupportedResources":{ "shape":"Boolean", - "documentation":"

Optional Boolean. If this is true, this setting will instruct your backup plan to transition supported resources to archive (cold) storage tier in accordance with your lifecycle settings.

" + "documentation":"

If the value is true, your backup plan transitions supported resources to archive (cold) storage tier in accordance with your lifecycle settings.

" } }, - "documentation":"

Contains an array of Transition objects specifying how long in days before a recovery point transitions to cold storage or is deleted.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, on the console, the “retention” 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.

Resource types that are able to be transitioned to cold storage are listed in the \"Lifecycle to cold storage\" section of the Feature availability by resource table. Backup ignores this expression for other resource types.

" + "documentation":"

Specifies the time period, in days, before a recovery point transitions to cold storage or is deleted.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, on the console, the retention setting must be 90 days greater than the transition to cold after days setting. The transition to cold after days setting can't be changed after a backup has been transitioned to cold.

Resource types that can transition to cold storage are listed in the Feature availability by resource table. Backup ignores this expression for other resource types.

To remove the existing lifecycle and retention periods and keep your recovery points indefinitely, specify -1 for MoveToColdStorageAfterDays and DeleteAfterDays.

" }, "LimitExceededException":{ "type":"structure", @@ -4535,13 +4549,13 @@ }, "AggregationPeriod":{ "shape":"AggregationPeriod", - "documentation":"

This is the period that sets the boundaries for returned results.

Acceptable values include

", + "documentation":"

The period for the returned results.

", "location":"querystring", "locationName":"AggregationPeriod" }, "MaxResults":{ "shape":"MaxResults", - "documentation":"

This parameter sets the maximum number of items to be returned.

The value is an integer. Range of accepted values is from 1 to 500.

", + "documentation":"

The maximum number of items to be returned.

The value is an integer. Range of accepted values is from 1 to 500.

", "location":"querystring", "locationName":"MaxResults" }, @@ -4558,11 +4572,11 @@ "members":{ "BackupJobSummaries":{ "shape":"BackupJobSummaryList", - "documentation":"

This request returns a summary that contains Region, Account, State, ResourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.

" + "documentation":"

The summary information.

" }, "AggregationPeriod":{ "shape":"string", - "documentation":"

This is the period that sets the boundaries for returned results.

" + "documentation":"

The period for the returned results.

" }, "NextToken":{ "shape":"string", @@ -4599,7 +4613,7 @@ }, "ByBackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

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.

", + "documentation":"

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.

", "location":"querystring", "locationName":"backupVaultName" }, @@ -4617,7 +4631,7 @@ }, "ByResourceType":{ "shape":"ResourceType", - "documentation":"

Returns only backup jobs for the specified resources:

", + "documentation":"

Returns only backup jobs for the specified resources:

", "location":"querystring", "locationName":"resourceType" }, @@ -4677,7 +4691,7 @@ }, "MaxResults":{ "shape":"MaxResults", - "documentation":"

The maximum number of items to be returned.

", + "documentation":"

The maximum number of items to return.

", "location":"querystring", "locationName":"maxResults" } @@ -4765,7 +4779,7 @@ }, "BackupPlansList":{ "shape":"BackupPlansList", - "documentation":"

An array of backup plan list items containing metadata about your saved backup plans.

" + "documentation":"

Information about the backup plans.

" } } }, @@ -4877,7 +4891,7 @@ }, "AggregationPeriod":{ "shape":"AggregationPeriod", - "documentation":"

This is the period that sets the boundaries for returned results.

", + "documentation":"

The period for the returned results.

", "location":"querystring", "locationName":"AggregationPeriod" }, @@ -4904,7 +4918,7 @@ }, "AggregationPeriod":{ "shape":"string", - "documentation":"

This is the period that sets the boundaries for returned results.

" + "documentation":"

The period for the returned results.

" }, "NextToken":{ "shape":"string", @@ -4953,13 +4967,13 @@ }, "ByResourceType":{ "shape":"ResourceType", - "documentation":"

Returns only backup jobs for the specified resources:

", + "documentation":"

Returns only backup jobs for the specified resources:

", "location":"querystring", "locationName":"resourceType" }, "ByDestinationVaultArn":{ "shape":"string", - "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies a source backup vault to copy from; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

", + "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies a source backup vault to copy from; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

", "location":"querystring", "locationName":"destinationVaultArn" }, @@ -5030,7 +5044,7 @@ "members":{ "Frameworks":{ "shape":"FrameworkList", - "documentation":"

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.

" + "documentation":"

The frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN), description, number of controls, creation time, and deployment status.

" }, "NextToken":{ "shape":"string", @@ -5078,13 +5092,13 @@ "members":{ "BackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

This is the list of protected resources by backup vault within the vault(s) you specify by name.

", + "documentation":"

The list of protected resources by backup vault within the vault(s) you specify by name.

", "location":"uri", "locationName":"backupVaultName" }, "BackupVaultAccountId":{ "shape":"AccountId", - "documentation":"

This is the list of protected resources by backup vault within the vault(s) you specify by account ID.

", + "documentation":"

The list of protected resources by backup vault within the vault(s) you specify by account ID.

", "location":"querystring", "locationName":"backupVaultAccountId" }, @@ -5151,7 +5165,7 @@ "members":{ "BackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

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.

Backup vault name might not be available when a supported service creates the backup.

", + "documentation":"

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.

Backup vault name might not be available when a supported service creates the backup.

", "location":"uri", "locationName":"backupVaultName" }, @@ -5181,7 +5195,7 @@ }, "ByResourceType":{ "shape":"ResourceType", - "documentation":"

Returns only recovery points that match the specified resource type(s):

", + "documentation":"

Returns only recovery points that match the specified resource type(s):

", "location":"querystring", "locationName":"resourceType" }, @@ -5230,19 +5244,19 @@ "members":{ "LegalHoldId":{ "shape":"string", - "documentation":"

This is the ID of the legal hold.

", + "documentation":"

The ID of the legal hold.

", "location":"uri", "locationName":"legalHoldId" }, "NextToken":{ "shape":"string", - "documentation":"

This is the next item following a partial list of returned resources. For example, if a request is made to return MaxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

", + "documentation":"

The next item following a partial list of returned resources. For example, if a request is made to return MaxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResults", - "documentation":"

This is the maximum number of resource list items to be returned.

", + "documentation":"

The maximum number of resource list items to be returned.

", "location":"querystring", "locationName":"maxResults" } @@ -5253,11 +5267,11 @@ "members":{ "RecoveryPoints":{ "shape":"RecoveryPointsList", - "documentation":"

This is a list of the recovery points returned by ListRecoveryPointsByLegalHold.

" + "documentation":"

The recovery points.

" }, "NextToken":{ "shape":"string", - "documentation":"

This return is the next item following a partial list of returned resources.

" + "documentation":"

The next item following a partial list of returned resources.

" } } }, @@ -5380,7 +5394,7 @@ "members":{ "ReportPlans":{ "shape":"ReportPlanList", - "documentation":"

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.

" + "documentation":"

The 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.

" }, "NextToken":{ "shape":"string", @@ -5411,7 +5425,7 @@ }, "AggregationPeriod":{ "shape":"AggregationPeriod", - "documentation":"

This is the period that sets the boundaries for returned results.

Acceptable values include

", + "documentation":"

The period for the returned results.

", "location":"querystring", "locationName":"AggregationPeriod" }, @@ -5438,7 +5452,7 @@ }, "AggregationPeriod":{ "shape":"string", - "documentation":"

This is the period that sets the boundaries for returned results.

" + "documentation":"

The period for the returned results.

" }, "NextToken":{ "shape":"string", @@ -5524,7 +5538,7 @@ }, "ByResourceType":{ "shape":"ResourceType", - "documentation":"

Include this parameter to return only restore jobs for the specified resources:

", + "documentation":"

Include this parameter to return only restore jobs for the specified resources:

", "location":"querystring", "locationName":"resourceType" }, @@ -5693,7 +5707,7 @@ }, "Tags":{ "shape":"Tags", - "documentation":"

To help organize your resources, you can assign your own metadata to the resources you create. Each tag is a key-value pair.

" + "documentation":"

Information about the tags.

" } } }, @@ -5753,15 +5767,15 @@ }, "ResourceName":{ "shape":"string", - "documentation":"

This is the non-unique name of the resource that belongs to the specified backup.

" + "documentation":"

The non-unique name of the resource that belongs to the specified backup.

" }, "LastBackupVaultArn":{ "shape":"ARN", - "documentation":"

This is the ARN (Amazon Resource Name) of the backup vault that contains the most recent backup recovery point.

" + "documentation":"

The ARN (Amazon Resource Name) of the backup vault that contains the most recent backup recovery point.

" }, "LastRecoveryPointArn":{ "shape":"ARN", - "documentation":"

This is the ARN (Amazon Resource Name) of the most recent recovery point.

" + "documentation":"

The ARN (Amazon Resource Name) of the most recent recovery point.

" } }, "documentation":"

A structure that contains information about a backed-up resource.

" @@ -5778,7 +5792,7 @@ "documentation":"

Filters the values of your tagged resources for only those resources that you tagged that do not have the same value. Also called \"negated matching.\"

" } }, - "documentation":"

A list of conditions that you define for resources in your restore testing plan using tags.

For example, \"StringEquals\": { \"Key\": \"aws:ResourceTag/CreatedByCryo\", \"Value\": \"true\" },. Condition operators are case sensitive.

" + "documentation":"

The conditions that you define for resources in your restore testing plan using tags.

" }, "ProtectedResourcesList":{ "type":"list", @@ -5790,7 +5804,7 @@ "members":{ "BackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

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.

", + "documentation":"

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.

", "location":"uri", "locationName":"backupVaultName" }, @@ -5812,7 +5826,7 @@ }, "MinRetentionDays":{ "shape":"Long", - "documentation":"

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).

If this parameter is not specified, Vault Lock will not enforce a minimum retention period.

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. The shortest minimum retention period you can specify is 1 day. Recovery points already saved in the vault prior to Vault Lock are not affected.

" + "documentation":"

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).

This parameter is required when a vault lock is created through CloudFormation; otherwise, this parameter is optional. If this parameter is not specified, Vault Lock will not enforce a minimum retention period.

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. The shortest minimum retention period you can specify is 1 day. Recovery points already saved in the vault prior to Vault Lock are not affected.

" }, "MaxRetentionDays":{ "shape":"Long", @@ -5834,7 +5848,7 @@ "members":{ "BackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

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.

", + "documentation":"

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.

", "location":"uri", "locationName":"backupVaultName" }, @@ -5844,7 +5858,7 @@ }, "BackupVaultEvents":{ "shape":"BackupVaultEvents", - "documentation":"

An array of events that indicate the status of jobs to back up resources to the backup vault.

For common use cases and code samples, see Using Amazon SNS to track Backup events.

The following events are supported:

The list below shows items that are deprecated events (for reference) and are no longer in use. They are no longer supported and will not return statuses or notifications. Refer to the list above for current supported events.

" + "documentation":"

An array of events that indicate the status of jobs to back up resources to the backup vault.

For common use cases and code samples, see Using Amazon SNS to track Backup events.

The following events are supported:

The list below includes both supported events and deprecated events that are no longer in use (for reference). Deprecated events do not return statuses or notifications. Refer to the list above for the supported events.

" } } }, @@ -5863,7 +5877,7 @@ }, "ValidationStatus":{ "shape":"RestoreValidationStatus", - "documentation":"

This is the status of your restore validation.

" + "documentation":"

The status of your restore validation.

" }, "ValidationStatusMessage":{ "shape":"string", @@ -5880,11 +5894,11 @@ }, "BackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

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.

" + "documentation":"

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.

" }, "BackupVaultArn":{ "shape":"ARN", - "documentation":"

An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

" + "documentation":"

An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

" }, "SourceBackupVaultArn":{ "shape":"ARN", @@ -5912,7 +5926,7 @@ }, "StatusMessage":{ "shape":"string", - "documentation":"

A message explaining the reason of the recovery point deletion failure.

" + "documentation":"

A message explaining the current status of the recovery point.

" }, "CreationDate":{ "shape":"timestamp", @@ -5932,7 +5946,7 @@ }, "Lifecycle":{ "shape":"Lifecycle", - "documentation":"

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that are able to be transitioned to cold storage are listed in the \"Lifecycle to cold storage\" section of the Feature availability by resource table. Backup ignores this expression for other resource types.

" + "documentation":"

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that can transition to cold storage are listed in the Feature availability by resource table. Backup ignores this expression for other resource types.

" }, "EncryptionKeyArn":{ "shape":"ARN", @@ -5948,11 +5962,11 @@ }, "ParentRecoveryPointArn":{ "shape":"ARN", - "documentation":"

This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.

" + "documentation":"

The Amazon Resource Name (ARN) of the parent (composite) recovery point.

" }, "CompositeMemberIdentifier":{ "shape":"string", - "documentation":"

This is the identifier of a resource within a composite group, such as nested (child) recovery point belonging to a composite (parent) stack. The ID is transferred from the logical ID within a stack.

" + "documentation":"

The identifier of a resource within a composite group, such as nested (child) recovery point belonging to a composite (parent) stack. The ID is transferred from the logical ID within a stack.

" }, "IsParent":{ "shape":"boolean", @@ -5960,11 +5974,11 @@ }, "ResourceName":{ "shape":"string", - "documentation":"

This is the non-unique name of the resource that belongs to the specified backup.

" + "documentation":"

The non-unique name of the resource that belongs to the specified backup.

" }, "VaultType":{ "shape":"VaultType", - "documentation":"

This is the type of vault in which the described recovery point is stored.

" + "documentation":"

The type of vault in which the described recovery point is stored.

" } }, "documentation":"

Contains detailed information about the recovery points stored in a backup vault.

" @@ -5990,7 +6004,7 @@ }, "StatusMessage":{ "shape":"string", - "documentation":"

A message explaining the reason of the recovery point deletion failure.

" + "documentation":"

A message explaining the current status of the recovery point.

" }, "EncryptionKeyArn":{ "shape":"ARN", @@ -6002,7 +6016,7 @@ }, "BackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

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.

" + "documentation":"

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.

" }, "IsParent":{ "shape":"boolean", @@ -6010,15 +6024,15 @@ }, "ParentRecoveryPointArn":{ "shape":"ARN", - "documentation":"

This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.

" + "documentation":"

The Amazon Resource Name (ARN) of the parent (composite) recovery point.

" }, "ResourceName":{ "shape":"string", - "documentation":"

This is the non-unique name of the resource that belongs to the specified backup.

" + "documentation":"

The non-unique name of the resource that belongs to the specified backup.

" }, "VaultType":{ "shape":"VaultType", - "documentation":"

This is the type of vault in which the described recovery point is stored.

" + "documentation":"

The type of vault in which the described recovery point is stored.

" } }, "documentation":"

Contains detailed information about a saved recovery point.

" @@ -6054,19 +6068,19 @@ "members":{ "RecoveryPointArn":{ "shape":"ARN", - "documentation":"

This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.

" + "documentation":"

The Amazon Resource Name (ARN) of the parent (composite) recovery point.

" }, "ResourceArn":{ "shape":"ARN", - "documentation":"

This is the Amazon Resource Name (ARN) that uniquely identifies a saved resource.

" + "documentation":"

The Amazon Resource Name (ARN) that uniquely identifies a saved resource.

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

This is the Amazon Web Services resource type that is saved as a recovery point.

" + "documentation":"

The Amazon Web Services resource type that is saved as a recovery point.

" }, "BackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

This is the name of the backup vault (the logical container in which backups are stored).

" + "documentation":"

The name of the backup vault (the logical container in which backups are stored).

" } }, "documentation":"

This is a recovery point which is a child (nested) recovery point of a parent (composite) recovery point. These recovery points can be disassociated from their parent (composite) recovery point, in which case they will no longer be a member.

" @@ -6114,7 +6128,7 @@ }, "Formats":{ "shape":"FormatList", - "documentation":"

A list of the format of your reports: CSV, JSON, or both. If not specified, the default format is CSV.

" + "documentation":"

The format of your reports: CSV, JSON, or both. If not specified, the default format is CSV.

" } }, "documentation":"

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.

" @@ -6252,7 +6266,7 @@ }, "Accounts":{ "shape":"stringList", - "documentation":"

These are the accounts to be included in the report.

" + "documentation":"

These are the accounts to be included in the report.

Use string value of ROOT to include all organizational units.

" }, "OrganizationUnits":{ "shape":"stringList", @@ -6260,7 +6274,7 @@ }, "Regions":{ "shape":"stringList", - "documentation":"

These are the Regions to be included in the report.

" + "documentation":"

These are the Regions to be included in the report.

Use the wildcard as the string value to include all Regions.

" } }, "documentation":"

Contains detailed information about a report setting.

" @@ -6437,7 +6451,7 @@ }, "IamRoleArn":{ "shape":"IAMRoleArn", - "documentation":"

Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access.

" + "documentation":"

The IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access.

" }, "ExpectedCompletionTimeMinutes":{ "shape":"Long", @@ -6461,7 +6475,7 @@ }, "ValidationStatus":{ "shape":"RestoreValidationStatus", - "documentation":"

This is the status of validation run on the indicated restore job.

" + "documentation":"

The status of validation run on the indicated restore job.

" }, "ValidationStatusMessage":{ "shape":"string", @@ -6488,7 +6502,7 @@ "members":{ "RecoveryPointSelection":{ "shape":"RestoreTestingRecoveryPointSelection", - "documentation":"

Required: Algorithm; Required: Recovery point types; IncludeVaults (one or more). Optional: SelectionWindowDays ('30' if not specified); ExcludeVaults (list of selectors), defaults to empty list if not listed.

" + "documentation":"

RecoveryPointSelection has five parameters (three required and two optional). The values you specify determine which recovery point is included in the restore test. You must indicate with Algorithm if you want the latest recovery point within your SelectionWindowDays or if you want a random recovery point, and you must indicate through IncludeVaults from which vaults the recovery points can be chosen.

Algorithm (required) Valid values: \"LATEST_WITHIN_WINDOW\" or \"RANDOM_WITHIN_WINDOW\".

Recovery point types (required) Valid values: \"SNAPSHOT\" and/or \"CONTINUOUS\". Include SNAPSHOT to restore only snapshot recovery points; include CONTINUOUS to restore continuous recovery points (point in time restore / PITR); use both to restore either a snapshot or a continuous recovery point. The recovery point will be determined by the value for Algorithm.

IncludeVaults (required). You must include one or more backup vaults. Use the wildcard [\"*\"] or specific ARNs.

SelectionWindowDays (optional) Value must be an integer (in days) from 1 to 365. If not included, the value defaults to 30.

ExcludeVaults (optional). You can choose to input one or more specific backup vault ARNs to exclude those vaults' contents from restore eligibility. Or, you can include a list of selectors. If this parameter and its value are not included, it defaults to empty list.

" }, "RestoreTestingPlanName":{ "shape":"String", @@ -6545,7 +6559,7 @@ }, "RestoreTestingPlanName":{ "shape":"String", - "documentation":"

This is the restore testing plan name.

" + "documentation":"

The restore testing plan name.

" }, "ScheduleExpression":{ "shape":"String", @@ -6589,7 +6603,7 @@ }, "RestoreTestingPlanName":{ "shape":"String", - "documentation":"

This is the restore testing plan name.

" + "documentation":"

The restore testing plan name.

" }, "ScheduleExpression":{ "shape":"String", @@ -6649,14 +6663,14 @@ }, "RecoveryPointTypes":{ "shape":"RestoreTestingRecoveryPointTypeList", - "documentation":"

These are the types of recovery points.

" + "documentation":"

These are the types of recovery points.

Include SNAPSHOT to restore only snapshot recovery points; include CONTINUOUS to restore continuous recovery points (point in time restore / PITR); use both to restore either a snapshot or a continuous recovery point. The recovery point will be determined by the value for Algorithm.

" }, "SelectionWindowDays":{ "shape":"integer", "documentation":"

Accepted values are integers from 1 to 365.

" } }, - "documentation":"

Required: Algorithm; Required: Recovery point types; IncludeVaults(one or more). Optional: SelectionWindowDays ('30' if not specified);ExcludeVaults (list of selectors), defaults to empty list if not listed.

" + "documentation":"

RecoveryPointSelection has five parameters (three required and two optional). The values you specify determine which recovery point is included in the restore test. You must indicate with Algorithm if you want the latest recovery point within your SelectionWindowDays or if you want a random recovery point, and you must indicate through IncludeVaults from which vaults the recovery points can be chosen.

Algorithm (required) Valid values: \"LATEST_WITHIN_WINDOW\" or \"RANDOM_WITHIN_WINDOW\".

Recovery point types (required) Valid values: \"SNAPSHOT\" and/or \"CONTINUOUS\". Include SNAPSHOT to restore only snapshot recovery points; include CONTINUOUS to restore continuous recovery points (point in time restore / PITR); use both to restore either a snapshot or a continuous recovery point. The recovery point will be determined by the value for Algorithm.

IncludeVaults (required). You must include one or more backup vaults. Use the wildcard [\"*\"] or specific ARNs.

SelectionWindowDays (optional) Value must be an integer (in days) from 1 to 365. If not included, the value defaults to 30.

ExcludeVaults (optional). You can choose to input one or more specific backup vault ARNs to exclude those vaults' contents from restore eligibility. Or, you can include a list of selectors. If this parameter and its value are not included, it defaults to empty list.

" }, "RestoreTestingRecoveryPointSelectionAlgorithm":{ "type":"string", @@ -6706,7 +6720,7 @@ }, "RestoreTestingSelectionName":{ "shape":"String", - "documentation":"

This is the unique name of the restore testing selection that belongs to the related restore testing plan.

" + "documentation":"

The unique name of the restore testing selection that belongs to the related restore testing plan.

" }, "ValidationWindowHours":{ "shape":"integer", @@ -6759,7 +6773,7 @@ }, "RestoreTestingSelectionName":{ "shape":"String", - "documentation":"

This is the unique name of the restore testing selection that belongs to the related restore testing plan.

" + "documentation":"

The unique name of the restore testing selection that belongs to the related restore testing plan.

" }, "ValidationWindowHours":{ "shape":"integer", @@ -6780,7 +6794,7 @@ "members":{ "CreationTime":{ "shape":"Timestamp", - "documentation":"

This is the date and time that a restore testing selection was created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26,2018 12:11:30.087 AM.

" + "documentation":"

The date and time that a restore testing selection was created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26,2018 12:11:30.087 AM.

" }, "IamRoleArn":{ "shape":"String", @@ -6818,7 +6832,7 @@ }, "ProtectedResourceConditions":{ "shape":"ProtectedResourceConditions", - "documentation":"

A list of conditions that you define for resources in your restore testing plan using tags.

For example, \"StringEquals\": { \"Key\": \"aws:ResourceTag/CreatedByCryo\", \"Value\": \"true\" },. Condition operators are case sensitive.

" + "documentation":"

The conditions that you define for resources in your restore testing plan using tags.

" }, "RestoreMetadataOverrides":{ "shape":"SensitiveStringMap", @@ -6878,7 +6892,7 @@ "members":{ "BackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

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.

" + "documentation":"

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.

" }, "ResourceArn":{ "shape":"ARN", @@ -6902,15 +6916,15 @@ }, "Lifecycle":{ "shape":"Lifecycle", - "documentation":"

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that are able to be transitioned to cold storage are listed in the \"Lifecycle to cold storage\" section of the Feature availability by resource table. Backup ignores this expression for other resource types.

This parameter has a maximum value of 100 years (36,500 days).

" + "documentation":"

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that can transition to cold storage are listed in the Feature availability by resource table. Backup ignores this expression for other resource types.

This parameter has a maximum value of 100 years (36,500 days).

" }, "RecoveryPointTags":{ "shape":"Tags", - "documentation":"

To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair.

" + "documentation":"

The tags to assign to the resources.

" }, "BackupOptions":{ "shape":"BackupOptions", - "documentation":"

Specifies the backup option for a selected resource. This option is only available for Windows Volume Shadow Copy Service (VSS) backup jobs.

Valid values: Set to \"WindowsVSS\":\"enabled\" to enable the WindowsVSS backup option and create a Windows VSS backup. Set to \"WindowsVSS\"\"disabled\" to create a regular backup. The WindowsVSS option is not enabled by default.

" + "documentation":"

The backup option for a selected resource. This option is only available for Windows Volume Shadow Copy Service (VSS) backup jobs.

Valid values: Set to \"WindowsVSS\":\"enabled\" to enable the WindowsVSS backup option and create a Windows VSS backup. Set to \"WindowsVSS\"\"disabled\" to create a regular backup. The WindowsVSS option is not enabled by default.

" } } }, @@ -6950,11 +6964,11 @@ }, "SourceBackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

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.

" + "documentation":"

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.

" }, "DestinationBackupVaultArn":{ "shape":"ARN", - "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies a destination backup vault to copy to; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

" + "documentation":"

An Amazon Resource Name (ARN) that uniquely identifies a destination backup vault to copy to; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

" }, "IamRoleArn":{ "shape":"IAMRoleArn", @@ -7023,7 +7037,7 @@ }, "Metadata":{ "shape":"Metadata", - "documentation":"

A set of metadata key-value pairs. Contains information, such as a resource name, required to restore a recovery point.

You can get configuration metadata about a resource at the time it was backed up by calling GetRecoveryPointRestoreMetadata. However, values in addition to those provided by GetRecoveryPointRestoreMetadata might be required to restore a resource. For example, you might need to provide a new resource name if the original already exists.

You need to specify specific metadata to restore an Amazon Elastic File System (Amazon EFS) instance:

" + "documentation":"

A set of metadata key-value pairs.

You can get configuration metadata about a resource at the time it was backed up by calling GetRecoveryPointRestoreMetadata. However, values in addition to those provided by GetRecoveryPointRestoreMetadata might be required to restore a resource. For example, you might need to provide a new resource name if the original already exists.

For more information about the metadata for each resource, see the following:

" }, "IamRoleArn":{ "shape":"IAMRoleArn", @@ -7035,7 +7049,7 @@ }, "ResourceType":{ "shape":"ResourceType", - "documentation":"

Starts a job to restore a recovery point for one of the following resources:

" + "documentation":"

Starts a job to restore a recovery point for one of the following resources:

" }, "CopySourceTagsToRestoredResource":{ "shape":"boolean", @@ -7088,7 +7102,7 @@ "members":{ "ResourceArn":{ "shape":"ARN", - "documentation":"

An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource.

", + "documentation":"

An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource.

ARNs that do not include backup are incompatible with tagging. TagResource and UntagResource with invalid ARNs will result in an error. Acceptable ARN content can include arn:aws:backup:us-east. Invalid ARN content may look like arn:aws:ec2:us-east.

", "location":"uri", "locationName":"resourceArn" }, @@ -7116,13 +7130,13 @@ "members":{ "ResourceArn":{ "shape":"ARN", - "documentation":"

An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource.

", + "documentation":"

An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource.

ARNs that do not include backup are incompatible with tagging. TagResource and UntagResource with invalid ARNs will result in an error. Acceptable ARN content can include arn:aws:backup:us-east. Invalid ARN content may look like arn:aws:ec2:us-east.

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

A list of keys to identify which key-value tags to remove from a resource.

" + "documentation":"

The keys to identify which key-value tags to remove from a resource.

" } } }, @@ -7135,13 +7149,13 @@ "members":{ "BackupPlanId":{ "shape":"string", - "documentation":"

Uniquely identifies a backup plan.

", + "documentation":"

The ID of the backup plan.

", "location":"uri", "locationName":"backupPlanId" }, "BackupPlan":{ "shape":"BackupPlanInput", - "documentation":"

Specifies the body of a backup plan. Includes a BackupPlanName and one or more sets of Rules.

" + "documentation":"

The body of a backup plan. Includes a BackupPlanName and one or more sets of Rules.

" } } }, @@ -7186,7 +7200,7 @@ }, "FrameworkControls":{ "shape":"FrameworkControls", - "documentation":"

A list of the controls that make up the framework. Each control in the list has a name, input parameters, and scope.

" + "documentation":"

The controls that make up the framework. Each control in the list has a name, input parameters, and scope.

" }, "IdempotencyToken":{ "shape":"string", @@ -7230,7 +7244,7 @@ "members":{ "BackupVaultName":{ "shape":"BackupVaultName", - "documentation":"

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.

", + "documentation":"

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.

", "location":"uri", "locationName":"backupVaultName" }, @@ -7251,7 +7265,7 @@ "members":{ "BackupVaultArn":{ "shape":"ARN", - "documentation":"

An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

" + "documentation":"

An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

" }, "RecoveryPointArn":{ "shape":"ARN", @@ -7259,7 +7273,7 @@ }, "Lifecycle":{ "shape":"Lifecycle", - "documentation":"

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that are able to be transitioned to cold storage are listed in the \"Lifecycle to cold storage\" section of the Feature availability by resource table. Backup ignores this expression for other resource types.

" + "documentation":"

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.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” 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.

Resource types that can transition to cold storage are listed in the Feature availability by resource table. Backup ignores this expression for other resource types.

" }, "CalculatedLifecycle":{ "shape":"CalculatedLifecycle", @@ -7296,11 +7310,11 @@ }, "ReportDeliveryChannel":{ "shape":"ReportDeliveryChannel", - "documentation":"

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.

" + "documentation":"

The information about where to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.

" }, "ReportSetting":{ "shape":"ReportSetting", - "documentation":"

Identifies the report template for the report. Reports are built using a report template. The report templates are:

RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT

If the report template is RESOURCE_COMPLIANCE_REPORT or CONTROL_COMPLIANCE_REPORT, this API resource also describes the report coverage by Amazon Web Services Regions and frameworks.

" + "documentation":"

The report template for the report. Reports are built using a report template. The report templates are:

RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT

If the report template is RESOURCE_COMPLIANCE_REPORT or CONTROL_COMPLIANCE_REPORT, this API resource also describes the report coverage by Amazon Web Services Regions and frameworks.

" }, "IdempotencyToken":{ "shape":"string", @@ -7339,7 +7353,7 @@ }, "RestoreTestingPlanName":{ "shape":"String", - "documentation":"

This is the restore testing plan name you wish to update.

", + "documentation":"

The name of the restore testing plan name.

", "location":"uri", "locationName":"RestoreTestingPlanName" } @@ -7356,7 +7370,7 @@ "members":{ "CreationTime":{ "shape":"Timestamp", - "documentation":"

This is the time the resource testing plan was created.

" + "documentation":"

The time the resource testing plan was created.

" }, "RestoreTestingPlanArn":{ "shape":"String", @@ -7368,7 +7382,7 @@ }, "UpdateTime":{ "shape":"Timestamp", - "documentation":"

This is the time the update completed for the restore testing plan.

" + "documentation":"

The time the update completed for the restore testing plan.

" } } }, @@ -7392,7 +7406,7 @@ }, "RestoreTestingSelectionName":{ "shape":"String", - "documentation":"

This is the required restore testing selection name of the restore testing selection you wish to update.

", + "documentation":"

The required restore testing selection name of the restore testing selection you wish to update.

", "location":"uri", "locationName":"RestoreTestingSelectionName" } @@ -7410,7 +7424,7 @@ "members":{ "CreationTime":{ "shape":"Timestamp", - "documentation":"

This is the time the resource testing selection was updated successfully.

" + "documentation":"

The time the resource testing selection was updated successfully.

" }, "RestoreTestingPlanArn":{ "shape":"String", @@ -7418,15 +7432,15 @@ }, "RestoreTestingPlanName":{ "shape":"String", - "documentation":"

This is the restore testing plan with which the updated restore testing selection is associated.

" + "documentation":"

The restore testing plan with which the updated restore testing selection is associated.

" }, "RestoreTestingSelectionName":{ "shape":"String", - "documentation":"

This is the returned restore testing selection name.

" + "documentation":"

The returned restore testing selection name.

" }, "UpdateTime":{ "shape":"Timestamp", - "documentation":"

This is the time the update completed for the restore testing selection.

" + "documentation":"

The time the update completed for the restore testing selection.

" } } }, diff --git a/sdk/src/Services/Backup/Generated/Model/AdvancedBackupSetting.cs b/sdk/src/Services/Backup/Generated/Model/AdvancedBackupSetting.cs index 152fdd267536..422d55644850 100644 --- a/sdk/src/Services/Backup/Generated/Model/AdvancedBackupSetting.cs +++ b/sdk/src/Services/Backup/Generated/Model/AdvancedBackupSetting.cs @@ -30,7 +30,7 @@ namespace Amazon.Backup.Model { /// - /// A list of backup options for each resource type. + /// The backup options for each resource type. /// public partial class AdvancedBackupSetting { diff --git a/sdk/src/Services/Backup/Generated/Model/BackupJob.cs b/sdk/src/Services/Backup/Generated/Model/BackupJob.cs index 6ad21ae485ab..7c1477dfdcf0 100644 --- a/sdk/src/Services/Backup/Generated/Model/BackupJob.cs +++ b/sdk/src/Services/Backup/Generated/Model/BackupJob.cs @@ -162,7 +162,7 @@ internal bool IsSetBackupType() /// Gets and sets the property BackupVaultArn. /// /// An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, - /// arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. + /// arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault. /// /// public string BackupVaultArn @@ -182,7 +182,7 @@ internal bool IsSetBackupVaultArn() /// /// 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. + /// Region where they are created. /// /// public string BackupVaultName @@ -322,7 +322,7 @@ internal bool IsSetIamRoleArn() /// /// Gets and sets the property InitiationDate. /// - /// This is the date on which the backup job was initiated. + /// The date on which the backup job was initiated. /// /// public DateTime InitiationDate @@ -466,7 +466,7 @@ internal bool IsSetResourceArn() /// /// Gets and sets the property ResourceName. /// - /// This is the non-unique name of the resource that belongs to the specified backup. + /// The non-unique name of the resource that belongs to the specified backup. /// /// public string ResourceName diff --git a/sdk/src/Services/Backup/Generated/Model/BackupPlan.cs b/sdk/src/Services/Backup/Generated/Model/BackupPlan.cs index 629eb92f65df..d0823f154ef9 100644 --- a/sdk/src/Services/Backup/Generated/Model/BackupPlan.cs +++ b/sdk/src/Services/Backup/Generated/Model/BackupPlan.cs @@ -61,7 +61,13 @@ internal bool IsSetAdvancedBackupSettings() /// /// Gets and sets the property BackupPlanName. /// - /// The display name of a backup plan. Must contain 1 to 50 alphanumeric or '-_.' characters. + /// The display name of a backup plan. Must contain only alphanumeric or '-_.' special + /// characters. + /// + /// + /// + /// If this is set in the console, it can contain 1 to 50 characters; if this is set through + /// CLI or API, it can contain 1 to 200 characters. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/BackupPlansListMember.cs b/sdk/src/Services/Backup/Generated/Model/BackupPlansListMember.cs index 5346102a3734..a790a1ece88a 100644 --- a/sdk/src/Services/Backup/Generated/Model/BackupPlansListMember.cs +++ b/sdk/src/Services/Backup/Generated/Model/BackupPlansListMember.cs @@ -184,10 +184,10 @@ internal bool IsSetDeletionDate() /// /// Gets and sets the property LastExecutionDate. /// - /// 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 LastExecutionDate - /// is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, - /// January 26, 2018 12:11:30.087 AM. + /// The last time this backup plan was run. A date and time, in Unix format and Coordinated + /// Universal Time (UTC). The value of LastExecutionDate is accurate to milliseconds. + /// For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 + /// AM. /// /// public DateTime LastExecutionDate diff --git a/sdk/src/Services/Backup/Generated/Model/BackupRule.cs b/sdk/src/Services/Backup/Generated/Model/BackupRule.cs index 8d027f9b02ac..cf8d8d208898 100644 --- a/sdk/src/Services/Backup/Generated/Model/BackupRule.cs +++ b/sdk/src/Services/Backup/Generated/Model/BackupRule.cs @@ -119,10 +119,9 @@ internal bool IsSetEnableContinuousBackup() /// /// /// - /// Resource types that are able to be transitioned to cold storage are listed in the - /// "Lifecycle to cold storage" section of the - /// Feature availability by resource table. Backup ignores this expression for other - /// resource types. + /// Resource types that can transition to cold storage are listed in the Feature + /// availability by resource table. Backup ignores this expression for other resource + /// types. /// /// public Lifecycle Lifecycle @@ -140,8 +139,8 @@ internal bool IsSetLifecycle() /// /// Gets and sets the property RecoveryPointTags. /// - /// An array of key-value pair strings that are assigned to resources that are associated - /// with this rule when restored from backup. + /// The tags that are assigned to resources that are associated with this rule when restored + /// from backup. /// /// [AWSProperty(Sensitive=true)] @@ -221,7 +220,7 @@ internal bool IsSetScheduleExpression() /// /// Gets and sets the property ScheduleExpressionTimezone. /// - /// This is the timezone in which the schedule expression is set. By default, ScheduleExpressions + /// The timezone in which the schedule expression is set. By default, ScheduleExpressions /// are in UTC. You can modify this to a specified timezone. /// /// @@ -272,7 +271,7 @@ internal bool IsSetStartWindowMinutes() /// /// 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. + /// Region where they are created. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/BackupRuleInput.cs b/sdk/src/Services/Backup/Generated/Model/BackupRuleInput.cs index 9273bab906e8..5dbe8442f1e0 100644 --- a/sdk/src/Services/Backup/Generated/Model/BackupRuleInput.cs +++ b/sdk/src/Services/Backup/Generated/Model/BackupRuleInput.cs @@ -114,14 +114,13 @@ internal bool IsSetEnableContinuousBackup() /// Backups transitioned to cold storage must be stored in cold storage for a minimum /// of 90 days. Therefore, the “retention” 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. + /// changed after a backup has been transitioned to cold storage. /// /// /// - /// Resource types that are able to be transitioned to cold storage are listed in the - /// "Lifecycle to cold storage" section of the - /// Feature availability by resource table. Backup ignores this expression for other - /// resource types. + /// Resource types that can transition to cold storage are listed in the Feature + /// availability by resource table. Backup ignores this expression for other resource + /// types. /// /// /// @@ -143,8 +142,7 @@ internal bool IsSetLifecycle() /// /// Gets and sets the property RecoveryPointTags. /// - /// 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 tags to assign to the resources. /// /// [AWSProperty(Sensitive=true)] @@ -200,7 +198,7 @@ internal bool IsSetScheduleExpression() /// /// Gets and sets the property ScheduleExpressionTimezone. /// - /// This is the timezone in which the schedule expression is set. By default, ScheduleExpressions + /// The timezone in which the schedule expression is set. By default, ScheduleExpressions /// are in UTC. You can modify this to a specified timezone. /// /// @@ -255,7 +253,7 @@ internal bool IsSetStartWindowMinutes() /// /// 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. + /// Region where they are created. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/BackupSelection.cs b/sdk/src/Services/Backup/Generated/Model/BackupSelection.cs index 01bd8179ce9d..21d34f319ed8 100644 --- a/sdk/src/Services/Backup/Generated/Model/BackupSelection.cs +++ b/sdk/src/Services/Backup/Generated/Model/BackupSelection.cs @@ -34,10 +34,14 @@ namespace Amazon.Backup.Model /// /// /// - /// Specifying your desired Conditions, ListOfTags, NotResources, - /// and/or Resources is recommended. If none of these are specified, Backup will - /// attempt to select all supported and opted-in storage resources, which could have unintended - /// cost implications. + /// We recommend that you specify conditions, tags, or resources to include or exclude. + /// Otherwise, Backup attempts to select all supported and opted-in storage resources, + /// which could have unintended cost implications. + /// + /// + /// + /// For more information, see Assigning + /// resources programmatically. /// /// public partial class BackupSelection @@ -52,25 +56,19 @@ public partial class BackupSelection /// /// Gets and sets the property Conditions. /// - /// A list of conditions that you define to assign resources to your backup plans using - /// tags. For example, "StringEquals": { "Key": "aws:ResourceTag/CreatedByCryo", "Value": - /// "true" },. Condition operators are case sensitive. + /// The conditions that you define to assign resources to your backup plans using tags. + /// For example, "StringEquals": { "ConditionKey": "aws:ResourceTag/backup", "ConditionValue": + /// "daily" }. /// /// /// - /// Conditions differs from ListOfTags as follows: - /// - /// /// public Conditions Conditions { @@ -107,25 +105,19 @@ internal bool IsSetIamRoleArn() /// /// Gets and sets the property ListOfTags. /// - /// A list of conditions that you define to assign resources to your backup plans using - /// tags. For example, "StringEquals": { "Key": "aws:ResourceTag/CreatedByCryo", "Value": - /// "true" },. Condition operators are case sensitive. + /// The conditions that you define to assign resources to your backup plans using tags. + /// For example, "StringEquals": { "ConditionKey": "backup", "ConditionValue": "daily"}. /// /// /// - /// ListOfTags differs from Conditions as follows: - /// - /// /// public List ListOfTags { @@ -142,8 +134,8 @@ internal bool IsSetListOfTags() /// /// Gets and sets the property NotResources. /// - /// A list of Amazon Resource Names (ARNs) to exclude from a backup plan. The maximum - /// number of ARNs is 500 without wildcards, or 30 ARNs with wildcards. + /// The Amazon Resource Names (ARNs) of the resources to exclude from a backup plan. The + /// maximum number of ARNs is 500 without wildcards, or 30 ARNs with wildcards. /// /// /// @@ -167,8 +159,8 @@ internal bool IsSetNotResources() /// /// Gets and sets the property Resources. /// - /// A list of Amazon Resource Names (ARNs) to assign to a backup plan. The maximum number - /// of ARNs is 500 without wildcards, or 30 ARNs with wildcards. + /// The Amazon Resource Names (ARNs) of the resources to assign to a backup plan. The + /// maximum number of ARNs is 500 without wildcards, or 30 ARNs with wildcards. /// /// /// @@ -176,6 +168,10 @@ internal bool IsSetNotResources() /// selection strategy, such as assigning all resources of a resource type or refining /// your resource selection using tags. /// + /// + /// + /// If you specify multiple ARNs, the resources much match any of the ARNs (OR logic). + /// /// public List Resources { diff --git a/sdk/src/Services/Backup/Generated/Model/BackupVaultListMember.cs b/sdk/src/Services/Backup/Generated/Model/BackupVaultListMember.cs index a44165d3816b..766ebfeaf84b 100644 --- a/sdk/src/Services/Backup/Generated/Model/BackupVaultListMember.cs +++ b/sdk/src/Services/Backup/Generated/Model/BackupVaultListMember.cs @@ -44,12 +44,14 @@ public partial class BackupVaultListMember private long? _maxRetentionDays; private long? _minRetentionDays; private long? _numberOfRecoveryPoints; + private VaultState _vaultState; + private VaultType _vaultType; /// /// Gets and sets the property BackupVaultArn. /// /// An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, - /// arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. + /// arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault. /// /// public string BackupVaultArn @@ -69,7 +71,7 @@ internal bool IsSetBackupVaultArn() /// /// 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. + /// Region where they are created. /// /// public string BackupVaultName @@ -281,5 +283,41 @@ internal bool IsSetNumberOfRecoveryPoints() return this._numberOfRecoveryPoints.HasValue; } + /// + /// Gets and sets the property VaultState. + /// + /// The current state of the vault. + /// + /// + public VaultState VaultState + { + get { return this._vaultState; } + set { this._vaultState = value; } + } + + // Check to see if VaultState property is set + internal bool IsSetVaultState() + { + return this._vaultState != null; + } + + /// + /// Gets and sets the property VaultType. + /// + /// The type of vault in which the described recovery point is stored. + /// + /// + public VaultType VaultType + { + get { return this._vaultType; } + set { this._vaultType = value; } + } + + // Check to see if VaultType property is set + internal bool IsSetVaultType() + { + return this._vaultType != null; + } + } } \ No newline at end of file diff --git a/sdk/src/Services/Backup/Generated/Model/CalculatedLifecycle.cs b/sdk/src/Services/Backup/Generated/Model/CalculatedLifecycle.cs index dc5e4fdc7742..c83d5a960f55 100644 --- a/sdk/src/Services/Backup/Generated/Model/CalculatedLifecycle.cs +++ b/sdk/src/Services/Backup/Generated/Model/CalculatedLifecycle.cs @@ -48,10 +48,9 @@ namespace Amazon.Backup.Model /// /// /// - /// Resource types that are able to be transitioned to cold storage are listed in the - /// "Lifecycle to cold storage" section of the - /// Feature availability by resource table. Backup ignores this expression for other - /// resource types. + /// Resource types that can transition to cold storage are listed in the Feature + /// availability by resource table. Backup ignores this expression for other resource + /// types. /// /// public partial class CalculatedLifecycle diff --git a/sdk/src/Services/Backup/Generated/Model/CancelLegalHoldRequest.cs b/sdk/src/Services/Backup/Generated/Model/CancelLegalHoldRequest.cs index 828ffe7464bf..b2026407f0f1 100644 --- a/sdk/src/Services/Backup/Generated/Model/CancelLegalHoldRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/CancelLegalHoldRequest.cs @@ -31,8 +31,8 @@ namespace Amazon.Backup.Model { /// /// Container for the parameters to the CancelLegalHold operation. - /// This action removes the specified legal hold on a recovery point. This action can - /// only be performed by a user with sufficient permissions. + /// Removes the specified legal hold on a recovery point. This action can only be performed + /// by a user with sufficient permissions. /// public partial class CancelLegalHoldRequest : AmazonBackupRequest { @@ -43,7 +43,7 @@ public partial class CancelLegalHoldRequest : AmazonBackupRequest /// /// Gets and sets the property CancelDescription. /// - /// String describing the reason for removing the legal hold. + /// A string the describes the reason for removing the legal hold. /// /// [AWSProperty(Required=true)] @@ -62,7 +62,7 @@ internal bool IsSetCancelDescription() /// /// Gets and sets the property LegalHoldId. /// - /// Legal hold ID required to remove the specified legal hold on a recovery point. + /// The ID of the legal hold. /// /// [AWSProperty(Required=true)] @@ -81,8 +81,7 @@ internal bool IsSetLegalHoldId() /// /// Gets and sets the property RetainRecordInDays. /// - /// The integer amount in days specifying amount of days after this API operation to remove - /// legal hold. + /// The integer amount, in days, after which to remove legal hold. /// /// public long RetainRecordInDays diff --git a/sdk/src/Services/Backup/Generated/Model/ConditionParameter.cs b/sdk/src/Services/Backup/Generated/Model/ConditionParameter.cs index 5e77c6fbb1d3..d3ed4cb6967e 100644 --- a/sdk/src/Services/Backup/Generated/Model/ConditionParameter.cs +++ b/sdk/src/Services/Backup/Generated/Model/ConditionParameter.cs @@ -32,6 +32,12 @@ namespace Amazon.Backup.Model /// /// Includes information about tags you define to assign tagged resources to a backup /// plan. + /// + /// + /// + /// Include the prefix aws:ResourceTag in your tags. For example, "aws:ResourceTag/TagKey1": + /// "Value1". + /// /// public partial class ConditionParameter { diff --git a/sdk/src/Services/Backup/Generated/Model/ControlInputParameter.cs b/sdk/src/Services/Backup/Generated/Model/ControlInputParameter.cs index 6c635c9db181..439847c5ffe1 100644 --- a/sdk/src/Services/Backup/Generated/Model/ControlInputParameter.cs +++ b/sdk/src/Services/Backup/Generated/Model/ControlInputParameter.cs @@ -30,10 +30,10 @@ namespace Amazon.Backup.Model { /// - /// 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 daily and the retention period is at least 1 year". The - /// first parameter is daily. The second parameter is 1 year. + /// The 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 + /// daily and the retention period is at least 1 year". The first parameter + /// is daily. The second parameter is 1 year. /// public partial class ControlInputParameter { diff --git a/sdk/src/Services/Backup/Generated/Model/ControlScope.cs b/sdk/src/Services/Backup/Generated/Model/ControlScope.cs index 860fe2e65821..da8aa51e03ad 100644 --- a/sdk/src/Services/Backup/Generated/Model/ControlScope.cs +++ b/sdk/src/Services/Backup/Generated/Model/ControlScope.cs @@ -93,8 +93,13 @@ internal bool IsSetComplianceResourceTypes() /// /// The tag key-value pair applied to those Amazon Web Services resources that you want /// to trigger an evaluation for a rule. A maximum of one key-value pair can be provided. - /// The tag value is optional, but it cannot be an empty string. The structure to assign - /// a tag is: [{"Key":"string","Value":"string"}]. + /// The tag value is optional, but it cannot be an empty string if you are creating or + /// editing a framework from the console (though the value can be an empty string when + /// included in a CloudFormation template). + /// + /// + /// + /// The structure to assign a tag is: [{"Key":"string","Value":"string"}]. /// /// public Dictionary Tags diff --git a/sdk/src/Services/Backup/Generated/Model/CopyAction.cs b/sdk/src/Services/Backup/Generated/Model/CopyAction.cs index b3cb88477b60..6ae15dea22c1 100644 --- a/sdk/src/Services/Backup/Generated/Model/CopyAction.cs +++ b/sdk/src/Services/Backup/Generated/Model/CopyAction.cs @@ -41,7 +41,7 @@ public partial class CopyAction /// Gets and sets the property DestinationBackupVaultArn. /// /// An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault - /// for the copied backup. For example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. + /// for the copied backup. For example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/CopyJob.cs b/sdk/src/Services/Backup/Generated/Model/CopyJob.cs index 795569490177..99a7e71691ac 100644 --- a/sdk/src/Services/Backup/Generated/Model/CopyJob.cs +++ b/sdk/src/Services/Backup/Generated/Model/CopyJob.cs @@ -134,9 +134,8 @@ internal bool IsSetCompletionDate() /// /// Gets and sets the property CompositeMemberIdentifier. /// - /// This is the identifier of a resource within a composite group, such as nested (child) - /// recovery point belonging to a composite (parent) stack. The ID is transferred from - /// the + /// The identifier of a resource within a composite group, such as nested (child) recovery + /// point belonging to a composite (parent) stack. The ID is transferred from the /// logical ID within a stack. /// /// @@ -209,7 +208,7 @@ internal bool IsSetCreationDate() /// Gets and sets the property DestinationBackupVaultArn. /// /// An Amazon Resource Name (ARN) that uniquely identifies a destination copy vault; for - /// example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. + /// example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault. /// /// public string DestinationBackupVaultArn @@ -314,7 +313,7 @@ internal bool IsSetMessageCategory() /// /// Gets and sets the property NumberOfChildJobs. /// - /// This is the number of child (nested) copy jobs. + /// The number of child (nested) copy jobs. /// /// public long NumberOfChildJobs @@ -370,7 +369,7 @@ internal bool IsSetResourceArn() /// /// Gets and sets the property ResourceName. /// - /// This is the non-unique name of the resource that belongs to the specified backup. + /// The non-unique name of the resource that belongs to the specified backup. /// /// public string ResourceName @@ -409,7 +408,7 @@ internal bool IsSetResourceType() /// Gets and sets the property SourceBackupVaultArn. /// /// An Amazon Resource Name (ARN) that uniquely identifies a source copy vault; for example, - /// arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. + /// arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault. /// /// public string SourceBackupVaultArn diff --git a/sdk/src/Services/Backup/Generated/Model/CopyJobSummary.cs b/sdk/src/Services/Backup/Generated/Model/CopyJobSummary.cs index aeec2276f6ce..0a0cecab4d53 100644 --- a/sdk/src/Services/Backup/Generated/Model/CopyJobSummary.cs +++ b/sdk/src/Services/Backup/Generated/Model/CopyJobSummary.cs @@ -145,7 +145,7 @@ internal bool IsSetMessageCategory() /// /// Gets and sets the property Region. /// - /// This is the Amazon Web Services Regions within the job summary. + /// The Amazon Web Services Regions within the job summary. /// /// public string Region diff --git a/sdk/src/Services/Backup/Generated/Model/CreateBackupPlanRequest.cs b/sdk/src/Services/Backup/Generated/Model/CreateBackupPlanRequest.cs index b2329818db43..7398d8c40e4b 100644 --- a/sdk/src/Services/Backup/Generated/Model/CreateBackupPlanRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/CreateBackupPlanRequest.cs @@ -50,8 +50,8 @@ public partial class CreateBackupPlanRequest : AmazonBackupRequest /// /// Gets and sets the property BackupPlan. /// - /// Specifies the body of a backup plan. Includes a BackupPlanName and one or more - /// sets of Rules. + /// The body of a backup plan. Includes a BackupPlanName and one or more sets of + /// Rules. /// /// [AWSProperty(Required=true)] @@ -70,9 +70,7 @@ internal bool IsSetBackupPlan() /// /// Gets and sets the property BackupPlanTags. /// - /// 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. + /// The tags to assign to the backup plan. /// /// [AWSProperty(Sensitive=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/CreateBackupPlanResponse.cs b/sdk/src/Services/Backup/Generated/Model/CreateBackupPlanResponse.cs index 5451f85b184f..bc8dc566757c 100644 --- a/sdk/src/Services/Backup/Generated/Model/CreateBackupPlanResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/CreateBackupPlanResponse.cs @@ -43,8 +43,8 @@ public partial class CreateBackupPlanResponse : AmazonWebServiceResponse /// /// Gets and sets the property AdvancedBackupSettings. /// - /// A list of BackupOptions settings for a resource type. This option is only available - /// for Windows Volume Shadow Copy Service (VSS) backup jobs. + /// The settings for a resource type. This option is only available for Windows Volume + /// Shadow Copy Service (VSS) backup jobs. /// /// public List AdvancedBackupSettings @@ -81,7 +81,7 @@ internal bool IsSetBackupPlanArn() /// /// Gets and sets the property BackupPlanId. /// - /// Uniquely identifies a backup plan. + /// The ID of the backup plan. /// /// public string BackupPlanId diff --git a/sdk/src/Services/Backup/Generated/Model/CreateBackupSelectionRequest.cs b/sdk/src/Services/Backup/Generated/Model/CreateBackupSelectionRequest.cs index 830d4b393b2d..40c902a50cfd 100644 --- a/sdk/src/Services/Backup/Generated/Model/CreateBackupSelectionRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/CreateBackupSelectionRequest.cs @@ -44,7 +44,7 @@ public partial class CreateBackupSelectionRequest : AmazonBackupRequest /// /// Gets and sets the property BackupPlanId. /// - /// Uniquely identifies the backup plan to be associated with the selection of resources. + /// The ID of the backup plan. /// /// [AWSProperty(Required=true)] @@ -63,7 +63,7 @@ internal bool IsSetBackupPlanId() /// /// Gets and sets the property BackupSelection. /// - /// Specifies the body of a request to assign a set of resources to a backup plan. + /// The body of a request to assign a set of resources to a backup plan. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/CreateBackupSelectionResponse.cs b/sdk/src/Services/Backup/Generated/Model/CreateBackupSelectionResponse.cs index 506109e783e9..90a09e662d3b 100644 --- a/sdk/src/Services/Backup/Generated/Model/CreateBackupSelectionResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/CreateBackupSelectionResponse.cs @@ -41,7 +41,7 @@ public partial class CreateBackupSelectionResponse : AmazonWebServiceResponse /// /// Gets and sets the property BackupPlanId. /// - /// Uniquely identifies a backup plan. + /// The ID of the backup plan. /// /// public string BackupPlanId diff --git a/sdk/src/Services/Backup/Generated/Model/CreateBackupVaultRequest.cs b/sdk/src/Services/Backup/Generated/Model/CreateBackupVaultRequest.cs index 811e36f44970..485ccb527e47 100644 --- a/sdk/src/Services/Backup/Generated/Model/CreateBackupVaultRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/CreateBackupVaultRequest.cs @@ -72,8 +72,7 @@ internal bool IsSetBackupVaultName() /// /// Gets and sets the property BackupVaultTags. /// - /// Metadata that you can assign to help organize the resources that you create. Each - /// tag is a key-value pair. + /// The tags to assign to the backup vault. /// /// [AWSProperty(Sensitive=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/CreateBackupVaultResponse.cs b/sdk/src/Services/Backup/Generated/Model/CreateBackupVaultResponse.cs index 70148ce70749..82a3e2ea22b1 100644 --- a/sdk/src/Services/Backup/Generated/Model/CreateBackupVaultResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/CreateBackupVaultResponse.cs @@ -42,7 +42,7 @@ public partial class CreateBackupVaultResponse : AmazonWebServiceResponse /// Gets and sets the property BackupVaultArn. /// /// An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, - /// arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. + /// arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault. /// /// public string BackupVaultArn diff --git a/sdk/src/Services/Backup/Generated/Model/CreateFrameworkRequest.cs b/sdk/src/Services/Backup/Generated/Model/CreateFrameworkRequest.cs index 55b8e997ff6a..ba76ae161bff 100644 --- a/sdk/src/Services/Backup/Generated/Model/CreateFrameworkRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/CreateFrameworkRequest.cs @@ -47,8 +47,8 @@ public partial class CreateFrameworkRequest : AmazonBackupRequest /// /// Gets and sets the property FrameworkControls. /// - /// A list of the controls that make up the framework. Each control in the list has a - /// name, input parameters, and scope. + /// The controls that make up the framework. Each control in the list has a name, input + /// parameters, and scope. /// /// [AWSProperty(Required=true)] @@ -107,8 +107,7 @@ internal bool IsSetFrameworkName() /// /// Gets and sets the property FrameworkTags. /// - /// Metadata that you can assign to help organize the frameworks that you create. Each - /// tag is a key-value pair. + /// The tags to assign to the framework. /// /// public Dictionary FrameworkTags diff --git a/sdk/src/Services/Backup/Generated/Model/CreateLegalHoldRequest.cs b/sdk/src/Services/Backup/Generated/Model/CreateLegalHoldRequest.cs index ed7fef6661a2..1300ebd185cf 100644 --- a/sdk/src/Services/Backup/Generated/Model/CreateLegalHoldRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/CreateLegalHoldRequest.cs @@ -31,10 +31,10 @@ namespace Amazon.Backup.Model { /// /// Container for the parameters to the CreateLegalHold operation. - /// This action creates a legal hold on a recovery point (backup). A legal hold is a restraint - /// on altering or deleting a backup until an authorized user cancels the legal hold. - /// Any actions to delete or disassociate a recovery point will fail with an error if - /// one or more active legal holds are on the recovery point. + /// Creates a legal hold on a recovery point (backup). A legal hold is a restraint on + /// altering or deleting a backup until an authorized user cancels the legal hold. Any + /// actions to delete or disassociate a recovery point will fail with an error if one + /// or more active legal holds are on the recovery point. /// public partial class CreateLegalHoldRequest : AmazonBackupRequest { @@ -47,7 +47,7 @@ public partial class CreateLegalHoldRequest : AmazonBackupRequest /// /// Gets and sets the property Description. /// - /// This is the string description of the legal hold. + /// The description of the legal hold. /// /// [AWSProperty(Required=true)] @@ -86,8 +86,7 @@ internal bool IsSetIdempotencyToken() /// /// Gets and sets the property RecoveryPointSelection. /// - /// This specifies criteria to assign a set of resources, such as resource types or backup - /// vaults. + /// The criteria to assign a set of resources, such as resource types or backup vaults. /// /// public RecoveryPointSelection RecoveryPointSelection @@ -126,7 +125,7 @@ internal bool IsSetTags() /// /// Gets and sets the property Title. /// - /// This is the string title of the legal hold. + /// The title of the legal hold. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/CreateLegalHoldResponse.cs b/sdk/src/Services/Backup/Generated/Model/CreateLegalHoldResponse.cs index e36cbf540abf..2b17cbd7f9b7 100644 --- a/sdk/src/Services/Backup/Generated/Model/CreateLegalHoldResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/CreateLegalHoldResponse.cs @@ -45,7 +45,7 @@ public partial class CreateLegalHoldResponse : AmazonWebServiceResponse /// /// Gets and sets the property CreationDate. /// - /// Time in number format when legal hold was created. + /// The time when the legal hold was created. /// /// public DateTime CreationDate @@ -63,7 +63,7 @@ internal bool IsSetCreationDate() /// /// Gets and sets the property Description. /// - /// This is the returned string description of the legal hold. + /// The description of the legal hold. /// /// public string Description @@ -81,7 +81,7 @@ internal bool IsSetDescription() /// /// Gets and sets the property LegalHoldArn. /// - /// This is the ARN (Amazon Resource Number) of the created legal hold. + /// The Amazon Resource Name (ARN) of the legal hold. /// /// public string LegalHoldArn @@ -99,7 +99,7 @@ internal bool IsSetLegalHoldArn() /// /// Gets and sets the property LegalHoldId. /// - /// Legal hold ID returned for the specified legal hold on a recovery point. + /// The ID of the legal hold. /// /// public string LegalHoldId @@ -117,8 +117,7 @@ internal bool IsSetLegalHoldId() /// /// Gets and sets the property RecoveryPointSelection. /// - /// This specifies criteria to assign a set of resources, such as resource types or backup - /// vaults. + /// The criteria to assign to a set of resources, such as resource types or backup vaults. /// /// public RecoveryPointSelection RecoveryPointSelection @@ -136,9 +135,7 @@ internal bool IsSetRecoveryPointSelection() /// /// Gets and sets the property Status. /// - /// This displays the status of the legal hold returned after creating the legal hold. - /// Statuses can be ACTIVE, PENDING, CANCELED, CANCELING, - /// or FAILED. + /// The status of the legal hold. /// /// public LegalHoldStatus Status @@ -156,7 +153,7 @@ internal bool IsSetStatus() /// /// Gets and sets the property Title. /// - /// This is the string title of the legal hold returned after creating the legal hold. + /// The title of the legal hold. /// /// public string Title diff --git a/sdk/src/Services/Backup/Generated/Model/CreateLogicallyAirGappedBackupVaultRequest.cs b/sdk/src/Services/Backup/Generated/Model/CreateLogicallyAirGappedBackupVaultRequest.cs index e1d4f41067b8..776716673b40 100644 --- a/sdk/src/Services/Backup/Generated/Model/CreateLogicallyAirGappedBackupVaultRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/CreateLogicallyAirGappedBackupVaultRequest.cs @@ -31,7 +31,7 @@ namespace Amazon.Backup.Model { /// /// Container for the parameters to the CreateLogicallyAirGappedBackupVault operation. - /// This request creates a logical container to where backups may be copied. + /// Creates a logical container to where backups may be copied. /// /// /// @@ -56,7 +56,9 @@ public partial class CreateLogicallyAirGappedBackupVaultRequest : AmazonBackupRe /// /// Gets and sets the property BackupVaultName. /// - /// This is the name of the vault that is being created. + /// The name of a logical container where backups are stored. Logically air-gapped backup + /// vaults are identified by names that are unique to the account used to create them + /// and the Region where they are created. /// /// [AWSProperty(Required=true)] @@ -75,7 +77,7 @@ internal bool IsSetBackupVaultName() /// /// Gets and sets the property BackupVaultTags. /// - /// These are the tags that will be included in the newly-created vault. + /// The tags to assign to the vault. /// /// [AWSProperty(Sensitive=true)] @@ -94,7 +96,7 @@ internal bool IsSetBackupVaultTags() /// /// Gets and sets the property CreatorRequestId. /// - /// This is the ID of the creation request. + /// The ID of the creation request. /// /// /// @@ -117,18 +119,7 @@ internal bool IsSetCreatorRequestId() /// /// Gets and sets the property MaxRetentionDays. /// - /// This is the setting that specifies the maximum retention period that the vault retains - /// its recovery points. If this parameter is not specified, Backup does not enforce a - /// maximum retention period on the recovery points in the vault (allowing indefinite - /// storage). - /// - /// - /// - /// 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 - /// 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. + /// The maximum retention period that the vault retains its recovery points. /// /// [AWSProperty(Required=true)] @@ -148,15 +139,11 @@ internal bool IsSetMaxRetentionDays() /// Gets and sets the property MinRetentionDays. /// /// This setting specifies the minimum retention period that the vault retains its recovery - /// points. If this parameter is not specified, no minimum retention period is enforced. + /// points. /// /// /// - /// 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 a job - /// 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. + /// The minimum value accepted is 7 days. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/CreateLogicallyAirGappedBackupVaultResponse.cs b/sdk/src/Services/Backup/Generated/Model/CreateLogicallyAirGappedBackupVaultResponse.cs index ca9845b25099..99b447f0a078 100644 --- a/sdk/src/Services/Backup/Generated/Model/CreateLogicallyAirGappedBackupVaultResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/CreateLogicallyAirGappedBackupVaultResponse.cs @@ -42,7 +42,7 @@ public partial class CreateLogicallyAirGappedBackupVaultResponse : AmazonWebServ /// /// Gets and sets the property BackupVaultArn. /// - /// This is the ARN (Amazon Resource Name) of the vault being created. + /// The ARN (Amazon Resource Name) of the vault. /// /// public string BackupVaultArn @@ -62,8 +62,7 @@ internal bool IsSetBackupVaultArn() /// /// The name of a logical container where backups are stored. Logically air-gapped 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. + /// and the Region where they are created. /// /// public string BackupVaultName @@ -105,7 +104,7 @@ internal bool IsSetCreationDate() /// /// Gets and sets the property VaultState. /// - /// This is the current state of the vault. + /// The current state of the vault. /// /// public VaultState VaultState diff --git a/sdk/src/Services/Backup/Generated/Model/CreateReportPlanRequest.cs b/sdk/src/Services/Backup/Generated/Model/CreateReportPlanRequest.cs index 6283d5b81090..e11410721daf 100644 --- a/sdk/src/Services/Backup/Generated/Model/CreateReportPlanRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/CreateReportPlanRequest.cs @@ -132,8 +132,7 @@ internal bool IsSetReportPlanName() /// /// Gets and sets the property ReportPlanTags. /// - /// Metadata that you can assign to help organize the report plans that you create. Each - /// tag is a key-value pair. + /// The tags to assign to the report plan. /// /// public Dictionary ReportPlanTags diff --git a/sdk/src/Services/Backup/Generated/Model/CreateRestoreTestingPlanRequest.cs b/sdk/src/Services/Backup/Generated/Model/CreateRestoreTestingPlanRequest.cs index 06cfabaf8b69..bc14bdbc512c 100644 --- a/sdk/src/Services/Backup/Generated/Model/CreateRestoreTestingPlanRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/CreateRestoreTestingPlanRequest.cs @@ -31,13 +31,12 @@ namespace Amazon.Backup.Model { /// /// Container for the parameters to the CreateRestoreTestingPlan operation. - /// This is the first of two steps to create a restore testing plan; once this request - /// is successful, finish the procedure with request CreateRestoreTestingSelection. + /// Creates a restore testing plan. /// /// /// - /// You must include the parameter RestoreTestingPlan. You may optionally include CreatorRequestId - /// and Tags. + /// The first of two steps to create a restore testing plan. After this request is successful, + /// finish the procedure using CreateRestoreTestingSelection. /// /// public partial class CreateRestoreTestingPlanRequest : AmazonBackupRequest @@ -96,9 +95,7 @@ internal bool IsSetRestoreTestingPlan() /// /// Gets and sets the property Tags. /// - /// Optional tags to include. A tag is a key-value pair you can use to manage, filter, - /// and search for your resources. Allowed characters include UTF-8 letters,numbers, spaces, - /// and the following characters: + - = . _ : /. + /// The tags to assign to the restore testing plan. /// /// [AWSProperty(Sensitive=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/CreateRestoreTestingSelectionResponse.cs b/sdk/src/Services/Backup/Generated/Model/CreateRestoreTestingSelectionResponse.cs index 4a89dd54671e..c2ee089dae06 100644 --- a/sdk/src/Services/Backup/Generated/Model/CreateRestoreTestingSelectionResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/CreateRestoreTestingSelectionResponse.cs @@ -42,7 +42,7 @@ public partial class CreateRestoreTestingSelectionResponse : AmazonWebServiceRes /// /// Gets and sets the property CreationTime. /// - /// This is the time the resource testing selection was created successfully. + /// The time that the resource testing selection was created. /// /// [AWSProperty(Required=true)] @@ -61,8 +61,7 @@ internal bool IsSetCreationTime() /// /// Gets and sets the property RestoreTestingPlanArn. /// - /// This is the ARN of the restore testing plan with which the restore testing selection - /// is associated. + /// The ARN of the restore testing plan with which the restore testing selection is associated. /// /// [AWSProperty(Required=true)] @@ -81,7 +80,7 @@ internal bool IsSetRestoreTestingPlanArn() /// /// Gets and sets the property RestoreTestingPlanName. /// - /// Unique string that is the name of the restore testing plan. + /// The name of the restore testing plan. /// /// /// @@ -105,8 +104,7 @@ internal bool IsSetRestoreTestingPlanName() /// /// Gets and sets the property RestoreTestingSelectionName. /// - /// This is the unique name of the restore testing selection that belongs to the related - /// restore testing plan. + /// The name of the restore testing selection for the related restore testing plan. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/DeleteBackupVaultNotificationsRequest.cs b/sdk/src/Services/Backup/Generated/Model/DeleteBackupVaultNotificationsRequest.cs index b35eaba6af33..89704868fff5 100644 --- a/sdk/src/Services/Backup/Generated/Model/DeleteBackupVaultNotificationsRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/DeleteBackupVaultNotificationsRequest.cs @@ -42,7 +42,7 @@ public partial class DeleteBackupVaultNotificationsRequest : AmazonBackupRequest /// /// 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. + /// are created. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/DeleteBackupVaultRequest.cs b/sdk/src/Services/Backup/Generated/Model/DeleteBackupVaultRequest.cs index 3ecc42919a58..f62a898af6ea 100644 --- a/sdk/src/Services/Backup/Generated/Model/DeleteBackupVaultRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/DeleteBackupVaultRequest.cs @@ -43,7 +43,7 @@ public partial class DeleteBackupVaultRequest : AmazonBackupRequest /// /// 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. + /// Region where they are created. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/DeleteRecoveryPointRequest.cs b/sdk/src/Services/Backup/Generated/Model/DeleteRecoveryPointRequest.cs index 9a117e65ea45..6f3c7d1707e4 100644 --- a/sdk/src/Services/Backup/Generated/Model/DeleteRecoveryPointRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/DeleteRecoveryPointRequest.cs @@ -67,7 +67,7 @@ public partial class DeleteRecoveryPointRequest : AmazonBackupRequest /// /// 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. + /// Region where they are created. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/DescribeBackupJobResponse.cs b/sdk/src/Services/Backup/Generated/Model/DescribeBackupJobResponse.cs index e4ba4f90599c..ccaffedc03a5 100644 --- a/sdk/src/Services/Backup/Generated/Model/DescribeBackupJobResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/DescribeBackupJobResponse.cs @@ -159,7 +159,7 @@ internal bool IsSetBackupType() /// Gets and sets the property BackupVaultArn. /// /// An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, - /// arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. + /// arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault. /// /// public string BackupVaultArn @@ -179,7 +179,7 @@ internal bool IsSetBackupVaultArn() /// /// 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. + /// Region where they are created. /// /// public string BackupVaultName @@ -335,7 +335,7 @@ internal bool IsSetIamRoleArn() /// /// Gets and sets the property InitiationDate. /// - /// This is the date a backup job was initiated. + /// The date a backup job was initiated. /// /// public DateTime InitiationDate @@ -371,7 +371,7 @@ internal bool IsSetIsParent() /// /// Gets and sets the property MessageCategory. /// - /// This is the job count for the specified message category. + /// The job count for the specified message category. /// /// /// @@ -487,7 +487,7 @@ internal bool IsSetResourceArn() /// /// Gets and sets the property ResourceName. /// - /// This is the non-unique name of the resource that belongs to the specified backup. + /// The non-unique name of the resource that belongs to the specified backup. /// /// public string ResourceName diff --git a/sdk/src/Services/Backup/Generated/Model/DescribeBackupVaultRequest.cs b/sdk/src/Services/Backup/Generated/Model/DescribeBackupVaultRequest.cs index 8a7a3f345830..4703cf7f1b72 100644 --- a/sdk/src/Services/Backup/Generated/Model/DescribeBackupVaultRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/DescribeBackupVaultRequest.cs @@ -41,7 +41,7 @@ public partial class DescribeBackupVaultRequest : AmazonBackupRequest /// /// Gets and sets the property BackupVaultAccountId. /// - /// This is the account ID of the specified backup vault. + /// The account ID of the specified backup vault. /// /// public string BackupVaultAccountId @@ -61,7 +61,7 @@ internal bool IsSetBackupVaultAccountId() /// /// 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. + /// Region where they are created. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/DescribeBackupVaultResponse.cs b/sdk/src/Services/Backup/Generated/Model/DescribeBackupVaultResponse.cs index 0a1f08e9134e..c9540ec6e310 100644 --- a/sdk/src/Services/Backup/Generated/Model/DescribeBackupVaultResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/DescribeBackupVaultResponse.cs @@ -44,13 +44,14 @@ public partial class DescribeBackupVaultResponse : AmazonWebServiceResponse private long? _maxRetentionDays; private long? _minRetentionDays; private long? _numberOfRecoveryPoints; + private VaultState _vaultState; private VaultType _vaultType; /// /// Gets and sets the property BackupVaultArn. /// /// An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, - /// arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. + /// arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault. /// /// public string BackupVaultArn @@ -70,7 +71,7 @@ internal bool IsSetBackupVaultArn() /// /// 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. + /// are created. /// /// public string BackupVaultName @@ -229,7 +230,7 @@ internal bool IsSetMaxRetentionDays() /// /// 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. + /// will not enforce a minimum retention period. /// /// /// @@ -271,10 +272,28 @@ internal bool IsSetNumberOfRecoveryPoints() return this._numberOfRecoveryPoints.HasValue; } + /// + /// Gets and sets the property VaultState. + /// + /// The current state of the vault.-> + /// + /// + public VaultState VaultState + { + get { return this._vaultState; } + set { this._vaultState = value; } + } + + // Check to see if VaultState property is set + internal bool IsSetVaultState() + { + return this._vaultState != null; + } + /// /// Gets and sets the property VaultType. /// - /// This is the type of vault described. + /// The type of vault described. /// /// public VaultType VaultType diff --git a/sdk/src/Services/Backup/Generated/Model/DescribeFrameworkResponse.cs b/sdk/src/Services/Backup/Generated/Model/DescribeFrameworkResponse.cs index 013a125e2731..fa900d69de35 100644 --- a/sdk/src/Services/Backup/Generated/Model/DescribeFrameworkResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/DescribeFrameworkResponse.cs @@ -108,8 +108,8 @@ internal bool IsSetFrameworkArn() /// /// Gets and sets the property FrameworkControls. /// - /// A list of the controls that make up the framework. Each control in the list has a - /// name, input parameters, and scope. + /// The controls that make up the framework. Each control in the list has a name, input + /// parameters, and scope. /// /// public List FrameworkControls diff --git a/sdk/src/Services/Backup/Generated/Model/DescribeProtectedResourceResponse.cs b/sdk/src/Services/Backup/Generated/Model/DescribeProtectedResourceResponse.cs index 45ee739f203c..5048888705c6 100644 --- a/sdk/src/Services/Backup/Generated/Model/DescribeProtectedResourceResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/DescribeProtectedResourceResponse.cs @@ -68,8 +68,8 @@ internal bool IsSetLastBackupTime() /// /// Gets and sets the property LastBackupVaultArn. /// - /// This is the ARN (Amazon Resource Name) of the backup vault that contains the most - /// recent backup recovery point. + /// The ARN (Amazon Resource Name) of the backup vault that contains the most recent backup + /// recovery point. /// /// public string LastBackupVaultArn @@ -87,7 +87,7 @@ internal bool IsSetLastBackupVaultArn() /// /// Gets and sets the property LastRecoveryPointArn. /// - /// This is the ARN (Amazon Resource Name) of the most recent recovery point. + /// The ARN (Amazon Resource Name) of the most recent recovery point. /// /// public string LastRecoveryPointArn @@ -105,7 +105,7 @@ internal bool IsSetLastRecoveryPointArn() /// /// Gets and sets the property LatestRestoreExecutionTimeMinutes. /// - /// This is the time in minutes the most recent restore job took to complete. + /// The time, in minutes, that the most recent restore job took to complete. /// /// public long LatestRestoreExecutionTimeMinutes @@ -123,7 +123,7 @@ internal bool IsSetLatestRestoreExecutionTimeMinutes() /// /// Gets and sets the property LatestRestoreJobCreationDate. /// - /// This is the creation date of the most recent restore job. + /// The creation date of the most recent restore job. /// /// public DateTime LatestRestoreJobCreationDate @@ -141,7 +141,7 @@ internal bool IsSetLatestRestoreJobCreationDate() /// /// Gets and sets the property LatestRestoreRecoveryPointCreationDate. /// - /// This is the date the most recent recovery point was created. + /// The date the most recent recovery point was created. /// /// public DateTime LatestRestoreRecoveryPointCreationDate @@ -178,7 +178,7 @@ internal bool IsSetResourceArn() /// /// Gets and sets the property ResourceName. /// - /// This is the non-unique name of the resource that belongs to the specified backup. + /// The name of the resource that belongs to the specified backup. /// /// public string ResourceName diff --git a/sdk/src/Services/Backup/Generated/Model/DescribeRecoveryPointRequest.cs b/sdk/src/Services/Backup/Generated/Model/DescribeRecoveryPointRequest.cs index 832d174d520d..cd739b9ce8b3 100644 --- a/sdk/src/Services/Backup/Generated/Model/DescribeRecoveryPointRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/DescribeRecoveryPointRequest.cs @@ -43,7 +43,7 @@ public partial class DescribeRecoveryPointRequest : AmazonBackupRequest /// /// Gets and sets the property BackupVaultAccountId. /// - /// This is the account ID of the specified backup vault. + /// The account ID of the specified backup vault. /// /// public string BackupVaultAccountId @@ -63,7 +63,7 @@ internal bool IsSetBackupVaultAccountId() /// /// 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. + /// Region where they are created. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/DescribeRecoveryPointResponse.cs b/sdk/src/Services/Backup/Generated/Model/DescribeRecoveryPointResponse.cs index 914a242a3851..583f5852e834 100644 --- a/sdk/src/Services/Backup/Generated/Model/DescribeRecoveryPointResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/DescribeRecoveryPointResponse.cs @@ -80,7 +80,7 @@ internal bool IsSetBackupSizeInBytes() /// /// Gets and sets the property BackupVaultArn. /// - /// An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. + /// An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault. /// /// public string BackupVaultArn @@ -100,7 +100,7 @@ internal bool IsSetBackupVaultArn() /// /// 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. + /// are created. /// /// public string BackupVaultName @@ -158,9 +158,8 @@ internal bool IsSetCompletionDate() /// /// Gets and sets the property CompositeMemberIdentifier. /// - /// This is the identifier of a resource within a composite group, such as nested (child) - /// recovery point belonging to a composite (parent) stack. The ID is transferred from - /// the + /// The identifier of a resource within a composite group, such as nested (child) recovery + /// point belonging to a composite (parent) stack. The ID is transferred from the /// logical ID within a stack. /// /// @@ -328,10 +327,9 @@ internal bool IsSetLastRestoreTime() /// /// /// - /// Resource types that are able to be transitioned to cold storage are listed in the - /// "Lifecycle to cold storage" section of the - /// Feature availability by resource table. Backup ignores this expression for other - /// resource types. + /// Resource types that can transition to cold storage are listed in the Feature + /// availability by resource table. Backup ignores this expression for other resource + /// types. /// /// public Lifecycle Lifecycle @@ -405,7 +403,7 @@ internal bool IsSetResourceArn() /// /// Gets and sets the property ResourceName. /// - /// This is the non-unique name of the resource that belongs to the specified backup. + /// The name of the resource that belongs to the specified backup. /// /// public string ResourceName @@ -444,7 +442,7 @@ internal bool IsSetResourceType() /// Gets and sets the property SourceBackupVaultArn. /// /// An Amazon Resource Name (ARN) that uniquely identifies the source vault where the - /// resource was originally backed up in; for example, arn:aws:backup:us-east-1:123456789012:vault:BackupVault. + /// resource was originally backed up in; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault. /// If the recovery is restored to the same Amazon Web Services account or Region, this /// value will be null. /// @@ -487,7 +485,9 @@ internal bool IsSetSourceBackupVaultArn() /// STOPPED status occurs on a continuous backup where a user has taken some action /// that causes the continuous backup to be disabled. This can be caused by the removal /// of permissions, turning off versioning, turning off events being sent to EventBridge, - /// or disabling the EventBridge rules that are put in place by Backup. + /// or disabling the EventBridge rules that are put in place by Backup. For recovery points + /// of Amazon S3, Amazon RDS, and Amazon Aurora resources, this status occurs when the + /// retention period of a continuous backup rule is changed. /// /// /// @@ -555,7 +555,7 @@ internal bool IsSetStorageClass() /// /// Gets and sets the property VaultType. /// - /// This is the type of vault in which the described recovery point is stored. + /// The type of vault in which the described recovery point is stored. /// /// public VaultType VaultType diff --git a/sdk/src/Services/Backup/Generated/Model/DescribeRegionSettingsResponse.cs b/sdk/src/Services/Backup/Generated/Model/DescribeRegionSettingsResponse.cs index 05562d065365..2e554b8b92d1 100644 --- a/sdk/src/Services/Backup/Generated/Model/DescribeRegionSettingsResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/DescribeRegionSettingsResponse.cs @@ -44,14 +44,14 @@ public partial class DescribeRegionSettingsResponse : AmazonWebServiceResponse /// /// /// - /// For the benefits of full Backup management, see - /// Full Backup management. + /// For the benefits of full Backup management, see Full + /// Backup management. /// /// /// /// For a list of resource types and whether each supports full Backup management, see - /// the - /// Feature availability by resource table. + /// the Feature + /// availability by resource table. /// /// /// @@ -75,7 +75,7 @@ internal bool IsSetResourceTypeManagementPreference() /// /// Gets and sets the property ResourceTypeOptInPreference. /// - /// Returns a list of all services along with the opt-in preferences in the Region. + /// The services along with the opt-in preferences in the Region. /// /// public Dictionary ResourceTypeOptInPreference diff --git a/sdk/src/Services/Backup/Generated/Model/DescribeReportJobResponse.cs b/sdk/src/Services/Backup/Generated/Model/DescribeReportJobResponse.cs index 098f0cccc86e..c72b74eebd9f 100644 --- a/sdk/src/Services/Backup/Generated/Model/DescribeReportJobResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/DescribeReportJobResponse.cs @@ -39,9 +39,9 @@ public partial class DescribeReportJobResponse : AmazonWebServiceResponse /// /// Gets and sets the property ReportJob. /// - /// 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. + /// The 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. /// /// public ReportJob ReportJob diff --git a/sdk/src/Services/Backup/Generated/Model/DescribeRestoreJobResponse.cs b/sdk/src/Services/Backup/Generated/Model/DescribeRestoreJobResponse.cs index 009e35fc9a81..309c1d8ac5e2 100644 --- a/sdk/src/Services/Backup/Generated/Model/DescribeRestoreJobResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/DescribeRestoreJobResponse.cs @@ -132,9 +132,11 @@ internal bool IsSetCreatedBy() /// /// Gets and sets the property CreatedResourceArn. /// - /// 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. + /// The Amazon Resource Name (ARN) of the resource that was created by the restore job. + /// + /// + /// + /// The format of the ARN depends on the resource type of the backed-up resource. /// /// public string CreatedResourceArn @@ -172,8 +174,7 @@ internal bool IsSetCreationDate() /// /// Gets and sets the property DeletionStatus. /// - /// This notes the status of the data generated by the restore test. The status may be - /// Deleting, Failed, or Successful. + /// The status of the data generated by the restore test. /// /// public RestoreDeletionStatus DeletionStatus @@ -284,7 +285,7 @@ internal bool IsSetRecoveryPointArn() /// /// Gets and sets the property RecoveryPointCreationDate. /// - /// This is the creation date of the recovery point made by the specifed restore job. + /// The creation date of the recovery point made by the specifed restore job. /// /// public DateTime RecoveryPointCreationDate @@ -375,7 +376,7 @@ internal bool IsSetStatusMessage() /// /// Gets and sets the property ValidationStatus. /// - /// This is the status of validation run on the indicated restore job. + /// The status of validation run on the indicated restore job. /// /// public RestoreValidationStatus ValidationStatus @@ -393,7 +394,7 @@ internal bool IsSetValidationStatus() /// /// Gets and sets the property ValidationStatusMessage. /// - /// This describes the status of validation run on the indicated restore job. + /// The status message. /// /// public string ValidationStatusMessage diff --git a/sdk/src/Services/Backup/Generated/Model/DisassociateRecoveryPointFromParentRequest.cs b/sdk/src/Services/Backup/Generated/Model/DisassociateRecoveryPointFromParentRequest.cs index a629aeb76758..f68a603bbcda 100644 --- a/sdk/src/Services/Backup/Generated/Model/DisassociateRecoveryPointFromParentRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/DisassociateRecoveryPointFromParentRequest.cs @@ -42,10 +42,9 @@ public partial class DisassociateRecoveryPointFromParentRequest : AmazonBackupRe /// /// Gets and sets the property BackupVaultName. /// - /// This is the name of a logical container where the child (nested) recovery point is - /// 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. + /// The name of a logical container where the child (nested) recovery point is 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. /// /// [AWSProperty(Required=true)] @@ -64,8 +63,8 @@ internal bool IsSetBackupVaultName() /// /// Gets and sets the property RecoveryPointArn. /// - /// This is the Amazon Resource Name (ARN) that uniquely identifies the child (nested) - /// recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. + /// The Amazon Resource Name (ARN) that uniquely identifies the child (nested) recovery + /// point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. /// /// /// diff --git a/sdk/src/Services/Backup/Generated/Model/FrameworkControl.cs b/sdk/src/Services/Backup/Generated/Model/FrameworkControl.cs index 61b0cd867b5e..fafa449776c7 100644 --- a/sdk/src/Services/Backup/Generated/Model/FrameworkControl.cs +++ b/sdk/src/Services/Backup/Generated/Model/FrameworkControl.cs @@ -42,7 +42,7 @@ public partial class FrameworkControl /// /// Gets and sets the property ControlInputParameters. /// - /// A list of ParameterName and ParameterValue pairs. + /// The name/value pairs. /// /// public List ControlInputParameters diff --git a/sdk/src/Services/Backup/Generated/Model/GetBackupPlanResponse.cs b/sdk/src/Services/Backup/Generated/Model/GetBackupPlanResponse.cs index bdc9fc7d885f..2c34acdd441f 100644 --- a/sdk/src/Services/Backup/Generated/Model/GetBackupPlanResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/GetBackupPlanResponse.cs @@ -181,10 +181,10 @@ internal bool IsSetDeletionDate() /// /// Gets and sets the property LastExecutionDate. /// - /// 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 LastExecutionDate - /// is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, - /// January 26, 2018 12:11:30.087 AM. + /// The last time this backup plan was run. A date and time, in Unix format and Coordinated + /// Universal Time (UTC). The value of LastExecutionDate is accurate to milliseconds. + /// For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 + /// AM. /// /// public DateTime LastExecutionDate diff --git a/sdk/src/Services/Backup/Generated/Model/GetBackupVaultAccessPolicyRequest.cs b/sdk/src/Services/Backup/Generated/Model/GetBackupVaultAccessPolicyRequest.cs index 5530925fe31b..fbdf583d7980 100644 --- a/sdk/src/Services/Backup/Generated/Model/GetBackupVaultAccessPolicyRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/GetBackupVaultAccessPolicyRequest.cs @@ -42,7 +42,7 @@ public partial class GetBackupVaultAccessPolicyRequest : AmazonBackupRequest /// /// 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. + /// Region where they are created. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/GetBackupVaultAccessPolicyResponse.cs b/sdk/src/Services/Backup/Generated/Model/GetBackupVaultAccessPolicyResponse.cs index 5cbc858aafc5..b6a5adbba3f3 100644 --- a/sdk/src/Services/Backup/Generated/Model/GetBackupVaultAccessPolicyResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/GetBackupVaultAccessPolicyResponse.cs @@ -42,7 +42,7 @@ public partial class GetBackupVaultAccessPolicyResponse : AmazonWebServiceRespon /// Gets and sets the property BackupVaultArn. /// /// An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, - /// arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. + /// arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault. /// /// public string BackupVaultArn @@ -62,7 +62,7 @@ internal bool IsSetBackupVaultArn() /// /// 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. + /// are created. /// /// public string BackupVaultName diff --git a/sdk/src/Services/Backup/Generated/Model/GetBackupVaultNotificationsRequest.cs b/sdk/src/Services/Backup/Generated/Model/GetBackupVaultNotificationsRequest.cs index 29aa62d258d8..60926780da45 100644 --- a/sdk/src/Services/Backup/Generated/Model/GetBackupVaultNotificationsRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/GetBackupVaultNotificationsRequest.cs @@ -42,7 +42,7 @@ public partial class GetBackupVaultNotificationsRequest : AmazonBackupRequest /// /// 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. + /// Region where they are created. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/GetBackupVaultNotificationsResponse.cs b/sdk/src/Services/Backup/Generated/Model/GetBackupVaultNotificationsResponse.cs index 53e2269951f9..90ae6e03769a 100644 --- a/sdk/src/Services/Backup/Generated/Model/GetBackupVaultNotificationsResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/GetBackupVaultNotificationsResponse.cs @@ -43,7 +43,7 @@ public partial class GetBackupVaultNotificationsResponse : AmazonWebServiceRespo /// Gets and sets the property BackupVaultArn. /// /// An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, - /// arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. + /// arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault. /// /// public string BackupVaultArn @@ -82,7 +82,7 @@ internal bool IsSetBackupVaultEvents() /// /// 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. + /// are created. /// /// public string BackupVaultName diff --git a/sdk/src/Services/Backup/Generated/Model/GetLegalHoldRequest.cs b/sdk/src/Services/Backup/Generated/Model/GetLegalHoldRequest.cs index b97bea712a60..91278fd53c42 100644 --- a/sdk/src/Services/Backup/Generated/Model/GetLegalHoldRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/GetLegalHoldRequest.cs @@ -41,8 +41,7 @@ public partial class GetLegalHoldRequest : AmazonBackupRequest /// /// Gets and sets the property LegalHoldId. /// - /// This is the ID required to use GetLegalHold. This unique ID is associated with - /// a specific legal hold. + /// The ID of the legal hold. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/GetLegalHoldResponse.cs b/sdk/src/Services/Backup/Generated/Model/GetLegalHoldResponse.cs index 0d10caa8956b..85805f3e0d5b 100644 --- a/sdk/src/Services/Backup/Generated/Model/GetLegalHoldResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/GetLegalHoldResponse.cs @@ -48,7 +48,7 @@ public partial class GetLegalHoldResponse : AmazonWebServiceResponse /// /// Gets and sets the property CancelDescription. /// - /// String describing the reason for removing the legal hold. + /// The reason for removing the legal hold. /// /// public string CancelDescription @@ -66,7 +66,7 @@ internal bool IsSetCancelDescription() /// /// Gets and sets the property CancellationDate. /// - /// Time in number when legal hold was cancelled. + /// The time when the legal hold was cancelled. /// /// public DateTime CancellationDate @@ -84,7 +84,7 @@ internal bool IsSetCancellationDate() /// /// Gets and sets the property CreationDate. /// - /// Time in number format when legal hold was created. + /// The time when the legal hold was created. /// /// public DateTime CreationDate @@ -102,7 +102,7 @@ internal bool IsSetCreationDate() /// /// Gets and sets the property Description. /// - /// This is the returned string description of the legal hold. + /// The description of the legal hold. /// /// public string Description @@ -120,9 +120,8 @@ internal bool IsSetDescription() /// /// Gets and sets the property LegalHoldArn. /// - /// This is the returned framework ARN for the specified legal hold. An Amazon Resource - /// Name (ARN) uniquely identifies a resource. The format of the ARN depends on the resource - /// type. + /// The framework ARN for the specified legal hold. The format of the ARN depends on the + /// resource type. /// /// public string LegalHoldArn @@ -140,7 +139,7 @@ internal bool IsSetLegalHoldArn() /// /// Gets and sets the property LegalHoldId. /// - /// This is the returned ID associated with a specified legal hold. + /// The ID of the legal hold. /// /// public string LegalHoldId @@ -158,8 +157,7 @@ internal bool IsSetLegalHoldId() /// /// Gets and sets the property RecoveryPointSelection. /// - /// This specifies criteria to assign a set of resources, such as resource types or backup - /// vaults. + /// The criteria to assign a set of resources, such as resource types or backup vaults. /// /// public RecoveryPointSelection RecoveryPointSelection @@ -177,7 +175,7 @@ internal bool IsSetRecoveryPointSelection() /// /// Gets and sets the property RetainRecordUntil. /// - /// This is the date and time until which the legal hold record will be retained. + /// The date and time until which the legal hold record is retained. /// /// public DateTime RetainRecordUntil @@ -195,8 +193,7 @@ internal bool IsSetRetainRecordUntil() /// /// Gets and sets the property Status. /// - /// This is the status of the legal hold. Statuses can be ACTIVE, CREATING, - /// CANCELED, and CANCELING. + /// The status of the legal hold. /// /// public LegalHoldStatus Status @@ -214,7 +211,7 @@ internal bool IsSetStatus() /// /// Gets and sets the property Title. /// - /// This is the string title of the legal hold. + /// The title of the legal hold. /// /// public string Title diff --git a/sdk/src/Services/Backup/Generated/Model/GetRecoveryPointRestoreMetadataRequest.cs b/sdk/src/Services/Backup/Generated/Model/GetRecoveryPointRestoreMetadataRequest.cs index 29bf52400840..d1c66b4ec57c 100644 --- a/sdk/src/Services/Backup/Generated/Model/GetRecoveryPointRestoreMetadataRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/GetRecoveryPointRestoreMetadataRequest.cs @@ -42,7 +42,7 @@ public partial class GetRecoveryPointRestoreMetadataRequest : AmazonBackupReques /// /// Gets and sets the property BackupVaultAccountId. /// - /// This is the account ID of the specified backup vault. + /// The account ID of the specified backup vault. /// /// public string BackupVaultAccountId @@ -62,7 +62,7 @@ internal bool IsSetBackupVaultAccountId() /// /// 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. + /// Region where they are created. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/GetRecoveryPointRestoreMetadataResponse.cs b/sdk/src/Services/Backup/Generated/Model/GetRecoveryPointRestoreMetadataResponse.cs index 608e8f9a5c43..8877701a62cc 100644 --- a/sdk/src/Services/Backup/Generated/Model/GetRecoveryPointRestoreMetadataResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/GetRecoveryPointRestoreMetadataResponse.cs @@ -42,7 +42,7 @@ public partial class GetRecoveryPointRestoreMetadataResponse : AmazonWebServiceR /// /// Gets and sets the property BackupVaultArn. /// - /// An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. + /// An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault. /// /// public string BackupVaultArn @@ -78,7 +78,7 @@ internal bool IsSetRecoveryPointArn() /// /// Gets and sets the property ResourceType. /// - /// This is the resource type associated with the recovery point. + /// The resource type of the recovery point. /// /// public string ResourceType diff --git a/sdk/src/Services/Backup/Generated/Model/GetRestoreTestingInferredMetadataRequest.cs b/sdk/src/Services/Backup/Generated/Model/GetRestoreTestingInferredMetadataRequest.cs index ca52304d7546..110cbe12057c 100644 --- a/sdk/src/Services/Backup/Generated/Model/GetRestoreTestingInferredMetadataRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/GetRestoreTestingInferredMetadataRequest.cs @@ -44,7 +44,7 @@ public partial class GetRestoreTestingInferredMetadataRequest : AmazonBackupRequ /// /// Gets and sets the property BackupVaultAccountId. /// - /// This is the account ID of the specified backup vault. + /// The account ID of the specified backup vault. /// /// public string BackupVaultAccountId diff --git a/sdk/src/Services/Backup/Generated/Model/GetSupportedResourceTypesResponse.cs b/sdk/src/Services/Backup/Generated/Model/GetSupportedResourceTypesResponse.cs index 642e2358c3cf..b9989b74cde6 100644 --- a/sdk/src/Services/Backup/Generated/Model/GetSupportedResourceTypesResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/GetSupportedResourceTypesResponse.cs @@ -47,6 +47,14 @@ public partial class GetSupportedResourceTypesResponse : AmazonWebServiceRespons /// ///
  • /// + /// CloudFormation for CloudFormation + /// + ///
  • + /// + /// DocumentDB for Amazon DocumentDB (with MongoDB compatibility) + /// + ///
  • + /// /// DynamoDB for Amazon DynamoDB /// ///
  • @@ -63,7 +71,11 @@ public partial class GetSupportedResourceTypesResponse : AmazonWebServiceRespons /// ///
  • /// - /// FSX for Amazon FSx + /// FSx for Amazon FSx + /// + ///
  • + /// + /// Neptune for Amazon Neptune /// ///
  • /// @@ -71,15 +83,28 @@ public partial class GetSupportedResourceTypesResponse : AmazonWebServiceRespons /// ///
  • /// + /// Redshift for Amazon Redshift + /// + ///
  • + /// + /// S3 for Amazon Simple Storage Service (Amazon S3) + /// + ///
  • + /// + /// SAP HANA on Amazon EC2 for SAP HANA databases on Amazon Elastic Compute Cloud + /// instances + /// + ///
  • + /// /// Storage Gateway for Storage Gateway /// ///
  • /// - /// DocDB for Amazon DocumentDB (with MongoDB compatibility) + /// Timestream for Amazon Timestream /// ///
  • /// - /// Neptune for Amazon Neptune + /// VirtualMachine for VMware virtual machines /// ///
  • /// diff --git a/sdk/src/Services/Backup/Generated/Model/Internal/MarshallTransformations/BackupVaultListMemberUnmarshaller.cs b/sdk/src/Services/Backup/Generated/Model/Internal/MarshallTransformations/BackupVaultListMemberUnmarshaller.cs index ffffbc2c632d..c08f52ec9bda 100644 --- a/sdk/src/Services/Backup/Generated/Model/Internal/MarshallTransformations/BackupVaultListMemberUnmarshaller.cs +++ b/sdk/src/Services/Backup/Generated/Model/Internal/MarshallTransformations/BackupVaultListMemberUnmarshaller.cs @@ -126,6 +126,18 @@ public BackupVaultListMember Unmarshall(JsonUnmarshallerContext context) unmarshalledObject.NumberOfRecoveryPoints = unmarshaller.Unmarshall(context); continue; } + if (context.TestExpression("VaultState", targetDepth)) + { + var unmarshaller = StringUnmarshaller.Instance; + unmarshalledObject.VaultState = unmarshaller.Unmarshall(context); + continue; + } + if (context.TestExpression("VaultType", targetDepth)) + { + var unmarshaller = StringUnmarshaller.Instance; + unmarshalledObject.VaultType = unmarshaller.Unmarshall(context); + continue; + } } return unmarshalledObject; } diff --git a/sdk/src/Services/Backup/Generated/Model/Internal/MarshallTransformations/DescribeBackupVaultResponseUnmarshaller.cs b/sdk/src/Services/Backup/Generated/Model/Internal/MarshallTransformations/DescribeBackupVaultResponseUnmarshaller.cs index 6f48f9e1d919..d223993c322d 100644 --- a/sdk/src/Services/Backup/Generated/Model/Internal/MarshallTransformations/DescribeBackupVaultResponseUnmarshaller.cs +++ b/sdk/src/Services/Backup/Generated/Model/Internal/MarshallTransformations/DescribeBackupVaultResponseUnmarshaller.cs @@ -112,6 +112,12 @@ public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext cont response.NumberOfRecoveryPoints = unmarshaller.Unmarshall(context); continue; } + if (context.TestExpression("VaultState", targetDepth)) + { + var unmarshaller = StringUnmarshaller.Instance; + response.VaultState = unmarshaller.Unmarshall(context); + continue; + } if (context.TestExpression("VaultType", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; diff --git a/sdk/src/Services/Backup/Generated/Model/LegalHold.cs b/sdk/src/Services/Backup/Generated/Model/LegalHold.cs index a393d5291d37..698750cbce0f 100644 --- a/sdk/src/Services/Backup/Generated/Model/LegalHold.cs +++ b/sdk/src/Services/Backup/Generated/Model/LegalHold.cs @@ -50,7 +50,7 @@ public partial class LegalHold /// /// Gets and sets the property CancellationDate. /// - /// This is the time in number format when legal hold was cancelled. + /// The time when the legal hold was cancelled. /// /// public DateTime CancellationDate @@ -68,7 +68,7 @@ internal bool IsSetCancellationDate() /// /// Gets and sets the property CreationDate. /// - /// This is the time in number format when legal hold was created. + /// The time when the legal hold was created. /// /// public DateTime CreationDate @@ -86,7 +86,7 @@ internal bool IsSetCreationDate() /// /// Gets and sets the property Description. /// - /// This is the description of a legal hold. + /// The description of a legal hold. /// /// public string Description @@ -104,8 +104,7 @@ internal bool IsSetDescription() /// /// Gets and sets the property LegalHoldArn. /// - /// This is an Amazon Resource Number (ARN) that uniquely identifies the legal hold; for - /// example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. + /// The Amazon Resource Name (ARN) of the legal hold; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. /// /// public string LegalHoldArn @@ -123,7 +122,7 @@ internal bool IsSetLegalHoldArn() /// /// Gets and sets the property LegalHoldId. /// - /// ID of specific legal hold on one or more recovery points. + /// The ID of the legal hold. /// /// public string LegalHoldId @@ -141,8 +140,7 @@ internal bool IsSetLegalHoldId() /// /// Gets and sets the property Status. /// - /// This is the status of the legal hold. Statuses can be ACTIVE, CREATING, - /// CANCELED, and CANCELING. + /// The status of the legal hold. /// /// public LegalHoldStatus Status @@ -160,7 +158,7 @@ internal bool IsSetStatus() /// /// Gets and sets the property Title. /// - /// This is the title of a legal hold. + /// The title of a legal hold. /// /// public string Title diff --git a/sdk/src/Services/Backup/Generated/Model/Lifecycle.cs b/sdk/src/Services/Backup/Generated/Model/Lifecycle.cs index f9dc53298793..16a2d205b0d3 100644 --- a/sdk/src/Services/Backup/Generated/Model/Lifecycle.cs +++ b/sdk/src/Services/Backup/Generated/Model/Lifecycle.cs @@ -30,22 +30,26 @@ namespace Amazon.Backup.Model { /// - /// Contains an array of Transition objects specifying how long in days before - /// a recovery point transitions to cold storage or is deleted. + /// Specifies the time period, in days, before a recovery point transitions to cold storage + /// or is deleted. /// /// /// /// Backups transitioned to cold storage must be stored in cold storage for a minimum - /// of 90 days. Therefore, on the console, the “retention” 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. + /// of 90 days. Therefore, on the console, the retention setting must be 90 days greater + /// than the transition to cold after days setting. The transition to cold after days + /// setting can't be changed after a backup has been transitioned to cold. /// /// /// - /// Resource types that are able to be transitioned to cold storage are listed in the - /// "Lifecycle to cold storage" section of the - /// Feature availability by resource table. Backup ignores this expression for other - /// resource types. + /// Resource types that can transition to cold storage are listed in the Feature + /// availability by resource table. Backup ignores this expression for other resource + /// types. + /// + /// + /// + /// To remove the existing lifecycle and retention periods and keep your recovery points + /// indefinitely, specify -1 for MoveToColdStorageAfterDays and DeleteAfterDays. /// /// public partial class Lifecycle @@ -57,8 +61,8 @@ public partial class Lifecycle /// /// Gets and sets the property DeleteAfterDays. /// - /// Specifies the number of days after creation that a recovery point is deleted. Must - /// be greater than 90 days plus MoveToColdStorageAfterDays. + /// The number of days after creation that a recovery point is deleted. This value must + /// be at least 90 days after the number of days specified in MoveToColdStorageAfterDays. /// /// public long DeleteAfterDays @@ -76,8 +80,7 @@ internal bool IsSetDeleteAfterDays() /// /// Gets and sets the property MoveToColdStorageAfterDays. /// - /// Specifies the number of days after creation that a recovery point is moved to cold - /// storage. + /// The number of days after creation that a recovery point is moved to cold storage. /// /// public long MoveToColdStorageAfterDays @@ -95,9 +98,8 @@ internal bool IsSetMoveToColdStorageAfterDays() /// /// Gets and sets the property OptInToArchiveForSupportedResources. /// - /// Optional Boolean. If this is true, this setting will instruct your backup plan to - /// transition supported resources to archive (cold) storage tier in accordance with your - /// lifecycle settings. + /// If the value is true, your backup plan transitions supported resources to archive + /// (cold) storage tier in accordance with your lifecycle settings. /// /// public bool OptInToArchiveForSupportedResources diff --git a/sdk/src/Services/Backup/Generated/Model/ListBackupJobSummariesRequest.cs b/sdk/src/Services/Backup/Generated/Model/ListBackupJobSummariesRequest.cs index 754bbce5215a..b23c4a464842 100644 --- a/sdk/src/Services/Backup/Generated/Model/ListBackupJobSummariesRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/ListBackupJobSummariesRequest.cs @@ -87,23 +87,19 @@ internal bool IsSetAccountId() /// /// Gets and sets the property AggregationPeriod. /// - /// This is the period that sets the boundaries for returned results. - /// - /// - /// - /// Acceptable values include + /// The period for the returned results. /// ///
    • /// - /// ONE_DAY for daily job count for the prior 14 days. + /// ONE_DAY - The daily job count for the prior 14 days. /// ///
    • /// - /// SEVEN_DAYS for the aggregated job count for the prior 7 days. + /// SEVEN_DAYS - The aggregated job count for the prior 7 days. /// ///
    • /// - /// FOURTEEN_DAYS for aggregated job count for prior 14 days. + /// FOURTEEN_DAYS - The aggregated job count for prior 14 days. /// ///
    ///
    @@ -122,7 +118,7 @@ internal bool IsSetAggregationPeriod() /// /// Gets and sets the property MaxResults. /// - /// This parameter sets the maximum number of items to be returned. + /// The maximum number of items to be returned. /// /// /// diff --git a/sdk/src/Services/Backup/Generated/Model/ListBackupJobSummariesResponse.cs b/sdk/src/Services/Backup/Generated/Model/ListBackupJobSummariesResponse.cs index 0b119b3b1e92..4b8773bd2f40 100644 --- a/sdk/src/Services/Backup/Generated/Model/ListBackupJobSummariesResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/ListBackupJobSummariesResponse.cs @@ -41,19 +41,19 @@ public partial class ListBackupJobSummariesResponse : AmazonWebServiceResponse /// /// Gets and sets the property AggregationPeriod. /// - /// This is the period that sets the boundaries for returned results. + /// The period for the returned results. /// ///
    • /// - /// ONE_DAY for daily job count for the prior 14 days. + /// ONE_DAY - The daily job count for the prior 14 days. /// ///
    • /// - /// SEVEN_DAYS for the aggregated job count for the prior 7 days. + /// SEVEN_DAYS - The aggregated job count for the prior 7 days. /// ///
    • /// - /// FOURTEEN_DAYS for aggregated job count for prior 14 days. + /// FOURTEEN_DAYS - The aggregated job count for prior 14 days. /// ///
    ///
    @@ -72,8 +72,7 @@ internal bool IsSetAggregationPeriod() /// /// Gets and sets the property BackupJobSummaries. /// - /// This request returns a summary that contains Region, Account, State, ResourceType, - /// MessageCategory, StartTime, EndTime, and Count of included jobs. + /// The summary information. /// /// public List BackupJobSummaries diff --git a/sdk/src/Services/Backup/Generated/Model/ListBackupJobsRequest.cs b/sdk/src/Services/Backup/Generated/Model/ListBackupJobsRequest.cs index 86915507a544..a60115b709a2 100644 --- a/sdk/src/Services/Backup/Generated/Model/ListBackupJobsRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/ListBackupJobsRequest.cs @@ -80,8 +80,7 @@ internal bool IsSetByAccountId() /// /// 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. + /// and the Amazon Web Services Region where they are created. /// ///
    public string ByBackupVaultName @@ -287,23 +286,24 @@ internal bool IsSetByResourceArn() /// ///
  • /// - /// Redshift for Amazon Redshift + /// RDS for Amazon Relational Database Service /// ///
  • /// - /// RDS for Amazon Relational Database Service + /// Redshift for Amazon Redshift /// ///
  • /// - /// SAP HANA on Amazon EC2 for SAP HANA databases + /// S3 for Amazon Simple Storage Service (Amazon S3) /// ///
  • /// - /// Storage Gateway for Storage Gateway + /// SAP HANA on Amazon EC2 for SAP HANA databases on Amazon Elastic Compute Cloud + /// instances /// ///
  • /// - /// S3 for Amazon S3 + /// Storage Gateway for Storage Gateway /// ///
  • /// @@ -311,7 +311,7 @@ internal bool IsSetByResourceArn() /// ///
  • /// - /// VirtualMachine for virtual machines + /// VirtualMachine for VMware virtual machines /// ///
  • /// diff --git a/sdk/src/Services/Backup/Generated/Model/ListBackupPlanTemplatesRequest.cs b/sdk/src/Services/Backup/Generated/Model/ListBackupPlanTemplatesRequest.cs index 64359fe93c99..791cf92eddaf 100644 --- a/sdk/src/Services/Backup/Generated/Model/ListBackupPlanTemplatesRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/ListBackupPlanTemplatesRequest.cs @@ -31,8 +31,7 @@ namespace Amazon.Backup.Model { /// /// Container for the parameters to the ListBackupPlanTemplates operation. - /// Returns metadata of your saved backup plan templates, including the template ID, name, - /// and the creation and deletion dates. + /// Lists the backup plan templates. /// public partial class ListBackupPlanTemplatesRequest : AmazonBackupRequest { @@ -42,7 +41,7 @@ public partial class ListBackupPlanTemplatesRequest : AmazonBackupRequest /// /// Gets and sets the property MaxResults. /// - /// The maximum number of items to be returned. + /// The maximum number of items to return. /// /// [AWSProperty(Min=1, Max=1000)] diff --git a/sdk/src/Services/Backup/Generated/Model/ListBackupPlansRequest.cs b/sdk/src/Services/Backup/Generated/Model/ListBackupPlansRequest.cs index e448985c4735..e7956365aaf9 100644 --- a/sdk/src/Services/Backup/Generated/Model/ListBackupPlansRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/ListBackupPlansRequest.cs @@ -31,9 +31,7 @@ namespace Amazon.Backup.Model { /// /// Container for the parameters to the ListBackupPlans operation. - /// 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. + /// Lists the active backup plans for the account. /// public partial class ListBackupPlansRequest : AmazonBackupRequest { diff --git a/sdk/src/Services/Backup/Generated/Model/ListBackupPlansResponse.cs b/sdk/src/Services/Backup/Generated/Model/ListBackupPlansResponse.cs index 9b8707f83bcf..43e2f3ecf64f 100644 --- a/sdk/src/Services/Backup/Generated/Model/ListBackupPlansResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/ListBackupPlansResponse.cs @@ -40,7 +40,7 @@ public partial class ListBackupPlansResponse : AmazonWebServiceResponse /// /// Gets and sets the property BackupPlansList. /// - /// An array of backup plan list items containing metadata about your saved backup plans. + /// Information about the backup plans. /// /// public List BackupPlansList diff --git a/sdk/src/Services/Backup/Generated/Model/ListCopyJobSummariesRequest.cs b/sdk/src/Services/Backup/Generated/Model/ListCopyJobSummariesRequest.cs index ed9cf420b0bd..d90af67e984d 100644 --- a/sdk/src/Services/Backup/Generated/Model/ListCopyJobSummariesRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/ListCopyJobSummariesRequest.cs @@ -87,19 +87,19 @@ internal bool IsSetAccountId() /// /// Gets and sets the property AggregationPeriod. /// - /// This is the period that sets the boundaries for returned results. + /// The period for the returned results. /// ///
    • /// - /// ONE_DAY for daily job count for the prior 14 days. + /// ONE_DAY - The daily job count for the prior 14 days. /// ///
    • /// - /// SEVEN_DAYS for the aggregated job count for the prior 7 days. + /// SEVEN_DAYS - The aggregated job count for the prior 7 days. /// ///
    • /// - /// FOURTEEN_DAYS for aggregated job count for prior 14 days. + /// FOURTEEN_DAYS - The aggregated job count for prior 14 days. /// ///
    ///
    diff --git a/sdk/src/Services/Backup/Generated/Model/ListCopyJobSummariesResponse.cs b/sdk/src/Services/Backup/Generated/Model/ListCopyJobSummariesResponse.cs index 477054d78c63..1f64f7eb941c 100644 --- a/sdk/src/Services/Backup/Generated/Model/ListCopyJobSummariesResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/ListCopyJobSummariesResponse.cs @@ -41,19 +41,19 @@ public partial class ListCopyJobSummariesResponse : AmazonWebServiceResponse /// /// Gets and sets the property AggregationPeriod. /// - /// This is the period that sets the boundaries for returned results. + /// The period for the returned results. /// ///
    • /// - /// ONE_DAY for daily job count for the prior 14 days. + /// ONE_DAY - The daily job count for the prior 14 days. /// ///
    • /// - /// SEVEN_DAYS for the aggregated job count for the prior 7 days. + /// SEVEN_DAYS - The aggregated job count for the prior 7 days. /// ///
    • /// - /// FOURTEEN_DAYS for aggregated job count for prior 14 days. + /// FOURTEEN_DAYS - The aggregated job count for prior 14 days. /// ///
    ///
    diff --git a/sdk/src/Services/Backup/Generated/Model/ListCopyJobsRequest.cs b/sdk/src/Services/Backup/Generated/Model/ListCopyJobsRequest.cs index a32ce3cc4681..e98b6c25c256 100644 --- a/sdk/src/Services/Backup/Generated/Model/ListCopyJobsRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/ListCopyJobsRequest.cs @@ -146,7 +146,7 @@ internal bool IsSetByCreatedBefore() /// Gets and sets the property ByDestinationVaultArn. /// /// An Amazon Resource Name (ARN) that uniquely identifies a source backup vault to copy - /// from; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. + /// from; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault. /// /// /// @@ -280,23 +280,24 @@ internal bool IsSetByResourceArn() /// ///
  • /// - /// Redshift for Amazon Redshift + /// RDS for Amazon Relational Database Service /// ///
  • /// - /// RDS for Amazon Relational Database Service + /// Redshift for Amazon Redshift /// ///
  • /// - /// SAP HANA on Amazon EC2 for SAP HANA databases + /// S3 for Amazon Simple Storage Service (Amazon S3) /// ///
  • /// - /// Storage Gateway for Storage Gateway + /// SAP HANA on Amazon EC2 for SAP HANA databases on Amazon Elastic Compute Cloud + /// instances /// ///
  • /// - /// S3 for Amazon S3 + /// Storage Gateway for Storage Gateway /// ///
  • /// @@ -304,7 +305,7 @@ internal bool IsSetByResourceArn() /// ///
  • /// - /// VirtualMachine for virtual machines + /// VirtualMachine for VMware virtual machines /// ///
  • /// diff --git a/sdk/src/Services/Backup/Generated/Model/ListFrameworksResponse.cs b/sdk/src/Services/Backup/Generated/Model/ListFrameworksResponse.cs index fa08a64d81a0..e68a9f0f4da8 100644 --- a/sdk/src/Services/Backup/Generated/Model/ListFrameworksResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/ListFrameworksResponse.cs @@ -40,8 +40,8 @@ public partial class ListFrameworksResponse : AmazonWebServiceResponse /// /// Gets and sets the property Frameworks. /// - /// 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 + /// The frameworks with details for each framework, including the framework name, Amazon + /// Resource Name (ARN), description, number of controls, creation time, and deployment /// status. /// /// diff --git a/sdk/src/Services/Backup/Generated/Model/ListProtectedResourcesByBackupVaultRequest.cs b/sdk/src/Services/Backup/Generated/Model/ListProtectedResourcesByBackupVaultRequest.cs index 801fca080239..a65dbe444415 100644 --- a/sdk/src/Services/Backup/Generated/Model/ListProtectedResourcesByBackupVaultRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/ListProtectedResourcesByBackupVaultRequest.cs @@ -43,8 +43,8 @@ public partial class ListProtectedResourcesByBackupVaultRequest : AmazonBackupRe /// /// Gets and sets the property BackupVaultAccountId. /// - /// This is the list of protected resources by backup vault within the vault(s) you specify - /// by account ID. + /// The list of protected resources by backup vault within the vault(s) you specify by + /// account ID. /// /// public string BackupVaultAccountId @@ -62,8 +62,8 @@ internal bool IsSetBackupVaultAccountId() /// /// Gets and sets the property BackupVaultName. /// - /// This is the list of protected resources by backup vault within the vault(s) you specify - /// by name. + /// The list of protected resources by backup vault within the vault(s) you specify by + /// name. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/ListRecoveryPointsByBackupVaultRequest.cs b/sdk/src/Services/Backup/Generated/Model/ListRecoveryPointsByBackupVaultRequest.cs index e5180fdb04ec..685e94e8a48e 100644 --- a/sdk/src/Services/Backup/Generated/Model/ListRecoveryPointsByBackupVaultRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/ListRecoveryPointsByBackupVaultRequest.cs @@ -69,7 +69,7 @@ internal bool IsSetBackupVaultAccountId() /// /// 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. + /// Region where they are created. /// /// /// @@ -225,23 +225,24 @@ internal bool IsSetByResourceArn() /// ///
  • /// - /// Redshift for Amazon Redshift + /// RDS for Amazon Relational Database Service /// ///
  • /// - /// RDS for Amazon Relational Database Service + /// Redshift for Amazon Redshift /// ///
  • /// - /// SAP HANA on Amazon EC2 for SAP HANA databases + /// S3 for Amazon Simple Storage Service (Amazon S3) /// ///
  • /// - /// Storage Gateway for Storage Gateway + /// SAP HANA on Amazon EC2 for SAP HANA databases on Amazon Elastic Compute Cloud + /// instances /// ///
  • /// - /// S3 for Amazon S3 + /// Storage Gateway for Storage Gateway /// ///
  • /// @@ -249,7 +250,7 @@ internal bool IsSetByResourceArn() /// ///
  • /// - /// VirtualMachine for virtual machines + /// VirtualMachine for VMware virtual machines /// ///
  • /// diff --git a/sdk/src/Services/Backup/Generated/Model/ListRecoveryPointsByLegalHoldRequest.cs b/sdk/src/Services/Backup/Generated/Model/ListRecoveryPointsByLegalHoldRequest.cs index 2050ca7632e9..86f207b226d7 100644 --- a/sdk/src/Services/Backup/Generated/Model/ListRecoveryPointsByLegalHoldRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/ListRecoveryPointsByLegalHoldRequest.cs @@ -43,7 +43,7 @@ public partial class ListRecoveryPointsByLegalHoldRequest : AmazonBackupRequest /// /// Gets and sets the property LegalHoldId. /// - /// This is the ID of the legal hold. + /// The ID of the legal hold. /// /// [AWSProperty(Required=true)] @@ -62,7 +62,7 @@ internal bool IsSetLegalHoldId() /// /// Gets and sets the property MaxResults. /// - /// This is the maximum number of resource list items to be returned. + /// The maximum number of resource list items to be returned. /// /// [AWSProperty(Min=1, Max=1000)] @@ -81,10 +81,10 @@ internal bool IsSetMaxResults() /// /// Gets and sets the property NextToken. /// - /// This is the next item following a partial list of returned resources. For example, - /// if a request is made to return MaxResults number of resources, NextToken - /// allows you to return more items in your list starting at the location pointed to by - /// the next token. + /// The next item following a partial list of returned resources. For example, if a request + /// is made to return MaxResults number of resources, NextToken allows you + /// to return more items in your list starting at the location pointed to by the next + /// token. /// /// public string NextToken diff --git a/sdk/src/Services/Backup/Generated/Model/ListRecoveryPointsByLegalHoldResponse.cs b/sdk/src/Services/Backup/Generated/Model/ListRecoveryPointsByLegalHoldResponse.cs index bce2973504a3..934a69df4614 100644 --- a/sdk/src/Services/Backup/Generated/Model/ListRecoveryPointsByLegalHoldResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/ListRecoveryPointsByLegalHoldResponse.cs @@ -40,7 +40,7 @@ public partial class ListRecoveryPointsByLegalHoldResponse : AmazonWebServiceRes /// /// Gets and sets the property NextToken. /// - /// This return is the next item following a partial list of returned resources. + /// The next item following a partial list of returned resources. /// /// public string NextToken @@ -58,7 +58,7 @@ internal bool IsSetNextToken() /// /// Gets and sets the property RecoveryPoints. /// - /// This is a list of the recovery points returned by ListRecoveryPointsByLegalHold. + /// The recovery points. /// /// public List RecoveryPoints diff --git a/sdk/src/Services/Backup/Generated/Model/ListRecoveryPointsByResourceRequest.cs b/sdk/src/Services/Backup/Generated/Model/ListRecoveryPointsByResourceRequest.cs index 01a899bc51c5..f1ef1c3683fe 100644 --- a/sdk/src/Services/Backup/Generated/Model/ListRecoveryPointsByResourceRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/ListRecoveryPointsByResourceRequest.cs @@ -31,8 +31,8 @@ namespace Amazon.Backup.Model { /// /// Container for the parameters to the ListRecoveryPointsByResource operation. - /// Returns detailed information about all the recovery points of the type specified by - /// a resource Amazon Resource Name (ARN). + /// The information about the recovery points of the type specified by a resource Amazon + /// Resource Name (ARN). /// /// /// diff --git a/sdk/src/Services/Backup/Generated/Model/ListReportPlansResponse.cs b/sdk/src/Services/Backup/Generated/Model/ListReportPlansResponse.cs index cbb2e297d564..4b0bc972dd78 100644 --- a/sdk/src/Services/Backup/Generated/Model/ListReportPlansResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/ListReportPlansResponse.cs @@ -59,10 +59,10 @@ internal bool IsSetNextToken() /// /// Gets and sets the property ReportPlans. /// - /// 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. + /// The 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. /// /// public List ReportPlans diff --git a/sdk/src/Services/Backup/Generated/Model/ListRestoreJobSummariesRequest.cs b/sdk/src/Services/Backup/Generated/Model/ListRestoreJobSummariesRequest.cs index 11b361cfd2bc..1c21fa8b75aa 100644 --- a/sdk/src/Services/Backup/Generated/Model/ListRestoreJobSummariesRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/ListRestoreJobSummariesRequest.cs @@ -86,23 +86,19 @@ internal bool IsSetAccountId() /// /// Gets and sets the property AggregationPeriod. /// - /// This is the period that sets the boundaries for returned results. - /// - /// - /// - /// Acceptable values include + /// The period for the returned results. /// ///
    • /// - /// ONE_DAY for daily job count for the prior 14 days. + /// ONE_DAY - The daily job count for the prior 14 days. /// ///
    • /// - /// SEVEN_DAYS for the aggregated job count for the prior 7 days. + /// SEVEN_DAYS - The aggregated job count for the prior 7 days. /// ///
    • /// - /// FOURTEEN_DAYS for aggregated job count for prior 14 days. + /// FOURTEEN_DAYS - The aggregated job count for prior 14 days. /// ///
    ///
    diff --git a/sdk/src/Services/Backup/Generated/Model/ListRestoreJobSummariesResponse.cs b/sdk/src/Services/Backup/Generated/Model/ListRestoreJobSummariesResponse.cs index 8d2cacb253fe..8360e8535867 100644 --- a/sdk/src/Services/Backup/Generated/Model/ListRestoreJobSummariesResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/ListRestoreJobSummariesResponse.cs @@ -41,19 +41,19 @@ public partial class ListRestoreJobSummariesResponse : AmazonWebServiceResponse /// /// Gets and sets the property AggregationPeriod. /// - /// This is the period that sets the boundaries for returned results. + /// The period for the returned results. /// ///
    • /// - /// ONE_DAY for daily job count for the prior 14 days. + /// ONE_DAY - The daily job count for the prior 14 days. /// ///
    • /// - /// SEVEN_DAYS for the aggregated job count for the prior 7 days. + /// SEVEN_DAYS - The aggregated job count for the prior 7 days. /// ///
    • /// - /// FOURTEEN_DAYS for aggregated job count for prior 14 days. + /// FOURTEEN_DAYS - The aggregated job count for prior 14 days. /// ///
    ///
    diff --git a/sdk/src/Services/Backup/Generated/Model/ListRestoreJobsRequest.cs b/sdk/src/Services/Backup/Generated/Model/ListRestoreJobsRequest.cs index 2926d265df6a..f27a493dde8e 100644 --- a/sdk/src/Services/Backup/Generated/Model/ListRestoreJobsRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/ListRestoreJobsRequest.cs @@ -183,23 +183,24 @@ internal bool IsSetByCreatedBefore() ///
    ///
  • /// - /// Redshift for Amazon Redshift + /// RDS for Amazon Relational Database Service /// ///
  • /// - /// RDS for Amazon Relational Database Service + /// Redshift for Amazon Redshift /// ///
  • /// - /// SAP HANA on Amazon EC2 for SAP HANA databases + /// S3 for Amazon Simple Storage Service (Amazon S3) /// ///
  • /// - /// Storage Gateway for Storage Gateway + /// SAP HANA on Amazon EC2 for SAP HANA databases on Amazon Elastic Compute Cloud + /// instances /// ///
  • /// - /// S3 for Amazon S3 + /// Storage Gateway for Storage Gateway /// ///
  • /// @@ -207,7 +208,7 @@ internal bool IsSetByCreatedBefore() /// ///
  • /// - /// VirtualMachine for virtual machines + /// VirtualMachine for VMware virtual machines /// ///
  • ///
    diff --git a/sdk/src/Services/Backup/Generated/Model/ListTagsRequest.cs b/sdk/src/Services/Backup/Generated/Model/ListTagsRequest.cs index 41f9ee792166..e7c817cf3618 100644 --- a/sdk/src/Services/Backup/Generated/Model/ListTagsRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/ListTagsRequest.cs @@ -31,16 +31,8 @@ namespace Amazon.Backup.Model { /// /// Container for the parameters to the ListTags operation. - /// Returns a list of key-value pairs assigned to a target recovery point, backup plan, - /// or backup vault. - /// - /// - /// - /// ListTags only works for resource types that support full Backup management - /// of their backups. Those resource types are listed in the "Full Backup management" - /// section of the - /// Feature availability by resource table. - /// + /// Returns the tags assigned to the resource, such as a target recovery point, backup + /// plan, or backup vault. /// public partial class ListTagsRequest : AmazonBackupRequest { diff --git a/sdk/src/Services/Backup/Generated/Model/ListTagsResponse.cs b/sdk/src/Services/Backup/Generated/Model/ListTagsResponse.cs index 5be8e48efc4f..edb627ded23c 100644 --- a/sdk/src/Services/Backup/Generated/Model/ListTagsResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/ListTagsResponse.cs @@ -60,8 +60,7 @@ internal bool IsSetNextToken() /// /// Gets and sets the property Tags. /// - /// To help organize your resources, you can assign your own metadata to the resources - /// you create. Each tag is a key-value pair. + /// Information about the tags. /// /// [AWSProperty(Sensitive=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/ProtectedResource.cs b/sdk/src/Services/Backup/Generated/Model/ProtectedResource.cs index a06e5a49ae72..92adfcfa7229 100644 --- a/sdk/src/Services/Backup/Generated/Model/ProtectedResource.cs +++ b/sdk/src/Services/Backup/Generated/Model/ProtectedResource.cs @@ -64,8 +64,8 @@ internal bool IsSetLastBackupTime() /// /// Gets and sets the property LastBackupVaultArn. /// - /// This is the ARN (Amazon Resource Name) of the backup vault that contains the most - /// recent backup recovery point. + /// The ARN (Amazon Resource Name) of the backup vault that contains the most recent backup + /// recovery point. /// /// public string LastBackupVaultArn @@ -83,7 +83,7 @@ internal bool IsSetLastBackupVaultArn() /// /// Gets and sets the property LastRecoveryPointArn. /// - /// This is the ARN (Amazon Resource Name) of the most recent recovery point. + /// The ARN (Amazon Resource Name) of the most recent recovery point. /// /// public string LastRecoveryPointArn @@ -120,7 +120,7 @@ internal bool IsSetResourceArn() /// /// Gets and sets the property ResourceName. /// - /// This is the non-unique name of the resource that belongs to the specified backup. + /// The non-unique name of the resource that belongs to the specified backup. /// /// public string ResourceName diff --git a/sdk/src/Services/Backup/Generated/Model/ProtectedResourceConditions.cs b/sdk/src/Services/Backup/Generated/Model/ProtectedResourceConditions.cs index 1b17e8cbe541..a29c9da3adec 100644 --- a/sdk/src/Services/Backup/Generated/Model/ProtectedResourceConditions.cs +++ b/sdk/src/Services/Backup/Generated/Model/ProtectedResourceConditions.cs @@ -30,14 +30,7 @@ namespace Amazon.Backup.Model { /// - /// A list of conditions that you define for resources in your restore testing plan using - /// tags. - /// - /// - /// - /// For example, "StringEquals": { "Key": "aws:ResourceTag/CreatedByCryo", "Value": - /// "true" },. Condition operators are case sensitive. - /// + /// The conditions that you define for resources in your restore testing plan using tags. /// public partial class ProtectedResourceConditions { diff --git a/sdk/src/Services/Backup/Generated/Model/PutBackupVaultAccessPolicyRequest.cs b/sdk/src/Services/Backup/Generated/Model/PutBackupVaultAccessPolicyRequest.cs index f75dd24f470c..a777a06a06d5 100644 --- a/sdk/src/Services/Backup/Generated/Model/PutBackupVaultAccessPolicyRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/PutBackupVaultAccessPolicyRequest.cs @@ -44,7 +44,7 @@ public partial class PutBackupVaultAccessPolicyRequest : AmazonBackupRequest /// /// 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. + /// Region where they are created. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/PutBackupVaultLockConfigurationRequest.cs b/sdk/src/Services/Backup/Generated/Model/PutBackupVaultLockConfigurationRequest.cs index 6fdf6069f538..53b5193ede84 100644 --- a/sdk/src/Services/Backup/Generated/Model/PutBackupVaultLockConfigurationRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/PutBackupVaultLockConfigurationRequest.cs @@ -41,10 +41,14 @@ namespace Amazon.Backup.Model /// /// Backup Vault Lock has been assessed by Cohasset Associates for use in environments /// that are subject to SEC 17a-4, CFTC, and FINRA regulations. For more information about - /// how Backup Vault Lock relates to these regulations, see the Cohasset + /// how Backup Vault Lock relates to these regulations, see the Cohasset /// Associates Compliance Assessment. /// - ///
    + /// + /// + /// For more information, see Backup + /// Vault Lock. + /// /// public partial class PutBackupVaultLockConfigurationRequest : AmazonBackupRequest { @@ -158,8 +162,9 @@ internal bool IsSetMaxRetentionDays() /// /// /// - /// If this parameter is not specified, Vault Lock will not enforce a minimum retention - /// period. + /// This parameter is required when a vault lock is created through CloudFormation; otherwise, + /// this parameter is optional. If this parameter is not specified, Vault Lock will not + /// enforce a minimum retention period. /// /// /// diff --git a/sdk/src/Services/Backup/Generated/Model/PutBackupVaultNotificationsRequest.cs b/sdk/src/Services/Backup/Generated/Model/PutBackupVaultNotificationsRequest.cs index 891e71d2427a..3cb06fb06026 100644 --- a/sdk/src/Services/Backup/Generated/Model/PutBackupVaultNotificationsRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/PutBackupVaultNotificationsRequest.cs @@ -73,9 +73,9 @@ public partial class PutBackupVaultNotificationsRequest : AmazonBackupRequest /// /// /// - /// The list below shows items that are deprecated events (for reference) and are no longer - /// in use. They are no longer supported and will not return statuses or notifications. - /// Refer to the list above for current supported events. + /// The list below includes both supported events and deprecated events that are no longer + /// in use (for reference). Deprecated events do not return statuses or notifications. + /// Refer to the list above for the supported events. /// /// /// @@ -97,7 +97,7 @@ internal bool IsSetBackupVaultEvents() /// /// 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. + /// Region where they are created. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/PutRestoreValidationResultRequest.cs b/sdk/src/Services/Backup/Generated/Model/PutRestoreValidationResultRequest.cs index eb64d5649123..d512e207c7ea 100644 --- a/sdk/src/Services/Backup/Generated/Model/PutRestoreValidationResultRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/PutRestoreValidationResultRequest.cs @@ -63,7 +63,7 @@ internal bool IsSetRestoreJobId() /// /// Gets and sets the property ValidationStatus. /// - /// This is the status of your restore validation. + /// The status of your restore validation. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/RecoveryPointByBackupVault.cs b/sdk/src/Services/Backup/Generated/Model/RecoveryPointByBackupVault.cs index 8033d03d198c..3d67368868a6 100644 --- a/sdk/src/Services/Backup/Generated/Model/RecoveryPointByBackupVault.cs +++ b/sdk/src/Services/Backup/Generated/Model/RecoveryPointByBackupVault.cs @@ -79,7 +79,7 @@ internal bool IsSetBackupSizeInBytes() /// /// Gets and sets the property BackupVaultArn. /// - /// An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. + /// An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault. /// /// public string BackupVaultArn @@ -99,7 +99,7 @@ internal bool IsSetBackupVaultArn() /// /// 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. + /// Region where they are created. /// /// public string BackupVaultName @@ -157,9 +157,8 @@ internal bool IsSetCompletionDate() /// /// Gets and sets the property CompositeMemberIdentifier. /// - /// This is the identifier of a resource within a composite group, such as nested (child) - /// recovery point belonging to a composite (parent) stack. The ID is transferred from - /// the + /// The identifier of a resource within a composite group, such as nested (child) recovery + /// point belonging to a composite (parent) stack. The ID is transferred from the /// logical ID within a stack. /// /// @@ -327,10 +326,9 @@ internal bool IsSetLastRestoreTime() /// /// /// - /// Resource types that are able to be transitioned to cold storage are listed in the - /// "Lifecycle to cold storage" section of the - /// Feature availability by resource table. Backup ignores this expression for other - /// resource types. + /// Resource types that can transition to cold storage are listed in the Feature + /// availability by resource table. Backup ignores this expression for other resource + /// types. /// /// public Lifecycle Lifecycle @@ -348,7 +346,7 @@ internal bool IsSetLifecycle() /// /// Gets and sets the property ParentRecoveryPointArn. /// - /// This is the Amazon Resource Name (ARN) of the parent (composite) recovery point. + /// The Amazon Resource Name (ARN) of the parent (composite) recovery point. /// /// public string ParentRecoveryPointArn @@ -404,7 +402,7 @@ internal bool IsSetResourceArn() /// /// Gets and sets the property ResourceName. /// - /// This is the non-unique name of the resource that belongs to the specified backup. + /// The non-unique name of the resource that belongs to the specified backup. /// /// public string ResourceName @@ -480,7 +478,7 @@ internal bool IsSetStatus() /// /// Gets and sets the property StatusMessage. /// - /// A message explaining the reason of the recovery point deletion failure. + /// A message explaining the current status of the recovery point. /// /// public string StatusMessage @@ -498,7 +496,7 @@ internal bool IsSetStatusMessage() /// /// Gets and sets the property VaultType. /// - /// This is the type of vault in which the described recovery point is stored. + /// The type of vault in which the described recovery point is stored. /// /// public VaultType VaultType diff --git a/sdk/src/Services/Backup/Generated/Model/RecoveryPointByResource.cs b/sdk/src/Services/Backup/Generated/Model/RecoveryPointByResource.cs index 883873dd6c4b..a7bc5bd31d99 100644 --- a/sdk/src/Services/Backup/Generated/Model/RecoveryPointByResource.cs +++ b/sdk/src/Services/Backup/Generated/Model/RecoveryPointByResource.cs @@ -69,7 +69,7 @@ internal bool IsSetBackupSizeBytes() /// /// 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. + /// Region where they are created. /// /// public string BackupVaultName @@ -144,7 +144,7 @@ internal bool IsSetIsParent() /// /// Gets and sets the property ParentRecoveryPointArn. /// - /// This is the Amazon Resource Name (ARN) of the parent (composite) recovery point. + /// The Amazon Resource Name (ARN) of the parent (composite) recovery point. /// /// public string ParentRecoveryPointArn @@ -181,7 +181,7 @@ internal bool IsSetRecoveryPointArn() /// /// Gets and sets the property ResourceName. /// - /// This is the non-unique name of the resource that belongs to the specified backup. + /// The non-unique name of the resource that belongs to the specified backup. /// /// public string ResourceName @@ -217,7 +217,7 @@ internal bool IsSetStatus() /// /// Gets and sets the property StatusMessage. /// - /// A message explaining the reason of the recovery point deletion failure. + /// A message explaining the current status of the recovery point. /// /// public string StatusMessage @@ -235,7 +235,7 @@ internal bool IsSetStatusMessage() /// /// Gets and sets the property VaultType. /// - /// This is the type of vault in which the described recovery point is stored. + /// The type of vault in which the described recovery point is stored. /// /// public VaultType VaultType diff --git a/sdk/src/Services/Backup/Generated/Model/RecoveryPointMember.cs b/sdk/src/Services/Backup/Generated/Model/RecoveryPointMember.cs index 67f8b7585cb6..db0f4a752ce6 100644 --- a/sdk/src/Services/Backup/Generated/Model/RecoveryPointMember.cs +++ b/sdk/src/Services/Backup/Generated/Model/RecoveryPointMember.cs @@ -44,7 +44,7 @@ public partial class RecoveryPointMember /// /// Gets and sets the property BackupVaultName. /// - /// This is the name of the backup vault (the logical container in which backups are stored). + /// The name of the backup vault (the logical container in which backups are stored). /// /// public string BackupVaultName @@ -62,7 +62,7 @@ internal bool IsSetBackupVaultName() /// /// Gets and sets the property RecoveryPointArn. /// - /// This is the Amazon Resource Name (ARN) of the parent (composite) recovery point. + /// The Amazon Resource Name (ARN) of the parent (composite) recovery point. /// /// public string RecoveryPointArn @@ -80,7 +80,7 @@ internal bool IsSetRecoveryPointArn() /// /// Gets and sets the property ResourceArn. /// - /// This is the Amazon Resource Name (ARN) that uniquely identifies a saved resource. + /// The Amazon Resource Name (ARN) that uniquely identifies a saved resource. /// /// public string ResourceArn @@ -98,7 +98,7 @@ internal bool IsSetResourceArn() /// /// Gets and sets the property ResourceType. /// - /// This is the Amazon Web Services resource type that is saved as a recovery point. + /// The Amazon Web Services resource type that is saved as a recovery point. /// /// public string ResourceType diff --git a/sdk/src/Services/Backup/Generated/Model/ReportDeliveryChannel.cs b/sdk/src/Services/Backup/Generated/Model/ReportDeliveryChannel.cs index 1985211cd814..aca5f5e13fb9 100644 --- a/sdk/src/Services/Backup/Generated/Model/ReportDeliveryChannel.cs +++ b/sdk/src/Services/Backup/Generated/Model/ReportDeliveryChannel.cs @@ -42,8 +42,8 @@ public partial class ReportDeliveryChannel /// /// Gets and sets the property Formats. /// - /// A list of the format of your reports: CSV, JSON, or both. If not specified, - /// the default format is CSV. + /// The format of your reports: CSV, JSON, or both. If not specified, the + /// default format is CSV. /// /// public List Formats diff --git a/sdk/src/Services/Backup/Generated/Model/ReportSetting.cs b/sdk/src/Services/Backup/Generated/Model/ReportSetting.cs index 43df6c2bf7cf..a4904482bca6 100644 --- a/sdk/src/Services/Backup/Generated/Model/ReportSetting.cs +++ b/sdk/src/Services/Backup/Generated/Model/ReportSetting.cs @@ -46,6 +46,10 @@ public partial class ReportSetting /// /// These are the accounts to be included in the report. /// + /// + /// + /// Use string value of ROOT to include all organizational units. + /// /// public List Accounts { @@ -118,6 +122,10 @@ internal bool IsSetOrganizationUnits() /// /// These are the Regions to be included in the report. /// + /// + /// + /// Use the wildcard as the string value to include all Regions. + /// /// public List Regions { diff --git a/sdk/src/Services/Backup/Generated/Model/RestoreJobsListMember.cs b/sdk/src/Services/Backup/Generated/Model/RestoreJobsListMember.cs index 30d82b400904..0723853feed2 100644 --- a/sdk/src/Services/Backup/Generated/Model/RestoreJobsListMember.cs +++ b/sdk/src/Services/Backup/Generated/Model/RestoreJobsListMember.cs @@ -227,8 +227,7 @@ internal bool IsSetExpectedCompletionTimeMinutes() /// /// Gets and sets the property IamRoleArn. /// - /// Specifies the IAM role ARN used to create the target recovery point; for example, - /// arn:aws:iam::123456789012:role/S3Access. + /// The IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access. /// /// public string IamRoleArn @@ -377,7 +376,7 @@ internal bool IsSetStatusMessage() /// /// Gets and sets the property ValidationStatus. /// - /// This is the status of validation run on the indicated restore job. + /// The status of validation run on the indicated restore job. /// /// public RestoreValidationStatus ValidationStatus diff --git a/sdk/src/Services/Backup/Generated/Model/RestoreTestingPlanForCreate.cs b/sdk/src/Services/Backup/Generated/Model/RestoreTestingPlanForCreate.cs index aa3048ed0db1..6a5ed2eea59d 100644 --- a/sdk/src/Services/Backup/Generated/Model/RestoreTestingPlanForCreate.cs +++ b/sdk/src/Services/Backup/Generated/Model/RestoreTestingPlanForCreate.cs @@ -43,9 +43,42 @@ public partial class RestoreTestingPlanForCreate /// /// Gets and sets the property RecoveryPointSelection. /// - /// Required: Algorithm; Required: Recovery point types; IncludeVaults (one or more). - /// Optional: SelectionWindowDays ('30' if not specified); ExcludeVaults (list of selectors), - /// defaults to empty list if not listed. + /// RecoveryPointSelection has five parameters (three required and two optional). + /// The values you specify determine which recovery point is included in the restore test. + /// You must indicate with Algorithm if you want the latest recovery point within + /// your SelectionWindowDays or if you want a random recovery point, and you must + /// indicate through IncludeVaults from which vaults the recovery points can be + /// chosen. + /// + /// + /// + /// Algorithm (required) Valid values: "LATEST_WITHIN_WINDOW" or + /// "RANDOM_WITHIN_WINDOW". + /// + /// + /// + /// Recovery point types (required) Valid values: "SNAPSHOT" and/or + /// "CONTINUOUS". Include SNAPSHOT to restore only snapshot recovery points; + /// include CONTINUOUS to restore continuous recovery points (point in time restore + /// / PITR); use both to restore either a snapshot or a continuous recovery point. The + /// recovery point will be determined by the value for Algorithm. + /// + /// + /// + /// IncludeVaults (required). You must include one or more backup vaults. + /// Use the wildcard ["*"] or specific ARNs. + /// + /// + /// + /// SelectionWindowDays (optional) Value must be an integer (in days) from + /// 1 to 365. If not included, the value defaults to 30. + /// + /// + /// + /// ExcludeVaults (optional). You can choose to input one or more specific + /// backup vault ARNs to exclude those vaults' contents from restore eligibility. Or, + /// you can include a list of selectors. If this parameter and its value are not included, + /// it defaults to empty list. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/RestoreTestingPlanForGet.cs b/sdk/src/Services/Backup/Generated/Model/RestoreTestingPlanForGet.cs index 636ddab8f62d..c84ee04f0347 100644 --- a/sdk/src/Services/Backup/Generated/Model/RestoreTestingPlanForGet.cs +++ b/sdk/src/Services/Backup/Generated/Model/RestoreTestingPlanForGet.cs @@ -175,7 +175,7 @@ internal bool IsSetRestoreTestingPlanArn() /// /// Gets and sets the property RestoreTestingPlanName. /// - /// This is the restore testing plan name. + /// The restore testing plan name. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/RestoreTestingPlanForList.cs b/sdk/src/Services/Backup/Generated/Model/RestoreTestingPlanForList.cs index fa0a5ff67f43..80735b648031 100644 --- a/sdk/src/Services/Backup/Generated/Model/RestoreTestingPlanForList.cs +++ b/sdk/src/Services/Backup/Generated/Model/RestoreTestingPlanForList.cs @@ -129,7 +129,7 @@ internal bool IsSetRestoreTestingPlanArn() /// /// Gets and sets the property RestoreTestingPlanName. /// - /// This is the restore testing plan name. + /// The restore testing plan name. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/RestoreTestingRecoveryPointSelection.cs b/sdk/src/Services/Backup/Generated/Model/RestoreTestingRecoveryPointSelection.cs index 0038d725c9fd..4c92219b6f48 100644 --- a/sdk/src/Services/Backup/Generated/Model/RestoreTestingRecoveryPointSelection.cs +++ b/sdk/src/Services/Backup/Generated/Model/RestoreTestingRecoveryPointSelection.cs @@ -30,9 +30,43 @@ namespace Amazon.Backup.Model { /// - /// Required: Algorithm; Required: Recovery point types; IncludeVaults(one or more). Optional: - /// SelectionWindowDays ('30' if not specified);ExcludeVaults (list of selectors), defaults - /// to empty list if not listed. + /// RecoveryPointSelection has five parameters (three required and two optional). + /// The values you specify determine which recovery point is included in the restore test. + /// You must indicate with Algorithm if you want the latest recovery point within + /// your SelectionWindowDays or if you want a random recovery point, and you must + /// indicate through IncludeVaults from which vaults the recovery points can be + /// chosen. + /// + /// + /// + /// Algorithm (required) Valid values: "LATEST_WITHIN_WINDOW" or + /// "RANDOM_WITHIN_WINDOW". + /// + /// + /// + /// Recovery point types (required) Valid values: "SNAPSHOT" and/or + /// "CONTINUOUS". Include SNAPSHOT to restore only snapshot recovery points; + /// include CONTINUOUS to restore continuous recovery points (point in time restore + /// / PITR); use both to restore either a snapshot or a continuous recovery point. The + /// recovery point will be determined by the value for Algorithm. + /// + /// + /// + /// IncludeVaults (required). You must include one or more backup vaults. + /// Use the wildcard ["*"] or specific ARNs. + /// + /// + /// + /// SelectionWindowDays (optional) Value must be an integer (in days) from + /// 1 to 365. If not included, the value defaults to 30. + /// + /// + /// + /// ExcludeVaults (optional). You can choose to input one or more specific + /// backup vault ARNs to exclude those vaults' contents from restore eligibility. Or, + /// you can include a list of selectors. If this parameter and its value are not included, + /// it defaults to empty list. + /// /// public partial class RestoreTestingRecoveryPointSelection { @@ -104,6 +138,13 @@ internal bool IsSetIncludeVaults() /// /// These are the types of recovery points. /// + /// + /// + /// Include SNAPSHOT to restore only snapshot recovery points; include CONTINUOUS + /// to restore continuous recovery points (point in time restore / PITR); use both to + /// restore either a snapshot or a continuous recovery point. The recovery point will + /// be determined by the value for Algorithm. + /// /// public List RecoveryPointTypes { diff --git a/sdk/src/Services/Backup/Generated/Model/RestoreTestingSelectionForCreate.cs b/sdk/src/Services/Backup/Generated/Model/RestoreTestingSelectionForCreate.cs index 5b966e3bd3f5..36b12c3d81d6 100644 --- a/sdk/src/Services/Backup/Generated/Model/RestoreTestingSelectionForCreate.cs +++ b/sdk/src/Services/Backup/Generated/Model/RestoreTestingSelectionForCreate.cs @@ -227,8 +227,8 @@ internal bool IsSetRestoreMetadataOverrides() /// /// Gets and sets the property RestoreTestingSelectionName. /// - /// This is the unique name of the restore testing selection that belongs to the related - /// restore testing plan. + /// The unique name of the restore testing selection that belongs to the related restore + /// testing plan. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/RestoreTestingSelectionForGet.cs b/sdk/src/Services/Backup/Generated/Model/RestoreTestingSelectionForGet.cs index 663a507bbf6a..1ba164e35452 100644 --- a/sdk/src/Services/Backup/Generated/Model/RestoreTestingSelectionForGet.cs +++ b/sdk/src/Services/Backup/Generated/Model/RestoreTestingSelectionForGet.cs @@ -217,8 +217,8 @@ internal bool IsSetRestoreTestingPlanName() /// /// Gets and sets the property RestoreTestingSelectionName. /// - /// This is the unique name of the restore testing selection that belongs to the related - /// restore testing plan. + /// The unique name of the restore testing selection that belongs to the related restore + /// testing plan. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/RestoreTestingSelectionForList.cs b/sdk/src/Services/Backup/Generated/Model/RestoreTestingSelectionForList.cs index 2df0da9b7330..e24d3886abbd 100644 --- a/sdk/src/Services/Backup/Generated/Model/RestoreTestingSelectionForList.cs +++ b/sdk/src/Services/Backup/Generated/Model/RestoreTestingSelectionForList.cs @@ -44,10 +44,10 @@ public partial class RestoreTestingSelectionForList /// /// Gets and sets the property CreationTime. /// - /// This is the date and time that a restore testing selection was created, in Unix format - /// and Coordinated Universal Time (UTC). The value of CreationTime is accurate - /// to milliseconds. For example, the value 1516925490.087 represents Friday, January - /// 26,2018 12:11:30.087 AM. + /// The date and time that a restore testing selection was created, in Unix format and + /// Coordinated Universal Time (UTC). The value of CreationTime is accurate to + /// milliseconds. For example, the value 1516925490.087 represents Friday, January 26,2018 + /// 12:11:30.087 AM. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/RestoreTestingSelectionForUpdate.cs b/sdk/src/Services/Backup/Generated/Model/RestoreTestingSelectionForUpdate.cs index 73f41e2bf9c9..0f5a104b35b0 100644 --- a/sdk/src/Services/Backup/Generated/Model/RestoreTestingSelectionForUpdate.cs +++ b/sdk/src/Services/Backup/Generated/Model/RestoreTestingSelectionForUpdate.cs @@ -82,13 +82,7 @@ internal bool IsSetProtectedResourceArns() /// /// Gets and sets the property ProtectedResourceConditions. /// - /// A list of conditions that you define for resources in your restore testing plan using - /// tags. - /// - /// - /// - /// For example, "StringEquals": { "Key": "aws:ResourceTag/CreatedByCryo", "Value": - /// "true" },. Condition operators are case sensitive. + /// The conditions that you define for resources in your restore testing plan using tags. /// /// public ProtectedResourceConditions ProtectedResourceConditions diff --git a/sdk/src/Services/Backup/Generated/Model/StartBackupJobRequest.cs b/sdk/src/Services/Backup/Generated/Model/StartBackupJobRequest.cs index d6bc77910685..34aecf17a1bf 100644 --- a/sdk/src/Services/Backup/Generated/Model/StartBackupJobRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/StartBackupJobRequest.cs @@ -48,8 +48,8 @@ public partial class StartBackupJobRequest : AmazonBackupRequest /// /// Gets and sets the property BackupOptions. /// - /// Specifies the backup option for a selected resource. This option is only available - /// for Windows Volume Shadow Copy Service (VSS) backup jobs. + /// The backup option for a selected resource. This option is only available for Windows + /// Volume Shadow Copy Service (VSS) backup jobs. /// /// /// @@ -75,7 +75,7 @@ internal bool IsSetBackupOptions() /// /// 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. + /// Region where they are created. /// /// [AWSProperty(Required=true)] @@ -173,10 +173,9 @@ internal bool IsSetIdempotencyToken() /// /// /// - /// Resource types that are able to be transitioned to cold storage are listed in the - /// "Lifecycle to cold storage" section of the - /// Feature availability by resource table. Backup ignores this expression for other - /// resource types. + /// Resource types that can transition to cold storage are listed in the Feature + /// availability by resource table. Backup ignores this expression for other resource + /// types. /// /// /// @@ -198,8 +197,7 @@ internal bool IsSetLifecycle() /// /// Gets and sets the property RecoveryPointTags. /// - /// 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 tags to assign to the resources. /// /// [AWSProperty(Sensitive=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/StartCopyJobRequest.cs b/sdk/src/Services/Backup/Generated/Model/StartCopyJobRequest.cs index aec9d3e0ee38..5f156af45419 100644 --- a/sdk/src/Services/Backup/Generated/Model/StartCopyJobRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/StartCopyJobRequest.cs @@ -51,7 +51,7 @@ public partial class StartCopyJobRequest : AmazonBackupRequest /// Gets and sets the property DestinationBackupVaultArn. /// /// An Amazon Resource Name (ARN) that uniquely identifies a destination backup vault - /// to copy to; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. + /// to copy to; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault. /// /// [AWSProperty(Required=true)] @@ -147,8 +147,7 @@ internal bool IsSetRecoveryPointArn() /// /// 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. + /// Web Services Region where they are created. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/StartRestoreJobRequest.cs b/sdk/src/Services/Backup/Generated/Model/StartRestoreJobRequest.cs index 4a889397a81a..1a870fa9dbaf 100644 --- a/sdk/src/Services/Backup/Generated/Model/StartRestoreJobRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/StartRestoreJobRequest.cs @@ -107,58 +107,94 @@ internal bool IsSetIdempotencyToken() /// /// Gets and sets the property Metadata. /// - /// A set of metadata key-value pairs. Contains information, such as a resource name, - /// required to restore a recovery point. + /// A set of metadata key-value pairs. /// /// /// - /// You can get configuration metadata about a resource at the time it was backed up - /// by calling GetRecoveryPointRestoreMetadata. However, values in addition to - /// those provided by GetRecoveryPointRestoreMetadata might be required to restore - /// a resource. For example, you might need to provide a new resource name if the original + /// You can get configuration metadata about a resource at the time it was backed up by + /// calling GetRecoveryPointRestoreMetadata. However, values in addition to those + /// provided by GetRecoveryPointRestoreMetadata might be required to restore a + /// resource. For example, you might need to provide a new resource name if the original /// already exists. /// /// /// - /// You need to specify specific metadata to restore an Amazon Elastic File System (Amazon - /// EFS) instance: + /// For more information about the metadata for each resource, see the following: /// /// /// @@ -201,63 +237,63 @@ internal bool IsSetRecoveryPointArn() /// ///
    • /// - /// Aurora for Amazon Aurora + /// Aurora - Amazon Aurora /// ///
    • /// - /// DocumentDB for Amazon DocumentDB (with MongoDB compatibility) + /// DocumentDB - Amazon DocumentDB /// ///
    • /// - /// CloudFormation for CloudFormation + /// CloudFormation - CloudFormation /// ///
    • /// - /// DynamoDB for Amazon DynamoDB + /// DynamoDB - Amazon DynamoDB /// ///
    • /// - /// EBS for Amazon Elastic Block Store + /// EBS - Amazon Elastic Block Store /// ///
    • /// - /// EC2 for Amazon Elastic Compute Cloud + /// EC2 - Amazon Elastic Compute Cloud /// ///
    • /// - /// EFS for Amazon Elastic File System + /// EFS - Amazon Elastic File System /// ///
    • /// - /// FSx for Amazon FSx + /// FSx - Amazon FSx /// ///
    • /// - /// Neptune for Amazon Neptune + /// Neptune - Amazon Neptune /// ///
    • /// - /// RDS for Amazon Relational Database Service + /// RDS - Amazon Relational Database Service /// ///
    • /// - /// Redshift for Amazon Redshift + /// Redshift - Amazon Redshift /// ///
    • /// - /// Storage Gateway for Storage Gateway + /// Storage Gateway - Storage Gateway /// ///
    • /// - /// S3 for Amazon S3 + /// S3 - Amazon Simple Storage Service /// ///
    • /// - /// Timestream for Amazon Timestream + /// Timestream - Amazon Timestream /// ///
    • /// - /// VirtualMachine for virtual machines + /// VirtualMachine - Virtual machines /// ///
    /// diff --git a/sdk/src/Services/Backup/Generated/Model/StopBackupJobRequest.cs b/sdk/src/Services/Backup/Generated/Model/StopBackupJobRequest.cs index 53642d79c4c3..ade0713a6386 100644 --- a/sdk/src/Services/Backup/Generated/Model/StopBackupJobRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/StopBackupJobRequest.cs @@ -36,7 +36,7 @@ namespace Amazon.Backup.Model /// /// /// This action is not supported for the following services: Amazon FSx for Windows File - /// Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP , Amazon FSx for OpenZFS, + /// Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP, Amazon FSx for OpenZFS, /// Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon /// Neptune. /// diff --git a/sdk/src/Services/Backup/Generated/Model/TagResourceRequest.cs b/sdk/src/Services/Backup/Generated/Model/TagResourceRequest.cs index f56869b52f20..ca4f9ea56fe9 100644 --- a/sdk/src/Services/Backup/Generated/Model/TagResourceRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/TagResourceRequest.cs @@ -33,6 +33,12 @@ namespace Amazon.Backup.Model /// Container for the parameters to the TagResource operation. /// Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault /// identified by an Amazon Resource Name (ARN). + /// + /// + /// + /// This API is supported for recovery points for resource types including Aurora, Amazon + /// DocumentDB. Amazon EBS, Amazon FSx, Neptune, and Amazon RDS. + /// /// public partial class TagResourceRequest : AmazonBackupRequest { @@ -45,6 +51,13 @@ public partial class TagResourceRequest : AmazonBackupRequest /// An ARN that uniquely identifies a resource. The format of the ARN depends on the type /// of the tagged resource. /// + /// + /// + /// ARNs that do not include backup are incompatible with tagging. TagResource + /// and UntagResource with invalid ARNs will result in an error. Acceptable ARN + /// content can include arn:aws:backup:us-east. Invalid ARN content may look like + /// arn:aws:ec2:us-east. + /// /// [AWSProperty(Required=true)] public string ResourceArn diff --git a/sdk/src/Services/Backup/Generated/Model/UntagResourceRequest.cs b/sdk/src/Services/Backup/Generated/Model/UntagResourceRequest.cs index ee9893e0b0e4..0eb425aefae5 100644 --- a/sdk/src/Services/Backup/Generated/Model/UntagResourceRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/UntagResourceRequest.cs @@ -33,6 +33,12 @@ namespace Amazon.Backup.Model /// Container for the parameters to the UntagResource operation. /// Removes a set of key-value pairs from a recovery point, backup plan, or backup vault /// identified by an Amazon Resource Name (ARN) + /// + /// + /// + /// This API is not supported for recovery points for resource types including Aurora, + /// Amazon DocumentDB. Amazon EBS, Amazon FSx, Neptune, and Amazon RDS. + /// /// public partial class UntagResourceRequest : AmazonBackupRequest { @@ -45,6 +51,13 @@ public partial class UntagResourceRequest : AmazonBackupRequest /// An ARN that uniquely identifies a resource. The format of the ARN depends on the type /// of the tagged resource. /// + /// + /// + /// ARNs that do not include backup are incompatible with tagging. TagResource + /// and UntagResource with invalid ARNs will result in an error. Acceptable ARN + /// content can include arn:aws:backup:us-east. Invalid ARN content may look like + /// arn:aws:ec2:us-east. + /// /// [AWSProperty(Required=true)] public string ResourceArn @@ -62,7 +75,7 @@ internal bool IsSetResourceArn() /// /// Gets and sets the property TagKeyList. /// - /// A list of keys to identify which key-value tags to remove from a resource. + /// The keys to identify which key-value tags to remove from a resource. /// /// [AWSProperty(Required=true, Sensitive=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/UpdateBackupPlanRequest.cs b/sdk/src/Services/Backup/Generated/Model/UpdateBackupPlanRequest.cs index 3b06e346ddee..dc1d45466982 100644 --- a/sdk/src/Services/Backup/Generated/Model/UpdateBackupPlanRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/UpdateBackupPlanRequest.cs @@ -31,8 +31,7 @@ namespace Amazon.Backup.Model { /// /// Container for the parameters to the UpdateBackupPlan operation. - /// Updates an existing backup plan identified by its backupPlanId with the input - /// document in JSON format. The new version is uniquely identified by a VersionId. + /// Updates the specified backup plan. The new version is uniquely identified by its ID. /// public partial class UpdateBackupPlanRequest : AmazonBackupRequest { @@ -42,8 +41,8 @@ public partial class UpdateBackupPlanRequest : AmazonBackupRequest /// /// Gets and sets the property BackupPlan. /// - /// Specifies the body of a backup plan. Includes a BackupPlanName and one or more - /// sets of Rules. + /// The body of a backup plan. Includes a BackupPlanName and one or more sets of + /// Rules. /// /// [AWSProperty(Required=true)] @@ -62,7 +61,7 @@ internal bool IsSetBackupPlan() /// /// Gets and sets the property BackupPlanId. /// - /// Uniquely identifies a backup plan. + /// The ID of the backup plan. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/UpdateFrameworkRequest.cs b/sdk/src/Services/Backup/Generated/Model/UpdateFrameworkRequest.cs index cc8ece370582..0f7abadba704 100644 --- a/sdk/src/Services/Backup/Generated/Model/UpdateFrameworkRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/UpdateFrameworkRequest.cs @@ -31,8 +31,7 @@ namespace Amazon.Backup.Model { /// /// Container for the parameters to the UpdateFramework operation. - /// Updates an existing framework identified by its FrameworkName with the input - /// document in JSON format. + /// Updates the specified framework. /// public partial class UpdateFrameworkRequest : AmazonBackupRequest { @@ -44,8 +43,8 @@ public partial class UpdateFrameworkRequest : AmazonBackupRequest /// /// Gets and sets the property FrameworkControls. /// - /// A list of the controls that make up the framework. Each control in the list has a - /// name, input parameters, and scope. + /// The controls that make up the framework. Each control in the list has a name, input + /// parameters, and scope. /// /// public List FrameworkControls diff --git a/sdk/src/Services/Backup/Generated/Model/UpdateRecoveryPointLifecycleRequest.cs b/sdk/src/Services/Backup/Generated/Model/UpdateRecoveryPointLifecycleRequest.cs index 6cfa6b3403b6..eedb442c94bd 100644 --- a/sdk/src/Services/Backup/Generated/Model/UpdateRecoveryPointLifecycleRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/UpdateRecoveryPointLifecycleRequest.cs @@ -41,19 +41,24 @@ namespace Amazon.Backup.Model /// /// /// + /// Resource types that can transition to cold storage are listed in the Feature + /// availability by resource table. Backup ignores this expression for other resource + /// types. + /// + /// + /// /// Backups transitioned to cold storage must be stored in cold storage for a minimum /// of 90 days. Therefore, the “retention” 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. /// - /// + /// /// - /// Resource types that are able to be transitioned to cold storage are listed in the - /// "Lifecycle to cold storage" section of the - /// Feature availability by resource table. Backup ignores this expression for other - /// resource types. + /// If your lifecycle currently uses the parameters DeleteAfterDays and MoveToColdStorageAfterDays, + /// include these parameters and their values when you call this operation. Not including + /// them may result in your plan updating with null values. /// - /// + /// /// /// This operation does not support continuous backups. /// @@ -69,7 +74,7 @@ public partial class UpdateRecoveryPointLifecycleRequest : AmazonBackupRequest /// /// 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. + /// Region where they are created. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/UpdateRecoveryPointLifecycleResponse.cs b/sdk/src/Services/Backup/Generated/Model/UpdateRecoveryPointLifecycleResponse.cs index 6d687742189d..402dcdf6e46a 100644 --- a/sdk/src/Services/Backup/Generated/Model/UpdateRecoveryPointLifecycleResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/UpdateRecoveryPointLifecycleResponse.cs @@ -42,7 +42,7 @@ public partial class UpdateRecoveryPointLifecycleResponse : AmazonWebServiceResp /// /// Gets and sets the property BackupVaultArn. /// - /// An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. + /// An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault. /// /// public string BackupVaultArn @@ -92,10 +92,9 @@ internal bool IsSetCalculatedLifecycle() /// /// /// - /// Resource types that are able to be transitioned to cold storage are listed in the - /// "Lifecycle to cold storage" section of the - /// Feature availability by resource table. Backup ignores this expression for other - /// resource types. + /// Resource types that can transition to cold storage are listed in the Feature + /// availability by resource table. Backup ignores this expression for other resource + /// types. /// /// public Lifecycle Lifecycle diff --git a/sdk/src/Services/Backup/Generated/Model/UpdateReportPlanRequest.cs b/sdk/src/Services/Backup/Generated/Model/UpdateReportPlanRequest.cs index ee4f9039cc2b..66d20ba68b0e 100644 --- a/sdk/src/Services/Backup/Generated/Model/UpdateReportPlanRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/UpdateReportPlanRequest.cs @@ -31,8 +31,7 @@ namespace Amazon.Backup.Model { /// /// Container for the parameters to the UpdateReportPlan operation. - /// Updates an existing report plan identified by its ReportPlanName with the input - /// document in JSON format. + /// Updates the specified report plan. /// public partial class UpdateReportPlanRequest : AmazonBackupRequest { @@ -65,8 +64,8 @@ internal bool IsSetIdempotencyToken() /// /// Gets and sets the property ReportDeliveryChannel. /// - /// 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. + /// The information about where to deliver your reports, specifically your Amazon S3 bucket + /// name, S3 key prefix, and the formats of your reports. /// /// public ReportDeliveryChannel ReportDeliveryChannel @@ -124,8 +123,8 @@ internal bool IsSetReportPlanName() /// /// Gets and sets the property ReportSetting. /// - /// Identifies the report template for the report. Reports are built using a report template. - /// The report templates are: + /// The report template for the report. Reports are built using a report template. The + /// report templates are: /// /// /// diff --git a/sdk/src/Services/Backup/Generated/Model/UpdateRestoreTestingPlanRequest.cs b/sdk/src/Services/Backup/Generated/Model/UpdateRestoreTestingPlanRequest.cs index f022af5535eb..455428140755 100644 --- a/sdk/src/Services/Backup/Generated/Model/UpdateRestoreTestingPlanRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/UpdateRestoreTestingPlanRequest.cs @@ -87,7 +87,7 @@ internal bool IsSetRestoreTestingPlan() /// /// Gets and sets the property RestoreTestingPlanName. /// - /// This is the restore testing plan name you wish to update. + /// The name of the restore testing plan name. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/UpdateRestoreTestingPlanResponse.cs b/sdk/src/Services/Backup/Generated/Model/UpdateRestoreTestingPlanResponse.cs index 960c5fa53ce1..e32045b80447 100644 --- a/sdk/src/Services/Backup/Generated/Model/UpdateRestoreTestingPlanResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/UpdateRestoreTestingPlanResponse.cs @@ -42,7 +42,7 @@ public partial class UpdateRestoreTestingPlanResponse : AmazonWebServiceResponse /// /// Gets and sets the property CreationTime. /// - /// This is the time the resource testing plan was created. + /// The time the resource testing plan was created. /// /// [AWSProperty(Required=true)] @@ -100,7 +100,7 @@ internal bool IsSetRestoreTestingPlanName() /// /// Gets and sets the property UpdateTime. /// - /// This is the time the update completed for the restore testing plan. + /// The time the update completed for the restore testing plan. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/UpdateRestoreTestingSelectionRequest.cs b/sdk/src/Services/Backup/Generated/Model/UpdateRestoreTestingSelectionRequest.cs index d23729eab717..edb6e396fc54 100644 --- a/sdk/src/Services/Backup/Generated/Model/UpdateRestoreTestingSelectionRequest.cs +++ b/sdk/src/Services/Backup/Generated/Model/UpdateRestoreTestingSelectionRequest.cs @@ -31,14 +31,16 @@ namespace Amazon.Backup.Model { /// /// Container for the parameters to the UpdateRestoreTestingSelection operation. + /// Updates the specified restore testing selection. + /// + /// + /// /// Most elements except the RestoreTestingSelectionName can be updated with this /// request. - /// + /// /// /// - /// RestoreTestingSelection can use either protected resource ARNs or conditions, - /// but not both. That is, if your selection has ProtectedResourceArns, requesting - /// an update with the parameter ProtectedResourceConditions will be unsuccessful. + /// You can use either protected resource ARNs or conditions, but not both. /// /// public partial class UpdateRestoreTestingSelectionRequest : AmazonBackupRequest @@ -91,8 +93,8 @@ internal bool IsSetRestoreTestingSelection() /// /// Gets and sets the property RestoreTestingSelectionName. /// - /// This is the required restore testing selection name of the restore testing selection - /// you wish to update. + /// The required restore testing selection name of the restore testing selection you wish + /// to update. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/Model/UpdateRestoreTestingSelectionResponse.cs b/sdk/src/Services/Backup/Generated/Model/UpdateRestoreTestingSelectionResponse.cs index f48a7b0be487..1c5a7ba803dc 100644 --- a/sdk/src/Services/Backup/Generated/Model/UpdateRestoreTestingSelectionResponse.cs +++ b/sdk/src/Services/Backup/Generated/Model/UpdateRestoreTestingSelectionResponse.cs @@ -43,7 +43,7 @@ public partial class UpdateRestoreTestingSelectionResponse : AmazonWebServiceRes /// /// Gets and sets the property CreationTime. /// - /// This is the time the resource testing selection was updated successfully. + /// The time the resource testing selection was updated successfully. /// /// [AWSProperty(Required=true)] @@ -81,8 +81,7 @@ internal bool IsSetRestoreTestingPlanArn() /// /// Gets and sets the property RestoreTestingPlanName. /// - /// This is the restore testing plan with which the updated restore testing selection - /// is associated. + /// The restore testing plan with which the updated restore testing selection is associated. /// /// [AWSProperty(Required=true)] @@ -101,7 +100,7 @@ internal bool IsSetRestoreTestingPlanName() /// /// Gets and sets the property RestoreTestingSelectionName. /// - /// This is the returned restore testing selection name. + /// The returned restore testing selection name. /// /// [AWSProperty(Required=true)] @@ -120,7 +119,7 @@ internal bool IsSetRestoreTestingSelectionName() /// /// Gets and sets the property UpdateTime. /// - /// This is the time the update completed for the restore testing selection. + /// The time the update completed for the restore testing selection. /// /// [AWSProperty(Required=true)] diff --git a/sdk/src/Services/Backup/Generated/_bcl35/AmazonBackupClient.cs b/sdk/src/Services/Backup/Generated/_bcl35/AmazonBackupClient.cs index f028e02cc4b6..b9d2723d6d94 100644 --- a/sdk/src/Services/Backup/Generated/_bcl35/AmazonBackupClient.cs +++ b/sdk/src/Services/Backup/Generated/_bcl35/AmazonBackupClient.cs @@ -272,8 +272,8 @@ protected override void Dispose(bool disposing) #region CancelLegalHold /// - /// This action removes the specified legal hold on a recovery point. This action can - /// only be performed by a user with sufficient permissions. + /// Removes the specified legal hold on a recovery point. This action can only be performed + /// by a user with sufficient permissions. /// /// Container for the necessary parameters to execute the CancelLegalHold service method. /// @@ -649,10 +649,10 @@ public virtual CreateFrameworkResponse EndCreateFramework(IAsyncResult asyncResu #region CreateLegalHold /// - /// This action creates a legal hold on a recovery point (backup). A legal hold is a restraint - /// on altering or deleting a backup until an authorized user cancels the legal hold. - /// Any actions to delete or disassociate a recovery point will fail with an error if - /// one or more active legal holds are on the recovery point. + /// Creates a legal hold on a recovery point (backup). A legal hold is a restraint on + /// altering or deleting a backup until an authorized user cancels the legal hold. Any + /// actions to delete or disassociate a recovery point will fail with an error if one + /// or more active legal holds are on the recovery point. /// /// Container for the necessary parameters to execute the CreateLegalHold service method. /// @@ -720,7 +720,7 @@ public virtual CreateLegalHoldResponse EndCreateLegalHold(IAsyncResult asyncResu #region CreateLogicallyAirGappedBackupVault /// - /// This request creates a logical container to where backups may be copied. + /// Creates a logical container to where backups may be copied. /// /// /// @@ -885,13 +885,12 @@ public virtual CreateReportPlanResponse EndCreateReportPlan(IAsyncResult asyncRe #region CreateRestoreTestingPlan /// - /// This is the first of two steps to create a restore testing plan; once this request - /// is successful, finish the procedure with request CreateRestoreTestingSelection. + /// Creates a restore testing plan. /// /// /// - /// You must include the parameter RestoreTestingPlan. You may optionally include CreatorRequestId - /// and Tags. + /// The first of two steps to create a restore testing plan. After this request is successful, + /// finish the procedure using CreateRestoreTestingSelection. /// /// /// Container for the necessary parameters to execute the CreateRestoreTestingPlan service method. @@ -3820,9 +3819,7 @@ public virtual ListBackupJobSummariesResponse EndListBackupJobSummaries(IAsyncRe #region ListBackupPlans /// - /// 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. + /// Lists the active backup plans for the account. /// /// Container for the necessary parameters to execute the ListBackupPlans service method. /// @@ -3889,8 +3886,7 @@ public virtual ListBackupPlansResponse EndListBackupPlans(IAsyncResult asyncResu #region ListBackupPlanTemplates /// - /// Returns metadata of your saved backup plan templates, including the template ID, name, - /// and the creation and deletion dates. + /// Lists the backup plan templates. /// /// Container for the necessary parameters to execute the ListBackupPlanTemplates service method. /// @@ -4672,8 +4668,8 @@ public virtual ListRecoveryPointsByLegalHoldResponse EndListRecoveryPointsByLega #region ListRecoveryPointsByResource /// - /// Returns detailed information about all the recovery points of the type specified by - /// a resource Amazon Resource Name (ARN). + /// The information about the recovery points of the type specified by a resource Amazon + /// Resource Name (ARN). /// /// /// @@ -5209,16 +5205,8 @@ public virtual ListRestoreTestingSelectionsResponse EndListRestoreTestingSelecti #region ListTags /// - /// Returns a list of key-value pairs assigned to a target recovery point, backup plan, - /// or backup vault. - /// - /// - /// - /// ListTags only works for resource types that support full Backup management - /// of their backups. Those resource types are listed in the "Full Backup management" - /// section of the - /// Feature availability by resource table. - /// + /// Returns the tags assigned to the resource, such as a target recovery point, backup + /// plan, or backup vault. /// /// Container for the necessary parameters to execute the ListTags service method. /// @@ -5363,10 +5351,14 @@ public virtual PutBackupVaultAccessPolicyResponse EndPutBackupVaultAccessPolicy( /// /// Backup Vault Lock has been assessed by Cohasset Associates for use in environments /// that are subject to SEC 17a-4, CFTC, and FINRA regulations. For more information about - /// how Backup Vault Lock relates to these regulations, see the Cohasset + /// how Backup Vault Lock relates to these regulations, see the Cohasset /// Associates Compliance Assessment. /// - /// + /// + /// + /// For more information, see Backup + /// Vault Lock. + /// /// /// Container for the necessary parameters to execute the PutBackupVaultLockConfiguration service method. /// @@ -5875,7 +5867,7 @@ public virtual StartRestoreJobResponse EndStartRestoreJob(IAsyncResult asyncResu /// /// /// This action is not supported for the following services: Amazon FSx for Windows File - /// Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP , Amazon FSx for OpenZFS, + /// Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP, Amazon FSx for OpenZFS, /// Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon /// Neptune. /// @@ -5951,6 +5943,12 @@ public virtual StopBackupJobResponse EndStopBackupJob(IAsyncResult asyncResult) /// /// Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault /// identified by an Amazon Resource Name (ARN). + /// + /// + /// + /// This API is supported for recovery points for resource types including Aurora, Amazon + /// DocumentDB. Amazon EBS, Amazon FSx, Neptune, and Amazon RDS. + /// /// /// Container for the necessary parameters to execute the TagResource service method. /// @@ -6023,6 +6021,12 @@ public virtual TagResourceResponse EndTagResource(IAsyncResult asyncResult) /// /// Removes a set of key-value pairs from a recovery point, backup plan, or backup vault /// identified by an Amazon Resource Name (ARN) + /// + /// + /// + /// This API is not supported for recovery points for resource types including Aurora, + /// Amazon DocumentDB. Amazon EBS, Amazon FSx, Neptune, and Amazon RDS. + /// /// /// Container for the necessary parameters to execute the UntagResource service method. /// @@ -6089,8 +6093,7 @@ public virtual UntagResourceResponse EndUntagResource(IAsyncResult asyncResult) #region UpdateBackupPlan /// - /// Updates an existing backup plan identified by its backupPlanId with the input - /// document in JSON format. The new version is uniquely identified by a VersionId. + /// Updates the specified backup plan. The new version is uniquely identified by its ID. /// /// Container for the necessary parameters to execute the UpdateBackupPlan service method. /// @@ -6157,8 +6160,7 @@ public virtual UpdateBackupPlanResponse EndUpdateBackupPlan(IAsyncResult asyncRe #region UpdateFramework /// - /// Updates an existing framework identified by its FrameworkName with the input - /// document in JSON format. + /// Updates the specified framework. /// /// Container for the necessary parameters to execute the UpdateFramework service method. /// @@ -6316,19 +6318,24 @@ public virtual UpdateGlobalSettingsResponse EndUpdateGlobalSettings(IAsyncResult /// /// /// + /// Resource types that can transition to cold storage are listed in the Feature + /// availability by resource table. Backup ignores this expression for other resource + /// types. + /// + /// + /// /// Backups transitioned to cold storage must be stored in cold storage for a minimum /// of 90 days. Therefore, the “retention” 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. /// - /// + /// /// - /// Resource types that are able to be transitioned to cold storage are listed in the - /// "Lifecycle to cold storage" section of the - /// Feature availability by resource table. Backup ignores this expression for other - /// resource types. + /// If your lifecycle currently uses the parameters DeleteAfterDays and MoveToColdStorageAfterDays, + /// include these parameters and their values when you call this operation. Not including + /// them may result in your plan updating with null values. /// - /// + /// /// /// This operation does not support continuous backups. /// @@ -6472,8 +6479,7 @@ public virtual UpdateRegionSettingsResponse EndUpdateRegionSettings(IAsyncResult #region UpdateReportPlan /// - /// Updates an existing report plan identified by its ReportPlanName with the input - /// document in JSON format. + /// Updates the specified report plan. /// /// Container for the necessary parameters to execute the UpdateReportPlan service method. /// @@ -6642,14 +6648,16 @@ public virtual UpdateRestoreTestingPlanResponse EndUpdateRestoreTestingPlan(IAsy #region UpdateRestoreTestingSelection /// + /// Updates the specified restore testing selection. + /// + /// + /// /// Most elements except the RestoreTestingSelectionName can be updated with this /// request. - /// + /// /// /// - /// RestoreTestingSelection can use either protected resource ARNs or conditions, - /// but not both. That is, if your selection has ProtectedResourceArns, requesting - /// an update with the parameter ProtectedResourceConditions will be unsuccessful. + /// You can use either protected resource ARNs or conditions, but not both. /// /// /// Container for the necessary parameters to execute the UpdateRestoreTestingSelection service method. diff --git a/sdk/src/Services/Backup/Generated/_bcl35/IAmazonBackup.cs b/sdk/src/Services/Backup/Generated/_bcl35/IAmazonBackup.cs index ee2307c09153..7b34ca519c37 100644 --- a/sdk/src/Services/Backup/Generated/_bcl35/IAmazonBackup.cs +++ b/sdk/src/Services/Backup/Generated/_bcl35/IAmazonBackup.cs @@ -54,8 +54,8 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// This action removes the specified legal hold on a recovery point. This action can - /// only be performed by a user with sufficient permissions. + /// Removes the specified legal hold on a recovery point. This action can only be performed + /// by a user with sufficient permissions. /// /// Container for the necessary parameters to execute the CancelLegalHold service method. /// @@ -361,10 +361,10 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// This action creates a legal hold on a recovery point (backup). A legal hold is a restraint - /// on altering or deleting a backup until an authorized user cancels the legal hold. - /// Any actions to delete or disassociate a recovery point will fail with an error if - /// one or more active legal holds are on the recovery point. + /// Creates a legal hold on a recovery point (backup). A legal hold is a restraint on + /// altering or deleting a backup until an authorized user cancels the legal hold. Any + /// actions to delete or disassociate a recovery point will fail with an error if one + /// or more active legal holds are on the recovery point. /// /// Container for the necessary parameters to execute the CreateLegalHold service method. /// @@ -418,7 +418,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// This request creates a logical container to where backups may be copied. + /// Creates a logical container to where backups may be copied. /// /// /// @@ -555,13 +555,12 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// This is the first of two steps to create a restore testing plan; once this request - /// is successful, finish the procedure with request CreateRestoreTestingSelection. + /// Creates a restore testing plan. /// /// /// - /// You must include the parameter RestoreTestingPlan. You may optionally include CreatorRequestId - /// and Tags. + /// The first of two steps to create a restore testing plan. After this request is successful, + /// finish the procedure using CreateRestoreTestingSelection. /// /// /// Container for the necessary parameters to execute the CreateRestoreTestingPlan service method. @@ -2902,9 +2901,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// 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. + /// Lists the active backup plans for the account. /// /// Container for the necessary parameters to execute the ListBackupPlans service method. /// @@ -2957,8 +2954,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// Returns metadata of your saved backup plan templates, including the template ID, name, - /// and the creation and deletion dates. + /// Lists the backup plan templates. /// /// Container for the necessary parameters to execute the ListBackupPlanTemplates service method. /// @@ -3572,8 +3568,8 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// Returns detailed information about all the recovery points of the type specified by - /// a resource Amazon Resource Name (ARN). + /// The information about the recovery points of the type specified by a resource Amazon + /// Resource Name (ARN). /// /// /// @@ -3997,16 +3993,8 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// Returns a list of key-value pairs assigned to a target recovery point, backup plan, - /// or backup vault. - /// - /// - /// - /// ListTags only works for resource types that support full Backup management - /// of their backups. Those resource types are listed in the "Full Backup management" - /// section of the - /// Feature availability by resource table. - /// + /// Returns the tags assigned to the resource, such as a target recovery point, backup + /// plan, or backup vault. /// /// Container for the necessary parameters to execute the ListTags service method. /// @@ -4123,10 +4111,14 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// /// Backup Vault Lock has been assessed by Cohasset Associates for use in environments /// that are subject to SEC 17a-4, CFTC, and FINRA regulations. For more information about - /// how Backup Vault Lock relates to these regulations, see the Cohasset + /// how Backup Vault Lock relates to these regulations, see the Cohasset /// Associates Compliance Assessment. /// - /// + /// + /// + /// For more information, see Backup + /// Vault Lock. + /// /// /// Container for the necessary parameters to execute the PutBackupVaultLockConfiguration service method. /// @@ -4537,7 +4529,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// /// /// This action is not supported for the following services: Amazon FSx for Windows File - /// Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP , Amazon FSx for OpenZFS, + /// Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP, Amazon FSx for OpenZFS, /// Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon /// Neptune. /// @@ -4599,6 +4591,12 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// /// Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault /// identified by an Amazon Resource Name (ARN). + /// + /// + /// + /// This API is supported for recovery points for resource types including Aurora, Amazon + /// DocumentDB. Amazon EBS, Amazon FSx, Neptune, and Amazon RDS. + /// /// /// Container for the necessary parameters to execute the TagResource service method. /// @@ -4657,6 +4655,12 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// /// Removes a set of key-value pairs from a recovery point, backup plan, or backup vault /// identified by an Amazon Resource Name (ARN) + /// + /// + /// + /// This API is not supported for recovery points for resource types including Aurora, + /// Amazon DocumentDB. Amazon EBS, Amazon FSx, Neptune, and Amazon RDS. + /// /// /// Container for the necessary parameters to execute the UntagResource service method. /// @@ -4709,8 +4713,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// Updates an existing backup plan identified by its backupPlanId with the input - /// document in JSON format. The new version is uniquely identified by a VersionId. + /// Updates the specified backup plan. The new version is uniquely identified by its ID. /// /// Container for the necessary parameters to execute the UpdateBackupPlan service method. /// @@ -4763,8 +4766,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// Updates an existing framework identified by its FrameworkName with the input - /// document in JSON format. + /// Updates the specified framework. /// /// Container for the necessary parameters to execute the UpdateFramework service method. /// @@ -4894,19 +4896,24 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// /// /// + /// Resource types that can transition to cold storage are listed in the Feature + /// availability by resource table. Backup ignores this expression for other resource + /// types. + /// + /// + /// /// Backups transitioned to cold storage must be stored in cold storage for a minimum /// of 90 days. Therefore, the “retention” 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. /// - /// + /// /// - /// Resource types that are able to be transitioned to cold storage are listed in the - /// "Lifecycle to cold storage" section of the - /// Feature availability by resource table. Backup ignores this expression for other - /// resource types. + /// If your lifecycle currently uses the parameters DeleteAfterDays and MoveToColdStorageAfterDays, + /// include these parameters and their values when you call this operation. Not including + /// them may result in your plan updating with null values. /// - /// + /// /// /// This operation does not support continuous backups. /// @@ -5022,8 +5029,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// Updates an existing report plan identified by its ReportPlanName with the input - /// document in JSON format. + /// Updates the specified report plan. /// /// Container for the necessary parameters to execute the UpdateReportPlan service method. /// @@ -5164,14 +5170,16 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// + /// Updates the specified restore testing selection. + /// + /// + /// /// Most elements except the RestoreTestingSelectionName can be updated with this /// request. - /// + /// /// /// - /// RestoreTestingSelection can use either protected resource ARNs or conditions, - /// but not both. That is, if your selection has ProtectedResourceArns, requesting - /// an update with the parameter ProtectedResourceConditions will be unsuccessful. + /// You can use either protected resource ARNs or conditions, but not both. /// /// /// Container for the necessary parameters to execute the UpdateRestoreTestingSelection service method. diff --git a/sdk/src/Services/Backup/Generated/_bcl45/AmazonBackupClient.cs b/sdk/src/Services/Backup/Generated/_bcl45/AmazonBackupClient.cs index ced2b8c88a00..66f1dcca390e 100644 --- a/sdk/src/Services/Backup/Generated/_bcl45/AmazonBackupClient.cs +++ b/sdk/src/Services/Backup/Generated/_bcl45/AmazonBackupClient.cs @@ -273,8 +273,8 @@ protected override void Dispose(bool disposing) /// - /// This action removes the specified legal hold on a recovery point. This action can - /// only be performed by a user with sufficient permissions. + /// Removes the specified legal hold on a recovery point. This action can only be performed + /// by a user with sufficient permissions. /// /// Container for the necessary parameters to execute the CancelLegalHold service method. /// @@ -308,8 +308,8 @@ public virtual CancelLegalHoldResponse CancelLegalHold(CancelLegalHoldRequest re /// - /// This action removes the specified legal hold on a recovery point. This action can - /// only be performed by a user with sufficient permissions. + /// Removes the specified legal hold on a recovery point. This action can only be performed + /// by a user with sufficient permissions. /// /// Container for the necessary parameters to execute the CancelLegalHold service method. /// @@ -692,10 +692,10 @@ public virtual CreateFrameworkResponse CreateFramework(CreateFrameworkRequest re /// - /// This action creates a legal hold on a recovery point (backup). A legal hold is a restraint - /// on altering or deleting a backup until an authorized user cancels the legal hold. - /// Any actions to delete or disassociate a recovery point will fail with an error if - /// one or more active legal holds are on the recovery point. + /// Creates a legal hold on a recovery point (backup). A legal hold is a restraint on + /// altering or deleting a backup until an authorized user cancels the legal hold. Any + /// actions to delete or disassociate a recovery point will fail with an error if one + /// or more active legal holds are on the recovery point. /// /// Container for the necessary parameters to execute the CreateLegalHold service method. /// @@ -726,10 +726,10 @@ public virtual CreateLegalHoldResponse CreateLegalHold(CreateLegalHoldRequest re /// - /// This action creates a legal hold on a recovery point (backup). A legal hold is a restraint - /// on altering or deleting a backup until an authorized user cancels the legal hold. - /// Any actions to delete or disassociate a recovery point will fail with an error if - /// one or more active legal holds are on the recovery point. + /// Creates a legal hold on a recovery point (backup). A legal hold is a restraint on + /// altering or deleting a backup until an authorized user cancels the legal hold. Any + /// actions to delete or disassociate a recovery point will fail with an error if one + /// or more active legal holds are on the recovery point. /// /// Container for the necessary parameters to execute the CreateLegalHold service method. /// @@ -767,7 +767,7 @@ public virtual CreateLegalHoldResponse CreateLegalHold(CreateLegalHoldRequest re /// - /// This request creates a logical container to where backups may be copied. + /// Creates a logical container to where backups may be copied. /// /// /// @@ -817,7 +817,7 @@ public virtual CreateLogicallyAirGappedBackupVaultResponse CreateLogicallyAirGap /// - /// This request creates a logical container to where backups may be copied. + /// Creates a logical container to where backups may be copied. /// /// /// @@ -963,13 +963,12 @@ public virtual CreateReportPlanResponse CreateReportPlan(CreateReportPlanRequest /// - /// This is the first of two steps to create a restore testing plan; once this request - /// is successful, finish the procedure with request CreateRestoreTestingSelection. + /// Creates a restore testing plan. /// /// /// - /// You must include the parameter RestoreTestingPlan. You may optionally include CreatorRequestId - /// and Tags. + /// The first of two steps to create a restore testing plan. After this request is successful, + /// finish the procedure using CreateRestoreTestingSelection. /// /// /// Container for the necessary parameters to execute the CreateRestoreTestingPlan service method. @@ -1008,13 +1007,12 @@ public virtual CreateRestoreTestingPlanResponse CreateRestoreTestingPlan(CreateR /// - /// This is the first of two steps to create a restore testing plan; once this request - /// is successful, finish the procedure with request CreateRestoreTestingSelection. + /// Creates a restore testing plan. /// /// /// - /// You must include the parameter RestoreTestingPlan. You may optionally include CreatorRequestId - /// and Tags. + /// The first of two steps to create a restore testing plan. After this request is successful, + /// finish the procedure using CreateRestoreTestingSelection. /// /// /// Container for the necessary parameters to execute the CreateRestoreTestingPlan service method. @@ -4019,9 +4017,7 @@ public virtual ListBackupJobSummariesResponse ListBackupJobSummaries(ListBackupJ /// - /// 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. + /// Lists the active backup plans for the account. /// /// Container for the necessary parameters to execute the ListBackupPlans service method. /// @@ -4051,9 +4047,7 @@ public virtual ListBackupPlansResponse ListBackupPlans(ListBackupPlansRequest re /// - /// 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. + /// Lists the active backup plans for the account. /// /// Container for the necessary parameters to execute the ListBackupPlans service method. /// @@ -4090,8 +4084,7 @@ public virtual ListBackupPlansResponse ListBackupPlans(ListBackupPlansRequest re /// - /// Returns metadata of your saved backup plan templates, including the template ID, name, - /// and the creation and deletion dates. + /// Lists the backup plan templates. /// /// Container for the necessary parameters to execute the ListBackupPlanTemplates service method. /// @@ -4121,8 +4114,7 @@ public virtual ListBackupPlanTemplatesResponse ListBackupPlanTemplates(ListBacku /// - /// Returns metadata of your saved backup plan templates, including the template ID, name, - /// and the creation and deletion dates. + /// Lists the backup plan templates. /// /// Container for the necessary parameters to execute the ListBackupPlanTemplates service method. /// @@ -4852,8 +4844,8 @@ public virtual ListRecoveryPointsByLegalHoldResponse ListRecoveryPointsByLegalHo /// - /// Returns detailed information about all the recovery points of the type specified by - /// a resource Amazon Resource Name (ARN). + /// The information about the recovery points of the type specified by a resource Amazon + /// Resource Name (ARN). /// /// /// @@ -4889,8 +4881,8 @@ public virtual ListRecoveryPointsByResourceResponse ListRecoveryPointsByResource /// - /// Returns detailed information about all the recovery points of the type specified by - /// a resource Amazon Resource Name (ARN). + /// The information about the recovery points of the type specified by a resource Amazon + /// Resource Name (ARN). /// /// /// @@ -5390,16 +5382,8 @@ public virtual ListRestoreTestingSelectionsResponse ListRestoreTestingSelections /// - /// Returns a list of key-value pairs assigned to a target recovery point, backup plan, - /// or backup vault. - /// - /// - /// - /// ListTags only works for resource types that support full Backup management - /// of their backups. Those resource types are listed in the "Full Backup management" - /// section of the - /// Feature availability by resource table. - /// + /// Returns the tags assigned to the resource, such as a target recovery point, backup + /// plan, or backup vault. /// /// Container for the necessary parameters to execute the ListTags service method. /// @@ -5429,16 +5413,8 @@ public virtual ListTagsResponse ListTags(ListTagsRequest request) /// - /// Returns a list of key-value pairs assigned to a target recovery point, backup plan, - /// or backup vault. - /// - /// - /// - /// ListTags only works for resource types that support full Backup management - /// of their backups. Those resource types are listed in the "Full Backup management" - /// section of the - /// Feature availability by resource table. - /// + /// Returns the tags assigned to the resource, such as a target recovery point, backup + /// plan, or backup vault. /// /// Container for the necessary parameters to execute the ListTags service method. /// @@ -5554,10 +5530,14 @@ public virtual PutBackupVaultAccessPolicyResponse PutBackupVaultAccessPolicy(Put /// /// Backup Vault Lock has been assessed by Cohasset Associates for use in environments /// that are subject to SEC 17a-4, CFTC, and FINRA regulations. For more information about - /// how Backup Vault Lock relates to these regulations, see the Cohasset + /// how Backup Vault Lock relates to these regulations, see the Cohasset /// Associates Compliance Assessment. /// - /// + /// + /// + /// For more information, see Backup + /// Vault Lock. + /// /// /// Container for the necessary parameters to execute the PutBackupVaultLockConfiguration service method. /// @@ -5601,10 +5581,14 @@ public virtual PutBackupVaultLockConfigurationResponse PutBackupVaultLockConfigu /// /// Backup Vault Lock has been assessed by Cohasset Associates for use in environments /// that are subject to SEC 17a-4, CFTC, and FINRA regulations. For more information about - /// how Backup Vault Lock relates to these regulations, see the Cohasset + /// how Backup Vault Lock relates to these regulations, see the Cohasset /// Associates Compliance Assessment. /// - /// + /// + /// + /// For more information, see Backup + /// Vault Lock. + /// /// /// Container for the necessary parameters to execute the PutBackupVaultLockConfiguration service method. /// @@ -6114,7 +6098,7 @@ public virtual StartRestoreJobResponse StartRestoreJob(StartRestoreJobRequest re /// /// /// This action is not supported for the following services: Amazon FSx for Windows File - /// Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP , Amazon FSx for OpenZFS, + /// Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP, Amazon FSx for OpenZFS, /// Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon /// Neptune. /// @@ -6156,7 +6140,7 @@ public virtual StopBackupJobResponse StopBackupJob(StopBackupJobRequest request) /// /// /// This action is not supported for the following services: Amazon FSx for Windows File - /// Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP , Amazon FSx for OpenZFS, + /// Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP, Amazon FSx for OpenZFS, /// Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon /// Neptune. /// @@ -6202,6 +6186,12 @@ public virtual StopBackupJobResponse StopBackupJob(StopBackupJobRequest request) /// /// Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault /// identified by an Amazon Resource Name (ARN). + /// + /// + /// + /// This API is supported for recovery points for resource types including Aurora, Amazon + /// DocumentDB. Amazon EBS, Amazon FSx, Neptune, and Amazon RDS. + /// /// /// Container for the necessary parameters to execute the TagResource service method. /// @@ -6237,6 +6227,12 @@ public virtual TagResourceResponse TagResource(TagResourceRequest request) /// /// Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault /// identified by an Amazon Resource Name (ARN). + /// + /// + /// + /// This API is supported for recovery points for resource types including Aurora, Amazon + /// DocumentDB. Amazon EBS, Amazon FSx, Neptune, and Amazon RDS. + /// /// /// Container for the necessary parameters to execute the TagResource service method. /// @@ -6279,6 +6275,12 @@ public virtual TagResourceResponse TagResource(TagResourceRequest request) /// /// Removes a set of key-value pairs from a recovery point, backup plan, or backup vault /// identified by an Amazon Resource Name (ARN) + /// + /// + /// + /// This API is not supported for recovery points for resource types including Aurora, + /// Amazon DocumentDB. Amazon EBS, Amazon FSx, Neptune, and Amazon RDS. + /// /// /// Container for the necessary parameters to execute the UntagResource service method. /// @@ -6310,6 +6312,12 @@ public virtual UntagResourceResponse UntagResource(UntagResourceRequest request) /// /// Removes a set of key-value pairs from a recovery point, backup plan, or backup vault /// identified by an Amazon Resource Name (ARN) + /// + /// + /// + /// This API is not supported for recovery points for resource types including Aurora, + /// Amazon DocumentDB. Amazon EBS, Amazon FSx, Neptune, and Amazon RDS. + /// /// /// Container for the necessary parameters to execute the UntagResource service method. /// @@ -6346,8 +6354,7 @@ public virtual UntagResourceResponse UntagResource(UntagResourceRequest request) /// - /// Updates an existing backup plan identified by its backupPlanId with the input - /// document in JSON format. The new version is uniquely identified by a VersionId. + /// Updates the specified backup plan. The new version is uniquely identified by its ID. /// /// Container for the necessary parameters to execute the UpdateBackupPlan service method. /// @@ -6377,8 +6384,7 @@ public virtual UpdateBackupPlanResponse UpdateBackupPlan(UpdateBackupPlanRequest /// - /// Updates an existing backup plan identified by its backupPlanId with the input - /// document in JSON format. The new version is uniquely identified by a VersionId. + /// Updates the specified backup plan. The new version is uniquely identified by its ID. /// /// Container for the necessary parameters to execute the UpdateBackupPlan service method. /// @@ -6415,8 +6421,7 @@ public virtual UpdateBackupPlanResponse UpdateBackupPlan(UpdateBackupPlanRequest /// - /// Updates an existing framework identified by its FrameworkName with the input - /// document in JSON format. + /// Updates the specified framework. /// /// Container for the necessary parameters to execute the UpdateFramework service method. /// @@ -6457,8 +6462,7 @@ public virtual UpdateFrameworkResponse UpdateFramework(UpdateFrameworkRequest re /// - /// Updates an existing framework identified by its FrameworkName with the input - /// document in JSON format. + /// Updates the specified framework. /// /// Container for the necessary parameters to execute the UpdateFramework service method. /// @@ -6589,19 +6593,24 @@ public virtual UpdateGlobalSettingsResponse UpdateGlobalSettings(UpdateGlobalSet /// /// /// + /// Resource types that can transition to cold storage are listed in the Feature + /// availability by resource table. Backup ignores this expression for other resource + /// types. + /// + /// + /// /// Backups transitioned to cold storage must be stored in cold storage for a minimum /// of 90 days. Therefore, the “retention” 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. /// - /// + /// /// - /// Resource types that are able to be transitioned to cold storage are listed in the - /// "Lifecycle to cold storage" section of the - /// Feature availability by resource table. Backup ignores this expression for other - /// resource types. + /// If your lifecycle currently uses the parameters DeleteAfterDays and MoveToColdStorageAfterDays, + /// include these parameters and their values when you call this operation. Not including + /// them may result in your plan updating with null values. /// - /// + /// /// /// This operation does not support continuous backups. /// @@ -6648,19 +6657,24 @@ public virtual UpdateRecoveryPointLifecycleResponse UpdateRecoveryPointLifecycle /// /// /// + /// Resource types that can transition to cold storage are listed in the Feature + /// availability by resource table. Backup ignores this expression for other resource + /// types. + /// + /// + /// /// Backups transitioned to cold storage must be stored in cold storage for a minimum /// of 90 days. Therefore, the “retention” 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. /// - /// + /// /// - /// Resource types that are able to be transitioned to cold storage are listed in the - /// "Lifecycle to cold storage" section of the - /// Feature availability by resource table. Backup ignores this expression for other - /// resource types. + /// If your lifecycle currently uses the parameters DeleteAfterDays and MoveToColdStorageAfterDays, + /// include these parameters and their values when you call this operation. Not including + /// them may result in your plan updating with null values. /// - /// + /// /// /// This operation does not support continuous backups. /// @@ -6777,8 +6791,7 @@ public virtual UpdateRegionSettingsResponse UpdateRegionSettings(UpdateRegionSet /// - /// Updates an existing report plan identified by its ReportPlanName with the input - /// document in JSON format. + /// Updates the specified report plan. /// /// Container for the necessary parameters to execute the UpdateReportPlan service method. /// @@ -6812,8 +6825,7 @@ public virtual UpdateReportPlanResponse UpdateReportPlan(UpdateReportPlanRequest /// - /// Updates an existing report plan identified by its ReportPlanName with the input - /// document in JSON format. + /// Updates the specified report plan. /// /// Container for the necessary parameters to execute the UpdateReportPlan service method. /// @@ -6983,14 +6995,16 @@ public virtual UpdateRestoreTestingPlanResponse UpdateRestoreTestingPlan(UpdateR /// + /// Updates the specified restore testing selection. + /// + /// + /// /// Most elements except the RestoreTestingSelectionName can be updated with this /// request. - /// + /// /// /// - /// RestoreTestingSelection can use either protected resource ARNs or conditions, - /// but not both. That is, if your selection has ProtectedResourceArns, requesting - /// an update with the parameter ProtectedResourceConditions will be unsuccessful. + /// You can use either protected resource ARNs or conditions, but not both. /// /// /// Container for the necessary parameters to execute the UpdateRestoreTestingSelection service method. @@ -7025,14 +7039,16 @@ public virtual UpdateRestoreTestingSelectionResponse UpdateRestoreTestingSelecti /// + /// Updates the specified restore testing selection. + /// + /// + /// /// Most elements except the RestoreTestingSelectionName can be updated with this /// request. - /// + /// /// /// - /// RestoreTestingSelection can use either protected resource ARNs or conditions, - /// but not both. That is, if your selection has ProtectedResourceArns, requesting - /// an update with the parameter ProtectedResourceConditions will be unsuccessful. + /// You can use either protected resource ARNs or conditions, but not both. /// /// /// Container for the necessary parameters to execute the UpdateRestoreTestingSelection service method. diff --git a/sdk/src/Services/Backup/Generated/_bcl45/IAmazonBackup.cs b/sdk/src/Services/Backup/Generated/_bcl45/IAmazonBackup.cs index 7a6882a47e4e..3fa8a99bbbc0 100644 --- a/sdk/src/Services/Backup/Generated/_bcl45/IAmazonBackup.cs +++ b/sdk/src/Services/Backup/Generated/_bcl45/IAmazonBackup.cs @@ -52,8 +52,8 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// This action removes the specified legal hold on a recovery point. This action can - /// only be performed by a user with sufficient permissions. + /// Removes the specified legal hold on a recovery point. This action can only be performed + /// by a user with sufficient permissions. /// /// Container for the necessary parameters to execute the CancelLegalHold service method. /// @@ -81,8 +81,8 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// This action removes the specified legal hold on a recovery point. This action can - /// only be performed by a user with sufficient permissions. + /// Removes the specified legal hold on a recovery point. This action can only be performed + /// by a user with sufficient permissions. /// /// Container for the necessary parameters to execute the CancelLegalHold service method. /// @@ -406,10 +406,10 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// This action creates a legal hold on a recovery point (backup). A legal hold is a restraint - /// on altering or deleting a backup until an authorized user cancels the legal hold. - /// Any actions to delete or disassociate a recovery point will fail with an error if - /// one or more active legal holds are on the recovery point. + /// Creates a legal hold on a recovery point (backup). A legal hold is a restraint on + /// altering or deleting a backup until an authorized user cancels the legal hold. Any + /// actions to delete or disassociate a recovery point will fail with an error if one + /// or more active legal holds are on the recovery point. /// /// Container for the necessary parameters to execute the CreateLegalHold service method. /// @@ -434,10 +434,10 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// This action creates a legal hold on a recovery point (backup). A legal hold is a restraint - /// on altering or deleting a backup until an authorized user cancels the legal hold. - /// Any actions to delete or disassociate a recovery point will fail with an error if - /// one or more active legal holds are on the recovery point. + /// Creates a legal hold on a recovery point (backup). A legal hold is a restraint on + /// altering or deleting a backup until an authorized user cancels the legal hold. Any + /// actions to delete or disassociate a recovery point will fail with an error if one + /// or more active legal holds are on the recovery point. /// /// Container for the necessary parameters to execute the CreateLegalHold service method. /// @@ -468,7 +468,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// This request creates a logical container to where backups may be copied. + /// Creates a logical container to where backups may be copied. /// /// /// @@ -512,7 +512,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// This request creates a logical container to where backups may be copied. + /// Creates a logical container to where backups may be copied. /// /// /// @@ -638,13 +638,12 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// This is the first of two steps to create a restore testing plan; once this request - /// is successful, finish the procedure with request CreateRestoreTestingSelection. + /// Creates a restore testing plan. /// /// /// - /// You must include the parameter RestoreTestingPlan. You may optionally include CreatorRequestId - /// and Tags. + /// The first of two steps to create a restore testing plan. After this request is successful, + /// finish the procedure using CreateRestoreTestingSelection. /// /// /// Container for the necessary parameters to execute the CreateRestoreTestingPlan service method. @@ -677,13 +676,12 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// This is the first of two steps to create a restore testing plan; once this request - /// is successful, finish the procedure with request CreateRestoreTestingSelection. + /// Creates a restore testing plan. /// /// /// - /// You must include the parameter RestoreTestingPlan. You may optionally include CreatorRequestId - /// and Tags. + /// The first of two steps to create a restore testing plan. After this request is successful, + /// finish the procedure using CreateRestoreTestingSelection. /// /// /// Container for the necessary parameters to execute the CreateRestoreTestingPlan service method. @@ -3148,9 +3146,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// 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. + /// Lists the active backup plans for the account. /// /// Container for the necessary parameters to execute the ListBackupPlans service method. /// @@ -3174,9 +3170,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// 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. + /// Lists the active backup plans for the account. /// /// Container for the necessary parameters to execute the ListBackupPlans service method. /// @@ -3206,8 +3200,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// Returns metadata of your saved backup plan templates, including the template ID, name, - /// and the creation and deletion dates. + /// Lists the backup plan templates. /// /// Container for the necessary parameters to execute the ListBackupPlanTemplates service method. /// @@ -3231,8 +3224,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// Returns metadata of your saved backup plan templates, including the template ID, name, - /// and the creation and deletion dates. + /// Lists the backup plan templates. /// /// Container for the necessary parameters to execute the ListBackupPlanTemplates service method. /// @@ -3812,8 +3804,8 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// Returns detailed information about all the recovery points of the type specified by - /// a resource Amazon Resource Name (ARN). + /// The information about the recovery points of the type specified by a resource Amazon + /// Resource Name (ARN). /// /// /// @@ -3843,8 +3835,8 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// Returns detailed information about all the recovery points of the type specified by - /// a resource Amazon Resource Name (ARN). + /// The information about the recovery points of the type specified by a resource Amazon + /// Resource Name (ARN). /// /// /// @@ -4246,16 +4238,8 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// Returns a list of key-value pairs assigned to a target recovery point, backup plan, - /// or backup vault. - /// - /// - /// - /// ListTags only works for resource types that support full Backup management - /// of their backups. Those resource types are listed in the "Full Backup management" - /// section of the - /// Feature availability by resource table. - /// + /// Returns the tags assigned to the resource, such as a target recovery point, backup + /// plan, or backup vault. /// /// Container for the necessary parameters to execute the ListTags service method. /// @@ -4279,16 +4263,8 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// Returns a list of key-value pairs assigned to a target recovery point, backup plan, - /// or backup vault. - /// - /// - /// - /// ListTags only works for resource types that support full Backup management - /// of their backups. Those resource types are listed in the "Full Backup management" - /// section of the - /// Feature availability by resource table. - /// + /// Returns the tags assigned to the resource, such as a target recovery point, backup + /// plan, or backup vault. /// /// Container for the necessary parameters to execute the ListTags service method. /// @@ -4384,10 +4360,14 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// /// Backup Vault Lock has been assessed by Cohasset Associates for use in environments /// that are subject to SEC 17a-4, CFTC, and FINRA regulations. For more information about - /// how Backup Vault Lock relates to these regulations, see the Cohasset + /// how Backup Vault Lock relates to these regulations, see the Cohasset /// Associates Compliance Assessment. /// - /// + /// + /// + /// For more information, see Backup + /// Vault Lock. + /// /// /// Container for the necessary parameters to execute the PutBackupVaultLockConfiguration service method. /// @@ -4425,10 +4405,14 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// /// Backup Vault Lock has been assessed by Cohasset Associates for use in environments /// that are subject to SEC 17a-4, CFTC, and FINRA regulations. For more information about - /// how Backup Vault Lock relates to these regulations, see the Cohasset + /// how Backup Vault Lock relates to these regulations, see the Cohasset /// Associates Compliance Assessment. /// - /// + /// + /// + /// For more information, see Backup + /// Vault Lock. + /// /// /// Container for the necessary parameters to execute the PutBackupVaultLockConfiguration service method. /// @@ -4853,7 +4837,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// /// /// This action is not supported for the following services: Amazon FSx for Windows File - /// Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP , Amazon FSx for OpenZFS, + /// Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP, Amazon FSx for OpenZFS, /// Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon /// Neptune. /// @@ -4889,7 +4873,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// /// /// This action is not supported for the following services: Amazon FSx for Windows File - /// Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP , Amazon FSx for OpenZFS, + /// Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP, Amazon FSx for OpenZFS, /// Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon /// Neptune. /// @@ -4928,6 +4912,12 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// /// Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault /// identified by an Amazon Resource Name (ARN). + /// + /// + /// + /// This API is supported for recovery points for resource types including Aurora, Amazon + /// DocumentDB. Amazon EBS, Amazon FSx, Neptune, and Amazon RDS. + /// /// /// Container for the necessary parameters to execute the TagResource service method. /// @@ -4957,6 +4947,12 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// /// Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault /// identified by an Amazon Resource Name (ARN). + /// + /// + /// + /// This API is supported for recovery points for resource types including Aurora, Amazon + /// DocumentDB. Amazon EBS, Amazon FSx, Neptune, and Amazon RDS. + /// /// /// Container for the necessary parameters to execute the TagResource service method. /// @@ -4992,6 +4988,12 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// /// Removes a set of key-value pairs from a recovery point, backup plan, or backup vault /// identified by an Amazon Resource Name (ARN) + /// + /// + /// + /// This API is not supported for recovery points for resource types including Aurora, + /// Amazon DocumentDB. Amazon EBS, Amazon FSx, Neptune, and Amazon RDS. + /// /// /// Container for the necessary parameters to execute the UntagResource service method. /// @@ -5017,6 +5019,12 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// /// Removes a set of key-value pairs from a recovery point, backup plan, or backup vault /// identified by an Amazon Resource Name (ARN) + /// + /// + /// + /// This API is not supported for recovery points for resource types including Aurora, + /// Amazon DocumentDB. Amazon EBS, Amazon FSx, Neptune, and Amazon RDS. + /// /// /// Container for the necessary parameters to execute the UntagResource service method. /// @@ -5046,8 +5054,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// Updates an existing backup plan identified by its backupPlanId with the input - /// document in JSON format. The new version is uniquely identified by a VersionId. + /// Updates the specified backup plan. The new version is uniquely identified by its ID. /// /// Container for the necessary parameters to execute the UpdateBackupPlan service method. /// @@ -5071,8 +5078,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// Updates an existing backup plan identified by its backupPlanId with the input - /// document in JSON format. The new version is uniquely identified by a VersionId. + /// Updates the specified backup plan. The new version is uniquely identified by its ID. /// /// Container for the necessary parameters to execute the UpdateBackupPlan service method. /// @@ -5102,8 +5108,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// Updates an existing framework identified by its FrameworkName with the input - /// document in JSON format. + /// Updates the specified framework. /// /// Container for the necessary parameters to execute the UpdateFramework service method. /// @@ -5138,8 +5143,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// Updates an existing framework identified by its FrameworkName with the input - /// document in JSON format. + /// Updates the specified framework. /// /// Container for the necessary parameters to execute the UpdateFramework service method. /// @@ -5250,19 +5254,24 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// /// /// + /// Resource types that can transition to cold storage are listed in the Feature + /// availability by resource table. Backup ignores this expression for other resource + /// types. + /// + /// + /// /// Backups transitioned to cold storage must be stored in cold storage for a minimum /// of 90 days. Therefore, the “retention” 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. /// - /// + /// /// - /// Resource types that are able to be transitioned to cold storage are listed in the - /// "Lifecycle to cold storage" section of the - /// Feature availability by resource table. Backup ignores this expression for other - /// resource types. + /// If your lifecycle currently uses the parameters DeleteAfterDays and MoveToColdStorageAfterDays, + /// include these parameters and their values when you call this operation. Not including + /// them may result in your plan updating with null values. /// - /// + /// /// /// This operation does not support continuous backups. /// @@ -5303,19 +5312,24 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// /// /// + /// Resource types that can transition to cold storage are listed in the Feature + /// availability by resource table. Backup ignores this expression for other resource + /// types. + /// + /// + /// /// Backups transitioned to cold storage must be stored in cold storage for a minimum /// of 90 days. Therefore, the “retention” 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. /// - /// + /// /// - /// Resource types that are able to be transitioned to cold storage are listed in the - /// "Lifecycle to cold storage" section of the - /// Feature availability by resource table. Backup ignores this expression for other - /// resource types. + /// If your lifecycle currently uses the parameters DeleteAfterDays and MoveToColdStorageAfterDays, + /// include these parameters and their values when you call this operation. Not including + /// them may result in your plan updating with null values. /// - /// + /// /// /// This operation does not support continuous backups. /// @@ -5412,8 +5426,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// Updates an existing report plan identified by its ReportPlanName with the input - /// document in JSON format. + /// Updates the specified report plan. /// /// Container for the necessary parameters to execute the UpdateReportPlan service method. /// @@ -5441,8 +5454,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// Updates an existing report plan identified by its ReportPlanName with the input - /// document in JSON format. + /// Updates the specified report plan. /// /// Container for the necessary parameters to execute the UpdateReportPlan service method. /// @@ -5592,14 +5604,16 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// + /// Updates the specified restore testing selection. + /// + /// + /// /// Most elements except the RestoreTestingSelectionName can be updated with this /// request. - /// + /// /// /// - /// RestoreTestingSelection can use either protected resource ARNs or conditions, - /// but not both. That is, if your selection has ProtectedResourceArns, requesting - /// an update with the parameter ProtectedResourceConditions will be unsuccessful. + /// You can use either protected resource ARNs or conditions, but not both. /// /// /// Container for the necessary parameters to execute the UpdateRestoreTestingSelection service method. @@ -5628,14 +5642,16 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// + /// Updates the specified restore testing selection. + /// + /// + /// /// Most elements except the RestoreTestingSelectionName can be updated with this /// request. - /// + /// /// /// - /// RestoreTestingSelection can use either protected resource ARNs or conditions, - /// but not both. That is, if your selection has ProtectedResourceArns, requesting - /// an update with the parameter ProtectedResourceConditions will be unsuccessful. + /// You can use either protected resource ARNs or conditions, but not both. /// /// /// Container for the necessary parameters to execute the UpdateRestoreTestingSelection service method. diff --git a/sdk/src/Services/Backup/Generated/_netstandard/AmazonBackupClient.cs b/sdk/src/Services/Backup/Generated/_netstandard/AmazonBackupClient.cs index 0afb845d7306..3ff3d8a45648 100644 --- a/sdk/src/Services/Backup/Generated/_netstandard/AmazonBackupClient.cs +++ b/sdk/src/Services/Backup/Generated/_netstandard/AmazonBackupClient.cs @@ -287,8 +287,8 @@ internal virtual CancelLegalHoldResponse CancelLegalHold(CancelLegalHoldRequest /// - /// This action removes the specified legal hold on a recovery point. This action can - /// only be performed by a user with sufficient permissions. + /// Removes the specified legal hold on a recovery point. This action can only be performed + /// by a user with sufficient permissions. /// /// Container for the necessary parameters to execute the CancelLegalHold service method. /// @@ -564,10 +564,10 @@ internal virtual CreateLegalHoldResponse CreateLegalHold(CreateLegalHoldRequest /// - /// This action creates a legal hold on a recovery point (backup). A legal hold is a restraint - /// on altering or deleting a backup until an authorized user cancels the legal hold. - /// Any actions to delete or disassociate a recovery point will fail with an error if - /// one or more active legal holds are on the recovery point. + /// Creates a legal hold on a recovery point (backup). A legal hold is a restraint on + /// altering or deleting a backup until an authorized user cancels the legal hold. Any + /// actions to delete or disassociate a recovery point will fail with an error if one + /// or more active legal holds are on the recovery point. /// /// Container for the necessary parameters to execute the CreateLegalHold service method. /// @@ -615,7 +615,7 @@ internal virtual CreateLogicallyAirGappedBackupVaultResponse CreateLogicallyAirG /// - /// This request creates a logical container to where backups may be copied. + /// Creates a logical container to where backups may be copied. /// /// /// @@ -740,13 +740,12 @@ internal virtual CreateRestoreTestingPlanResponse CreateRestoreTestingPlan(Creat /// - /// This is the first of two steps to create a restore testing plan; once this request - /// is successful, finish the procedure with request CreateRestoreTestingSelection. + /// Creates a restore testing plan. /// /// /// - /// You must include the parameter RestoreTestingPlan. You may optionally include CreatorRequestId - /// and Tags. + /// The first of two steps to create a restore testing plan. After this request is successful, + /// finish the procedure using CreateRestoreTestingSelection. /// /// /// Container for the necessary parameters to execute the CreateRestoreTestingPlan service method. @@ -2835,9 +2834,7 @@ internal virtual ListBackupPlansResponse ListBackupPlans(ListBackupPlansRequest /// - /// 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. + /// Lists the active backup plans for the account. /// /// Container for the necessary parameters to execute the ListBackupPlans service method. /// @@ -2884,8 +2881,7 @@ internal virtual ListBackupPlanTemplatesResponse ListBackupPlanTemplates(ListBac /// - /// Returns metadata of your saved backup plan templates, including the template ID, name, - /// and the creation and deletion dates. + /// Lists the backup plan templates. /// /// Container for the necessary parameters to execute the ListBackupPlanTemplates service method. /// @@ -3427,8 +3423,8 @@ internal virtual ListRecoveryPointsByResourceResponse ListRecoveryPointsByResour /// - /// Returns detailed information about all the recovery points of the type specified by - /// a resource Amazon Resource Name (ARN). + /// The information about the recovery points of the type specified by a resource Amazon + /// Resource Name (ARN). /// /// /// @@ -3804,16 +3800,8 @@ internal virtual ListTagsResponse ListTags(ListTagsRequest request) /// - /// Returns a list of key-value pairs assigned to a target recovery point, backup plan, - /// or backup vault. - /// - /// - /// - /// ListTags only works for resource types that support full Backup management - /// of their backups. Those resource types are listed in the "Full Backup management" - /// section of the - /// Feature availability by resource table. - /// + /// Returns the tags assigned to the resource, such as a target recovery point, backup + /// plan, or backup vault. /// /// Container for the necessary parameters to execute the ListTags service method. /// @@ -3918,10 +3906,14 @@ internal virtual PutBackupVaultLockConfigurationResponse PutBackupVaultLockConfi /// /// Backup Vault Lock has been assessed by Cohasset Associates for use in environments /// that are subject to SEC 17a-4, CFTC, and FINRA regulations. For more information about - /// how Backup Vault Lock relates to these regulations, see the Cohasset + /// how Backup Vault Lock relates to these regulations, see the Cohasset /// Associates Compliance Assessment. /// - /// + /// + /// + /// For more information, see Backup + /// Vault Lock. + /// /// /// Container for the necessary parameters to execute the PutBackupVaultLockConfiguration service method. /// @@ -4290,7 +4282,7 @@ internal virtual StopBackupJobResponse StopBackupJob(StopBackupJobRequest reques /// /// /// This action is not supported for the following services: Amazon FSx for Windows File - /// Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP , Amazon FSx for OpenZFS, + /// Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP, Amazon FSx for OpenZFS, /// Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon /// Neptune. /// @@ -4346,6 +4338,12 @@ internal virtual TagResourceResponse TagResource(TagResourceRequest request) /// /// Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault /// identified by an Amazon Resource Name (ARN). + /// + /// + /// + /// This API is supported for recovery points for resource types including Aurora, Amazon + /// DocumentDB. Amazon EBS, Amazon FSx, Neptune, and Amazon RDS. + /// /// /// Container for the necessary parameters to execute the TagResource service method. /// @@ -4398,6 +4396,12 @@ internal virtual UntagResourceResponse UntagResource(UntagResourceRequest reques /// /// Removes a set of key-value pairs from a recovery point, backup plan, or backup vault /// identified by an Amazon Resource Name (ARN) + /// + /// + /// + /// This API is not supported for recovery points for resource types including Aurora, + /// Amazon DocumentDB. Amazon EBS, Amazon FSx, Neptune, and Amazon RDS. + /// /// /// Container for the necessary parameters to execute the UntagResource service method. /// @@ -4444,8 +4448,7 @@ internal virtual UpdateBackupPlanResponse UpdateBackupPlan(UpdateBackupPlanReque /// - /// Updates an existing backup plan identified by its backupPlanId with the input - /// document in JSON format. The new version is uniquely identified by a VersionId. + /// Updates the specified backup plan. The new version is uniquely identified by its ID. /// /// Container for the necessary parameters to execute the UpdateBackupPlan service method. /// @@ -4492,8 +4495,7 @@ internal virtual UpdateFrameworkResponse UpdateFramework(UpdateFrameworkRequest /// - /// Updates an existing framework identified by its FrameworkName with the input - /// document in JSON format. + /// Updates the specified framework. /// /// Container for the necessary parameters to execute the UpdateFramework service method. /// @@ -4611,19 +4613,24 @@ internal virtual UpdateRecoveryPointLifecycleResponse UpdateRecoveryPointLifecyc /// /// /// + /// Resource types that can transition to cold storage are listed in the Feature + /// availability by resource table. Backup ignores this expression for other resource + /// types. + /// + /// + /// /// Backups transitioned to cold storage must be stored in cold storage for a minimum /// of 90 days. Therefore, the “retention” 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. /// - /// + /// /// - /// Resource types that are able to be transitioned to cold storage are listed in the - /// "Lifecycle to cold storage" section of the - /// Feature availability by resource table. Backup ignores this expression for other - /// resource types. + /// If your lifecycle currently uses the parameters DeleteAfterDays and MoveToColdStorageAfterDays, + /// include these parameters and their values when you call this operation. Not including + /// them may result in your plan updating with null values. /// - /// + /// /// /// This operation does not support continuous backups. /// @@ -4727,8 +4734,7 @@ internal virtual UpdateReportPlanResponse UpdateReportPlan(UpdateReportPlanReque /// - /// Updates an existing report plan identified by its ReportPlanName with the input - /// document in JSON format. + /// Updates the specified report plan. /// /// Container for the necessary parameters to execute the UpdateReportPlan service method. /// @@ -4857,14 +4863,16 @@ internal virtual UpdateRestoreTestingSelectionResponse UpdateRestoreTestingSelec /// + /// Updates the specified restore testing selection. + /// + /// + /// /// Most elements except the RestoreTestingSelectionName can be updated with this /// request. - /// + /// /// /// - /// RestoreTestingSelection can use either protected resource ARNs or conditions, - /// but not both. That is, if your selection has ProtectedResourceArns, requesting - /// an update with the parameter ProtectedResourceConditions will be unsuccessful. + /// You can use either protected resource ARNs or conditions, but not both. /// /// /// Container for the necessary parameters to execute the UpdateRestoreTestingSelection service method. diff --git a/sdk/src/Services/Backup/Generated/_netstandard/IAmazonBackup.cs b/sdk/src/Services/Backup/Generated/_netstandard/IAmazonBackup.cs index 611b895bf785..8d574f895886 100644 --- a/sdk/src/Services/Backup/Generated/_netstandard/IAmazonBackup.cs +++ b/sdk/src/Services/Backup/Generated/_netstandard/IAmazonBackup.cs @@ -53,8 +53,8 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// This action removes the specified legal hold on a recovery point. This action can - /// only be performed by a user with sufficient permissions. + /// Removes the specified legal hold on a recovery point. This action can only be performed + /// by a user with sufficient permissions. /// /// Container for the necessary parameters to execute the CancelLegalHold service method. /// @@ -250,10 +250,10 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// This action creates a legal hold on a recovery point (backup). A legal hold is a restraint - /// on altering or deleting a backup until an authorized user cancels the legal hold. - /// Any actions to delete or disassociate a recovery point will fail with an error if - /// one or more active legal holds are on the recovery point. + /// Creates a legal hold on a recovery point (backup). A legal hold is a restraint on + /// altering or deleting a backup until an authorized user cancels the legal hold. Any + /// actions to delete or disassociate a recovery point will fail with an error if one + /// or more active legal holds are on the recovery point. /// /// Container for the necessary parameters to execute the CreateLegalHold service method. /// @@ -285,7 +285,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// This request creates a logical container to where backups may be copied. + /// Creates a logical container to where backups may be copied. /// /// /// @@ -378,13 +378,12 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// This is the first of two steps to create a restore testing plan; once this request - /// is successful, finish the procedure with request CreateRestoreTestingSelection. + /// Creates a restore testing plan. /// /// /// - /// You must include the parameter RestoreTestingPlan. You may optionally include CreatorRequestId - /// and Tags. + /// The first of two steps to create a restore testing plan. After this request is successful, + /// finish the procedure using CreateRestoreTestingSelection. /// /// /// Container for the necessary parameters to execute the CreateRestoreTestingPlan service method. @@ -1801,9 +1800,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// 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. + /// Lists the active backup plans for the account. /// /// Container for the necessary parameters to execute the ListBackupPlans service method. /// @@ -1834,8 +1831,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// Returns metadata of your saved backup plan templates, including the template ID, name, - /// and the creation and deletion dates. + /// Lists the backup plan templates. /// /// Container for the necessary parameters to execute the ListBackupPlanTemplates service method. /// @@ -2185,8 +2181,8 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// Returns detailed information about all the recovery points of the type specified by - /// a resource Amazon Resource Name (ARN). + /// The information about the recovery points of the type specified by a resource Amazon + /// Resource Name (ARN). /// /// /// @@ -2434,16 +2430,8 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// Returns a list of key-value pairs assigned to a target recovery point, backup plan, - /// or backup vault. - /// - /// - /// - /// ListTags only works for resource types that support full Backup management - /// of their backups. Those resource types are listed in the "Full Backup management" - /// section of the - /// Feature availability by resource table. - /// + /// Returns the tags assigned to the resource, such as a target recovery point, backup + /// plan, or backup vault. /// /// Container for the necessary parameters to execute the ListTags service method. /// @@ -2516,10 +2504,14 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// /// Backup Vault Lock has been assessed by Cohasset Associates for use in environments /// that are subject to SEC 17a-4, CFTC, and FINRA regulations. For more information about - /// how Backup Vault Lock relates to these regulations, see the Cohasset + /// how Backup Vault Lock relates to these regulations, see the Cohasset /// Associates Compliance Assessment. /// - /// + /// + /// + /// For more information, see Backup + /// Vault Lock. + /// /// /// Container for the necessary parameters to execute the PutBackupVaultLockConfiguration service method. /// @@ -2776,7 +2768,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// /// /// This action is not supported for the following services: Amazon FSx for Windows File - /// Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP , Amazon FSx for OpenZFS, + /// Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP, Amazon FSx for OpenZFS, /// Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon /// Neptune. /// @@ -2816,6 +2808,12 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// /// Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault /// identified by an Amazon Resource Name (ARN). + /// + /// + /// + /// This API is supported for recovery points for resource types including Aurora, Amazon + /// DocumentDB. Amazon EBS, Amazon FSx, Neptune, and Amazon RDS. + /// /// /// Container for the necessary parameters to execute the TagResource service method. /// @@ -2852,6 +2850,12 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// /// Removes a set of key-value pairs from a recovery point, backup plan, or backup vault /// identified by an Amazon Resource Name (ARN) + /// + /// + /// + /// This API is not supported for recovery points for resource types including Aurora, + /// Amazon DocumentDB. Amazon EBS, Amazon FSx, Neptune, and Amazon RDS. + /// /// /// Container for the necessary parameters to execute the UntagResource service method. /// @@ -2882,8 +2886,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// Updates an existing backup plan identified by its backupPlanId with the input - /// document in JSON format. The new version is uniquely identified by a VersionId. + /// Updates the specified backup plan. The new version is uniquely identified by its ID. /// /// Container for the necessary parameters to execute the UpdateBackupPlan service method. /// @@ -2914,8 +2917,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// Updates an existing framework identified by its FrameworkName with the input - /// document in JSON format. + /// Updates the specified framework. /// /// Container for the necessary parameters to execute the UpdateFramework service method. /// @@ -3001,19 +3003,24 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// /// /// + /// Resource types that can transition to cold storage are listed in the Feature + /// availability by resource table. Backup ignores this expression for other resource + /// types. + /// + /// + /// /// Backups transitioned to cold storage must be stored in cold storage for a minimum /// of 90 days. Therefore, the “retention” 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. /// - /// + /// /// - /// Resource types that are able to be transitioned to cold storage are listed in the - /// "Lifecycle to cold storage" section of the - /// Feature availability by resource table. Backup ignores this expression for other - /// resource types. + /// If your lifecycle currently uses the parameters DeleteAfterDays and MoveToColdStorageAfterDays, + /// include these parameters and their values when you call this operation. Not including + /// them may result in your plan updating with null values. /// - /// + /// /// /// This operation does not support continuous backups. /// @@ -3085,8 +3092,7 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// - /// Updates an existing report plan identified by its ReportPlanName with the input - /// document in JSON format. + /// Updates the specified report plan. /// /// Container for the necessary parameters to execute the UpdateReportPlan service method. /// @@ -3183,14 +3189,16 @@ public partial interface IAmazonBackup : IAmazonService, IDisposable /// + /// Updates the specified restore testing selection. + /// + /// + /// /// Most elements except the RestoreTestingSelectionName can be updated with this /// request. - /// + /// /// /// - /// RestoreTestingSelection can use either protected resource ARNs or conditions, - /// but not both. That is, if your selection has ProtectedResourceArns, requesting - /// an update with the parameter ProtectedResourceConditions will be unsuccessful. + /// You can use either protected resource ARNs or conditions, but not both. /// /// /// Container for the necessary parameters to execute the UpdateRestoreTestingSelection service method.