aws-sdk-rds 1.176.0 → 1.178.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
  #
@@ -2198,8 +2199,16 @@ module Aws::RDS
2198
2199
  # If this setting isn't specified, no prefix is assumed.
2199
2200
  #
2200
2201
  # @option params [String] :image_id
2201
- # The ID of the AMI. An AMI ID is required to create a CEV for RDS
2202
- # Custom for SQL Server.
2202
+ # The ID of the Amazon Machine Image (AMI). For RDS Custom for SQL
2203
+ # Server, an AMI ID is required to create a CEV. For RDS Custom for
2204
+ # Oracle, the default is the most recent AMI available, but you can
2205
+ # specify an AMI ID that was used in a different Oracle CEV. Find the
2206
+ # AMIs used by your CEVs by calling the [DescribeDBEngineVersions][1]
2207
+ # operation.
2208
+ #
2209
+ #
2210
+ #
2211
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBEngineVersions.html
2203
2212
  #
2204
2213
  # @option params [String] :kms_key_id
2205
2214
  # The Amazon Web Services KMS key identifier for an encrypted CEV. A
@@ -2843,26 +2852,20 @@ module Aws::RDS
2843
2852
  # The `serverless` engine mode only applies for Aurora Serverless v1 DB
2844
2853
  # clusters.
2845
2854
  #
2846
- # Limitations and requirements apply to some DB engine modes. For more
2847
- # 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
2848
2857
  # Guide*:
2849
2858
  #
2850
2859
  # * [Limitations of Aurora Serverless v1][1]
2851
2860
  #
2852
2861
  # * [Requirements for Aurora Serverless v2][2]
2853
2862
  #
2854
- # * [Limitations of parallel query][3]
2855
- #
2856
- # * [Limitations of Aurora global databases][4]
2857
- #
2858
2863
  # Valid for: Aurora DB clusters only
2859
2864
  #
2860
2865
  #
2861
2866
  #
2862
2867
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations
2863
2868
  # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html
2864
- # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-parallel-query.html#aurora-mysql-parallel-query-limitations
2865
- # [4]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html#aurora-global-database.limitations
2866
2869
  #
2867
2870
  # @option params [Types::ScalingConfiguration] :scaling_configuration
2868
2871
  # For DB clusters in `serverless` DB engine mode, the scaling properties
@@ -2976,13 +2979,15 @@ module Aws::RDS
2976
2979
  #
2977
2980
  # This setting is required to create a Multi-AZ DB cluster.
2978
2981
  #
2979
- # Valid values: `io1`
2982
+ # When specified for a Multi-AZ DB cluster, a value for the `Iops`
2983
+ # parameter is required.
2980
2984
  #
2981
- # 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)
2982
2987
  #
2983
- # Default: `io1`
2988
+ # Default: `aurora` (Aurora DB clusters); `io1` (Multi-AZ DB clusters)
2984
2989
  #
2985
- # Valid for: Multi-AZ DB clusters only
2990
+ # Valid for: Aurora DB clusters and Multi-AZ DB clusters
2986
2991
  #
2987
2992
  # @option params [Integer] :iops
2988
2993
  # The amount of Provisioned IOPS (input/output operations per second) to
@@ -3220,9 +3225,9 @@ module Aws::RDS
3220
3225
  # * {Types::CreateDBClusterResult#db_cluster #db_cluster} => Types::DBCluster
3221
3226
  #
3222
3227
  #
3223
- # @example Example: To create a MySQL 5.7--compatible DB cluster
3228
+ # @example Example: To create a MySQL 5.7-compatible DB cluster
3224
3229
  #
3225
- # # The following example create a MySQL 5.7-compatible DB cluster.
3230
+ # # The following example creates a MySQL 5.7-compatible Aurora DB cluster.
3226
3231
  #
3227
3232
  # resp = client.create_db_cluster({
3228
3233
  # db_cluster_identifier: "sample-cluster",
@@ -3284,9 +3289,9 @@ module Aws::RDS
3284
3289
  # },
