aws-sdk-backup 1.63.0 → 1.64.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 17ccb54031b4b32e93a73db42f4c036b2168083734bbf00c246c3128078d9dfe
4
- data.tar.gz: 18858cd7916bb83a965cf317acff4562b1e4bdf8f6a1a25ff92ab6862432f342
3
+ metadata.gz: 7554b124ba200b2298af3d650b5ea1398a9915931548fffe29ec6227843de4df
4
+ data.tar.gz: fa278e49bb664c3726b322a52a7cc5c79f21bfe9cb3106e6a1fa2fea7315181f
5
5
  SHA512:
6
- metadata.gz: 011f31d22fdbbb909e753e134bee8b96bd7feb47cb5015c3e0f0019432dc73a380ea2e84ccb6f3ea00b44d7d6320c5d5c152b12c8e93016370caef5b62ac32a5
7
- data.tar.gz: 0433f0ef70939547e4ea8d32f972b46b22b67c2373afa85730ed59203c0fa07ba2a222ad8cf00cc774a4691ea5d483e71ec92b7ae7616fbf1b826e73833208be
6
+ metadata.gz: a2f65a64dc4a4cd1a3dc9f91ede934fe75838f116a53939c7fe65def18e0723ed95f67ed81645640db810519788e7b71daa883f62e8a88987493dc9a6606aa5e
7
+ data.tar.gz: 27a11216023a9a31c17fe00c114d7dd83f4669325fba25ec51afe5027207d5c1b826d17913316fe0acb26e5ceec83ee119de4595774d565798affad510033205
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.0 (2023-12-06)
5
+ ------------------
6
+
7
+ * Feature - AWS Backup - Features: Add VaultType to the output of DescribeRecoveryPoint, ListRecoveryPointByBackupVault API and add ResourceType to the input of ListRestoreJobs API
8
+
4
9
  1.63.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.64.0
@@ -1870,6 +1870,7 @@ module Aws::Backup
1870
1870
  # * {Types::DescribeRecoveryPointOutput#composite_member_identifier #composite_member_identifier} => String
1871
1871
  # * {Types::DescribeRecoveryPointOutput#is_parent #is_parent} => Boolean
1872
1872
  # * {Types::DescribeRecoveryPointOutput#resource_name #resource_name} => String
1873
+ # * {Types::DescribeRecoveryPointOutput#vault_type #vault_type} => String
1873
1874
  #
1874
1875
  # @example Request syntax with placeholder values
1875
1876
  #
@@ -1910,6 +1911,7 @@ module Aws::Backup
1910
1911
  # resp.composite_member_identifier #=> String
1911
1912
  # resp.is_parent #=> Boolean
1912
1913
  # resp.resource_name #=> String
1914
+ # resp.vault_type #=> String, one of "BACKUP_VAULT", "LOGICALLY_AIR_GAPPED_BACKUP_VAULT"
1913
1915
  #
1914
1916
  # @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeRecoveryPoint AWS API Documentation
1915
1917
  #
@@ -2975,6 +2977,8 @@ module Aws::Backup
2975
2977
  #
2976
2978
  # * `Aurora` for Amazon Aurora
2977
2979
  #
2980
+ # * `CloudFormation` for CloudFormation
2981
+ #
2978
2982
  # * `DocumentDB` for Amazon DocumentDB (with MongoDB compatibility)
2979
2983
  #
2980
2984
  # * `DynamoDB` for Amazon DynamoDB
@@ -2989,12 +2993,18 @@ module Aws::Backup
2989
2993
  #
2990
2994
  # * `Neptune` for Amazon Neptune
2991
2995
  #
2996
+ # * `Redshift` for Amazon Redshift
2997
+ #
2992
2998
  # * `RDS` for Amazon Relational Database Service
2993
2999
  #
3000
+ # * `SAP HANA on Amazon EC2` for SAP HANA databases
3001
+ #
2994
3002
  # * `Storage Gateway` for Storage Gateway
2995
3003
  #
2996
3004
  # * `S3` for Amazon S3
2997
3005
  #
3006
+ # * `Timestream` for Amazon Timestream
3007
+ #
2998
3008
  # * `VirtualMachine` for virtual machines
