aws-sdk-rds 1.191.0 → 1.193.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: d13ab359180d260c150905320b458ac72f396d5b05db47fbb3942d455e805e8f
4
- data.tar.gz: a4c581ba5d2aabb474306535f458243b5f481f3f66dcd73d947cfcf292728db0
3
+ metadata.gz: 52b1e9a45540c5bc14523a898e8cadbd09895826266d20fccbc6f973b0c6f5a1
4
+ data.tar.gz: f4d87eb6d2901385f930c10889151630196924aa4994c77e66a1100bcd50259e
5
5
  SHA512:
6
- metadata.gz: 1abd9c0b08b09fc135bba16c0a4e5dd1f8aad9a13a1cb89d6011f13514595c5ed6b89c9292fab698a55d9510753b9b48b05dabd9538791282a408f6765cc2d00
7
- data.tar.gz: 26625e11c5a4dc7e3e5d6268eb6e5f264fa73d52f82d9ef940083938096f13c539d17502dbb989b6257d757e2a24029f7b9e4bd78d43da7859d8acb015de6a0d
6
+ metadata.gz: 2d3c2b99a6af384e97c7a97d03264b0fb6c4dd936a0c7eebe51fccee3fa31d98839688de35633a71f4082268cca5c0facac7138448c0dde75d7b370850a96c00
7
+ data.tar.gz: 227ee845b9c10c0e888a68712a0099b562896a3ee48ef0ca72b5b5c1ce3c265f11f91eda7bf77a48561fc9236e3724041d6a291e6b9dd921e24ce5af3e808c6d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.193.0 (2023-09-05)
5
+ ------------------
6
+
7
+ * Feature - Add support for feature integration with AWS Backup.
8
+
9
+ 1.192.0 (2023-08-24)
10
+ ------------------
11
+
12
+ * Feature - This release updates the supported versions for Percona XtraBackup in Aurora MySQL.
13
+
4
14
  1.191.0 (2023-08-22)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.191.0
1
+ 1.193.0
@@ -3581,6 +3581,7 @@ module Aws::RDS
3581
3581
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
3582
3582
  # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
3583
3583
  # resp.db_cluster.local_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "requested"
3584
+ # resp.db_cluster.aws_backup_recovery_point_arn #=> String
3584
3585
  #
3585
3586
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBCluster AWS API Documentation
3586
3587
  #
@@ -8275,6 +8276,7 @@ module Aws::RDS
8275
8276
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
8276
8277
  # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
8277
8278
  # resp.db_cluster.local_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "requested"
8279
+ # resp.db_cluster.aws_backup_recovery_point_arn #=> String
8278
8280
  #
8279
8281
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBCluster AWS API Documentation
8280
8282
  #
@@ -8330,6 +8332,7 @@ module Aws::RDS
8330
8332
  # resp.db_cluster_automated_backup.kms_key_id #=> String
8331
8333
  # resp.db_cluster_automated_backup.storage_type #=> String
8332
8334
  # resp.db_cluster_automated_backup.iops #=> Integer
8335
+ # resp.db_cluster_automated_backup.aws_backup_recovery_point_arn #=> String
8333
8336
  #
8334
8337
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBClusterAutomatedBackup AWS API Documentation
8335
8338
  #
@@ -8970,6 +8973,7 @@ module Aws::RDS
8970
8973
  # resp.db_instance_automated_backup.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
8971
8974
  # resp.db_instance_automated_backup.backup_target #=> String
8972
8975
  # resp.db_instance_automated_backup.storage_throughput #=> Integer
8976
+ # resp.db_instance_automated_backup.aws_backup_recovery_point_arn #=> String
8973
8977
  #
8974
8978
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstanceAutomatedBackup AWS API Documentation
8975
8979
  #
@@ -10190,6 +10194,8 @@ module Aws::RDS
10190
10194
  # * {Types::DBClusterAutomatedBackupMessage#marker #marker} => String
10191
10195
  # * {Types::DBClusterAutomatedBackupMessage#db_cluster_automated_backups #db_cluster_automated_backups} => Array<Types::DBClusterAutomatedBackup>
10192
10196
  #
