aws-sdk-rds 1.177.0 → 1.178.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: c94e592b1fe5e6f71586ea456b0251b5a8db991ef01b80f562b40c451283515b
4
- data.tar.gz: 1f8e980a3ad3d7966b6f34b51fb35e617c9cb4b1d50904c3f81a8d372c881831
3
+ metadata.gz: 973e3ed19cc78593fc598d560e6850d55064f291194ebd8aa221f1256a14e37d
4
+ data.tar.gz: 42f9470f4e24ce84e222e38314940f2a3aac7e4e223395a7cac1cd4adfc49b0d
5
5
  SHA512:
6
- metadata.gz: 98a89392bef7c1dc3e705e7d8530765ab125267d5282944172fd8758994ef230b768ade5ea7e7f1fae8c9ffd73e436accc23040cc6b5ec59aa4531b2a77e4aec
7
- data.tar.gz: 12b8918d330cff8b77bf3256200a4f766e2a2a1b967df328bc60f000e1be95ddc0bc95f45bf2d373a623e022c24f5e81e0090889f0301e64b166abca8a8b95e5
6
+ metadata.gz: 811c28a6f0effafc3cfc27c21be6f6941de1d8c2d0f89aa98708bc48be4100cadf27f2bb606f4a478eb1d72e97fa7cbecc21d2d34f9218d4422f93c891d385cc
7
+ data.tar.gz: bc463d5ef43525a01a12da29a5bf691433c21b0c887887220e6ce559dee5153f9948e6cb3549f16d28fcdec2f8b4140bb931330c52151eed2c745f1f6894c20d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.178.0 (2023-05-10)
5
+ ------------------
6
+
7
+ * Feature - Amazon Relational Database Service (RDS) updates for the new Aurora I/O-Optimized storage type for Amazon Aurora DB clusters
8
+
4
9
  1.177.0 (2023-04-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.177.0
1
+ 1.178.0
@@ -1389,6 +1389,7 @@ module Aws::RDS
1389
1389
  # resp.db_cluster_snapshot.tag_list[0].key #=> String
1390
1390
  # resp.db_cluster_snapshot.tag_list[0].value #=> String
1391
1391
  # resp.db_cluster_snapshot.db_system_id #=> String
1392
+ # resp.db_cluster_snapshot.storage_type #=> String
1392
1393
  #
1393
1394
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBClusterSnapshot AWS API Documentation
1394
1395
  #
@@ -2851,26 +2852,20 @@ module Aws::RDS
2851
2852
  # The `serverless` engine mode only applies for Aurora Serverless v1 DB
2852
2853
  # clusters.
2853
2854
  #
2854
- # Limitations and requirements apply to some DB engine modes. For more
2855
- # information, see the following sections in the *Amazon Aurora User
2855
+ # For information about limitations and requirements for Serverless DB
2856
+ # clusters, see the following sections in the *Amazon Aurora User
2856
2857
  # Guide*:
2857
2858
  #
2858
2859
  # * [Limitations of Aurora Serverless v1][1]
2859
2860
  #
2860
2861
  # * [Requirements for Aurora Serverless v2][2]
2861
2862
  #
2862
- # * [Limitations of parallel query][3]
2863
- #
2864
- # * [Limitations of Aurora global databases][4]
2865
- #
2866
2863
  # Valid for: Aurora DB clusters only
2867
2864
  #
2868
2865
  #
2869
2866
  #
2870
2867
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations
2871
2868
  # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html
2872
- # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-parallel-query.html#aurora-mysql-parallel-query-limitations
2873
- # [4]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html#aurora-global-database.limitations
2874
2869
  #
2875
2870
  # @option params [Types::ScalingConfiguration] :scaling_configuration
2876
2871
  # For DB clusters in `serverless` DB engine mode, the scaling properties
@@ -2984,13 +2979,15 @@ module Aws::RDS
2984
2979
  #
2985
2980
  # This setting is required to create a Multi-AZ DB cluster.
2986
2981
  #
2987
- # Valid values: `io1`
2982
+ # When specified for a Multi-AZ DB cluster, a value for the `Iops`
2983
+ # parameter is required.
2988
2984
  #
2989
- # When specified, a value for the `Iops` parameter is required.
2985
+ # Valid values: `aurora`, `aurora-iopt1` (Aurora DB clusters); `io1`
2986
+ # (Multi-AZ DB clusters)
2990
2987
  #
2991
- # Default: `io1`
2988
+ # Default: `aurora` (Aurora DB clusters); `io1` (Multi-AZ DB clusters)
2992
2989
  #
2993
- # Valid for: Multi-AZ DB clusters only
2990
+ # Valid for: Aurora DB clusters and Multi-AZ DB clusters
2994
2991
  #
2995
2992
  # @option params [Integer] :iops
2996
2993
  # The amount of Provisioned IOPS (input/output operations per second) to
@@ -3520,6 +3517,7 @@ module Aws::RDS
3520
3517
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
3521
3518
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
3522
3519
  # resp.db_cluster.pending_modified_values.iops #=> Integer
3520
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
3523
3521
  # resp.db_cluster.db_cluster_instance_class #=> String
3524
3522
  # resp.db_cluster.storage_type #=> String
3525
3523
  # resp.db_cluster.iops #=> Integer
@@ -3537,6 +3535,7 @@ module Aws::RDS
3537
3535
  # resp.db_cluster.master_user_secret.secret_arn #=> String
3538
3536
  # resp.db_cluster.master_user_secret.secret_status #=> String
3539
3537
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
3538
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
3540
3539
  #
3541
3540
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBCluster AWS API Documentation
3542
3541
  #
@@ -3961,6 +3960,7 @@ module Aws::RDS
3961
3960
  # resp.db_cluster_snapshot.tag_list[0].key #=> String
3962
3961
  # resp.db_cluster_snapshot.tag_list[0].value #=> String
3963
3962
  # resp.db_cluster_snapshot.db_system_id #=> String
3963
+ # resp.db_cluster_snapshot.storage_type #=> String
3964
3964
  #
3965
3965
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBClusterSnapshot AWS API Documentation
3966
3966
  #
@@ -8074,6 +8074,7 @@ module Aws::RDS
8074
8074
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
8075
8075
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
8076
8076
  # resp.db_cluster.pending_modified_values.iops #=> Integer
8077
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
8077
8078
  # resp.db_cluster.db_cluster_instance_class #=> String
8078
8079
  # resp.db_cluster.storage_type #=> String
8079
8080
  # resp.db_cluster.iops #=> Integer
@@ -8091,6 +8092,7 @@ module Aws::RDS
8091
8092
  # resp.db_cluster.master_user_secret.secret_arn #=> String
8092
8093
  # resp.db_cluster.master_user_secret.secret_status #=> String
8093
8094
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
8095
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
8094
8096
  #
8095
8097
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBCluster AWS API Documentation
8096
8098
  #
@@ -8334,6 +8336,7 @@ module Aws::RDS
8334
8336
  # resp.db_cluster_snapshot.tag_list[0].key #=> String
8335
8337
  # resp.db_cluster_snapshot.tag_list[0].value #=> String
8336
8338
  # resp.db_cluster_snapshot.db_system_id #=> String
8339
+ # resp.db_cluster_snapshot.storage_type #=> String
8337
8340
  #
8338
8341
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBClusterSnapshot AWS API Documentation
8339
8342
  #
@@ -9914,8 +9917,7 @@ module Aws::RDS
9914
9917
  # Constraints:
9915
9918
  #
9916
9919
  # * Must contain a valid universally unique identifier (UUID). For more
9917
- # information about UUIDs, see [A Universally Unique Identifier (UUID)
9918
- # URN Namespace][1].
9920
+ # information about UUIDs, see [Universally unique identifier][1].
9919
9921
  #
9920
9922
  # ^
9921
9923
  #
@@ -9923,7 +9925,7 @@ module Aws::RDS
9923
9925
  #
9924
9926
  #
9925
9927
  #
9926
- # [1]: http://www.ietf.org/rfc/rfc4122.txt
9928
+ # [1]: https://en.wikipedia.org/wiki/Universally_unique_identifier
9927
9929
  #
9928
9930
  # @option params [Array<Types::Filter>] :filters
9929
9931
  # A filter that specifies one or more DB clusters to describe. Supported
@@ -10762,6 +10764,7 @@ module Aws::RDS
10762
10764
  # resp.db_cluster_snapshots[0].tag_list[0].key #=> String
10763
10765
  # resp.db_cluster_snapshots[0].tag_list[0].value #=> String
10764
10766
  # resp.db_cluster_snapshots[0].db_system_id #=> String
10767
+ # resp.db_cluster_snapshots[0].storage_type #=> String
10765
10768
  #
10766
10769
  #
10767
10770
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -11069,6 +11072,7 @@ module Aws::RDS
11069
11072
  # resp.db_clusters[0].pending_modified_values.backup_retention_period #=> Integer
11070
11073
  # resp.db_clusters[0].pending_modified_values.allocated_storage #=> Integer
11071
11074
  # resp.db_clusters[0].pending_modified_values.iops #=> Integer
11075
+ # resp.db_clusters[0].pending_modified_values.storage_type #=> String
11072
11076
  # resp.db_clusters[0].db_cluster_instance_class #=> String
11073
11077
  # resp.db_clusters[0].storage_type #=> String
11074
11078
  # resp.db_clusters[0].iops #=> Integer
@@ -11086,6 +11090,7 @@ module Aws::RDS
11086
11090
  # resp.db_clusters[0].master_user_secret.secret_arn #=> String
11087
11091
  # resp.db_clusters[0].master_user_secret.secret_status #=> String
11088
11092
  # resp.db_clusters[0].master_user_secret.kms_key_id #=> String
11093
+ # resp.db_clusters[0].io_optimized_next_allowed_modification_time #=> Time
11089
11094
  #
11090
11095
  #
11091
11096
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -15554,6 +15559,7 @@ module Aws::RDS
15554
15559
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
15555
15560
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
15556
15561
  # resp.db_cluster.pending_modified_values.iops #=> Integer
15562
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
15557
15563
  # resp.db_cluster.db_cluster_instance_class #=> String
15558
15564
  # resp.db_cluster.storage_type #=> String
15559
15565
  # resp.db_cluster.iops #=> Integer
@@ -15571,6 +15577,7 @@ module Aws::RDS
15571
15577
  # resp.db_cluster.master_user_secret.secret_arn #=> String
15572
15578
  # resp.db_cluster.master_user_secret.secret_status #=> String
15573
15579
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
15580
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
15574
15581
  #
15575
15582
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/FailoverDBCluster AWS API Documentation
15576
15583
  #
@@ -16583,13 +16590,15 @@ module Aws::RDS
16583
16590
  # @option params [String] :storage_type
16584
16591
  # Specifies the storage type to be associated with the DB cluster.
16585
16592
  #
16586
- # Valid values: `io1`
16593
+ # When specified for a Multi-AZ DB cluster, a value for the `Iops`
16594
+ # parameter is required.
16587
16595
  #
16588
- # When specified, a value for the `Iops` parameter is required.
16596
+ # Valid values: `aurora`, `aurora-iopt1` (Aurora DB clusters); `io1`
16597
+ # (Multi-AZ DB clusters)
16589
16598
  #
16590
- # Default: `io1`
16599
+ # Default: `aurora` (Aurora DB clusters); `io1` (Multi-AZ DB clusters)
16591
16600
  #
16592
- # Valid for: Multi-AZ DB clusters only
16601
+ # Valid for: Aurora DB clusters and Multi-AZ DB clusters
16593
16602
  #
16594
16603
  # @option params [Integer] :iops
16595
16604
  # The amount of Provisioned IOPS (input/output operations per second) to
@@ -17078,6 +17087,7 @@ module Aws::RDS
17078
17087
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
17079
17088
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
17080
17089
  # resp.db_cluster.pending_modified_values.iops #=> Integer
17090
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
17081
17091
  # resp.db_cluster.db_cluster_instance_class #=> String
17082
17092
  # resp.db_cluster.storage_type #=> String
17083
17093
  # resp.db_cluster.iops #=> Integer
@@ -17095,6 +17105,7 @@ module Aws::RDS
17095
17105
  # resp.db_cluster.master_user_secret.secret_arn #=> String
17096
17106
  # resp.db_cluster.master_user_secret.secret_status #=> String
17097
17107
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
17108
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
17098
17109
  #
17099
17110
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBCluster AWS API Documentation
17100
17111
  #
@@ -18310,15 +18321,15 @@ module Aws::RDS
18310
18321
  # A value that indicates whether to manage the master user password with
18311
18322
  # Amazon Web Services Secrets Manager.
18312
18323
  #
18313
- # If the DB cluster doesn't manage the master user password with Amazon
18314
- # Web Services Secrets Manager, you can turn on this management. In this
18315
- # case, you can't specify `MasterUserPassword`.
18324
+ # If the DB instance doesn't manage the master user password with
18325
+ # Amazon Web Services Secrets Manager, you can turn on this management.
18326
+ # In this case, you can't specify `MasterUserPassword`.
18316
18327
  #
18317
- # If the DB cluster already manages the master user password with Amazon
18318
- # Web Services Secrets Manager, and you specify that the master user
18319
- # password is not managed with Amazon Web Services Secrets Manager, then
18320
- # you must specify `MasterUserPassword`. In this case, RDS deletes the
18321
- # secret and uses the new password for the master user specified by
18328
+ # If the DB instance already manages the master user password with
18329
+ # Amazon Web Services Secrets Manager, and you specify that the master
18330
+ # user password is not managed with Amazon Web Services Secrets Manager,
18331
+ # then you must specify `MasterUserPassword`. In this case, RDS deletes
18332
+ # the secret and uses the new password for the master user specified by
18322
18333
  # `MasterUserPassword`.
18323
18334
  #
18324
18335
  # For more information, see [Password management with Amazon Web
@@ -20190,6 +20201,7 @@ module Aws::RDS
20190
20201
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
20191
20202
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
20192
20203
  # resp.db_cluster.pending_modified_values.iops #=> Integer
20204
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
20193
20205
  # resp.db_cluster.db_cluster_instance_class #=> String
20194
20206
  # resp.db_cluster.storage_type #=> String
20195
20207
  # resp.db_cluster.iops #=> Integer
@@ -20207,6 +20219,7 @@ module Aws::RDS
20207
20219
  # resp.db_cluster.master_user_secret.secret_arn #=> String
20208
20220
  # resp.db_cluster.master_user_secret.secret_status #=> String
20209
20221
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
20222
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
20210
20223
  #
20211
20224
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplicaDBCluster AWS API Documentation
20212
20225
  #
@@ -20459,6 +20472,7 @@ module Aws::RDS
20459
20472
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
20460
20473
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
20461
20474
  # resp.db_cluster.pending_modified_values.iops #=> Integer
20475
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
20462
20476
  # resp.db_cluster.db_cluster_instance_class #=> String
20463
20477
  # resp.db_cluster.storage_type #=> String
20464
20478
  # resp.db_cluster.iops #=> Integer
@@ -20476,6 +20490,7 @@ module Aws::RDS
20476
20490
  # resp.db_cluster.master_user_secret.secret_arn #=> String
20477
20491
  # resp.db_cluster.master_user_secret.secret_status #=> String
20478
20492
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
20493
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
20479
20494
  #
20480
20495
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBCluster AWS API Documentation
20481
20496
  #
@@ -21678,6 +21693,15 @@ module Aws::RDS
21678
21693
  # Amazon Web Services account has a different default KMS key for each
21679
21694
  # Amazon Web Services Region.
21680
21695
  #
21696
+ # @option params [String] :storage_type
21697
+ # Specifies the storage type to be associated with the DB cluster.
21698
+ #
21699
+ # Valid values: `aurora`, `aurora-iopt1`
21700
+ #
21701
+ # Default: `aurora`
21702
+ #
21703
+ # Valid for: Aurora DB clusters only
21704
+ #
21681
21705
  # @return [Types::RestoreDBClusterFromS3Result] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
21682
21706
  #
21683
21707
  # * {Types::RestoreDBClusterFromS3Result#db_cluster #db_cluster} => Types::DBCluster
@@ -21797,6 +21821,7 @@ module Aws::RDS
21797
21821
  # network_type: "String",
21798
21822
  # manage_master_user_password: false,
21799
21823
  # master_user_secret_kms_key_id: "String",
21824
+ # storage_type: "String",
21800
21825
  # })
21801
21826
  #
21802
21827
  # @example Response structure
@@ -21894,6 +21919,7 @@ module Aws::RDS
21894
21919
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
21895
21920
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
21896
21921
  # resp.db_cluster.pending_modified_values.iops #=> Integer
21922
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
21897
21923
  # resp.db_cluster.db_cluster_instance_class #=> String
21898
21924
  # resp.db_cluster.storage_type #=> String
21899
21925
  # resp.db_cluster.iops #=> Integer
@@ -21911,6 +21937,7 @@ module Aws::RDS
21911
21937
  # resp.db_cluster.master_user_secret.secret_arn #=> String
21912
21938
  # resp.db_cluster.master_user_secret.secret_status #=> String
21913
21939
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
21940
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
21914
21941
  #
21915
21942
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromS3 AWS API Documentation
21916
21943
  #
@@ -22268,14 +22295,15 @@ module Aws::RDS
22268
22295
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
22269
22296
  #
22270
22297
  # @option params [String] :storage_type
22271
- # Specifies the storage type to be associated with the each DB instance
22272
- # in the Multi-AZ DB cluster.
22298
+ # Specifies the storage type to be associated with the DB cluster.
22273
22299
  #
22274
- # Valid values: `io1`
22300
+ # When specified for a Multi-AZ DB cluster, a value for the `Iops`
22301
+ # parameter is required.
22275
22302
  #
22276
- # When specified, a value for the `Iops` parameter is required.
22303
+ # Valid values: `aurora`, `aurora-iopt1` (Aurora DB clusters); `io1`
22304
+ # (Multi-AZ DB clusters)
22277
22305
  #
22278
- # Default: `io1`
22306
+ # Default: `aurora` (Aurora DB clusters); `io1` (Multi-AZ DB clusters)
22279
22307
  #
22280
22308
  # Valid for: Aurora DB clusters and Multi-AZ DB clusters
22281
22309
  #
@@ -22579,6 +22607,7 @@ module Aws::RDS
22579
22607
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
22580
22608
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
22581
22609
  # resp.db_cluster.pending_modified_values.iops #=> Integer
22610
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
22582
22611
  # resp.db_cluster.db_cluster_instance_class #=> String
22583
22612
  # resp.db_cluster.storage_type #=> String
22584
22613
  # resp.db_cluster.iops #=> Integer
@@ -22596,6 +22625,7 @@ module Aws::RDS
22596
22625
  # resp.db_cluster.master_user_secret.secret_arn #=> String
22597
22626
  # resp.db_cluster.master_user_secret.secret_status #=> String
22598
22627
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
22628
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
22599
22629
  #
22600
22630
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromSnapshot AWS API Documentation
22601
22631
  #
@@ -22924,16 +22954,17 @@ module Aws::RDS
22924
22954
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
22925
22955
  #
22926
22956
  # @option params [String] :storage_type
22927
- # Specifies the storage type to be associated with the each DB instance
22928
- # in the Multi-AZ DB cluster.
22957
+ # Specifies the storage type to be associated with the DB cluster.
22929
22958
  #
22930
- # Valid values: `io1`
22959
+ # When specified for a Multi-AZ DB cluster, a value for the `Iops`
22960
+ # parameter is required.
22931
22961
  #
22932
- # When specified, a value for the `Iops` parameter is required.
22962
+ # Valid values: `aurora`, `aurora-iopt1` (Aurora DB clusters); `io1`
22963
+ # (Multi-AZ DB clusters)
22933
22964
  #
22934
- # Default: `io1`
22965
+ # Default: `aurora` (Aurora DB clusters); `io1` (Multi-AZ DB clusters)
22935
22966
  #
22936
- # Valid for: Multi-AZ DB clusters only
22967
+ # Valid for: Aurora DB clusters and Multi-AZ DB clusters
22937
22968
  #
22938
22969
  # @option params [Boolean] :publicly_accessible
22939
22970
  # A value that indicates whether the DB cluster is publicly accessible.
@@ -23233,6 +23264,7 @@ module Aws::RDS
23233
23264
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
23234
23265
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
23235
23266
  # resp.db_cluster.pending_modified_values.iops #=> Integer
23267
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
23236
23268
  # resp.db_cluster.db_cluster_instance_class #=> String
23237
23269
  # resp.db_cluster.storage_type #=> String
23238
23270
  # resp.db_cluster.iops #=> Integer
@@ -23250,6 +23282,7 @@ module Aws::RDS
23250
23282
  # resp.db_cluster.master_user_secret.secret_arn #=> String
23251
23283
  # resp.db_cluster.master_user_secret.secret_status #=> String
23252
23284
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
23285
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
23253
23286
  #
23254
23287
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterToPointInTime AWS API Documentation
23255
23288
  #
@@ -25823,6 +25856,7 @@ module Aws::RDS
25823
25856
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
25824
25857
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
25825
25858
  # resp.db_cluster.pending_modified_values.iops #=> Integer
25859
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
25826
25860
  # resp.db_cluster.db_cluster_instance_class #=> String
25827
25861
  # resp.db_cluster.storage_type #=> String
25828
25862
  # resp.db_cluster.iops #=> Integer
@@ -25840,6 +25874,7 @@ module Aws::RDS
25840
25874
  # resp.db_cluster.master_user_secret.secret_arn #=> String
25841
25875
  # resp.db_cluster.master_user_secret.secret_status #=> String
25842
25876
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
25877
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
25843
25878
  #
25844
25879
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBCluster AWS API Documentation
25845
25880
  #
@@ -26623,6 +26658,7 @@ module Aws::RDS
26623
26658
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
26624
26659
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
26625
26660
  # resp.db_cluster.pending_modified_values.iops #=> Integer
26661
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
26626
26662
  # resp.db_cluster.db_cluster_instance_class #=> String
26627
26663
  # resp.db_cluster.storage_type #=> String
26628
26664
  # resp.db_cluster.iops #=> Integer
@@ -26640,6 +26676,7 @@ module Aws::RDS
26640
26676
  # resp.db_cluster.master_user_secret.secret_arn #=> String
26641
26677
  # resp.db_cluster.master_user_secret.secret_status #=> String
26642
26678
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
26679
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
26643
26680
  #
26644
26681
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBCluster AWS API Documentation
26645
26682
  #
@@ -27375,7 +27412,7 @@ module Aws::RDS
27375
27412
  params: params,
27376
27413
  config: config)