2999
3009
  #
3000
3010
  # @option params [String] :by_account_id
@@ -3521,6 +3531,8 @@ module Aws::Backup
3521
3531
  #
3522
3532
  # * `Aurora` for Amazon Aurora
3523
3533
  #
3534
+ # * `CloudFormation` for CloudFormation
3535
+ #
3524
3536
  # * `DocumentDB` for Amazon DocumentDB (with MongoDB compatibility)
3525
3537
  #
3526
3538
  # * `DynamoDB` for Amazon DynamoDB
@@ -3535,12 +3547,18 @@ module Aws::Backup
3535
3547
  #
3536
3548
  # * `Neptune` for Amazon Neptune
3537
3549
  #
3550
+ # * `Redshift` for Amazon Redshift
3551
+ #
3538
3552
  # * `RDS` for Amazon Relational Database Service
3539
3553
  #
3554
+ # * `SAP HANA on Amazon EC2` for SAP HANA databases
3555
+ #
3540
3556
  # * `Storage Gateway` for Storage Gateway
3541
3557
  #
3542
3558
  # * `S3` for Amazon S3
3543
3559
  #
3560
+ # * `Timestream` for Amazon Timestream
3561
+ #
3544
3562
  # * `VirtualMachine` for virtual machines
3545
3563
  #
3546
3564
  # @option params [String] :by_destination_vault_arn
@@ -3872,7 +3890,40 @@ module Aws::Backup
3872
3890
  # Resource Name (ARN).
3873
3891
  #
3874
3892
  # @option params [String] :by_resource_type
3875
- # Returns only recovery points that match the specified resource type.
3893
+ # Returns only recovery points that match the specified resource
3894
+ # type(s):
3895
+ #
3896
+ # * `Aurora` for Amazon Aurora
3897
+ #
3898
+ # * `CloudFormation` for CloudFormation
3899
+ #
3900
+ # * `DocumentDB` for Amazon DocumentDB (with MongoDB compatibility)
3901
+ #
3902
+ # * `DynamoDB` for Amazon DynamoDB
3903
+ #
3904
+ # * `EBS` for Amazon Elastic Block Store
3905
+ #
3906
+ # * `EC2` for Amazon Elastic Compute Cloud
3907
+ #
3908
+ # * `EFS` for Amazon Elastic File System
3909
+ #
3910
+ # * `FSx` for Amazon FSx
3911
+ #
3912
+ # * `Neptune` for Amazon Neptune
3913
+ #
3914
+ # * `Redshift` for Amazon Redshift
3915
+ #
3916
+ # * `RDS` for Amazon Relational Database Service
3917
+ #
3918
+ # * `SAP HANA on Amazon EC2` for SAP HANA databases
3919
+ #
3920
+ # * `Storage Gateway` for Storage Gateway
3921
+ #
3922
+ # * `S3` for Amazon S3
3923
+ #
3924
+ # * `Timestream` for Amazon Timestream
3925
+ #
3926
+ # * `VirtualMachine` for virtual machines
3876
3927
  #
3877
3928
  # @option params [String] :by_backup_plan_id
3878
3929
  # Returns only recovery points that match the specified backup plan ID.
@@ -3943,6 +3994,7 @@ module Aws::Backup
3943
3994
  # resp.recovery_points[0].composite_member_identifier #=> String
3944
3995
  # resp.recovery_points[0].is_parent #=> Boolean
3945
3996
  # resp.recovery_points[0].resource_name #=> String
3997
+ # resp.recovery_points[0].vault_type #=> String, one of "BACKUP_VAULT", "LOGICALLY_AIR_GAPPED_BACKUP_VAULT"
3946
3998
  #
3947
3999
  # @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListRecoveryPointsByBackupVault AWS API Documentation
3948
4000
  #
@@ -4324,6 +4376,42 @@ module Aws::Backup
4324
4376
  # The account ID to list the jobs from. Returns only restore jobs
4325
4377
  # associated with the specified account ID.
4326
4378
  #