3285
3290
  # }
3286
3291
  #
3287
- # @example Example: To create a PostgreSQL--compatible DB cluster
3292
+ # @example Example: To create a PostgreSQL-compatible DB cluster
3288
3293
  #
3289
- # # The following creates a PostgreSQL-compatible DB cluster.
3294
+ # # The following example creates a PostgreSQL-compatible Aurora DB cluster.
3290
3295
  #
3291
3296
  # resp = client.create_db_cluster({
3292
3297
  # db_cluster_identifier: "sample-pg-cluster",
@@ -3512,6 +3517,7 @@ module Aws::RDS
3512
3517
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
3513
3518
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
3514
3519
  # resp.db_cluster.pending_modified_values.iops #=> Integer
3520
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
3515
3521
  # resp.db_cluster.db_cluster_instance_class #=> String
3516
3522
  # resp.db_cluster.storage_type #=> String
3517
3523
  # resp.db_cluster.iops #=> Integer
@@ -3529,6 +3535,7 @@ module Aws::RDS
3529
3535
  # resp.db_cluster.master_user_secret.secret_arn #=> String
3530
3536
  # resp.db_cluster.master_user_secret.secret_status #=> String
3531
3537
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
3538
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
3532
3539
  #
3533
3540
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBCluster AWS API Documentation
3534
3541
  #
@@ -3725,11 +3732,11 @@ module Aws::RDS
3725
3732
  #
3726
3733
  # **Aurora MySQL**
3727
3734
  #
3728
- # Example: `aurora5.6`, `aurora-mysql5.7`, `aurora-mysql8.0`
3735
+ # Example: `aurora-mysql5.7`, `aurora-mysql8.0`
3729
3736
  #
3730
3737
  # **Aurora PostgreSQL**
3731
3738
  #
3732
- # Example: `aurora-postgresql9.6`
3739
+ # Example: `aurora-postgresql14`
3733
3740
  #
3734
3741
  # **RDS for MySQL**
3735
3742
  #
@@ -3758,10 +3765,7 @@ module Aws::RDS
3758
3765
  #
3759
3766
  # The following are the valid DB engine values:
3760
3767
  #
3761
- # * `aurora` (for MySQL 5.6-compatible Aurora)
3762
- #
3763
- # * `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
3764
- # Aurora)
3768
+ # * `aurora-mysql`
3765
3769
  #
3766
3770
  # * `aurora-postgresql`
3767
3771
  #
@@ -3956,6 +3960,7 @@ module Aws::RDS
3956
3960
  # resp.db_cluster_snapshot.tag_list[0].key #=> String
3957
3961
  # resp.db_cluster_snapshot.tag_list[0].value #=> String
3958
3962
  # resp.db_cluster_snapshot.db_system_id #=> String
3963
+ # resp.db_cluster_snapshot.storage_type #=> String
3959
3964
  #
3960
3965
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBClusterSnapshot AWS API Documentation
3961
3966
  #
@@ -4237,12 +4242,9 @@ module Aws::RDS
4237
4242
  #
4238
4243
  # Valid Values:
4239
4244
  #
4240
- # * `aurora` (for MySQL 5.6-compatible Aurora)
4241
- #
4242
- # * `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
4243
- # Aurora)
4245
+ # * `aurora-mysql` (for Aurora MySQL DB instances)
4244
4246
  #
4245
- # * `aurora-postgresql`
4247
+ # * `aurora-postgresql` (for Aurora PostgreSQL DB instances)
4246
4248
  #
4247
4249
  # * `custom-oracle-ee (for RDS Custom for Oracle DB instances)`
4248
4250
  #
@@ -6420,10 +6422,7 @@ module Aws::RDS
6420
6422
  #
6421
6423
  # The following are the valid DB engine values:
6422
6424
  #
6423
- # * `aurora` (for MySQL 5.6-compatible Aurora)
6424
- #
6425
- # * `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
6426
- # Aurora)
6425
+ # * `aurora-mysql`
6427
6426
  #
6428
6427
  # * `aurora-postgresql`
