aws-sdk-rds 1.217.0 → 1.219.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: 3ca25bfa0bf82dbea1f0f10f6648fce9c625c1e55bae10c767404513e6a4eb64
4
- data.tar.gz: db1196d9760f21039a84506fc7946fe6166033e230c904b1daf740269883c6f8
3
+ metadata.gz: 8890799e77887887f9eb9507cc1155b59c907b0a26240048889f0d2fd538ef42
4
+ data.tar.gz: dc767d37956fddd4c28ed65d484ea9cb5c31934305329120a6243cc50afc4fae
5
5
  SHA512:
6
- metadata.gz: 5c0aaecd5a9eb9617ab032e975b2d0b6f2ed00cb74996ace7a2458ac8a169ea127546bf20587b80f09a0676d8f7b568af02fb494b371b2b79ae14dee1a8763d9
7
- data.tar.gz: ee46f2f3b9fa759c23de50385ff160b6b6bad0c894ade3f3523c44ae3c7fd5a9130abce2280ab4da76a71eac839aa7050a57c6160bccf5ef0d20fb11d7a5a048
6
+ metadata.gz: 6b51748d257cabded8a14e12ba50363b6a2b3bce376a92f5a50120f795c5b565fb7c33914a66c34fbfdbff2c28efd1f77ce4c6a82855882e3891846e8d383f81
7
+ data.tar.gz: 158645c2ae2e5dc08fec7bfe77a1063d80170942e78440f87cc0a67323d65d14bb2004916cfd5f02524008ac64508a6c343020cafd3cfdc6e8f3d637d4006ef7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.219.0 (2024-02-26)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for gp3 data volumes for Multi-AZ DB Clusters.
8
+
9
+ 1.218.0 (2024-02-23)
10
+ ------------------
11
+
12
+ * Feature - Add pattern and length based validations for DBShardGroupIdentifier
13
+
4
14
  1.217.0 (2024-02-16)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.217.0
1
+ 1.219.0
@@ -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
  #
@@ -9739,7 +9745,7 @@ module Aws::RDS
9739
9745
  # @example Request syntax with placeholder values
9740
9746
  #
9741
9747
  # resp = client.delete_db_shard_group({
9742
- # db_shard_group_identifier: "String", # required
9748
+ # db_shard_group_identifier: "DBShardGroupIdentifier", # required
9743
9749
  # })
9744
9750
  #
9745
9751
  # @example Response structure
@@ -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):
@@ -13992,7 +14001,7 @@ module Aws::RDS
13992
14001
  # @example Request syntax with placeholder values
13993
14002
  #
13994
14003
  # resp = client.describe_db_shard_groups({
13995
- # db_shard_group_identifier: "String",
14004
+ # db_shard_group_identifier: "DBShardGroupIdentifier",
13996
14005
  # filters: [
13997
14006
  # {
13998
14007
  # name: "String", # required
@@ -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
  #
@@ -21347,7 +21358,7 @@ module Aws::RDS
21347
21358
  # @example Request syntax with placeholder values
21348
21359
  #
21349
21360
  # resp = client.modify_db_shard_group({
21350
- # db_shard_group_identifier: "String", # required
21361
+ # db_shard_group_identifier: "DBShardGroupIdentifier", # required
21351
21362
  # max_acu: 1.0,
21352
21363
  # })
21353
21364
  #
@@ -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
  #
@@ -23274,7 +23287,7 @@ module Aws::RDS
23274
23287
  # @example Request syntax with placeholder values
23275
23288
  #
23276
23289
  # resp = client.reboot_db_shard_group({
23277
- # db_shard_group_identifier: "String", # required
23290
+ # db_shard_group_identifier: "DBShardGroupIdentifier", # required
23278
23291
  # })
23279
23292
  #
23280
23293
  # @example Response structure
@@ -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 RDS for MySQL Multi-AZ DB cluster snapshot to
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.217.0'
30431
+ context[:gem_version] = '1.219.0'
30418
30432
  Seahorse::Client::Request.new(handlers, context)
30419
30433
  end
30420
30434
 
@@ -249,6 +249,7 @@ module Aws::RDS
249
249
  DBSecurityGroups = Shapes::ListShape.new(name: 'DBSecurityGroups')
250
250
  DBShardGroup = Shapes::StructureShape.new(name: 'DBShardGroup')
251
251
  DBShardGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBShardGroupAlreadyExistsFault')
252
+ DBShardGroupIdentifier = Shapes::StringShape.new(name: 'DBShardGroupIdentifier')
252
253
  DBShardGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBShardGroupNotFoundFault')
253
254
  DBShardGroupsList = Shapes::ListShape.new(name: 'DBShardGroupsList')
254
255
  DBSnapshot = Shapes::StructureShape.new(name: 'DBSnapshot')
@@ -1421,6 +1422,7 @@ module Aws::RDS
1421
1422
  DBCluster.add_member(:local_write_forwarding_status, Shapes::ShapeRef.new(shape: LocalWriteForwardingStatus, location_name: "LocalWriteForwardingStatus"))
1422
1423
  DBCluster.add_member(:aws_backup_recovery_point_arn, Shapes::ShapeRef.new(shape: String, location_name: "AwsBackupRecoveryPointArn"))
1423
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"))
1424
1426
  DBCluster.struct_class = Types::DBCluster
1425
1427
 
1426
1428
  DBClusterAlreadyExistsFault.struct_class = Types::DBClusterAlreadyExistsFault
@@ -1449,6 +1451,7 @@ module Aws::RDS
1449
1451
  DBClusterAutomatedBackup.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
1450
1452
  DBClusterAutomatedBackup.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