4379
+ # @option params [String] :by_resource_type
4380
+ # Include this parameter to return only restore jobs for the specified
4381
+ # resources:
4382
+ #
4383
+ # * `Aurora` for Amazon Aurora
4384
+ #
4385
+ # * `CloudFormation` for CloudFormation
4386
+ #
4387
+ # * `DocumentDB` for Amazon DocumentDB (with MongoDB compatibility)
4388
+ #
4389
+ # * `DynamoDB` for Amazon DynamoDB
4390
+ #
4391
+ # * `EBS` for Amazon Elastic Block Store
4392
+ #
4393
+ # * `EC2` for Amazon Elastic Compute Cloud
4394
+ #
4395
+ # * `EFS` for Amazon Elastic File System
4396
+ #
4397
+ # * `FSx` for Amazon FSx
4398
+ #
4399
+ # * `Neptune` for Amazon Neptune
4400
+ #
4401
+ # * `Redshift` for Amazon Redshift
4402
+ #
4403
+ # * `RDS` for Amazon Relational Database Service
4404
+ #
4405
+ # * `SAP HANA on Amazon EC2` for SAP HANA databases
4406
+ #
4407
+ # * `Storage Gateway` for Storage Gateway
4408
+ #
4409
+ # * `S3` for Amazon S3
4410
+ #
4411
+ # * `Timestream` for Amazon Timestream
4412
+ #
4413
+ # * `VirtualMachine` for virtual machines
4414
+ #
4327
4415
  # @option params [Time,DateTime,Date,Integer,String] :by_created_before
4328
4416
  # Returns only restore jobs that were created before the specified date.
4329
4417
  #
@@ -4358,6 +4446,7 @@ module Aws::Backup
4358
4446
  # next_token: "string",
4359
4447
  # max_results: 1,
4360
4448
  # by_account_id: "AccountId",
4449
+ # by_resource_type: "ResourceType",
4361
4450
  # by_created_before: Time.now,
4362
4451
  # by_created_after: Time.now,
4363
4452
  # by_status: "PENDING", # accepts PENDING, RUNNING, COMPLETED, ABORTED, FAILED
@@ -5602,18 +5691,24 @@ module Aws::Backup
5602
5691
  req.send_request(options)
5603
5692
  end
5604
5693
 
5605
- # Updates the current service opt-in settings for the Region. If
5606
- # service-opt-in is enabled for a service, Backup tries to protect that
5607
- # service's resources in this Region, when the resource is included in
5608
- # an on-demand backup or scheduled backup plan. Otherwise, Backup does
5609
- # not try to protect that service's resources in this Region. Use the
5610
- # `DescribeRegionSettings` API to determine the resource types that are
5611
- # supported.
5694
+ # Updates the current service opt-in settings for the Region.
5695
+ #
5696
+ # Use the `DescribeRegionSettings` API to determine the resource types
5697
+ # that are supported.
5612
5698
  #
5613
5699
  # @option params [Hash<String,Boolean>] :resource_type_opt_in_preference
5614
5700
  # Updates the list of services along with the opt-in preferences for the
5615
5701
  # Region.
5616
5702
  #
5703
+ # If resource assignments are only based on tags, then service opt-in
5704
+ # settings are applied. If a resource type is explicitly assigned to a
5705
+ # backup plan, such as Amazon S3, Amazon EC2, or Amazon RDS, it will be
5706
+ # included in the backup even if the opt-in is not enabled for that
5707
+ # particular service. If both a resource type and tags are specified in
5708
+ # a resource assignment, the resource type specified in the backup plan
5709
+ # takes priority over the tag condition. Service opt-in settings are
5710
+ # disregarded in this situation.
5711
+ #
5617
5712
  # @option params [Hash<String,Boolean>] :resource_type_management_preference
5618
5713
  # Enables or disables full Backup management of backups for a resource
5619
5714
  # type. To enable full Backup management for DynamoDB along with [
@@ -5877,7 +5972,7 @@ module Aws::Backup
5877
5972
  params: params,
5878
5973
  config: config)
5879
5974
  context[:gem_name] = 'aws-sdk-backup'
5880
- context[:gem_version] = '1.63.0'
5975
+ context[:gem_version] = '1.64.0'
5881
5976
  Seahorse::Client::Request.new(handlers, context)
5882
5977
  end
5883
5978
 