10197
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
10198
+ #
10193
10199
  # @example Request syntax with placeholder values
10194
10200
  #
10195
10201
  # resp = client.describe_db_cluster_automated_backups({
@@ -10234,6 +10240,7 @@ module Aws::RDS
10234
10240
  # resp.db_cluster_automated_backups[0].kms_key_id #=> String
10235
10241
  # resp.db_cluster_automated_backups[0].storage_type #=> String
10236
10242
  # resp.db_cluster_automated_backups[0].iops #=> Integer
10243
+ # resp.db_cluster_automated_backups[0].aws_backup_recovery_point_arn #=> String
10237
10244
  #
10238
10245
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusterAutomatedBackups AWS API Documentation
10239
10246
  #
@@ -11461,6 +11468,7 @@ module Aws::RDS
11461
11468
  # resp.db_clusters[0].master_user_secret.kms_key_id #=> String
11462
11469
  # resp.db_clusters[0].io_optimized_next_allowed_modification_time #=> Time
11463
11470
  # resp.db_clusters[0].local_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "requested"
11471
+ # resp.db_clusters[0].aws_backup_recovery_point_arn #=> String
11464
11472
  #
11465
11473
  #
11466
11474
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -11908,6 +11916,7 @@ module Aws::RDS
11908
11916
  # resp.db_instance_automated_backups[0].db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
11909
11917
  # resp.db_instance_automated_backups[0].backup_target #=> String
11910
11918
  # resp.db_instance_automated_backups[0].storage_throughput #=> Integer
11919
+ # resp.db_instance_automated_backups[0].aws_backup_recovery_point_arn #=> String
11911
11920
  #
11912
11921
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBInstanceAutomatedBackups AWS API Documentation
11913
11922
  #
@@ -15963,6 +15972,7 @@ module Aws::RDS
15963
15972
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
15964
15973
  # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
15965
15974
  # resp.db_cluster.local_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "requested"
15975
+ # resp.db_cluster.aws_backup_recovery_point_arn #=> String
15966
15976
  #
15967
15977
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/FailoverDBCluster AWS API Documentation
15968
15978
  #
@@ -17321,6 +17331,10 @@ module Aws::RDS
17321
17331
  #
17322
17332
  # Valid for: Aurora DB clusters only
17323
17333
  #
17334
+ # @option params [String] :aws_backup_recovery_point_arn
17335
+ # The Amazon Resource Name (ARN) of the recovery point in Amazon Web
17336
+ # Services Backup.
17337
+ #
17324
17338
  # @return [Types::ModifyDBClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
17325
17339
  #
17326
17340
  # * {Types::ModifyDBClusterResult#db_cluster #db_cluster} => Types::DBCluster
@@ -17458,6 +17472,7 @@ module Aws::RDS
17458
17472
  # engine_mode: "String",
17459
17473
  # allow_engine_mode_change: false,
17460
17474
  # enable_local_write_forwarding: false,
17475
+ # aws_backup_recovery_point_arn: "AwsBackupRecoveryPointArn",
17461
17476
  # })
17462
17477
  #
17463
17478
  # @example Response structure
@@ -17579,6 +17594,7 @@ module Aws::RDS
17579
17594
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
17580
17595
  # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
17581
17596
  # resp.db_cluster.local_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "requested"
17597
+ # resp.db_cluster.aws_backup_recovery_point_arn #=> String
17582
17598
  #
17583
17599
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBCluster AWS API Documentation
17584
17600
  #
@@ -20802,6 +20818,7 @@ module Aws::RDS
20802
20818
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
20803
20819
  # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
20804
20820
  # resp.db_cluster.local_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "requested"
20821
+ # resp.db_cluster.aws_backup_recovery_point_arn #=> String
20805
20822
  #
20806
20823
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplicaDBCluster AWS API Documentation
20807
20824
  #
@@ -21078,6 +21095,7 @@ module Aws::RDS
21078
21095
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
21079
21096
  # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
21080
21097
  # resp.db_cluster.local_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "requested"
21098
+ # resp.db_cluster.aws_backup_recovery_point_arn #=> String
21081
21099
  #
21082
21100
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBCluster AWS API Documentation
21083
21101
  #
@@ -22005,7 +22023,7 @@ module Aws::RDS
22005
22023
  #
22006
22024
  # **Aurora MySQL**
22007
22025
  #
22008
- # Examples: `5.7.mysql_aurora.2.07.1`, `8.0.mysql_aurora.3.02.0`
22026
+ # Examples: `5.7.mysql_aurora.2.12.0`, `8.0.mysql_aurora.3.04.0`
22009
22027
  #
22010
22028
  # @option params [Integer] :port
22011
22029
  # The port number on which the instances in the restored DB cluster
@@ -22133,9 +22151,9 @@ module Aws::RDS
22133
22151
  # @option params [required, String] :source_engine_version
22134
22152
  # The version of the database that the backup files were created from.
22135
22153
  #
22136
- # MySQL versions 5.5, 5.6, and 5.7 are supported.
22154
+ # MySQL versions 5.7 and 8.0 are supported.
22137
22155
  #
22138
- # Example: `5.6.40`, `5.7.28`
22156
+ # Example: `5.7.40`, `8.0.28`
22139
22157
  #
22140
22158
  # @option params [required, String] :s3_bucket_name
22141
22159
  # The name of the Amazon S3 bucket that contains the data used to create
@@ -22538,6 +22556,7 @@ module Aws::RDS
22538
22556
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
22539
22557
  # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
22540
22558
  # resp.db_cluster.local_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "requested"
22559
+ # resp.db_cluster.aws_backup_recovery_point_arn #=> String
22541
22560
  #
22542
22561
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromS3 AWS API Documentation
22543
22562
  #
@@ -23231,6 +23250,7 @@ module Aws::RDS
23231
23250
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
23232
23251
  # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
23233
23252
  # resp.db_cluster.local_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "requested"
23253
+ # resp.db_cluster.aws_backup_recovery_point_arn #=> String
23234
23254
  #
23235
23255
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromSnapshot AWS API Documentation
23236
23256
  #
@@ -23897,6 +23917,7 @@ module Aws::RDS
23897
23917
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
23898
23918
  # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
23899
23919
  # resp.db_cluster.local_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "requested"
23920
+ # resp.db_cluster.aws_backup_recovery_point_arn #=> String
23900
23921
  #
23901
23922
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterToPointInTime AWS API Documentation
23902
23923
  #
@@ -26616,6 +26637,7 @@ module Aws::RDS
26616
26637
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
26617
26638
  # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
26618
26639
  # resp.db_cluster.local_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "requested"
26640
+ # resp.db_cluster.aws_backup_recovery_point_arn #=> String
26619
26641
  #
26620
26642
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBCluster AWS API Documentation
26621
26643
  #
@@ -26983,6 +27005,7 @@ module Aws::RDS
26983
27005
  # resp.db_instance_automated_backup.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
26984
27006
  # resp.db_instance_automated_backup.backup_target #=> String
26985
27007
  # resp.db_instance_automated_backup.storage_throughput #=> Integer
27008
+ # resp.db_instance_automated_backup.aws_backup_recovery_point_arn #=> String
26986
27009
  #
26987
27010
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstanceAutomatedBackupsReplication AWS API Documentation
26988
27011
  #
@@ -27429,6 +27452,7 @@ module Aws::RDS
27429
27452
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
27430
27453
  # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
27431
27454
  # resp.db_cluster.local_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "requested"
27455
+ # resp.db_cluster.aws_backup_recovery_point_arn #=> String
27432
27456
  #
27433
27457
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBCluster AWS API Documentation
27434
27458
  #
@@ -27755,6 +27779,7 @@ module Aws::RDS
27755
27779
  # resp.db_instance_automated_backup.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
27756
27780
  # resp.db_instance_automated_backup.backup_target #=> String
27757
27781
  # resp.db_instance_automated_backup.storage_throughput #=> Integer
27782
+ # resp.db_instance_automated_backup.aws_backup_recovery_point_arn #=> String
27758
27783
  #
27759
27784
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstanceAutomatedBackupsReplication AWS API Documentation
27760
27785
  #
@@ -28263,7 +28288,7 @@ module Aws::RDS
28263
28288
  params: params,
28264
28289
  config: config)
