aws-sdk-backup 1.44.0 → 1.45.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a4ba022df68639fe14bff5e88a0ab74fd0ea86851ee22c8b8c1325b387ba0d1c
4
- data.tar.gz: c6f7b6df696e57ca15f6cae1505e18a015bc4e622ce4ebe6ceab167152c038b0
3
+ metadata.gz: c666e2198ab859648b1f994e5abb58d525134592f9e0da66fb5187c22a751a5e
4
+ data.tar.gz: be61f93d7da27651f638c23e3408661a129cfa4b10640c7213b0b885a31259c8
5
5
  SHA512:
6
- metadata.gz: eff5d0f6bdf7f7ce96f5f9612884dfa17b86ab91cf4cfeab8ddc045b5ab3f653cfd1969e4a2f111c7228fd414e2dfb96ee61f8ec7f23bc2d1fc7ee577f984b78
7
- data.tar.gz: 2d6f2d48444b81b4509e9f3bc89a89aa7b5baa24f96a16a98fae3c5b14774efca809dcdb41b258dcf2d57517efa013b93e016383505364ca84c4ac116b331cea
6
+ metadata.gz: f4b9b17238a7a6b2ec9c98356d109d08405398f71eb903166c0065637c26d836b599cc6940fb2e5829ce1ea4e0d9df89ef5d6181eba80918f79dba4646de7695
7
+ data.tar.gz: 0aadd64bd60dfc6a3707b126a869a553f83ccf032845c6af112f1ab843dc2c28546a8a675f9eec0bd16a72f0bc21560e23735aeb6e503bf43b2d2d6a384b65a9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.45.0 (2022-07-08)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for authentication using IAM user identity instead of passed IAM role, identified by excluding the IamRoleArn field in the StartRestoreJob API. This feature applies to only resource clients with a destructive restore nature (e.g. SAP HANA).
8
+
4
9
  1.44.0 (2022-05-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.44.0
1
+ 1.45.0
@@ -3245,11 +3245,10 @@ module Aws::Backup
3245
3245
  # “transition to cold after days” setting cannot be changed after a
3246
3246
  # backup has been transitioned to cold.
3247
3247
  #
3248
- # Only resource types that support full Backup management can transition
3249
- # their backups to cold storage. Those resource types are listed in the
3250
- # "Full Backup management" section of the [ Feature availability by
3251
- # resource][1] table. Backup ignores this expression for other resource
3252
- # types.
3248
+ # Resource types that are able to be transitioned to cold storage are
3249
+ # listed in the "Lifecycle to cold storage" section of the [ Feature
3250
+ # availability by resource][1] table. Backup ignores this expression for
3251
+ # other resource types.
3253
3252
  #
3254
3253
  #
3255
3254
  #
@@ -3351,11 +3350,10 @@ module Aws::Backup
3351
3350
  # days” setting. The “transition to cold after days” setting cannot be
3352
3351
  # changed after a backup has been transitioned to cold.
3353
3352
  #
3354
- # Only resource types that support full Backup management can transition
3355
- # their backups to cold storage. Those resource types are listed in the
3356
- # "Full Backup management" section of the [ Feature availability by
3357
- # resource][1] table. Backup ignores this expression for other resource
3358
- # types.
3353
+ # Resource types that are able to be transitioned to cold storage are
3354
+ # listed in the "Lifecycle to cold storage" section of the [ Feature
3355
+ # availability by resource][1] table. Backup ignores this expression for
3356
+ # other resource types.
3359
3357
  #
3360
3358
  #
3361
3359
  #
@@ -3479,7 +3477,7 @@ module Aws::Backup
3479
3477
  # directories rather than the entire file system. This parameter is
3480
3478
  # optional. For example, `"itemsToRestore":"["/my.test"]"`.
3481
3479
  #
3482
- # @option params [required, String] :iam_role_arn
3480
+ # @option params [String] :iam_role_arn
3483
3481
  # The Amazon Resource Name (ARN) of the IAM role that Backup uses to
3484
3482
  # create the target recovery point; for example,
3485
3483
  # `arn:aws:iam::123456789012:role/S3Access`.
@@ -3529,7 +3527,7 @@ module Aws::Backup
3529
3527
  # metadata: { # required
3530
3528
  # "MetadataKey" => "MetadataValue",
3531
3529
  # },
3532
- # iam_role_arn: "IAMRoleArn", # required
3530
+ # iam_role_arn: "IAMRoleArn",
3533
3531
  # idempotency_token: "string",
3534
3532
  # resource_type: "ResourceType",
3535
3533
  # })
@@ -3826,11 +3824,10 @@ module Aws::Backup
3826
3824
  # “transition to cold after days” setting cannot be changed after a
3827
3825
  # backup has been transitioned to cold.
3828
3826
  #
3829
- # Only resource types that support full Backup management can transition
3830
- # their backups to cold storage. Those resource types are listed in the
3831
- # "Full Backup management" section of the [ Feature availability by
3832
- # resource][1] table. Backup ignores this expression for other resource
3833
- # types.
3827
+ # Resource types that are able to be transitioned to cold storage are
3828
+ # listed in the "Lifecycle to cold storage" section of the [ Feature
3829
+ # availability by resource][1] table. Backup ignores this expression for
3830
+ # other resource types.
3834
3831
  #
3835
3832
  # This operation does not support continuous backups.
3836
3833
  #
@@ -4030,7 +4027,7 @@ module Aws::Backup
4030
4027
  params: params,
4031
4028
  config: config)