@@ -875,6 +875,7 @@ module Aws::Backup
875
875
  DescribeRecoveryPointOutput.add_member(:composite_member_identifier, Shapes::ShapeRef.new(shape: string, location_name: "CompositeMemberIdentifier"))
876
876
  DescribeRecoveryPointOutput.add_member(:is_parent, Shapes::ShapeRef.new(shape: boolean, location_name: "IsParent"))
877
877
  DescribeRecoveryPointOutput.add_member(:resource_name, Shapes::ShapeRef.new(shape: string, location_name: "ResourceName"))
878
+ DescribeRecoveryPointOutput.add_member(:vault_type, Shapes::ShapeRef.new(shape: VaultType, location_name: "VaultType"))
878
879
  DescribeRecoveryPointOutput.struct_class = Types::DescribeRecoveryPointOutput
879
880
 
880
881
  DescribeRegionSettingsInput.struct_class = Types::DescribeRegionSettingsInput
@@ -1342,6 +1343,7 @@ module Aws::Backup
1342
1343
  ListRestoreJobsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "nextToken"))
1343
1344
  ListRestoreJobsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1344
1345
  ListRestoreJobsInput.add_member(:by_account_id, Shapes::ShapeRef.new(shape: AccountId, location: "querystring", location_name: "accountId"))
1346
+ ListRestoreJobsInput.add_member(:by_resource_type, Shapes::ShapeRef.new(shape: ResourceType, location: "querystring", location_name: "resourceType"))
1345
1347
  ListRestoreJobsInput.add_member(:by_created_before, Shapes::ShapeRef.new(shape: timestamp, location: "querystring", location_name: "createdBefore"))
1346
1348
  ListRestoreJobsInput.add_member(:by_created_after, Shapes::ShapeRef.new(shape: timestamp, location: "querystring", location_name: "createdAfter"))
1347
1349
  ListRestoreJobsInput.add_member(:by_status, Shapes::ShapeRef.new(shape: RestoreJobStatus, location: "querystring", location_name: "status"))
@@ -1445,6 +1447,7 @@ module Aws::Backup
1445
1447
  RecoveryPointByBackupVault.add_member(:composite_member_identifier, Shapes::ShapeRef.new(shape: string, location_name: "CompositeMemberIdentifier"))
1446
1448
  RecoveryPointByBackupVault.add_member(:is_parent, Shapes::ShapeRef.new(shape: boolean, location_name: "IsParent"))
1447
1449
  RecoveryPointByBackupVault.add_member(:resource_name, Shapes::ShapeRef.new(shape: string, location_name: "ResourceName"))
1450
+ RecoveryPointByBackupVault.add_member(:vault_type, Shapes::ShapeRef.new(shape: VaultType, location_name: "VaultType"))
1448
1451
  RecoveryPointByBackupVault.struct_class = Types::RecoveryPointByBackupVault
1449
1452
 
1450
1453
  RecoveryPointByBackupVaultList.member = Shapes::ShapeRef.new(shape: RecoveryPointByBackupVault)
@@ -3185,6 +3185,11 @@ module Aws::Backup
3185
3185
  # specified backup.
3186
3186
  # @return [String]
3187
3187
  #
3188
+ # @!attribute [rw] vault_type
3189
+ # This is the type of vault in which the described recovery point is
3190
+ # stored.
3191
+ # @return [String]
3192
+ #
3188
3193
  # @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeRecoveryPointOutput AWS API Documentation
3189
3194
  #
3190
3195
  class DescribeRecoveryPointOutput < Struct.new(
@@ -3210,7 +3215,8 @@ module Aws::Backup
3210
3215
  :parent_recovery_point_arn,
3211
3216
  :composite_member_identifier,
3212
3217
  :is_parent,
3213
- :resource_name)
3218
+ :resource_name,
3219
+ :vault_type)
3214
3220
  SENSITIVE = []
3215
3221
  include Aws::Structure
3216
3222
  end
@@ -4572,6 +4578,8 @@ module Aws::Backup
4572
4578
  #
4573
4579
  # * `Aurora` for Amazon Aurora
4574
4580
  #