6429
6428
  #
@@ -8075,6 +8074,7 @@ module Aws::RDS
8075
8074
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
8076
8075
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
8077
8076
  # resp.db_cluster.pending_modified_values.iops #=> Integer
8077
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
8078
8078
  # resp.db_cluster.db_cluster_instance_class #=> String
8079
8079
  # resp.db_cluster.storage_type #=> String
8080
8080
  # resp.db_cluster.iops #=> Integer
@@ -8092,6 +8092,7 @@ module Aws::RDS
8092
8092
  # resp.db_cluster.master_user_secret.secret_arn #=> String
8093
8093
  # resp.db_cluster.master_user_secret.secret_status #=> String
8094
8094
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
8095
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
8095
8096
  #
8096
8097
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBCluster AWS API Documentation
8097
8098
  #
@@ -8335,6 +8336,7 @@ module Aws::RDS
8335
8336
  # resp.db_cluster_snapshot.tag_list[0].key #=> String
8336
8337
  # resp.db_cluster_snapshot.tag_list[0].value #=> String
8337
8338
  # resp.db_cluster_snapshot.db_system_id #=> String
8339
+ # resp.db_cluster_snapshot.storage_type #=> String
8338
8340
  #
8339
8341
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBClusterSnapshot AWS API Documentation
8340
8342
  #
@@ -9915,8 +9917,7 @@ module Aws::RDS
9915
9917
  # Constraints:
9916
9918
  #
9917
9919
  # * Must contain a valid universally unique identifier (UUID). For more
9918
- # information about UUIDs, see [A Universally Unique Identifier (UUID)
9919
- # URN Namespace][1].
9920
+ # information about UUIDs, see [Universally unique identifier][1].
9920
9921
  #
9921
9922
  # ^
9922
9923
  #
@@ -9924,7 +9925,7 @@ module Aws::RDS
9924
9925
  #
9925
9926
  #
9926
9927
  #
9927
- # [1]: http://www.ietf.org/rfc/rfc4122.txt
9928
+ # [1]: https://en.wikipedia.org/wiki/Universally_unique_identifier
9928
9929
  #
9929
9930
  # @option params [Array<Types::Filter>] :filters
9930
9931
  # A filter that specifies one or more DB clusters to describe. Supported
@@ -10763,6 +10764,7 @@ module Aws::RDS
10763
10764
  # resp.db_cluster_snapshots[0].tag_list[0].key #=> String
10764
10765
  # resp.db_cluster_snapshots[0].tag_list[0].value #=> String
10765
10766
  # resp.db_cluster_snapshots[0].db_system_id #=> String
10767
+ # resp.db_cluster_snapshots[0].storage_type #=> String
10766
10768
  #
10767
10769
  #
10768
10770
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -11070,6 +11072,7 @@ module Aws::RDS
11070
11072
  # resp.db_clusters[0].pending_modified_values.backup_retention_period #=> Integer
11071
11073
  # resp.db_clusters[0].pending_modified_values.allocated_storage #=> Integer
11072
11074
  # resp.db_clusters[0].pending_modified_values.iops #=> Integer
11075
+ # resp.db_clusters[0].pending_modified_values.storage_type #=> String
11073
11076
  # resp.db_clusters[0].db_cluster_instance_class #=> String
11074
11077
  # resp.db_clusters[0].storage_type #=> String
11075
11078
  # resp.db_clusters[0].iops #=> Integer
@@ -11087,6 +11090,7 @@ module Aws::RDS
11087
11090
  # resp.db_clusters[0].master_user_secret.secret_arn #=> String
11088
11091
  # resp.db_clusters[0].master_user_secret.secret_status #=> String
11089
11092
  # resp.db_clusters[0].master_user_secret.kms_key_id #=> String
11093
+ # resp.db_clusters[0].io_optimized_next_allowed_modification_time #=> Time
11090
11094
  #
11091
11095
  #
11092
11096
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -11110,11 +11114,12 @@ module Aws::RDS
11110
11114
  #
