aws-sdk-rds 1.134.0 → 1.135.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5bea785f3cb538c86497eb6db5d57b6dca8af92a9d8672db6843971ecc5d4085
4
- data.tar.gz: d5934a0396612d1d5da6f2ee2ae564d04e42f14c3e72f7e0302f1dbde8a816c7
3
+ metadata.gz: 335aea28167c625bbc2ed88ef01a232ed4b4ac45337f09ce710be54b7a794443
4
+ data.tar.gz: aef87fdce082a55b49641750e0358f7688e766ee870b7b8163c1fe87a28eab8b
5
5
  SHA512:
6
- metadata.gz: b80d67494ed5b91b2be8608811ec9187392d51eb2927debe0524b9d996f1f5ef4692ad2967b236376f23a2d8764054a011afdcc719619ad8b1649e03b8fe5e72
7
- data.tar.gz: f0af62c8adbf2cac373445b2c638cf68c17c269ede1af99f89962f500ef69c280eac536f83323f7da8ccb3874296a1233f3e2465d01bd4075dde7144d5b7aa9f
6
+ metadata.gz: fd15cbd1b55a19a1fbbac68758f8b7a46b76943fcd71ea0644db431dec94f75146dcb26cc54139f6e64488365ec91965dfe530437cf3f07c314074a4f29614d7
7
+ data.tar.gz: 9f5c02c351b5218144ae126ddf9d7d1b56a7051a51124eb727fb12a524aff85c6d6347f1a932882df2fe8c8adb20737f954843525c7ed90ac0cd8874fe130210
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.135.0 (2022-01-03)
5
+ ------------------
6
+
7
+ * Feature - Multiple doc-only updates for Relational Database Service (RDS)
8
+
4
9
  1.134.0 (2021-12-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.134.0
1
+ 1.135.0
@@ -1867,8 +1867,8 @@ module Aws::RDS
1867
1867
  # Amazon RDS, which is a fully managed service, supplies the Amazon
1868
1868
  # Machine Image (AMI) and database software. The Amazon RDS database
1869
1869
  # software is preinstalled, so you need only select a DB engine and
1870
- # version, and create your database. With Amazon RDS Custom, you upload
1871
- # your database installation files in Amazon S3.
1870
+ # version, and create your database. With Amazon RDS Custom for Oracle,
1871
+ # you upload your database installation files in Amazon S3.
1872
1872
  #
1873
1873
  # When you create a custom engine version, you specify the files in a
1874
1874
  # JSON document called a CEV manifest. This document describes
@@ -1910,8 +1910,8 @@ module Aws::RDS
1910
1910
  # @option params [required, String] :engine_version
1911
1911
  # The name of your CEV. The name format is `19.customized_string `. For
1912
1912
  # example, a valid name is `19.my_cev1`. This setting is required for
1913
- # RDS Custom, but optional for Amazon RDS. The combination of `Engine`
1914
- # and `EngineVersion` is unique per customer per Region.
1913
+ # RDS Custom for Oracle, but optional for Amazon RDS. The combination of
1914
+ # `Engine` and `EngineVersion` is unique per customer per Region.
1915
1915
  #
1916
1916
  # @option params [required, String] :database_installation_files_s3_bucket_name
1917
1917
  # The name of an Amazon S3 bucket that contains database installation
@@ -2211,7 +2211,8 @@ module Aws::RDS
2211
2211
  #
2212
2212
  # * `aurora` (for MySQL 5.6-compatible Aurora)
2213
2213
  #
2214
- # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
2214
+ # * `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
2215
+ # Aurora)
2215
2216
  #
2216
2217
  # * `aurora-postgresql`
2217
2218
  #
@@ -2231,7 +2232,7 @@ module Aws::RDS
2231
2232
  # "DBEngineVersions[].EngineVersion"`
2232
2233
  #
2233
2234
  # To list all of the available engine versions for MySQL 5.7-compatible
2234
- # Aurora, use the following command:
2235
+ # and MySQL 8.0-compatible Aurora, use the following command:
2235
2236
  #
2236
2237
  # `aws rds describe-db-engine-versions --engine aurora-mysql --query
2237
2238
  # "DBEngineVersions[].EngineVersion"`
@@ -2678,11 +2679,11 @@ module Aws::RDS
2678
2679
  #
2679
2680
  # This setting is required to create a Multi-AZ DB cluster.
2680
2681
  #
2681
- # Valid values: `standard | gp2 | io1`
2682
+ # Valid values: `io1`
2682
2683
  #
2683
- # If you specify `io1`, also include a value for the `Iops` parameter.
2684
+ # When specified, a value for the `Iops` parameter is required.
2684
2685
  #
2685
- # Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
2686
+ # Default: `io1`
2686
2687
  #
2687
2688
  # Valid for: Multi-AZ DB clusters only
2688
2689
  #
@@ -3178,7 +3179,7 @@ module Aws::RDS
3178
3179
  #
3179
3180
  # **Aurora MySQL**
3180
3181
  #
3181
- # Example: `aurora5.6`, `aurora-mysql5.7`
3182
+ # Example: `aurora5.6`, `aurora-mysql5.7`, `aurora-mysql8.0`
3182
3183
  #
3183
3184
  # **Aurora PostgreSQL**
3184
3185
  #
@@ -3213,7 +3214,8 @@ module Aws::RDS
3213
3214
  #
3214
3215
  # * `aurora` (for MySQL 5.6-compatible Aurora)
3215
3216
  #
3216
- # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
3217
+ # * `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
3218
+ # Aurora)
3217
3219
  #
3218
3220
  # * `aurora-postgresql`
3219
3221
  #
@@ -3461,7 +3463,7 @@ module Aws::RDS
3461
3463
  #
3462
3464
  # ^
3463
3465
  #
3464
- # **Amazon RDS Custom**
3466
+ # **Amazon RDS Custom for Oracle**
3465
3467
  #
3466
3468
  # The Oracle System ID (SID) of the created RDS Custom DB instance. If
3467
3469
  # you don't specify a value, the default value is `ORCL`.
@@ -3476,6 +3478,10 @@ module Aws::RDS
3476
3478
  #
3477
3479
  # * It can't be a word reserved by the database engine.
3478
3480
  #
3481
+ # **Amazon RDS Custom for SQL Server**
3482
+ #
3483
+ # Not applicable. Must be null.
3484
+ #
3479
3485
  # **SQL Server**
3480
3486
  #
3481
3487
  # Not applicable. Must be null.
@@ -3541,9 +3547,11 @@ module Aws::RDS
3541
3547
  # following:
3542
3548
  #
3543
3549
  # * General Purpose (SSD) storage (gp2): Must be an integer from 40 to
3544
- # 65536.
3550
+ # 65536 for RDS Custom for Oracle, 16384 for RDS Custom for SQL
3551
+ # Server.
3545
3552
  #
3546
- # * Provisioned IOPS storage (io1): Must be an integer from 40 to 65536.
3553
+ # * Provisioned IOPS storage (io1): Must be an integer from 40 to 65536
3554
+ # for RDS Custom for Oracle, 16384 for RDS Custom for SQL Server.
3547
3555
  #
3548
3556
  # **MySQL**
3549
3557
  #
@@ -3604,21 +3612,21 @@ module Aws::RDS
3604
3612
  #
3605
3613
  # * General Purpose (SSD) storage (gp2):
3606
3614
  #
3607
- # * Enterprise and Standard editions: Must be an integer from 200 to
3615
+ # * Enterprise and Standard editions: Must be an integer from 20 to
3608
3616
  # 16384.
3609
3617
  #
3610
3618
  # * Web and Express editions: Must be an integer from 20 to 16384.
3611
3619
  #
3612
3620
  # * Provisioned IOPS storage (io1):
3613
3621
  #
3614
- # * Enterprise and Standard editions: Must be an integer from 200 to
3622
+ # * Enterprise and Standard editions: Must be an integer from 100 to
3615
3623
  # 16384.
3616
3624
  #
3617
3625
  # * Web and Express editions: Must be an integer from 100 to 16384.
3618
3626
  #
3619
3627
  # * Magnetic storage (standard):
3620
3628
  #
3621
- # * Enterprise and Standard editions: Must be an integer from 200 to
3629
+ # * Enterprise and Standard editions: Must be an integer from 20 to
3622
3630
  # 1024.
3623
3631
  #
3624
3632
  # * Web and Express editions: Must be an integer from 20 to 1024.
@@ -3644,11 +3652,18 @@ module Aws::RDS
3644
3652
  #
3645
3653
  # * `aurora` (for MySQL 5.6-compatible Aurora)
3646
3654
  #
3647
- # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
3655
+ # * `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
3656
+ # Aurora)
3648
3657
  #
3649
3658
  # * `aurora-postgresql`
3650
3659
  #
3651
- # * `custom-oracle-ee (for RDS Custom instances)`
3660
+ # * `custom-oracle-ee (for RDS Custom for Oracle instances)`
3661
+ #
3662
+ # * `custom-sqlserver-ee (for RDS Custom for SQL Server instances)`
3663
+ #
3664
+ # * `custom-sqlserver-se (for RDS Custom for SQL Server instances)`
3665
+ #
3666
+ # * `custom-sqlserver-web (for RDS Custom for SQL Server instances)`
3652
3667
  #
3653
3668
  # * `mariadb`
3654
3669
  #
@@ -3743,6 +3758,10 @@ module Aws::RDS
3743
3758
  # information on Amazon Web Services Regions and Availability Zones, see
3744
3759
  # [Regions and Availability Zones][1].
3745
3760
  #
3761
+ # **Amazon Aurora**
3762
+ #
3763
+ # Not applicable. Availability Zones are managed by the DB cluster.
3764
+ #
3746
3765
  # Default: A random, system-chosen Availability Zone in the endpoint's
3747
3766
  # Amazon Web Services Region.
3748
3767
  #
@@ -3824,7 +3843,7 @@ module Aws::RDS
3824
3843
  #
3825
3844
  # * Can't be set to 0 if the DB instance is a source to read replicas
3826
3845
  #
3827
- # * Can't be set to 0 or 35 for an RDS Custom DB instance
3846
+ # * Can't be set to 0 or 35 for an RDS Custom for Oracle DB instance
3828
3847
  #
3829
3848
  # @option params [String] :preferred_backup_window
3830
3849
  # The daily time range during which automated backups are created if
@@ -3923,47 +3942,53 @@ module Aws::RDS
3923
3942
  # Not applicable. The version number of the database engine to be used
3924
3943
  # by the DB instance is managed by the DB cluster.
3925
3944
  #
3926
- # **Amazon RDS Custom**
3945
+ # **Amazon RDS Custom for Oracle**
3927
3946
  #
3928
3947
  # A custom engine version (CEV) that you have previously created. This
3929
- # setting is required for RDS Custom. The CEV name has the following
3930
- # format: `19.customized_string `. An example identifier is
3931
- # `19.my_cev1`. For more information, see [ Creating an RDS Custom DB
3932
- # instance][1] in the *Amazon RDS User Guide.*.
3948
+ # setting is required for RDS Custom for Oracle. The CEV name has the
3949
+ # following format: `19.customized_string `. An example identifier is
3950
+ # `19.my_cev1`. For more information, see [ Creating an RDS Custom for
3951
+ # Oracle DB instance][1] in the *Amazon RDS User Guide.*.
3952
+ #
3953
+ # **Amazon RDS Custom for SQL Server**
3954
+ #
3955
+ # See [RDS Custom for SQL Server general requirements][2] in the *Amazon
3956
+ # RDS User Guide.*
3933
3957
  #
3934
3958
  # **MariaDB**
3935
3959
  #
3936
- # For information, see [MariaDB on Amazon RDS Versions][2] in the
3960
+ # For information, see [MariaDB on Amazon RDS Versions][3] in the
3937
3961
  # *Amazon RDS User Guide.*
3938
3962
  #
3939
3963
  # **Microsoft SQL Server**
3940
3964
  #
3941
- # For information, see [Microsoft SQL Server Versions on Amazon RDS][3]
3965
+ # For information, see [Microsoft SQL Server Versions on Amazon RDS][4]
3942
3966
  # in the *Amazon RDS User Guide.*
3943
3967
  #
3944
3968
  # **MySQL**
3945
3969
  #
3946
- # For information, see [MySQL on Amazon RDS Versions][4] in the *Amazon
3970
+ # For information, see [MySQL on Amazon RDS Versions][5] in the *Amazon
3947
3971
  # RDS User Guide.*
3948
3972
  #
3949
3973
  # **Oracle**
3950
3974
  #
3951
- # For information, see [Oracle Database Engine Release Notes][5] in the
3975
+ # For information, see [Oracle Database Engine Release Notes][6] in the
3952
3976
  # *Amazon RDS User Guide.*
3953
3977
  #
3954
3978
  # **PostgreSQL**
3955
3979
  #
3956
3980
  # For information, see [Amazon RDS for PostgreSQL versions and
3957
- # extensions][6] in the *Amazon RDS User Guide.*
3981
+ # extensions][7] in the *Amazon RDS User Guide.*
3958
3982
  #
3959
3983
  #
3960
3984
  #
3961
3985
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-creating.html#custom-creating.create
3962
- # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt
3963
- # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
3964
- # [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt
3965
- # [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html
3966
- # [6]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts
3986
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits.html#custom-reqs-limits.reqsMS
3987
+ # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt
3988
+ # [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
3989
+ # [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt
3990
+ # [6]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html
3991
+ # [7]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts
3967
3992
  #
3968
3993
  # @option params [Boolean] :auto_minor_version_upgrade
3969
3994
  # A value that indicates whether minor engine upgrades are applied
@@ -4093,9 +4118,8 @@ module Aws::RDS
4093
4118
  # A value that indicates whether the DB instance is encrypted. By
4094
4119
  # default, it isn't encrypted.
4095
4120
  #
4096
- # For RDS Custom Oracle instances, either set this parameter to `true`
4097
- # or leave it unset. If you set this parameter to `false`, RDS reports
4098
- # an error.
4121
+ # For RDS Custom instances, either set this parameter to `true` or leave
4122
+ # it unset. If you set this parameter to `false`, RDS reports an error.
4099
4123
  #
4100
4124
  # **Amazon Aurora**
4101
4125
  #
@@ -4124,11 +4148,11 @@ module Aws::RDS
4124
4148
  #
4125
4149
  # **Amazon RDS Custom**
4126
4150
  #
4127
- # A KMS key is required for RDS Custom Oracle instances. For most RDS
4128
- # engines, if you leave this parameter empty while enabling
4129
- # `StorageEncrypted`, the engine uses the default KMS key. However, RDS
4130
- # Custom for Oracle doesn't use the default key when this parameter is
4131
- # empty. You must explicitly specify a key.
4151
+ # A KMS key is required for RDS Custom instances. For most RDS engines,
4152
+ # if you leave this parameter empty while enabling `StorageEncrypted`,
4153
+ # the engine uses the default KMS key. However, RDS Custom doesn't use
4154
+ # the default key when this parameter is empty. You must explicitly
4155
+ # specify a key.
4132
4156
  #
4133
4157
  # @option params [String] :domain
4134
4158
  # The Active Directory directory ID to create the DB instance in.
@@ -5443,7 +5467,8 @@ module Aws::RDS
5443
5467
  #
5444
5468
  # * `aurora` (for MySQL 5.6-compatible Aurora)
5445
5469
  #
5446
- # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
5470
+ # * `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
5471
+ # Aurora)
5447
5472
  #
5448
5473
  # * `aurora-postgresql`
5449
5474
  #
@@ -8994,7 +9019,8 @@ module Aws::RDS
8994
9019
  #
8995
9020
  # * `aurora` (for MySQL 5.6-compatible Aurora)
8996
9021
  #
8997
- # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
9022
+ # * `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
9023
+ # Aurora)
8998
9024
  #
8999
9025
  # * `aurora-postgresql`
9000
9026
  #
@@ -11673,7 +11699,8 @@ module Aws::RDS
11673
11699
  #
11674
11700
  # * `aurora` (for MySQL 5.6-compatible Aurora)
11675
11701
  #
11676
- # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
11702
+ # * `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
11703
+ # Aurora)
11677
11704
  #
11678
11705
  # * `aurora-postgresql`
11679
11706
  #
@@ -13136,9 +13163,9 @@ module Aws::RDS
13136
13163
  #
13137
13164
  # @option params [required, String] :engine_version
13138
13165
  # The custom engine version (CEV) that you want to modify. This option
13139
- # is required for RDS Custom, but optional for Amazon RDS. The
13140
- # combination of `Engine` and `EngineVersion` is unique per customer per
13141
- # Amazon Web Services Region.
13166
+ # is required for RDS Custom for Oracle, but optional for Amazon RDS.
13167
+ # The combination of `Engine` and `EngineVersion` is unique per customer
13168
+ # per Amazon Web Services Region.
13142
13169
  #
13143
13170
  # @option params [String] :description
13144
13171
  # An optional description of your CEV.
@@ -13469,7 +13496,7 @@ module Aws::RDS
13469
13496
  # "DBEngineVersions[].EngineVersion"`
13470
13497
  #
13471
13498
  # To list all of the available engine versions for MySQL 5.7-compatible
13472
- # Aurora, use the following command:
13499
+ # and MySQL 8.0-compatible Aurora, use the following command:
13473
13500
  #
13474
13501
  # `aws rds describe-db-engine-versions --engine aurora-mysql --query
13475
13502
  # "DBEngineVersions[].EngineVersion"`
@@ -13627,12 +13654,11 @@ module Aws::RDS
13627
13654
  # @option params [String] :storage_type
13628
13655
  # Specifies the storage type to be associated with the DB cluster.
13629
13656
  #
13630
- # Valid values: `standard | gp2 | io1`
13657
+ # Valid values: `io1`
13631
13658
  #
13632
- # If you specify `io1`, you must also include a value for the `Iops`
13633
- # parameter.
13659
+ # When specified, a value for the `Iops` parameter is required.
13634
13660
  #
13635
- # Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
13661
+ # Default: `io1`
13636
13662
  #
13637
13663
  # Valid for: Multi-AZ DB clusters only
13638
13664
  #
@@ -14256,7 +14282,7 @@ module Aws::RDS
14256
14282
  # change. The change is applied during the next maintenance window,
14257
14283
  # unless `ApplyImmediately` is enabled for this request.
14258
14284
  #
14259
- # This setting doesn't apply to RDS Custom.
14285
+ # This setting doesn't apply to RDS Custom for Oracle.
14260
14286
  #
14261
14287
  # Default: Uses existing setting
14262
14288
  #
@@ -14327,7 +14353,7 @@ module Aws::RDS
14327
14353
  # during the next maintenance window. Some parameter changes can cause
14328
14354
  # an outage and are applied on the next call to RebootDBInstance, or the
14329
14355
  # next failure reboot. Review the table of parameters in [Modifying a DB
14330
- # Instance][1] in the *Amazon RDS User Guide.* to see the impact of
14356
+ # Instance][1] in the *Amazon RDS User Guide* to see the impact of
14331
14357
  # enabling or disabling `ApplyImmediately` for each modified parameter
14332
14358
  # and to determine when the changes are applied.
14333
14359
  #
@@ -14427,7 +14453,7 @@ module Aws::RDS
14427
14453
  #
14428
14454
  # * It must be a value from 0 to 35. It can't be set to 0 if the DB
14429
14455
  # instance is a source to read replicas. It can't be set to 0 or 35
14430
- # for an RDS Custom DB instance.
14456
+ # for an RDS Custom for Oracle DB instance.
14431
14457
  #
14432
14458
  # * It can be specified for a MySQL read replica only if the source is
14433
14459
  # running MySQL 5.6 or later.
@@ -14514,8 +14540,8 @@ module Aws::RDS
14514
14540
  # lower. For information about valid engine versions, see
14515
14541
  # `CreateDBInstance`, or call `DescribeDBEngineVersions`.
14516
14542
  #
14517
- # In RDS Custom, this parameter is supported for read replicas only if
14518
- # they are in the `PATCH_DB_FAILURE` lifecycle.
14543
+ # In RDS Custom for Oracle, this parameter is supported for read
14544
+ # replicas only if they are in the `PATCH_DB_FAILURE` lifecycle.
14519
14545
  #
14520
14546
  # @option params [Boolean] :allow_major_version_upgrade
14521
14547
  # A value that indicates whether major version upgrades are allowed.
@@ -14777,8 +14803,6 @@ module Aws::RDS
14777
14803
  # Changes to the `PubliclyAccessible` parameter are applied immediately
14778
14804
  # regardless of the value of the `ApplyImmediately` parameter.
14779
14805
  #
14780
- # This setting doesn't apply to RDS Custom.
14781
- #
14782
14806
  # @option params [String] :monitoring_role_arn
14783
14807
  # The ARN for the IAM role that permits RDS to send enhanced monitoring
14784
14808
  # metrics to Amazon CloudWatch Logs. For example,
@@ -15272,26 +15296,36 @@ module Aws::RDS
15272
15296
  # @option params [required, Array<Types::Parameter>] :parameters
15273
15297
  # An array of parameter names, values, and the application methods for
15274
15298
  # the parameter update. At least one parameter name, value, and
15275
- # application method method must be supplied; later arguments are
15276
- # optional. A maximum of 20 parameters can be modified in a single
15277
- # request.
15299
+ # application method must be supplied; later arguments are optional. A
15300
+ # maximum of 20 parameters can be modified in a single request.
15278
15301
  #
15279
15302
  # Valid Values (for the application method): `immediate |
15280
15303
  # pending-reboot`
15281
15304
  #
15282
- # <note markdown="1"> You can use the `immediate` value with dynamic parameters only. You
15305
+ # You can use the `immediate` value with dynamic parameters only. You
15283
15306
  # can use the `pending-reboot` value for both dynamic and static
15284
15307
  # parameters.
15285
15308
  #
15286
- # When the application method is `immediate`, changes to dynamic
15309
+ # When the application method is `immediate`, changes to dynamic
15287
15310
  # parameters are applied immediately to the DB instances associated with
15288
- # the parameter group. When the application method is `pending-reboot`,
15289
- # changes to dynamic and static parameters are applied after a reboot
15290
- # without failover to the DB instances associated with the parameter
15291
- # group.
15311
+ # the parameter group.
15312
+ #
15313
+ # When the application method is `pending-reboot`, changes to dynamic
15314
+ # and static parameters are applied after a reboot without failover to
15315
+ # the DB instances associated with the parameter group.
15316
+ #
15317
+ # <note markdown="1"> You can't use `pending-reboot` with dynamic parameters on RDS for SQL
15318
+ # Server DB instances. Use `immediate`.
15292
15319
  #
15293
15320
  # </note>
15294
15321
  #
15322
+ # For more information on modifying DB parameters, see [Working with DB
15323
+ # parameter groups][1] in the *Amazon RDS User Guide*.
15324
+ #
15325
+ #
15326
+ #
15327
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithParamGroups.html
15328
+ #
15295
15329
  # @return [Types::DBParameterGroupNameMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
15296
15330
  #
15297
15331
  # * {Types::DBParameterGroupNameMessage#db_parameter_group_name #db_parameter_group_name} => String
@@ -16019,7 +16053,8 @@ module Aws::RDS
16019
16053
  # '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]' ``
16020
16054
  #
16021
16055
  # To list all of the available engine versions for `aurora-mysql` (for
16022
- # MySQL 5.7-compatible Aurora), use the following command:
16056
+ # MySQL 5.7-compatible and MySQL 8.0-compatible Aurora), use the
16057
+ # following command:
16023
16058
  #
16024
16059
  # `` aws rds describe-db-engine-versions --engine aurora-mysql --query
16025
16060
  # '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]' ``
@@ -17642,8 +17677,8 @@ module Aws::RDS
17642
17677
  # The name of the database engine to be used for this DB cluster.
17643
17678
  #
17644
17679
  # Valid Values: `aurora` (for MySQL 5.6-compatible Aurora),
17645
- # `aurora-mysql` (for MySQL 5.7-compatible Aurora), and
17646
- # `aurora-postgresql`
17680
+ # `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
17681
+ # Aurora), and `aurora-postgresql`
17647
17682
  #
17648
17683
  # @option params [String] :engine_version
17649
17684
  # The version number of the database engine to use.
@@ -17655,7 +17690,8 @@ module Aws::RDS
17655
17690
  # "DBEngineVersions[].EngineVersion"`
17656
17691
  #
17657
17692
  # To list all of the available engine versions for `aurora-mysql` (for
17658
- # MySQL 5.7-compatible Aurora), use the following command:
17693
+ # MySQL 5.7-compatible and MySQL 8.0-compatible Aurora), use the
17694
+ # following command:
17659
17695
  #
17660
17696
  # `aws rds describe-db-engine-versions --engine aurora-mysql --query
17661
17697
  # "DBEngineVersions[].EngineVersion"`
@@ -17669,7 +17705,7 @@ module Aws::RDS
17669
17705
  # **Aurora MySQL**
17670
17706
  #
17671
17707
  # Example: `5.6.10a`, `5.6.mysql_aurora.1.19.2`, `5.7.12`,
17672
- # `5.7.mysql_aurora.2.04.5`
17708
+ # `5.7.mysql_aurora.2.04.5`, `8.0.mysql_aurora.3.01.0`
17673
17709
  #
17674
17710
  # **Aurora PostgreSQL**
17675
17711
  #
@@ -18116,7 +18152,7 @@ module Aws::RDS
18116
18152
  # "DBEngineVersions[].EngineVersion"`
18117
18153
  #
18118
18154
  # To list all of the available engine versions for MySQL 5.7-compatible
18119
- # Aurora, use the following command:
18155
+ # and MySQL 8.0-compatible Aurora, use the following command:
18120
18156
  #
18121
18157
  # `aws rds describe-db-engine-versions --engine aurora-mysql --query
18122
18158
  # "DBEngineVersions[].EngineVersion"`
@@ -18365,12 +18401,11 @@ module Aws::RDS
18365
18401
  # Specifies the storage type to be associated with the each DB instance
18366
18402
  # in the Multi-AZ DB cluster.
18367
18403
  #
18368
- # Valid values: `standard | gp2 | io1`
18404
+ # Valid values: `io1`
18369
18405
  #
18370
- # If you specify `io1`, you must also include a value for the `Iops`
18371
- # parameter.
18406
+ # When specified, a value for the `Iops` parameter is required.
18372
18407
  #
18373
- # Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
18408
+ # Default: `io1`
18374
18409
  #
18375
18410
  # Valid for: Aurora DB clusters and Multi-AZ DB clusters
18376
18411
  #
@@ -18912,11 +18947,11 @@ module Aws::RDS
18912
18947
  # Specifies the storage type to be associated with the each DB instance
18913
18948
  # in the Multi-AZ DB cluster.
18914
18949
  #
18915
- # Valid values: `standard | gp2 | io1`
18950
+ # Valid values: `io1`
18916
18951
  #
18917
- # If you specify `io1`, also include a value for the `Iops` parameter.
18952
+ # When specified, a value for the `Iops` parameter is required.
18918
18953
  #
18919
- # Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
18954
+ # Default: `io1`
18920
18955
  #
18921
18956
  # Valid for: Multi-AZ DB clusters only
18922
18957
  #
@@ -22302,7 +22337,7 @@ module Aws::RDS
22302
22337
  params: params,
22303
22338
  config: config)