4581
+ # * `CloudFormation` for CloudFormation
4582
+ #
4575
4583
  # * `DocumentDB` for Amazon DocumentDB (with MongoDB compatibility)
4576
4584
  #
4577
4585
  # * `DynamoDB` for Amazon DynamoDB
@@ -4586,12 +4594,18 @@ module Aws::Backup
4586
4594
  #
4587
4595
  # * `Neptune` for Amazon Neptune
4588
4596
  #
4597
+ # * `Redshift` for Amazon Redshift
4598
+ #
4589
4599
  # * `RDS` for Amazon Relational Database Service
4590
4600
  #
4601
+ # * `SAP HANA on Amazon EC2` for SAP HANA databases
4602
+ #
4591
4603
  # * `Storage Gateway` for Storage Gateway
4592
4604
  #
4593
4605
  # * `S3` for Amazon S3
4594
4606
  #
4607
+ # * `Timestream` for Amazon Timestream
4608
+ #
4595
4609
  # * `VirtualMachine` for virtual machines
4596
4610
  # @return [String]
4597
4611
  #
@@ -5070,6 +5084,8 @@ module Aws::Backup
5070
5084
  #
5071
5085
  # * `Aurora` for Amazon Aurora
5072
5086
  #
5087
+ # * `CloudFormation` for CloudFormation
5088
+ #
5073
5089
  # * `DocumentDB` for Amazon DocumentDB (with MongoDB compatibility)
5074
5090
  #
5075
5091
  # * `DynamoDB` for Amazon DynamoDB
@@ -5084,12 +5100,18 @@ module Aws::Backup
5084
5100
  #
5085
5101
  # * `Neptune` for Amazon Neptune
5086
5102
  #
5103
+ # * `Redshift` for Amazon Redshift
5104
+ #
5087
5105
  # * `RDS` for Amazon Relational Database Service
5088
5106
  #
5107
+ # * `SAP HANA on Amazon EC2` for SAP HANA databases
5108
+ #
5089
5109
  # * `Storage Gateway` for Storage Gateway
5090
5110
  #
5091
5111
  # * `S3` for Amazon S3
5092
5112
  #
5113
+ # * `Timestream` for Amazon Timestream
5114
+ #
5093
5115
  # * `VirtualMachine` for virtual machines
5094
5116
  # @return [String]
5095
5117
  #
@@ -5387,7 +5409,40 @@ module Aws::Backup
5387
5409
  # @return [String]
5388
5410
  #
5389
5411
  # @!attribute [rw] by_resource_type
5390
- # Returns only recovery points that match the specified resource type.
5412
+ # Returns only recovery points that match the specified resource
5413
+ # type(s):
5414
+ #
5415
+ # * `Aurora` for Amazon Aurora
5416
+ #
5417
+ # * `CloudFormation` for CloudFormation
5418
+ #
5419
+ # * `DocumentDB` for Amazon DocumentDB (with MongoDB compatibility)
5420
+ #
5421
+ # * `DynamoDB` for Amazon DynamoDB
5422
+ #
5423
+ # * `EBS` for Amazon Elastic Block Store
5424
+ #
5425
+ # * `EC2` for Amazon Elastic Compute Cloud
5426
+ #
5427
+ # * `EFS` for Amazon Elastic File System
5428
+ #
5429
+ # * `FSx` for Amazon FSx
5430
+ #
5431
+ # * `Neptune` for Amazon Neptune
5432
+ #
5433
+ # * `Redshift` for Amazon Redshift
5434
+ #
5435
+ # * `RDS` for Amazon Relational Database Service
5436
+ #
5437
+ # * `SAP HANA on Amazon EC2` for SAP HANA databases
5438
+ #
5439
+ # * `Storage Gateway` for Storage Gateway
5440
+ #
5441
+ # * `S3` for Amazon S3
5442
+ #
5443
+ # * `Timestream` for Amazon Timestream
5444
+ #
5445
+ # * `VirtualMachine` for virtual machines
5391
5446
  # @return [String]
5392
5447
  #
5393
5448
  # @!attribute [rw] by_backup_plan_id
@@ -5849,6 +5904,43 @@ module Aws::Backup
5849
5904
  # associated with the specified account ID.
5850
5905
  # @return [String]