4032
4029
  context[:gem_name] = 'aws-sdk-backup'
4033
- context[:gem_version] = '1.44.0'
4030
+ context[:gem_version] = '1.45.0'
4034
4031
  Seahorse::Client::Request.new(handlers, context)
4035
4032
  end
4036
4033
 
@@ -1159,7 +1159,7 @@ module Aws::Backup
1159
1159
 
1160
1160
  StartRestoreJobInput.add_member(:recovery_point_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "RecoveryPointArn"))
1161
1161
  StartRestoreJobInput.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, required: true, location_name: "Metadata"))
1162
- StartRestoreJobInput.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, required: true, location_name: "IamRoleArn"))
1162
+ StartRestoreJobInput.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, location_name: "IamRoleArn"))
1163
1163
  StartRestoreJobInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: string, location_name: "IdempotencyToken"))
1164
1164
  StartRestoreJobInput.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
1165
1165
  StartRestoreJobInput.struct_class = Types::StartRestoreJobInput
@@ -497,9 +497,8 @@ module Aws::Backup
497
497
  # The “transition to cold after days” setting cannot be changed after
498
498
  # a backup has been transitioned to cold.
499
499
  #
500
- # Only resource types that support full Backup management can
501
- # transition their backups to cold storage. Those resource types are
502
- # listed in the "Full Backup management" section of the [ Feature
500
+ # Resource types that are able to be transitioned to cold storage are
501
+ # listed in the "Lifecycle to cold storage" section of the [ Feature
503
502
  # availability by resource][1] table. Backup ignores this expression
504
503
  # for other resource types.
505
504
  #
@@ -616,9 +615,8 @@ module Aws::Backup
616
615
  # The “transition to cold after days” setting cannot be changed after
617
616
  # a backup has been transitioned to cold.
618
617
  #
619
- # Only resource types that support full Backup management can
620
- # transition their backups to cold storage. Those resource types are
621
- # listed in the "Full Backup management" section of the [ Feature
618
+ # Resource types that are able to be transitioned to cold storage are
619
+ # listed in the "Lifecycle to cold storage" section of the [ Feature
622
620
  # availability by resource][1] table. Backup ignores this expression
623
621
  # for other resource types.
624
622
  #
@@ -662,6 +660,11 @@ module Aws::Backup
662
660
 
663
661
  # Used to specify a set of resources to a backup plan.
664
662
  #