22304
22339
  context[:gem_name] = 'aws-sdk-rds'
22305
- context[:gem_version] = '1.134.0'
22340
+ context[:gem_version] = '1.135.0'
22306
22341
  Seahorse::Client::Request.new(handlers, context)
22307
22342
  end
22308
22343
 
@@ -494,7 +494,7 @@ module Aws::RDS
494
494
  data[:db_cluster_instance_class]
495
495
  end
496
496
 
497
- # The storage type associated with DB instance.
497
+ # The storage type associated with the DB cluster.
498
498
  #
499
499
  # This setting is only for non-Aurora Multi-AZ DB clusters.
500
500
  # @return [String]
@@ -854,7 +854,8 @@ module Aws::RDS
854
854
  #
855
855
  # * `aurora` (for MySQL 5.6-compatible Aurora)
856
856
  #
857
- # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
857
+ # * `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
858
+ # Aurora)
858
859
  #
859
860
  # * `aurora-postgresql`
860
861
  #
@@ -873,7 +874,7 @@ module Aws::RDS
873
874
  # "DBEngineVersions[].EngineVersion"`
874
875
  #
875
876
  # To list all of the available engine versions for MySQL 5.7-compatible
876
- # Aurora, use the following command:
877
+ # and MySQL 8.0-compatible Aurora, use the following command:
877
878
  #