5851
5906
  #
5907
+ # @!attribute [rw] by_resource_type
5908
+ # Include this parameter to return only restore jobs for the specified
5909
+ # resources:
5910
+ #
5911
+ # * `Aurora` for Amazon Aurora
5912
+ #
5913
+ # * `CloudFormation` for CloudFormation
5914
+ #
5915
+ # * `DocumentDB` for Amazon DocumentDB (with MongoDB compatibility)
5916
+ #
5917
+ # * `DynamoDB` for Amazon DynamoDB
5918
+ #
5919
+ # * `EBS` for Amazon Elastic Block Store
5920
+ #
5921
+ # * `EC2` for Amazon Elastic Compute Cloud
5922
+ #
5923
+ # * `EFS` for Amazon Elastic File System
5924
+ #
5925
+ # * `FSx` for Amazon FSx
5926
+ #
5927
+ # * `Neptune` for Amazon Neptune
5928
+ #
5929
+ # * `Redshift` for Amazon Redshift
5930
+ #
5931
+ # * `RDS` for Amazon Relational Database Service
5932
+ #
5933
+ # * `SAP HANA on Amazon EC2` for SAP HANA databases
5934
+ #
5935
+ # * `Storage Gateway` for Storage Gateway
5936
+ #
5937
+ # * `S3` for Amazon S3
5938
+ #
5939
+ # * `Timestream` for Amazon Timestream
5940
+ #
5941
+ # * `VirtualMachine` for virtual machines
5942
+ # @return [String]
5943
+ #
5852
5944
  # @!attribute [rw] by_created_before
5853
5945
  # Returns only restore jobs that were created before the specified
5854
5946
  # date.
@@ -5884,6 +5976,7 @@ module Aws::Backup
5884
5976
  :next_token,
5885
5977
  :max_results,
5886
5978
  :by_account_id,
5979
+ :by_resource_type,
5887
5980
  :by_created_before,
5888
5981
  :by_created_after,
5889
5982
  :by_status,
@@ -6479,6 +6572,11 @@ module Aws::Backup
6479
6572
  # specified backup.
6480
6573
  # @return [String]
6481
6574
  #
6575
+ # @!attribute [rw] vault_type
6576
+ # This is the type of vault in which the described recovery point is
6577
+ # stored.
6578
+ # @return [String]
6579
+ #
6482
6580
  # @see http://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/RecoveryPointByBackupVault AWS API Documentation
6483
6581
  #
6484
6582
  class RecoveryPointByBackupVault < Struct.new(
@@ -6503,7 +6601,8 @@ module Aws::Backup
6503
6601
  :parent_recovery_point_arn,
6504
6602
  :composite_member_identifier,
6505
6603
  :is_parent,
6506
- :resource_name)
6604
+ :resource_name,
6605
+ :vault_type)
6507
6606
  SENSITIVE = []
6508
6607
  include Aws::Structure
6509
6608
  end
@@ -8442,6 +8541,15 @@ module Aws::Backup
8442
8541
  # @!attribute [rw] resource_type_opt_in_preference
8443
8542
  # Updates the list of services along with the opt-in preferences for
8444
8543
  # the Region.
8544
+ #
8545
+ # If resource assignments are only based on tags, then service opt-in
8546
+ # settings are applied. If a resource type is explicitly assigned to a
8547
+ # backup plan, such as Amazon S3, Amazon EC2, or Amazon RDS, it will
8548
+ # be included in the backup even if the opt-in is not enabled for that
8549
+ # particular service. If both a resource type and tags are specified
8550
+ # in a resource assignment, the resource type specified in the backup
8551
+ # plan takes priority over the tag condition. Service opt-in settings
8552
+ # are disregarded in this situation.
8445
8553
  # @return [Hash<String,Boolean>]
8446
8554
  #
8447
8555
  # @!attribute [rw] resource_type_management_preference
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-backup/customizations'
52
52
  # @!group service
53
53
  module Aws::Backup
54
54
 
55
- GEM_VERSION = '1.63.0'
55
+ GEM_VERSION = '1.64.0'
56
56
 
57
57
  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.63.0
4
+ version: 1.64.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: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2023-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core