27377
27414
  context[:gem_name] = 'aws-sdk-rds'
27378
- context[:gem_version] = '1.177.0'
27415
+ context[:gem_version] = '1.178.0'
27379
27416
  Seahorse::Client::Request.new(handlers, context)
27380
27417
  end
27381
27418
 
@@ -598,6 +598,7 @@ module Aws::RDS
598
598
  StopDBInstanceMessage = Shapes::StructureShape.new(name: 'StopDBInstanceMessage')
599
599
  StopDBInstanceResult = Shapes::StructureShape.new(name: 'StopDBInstanceResult')
600
600
  StorageQuotaExceededFault = Shapes::StructureShape.new(name: 'StorageQuotaExceededFault')
601
+ StorageTypeNotAvailableFault = Shapes::StructureShape.new(name: 'StorageTypeNotAvailableFault')
601
602
  StorageTypeNotSupportedFault = Shapes::StructureShape.new(name: 'StorageTypeNotSupportedFault')
602
603
  String = Shapes::StringShape.new(name: 'String')
603
604
  String255 = Shapes::StringShape.new(name: 'String255')
@@ -797,6 +798,7 @@ module Aws::RDS
797
798
  ClusterPendingModifiedValues.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
798
799
  ClusterPendingModifiedValues.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
799
800
  ClusterPendingModifiedValues.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