878
879
  # `aws rds describe-db-engine-versions --engine aurora-mysql --query
879
880
  # "DBEngineVersions[].EngineVersion"`
@@ -1294,11 +1295,11 @@ module Aws::RDS
1294
1295
  #
1295
1296
  # This setting is required to create a Multi-AZ DB cluster.
1296
1297
  #
1297
- # Valid values: `standard | gp2 | io1`
1298
+ # Valid values: `io1`
1298
1299
  #
1299
- # If you specify `io1`, also include a value for the `Iops` parameter.
1300
+ # When specified, a value for the `Iops` parameter is required.
1300
1301
  #
1301
- # Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
1302
+ # Default: `io1`
1302
1303
  #
1303
1304
  # Valid for: Multi-AZ DB clusters only
1304
1305
  # @option options [Integer] :iops
@@ -1758,7 +1759,7 @@ module Aws::RDS
1758
1759
  # "DBEngineVersions[].EngineVersion"`
1759
1760
  #
1760
1761
  # To list all of the available engine versions for MySQL 5.7-compatible
1761
- # Aurora, use the following command:
1762
+ # and MySQL 8.0-compatible Aurora, use the following command:
1762
1763
  #
1763
1764
  # `aws rds describe-db-engine-versions --engine aurora-mysql --query