28265
28290
  context[:gem_name] = 'aws-sdk-rds'
28266
- context[:gem_version] = '1.191.0'
28291
+ context[:gem_version] = '1.193.0'
28267
28292
  Seahorse::Client::Request.new(handlers, context)
28268
28293
  end
28269
28294
 
@@ -1281,6 +1281,7 @@ module Aws::RDS
1281
1281
  DBCluster.add_member(:master_user_secret, Shapes::ShapeRef.new(shape: MasterUserSecret, location_name: "MasterUserSecret"))
1282
1282
  DBCluster.add_member(:io_optimized_next_allowed_modification_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "IOOptimizedNextAllowedModificationTime"))
1283
1283
  DBCluster.add_member(:local_write_forwarding_status, Shapes::ShapeRef.new(shape: LocalWriteForwardingStatus, location_name: "LocalWriteForwardingStatus"))
1284
+ DBCluster.add_member(:aws_backup_recovery_point_arn, Shapes::ShapeRef.new(shape: String, location_name: "AwsBackupRecoveryPointArn"))
1284
1285
  DBCluster.struct_class = Types::DBCluster
1285
1286
 
1286
1287
  DBClusterAlreadyExistsFault.struct_class = Types::DBClusterAlreadyExistsFault
@@ -1308,6 +1309,7 @@ module Aws::RDS
1308
1309
  DBClusterAutomatedBackup.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
1309
1310
  DBClusterAutomatedBackup.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
1310
1311
  DBClusterAutomatedBackup.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
1312
+ DBClusterAutomatedBackup.add_member(:aws_backup_recovery_point_arn, Shapes::ShapeRef.new(shape: String, location_name: "AwsBackupRecoveryPointArn"))
1311
1313
  DBClusterAutomatedBackup.struct_class = Types::DBClusterAutomatedBackup
1312
1314
 
1313
1315
  DBClusterAutomatedBackupList.member = Shapes::ShapeRef.new(shape: DBClusterAutomatedBackup, location_name: "DBClusterAutomatedBackup")
@@ -1626,6 +1628,7 @@ module Aws::RDS
1626
1628
  DBInstanceAutomatedBackup.add_member(:db_instance_automated_backups_replications, Shapes::ShapeRef.new(shape: DBInstanceAutomatedBackupsReplicationList, location_name: "DBInstanceAutomatedBackupsReplications"))
1627
1629
  DBInstanceAutomatedBackup.add_member(:backup_target, Shapes::ShapeRef.new(shape: String, location_name: "BackupTarget"))
1628
1630
  DBInstanceAutomatedBackup.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
1631
+ DBInstanceAutomatedBackup.add_member(:aws_backup_recovery_point_arn, Shapes::ShapeRef.new(shape: String, location_name: "AwsBackupRecoveryPointArn"))
1629
1632
  DBInstanceAutomatedBackup.struct_class = Types::DBInstanceAutomatedBackup
1630
1633
 
1631
1634
  DBInstanceAutomatedBackupList.member = Shapes::ShapeRef.new(shape: DBInstanceAutomatedBackup, location_name: "DBInstanceAutomatedBackup")
@@ -2690,6 +2693,7 @@ module Aws::RDS
2690
2693
  ModifyDBClusterMessage.add_member(:engine_mode, Shapes::ShapeRef.new(shape: String, location_name: "EngineMode"))