801
+ ClusterPendingModifiedValues.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
800
802
  ClusterPendingModifiedValues.struct_class = Types::ClusterPendingModifiedValues
801
803
 
802
804
  ConnectionPoolConfiguration.add_member(:max_connections_percent, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxConnectionsPercent"))
@@ -1252,6 +1254,7 @@ module Aws::RDS
1252
1254
  DBCluster.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
1253
1255
  DBCluster.add_member(:db_system_id, Shapes::ShapeRef.new(shape: String, location_name: "DBSystemId"))
1254
1256
  DBCluster.add_member(:master_user_secret, Shapes::ShapeRef.new(shape: MasterUserSecret, location_name: "MasterUserSecret"))
1257
+ DBCluster.add_member(:io_optimized_next_allowed_modification_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "IOOptimizedNextAllowedModificationTime"))
1255
1258
  DBCluster.struct_class = Types::DBCluster
1256
1259
 
1257
1260
  DBClusterAlreadyExistsFault.struct_class = Types::DBClusterAlreadyExistsFault
@@ -1384,6 +1387,7 @@ module Aws::RDS
1384
1387
  DBClusterSnapshot.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "IAMDatabaseAuthenticationEnabled"))
1385
1388
  DBClusterSnapshot.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
1386
1389
  DBClusterSnapshot.add_member(:db_system_id, Shapes::ShapeRef.new(shape: String, location_name: "DBSystemId"))