1451
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"))
1452
1455
  DBClusterAutomatedBackup.struct_class = Types::DBClusterAutomatedBackup
1453
1456
 
1454
1457
  DBClusterAutomatedBackupList.member = Shapes::ShapeRef.new(shape: DBClusterAutomatedBackup, location_name: "DBClusterAutomatedBackup")
@@ -1591,6 +1594,7 @@ module Aws::RDS
1591
1594
  DBClusterSnapshot.add_member(:db_system_id, Shapes::ShapeRef.new(shape: String, location_name: "DBSystemId"))
1592
1595
  DBClusterSnapshot.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
1593
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"))
1594
1598
  DBClusterSnapshot.struct_class = Types::DBClusterSnapshot
1595
1599
 
1596
1600
  DBClusterSnapshotAlreadyExistsFault.struct_class = Types::DBClusterSnapshotAlreadyExistsFault
@@ -1996,7 +2000,7 @@ module Aws::RDS
1996
2000
  DBSecurityGroups.member = Shapes::ShapeRef.new(shape: DBSecurityGroup, location_name: "DBSecurityGroup")
1997
2001
 
1998
2002
  DBShardGroup.add_member(:db_shard_group_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "DBShardGroupResourceId"))
1999
- DBShardGroup.add_member(:db_shard_group_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBShardGroupIdentifier"))
2003
+ DBShardGroup.add_member(:db_shard_group_identifier, Shapes::ShapeRef.new(shape: DBShardGroupIdentifier, location_name: "DBShardGroupIdentifier"))
2000
2004
  DBShardGroup.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
2001
2005
  DBShardGroup.add_member(:max_acu, Shapes::ShapeRef.new(shape: DoubleOptional, location_name: "MaxACU"))
2002
2006
  DBShardGroup.add_member(:compute_redundancy, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ComputeRedundancy"))
@@ -2193,7 +2197,7 @@ module Aws::RDS
2193
2197
  DeleteDBSecurityGroupMessage.add_member(:db_security_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSecurityGroupName"))
2194
2198
  DeleteDBSecurityGroupMessage.struct_class = Types::DeleteDBSecurityGroupMessage
2195
2199
 
2196
- DeleteDBShardGroupMessage.add_member(:db_shard_group_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBShardGroupIdentifier"))
2200
+ DeleteDBShardGroupMessage.add_member(:db_shard_group_identifier, Shapes::ShapeRef.new(shape: DBShardGroupIdentifier, required: true, location_name: "DBShardGroupIdentifier"))
2197
2201
  DeleteDBShardGroupMessage.struct_class = Types::DeleteDBShardGroupMessage
2198
2202
 
2199
2203
  DeleteDBSnapshotMessage.add_member(:db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSnapshotIdentifier"))
@@ -2432,7 +2436,7 @@ module Aws::RDS
2432
2436
  DescribeDBSecurityGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
2433
2437
  DescribeDBSecurityGroupsMessage.struct_class = Types::DescribeDBSecurityGroupsMessage
2434
2438
 
2435
- DescribeDBShardGroupsMessage.add_member(:db_shard_group_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBShardGroupIdentifier"))
2439
+ DescribeDBShardGroupsMessage.add_member(:db_shard_group_identifier, Shapes::ShapeRef.new(shape: DBShardGroupIdentifier, location_name: "DBShardGroupIdentifier"))
2436
2440
  DescribeDBShardGroupsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
2437
2441
  DescribeDBShardGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
2438
2442
  DescribeDBShardGroupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
@@ -3187,7 +3191,7 @@ module Aws::RDS
3187
3191
  ModifyDBRecommendationMessage.add_member(:recommended_action_updates, Shapes::ShapeRef.new(shape: RecommendedActionUpdateList, location_name: "RecommendedActionUpdates"))
3188
3192
  ModifyDBRecommendationMessage.struct_class = Types::ModifyDBRecommendationMessage
3189
3193
 
3190
- ModifyDBShardGroupMessage.add_member(:db_shard_group_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBShardGroupIdentifier"))
3194
+ ModifyDBShardGroupMessage.add_member(:db_shard_group_identifier, Shapes::ShapeRef.new(shape: DBShardGroupIdentifier, required: true, location_name: "DBShardGroupIdentifier"))
3191
3195
  ModifyDBShardGroupMessage.add_member(:max_acu, Shapes::ShapeRef.new(shape: DoubleOptional, location_name: "MaxACU"))
3192
3196
  ModifyDBShardGroupMessage.struct_class = Types::ModifyDBShardGroupMessage
3193
3197
 
@@ -3561,7 +3565,7 @@ module Aws::RDS
3561
3565
  RebootDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
3562
3566
  RebootDBInstanceResult.struct_class = Types::RebootDBInstanceResult
3563
3567
 
3564
- RebootDBShardGroupMessage.add_member(:db_shard_group_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBShardGroupIdentifier"))
3568
+ RebootDBShardGroupMessage.add_member(:db_shard_group_identifier, Shapes::ShapeRef.new(shape: DBShardGroupIdentifier, required: true, location_name: "DBShardGroupIdentifier"))
3565
3569
  RebootDBShardGroupMessage.struct_class = Types::RebootDBShardGroupMessage
3566
3570
 
3567
3571
  RecommendedAction.add_member(:action_id, Shapes::ShapeRef.new(shape: String, location_name: "ActionId"))
@@ -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 RDS for MySQL Multi-AZ DB cluster snapshot to
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
@@ -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 RDS for MySQL Multi-AZ DB cluster snapshot to
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
@@ -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.217.0'
81
+ GEM_VERSION = '1.219.0'
82
82
 
83
83
  end
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
@@ -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.217.0
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-16 00:00:00.000000000 Z
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