aws-sdk-backup 1.98.0 → 1.100.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 +28 -1
- data/lib/aws-sdk-backup/client_api.rb +12 -0
- data/lib/aws-sdk-backup/types.rb +93 -8
- data/lib/aws-sdk-backup.rb +1 -1
- data/sig/client.rbs +8 -2
- 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: 3a794a2a08e60501e32ac5e529b32efce87a2c40305d9a301980703e1569e939
|
|
4
|
+
data.tar.gz: 11fc4b33774f4b75addccd2a1eafa314493512f7fbbfb56d09cc4d38c1b86927
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cccfcf11de66fdc45a7578bc9064221ed82a42665d7be7e7ac341fecb996a832772f48fc38171771d47cf278aca22132a0eed99ddbab08b2a904cccc19fb71dc
|
|
7
|
+
data.tar.gz: 6b1fab099070a86660d60bde2702f799bf73b85ab4d9c3e0939c0b4ca705467d8fc06cc8f067d2e3fe17d0d746db4123ab4fcc0a8a1dca3cd31a92a61b3e3beb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.100.0 (2025-11-10)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* 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).
|
|
8
|
+
|
|
9
|
+
1.99.0 (2025-11-06)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - AWS Backup now supports customer-managed keys (CMK) for logically air-gapped vaults, enabling customers to maintain full control over their encryption key lifecycle. This feature helps organizations meet specific internal governance requirements or external regulatory compliance standards.
|
|
13
|
+
|
|
4
14
|
1.98.0 (2025-10-21)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.100.0
|
|
@@ -1005,6 +1005,12 @@ module Aws::Backup
|
|
|
1005
1005
|
# The maximum retention period that the vault retains its recovery
|
|
1006
1006
|
# points.
|
|
1007
1007
|
#
|
|
1008
|
+
# @option params [String] :encryption_key_arn
|
|
1009
|
+
# The ARN of the customer-managed KMS key to use for encrypting the
|
|
1010
|
+
# logically air-gapped backup vault. If not specified, the vault will be
|
|
1011
|
+
# encrypted with an Amazon Web Services-owned key managed by Amazon Web
|
|
1012
|
+
# Services Backup.
|
|
1013
|
+
#
|
|
1008
1014
|
# @return [Types::CreateLogicallyAirGappedBackupVaultOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1009
1015
|
#
|
|
1010
1016
|
# * {Types::CreateLogicallyAirGappedBackupVaultOutput#backup_vault_name #backup_vault_name} => String
|
|
@@ -1022,6 +1028,7 @@ module Aws::Backup
|
|
|
1022
1028
|
# creator_request_id: "string",
|
|
1023
1029
|
# min_retention_days: 1, # required
|
|
1024
1030
|
# max_retention_days: 1, # required
|
|
1031
|
+
# encryption_key_arn: "ARN",
|
|
1025
1032
|
# })
|
|
1026
1033
|
#
|
|
1027
1034
|
# @example Response structure
|
|
@@ -1810,6 +1817,7 @@ module Aws::Backup
|
|
|
1810
1817
|
# * {Types::DescribeBackupVaultOutput#mpa_approval_team_arn #mpa_approval_team_arn} => String
|
|
1811
1818
|
# * {Types::DescribeBackupVaultOutput#mpa_session_arn #mpa_session_arn} => String
|
|
1812
1819
|
# * {Types::DescribeBackupVaultOutput#latest_mpa_approval_team_update #latest_mpa_approval_team_update} => Types::LatestMpaApprovalTeamUpdate
|
|
1820
|
+
# * {Types::DescribeBackupVaultOutput#encryption_key_type #encryption_key_type} => String
|
|
1813
1821
|
#
|
|
1814
1822
|
# @example Request syntax with placeholder values
|
|
1815
1823
|
#
|
|
@@ -1840,6 +1848,7 @@ module Aws::Backup
|
|
|
1840
1848
|
# resp.latest_mpa_approval_team_update.status_message #=> String
|
|
1841
1849
|
# resp.latest_mpa_approval_team_update.initiation_date #=> Time
|
|
1842
1850
|
# resp.latest_mpa_approval_team_update.expiry_date #=> Time
|
|
1851
|
+
# resp.encryption_key_type #=> String, one of "AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KMS_KEY"
|
|
1843
1852
|
#
|
|
1844
1853
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeBackupVault AWS API Documentation
|
|
1845
1854
|
#
|
|
@@ -2082,6 +2091,7 @@ module Aws::Backup
|
|
|
2082
2091
|
# * {Types::DescribeRecoveryPointOutput#vault_type #vault_type} => String
|
|
2083
2092
|
# * {Types::DescribeRecoveryPointOutput#index_status #index_status} => String
|
|
2084
2093
|
# * {Types::DescribeRecoveryPointOutput#index_status_message #index_status_message} => String
|
|
2094
|
+
# * {Types::DescribeRecoveryPointOutput#encryption_key_type #encryption_key_type} => String
|
|
2085
2095
|
#
|
|
2086
2096
|
# @example Request syntax with placeholder values
|
|
2087
2097
|
#
|
|
@@ -2130,6 +2140,7 @@ module Aws::Backup
|
|
|
2130
2140
|
# resp.vault_type #=> String, one of "BACKUP_VAULT", "LOGICALLY_AIR_GAPPED_BACKUP_VAULT", "RESTORE_ACCESS_BACKUP_VAULT"
|
|
2131
2141
|
# resp.index_status #=> String, one of "PENDING", "ACTIVE", "FAILED", "DELETING"
|
|
2132
2142
|
# resp.index_status_message #=> String
|
|
2143
|
+
# resp.encryption_key_type #=> String, one of "AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KMS_KEY"
|
|
2133
2144
|
#
|
|
2134
2145
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeRecoveryPoint AWS API Documentation
|
|
2135
2146
|
#
|
|
@@ -2285,6 +2296,8 @@ module Aws::Backup
|
|
|
2285
2296
|
# * {Types::DescribeRestoreJobOutput#validation_status_message #validation_status_message} => String
|
|
2286
2297
|
# * {Types::DescribeRestoreJobOutput#deletion_status #deletion_status} => String
|
|
2287
2298
|
# * {Types::DescribeRestoreJobOutput#deletion_status_message #deletion_status_message} => String
|
|
2299
|
+
# * {Types::DescribeRestoreJobOutput#is_parent #is_parent} => Boolean
|
|
2300
|
+
# * {Types::DescribeRestoreJobOutput#parent_job_id #parent_job_id} => String
|
|
2288
2301
|
#
|
|
2289
2302
|
# @example Request syntax with placeholder values
|
|
2290
2303
|
#
|
|
@@ -2315,6 +2328,8 @@ module Aws::Backup
|
|
|
2315
2328
|
# resp.validation_status_message #=> String
|
|
2316
2329
|
# resp.deletion_status #=> String, one of "DELETING", "FAILED", "SUCCESSFUL"
|
|
2317
2330
|
# resp.deletion_status_message #=> String
|
|
2331
|
+
# resp.is_parent #=> Boolean
|
|
2332
|
+
# resp.parent_job_id #=> String
|
|
2318
2333
|
#
|
|
2319
2334
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeRestoreJob AWS API Documentation
|
|
2320
2335
|
#
|
|
@@ -3718,6 +3733,7 @@ module Aws::Backup
|
|
|
3718
3733
|
# resp.backup_vault_list[0].min_retention_days #=> Integer
|
|
3719
3734
|
# resp.backup_vault_list[0].max_retention_days #=> Integer
|
|
3720
3735
|
# resp.backup_vault_list[0].lock_date #=> Time
|
|
3736
|
+
# resp.backup_vault_list[0].encryption_key_type #=> String, one of "AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KMS_KEY"
|
|
3721
3737
|
# resp.next_token #=> String
|
|
3722
3738
|
#
|
|
3723
3739
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListBackupVaults AWS API Documentation
|
|
@@ -4454,6 +4470,7 @@ module Aws::Backup
|
|
|
4454
4470
|
# resp.recovery_points[0].vault_type #=> String, one of "BACKUP_VAULT", "LOGICALLY_AIR_GAPPED_BACKUP_VAULT", "RESTORE_ACCESS_BACKUP_VAULT"
|
|
4455
4471
|
# resp.recovery_points[0].index_status #=> String, one of "PENDING", "ACTIVE", "FAILED", "DELETING"
|
|
4456
4472
|
# resp.recovery_points[0].index_status_message #=> String
|
|
4473
|
+
# resp.recovery_points[0].encryption_key_type #=> String, one of "AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KMS_KEY"
|
|
4457
4474
|
#
|
|
4458
4475
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListRecoveryPointsByBackupVault AWS API Documentation
|
|
4459
4476
|
#
|
|
@@ -4581,6 +4598,7 @@ module Aws::Backup
|
|
|
4581
4598
|
# resp.recovery_points[0].vault_type #=> String, one of "BACKUP_VAULT", "LOGICALLY_AIR_GAPPED_BACKUP_VAULT", "RESTORE_ACCESS_BACKUP_VAULT"
|
|
4582
4599
|
# resp.recovery_points[0].index_status #=> String, one of "PENDING", "ACTIVE", "FAILED", "DELETING"
|
|
4583
4600
|
# resp.recovery_points[0].index_status_message #=> String
|
|
4601
|
+
# resp.recovery_points[0].encryption_key_type #=> String, one of "AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KMS_KEY"
|
|
4584
4602
|
#
|
|
4585
4603
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListRecoveryPointsByResource AWS API Documentation
|
|
4586
4604
|
#
|
|
@@ -4958,6 +4976,10 @@ module Aws::Backup
|
|
|
4958
4976
|
# This returns only restore testing jobs that match the specified
|
|
4959
4977
|
# resource Amazon Resource Name (ARN).
|
|
4960
4978
|
#
|
|
4979
|
+
# @option params [String] :by_parent_job_id
|
|
4980
|
+
# This is a filter to list child (nested) restore jobs based on parent
|
|
4981
|
+
# restore job ID.
|
|
4982
|
+
#
|
|
4961
4983
|
# @return [Types::ListRestoreJobsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
4962
4984
|
#
|
|
4963
4985
|
# * {Types::ListRestoreJobsOutput#restore_jobs #restore_jobs} => Array<Types::RestoreJobsListMember>
|
|
@@ -4978,6 +5000,7 @@ module Aws::Backup
|
|
|
4978
5000
|
# by_complete_before: Time.now,
|
|
4979
5001
|
# by_complete_after: Time.now,
|
|
4980
5002
|
# by_restore_testing_plan_arn: "ARN",
|
|
5003
|
+
# by_parent_job_id: "string",
|
|
4981
5004
|
# })
|
|
4982
5005
|
#
|
|
4983
5006
|
# @example Response structure
|
|
@@ -4999,6 +5022,8 @@ module Aws::Backup
|
|
|
4999
5022
|
# resp.restore_jobs[0].created_resource_arn #=> String
|
|
5000
5023
|
# resp.restore_jobs[0].resource_type #=> String
|
|
5001
5024
|
# resp.restore_jobs[0].recovery_point_creation_date #=> Time
|
|
5025
|
+
# resp.restore_jobs[0].is_parent #=> Boolean
|
|
5026
|
+
# resp.restore_jobs[0].parent_job_id #=> String
|
|
5002
5027
|
# resp.restore_jobs[0].created_by.restore_testing_plan_arn #=> String
|
|
5003
5028
|
# resp.restore_jobs[0].validation_status #=> String, one of "FAILED", "SUCCESSFUL", "TIMED_OUT", "VALIDATING"
|
|
5004
5029
|
# resp.restore_jobs[0].validation_status_message #=> String
|
|
@@ -5084,6 +5109,8 @@ module Aws::Backup
|
|
|
5084
5109
|
# resp.restore_jobs[0].created_resource_arn #=> String
|
|
5085
5110
|
# resp.restore_jobs[0].resource_type #=> String
|
|
5086
5111
|
# resp.restore_jobs[0].recovery_point_creation_date #=> Time
|
|
5112
|
+
# resp.restore_jobs[0].is_parent #=> Boolean
|
|
5113
|
+
# resp.restore_jobs[0].parent_job_id #=> String
|
|
5087
5114
|
# resp.restore_jobs[0].created_by.restore_testing_plan_arn #=> String
|
|
5088
5115
|
# resp.restore_jobs[0].validation_status #=> String, one of "FAILED", "SUCCESSFUL", "TIMED_OUT", "VALIDATING"
|
|
5089
5116
|
# resp.restore_jobs[0].validation_status_message #=> String
|
|
@@ -6683,7 +6710,7 @@ module Aws::Backup
|
|
|
6683
6710
|
tracer: tracer
|
|
6684
6711
|
)
|
|
6685
6712
|
context[:gem_name] = 'aws-sdk-backup'
|
|
6686
|
-
context[:gem_version] = '1.
|
|
6713
|
+
context[:gem_version] = '1.100.0'
|
|
6687
6714
|
Seahorse::Client::Request.new(handlers, context)
|
|
6688
6715
|
end
|
|
6689
6716
|
|
|
@@ -139,6 +139,7 @@ module Aws::Backup
|
|
|
139
139
|
DisassociateBackupVaultMpaApprovalTeamInput = Shapes::StructureShape.new(name: 'DisassociateBackupVaultMpaApprovalTeamInput')
|
|
140
140
|
DisassociateRecoveryPointFromParentInput = Shapes::StructureShape.new(name: 'DisassociateRecoveryPointFromParentInput')
|
|
141
141
|
DisassociateRecoveryPointInput = Shapes::StructureShape.new(name: 'DisassociateRecoveryPointInput')
|
|
142
|
+
EncryptionKeyType = Shapes::StringShape.new(name: 'EncryptionKeyType')
|
|
142
143
|
ExportBackupPlanTemplateInput = Shapes::StructureShape.new(name: 'ExportBackupPlanTemplateInput')
|
|
143
144
|
ExportBackupPlanTemplateOutput = Shapes::StructureShape.new(name: 'ExportBackupPlanTemplateOutput')
|
|
144
145
|
FormatList = Shapes::ListShape.new(name: 'FormatList')
|
|
@@ -549,6 +550,7 @@ module Aws::Backup
|
|
|
549
550
|
BackupVaultListMember.add_member(:min_retention_days, Shapes::ShapeRef.new(shape: Long, location_name: "MinRetentionDays"))
|
|
550
551
|
BackupVaultListMember.add_member(:max_retention_days, Shapes::ShapeRef.new(shape: Long, location_name: "MaxRetentionDays"))
|
|
551
552
|
BackupVaultListMember.add_member(:lock_date, Shapes::ShapeRef.new(shape: timestamp, location_name: "LockDate"))
|
|
553
|
+
BackupVaultListMember.add_member(:encryption_key_type, Shapes::ShapeRef.new(shape: EncryptionKeyType, location_name: "EncryptionKeyType"))
|
|
552
554
|
BackupVaultListMember.struct_class = Types::BackupVaultListMember
|
|
553
555
|
|
|
554
556
|
CalculatedLifecycle.add_member(:move_to_cold_storage_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "MoveToColdStorageAt"))
|
|
@@ -714,6 +716,7 @@ module Aws::Backup
|
|
|
714
716
|
CreateLogicallyAirGappedBackupVaultInput.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: string, location_name: "CreatorRequestId", metadata: {"idempotencyToken" => true}))
|
|
715
717
|
CreateLogicallyAirGappedBackupVaultInput.add_member(:min_retention_days, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "MinRetentionDays"))
|
|
716
718
|
CreateLogicallyAirGappedBackupVaultInput.add_member(:max_retention_days, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "MaxRetentionDays"))
|
|
719
|
+
CreateLogicallyAirGappedBackupVaultInput.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "EncryptionKeyArn"))
|
|
717
720
|
CreateLogicallyAirGappedBackupVaultInput.struct_class = Types::CreateLogicallyAirGappedBackupVaultInput
|
|
718
721
|
|
|
719
722
|
CreateLogicallyAirGappedBackupVaultOutput.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultName, location_name: "BackupVaultName"))
|
|
@@ -878,6 +881,7 @@ module Aws::Backup
|
|
|
878
881
|
DescribeBackupVaultOutput.add_member(:mpa_approval_team_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "MpaApprovalTeamArn"))
|
|
879
882
|
DescribeBackupVaultOutput.add_member(:mpa_session_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "MpaSessionArn"))
|
|
880
883
|
DescribeBackupVaultOutput.add_member(:latest_mpa_approval_team_update, Shapes::ShapeRef.new(shape: LatestMpaApprovalTeamUpdate, location_name: "LatestMpaApprovalTeamUpdate"))
|
|
884
|
+
DescribeBackupVaultOutput.add_member(:encryption_key_type, Shapes::ShapeRef.new(shape: EncryptionKeyType, location_name: "EncryptionKeyType"))
|
|
881
885
|
DescribeBackupVaultOutput.struct_class = Types::DescribeBackupVaultOutput
|
|
882
886
|
|
|
883
887
|
DescribeCopyJobInput.add_member(:copy_job_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "copyJobId"))
|
|
@@ -951,6 +955,7 @@ module Aws::Backup
|
|
|
951
955
|
DescribeRecoveryPointOutput.add_member(:vault_type, Shapes::ShapeRef.new(shape: VaultType, location_name: "VaultType"))
|
|
952
956
|
DescribeRecoveryPointOutput.add_member(:index_status, Shapes::ShapeRef.new(shape: IndexStatus, location_name: "IndexStatus"))
|
|
953
957
|
DescribeRecoveryPointOutput.add_member(:index_status_message, Shapes::ShapeRef.new(shape: string, location_name: "IndexStatusMessage"))
|
|
958
|
+
DescribeRecoveryPointOutput.add_member(:encryption_key_type, Shapes::ShapeRef.new(shape: EncryptionKeyType, location_name: "EncryptionKeyType"))
|
|
954
959
|
DescribeRecoveryPointOutput.struct_class = Types::DescribeRecoveryPointOutput
|
|
955
960
|
|
|
956
961
|
DescribeRegionSettingsInput.struct_class = Types::DescribeRegionSettingsInput
|
|
@@ -995,6 +1000,8 @@ module Aws::Backup
|
|
|
995
1000
|
DescribeRestoreJobOutput.add_member(:validation_status_message, Shapes::ShapeRef.new(shape: string, location_name: "ValidationStatusMessage"))
|
|
996
1001
|
DescribeRestoreJobOutput.add_member(:deletion_status, Shapes::ShapeRef.new(shape: RestoreDeletionStatus, location_name: "DeletionStatus"))
|
|
997
1002
|
DescribeRestoreJobOutput.add_member(:deletion_status_message, Shapes::ShapeRef.new(shape: string, location_name: "DeletionStatusMessage"))
|
|
1003
|
+
DescribeRestoreJobOutput.add_member(:is_parent, Shapes::ShapeRef.new(shape: boolean, location_name: "IsParent"))
|
|
1004
|
+
DescribeRestoreJobOutput.add_member(:parent_job_id, Shapes::ShapeRef.new(shape: string, location_name: "ParentJobId"))
|
|
998
1005
|
DescribeRestoreJobOutput.struct_class = Types::DescribeRestoreJobOutput
|
|
999
1006
|
|
|
1000
1007
|
DisassociateBackupVaultMpaApprovalTeamInput.add_member(:backup_vault_name, Shapes::ShapeRef.new(shape: BackupVaultName, required: true, location: "uri", location_name: "backupVaultName"))
|
|
@@ -1503,6 +1510,7 @@ module Aws::Backup
|
|
|
1503
1510
|
ListRestoreJobsInput.add_member(:by_complete_before, Shapes::ShapeRef.new(shape: timestamp, location: "querystring", location_name: "completeBefore"))
|
|
1504
1511
|
ListRestoreJobsInput.add_member(:by_complete_after, Shapes::ShapeRef.new(shape: timestamp, location: "querystring", location_name: "completeAfter"))
|
|
1505
1512
|
ListRestoreJobsInput.add_member(:by_restore_testing_plan_arn, Shapes::ShapeRef.new(shape: ARN, location: "querystring", location_name: "restoreTestingPlanArn"))
|
|
1513
|
+
ListRestoreJobsInput.add_member(:by_parent_job_id, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "parentJobId"))
|
|
1506
1514
|
ListRestoreJobsInput.struct_class = Types::ListRestoreJobsInput
|
|
1507
1515
|
|
|
1508
1516
|
ListRestoreJobsOutput.add_member(:restore_jobs, Shapes::ShapeRef.new(shape: RestoreJobsList, location_name: "RestoreJobs"))
|
|
@@ -1604,6 +1612,7 @@ module Aws::Backup
|
|
|
1604
1612
|
RecoveryPointByBackupVault.add_member(:vault_type, Shapes::ShapeRef.new(shape: VaultType, location_name: "VaultType"))
|
|
1605
1613
|
RecoveryPointByBackupVault.add_member(:index_status, Shapes::ShapeRef.new(shape: IndexStatus, location_name: "IndexStatus"))
|
|
1606
1614
|
RecoveryPointByBackupVault.add_member(:index_status_message, Shapes::ShapeRef.new(shape: string, location_name: "IndexStatusMessage"))
|
|
1615
|
+
RecoveryPointByBackupVault.add_member(:encryption_key_type, Shapes::ShapeRef.new(shape: EncryptionKeyType, location_name: "EncryptionKeyType"))
|
|
1607
1616
|
RecoveryPointByBackupVault.struct_class = Types::RecoveryPointByBackupVault
|
|
1608
1617
|
|
|
1609
1618
|
RecoveryPointByBackupVaultList.member = Shapes::ShapeRef.new(shape: RecoveryPointByBackupVault)
|
|
@@ -1621,6 +1630,7 @@ module Aws::Backup
|
|
|
1621
1630
|
RecoveryPointByResource.add_member(:vault_type, Shapes::ShapeRef.new(shape: VaultType, location_name: "VaultType"))
|
|
1622
1631
|
RecoveryPointByResource.add_member(:index_status, Shapes::ShapeRef.new(shape: IndexStatus, location_name: "IndexStatus"))
|
|
1623
1632
|
RecoveryPointByResource.add_member(:index_status_message, Shapes::ShapeRef.new(shape: string, location_name: "IndexStatusMessage"))
|
|
1633
|
+
RecoveryPointByResource.add_member(:encryption_key_type, Shapes::ShapeRef.new(shape: EncryptionKeyType, location_name: "EncryptionKeyType"))
|
|
1624
1634
|
RecoveryPointByResource.struct_class = Types::RecoveryPointByResource
|
|
1625
1635
|
|
|
1626
1636
|
RecoveryPointByResourceList.member = Shapes::ShapeRef.new(shape: RecoveryPointByResource)
|
|
@@ -1751,6 +1761,8 @@ module Aws::Backup
|
|
|
1751
1761
|
RestoreJobsListMember.add_member(:created_resource_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "CreatedResourceArn"))
|
|
1752
1762
|
RestoreJobsListMember.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
|
1753
1763
|
RestoreJobsListMember.add_member(:recovery_point_creation_date, Shapes::ShapeRef.new(shape: timestamp, location_name: "RecoveryPointCreationDate"))
|
|
1764
|
+
RestoreJobsListMember.add_member(:is_parent, Shapes::ShapeRef.new(shape: boolean, location_name: "IsParent"))
|
|
1765
|
+
RestoreJobsListMember.add_member(:parent_job_id, Shapes::ShapeRef.new(shape: string, location_name: "ParentJobId"))
|
|
1754
1766
|
RestoreJobsListMember.add_member(:created_by, Shapes::ShapeRef.new(shape: RestoreJobCreator, location_name: "CreatedBy"))
|
|
1755
1767
|
RestoreJobsListMember.add_member(:validation_status, Shapes::ShapeRef.new(shape: RestoreValidationStatus, location_name: "ValidationStatus"))
|
|
1756
1768
|
RestoreJobsListMember.add_member(:validation_status_message, Shapes::ShapeRef.new(shape: string, location_name: "ValidationStatusMessage"))
|
data/lib/aws-sdk-backup/types.rb
CHANGED
|
@@ -1129,6 +1129,12 @@ module Aws::Backup
|
|
|
1129
1129
|
# represents Friday, January 26, 2018 12:11:30.087 AM.
|
|
1130
1130
|
# @return [Time]
|
|
1131
1131
|
#
|
|
1132
|
+
# @!attribute [rw] encryption_key_type
|
|
1133
|
+
# The type of encryption key used for the backup vault. Valid values
|
|
1134
|
+
# are CUSTOMER\_MANAGED\_KMS\_KEY for customer-managed keys or Amazon
|
|
1135
|
+
# Web Services\_OWNED\_KMS\_KEY for Amazon Web Services-owned keys.
|
|
1136
|
+
# @return [String]
|
|
1137
|
+
#
|
|
1132
1138
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/BackupVaultListMember AWS API Documentation
|
|
1133
1139
|
#
|
|
1134
1140
|
class BackupVaultListMember < Struct.new(
|
|
@@ -1143,7 +1149,8 @@ module Aws::Backup
|
|
|
1143
1149
|
:locked,
|
|
1144
1150
|
:min_retention_days,
|
|
1145
1151
|
:max_retention_days,
|
|
1146
|
-
:lock_date
|
|
1152
|
+
:lock_date,
|
|
1153
|
+
:encryption_key_type)
|
|
1147
1154
|
SENSITIVE = []
|
|
1148
1155
|
include Aws::Structure
|
|
1149
1156
|
end
|
|
@@ -2109,6 +2116,13 @@ module Aws::Backup
|
|
|
2109
2116
|
# points.
|
|
2110
2117
|
# @return [Integer]
|
|
2111
2118
|
#
|
|
2119
|
+
# @!attribute [rw] encryption_key_arn
|
|
2120
|
+
# The ARN of the customer-managed KMS key to use for encrypting the
|
|
2121
|
+
# logically air-gapped backup vault. If not specified, the vault will
|
|
2122
|
+
# be encrypted with an Amazon Web Services-owned key managed by Amazon
|
|
2123
|
+
# Web Services Backup.
|
|
2124
|
+
# @return [String]
|
|
2125
|
+
#
|
|
2112
2126
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/CreateLogicallyAirGappedBackupVaultInput AWS API Documentation
|
|
2113
2127
|
#
|
|
2114
2128
|
class CreateLogicallyAirGappedBackupVaultInput < Struct.new(
|
|
@@ -2116,7 +2130,8 @@ module Aws::Backup
|
|
|
2116
2130
|
:backup_vault_tags,
|
|
2117
2131
|
:creator_request_id,
|
|
2118
2132
|
:min_retention_days,
|
|
2119
|
-
:max_retention_days
|
|
2133
|
+
:max_retention_days,
|
|
2134
|
+
:encryption_key_arn)
|
|
2120
2135
|
SENSITIVE = [:backup_vault_tags]
|
|
2121
2136
|
include Aws::Structure
|
|
2122
2137
|
end
|
|
@@ -2423,6 +2438,9 @@ module Aws::Backup
|
|
|
2423
2438
|
# @!attribute [rw] restore_testing_selection_name
|
|
2424
2439
|
# The name of the restore testing selection for the related restore
|
|
2425
2440
|
# testing plan.
|
|
2441
|
+
#
|
|
2442
|
+
# The name cannot be changed after creation. The name consists of only
|
|
2443
|
+
# alphanumeric characters and underscores. Maximum length is 50.
|
|
2426
2444
|
# @return [String]
|
|
2427
2445
|
#
|
|
2428
2446
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/CreateRestoreTestingSelectionOutput AWS API Documentation
|
|
@@ -3117,6 +3135,12 @@ module Aws::Backup
|
|
|
3117
3135
|
# association for this backup vault.
|
|
3118
3136
|
# @return [Types::LatestMpaApprovalTeamUpdate]
|
|
3119
3137
|
#
|
|
3138
|
+
# @!attribute [rw] encryption_key_type
|
|
3139
|
+
# The type of encryption key used for the backup vault. Valid values
|
|
3140
|
+
# are CUSTOMER\_MANAGED\_KMS\_KEY for customer-managed keys or Amazon
|
|
3141
|
+
# Web Services\_OWNED\_KMS\_KEY for Amazon Web Services-owned keys.
|
|
3142
|
+
# @return [String]
|
|
3143
|
+
#
|
|
3120
3144
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeBackupVaultOutput AWS API Documentation
|
|
3121
3145
|
#
|
|
3122
3146
|
class DescribeBackupVaultOutput < Struct.new(
|
|
@@ -3135,7 +3159,8 @@ module Aws::Backup
|
|
|
3135
3159
|
:source_backup_vault_arn,
|
|
3136
3160
|
:mpa_approval_team_arn,
|
|
3137
3161
|
:mpa_session_arn,
|
|
3138
|
-
:latest_mpa_approval_team_update
|
|
3162
|
+
:latest_mpa_approval_team_update,
|
|
3163
|
+
:encryption_key_type)
|
|
3139
3164
|
SENSITIVE = []
|
|
3140
3165
|
include Aws::Structure
|
|
3141
3166
|
end
|
|
@@ -3597,6 +3622,12 @@ module Aws::Backup
|
|
|
3597
3622
|
# a backup index associated with the recovery point.
|
|
3598
3623
|
# @return [String]
|
|
3599
3624
|
#
|
|
3625
|
+
# @!attribute [rw] encryption_key_type
|
|
3626
|
+
# The type of encryption key used for the recovery point. Valid values
|
|
3627
|
+
# are CUSTOMER\_MANAGED\_KMS\_KEY for customer-managed keys or Amazon
|
|
3628
|
+
# Web Services\_OWNED\_KMS\_KEY for Amazon Web Services-owned keys.
|
|
3629
|
+
# @return [String]
|
|
3630
|
+
#
|
|
3600
3631
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeRecoveryPointOutput AWS API Documentation
|
|
3601
3632
|
#
|
|
3602
3633
|
class DescribeRecoveryPointOutput < Struct.new(
|
|
@@ -3626,7 +3657,8 @@ module Aws::Backup
|
|
|
3626
3657
|
:resource_name,
|
|
3627
3658
|
:vault_type,
|
|
3628
3659
|
:index_status,
|
|
3629
|
-
:index_status_message
|
|
3660
|
+
:index_status_message,
|
|
3661
|
+
:encryption_key_type)
|
|
3630
3662
|
SENSITIVE = []
|
|
3631
3663
|
include Aws::Structure
|
|
3632
3664
|
end
|
|
@@ -3845,6 +3877,16 @@ module Aws::Backup
|
|
|
3845
3877
|
# This describes the restore job deletion status.
|
|
3846
3878
|
# @return [String]
|
|
3847
3879
|
#
|
|
3880
|
+
# @!attribute [rw] is_parent
|
|
3881
|
+
# This is a boolean value indicating whether the restore job is a
|
|
3882
|
+
# parent (composite) restore job.
|
|
3883
|
+
# @return [Boolean]
|
|
3884
|
+
#
|
|
3885
|
+
# @!attribute [rw] parent_job_id
|
|
3886
|
+
# This is the unique identifier of the parent restore job for the
|
|
3887
|
+
# selected restore job.
|
|
3888
|
+
# @return [String]
|
|
3889
|
+
#
|
|
3848
3890
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeRestoreJobOutput AWS API Documentation
|
|
3849
3891
|
#
|
|
3850
3892
|
class DescribeRestoreJobOutput < Struct.new(
|
|
@@ -3868,7 +3910,9 @@ module Aws::Backup
|
|
|
3868
3910
|
:validation_status,
|
|
3869
3911
|
:validation_status_message,
|
|
3870
3912
|
:deletion_status,
|
|
3871
|
-
:deletion_status_message
|
|
3913
|
+
:deletion_status_message,
|
|
3914
|
+
:is_parent,
|
|
3915
|
+
:parent_job_id)
|
|
3872
3916
|
SENSITIVE = []
|
|
3873
3917
|
include Aws::Structure
|
|
3874
3918
|
end
|
|
@@ -6870,6 +6914,11 @@ module Aws::Backup
|
|
|
6870
6914
|
# resource Amazon Resource Name (ARN).
|
|
6871
6915
|
# @return [String]
|
|
6872
6916
|
#
|
|
6917
|
+
# @!attribute [rw] by_parent_job_id
|
|
6918
|
+
# This is a filter to list child (nested) restore jobs based on parent
|
|
6919
|
+
# restore job ID.
|
|
6920
|
+
# @return [String]
|
|
6921
|
+
#
|
|
6873
6922
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListRestoreJobsInput AWS API Documentation
|
|
6874
6923
|
#
|
|
6875
6924
|
class ListRestoreJobsInput < Struct.new(
|
|
@@ -6882,7 +6931,8 @@ module Aws::Backup
|
|
|
6882
6931
|
:by_status,
|
|
6883
6932
|
:by_complete_before,
|
|
6884
6933
|
:by_complete_after,
|
|
6885
|
-
:by_restore_testing_plan_arn
|
|
6934
|
+
:by_restore_testing_plan_arn,
|
|
6935
|
+
:by_parent_job_id)
|
|
6886
6936
|
SENSITIVE = []
|
|
6887
6937
|
include Aws::Structure
|
|
6888
6938
|
end
|
|
@@ -7472,6 +7522,12 @@ module Aws::Backup
|
|
|
7472
7522
|
# a backup index associated with the recovery point.
|
|
7473
7523
|
# @return [String]
|
|
7474
7524
|
#
|
|
7525
|
+
# @!attribute [rw] encryption_key_type
|
|
7526
|
+
# The type of encryption key used for the recovery point. Valid values
|
|
7527
|
+
# are CUSTOMER\_MANAGED\_KMS\_KEY for customer-managed keys or Amazon
|
|
7528
|
+
# Web Services\_OWNED\_KMS\_KEY for Amazon Web Services-owned keys.
|
|
7529
|
+
# @return [String]
|
|
7530
|
+
#
|
|
7475
7531
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/RecoveryPointByBackupVault AWS API Documentation
|
|
7476
7532
|
#
|
|
7477
7533
|
class RecoveryPointByBackupVault < Struct.new(
|
|
@@ -7500,7 +7556,8 @@ module Aws::Backup
|
|
|
7500
7556
|
:resource_name,
|
|
7501
7557
|
:vault_type,
|
|
7502
7558
|
:index_status,
|
|
7503
|
-
:index_status_message
|
|
7559
|
+
:index_status_message,
|
|
7560
|
+
:encryption_key_type)
|
|
7504
7561
|
SENSITIVE = []
|
|
7505
7562
|
include Aws::Structure
|
|
7506
7563
|
end
|
|
@@ -7579,6 +7636,12 @@ module Aws::Backup
|
|
|
7579
7636
|
# a backup index associated with the recovery point.
|
|
7580
7637
|
# @return [String]
|
|
7581
7638
|
#
|
|
7639
|
+
# @!attribute [rw] encryption_key_type
|
|
7640
|
+
# The type of encryption key used for the recovery point. Valid values
|
|
7641
|
+
# are CUSTOMER\_MANAGED\_KMS\_KEY for customer-managed keys or Amazon
|
|
7642
|
+
# Web Services\_OWNED\_KMS\_KEY for Amazon Web Services-owned keys.
|
|
7643
|
+
# @return [String]
|
|
7644
|
+
#
|
|
7582
7645
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/RecoveryPointByResource AWS API Documentation
|
|
7583
7646
|
#
|
|
7584
7647
|
class RecoveryPointByResource < Struct.new(
|
|
@@ -7594,7 +7657,8 @@ module Aws::Backup
|
|
|
7594
7657
|
:resource_name,
|
|
7595
7658
|
:vault_type,
|
|
7596
7659
|
:index_status,
|
|
7597
|
-
:index_status_message
|
|
7660
|
+
:index_status_message,
|
|
7661
|
+
:encryption_key_type)
|
|
7598
7662
|
SENSITIVE = []
|
|
7599
7663
|
include Aws::Structure
|
|
7600
7664
|
end
|
|
@@ -8204,6 +8268,16 @@ module Aws::Backup
|
|
|
8204
8268
|
# The date on which a recovery point was created.
|
|
8205
8269
|
# @return [Time]
|
|
8206
8270
|
#
|
|
8271
|
+
# @!attribute [rw] is_parent
|
|
8272
|
+
# This is a boolean value indicating whether the restore job is a
|
|
8273
|
+
# parent (composite) restore job.
|
|
8274
|
+
# @return [Boolean]
|
|
8275
|
+
#
|
|
8276
|
+
# @!attribute [rw] parent_job_id
|
|
8277
|
+
# This is the unique identifier of the parent restore job for the
|
|
8278
|
+
# selected restore job.
|
|
8279
|
+
# @return [String]
|
|
8280
|
+
#
|
|
8207
8281
|
# @!attribute [rw] created_by
|
|
8208
8282
|
# Contains identifying information about the creation of a restore
|
|
8209
8283
|
# job.
|
|
@@ -8246,6 +8320,8 @@ module Aws::Backup
|
|
|
8246
8320
|
:created_resource_arn,
|
|
8247
8321
|
:resource_type,
|
|
8248
8322
|
:recovery_point_creation_date,
|
|
8323
|
+
:is_parent,
|
|
8324
|
+
:parent_job_id,
|
|
8249
8325
|
:created_by,
|
|
8250
8326
|
:validation_status,
|
|
8251
8327
|
:validation_status_message,
|
|
@@ -8680,6 +8756,9 @@ module Aws::Backup
|
|
|
8680
8756
|
# @!attribute [rw] restore_testing_selection_name
|
|
8681
8757
|
# The unique name of the restore testing selection that belongs to the
|
|
8682
8758
|
# related restore testing plan.
|
|
8759
|
+
#
|
|
8760
|
+
# The name consists of only alphanumeric characters and underscores.
|
|
8761
|
+
# Maximum length is 50.
|
|
8683
8762
|
# @return [String]
|
|
8684
8763
|
#
|
|
8685
8764
|
# @!attribute [rw] validation_window_hours
|
|
@@ -8765,6 +8844,9 @@ module Aws::Backup
|
|
|
8765
8844
|
# @!attribute [rw] restore_testing_selection_name
|
|
8766
8845
|
# The unique name of the restore testing selection that belongs to the
|
|
8767
8846
|
# related restore testing plan.
|
|
8847
|
+
#
|
|
8848
|
+
# The name consists of only alphanumeric characters and underscores.
|
|
8849
|
+
# Maximum length is 50.
|
|
8768
8850
|
# @return [String]
|
|
8769
8851
|
#
|
|
8770
8852
|
# @!attribute [rw] validation_window_hours
|
|
@@ -8821,6 +8903,9 @@ module Aws::Backup
|
|
|
8821
8903
|
#
|
|
8822
8904
|
# @!attribute [rw] restore_testing_selection_name
|
|
8823
8905
|
# Unique name of a restore testing selection.
|
|
8906
|
+
#
|
|
8907
|
+
# The name consists of only alphanumeric characters and underscores.
|
|
8908
|
+
# Maximum length is 50.
|
|
8824
8909
|
# @return [String]
|
|
8825
8910
|
#
|
|
8826
8911
|
# @!attribute [rw] validation_window_hours
|
data/lib/aws-sdk-backup.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -290,7 +290,8 @@ module Aws
|
|
|
290
290
|
?backup_vault_tags: Hash[::String, ::String],
|
|
291
291
|
?creator_request_id: ::String,
|
|
292
292
|
min_retention_days: ::Integer,
|
|
293
|
-
max_retention_days: ::Integer
|
|
293
|
+
max_retention_days: ::Integer,
|
|
294
|
+
?encryption_key_arn: ::String
|
|
294
295
|
) -> _CreateLogicallyAirGappedBackupVaultResponseSuccess
|
|
295
296
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLogicallyAirGappedBackupVaultResponseSuccess
|
|
296
297
|
|
|
@@ -536,6 +537,7 @@ module Aws
|
|
|
536
537
|
def mpa_approval_team_arn: () -> ::String
|
|
537
538
|
def mpa_session_arn: () -> ::String
|
|
538
539
|
def latest_mpa_approval_team_update: () -> Types::LatestMpaApprovalTeamUpdate
|
|
540
|
+
def encryption_key_type: () -> ("AWS_OWNED_KMS_KEY" | "CUSTOMER_MANAGED_KMS_KEY")
|
|
539
541
|
end
|
|
540
542
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Backup/Client.html#describe_backup_vault-instance_method
|
|
541
543
|
def describe_backup_vault: (
|
|
@@ -628,6 +630,7 @@ module Aws
|
|
|
628
630
|
def vault_type: () -> ("BACKUP_VAULT" | "LOGICALLY_AIR_GAPPED_BACKUP_VAULT" | "RESTORE_ACCESS_BACKUP_VAULT")
|
|
629
631
|
def index_status: () -> ("PENDING" | "ACTIVE" | "FAILED" | "DELETING")
|
|
630
632
|
def index_status_message: () -> ::String
|
|
633
|
+
def encryption_key_type: () -> ("AWS_OWNED_KMS_KEY" | "CUSTOMER_MANAGED_KMS_KEY")
|
|
631
634
|
end
|
|
632
635
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Backup/Client.html#describe_recovery_point-instance_method
|
|
633
636
|
def describe_recovery_point: (
|
|
@@ -690,6 +693,8 @@ module Aws
|
|
|
690
693
|
def validation_status_message: () -> ::String
|
|
691
694
|
def deletion_status: () -> ("DELETING" | "FAILED" | "SUCCESSFUL")
|
|
692
695
|
def deletion_status_message: () -> ::String
|
|
696
|
+
def is_parent: () -> bool
|
|
697
|
+
def parent_job_id: () -> ::String
|
|
693
698
|
end
|
|
694
699
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Backup/Client.html#describe_restore_job-instance_method
|
|
695
700
|
def describe_restore_job: (
|
|
@@ -1249,7 +1254,8 @@ module Aws
|
|
|
1249
1254
|
?by_status: ("PENDING" | "RUNNING" | "COMPLETED" | "ABORTED" | "FAILED"),
|
|
1250
1255
|
?by_complete_before: ::Time,
|
|
1251
1256
|
?by_complete_after: ::Time,
|
|
1252
|
-
?by_restore_testing_plan_arn: ::String
|
|
1257
|
+
?by_restore_testing_plan_arn: ::String,
|
|
1258
|
+
?by_parent_job_id: ::String
|
|
1253
1259
|
) -> _ListRestoreJobsResponseSuccess
|
|
1254
1260
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRestoreJobsResponseSuccess
|
|
1255
1261
|
|
data/sig/types.rbs
CHANGED
|
@@ -174,6 +174,7 @@ module Aws::Backup
|
|
|
174
174
|
attr_accessor min_retention_days: ::Integer
|
|
175
175
|
attr_accessor max_retention_days: ::Integer
|
|
176
176
|
attr_accessor lock_date: ::Time
|
|
177
|
+
attr_accessor encryption_key_type: ("AWS_OWNED_KMS_KEY" | "CUSTOMER_MANAGED_KMS_KEY")
|
|
177
178
|
SENSITIVE: []
|
|
178
179
|
end
|
|
179
180
|
|
|
@@ -369,6 +370,7 @@ module Aws::Backup
|
|
|
369
370
|
attr_accessor creator_request_id: ::String
|
|
370
371
|
attr_accessor min_retention_days: ::Integer
|
|
371
372
|
attr_accessor max_retention_days: ::Integer
|
|
373
|
+
attr_accessor encryption_key_arn: ::String
|
|
372
374
|
SENSITIVE: [:backup_vault_tags]
|
|
373
375
|
end
|
|
374
376
|
|
|
@@ -587,6 +589,7 @@ module Aws::Backup
|
|
|
587
589
|
attr_accessor mpa_approval_team_arn: ::String
|
|
588
590
|
attr_accessor mpa_session_arn: ::String
|
|
589
591
|
attr_accessor latest_mpa_approval_team_update: Types::LatestMpaApprovalTeamUpdate
|
|
592
|
+
attr_accessor encryption_key_type: ("AWS_OWNED_KMS_KEY" | "CUSTOMER_MANAGED_KMS_KEY")
|
|
590
593
|
SENSITIVE: []
|
|
591
594
|
end
|
|
592
595
|
|
|
@@ -679,6 +682,7 @@ module Aws::Backup
|
|
|
679
682
|
attr_accessor vault_type: ("BACKUP_VAULT" | "LOGICALLY_AIR_GAPPED_BACKUP_VAULT" | "RESTORE_ACCESS_BACKUP_VAULT")
|
|
680
683
|
attr_accessor index_status: ("PENDING" | "ACTIVE" | "FAILED" | "DELETING")
|
|
681
684
|
attr_accessor index_status_message: ::String
|
|
685
|
+
attr_accessor encryption_key_type: ("AWS_OWNED_KMS_KEY" | "CUSTOMER_MANAGED_KMS_KEY")
|
|
682
686
|
SENSITIVE: []
|
|
683
687
|
end
|
|
684
688
|
|
|
@@ -738,6 +742,8 @@ module Aws::Backup
|
|
|
738
742
|
attr_accessor validation_status_message: ::String
|
|
739
743
|
attr_accessor deletion_status: ("DELETING" | "FAILED" | "SUCCESSFUL")
|
|
740
744
|
attr_accessor deletion_status_message: ::String
|
|
745
|
+
attr_accessor is_parent: bool
|
|
746
|
+
attr_accessor parent_job_id: ::String
|
|
741
747
|
SENSITIVE: []
|
|
742
748
|
end
|
|
743
749
|
|
|
@@ -1407,6 +1413,7 @@ module Aws::Backup
|
|
|
1407
1413
|
attr_accessor by_complete_before: ::Time
|
|
1408
1414
|
attr_accessor by_complete_after: ::Time
|
|
1409
1415
|
attr_accessor by_restore_testing_plan_arn: ::String
|
|
1416
|
+
attr_accessor by_parent_job_id: ::String
|
|
1410
1417
|
SENSITIVE: []
|
|
1411
1418
|
end
|
|
1412
1419
|
|
|
@@ -1533,6 +1540,7 @@ module Aws::Backup
|
|
|
1533
1540
|
attr_accessor vault_type: ("BACKUP_VAULT" | "LOGICALLY_AIR_GAPPED_BACKUP_VAULT" | "RESTORE_ACCESS_BACKUP_VAULT")
|
|
1534
1541
|
attr_accessor index_status: ("PENDING" | "ACTIVE" | "FAILED" | "DELETING")
|
|
1535
1542
|
attr_accessor index_status_message: ::String
|
|
1543
|
+
attr_accessor encryption_key_type: ("AWS_OWNED_KMS_KEY" | "CUSTOMER_MANAGED_KMS_KEY")
|
|
1536
1544
|
SENSITIVE: []
|
|
1537
1545
|
end
|
|
1538
1546
|
|
|
@@ -1550,6 +1558,7 @@ module Aws::Backup
|
|
|
1550
1558
|
attr_accessor vault_type: ("BACKUP_VAULT" | "LOGICALLY_AIR_GAPPED_BACKUP_VAULT" | "RESTORE_ACCESS_BACKUP_VAULT")
|
|
1551
1559
|
attr_accessor index_status: ("PENDING" | "ACTIVE" | "FAILED" | "DELETING")
|
|
1552
1560
|
attr_accessor index_status_message: ::String
|
|
1561
|
+
attr_accessor encryption_key_type: ("AWS_OWNED_KMS_KEY" | "CUSTOMER_MANAGED_KMS_KEY")
|
|
1553
1562
|
SENSITIVE: []
|
|
1554
1563
|
end
|
|
1555
1564
|
|
|
@@ -1678,6 +1687,8 @@ module Aws::Backup
|
|
|
1678
1687
|
attr_accessor created_resource_arn: ::String
|
|
1679
1688
|
attr_accessor resource_type: ::String
|
|
1680
1689
|
attr_accessor recovery_point_creation_date: ::Time
|
|
1690
|
+
attr_accessor is_parent: bool
|
|
1691
|
+
attr_accessor parent_job_id: ::String
|
|
1681
1692
|
attr_accessor created_by: Types::RestoreJobCreator
|
|
1682
1693
|
attr_accessor validation_status: ("FAILED" | "SUCCESSFUL" | "TIMED_OUT" | "VALIDATING")
|
|
1683
1694
|
attr_accessor validation_status_message: ::String
|