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
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -1063,7 +1063,7 @@ module Aws::RDS
|
|
1063
1063
|
# * If the source snapshot is in a different Amazon Web Services
|
1064
1064
|
# Region than the copy, specify a valid DB cluster snapshot ARN. For
|
1065
1065
|
# more information, go to [ Copying Snapshots Across Amazon Web
|
1066
|
-
# Services Regions][1] in the *Amazon Aurora User Guide
|
1066
|
+
# Services Regions][1] in the *Amazon Aurora User Guide*.
|
1067
1067
|
#
|
1068
1068
|
# Example: `my-cluster-snapshot1`
|
1069
1069
|
#
|
@@ -1486,7 +1486,7 @@ module Aws::RDS
|
|
1486
1486
|
# Data Encryption for Oracle or Microsoft SQL Server, you must specify
|
1487
1487
|
# this option when copying across Amazon Web Services Regions. For
|
1488
1488
|
# more information, see [Option group considerations][1] in the
|
1489
|
-
# *Amazon RDS User Guide
|
1489
|
+
# *Amazon RDS User Guide*.
|
1490
1490
|
#
|
1491
1491
|
#
|
1492
1492
|
#
|
@@ -2080,22 +2080,22 @@ module Aws::RDS
|
|
2080
2080
|
# **Aurora MySQL**
|
2081
2081
|
#
|
2082
2082
|
# For information, see [MySQL on Amazon RDS Versions][1] in the
|
2083
|
-
# *Amazon Aurora User Guide
|
2083
|
+
# *Amazon Aurora User Guide*.
|
2084
2084
|
#
|
2085
2085
|
# **Aurora PostgreSQL**
|
2086
2086
|
#
|
2087
2087
|
# For information, see [Amazon Aurora PostgreSQL releases and engine
|
2088
|
-
# versions][2] in the *Amazon Aurora User Guide
|
2088
|
+
# versions][2] in the *Amazon Aurora User Guide*.
|
2089
2089
|
#
|
2090
2090
|
# **MySQL**
|
2091
2091
|
#
|
2092
2092
|
# For information, see [MySQL on Amazon RDS Versions][3] in the
|
2093
|
-
# *Amazon RDS User Guide
|
2093
|
+
# *Amazon RDS User Guide*.
|
2094
2094
|
#
|
2095
2095
|
# **PostgreSQL**
|
2096
2096
|
#
|
2097
2097
|
# For information, see [Amazon RDS for PostgreSQL versions and
|
2098
|
-
# extensions][4] in the *Amazon RDS User Guide
|
2098
|
+
# extensions][4] in the *Amazon RDS User Guide*.
|
2099
2099
|
#
|
2100
2100
|
# Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
2101
2101
|
#
|
@@ -2165,7 +2165,7 @@ module Aws::RDS
|
|
2165
2165
|
# The default is a 30-minute window selected at random from an 8-hour
|
2166
2166
|
# block of time for each Amazon Web Services Region. To view the time
|
2167
2167
|
# blocks available, see [ Backup window][1] in the *Amazon Aurora User
|
2168
|
-
# Guide
|
2168
|
+
# Guide*.
|
2169
2169
|
#
|
2170
2170
|
# Constraints:
|
2171
2171
|
#
|
@@ -2194,7 +2194,7 @@ module Aws::RDS
|
|
2194
2194
|
# block of time for each Amazon Web Services Region, occurring on a
|
2195
2195
|
# random day of the week. To see the time blocks available, see [
|
2196
2196
|
# Adjusting the Preferred DB Cluster Maintenance Window][1] in the
|
2197
|
-
# *Amazon Aurora User Guide
|
2197
|
+
# *Amazon Aurora User Guide*.
|
2198
2198
|
#
|
2199
2199
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
2200
2200
|
#
|
@@ -2318,7 +2318,7 @@ module Aws::RDS
|
|
2318
2318
|
# accounts. By default, mapping isn't enabled.
|
2319
2319
|
#
|
2320
2320
|
# For more information, see [ IAM Database Authentication][1] in the
|
2321
|
-
# *Amazon Aurora User Guide
|
2321
|
+
# *Amazon Aurora User Guide.*.
|
2322
2322
|
#
|
2323
2323
|
# Valid for: Aurora DB clusters only
|
2324
2324
|
#
|
@@ -2366,7 +2366,7 @@ module Aws::RDS
|
|
2366
2366
|
#
|
2367
2367
|
# For more information about exporting CloudWatch Logs for Amazon RDS,
|
2368
2368
|
# see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
|
2369
|
-
# *Amazon
|
2369
|
+
# *Amazon RDS User Guide*.
|
2370
2370
|
#
|
2371
2371
|
# For more information about exporting CloudWatch Logs for Amazon
|
2372
2372
|
# Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2]
|
@@ -2403,7 +2403,7 @@ module Aws::RDS
|
|
2403
2403
|
# information, see the following sections in the *Amazon Aurora User
|
2404
2404
|
# Guide*\:
|
2405
2405
|
#
|
2406
|
-
# * [ Limitations of Aurora Serverless][1]
|
2406
|
+
# * [ Limitations of Aurora Serverless v1][1]
|
2407
2407
|
#
|
2408
2408
|
# * [ Limitations of Parallel Query][2]
|
2409
2409
|
#
|
@@ -2446,16 +2446,16 @@ module Aws::RDS
|
|
2446
2446
|
#
|
2447
2447
|
# @!attribute [rw] enable_http_endpoint
|
2448
2448
|
# A value that indicates whether to enable the HTTP endpoint for an
|
2449
|
-
# Aurora Serverless DB cluster. By default, the HTTP endpoint is
|
2449
|
+
# Aurora Serverless v1 DB cluster. By default, the HTTP endpoint is
|
2450
2450
|
# disabled.
|
2451
2451
|
#
|
2452
2452
|
# When enabled, the HTTP endpoint provides a connectionless web
|
2453
|
-
# service API for running SQL queries on the Aurora Serverless DB
|
2453
|
+
# service API for running SQL queries on the Aurora Serverless v1 DB
|
2454
2454
|
# cluster. You can also query your database from inside the RDS
|
2455
2455
|
# console with the query editor.
|
2456
2456
|
#
|
2457
|
-
# For more information, see [Using the Data API for Aurora
|
2458
|
-
#
|
2457
|
+
# For more information, see [Using the Data API for Aurora Serverless
|
2458
|
+
# v1][1] in the *Amazon Aurora User Guide*.
|
2459
2459
|
#
|
2460
2460
|
# Valid for: Aurora DB clusters only
|
2461
2461
|
#
|
@@ -2519,7 +2519,7 @@ module Aws::RDS
|
|
2519
2519
|
# database engines.
|
2520
2520
|
#
|
2521
2521
|
# For the full list of DB instance classes and availability for your
|
2522
|
-
# engine, see [DB instance class][1] in the *Amazon RDS User Guide
|
2522
|
+
# engine, see [DB instance class][1] in the *Amazon RDS User Guide*.
|
2523
2523
|
#
|
2524
2524
|
# This setting is required to create a Multi-AZ DB cluster.
|
2525
2525
|
#
|
@@ -3278,7 +3278,7 @@ module Aws::RDS
|
|
3278
3278
|
# db.m4.large. Not all DB instance classes are available in all Amazon
|
3279
3279
|
# Web Services Regions, or for all database engines. For the full list
|
3280
3280
|
# of DB instance classes, and availability for your engine, see [DB
|
3281
|
-
# Instance Class][1] in the *Amazon RDS User Guide
|
3281
|
+
# Instance Class][1] in the *Amazon RDS User Guide*.
|
3282
3282
|
#
|
3283
3283
|
#
|
3284
3284
|
#
|
@@ -3608,37 +3608,37 @@ module Aws::RDS
|
|
3608
3608
|
# setting is required for RDS Custom for Oracle. The CEV name has the
|
3609
3609
|
# following format: `19.customized_string `. An example identifier is
|
3610
3610
|
# `19.my_cev1`. For more information, see [ Creating an RDS Custom for
|
3611
|
-
# Oracle DB instance][1] in the *Amazon RDS User Guide
|
3611
|
+
# Oracle DB instance][1] in the *Amazon RDS User Guide*.
|
3612
3612
|
#
|
3613
3613
|
# **Amazon RDS Custom for SQL Server**
|
3614
3614
|
#
|
3615
3615
|
# See [RDS Custom for SQL Server general requirements][2] in the
|
3616
|
-
# *Amazon RDS User Guide
|
3616
|
+
# *Amazon RDS User Guide*.
|
3617
3617
|
#
|
3618
3618
|
# **MariaDB**
|
3619
3619
|
#
|
3620
3620
|
# For information, see [MariaDB on Amazon RDS Versions][3] in the
|
3621
|
-
# *Amazon RDS User Guide
|
3621
|
+
# *Amazon RDS User Guide*.
|
3622
3622
|
#
|
3623
3623
|
# **Microsoft SQL Server**
|
3624
3624
|
#
|
3625
3625
|
# For information, see [Microsoft SQL Server Versions on Amazon
|
3626
|
-
# RDS][4] in the *Amazon RDS User Guide
|
3626
|
+
# RDS][4] in the *Amazon RDS User Guide*.
|
3627
3627
|
#
|
3628
3628
|
# **MySQL**
|
3629
3629
|
#
|
3630
3630
|
# For information, see [MySQL on Amazon RDS Versions][5] in the
|
3631
|
-
# *Amazon RDS User Guide
|
3631
|
+
# *Amazon RDS User Guide*.
|
3632
3632
|
#
|
3633
3633
|
# **Oracle**
|
3634
3634
|
#
|
3635
3635
|
# For information, see [Oracle Database Engine Release Notes][6] in
|
3636
|
-
# the *Amazon RDS User Guide
|
3636
|
+
# the *Amazon RDS User Guide*.
|
3637
3637
|
#
|
3638
3638
|
# **PostgreSQL**
|
3639
3639
|
#
|
3640
3640
|
# For information, see [Amazon RDS for PostgreSQL versions and
|
3641
|
-
# extensions][7] in the *Amazon RDS User Guide
|
3641
|
+
# extensions][7] in the *Amazon RDS User Guide*.
|
3642
3642
|
#
|
3643
3643
|
#
|
3644
3644
|
#
|
@@ -3931,7 +3931,7 @@ module Aws::RDS
|
|
3931
3931
|
# accounts is managed by the DB cluster.
|
3932
3932
|
#
|
3933
3933
|
# For more information, see [ IAM Database Authentication for MySQL
|
3934
|
-
# and PostgreSQL][1] in the *Amazon RDS User Guide
|
3934
|
+
# and PostgreSQL][1] in the *Amazon RDS User Guide*.
|
3935
3935
|
#
|
3936
3936
|
#
|
3937
3937
|
#
|
@@ -3941,7 +3941,7 @@ module Aws::RDS
|
|
3941
3941
|
# @!attribute [rw] enable_performance_insights
|
3942
3942
|
# A value that indicates whether to enable Performance Insights for
|
3943
3943
|
# the DB instance. For more information, see [Using Amazon Performance
|
3944
|
-
# Insights][1] in the *Amazon
|
3944
|
+
# Insights][1] in the *Amazon RDS User Guide*.
|
3945
3945
|
#
|
3946
3946
|
# This setting doesn't apply to RDS Custom.
|
3947
3947
|
#
|
@@ -3976,8 +3976,8 @@ module Aws::RDS
|
|
3976
3976
|
# @!attribute [rw] enable_cloudwatch_logs_exports
|
3977
3977
|
# The list of log types that need to be enabled for exporting to
|
3978
3978
|
# CloudWatch Logs. The values in the list depend on the DB engine. For
|
3979
|
-
# more information, see [Publishing Database Logs to Amazon
|
3980
|
-
# Logs][1] in the *Amazon
|
3979
|
+
# more information, see [ Publishing Database Logs to Amazon
|
3980
|
+
# CloudWatch Logs][1] in the *Amazon RDS User Guide*.
|
3981
3981
|
#
|
3982
3982
|
# **Amazon Aurora**
|
3983
3983
|
#
|
@@ -4091,8 +4091,7 @@ module Aws::RDS
|
|
4091
4091
|
# start with the prefix `AWSRDSCustom`.
|
4092
4092
|
#
|
4093
4093
|
# For the list of permissions required for the IAM role, see [
|
4094
|
-
# Configure IAM and your VPC][1] in the *Amazon
|
4095
|
-
# Service User Guide*.
|
4094
|
+
# Configure IAM and your VPC][1] in the *Amazon RDS User Guide*.
|
4096
4095
|
#
|
4097
4096
|
# This setting is required for RDS Custom.
|
4098
4097
|
#
|
@@ -4277,7 +4276,7 @@ module Aws::RDS
|
|
4277
4276
|
# db.m4.large. Not all DB instance classes are available in all Amazon
|
4278
4277
|
# Web Services Regions, or for all database engines. For the full list
|
4279
4278
|
# of DB instance classes, and availability for your engine, see [DB
|
4280
|
-
# Instance Class][1] in the *Amazon RDS User Guide
|
4279
|
+
# Instance Class][1] in the *Amazon RDS User Guide*.
|
4281
4280
|
#
|
4282
4281
|
# Default: Inherits from the source DB instance.
|
4283
4282
|
#
|
@@ -4581,7 +4580,7 @@ module Aws::RDS
|
|
4581
4580
|
#
|
4582
4581
|
# For more information about IAM database authentication, see [ IAM
|
4583
4582
|
# Database Authentication for MySQL and PostgreSQL][1] in the *Amazon
|
4584
|
-
# RDS User Guide
|
4583
|
+
# RDS User Guide*.
|
4585
4584
|
#
|
4586
4585
|
# This setting doesn't apply to RDS Custom.
|
4587
4586
|
#
|
@@ -4742,8 +4741,7 @@ module Aws::RDS
|
|
4742
4741
|
# start with the prefix `AWSRDSCustom`.
|
4743
4742
|
#
|
4744
4743
|
# For the list of permissions required for the IAM role, see [
|
4745
|
-
# Configure IAM and your VPC][1] in the *Amazon
|
4746
|
-
# Service User Guide*.
|
4744
|
+
# Configure IAM and your VPC][1] in the *Amazon RDS User Guide*.
|
4747
4745
|
#
|
4748
4746
|
# This setting is required for RDS Custom.
|
4749
4747
|
#
|
@@ -6016,11 +6014,11 @@ module Aws::RDS
|
|
6016
6014
|
# @return [Array<String>]
|
6017
6015
|
#
|
6018
6016
|
# @!attribute [rw] capacity
|
6019
|
-
# The current capacity of an Aurora Serverless DB cluster. The
|
6017
|
+
# The current capacity of an Aurora Serverless v1 DB cluster. The
|
6020
6018
|
# capacity is 0 (zero) when the cluster is paused.
|
6021
6019
|
#
|
6022
|
-
# For more information about Aurora Serverless, see [Using Amazon
|
6023
|
-
# Aurora Serverless][1] in the *Amazon Aurora User Guide*.
|
6020
|
+
# For more information about Aurora Serverless v1, see [Using Amazon
|
6021
|
+
# Aurora Serverless v1][1] in the *Amazon Aurora User Guide*.
|
6024
6022
|
#
|
6025
6023
|
#
|
6026
6024
|
#
|
@@ -6042,8 +6040,8 @@ module Aws::RDS
|
|
6042
6040
|
# Shows the scaling configuration for an Aurora DB cluster in
|
6043
6041
|
# `serverless` DB engine mode.
|
6044
6042
|
#
|
6045
|
-
# For more information, see [Using Amazon Aurora Serverless][1] in
|
6046
|
-
# *Amazon Aurora User Guide*.
|
6043
|
+
# For more information, see [Using Amazon Aurora Serverless v1][1] in
|
6044
|
+
# the *Amazon Aurora User Guide*.
|
6047
6045
|
#
|
6048
6046
|
#
|
6049
6047
|
#
|
@@ -6057,15 +6055,15 @@ module Aws::RDS
|
|
6057
6055
|
#
|
6058
6056
|
# @!attribute [rw] http_endpoint_enabled
|
6059
6057
|
# A value that indicates whether the HTTP endpoint for an Aurora
|
6060
|
-
# Serverless DB cluster is enabled.
|
6058
|
+
# Serverless v1 DB cluster is enabled.
|
6061
6059
|
#
|
6062
6060
|
# When enabled, the HTTP endpoint provides a connectionless web
|
6063
|
-
# service API for running SQL queries on the Aurora Serverless DB
|
6061
|
+
# service API for running SQL queries on the Aurora Serverless v1 DB
|
6064
6062
|
# cluster. You can also query your database from inside the RDS
|
6065
6063
|
# console with the query editor.
|
6066
6064
|
#
|
6067
|
-
# For more information, see [Using the Data API for Aurora
|
6068
|
-
#
|
6065
|
+
# For more information, see [Using the Data API for Aurora Serverless
|
6066
|
+
# v1][1] in the *Amazon Aurora User Guide*.
|
6069
6067
|
#
|
6070
6068
|
#
|
6071
6069
|
#
|
@@ -6672,9 +6670,9 @@ module Aws::RDS
|
|
6672
6670
|
#
|
6673
6671
|
# @!attribute [rw] marker
|
6674
6672
|
# An optional pagination token provided by a previous
|
6675
|
-
# DescribeDBClusterParameters request. If this parameter is
|
6676
|
-
# the response includes only records beyond the marker, up
|
6677
|
-
# value specified by `MaxRecords
|
6673
|
+
# `DescribeDBClusterParameters` request. If this parameter is
|
6674
|
+
# specified, the response includes only records beyond the marker, up
|
6675
|
+
# to the value specified by `MaxRecords`.
|
6678
6676
|
# @return [String]
|
6679
6677
|
#
|
6680
6678
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterParameterGroupDetails AWS API Documentation
|
@@ -7760,8 +7758,7 @@ module Aws::RDS
|
|
7760
7758
|
# start with the prefix `AWSRDSCustom`.
|
7761
7759
|
#
|
7762
7760
|
# For the list of permissions required for the IAM role, see [
|
7763
|
-
# Configure IAM and your VPC][1] in the *Amazon
|
7764
|
-
# Service User Guide*.
|
7761
|
+
# Configure IAM and your VPC][1] in the *Amazon RDS User Guide*.
|
7765
7762
|
#
|
7766
7763
|
#
|
7767
7764
|
#
|
@@ -8042,7 +8039,7 @@ module Aws::RDS
|
|
8042
8039
|
# @!attribute [rw] marker
|
8043
8040
|
# An optional pagination token provided by a previous request. If this
|
8044
8041
|
# parameter is specified, the response includes only records beyond
|
8045
|
-
# the marker, up to the value specified by `MaxRecords
|
8042
|
+
# the marker, up to the value specified by `MaxRecords`.
|
8046
8043
|
# @return [String]
|
8047
8044
|
#
|
8048
8045
|
# @!attribute [rw] db_instance_automated_backups
|
@@ -11171,7 +11168,7 @@ module Aws::RDS
|
|
11171
11168
|
# @return [Array<Types::DescribeDBLogFilesDetails>]
|
11172
11169
|
#
|
11173
11170
|
# @!attribute [rw] marker
|
11174
|
-
# A pagination token that can be used in a later DescribeDBLogFiles
|
11171
|
+
# A pagination token that can be used in a later `DescribeDBLogFiles`
|
11175
11172
|
# request.
|
11176
11173
|
# @return [String]
|
11177
11174
|
#
|
@@ -12767,7 +12764,7 @@ module Aws::RDS
|
|
12767
12764
|
# An optional pagination token provided by a previous
|
12768
12765
|
# DescribeOrderableDBInstanceOptions request. If this parameter is
|
12769
12766
|
# specified, the response includes only records beyond the marker, up
|
12770
|
-
# to the value specified by `MaxRecords
|
12767
|
+
# to the value specified by `MaxRecords`.
|
12771
12768
|
# @return [String]
|
12772
12769
|
#
|
12773
12770
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeOrderableDBInstanceOptionsMessage AWS API Documentation
|
@@ -13222,7 +13219,7 @@ module Aws::RDS
|
|
13222
13219
|
#
|
13223
13220
|
# @!attribute [rw] marker
|
13224
13221
|
# A pagination token that can be used in a later
|
13225
|
-
# DownloadDBLogFilePortion request.
|
13222
|
+
# `DownloadDBLogFilePortion` request.
|
13226
13223
|
# @return [String]
|
13227
13224
|
#
|
13228
13225
|
# @!attribute [rw] additional_data_pending
|
@@ -13474,7 +13471,7 @@ module Aws::RDS
|
|
13474
13471
|
# Data returned from the `DescribeEventCategories` operation.
|
13475
13472
|
#
|
13476
13473
|
# @!attribute [rw] event_categories_map_list
|
13477
|
-
# A list of EventCategoriesMap data types.
|
13474
|
+
# A list of `EventCategoriesMap` data types.
|
13478
13475
|
# @return [Array<Types::EventCategoriesMap>]
|
13479
13476
|
#
|
13480
13477
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/EventCategoriesMessage AWS API Documentation
|
@@ -13592,7 +13589,7 @@ module Aws::RDS
|
|
13592
13589
|
# @!attribute [rw] marker
|
13593
13590
|
# An optional pagination token provided by a previous Events request.
|
13594
13591
|
# If this parameter is specified, the response includes only records
|
13595
|
-
# beyond the marker, up to the value specified by `MaxRecords
|
13592
|
+
# beyond the marker, up to the value specified by `MaxRecords`.
|
13596
13593
|
# @return [String]
|
13597
13594
|
#
|
13598
13595
|
# @!attribute [rw] events
|
@@ -14201,7 +14198,7 @@ module Aws::RDS
|
|
14201
14198
|
# **Microsoft SQL Server**
|
14202
14199
|
#
|
14203
14200
|
# See [ Microsoft SQL Server Versions on Amazon RDS][1] in the *Amazon
|
14204
|
-
# RDS User Guide
|
14201
|
+
# RDS User Guide*.
|
14205
14202
|
#
|
14206
14203
|
#
|
14207
14204
|
#
|
@@ -14671,7 +14668,7 @@ module Aws::RDS
|
|
14671
14668
|
# @!attribute [rw] capacity
|
14672
14669
|
# The DB cluster capacity.
|
14673
14670
|
#
|
14674
|
-
# When you change the capacity of a paused Aurora Serverless DB
|
14671
|
+
# When you change the capacity of a paused Aurora Serverless v1 DB
|
14675
14672
|
# cluster, it automatically resumes.
|
14676
14673
|
#
|
14677
14674
|
# Constraints:
|
@@ -14684,9 +14681,9 @@ module Aws::RDS
|
|
14684
14681
|
# @return [Integer]
|
14685
14682
|
#
|
14686
14683
|
# @!attribute [rw] seconds_before_timeout
|
14687
|
-
# The amount of time, in seconds, that Aurora Serverless tries to
|
14688
|
-
# a scaling point to perform seamless scaling before enforcing
|
14689
|
-
# timeout action. The default is 300.
|
14684
|
+
# The amount of time, in seconds, that Aurora Serverless v1 tries to
|
14685
|
+
# find a scaling point to perform seamless scaling before enforcing
|
14686
|
+
# the timeout action. The default is 300.
|
14690
14687
|
#
|
14691
14688
|
# Specify a value between 10 and 600 seconds.
|
14692
14689
|
# @return [Integer]
|
@@ -14976,7 +14973,7 @@ module Aws::RDS
|
|
14976
14973
|
# The default is a 30-minute window selected at random from an 8-hour
|
14977
14974
|
# block of time for each Amazon Web Services Region. To view the time
|
14978
14975
|
# blocks available, see [ Backup window][1] in the *Amazon Aurora User
|
14979
|
-
# Guide
|
14976
|
+
# Guide*.
|
14980
14977
|
#
|
14981
14978
|
# Constraints:
|
14982
14979
|
#
|
@@ -15005,7 +15002,7 @@ module Aws::RDS
|
|
15005
15002
|
# block of time for each Amazon Web Services Region, occurring on a
|
15006
15003
|
# random day of the week. To see the time blocks available, see [
|
15007
15004
|
# Adjusting the Preferred DB Cluster Maintenance Window][1] in the
|
15008
|
-
# *Amazon Aurora User Guide
|
15005
|
+
# *Amazon Aurora User Guide*.
|
15009
15006
|
#
|
15010
15007
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
15011
15008
|
#
|
@@ -15024,7 +15021,7 @@ module Aws::RDS
|
|
15024
15021
|
# accounts. By default, mapping isn't enabled.
|
15025
15022
|
#
|
15026
15023
|
# For more information, see [ IAM Database Authentication][1] in the
|
15027
|
-
# *Amazon Aurora User Guide
|
15024
|
+
# *Amazon Aurora User Guide*.
|
15028
15025
|
#
|
15029
15026
|
# Valid for: Aurora DB clusters only
|
15030
15027
|
#
|
@@ -15071,8 +15068,8 @@ module Aws::RDS
|
|
15071
15068
|
# Possible value is `postgresql`.
|
15072
15069
|
#
|
15073
15070
|
# For more information about exporting CloudWatch Logs for Amazon RDS,
|
15074
|
-
# see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
|
15075
|
-
# *Amazon
|
15071
|
+
# see [ Publishing Database Logs to Amazon CloudWatch Logs][1] in the
|
15072
|
+
# *Amazon RDS User Guide*.
|
15076
15073
|
#
|
15077
15074
|
# For more information about exporting CloudWatch Logs for Amazon
|
15078
15075
|
# Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2]
|
@@ -15201,16 +15198,16 @@ module Aws::RDS
|
|
15201
15198
|
#
|
15202
15199
|
# @!attribute [rw] enable_http_endpoint
|
15203
15200
|
# A value that indicates whether to enable the HTTP endpoint for an
|
15204
|
-
# Aurora Serverless DB cluster. By default, the HTTP endpoint is
|
15201
|
+
# Aurora Serverless v1 DB cluster. By default, the HTTP endpoint is
|
15205
15202
|
# disabled.
|
15206
15203
|
#
|
15207
15204
|
# When enabled, the HTTP endpoint provides a connectionless web
|
15208
|
-
# service API for running SQL queries on the Aurora Serverless DB
|
15205
|
+
# service API for running SQL queries on the Aurora Serverless v1 DB
|
15209
15206
|
# cluster. You can also query your database from inside the RDS
|
15210
15207
|
# console with the query editor.
|
15211
15208
|
#
|
15212
|
-
# For more information, see [Using the Data API for Aurora
|
15213
|
-
#
|
15209
|
+
# For more information, see [Using the Data API for Aurora Serverless
|
15210
|
+
# v1][1] in the *Amazon Aurora User Guide*.
|
15214
15211
|
#
|
15215
15212
|
# Valid for: Aurora DB clusters only
|
15216
15213
|
#
|
@@ -15251,7 +15248,7 @@ module Aws::RDS
|
|
15251
15248
|
# database engines.
|
15252
15249
|
#
|
15253
15250
|
# For the full list of DB instance classes and availability for your
|
15254
|
-
# engine, see [DB Instance Class][1] in the *Amazon RDS User Guide
|
15251
|
+
# engine, see [ DB Instance Class][1] in the *Amazon RDS User Guide*.
|
15255
15252
|
#
|
15256
15253
|
# Valid for: Multi-AZ DB clusters only
|
15257
15254
|
#
|
@@ -16313,7 +16310,7 @@ module Aws::RDS
|
|
16313
16310
|
# the DB instance.
|
16314
16311
|
#
|
16315
16312
|
# For more information, see [Using Amazon Performance Insights][1] in
|
16316
|
-
# the *Amazon
|
16313
|
+
# the *Amazon RDS User Guide.*.
|
16317
16314
|
#
|
16318
16315
|
# This setting doesn't apply to RDS Custom.
|
16319
16316
|
#
|
@@ -16417,7 +16414,7 @@ module Aws::RDS
|
|
16417
16414
|
#
|
16418
16415
|
# * For more information about rotating your SSL/TLS certificate for
|
16419
16416
|
# Aurora DB engines, see [ Rotating Your SSL/TLS Certificate][2] in
|
16420
|
-
# the *Amazon Aurora User Guide
|
16417
|
+
# the *Amazon Aurora User Guide*.
|
16421
16418
|
#
|
16422
16419
|
# This setting doesn't apply to RDS Custom.
|
16423
16420
|
#
|
@@ -18024,7 +18021,7 @@ module Aws::RDS
|
|
18024
18021
|
# An optional pagination token provided by a previous
|
18025
18022
|
# OrderableDBInstanceOptions request. If this parameter is specified,
|
18026
18023
|
# the response includes only records beyond the marker, up to the
|
18027
|
-
# value specified by `MaxRecords
|
18024
|
+
# value specified by `MaxRecords`.
|
18028
18025
|
# @return [String]
|
18029
18026
|
#
|
18030
18027
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/OrderableDBInstanceOptionsMessage AWS API Documentation
|
@@ -19651,7 +19648,7 @@ module Aws::RDS
|
|
19651
19648
|
# The default is a 30-minute window selected at random from an 8-hour
|
19652
19649
|
# block of time for each Amazon Web Services Region. To view the time
|
19653
19650
|
# blocks available, see [ Backup window][1] in the *Amazon Aurora User
|
19654
|
-
# Guide
|
19651
|
+
# Guide*.
|
19655
19652
|
#
|
19656
19653
|
# Constraints:
|
19657
19654
|
#
|
@@ -19678,7 +19675,7 @@ module Aws::RDS
|
|
19678
19675
|
# block of time for each Amazon Web Services Region, occurring on a
|
19679
19676
|
# random day of the week. To see the time blocks available, see [
|
19680
19677
|
# Adjusting the Preferred Maintenance Window][1] in the *Amazon Aurora
|
19681
|
-
# User Guide
|
19678
|
+
# User Guide*.
|
19682
19679
|
#
|
19683
19680
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
19684
19681
|
#
|
@@ -19724,7 +19721,7 @@ module Aws::RDS
|
|
19724
19721
|
# accounts. By default, mapping isn't enabled.
|
19725
19722
|
#
|
19726
19723
|
# For more information, see [ IAM Database Authentication][1] in the
|
19727
|
-
# *Amazon Aurora User Guide
|
19724
|
+
# *Amazon Aurora User Guide*.
|
19728
19725
|
#
|
19729
19726
|
#
|
19730
19727
|
#
|
@@ -20045,12 +20042,12 @@ module Aws::RDS
|
|
20045
20042
|
# **Aurora MySQL**
|
20046
20043
|
#
|
20047
20044
|
# See [MySQL on Amazon RDS Versions][1] in the *Amazon Aurora User
|
20048
|
-
# Guide
|
20045
|
+
# Guide*.
|
20049
20046
|
#
|
20050
20047
|
# **Aurora PostgreSQL**
|
20051
20048
|
#
|
20052
20049
|
# See [Amazon Aurora PostgreSQL releases and engine versions][2] in
|
20053
|
-
# the *Amazon Aurora User Guide
|
20050
|
+
# the *Amazon Aurora User Guide*.
|
20054
20051
|
#
|
20055
20052
|
# **MySQL**
|
20056
20053
|
#
|
@@ -20148,7 +20145,7 @@ module Aws::RDS
|
|
20148
20145
|
# accounts. By default, mapping isn't enabled.
|
20149
20146
|
#
|
20150
20147
|
# For more information, see [ IAM Database Authentication][1] in the
|
20151
|
-
# *Amazon Aurora User Guide
|
20148
|
+
# *Amazon Aurora User Guide*.
|
20152
20149
|
#
|
20153
20150
|
# Valid for: Aurora DB clusters only
|
20154
20151
|
#
|
@@ -20200,7 +20197,7 @@ module Aws::RDS
|
|
20200
20197
|
#
|
20201
20198
|
# For more information about exporting CloudWatch Logs for Amazon RDS,
|
20202
20199
|
# see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
|
20203
|
-
# *Amazon
|
20200
|
+
# *Amazon RDS User Guide.*.
|
20204
20201
|
#
|
20205
20202
|
# For more information about exporting CloudWatch Logs for Amazon
|
20206
20203
|
# Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2]
|
@@ -20654,7 +20651,7 @@ module Aws::RDS
|
|
20654
20651
|
# accounts. By default, mapping isn't enabled.
|
20655
20652
|
#
|
20656
20653
|
# For more information, see [ IAM Database Authentication][1] in the
|
20657
|
-
# *Amazon Aurora User Guide
|
20654
|
+
# *Amazon Aurora User Guide*.
|
20658
20655
|
#
|
20659
20656
|
# Valid for: Aurora DB clusters only
|
20660
20657
|
#
|
@@ -20702,7 +20699,7 @@ module Aws::RDS
|
|
20702
20699
|
#
|
20703
20700
|
# For more information about exporting CloudWatch Logs for Amazon RDS,
|
20704
20701
|
# see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
|
20705
|
-
# *Amazon
|
20702
|
+
# *Amazon RDS User Guide.*.
|
20706
20703
|
#
|
20707
20704
|
# For more information about exporting CloudWatch Logs for Amazon
|
20708
20705
|
# Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2]
|
@@ -20785,11 +20782,11 @@ module Aws::RDS
|
|
20785
20782
|
# @!attribute [rw] engine_mode
|
20786
20783
|
# The engine mode of the new cluster. Specify `provisioned` or
|
20787
20784
|
# `serverless`, depending on the type of the cluster you are creating.
|
20788
|
-
# You can create an Aurora Serverless clone from a provisioned
|
20789
|
-
# cluster, or a provisioned clone from an Aurora Serverless
|
20790
|
-
# To create a clone that is an Aurora Serverless cluster,
|
20791
|
-
# cluster must be an Aurora Serverless cluster or an
|
20792
|
-
# provisioned cluster.
|
20785
|
+
# You can create an Aurora Serverless v1 clone from a provisioned
|
20786
|
+
# cluster, or a provisioned clone from an Aurora Serverless v1
|
20787
|
+
# cluster. To create a clone that is an Aurora Serverless v1 cluster,
|
20788
|
+
# the original cluster must be an Aurora Serverless v1 cluster or an
|
20789
|
+
# encrypted provisioned cluster.
|
20793
20790
|
#
|
20794
20791
|
# Valid for: Aurora DB clusters only
|
20795
20792
|
# @return [String]
|
@@ -21887,7 +21884,7 @@ module Aws::RDS
|
|
21887
21884
|
# the DB instance.
|
21888
21885
|
#
|
21889
21886
|
# For more information, see [Using Amazon Performance Insights][1] in
|
21890
|
-
# the *Amazon
|
21887
|
+
# the *Amazon RDS User Guide.*.
|
21891
21888
|
#
|
21892
21889
|
#
|
21893
21890
|
#
|
@@ -22133,7 +22130,7 @@ module Aws::RDS
|
|
22133
22130
|
# example db.m4.large. Not all DB instance classes are available in
|
22134
22131
|
# all Amazon Web Services Regions, or for all database engines. For
|
22135
22132
|
# the full list of DB instance classes, and availability for your
|
22136
|
-
# engine, see [DB Instance Class][1] in the *Amazon RDS User Guide
|
22133
|
+
# engine, see [DB Instance Class][1] in the *Amazon RDS User Guide*.
|
22137
22134
|
#
|
22138
22135
|
# Default: The same DBInstanceClass as the original DB instance.
|
22139
22136
|
#
|
@@ -22494,8 +22491,7 @@ module Aws::RDS
|
|
22494
22491
|
# start with the prefix `AWSRDSCustom`.
|
22495
22492
|
#
|
22496
22493
|
# For the list of permissions required for the IAM role, see [
|
22497
|
-
# Configure IAM and your VPC][1] in the *Amazon
|
22498
|
-
# Service User Guide*.
|
22494
|
+
# Configure IAM and your VPC][1] in the *Amazon RDS User Guide*.
|
22499
22495
|
#
|
22500
22496
|
# This setting is required for RDS Custom.
|
22501
22497
|
#
|
@@ -22691,10 +22687,11 @@ module Aws::RDS
|
|
22691
22687
|
#
|
22692
22688
|
class SNSTopicArnNotFoundFault < Aws::EmptyStructure; end
|
22693
22689
|
|
22694
|
-
# Contains the scaling configuration of an Aurora Serverless DB
|
22690
|
+
# Contains the scaling configuration of an Aurora Serverless v1 DB
|
22691
|
+
# cluster.
|
22695
22692
|
#
|
22696
|
-
# For more information, see [Using Amazon Aurora Serverless][1] in
|
22697
|
-
# *Amazon Aurora User Guide*.
|
22693
|
+
# For more information, see [Using Amazon Aurora Serverless v1][1] in
|
22694
|
+
# the *Amazon Aurora User Guide*.
|
22698
22695
|
#
|
22699
22696
|
#
|
22700
22697
|
#
|
@@ -22770,10 +22767,10 @@ module Aws::RDS
|
|
22770
22767
|
# if a scaling point isn't found in the timeout period.
|
22771
22768
|
#
|
22772
22769
|
# If you specify `ForceApplyCapacityChange`, connections that prevent
|
22773
|
-
# Aurora Serverless from finding a scaling point might be dropped.
|
22770
|
+
# Aurora Serverless v1 from finding a scaling point might be dropped.
|
22774
22771
|
#
|
22775
|
-
# For more information, see [ Autoscaling for Aurora Serverless][1]
|
22776
|
-
# the *Amazon Aurora User Guide*.
|
22772
|
+
# For more information, see [ Autoscaling for Aurora Serverless v1][1]
|
22773
|
+
# in the *Amazon Aurora User Guide*.
|
22777
22774
|
#
|
22778
22775
|
#
|
22779
22776
|
#
|
@@ -22781,9 +22778,9 @@ module Aws::RDS
|
|
22781
22778
|
# @return [String]
|
22782
22779
|
#
|
22783
22780
|
# @!attribute [rw] seconds_before_timeout
|
22784
|
-
# The amount of time, in seconds, that Aurora Serverless tries to
|
22785
|
-
# a scaling point to perform seamless scaling before enforcing
|
22786
|
-
# timeout action. The default is 300.
|
22781
|
+
# The amount of time, in seconds, that Aurora Serverless v1 tries to
|
22782
|
+
# find a scaling point to perform seamless scaling before enforcing
|
22783
|
+
# the timeout action. The default is 300.
|
22787
22784
|
#
|
22788
22785
|
# Specify a value between 60 and 600 seconds.
|
22789
22786
|
# @return [Integer]
|
@@ -22804,8 +22801,8 @@ module Aws::RDS
|
|
22804
22801
|
# Shows the scaling configuration for an Aurora DB cluster in
|
22805
22802
|
# `serverless` DB engine mode.
|
22806
22803
|
#
|
22807
|
-
# For more information, see [Using Amazon Aurora Serverless][1] in
|
22808
|
-
# *Amazon Aurora User Guide*.
|
22804
|
+
# For more information, see [Using Amazon Aurora Serverless v1][1] in
|
22805
|
+
# the *Amazon Aurora User Guide*.
|
22809
22806
|
#
|
22810
22807
|
#
|
22811
22808
|
#
|
@@ -22825,8 +22822,8 @@ module Aws::RDS
|
|
22825
22822
|
# A value that indicates whether automatic pause is allowed for the
|
22826
22823
|
# Aurora DB cluster in `serverless` DB engine mode.
|
22827
22824
|
#
|
22828
|
-
# When the value is set to false for an Aurora Serverless DB
|
22829
|
-
# the DB cluster automatically resumes.
|
22825
|
+
# When the value is set to false for an Aurora Serverless v1 DB
|
22826
|
+
# cluster, the DB cluster automatically resumes.
|
22830
22827
|
# @return [Boolean]
|
22831
22828
|
#
|
22832
22829
|
# @!attribute [rw] seconds_until_auto_pause
|
@@ -22837,7 +22834,7 @@ module Aws::RDS
|
|
22837
22834
|
#
|
22838
22835
|
# @!attribute [rw] timeout_action
|
22839
22836
|
# The action that occurs when Aurora times out while attempting to
|
22840
|
-
# change the capacity of an Aurora Serverless cluster. The value is
|
22837
|
+
# change the capacity of an Aurora Serverless v1 cluster. The value is
|
22841
22838
|
# either `ForceApplyCapacityChange` or `RollbackCapacityChange`.
|
22842
22839
|
#
|
22843
22840
|
# `ForceApplyCapacityChange`, the default, sets the capacity to the
|
@@ -22927,7 +22924,7 @@ module Aws::RDS
|
|
22927
22924
|
# @return [String]
|
22928
22925
|
#
|
22929
22926
|
# @!attribute [rw] source_regions
|
22930
|
-
# A list of SourceRegion instances that contains each source Amazon
|
22927
|
+
# A list of `SourceRegion` instances that contains each source Amazon
|
22931
22928
|
# Web Services Region that the current Amazon Web Services Region can
|
22932
22929
|
# get a read replica or a DB snapshot from.
|
22933
22930
|
# @return [Array<Types::SourceRegion>]
|
@@ -23618,7 +23615,7 @@ module Aws::RDS
|
|
23618
23615
|
end
|
23619
23616
|
|
23620
23617
|
# @!attribute [rw] tag_list
|
23621
|
-
# List of tags returned by the ListTagsForResource operation.
|
23618
|
+
# List of tags returned by the `ListTagsForResource` operation.
|
23622
23619
|
# @return [Array<Types::Tag>]
|
23623
23620
|
#
|
23624
23621
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/TagListMessage AWS API Documentation
|