aws-sdk-rds 1.192.0 → 1.193.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +24 -1
- data/lib/aws-sdk-rds/client_api.rb +5 -0
- data/lib/aws-sdk-rds/db_cluster.rb +11 -0
- data/lib/aws-sdk-rds/types.rb +28 -4
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52b1e9a45540c5bc14523a898e8cadbd09895826266d20fccbc6f973b0c6f5a1
|
4
|
+
data.tar.gz: f4d87eb6d2901385f930c10889151630196924aa4994c77e66a1100bcd50259e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d3c2b99a6af384e97c7a97d03264b0fb6c4dd936a0c7eebe51fccee3fa31d98839688de35633a71f4082268cca5c0facac7138448c0dde75d7b370850a96c00
|
7
|
+
data.tar.gz: 227ee845b9c10c0e888a68712a0099b562896a3ee48ef0ca72b5b5c1ce3c265f11f91eda7bf77a48561fc9236e3724041d6a291e6b9dd921e24ce5af3e808c6d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.193.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -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
|
#
|
@@ -10236,6 +10240,7 @@ module Aws::RDS
|
|
10236
10240
|
# resp.db_cluster_automated_backups[0].kms_key_id #=> String
|
10237
10241
|
# resp.db_cluster_automated_backups[0].storage_type #=> String
|
10238
10242
|
# resp.db_cluster_automated_backups[0].iops #=> Integer
|
10243
|
+
# resp.db_cluster_automated_backups[0].aws_backup_recovery_point_arn #=> String
|
10239
10244
|
#
|
10240
10245
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusterAutomatedBackups AWS API Documentation
|
10241
10246
|
#
|
@@ -11463,6 +11468,7 @@ module Aws::RDS
|
|
11463
11468
|
# resp.db_clusters[0].master_user_secret.kms_key_id #=> String
|
11464
11469
|
# resp.db_clusters[0].io_optimized_next_allowed_modification_time #=> Time
|
11465
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
|
11466
11472
|
#
|
11467
11473
|
#
|
11468
11474
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -11910,6 +11916,7 @@ module Aws::RDS
|
|
11910
11916
|
# resp.db_instance_automated_backups[0].db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
11911
11917
|
# resp.db_instance_automated_backups[0].backup_target #=> String
|
11912
11918
|
# resp.db_instance_automated_backups[0].storage_throughput #=> Integer
|
11919
|
+
# resp.db_instance_automated_backups[0].aws_backup_recovery_point_arn #=> String
|
11913
11920
|
#
|
11914
11921
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBInstanceAutomatedBackups AWS API Documentation
|
11915
11922
|
#
|
@@ -15965,6 +15972,7 @@ module Aws::RDS
|
|
15965
15972
|
# resp.db_cluster.master_user_secret.kms_key_id #=> String
|
15966
15973
|
# resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
|
15967
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
|
15968
15976
|
#
|
15969
15977
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/FailoverDBCluster AWS API Documentation
|
15970
15978
|
#
|
@@ -17323,6 +17331,10 @@ module Aws::RDS
|
|
17323
17331
|
#
|
17324
17332
|
# Valid for: Aurora DB clusters only
|
17325
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
|
+
#
|
17326
17338
|
# @return [Types::ModifyDBClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
17327
17339
|
#
|
17328
17340
|
# * {Types::ModifyDBClusterResult#db_cluster #db_cluster} => Types::DBCluster
|
@@ -17460,6 +17472,7 @@ module Aws::RDS
|
|
17460
17472
|
# engine_mode: "String",
|
17461
17473
|
# allow_engine_mode_change: false,
|
17462
17474
|
# enable_local_write_forwarding: false,
|
17475
|
+
# aws_backup_recovery_point_arn: "AwsBackupRecoveryPointArn",
|
17463
17476
|
# })
|
17464
17477
|
#
|
17465
17478
|
# @example Response structure
|
@@ -17581,6 +17594,7 @@ module Aws::RDS
|
|
17581
17594
|
# resp.db_cluster.master_user_secret.kms_key_id #=> String
|
17582
17595
|
# resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
|
17583
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
|
17584
17598
|
#
|
17585
17599
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBCluster AWS API Documentation
|
17586
17600
|
#
|
@@ -20804,6 +20818,7 @@ module Aws::RDS
|
|
20804
20818
|
# resp.db_cluster.master_user_secret.kms_key_id #=> String
|
20805
20819
|
# resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
|
20806
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
|
20807
20822
|
#
|
20808
20823
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplicaDBCluster AWS API Documentation
|
20809
20824
|
#
|
@@ -21080,6 +21095,7 @@ module Aws::RDS
|
|
21080
21095
|
# resp.db_cluster.master_user_secret.kms_key_id #=> String
|
21081
21096
|
# resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
|
21082
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
|
21083
21099
|
#
|
21084
21100
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBCluster AWS API Documentation
|
21085
21101
|
#
|
@@ -22540,6 +22556,7 @@ module Aws::RDS
|
|
22540
22556
|
# resp.db_cluster.master_user_secret.kms_key_id #=> String
|
22541
22557
|
# resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
|
22542
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
|
22543
22560
|
#
|
22544
22561
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromS3 AWS API Documentation
|
22545
22562
|
#
|
@@ -23233,6 +23250,7 @@ module Aws::RDS
|
|
23233
23250
|
# resp.db_cluster.master_user_secret.kms_key_id #=> String
|
23234
23251
|
# resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
|
23235
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
|
23236
23254
|
#
|
23237
23255
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromSnapshot AWS API Documentation
|
23238
23256
|
#
|
@@ -23899,6 +23917,7 @@ module Aws::RDS
|
|
23899
23917
|
# resp.db_cluster.master_user_secret.kms_key_id #=> String
|
23900
23918
|
# resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
|
23901
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
|
23902
23921
|
#
|
23903
23922
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterToPointInTime AWS API Documentation
|
23904
23923
|
#
|
@@ -26618,6 +26637,7 @@ module Aws::RDS
|
|
26618
26637
|
# resp.db_cluster.master_user_secret.kms_key_id #=> String
|
26619
26638
|
# resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
|
26620
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
|
26621
26641
|
#
|
26622
26642
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBCluster AWS API Documentation
|
26623
26643
|
#
|
@@ -26985,6 +27005,7 @@ module Aws::RDS
|
|
26985
27005
|
# resp.db_instance_automated_backup.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
26986
27006
|
# resp.db_instance_automated_backup.backup_target #=> String
|
26987
27007
|
# resp.db_instance_automated_backup.storage_throughput #=> Integer
|
27008
|
+
# resp.db_instance_automated_backup.aws_backup_recovery_point_arn #=> String
|
26988
27009
|
#
|
26989
27010
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstanceAutomatedBackupsReplication AWS API Documentation
|
26990
27011
|
#
|
@@ -27431,6 +27452,7 @@ module Aws::RDS
|
|
27431
27452
|
# resp.db_cluster.master_user_secret.kms_key_id #=> String
|
27432
27453
|
# resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
|
27433
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
|
27434
27456
|
#
|
27435
27457
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBCluster AWS API Documentation
|
27436
27458
|
#
|
@@ -27757,6 +27779,7 @@ module Aws::RDS
|
|
27757
27779
|
# resp.db_instance_automated_backup.db_instance_automated_backups_replications[0].db_instance_automated_backups_arn #=> String
|
27758
27780
|
# resp.db_instance_automated_backup.backup_target #=> String
|
27759
27781
|
# resp.db_instance_automated_backup.storage_throughput #=> Integer
|
27782
|
+
# resp.db_instance_automated_backup.aws_backup_recovery_point_arn #=> String
|
27760
27783
|
#
|
27761
27784
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstanceAutomatedBackupsReplication AWS API Documentation
|
27762
27785
|
#
|
@@ -28265,7 +28288,7 @@ module Aws::RDS
|
|
28265
28288
|
params: params,
|
28266
28289
|
config: config)
|
28267
28290
|
context[:gem_name] = 'aws-sdk-rds'
|
28268
|
-
context[:gem_version] = '1.
|
28291
|
+
context[:gem_version] = '1.193.0'
|
28269
28292
|
Seahorse::Client::Request.new(handlers, context)
|
28270
28293
|
end
|
28271
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"))
|
@@ -5456,6 +5460,7 @@ module Aws::RDS
|
|
5456
5460
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterSnapshotStateFault)
|
5457
5461
|
o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
|
5458
5462
|
o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
|
5463
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupDoesNotCoverEnoughAZs)
|
5459
5464
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRestoreFault)
|
5460
5465
|
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
|
5461
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)
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -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
|
data/lib/aws-sdk-rds.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2023-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|