663
+ # Specifying your desired `Conditions`, `ListOfTags`, `NotResources`,
664
+ # and/or `Resources` is recommended. If none of these are specified,
665
+ # Backup will attempt to select all supported and opted-in storage
666
+ # resources, which could have unintended cost implications.
667
+ #
665
668
  # @note When making an API call, you may pass BackupSelection
666
669
  # data as a hash:
667
670
  #
@@ -729,9 +732,9 @@ module Aws::Backup
729
732
  #
730
733
  # @!attribute [rw] list_of_tags
731
734
  # A list of conditions that you define to assign resources to your
732
- # backup plans using tags. For example, `"StringEquals":
733
- # \{"Department": "accounting"`. Condition operators are case
734
- # sensitive.
735
+ # backup plans using tags. For example, `"StringEquals": \{
736
+ # "ConditionKey": "aws:ResourceTag/CreatedByCryo", "ConditionValue":
737
+ # "true" \},`. Condition operators are case sensitive.
735
738
  #
736
739
  # `ListOfTags` differs from `Conditions` as follows:
737
740
  #
@@ -755,9 +758,9 @@ module Aws::Backup
755
758
  #
756
759
  # @!attribute [rw] conditions
757
760
  # A list of conditions that you define to assign resources to your
758
- # backup plans using tags. For example, `"StringEquals":
759
- # \{"Department": "accounting"`. Condition operators are case
760
- # sensitive.
761
+ # backup plans using tags. For example, `"StringEquals": \{
762
+ # "ConditionKey": "aws:ResourceTag/CreatedByCryo", "ConditionValue":
763
+ # "true" \},`. Condition operators are case sensitive.
761
764
  #
762
765
  # `Conditions` differs from `ListOfTags` as follows:
763
766
  #
@@ -964,11 +967,10 @@ module Aws::Backup
964
967
  # “transition to cold after days” setting cannot be changed after a
965
968
  # backup has been transitioned to cold.
966
969
  #
967
- # Only resource types that support full Backup management can transition
968
- # their backups to cold storage. Those resource types are listed in the
969
- # "Full Backup management" section of the [ Feature availability by
970
- # resource][1] table. Backup ignores this expression for other resource
971
- # types.
970
+ # Resource types that are able to be transitioned to cold storage are
971
+ # listed in the "Lifecycle to cold storage" section of the [ Feature
972
+ # availability by resource][1] table. Backup ignores this expression for
973
+ # other resource types.
972
974
  #
973
975
  #
974
976
  #
@@ -1268,9 +1270,8 @@ module Aws::Backup
1268
1270
  # days” setting. The “transition to cold after days” setting cannot be
1269
1271
  # changed after a backup has been transitioned to cold.
1270
1272
  #
1271
- # Only resource types that support full Backup management can
1272
- # transition their backups to cold storage. Those resource types are
1273
- # listed in the "Full Backup management" section of the [ Feature
1273
+ # Resource types that are able to be transitioned to cold storage are
1274
+ # listed in the "Lifecycle to cold storage" section of the [ Feature
1274
1275
  # availability by resource][1] table. Backup ignores this expression
1275
1276
  # for other resource types.
1276
1277
  #
@@ -2779,9 +2780,8 @@ module Aws::Backup
2779
2780
  # setting. The “transition to cold after days” setting cannot be
2780
2781
  # changed after a backup has been transitioned to cold.
2781
2782
  #
2782
- # Only resource types that support full Backup management can
2783
- # transition their backups to cold storage. Those resource types are
2784
- # listed in the "Full Backup management" section of the [ Feature
2783
+ # Resource types that are able to be transitioned to cold storage are
2784
+ # listed in the "Lifecycle to cold storage" section of the [ Feature
2785
2785
  # availability by resource][1] table. Backup ignores this expression
2786
2786
  # for other resource types.
2787
2787
  #
@@ -3726,11 +3726,10 @@ module Aws::Backup
3726
3726
  # days” setting. The “transition to cold after days” setting cannot be
3727
3727
  # changed after a backup has been transitioned to cold.
3728
3728
  #