11111
11115
  # Valid Values:
11112
11116
  #
11113
- # * `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
11114
- # Aurora)
11117
+ # * `aurora-mysql`
11115
11118
  #
11116
11119
  # * `aurora-postgresql`
11117
11120
  #
11121
+ # * `custom-oracle-ee`
11122
+ #
11118
11123
  # * `mariadb`
11119
11124
  #
11120
11125
  # * `mysql`
@@ -13148,8 +13153,6 @@ module Aws::RDS
13148
13153
  #
13149
13154
  # Valid Values:
13150
13155
  #
13151
- # * `aurora5.6`
13152
- #
13153
13156
  # * `aurora-mysql5.7`
13154
13157
  #
13155
13158
  # * `aurora-mysql8.0`
@@ -14364,11 +14367,12 @@ module Aws::RDS
14364
14367
  #
14365
14368
  # Valid Values:
14366
14369
  #
14367
- # * `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
14368
- # Aurora)
14370
+ # * `aurora-mysql`
14369
14371
  #
14370
14372
  # * `aurora-postgresql`
14371
14373
  #
14374
+ # * `custom-oracle-ee`
14375
+ #
14372
14376
  # * `mariadb`
14373
14377
  #
14374
14378
  # * `mysql`
@@ -15555,6 +15559,7 @@ module Aws::RDS
15555
15559
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
15556
15560
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
15557
15561
  # resp.db_cluster.pending_modified_values.iops #=> Integer
15562
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
15558
15563
  # resp.db_cluster.db_cluster_instance_class #=> String
15559
15564
  # resp.db_cluster.storage_type #=> String
15560
15565
  # resp.db_cluster.iops #=> Integer
@@ -15572,6 +15577,7 @@ module Aws::RDS
15572
15577
  # resp.db_cluster.master_user_secret.secret_arn #=> String
15573
15578
  # resp.db_cluster.master_user_secret.secret_status #=> String
15574
15579
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
15580
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
15575
15581
  #
15576
15582
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/FailoverDBCluster AWS API Documentation
15577
15583
  #
@@ -16426,19 +16432,12 @@ module Aws::RDS
16426
16432
  # all replicas must be running an engine version that's the same or
16427
16433
  # later than the version you specify.
16428
16434
  #
16429
- # To list all of the available engine versions for Aurora MySQL version
16430
- # 2 (5.7-compatible) and version 3 (MySQL 8.0-compatible), use the
16435
+ # To list all of the available engine versions for Aurora MySQL, use the
16431
16436
  # following command:
16432
16437
  #
16433
16438
  # `aws rds describe-db-engine-versions --engine aurora-mysql --query
16434
16439
  # "DBEngineVersions[].EngineVersion"`
16435
16440
  #
16436
- # To list all of the available engine versions for MySQL 5.6-compatible
16437
- # Aurora, use the following command:
16438
- #
16439
- # `aws rds describe-db-engine-versions --engine aurora --query
16440
- # "DBEngineVersions[].EngineVersion"`
16441
- #
16442
16441
  # To list all of the available engine versions for Aurora PostgreSQL,
16443
16442
  # use the following command:
16444
16443
  #
@@ -16591,13 +16590,15 @@ module Aws::RDS
16591
16590
  # @option params [String] :storage_type
16592
16591
  # Specifies the storage type to be associated with the DB cluster.
16593
16592
  #
16594
- # Valid values: `io1`
16593
+ # When specified for a Multi-AZ DB cluster, a value for the `Iops`
16594
+ # parameter is required.
16595
16595
  #
16596
- # 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)
16597
16598
  #
16598
- # Default: `io1`
16599
+ # Default: `aurora` (Aurora DB clusters); `io1` (Multi-AZ DB clusters)
16599
16600
  #
16600
- # Valid for: Multi-AZ DB clusters only
16601
+ # Valid for: Aurora DB clusters and Multi-AZ DB clusters
16601
16602
  #
16602
16603
  # @option params [Integer] :iops