1390
+ DBClusterSnapshot.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
1387
1391
  DBClusterSnapshot.struct_class = Types::DBClusterSnapshot
1388
1392
 
1389
1393
  DBClusterSnapshotAlreadyExistsFault.struct_class = Types::DBClusterSnapshotAlreadyExistsFault
@@ -3186,6 +3190,7 @@ module Aws::RDS
3186
3190
  RestoreDBClusterFromS3Message.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
3187
3191
  RestoreDBClusterFromS3Message.add_member(:manage_master_user_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ManageMasterUserPassword"))
3188
3192
  RestoreDBClusterFromS3Message.add_member(:master_user_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserSecretKmsKeyId"))
3193
+ RestoreDBClusterFromS3Message.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
3189
3194
  RestoreDBClusterFromS3Message.struct_class = Types::RestoreDBClusterFromS3Message
3190
3195
 
3191
3196
  RestoreDBClusterFromS3Result.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
@@ -3537,6 +3542,8 @@ module Aws::RDS
3537
3542
 
3538
3543
  StorageQuotaExceededFault.struct_class = Types::StorageQuotaExceededFault
3539
3544
 
3545
+ StorageTypeNotAvailableFault.struct_class = Types::StorageTypeNotAvailableFault
3546
+
3540
3547
  StorageTypeNotSupportedFault.struct_class = Types::StorageTypeNotSupportedFault
3541
3548
 
3542
3549
  StringList.member = Shapes::ShapeRef.new(shape: String)
@@ -4944,6 +4951,7 @@ module Aws::RDS
4944
4951
  o.errors << Shapes::ShapeRef.new(shape: DBClusterAlreadyExistsFault)
4945
4952
  o.errors << Shapes::ShapeRef.new(shape: DBInstanceAlreadyExistsFault)
4946
4953
  o.errors << Shapes::ShapeRef.new(shape: DomainNotFoundFault)
4954
+ o.errors << Shapes::ShapeRef.new(shape: StorageTypeNotAvailableFault)
4947
4955
  end)
4948
4956
 
4949
4957
  api.add_operation(:modify_db_cluster_endpoint, Seahorse::Model::Operation.new.tap do |o|
@@ -5287,6 +5295,7 @@ module Aws::RDS
5287
5295
  o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
5288
5296
  o.errors << Shapes::ShapeRef.new(shape: DomainNotFoundFault)
5289
5297
  o.errors << Shapes::ShapeRef.new(shape: InsufficientStorageClusterCapacityFault)
5298
+ o.errors << Shapes::ShapeRef.new(shape: StorageTypeNotSupportedFault)
5290
5299
  end)
5291
5300
 
5292
5301
  api.add_operation(:restore_db_cluster_from_snapshot, Seahorse::Model::Operation.new.tap do |o|
@@ -343,8 +343,8 @@ module Aws::RDS
343
343
  data[:capacity]
344
344
  end
345
345
 
346
- # The DB engine mode of the DB cluster, either `provisioned`,
347
- # `serverless`, `parallelquery`, `global`, or `multimaster`.
346
+ # The DB engine mode of the DB cluster, either `provisioned` or
347
+ # `serverless`.
348
348
  #
349
349
  # For more information, see [ CreateDBCluster][1].
350
350
  #
@@ -495,8 +495,6 @@ module Aws::RDS
495
495
  end
496
496
 
497
497
  # The storage type associated with the DB cluster.
498
- #
499
- # This setting is only for non-Aurora Multi-AZ DB clusters.
500
498
  # @return [String]
501
499
  def storage_type
502
500
  data[:storage_type]
@@ -666,6 +664,15 @@ module Aws::RDS
666
664
  data[:master_user_secret]
667
665
  end
668
666
 
667
+ # The next time you can modify the DB cluster to use the `aurora-iopt1`
668
+ # storage type.
669
+ #
670
+ # This setting is only for Aurora DB clusters.
671
+ # @return [Time]
672
+ def io_optimized_next_allowed_modification_time
673
+ data[:io_optimized_next_allowed_modification_time]
674
+ end
675
+
669
676
  # @!endgroup
670
677
 
671
678
  # @return [Client]
@@ -1261,26 +1268,20 @@ module Aws::RDS
1261
1268
  # The `serverless` engine mode only applies for Aurora Serverless v1 DB
1262
1269
  # clusters.
1263
1270
  #
1264
- # Limitations and requirements apply to some DB engine modes. For more
1265
- # information, see the following sections in the *Amazon Aurora User
1271
+ # For information about limitations and requirements for Serverless DB
1272
+ # clusters, see the following sections in the *Amazon Aurora User
1266
1273
  # Guide*:
1267
1274
  #
1268
1275
  # * [Limitations of Aurora Serverless v1][1]
1269
1276
  #
1270
1277
  # * [Requirements for Aurora Serverless v2][2]
1271
1278
  #
1272
- # * [Limitations of parallel query][3]
1273
- #
1274
- # * [Limitations of Aurora global databases][4]
1275
- #
1276
1279
  # Valid for: Aurora DB clusters only
1277
1280
  #
1278
1281
  #
1279
1282
  #
1280
1283
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations
1281
1284
  # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html
1282
- # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-parallel-query.html#aurora-mysql-parallel-query-limitations
1283
- # [4]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html#aurora-global-database.limitations
1284
1285
  # @option options [Types::ScalingConfiguration] :scaling_configuration
1285
1286
  # For DB clusters in `serverless` DB engine mode, the scaling properties
1286
1287
  # of the DB cluster.
@@ -1383,13 +1384,15 @@ module Aws::RDS
1383
1384
  #
1384
1385
  # This setting is required to create a Multi-AZ DB cluster.
1385
1386
  #
1386
- # Valid values: `io1`
1387
+ # When specified for a Multi-AZ DB cluster, a value for the `Iops`
1388
+ # parameter is required.
1387
1389
  #
1388
- # When specified, a value for the `Iops` parameter is required.
1390
+ # Valid values: `aurora`, `aurora-iopt1` (Aurora DB clusters); `io1`
1391
+ # (Multi-AZ DB clusters)
1389
1392
  #
1390
- # Default: `io1`
1393
+ # Default: `aurora` (Aurora DB clusters); `io1` (Multi-AZ DB clusters)
1391
1394
  #
1392
- # Valid for: Multi-AZ DB clusters only
1395
+ # Valid for: Aurora DB clusters and Multi-AZ DB clusters
1393
1396
  # @option options [Integer] :iops
1394
1397
  # The amount of Provisioned IOPS (input/output operations per second) to
1395
1398
  # be initially allocated for each DB instance in the Multi-AZ DB
@@ -2127,13 +2130,15 @@ module Aws::RDS
2127
2130
  # @option options [String] :storage_type
2128
2131
  # Specifies the storage type to be associated with the DB cluster.
2129
2132
  #
2130
- # Valid values: `io1`
2133
+ # When specified for a Multi-AZ DB cluster, a value for the `Iops`
2134
+ # parameter is required.
2131
2135
  #
2132
- # When specified, a value for the `Iops` parameter is required.
2136
+ # Valid values: `aurora`, `aurora-iopt1` (Aurora DB clusters); `io1`
2137
+ # (Multi-AZ DB clusters)
2133
2138
  #
2134
- # Default: `io1`
2139
+ # Default: `aurora` (Aurora DB clusters); `io1` (Multi-AZ DB clusters)
2135
2140
  #
2136
- # Valid for: Multi-AZ DB clusters only
2141
+ # Valid for: Aurora DB clusters and Multi-AZ DB clusters
2137
2142
  # @option options [Integer] :iops
2138
2143
  # The amount of Provisioned IOPS (input/output operations per second) to
2139
2144
  # be initially allocated for each DB instance in the Multi-AZ DB
@@ -2689,16 +2694,17 @@ module Aws::RDS
2689
2694
  #
2690
2695
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
2691
2696
  # @option options [String] :storage_type
2692
- # Specifies the storage type to be associated with the each DB instance
2693
- # in the Multi-AZ DB cluster.
2697
+ # Specifies the storage type to be associated with the DB cluster.
2694
2698
  #
2695
- # Valid values: `io1`
2699
+ # When specified for a Multi-AZ DB cluster, a value for the `Iops`
2700
+ # parameter is required.
2696
2701
  #
2697
- # When specified, a value for the `Iops` parameter is required.
2702
+ # Valid values: `aurora`, `aurora-iopt1` (Aurora DB clusters); `io1`
2703
+ # (Multi-AZ DB clusters)
2698
2704
  #
2699
- # Default: `io1`
2705
+ # Default: `aurora` (Aurora DB clusters); `io1` (Multi-AZ DB clusters)
2700
2706
  #
2701
- # Valid for: Multi-AZ DB clusters only
2707
+ # Valid for: Aurora DB clusters and Multi-AZ DB clusters
2702
2708
  # @option options [Boolean] :publicly_accessible
2703
2709
  # A value that indicates whether the DB cluster is publicly accessible.
2704
2710
  #
@@ -197,6 +197,14 @@ module Aws::RDS
197
197
  data[:db_system_id]
198
198
  end
199
199
 
200
+ # The storage type associated with the DB cluster snapshot.
201
+ #
202
+ # This setting is only for Aurora DB clusters.
203
+ # @return [String]
204
+ def storage_type
205
+ data[:storage_type]
206
+ end
207
+
200
208
  # @!endgroup
201
209
 
202
210
  # @return [Client]
@@ -840,14 +848,15 @@ module Aws::RDS
840
848
  #
841
849
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
842
850
  # @option options [String] :storage_type
843
- # Specifies the storage type to be associated with the each DB instance
844
- # in the Multi-AZ DB cluster.
851
+ # Specifies the storage type to be associated with the DB cluster.
845
852
  #
846
- # Valid values: `io1`
853
+ # When specified for a Multi-AZ DB cluster, a value for the `Iops`
854
+ # parameter is required.
847
855
  #
848
- # When specified, a value for the `Iops` parameter is required.
856
+ # Valid values: `aurora`, `aurora-iopt1` (Aurora DB clusters); `io1`
857
+ # (Multi-AZ DB clusters)
849
858
  #
850
- # Default: `io1`
859
+ # Default: `aurora` (Aurora DB clusters); `io1` (Multi-AZ DB clusters)
851
860
  #
852
861
  # Valid for: Aurora DB clusters and Multi-AZ DB clusters
853
862
  # @option options [Integer] :iops
@@ -462,13 +462,15 @@ module Aws::RDS
462
462
  # True if mapping of Amazon Web Services Identity and Access Management
463
463
  # (IAM) accounts to database accounts is enabled, and otherwise false.
464
464
  #
465
- # IAM database authentication can be enabled for the following database
466
- # engines:
465
+ # For a list of engine versions that support IAM database
466
+ # authentication, see [IAM database authentication][1] in the *Amazon
467
+ # RDS User Guide* and [IAM database authentication in Aurora][2] in the
468
+ # *Amazon Aurora User Guide*.
467
469
  #
468
- # * For MySQL 5.7, minor version 5.7.16 or higher.
469
470
  #
470
- # * For Amazon Aurora, all versions of Aurora MySQL and Aurora
471
- # PostgreSQL.
471
+ #
472
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RDS_Fea_Regions_DB-eng.Feature.IamDatabaseAuthentication.html
473
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.Aurora_Fea_Regions_DB-eng.Feature.IAMdbauth.html
472
474
  # @return [Boolean]
473
475
  def iam_database_authentication_enabled
474
476
  data[:iam_database_authentication_enabled]
@@ -3631,15 +3633,15 @@ module Aws::RDS
3631
3633
  # A value that indicates whether to manage the master user password with
3632
3634
  # Amazon Web Services Secrets Manager.
3633
3635
  #
3634
- # If the DB cluster doesn't manage the master user password with Amazon
3635
- # Web Services Secrets Manager, you can turn on this management. In this
3636
- # case, you can't specify `MasterUserPassword`.
3636
+ # If the DB instance doesn't manage the master user password with
3637
+ # Amazon Web Services Secrets Manager, you can turn on this management.
3638
+ # In this case, you can't specify `MasterUserPassword`.
3637
3639
  #
3638
- # If the DB cluster already manages the master user password with Amazon
3639
- # Web Services Secrets Manager, and you specify that the master user
3640
- # password is not managed with Amazon Web Services Secrets Manager, then
3641
- # you must specify `MasterUserPassword`. In this case, RDS deletes the
3642
- # secret and uses the new password for the master user specified by
3640
+ # If the DB instance already manages the master user password with
3641
+ # Amazon Web Services Secrets Manager, and you specify that the master
3642
+ # user password is not managed with Amazon Web Services Secrets Manager,
3643
+ # then you must specify `MasterUserPassword`. In this case, RDS deletes
3644
+ # the secret and uses the new password for the master user specified by
3643
3645
  # `MasterUserPassword`.
3644
3646
  #
3645
3647
  # For more information, see [Password management with Amazon Web
@@ -147,6 +147,7 @@ module Aws::RDS
147
147
  # * {SourceDatabaseNotSupportedFault}
148
148
  # * {SourceNotFoundFault}
149
149
  # * {StorageQuotaExceededFault}
150
+ # * {StorageTypeNotAvailableFault}
150
151
  # * {StorageTypeNotSupportedFault}
151
152
  # * {SubnetAlreadyInUse}
152
153
  # * {SubscriptionAlreadyExistFault}
@@ -1359,6 +1360,16 @@ module Aws::RDS
1359
1360
  end
1360
1361
  end
1361
1362
 
1363
+ class StorageTypeNotAvailableFault < ServiceError
1364
+
1365
+ # @param [Seahorse::Client::RequestContext] context
1366
+ # @param [String] message
1367
+ # @param [Aws::RDS::Types::StorageTypeNotAvailableFault] data
1368
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1369
+ super(context, message, data)
1370
+ end
1371
+ end
1372
+
1362
1373
  class StorageTypeNotSupportedFault < ServiceError
1363
1374
 
1364
1375
  # @param [Seahorse::Client::RequestContext] context
@@ -512,26 +512,20 @@ module Aws::RDS
512
512
  # The `serverless` engine mode only applies for Aurora Serverless v1 DB
513
513
  # clusters.
514
514
  #
515
- # Limitations and requirements apply to some DB engine modes. For more
516
- # information, see the following sections in the *Amazon Aurora User
515
+ # For information about limitations and requirements for Serverless DB
516
+ # clusters, see the following sections in the *Amazon Aurora User
517
517
  # Guide*:
518
518
  #
519
519
  # * [Limitations of Aurora Serverless v1][1]
520
520
  #
521
521
  # * [Requirements for Aurora Serverless v2][2]
522
522
  #
523
- # * [Limitations of parallel query][3]
524
- #
525
- # * [Limitations of Aurora global databases][4]
526
- #
527
523
  # Valid for: Aurora DB clusters only
528
524
  #
529
525
  #
530
526
  #
531
527
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations
532
528
  # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html
533
- # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-parallel-query.html#aurora-mysql-parallel-query-limitations
534
- # [4]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html#aurora-global-database.limitations
535
529
  # @option options [Types::ScalingConfiguration] :scaling_configuration
536
530
  # For DB clusters in `serverless` DB engine mode, the scaling properties
537
531
  # of the DB cluster.
@@ -634,13 +628,15 @@ module Aws::RDS
634
628
  #
635
629
  # This setting is required to create a Multi-AZ DB cluster.
636
630
  #
637
- # Valid values: `io1`
631
+ # When specified for a Multi-AZ DB cluster, a value for the `Iops`
632
+ # parameter is required.
638
633
  #
639
- # When specified, a value for the `Iops` parameter is required.
634
+ # Valid values: `aurora`, `aurora-iopt1` (Aurora DB clusters); `io1`
635
+ # (Multi-AZ DB clusters)
640
636
  #
641
- # Default: `io1`
637
+ # Default: `aurora` (Aurora DB clusters); `io1` (Multi-AZ DB clusters)
642
638
  #
643
- # Valid for: Multi-AZ DB clusters only
639
+ # Valid for: Aurora DB clusters and Multi-AZ DB clusters
644
640
  # @option options [Integer] :iops
645
641
  # The amount of Provisioned IOPS (input/output operations per second) to
646
642
  # be initially allocated for each DB instance in the Multi-AZ DB
@@ -922,6 +922,10 @@ module Aws::RDS
922
922
  # is only for non-Aurora Multi-AZ DB clusters.
923
923
  # @return [Integer]
924
924
  #
925
+ # @!attribute [rw] storage_type
926
+ # The storage type for the DB cluster.
927
+ # @return [String]
928
+ #
925
929
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ClusterPendingModifiedValues AWS API Documentation
926
930
  #
927
931
  class ClusterPendingModifiedValues < Struct.new(
@@ -932,7 +936,8 @@ module Aws::RDS
932
936
  :engine_version,
933
937
  :backup_retention_period,
934
938
  :allocated_storage,
935
- :iops)
939
+ :iops,
940
+ :storage_type)
936
941
  SENSITIVE = []
937
942
  include Aws::Structure
938
943
  end
@@ -2398,26 +2403,20 @@ module Aws::RDS
2398
2403
  # The `serverless` engine mode only applies for Aurora Serverless v1
2399
2404
  # DB clusters.
2400
2405
  #
2401
- # Limitations and requirements apply to some DB engine modes. For more
2402
- # information, see the following sections in the *Amazon Aurora User
2406
+ # For information about limitations and requirements for Serverless DB
2407
+ # clusters, see the following sections in the *Amazon Aurora User
2403
2408
  # Guide*:
2404
2409
  #
2405
2410
  # * [Limitations of Aurora Serverless v1][1]
2406
2411
  #
2407
2412
  # * [Requirements for Aurora Serverless v2][2]
2408
2413
  #
2409
- # * [Limitations of parallel query][3]
2410
- #
2411
- # * [Limitations of Aurora global databases][4]
2412
- #
2413
2414
  # Valid for: Aurora DB clusters only
2414
2415
  #
2415
2416
  #
2416
2417
  #
2417
2418
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations
2418
2419
  # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html
2419
- # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-parallel-query.html#aurora-mysql-parallel-query-limitations
2420
- # [4]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html#aurora-global-database.limitations
2421
2420
  # @return [String]
2422
2421
  #
2423
2422
  # @!attribute [rw] scaling_configuration
@@ -2543,13 +2542,15 @@ module Aws::RDS
2543
2542
  #
2544
2543
  # This setting is required to create a Multi-AZ DB cluster.
2545
2544
  #
2546
- # Valid values: `io1`
2545
+ # When specified for a Multi-AZ DB cluster, a value for the `Iops`
2546
+ # parameter is required.
2547
2547
  #
2548
- # When specified, a value for the `Iops` parameter is required.
2548
+ # Valid values: `aurora`, `aurora-iopt1` (Aurora DB clusters); `io1`
2549
+ # (Multi-AZ DB clusters)
2549
2550
  #
2550
- # Default: `io1`
2551
+ # Default: `aurora` (Aurora DB clusters); `io1` (Multi-AZ DB clusters)
2551
2552
  #
2552
- # Valid for: Multi-AZ DB clusters only
2553
+ # Valid for: Aurora DB clusters and Multi-AZ DB clusters
2553
2554
  # @return [String]
2554
2555
  #
2555
2556
  # @!attribute [rw] iops
@@ -6054,8 +6055,8 @@ module Aws::RDS
6054
6055
  # @return [Integer]
6055
6056
  #
6056
6057
  # @!attribute [rw] engine_mode
6057
- # The DB engine mode of the DB cluster, either `provisioned`,
6058
- # `serverless`, `parallelquery`, `global`, or `multimaster`.
6058
+ # The DB engine mode of the DB cluster, either `provisioned` or
6059
+ # `serverless`.
6059
6060
  #
6060
6061
  # For more information, see [ CreateDBCluster][1].
6061
6062
  #
@@ -6176,8 +6177,6 @@ module Aws::RDS
6176
6177
  #
6177
6178
  # @!attribute [rw] storage_type
6178
6179
  # The storage type associated with the DB cluster.
6179
- #
6180
- # This setting is only for non-Aurora Multi-AZ DB clusters.
6181
6180
  # @return [String]
6182
6181
  #
6183
6182
  # @!attribute [rw] iops
@@ -6320,6 +6319,13 @@ module Aws::RDS
6320
6319
  # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html
6321
6320
  # @return [Types::MasterUserSecret]
6322
6321
  #
6322
+ # @!attribute [rw] io_optimized_next_allowed_modification_time
6323
+ # The next time you can modify the DB cluster to use the
6324
+ # `aurora-iopt1` storage type.
6325
+ #
6326
+ # This setting is only for Aurora DB clusters.
6327
+ # @return [Time]
6328
+ #
6323
6329
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBCluster AWS API Documentation
6324
6330
  #
6325
6331
  class DBCluster < Struct.new(
@@ -6393,7 +6399,8 @@ module Aws::RDS
6393
6399
  :serverless_v2_scaling_configuration,
6394
6400
  :network_type,
6395
6401
  :db_system_id,
6396
- :master_user_secret)
6402
+ :master_user_secret,
6403
+ :io_optimized_next_allowed_modification_time)
6397
6404
  SENSITIVE = []
