aws-sdk-backup 1.108.0 → 1.109.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-backup/client.rb +52 -34
- data/lib/aws-sdk-backup/types.rb +74 -32
- data/lib/aws-sdk-backup.rb +1 -1
- 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: d6f74a4dcb07e39079d11a6e6d68974b0e9163d98669df113c2e0ac81c2a3c09
|
|
4
|
+
data.tar.gz: 60ffc27a79a6367916552161e3cb2db1056c82c69dadb347b1975366d1f4c6ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: feee38a810e002188a681d2d60c4d92dded0c5c44da94adc41e1b1925bc3acbd4c5edd8617bd07688e1c3fef9cd742430800cf964034a98126ced14396e9ce26
|
|
7
|
+
data.tar.gz: 600a15f41a168b29516577074f4fa8053efcdb8d218039aa0eff8c3eb1175b200d525639a0e44cfb9b6a581af4923bcba799c221287617f1c2066b3e8b701162
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.109.0
|
|
@@ -2089,10 +2089,11 @@ module Aws::Backup
|
|
|
2089
2089
|
req.send_request(options)
|
|
2090
2090
|
end
|
|
2091
2091
|
|
|
2092
|
-
# Describes whether the Amazon Web Services account
|
|
2093
|
-
# cross-account
|
|
2094
|
-
#
|
|
2095
|
-
#
|
|
2092
|
+
# Describes whether the Amazon Web Services account has enabled
|
|
2093
|
+
# different cross-account management options, including cross-account
|
|
2094
|
+
# backup, multi-party approval, and delegated administrator. Returns an
|
|
2095
|
+
# error if the account is not a member of an Organizations organization.
|
|
2096
|
+
# Example: `describe-global-settings --region us-west-2`
|
|
2096
2097
|
#
|
|
2097
2098
|
# @return [Types::DescribeGlobalSettingsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2098
2099
|
#
|
|
@@ -3611,6 +3612,8 @@ module Aws::Backup
|
|
|
3611
3612
|
#
|
|
3612
3613
|
# * `EFS` for Amazon Elastic File System
|
|
3613
3614
|
#
|
|
3615
|
+
# * `EKS` for Amazon Elastic Kubernetes Service
|
|
3616
|
+
#
|
|
3614
3617
|
# * `FSx` for Amazon FSx
|
|
3615
3618
|
#
|
|
3616
3619
|
# * `Neptune` for Amazon Neptune
|
|
@@ -4177,6 +4180,8 @@ module Aws::Backup
|
|
|
4177
4180
|
#
|
|
4178
4181
|
# * `EFS` for Amazon Elastic File System
|
|
4179
4182
|
#
|
|
4183
|
+
# * `EKS` for Amazon Elastic Kubernetes Service
|
|
4184
|
+
#
|
|
4180
4185
|
# * `FSx` for Amazon FSx
|
|
4181
4186
|
#
|
|
4182
4187
|
# * `Neptune` for Amazon Neptune
|
|
@@ -4646,6 +4651,8 @@ module Aws::Backup
|
|
|
4646
4651
|
#
|
|
4647
4652
|
# * `EFS` for Amazon Elastic File System
|
|
4648
4653
|
#
|
|
4654
|
+
# * `EKS` for Amazon Elastic Kubernetes Service
|
|
4655
|
+
#
|
|
4649
4656
|
# * `FSx` for Amazon FSx
|
|
4650
4657
|
#
|
|
4651
4658
|
# * `Neptune` for Amazon Neptune
|
|
@@ -5221,6 +5228,8 @@ module Aws::Backup
|
|
|
5221
5228
|
#
|
|
5222
5229
|
# * `EFS` for Amazon Elastic File System
|
|
5223
5230
|
#
|
|
5231
|
+
# * `EKS` for Amazon Elastic Kubernetes Service
|
|
5232
|
+
#
|
|
5224
5233
|
# * `FSx` for Amazon FSx
|
|
5225
5234
|
#
|
|
5226
5235
|
# * `Neptune` for Amazon Neptune
|
|
@@ -5965,6 +5974,9 @@ module Aws::Backup
|
|
|
5965
5974
|
# effect and becomes immutable. Therefore, you must set
|
|
5966
5975
|
# `ChangeableForDays` to 3 or greater.
|
|
5967
5976
|
#
|
|
5977
|
+
# The maximum value you can specify is 36,500 days (approximately 100
|
|
5978
|
+
# years).
|
|
5979
|
+
#
|
|
5968
5980
|
# Before the lock date, you can delete Vault Lock from the vault using
|
|
5969
5981
|
# `DeleteBackupVaultLockConfiguration` or change the Vault Lock
|
|
5970
5982
|
# configuration using `PutBackupVaultLockConfiguration`. On and after
|
|
@@ -6433,21 +6445,23 @@ module Aws::Backup
|
|
|
6433
6445
|
#
|
|
6434
6446
|
# * [Metadata for Amazon EFS][7]
|
|
6435
6447
|
#
|
|
6436
|
-
# * [Metadata for Amazon
|
|
6448
|
+
# * [Metadata for Amazon EKS][8]
|
|
6449
|
+
#
|
|
6450
|
+
# * [Metadata for Amazon FSx][9]
|
|
6437
6451
|
#
|
|
6438
|
-
# * [Metadata for Amazon Neptune][
|
|
6452
|
+
# * [Metadata for Amazon Neptune][10]
|
|
6439
6453
|
#
|
|
6440
|
-
# * [Metadata for Amazon RDS][
|
|
6454
|
+
# * [Metadata for Amazon RDS][11]
|
|
6441
6455
|
#
|
|
6442
|
-
# * [Metadata for Amazon Redshift][
|
|
6456
|
+
# * [Metadata for Amazon Redshift][12]
|
|
6443
6457
|
#
|
|
6444
|
-
# * [Metadata for Storage Gateway][
|
|
6458
|
+
# * [Metadata for Storage Gateway][13]
|
|
6445
6459
|
#
|
|
6446
|
-
# * [Metadata for Amazon S3][
|
|
6460
|
+
# * [Metadata for Amazon S3][14]
|
|
6447
6461
|
#
|
|
6448
|
-
# * [Metadata for Amazon Timestream][
|
|
6462
|
+
# * [Metadata for Amazon Timestream][15]
|
|
6449
6463
|
#
|
|
6450
|
-
# * [Metadata for virtual machines][
|
|
6464
|
+
# * [Metadata for virtual machines][16]
|
|
6451
6465
|
#
|
|
6452
6466
|
#
|
|
6453
6467
|
#
|
|
@@ -6458,14 +6472,15 @@ module Aws::Backup
|
|
|
6458
6472
|
# [5]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-ebs.html#ebs-restore-cli
|
|
6459
6473
|
# [6]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-ec2.html#restoring-ec2-cli
|
|
6460
6474
|
# [7]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-efs.html#efs-restore-cli
|
|
6461
|
-
# [8]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-
|
|
6462
|
-
# [9]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-
|
|
6463
|
-
# [10]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-
|
|
6464
|
-
# [11]: https://docs.aws.amazon.com/aws-backup/latest/devguide/
|
|
6465
|
-
# [12]: https://docs.aws.amazon.com/aws-backup/latest/devguide/
|
|
6466
|
-
# [13]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-
|
|
6467
|
-
# [14]: https://docs.aws.amazon.com/aws-backup/latest/devguide/
|
|
6468
|
-
# [15]: https://docs.aws.amazon.com/aws-backup/latest/devguide/
|
|
6475
|
+
# [8]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-eks.html#eks-restore-backup-section
|
|
6476
|
+
# [9]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-fsx.html#fsx-restore-cli
|
|
6477
|
+
# [10]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-nep.html#nep-restore-cli
|
|
6478
|
+
# [11]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-rds.html#rds-restore-cli
|
|
6479
|
+
# [12]: https://docs.aws.amazon.com/aws-backup/latest/devguide/redshift-restores.html#redshift-restore-api
|
|
6480
|
+
# [13]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-storage-gateway.html#restoring-sgw-cli
|
|
6481
|
+
# [14]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-s3.html#s3-restore-cli
|
|
6482
|
+
# [15]: https://docs.aws.amazon.com/aws-backup/latest/devguide/timestream-restore.html#timestream-restore-api
|
|
6483
|
+
# [16]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-vm.html#vm-restore-cli
|
|
6469
6484
|
#
|
|
6470
6485
|
# @option params [String] :iam_role_arn
|
|
6471
6486
|
# The Amazon Resource Name (ARN) of the IAM role that Backup uses to
|
|
@@ -6499,6 +6514,8 @@ module Aws::Backup
|
|
|
6499
6514
|
#
|
|
6500
6515
|
# * `EFS` - Amazon Elastic File System
|
|
6501
6516
|
#
|
|
6517
|
+
# * `EKS` - Amazon Elastic Kubernetes Service
|
|
6518
|
+
#
|
|
6502
6519
|
# * `FSx` - Amazon FSx
|
|
6503
6520
|
#
|
|
6504
6521
|
# * `Neptune` - Amazon Neptune
|
|
@@ -6921,26 +6938,27 @@ module Aws::Backup
|
|
|
6921
6938
|
req.send_request(options)
|
|
6922
6939
|
end
|
|
6923
6940
|
|
|
6924
|
-
# Updates whether the Amazon Web Services account
|
|
6925
|
-
# cross-account
|
|
6926
|
-
#
|
|
6927
|
-
#
|
|
6941
|
+
# Updates whether the Amazon Web Services account has enabled different
|
|
6942
|
+
# cross-account management options, including cross-account backup,
|
|
6943
|
+
# multi-party approval, and delegated administrator. Returns an error if
|
|
6944
|
+
# the account is not an Organizations management account. Use the
|
|
6945
|
+
# `DescribeGlobalSettings` API to determine the current settings.
|
|
6928
6946
|
#
|
|
6929
6947
|
# @option params [Hash<String,String>] :global_settings
|
|
6930
6948
|
# Inputs can include:
|
|
6931
6949
|
#
|
|
6932
|
-
# A value for `isCrossAccountBackupEnabled
|
|
6933
|
-
# `update-global-settings --global-settings
|
|
6934
|
-
# isCrossAccountBackupEnabled=false
|
|
6950
|
+
# A value for `isCrossAccountBackupEnabled`. Values can be true or
|
|
6951
|
+
# false. Example: `update-global-settings --global-settings
|
|
6952
|
+
# isCrossAccountBackupEnabled=false`.
|
|
6935
6953
|
#
|
|
6936
|
-
# A value for Multi-party approval, styled as
|
|
6937
|
-
#
|
|
6938
|
-
#
|
|
6954
|
+
# A value for Multi-party approval, styled as `isMpaEnabled`. Values can
|
|
6955
|
+
# be true or false. Example: `update-global-settings --global-settings
|
|
6956
|
+
# isMpaEnabled=false`.
|
|
6939
6957
|
#
|
|
6940
|
-
# A value for Backup Service-Linked Role creation, styled
|
|
6941
|
-
#
|
|
6958
|
+
# A value for Backup Service-Linked Role creation, styled as
|
|
6959
|
+
# `isDelegatedAdministratorEnabled`. Values can be true or false.
|
|
6942
6960
|
# Example: `update-global-settings --global-settings
|
|
6943
|
-
# isDelegatedAdministratorEnabled=false
|
|
6961
|
+
# isDelegatedAdministratorEnabled=false`.
|
|
6944
6962
|
#
|
|
6945
6963
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
6946
6964
|
#
|
|
@@ -7450,7 +7468,7 @@ module Aws::Backup
|
|
|
7450
7468
|
tracer: tracer
|
|
7451
7469
|
)
|
|
7452
7470
|
context[:gem_name] = 'aws-sdk-backup'
|
|
7453
|
-
context[:gem_version] = '1.
|
|
7471
|
+
context[:gem_version] = '1.109.0'
|
|
7454
7472
|
Seahorse::Client::Request.new(handlers, context)
|
|
7455
7473
|
end
|
|
7456
7474
|
|
data/lib/aws-sdk-backup/types.rb
CHANGED
|
@@ -38,8 +38,8 @@ module Aws::Backup
|
|
|
38
38
|
# Set to `"WindowsVSS":"disabled"` to create a regular backup. The
|
|
39
39
|
# `WindowsVSS` option is not enabled by default.
|
|
40
40
|
#
|
|
41
|
-
# For S3 backups, set to `"
|
|
42
|
-
# from the backup, or `"
|
|
41
|
+
# For S3 backups, set to `"BackupACLs":"disabled"` to exclude ACLs
|
|
42
|
+
# from the backup, or `"BackupObjectTags":"disabled"` to exclude
|
|
43
43
|
# object tags from the backup. By default, both ACLs and object tags
|
|
44
44
|
# are included in S3 backups.
|
|
45
45
|
#
|
|
@@ -281,6 +281,9 @@ module Aws::Backup
|
|
|
281
281
|
# * For Amazon EFS, this value refers to the delta bytes transferred
|
|
282
282
|
# during a backup.
|
|
283
283
|
#
|
|
284
|
+
# * For Amazon EKS, this value refers to the size of your nested EKS
|
|
285
|
+
# recovery point.
|
|
286
|
+
#
|
|
284
287
|
# * Amazon FSx does not populate this value from the operation
|
|
285
288
|
# `GetBackupJobStatus` for FSx file systems.
|
|
286
289
|
#
|
|
@@ -994,6 +997,13 @@ module Aws::Backup
|
|
|
994
997
|
#
|
|
995
998
|
# If you specify multiple ARNs, the resources much match any of the
|
|
996
999
|
# ARNs (OR logic).
|
|
1000
|
+
#
|
|
1001
|
+
# <note markdown="1"> When using wildcards in ARN patterns for backup selections, the
|
|
1002
|
+
# asterisk (*) must appear at the end of the ARN string (prefix
|
|
1003
|
+
# pattern). For example, `arn:aws:s3:::my-bucket-*` is valid, but
|
|
1004
|
+
# `arn:aws:s3:::*-logs` is not supported.
|
|
1005
|
+
#
|
|
1006
|
+
# </note>
|
|
997
1007
|
# @return [Array<String>]
|
|
998
1008
|
#
|
|
999
1009
|
# @!attribute [rw] list_of_tags
|
|
@@ -3016,6 +3026,9 @@ module Aws::Backup
|
|
|
3016
3026
|
# * For Amazon EFS, this value refers to the delta bytes transferred
|
|
3017
3027
|
# during a backup.
|
|
3018
3028
|
#
|
|
3029
|
+
# * For Amazon EKS, this value refers to the size of your nested EKS
|
|
3030
|
+
# recovery point.
|
|
3031
|
+
#
|
|
3019
3032
|
# * Amazon FSx does not populate this value from the operation
|
|
3020
3033
|
# `GetBackupJobStatus` for FSx file systems.
|
|
3021
3034
|
#
|
|
@@ -3447,14 +3460,25 @@ module Aws::Backup
|
|
|
3447
3460
|
# The status of the flags `isCrossAccountBackupEnabled`,
|
|
3448
3461
|
# `isMpaEnabled` ('Mpa' refers to multi-party approval), and
|
|
3449
3462
|
# `isDelegatedAdministratorEnabled`.
|
|
3463
|
+
#
|
|
3464
|
+
# * `isCrossAccountBackupEnabled`: Allow accounts in your organization
|
|
3465
|
+
# to copy backups to other accounts.
|
|
3466
|
+
#
|
|
3467
|
+
# * `isMpaEnabled`: Add cross-account access to your organization with
|
|
3468
|
+
# the option to assign a Multi-party approval team to a logically
|
|
3469
|
+
# air-gapped vault.
|
|
3470
|
+
#
|
|
3471
|
+
# * `isDelegatedAdministratorEnabled`: Allow Backup to automatically
|
|
3472
|
+
# synchronize delegated administrator permissions with
|
|
3473
|
+
# Organizations.
|
|
3450
3474
|
# @return [Hash<String,String>]
|
|
3451
3475
|
#
|
|
3452
3476
|
# @!attribute [rw] last_update_time
|
|
3453
|
-
# The date and time that the
|
|
3454
|
-
#
|
|
3455
|
-
#
|
|
3456
|
-
#
|
|
3457
|
-
#
|
|
3477
|
+
# The date and time that the supported flags were last updated. This
|
|
3478
|
+
# update is in Unix format and Coordinated Universal Time (UTC). The
|
|
3479
|
+
# value of `LastUpdateTime` is accurate to milliseconds. For example,
|
|
3480
|
+
# the value 1516925490.087 represents Friday, January 26, 2018
|
|
3481
|
+
# 12:11:30.087 AM.
|
|
3458
3482
|
# @return [Time]
|
|
3459
3483
|
#
|
|
3460
3484
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeGlobalSettingsOutput AWS API Documentation
|
|
@@ -5075,6 +5099,8 @@ module Aws::Backup
|
|
|
5075
5099
|
#
|
|
5076
5100
|
# * `EFS` for Amazon Elastic File System
|
|
5077
5101
|
#
|
|
5102
|
+
# * `EKS` for Amazon Elastic Kubernetes Service
|
|
5103
|
+
#
|
|
5078
5104
|
# * `FSx` for Amazon FSx
|
|
5079
5105
|
#
|
|
5080
5106
|
# * `Neptune` for Amazon Neptune
|
|
@@ -5747,6 +5773,8 @@ module Aws::Backup
|
|
|
5747
5773
|
#
|
|
5748
5774
|
# * `EFS` for Amazon Elastic File System
|
|
5749
5775
|
#
|
|
5776
|
+
# * `EKS` for Amazon Elastic Kubernetes Service
|
|
5777
|
+
#
|
|
5750
5778
|
# * `FSx` for Amazon FSx
|
|
5751
5779
|
#
|
|
5752
5780
|
# * `Neptune` for Amazon Neptune
|
|
@@ -6253,6 +6281,8 @@ module Aws::Backup
|
|
|
6253
6281
|
#
|
|
6254
6282
|
# * `EFS` for Amazon Elastic File System
|
|
6255
6283
|
#
|
|
6284
|
+
# * `EKS` for Amazon Elastic Kubernetes Service
|
|
6285
|
+
#
|
|
6256
6286
|
# * `FSx` for Amazon FSx
|
|
6257
6287
|
#
|
|
6258
6288
|
# * `Neptune` for Amazon Neptune
|
|
@@ -6673,6 +6703,8 @@ module Aws::Backup
|
|
|
6673
6703
|
#
|
|
6674
6704
|
# * `EFS` for Amazon Elastic File System
|
|
6675
6705
|
#
|
|
6706
|
+
# * `EKS` for Amazon Elastic Kubernetes Service
|
|
6707
|
+
#
|
|
6676
6708
|
# * `FSx` for Amazon FSx
|
|
6677
6709
|
#
|
|
6678
6710
|
# * `Neptune` for Amazon Neptune
|
|
@@ -7226,6 +7258,8 @@ module Aws::Backup
|
|
|
7226
7258
|
#
|
|
7227
7259
|
# * `EFS` for Amazon Elastic File System
|
|
7228
7260
|
#
|
|
7261
|
+
# * `EKS` for Amazon Elastic Kubernetes Service
|
|
7262
|
+
#
|
|
7229
7263
|
# * `FSx` for Amazon FSx
|
|
7230
7264
|
#
|
|
7231
7265
|
# * `Neptune` for Amazon Neptune
|
|
@@ -7903,6 +7937,9 @@ module Aws::Backup
|
|
|
7903
7937
|
# effect and becomes immutable. Therefore, you must set
|
|
7904
7938
|
# `ChangeableForDays` to 3 or greater.
|
|
7905
7939
|
#
|
|
7940
|
+
# The maximum value you can specify is 36,500 days (approximately 100
|
|
7941
|
+
# years).
|
|
7942
|
+
#
|
|
7906
7943
|
# Before the lock date, you can delete Vault Lock from the vault using
|
|
7907
7944
|
# `DeleteBackupVaultLockConfiguration` or change the Vault Lock
|
|
7908
7945
|
# configuration using `PutBackupVaultLockConfiguration`. On and after
|
|
@@ -10429,21 +10466,23 @@ module Aws::Backup
|
|
|
10429
10466
|
#
|
|
10430
10467
|
# * [Metadata for Amazon EFS][7]
|
|
10431
10468
|
#
|
|
10432
|
-
# * [Metadata for Amazon
|
|
10469
|
+
# * [Metadata for Amazon EKS][8]
|
|
10433
10470
|
#
|
|
10434
|
-
# * [Metadata for Amazon
|
|
10471
|
+
# * [Metadata for Amazon FSx][9]
|
|
10435
10472
|
#
|
|
10436
|
-
# * [Metadata for Amazon
|
|
10473
|
+
# * [Metadata for Amazon Neptune][10]
|
|
10437
10474
|
#
|
|
10438
|
-
# * [Metadata for Amazon
|
|
10475
|
+
# * [Metadata for Amazon RDS][11]
|
|
10439
10476
|
#
|
|
10440
|
-
# * [Metadata for
|
|
10477
|
+
# * [Metadata for Amazon Redshift][12]
|
|
10441
10478
|
#
|
|
10442
|
-
# * [Metadata for
|
|
10479
|
+
# * [Metadata for Storage Gateway][13]
|
|
10443
10480
|
#
|
|
10444
|
-
# * [Metadata for Amazon
|
|
10481
|
+
# * [Metadata for Amazon S3][14]
|
|
10445
10482
|
#
|
|
10446
|
-
# * [Metadata for
|
|
10483
|
+
# * [Metadata for Amazon Timestream][15]
|
|
10484
|
+
#
|
|
10485
|
+
# * [Metadata for virtual machines][16]
|
|
10447
10486
|
#
|
|
10448
10487
|
#
|
|
10449
10488
|
#
|
|
@@ -10454,14 +10493,15 @@ module Aws::Backup
|
|
|
10454
10493
|
# [5]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-ebs.html#ebs-restore-cli
|
|
10455
10494
|
# [6]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-ec2.html#restoring-ec2-cli
|
|
10456
10495
|
# [7]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-efs.html#efs-restore-cli
|
|
10457
|
-
# [8]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-
|
|
10458
|
-
# [9]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-
|
|
10459
|
-
# [10]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-
|
|
10460
|
-
# [11]: https://docs.aws.amazon.com/aws-backup/latest/devguide/
|
|
10461
|
-
# [12]: https://docs.aws.amazon.com/aws-backup/latest/devguide/
|
|
10462
|
-
# [13]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-
|
|
10463
|
-
# [14]: https://docs.aws.amazon.com/aws-backup/latest/devguide/
|
|
10464
|
-
# [15]: https://docs.aws.amazon.com/aws-backup/latest/devguide/
|
|
10496
|
+
# [8]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-eks.html#eks-restore-backup-section
|
|
10497
|
+
# [9]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-fsx.html#fsx-restore-cli
|
|
10498
|
+
# [10]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-nep.html#nep-restore-cli
|
|
10499
|
+
# [11]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-rds.html#rds-restore-cli
|
|
10500
|
+
# [12]: https://docs.aws.amazon.com/aws-backup/latest/devguide/redshift-restores.html#redshift-restore-api
|
|
10501
|
+
# [13]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-storage-gateway.html#restoring-sgw-cli
|
|
10502
|
+
# [14]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-s3.html#s3-restore-cli
|
|
10503
|
+
# [15]: https://docs.aws.amazon.com/aws-backup/latest/devguide/timestream-restore.html#timestream-restore-api
|
|
10504
|
+
# [16]: https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-vm.html#vm-restore-cli
|
|
10465
10505
|
# @return [Hash<String,String>]
|
|
10466
10506
|
#
|
|
10467
10507
|
# @!attribute [rw] iam_role_arn
|
|
@@ -10498,6 +10538,8 @@ module Aws::Backup
|
|
|
10498
10538
|
#
|
|
10499
10539
|
# * `EFS` - Amazon Elastic File System
|
|
10500
10540
|
#
|
|
10541
|
+
# * `EKS` - Amazon Elastic Kubernetes Service
|
|
10542
|
+
#
|
|
10501
10543
|
# * `FSx` - Amazon FSx
|
|
10502
10544
|
#
|
|
10503
10545
|
# * `Neptune` - Amazon Neptune
|
|
@@ -10978,18 +11020,18 @@ module Aws::Backup
|
|
|
10978
11020
|
# @!attribute [rw] global_settings
|
|
10979
11021
|
# Inputs can include:
|
|
10980
11022
|
#
|
|
10981
|
-
# A value for `isCrossAccountBackupEnabled
|
|
10982
|
-
# `update-global-settings --global-settings
|
|
10983
|
-
# isCrossAccountBackupEnabled=false
|
|
11023
|
+
# A value for `isCrossAccountBackupEnabled`. Values can be true or
|
|
11024
|
+
# false. Example: `update-global-settings --global-settings
|
|
11025
|
+
# isCrossAccountBackupEnabled=false`.
|
|
10984
11026
|
#
|
|
10985
|
-
# A value for Multi-party approval, styled as
|
|
10986
|
-
#
|
|
10987
|
-
# --global-settings isMpaEnabled=false
|
|
11027
|
+
# A value for Multi-party approval, styled as `isMpaEnabled`. Values
|
|
11028
|
+
# can be true or false. Example: `update-global-settings
|
|
11029
|
+
# --global-settings isMpaEnabled=false`.
|
|
10988
11030
|
#
|
|
10989
|
-
# A value for Backup Service-Linked Role creation, styled
|
|
10990
|
-
#
|
|
11031
|
+
# A value for Backup Service-Linked Role creation, styled as
|
|
11032
|
+
# `isDelegatedAdministratorEnabled`. Values can be true or false.
|
|
10991
11033
|
# Example: `update-global-settings --global-settings
|
|
10992
|
-
# isDelegatedAdministratorEnabled=false
|
|
11034
|
+
# isDelegatedAdministratorEnabled=false`.
|
|
10993
11035
|
# @return [Hash<String,String>]
|
|
10994
11036
|
#
|
|
10995
11037
|
# @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/UpdateGlobalSettingsInput AWS API Documentation
|
data/lib/aws-sdk-backup.rb
CHANGED