PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::Backup; use Moose; sub service { 'backup' } sub signing_name { 'backup' } sub version { '2018-11-15' } sub flattened_arrays { 0 } has max_attempts => (is => 'ro', isa => 'Int', default => 5); has retry => (is => 'ro', isa => 'HashRef', default => sub { { base => 'rand', type => 'exponential', growth_factor => 2 } }); has retriables => (is => 'ro', isa => 'ArrayRef', default => sub { [ ] }); with 'Paws::API::Caller', 'Paws::API::EndpointResolver', 'Paws::Net::V4Signature', 'Paws::Net::RestJsonCaller'; sub CreateBackupPlan { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::CreateBackupPlan', @_); return $self->caller->do_call($self, $call_object); } sub CreateBackupSelection { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::CreateBackupSelection', @_); return $self->caller->do_call($self, $call_object); } sub CreateBackupVault { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::CreateBackupVault', @_); return $self->caller->do_call($self, $call_object); } sub DeleteBackupPlan { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::DeleteBackupPlan', @_); return $self->caller->do_call($self, $call_object); } sub DeleteBackupSelection { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::DeleteBackupSelection', @_); return $self->caller->do_call($self, $call_object); } sub DeleteBackupVault { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::DeleteBackupVault', @_); return $self->caller->do_call($self, $call_object); } sub DeleteBackupVaultAccessPolicy { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::DeleteBackupVaultAccessPolicy', @_); return $self->caller->do_call($self, $call_object); } sub DeleteBackupVaultNotifications { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::DeleteBackupVaultNotifications', @_); return $self->caller->do_call($self, $call_object); } sub DeleteRecoveryPoint { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::DeleteRecoveryPoint', @_); return $self->caller->do_call($self, $call_object); } sub DescribeBackupJob { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::DescribeBackupJob', @_); return $self->caller->do_call($self, $call_object); } sub DescribeBackupVault { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::DescribeBackupVault', @_); return $self->caller->do_call($self, $call_object); } sub DescribeCopyJob { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::DescribeCopyJob', @_); return $self->caller->do_call($self, $call_object); } sub DescribeGlobalSettings { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::DescribeGlobalSettings', @_); return $self->caller->do_call($self, $call_object); } sub DescribeProtectedResource { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::DescribeProtectedResource', @_); return $self->caller->do_call($self, $call_object); } sub DescribeRecoveryPoint { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::DescribeRecoveryPoint', @_); return $self->caller->do_call($self, $call_object); } sub DescribeRegionSettings { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::DescribeRegionSettings', @_); return $self->caller->do_call($self, $call_object); } sub DescribeRestoreJob { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::DescribeRestoreJob', @_); return $self->caller->do_call($self, $call_object); } sub DisassociateRecoveryPoint { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::DisassociateRecoveryPoint', @_); return $self->caller->do_call($self, $call_object); } sub ExportBackupPlanTemplate { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::ExportBackupPlanTemplate', @_); return $self->caller->do_call($self, $call_object); } sub GetBackupPlan { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::GetBackupPlan', @_); return $self->caller->do_call($self, $call_object); } sub GetBackupPlanFromJSON { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::GetBackupPlanFromJSON', @_); return $self->caller->do_call($self, $call_object); } sub GetBackupPlanFromTemplate { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::GetBackupPlanFromTemplate', @_); return $self->caller->do_call($self, $call_object); } sub GetBackupSelection { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::GetBackupSelection', @_); return $self->caller->do_call($self, $call_object); } sub GetBackupVaultAccessPolicy { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::GetBackupVaultAccessPolicy', @_); return $self->caller->do_call($self, $call_object); } sub GetBackupVaultNotifications { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::GetBackupVaultNotifications', @_); return $self->caller->do_call($self, $call_object); } sub GetRecoveryPointRestoreMetadata { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::GetRecoveryPointRestoreMetadata', @_); return $self->caller->do_call($self, $call_object); } sub GetSupportedResourceTypes { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::GetSupportedResourceTypes', @_); return $self->caller->do_call($self, $call_object); } sub ListBackupJobs { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::ListBackupJobs', @_); return $self->caller->do_call($self, $call_object); } sub ListBackupPlans { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::ListBackupPlans', @_); return $self->caller->do_call($self, $call_object); } sub ListBackupPlanTemplates { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::ListBackupPlanTemplates', @_); return $self->caller->do_call($self, $call_object); } sub ListBackupPlanVersions { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::ListBackupPlanVersions', @_); return $self->caller->do_call($self, $call_object); } sub ListBackupSelections { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::ListBackupSelections', @_); return $self->caller->do_call($self, $call_object); } sub ListBackupVaults { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::ListBackupVaults', @_); return $self->caller->do_call($self, $call_object); } sub ListCopyJobs { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::ListCopyJobs', @_); return $self->caller->do_call($self, $call_object); } sub ListProtectedResources { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::ListProtectedResources', @_); return $self->caller->do_call($self, $call_object); } sub ListRecoveryPointsByBackupVault { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::ListRecoveryPointsByBackupVault', @_); return $self->caller->do_call($self, $call_object); } sub ListRecoveryPointsByResource { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::ListRecoveryPointsByResource', @_); return $self->caller->do_call($self, $call_object); } sub ListRestoreJobs { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::ListRestoreJobs', @_); return $self->caller->do_call($self, $call_object); } sub ListTags { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::ListTags', @_); return $self->caller->do_call($self, $call_object); } sub PutBackupVaultAccessPolicy { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::PutBackupVaultAccessPolicy', @_); return $self->caller->do_call($self, $call_object); } sub PutBackupVaultNotifications { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::PutBackupVaultNotifications', @_); return $self->caller->do_call($self, $call_object); } sub StartBackupJob { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::StartBackupJob', @_); return $self->caller->do_call($self, $call_object); } sub StartCopyJob { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::StartCopyJob', @_); return $self->caller->do_call($self, $call_object); } sub StartRestoreJob { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::StartRestoreJob', @_); return $self->caller->do_call($self, $call_object); } sub StopBackupJob { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::StopBackupJob', @_); return $self->caller->do_call($self, $call_object); } sub TagResource { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::TagResource', @_); return $self->caller->do_call($self, $call_object); } sub UntagResource { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::UntagResource', @_); return $self->caller->do_call($self, $call_object); } sub UpdateBackupPlan { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::UpdateBackupPlan', @_); return $self->caller->do_call($self, $call_object); } sub UpdateGlobalSettings { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::UpdateGlobalSettings', @_); return $self->caller->do_call($self, $call_object); } sub UpdateRecoveryPointLifecycle { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::UpdateRecoveryPointLifecycle', @_); return $self->caller->do_call($self, $call_object); } sub UpdateRegionSettings { my $self = shift; my $call_object = $self->new_with_coercions('Paws::Backup::UpdateRegionSettings', @_); return $self->caller->do_call($self, $call_object); } sub operations { qw/CreateBackupPlan CreateBackupSelection CreateBackupVault DeleteBackupPlan DeleteBackupSelection DeleteBackupVault DeleteBackupVaultAccessPolicy DeleteBackupVaultNotifications DeleteRecoveryPoint DescribeBackupJob DescribeBackupVault DescribeCopyJob DescribeGlobalSettings DescribeProtectedResource DescribeRecoveryPoint DescribeRegionSettings DescribeRestoreJob DisassociateRecoveryPoint ExportBackupPlanTemplate GetBackupPlan GetBackupPlanFromJSON GetBackupPlanFromTemplate GetBackupSelection GetBackupVaultAccessPolicy GetBackupVaultNotifications GetRecoveryPointRestoreMetadata GetSupportedResourceTypes ListBackupJobs ListBackupPlans ListBackupPlanTemplates ListBackupPlanVersions ListBackupSelections ListBackupVaults ListCopyJobs ListProtectedResources ListRecoveryPointsByBackupVault ListRecoveryPointsByResource ListRestoreJobs ListTags PutBackupVaultAccessPolicy PutBackupVaultNotifications StartBackupJob StartCopyJob StartRestoreJob StopBackupJob TagResource UntagResource UpdateBackupPlan UpdateGlobalSettings UpdateRecoveryPointLifecycle UpdateRegionSettings / } 1; ### main pod documentation begin ### =head1 NAME Paws::Backup - Perl Interface to AWS AWS Backup =head1 SYNOPSIS use Paws; my $obj = Paws->service('Backup'); my $res = $obj->Method( Arg1 => $val1, Arg2 => [ 'V1', 'V2' ], # if Arg3 is an object, the HashRef will be used as arguments to the constructor # of the arguments type Arg3 => { Att1 => 'Val1' }, # if Arg4 is an array of objects, the HashRefs will be passed as arguments to # the constructor of the arguments type Arg4 => [ { Att1 => 'Val1' }, { Att1 => 'Val2' } ], ); =head1 DESCRIPTION AWS Backup AWS Backup is a unified backup service designed to protect AWS services and their associated data. AWS Backup simplifies the creation, migration, restoration, and deletion of backups, while also providing reporting and auditing. For the AWS API documentation, see L =head1 METHODS =head2 CreateBackupPlan =over =item BackupPlan => L =item [BackupPlanTags => L] =item [CreatorRequestId => Str] =back Each argument is described in detail in: L Returns: a L instance Creates a backup plan using a backup plan name and backup rules. A backup plan is a document that contains information that AWS Backup uses to schedule tasks that create recovery points for resources. If you call C with a plan that already exists, an C is returned. =head2 CreateBackupSelection =over =item BackupPlanId => Str =item BackupSelection => L =item [CreatorRequestId => Str] =back Each argument is described in detail in: L Returns: a L instance Creates a JSON document that specifies a set of resources to assign to a backup plan. Resources can be included by specifying patterns for a C and selected C. For example, consider the following patterns: =over =item * C =item * C C C =item * C C C =back Using these patterns would back up all Amazon Elastic Block Store (Amazon EBS) volumes that are tagged as C<"department=finance">, C<"importance=critical">, in addition to an EBS volume with the specified volume ID. Resources and conditions are additive in that all resources that match the pattern are selected. This shouldn't be confused with a logical AND, where all conditions must match. The matching patterns are logically put together using the OR operator. In other words, all patterns that match are selected for backup. =head2 CreateBackupVault =over =item BackupVaultName => Str =item [BackupVaultTags => L] =item [CreatorRequestId => Str] =item [EncryptionKeyArn => Str] =back Each argument is described in detail in: L Returns: a L instance Creates a logical container where backups are stored. A C request includes a name, optionally one or more resource tags, an encryption key, and a request ID. Sensitive data, such as passport numbers, should not be included the name of a backup vault. =head2 DeleteBackupPlan =over =item BackupPlanId => Str =back Each argument is described in detail in: L Returns: a L instance 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. =head2 DeleteBackupSelection =over =item BackupPlanId => Str =item SelectionId => Str =back Each argument is described in detail in: L Returns: nothing Deletes the resource selection associated with a backup plan that is specified by the C. =head2 DeleteBackupVault =over =item BackupVaultName => Str =back Each argument is described in detail in: L Returns: nothing Deletes the backup vault identified by its name. A vault can be deleted only if it is empty. =head2 DeleteBackupVaultAccessPolicy =over =item BackupVaultName => Str =back Each argument is described in detail in: L Returns: nothing Deletes the policy document that manages permissions on a backup vault. =head2 DeleteBackupVaultNotifications =over =item BackupVaultName => Str =back Each argument is described in detail in: L Returns: nothing Deletes event notifications for the specified backup vault. =head2 DeleteRecoveryPoint =over =item BackupVaultName => Str =item RecoveryPointArn => Str =back Each argument is described in detail in: L Returns: nothing 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. =head2 DescribeBackupJob =over =item BackupJobId => Str =back Each argument is described in detail in: L Returns: a L instance Returns backup job details for the specified C. =head2 DescribeBackupVault =over =item BackupVaultName => Str =back Each argument is described in detail in: L Returns: a L instance Returns metadata about a backup vault specified by its name. =head2 DescribeCopyJob =over =item CopyJobId => Str =back Each argument is described in detail in: L Returns: a L instance Returns metadata associated with creating a copy of a resource. =head2 DescribeGlobalSettings Each argument is described in detail in: L Returns: a L instance Describes the global settings of the AWS account, including whether it is opted in to cross-account backup. =head2 DescribeProtectedResource =over =item ResourceArn => Str =back Each argument is described in detail in: L Returns: a L instance Returns information about a saved resource, including the last time it was backed up, its Amazon Resource Name (ARN), and the AWS service type of the saved resource. =head2 DescribeRecoveryPoint =over =item BackupVaultName => Str =item RecoveryPointArn => Str =back Each argument is described in detail in: L Returns: a L instance Returns metadata associated with a recovery point, including ID, status, encryption, and lifecycle. =head2 DescribeRegionSettings Each argument is described in detail in: L Returns: a L instance Returns the current service opt-in settings for the Region. If service-opt-in is enabled for a service, AWS 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, AWS Backup does not try to protect that service's resources in this Region, AWS Backup does not try to protect that service's resources in this Region. =head2 DescribeRestoreJob =over =item RestoreJobId => Str =back Each argument is described in detail in: L Returns: a L instance Returns metadata associated with a restore job that is specified by a job ID. =head2 DisassociateRecoveryPoint =over =item BackupVaultName => Str =item RecoveryPointArn => Str =back Each argument is described in detail in: L Returns: nothing Deletes the specified continuous backup recovery point from AWS 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. =head2 ExportBackupPlanTemplate =over =item BackupPlanId => Str =back Each argument is described in detail in: L Returns: a L instance Returns the backup plan that is specified by the plan ID as a backup template. =head2 GetBackupPlan =over =item BackupPlanId => Str =item [VersionId => Str] =back Each argument is described in detail in: L Returns: a L instance Returns C details for the specified C. The details are the body of a backup plan in JSON format, in addition to plan metadata. =head2 GetBackupPlanFromJSON =over =item BackupPlanTemplateJson => Str =back Each argument is described in detail in: L Returns: a L instance Returns a valid JSON document specifying a backup plan or an error. =head2 GetBackupPlanFromTemplate =over =item BackupPlanTemplateId => Str =back Each argument is described in detail in: L Returns: a L instance Returns the template specified by its C as a backup plan. =head2 GetBackupSelection =over =item BackupPlanId => Str =item SelectionId => Str =back Each argument is described in detail in: L Returns: a L instance Returns selection metadata and a document in JSON format that specifies a list of resources that are associated with a backup plan. =head2 GetBackupVaultAccessPolicy =over =item BackupVaultName => Str =back Each argument is described in detail in: L Returns: a L instance Returns the access policy document that is associated with the named backup vault. =head2 GetBackupVaultNotifications =over =item BackupVaultName => Str =back Each argument is described in detail in: L Returns: a L instance Returns event notifications for the specified backup vault. =head2 GetRecoveryPointRestoreMetadata =over =item BackupVaultName => Str =item RecoveryPointArn => Str =back Each argument is described in detail in: L Returns: a L instance Returns a set of metadata key-value pairs that were used to create the backup. =head2 GetSupportedResourceTypes =over =item => =back Each argument is described in detail in: L Returns: a L instance Returns the AWS resource types supported by AWS Backup. =head2 ListBackupJobs =over =item [ByAccountId => Str] =item [ByBackupVaultName => Str] =item [ByCreatedAfter => Str] =item [ByCreatedBefore => Str] =item [ByResourceArn => Str] =item [ByResourceType => Str] =item [ByState => Str] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance 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 (https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html). =head2 ListBackupPlans =over =item [IncludeDeleted => Bool] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Returns a list of existing backup plans for an authenticated account. The list is populated only if the advanced option is set for the backup plan. The list contains information such as Amazon Resource Names (ARNs), plan IDs, creation and deletion dates, version IDs, plan names, and creator request IDs. =head2 ListBackupPlanTemplates =over =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates. =head2 ListBackupPlanVersions =over =item BackupPlanId => Str =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Returns version metadata of your backup plans, including Amazon Resource Names (ARNs), backup plan IDs, creation and deletion dates, plan names, and version IDs. =head2 ListBackupSelections =over =item BackupPlanId => Str =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Returns an array containing metadata of the resources associated with the target backup plan. =head2 ListBackupVaults =over =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Returns a list of recovery point storage containers along with information about them. =head2 ListCopyJobs =over =item [ByAccountId => Str] =item [ByCreatedAfter => Str] =item [ByCreatedBefore => Str] =item [ByDestinationVaultArn => Str] =item [ByResourceArn => Str] =item [ByResourceType => Str] =item [ByState => Str] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Returns metadata about your copy jobs. =head2 ListProtectedResources =over =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Returns an array of resources successfully backed up by AWS Backup, including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type. =head2 ListRecoveryPointsByBackupVault =over =item BackupVaultName => Str =item [ByBackupPlanId => Str] =item [ByCreatedAfter => Str] =item [ByCreatedBefore => Str] =item [ByResourceArn => Str] =item [ByResourceType => Str] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Returns detailed information about the recovery points stored in a backup vault. =head2 ListRecoveryPointsByResource =over =item ResourceArn => Str =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Returns detailed information about recovery points of the type specified by a resource Amazon Resource Name (ARN). =head2 ListRestoreJobs =over =item [ByAccountId => Str] =item [ByCreatedAfter => Str] =item [ByCreatedBefore => Str] =item [ByStatus => Str] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Returns a list of jobs that AWS Backup initiated to restore a saved resource, including metadata about the recovery process. =head2 ListTags =over =item ResourceArn => Str =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault. C are currently only supported with Amazon EFS backups. =head2 PutBackupVaultAccessPolicy =over =item BackupVaultName => Str =item [Policy => Str] =back Each argument is described in detail in: L Returns: nothing 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. =head2 PutBackupVaultNotifications =over =item BackupVaultEvents => ArrayRef[Str|Undef] =item BackupVaultName => Str =item SNSTopicArn => Str =back Each argument is described in detail in: L Returns: nothing Turns on notifications on a backup vault for the specified topic and events. =head2 StartBackupJob =over =item BackupVaultName => Str =item IamRoleArn => Str =item ResourceArn => Str =item [BackupOptions => L] =item [CompleteWindowMinutes => Int] =item [IdempotencyToken => Str] =item [Lifecycle => L] =item [RecoveryPointTags => L] =item [StartWindowMinutes => Int] =back Each argument is described in detail in: L Returns: a L instance Starts an on-demand backup job for the specified resource. =head2 StartCopyJob =over =item DestinationBackupVaultArn => Str =item IamRoleArn => Str =item RecoveryPointArn => Str =item SourceBackupVaultName => Str =item [IdempotencyToken => Str] =item [Lifecycle => L] =back Each argument is described in detail in: L Returns: a L instance Starts a job to create a one-time copy of the specified resource. Does not support continuous backups. =head2 StartRestoreJob =over =item IamRoleArn => Str =item Metadata => L =item RecoveryPointArn => Str =item [IdempotencyToken => Str] =item [ResourceType => Str] =back Each argument is described in detail in: L Returns: a L instance Recovers the saved resource identified by an Amazon Resource Name (ARN). =head2 StopBackupJob =over =item BackupJobId => Str =back Each argument is described in detail in: L Returns: nothing Attempts to cancel a job to create a one-time backup of a resource. =head2 TagResource =over =item ResourceArn => Str =item Tags => L =back Each argument is described in detail in: L Returns: nothing Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN). =head2 UntagResource =over =item ResourceArn => Str =item TagKeyList => ArrayRef[Str|Undef] =back Each argument is described in detail in: L Returns: nothing Removes a set of key-value pairs from a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN) =head2 UpdateBackupPlan =over =item BackupPlan => L =item BackupPlanId => Str =back Each argument is described in detail in: L Returns: a L instance Updates an existing backup plan identified by its C with the input document in JSON format. The new version is uniquely identified by a C. =head2 UpdateGlobalSettings =over =item [GlobalSettings => L] =back Each argument is described in detail in: L Returns: nothing Updates the current global settings for the AWS account. Use the C API to determine the current settings. =head2 UpdateRecoveryPointLifecycle =over =item BackupVaultName => Str =item RecoveryPointArn => Str =item [Lifecycle => L] =back Each argument is described in detail in: L Returns: a L instance Sets the transition lifecycle of a recovery point. The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS 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 Eexpire after daysE setting must be 90 days greater than the Etransition to cold after daysE setting. The Etransition to cold after daysE setting cannot be changed after a backup has been transitioned to cold. Only Amazon EFS file system backups can be transitioned to cold storage. Does not support continuous backups. =head2 UpdateRegionSettings =over =item [ResourceTypeOptInPreference => L] =back Each argument is described in detail in: L Returns: nothing Updates the current service opt-in settings for the Region. If service-opt-in is enabled for a service, AWS 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, AWS Backup does not try to protect that service's resources in this Region. Use the C API to determine the resource types that are supported. =head1 PAGINATORS Paginator methods are helpers that repetively call methods that return partial results =head1 SEE ALSO This service class forms part of L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut