aws-sdk-rds 1.205.0 → 1.207.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +294 -198
- data/lib/aws-sdk-rds/db_instance.rb +158 -93
- data/lib/aws-sdk-rds/db_parameter_group.rb +3 -1
- data/lib/aws-sdk-rds/db_snapshot.rb +28 -20
- data/lib/aws-sdk-rds/option_group.rb +5 -2
- data/lib/aws-sdk-rds/resource.rb +145 -88
- data/lib/aws-sdk-rds/types.rb +252 -155
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +5 -5
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -4100,117 +4100,132 @@ module Aws::RDS
|
|
4100
4100
|
# The meaning of this parameter differs according to the database engine
|
4101
4101
|
# you use.
|
4102
4102
|
#
|
4103
|
-
#
|
4103
|
+
# Amazon Aurora MySQL
|
4104
4104
|
#
|
4105
|
-
# The name of the database to create when the DB instance
|
4106
|
-
#
|
4107
|
-
#
|
4105
|
+
# : The name of the database to create when the primary DB instance of
|
4106
|
+
# the Aurora MySQL DB cluster is created. If this parameter isn't
|
4107
|
+
# specified for an Aurora MySQL DB cluster, no database is created in
|
4108
|
+
# the DB cluster.
|
4108
4109
|
#
|
4109
|
-
#
|
4110
|
+
# Constraints:
|
4110
4111
|
#
|
4111
|
-
#
|
4112
|
+
# * Must contain 1 to 64 alphanumeric characters.
|
4112
4113
|
#
|
4113
|
-
#
|
4114
|
-
# underscores, or digits (0-9).
|
4114
|
+
# * Can't be a word reserved by the database engine.
|
4115
4115
|
#
|
4116
|
-
#
|
4116
|
+
# Amazon Aurora PostgreSQL
|
4117
4117
|
#
|
4118
|
-
#
|
4118
|
+
# : The name of the database to create when the primary DB instance of
|
4119
|
+
# the Aurora PostgreSQL DB cluster is created. If this parameter
|
4120
|
+
# isn't specified for an Aurora PostgreSQL DB cluster, a database
|
4121
|
+
# named `postgres` is created in the DB cluster.
|
4119
4122
|
#
|
4120
|
-
#
|
4121
|
-
# this parameter isn't specified, no database is created in the DB
|
4122
|
-
# instance.
|
4123
|
+
# Constraints:
|
4123
4124
|
#
|
4124
|
-
#
|
4125
|
+
# * It must contain 1 to 63 alphanumeric characters.
|
4125
4126
|
#
|
4126
|
-
#
|
4127
|
+
# * Must begin with a letter. Subsequent characters can be letters,
|
4128
|
+
# underscores, or digits (0 to 9).
|
4127
4129
|
#
|
4128
|
-
#
|
4129
|
-
# underscores, or digits (0-9).
|
4130
|
+
# * Can't be a word reserved by the database engine.
|
4130
4131
|
#
|
4131
|
-
#
|
4132
|
+
# Amazon RDS Custom for Oracle
|
4132
4133
|
#
|
4133
|
-
#
|
4134
|
+
# : The Oracle System ID (SID) of the created RDS Custom DB instance. If
|
4135
|
+
# you don't specify a value, the default value is `ORCL` for non-CDBs
|
4136
|
+
# and `RDSCDB` for CDBs.
|
4134
4137
|
#
|
4135
|
-
#
|
4136
|
-
# this parameter isn't specified, a database named `postgres` is
|
4137
|
-
# created in the DB instance.
|
4138
|
+
# Default: `ORCL`
|
4138
4139
|
#
|
4139
|
-
#
|
4140
|
+
# Constraints:
|
4140
4141
|
#
|
4141
|
-
#
|
4142
|
+
# * Must contain 1 to 8 alphanumeric characters.
|
4142
4143
|
#
|
4143
|
-
#
|
4144
|
-
# underscores, or digits (0-9).
|
4144
|
+
# * Must contain a letter.
|
4145
4145
|
#
|
4146
|
-
#
|
4146
|
+
# * Can't be a word reserved by the database engine.
|
4147
4147
|
#
|
4148
|
-
#
|
4148
|
+
# Amazon RDS Custom for SQL Server
|
4149
4149
|
#
|
4150
|
-
#
|
4151
|
-
# specify a value, the default value is `ORCL`. You can't specify the
|
4152
|
-
# string `null`, or any other reserved word, for `DBName`.
|
4150
|
+
# : Not applicable. Must be null.
|
4153
4151
|
#
|
4154
|
-
#
|
4152
|
+
# RDS for Db2
|
4155
4153
|
#
|
4156
|
-
#
|
4154
|
+
# : The name of the database to create when the DB instance is created.
|
4155
|
+
# If this parameter isn't specified, no database is created in the DB
|
4156
|
+
# instance.
|
4157
4157
|
#
|
4158
|
-
#
|
4158
|
+
# Constraints:
|
4159
4159
|
#
|
4160
|
-
#
|
4160
|
+
# * Must contain 1 to 64 letters or numbers.
|
4161
4161
|
#
|
4162
|
-
#
|
4162
|
+
# * Must begin with a letter. Subsequent characters can be letters,
|
4163
|
+
# underscores, or digits (0-9).
|
4163
4164
|
#
|
4164
|
-
#
|
4165
|
-
# you don't specify a value, the default value is `ORCL` for non-CDBs
|
4166
|
-
# and `RDSCDB` for CDBs.
|
4165
|
+
# * Can't be a word reserved by the specified database engine.
|
4167
4166
|
#
|
4168
|
-
#
|
4167
|
+
# RDS for MariaDB
|
4169
4168
|
#
|
4170
|
-
#
|
4169
|
+
# : The name of the database to create when the DB instance is created.
|
4170
|
+
# If this parameter isn't specified, no database is created in the DB
|
4171
|
+
# instance.
|
4172
|
+
#
|
4173
|
+
# Constraints:
|
4174
|
+
#
|
4175
|
+
# * Must contain 1 to 64 letters or numbers.
|
4171
4176
|
#
|
4172
|
-
#
|
4177
|
+
# * Must begin with a letter. Subsequent characters can be letters,
|
4178
|
+
# underscores, or digits (0-9).
|
4173
4179
|
#
|
4174
|
-
#
|
4180
|
+
# * Can't be a word reserved by the specified database engine.
|
4175
4181
|
#
|
4176
|
-
#
|
4182
|
+
# RDS for MySQL
|
4177
4183
|
#
|
4178
|
-
#
|
4184
|
+
# : The name of the database to create when the DB instance is created.
|
4185
|
+
# If this parameter isn't specified, no database is created in the DB
|
4186
|
+
# instance.
|
4179
4187
|
#
|
4180
|
-
#
|
4188
|
+
# Constraints:
|
4181
4189
|
#
|
4182
|
-
#
|
4190
|
+
# * Must contain 1 to 64 letters or numbers.
|
4183
4191
|
#
|
4184
|
-
#
|
4192
|
+
# * Must begin with a letter. Subsequent characters can be letters,
|
4193
|
+
# underscores, or digits (0-9).
|
4185
4194
|
#
|
4186
|
-
#
|
4195
|
+
# * Can't be a word reserved by the specified database engine.
|
4187
4196
|
#
|
4188
|
-
#
|
4189
|
-
# Aurora MySQL DB cluster is created. If this parameter isn't specified
|
4190
|
-
# for an Aurora MySQL DB cluster, no database is created in the DB
|
4191
|
-
# cluster.
|
4197
|
+
# RDS for Oracle
|
4192
4198
|
#
|
4193
|
-
#
|
4199
|
+
# : The Oracle System ID (SID) of the created DB instance. If you don't
|
4200
|
+
# specify a value, the default value is `ORCL`. You can't specify the
|
4201
|
+
# string `null`, or any other reserved word, for `DBName`.
|
4194
4202
|
#
|
4195
|
-
#
|
4203
|
+
# Default: `ORCL`
|
4196
4204
|
#
|
4197
|
-
#
|
4205
|
+
# Constraints:
|
4198
4206
|
#
|
4199
|
-
#
|
4207
|
+
# * Can't be longer than 8 characters.
|
4200
4208
|
#
|
4201
|
-
#
|
4202
|
-
# Aurora PostgreSQL DB cluster is created. If this parameter isn't
|
4203
|
-
# specified for an Aurora PostgreSQL DB cluster, a database named
|
4204
|
-
# `postgres` is created in the DB cluster.
|
4209
|
+
# ^
|
4205
4210
|
#
|
4206
|
-
#
|
4211
|
+
# RDS for PostgreSQL
|
4212
|
+
#
|
4213
|
+
# : The name of the database to create when the DB instance is created.
|
4214
|
+
# If this parameter isn't specified, a database named `postgres` is
|
4215
|
+
# created in the DB instance.
|
4216
|
+
#
|
4217
|
+
# Constraints:
|
4207
4218
|
#
|
4208
|
-
#
|
4219
|
+
# * Must contain 1 to 63 letters, numbers, or underscores.
|
4209
4220
|
#
|
4210
|
-
#
|
4211
|
-
#
|
4221
|
+
# * Must begin with a letter. Subsequent characters can be letters,
|
4222
|
+
# underscores, or digits (0-9).
|
4212
4223
|
#
|
4213
|
-
#
|
4224
|
+
# * Can't be a word reserved by the specified database engine.
|
4225
|
+
#
|
4226
|
+
# RDS for SQL Server
|
4227
|
+
#
|
4228
|
+
# : Not applicable. Must be null.
|
4214
4229
|
#
|
4215
4230
|
# @option params [required, String] :db_instance_identifier
|
4216
4231
|
# The identifier for this DB instance. This parameter is stored as a
|
@@ -4248,6 +4263,17 @@ module Aws::RDS
|
|
4248
4263
|
# 65536 for RDS Custom for Oracle, 16384 for RDS Custom for SQL
|
4249
4264
|
# Server.
|
4250
4265
|
#
|
4266
|
+
# RDS for Db2
|
4267
|
+
#
|
4268
|
+
# : Constraints to the amount of storage for each storage type are the
|
4269
|
+
# following:
|
4270
|
+
#
|
4271
|
+
# * General Purpose (SSD) storage (gp2, gp3): Must be an integer from
|
4272
|
+
# 20 to 64000.
|
4273
|
+
#
|
4274
|
+
# * Provisioned IOPS storage (io1): Must be an integer from 100 to
|
4275
|
+
# 64000.
|
4276
|
+
#
|
4251
4277
|
# RDS for MariaDB
|
4252
4278
|
#
|
4253
4279
|
# : Constraints to the amount of storage for each storage type are the
|
@@ -4361,6 +4387,10 @@ module Aws::RDS
|
|
4361
4387
|
#
|
4362
4388
|
# * `custom-sqlserver-web` (for RDS Custom for SQL Server DB instances)
|
4363
4389
|
#
|
4390
|
+
# * `db2-ae`
|
4391
|
+
#
|
4392
|
+
# * `db2-se`
|
4393
|
+
#
|
4364
4394
|
# * `mariadb`
|
4365
4395
|
#
|
4366
4396
|
# * `mysql`
|
@@ -4415,6 +4445,8 @@ module Aws::RDS
|
|
4415
4445
|
#
|
4416
4446
|
# Length Constraints:
|
4417
4447
|
#
|
4448
|
+
# * RDS for Db2 - Must contain from 8 to 255 characters.
|
4449
|
+
#
|
4418
4450
|
# * RDS for MariaDB - Must contain from 8 to 41 characters.
|
4419
4451
|
#
|
4420
4452
|
# * RDS for Microsoft SQL Server - Must contain from 8 to 128
|
@@ -4575,6 +4607,8 @@ module Aws::RDS
|
|
4575
4607
|
#
|
4576
4608
|
# Default:
|
4577
4609
|
#
|
4610
|
+
# * RDS for Db2 - `50000`
|
4611
|
+
#
|
4578
4612
|
# * RDS for MariaDB - `3306`
|
4579
4613
|
#
|
4580
4614
|
# * RDS for Microsoft SQL Server - `1433`
|
@@ -4632,40 +4666,46 @@ module Aws::RDS
|
|
4632
4666
|
# : See [RDS Custom for SQL Server general requirements][2] in the
|
4633
4667
|
# *Amazon RDS User Guide*.
|
4634
4668
|
#
|
4669
|
+
# RDS for Db2
|
4670
|
+
#
|
4671
|
+
# : For information, see [Db2 on Amazon RDS versions][3] in the *Amazon
|
4672
|
+
# RDS User Guide*.
|
4673
|
+
#
|
4635
4674
|
# RDS for MariaDB
|
4636
4675
|
#
|
4637
|
-
# : For information, see [MariaDB on Amazon RDS versions][
|
4676
|
+
# : For information, see [MariaDB on Amazon RDS versions][4] in the
|
4638
4677
|
# *Amazon RDS User Guide*.
|
4639
4678
|
#
|
4640
4679
|
# RDS for Microsoft SQL Server
|
4641
4680
|
#
|
4642
4681
|
# : For information, see [Microsoft SQL Server versions on Amazon
|
4643
|
-
# RDS][
|
4682
|
+
# RDS][5] in the *Amazon RDS User Guide*.
|
4644
4683
|
#
|
4645
4684
|
# RDS for MySQL
|
4646
4685
|
#
|
4647
|
-
# : For information, see [MySQL on Amazon RDS versions][
|
4686
|
+
# : For information, see [MySQL on Amazon RDS versions][6] in the
|
4648
4687
|
# *Amazon RDS User Guide*.
|
4649
4688
|
#
|
4650
4689
|
# RDS for Oracle
|
4651
4690
|
#
|
4652
|
-
# : For information, see [Oracle Database Engine release notes][
|
4691
|
+
# : For information, see [Oracle Database Engine release notes][7] in
|
4653
4692
|
# the *Amazon RDS User Guide*.
|
4654
4693
|
#
|
4655
4694
|
# RDS for PostgreSQL
|
4656
4695
|
#
|
4657
4696
|
# : For information, see [Amazon RDS for PostgreSQL versions and
|
4658
|
-
# extensions][
|
4697
|
+
# extensions][8] in the *Amazon RDS User Guide*.
|
4659
4698
|
#
|
4660
4699
|
#
|
4661
4700
|
#
|
4662
4701
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-creating.html#custom-creating.create
|
4663
4702
|
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits-MS.html
|
4664
|
-
# [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/
|
4665
|
-
# [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/
|
4666
|
-
# [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/
|
4667
|
-
# [6]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/
|
4668
|
-
# [7]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/
|
4703
|
+
# [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Db2.html#Db2.Concepts.VersionMgmt
|
4704
|
+
# [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt
|
4705
|
+
# [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
|
4706
|
+
# [6]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt
|
4707
|
+
# [7]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html
|
4708
|
+
# [8]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts
|
4669
4709
|
#
|
4670
4710
|
# @option params [Boolean] :auto_minor_version_upgrade
|
4671
4711
|
# Specifies whether minor engine upgrades are applied automatically to
|
@@ -4683,6 +4723,8 @@ module Aws::RDS
|
|
4683
4723
|
#
|
4684
4724
|
# Valid Values:
|
4685
4725
|
#
|
4726
|
+
# * RDS for Db2 - `bring-your-own-license`
|
4727
|
+
#
|
4686
4728
|
# * RDS for MariaDB - `general-public-license`
|
4687
4729
|
#
|
4688
4730
|
# * RDS for Microsoft SQL Server - `license-included`
|
@@ -4704,7 +4746,7 @@ module Aws::RDS
|
|
4704
4746
|
#
|
4705
4747
|
# Constraints:
|
4706
4748
|
#
|
4707
|
-
# * For RDS for MariaDB, MySQL, Oracle, and PostgreSQL - Must be a
|
4749
|
+
# * For RDS for Db2, MariaDB, MySQL, Oracle, and PostgreSQL - Must be a
|
4708
4750
|
# multiple between .5 and 50 of the storage amount for the DB
|
4709
4751
|
# instance.
|
4710
4752
|
#
|
@@ -4850,8 +4892,8 @@ module Aws::RDS
|
|
4850
4892
|
#
|
4851
4893
|
# @option params [String] :domain
|
4852
4894
|
# The Active Directory directory ID to create the DB instance in.
|
4853
|
-
# Currently,
|
4854
|
-
#
|
4895
|
+
# Currently, you can create only Db2, MySQL, Microsoft SQL Server,
|
4896
|
+
# Oracle, and PostgreSQL DB instances in an Active Directory Domain.
|
4855
4897
|
#
|
4856
4898
|
# For more information, see [ Kerberos Authentication][1] in the *Amazon
|
4857
4899
|
# RDS User Guide*.
|
@@ -5047,9 +5089,9 @@ module Aws::RDS
|
|
5047
5089
|
# Amazon RDS returns an error.
|
5048
5090
|
#
|
5049
5091
|
# @option params [Array<String>] :enable_cloudwatch_logs_exports
|
5050
|
-
# The list of log types
|
5051
|
-
#
|
5052
|
-
#
|
5092
|
+
# The list of log types to enable for exporting to CloudWatch Logs. For
|
5093
|
+
# more information, see [ Publishing Database Logs to Amazon CloudWatch
|
5094
|
+
# Logs][1] in the *Amazon RDS User Guide*.
|
5053
5095
|
#
|
5054
5096
|
# This setting doesn't apply to the following DB instances:
|
5055
5097
|
#
|
@@ -5060,6 +5102,8 @@ module Aws::RDS
|
|
5060
5102
|
#
|
5061
5103
|
# The following values are valid for each DB engine:
|
5062
5104
|
#
|
5105
|
+
# * RDS for Db2 - `diag.log | notify.log`
|
5106
|
+
#
|
5063
5107
|
# * RDS for MariaDB - `audit | error | general | slowquery`
|
5064
5108
|
#
|
5065
5109
|
# * RDS for Microsoft SQL Server - `agent | error`
|
@@ -5162,7 +5206,7 @@ module Aws::RDS
|
|
5162
5206
|
# @option params [String] :backup_target
|
5163
5207
|
# The location for storing automated backups and manual snapshots.
|
5164
5208
|
#
|
5165
|
-
#
|
5209
|
+
# Valid Values:
|
5166
5210
|
#
|
5167
5211
|
# * `outposts` (Amazon Web Services Outposts)
|
5168
5212
|
#
|
@@ -5651,11 +5695,12 @@ module Aws::RDS
|
|
5651
5695
|
|
5652
5696
|
# Creates a new DB instance that acts as a read replica for an existing
|
5653
5697
|
# source DB instance or Multi-AZ DB cluster. You can create a read
|
5654
|
-
# replica for a DB instance running
|
5655
|
-
# or SQL Server. You can create a read replica for a
|
5656
|
-
# running MySQL or PostgreSQL. For more information,
|
5657
|
-
# read replicas][1] and [Migrating from a Multi-AZ DB
|
5658
|
-
# instance using a read replica][2] in the *Amazon RDS
|
5698
|
+
# replica for a DB instance running Db2, MariaDB, MySQL, Oracle,
|
5699
|
+
# PostgreSQL, or SQL Server. You can create a read replica for a
|
5700
|
+
# Multi-AZ DB cluster running MySQL or PostgreSQL. For more information,
|
5701
|
+
# see [Working with read replicas][1] and [Migrating from a Multi-AZ DB
|
5702
|
+
# cluster to a DB instance using a read replica][2] in the *Amazon RDS
|
5703
|
+
# User Guide*.
|
5659
5704
|
#
|
5660
5705
|
# Amazon Aurora doesn't support this operation. To create a DB instance
|
5661
5706
|
# for an Aurora DB cluster, use the `CreateDBInstance` operation.
|
@@ -5684,7 +5729,7 @@ module Aws::RDS
|
|
5684
5729
|
#
|
5685
5730
|
# Constraints:
|
5686
5731
|
#
|
5687
|
-
# * Must be the identifier of an existing
|
5732
|
+
# * Must be the identifier of an existing Db2, MariaDB, MySQL, Oracle,
|
5688
5733
|
# PostgreSQL, or SQL Server DB instance.
|
5689
5734
|
#
|
5690
5735
|
# * Can't be specified if the `SourceDBClusterIdentifier` parameter is
|
@@ -6643,7 +6688,9 @@ module Aws::RDS
|
|
6643
6688
|
#
|
6644
6689
|
# * `aurora-postgresql`
|
6645
6690
|
#
|
6646
|
-
# * `
|
6691
|
+
# * `db2-ae`
|
6692
|
+
#
|
6693
|
+
# * `db2-se`
|
6647
6694
|
#
|
6648
6695
|
# * `mysql`
|
6649
6696
|
#
|
@@ -7765,11 +7812,14 @@ module Aws::RDS
|
|
7765
7812
|
# Example: `myoptiongroup`
|
7766
7813
|
#
|
7767
7814
|
# @option params [required, String] :engine_name
|
7768
|
-
#
|
7769
|
-
# associated with.
|
7815
|
+
# The name of the engine to associate this option group with.
|
7770
7816
|
#
|
7771
7817
|
# Valid Values:
|
7772
7818
|
#
|
7819
|
+
# * `db2-ae`
|
7820
|
+
#
|
7821
|
+
# * `db2-se`
|
7822
|
+
#
|
7773
7823
|
# * `mariadb`
|
7774
7824
|
#
|
7775
7825
|
# * `mysql`
|
@@ -11971,6 +12021,10 @@ module Aws::RDS
|
|
11971
12021
|
#
|
11972
12022
|
# * `custom-oracle-ee`
|
11973
12023
|
#
|
12024
|
+
# * `db2-ae`
|
12025
|
+
#
|
12026
|
+
# * `db2-se`
|
12027
|
+
#
|
11974
12028
|
# * `mariadb`
|
11975
12029
|
#
|
11976
12030
|
# * `mysql`
|
@@ -14180,6 +14234,10 @@ module Aws::RDS
|
|
14180
14234
|
#
|
14181
14235
|
# * `custom-oracle-ee-19`
|
14182
14236
|
#
|
14237
|
+
# * `db2-ae`
|
14238
|
+
#
|
14239
|
+
# * `db2-se`
|
14240
|
+
#
|
14183
14241
|
# * `mariadb10.2`
|
14184
14242
|
#
|
14185
14243
|
# * `mariadb10.3`
|
@@ -15121,14 +15179,17 @@ module Aws::RDS
|
|
15121
15179
|
req.send_request(options)
|
15122
15180
|
end
|
15123
15181
|
|
15124
|
-
# Describes all available options.
|
15182
|
+
# Describes all available options for the specified engine.
|
15125
15183
|
#
|
15126
15184
|
# @option params [required, String] :engine_name
|
15127
|
-
#
|
15128
|
-
# described.
|
15185
|
+
# The name of the engine to describe options for.
|
15129
15186
|
#
|
15130
15187
|
# Valid Values:
|
15131
15188
|
#
|
15189
|
+
# * `db2-ae`
|
15190
|
+
#
|
15191
|
+
# * `db2-se`
|
15192
|
+
#
|
15132
15193
|
# * `mariadb`
|
15133
15194
|
#
|
15134
15195
|
# * `mysql`
|
@@ -15318,11 +15379,15 @@ module Aws::RDS
|
|
15318
15379
|
# Constraints: Minimum 20, maximum 100.
|
15319
15380
|
#
|
15320
15381
|
# @option params [String] :engine_name
|
15321
|
-
#
|
15322
|
-
#
|
15382
|
+
# A filter to only include option groups associated with this database
|
15383
|
+
# engine.
|
15323
15384
|
#
|
15324
15385
|
# Valid Values:
|
15325
15386
|
#
|
15387
|
+
# * `db2-ae`
|
15388
|
+
#
|
15389
|
+
# * `db2-se`
|
15390
|
+
#
|
15326
15391
|
# * `mariadb`
|
15327
15392
|
#
|
15328
15393
|
# * `mysql`
|
@@ -15446,11 +15511,10 @@ module Aws::RDS
|
|
15446
15511
|
req.send_request(options)
|
15447
15512
|
end
|
15448
15513
|
|
15449
|
-
#
|
15450
|
-
# engine, DB engine version, and DB instance class.
|
15514
|
+
# Describes the orderable DB instance options for a specified DB engine.
|
15451
15515
|
#
|
15452
15516
|
# @option params [required, String] :engine
|
15453
|
-
# The name of the engine to
|
15517
|
+
# The name of the engine to describe DB instance options for.
|
15454
15518
|
#
|
15455
15519
|
# Valid Values:
|
15456
15520
|
#
|
@@ -15460,6 +15524,10 @@ module Aws::RDS
|
|
15460
15524
|
#
|
15461
15525
|
# * `custom-oracle-ee`
|
15462
15526
|
#
|
15527
|
+
# * `db2-ae`
|
15528
|
+
#
|
15529
|
+
# * `db2-se`
|
15530
|
+
#
|
15463
15531
|
# * `mariadb`
|
15464
15532
|
#
|
15465
15533
|
# * `mysql`
|
@@ -15483,28 +15551,28 @@ module Aws::RDS
|
|
15483
15551
|
# * `sqlserver-web`
|
15484
15552
|
#
|
15485
15553
|
# @option params [String] :engine_version
|
15486
|
-
#
|
15487
|
-
#
|
15554
|
+
# A filter to include only the available options for the specified
|
15555
|
+
# engine version.
|
15488
15556
|
#
|
15489
15557
|
# @option params [String] :db_instance_class
|
15490
|
-
#
|
15491
|
-
#
|
15558
|
+
# A filter to include only the available options for the specified DB
|
15559
|
+
# instance class.
|
15492
15560
|
#
|
15493
15561
|
# @option params [String] :license_model
|
15494
|
-
#
|
15495
|
-
#
|
15562
|
+
# A filter to include only the available options for the specified
|
15563
|
+
# license model.
|
15496
15564
|
#
|
15497
15565
|
# RDS Custom supports only the BYOL licensing model.
|
15498
15566
|
#
|
15499
15567
|
# @option params [String] :availability_zone_group
|
15500
15568
|
# The Availability Zone group associated with a Local Zone. Specify this
|
15501
|
-
# parameter to retrieve available
|
15569
|
+
# parameter to retrieve available options for the Local Zones in the
|
15502
15570
|
# group.
|
15503
15571
|
#
|
15504
|
-
# Omit this parameter to show the available
|
15572
|
+
# Omit this parameter to show the available options in the specified
|
15505
15573
|
# Amazon Web Services Region.
|
15506
15574
|
#
|
15507
|
-
# This setting doesn't apply to RDS Custom.
|
15575
|
+
# This setting doesn't apply to RDS Custom DB instances.
|
15508
15576
|
#
|
15509
15577
|
# @option params [Boolean] :vpc
|
15510
15578
|
# Specifies whether to show only VPC or non-VPC offerings. RDS Custom
|
@@ -17192,7 +17260,7 @@ module Aws::RDS
|
|
17192
17260
|
# scaling points, see [ Autoscaling for Aurora Serverless v1][2] in the
|
17193
17261
|
# *Amazon Aurora User Guide*.
|
17194
17262
|
#
|
17195
|
-
# <note markdown="1"> This
|
17263
|
+
# <note markdown="1"> This operation only applies to Aurora Serverless v1 DB clusters.
|
17196
17264
|
#
|
17197
17265
|
# </note>
|
17198
17266
|
#
|
@@ -18432,7 +18500,7 @@ module Aws::RDS
|
|
18432
18500
|
|
18433
18501
|
# Modifies the properties of an endpoint in an Amazon Aurora DB cluster.
|
18434
18502
|
#
|
18435
|
-
# <note markdown="1"> This
|
18503
|
+
# <note markdown="1"> This operation only applies to Aurora DB clusters.
|
18436
18504
|
#
|
18437
18505
|
# </note>
|
18438
18506
|
#
|
@@ -18539,7 +18607,7 @@ module Aws::RDS
|
|
18539
18607
|
# After you create a DB cluster parameter group, you should wait at
|
18540
18608
|
# least 5 minutes before creating your first DB cluster that uses that
|
18541
18609
|
# DB cluster parameter group as the default parameter group. This allows
|
18542
|
-
# Amazon RDS to fully complete the create
|
18610
|
+
# Amazon RDS to fully complete the create operation before the parameter
|
18543
18611
|
# group is used as the default for a new DB cluster. This is especially
|
18544
18612
|
# important for parameters that are critical when creating the default
|
18545
18613
|
# database for a DB cluster, such as the character set for the default
|
@@ -18797,7 +18865,7 @@ module Aws::RDS
|
|
18797
18865
|
# The new amount of storage in gibibytes (GiB) to allocate for the DB
|
18798
18866
|
# instance.
|
18799
18867
|
#
|
18800
|
-
# For RDS for MariaDB, RDS for MySQL, RDS for Oracle, and RDS for
|
18868
|
+
# For RDS for Db2, MariaDB, RDS for MySQL, RDS for Oracle, and RDS for
|
18801
18869
|
# PostgreSQL, the value supplied must be at least 10% greater than the
|
18802
18870
|
# current value. Values that are not at least 10% greater than the
|
18803
18871
|
# existing value are rounded up so that they are 10% greater than the
|
@@ -18923,7 +18991,7 @@ module Aws::RDS
|
|
18923
18991
|
# element exists in the `PendingModifiedValues` element of the operation
|
18924
18992
|
# response.
|
18925
18993
|
#
|
18926
|
-
# <note markdown="1"> Amazon RDS API operations never return the password, so this
|
18994
|
+
# <note markdown="1"> Amazon RDS API operations never return the password, so this operation
|
18927
18995
|
# provides a way to regain access to a primary instance user if the
|
18928
18996
|
# password is lost. This includes restoring privileges that might have
|
18929
18997
|
# been accidentally revoked.
|
@@ -18944,10 +19012,13 @@ module Aws::RDS
|
|
18944
19012
|
# * Can't be specified if `ManageMasterUserPassword` is turned on.
|
18945
19013
|
#
|
18946
19014
|
# * Can include any printable ASCII character except "/", """, or
|
18947
|
-
# "@".
|
19015
|
+
# "@". For RDS for Oracle, can't include the "&" (ampersand)
|
19016
|
+
# or the "'" (single quotes) character.
|
18948
19017
|
#
|
18949
19018
|
# Length Constraints:
|
18950
19019
|
#
|
19020
|
+
# * RDS for Db2 - Must contain from 8 to 255 characters.
|
19021
|
+
#
|
18951
19022
|
# * RDS for MariaDB - Must contain from 8 to 41 characters.
|
18952
19023
|
#
|
18953
19024
|
# * RDS for Microsoft SQL Server - Must contain from 8 to 128
|
@@ -19152,6 +19223,8 @@ module Aws::RDS
|
|
19152
19223
|
#
|
19153
19224
|
# Valid Values:
|
19154
19225
|
#
|
19226
|
+
# * RDS for Db2 - `bring-your-own-license`
|
19227
|
+
#
|
19155
19228
|
# * RDS for MariaDB - `general-public-license`
|
19156
19229
|
#
|
19157
19230
|
# * RDS for Microsoft SQL Server - `license-included`
|
@@ -19295,7 +19368,7 @@ module Aws::RDS
|
|
19295
19368
|
# @option params [String] :domain
|
19296
19369
|
# The Active Directory directory ID to move the DB instance to. Specify
|
19297
19370
|
# `none` to remove the instance from its current domain. You must create
|
19298
|
-
# the domain before this operation. Currently, you can create only
|
19371
|
+
# the domain before this operation. Currently, you can create only Db2,
|
19299
19372
|
# MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances in an
|
19300
19373
|
# Active Directory Domain.
|
19301
19374
|
#
|
@@ -19393,6 +19466,8 @@ module Aws::RDS
|
|
19393
19466
|
#
|
19394
19467
|
# * Amazon Aurora - `3306`
|
19395
19468
|
#
|
19469
|
+
# * RDS for Db2 - `50000`
|
19470
|
+
#
|
19396
19471
|
# * RDS for MariaDB - `3306`
|
19397
19472
|
#
|
19398
19473
|
# * RDS for Microsoft SQL Server - `1433`
|
@@ -20147,14 +20222,14 @@ module Aws::RDS
|
|
20147
20222
|
# After you modify a DB parameter group, you should wait at least 5
|
20148
20223
|
# minutes before creating your first DB instance that uses that DB
|
20149
20224
|
# parameter group as the default parameter group. This allows Amazon RDS
|
20150
|
-
# to fully complete the modify
|
20151
|
-
# as the default for a new DB instance. This is especially
|
20152
|
-
# parameters that are critical when creating the default
|
20153
|
-
# DB instance, such as the character set for the default
|
20154
|
-
# defined by the `character_set_database` parameter. You can
|
20155
|
-
# *Parameter Groups* option of the [Amazon RDS console][1] or
|
20156
|
-
# *DescribeDBParameters* command to verify that your DB parameter
|
20157
|
-
# has been created or modified.
|
20225
|
+
# to fully complete the modify operation before the parameter group is
|
20226
|
+
# used as the default for a new DB instance. This is especially
|
20227
|
+
# important for parameters that are critical when creating the default
|
20228
|
+
# database for a DB instance, such as the character set for the default
|
20229
|
+
# database defined by the `character_set_database` parameter. You can
|
20230
|
+
# use the *Parameter Groups* option of the [Amazon RDS console][1] or
|
20231
|
+
# the *DescribeDBParameters* command to verify that your DB parameter
|
20232
|
+
# group has been created or modified.
|
20158
20233
|
#
|
20159
20234
|
#
|
20160
20235
|
#
|
@@ -20485,7 +20560,7 @@ module Aws::RDS
|
|
20485
20560
|
# can be encrypted or unencrypted, but not shared or public.
|
20486
20561
|
#
|
20487
20562
|
# Amazon RDS supports upgrading DB snapshots for MySQL, PostgreSQL, and
|
20488
|
-
# Oracle. This
|
20563
|
+
# Oracle. This operation doesn't apply to RDS Custom or RDS for Db2.
|
20489
20564
|
#
|
20490
20565
|
# @option params [required, String] :db_snapshot_identifier
|
20491
20566
|
# The identifier of the DB snapshot to modify.
|
@@ -22413,7 +22488,7 @@ module Aws::RDS
|
|
22413
22488
|
# capability instead of being read-only and receiving data from a
|
22414
22489
|
# primary cluster in a different Region.
|
22415
22490
|
#
|
22416
|
-
# <note markdown="1"> This
|
22491
|
+
# <note markdown="1"> This operation only applies to Aurora DB clusters.
|
22417
22492
|
#
|
22418
22493
|
# </note>
|
22419
22494
|
#
|
@@ -22932,20 +23007,20 @@ module Aws::RDS
|
|
22932
23007
|
# utility as described in [ Migrating Data from MySQL by Using an Amazon
|
22933
23008
|
# S3 Bucket][1] in the *Amazon Aurora User Guide*.
|
22934
23009
|
#
|
22935
|
-
# <note markdown="1"> This
|
22936
|
-
# that DB cluster. You must invoke the `CreateDBInstance`
|
23010
|
+
# <note markdown="1"> This operation only restores the DB cluster, not the DB instances for
|
23011
|
+
# that DB cluster. You must invoke the `CreateDBInstance` operation to
|
22937
23012
|
# create DB instances for the restored DB cluster, specifying the
|
22938
23013
|
# identifier of the restored DB cluster in `DBClusterIdentifier`. You
|
22939
|
-
# can create DB instances only after the `RestoreDBClusterFromS3`
|
22940
|
-
# has completed and the DB cluster is available.
|
23014
|
+
# can create DB instances only after the `RestoreDBClusterFromS3`
|
23015
|
+
# operation has completed and the DB cluster is available.
|
22941
23016
|
#
|
22942
23017
|
# </note>
|
22943
23018
|
#
|
22944
23019
|
# For more information on Amazon Aurora, see [ What is Amazon
|
22945
23020
|
# Aurora?][2] in the *Amazon Aurora User Guide*.
|
22946
23021
|
#
|
22947
|
-
# <note markdown="1"> This
|
22948
|
-
# must be MySQL.
|
23022
|
+
# <note markdown="1"> This operation only applies to Aurora DB clusters. The source DB
|
23023
|
+
# engine must be MySQL.
|
22949
23024
|
#
|
22950
23025
|
# </note>
|
22951
23026
|
#
|
@@ -23591,12 +23666,12 @@ module Aws::RDS
|
|
23591
23666
|
# default configuration. If you don't specify a security group, the new
|
23592
23667
|
# DB cluster is associated with the default security group.
|
23593
23668
|
#
|
23594
|
-
# <note markdown="1"> This
|
23595
|
-
# that DB cluster. You must invoke the `CreateDBInstance`
|
23669
|
+
# <note markdown="1"> This operation only restores the DB cluster, not the DB instances for
|
23670
|
+
# that DB cluster. You must invoke the `CreateDBInstance` operation to
|
23596
23671
|
# create DB instances for the restored DB cluster, specifying the
|
23597
23672
|
# identifier of the restored DB cluster in `DBClusterIdentifier`. You
|
23598
23673
|
# can create DB instances only after the `RestoreDBClusterFromSnapshot`
|
23599
|
-
#
|
23674
|
+
# operation has completed and the DB cluster is available.
|
23600
23675
|
#
|
23601
23676
|
# </note>
|
23602
23677
|
#
|
@@ -24304,12 +24379,12 @@ module Aws::RDS
|
|
24304
24379
|
# cluster, except that the new DB cluster is created with the default DB
|
24305
24380
|
# security group.
|
24306
24381
|
#
|
24307
|
-
# <note markdown="1"> For Aurora, this
|
24382
|
+
# <note markdown="1"> For Aurora, this operation only restores the DB cluster, not the DB
|
24308
24383
|
# instances for that DB cluster. You must invoke the `CreateDBInstance`
|
24309
|
-
#
|
24310
|
-
# the identifier of the restored DB cluster in
|
24311
|
-
# You can create DB instances only after the
|
24312
|
-
# `RestoreDBClusterToPointInTime`
|
24384
|
+
# operation to create DB instances for the restored DB cluster,
|
24385
|
+
# specifying the identifier of the restored DB cluster in
|
24386
|
+
# `DBClusterIdentifier`. You can create DB instances only after the
|
24387
|
+
# `RestoreDBClusterToPointInTime` operation has completed and the DB
|
24313
24388
|
# cluster is available.
|
24314
24389
|
#
|
24315
24390
|
# </note>
|
@@ -24995,13 +25070,13 @@ module Aws::RDS
|
|
24995
25070
|
#
|
24996
25071
|
# If you want to replace your original DB instance with the new,
|
24997
25072
|
# restored DB instance, then rename your original DB instance before you
|
24998
|
-
# call the RestoreDBInstanceFromDBSnapshot
|
24999
|
-
# two DB instances with the same name. After you have renamed your
|
25073
|
+
# call the `RestoreDBInstanceFromDBSnapshot` operation. RDS doesn't
|
25074
|
+
# allow two DB instances with the same name. After you have renamed your
|
25000
25075
|
# original DB instance with a different identifier, then you can pass
|
25001
|
-
# the original name of the DB instance as the DBInstanceIdentifier in
|
25002
|
-
# the call to the RestoreDBInstanceFromDBSnapshot
|
25003
|
-
# that you replace the original DB instance with the DB
|
25004
|
-
# from the snapshot.
|
25076
|
+
# the original name of the DB instance as the `DBInstanceIdentifier` in
|
25077
|
+
# the call to the `RestoreDBInstanceFromDBSnapshot` operation. The
|
25078
|
+
# result is that you replace the original DB instance with the DB
|
25079
|
+
# instance created from the snapshot.
|
25005
25080
|
#
|
25006
25081
|
# If you are restoring from a shared manual DB snapshot, the
|
25007
25082
|
# `DBSnapshotIdentifier` must be the ARN of the shared DB snapshot.
|
@@ -25012,16 +25087,16 @@ module Aws::RDS
|
|
25012
25087
|
# </note>
|
25013
25088
|
#
|
25014
25089
|
# @option params [required, String] :db_instance_identifier
|
25015
|
-
#
|
25016
|
-
# isn't case-sensitive.
|
25090
|
+
# The name of the DB instance to create from the DB snapshot. This
|
25091
|
+
# parameter isn't case-sensitive.
|
25017
25092
|
#
|
25018
25093
|
# Constraints:
|
25019
25094
|
#
|
25020
|
-
# * Must contain from 1 to 63 numbers, letters, or hyphens
|
25095
|
+
# * Must contain from 1 to 63 numbers, letters, or hyphens.
|
25021
25096
|
#
|
25022
|
-
# * First character must be a letter
|
25097
|
+
# * First character must be a letter.
|
25023
25098
|
#
|
25024
|
-
# * Can't end with a hyphen or contain two consecutive hyphens
|
25099
|
+
# * Can't end with a hyphen or contain two consecutive hyphens.
|
25025
25100
|
#
|
25026
25101
|
# Example: `my-snapshot-id`
|
25027
25102
|
#
|
@@ -25030,7 +25105,7 @@ module Aws::RDS
|
|
25030
25105
|
#
|
25031
25106
|
# Constraints:
|
25032
25107
|
#
|
25033
|
-
# * Must match the identifier of an existing
|
25108
|
+
# * Must match the identifier of an existing DB snapshot.
|
25034
25109
|
#
|
25035
25110
|
# * Can't be specified when `DBClusterSnapshotIdentifier` is specified.
|
25036
25111
|
#
|
@@ -25071,10 +25146,13 @@ module Aws::RDS
|
|
25071
25146
|
# Example: `us-east-1a`
|
25072
25147
|
#
|
25073
25148
|
# @option params [String] :db_subnet_group_name
|
25074
|
-
# The DB subnet group
|
25149
|
+
# The name of the DB subnet group to use for the new instance.
|
25075
25150
|
#
|
25076
|
-
# Constraints:
|
25077
|
-
#
|
25151
|
+
# Constraints:
|
25152
|
+
#
|
25153
|
+
# * If supplied, must match the name of an existing DB subnet group.
|
25154
|
+
#
|
25155
|
+
# ^
|
25078
25156
|
#
|
25079
25157
|
# Example: `mydbsubnetgroup`
|
25080
25158
|
#
|
@@ -25120,10 +25198,11 @@ module Aws::RDS
|
|
25120
25198
|
# `general-public-license`
|
25121
25199
|
#
|
25122
25200
|
# @option params [String] :db_name
|
25123
|
-
# The database
|
25201
|
+
# The name of the database for the restored DB instance.
|
25124
25202
|
#
|
25125
|
-
# This parameter
|
25126
|
-
#
|
25203
|
+
# This parameter only applies to RDS for Oracle and RDS for SQL Server
|
25204
|
+
# DB instances. It doesn't apply to the other engines or to RDS Custom
|
25205
|
+
# DB instances.
|
25127
25206
|
#
|
25128
25207
|
# @option params [String] :engine
|
25129
25208
|
# The database engine to use for the new instance.
|
@@ -25138,6 +25217,10 @@ module Aws::RDS
|
|
25138
25217
|
#
|
25139
25218
|
# Valid Values:
|
25140
25219
|
#
|
25220
|
+
# * `db2-ae`
|
25221
|
+
#
|
25222
|
+
# * `db2-se`
|
25223
|
+
#
|
25141
25224
|
# * `mariadb`
|
25142
25225
|
#
|
25143
25226
|
# * `mysql`
|
@@ -25225,10 +25308,10 @@ module Aws::RDS
|
|
25225
25308
|
# VPC.
|
25226
25309
|
#
|
25227
25310
|
# @option params [String] :domain
|
25228
|
-
#
|
25229
|
-
#
|
25230
|
-
#
|
25231
|
-
#
|
25311
|
+
# The Active Directory directory ID to restore the DB instance in. The
|
25312
|
+
# domain/ must be created prior to this operation. Currently, you can
|
25313
|
+
# create only Db2, MySQL, Microsoft SQL Server, Oracle, and PostgreSQL
|
25314
|
+
# DB instances in an Active Directory Domain.
|
25232
25315
|
#
|
25233
25316
|
# For more information, see [ Kerberos Authentication][1] in the *Amazon
|
25234
25317
|
# RDS User Guide*.
|
@@ -25329,10 +25412,10 @@ module Aws::RDS
|
|
25329
25412
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
25330
25413
|
#
|
25331
25414
|
# @option params [Array<String>] :enable_cloudwatch_logs_exports
|
25332
|
-
# The list of logs
|
25333
|
-
#
|
25334
|
-
#
|
25335
|
-
#
|
25415
|
+
# The list of logs for the restored DB instance to export to CloudWatch
|
25416
|
+
# Logs. The values in the list depend on the DB engine. For more
|
25417
|
+
# information, see [Publishing Database Logs to Amazon CloudWatch
|
25418
|
+
# Logs][1] in the *Amazon RDS User Guide*.
|
25336
25419
|
#
|
25337
25420
|
# This setting doesn't apply to RDS Custom.
|
25338
25421
|
#
|
@@ -25362,7 +25445,7 @@ module Aws::RDS
|
|
25362
25445
|
#
|
25363
25446
|
# Constraints:
|
25364
25447
|
#
|
25365
|
-
# * If supplied, must match the name of an existing
|
25448
|
+
# * If supplied, must match the name of an existing DB parameter group.
|
25366
25449
|
#
|
25367
25450
|
# * Must be 1 to 255 letters, numbers, or hyphens.
|
25368
25451
|
#
|
@@ -25783,7 +25866,7 @@ module Aws::RDS
|
|
25783
25866
|
# instance running MySQL. For more information, see [Importing Data into
|
25784
25867
|
# an Amazon RDS MySQL DB Instance][1] in the *Amazon RDS User Guide.*
|
25785
25868
|
#
|
25786
|
-
# This
|
25869
|
+
# This operation doesn't apply to RDS Custom.
|
25787
25870
|
#
|
25788
25871
|
#
|
25789
25872
|
#
|
@@ -25848,31 +25931,30 @@ module Aws::RDS
|
|
25848
25931
|
# * Can't be a reserved word for the chosen database engine.
|
25849
25932
|
#
|
25850
25933
|
# @option params [String] :master_user_password
|
25851
|
-
# The password for the master user.
|
25852
|
-
# printable ASCII character except "/", """, or "@".
|
25853
|
-
#
|
25854
|
-
# Constraints: Can't be specified if `ManageMasterUserPassword` is
|
25855
|
-
# turned on.
|
25934
|
+
# The password for the master user.
|
25856
25935
|
#
|
25857
|
-
#
|
25936
|
+
# Constraints:
|
25858
25937
|
#
|
25859
|
-
#
|
25938
|
+
# * Can't be specified if `ManageMasterUserPassword` is turned on.
|
25860
25939
|
#
|
25861
|
-
#
|
25940
|
+
# * Can include any printable ASCII character except "/", """, or
|
25941
|
+
# "@". For RDS for Oracle, can't include the "&" (ampersand)
|
25942
|
+
# or the "'" (single quotes) character.
|
25862
25943
|
#
|
25863
|
-
# Constraints:
|
25944
|
+
# Length Constraints:
|
25864
25945
|
#
|
25865
|
-
#
|
25946
|
+
# * RDS for Db2 - Must contain from 8 to 128 characters.
|
25866
25947
|
#
|
25867
|
-
#
|
25948
|
+
# * RDS for MariaDB - Must contain from 8 to 41 characters.
|
25868
25949
|
#
|
25869
|
-
#
|
25950
|
+
# * RDS for Microsoft SQL Server - Must contain from 8 to 128
|
25951
|
+
# characters.
|
25870
25952
|
#
|
25871
|
-
#
|
25953
|
+
# * RDS for MySQL - Must contain from 8 to 41 characters.
|
25872
25954
|
#
|
25873
|
-
#
|
25955
|
+
# * RDS for Oracle - Must contain from 8 to 30 characters.
|
25874
25956
|
#
|
25875
|
-
#
|
25957
|
+
# * RDS for PostgreSQL - Must contain from 8 to 128 characters.
|
25876
25958
|
#
|
25877
25959
|
# @option params [Array<String>] :db_security_groups
|
25878
25960
|
# A list of DB security groups to associate with this DB instance.
|
@@ -26531,8 +26613,8 @@ module Aws::RDS
|
|
26531
26613
|
# case, the instance becomes a mirrored deployment and not a single-AZ
|
26532
26614
|
# deployment.
|
26533
26615
|
#
|
26534
|
-
# <note markdown="1"> This
|
26535
|
-
# Aurora, use `RestoreDBClusterToPointInTime`.
|
26616
|
+
# <note markdown="1"> This operation doesn't apply to Aurora MySQL and Aurora PostgreSQL.
|
26617
|
+
# For Aurora, use `RestoreDBClusterToPointInTime`.
|
26536
26618
|
#
|
26537
26619
|
# </note>
|
26538
26620
|
#
|
@@ -26677,10 +26759,15 @@ module Aws::RDS
|
|
26677
26759
|
# @option params [String] :db_name
|
26678
26760
|
# The database name for the restored DB instance.
|
26679
26761
|
#
|
26680
|
-
#
|
26681
|
-
# also doesn't apply to RDS Custom.
|
26762
|
+
# This parameter doesn't apply to the following DB instances:
|
26682
26763
|
#
|
26683
|
-
#
|
26764
|
+
# * RDS Custom
|
26765
|
+
#
|
26766
|
+
# * RDS for Db2
|
26767
|
+
#
|
26768
|
+
# * RDS for MariaDB
|
26769
|
+
#
|
26770
|
+
# * RDS for MySQL
|
26684
26771
|
#
|
26685
26772
|
# @option params [String] :engine
|
26686
26773
|
# The database engine to use for the new instance.
|
@@ -26689,6 +26776,10 @@ module Aws::RDS
|
|
26689
26776
|
#
|
26690
26777
|
# Valid Values:
|
26691
26778
|
#
|
26779
|
+
# * `db2-ae`
|
26780
|
+
#
|
26781
|
+
# * `db2-se`
|
26782
|
+
#
|
26692
26783
|
# * `mariadb`
|
26693
26784
|
#
|
26694
26785
|
# * `mysql`
|
@@ -26994,11 +27085,16 @@ module Aws::RDS
|
|
26994
27085
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-setup-orcl.html#custom-setup-orcl.iam-vpc
|
26995
27086
|
#
|
26996
27087
|
# @option params [String] :backup_target
|
26997
|
-
#
|
27088
|
+
# The location for storing automated backups and manual snapshots for
|
26998
27089
|
# the restored DB instance.
|
26999
27090
|
#
|
27000
|
-
#
|
27001
|
-
#
|
27091
|
+
# Valid Values:
|
27092
|
+
#
|
27093
|
+
# * `outposts` (Amazon Web Services Outposts)
|
27094
|
+
#
|
27095
|
+
# * `region` (Amazon Web Services Region)
|
27096
|
+
#
|
27097
|
+
# Default: `region`
|
27002
27098
|
#
|
27003
27099
|
# For more information, see [Working with Amazon RDS on Amazon Web
|
27004
27100
|
# Services Outposts][1] in the *Amazon RDS User Guide*.
|
@@ -27579,12 +27675,12 @@ module Aws::RDS
|
|
27579
27675
|
|
27580
27676
|
# Starts an Amazon Aurora DB cluster that was stopped using the Amazon
|
27581
27677
|
# Web Services console, the stop-db-cluster CLI command, or the
|
27582
|
-
# StopDBCluster
|
27678
|
+
# `StopDBCluster` operation.
|
27583
27679
|
#
|
27584
27680
|
# For more information, see [ Stopping and Starting an Aurora
|
27585
27681
|
# Cluster][1] in the *Amazon Aurora User Guide*.
|
27586
27682
|
#
|
27587
|
-
# <note markdown="1"> This
|
27683
|
+
# <note markdown="1"> This operation only applies to Aurora DB clusters.
|
27588
27684
|
#
|
27589
27685
|
# </note>
|
27590
27686
|
#
|
@@ -27773,7 +27869,7 @@ module Aws::RDS
|
|
27773
27869
|
|
27774
27870
|
# Starts an Amazon RDS DB instance that was stopped using the Amazon Web
|
27775
27871
|
# Services console, the stop-db-instance CLI command, or the
|
27776
|
-
# StopDBInstance
|
27872
|
+
# `StopDBInstance` operation.
|
27777
27873
|
#
|
27778
27874
|
# For more information, see [ Starting an Amazon RDS DB instance That
|
27779
27875
|
# Was Previously Stopped][1] in the *Amazon RDS User Guide.*
|
@@ -28149,7 +28245,7 @@ module Aws::RDS
|
|
28149
28245
|
# Starts an export of DB snapshot or DB cluster data to Amazon S3. The
|
28150
28246
|
# provided IAM role must have access to the S3 bucket.
|
28151
28247
|
#
|
28152
|
-
# You can't export snapshot data from RDS Custom DB instances.
|
28248
|
+
# You can't export snapshot data from Db2 or RDS Custom DB instances.
|
28153
28249
|
#
|
28154
28250
|
# You can't export cluster data from Multi-AZ DB clusters.
|
28155
28251
|
#
|
@@ -28343,7 +28439,7 @@ module Aws::RDS
|
|
28343
28439
|
|
28344
28440
|
# Stops a database activity stream that was started using the Amazon Web
|
28345
28441
|
# Services console, the `start-activity-stream` CLI command, or the
|
28346
|
-
# `StartActivityStream`
|
28442
|
+
# `StartActivityStream` operation.
|
28347
28443
|
#
|
28348
28444
|
# For more information, see [ Monitoring Amazon Aurora with Database
|
28349
28445
|
# Activity Streams][1] in the *Amazon Aurora User Guide* or [ Monitoring
|
@@ -28418,7 +28514,7 @@ module Aws::RDS
|
|
28418
28514
|
# For more information, see [ Stopping and Starting an Aurora
|
28419
28515
|
# Cluster][1] in the *Amazon Aurora User Guide*.
|
28420
28516
|
#
|
28421
|
-
# <note markdown="1"> This
|
28517
|
+
# <note markdown="1"> This operation only applies to Aurora DB clusters.
|
28422
28518
|
#
|
28423
28519
|
# </note>
|
28424
28520
|
#
|
@@ -29442,7 +29538,7 @@ module Aws::RDS
|
|
29442
29538
|
params: params,
|
29443
29539
|
config: config)
|
29444
29540
|
context[:gem_name] = 'aws-sdk-rds'
|
29445
|
-
context[:gem_version] = '1.
|
29541
|
+
context[:gem_version] = '1.207.0'
|
29446
29542
|
Seahorse::Client::Request.new(handlers, context)
|
29447
29543
|
end
|
29448
29544
|
|