16603
16604
  # The amount of Provisioned IOPS (input/output operations per second) to
@@ -17086,6 +17087,7 @@ module Aws::RDS
17086
17087
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
17087
17088
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
17088
17089
  # resp.db_cluster.pending_modified_values.iops #=> Integer
17090
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
17089
17091
  # resp.db_cluster.db_cluster_instance_class #=> String
17090
17092
  # resp.db_cluster.storage_type #=> String
17091
17093
  # resp.db_cluster.iops #=> Integer
@@ -17103,6 +17105,7 @@ module Aws::RDS
17103
17105
  # resp.db_cluster.master_user_secret.secret_arn #=> String
17104
17106
  # resp.db_cluster.master_user_secret.secret_status #=> String
17105
17107
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
17108
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
17106
17109
  #
17107
17110
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBCluster AWS API Documentation
17108
17111
  #
@@ -18318,15 +18321,15 @@ module Aws::RDS
18318
18321
  # A value that indicates whether to manage the master user password with
18319
18322
  # Amazon Web Services Secrets Manager.
18320
18323
  #
18321
- # If the DB cluster doesn't manage the master user password with Amazon
18322
- # Web Services Secrets Manager, you can turn on this management. In this
18323
- # 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`.
18324
18327
  #
18325
- # If the DB cluster already manages the master user password with Amazon
18326
- # Web Services Secrets Manager, and you specify that the master user
18327
- # password is not managed with Amazon Web Services Secrets Manager, then
18328
- # you must specify `MasterUserPassword`. In this case, RDS deletes the
18329
- # 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
18330
18333
  # `MasterUserPassword`.
18331
18334
  #
18332
18335
  # For more information, see [Password management with Amazon Web
@@ -18404,7 +18407,7 @@ module Aws::RDS
18404
18407
  # * {Types::ModifyDBInstanceResult#db_instance #db_instance} => Types::DBInstance
18405
18408
  #
18406
18409
  #
18407
- # @example Example: To modify parameters in a DB cluster parameter group
18410
+ # @example Example: To modify a DB instance
18408
18411
  #
18409
18412
  # # The following example associates an option group and a parameter group with a compatible Microsoft SQL Server DB
18410
18413
  # # instance. The ApplyImmediately parameter causes the option and parameter groups to be associated immediately, instead of
@@ -18451,7 +18454,7 @@ module Aws::RDS
18451
18454
  # ],
18452
18455
  # secondary_availability_zone: "us-west-2c",
18453
18456
  # storage_type: "gp2",
18454
- # },
18457
+ # }, # Some output ommitted.
18455
18458
  # }
18456
18459
  #
18457
18460
  # @example Request syntax with placeholder values
@@ -19601,21 +19604,15 @@ module Aws::RDS
19601
19604
  # applied during the next maintenance window unless `ApplyImmediately`
19602
19605
  # is enabled.
19603
19606
  #
19604
- # To list all of the available engine versions for `aurora` (for MySQL
19605
- # 5.6-compatible Aurora), use the following command:
19606
- #
19607
- # `` aws rds describe-db-engine-versions --engine aurora --query
19608
- # '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]' ``
19609
- #
19610
19607
  # To list all of the available engine versions for `aurora-mysql` (for
19611
- # MySQL 5.7-compatible and MySQL 8.0-compatible Aurora), use the
19612
- # following command:
19608
+ # MySQL-based Aurora global databases), use the following command:
19613
19609
  #
19614
19610
  # `` aws rds describe-db-engine-versions --engine aurora-mysql --query
19615
19611
  # '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]' ``
19616
19612
  #
19617
- # To list all of the available engine versions for `aurora-postgresql`,
19618
- # use the following command:
19613
+ # To list all of the available engine versions for `aurora-postgresql`
19614
+ # (for PostgreSQL-based Aurora global databases), use the following
19615
+ # command:
19619
19616
  #
19620
19617
  # `` aws rds describe-db-engine-versions --engine aurora-postgresql
19621
19618
  # --query '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]' ``