6398
6405
  include Aws::Structure
6399
6406
  end
@@ -7030,6 +7037,12 @@ module Aws::RDS
7030
7037
  # Reserved for future use.
7031
7038
  # @return [String]
7032
7039
  #
7040
+ # @!attribute [rw] storage_type
7041
+ # The storage type associated with the DB cluster snapshot.
7042
+ #
7043
+ # This setting is only for Aurora DB clusters.
7044
+ # @return [String]
7045
+ #
7033
7046
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterSnapshot AWS API Documentation
7034
7047
  #
7035
7048
  class DBClusterSnapshot < Struct.new(
@@ -7055,7 +7068,8 @@ module Aws::RDS
7055
7068
  :source_db_cluster_snapshot_arn,
7056
7069
  :iam_database_authentication_enabled,
7057
7070
  :tag_list,
7058
- :db_system_id)
7071
+ :db_system_id,
7072
+ :storage_type)
7059
7073
  SENSITIVE = []
7060
7074
  include Aws::Structure
7061
7075
  end
@@ -7755,13 +7769,15 @@ module Aws::RDS
7755
7769
  # Management (IAM) accounts to database accounts is enabled, and
7756
7770
  # otherwise false.
7757
7771
  #
7758
- # IAM database authentication can be enabled for the following
7759
- # database engines:
7772
+ # For a list of engine versions that support IAM database
7773
+ # authentication, see [IAM database authentication][1] in the *Amazon
7774
+ # RDS User Guide* and [IAM database authentication in Aurora][2] in
7775
+ # the *Amazon Aurora User Guide*.
7776
+ #
7760
7777
  #