1764
1765
  # "DBEngineVersions[].EngineVersion"`
@@ -1904,12 +1905,11 @@ module Aws::RDS
1904
1905
  # @option options [String] :storage_type
1905
1906
  # Specifies the storage type to be associated with the DB cluster.
1906
1907
  #
1907
- # Valid values: `standard | gp2 | io1`
1908
+ # Valid values: `io1`
1908
1909
  #
1909
- # If you specify `io1`, you must also include a value for the `Iops`
1910
- # parameter.
1910
+ # When specified, a value for the `Iops` parameter is required.
1911
1911
  #
1912
- # Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
1912
+ # Default: `io1`
1913
1913
  #
1914
1914
  # Valid for: Multi-AZ DB clusters only
1915
1915
  # @option options [Integer] :iops
@@ -2284,11 +2284,11 @@ module Aws::RDS
2284
2284
  # Specifies the storage type to be associated with the each DB instance
2285
2285
  # in the Multi-AZ DB cluster.
2286
2286
  #
2287
- # Valid values: `standard | gp2 | io1`
2287
+ # Valid values: `io1`
2288
2288
  #
2289
- # If you specify `io1`, also include a value for the `Iops` parameter.
2289
+ # When specified, a value for the `Iops` parameter is required.
2290
2290
  #
2291
- # Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
2291
+ # Default: `io1`
2292
2292
  #
2293
2293
  # Valid for: Multi-AZ DB clusters only
2294
2294
  # @option options [Boolean] :publicly_accessible
@@ -211,7 +211,7 @@ module Aws::RDS
211
211
  #
212
212
  # **Aurora MySQL**
213
213
  #
214
- # Example: `aurora5.6`, `aurora-mysql5.7`
214
+ # Example: `aurora5.6`, `aurora-mysql5.7`, `aurora-mysql8.0`
215
215
  #
216
216
  # **Aurora PostgreSQL**
217
217
  #
@@ -246,7 +246,8 @@ module Aws::RDS
246
246
  #
247
247
  # * `aurora` (for MySQL 5.6-compatible Aurora)
248
248
  #
249
- # * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
249
+ # * `aurora-mysql` (for MySQL 5.7-compatible and MySQL 8.0-compatible
250
+ # Aurora)
250
251
  #
251
252
  # * `aurora-postgresql`
252
253
  #