2691
2694
  ModifyDBClusterMessage.add_member(:allow_engine_mode_change, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllowEngineModeChange"))
2692
2695
  ModifyDBClusterMessage.add_member(:enable_local_write_forwarding, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableLocalWriteForwarding"))
2696
+ ModifyDBClusterMessage.add_member(:aws_backup_recovery_point_arn, Shapes::ShapeRef.new(shape: AwsBackupRecoveryPointArn, location_name: "AwsBackupRecoveryPointArn"))
2693
2697
  ModifyDBClusterMessage.struct_class = Types::ModifyDBClusterMessage
2694
2698
 
2695
2699
  ModifyDBClusterParameterGroupMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
@@ -4459,6 +4463,12 @@ module Aws::RDS
4459
4463
  o.input = Shapes::ShapeRef.new(shape: DescribeDBClusterAutomatedBackupsMessage)
4460
4464
  o.output = Shapes::ShapeRef.new(shape: DBClusterAutomatedBackupMessage)
4461
4465
  o.errors << Shapes::ShapeRef.new(shape: DBClusterAutomatedBackupNotFoundFault)
4466
+ o[:pager] = Aws::Pager.new(
4467
+ limit_key: "max_records",
4468
+ tokens: {
4469
+ "marker" => "marker"
4470
+ }
4471
+ )
4462
4472
  end)
4463
4473
 
4464
4474
  api.add_operation(:describe_db_cluster_backtracks, Seahorse::Model::Operation.new.tap do |o|
@@ -5450,6 +5460,7 @@ module Aws::RDS
5450
5460
  o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterSnapshotStateFault)
5451
5461
  o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
5452
5462
  o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
5463
+ o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupDoesNotCoverEnoughAZs)
5453
5464
  o.errors << Shapes::ShapeRef.new(shape: InvalidRestoreFault)
5454
5465
  o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
5455
5466
  o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
@@ -661,6 +661,13 @@ module Aws::RDS
661
661
  data[:local_write_forwarding_status]
662
662
  end
663
663
 
664
+ # The Amazon Resource Name (ARN) of the recovery point in Amazon Web
665
+ # Services Backup.
666
+ # @return [String]
667
+ def aws_backup_recovery_point_arn
668
+ data[:aws_backup_recovery_point_arn]
669
+ end
670
+
664
671
  # @!endgroup
665
672
 
666
673
  # @return [Client]
@@ -1801,6 +1808,7 @@ module Aws::RDS
1801
1808
  # engine_mode: "String",
1802
1809
  # allow_engine_mode_change: false,
1803
1810
  # enable_local_write_forwarding: false,
1811
+ # aws_backup_recovery_point_arn: "AwsBackupRecoveryPointArn",
1804
1812
  # })
1805
1813
  # @param [Hash] options ({})
1806
1814
  # @option options [String] :new_db_cluster_identifier
@@ -2415,6 +2423,9 @@ module Aws::RDS
2415
2423
  # aren't allowed on reader DB instances.
2416
2424
  #
2417
2425
  # Valid for: Aurora DB clusters only
2426
+ # @option options [String] :aws_backup_recovery_point_arn
2427
+ # The Amazon Resource Name (ARN) of the recovery point in Amazon Web
2428
+ # Services Backup.
2418
2429
  # @return [DBCluster]
2419
2430
  def modify(options = {})
2420
2431
  options = options.merge(db_cluster_identifier: @id)
@@ -6444,6 +6444,11 @@ module Aws::RDS
6444
6444
  # enabling it.
6445
6445
  # @return [String]
6446
6446
  #
6447
+ # @!attribute [rw] aws_backup_recovery_point_arn
6448
+ # The Amazon Resource Name (ARN) of the recovery point in Amazon Web
6449
+ # Services Backup.
6450
+ # @return [String]
6451
+ #
6447
6452
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBCluster AWS API Documentation
6448
6453
  #
6449
6454
  class DBCluster < Struct.new(
@@ -6519,7 +6524,8 @@ module Aws::RDS
6519
6524
  :db_system_id,
6520
6525
  :master_user_secret,
6521
6526
  :io_optimized_next_allowed_modification_time,
6522
- :local_write_forwarding_status)
6527
+ :local_write_forwarding_status,
6528
+ :aws_backup_recovery_point_arn)
6523
6529
  SENSITIVE = []
6524
6530
  include Aws::Structure
6525
6531
  end
@@ -6656,6 +6662,11 @@ module Aws::RDS
6656
6662
  # This setting is only for non-Aurora Multi-AZ DB clusters.
6657
6663
  # @return [Integer]
6658
6664
  #
6665
+ # @!attribute [rw] aws_backup_recovery_point_arn
6666
+ # The Amazon Resource Name (ARN) of the recovery point in Amazon Web
6667
+ # Services Backup.
6668
+ # @return [String]
6669
+ #
6659
6670
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterAutomatedBackup AWS API Documentation
6660
6671
  #