7761
- # * For MySQL 5.7, minor version 5.7.16 or higher.
7762
7778
  #
7763
- # * For Amazon Aurora, all versions of Aurora MySQL and Aurora
7764
- # PostgreSQL.
7779
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RDS_Fea_Regions_DB-eng.Feature.IamDatabaseAuthentication.html
7780
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.Aurora_Fea_Regions_DB-eng.Feature.IAMdbauth.html
7765
7781
  # @return [Boolean]
7766
7782
  #
7767
7783
  # @!attribute [rw] performance_insights_enabled
@@ -10328,8 +10344,8 @@ module Aws::RDS
10328
10344
  # Constraints:
10329
10345
  #
10330
10346
  # * Must contain a valid universally unique identifier (UUID). For
10331
- # more information about UUIDs, see [A Universally Unique Identifier
10332
- # (UUID) URN Namespace][1].
10347
+ # more information about UUIDs, see [Universally unique
10348
+ # identifier][1].
10333
10349
  #
10334
10350
  # ^
10335
10351
  #
@@ -10337,7 +10353,7 @@ module Aws::RDS
10337
10353
  #
10338
10354
  #
10339
10355
  #
10340
- # [1]: http://www.ietf.org/rfc/rfc4122.txt
10356
+ # [1]: https://en.wikipedia.org/wiki/Universally_unique_identifier
10341
10357
  # @return [String]