@@ -20204,6 +20201,7 @@ module Aws::RDS
20204
20201
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
20205
20202
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
20206
20203
  # resp.db_cluster.pending_modified_values.iops #=> Integer
20204
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
20207
20205
  # resp.db_cluster.db_cluster_instance_class #=> String
20208
20206
  # resp.db_cluster.storage_type #=> String
20209
20207
  # resp.db_cluster.iops #=> Integer
@@ -20221,6 +20219,7 @@ module Aws::RDS
20221
20219
  # resp.db_cluster.master_user_secret.secret_arn #=> String
20222
20220
  # resp.db_cluster.master_user_secret.secret_status #=> String
20223
20221
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
20222
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
20224
20223
  #
20225
20224
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplicaDBCluster AWS API Documentation
20226
20225
  #
@@ -20473,6 +20472,7 @@ module Aws::RDS
20473
20472
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
20474
20473
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
20475
20474
  # resp.db_cluster.pending_modified_values.iops #=> Integer
20475
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
20476
20476
  # resp.db_cluster.db_cluster_instance_class #=> String
20477
20477
  # resp.db_cluster.storage_type #=> String
20478
20478
  # resp.db_cluster.iops #=> Integer
@@ -20490,6 +20490,7 @@ module Aws::RDS
20490
20490
  # resp.db_cluster.master_user_secret.secret_arn #=> String
20491
20491
  # resp.db_cluster.master_user_secret.secret_status #=> String
20492
20492
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
20493
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
20493
20494
  #
20494
20495
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBCluster AWS API Documentation
20495
20496
  #
@@ -21371,8 +21372,8 @@ module Aws::RDS
21371
21372
  #
21372
21373
  # @option params [String] :db_cluster_parameter_group_name
21373
21374
  # The name of the DB cluster parameter group to associate with the
21374
- # restored DB cluster. If this argument is omitted, `default.aurora5.6`
21375
- # is used.
21375
+ # restored DB cluster. If this argument is omitted, the default
21376
+ # parameter group for the engine version is used.
21376
21377
  #
21377
21378
  # Constraints:
21378
21379
  #
@@ -21396,15 +21397,13 @@ module Aws::RDS
21396
21397
  # @option params [required, String] :engine
21397
21398
  # The name of the database engine to be used for this DB cluster.
21398
21399
  #
21399
- # Valid Values: `aurora-mysql` (for MySQL 5.7-compatible and MySQL
21400
- # 8.0-compatible Aurora)
21400
+ # Valid Values: `aurora-mysql` (for Aurora MySQL)
21401
21401
  #
21402
21402
  # @option params [String] :engine_version
21403
21403
  # The version number of the database engine to use.
21404
21404
  #
21405
- # To list all of the available engine versions for `aurora-mysql` (MySQL
21406
- # 5.7-compatible and MySQL 8.0-compatible Aurora), use the following
21407
- # command:
21405
+ # To list all of the available engine versions for `aurora-mysql`
21406
+ # (Aurora MySQL), use the following command:
21408
21407
  #
21409
21408
  # `aws rds describe-db-engine-versions --engine aurora-mysql --query
21410
21409
  # "DBEngineVersions[].EngineVersion"`
@@ -21694,6 +21693,15 @@ module Aws::RDS
21694
21693
  # Amazon Web Services account has a different default KMS key for each
21695
21694
  # Amazon Web Services Region.
21696
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
+ #
21697
21705
  # @return [Types::RestoreDBClusterFromS3Result] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
21698
21706
  #
21699
21707
  # * {Types::RestoreDBClusterFromS3Result#db_cluster #db_cluster} => Types::DBCluster
@@ -21813,6 +21821,7 @@ module Aws::RDS
21813
21821
  # network_type: "String",
21814
21822
  # manage_master_user_password: false,
21815
21823
  # master_user_secret_kms_key_id: "String",
21824
+ # storage_type: "String",
21816
21825
  # })
21817
21826
  #
21818
21827
  # @example Response structure
