aws-sdk-rds 1.218.0 → 1.219.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 +20 -6
- data/lib/aws-sdk-rds/client_api.rb +3 -0
- data/lib/aws-sdk-rds/db_cluster.rb +10 -0
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +10 -0
- data/lib/aws-sdk-rds/db_snapshot.rb +1 -5
- data/lib/aws-sdk-rds/types.rb +31 -8
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/db_cluster.rbs +3 -0
- data/sig/db_cluster_snapshot.rbs +3 -0
- data/sig/types.rbs +3 -0
- 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: 8890799e77887887f9eb9507cc1155b59c907b0a26240048889f0d2fd538ef42
|
4
|
+
data.tar.gz: dc767d37956fddd4c28ed65d484ea9cb5c31934305329120a6243cc50afc4fae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b51748d257cabded8a14e12ba50363b6a2b3bce376a92f5a50120f795c5b565fb7c33914a66c34fbfdbff2c28efd1f77ce4c6a82855882e3891846e8d383f81
|
7
|
+
data.tar.gz: 158645c2ae2e5dc08fec7bfe77a1063d80170942e78440f87cc0a67323d65d14bb2004916cfd5f02524008ac64508a6c343020cafd3cfdc6e8f3d637d4006ef7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.219.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -1417,6 +1417,7 @@ module Aws::RDS
|
|
1417
1417
|
# resp.db_cluster_snapshot.db_system_id #=> String
|
1418
1418
|
# resp.db_cluster_snapshot.storage_type #=> String
|
1419
1419
|
# resp.db_cluster_snapshot.db_cluster_resource_id #=> String
|
1420
|
+
# resp.db_cluster_snapshot.storage_throughput #=> Integer
|
1420
1421
|
#
|
1421
1422
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBClusterSnapshot AWS API Documentation
|
1422
1423
|
#
|
@@ -3664,6 +3665,7 @@ module Aws::RDS
|
|
3664
3665
|
# resp.db_cluster.aws_backup_recovery_point_arn #=> String
|
3665
3666
|
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
|
3666
3667
|
# resp.db_cluster.limitless_database.min_required_acu #=> Float
|
3668
|
+
# resp.db_cluster.storage_throughput #=> Integer
|
3667
3669
|
#
|
3668
3670
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBCluster AWS API Documentation
|
3669
3671
|
#
|
@@ -4090,6 +4092,7 @@ module Aws::RDS
|
|
4090
4092
|
# resp.db_cluster_snapshot.db_system_id #=> String
|
4091
4093
|
# resp.db_cluster_snapshot.storage_type #=> String
|
4092
4094
|
# resp.db_cluster_snapshot.db_cluster_resource_id #=> String
|
4095
|
+
# resp.db_cluster_snapshot.storage_throughput #=> Integer
|
4093
4096
|
#
|
4094
4097
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBClusterSnapshot AWS API Documentation
|
4095
4098
|
#
|
@@ -8805,6 +8808,7 @@ module Aws::RDS
|
|
8805
8808
|
# resp.db_cluster.aws_backup_recovery_point_arn #=> String
|
8806
8809
|
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
|
8807
8810
|
# resp.db_cluster.limitless_database.min_required_acu #=> Float
|
8811
|
+
# resp.db_cluster.storage_throughput #=> Integer
|
8808
8812
|
#
|
8809
8813
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBCluster AWS API Documentation
|
8810
8814
|
#
|
@@ -8861,6 +8865,7 @@ module Aws::RDS
|
|
8861
8865
|
# resp.db_cluster_automated_backup.storage_type #=> String
|
8862
8866
|
# resp.db_cluster_automated_backup.iops #=> Integer
|
8863
8867
|
# resp.db_cluster_automated_backup.aws_backup_recovery_point_arn #=> String
|
8868
|
+
# resp.db_cluster_automated_backup.storage_throughput #=> Integer
|
8864
8869
|
#
|
8865
8870
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBClusterAutomatedBackup AWS API Documentation
|
8866
8871
|
#
|
@@ -9106,6 +9111,7 @@ module Aws::RDS
|
|
9106
9111
|
# resp.db_cluster_snapshot.db_system_id #=> String
|
9107
9112
|
# resp.db_cluster_snapshot.storage_type #=> String
|
9108
9113
|
# resp.db_cluster_snapshot.db_cluster_resource_id #=> String
|
9114
|
+
# resp.db_cluster_snapshot.storage_throughput #=> Integer
|
9109
9115
|
#
|
9110
9116
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBClusterSnapshot AWS API Documentation
|
9111
9117
|
#
|
@@ -10972,6 +10978,7 @@ module Aws::RDS
|
|
10972
10978
|
# resp.db_cluster_automated_backups[0].storage_type #=> String
|
10973
10979
|
# resp.db_cluster_automated_backups[0].iops #=> Integer
|
10974
10980
|
# resp.db_cluster_automated_backups[0].aws_backup_recovery_point_arn #=> String
|
10981
|
+
# resp.db_cluster_automated_backups[0].storage_throughput #=> Integer
|
10975
10982
|
#
|
10976
10983
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusterAutomatedBackups AWS API Documentation
|
10977
10984
|
#
|
@@ -11876,6 +11883,7 @@ module Aws::RDS
|
|
11876
11883
|
# resp.db_cluster_snapshots[0].db_system_id #=> String
|
11877
11884
|
# resp.db_cluster_snapshots[0].storage_type #=> String
|
11878
11885
|
# resp.db_cluster_snapshots[0].db_cluster_resource_id #=> String
|
11886
|
+
# resp.db_cluster_snapshots[0].storage_throughput #=> Integer
|
11879
11887
|
#
|
11880
11888
|
#
|
11881
11889
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -12220,6 +12228,7 @@ module Aws::RDS
|
|
12220
12228
|
# resp.db_clusters[0].aws_backup_recovery_point_arn #=> String
|
12221
12229
|
# resp.db_clusters[0].limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
|
12222
12230
|
# resp.db_clusters[0].limitless_database.min_required_acu #=> Float
|
12231
|
+
# resp.db_clusters[0].storage_throughput #=> Integer
|
12223
12232
|
#
|
12224
12233
|
#
|
12225
12234
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -17488,6 +17497,7 @@ module Aws::RDS
|
|
17488
17497
|
# resp.db_cluster.aws_backup_recovery_point_arn #=> String
|
17489
17498
|
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
|
17490
17499
|
# resp.db_cluster.limitless_database.min_required_acu #=> Float
|
17500
|
+
# resp.db_cluster.storage_throughput #=> Integer
|
17491
17501
|
#
|
17492
17502
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/FailoverDBCluster AWS API Documentation
|
17493
17503
|
#
|
@@ -19140,6 +19150,7 @@ module Aws::RDS
|
|
19140
19150
|
# resp.db_cluster.aws_backup_recovery_point_arn #=> String
|
19141
19151
|
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
|
19142
19152
|
# resp.db_cluster.limitless_database.min_required_acu #=> Float
|
19153
|
+
# resp.db_cluster.storage_throughput #=> Integer
|
19143
19154
|
#
|
19144
19155
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBCluster AWS API Documentation
|
19145
19156
|
#
|
@@ -22705,6 +22716,7 @@ module Aws::RDS
|
|
22705
22716
|
# resp.db_cluster.aws_backup_recovery_point_arn #=> String
|
22706
22717
|
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
|
22707
22718
|
# resp.db_cluster.limitless_database.min_required_acu #=> Float
|
22719
|
+
# resp.db_cluster.storage_throughput #=> Integer
|
22708
22720
|
#
|
22709
22721
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplicaDBCluster AWS API Documentation
|
22710
22722
|
#
|
@@ -22995,6 +23007,7 @@ module Aws::RDS
|
|
22995
23007
|
# resp.db_cluster.aws_backup_recovery_point_arn #=> String
|
22996
23008
|
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
|
22997
23009
|
# resp.db_cluster.limitless_database.min_required_acu #=> Float
|
23010
|
+
# resp.db_cluster.storage_throughput #=> Integer
|
22998
23011
|
#
|
22999
23012
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBCluster AWS API Documentation
|
23000
23013
|
#
|
@@ -24518,6 +24531,7 @@ module Aws::RDS
|
|
24518
24531
|
# resp.db_cluster.aws_backup_recovery_point_arn #=> String
|
24519
24532
|
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
|
24520
24533
|
# resp.db_cluster.limitless_database.min_required_acu #=> Float
|
24534
|
+
# resp.db_cluster.storage_throughput #=> Integer
|
24521
24535
|
#
|
24522
24536
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromS3 AWS API Documentation
|
24523
24537
|
#
|
@@ -25232,6 +25246,7 @@ module Aws::RDS
|
|
25232
25246
|
# resp.db_cluster.aws_backup_recovery_point_arn #=> String
|
25233
25247
|
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
|
25234
25248
|
# resp.db_cluster.limitless_database.min_required_acu #=> Float
|
25249
|
+
# resp.db_cluster.storage_throughput #=> Integer
|
25235
25250
|
#
|
25236
25251
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromSnapshot AWS API Documentation
|
25237
25252
|
#
|
@@ -25921,6 +25936,7 @@ module Aws::RDS
|
|
25921
25936
|
# resp.db_cluster.aws_backup_recovery_point_arn #=> String
|
25922
25937
|
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
|
25923
25938
|
# resp.db_cluster.limitless_database.min_required_acu #=> Float
|
25939
|
+
# resp.db_cluster.storage_throughput #=> Integer
|
25924
25940
|
#
|
25925
25941
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterToPointInTime AWS API Documentation
|
25926
25942
|
#
|
@@ -26420,8 +26436,7 @@ module Aws::RDS
|
|
26420
26436
|
# This setting doesn't apply to RDS Custom or Amazon Aurora.
|
26421
26437
|
#
|
26422
26438
|
# @option params [String] :db_cluster_snapshot_identifier
|
26423
|
-
# The identifier for the
|
26424
|
-
# restore from.
|
26439
|
+
# The identifier for the Multi-AZ DB cluster snapshot to restore from.
|
26425
26440
|
#
|
26426
26441
|
# For more information on Multi-AZ DB clusters, see [ Multi-AZ DB
|
26427
26442
|
# cluster deployments][1] in the *Amazon RDS User Guide*.
|
@@ -26441,9 +26456,6 @@ module Aws::RDS
|
|
26441
26456
|
#
|
26442
26457
|
# * Can't be the identifier of an Aurora DB cluster snapshot.
|
26443
26458
|
#
|
26444
|
-
# * Can't be the identifier of an RDS for PostgreSQL Multi-AZ DB
|
26445
|
-
# cluster snapshot.
|
26446
|
-
#
|
26447
26459
|
#
|
26448
26460
|
#
|
26449
26461
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html
|
@@ -28731,6 +28743,7 @@ module Aws::RDS
|
|
28731
28743
|
# resp.db_cluster.aws_backup_recovery_point_arn #=> String
|
28732
28744
|
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
|
28733
28745
|
# resp.db_cluster.limitless_database.min_required_acu #=> Float
|
28746
|
+
# resp.db_cluster.storage_throughput #=> Integer
|
28734
28747
|
#
|
28735
28748
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBCluster AWS API Documentation
|
28736
28749
|
#
|
@@ -29567,6 +29580,7 @@ module Aws::RDS
|
|
29567
29580
|
# resp.db_cluster.aws_backup_recovery_point_arn #=> String
|
29568
29581
|
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
|
29569
29582
|
# resp.db_cluster.limitless_database.min_required_acu #=> Float
|
29583
|
+
# resp.db_cluster.storage_throughput #=> Integer
|
29570
29584
|
#
|
29571
29585
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBCluster AWS API Documentation
|
29572
29586
|
#
|
@@ -30414,7 +30428,7 @@ module Aws::RDS
|
|
30414
30428
|
params: params,
|
30415
30429
|
config: config)
|
30416
30430
|
context[:gem_name] = 'aws-sdk-rds'
|
30417
|
-
context[:gem_version] = '1.
|
30431
|
+
context[:gem_version] = '1.219.0'
|
30418
30432
|
Seahorse::Client::Request.new(handlers, context)
|
30419
30433
|
end
|
30420
30434
|
|
@@ -1422,6 +1422,7 @@ module Aws::RDS
|
|
1422
1422
|
DBCluster.add_member(:local_write_forwarding_status, Shapes::ShapeRef.new(shape: LocalWriteForwardingStatus, location_name: "LocalWriteForwardingStatus"))
|
1423
1423
|
DBCluster.add_member(:aws_backup_recovery_point_arn, Shapes::ShapeRef.new(shape: String, location_name: "AwsBackupRecoveryPointArn"))
|
1424
1424
|
DBCluster.add_member(:limitless_database, Shapes::ShapeRef.new(shape: LimitlessDatabase, location_name: "LimitlessDatabase"))
|
1425
|
+
DBCluster.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
|
1425
1426
|
DBCluster.struct_class = Types::DBCluster
|
1426
1427
|
|
1427
1428
|
DBClusterAlreadyExistsFault.struct_class = Types::DBClusterAlreadyExistsFault
|
@@ -1450,6 +1451,7 @@ module Aws::RDS
|
|
1450
1451
|
DBClusterAutomatedBackup.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
1451
1452
|
DBClusterAutomatedBackup.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
|
1452
1453
|
DBClusterAutomatedBackup.add_member(:aws_backup_recovery_point_arn, Shapes::ShapeRef.new(shape: String, location_name: "AwsBackupRecoveryPointArn"))
|
1454
|
+
DBClusterAutomatedBackup.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
|
1453
1455
|
DBClusterAutomatedBackup.struct_class = Types::DBClusterAutomatedBackup
|
1454
1456
|
|
1455
1457
|
DBClusterAutomatedBackupList.member = Shapes::ShapeRef.new(shape: DBClusterAutomatedBackup, location_name: "DBClusterAutomatedBackup")
|
@@ -1592,6 +1594,7 @@ module Aws::RDS
|
|
1592
1594
|
DBClusterSnapshot.add_member(:db_system_id, Shapes::ShapeRef.new(shape: String, location_name: "DBSystemId"))
|
1593
1595
|
DBClusterSnapshot.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
1594
1596
|
DBClusterSnapshot.add_member(:db_cluster_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "DbClusterResourceId"))
|
1597
|
+
DBClusterSnapshot.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
|
1595
1598
|
DBClusterSnapshot.struct_class = Types::DBClusterSnapshot
|
1596
1599
|
|
1597
1600
|
DBClusterSnapshotAlreadyExistsFault.struct_class = Types::DBClusterSnapshotAlreadyExistsFault
|
@@ -686,6 +686,16 @@ module Aws::RDS
|
|
686
686
|
data[:limitless_database]
|
687
687
|
end
|
688
688
|
|
689
|
+
# The storage throughput for the DB cluster. The throughput is
|
690
|
+
# automatically set based on the IOPS that you provision, and is not
|
691
|
+
# configurable.
|
692
|
+
#
|
693
|
+
# This setting is only for non-Aurora Multi-AZ DB clusters.
|
694
|
+
# @return [Integer]
|
695
|
+
def storage_throughput
|
696
|
+
data[:storage_throughput]
|
697
|
+
end
|
698
|
+
|
689
699
|
# @!endgroup
|
690
700
|
|
691
701
|
# @return [Client]
|
@@ -209,6 +209,16 @@ module Aws::RDS
|
|
209
209
|
data[:db_cluster_resource_id]
|
210
210
|
end
|
211
211
|
|
212
|
+
# The storage throughput for the DB cluster snapshot. The throughput is
|
213
|
+
# automatically set based on the IOPS that you provision, and is not
|
214
|
+
# configurable.
|
215
|
+
#
|
216
|
+
# This setting is only for non-Aurora Multi-AZ DB clusters.
|
217
|
+
# @return [Integer]
|
218
|
+
def storage_throughput
|
219
|
+
data[:storage_throughput]
|
220
|
+
end
|
221
|
+
|
212
222
|
# @!endgroup
|
213
223
|
|
214
224
|
# @return [Client]
|
@@ -1119,8 +1119,7 @@ module Aws::RDS
|
|
1119
1119
|
#
|
1120
1120
|
# This setting doesn't apply to RDS Custom or Amazon Aurora.
|
1121
1121
|
# @option options [String] :db_cluster_snapshot_identifier
|
1122
|
-
# The identifier for the
|
1123
|
-
# restore from.
|
1122
|
+
# The identifier for the Multi-AZ DB cluster snapshot to restore from.
|
1124
1123
|
#
|
1125
1124
|
# For more information on Multi-AZ DB clusters, see [ Multi-AZ DB
|
1126
1125
|
# cluster deployments][1] in the *Amazon RDS User Guide*.
|
@@ -1140,9 +1139,6 @@ module Aws::RDS
|
|
1140
1139
|
#
|
1141
1140
|
# * Can't be the identifier of an Aurora DB cluster snapshot.
|
1142
1141
|
#
|
1143
|
-
# * Can't be the identifier of an RDS for PostgreSQL Multi-AZ DB
|
1144
|
-
# cluster snapshot.
|
1145
|
-
#
|
1146
1142
|
#
|
1147
1143
|
#
|
1148
1144
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -6869,6 +6869,14 @@ module Aws::RDS
|
|
6869
6869
|
# The details for Aurora Limitless Database.
|
6870
6870
|
# @return [Types::LimitlessDatabase]
|
6871
6871
|
#
|
6872
|
+
# @!attribute [rw] storage_throughput
|
6873
|
+
# The storage throughput for the DB cluster. The throughput is
|
6874
|
+
# automatically set based on the IOPS that you provision, and is not
|
6875
|
+
# configurable.
|
6876
|
+
#
|
6877
|
+
# This setting is only for non-Aurora Multi-AZ DB clusters.
|
6878
|
+
# @return [Integer]
|
6879
|
+
#
|
6872
6880
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBCluster AWS API Documentation
|
6873
6881
|
#
|
6874
6882
|
class DBCluster < Struct.new(
|
@@ -6948,7 +6956,8 @@ module Aws::RDS
|
|
6948
6956
|
:io_optimized_next_allowed_modification_time,
|
6949
6957
|
:local_write_forwarding_status,
|
6950
6958
|
:aws_backup_recovery_point_arn,
|
6951
|
-
:limitless_database
|
6959
|
+
:limitless_database,
|
6960
|
+
:storage_throughput)
|
6952
6961
|
SENSITIVE = []
|
6953
6962
|
include Aws::Structure
|
6954
6963
|
end
|
@@ -7089,6 +7098,14 @@ module Aws::RDS
|
|
7089
7098
|
# Services Backup.
|
7090
7099
|
# @return [String]
|
7091
7100
|
#
|
7101
|
+
# @!attribute [rw] storage_throughput
|
7102
|
+
# The storage throughput for the automated backup. The throughput is
|
7103
|
+
# automatically set based on the IOPS that you provision, and is not
|
7104
|
+
# configurable.
|
7105
|
+
#
|
7106
|
+
# This setting is only for non-Aurora Multi-AZ DB clusters.
|
7107
|
+
# @return [Integer]
|
7108
|
+
#
|
7092
7109
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterAutomatedBackup AWS API Documentation
|
7093
7110
|
#
|
7094
7111
|
class DBClusterAutomatedBackup < Struct.new(
|
@@ -7115,7 +7132,8 @@ module Aws::RDS
|
|
7115
7132
|
:kms_key_id,
|
7116
7133
|
:storage_type,
|
7117
7134
|
:iops,
|
7118
|
-
:aws_backup_recovery_point_arn
|
7135
|
+
:aws_backup_recovery_point_arn,
|
7136
|
+
:storage_throughput)
|
7119
7137
|
SENSITIVE = []
|
7120
7138
|
include Aws::Structure
|
7121
7139
|
end
|
@@ -7786,6 +7804,14 @@ module Aws::RDS
|
|
7786
7804
|
# created from.
|
7787
7805
|
# @return [String]
|
7788
7806
|
#
|
7807
|
+
# @!attribute [rw] storage_throughput
|
7808
|
+
# The storage throughput for the DB cluster snapshot. The throughput
|
7809
|
+
# is automatically set based on the IOPS that you provision, and is
|
7810
|
+
# not configurable.
|
7811
|
+
#
|
7812
|
+
# This setting is only for non-Aurora Multi-AZ DB clusters.
|
7813
|
+
# @return [Integer]
|
7814
|
+
#
|
7789
7815
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterSnapshot AWS API Documentation
|
7790
7816
|
#
|
7791
7817
|
class DBClusterSnapshot < Struct.new(
|
@@ -7813,7 +7839,8 @@ module Aws::RDS
|
|
7813
7839
|
:tag_list,
|
7814
7840
|
:db_system_id,
|
7815
7841
|
:storage_type,
|
7816
|
-
:db_cluster_resource_id
|
7842
|
+
:db_cluster_resource_id,
|
7843
|
+
:storage_throughput)
|
7817
7844
|
SENSITIVE = []
|
7818
7845
|
include Aws::Structure
|
7819
7846
|
end
|
@@ -23872,8 +23899,7 @@ module Aws::RDS
|
|
23872
23899
|
# @return [Integer]
|
23873
23900
|
#
|
23874
23901
|
# @!attribute [rw] db_cluster_snapshot_identifier
|
23875
|
-
# The identifier for the
|
23876
|
-
# restore from.
|
23902
|
+
# The identifier for the Multi-AZ DB cluster snapshot to restore from.
|
23877
23903
|
#
|
23878
23904
|
# For more information on Multi-AZ DB clusters, see [ Multi-AZ DB
|
23879
23905
|
# cluster deployments][1] in the *Amazon RDS User Guide*.
|
@@ -23893,9 +23919,6 @@ module Aws::RDS
|
|
23893
23919
|
#
|
23894
23920
|
# * Can't be the identifier of an Aurora DB cluster snapshot.
|
23895
23921
|
#
|
23896
|
-
# * Can't be the identifier of an RDS for PostgreSQL Multi-AZ DB
|
23897
|
-
# cluster snapshot.
|
23898
|
-
#
|
23899
23922
|
#
|
23900
23923
|
#
|
23901
23924
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html
|
data/lib/aws-sdk-rds.rb
CHANGED
data/sig/db_cluster.rbs
CHANGED
@@ -246,6 +246,9 @@ module Aws
|
|
246
246
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#limitless_database-instance_method
|
247
247
|
def limitless_database: () -> Types::LimitlessDatabase
|
248
248
|
|
249
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#storage_throughput-instance_method
|
250
|
+
def storage_throughput: () -> ::Integer
|
251
|
+
|
249
252
|
def client: () -> Client
|
250
253
|
|
251
254
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBCluster.html#load-instance_method
|
data/sig/db_cluster_snapshot.rbs
CHANGED
@@ -91,6 +91,9 @@ module Aws
|
|
91
91
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBClusterSnapshot.html#db_cluster_resource_id-instance_method
|
92
92
|
def db_cluster_resource_id: () -> ::String
|
93
93
|
|
94
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBClusterSnapshot.html#storage_throughput-instance_method
|
95
|
+
def storage_throughput: () -> ::Integer
|
96
|
+
|
94
97
|
def client: () -> Client
|
95
98
|
|
96
99
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBClusterSnapshot.html#load-instance_method
|
data/sig/types.rbs
CHANGED
@@ -811,6 +811,7 @@ module Aws::RDS
|
|
811
811
|
attr_accessor local_write_forwarding_status: ("enabled" | "disabled" | "enabling" | "disabling" | "requested")
|
812
812
|
attr_accessor aws_backup_recovery_point_arn: ::String
|
813
813
|
attr_accessor limitless_database: Types::LimitlessDatabase
|
814
|
+
attr_accessor storage_throughput: ::Integer
|
814
815
|
SENSITIVE: []
|
815
816
|
end
|
816
817
|
|
@@ -842,6 +843,7 @@ module Aws::RDS
|
|
842
843
|
attr_accessor storage_type: ::String
|
843
844
|
attr_accessor iops: ::Integer
|
844
845
|
attr_accessor aws_backup_recovery_point_arn: ::String
|
846
|
+
attr_accessor storage_throughput: ::Integer
|
845
847
|
SENSITIVE: []
|
846
848
|
end
|
847
849
|
|
@@ -1010,6 +1012,7 @@ module Aws::RDS
|
|
1010
1012
|
attr_accessor db_system_id: ::String
|
1011
1013
|
attr_accessor storage_type: ::String
|
1012
1014
|
attr_accessor db_cluster_resource_id: ::String
|
1015
|
+
attr_accessor storage_throughput: ::Integer
|
1013
1016
|
SENSITIVE: []
|
1014
1017
|
end
|
1015
1018
|
|
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.219.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: 2024-02-
|
11
|
+
date: 2024-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|