6661
6672
  class DBClusterAutomatedBackup < Struct.new(
@@ -6681,7 +6692,8 @@ module Aws::RDS
6681
6692
  :port,
6682
6693
  :kms_key_id,
6683
6694
  :storage_type,
6684
- :iops)
6695
+ :iops,
6696
+ :aws_backup_recovery_point_arn)
6685
6697
  SENSITIVE = []
6686
6698
  include Aws::Structure
6687
6699
  end
@@ -8569,6 +8581,11 @@ module Aws::RDS
8569
8581
  # Specifies the storage throughput for the automated backup.
8570
8582
  # @return [Integer]
8571
8583
  #
8584
+ # @!attribute [rw] aws_backup_recovery_point_arn
8585
+ # The Amazon Resource Name (ARN) of the recovery point in Amazon Web
8586
+ # Services Backup.
8587
+ # @return [String]
8588
+ #
8572
8589
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstanceAutomatedBackup AWS API Documentation
8573
8590
  #
8574
8591
  class DBInstanceAutomatedBackup < Struct.new(
@@ -8599,7 +8616,8 @@ module Aws::RDS
8599
8616
  :db_instance_automated_backups_arn,
8600
8617
  :db_instance_automated_backups_replications,
8601
8618
  :backup_target,
8602
- :storage_throughput)
8619
+ :storage_throughput,
8620
+ :aws_backup_recovery_point_arn)
8603
8621
  SENSITIVE = []
8604
8622
  include Aws::Structure
8605
8623
  end
@@ -15574,6 +15592,11 @@ module Aws::RDS
15574
15592
  # Valid for: Aurora DB clusters only
15575
15593
  # @return [Boolean]
15576
15594
  #
15595
+ # @!attribute [rw] aws_backup_recovery_point_arn
15596
+ # The Amazon Resource Name (ARN) of the recovery point in Amazon Web
15597
+ # Services Backup.
15598
+ # @return [String]
15599
+ #
15577
15600
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBClusterMessage AWS API Documentation
15578
15601
  #
15579
15602
  class ModifyDBClusterMessage < Struct.new(
@@ -15618,7 +15641,8 @@ module Aws::RDS
15618
15641
  :master_user_secret_kms_key_id,
15619
15642
  :engine_mode,
15620
15643
  :allow_engine_mode_change,
15621
- :enable_local_write_forwarding)
15644
+ :enable_local_write_forwarding,
15645
+ :aws_backup_recovery_point_arn)
15622
15646
  SENSITIVE = []
15623
15647
  include Aws::Structure
15624
15648
  end
@@ -19645,7 +19669,7 @@ module Aws::RDS
19645
19669
  #
19646
19670
  # **Aurora MySQL**
19647
19671
  #
19648
- # Examples: `5.7.mysql_aurora.2.07.1`, `8.0.mysql_aurora.3.02.0`
19672
+ # Examples: `5.7.mysql_aurora.2.12.0`, `8.0.mysql_aurora.3.04.0`
19649
19673
  # @return [String]
19650
19674
  #
19651
19675
  # @!attribute [rw] port
@@ -19785,9 +19809,9 @@ module Aws::RDS
19785
19809
  # @!attribute [rw] source_engine_version
19786
19810
  # The version of the database that the backup files were created from.
19787
19811
  #
19788
- # MySQL versions 5.5, 5.6, and 5.7 are supported.
19812
+ # MySQL versions 5.7 and 8.0 are supported.
19789
19813
  #
19790
- # Example: `5.6.40`, `5.7.28`
19814
+ # Example: `5.7.40`, `8.0.28`
19791
19815
  # @return [String]
19792
19816
  #
19793
19817
  # @!attribute [rw] s3_bucket_name
data/lib/aws-sdk-rds.rb CHANGED
@@ -78,6 +78,6 @@ require_relative 'aws-sdk-rds/customizations'
78
78
  # @!group service
79
79
  module Aws::RDS
80
80
 
81
- GEM_VERSION = '1.191.0'
81
+ GEM_VERSION = '1.193.0'
82
82
 
83
83
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.191.0
4
+ version: 1.193.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-08-22 00:00:00.000000000 Z
11
+ date: 2023-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4