@@ -21910,6 +21919,7 @@ module Aws::RDS
21910
21919
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
21911
21920
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
21912
21921
  # resp.db_cluster.pending_modified_values.iops #=> Integer
21922
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
21913
21923
  # resp.db_cluster.db_cluster_instance_class #=> String
21914
21924
  # resp.db_cluster.storage_type #=> String
21915
21925
  # resp.db_cluster.iops #=> Integer
@@ -21927,6 +21937,7 @@ module Aws::RDS
21927
21937
  # resp.db_cluster.master_user_secret.secret_arn #=> String
21928
21938
  # resp.db_cluster.master_user_secret.secret_status #=> String
21929
21939
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
21940
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
21930
21941
  #
21931
21942
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromS3 AWS API Documentation
21932
21943
  #
@@ -22015,8 +22026,8 @@ module Aws::RDS
22015
22026
  # you don't specify an engine version, the default version for the
22016
22027
  # database engine in the Amazon Web Services Region is used.
22017
22028
  #
22018
- # To list all of the available engine versions for MySQL 5.7-compatible
22019
- # and MySQL 8.0-compatible Aurora, use the following command:
22029
+ # To list all of the available engine versions for Aurora MySQL, use the
22030
+ # following command:
22020
22031
  #
22021
22032
  # `aws rds describe-db-engine-versions --engine aurora-mysql --query
22022
22033
  # "DBEngineVersions[].EngineVersion"`
@@ -22198,8 +22209,8 @@ module Aws::RDS
22198
22209
  # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
22199
22210
  #
22200
22211
  # @option params [String] :engine_mode
22201
- # The DB engine mode of the DB cluster, either `provisioned`,
22202
- # `serverless`, `parallelquery`, `global`, or `multimaster`.
22212
+ # The DB engine mode of the DB cluster, either `provisioned` or
22213
+ # `serverless`.
22203
22214
  #
22204
22215
  # For more information, see [ CreateDBCluster][1].
22205
22216
  #
@@ -22284,14 +22295,15 @@ module Aws::RDS
22284
22295
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
22285
22296
  #
22286
22297
  # @option params [String] :storage_type
22287
- # Specifies the storage type to be associated with the each DB instance
22288
- # in the Multi-AZ DB cluster.
22298
+ # Specifies the storage type to be associated with the DB cluster.
22289
22299
  #
22290
- # Valid values: `io1`
22300
+ # When specified for a Multi-AZ DB cluster, a value for the `Iops`
22301
+ # parameter is required.
22291
22302
  #
22292
- # 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)
22293
22305
  #
22294
- # Default: `io1`
22306
+ # Default: `aurora` (Aurora DB clusters); `io1` (Multi-AZ DB clusters)
22295
22307
  #
22296
22308
  # Valid for: Aurora DB clusters and Multi-AZ DB clusters
22297
22309
  #
@@ -22595,6 +22607,7 @@ module Aws::RDS
22595
22607
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
22596
22608
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
22597
22609
  # resp.db_cluster.pending_modified_values.iops #=> Integer
22610
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
22598
22611
  # resp.db_cluster.db_cluster_instance_class #=> String
22599
22612
  # resp.db_cluster.storage_type #=> String
22600
22613
  # resp.db_cluster.iops #=> Integer
@@ -22612,6 +22625,7 @@ module Aws::RDS
22612
22625
  # resp.db_cluster.master_user_secret.secret_arn #=> String
22613
22626
  # resp.db_cluster.master_user_secret.secret_status #=> String
22614
22627
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
22628
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
22615
22629
  #
22616
22630
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromSnapshot AWS API Documentation
22617
22631
  #
@@ -22673,9 +22687,6 @@ module Aws::RDS
22673
22687
  # * `copy-on-write` - The new DB cluster is restored as a clone of the
22674
22688
  # source DB cluster.
22675
22689
  #
22676
- # Constraints: You can't specify `copy-on-write` if the engine version
22677
- # of the source DB cluster is earlier than 1.11.
22678
- #
22679
22690
  # If you don't specify a `RestoreType` value, then the new DB cluster
