aws-sdk-rds 1.141.0 → 1.142.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +125 -127
- data/lib/aws-sdk-rds/db_cluster.rb +44 -43
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +4 -4
- data/lib/aws-sdk-rds/db_instance.rb +21 -25
- data/lib/aws-sdk-rds/db_snapshot.rb +1 -1
- data/lib/aws-sdk-rds/resource.rb +28 -29
- data/lib/aws-sdk-rds/types.rb +103 -106
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +2 -2
@@ -329,11 +329,11 @@ module Aws::RDS
|
|
329
329
|
data[:enabled_cloudwatch_logs_exports]
|
330
330
|
end
|
331
331
|
|
332
|
-
# The current capacity of an Aurora Serverless DB cluster. The
|
333
|
-
# is 0 (zero) when the cluster is paused.
|
332
|
+
# The current capacity of an Aurora Serverless v1 DB cluster. The
|
333
|
+
# capacity is 0 (zero) when the cluster is paused.
|
334
334
|
#
|
335
|
-
# For more information about Aurora Serverless, see [Using Amazon
|
336
|
-
# Serverless][1] in the *Amazon Aurora User Guide*.
|
335
|
+
# For more information about Aurora Serverless v1, see [Using Amazon
|
336
|
+
# Aurora Serverless v1][1] in the *Amazon Aurora User Guide*.
|
337
337
|
#
|
338
338
|
#
|
339
339
|
#
|
@@ -359,8 +359,8 @@ module Aws::RDS
|
|
359
359
|
# Shows the scaling configuration for an Aurora DB cluster in
|
360
360
|
# `serverless` DB engine mode.
|
361
361
|
#
|
362
|
-
# For more information, see [Using Amazon Aurora Serverless][1] in
|
363
|
-
# *Amazon Aurora User Guide*.
|
362
|
+
# For more information, see [Using Amazon Aurora Serverless v1][1] in
|
363
|
+
# the *Amazon Aurora User Guide*.
|
364
364
|
#
|
365
365
|
#
|
366
366
|
#
|
@@ -378,15 +378,15 @@ module Aws::RDS
|
|
378
378
|
end
|
379
379
|
|
380
380
|
# A value that indicates whether the HTTP endpoint for an Aurora
|
381
|
-
# Serverless DB cluster is enabled.
|
381
|
+
# Serverless v1 DB cluster is enabled.
|
382
382
|
#
|
383
383
|
# When enabled, the HTTP endpoint provides a connectionless web service
|
384
|
-
# API for running SQL queries on the Aurora Serverless DB cluster.
|
385
|
-
# can also query your database from inside the RDS console with the
|
384
|
+
# API for running SQL queries on the Aurora Serverless v1 DB cluster.
|
385
|
+
# You can also query your database from inside the RDS console with the
|
386
386
|
# query editor.
|
387
387
|
#
|
388
|
-
# For more information, see [Using the Data API for Aurora
|
389
|
-
#
|
388
|
+
# For more information, see [Using the Data API for Aurora Serverless
|
389
|
+
# v1][1] in the *Amazon Aurora User Guide*.
|
390
390
|
#
|
391
391
|
#
|
392
392
|
#
|
@@ -900,22 +900,22 @@ module Aws::RDS
|
|
900
900
|
# **Aurora MySQL**
|
901
901
|
#
|
902
902
|
# For information, see [MySQL on Amazon RDS Versions][1] in the *Amazon
|
903
|
-
# Aurora User Guide
|
903
|
+
# Aurora User Guide*.
|
904
904
|
#
|
905
905
|
# **Aurora PostgreSQL**
|
906
906
|
#
|
907
907
|
# For information, see [Amazon Aurora PostgreSQL releases and engine
|
908
|
-
# versions][2] in the *Amazon Aurora User Guide
|
908
|
+
# versions][2] in the *Amazon Aurora User Guide*.
|
909
909
|
#
|
910
910
|
# **MySQL**
|
911
911
|
#
|
912
912
|
# For information, see [MySQL on Amazon RDS Versions][3] in the *Amazon
|
913
|
-
# RDS User Guide
|
913
|
+
# RDS User Guide*.
|
914
914
|
#
|
915
915
|
# **PostgreSQL**
|
916
916
|
#
|
917
917
|
# For information, see [Amazon RDS for PostgreSQL versions and
|
918
|
-
# extensions][4] in the *Amazon RDS User Guide
|
918
|
+
# extensions][4] in the *Amazon RDS User Guide*.
|
919
919
|
#
|
920
920
|
# Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
921
921
|
#
|
@@ -975,7 +975,7 @@ module Aws::RDS
|
|
975
975
|
# The default is a 30-minute window selected at random from an 8-hour
|
976
976
|
# block of time for each Amazon Web Services Region. To view the time
|
977
977
|
# blocks available, see [ Backup window][1] in the *Amazon Aurora User
|
978
|
-
# Guide
|
978
|
+
# Guide*.
|
979
979
|
#
|
980
980
|
# Constraints:
|
981
981
|
#
|
@@ -1002,7 +1002,7 @@ module Aws::RDS
|
|
1002
1002
|
# block of time for each Amazon Web Services Region, occurring on a
|
1003
1003
|
# random day of the week. To see the time blocks available, see [
|
1004
1004
|
# Adjusting the Preferred DB Cluster Maintenance Window][1] in the
|
1005
|
-
# *Amazon Aurora User Guide
|
1005
|
+
# *Amazon Aurora User Guide*.
|
1006
1006
|
#
|
1007
1007
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
1008
1008
|
#
|
@@ -1114,7 +1114,7 @@ module Aws::RDS
|
|
1114
1114
|
# accounts. By default, mapping isn't enabled.
|
1115
1115
|
#
|
1116
1116
|
# For more information, see [ IAM Database Authentication][1] in the
|
1117
|
-
# *Amazon Aurora User Guide
|
1117
|
+
# *Amazon Aurora User Guide.*.
|
1118
1118
|
#
|
1119
1119
|
# Valid for: Aurora DB clusters only
|
1120
1120
|
#
|
@@ -1158,7 +1158,7 @@ module Aws::RDS
|
|
1158
1158
|
#
|
1159
1159
|
# For more information about exporting CloudWatch Logs for Amazon RDS,
|
1160
1160
|
# see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
|
1161
|
-
# *Amazon
|
1161
|
+
# *Amazon RDS User Guide*.
|
1162
1162
|
#
|
1163
1163
|
# For more information about exporting CloudWatch Logs for Amazon
|
1164
1164
|
# Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] in
|
@@ -1193,7 +1193,7 @@ module Aws::RDS
|
|
1193
1193
|
# information, see the following sections in the *Amazon Aurora User
|
1194
1194
|
# Guide*\:
|
1195
1195
|
#
|
1196
|
-
# * [ Limitations of Aurora Serverless][1]
|
1196
|
+
# * [ Limitations of Aurora Serverless v1][1]
|
1197
1197
|
#
|
1198
1198
|
# * [ Limitations of Parallel Query][2]
|
1199
1199
|
#
|
@@ -1227,16 +1227,16 @@ module Aws::RDS
|
|
1227
1227
|
# Valid for: Aurora DB clusters only
|
1228
1228
|
# @option options [Boolean] :enable_http_endpoint
|
1229
1229
|
# A value that indicates whether to enable the HTTP endpoint for an
|
1230
|
-
# Aurora Serverless DB cluster. By default, the HTTP endpoint is
|
1230
|
+
# Aurora Serverless v1 DB cluster. By default, the HTTP endpoint is
|
1231
1231
|
# disabled.
|
1232
1232
|
#
|
1233
1233
|
# When enabled, the HTTP endpoint provides a connectionless web service
|
1234
|
-
# API for running SQL queries on the Aurora Serverless DB cluster.
|
1235
|
-
# can also query your database from inside the RDS console with the
|
1234
|
+
# API for running SQL queries on the Aurora Serverless v1 DB cluster.
|
1235
|
+
# You can also query your database from inside the RDS console with the
|
1236
1236
|
# query editor.
|
1237
1237
|
#
|
1238
|
-
# For more information, see [Using the Data API for Aurora
|
1239
|
-
#
|
1238
|
+
# For more information, see [Using the Data API for Aurora Serverless
|
1239
|
+
# v1][1] in the *Amazon Aurora User Guide*.
|
1240
1240
|
#
|
1241
1241
|
# Valid for: Aurora DB clusters only
|
1242
1242
|
#
|
@@ -1290,7 +1290,7 @@ module Aws::RDS
|
|
1290
1290
|
# engines.
|
1291
1291
|
#
|
1292
1292
|
# For the full list of DB instance classes and availability for your
|
1293
|
-
# engine, see [DB instance class][1] in the *Amazon RDS User Guide
|
1293
|
+
# engine, see [DB instance class][1] in the *Amazon RDS User Guide*.
|
1294
1294
|
#
|
1295
1295
|
# This setting is required to create a Multi-AZ DB cluster.
|
1296
1296
|
#
|
@@ -1692,7 +1692,7 @@ module Aws::RDS
|
|
1692
1692
|
# The default is a 30-minute window selected at random from an 8-hour
|
1693
1693
|
# block of time for each Amazon Web Services Region. To view the time
|
1694
1694
|
# blocks available, see [ Backup window][1] in the *Amazon Aurora User
|
1695
|
-
# Guide
|
1695
|
+
# Guide*.
|
1696
1696
|
#
|
1697
1697
|
# Constraints:
|
1698
1698
|
#
|
@@ -1719,7 +1719,7 @@ module Aws::RDS
|
|
1719
1719
|
# block of time for each Amazon Web Services Region, occurring on a
|
1720
1720
|
# random day of the week. To see the time blocks available, see [
|
1721
1721
|
# Adjusting the Preferred DB Cluster Maintenance Window][1] in the
|
1722
|
-
# *Amazon Aurora User Guide
|
1722
|
+
# *Amazon Aurora User Guide*.
|
1723
1723
|
#
|
1724
1724
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
1725
1725
|
#
|
@@ -1736,7 +1736,7 @@ module Aws::RDS
|
|
1736
1736
|
# accounts. By default, mapping isn't enabled.
|
1737
1737
|
#
|
1738
1738
|
# For more information, see [ IAM Database Authentication][1] in the
|
1739
|
-
# *Amazon Aurora User Guide
|
1739
|
+
# *Amazon Aurora User Guide*.
|
1740
1740
|
#
|
1741
1741
|
# Valid for: Aurora DB clusters only
|
1742
1742
|
#
|
@@ -1779,8 +1779,8 @@ module Aws::RDS
|
|
1779
1779
|
# Possible value is `postgresql`.
|
1780
1780
|
#
|
1781
1781
|
# For more information about exporting CloudWatch Logs for Amazon RDS,
|
1782
|
-
# see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
|
1783
|
-
# *Amazon
|
1782
|
+
# see [ Publishing Database Logs to Amazon CloudWatch Logs][1] in the
|
1783
|
+
# *Amazon RDS User Guide*.
|
1784
1784
|
#
|
1785
1785
|
# For more information about exporting CloudWatch Logs for Amazon
|
1786
1786
|
# Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] in
|
@@ -1891,16 +1891,16 @@ module Aws::RDS
|
|
1891
1891
|
# Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
1892
1892
|
# @option options [Boolean] :enable_http_endpoint
|
1893
1893
|
# A value that indicates whether to enable the HTTP endpoint for an
|
1894
|
-
# Aurora Serverless DB cluster. By default, the HTTP endpoint is
|
1894
|
+
# Aurora Serverless v1 DB cluster. By default, the HTTP endpoint is
|
1895
1895
|
# disabled.
|
1896
1896
|
#
|
1897
1897
|
# When enabled, the HTTP endpoint provides a connectionless web service
|
1898
|
-
# API for running SQL queries on the Aurora Serverless DB cluster.
|
1899
|
-
# can also query your database from inside the RDS console with the
|
1898
|
+
# API for running SQL queries on the Aurora Serverless v1 DB cluster.
|
1899
|
+
# You can also query your database from inside the RDS console with the
|
1900
1900
|
# query editor.
|
1901
1901
|
#
|
1902
|
-
# For more information, see [Using the Data API for Aurora
|
1903
|
-
#
|
1902
|
+
# For more information, see [Using the Data API for Aurora Serverless
|
1903
|
+
# v1][1] in the *Amazon Aurora User Guide*.
|
1904
1904
|
#
|
1905
1905
|
# Valid for: Aurora DB clusters only
|
1906
1906
|
#
|
@@ -1935,7 +1935,7 @@ module Aws::RDS
|
|
1935
1935
|
# engines.
|
1936
1936
|
#
|
1937
1937
|
# For the full list of DB instance classes and availability for your
|
1938
|
-
# engine, see [DB Instance Class][1] in the *Amazon RDS User Guide
|
1938
|
+
# engine, see [ DB Instance Class][1] in the *Amazon RDS User Guide*.
|
1939
1939
|
#
|
1940
1940
|
# Valid for: Multi-AZ DB clusters only
|
1941
1941
|
#
|
@@ -2217,7 +2217,7 @@ module Aws::RDS
|
|
2217
2217
|
# accounts. By default, mapping isn't enabled.
|
2218
2218
|
#
|
2219
2219
|
# For more information, see [ IAM Database Authentication][1] in the
|
2220
|
-
# *Amazon Aurora User Guide
|
2220
|
+
# *Amazon Aurora User Guide*.
|
2221
2221
|
#
|
2222
2222
|
# Valid for: Aurora DB clusters only
|
2223
2223
|
#
|
@@ -2261,7 +2261,7 @@ module Aws::RDS
|
|
2261
2261
|
#
|
2262
2262
|
# For more information about exporting CloudWatch Logs for Amazon RDS,
|
2263
2263
|
# see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
|
2264
|
-
# *Amazon
|
2264
|
+
# *Amazon RDS User Guide.*.
|
2265
2265
|
#
|
2266
2266
|
# For more information about exporting CloudWatch Logs for Amazon
|
2267
2267
|
# Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] in
|
@@ -2329,10 +2329,11 @@ module Aws::RDS
|
|
2329
2329
|
# @option options [String] :engine_mode
|
2330
2330
|
# The engine mode of the new cluster. Specify `provisioned` or
|
2331
2331
|
# `serverless`, depending on the type of the cluster you are creating.
|
2332
|
-
# You can create an Aurora Serverless clone from a provisioned
|
2333
|
-
# or a provisioned clone from an Aurora Serverless cluster.
|
2334
|
-
# clone that is an Aurora Serverless cluster, the
|
2335
|
-
# be an Aurora Serverless cluster or an
|
2332
|
+
# You can create an Aurora Serverless v1 clone from a provisioned
|
2333
|
+
# cluster, or a provisioned clone from an Aurora Serverless v1 cluster.
|
2334
|
+
# To create a clone that is an Aurora Serverless v1 cluster, the
|
2335
|
+
# original cluster must be an Aurora Serverless v1 cluster or an
|
2336
|
+
# encrypted provisioned cluster.
|
2336
2337
|
#
|
2337
2338
|
# Valid for: Aurora DB clusters only
|
2338
2339
|
# @option options [String] :db_cluster_instance_class
|
@@ -607,12 +607,12 @@ module Aws::RDS
|
|
607
607
|
# **Aurora MySQL**
|
608
608
|
#
|
609
609
|
# See [MySQL on Amazon RDS Versions][1] in the *Amazon Aurora User
|
610
|
-
# Guide
|
610
|
+
# Guide*.
|
611
611
|
#
|
612
612
|
# **Aurora PostgreSQL**
|
613
613
|
#
|
614
614
|
# See [Amazon Aurora PostgreSQL releases and engine versions][2] in the
|
615
|
-
# *Amazon Aurora User Guide
|
615
|
+
# *Amazon Aurora User Guide*.
|
616
616
|
#
|
617
617
|
# **MySQL**
|
618
618
|
#
|
@@ -691,7 +691,7 @@ module Aws::RDS
|
|
691
691
|
# accounts. By default, mapping isn't enabled.
|
692
692
|
#
|
693
693
|
# For more information, see [ IAM Database Authentication][1] in the
|
694
|
-
# *Amazon Aurora User Guide
|
694
|
+
# *Amazon Aurora User Guide*.
|
695
695
|
#
|
696
696
|
# Valid for: Aurora DB clusters only
|
697
697
|
#
|
@@ -739,7 +739,7 @@ module Aws::RDS
|
|
739
739
|
#
|
740
740
|
# For more information about exporting CloudWatch Logs for Amazon RDS,
|
741
741
|
# see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
|
742
|
-
# *Amazon
|
742
|
+
# *Amazon RDS User Guide.*.
|
743
743
|
#
|
744
744
|
# For more information about exporting CloudWatch Logs for Amazon
|
745
745
|
# Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] in
|
@@ -661,8 +661,7 @@ module Aws::RDS
|
|
661
661
|
# start with the prefix `AWSRDSCustom`.
|
662
662
|
#
|
663
663
|
# For the list of permissions required for the IAM role, see [ Configure
|
664
|
-
# IAM and your VPC][1] in the *Amazon
|
665
|
-
# Guide*.
|
664
|
+
# IAM and your VPC][1] in the *Amazon RDS User Guide*.
|
666
665
|
#
|
667
666
|
#
|
668
667
|
#
|
@@ -1097,7 +1096,7 @@ module Aws::RDS
|
|
1097
1096
|
# db.m4.large. Not all DB instance classes are available in all Amazon
|
1098
1097
|
# Web Services Regions, or for all database engines. For the full list
|
1099
1098
|
# of DB instance classes, and availability for your engine, see [DB
|
1100
|
-
# Instance Class][1] in the *Amazon RDS User Guide
|
1099
|
+
# Instance Class][1] in the *Amazon RDS User Guide*.
|
1101
1100
|
#
|
1102
1101
|
#
|
1103
1102
|
#
|
@@ -1398,37 +1397,37 @@ module Aws::RDS
|
|
1398
1397
|
# setting is required for RDS Custom for Oracle. The CEV name has the
|
1399
1398
|
# following format: `19.customized_string `. An example identifier is
|
1400
1399
|
# `19.my_cev1`. For more information, see [ Creating an RDS Custom for
|
1401
|
-
# Oracle DB instance][1] in the *Amazon RDS User Guide
|
1400
|
+
# Oracle DB instance][1] in the *Amazon RDS User Guide*.
|
1402
1401
|
#
|
1403
1402
|
# **Amazon RDS Custom for SQL Server**
|
1404
1403
|
#
|
1405
1404
|
# See [RDS Custom for SQL Server general requirements][2] in the *Amazon
|
1406
|
-
# RDS User Guide
|
1405
|
+
# RDS User Guide*.
|
1407
1406
|
#
|
1408
1407
|
# **MariaDB**
|
1409
1408
|
#
|
1410
1409
|
# For information, see [MariaDB on Amazon RDS Versions][3] in the
|
1411
|
-
# *Amazon RDS User Guide
|
1410
|
+
# *Amazon RDS User Guide*.
|
1412
1411
|
#
|
1413
1412
|
# **Microsoft SQL Server**
|
1414
1413
|
#
|
1415
1414
|
# For information, see [Microsoft SQL Server Versions on Amazon RDS][4]
|
1416
|
-
# in the *Amazon RDS User Guide
|
1415
|
+
# in the *Amazon RDS User Guide*.
|
1417
1416
|
#
|
1418
1417
|
# **MySQL**
|
1419
1418
|
#
|
1420
1419
|
# For information, see [MySQL on Amazon RDS Versions][5] in the *Amazon
|
1421
|
-
# RDS User Guide
|
1420
|
+
# RDS User Guide*.
|
1422
1421
|
#
|
1423
1422
|
# **Oracle**
|
1424
1423
|
#
|
1425
1424
|
# For information, see [Oracle Database Engine Release Notes][6] in the
|
1426
|
-
# *Amazon RDS User Guide
|
1425
|
+
# *Amazon RDS User Guide*.
|
1427
1426
|
#
|
1428
1427
|
# **PostgreSQL**
|
1429
1428
|
#
|
1430
1429
|
# For information, see [Amazon RDS for PostgreSQL versions and
|
1431
|
-
# extensions][7] in the *Amazon RDS User Guide
|
1430
|
+
# extensions][7] in the *Amazon RDS User Guide*.
|
1432
1431
|
#
|
1433
1432
|
#
|
1434
1433
|
#
|
@@ -1674,7 +1673,7 @@ module Aws::RDS
|
|
1674
1673
|
# managed by the DB cluster.
|
1675
1674
|
#
|
1676
1675
|
# For more information, see [ IAM Database Authentication for MySQL and
|
1677
|
-
# PostgreSQL][1] in the *Amazon RDS User Guide
|
1676
|
+
# PostgreSQL][1] in the *Amazon RDS User Guide*.
|
1678
1677
|
#
|
1679
1678
|
#
|
1680
1679
|
#
|
@@ -1682,7 +1681,7 @@ module Aws::RDS
|
|
1682
1681
|
# @option options [Boolean] :enable_performance_insights
|
1683
1682
|
# A value that indicates whether to enable Performance Insights for the
|
1684
1683
|
# DB instance. For more information, see [Using Amazon Performance
|
1685
|
-
# Insights][1] in the *Amazon
|
1684
|
+
# Insights][1] in the *Amazon RDS User Guide*.
|
1686
1685
|
#
|
1687
1686
|
# This setting doesn't apply to RDS Custom.
|
1688
1687
|
#
|
@@ -1710,8 +1709,8 @@ module Aws::RDS
|
|
1710
1709
|
# @option options [Array<String>] :enable_cloudwatch_logs_exports
|
1711
1710
|
# The list of log types that need to be enabled for exporting to
|
1712
1711
|
# CloudWatch Logs. The values in the list depend on the DB engine. For
|
1713
|
-
# more information, see [Publishing Database Logs to Amazon CloudWatch
|
1714
|
-
# Logs][1] in the *Amazon
|
1712
|
+
# more information, see [ Publishing Database Logs to Amazon CloudWatch
|
1713
|
+
# Logs][1] in the *Amazon RDS User Guide*.
|
1715
1714
|
#
|
1716
1715
|
# **Amazon Aurora**
|
1717
1716
|
#
|
@@ -1813,8 +1812,7 @@ module Aws::RDS
|
|
1813
1812
|
# start with the prefix `AWSRDSCustom`.
|
1814
1813
|
#
|
1815
1814
|
# For the list of permissions required for the IAM role, see [ Configure
|
1816
|
-
# IAM and your VPC][1] in the *Amazon
|
1817
|
-
# Guide*.
|
1815
|
+
# IAM and your VPC][1] in the *Amazon RDS User Guide*.
|
1818
1816
|
#
|
1819
1817
|
# This setting is required for RDS Custom.
|
1820
1818
|
#
|
@@ -1901,7 +1899,7 @@ module Aws::RDS
|
|
1901
1899
|
# db.m4.large. Not all DB instance classes are available in all Amazon
|
1902
1900
|
# Web Services Regions, or for all database engines. For the full list
|
1903
1901
|
# of DB instance classes, and availability for your engine, see [DB
|
1904
|
-
# Instance Class][1] in the *Amazon RDS User Guide
|
1902
|
+
# Instance Class][1] in the *Amazon RDS User Guide*.
|
1905
1903
|
#
|
1906
1904
|
# Default: Inherits from the source DB instance.
|
1907
1905
|
#
|
@@ -2165,7 +2163,7 @@ module Aws::RDS
|
|
2165
2163
|
#
|
2166
2164
|
# For more information about IAM database authentication, see [ IAM
|
2167
2165
|
# Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
|
2168
|
-
# RDS User Guide
|
2166
|
+
# RDS User Guide*.
|
2169
2167
|
#
|
2170
2168
|
# This setting doesn't apply to RDS Custom.
|
2171
2169
|
#
|
@@ -2301,8 +2299,7 @@ module Aws::RDS
|
|
2301
2299
|
# start with the prefix `AWSRDSCustom`.
|
2302
2300
|
#
|
2303
2301
|
# For the list of permissions required for the IAM role, see [ Configure
|
2304
|
-
# IAM and your VPC][1] in the *Amazon
|
2305
|
-
# Guide*.
|
2302
|
+
# IAM and your VPC][1] in the *Amazon RDS User Guide*.
|
2306
2303
|
#
|
2307
2304
|
# This setting is required for RDS Custom.
|
2308
2305
|
#
|
@@ -3066,7 +3063,7 @@ module Aws::RDS
|
|
3066
3063
|
# DB instance.
|
3067
3064
|
#
|
3068
3065
|
# For more information, see [Using Amazon Performance Insights][1] in
|
3069
|
-
# the *Amazon
|
3066
|
+
# the *Amazon RDS User Guide.*.
|
3070
3067
|
#
|
3071
3068
|
# This setting doesn't apply to RDS Custom.
|
3072
3069
|
#
|
@@ -3153,7 +3150,7 @@ module Aws::RDS
|
|
3153
3150
|
#
|
3154
3151
|
# * For more information about rotating your SSL/TLS certificate for
|
3155
3152
|
# Aurora DB engines, see [ Rotating Your SSL/TLS Certificate][2] in
|
3156
|
-
# the *Amazon Aurora User Guide
|
3153
|
+
# the *Amazon Aurora User Guide*.
|
3157
3154
|
#
|
3158
3155
|
# This setting doesn't apply to RDS Custom.
|
3159
3156
|
#
|
@@ -3389,7 +3386,7 @@ module Aws::RDS
|
|
3389
3386
|
# example db.m4.large. Not all DB instance classes are available in all
|
3390
3387
|
# Amazon Web Services Regions, or for all database engines. For the full
|
3391
3388
|
# list of DB instance classes, and availability for your engine, see [DB
|
3392
|
-
# Instance Class][1] in the *Amazon RDS User Guide
|
3389
|
+
# Instance Class][1] in the *Amazon RDS User Guide*.
|
3393
3390
|
#
|
3394
3391
|
# Default: The same DBInstanceClass as the original DB instance.
|
3395
3392
|
#
|
@@ -3685,8 +3682,7 @@ module Aws::RDS
|
|
3685
3682
|
# start with the prefix `AWSRDSCustom`.
|
3686
3683
|
#
|
3687
3684
|
# For the list of permissions required for the IAM role, see [ Configure
|
3688
|
-
# IAM and your VPC][1] in the *Amazon
|
3689
|
-
# Guide*.
|
3685
|
+
# IAM and your VPC][1] in the *Amazon RDS User Guide*.
|
3690
3686
|
#
|
3691
3687
|
# This setting is required for RDS Custom.
|
3692
3688
|
#
|
@@ -547,7 +547,7 @@ module Aws::RDS
|
|
547
547
|
# Encryption for Oracle or Microsoft SQL Server, you must specify this
|
548
548
|
# option when copying across Amazon Web Services Regions. For more
|
549
549
|
# information, see [Option group considerations][1] in the *Amazon RDS
|
550
|
-
# User Guide
|
550
|
+
# User Guide*.
|
551
551
|
#
|
552
552
|
#
|
553
553
|
#
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
@@ -229,22 +229,22 @@ module Aws::RDS
|
|
229
229
|
# **Aurora MySQL**
|
230
230
|
#
|
231
231
|
# For information, see [MySQL on Amazon RDS Versions][1] in the *Amazon
|
232
|
-
# Aurora User Guide
|
232
|
+
# Aurora User Guide*.
|
233
233
|
#
|
234
234
|
# **Aurora PostgreSQL**
|
235
235
|
#
|
236
236
|
# For information, see [Amazon Aurora PostgreSQL releases and engine
|
237
|
-
# versions][2] in the *Amazon Aurora User Guide
|
237
|
+
# versions][2] in the *Amazon Aurora User Guide*.
|
238
238
|
#
|
239
239
|
# **MySQL**
|
240
240
|
#
|
241
241
|
# For information, see [MySQL on Amazon RDS Versions][3] in the *Amazon
|
242
|
-
# RDS User Guide
|
242
|
+
# RDS User Guide*.
|
243
243
|
#
|
244
244
|
# **PostgreSQL**
|
245
245
|
#
|
246
246
|
# For information, see [Amazon RDS for PostgreSQL versions and
|
247
|
-
# extensions][4] in the *Amazon RDS User Guide
|
247
|
+
# extensions][4] in the *Amazon RDS User Guide*.
|
248
248
|
#
|
249
249
|
# Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
250
250
|
#
|
@@ -304,7 +304,7 @@ module Aws::RDS
|
|
304
304
|
# The default is a 30-minute window selected at random from an 8-hour
|
305
305
|
# block of time for each Amazon Web Services Region. To view the time
|
306
306
|
# blocks available, see [ Backup window][1] in the *Amazon Aurora User
|
307
|
-
# Guide
|
307
|
+
# Guide*.
|
308
308
|
#
|
309
309
|
# Constraints:
|
310
310
|
#
|
@@ -331,7 +331,7 @@ module Aws::RDS
|
|
331
331
|
# block of time for each Amazon Web Services Region, occurring on a
|
332
332
|
# random day of the week. To see the time blocks available, see [
|
333
333
|
# Adjusting the Preferred DB Cluster Maintenance Window][1] in the
|
334
|
-
# *Amazon Aurora User Guide
|
334
|
+
# *Amazon Aurora User Guide*.
|
335
335
|
#
|
336
336
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
337
337
|
#
|
@@ -443,7 +443,7 @@ module Aws::RDS
|
|
443
443
|
# accounts. By default, mapping isn't enabled.
|
444
444
|
#
|
445
445
|
# For more information, see [ IAM Database Authentication][1] in the
|
446
|
-
# *Amazon Aurora User Guide
|
446
|
+
# *Amazon Aurora User Guide.*.
|
447
447
|
#
|
448
448
|
# Valid for: Aurora DB clusters only
|
449
449
|
#
|
@@ -487,7 +487,7 @@ module Aws::RDS
|
|
487
487
|
#
|
488
488
|
# For more information about exporting CloudWatch Logs for Amazon RDS,
|
489
489
|
# see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
|
490
|
-
# *Amazon
|
490
|
+
# *Amazon RDS User Guide*.
|
491
491
|
#
|
492
492
|
# For more information about exporting CloudWatch Logs for Amazon
|
493
493
|
# Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] in
|
@@ -522,7 +522,7 @@ module Aws::RDS
|
|
522
522
|
# information, see the following sections in the *Amazon Aurora User
|
523
523
|
# Guide*\:
|
524
524
|
#
|
525
|
-
# * [ Limitations of Aurora Serverless][1]
|
525
|
+
# * [ Limitations of Aurora Serverless v1][1]
|
526
526
|
#
|
527
527
|
# * [ Limitations of Parallel Query][2]
|
528
528
|
#
|
@@ -556,16 +556,16 @@ module Aws::RDS
|
|
556
556
|
# Valid for: Aurora DB clusters only
|
557
557
|
# @option options [Boolean] :enable_http_endpoint
|
558
558
|
# A value that indicates whether to enable the HTTP endpoint for an
|
559
|
-
# Aurora Serverless DB cluster. By default, the HTTP endpoint is
|
559
|
+
# Aurora Serverless v1 DB cluster. By default, the HTTP endpoint is
|
560
560
|
# disabled.
|
561
561
|
#
|
562
562
|
# When enabled, the HTTP endpoint provides a connectionless web service
|
563
|
-
# API for running SQL queries on the Aurora Serverless DB cluster.
|
564
|
-
# can also query your database from inside the RDS console with the
|
563
|
+
# API for running SQL queries on the Aurora Serverless v1 DB cluster.
|
564
|
+
# You can also query your database from inside the RDS console with the
|
565
565
|
# query editor.
|
566
566
|
#
|
567
|
-
# For more information, see [Using the Data API for Aurora
|
568
|
-
#
|
567
|
+
# For more information, see [Using the Data API for Aurora Serverless
|
568
|
+
# v1][1] in the *Amazon Aurora User Guide*.
|
569
569
|
#
|
570
570
|
# Valid for: Aurora DB clusters only
|
571
571
|
#
|
@@ -619,7 +619,7 @@ module Aws::RDS
|
|
619
619
|
# engines.
|
620
620
|
#
|
621
621
|
# For the full list of DB instance classes and availability for your
|
622
|
-
# engine, see [DB instance class][1] in the *Amazon RDS User Guide
|
622
|
+
# engine, see [DB instance class][1] in the *Amazon RDS User Guide*.
|
623
623
|
#
|
624
624
|
# This setting is required to create a Multi-AZ DB cluster.
|
625
625
|
#
|
@@ -1167,7 +1167,7 @@ module Aws::RDS
|
|
1167
1167
|
# db.m4.large. Not all DB instance classes are available in all Amazon
|
1168
1168
|
# Web Services Regions, or for all database engines. For the full list
|
1169
1169
|
# of DB instance classes, and availability for your engine, see [DB
|
1170
|
-
# Instance Class][1] in the *Amazon RDS User Guide
|
1170
|
+
# Instance Class][1] in the *Amazon RDS User Guide*.
|
1171
1171
|
#
|
1172
1172
|
#
|
1173
1173
|
#
|
@@ -1468,37 +1468,37 @@ module Aws::RDS
|
|
1468
1468
|
# setting is required for RDS Custom for Oracle. The CEV name has the
|
1469
1469
|
# following format: `19.customized_string `. An example identifier is
|
1470
1470
|
# `19.my_cev1`. For more information, see [ Creating an RDS Custom for
|
1471
|
-
# Oracle DB instance][1] in the *Amazon RDS User Guide
|
1471
|
+
# Oracle DB instance][1] in the *Amazon RDS User Guide*.
|
1472
1472
|
#
|
1473
1473
|
# **Amazon RDS Custom for SQL Server**
|
1474
1474
|
#
|
1475
1475
|
# See [RDS Custom for SQL Server general requirements][2] in the *Amazon
|
1476
|
-
# RDS User Guide
|
1476
|
+
# RDS User Guide*.
|
1477
1477
|
#
|
1478
1478
|
# **MariaDB**
|
1479
1479
|
#
|
1480
1480
|
# For information, see [MariaDB on Amazon RDS Versions][3] in the
|
1481
|
-
# *Amazon RDS User Guide
|
1481
|
+
# *Amazon RDS User Guide*.
|
1482
1482
|
#
|
1483
1483
|
# **Microsoft SQL Server**
|
1484
1484
|
#
|
1485
1485
|
# For information, see [Microsoft SQL Server Versions on Amazon RDS][4]
|
1486
|
-
# in the *Amazon RDS User Guide
|
1486
|
+
# in the *Amazon RDS User Guide*.
|
1487
1487
|
#
|
1488
1488
|
# **MySQL**
|
1489
1489
|
#
|
1490
1490
|
# For information, see [MySQL on Amazon RDS Versions][5] in the *Amazon
|
1491
|
-
# RDS User Guide
|
1491
|
+
# RDS User Guide*.
|
1492
1492
|
#
|
1493
1493
|
# **Oracle**
|
1494
1494
|
#
|
1495
1495
|
# For information, see [Oracle Database Engine Release Notes][6] in the
|
1496
|
-
# *Amazon RDS User Guide
|
1496
|
+
# *Amazon RDS User Guide*.
|
1497
1497
|
#
|
1498
1498
|
# **PostgreSQL**
|
1499
1499
|
#
|
1500
1500
|
# For information, see [Amazon RDS for PostgreSQL versions and
|
1501
|
-
# extensions][7] in the *Amazon RDS User Guide
|
1501
|
+
# extensions][7] in the *Amazon RDS User Guide*.
|
1502
1502
|
#
|
1503
1503
|
#
|
1504
1504
|
#
|
@@ -1744,7 +1744,7 @@ module Aws::RDS
|
|
1744
1744
|
# managed by the DB cluster.
|
1745
1745
|
#
|
1746
1746
|
# For more information, see [ IAM Database Authentication for MySQL and
|
1747
|
-
# PostgreSQL][1] in the *Amazon RDS User Guide
|
1747
|
+
# PostgreSQL][1] in the *Amazon RDS User Guide*.
|
1748
1748
|
#
|
1749
1749
|
#
|
1750
1750
|
#
|
@@ -1752,7 +1752,7 @@ module Aws::RDS
|
|
1752
1752
|
# @option options [Boolean] :enable_performance_insights
|
1753
1753
|
# A value that indicates whether to enable Performance Insights for the
|
1754
1754
|
# DB instance. For more information, see [Using Amazon Performance
|
1755
|
-
# Insights][1] in the *Amazon
|
1755
|
+
# Insights][1] in the *Amazon RDS User Guide*.
|
1756
1756
|
#
|
1757
1757
|
# This setting doesn't apply to RDS Custom.
|
1758
1758
|
#
|
@@ -1780,8 +1780,8 @@ module Aws::RDS
|
|
1780
1780
|
# @option options [Array<String>] :enable_cloudwatch_logs_exports
|
1781
1781
|
# The list of log types that need to be enabled for exporting to
|
1782
1782
|
# CloudWatch Logs. The values in the list depend on the DB engine. For
|
1783
|
-
# more information, see [Publishing Database Logs to Amazon CloudWatch
|
1784
|
-
# Logs][1] in the *Amazon
|
1783
|
+
# more information, see [ Publishing Database Logs to Amazon CloudWatch
|
1784
|
+
# Logs][1] in the *Amazon RDS User Guide*.
|
1785
1785
|
#
|
1786
1786
|
# **Amazon Aurora**
|
1787
1787
|
#
|
@@ -1883,8 +1883,7 @@ module Aws::RDS
|
|
1883
1883
|
# start with the prefix `AWSRDSCustom`.
|
1884
1884
|
#
|
1885
1885
|
# For the list of permissions required for the IAM role, see [ Configure
|
1886
|
-
# IAM and your VPC][1] in the *Amazon
|
1887
|
-
# Guide*.
|
1886
|
+
# IAM and your VPC][1] in the *Amazon RDS User Guide*.
|
1888
1887
|
#
|
1889
1888
|
# This setting is required for RDS Custom.
|
1890
1889
|
#
|