3729
- # Only resource types that support full Backup management can transition
3730
- # their backups to cold storage. Those resource types are listed in the
3731
- # "Full Backup management" section of the [ Feature availability by
3732
- # resource][1] table. Backup ignores this expression for other resource
3733
- # types.
3729
+ # Resource types that are able to be transitioned to cold storage are
3730
+ # listed in the "Lifecycle to cold storage" section of the [ Feature
3731
+ # availability by resource][1] table. Backup ignores this expression for
3732
+ # other resource types.
3734
3733
  #
3735
3734
  #
3736
3735
  #
@@ -5198,9 +5197,8 @@ module Aws::Backup
5198
5197
  # The “transition to cold after days” setting cannot be changed after
5199
5198
  # a backup has been transitioned to cold.
5200
5199
  #
5201
- # Only resource types that support full Backup management can
5202
- # transition their backups to cold storage. Those resource types are
5203
- # listed in the "Full Backup management" section of the [ Feature
5200
+ # Resource types that are able to be transitioned to cold storage are
5201
+ # listed in the "Lifecycle to cold storage" section of the [ Feature
5204
5202
  # availability by resource][1] table. Backup ignores this expression
5205
5203
  # for other resource types.
5206
5204
  #
@@ -5804,9 +5802,8 @@ module Aws::Backup
5804
5802
  # The “transition to cold after days” setting cannot be changed after
5805
5803
  # a backup has been transitioned to cold.
5806
5804
  #
5807
- # Only resource types that support full Backup management can
5808
- # transition their backups to cold storage. Those resource types are
5809
- # listed in the "Full Backup management" section of the [ Feature
5805
+ # Resource types that are able to be transitioned to cold storage are
5806
+ # listed in the "Lifecycle to cold storage" section of the [ Feature
5810
5807
  # availability by resource][1] table. Backup ignores this expression
5811
5808
  # for other resource types.
5812
5809
  #
@@ -5931,9 +5928,8 @@ module Aws::Backup
5931
5928
  # days” setting. The “transition to cold after days” setting cannot be
5932
5929
  # changed after a backup has been transitioned to cold.
5933
5930
  #
5934
- # Only resource types that support full Backup management can
5935
- # transition their backups to cold storage. Those resource types are
5936
- # listed in the "Full Backup management" section of the [ Feature
5931
+ # Resource types that are able to be transitioned to cold storage are
5932
+ # listed in the "Lifecycle to cold storage" section of the [ Feature
5937
5933
  # availability by resource][1] table. Backup ignores this expression
5938
5934
  # for other resource types.
5939
5935
  #
@@ -6028,7 +6024,7 @@ module Aws::Backup
6028
6024
  # metadata: { # required
6029
6025
  # "MetadataKey" => "MetadataValue",
6030
6026
  # },
6031
- # iam_role_arn: "IAMRoleArn", # required
6027
+ # iam_role_arn: "IAMRoleArn",
6032
6028
  # idempotency_token: "string",
6033
6029
  # resource_type: "ResourceType",
6034
6030
  # }
@@ -6508,9 +6504,8 @@ module Aws::Backup
6508
6504
  # The “transition to cold after days” setting cannot be changed after
6509
6505
  # a backup has been transitioned to cold.
6510
6506
  #
6511
- # Only resource types that support full Backup management can
6512
- # transition their backups to cold storage. Those resource types are
6513
- # listed in the "Full Backup management" section of the [ Feature
6507
+ # Resource types that are able to be transitioned to cold storage are
6508
+ # listed in the "Lifecycle to cold storage" section of the [ Feature
6514
6509
  # availability by resource][1] table. Backup ignores this expression
6515
6510
  # for other resource types.
6516
6511
  #
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-backup/customizations'
48
48
  # @!group service
49
49
  module Aws::Backup
50
50
 
51
- GEM_VERSION = '1.44.0'
51
+ GEM_VERSION = '1.45.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-backup
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.44.0
4
+ version: 1.45.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-04 00:00:00.000000000 Z
11
+ date: 2022-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core