AWS SDK for C++AWS SDK for C++ Version 1.11.440 |
#include <BackupClient.h>
<fullname>Backup</fullname>
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.
Definition at line 24 of file BackupClient.h.
Definition at line 27 of file BackupClient.h.
Definition at line 31 of file BackupClient.h.
Definition at line 32 of file BackupClient.h.
Aws::Backup::BackupClientConfiguration()
,
nullptr
Initializes client to use DefaultCredentialProviderChain, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.
nullptr
,
Aws::Backup::BackupClientConfiguration()
Initializes client to use SimpleAWSCredentialsProvider, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.
nullptr
,
Aws::Backup::BackupClientConfiguration()
Initializes client to use specified credentials provider with specified client config. If http client factory is not supplied, the default http client factory will be used
Initializes client to use DefaultCredentialProviderChain, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.
Initializes client to use SimpleAWSCredentialsProvider, with default http client factory, and optional client config. If client config is not specified, it will be initialized to default values.
Initializes client to use specified credentials provider with specified client config. If http client factory is not supplied, the default http client factory will be used
Removes the specified legal hold on a recovery point. This action can only be performed by a user with sufficient permissions.
nullptr
An Async wrapper for CancelLegalHold that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 103 of file BackupClient.h.
A Callable wrapper for CancelLegalHold that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 94 of file BackupClient.h.
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.
nullptr
An Async wrapper for CreateBackupPlan that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 132 of file BackupClient.h.
A Callable wrapper for CreateBackupPlan that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 123 of file BackupClient.h.
Creates a JSON document that specifies a set of resources to assign to a backup plan. For examples, see Assigning resources programmatically.
nullptr
An Async wrapper for CreateBackupSelection that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 160 of file BackupClient.h.
A Callable wrapper for CreateBackupSelection that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 151 of file BackupClient.h.
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.
nullptr
An Async wrapper for CreateBackupVault that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 189 of file BackupClient.h.
A Callable wrapper for CreateBackupVault that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 180 of file BackupClient.h.
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.
nullptr
An Async wrapper for CreateFramework that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 218 of file BackupClient.h.
A Callable wrapper for CreateFramework that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 209 of file BackupClient.h.
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.
nullptr
An Async wrapper for CreateLegalHold that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 247 of file BackupClient.h.
A Callable wrapper for CreateLegalHold that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 238 of file BackupClient.h.
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.
nullptr
An Async wrapper for CreateLogicallyAirGappedBackupVault that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 276 of file BackupClient.h.
A Callable wrapper for CreateLogicallyAirGappedBackupVault that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 267 of file BackupClient.h.
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.
nullptr
An Async wrapper for CreateReportPlan that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 304 of file BackupClient.h.
A Callable wrapper for CreateReportPlan that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 295 of file BackupClient.h.
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.
nullptr
An Async wrapper for CreateRestoreTestingPlan that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 331 of file BackupClient.h.
A Callable wrapper for CreateRestoreTestingPlan that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 322 of file BackupClient.h.
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:
ProtectedResourceArns
ProtectedResourceConditions
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.
nullptr
An Async wrapper for CreateRestoreTestingSelection that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 368 of file BackupClient.h.
A Callable wrapper for CreateRestoreTestingSelection that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 359 of file BackupClient.h.
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.
nullptr
An Async wrapper for DeleteBackupPlan that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 396 of file BackupClient.h.
A Callable wrapper for DeleteBackupPlan that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 387 of file BackupClient.h.
Deletes the resource selection associated with a backup plan that is specified by the SelectionId
.
nullptr
An Async wrapper for DeleteBackupSelection that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 422 of file BackupClient.h.
A Callable wrapper for DeleteBackupSelection that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 413 of file BackupClient.h.
Deletes the backup vault identified by its name. A vault can be deleted only if it is empty.
nullptr
An Async wrapper for DeleteBackupVaultAccessPolicy that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 474 of file BackupClient.h.
A Callable wrapper for DeleteBackupVaultAccessPolicy that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 465 of file BackupClient.h.
nullptr
An Async wrapper for DeleteBackupVault that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 448 of file BackupClient.h.
A Callable wrapper for DeleteBackupVault that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 439 of file BackupClient.h.
Deletes Backup Vault Lock from a backup vault specified by a backup vault name.
If the Vault Lock configuration is immutable, then you cannot delete Vault Lock using API operations, and you will receive an InvalidRequestException
if you attempt to do so. For more information, see Vault Lock in the Backup Developer Guide.
nullptr
An Async wrapper for DeleteBackupVaultLockConfiguration that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 505 of file BackupClient.h.
A Callable wrapper for DeleteBackupVaultLockConfiguration that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 496 of file BackupClient.h.
nullptr
An Async wrapper for DeleteBackupVaultNotifications that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 531 of file BackupClient.h.
A Callable wrapper for DeleteBackupVaultNotifications that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 522 of file BackupClient.h.
nullptr
An Async wrapper for DeleteFramework that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 557 of file BackupClient.h.
A Callable wrapper for DeleteFramework that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 548 of file BackupClient.h.
Deletes the recovery point specified by a recovery point ID.
If the recovery point ID belongs to a continuous backup, calling this endpoint deletes the existing continuous backup and stops future continuous backup.
When an IAM role's permissions are insufficient to call this API, the service sends back an HTTP 200 response with an empty HTTP body, but the recovery point is not deleted. Instead, it enters an EXPIRED
state.
EXPIRED
recovery points can be deleted with this API once the IAM role has the iam:CreateServiceLinkedRole
action. To learn more about adding this role, see Troubleshooting manual deletions.
If the user or role is deleted or the permission within the role is removed, the deletion will not be successful and will enter an EXPIRED
state.
nullptr
An Async wrapper for DeleteRecoveryPoint that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 594 of file BackupClient.h.
A Callable wrapper for DeleteRecoveryPoint that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 585 of file BackupClient.h.
nullptr
An Async wrapper for DeleteReportPlan that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 620 of file BackupClient.h.
A Callable wrapper for DeleteReportPlan that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 611 of file BackupClient.h.
This request deletes the specified restore testing plan.
Deletion can only successfully occur if all associated restore testing selections are deleted first.
nullptr
An Async wrapper for DeleteRestoreTestingPlan that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 647 of file BackupClient.h.
A Callable wrapper for DeleteRestoreTestingPlan that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 638 of file BackupClient.h.
Input the Restore Testing Plan name and Restore Testing Selection name.
All testing selections associated with a restore testing plan must be deleted before the restore testing plan can be deleted.
nullptr
An Async wrapper for DeleteRestoreTestingSelection that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 674 of file BackupClient.h.
A Callable wrapper for DeleteRestoreTestingSelection that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 665 of file BackupClient.h.
nullptr
An Async wrapper for DescribeBackupJob that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 700 of file BackupClient.h.
A Callable wrapper for DescribeBackupJob that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 691 of file BackupClient.h.
nullptr
An Async wrapper for DescribeBackupVault that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 726 of file BackupClient.h.
A Callable wrapper for DescribeBackupVault that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 717 of file BackupClient.h.
nullptr
An Async wrapper for DescribeCopyJob that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 752 of file BackupClient.h.
A Callable wrapper for DescribeCopyJob that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 743 of file BackupClient.h.
nullptr
An Async wrapper for DescribeFramework that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 778 of file BackupClient.h.
A Callable wrapper for DescribeFramework that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 769 of file BackupClient.h.
{}
)
const
Describes whether the Amazon Web Services account is opted in to cross-account backup. Returns an error if the account is not a member of an Organizations organization. Example: describe-global-settings –region us-west-2
nullptr
,
{}
An Async wrapper for DescribeGlobalSettings that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 806 of file BackupClient.h.
{}
)
const
A Callable wrapper for DescribeGlobalSettings that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 797 of file BackupClient.h.
Returns information about a saved resource, including the last time it was backed up, its Amazon Resource Name (ARN), and the Amazon Web Services service type of the saved resource.
nullptr
An Async wrapper for DescribeProtectedResource that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 833 of file BackupClient.h.
A Callable wrapper for DescribeProtectedResource that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 824 of file BackupClient.h.
Returns metadata associated with a recovery point, including ID, status, encryption, and lifecycle.
nullptr
An Async wrapper for DescribeRecoveryPoint that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 859 of file BackupClient.h.
A Callable wrapper for DescribeRecoveryPoint that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 850 of file BackupClient.h.
{}
)
const
Returns the current service opt-in settings for the Region. If service opt-in is enabled for a service, Backup tries to protect that service's resources in this Region, when the resource is included in an on-demand backup or scheduled backup plan. Otherwise, Backup does not try to protect that service's resources in this Region.
nullptr
,
{}
An Async wrapper for DescribeRegionSettings that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 888 of file BackupClient.h.
{}
)
const
A Callable wrapper for DescribeRegionSettings that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 879 of file BackupClient.h.
Returns the details associated with creating a report as specified by its ReportJobId
.
nullptr
An Async wrapper for DescribeReportJob that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 914 of file BackupClient.h.
A Callable wrapper for DescribeReportJob that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 905 of file BackupClient.h.
Returns a list of all report plans for an Amazon Web Services account and Amazon Web Services Region.
nullptr
An Async wrapper for DescribeReportPlan that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 940 of file BackupClient.h.
A Callable wrapper for DescribeReportPlan that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 931 of file BackupClient.h.
Returns metadata associated with a restore job that is specified by a job ID.
nullptr
An Async wrapper for DescribeRestoreJob that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 966 of file BackupClient.h.
A Callable wrapper for DescribeRestoreJob that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 957 of file BackupClient.h.
Deletes the specified continuous backup recovery point from Backup and releases control of that continuous backup to the source service, such as Amazon RDS. The source service will continue to create and retain continuous backups using the lifecycle that you specified in your original backup plan.
Does not support snapshot backup recovery points.
nullptr
An Async wrapper for DisassociateRecoveryPoint that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 995 of file BackupClient.h.
A Callable wrapper for DisassociateRecoveryPoint that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 986 of file BackupClient.h.
This action to a specific child (nested) recovery point removes the relationship between the specified recovery point and its parent (composite) recovery point.
nullptr
An Async wrapper for DisassociateRecoveryPointFromParent that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1022 of file BackupClient.h.
A Callable wrapper for DisassociateRecoveryPointFromParent that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1013 of file BackupClient.h.
Returns the backup plan that is specified by the plan ID as a backup template.
nullptr
An Async wrapper for ExportBackupPlanTemplate that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1048 of file BackupClient.h.
A Callable wrapper for ExportBackupPlanTemplate that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1039 of file BackupClient.h.
Returns BackupPlan
details for the specified BackupPlanId
. The details are the body of a backup plan in JSON format, in addition to plan metadata.
nullptr
An Async wrapper for GetBackupPlan that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1075 of file BackupClient.h.
A Callable wrapper for GetBackupPlan that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1066 of file BackupClient.h.
nullptr
An Async wrapper for GetBackupPlanFromJSON that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1101 of file BackupClient.h.
A Callable wrapper for GetBackupPlanFromJSON that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1092 of file BackupClient.h.
nullptr
An Async wrapper for GetBackupPlanFromTemplate that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1127 of file BackupClient.h.
A Callable wrapper for GetBackupPlanFromTemplate that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1118 of file BackupClient.h.
Returns selection metadata and a document in JSON format that specifies a list of resources that are associated with a backup plan.
nullptr
An Async wrapper for GetBackupSelection that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1154 of file BackupClient.h.
A Callable wrapper for GetBackupSelection that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1145 of file BackupClient.h.
Returns the access policy document that is associated with the named backup vault.
nullptr
An Async wrapper for GetBackupVaultAccessPolicy that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1180 of file BackupClient.h.
A Callable wrapper for GetBackupVaultAccessPolicy that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1171 of file BackupClient.h.
nullptr
An Async wrapper for GetBackupVaultNotifications that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1206 of file BackupClient.h.
A Callable wrapper for GetBackupVaultNotifications that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1197 of file BackupClient.h.
This action returns details for a specified legal hold. The details are the body of a legal hold in JSON format, in addition to metadata.
nullptr
An Async wrapper for GetLegalHold that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1233 of file BackupClient.h.
A Callable wrapper for GetLegalHold that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1224 of file BackupClient.h.
Returns a set of metadata key-value pairs that were used to create the backup.
nullptr
An Async wrapper for GetRecoveryPointRestoreMetadata that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1259 of file BackupClient.h.
A Callable wrapper for GetRecoveryPointRestoreMetadata that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1250 of file BackupClient.h.
nullptr
An Async wrapper for GetRestoreJobMetadata that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1285 of file BackupClient.h.
A Callable wrapper for GetRestoreJobMetadata that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1276 of file BackupClient.h.
This request returns the minimal required set of metadata needed to start a restore job with secure default settings. BackupVaultName
and RecoveryPointArn
are required parameters. BackupVaultAccountId
is an optional parameter.
nullptr
An Async wrapper for GetRestoreTestingInferredMetadata that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1314 of file BackupClient.h.
A Callable wrapper for GetRestoreTestingInferredMetadata that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1305 of file BackupClient.h.
Returns RestoreTestingPlan
details for the specified RestoreTestingPlanName
. The details are the body of a restore testing plan in JSON format, in addition to plan metadata.
nullptr
An Async wrapper for GetRestoreTestingPlan that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1342 of file BackupClient.h.
A Callable wrapper for GetRestoreTestingPlan that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1333 of file BackupClient.h.
Returns RestoreTestingSelection, which displays resources and elements of the restore testing plan.
nullptr
An Async wrapper for GetRestoreTestingSelection that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1368 of file BackupClient.h.
A Callable wrapper for GetRestoreTestingSelection that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1359 of file BackupClient.h.
{}
)
const
nullptr
,
{}
An Async wrapper for GetSupportedResourceTypes that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1394 of file BackupClient.h.
{}
)
const
A Callable wrapper for GetSupportedResourceTypes that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1385 of file BackupClient.h.
{}
)
const
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.
nullptr
,
{}
An Async wrapper for ListBackupJobs that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1452 of file BackupClient.h.
{}
)
const
A Callable wrapper for ListBackupJobs that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1443 of file BackupClient.h.
{}
)
const
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.
nullptr
,
{}
An Async wrapper for ListBackupJobSummaries that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1424 of file BackupClient.h.
{}
)
const
A Callable wrapper for ListBackupJobSummaries that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1415 of file BackupClient.h.
{}
)
const
nullptr
,
{}
An Async wrapper for ListBackupPlans that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1529 of file BackupClient.h.
{}
)
const
A Callable wrapper for ListBackupPlans that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1520 of file BackupClient.h.
{}
)
const
nullptr
,
{}
An Async wrapper for ListBackupPlanTemplates that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1477 of file BackupClient.h.
{}
)
const
A Callable wrapper for ListBackupPlanTemplates that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1468 of file BackupClient.h.
Returns version metadata of your backup plans, including Amazon Resource Names (ARNs), backup plan IDs, creation and deletion dates, plan names, and version IDs.
nullptr
An Async wrapper for ListBackupPlanVersions that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1504 of file BackupClient.h.
A Callable wrapper for ListBackupPlanVersions that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1495 of file BackupClient.h.
Returns an array containing metadata of the resources associated with the target backup plan.
nullptr
An Async wrapper for ListBackupSelections that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1555 of file BackupClient.h.
A Callable wrapper for ListBackupSelections that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1546 of file BackupClient.h.
{}
)
const
Returns a list of recovery point storage containers along with information about them.
nullptr
,
{}
An Async wrapper for ListBackupVaults that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1581 of file BackupClient.h.
{}
)
const
A Callable wrapper for ListBackupVaults that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1572 of file BackupClient.h.
{}
)
const
nullptr
,
{}
An Async wrapper for ListCopyJobs that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1636 of file BackupClient.h.
{}
)
const
A Callable wrapper for ListCopyJobs that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1627 of file BackupClient.h.
{}
)
const
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.
nullptr
,
{}
An Async wrapper for ListCopyJobSummaries that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1611 of file BackupClient.h.
{}
)
const
A Callable wrapper for ListCopyJobSummaries that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1602 of file BackupClient.h.
{}
)
const
Returns a list of all frameworks for an Amazon Web Services account and Amazon Web Services Region.
nullptr
,
{}
An Async wrapper for ListFrameworks that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1662 of file BackupClient.h.
{}
)
const
A Callable wrapper for ListFrameworks that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1653 of file BackupClient.h.
{}
)
const
nullptr
,
{}
An Async wrapper for ListLegalHolds that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1688 of file BackupClient.h.
{}
)
const
A Callable wrapper for ListLegalHolds that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1679 of file BackupClient.h.
{}
)
const
Returns an array of resources successfully backed up by Backup, including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.
nullptr
,
{}
An Async wrapper for ListProtectedResources that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1715 of file BackupClient.h.
This request lists the protected resources corresponding to each backup vault.
nullptr
An Async wrapper for ListProtectedResourcesByBackupVault that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1741 of file BackupClient.h.
A Callable wrapper for ListProtectedResourcesByBackupVault that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1732 of file BackupClient.h.
{}
)
const
A Callable wrapper for ListProtectedResources that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1706 of file BackupClient.h.
Returns detailed information about the recovery points stored in a backup vault.
nullptr
An Async wrapper for ListRecoveryPointsByBackupVault that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1767 of file BackupClient.h.
A Callable wrapper for ListRecoveryPointsByBackupVault that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1758 of file BackupClient.h.
This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold.
nullptr
An Async wrapper for ListRecoveryPointsByLegalHold that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1793 of file BackupClient.h.
A Callable wrapper for ListRecoveryPointsByLegalHold that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1784 of file BackupClient.h.
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.
nullptr
An Async wrapper for ListRecoveryPointsByResource that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1821 of file BackupClient.h.
A Callable wrapper for ListRecoveryPointsByResource that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1812 of file BackupClient.h.
{}
)
const
nullptr
,
{}
An Async wrapper for ListReportJobs that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1846 of file BackupClient.h.
{}
)
const
A Callable wrapper for ListReportJobs that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1837 of file BackupClient.h.
{}
)
const
Returns a list of your report plans. For detailed information about a single report plan, use DescribeReportPlan
.
nullptr
,
{}
An Async wrapper for ListReportPlans that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1872 of file BackupClient.h.
{}
)
const
A Callable wrapper for ListReportPlans that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1863 of file BackupClient.h.
{}
)
const
Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery process.
nullptr
,
{}
An Async wrapper for ListRestoreJobs that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1928 of file BackupClient.h.
This returns restore jobs that contain the specified protected resource.
You must include ResourceArn
. You can optionally include NextToken
, ByStatus
, MaxResults
, ByRecoveryPointCreationDateAfter
, and ByRecoveryPointCreationDateBefore
.
nullptr
An Async wrapper for ListRestoreJobsByProtectedResource that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1957 of file BackupClient.h.
A Callable wrapper for ListRestoreJobsByProtectedResource that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1948 of file BackupClient.h.
{}
)
const
A Callable wrapper for ListRestoreJobs that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1919 of file BackupClient.h.
{}
)
const
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.
nullptr
,
{}
An Async wrapper for ListRestoreJobSummaries that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1902 of file BackupClient.h.
{}
)
const
A Callable wrapper for ListRestoreJobSummaries that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1893 of file BackupClient.h.
{}
)
const
nullptr
,
{}
An Async wrapper for ListRestoreTestingPlans that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 1982 of file BackupClient.h.
{}
)
const
A Callable wrapper for ListRestoreTestingPlans that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 1973 of file BackupClient.h.
Returns a list of restore testing selections. Can be filtered by MaxResults
and RestoreTestingPlanName
.
nullptr
An Async wrapper for ListRestoreTestingSelections that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 2009 of file BackupClient.h.
A Callable wrapper for ListRestoreTestingSelections that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 2000 of file BackupClient.h.
Returns the tags assigned to the resource, such as a target recovery point, backup plan, or backup vault.
nullptr
An Async wrapper for ListTags that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 2035 of file BackupClient.h.
A Callable wrapper for ListTags that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 2026 of file BackupClient.h.
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.
nullptr
An Async wrapper for PutBackupVaultAccessPolicy that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 2062 of file BackupClient.h.
A Callable wrapper for PutBackupVaultAccessPolicy that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 2053 of file BackupClient.h.
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.
nullptr
An Async wrapper for PutBackupVaultLockConfiguration that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 2100 of file BackupClient.h.
A Callable wrapper for PutBackupVaultLockConfiguration that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 2091 of file BackupClient.h.
Turns on notifications on a backup vault for the specified topic and events.
nullptr
An Async wrapper for PutBackupVaultNotifications that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 2126 of file BackupClient.h.
A Callable wrapper for PutBackupVaultNotifications that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 2117 of file BackupClient.h.
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
.
nullptr
An Async wrapper for PutRestoreValidationResult that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 2154 of file BackupClient.h.
A Callable wrapper for PutRestoreValidationResult that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 2145 of file BackupClient.h.
nullptr
An Async wrapper for StartBackupJob that queues the request into a thread executor and triggers associated callback when operation has finished.
Definition at line 2180 of file BackupClient.h.
A Callable wrapper for StartBackupJob that returns a future to the operation so that it can be executed in parallel to other requests.
Definition at line 2171 of file BackupClient.h.