22680
22691
  # is restored as a full copy of the source DB cluster.
22681
22692
  #
@@ -22943,16 +22954,17 @@ module Aws::RDS
22943
22954
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
22944
22955
  #
22945
22956
  # @option params [String] :storage_type
22946
- # Specifies the storage type to be associated with the each DB instance
22947
- # in the Multi-AZ DB cluster.
22957
+ # Specifies the storage type to be associated with the DB cluster.
22948
22958
  #
22949
- # Valid values: `io1`
22959
+ # When specified for a Multi-AZ DB cluster, a value for the `Iops`
22960
+ # parameter is required.
22950
22961
  #
22951
- # 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)
22952
22964
  #
22953
- # Default: `io1`
22965
+ # Default: `aurora` (Aurora DB clusters); `io1` (Multi-AZ DB clusters)
22954
22966
  #
22955
- # Valid for: Multi-AZ DB clusters only
22967
+ # Valid for: Aurora DB clusters and Multi-AZ DB clusters
22956
22968
  #
22957
22969
  # @option params [Boolean] :publicly_accessible
22958
22970
  # A value that indicates whether the DB cluster is publicly accessible.
@@ -23252,6 +23264,7 @@ module Aws::RDS
23252
23264
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
23253
23265
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
23254
23266
  # resp.db_cluster.pending_modified_values.iops #=> Integer
23267
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
23255
23268
  # resp.db_cluster.db_cluster_instance_class #=> String
23256
23269
  # resp.db_cluster.storage_type #=> String
23257
23270
  # resp.db_cluster.iops #=> Integer
@@ -23269,6 +23282,7 @@ module Aws::RDS
23269
23282
  # resp.db_cluster.master_user_secret.secret_arn #=> String
23270
23283
  # resp.db_cluster.master_user_secret.secret_status #=> String
23271
23284
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
23285
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
23272
23286
  #
23273
23287
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterToPointInTime AWS API Documentation
23274
23288
  #
@@ -25842,6 +25856,7 @@ module Aws::RDS
25842
25856
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
25843
25857
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
25844
25858
  # resp.db_cluster.pending_modified_values.iops #=> Integer
25859
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
25845
25860
  # resp.db_cluster.db_cluster_instance_class #=> String
25846
25861
  # resp.db_cluster.storage_type #=> String
25847
25862
  # resp.db_cluster.iops #=> Integer
@@ -25859,6 +25874,7 @@ module Aws::RDS
25859
25874
  # resp.db_cluster.master_user_secret.secret_arn #=> String
25860
25875
  # resp.db_cluster.master_user_secret.secret_status #=> String
25861
25876
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
25877
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
25862
25878
  #
25863
25879
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBCluster AWS API Documentation
25864
25880
  #
@@ -26642,6 +26658,7 @@ module Aws::RDS
26642
26658
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
26643
26659
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
26644
26660
  # resp.db_cluster.pending_modified_values.iops #=> Integer
26661
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
26645
26662
  # resp.db_cluster.db_cluster_instance_class #=> String
26646
26663
  # resp.db_cluster.storage_type #=> String
26647
26664
  # resp.db_cluster.iops #=> Integer
@@ -26659,6 +26676,7 @@ module Aws::RDS
26659
26676
  # resp.db_cluster.master_user_secret.secret_arn #=> String
26660
26677
  # resp.db_cluster.master_user_secret.secret_status #=> String
26661
26678
  # resp.db_cluster.master_user_secret.kms_key_id #=> String
26679
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
26662
26680
  #
26663
26681
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBCluster AWS API Documentation
26664
26682
  #
@@ -27394,7 +27412,7 @@ module Aws::RDS
27394
27412
  params: params,
27395
27413
  config: config)
27396
27414
  context[:gem_name] = 'aws-sdk-rds'
27397
- context[:gem_version] = '1.176.0'
27415
+ context[:gem_version] = '1.178.0'
27398
27416
  Seahorse::Client::Request.new(handlers, context)
27399
27417
  end
27400
27418