10342
10358
  #
10343
10359
  # @!attribute [rw] filters
@@ -14769,13 +14785,15 @@ module Aws::RDS
14769
14785
  # @!attribute [rw] storage_type
14770
14786
  # Specifies the storage type to be associated with the DB cluster.
14771
14787
  #
14772
- # Valid values: `io1`
14788
+ # When specified for a Multi-AZ DB cluster, a value for the `Iops`
14789
+ # parameter is required.
14773
14790
  #
14774
- # When specified, a value for the `Iops` parameter is required.
14791
+ # Valid values: `aurora`, `aurora-iopt1` (Aurora DB clusters); `io1`
14792
+ # (Multi-AZ DB clusters)
14775
14793
  #
14776
- # Default: `io1`
14794
+ # Default: `aurora` (Aurora DB clusters); `io1` (Multi-AZ DB clusters)
14777
14795
  #
14778
- # Valid for: Multi-AZ DB clusters only
14796
+ # Valid for: Aurora DB clusters and Multi-AZ DB clusters
14779
14797
  # @return [String]
14780
14798
  #
14781
14799
  # @!attribute [rw] iops
@@ -16153,11 +16171,11 @@ module Aws::RDS
16153
16171
  # A value that indicates whether to manage the master user password
16154
16172
  # with Amazon Web Services Secrets Manager.
