aws-sdk-backup 1.99.0 → 1.101.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-backup/client.rb +59 -1
- data/lib/aws-sdk-backup/client_api.rb +12 -0
- data/lib/aws-sdk-backup/types.rb +91 -6
- data/lib/aws-sdk-backup.rb +1 -1
- data/sig/client.rbs +23 -9
- data/sig/types.rbs +11 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eda06adfa129cd2e06cc15e6badda7b77bb08402e345f8662b5a6b70c6bbfb95
|
|
4
|
+
data.tar.gz: 6ff4808f47e8602072b195458217344c60974d369b879534669ca8268c1340c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad12b2f8e9431bd94d0f9f7879044272942d281634281c611e941e2b1b544f950f3bd034a0919c06ade31ba718477ac3f16bfe9ccc6022b247379da7438d056c
|
|
7
|
+
data.tar.gz: 6f3533be05cff4819d4a3765ddae9b3912be01b84459730776276557705e544463c454790a92eb4590e923dbef08f7eb669c6846ec6a37b8997ab7e989b393d4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.101.0 (2025-11-17)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - AWS Backup now supports specifying a logically air-gapped backup vault as a primary backup target in backup plans and on-demand backup jobs.
|
|
8
|
+
|
|
9
|
+
1.100.0 (2025-11-10)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - AWS Backup supports backups of Amazon EKS clusters, including Kubernetes cluster state and persistent storage attached to the EKS cluster via a persistent volume claim (EBS volumes, EFS file systems, and S3 buckets).
|
|
13
|
+
|
|
4
14
|
1.99.0 (2025-11-06)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.101.0
|
|
@@ -582,6 +582,7 @@ module Aws::Backup
|
|
|
582
582
|
# {
|
|
583
583
|
# rule_name: "BackupRuleName", # required
|
|
584
584
|
# target_backup_vault_name: "BackupVaultName", # required
|
|
585
|
+
# target_logically_air_gapped_backup_vault_arn: "ARN",
|
|
585
586
|
# schedule_expression: "CronExpression",
|
|
586
587
|
# start_window_minutes: 1,
|
|
587
588
|
# completion_window_minutes: 1,
|
|
@@ -589,6 +590,7 @@ module Aws::Backup
|
|
|
589
590
|
# move_to_cold_storage_after_days: 1,
|
|
590
591
|
# delete_after_days: 1,
|
|
591
592
|
# opt_in_to_archive_for_supported_resources: false,
|
|
593
|
+
# delete_after_event: "DELETE_AFTER_COPY", # accepts DELETE_AFTER_COPY
|
|
592
594
|
# },
|
|
593
595
|
# recovery_point_tags: {
|
|
594
596
|
# "TagKey" => "TagValue",
|
|
@@ -599,6 +601,7 @@ module Aws::Backup
|
|
|
599
601
|
# move_to_cold_storage_after_days: 1,
|
|
600
602
|
# delete_after_days: 1,
|
|
601
603
|
# opt_in_to_archive_for_supported_resources: false,
|
|
604
|
+
# delete_after_event: "DELETE_AFTER_COPY", # accepts DELETE_AFTER_COPY
|
|
602
605
|
# },
|
|
603
606
|
# destination_backup_vault_arn: "ARN", # required
|
|
604
607
|
# },
|
|
@@ -1742,6 +1745,7 @@ module Aws::Backup
|
|
|
1742
1745
|
# resp.recovery_point_lifecycle.move_to_cold_storage_after_days #=> Integer
|
|
1743
1746
|
# resp.recovery_point_lifecycle.delete_after_days #=> Integer
|
|
1744
1747
|
# resp.recovery_point_lifecycle.opt_in_to_archive_for_supported_resources #=> Boolean
|
|
1748
|
+
# resp.recovery_point_lifecycle.delete_after_event #=> String, one of "DELETE_AFTER_COPY"
|
|
1745
1749
|
# resp.backup_vault_arn #=> String
|
|
1746
1750
|
# resp.vault_type #=> String
|
|
1747
1751
|
# resp.vault_lock_state #=> String
|
|
@@ -1888,6 +1892,7 @@ module Aws::Backup
|
|
|
1888
1892
|
# resp.copy_job.destination_recovery_point_lifecycle.move_to_cold_storage_after_days #=> Integer
|
|
1889
1893
|
# resp.copy_job.destination_recovery_point_lifecycle.delete_after_days #=> Integer
|
|
1890
1894
|
# resp.copy_job.destination_recovery_point_lifecycle.opt_in_to_archive_for_supported_resources #=> Boolean
|
|
1895
|
+
# resp.copy_job.destination_recovery_point_lifecycle.delete_after_event #=> String, one of "DELETE_AFTER_COPY"
|
|
1891
1896
|
# resp.copy_job.resource_arn #=> String
|
|
1892
1897
|
# resp.copy_job.creation_date #=> Time
|
|
1893
1898
|
# resp.copy_job.completion_date #=> Time
|
|
@@ -1903,6 +1908,7 @@ module Aws::Backup
|
|
|
1903
1908
|
# resp.copy_job.created_by.backup_rule_name #=> String
|
|
1904
1909
|
# resp.copy_job.created_by.backup_rule_cron #=> String
|
|
1905
1910
|
# resp.copy_job.created_by.backup_rule_timezone #=> String
|
|
1911
|
+
# resp.copy_job.created_by_backup_job_id #=> String
|
|
1906
1912
|
# resp.copy_job.resource_type #=> String
|
|
1907
1913
|
# resp.copy_job.parent_job_id #=> String
|
|
1908
1914
|
# resp.copy_job.is_parent #=> Boolean
|
|
@@ -2129,6 +2135,7 @@ module Aws::Backup
|
|
|
2129
2135
|
# resp.lifecycle.move_to_cold_storage_after_days #=> Integer
|
|
2130
2136
|
# resp.lifecycle.delete_after_days #=> Integer
|
|
2131
2137
|
# resp.lifecycle.opt_in_to_archive_for_supported_resources #=> Boolean
|
|
2138
|
+
# resp.lifecycle.delete_after_event #=> String, one of "DELETE_AFTER_COPY"
|
|
2132
2139
|
# resp.encryption_key_arn #=> String
|
|
2133
2140
|
# resp.is_encrypted #=> Boolean
|
|
2134
2141
|
# resp.storage_class #=> String, one of "WARM", "COLD", "DELETED"
|
|
@@ -2296,6 +2303,8 @@ module Aws::Backup
|
|
|
2296
2303
|
# * {Types::DescribeRestoreJobOutput#validation_status_message #validation_status_message} => String
|
|
2297
2304
|
# * {Types::DescribeRestoreJobOutput#deletion_status #deletion_status} => String
|
|
2298
2305
|
# * {Types::DescribeRestoreJobOutput#deletion_status_message #deletion_status_message} => String
|
|
2306
|
+
# * {Types::DescribeRestoreJobOutput#is_parent #is_parent} => Boolean
|
|
2307
|
+
# * {Types::DescribeRestoreJobOutput#parent_job_id #parent_job_id} => String
|
|
2299
2308
|
#
|
|
2300
2309
|
# @example Request syntax with placeholder values
|
|
2301
2310
|
#
|
|
@@ -2326,6 +2335,8 @@ module Aws::Backup
|
|
|
2326
2335
|
# resp.validation_status_message #=> String
|
|
2327
2336
|
# resp.deletion_status #=> String, one of "DELETING", "FAILED", "SUCCESSFUL"
|
|
2328
2337
|
# resp.deletion_status_message #=> String
|
|
2338
|
+
# resp.is_parent #=> Boolean
|
|
2339
|
+
# resp.parent_job_id #=> String
|
|
2329
2340
|
#
|
|
2330
2341
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeRestoreJob AWS API Documentation
|
|
2331
2342
|
#
|
|
@@ -2503,12 +2514,14 @@ module Aws::Backup
|
|
|
2503
2514
|
# resp.backup_plan.rules #=> Array
|
|
2504
2515
|
# resp.backup_plan.rules[0].rule_name #=> String
|
|
2505
2516
|
# resp.backup_plan.rules[0].target_backup_vault_name #=> String
|
|
2517
|
+
# resp.backup_plan.rules[0].target_logically_air_gapped_backup_vault_arn #=> String
|
|
2506
2518
|
# resp.backup_plan.rules[0].schedule_expression #=> String
|
|
2507
2519
|
# resp.backup_plan.rules[0].start_window_minutes #=> Integer
|
|
2508
2520
|
# resp.backup_plan.rules[0].completion_window_minutes #=> Integer
|
|
2509
2521
|
# resp.backup_plan.rules[0].lifecycle.move_to_cold_storage_after_days #=> Integer
|
|
2510
2522
|
# resp.backup_plan.rules[0].lifecycle.delete_after_days #=> Integer
|
|
2511
2523
|
# resp.backup_plan.rules[0].lifecycle.opt_in_to_archive_for_supported_resources #=> Boolean
|
|
2524
|
+
# resp.backup_plan.rules[0].lifecycle.delete_after_event #=> String, one of "DELETE_AFTER_COPY"
|
|
2512
2525
|
# resp.backup_plan.rules[0].recovery_point_tags #=> Hash
|
|
2513
2526
|
# resp.backup_plan.rules[0].recovery_point_tags["TagKey"] #=> String
|
|
2514
2527
|
# resp.backup_plan.rules[0].rule_id #=> String
|
|
@@ -2516,6 +2529,7 @@ module Aws::Backup
|
|
|
2516
2529
|
# resp.backup_plan.rules[0].copy_actions[0].lifecycle.move_to_cold_storage_after_days #=> Integer
|
|
2517
2530
|
# resp.backup_plan.rules[0].copy_actions[0].lifecycle.delete_after_days #=> Integer
|
|
2518
2531
|
# resp.backup_plan.rules[0].copy_actions[0].lifecycle.opt_in_to_archive_for_supported_resources #=> Boolean
|
|
2532
|
+
# resp.backup_plan.rules[0].copy_actions[0].lifecycle.delete_after_event #=> String, one of "DELETE_AFTER_COPY"
|
|
2519
2533
|
# resp.backup_plan.rules[0].copy_actions[0].destination_backup_vault_arn #=> String
|
|
2520
2534
|
# resp.backup_plan.rules[0].enable_continuous_backup #=> Boolean
|
|
2521
2535
|
# resp.backup_plan.rules[0].schedule_expression_timezone #=> String
|
|
@@ -2572,12 +2586,14 @@ module Aws::Backup
|
|
|
2572
2586
|
# resp.backup_plan.rules #=> Array
|
|
2573
2587
|
# resp.backup_plan.rules[0].rule_name #=> String
|
|
2574
2588
|
# resp.backup_plan.rules[0].target_backup_vault_name #=> String
|
|
2589
|
+
# resp.backup_plan.rules[0].target_logically_air_gapped_backup_vault_arn #=> String
|
|
2575
2590
|
# resp.backup_plan.rules[0].schedule_expression #=> String
|
|
2576
2591
|
# resp.backup_plan.rules[0].start_window_minutes #=> Integer
|
|
2577
2592
|
# resp.backup_plan.rules[0].completion_window_minutes #=> Integer
|
|
2578
2593
|
# resp.backup_plan.rules[0].lifecycle.move_to_cold_storage_after_days #=> Integer
|
|
2579
2594
|
# resp.backup_plan.rules[0].lifecycle.delete_after_days #=> Integer
|
|
2580
2595
|
# resp.backup_plan.rules[0].lifecycle.opt_in_to_archive_for_supported_resources #=> Boolean
|
|
2596
|
+
# resp.backup_plan.rules[0].lifecycle.delete_after_event #=> String, one of "DELETE_AFTER_COPY"
|
|
2581
2597
|
# resp.backup_plan.rules[0].recovery_point_tags #=> Hash
|
|
2582
2598
|
# resp.backup_plan.rules[0].recovery_point_tags["TagKey"] #=> String
|
|
2583
2599
|
# resp.backup_plan.rules[0].rule_id #=> String
|
|
@@ -2585,6 +2601,7 @@ module Aws::Backup
|
|
|
2585
2601
|
# resp.backup_plan.rules[0].copy_actions[0].lifecycle.move_to_cold_storage_after_days #=> Integer
|
|
2586
2602
|
# resp.backup_plan.rules[0].copy_actions[0].lifecycle.delete_after_days #=> Integer
|
|
2587
2603
|
# resp.backup_plan.rules[0].copy_actions[0].lifecycle.opt_in_to_archive_for_supported_resources #=> Boolean
|
|
2604
|
+
# resp.backup_plan.rules[0].copy_actions[0].lifecycle.delete_after_event #=> String, one of "DELETE_AFTER_COPY"
|
|
2588
2605
|
# resp.backup_plan.rules[0].copy_actions[0].destination_backup_vault_arn #=> String
|
|
2589
2606
|
# resp.backup_plan.rules[0].enable_continuous_backup #=> Boolean
|
|
2590
2607
|
# resp.backup_plan.rules[0].schedule_expression_timezone #=> String
|
|
@@ -2626,12 +2643,14 @@ module Aws::Backup
|
|
|
2626
2643
|
# resp.backup_plan_document.rules #=> Array
|
|
2627
2644
|
# resp.backup_plan_document.rules[0].rule_name #=> String
|
|
2628
2645
|
# resp.backup_plan_document.rules[0].target_backup_vault_name #=> String
|
|
2646
|
+
# resp.backup_plan_document.rules[0].target_logically_air_gapped_backup_vault_arn #=> String
|
|
2629
2647
|
# resp.backup_plan_document.rules[0].schedule_expression #=> String
|
|
2630
2648
|
# resp.backup_plan_document.rules[0].start_window_minutes #=> Integer
|
|
2631
2649
|
# resp.backup_plan_document.rules[0].completion_window_minutes #=> Integer
|
|
2632
2650
|
# resp.backup_plan_document.rules[0].lifecycle.move_to_cold_storage_after_days #=> Integer
|
|
2633
2651
|
# resp.backup_plan_document.rules[0].lifecycle.delete_after_days #=> Integer
|
|
2634
2652
|
# resp.backup_plan_document.rules[0].lifecycle.opt_in_to_archive_for_supported_resources #=> Boolean
|
|
2653
|
+
# resp.backup_plan_document.rules[0].lifecycle.delete_after_event #=> String, one of "DELETE_AFTER_COPY"
|
|
2635
2654
|
# resp.backup_plan_document.rules[0].recovery_point_tags #=> Hash
|
|
2636
2655
|
# resp.backup_plan_document.rules[0].recovery_point_tags["TagKey"] #=> String
|
|
2637
2656
|
# resp.backup_plan_document.rules[0].rule_id #=> String
|
|
@@ -2639,6 +2658,7 @@ module Aws::Backup
|
|
|
2639
2658
|
# resp.backup_plan_document.rules[0].copy_actions[0].lifecycle.move_to_cold_storage_after_days #=> Integer
|
|
2640
2659
|
# resp.backup_plan_document.rules[0].copy_actions[0].lifecycle.delete_after_days #=> Integer
|
|
2641
2660
|
# resp.backup_plan_document.rules[0].copy_actions[0].lifecycle.opt_in_to_archive_for_supported_resources #=> Boolean
|
|
2661
|
+
# resp.backup_plan_document.rules[0].copy_actions[0].lifecycle.delete_after_event #=> String, one of "DELETE_AFTER_COPY"
|
|
2642
2662
|
# resp.backup_plan_document.rules[0].copy_actions[0].destination_backup_vault_arn #=> String
|
|
2643
2663
|
# resp.backup_plan_document.rules[0].enable_continuous_backup #=> Boolean
|
|
2644
2664
|
# resp.backup_plan_document.rules[0].schedule_expression_timezone #=> String
|
|
@@ -3435,6 +3455,7 @@ module Aws::Backup
|
|
|
3435
3455
|
# resp.backup_jobs[0].recovery_point_lifecycle.move_to_cold_storage_after_days #=> Integer
|
|
3436
3456
|
# resp.backup_jobs[0].recovery_point_lifecycle.delete_after_days #=> Integer
|
|
3437
3457
|
# resp.backup_jobs[0].recovery_point_lifecycle.opt_in_to_archive_for_supported_resources #=> Boolean
|
|
3458
|
+
# resp.backup_jobs[0].recovery_point_lifecycle.delete_after_event #=> String, one of "DELETE_AFTER_COPY"
|
|
3438
3459
|
# resp.backup_jobs[0].encryption_key_arn #=> String
|
|
3439
3460
|
# resp.backup_jobs[0].is_encrypted #=> Boolean
|
|
3440
3461
|
# resp.backup_jobs[0].resource_arn #=> String
|
|
@@ -3964,6 +3985,9 @@ module Aws::Backup
|
|
|
3964
3985
|
#
|
|
3965
3986
|
# [1]: https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html
|
|
3966
3987
|
#
|
|
3988
|
+
# @option params [String] :by_source_recovery_point_arn
|
|
3989
|
+
# Filters copy jobs by the specified source recovery point ARN.
|
|
3990
|
+
#
|
|
3967
3991
|
# @return [Types::ListCopyJobsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3968
3992
|
#
|
|
3969
3993
|
# * {Types::ListCopyJobsOutput#copy_jobs #copy_jobs} => Array<Types::CopyJob>
|
|
@@ -3987,6 +4011,7 @@ module Aws::Backup
|
|
|
3987
4011
|
# by_complete_after: Time.now,
|
|
3988
4012
|
# by_parent_job_id: "string",
|
|
3989
4013
|
# by_message_category: "string",
|
|
4014
|
+
# by_source_recovery_point_arn: "string",
|
|
3990
4015
|
# })
|
|
3991
4016
|
#
|
|
3992
4017
|
# @example Response structure
|
|
@@ -4004,6 +4029,7 @@ module Aws::Backup
|
|
|
4004
4029
|
# resp.copy_jobs[0].destination_recovery_point_lifecycle.move_to_cold_storage_after_days #=> Integer
|
|
4005
4030
|
# resp.copy_jobs[0].destination_recovery_point_lifecycle.delete_after_days #=> Integer
|
|
4006
4031
|
# resp.copy_jobs[0].destination_recovery_point_lifecycle.opt_in_to_archive_for_supported_resources #=> Boolean
|
|
4032
|
+
# resp.copy_jobs[0].destination_recovery_point_lifecycle.delete_after_event #=> String, one of "DELETE_AFTER_COPY"
|
|
4007
4033
|
# resp.copy_jobs[0].resource_arn #=> String
|
|
4008
4034
|
# resp.copy_jobs[0].creation_date #=> Time
|
|
4009
4035
|
# resp.copy_jobs[0].completion_date #=> Time
|
|
@@ -4019,6 +4045,7 @@ module Aws::Backup
|
|
|
4019
4045
|
# resp.copy_jobs[0].created_by.backup_rule_name #=> String
|
|
4020
4046
|
# resp.copy_jobs[0].created_by.backup_rule_cron #=> String
|
|
4021
4047
|
# resp.copy_jobs[0].created_by.backup_rule_timezone #=> String
|
|
4048
|
+
# resp.copy_jobs[0].created_by_backup_job_id #=> String
|
|
4022
4049
|
# resp.copy_jobs[0].resource_type #=> String
|
|
4023
4050
|
# resp.copy_jobs[0].parent_job_id #=> String
|
|
4024
4051
|
# resp.copy_jobs[0].is_parent #=> Boolean
|
|
@@ -4456,6 +4483,7 @@ module Aws::Backup
|
|
|
4456
4483
|
# resp.recovery_points[0].lifecycle.move_to_cold_storage_after_days #=> Integer
|
|
4457
4484
|
# resp.recovery_points[0].lifecycle.delete_after_days #=> Integer
|
|
4458
4485
|
# resp.recovery_points[0].lifecycle.opt_in_to_archive_for_supported_resources #=> Boolean
|
|
4486
|
+
# resp.recovery_points[0].lifecycle.delete_after_event #=> String, one of "DELETE_AFTER_COPY"
|
|
4459
4487
|
# resp.recovery_points[0].encryption_key_arn #=> String
|
|
4460
4488
|
# resp.recovery_points[0].is_encrypted #=> Boolean
|
|
4461
4489
|
# resp.recovery_points[0].last_restore_time #=> Time
|
|
@@ -4972,6 +5000,10 @@ module Aws::Backup
|
|
|
4972
5000
|
# This returns only restore testing jobs that match the specified
|
|
4973
5001
|
# resource Amazon Resource Name (ARN).
|
|
4974
5002
|
#
|
|
5003
|
+
# @option params [String] :by_parent_job_id
|
|
5004
|
+
# This is a filter to list child (nested) restore jobs based on parent
|
|
5005
|
+
# restore job ID.
|
|
5006
|
+
#
|
|
4975
5007
|
# @return [Types::ListRestoreJobsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
4976
5008
|
#
|
|
4977
5009
|
# * {Types::ListRestoreJobsOutput#restore_jobs #restore_jobs} => Array<Types::RestoreJobsListMember>
|
|
@@ -4992,6 +5024,7 @@ module Aws::Backup
|
|
|
4992
5024
|
# by_complete_before: Time.now,
|
|
4993
5025
|
# by_complete_after: Time.now,
|
|
4994
5026
|
# by_restore_testing_plan_arn: "ARN",
|
|
5027
|
+
# by_parent_job_id: "string",
|
|
4995
5028
|
# })
|
|
4996
5029
|
#
|
|
4997
5030
|
# @example Response structure
|
|
@@ -5013,6 +5046,8 @@ module Aws::Backup
|
|
|
5013
5046
|
# resp.restore_jobs[0].created_resource_arn #=> String
|
|
5014
5047
|
# resp.restore_jobs[0].resource_type #=> String
|
|
5015
5048
|
# resp.restore_jobs[0].recovery_point_creation_date #=> Time
|
|
5049
|
+
# resp.restore_jobs[0].is_parent #=> Boolean
|
|
5050
|
+
# resp.restore_jobs[0].parent_job_id #=> String
|
|
5016
5051
|
# resp.restore_jobs[0].created_by.restore_testing_plan_arn #=> String
|
|
5017
5052
|
# resp.restore_jobs[0].validation_status #=> String, one of "FAILED", "SUCCESSFUL", "TIMED_OUT", "VALIDATING"
|
|
5018
5053
|
# resp.restore_jobs[0].validation_status_message #=> String
|
|
@@ -5098,6 +5133,8 @@ module Aws::Backup
|
|
|
5098
5133
|
# resp.restore_jobs[0].created_resource_arn #=> String
|
|
5099
5134
|
# resp.restore_jobs[0].resource_type #=> String
|
|
5100
5135
|
# resp.restore_jobs[0].recovery_point_creation_date #=> Time
|
|
5136
|
+
# resp.restore_jobs[0].is_parent #=> Boolean
|
|
5137
|
+
# resp.restore_jobs[0].parent_job_id #=> String
|
|
5101
5138
|
# resp.restore_jobs[0].created_by.restore_testing_plan_arn #=> String
|
|
5102
5139
|
# resp.restore_jobs[0].validation_status #=> String, one of "FAILED", "SUCCESSFUL", "TIMED_OUT", "VALIDATING"
|
|
5103
5140
|
# resp.restore_jobs[0].validation_status_message #=> String
|
|
@@ -5534,6 +5571,14 @@ module Aws::Backup
|
|
|
5534
5571
|
# vaults are identified by names that are unique to the account used to
|
|
5535
5572
|
# create them and the Amazon Web Services Region where they are created.
|
|
5536
5573
|
#
|
|
5574
|
+
# @option params [String] :logically_air_gapped_backup_vault_arn
|
|
5575
|
+
# The ARN of a logically air-gapped vault. ARN must be in the same
|
|
5576
|
+
# account and Region. If provided, supported fully managed resources
|
|
5577
|
+
# back up directly to logically air-gapped vault, while other supported
|
|
5578
|
+
# resources create a temporary (billable) snapshot in backup vault, then
|
|
5579
|
+
# copy it to logically air-gapped vault. Unsupported resources only back
|
|
5580
|
+
# up to the specified backup vault.
|
|
5581
|
+
#
|
|
5537
5582
|
# @option params [required, String] :resource_arn
|
|
5538
5583
|
# An Amazon Resource Name (ARN) that uniquely identifies a resource. The
|
|
5539
5584
|
# format of the ARN depends on the resource type.
|
|
@@ -5639,6 +5684,7 @@ module Aws::Backup
|
|
|
5639
5684
|
#
|
|
5640
5685
|
# resp = client.start_backup_job({
|
|
5641
5686
|
# backup_vault_name: "BackupVaultName", # required
|
|
5687
|
+
# logically_air_gapped_backup_vault_arn: "ARN",
|
|
5642
5688
|
# resource_arn: "ARN", # required
|
|
5643
5689
|
# iam_role_arn: "IAMRoleArn", # required
|
|
5644
5690
|
# idempotency_token: "string",
|
|
@@ -5648,6 +5694,7 @@ module Aws::Backup
|
|
|
5648
5694
|
# move_to_cold_storage_after_days: 1,
|
|
5649
5695
|
# delete_after_days: 1,
|
|
5650
5696
|
# opt_in_to_archive_for_supported_resources: false,
|
|
5697
|
+
# delete_after_event: "DELETE_AFTER_COPY", # accepts DELETE_AFTER_COPY
|
|
5651
5698
|
# },
|
|
5652
5699
|
# recovery_point_tags: {
|
|
5653
5700
|
# "TagKey" => "TagValue",
|
|
@@ -5754,6 +5801,7 @@ module Aws::Backup
|
|
|
5754
5801
|
# move_to_cold_storage_after_days: 1,
|
|
5755
5802
|
# delete_after_days: 1,
|
|
5756
5803
|
# opt_in_to_archive_for_supported_resources: false,
|
|
5804
|
+
# delete_after_event: "DELETE_AFTER_COPY", # accepts DELETE_AFTER_COPY
|
|
5757
5805
|
# },
|
|
5758
5806
|
# })
|
|
5759
5807
|
#
|
|
@@ -6100,6 +6148,7 @@ module Aws::Backup
|
|
|
6100
6148
|
# {
|
|
6101
6149
|
# rule_name: "BackupRuleName", # required
|
|
6102
6150
|
# target_backup_vault_name: "BackupVaultName", # required
|
|
6151
|
+
# target_logically_air_gapped_backup_vault_arn: "ARN",
|
|
6103
6152
|
# schedule_expression: "CronExpression",
|
|
6104
6153
|
# start_window_minutes: 1,
|
|
6105
6154
|
# completion_window_minutes: 1,
|
|
@@ -6107,6 +6156,7 @@ module Aws::Backup
|
|
|
6107
6156
|
# move_to_cold_storage_after_days: 1,
|
|
6108
6157
|
# delete_after_days: 1,
|
|
6109
6158
|
# opt_in_to_archive_for_supported_resources: false,
|
|
6159
|
+
# delete_after_event: "DELETE_AFTER_COPY", # accepts DELETE_AFTER_COPY
|
|
6110
6160
|
# },
|
|
6111
6161
|
# recovery_point_tags: {
|
|
6112
6162
|
# "TagKey" => "TagValue",
|
|
@@ -6117,6 +6167,7 @@ module Aws::Backup
|
|
|
6117
6167
|
# move_to_cold_storage_after_days: 1,
|
|
6118
6168
|
# delete_after_days: 1,
|
|
6119
6169
|
# opt_in_to_archive_for_supported_resources: false,
|
|
6170
|
+
# delete_after_event: "DELETE_AFTER_COPY", # accepts DELETE_AFTER_COPY
|
|
6120
6171
|
# },
|
|
6121
6172
|
# destination_backup_vault_arn: "ARN", # required
|
|
6122
6173
|
# },
|
|
@@ -6248,6 +6299,11 @@ module Aws::Backup
|
|
|
6248
6299
|
# Values can be true or false. Example: `update-global-settings
|
|
6249
6300
|
# --global-settings isMpaEnabled=false --region us-west-2`.
|
|
6250
6301
|
#
|
|
6302
|
+
# A value for Backup Service-Linked Role creation, styled
|
|
6303
|
+
# as`isDelegatedAdministratorEnabled`. Values can be true or false.
|
|
6304
|
+
# Example: `update-global-settings --global-settings
|
|
6305
|
+
# isDelegatedAdministratorEnabled=false --region us-west-2`.
|
|
6306
|
+
#
|
|
6251
6307
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
6252
6308
|
#
|
|
6253
6309
|
# @example Request syntax with placeholder values
|
|
@@ -6391,6 +6447,7 @@ module Aws::Backup
|
|
|
6391
6447
|
# move_to_cold_storage_after_days: 1,
|
|
6392
6448
|
# delete_after_days: 1,
|
|
6393
6449
|
# opt_in_to_archive_for_supported_resources: false,
|
|
6450
|
+
# delete_after_event: "DELETE_AFTER_COPY", # accepts DELETE_AFTER_COPY
|
|
6394
6451
|
# },
|
|
6395
6452
|
# })
|
|
6396
6453
|
#
|
|
@@ -6401,6 +6458,7 @@ module Aws::Backup
|
|
|
6401
6458
|
# resp.lifecycle.move_to_cold_storage_after_days #=> Integer
|
|
6402
6459
|
# resp.lifecycle.delete_after_days #=> Integer
|
|
6403
6460
|
# resp.lifecycle.opt_in_to_archive_for_supported_resources #=> Boolean
|
|
6461
|
+
# resp.lifecycle.delete_after_event #=> String, one of "DELETE_AFTER_COPY"
|
|
6404
6462
|
# resp.calculated_lifecycle.move_to_cold_storage_at #=> Time
|
|
6405
6463
|
# resp.calculated_lifecycle.delete_at #=> Time
|
|
6406
6464
|
#
|
|
@@ -6697,7 +6755,7 @@ module Aws::Backup
|
|
|
6697
6755
|
tracer: tracer
|
|
6698
6756
|
)
|
|
6699
6757
|
context[:gem_name] = 'aws-sdk-backup'
|
|
6700
|
-
context[:gem_version] = '1.
|
|
6758
|
+
context[:gem_version] = '1.101.0'
|
|
6701
6759
|
Seahorse::Client::Request.new(handlers, context)
|
|
6702
6760
|
end
|
|
6703
6761
|
|
|
@@ -199,6 +199,7 @@ module Aws::Backup
|
|
|
199
199
|
LegalHoldStatus = Shapes::StringShape.new(name: 'LegalHoldStatus')
|
|
200
200
|
LegalHoldsList = Shapes::ListShape.new(name: 'LegalHoldsList')
|
|
201
201
|
Lifecycle = Shapes::StructureShape.new(name: 'Lifecycle')
|
|
202
|
+
LifecycleDeleteAfterEvent = Shapes::StringShape.new(name: 'LifecycleDeleteAfterEvent')
|
|
202
203
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
|
203
204
|
ListBackupJobSummariesInput = Shapes::StructureShape.new(name: 'ListBackupJobSummariesInput')
|
|
204
205
|
ListBackupJobSummariesOutput = Shapes::StructureShape.new(name: 'ListBackupJobSummariesOutput')
|
|
@@ -487,6 +488,7 @@ module Aws::Backup
|
|
|
487
488
|
|
|
488
489
|
BackupRule.add_member(:rule_name, Shapes::ShapeRef.new(shape: BackupRuleName, required: true, location_name: "RuleName"))
|
|
489
490
|
BackupRule.add_member(:target_backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultName, required: true, location_name: "TargetBackupVaultName"))
|
|
491
|
+
BackupRule.add_member(:target_logically_air_gapped_backup_vault_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "TargetLogicallyAirGappedBackupVaultArn"))
|
|
490
492
|
BackupRule.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: CronExpression, location_name: "ScheduleExpression"))
|
|
491
493
|
BackupRule.add_member(:start_window_minutes, Shapes::ShapeRef.new(shape: WindowMinutes, location_name: "StartWindowMinutes"))
|
|
492
494
|
BackupRule.add_member(:completion_window_minutes, Shapes::ShapeRef.new(shape: WindowMinutes, location_name: "CompletionWindowMinutes"))
|
|
@@ -501,6 +503,7 @@ module Aws::Backup
|
|
|
501
503
|
|
|
502
504
|
BackupRuleInput.add_member(:rule_name, Shapes::ShapeRef.new(shape: BackupRuleName, required: true, location_name: "RuleName"))
|
|
503
505
|
BackupRuleInput.add_member(:target_backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultName, required: true, location_name: "TargetBackupVaultName"))
|
|
506
|
+
BackupRuleInput.add_member(:target_logically_air_gapped_backup_vault_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "TargetLogicallyAirGappedBackupVaultArn"))
|
|
504
507
|
BackupRuleInput.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: CronExpression, location_name: "ScheduleExpression"))
|
|
505
508
|
BackupRuleInput.add_member(:start_window_minutes, Shapes::ShapeRef.new(shape: WindowMinutes, location_name: "StartWindowMinutes"))
|
|
506
509
|
BackupRuleInput.add_member(:completion_window_minutes, Shapes::ShapeRef.new(shape: WindowMinutes, location_name: "CompletionWindowMinutes"))
|
|
@@ -624,6 +627,7 @@ module Aws::Backup
|
|
|
624
627
|
CopyJob.add_member(:backup_size_in_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "BackupSizeInBytes"))
|
|
625
628
|
CopyJob.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, location_name: "IamRoleArn"))
|
|
626
629
|
CopyJob.add_member(:created_by, Shapes::ShapeRef.new(shape: RecoveryPointCreator, location_name: "CreatedBy"))
|
|
630
|
+
CopyJob.add_member(:created_by_backup_job_id, Shapes::ShapeRef.new(shape: string, location_name: "CreatedByBackupJobId"))
|
|
627
631
|
CopyJob.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
|
628
632
|
CopyJob.add_member(:parent_job_id, Shapes::ShapeRef.new(shape: string, location_name: "ParentJobId"))
|
|
629
633
|
CopyJob.add_member(:is_parent, Shapes::ShapeRef.new(shape: boolean, location_name: "IsParent"))
|
|
@@ -1000,6 +1004,8 @@ module Aws::Backup
|
|
|
1000
1004
|
DescribeRestoreJobOutput.add_member(:validation_status_message, Shapes::ShapeRef.new(shape: string, location_name: "ValidationStatusMessage"))
|
|
1001
1005
|
DescribeRestoreJobOutput.add_member(:deletion_status, Shapes::ShapeRef.new(shape: RestoreDeletionStatus, location_name: "DeletionStatus"))
|
|
1002
1006
|
DescribeRestoreJobOutput.add_member(:deletion_status_message, Shapes::ShapeRef.new(shape: string, location_name: "DeletionStatusMessage"))
|
|
1007
|
+
DescribeRestoreJobOutput.add_member(:is_parent, Shapes::ShapeRef.new(shape: boolean, location_name: "IsParent"))
|
|
1008
|
+
DescribeRestoreJobOutput.add_member(:parent_job_id, Shapes::ShapeRef.new(shape: string, location_name: "ParentJobId"))
|
|
1003
1009
|
DescribeRestoreJobOutput.struct_class = Types::DescribeRestoreJobOutput
|
|
1004
1010
|
|
|
1005
1011
|
DisassociateBackupVaultMpaApprovalTeamInput.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultName, required: true, location: "uri", location_name: "backupVaultName"))
|
|
@@ -1241,6 +1247,7 @@ module Aws::Backup
|
|
|
1241
1247
|
Lifecycle.add_member(:move_to_cold_storage_after_days, Shapes::ShapeRef.new(shape: Long, location_name: "MoveToColdStorageAfterDays"))
|
|
1242
1248
|
Lifecycle.add_member(:delete_after_days, Shapes::ShapeRef.new(shape: Long, location_name: "DeleteAfterDays"))
|
|
1243
1249
|
Lifecycle.add_member(:opt_in_to_archive_for_supported_resources, Shapes::ShapeRef.new(shape: Boolean, location_name: "OptInToArchiveForSupportedResources"))
|
|
1250
|
+
Lifecycle.add_member(:delete_after_event, Shapes::ShapeRef.new(shape: LifecycleDeleteAfterEvent, location_name: "DeleteAfterEvent"))
|
|
1244
1251
|
Lifecycle.struct_class = Types::Lifecycle
|
|
1245
1252
|
|
|
1246
1253
|
LimitExceededException.add_member(:code, Shapes::ShapeRef.new(shape: string, location_name: "Code"))
|
|
@@ -1354,6 +1361,7 @@ module Aws::Backup
|
|
|
1354
1361
|
ListCopyJobsInput.add_member(:by_complete_after, Shapes::ShapeRef.new(shape: timestamp, location: "querystring", location_name: "completeAfter"))
|
|
1355
1362
|
ListCopyJobsInput.add_member(:by_parent_job_id, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "parentJobId"))
|
|
1356
1363
|
ListCopyJobsInput.add_member(:by_message_category, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "messageCategory"))
|
|
1364
|
+
ListCopyJobsInput.add_member(:by_source_recovery_point_arn, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "sourceRecoveryPointArn"))
|
|
1357
1365
|
ListCopyJobsInput.struct_class = Types::ListCopyJobsInput
|
|
1358
1366
|
|
|
1359
1367
|
ListCopyJobsOutput.add_member(:copy_jobs, Shapes::ShapeRef.new(shape: CopyJobsList, location_name: "CopyJobs"))
|
|
@@ -1508,6 +1516,7 @@ module Aws::Backup
|
|
|
1508
1516
|
ListRestoreJobsInput.add_member(:by_complete_before, Shapes::ShapeRef.new(shape: timestamp, location: "querystring", location_name: "completeBefore"))
|
|
1509
1517
|
ListRestoreJobsInput.add_member(:by_complete_after, Shapes::ShapeRef.new(shape: timestamp, location: "querystring", location_name: "completeAfter"))
|
|
1510
1518
|
ListRestoreJobsInput.add_member(:by_restore_testing_plan_arn, Shapes::ShapeRef.new(shape: ARN, location: "querystring", location_name: "restoreTestingPlanArn"))
|
|
1519
|
+
ListRestoreJobsInput.add_member(:by_parent_job_id, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "parentJobId"))
|
|
1511
1520
|
ListRestoreJobsInput.struct_class = Types::ListRestoreJobsInput
|
|
1512
1521
|
|
|
1513
1522
|
ListRestoreJobsOutput.add_member(:restore_jobs, Shapes::ShapeRef.new(shape: RestoreJobsList, location_name: "RestoreJobs"))
|
|
@@ -1758,6 +1767,8 @@ module Aws::Backup
|
|
|
1758
1767
|
RestoreJobsListMember.add_member(:created_resource_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "CreatedResourceArn"))
|
|
1759
1768
|
RestoreJobsListMember.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
|
1760
1769
|
RestoreJobsListMember.add_member(:recovery_point_creation_date, Shapes::ShapeRef.new(shape: timestamp, location_name: "RecoveryPointCreationDate"))
|
|
1770
|
+
RestoreJobsListMember.add_member(:is_parent, Shapes::ShapeRef.new(shape: boolean, location_name: "IsParent"))
|
|
1771
|
+
RestoreJobsListMember.add_member(:parent_job_id, Shapes::ShapeRef.new(shape: string, location_name: "ParentJobId"))
|
|
1761
1772
|
RestoreJobsListMember.add_member(:created_by, Shapes::ShapeRef.new(shape: RestoreJobCreator, location_name: "CreatedBy"))
|
|
1762
1773
|
RestoreJobsListMember.add_member(:validation_status, Shapes::ShapeRef.new(shape: RestoreValidationStatus, location_name: "ValidationStatus"))
|
|
1763
1774
|
RestoreJobsListMember.add_member(:validation_status_message, Shapes::ShapeRef.new(shape: string, location_name: "ValidationStatusMessage"))
|
|
@@ -1871,6 +1882,7 @@ module Aws::Backup
|
|
|
1871
1882
|
ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
|
|
1872
1883
|
|
|
1873
1884
|
StartBackupJobInput.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultName, required: true, location_name: "BackupVaultName"))
|
|
1885
|
+
StartBackupJobInput.add_member(:logically_air_gapped_backup_vault_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "LogicallyAirGappedBackupVaultArn"))
|
|
1874
1886
|
StartBackupJobInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "ResourceArn"))
|
|
1875
1887
|
StartBackupJobInput.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, required: true, location_name: "IamRoleArn"))
|
|
1876
1888
|
StartBackupJobInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: string, location_name: "IdempotencyToken", metadata: {"idempotencyToken" => true}))
|
data/lib/aws-sdk-backup/types.rb
CHANGED
|
@@ -643,6 +643,15 @@ module Aws::Backup
|
|
|
643
643
|
# created.
|
|
644
644
|
# @return [String]
|
|
645
645
|
#
|
|
646
|
+
# @!attribute [rw] target_logically_air_gapped_backup_vault_arn
|
|
647
|
+
# The ARN of a logically air-gapped vault. ARN must be in the same
|
|
648
|
+
# account and Region. If provided, supported fully managed resources
|
|
649
|
+
# back up directly to logically air-gapped vault, while other
|
|
650
|
+
# supported resources create a temporary (billable) snapshot in backup
|
|
651
|
+
# vault, then copy it to logically air-gapped vault. Unsupported
|
|
652
|
+
# resources only back up to the specified backup vault.
|
|
653
|
+
# @return [String]
|
|
654
|
+
#
|
|
646
655
|
# @!attribute [rw] schedule_expression
|
|
647
656
|
# A cron expression in UTC specifying when Backup initiates a backup
|
|
648
657
|
# job. When no CRON expression is provided, Backup will use the
|
|
@@ -750,6 +759,7 @@ module Aws::Backup
|
|
|
750
759
|
class BackupRule < Struct.new(
|
|
751
760
|
:rule_name,
|
|
752
761
|
:target_backup_vault_name,
|
|
762
|
+
:target_logically_air_gapped_backup_vault_arn,
|
|
753
763
|
:schedule_expression,
|
|
754
764
|
:start_window_minutes,
|
|
755
765
|
:completion_window_minutes,
|
|
@@ -778,6 +788,15 @@ module Aws::Backup
|
|
|
778
788
|
# created.
|
|
779
789
|
# @return [String]
|
|
780
790
|
#
|
|
791
|
+
# @!attribute [rw] target_logically_air_gapped_backup_vault_arn
|
|
792
|
+
# The ARN of a logically air-gapped vault. ARN must be in the same
|
|
793
|
+
# account and Region. If provided, supported fully managed resources
|
|
794
|
+
# back up directly to logically air-gapped vault, while other
|
|
795
|
+
# supported resources create a temporary (billable) snapshot in backup
|
|
796
|
+
# vault, then copy it to logically air-gapped vault. Unsupported
|
|
797
|
+
# resources only back up to the specified backup vault.
|
|
798
|
+
# @return [String]
|
|
799
|
+
#
|
|
781
800
|
# @!attribute [rw] schedule_expression
|
|
782
801
|
# A CRON expression in UTC specifying when Backup initiates a backup
|
|
783
802
|
# job. When no CRON expression is provided, Backup will use the
|
|
@@ -870,6 +889,7 @@ module Aws::Backup
|
|
|
870
889
|
class BackupRuleInput < Struct.new(
|
|
871
890
|
:rule_name,
|
|
872
891
|
:target_backup_vault_name,
|
|
892
|
+
:target_logically_air_gapped_backup_vault_arn,
|
|
873
893
|
:schedule_expression,
|
|
874
894
|
:start_window_minutes,
|
|
875
895
|
:completion_window_minutes,
|
|
@@ -1572,6 +1592,12 @@ module Aws::Backup
|
|
|
1572
1592
|
# to initiate the recovery point backup.
|
|
1573
1593
|
# @return [Types::RecoveryPointCreator]
|
|
1574
1594
|
#
|
|
1595
|
+
# @!attribute [rw] created_by_backup_job_id
|
|
1596
|
+
# The backup job ID that initiated this copy job. Only applicable to
|
|
1597
|
+
# scheduled copy jobs and automatic copy jobs to logically air-gapped
|
|
1598
|
+
# vault.
|
|
1599
|
+
# @return [String]
|
|
1600
|
+
#
|
|
1575
1601
|
# @!attribute [rw] resource_type
|
|
1576
1602
|
# The type of Amazon Web Services resource to be copied; for example,
|
|
1577
1603
|
# an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon
|
|
@@ -1651,6 +1677,7 @@ module Aws::Backup
|
|
|
1651
1677
|
:backup_size_in_bytes,
|
|
1652
1678
|
:iam_role_arn,
|
|
1653
1679
|
:created_by,
|
|
1680
|
+
:created_by_backup_job_id,
|
|
1654
1681
|
:resource_type,
|
|
1655
1682
|
:parent_job_id,
|
|
1656
1683
|
:is_parent,
|
|
@@ -3281,8 +3308,9 @@ module Aws::Backup
|
|
|
3281
3308
|
class DescribeGlobalSettingsInput < Aws::EmptyStructure; end
|
|
3282
3309
|
|
|
3283
3310
|
# @!attribute [rw] global_settings
|
|
3284
|
-
# The status of the flags `isCrossAccountBackupEnabled
|
|
3285
|
-
# `isMpaEnabled` ('Mpa' refers to multi-party approval)
|
|
3311
|
+
# The status of the flags `isCrossAccountBackupEnabled`,
|
|
3312
|
+
# `isMpaEnabled` ('Mpa' refers to multi-party approval), and
|
|
3313
|
+
# `isDelegatedAdministratorEnabled`.
|
|
3286
3314
|
# @return [Hash<String,String>]
|
|
3287
3315
|
#
|
|
3288
3316
|
# @!attribute [rw] last_update_time
|
|
@@ -3877,6 +3905,16 @@ module Aws::Backup
|
|
|
3877
3905
|
# This describes the restore job deletion status.
|
|
3878
3906
|
# @return [String]
|
|
3879
3907
|
#
|
|
3908
|
+
# @!attribute [rw] is_parent
|
|
3909
|
+
# This is a boolean value indicating whether the restore job is a
|
|
3910
|
+
# parent (composite) restore job.
|
|
3911
|
+
# @return [Boolean]
|
|
3912
|
+
#
|
|
3913
|
+
# @!attribute [rw] parent_job_id
|
|
3914
|
+
# This is the unique identifier of the parent restore job for the
|
|
3915
|
+
# selected restore job.
|
|
3916
|
+
# @return [String]
|
|
3917
|
+
#
|
|
3880
3918
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeRestoreJobOutput AWS API Documentation
|
|
3881
3919
|
#
|
|
3882
3920
|
class DescribeRestoreJobOutput < Struct.new(
|
|
@@ -3900,7 +3938,9 @@ module Aws::Backup
|
|
|
3900
3938
|
:validation_status,
|
|
3901
3939
|
:validation_status_message,
|
|
3902
3940
|
:deletion_status,
|
|
3903
|
-
:deletion_status_message
|
|
3941
|
+
:deletion_status_message,
|
|
3942
|
+
:is_parent,
|
|
3943
|
+
:parent_job_id)
|
|
3904
3944
|
SENSITIVE = []
|
|
3905
3945
|
include Aws::Structure
|
|
3906
3946
|
end
|
|
@@ -5143,12 +5183,19 @@ module Aws::Backup
|
|
|
5143
5183
|
# lifecycle settings.
|
|
5144
5184
|
# @return [Boolean]
|
|
5145
5185
|
#
|
|
5186
|
+
# @!attribute [rw] delete_after_event
|
|
5187
|
+
# The event after which a recovery point is deleted. A recovery point
|
|
5188
|
+
# with both `DeleteAfterDays` and `DeleteAfterEvent` will delete after
|
|
5189
|
+
# whichever condition is satisfied first. Not valid as an input.
|
|
5190
|
+
# @return [String]
|
|
5191
|
+
#
|
|
5146
5192
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/Lifecycle AWS API Documentation
|
|
5147
5193
|
#
|
|
5148
5194
|
class Lifecycle < Struct.new(
|
|
5149
5195
|
:move_to_cold_storage_after_days,
|
|
5150
5196
|
:delete_after_days,
|
|
5151
|
-
:opt_in_to_archive_for_supported_resources
|
|
5197
|
+
:opt_in_to_archive_for_supported_resources,
|
|
5198
|
+
:delete_after_event)
|
|
5152
5199
|
SENSITIVE = []
|
|
5153
5200
|
include Aws::Structure
|
|
5154
5201
|
end
|
|
@@ -5953,6 +6000,10 @@ module Aws::Backup
|
|
|
5953
6000
|
# [1]: https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html
|
|
5954
6001
|
# @return [String]
|
|
5955
6002
|
#
|
|
6003
|
+
# @!attribute [rw] by_source_recovery_point_arn
|
|
6004
|
+
# Filters copy jobs by the specified source recovery point ARN.
|
|
6005
|
+
# @return [String]
|
|
6006
|
+
#
|
|
5956
6007
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListCopyJobsInput AWS API Documentation
|
|
5957
6008
|
#
|
|
5958
6009
|
class ListCopyJobsInput < Struct.new(
|
|
@@ -5968,7 +6019,8 @@ module Aws::Backup
|
|
|
5968
6019
|
:by_complete_before,
|
|
5969
6020
|
:by_complete_after,
|
|
5970
6021
|
:by_parent_job_id,
|
|
5971
|
-
:by_message_category
|
|
6022
|
+
:by_message_category,
|
|
6023
|
+
:by_source_recovery_point_arn)
|
|
5972
6024
|
SENSITIVE = []
|
|
5973
6025
|
include Aws::Structure
|
|
5974
6026
|
end
|
|
@@ -6902,6 +6954,11 @@ module Aws::Backup
|
|
|
6902
6954
|
# resource Amazon Resource Name (ARN).
|
|
6903
6955
|
# @return [String]
|
|
6904
6956
|
#
|
|
6957
|
+
# @!attribute [rw] by_parent_job_id
|
|
6958
|
+
# This is a filter to list child (nested) restore jobs based on parent
|
|
6959
|
+
# restore job ID.
|
|
6960
|
+
# @return [String]
|
|
6961
|
+
#
|
|
6905
6962
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListRestoreJobsInput AWS API Documentation
|
|
6906
6963
|
#
|
|
6907
6964
|
class ListRestoreJobsInput < Struct.new(
|
|
@@ -6914,7 +6971,8 @@ module Aws::Backup
|
|
|
6914
6971
|
:by_status,
|
|
6915
6972
|
:by_complete_before,
|
|
6916
6973
|
:by_complete_after,
|
|
6917
|
-
:by_restore_testing_plan_arn
|
|
6974
|
+
:by_restore_testing_plan_arn,
|
|
6975
|
+
:by_parent_job_id)
|
|
6918
6976
|
SENSITIVE = []
|
|
6919
6977
|
include Aws::Structure
|
|
6920
6978
|
end
|
|
@@ -8250,6 +8308,16 @@ module Aws::Backup
|
|
|
8250
8308
|
# The date on which a recovery point was created.
|
|
8251
8309
|
# @return [Time]
|
|
8252
8310
|
#
|
|
8311
|
+
# @!attribute [rw] is_parent
|
|
8312
|
+
# This is a boolean value indicating whether the restore job is a
|
|
8313
|
+
# parent (composite) restore job.
|
|
8314
|
+
# @return [Boolean]
|
|
8315
|
+
#
|
|
8316
|
+
# @!attribute [rw] parent_job_id
|
|
8317
|
+
# This is the unique identifier of the parent restore job for the
|
|
8318
|
+
# selected restore job.
|
|
8319
|
+
# @return [String]
|
|
8320
|
+
#
|
|
8253
8321
|
# @!attribute [rw] created_by
|
|
8254
8322
|
# Contains identifying information about the creation of a restore
|
|
8255
8323
|
# job.
|
|
@@ -8292,6 +8360,8 @@ module Aws::Backup
|
|
|
8292
8360
|
:created_resource_arn,
|
|
8293
8361
|
:resource_type,
|
|
8294
8362
|
:recovery_point_creation_date,
|
|
8363
|
+
:is_parent,
|
|
8364
|
+
:parent_job_id,
|
|
8295
8365
|
:created_by,
|
|
8296
8366
|
:validation_status,
|
|
8297
8367
|
:validation_status_message,
|
|
@@ -9037,6 +9107,15 @@ module Aws::Backup
|
|
|
9037
9107
|
# created.
|
|
9038
9108
|
# @return [String]
|
|
9039
9109
|
#
|
|
9110
|
+
# @!attribute [rw] logically_air_gapped_backup_vault_arn
|
|
9111
|
+
# The ARN of a logically air-gapped vault. ARN must be in the same
|
|
9112
|
+
# account and Region. If provided, supported fully managed resources
|
|
9113
|
+
# back up directly to logically air-gapped vault, while other
|
|
9114
|
+
# supported resources create a temporary (billable) snapshot in backup
|
|
9115
|
+
# vault, then copy it to logically air-gapped vault. Unsupported
|
|
9116
|
+
# resources only back up to the specified backup vault.
|
|
9117
|
+
# @return [String]
|
|
9118
|
+
#
|
|
9040
9119
|
# @!attribute [rw] resource_arn
|
|
9041
9120
|
# An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
|
9042
9121
|
# The format of the ARN depends on the resource type.
|
|
@@ -9146,6 +9225,7 @@ module Aws::Backup
|
|
|
9146
9225
|
#
|
|
9147
9226
|
class StartBackupJobInput < Struct.new(
|
|
9148
9227
|
:backup_vault_name,
|
|
9228
|
+
:logically_air_gapped_backup_vault_arn,
|
|
9149
9229
|
:resource_arn,
|
|
9150
9230
|
:iam_role_arn,
|
|
9151
9231
|
:idempotency_token,
|
|
@@ -9664,6 +9744,11 @@ module Aws::Backup
|
|
|
9664
9744
|
# A value for Multi-party approval, styled as "Mpa": `isMpaEnabled`.
|
|
9665
9745
|
# Values can be true or false. Example: `update-global-settings
|
|
9666
9746
|
# --global-settings isMpaEnabled=false --region us-west-2`.
|
|
9747
|
+
#
|
|
9748
|
+
# A value for Backup Service-Linked Role creation, styled
|
|
9749
|
+
# as`isDelegatedAdministratorEnabled`. Values can be true or false.
|
|
9750
|
+
# Example: `update-global-settings --global-settings
|
|
9751
|
+
# isDelegatedAdministratorEnabled=false --region us-west-2`.
|
|
9667
9752
|
# @return [Hash<String,String>]
|
|
9668
9753
|
#
|
|
9669
9754
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/UpdateGlobalSettingsInput AWS API Documentation
|
data/lib/aws-sdk-backup.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -113,13 +113,15 @@ module Aws
|
|
|
113
113
|
{
|
|
114
114
|
rule_name: ::String,
|
|
115
115
|
target_backup_vault_name: ::String,
|
|
116
|
+
target_logically_air_gapped_backup_vault_arn: ::String?,
|
|
116
117
|
schedule_expression: ::String?,
|
|
117
118
|
start_window_minutes: ::Integer?,
|
|
118
119
|
completion_window_minutes: ::Integer?,
|
|
119
120
|
lifecycle: {
|
|
120
121
|
move_to_cold_storage_after_days: ::Integer?,
|
|
121
122
|
delete_after_days: ::Integer?,
|
|
122
|
-
opt_in_to_archive_for_supported_resources: bool
|
|
123
|
+
opt_in_to_archive_for_supported_resources: bool?,
|
|
124
|
+
delete_after_event: ("DELETE_AFTER_COPY")?
|
|
123
125
|
}?,
|
|
124
126
|
recovery_point_tags: Hash[::String, ::String]?,
|
|
125
127
|
copy_actions: Array[
|
|
@@ -127,7 +129,8 @@ module Aws
|
|
|
127
129
|
lifecycle: {
|
|
128
130
|
move_to_cold_storage_after_days: ::Integer?,
|
|
129
131
|
delete_after_days: ::Integer?,
|
|
130
|
-
opt_in_to_archive_for_supported_resources: bool
|
|
132
|
+
opt_in_to_archive_for_supported_resources: bool?,
|
|
133
|
+
delete_after_event: ("DELETE_AFTER_COPY")?
|
|
131
134
|
}?,
|
|
132
135
|
destination_backup_vault_arn: ::String
|
|
133
136
|
},
|
|
@@ -693,6 +696,8 @@ module Aws
|
|
|
693
696
|
def validation_status_message: () -> ::String
|
|
694
697
|
def deletion_status: () -> ("DELETING" | "FAILED" | "SUCCESSFUL")
|
|
695
698
|
def deletion_status_message: () -> ::String
|
|
699
|
+
def is_parent: () -> bool
|
|
700
|
+
def parent_job_id: () -> ::String
|
|
696
701
|
end
|
|
697
702
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Backup/Client.html#describe_restore_job-instance_method
|
|
698
703
|
def describe_restore_job: (
|
|
@@ -1060,7 +1065,8 @@ module Aws
|
|
|
1060
1065
|
?by_complete_before: ::Time,
|
|
1061
1066
|
?by_complete_after: ::Time,
|
|
1062
1067
|
?by_parent_job_id: ::String,
|
|
1063
|
-
?by_message_category: ::String
|
|
1068
|
+
?by_message_category: ::String,
|
|
1069
|
+
?by_source_recovery_point_arn: ::String
|
|
1064
1070
|
) -> _ListCopyJobsResponseSuccess
|
|
1065
1071
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCopyJobsResponseSuccess
|
|
1066
1072
|
|
|
@@ -1252,7 +1258,8 @@ module Aws
|
|
|
1252
1258
|
?by_status: ("PENDING" | "RUNNING" | "COMPLETED" | "ABORTED" | "FAILED"),
|
|
1253
1259
|
?by_complete_before: ::Time,
|
|
1254
1260
|
?by_complete_after: ::Time,
|
|
1255
|
-
?by_restore_testing_plan_arn: ::String
|
|
1261
|
+
?by_restore_testing_plan_arn: ::String,
|
|
1262
|
+
?by_parent_job_id: ::String
|
|
1256
1263
|
) -> _ListRestoreJobsResponseSuccess
|
|
1257
1264
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRestoreJobsResponseSuccess
|
|
1258
1265
|
|
|
@@ -1360,6 +1367,7 @@ module Aws
|
|
|
1360
1367
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Backup/Client.html#start_backup_job-instance_method
|
|
1361
1368
|
def start_backup_job: (
|
|
1362
1369
|
backup_vault_name: ::String,
|
|
1370
|
+
?logically_air_gapped_backup_vault_arn: ::String,
|
|
1363
1371
|
resource_arn: ::String,
|
|
1364
1372
|
iam_role_arn: ::String,
|
|
1365
1373
|
?idempotency_token: ::String,
|
|
@@ -1368,7 +1376,8 @@ module Aws
|
|
|
1368
1376
|
?lifecycle: {
|
|
1369
1377
|
move_to_cold_storage_after_days: ::Integer?,
|
|
1370
1378
|
delete_after_days: ::Integer?,
|
|
1371
|
-
opt_in_to_archive_for_supported_resources: bool
|
|
1379
|
+
opt_in_to_archive_for_supported_resources: bool?,
|
|
1380
|
+
delete_after_event: ("DELETE_AFTER_COPY")?
|
|
1372
1381
|
},
|
|
1373
1382
|
?recovery_point_tags: Hash[::String, ::String],
|
|
1374
1383
|
?backup_options: Hash[::String, ::String],
|
|
@@ -1392,7 +1401,8 @@ module Aws
|
|
|
1392
1401
|
?lifecycle: {
|
|
1393
1402
|
move_to_cold_storage_after_days: ::Integer?,
|
|
1394
1403
|
delete_after_days: ::Integer?,
|
|
1395
|
-
opt_in_to_archive_for_supported_resources: bool
|
|
1404
|
+
opt_in_to_archive_for_supported_resources: bool?,
|
|
1405
|
+
delete_after_event: ("DELETE_AFTER_COPY")?
|
|
1396
1406
|
}
|
|
1397
1407
|
) -> _StartCopyJobResponseSuccess
|
|
1398
1408
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartCopyJobResponseSuccess
|
|
@@ -1460,13 +1470,15 @@ module Aws
|
|
|
1460
1470
|
{
|
|
1461
1471
|
rule_name: ::String,
|
|
1462
1472
|
target_backup_vault_name: ::String,
|
|
1473
|
+
target_logically_air_gapped_backup_vault_arn: ::String?,
|
|
1463
1474
|
schedule_expression: ::String?,
|
|
1464
1475
|
start_window_minutes: ::Integer?,
|
|
1465
1476
|
completion_window_minutes: ::Integer?,
|
|
1466
1477
|
lifecycle: {
|
|
1467
1478
|
move_to_cold_storage_after_days: ::Integer?,
|
|
1468
1479
|
delete_after_days: ::Integer?,
|
|
1469
|
-
opt_in_to_archive_for_supported_resources: bool
|
|
1480
|
+
opt_in_to_archive_for_supported_resources: bool?,
|
|
1481
|
+
delete_after_event: ("DELETE_AFTER_COPY")?
|
|
1470
1482
|
}?,
|
|
1471
1483
|
recovery_point_tags: Hash[::String, ::String]?,
|
|
1472
1484
|
copy_actions: Array[
|
|
@@ -1474,7 +1486,8 @@ module Aws
|
|
|
1474
1486
|
lifecycle: {
|
|
1475
1487
|
move_to_cold_storage_after_days: ::Integer?,
|
|
1476
1488
|
delete_after_days: ::Integer?,
|
|
1477
|
-
opt_in_to_archive_for_supported_resources: bool
|
|
1489
|
+
opt_in_to_archive_for_supported_resources: bool?,
|
|
1490
|
+
delete_after_event: ("DELETE_AFTER_COPY")?
|
|
1478
1491
|
}?,
|
|
1479
1492
|
destination_backup_vault_arn: ::String
|
|
1480
1493
|
},
|
|
@@ -1564,7 +1577,8 @@ module Aws
|
|
|
1564
1577
|
?lifecycle: {
|
|
1565
1578
|
move_to_cold_storage_after_days: ::Integer?,
|
|
1566
1579
|
delete_after_days: ::Integer?,
|
|
1567
|
-
opt_in_to_archive_for_supported_resources: bool
|
|
1580
|
+
opt_in_to_archive_for_supported_resources: bool?,
|
|
1581
|
+
delete_after_event: ("DELETE_AFTER_COPY")?
|
|
1568
1582
|
}
|
|
1569
1583
|
) -> _UpdateRecoveryPointLifecycleResponseSuccess
|
|
1570
1584
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRecoveryPointLifecycleResponseSuccess
|
data/sig/types.rbs
CHANGED
|
@@ -113,6 +113,7 @@ module Aws::Backup
|
|
|
113
113
|
class BackupRule
|
|
114
114
|
attr_accessor rule_name: ::String
|
|
115
115
|
attr_accessor target_backup_vault_name: ::String
|
|
116
|
+
attr_accessor target_logically_air_gapped_backup_vault_arn: ::String
|
|
116
117
|
attr_accessor schedule_expression: ::String
|
|
117
118
|
attr_accessor start_window_minutes: ::Integer
|
|
118
119
|
attr_accessor completion_window_minutes: ::Integer
|
|
@@ -129,6 +130,7 @@ module Aws::Backup
|
|
|
129
130
|
class BackupRuleInput
|
|
130
131
|
attr_accessor rule_name: ::String
|
|
131
132
|
attr_accessor target_backup_vault_name: ::String
|
|
133
|
+
attr_accessor target_logically_air_gapped_backup_vault_arn: ::String
|
|
132
134
|
attr_accessor schedule_expression: ::String
|
|
133
135
|
attr_accessor start_window_minutes: ::Integer
|
|
134
136
|
attr_accessor completion_window_minutes: ::Integer
|
|
@@ -261,6 +263,7 @@ module Aws::Backup
|
|
|
261
263
|
attr_accessor backup_size_in_bytes: ::Integer
|
|
262
264
|
attr_accessor iam_role_arn: ::String
|
|
263
265
|
attr_accessor created_by: Types::RecoveryPointCreator
|
|
266
|
+
attr_accessor created_by_backup_job_id: ::String
|
|
264
267
|
attr_accessor resource_type: ::String
|
|
265
268
|
attr_accessor parent_job_id: ::String
|
|
266
269
|
attr_accessor is_parent: bool
|
|
@@ -742,6 +745,8 @@ module Aws::Backup
|
|
|
742
745
|
attr_accessor validation_status_message: ::String
|
|
743
746
|
attr_accessor deletion_status: ("DELETING" | "FAILED" | "SUCCESSFUL")
|
|
744
747
|
attr_accessor deletion_status_message: ::String
|
|
748
|
+
attr_accessor is_parent: bool
|
|
749
|
+
attr_accessor parent_job_id: ::String
|
|
745
750
|
SENSITIVE: []
|
|
746
751
|
end
|
|
747
752
|
|
|
@@ -1054,6 +1059,7 @@ module Aws::Backup
|
|
|
1054
1059
|
attr_accessor move_to_cold_storage_after_days: ::Integer
|
|
1055
1060
|
attr_accessor delete_after_days: ::Integer
|
|
1056
1061
|
attr_accessor opt_in_to_archive_for_supported_resources: bool
|
|
1062
|
+
attr_accessor delete_after_event: ("DELETE_AFTER_COPY")
|
|
1057
1063
|
SENSITIVE: []
|
|
1058
1064
|
end
|
|
1059
1065
|
|
|
@@ -1203,6 +1209,7 @@ module Aws::Backup
|
|
|
1203
1209
|
attr_accessor by_complete_after: ::Time
|
|
1204
1210
|
attr_accessor by_parent_job_id: ::String
|
|
1205
1211
|
attr_accessor by_message_category: ::String
|
|
1212
|
+
attr_accessor by_source_recovery_point_arn: ::String
|
|
1206
1213
|
SENSITIVE: []
|
|
1207
1214
|
end
|
|
1208
1215
|
|
|
@@ -1411,6 +1418,7 @@ module Aws::Backup
|
|
|
1411
1418
|
attr_accessor by_complete_before: ::Time
|
|
1412
1419
|
attr_accessor by_complete_after: ::Time
|
|
1413
1420
|
attr_accessor by_restore_testing_plan_arn: ::String
|
|
1421
|
+
attr_accessor by_parent_job_id: ::String
|
|
1414
1422
|
SENSITIVE: []
|
|
1415
1423
|
end
|
|
1416
1424
|
|
|
@@ -1684,6 +1692,8 @@ module Aws::Backup
|
|
|
1684
1692
|
attr_accessor created_resource_arn: ::String
|
|
1685
1693
|
attr_accessor resource_type: ::String
|
|
1686
1694
|
attr_accessor recovery_point_creation_date: ::Time
|
|
1695
|
+
attr_accessor is_parent: bool
|
|
1696
|
+
attr_accessor parent_job_id: ::String
|
|
1687
1697
|
attr_accessor created_by: Types::RestoreJobCreator
|
|
1688
1698
|
attr_accessor validation_status: ("FAILED" | "SUCCESSFUL" | "TIMED_OUT" | "VALIDATING")
|
|
1689
1699
|
attr_accessor validation_status_message: ::String
|
|
@@ -1812,6 +1822,7 @@ module Aws::Backup
|
|
|
1812
1822
|
|
|
1813
1823
|
class StartBackupJobInput
|
|
1814
1824
|
attr_accessor backup_vault_name: ::String
|
|
1825
|
+
attr_accessor logically_air_gapped_backup_vault_arn: ::String
|
|
1815
1826
|
attr_accessor resource_arn: ::String
|
|
1816
1827
|
attr_accessor iam_role_arn: ::String
|
|
1817
1828
|
attr_accessor idempotency_token: ::String
|