16155
16173
  #
16156
- # If the DB cluster doesn't manage the master user password with
16174
+ # If the DB instance doesn't manage the master user password with
16157
16175
  # Amazon Web Services Secrets Manager, you can turn on this
16158
16176
  # management. In this case, you can't specify `MasterUserPassword`.
16159
16177
  #
16160
- # If the DB cluster already manages the master user password with
16178
+ # If the DB instance already manages the master user password with
16161
16179
  # Amazon Web Services Secrets Manager, and you specify that the master
16162
16180
  # user password is not managed with Amazon Web Services Secrets
16163
16181
  # Manager, then you must specify `MasterUserPassword`. In this case,
@@ -19325,6 +19343,16 @@ module Aws::RDS
19325
19343
  # each Amazon Web Services Region.
19326
19344
  # @return [String]
19327
19345
  #
19346
+ # @!attribute [rw] storage_type
19347
+ # Specifies the storage type to be associated with the DB cluster.
19348
+ #
19349
+ # Valid values: `aurora`, `aurora-iopt1`
19350
+ #
19351
+ # Default: `aurora`
19352
+ #
19353
+ # Valid for: Aurora DB clusters only
19354
+ # @return [String]
19355
+ #
19328
19356
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromS3Message AWS API Documentation
19329
19357
  #
19330
19358
  class RestoreDBClusterFromS3Message < Struct.new(
@@ -19362,7 +19390,8 @@ module Aws::RDS
19362
19390
  :serverless_v2_scaling_configuration,
19363
19391
  :network_type,
19364
19392
  :manage_master_user_password,
19365
- :master_user_secret_kms_key_id)
19393
+ :master_user_secret_kms_key_id,
19394
+ :storage_type)
19366
19395
  SENSITIVE = []
19367
19396
  include Aws::Structure
19368
19397
  end
@@ -19753,14 +19782,15 @@ module Aws::RDS
19753
19782
  # @return [String]
19754
19783
  #
19755
19784
  # @!attribute [rw] storage_type
19756
- # Specifies the storage type to be associated with the each DB
19757
- # instance in the Multi-AZ DB cluster.
19785
+ # Specifies the storage type to be associated with the DB cluster.
19758
19786
  #
19759
- # Valid values: `io1`
19787
+ # When specified for a Multi-AZ DB cluster, a value for the `Iops`
19788
+ # parameter is required.
19760
19789
  #
19761
- # When specified, a value for the `Iops` parameter is required.
19790
+ # Valid values: `aurora`, `aurora-iopt1` (Aurora DB clusters); `io1`
19791
+ # (Multi-AZ DB clusters)
19762
19792
  #
19763
- # Default: `io1`
19793
+ # Default: `aurora` (Aurora DB clusters); `io1` (Multi-AZ DB clusters)
19764
19794
  #
19765
19795
  # Valid for: Aurora DB clusters and Multi-AZ DB clusters
19766
19796
  # @return [String]
@@ -20244,16 +20274,17 @@ module Aws::RDS
20244
20274
  # @return [String]
20245
20275
  #
20246
20276
  # @!attribute [rw] storage_type
20247
- # Specifies the storage type to be associated with the each DB
20248
- # instance in the Multi-AZ DB cluster.
20277
+ # Specifies the storage type to be associated with the DB cluster.
20249
20278
  #
20250
- # Valid values: `io1`
20279
+ # When specified for a Multi-AZ DB cluster, a value for the `Iops`
20280
+ # parameter is required.
20251
20281
  #
20252
- # When specified, a value for the `Iops` parameter is required.
20282
+ # Valid values: `aurora`, `aurora-iopt1` (Aurora DB clusters); `io1`
20283
+ # (Multi-AZ DB clusters)
20253
20284
  #
20254
- # Default: `io1`
20285
+ # Default: `aurora` (Aurora DB clusters); `io1` (Multi-AZ DB clusters)
20255
20286
  #
20256
- # Valid for: Multi-AZ DB clusters only
20287
+ # Valid for: Aurora DB clusters and Multi-AZ DB clusters
20257
20288
  # @return [String]
20258
20289
  #
20259
20290
  # @!attribute [rw] publicly_accessible
@@ -23073,8 +23104,14 @@ module Aws::RDS
23073
23104
  #
23074
23105
  class StorageQuotaExceededFault < Aws::EmptyStructure; end
23075
23106
 
23076
- # Storage of the `StorageType` specified can't be associated with the
23077
- # DB instance.
23107
+ # The `aurora-iopt1` storage type isn't available, because you modified
23108
+ # the DB cluster to use this storage type less than one month ago.
23109
+ #
23110
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StorageTypeNotAvailableFault AWS API Documentation
23111
+ #
23112
+ class StorageTypeNotAvailableFault < Aws::EmptyStructure; end
23113
+
23114
+ # The specified `StorageType` can't be associated with the DB instance.
23078
23115
  #
23079
23116
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StorageTypeNotSupportedFault AWS API Documentation
23080
23117
  #
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.177.0'
81
+ GEM_VERSION = '1.178.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.177.0
4
+ version: 1.178.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-04-19 00:00:00.000000000 Z
11
+ date: 2023-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4