aws-sdk-rds 1.120.0 → 1.121.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.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +880 -644
- data/lib/aws-sdk-rds/client_api.rb +11 -0
- data/lib/aws-sdk-rds/db_cluster.rb +111 -93
- data/lib/aws-sdk-rds/db_cluster_parameter_group.rb +41 -0
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +67 -57
- data/lib/aws-sdk-rds/db_instance.rb +241 -175
- data/lib/aws-sdk-rds/db_parameter_group.rb +54 -11
- data/lib/aws-sdk-rds/db_security_group.rb +12 -10
- data/lib/aws-sdk-rds/db_snapshot.rb +85 -71
- data/lib/aws-sdk-rds/db_snapshot_attribute.rb +15 -13
- data/lib/aws-sdk-rds/event_subscription.rb +2 -2
- data/lib/aws-sdk-rds/option_group.rb +3 -3
- data/lib/aws-sdk-rds/reserved_db_instance.rb +2 -2
- data/lib/aws-sdk-rds/resource.rb +193 -113
- data/lib/aws-sdk-rds/types.rb +963 -707
- metadata +2 -2
@@ -122,8 +122,8 @@ module Aws::RDS
|
|
122
122
|
# The unique identifier for the lease associated with the reserved DB
|
123
123
|
# instance.
|
124
124
|
#
|
125
|
-
# <note markdown="1">
|
126
|
-
# reserved DB instance.
|
125
|
+
# <note markdown="1"> Amazon Web Services Support might request the lease ID for an issue
|
126
|
+
# related to a reserved DB instance.
|
127
127
|
#
|
128
128
|
# </note>
|
129
129
|
# @return [String]
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
@@ -87,9 +87,9 @@ module Aws::RDS
|
|
87
87
|
# @param [Hash] options ({})
|
88
88
|
# @option options [Array<String>] :availability_zones
|
89
89
|
# A list of Availability Zones (AZs) where instances in the DB cluster
|
90
|
-
# can be created. For information on
|
91
|
-
# see [Choosing the Regions and Availability
|
92
|
-
# Aurora User Guide*.
|
90
|
+
# can be created. For information on Amazon Web Services Regions and
|
91
|
+
# Availability Zones, see [Choosing the Regions and Availability
|
92
|
+
# Zones][1] in the *Amazon Aurora User Guide*.
|
93
93
|
#
|
94
94
|
#
|
95
95
|
#
|
@@ -213,8 +213,9 @@ module Aws::RDS
|
|
213
213
|
# parameter.
|
214
214
|
#
|
215
215
|
# The default is a 30-minute window selected at random from an 8-hour
|
216
|
-
# block of time for each
|
217
|
-
# see [ Backup window][1] in the *Amazon Aurora User
|
216
|
+
# block of time for each Amazon Web Services Region. To view the time
|
217
|
+
# blocks available, see [ Backup window][1] in the *Amazon Aurora User
|
218
|
+
# Guide.*
|
218
219
|
#
|
219
220
|
# Constraints:
|
220
221
|
#
|
@@ -236,9 +237,10 @@ module Aws::RDS
|
|
236
237
|
# Format: `ddd:hh24:mi-ddd:hh24:mi`
|
237
238
|
#
|
238
239
|
# The default is a 30-minute window selected at random from an 8-hour
|
239
|
-
# block of time for each
|
240
|
-
# week. To see the time blocks available, see [
|
241
|
-
# DB Cluster Maintenance Window][1] in the
|
240
|
+
# block of time for each Amazon Web Services Region, occurring on a
|
241
|
+
# random day of the week. To see the time blocks available, see [
|
242
|
+
# Adjusting the Preferred DB Cluster Maintenance Window][1] in the
|
243
|
+
# *Amazon Aurora User Guide.*
|
242
244
|
#
|
243
245
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
244
246
|
#
|
@@ -255,11 +257,13 @@ module Aws::RDS
|
|
255
257
|
# @option options [Boolean] :storage_encrypted
|
256
258
|
# A value that indicates whether the DB cluster is encrypted.
|
257
259
|
# @option options [String] :kms_key_id
|
258
|
-
# The
|
260
|
+
# The Amazon Web Services KMS key identifier for an encrypted DB
|
261
|
+
# cluster.
|
259
262
|
#
|
260
|
-
# The
|
261
|
-
#
|
262
|
-
#
|
263
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
264
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
265
|
+
# master key (CMK). To use a CMK in a different Amazon Web Services
|
266
|
+
# account, specify the key ARN or alias ARN.
|
263
267
|
#
|
264
268
|
# When a CMK isn't specified in `KmsKeyId`\:
|
265
269
|
#
|
@@ -271,53 +275,58 @@ module Aws::RDS
|
|
271
275
|
# `ReplicationSourceIdentifier` isn't specified, then Amazon RDS will
|
272
276
|
# use your default CMK.
|
273
277
|
#
|
274
|
-
# There is a default CMK for your
|
275
|
-
# different default CMK for each
|
278
|
+
# There is a default CMK for your Amazon Web Services account. Your
|
279
|
+
# Amazon Web Services account has a different default CMK for each
|
280
|
+
# Amazon Web Services Region.
|
276
281
|
#
|
277
|
-
# If you create a read replica of an encrypted DB cluster in another
|
278
|
-
# Region, you must set `KmsKeyId` to a
|
279
|
-
#
|
280
|
-
# read replica in
|
282
|
+
# If you create a read replica of an encrypted DB cluster in another
|
283
|
+
# Amazon Web Services Region, you must set `KmsKeyId` to a Amazon Web
|
284
|
+
# Services KMS key identifier that is valid in the destination Amazon
|
285
|
+
# Web Services Region. This CMK is used to encrypt the read replica in
|
286
|
+
# that Amazon Web Services Region.
|
281
287
|
# @option options [String] :pre_signed_url
|
282
288
|
# A URL that contains a Signature Version 4 signed request for the
|
283
|
-
# `CreateDBCluster` action to be called in the source
|
284
|
-
# the DB cluster is replicated from. You only need
|
285
|
-
# `PreSignedUrl` when you are performing cross-region
|
286
|
-
# an encrypted DB cluster.
|
289
|
+
# `CreateDBCluster` action to be called in the source Amazon Web
|
290
|
+
# Services Region where the DB cluster is replicated from. You only need
|
291
|
+
# to specify `PreSignedUrl` when you are performing cross-region
|
292
|
+
# replication from an encrypted DB cluster.
|
287
293
|
#
|
288
294
|
# The pre-signed URL must be a valid request for the `CreateDBCluster`
|
289
|
-
# API action that can be executed in the source
|
290
|
-
# the encrypted DB cluster to be copied.
|
295
|
+
# API action that can be executed in the source Amazon Web Services
|
296
|
+
# Region that contains the encrypted DB cluster to be copied.
|
291
297
|
#
|
292
298
|
# The pre-signed URL request must contain the following parameter
|
293
299
|
# values:
|
294
300
|
#
|
295
|
-
# * `KmsKeyId` - The
|
296
|
-
# encrypt the copy of the DB cluster in the destination
|
297
|
-
# This should refer to the same
|
298
|
-
# `CreateDBCluster` action that is
|
299
|
-
#
|
301
|
+
# * `KmsKeyId` - The Amazon Web Services KMS key identifier for the key
|
302
|
+
# to use to encrypt the copy of the DB cluster in the destination
|
303
|
+
# Amazon Web Services Region. This should refer to the same Amazon Web
|
304
|
+
# Services KMS CMK for both the `CreateDBCluster` action that is
|
305
|
+
# called in the destination Amazon Web Services Region, and the action
|
306
|
+
# contained in the pre-signed URL.
|
300
307
|
#
|
301
|
-
# * `DestinationRegion` - The name of the
|
302
|
-
# replica will be created in.
|
308
|
+
# * `DestinationRegion` - The name of the Amazon Web Services Region
|
309
|
+
# that Aurora read replica will be created in.
|
303
310
|
#
|
304
311
|
# * `ReplicationSourceIdentifier` - The DB cluster identifier for the
|
305
312
|
# encrypted DB cluster to be copied. This identifier must be in the
|
306
|
-
# Amazon Resource Name (ARN) format for the source
|
307
|
-
# example, if you are copying an encrypted DB cluster from
|
308
|
-
# us-west-2
|
309
|
-
# look like Example:
|
313
|
+
# Amazon Resource Name (ARN) format for the source Amazon Web Services
|
314
|
+
# Region. For example, if you are copying an encrypted DB cluster from
|
315
|
+
# the us-west-2 Amazon Web Services Region, then your
|
316
|
+
# `ReplicationSourceIdentifier` would look like Example:
|
310
317
|
# `arn:aws:rds:us-west-2:123456789012:cluster:aurora-cluster1`.
|
311
318
|
#
|
312
319
|
# To learn how to generate a Signature Version 4 signed request, see [
|
313
|
-
# Authenticating Requests: Using Query Parameters (
|
314
|
-
# 4)][1] and [ Signature Version 4 Signing
|
320
|
+
# Authenticating Requests: Using Query Parameters (Amazon Web Services
|
321
|
+
# Signature Version 4)][1] and [ Signature Version 4 Signing
|
322
|
+
# Process][2].
|
315
323
|
#
|
316
|
-
# <note markdown="1"> If you are using an
|
317
|
-
# `SourceRegion` (or `--source-region` for the
|
324
|
+
# <note markdown="1"> If you are using an Amazon Web Services SDK tool or the CLI, you can
|
325
|
+
# specify `SourceRegion` (or `--source-region` for the CLI) instead of
|
318
326
|
# specifying `PreSignedUrl` manually. Specifying `SourceRegion`
|
319
327
|
# autogenerates a pre-signed URL that is a valid request for the
|
320
|
-
# operation that can be executed in the source
|
328
|
+
# operation that can be executed in the source Amazon Web Services
|
329
|
+
# Region.
|
321
330
|
#
|
322
331
|
# </note>
|
323
332
|
#
|
@@ -326,9 +335,9 @@ module Aws::RDS
|
|
326
335
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html
|
327
336
|
# [2]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
|
328
337
|
# @option options [Boolean] :enable_iam_database_authentication
|
329
|
-
# A value that indicates whether to enable mapping of
|
330
|
-
# Access Management (IAM) accounts to database
|
331
|
-
# mapping is disabled.
|
338
|
+
# A value that indicates whether to enable mapping of Amazon Web
|
339
|
+
# Services Identity and Access Management (IAM) accounts to database
|
340
|
+
# accounts. By default, mapping is disabled.
|
332
341
|
#
|
333
342
|
# For more information, see [ IAM Database Authentication][1] in the
|
334
343
|
# *Amazon Aurora User Guide.*
|
@@ -516,6 +525,31 @@ module Aws::RDS
|
|
516
525
|
# **Aurora PostgreSQL**
|
517
526
|
#
|
518
527
|
# Example: `aurora-postgresql9.6`
|
528
|
+
#
|
529
|
+
# To list all of the available parameter group families for a DB engine,
|
530
|
+
# use the following command:
|
531
|
+
#
|
532
|
+
# `aws rds describe-db-engine-versions --query
|
533
|
+
# "DBEngineVersions[].DBParameterGroupFamily" --engine <engine>`
|
534
|
+
#
|
535
|
+
# For example, to list all of the available parameter group families for
|
536
|
+
# the Aurora PostgreSQL DB engine, use the following command:
|
537
|
+
#
|
538
|
+
# `aws rds describe-db-engine-versions --query
|
539
|
+
# "DBEngineVersions[].DBParameterGroupFamily" --engine
|
540
|
+
# aurora-postgresql`
|
541
|
+
#
|
542
|
+
# <note markdown="1"> The output contains duplicates.
|
543
|
+
#
|
544
|
+
# </note>
|
545
|
+
#
|
546
|
+
# The following are the valid DB engine values:
|
547
|
+
#
|
548
|
+
# * `aurora` (for MySQL 5.6-compatible Aurora)
|
549
|
+
#
|
550
|
+
# * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
|
551
|
+
#
|
552
|
+
# * `aurora-postgresql`
|
519
553
|
# @option options [required, String] :description
|
520
554
|
# The description for the DB cluster parameter group.
|
521
555
|
# @option options [Array<Types::Tag>] :tags
|
@@ -791,10 +825,10 @@ module Aws::RDS
|
|
791
825
|
# * Web and Express editions: Must be an integer from 20 to 1024.
|
792
826
|
# @option options [required, String] :db_instance_class
|
793
827
|
# The compute and memory capacity of the DB instance, for example,
|
794
|
-
# `db.m4.large`. Not all DB instance classes are available in all
|
795
|
-
# Regions, or for all database engines. For the full list
|
796
|
-
# classes, and availability for your engine, see [DB
|
797
|
-
# in the *Amazon RDS User Guide.*
|
828
|
+
# `db.m4.large`. Not all DB instance classes are available in all Amazon
|
829
|
+
# Web Services Regions, or for all database engines. For the full list
|
830
|
+
# of DB instance classes, and availability for your engine, see [DB
|
831
|
+
# Instance Class][1] in the *Amazon RDS User Guide.*
|
798
832
|
#
|
799
833
|
#
|
800
834
|
#
|
@@ -802,7 +836,8 @@ module Aws::RDS
|
|
802
836
|
# @option options [required, String] :engine
|
803
837
|
# The name of the database engine to be used for this instance.
|
804
838
|
#
|
805
|
-
# Not every database engine is available for every
|
839
|
+
# Not every database engine is available for every Amazon Web Services
|
840
|
+
# Region.
|
806
841
|
#
|
807
842
|
# Valid Values:
|
808
843
|
#
|
@@ -818,11 +853,11 @@ module Aws::RDS
|
|
818
853
|
#
|
819
854
|
# * `oracle-ee`
|
820
855
|
#
|
821
|
-
# * `oracle-
|
856
|
+
# * `oracle-ee-cdb`
|
822
857
|
#
|
823
|
-
# * `oracle-
|
858
|
+
# * `oracle-se2`
|
824
859
|
#
|
825
|
-
# * `oracle-
|
860
|
+
# * `oracle-se2-cdb`
|
826
861
|
#
|
827
862
|
# * `postgres`
|
828
863
|
#
|
@@ -943,17 +978,18 @@ module Aws::RDS
|
|
943
978
|
# VPC.
|
944
979
|
# @option options [String] :availability_zone
|
945
980
|
# The Availability Zone (AZ) where the database will be created. For
|
946
|
-
# information on
|
947
|
-
# Availability Zones][1].
|
981
|
+
# information on Amazon Web Services Regions and Availability Zones, see
|
982
|
+
# [Regions and Availability Zones][1].
|
948
983
|
#
|
949
984
|
# Default: A random, system-chosen Availability Zone in the endpoint's
|
950
|
-
#
|
985
|
+
# Amazon Web Services Region.
|
951
986
|
#
|
952
987
|
# Example: `us-east-1d`
|
953
988
|
#
|
954
989
|
# Constraint: The `AvailabilityZone` parameter can't be specified if
|
955
990
|
# the DB instance is a Multi-AZ deployment. The specified Availability
|
956
|
-
# Zone must be in the same
|
991
|
+
# Zone must be in the same Amazon Web Services Region as the current
|
992
|
+
# endpoint.
|
957
993
|
#
|
958
994
|
# <note markdown="1"> If you're creating a DB instance in an RDS on VMware environment,
|
959
995
|
# specify the identifier of the custom Availability Zone to create the
|
@@ -980,8 +1016,8 @@ module Aws::RDS
|
|
980
1016
|
# Format: `ddd:hh24:mi-ddd:hh24:mi`
|
981
1017
|
#
|
982
1018
|
# The default is a 30-minute window selected at random from an 8-hour
|
983
|
-
# block of time for each
|
984
|
-
# week.
|
1019
|
+
# block of time for each Amazon Web Services Region, occurring on a
|
1020
|
+
# random day of the week.
|
985
1021
|
#
|
986
1022
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
987
1023
|
#
|
@@ -1023,8 +1059,8 @@ module Aws::RDS
|
|
1023
1059
|
# The daily time range during which automated backups are created if
|
1024
1060
|
# automated backups are enabled, using the `BackupRetentionPeriod`
|
1025
1061
|
# parameter. The default is a 30-minute window selected at random from
|
1026
|
-
# an 8-hour block of time for each
|
1027
|
-
# [Backup window][1] in the *Amazon RDS User Guide*.
|
1062
|
+
# an 8-hour block of time for each Amazon Web Services Region. For more
|
1063
|
+
# information, see [Backup window][1] in the *Amazon RDS User Guide*.
|
1028
1064
|
#
|
1029
1065
|
# **Amazon Aurora**
|
1030
1066
|
#
|
@@ -1103,7 +1139,8 @@ module Aws::RDS
|
|
1103
1139
|
#
|
1104
1140
|
# The following are the database engines and links to information about
|
1105
1141
|
# the major and minor versions that are available with Amazon RDS. Not
|
1106
|
-
# every database engine is available for every
|
1142
|
+
# every database engine is available for every Amazon Web Services
|
1143
|
+
# Region.
|
1107
1144
|
#
|
1108
1145
|
# **Amazon Aurora**
|
1109
1146
|
#
|
@@ -1243,21 +1280,24 @@ module Aws::RDS
|
|
1243
1280
|
# Not applicable. The encryption for DB instances is managed by the DB
|
1244
1281
|
# cluster.
|
1245
1282
|
# @option options [String] :kms_key_id
|
1246
|
-
# The
|
1283
|
+
# The Amazon Web Services KMS key identifier for an encrypted DB
|
1284
|
+
# instance.
|
1247
1285
|
#
|
1248
|
-
# The
|
1249
|
-
#
|
1250
|
-
#
|
1286
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
1287
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
1288
|
+
# master key (CMK). To use a CMK in a different Amazon Web Services
|
1289
|
+
# account, specify the key ARN or alias ARN.
|
1251
1290
|
#
|
1252
1291
|
# **Amazon Aurora**
|
1253
1292
|
#
|
1254
|
-
# Not applicable. The
|
1255
|
-
# cluster. For more information, see `CreateDBCluster`.
|
1293
|
+
# Not applicable. The Amazon Web Services KMS key identifier is managed
|
1294
|
+
# by the DB cluster. For more information, see `CreateDBCluster`.
|
1256
1295
|
#
|
1257
1296
|
# If `StorageEncrypted` is enabled, and you do not specify a value for
|
1258
1297
|
# the `KmsKeyId` parameter, then Amazon RDS uses your default CMK. There
|
1259
|
-
# is a default CMK for your
|
1260
|
-
# different default CMK for each
|
1298
|
+
# is a default CMK for your Amazon Web Services account. Your Amazon Web
|
1299
|
+
# Services account has a different default CMK for each Amazon Web
|
1300
|
+
# Services Region.
|
1261
1301
|
# @option options [String] :domain
|
1262
1302
|
# The Active Directory directory ID to create the DB instance in.
|
1263
1303
|
# Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB
|
@@ -1324,12 +1364,13 @@ module Aws::RDS
|
|
1324
1364
|
#
|
1325
1365
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone
|
1326
1366
|
# @option options [Boolean] :enable_iam_database_authentication
|
1327
|
-
# A value that indicates whether to enable mapping of
|
1328
|
-
# Access Management (IAM) accounts to database
|
1329
|
-
# mapping is disabled.
|
1367
|
+
# A value that indicates whether to enable mapping of Amazon Web
|
1368
|
+
# Services Identity and Access Management (IAM) accounts to database
|
1369
|
+
# accounts. By default, mapping is disabled.
|
1330
1370
|
#
|
1331
|
-
# This setting doesn't apply to Amazon Aurora. Mapping
|
1332
|
-
# to database accounts is managed by the DB
|
1371
|
+
# This setting doesn't apply to Amazon Aurora. Mapping Amazon Web
|
1372
|
+
# Services IAM accounts to database accounts is managed by the DB
|
1373
|
+
# cluster.
|
1333
1374
|
#
|
1334
1375
|
# For more information, see [ IAM Database Authentication for MySQL and
|
1335
1376
|
# PostgreSQL][1] in the *Amazon RDS User Guide.*
|
@@ -1348,16 +1389,17 @@ module Aws::RDS
|
|
1348
1389
|
#
|
1349
1390
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html
|
1350
1391
|
# @option options [String] :performance_insights_kms_key_id
|
1351
|
-
# The
|
1352
|
-
# data.
|
1392
|
+
# The Amazon Web Services KMS key identifier for encryption of
|
1393
|
+
# Performance Insights data.
|
1353
1394
|
#
|
1354
|
-
# The
|
1355
|
-
# name for the
|
1395
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
1396
|
+
# alias ARN, or alias name for the Amazon Web Services KMS customer
|
1397
|
+
# master key (CMK).
|
1356
1398
|
#
|
1357
1399
|
# If you do not specify a value for `PerformanceInsightsKMSKeyId`, then
|
1358
|
-
# Amazon RDS uses your default CMK. There is a default CMK for your
|
1359
|
-
# account. Your
|
1360
|
-
# Region.
|
1400
|
+
# Amazon RDS uses your default CMK. There is a default CMK for your
|
1401
|
+
# Amazon Web Services account. Your Amazon Web Services account has a
|
1402
|
+
# different default CMK for each Amazon Web Services Region.
|
1361
1403
|
# @option options [Integer] :performance_insights_retention_period
|
1362
1404
|
# The amount of time, in days, to retain Performance Insights data.
|
1363
1405
|
# Valid values are 7 or 731 (2 years).
|
@@ -1436,10 +1478,11 @@ module Aws::RDS
|
|
1436
1478
|
# from outside of its virtual private cloud (VPC) on your local network.
|
1437
1479
|
#
|
1438
1480
|
# For more information about RDS on Outposts, see [Working with Amazon
|
1439
|
-
# RDS on
|
1481
|
+
# RDS on Amazon Web Services Outposts][1] in the *Amazon RDS User
|
1482
|
+
# Guide*.
|
1440
1483
|
#
|
1441
1484
|
# For more information about CoIPs, see [Customer-owned IP addresses][2]
|
1442
|
-
# in the *
|
1485
|
+
# in the *Amazon Web Services Outposts User Guide*.
|
1443
1486
|
#
|
1444
1487
|
#
|
1445
1488
|
#
|
@@ -1489,15 +1532,51 @@ module Aws::RDS
|
|
1489
1532
|
# applied only to a DB instance running a database engine and engine
|
1490
1533
|
# version compatible with that DB parameter group family.
|
1491
1534
|
#
|
1492
|
-
# To list all of the available parameter group families
|
1493
|
-
# following command:
|
1535
|
+
# To list all of the available parameter group families for a DB engine,
|
1536
|
+
# use the following command:
|
1537
|
+
#
|
1538
|
+
# `aws rds describe-db-engine-versions --query
|
1539
|
+
# "DBEngineVersions[].DBParameterGroupFamily" --engine <engine>`
|
1540
|
+
#
|
1541
|
+
# For example, to list all of the available parameter group families for
|
1542
|
+
# the MySQL DB engine, use the following command:
|
1494
1543
|
#
|
1495
1544
|
# `aws rds describe-db-engine-versions --query
|
1496
|
-
# "DBEngineVersions[].DBParameterGroupFamily"`
|
1545
|
+
# "DBEngineVersions[].DBParameterGroupFamily" --engine mysql`
|
1497
1546
|
#
|
1498
1547
|
# <note markdown="1"> The output contains duplicates.
|
1499
1548
|
#
|
1500
1549
|
# </note>
|
1550
|
+
#
|
1551
|
+
# The following are the valid DB engine values:
|
1552
|
+
#
|
1553
|
+
# * `aurora` (for MySQL 5.6-compatible Aurora)
|
1554
|
+
#
|
1555
|
+
# * `aurora-mysql` (for MySQL 5.7-compatible Aurora)
|
1556
|
+
#
|
1557
|
+
# * `aurora-postgresql`
|
1558
|
+
#
|
1559
|
+
# * `mariadb`
|
1560
|
+
#
|
1561
|
+
# * `mysql`
|
1562
|
+
#
|
1563
|
+
# * `oracle-ee`
|
1564
|
+
#
|
1565
|
+
# * `oracle-ee-cdb`
|
1566
|
+
#
|
1567
|
+
# * `oracle-se2`
|
1568
|
+
#
|
1569
|
+
# * `oracle-se2-cdb`
|
1570
|
+
#
|
1571
|
+
# * `postgres`
|
1572
|
+
#
|
1573
|
+
# * `sqlserver-ee`
|
1574
|
+
#
|
1575
|
+
# * `sqlserver-se`
|
1576
|
+
#
|
1577
|
+
# * `sqlserver-ex`
|
1578
|
+
#
|
1579
|
+
# * `sqlserver-web`
|
1501
1580
|
# @option options [required, String] :description
|
1502
1581
|
# The description for the DB parameter group.
|
1503
1582
|
# @option options [Array<Types::Tag>] :tags
|
@@ -1722,11 +1801,11 @@ module Aws::RDS
|
|
1722
1801
|
#
|
1723
1802
|
# * `oracle-ee`
|
1724
1803
|
#
|
1725
|
-
# * `oracle-
|
1804
|
+
# * `oracle-ee-cdb`
|
1726
1805
|
#
|
1727
|
-
# * `oracle-
|
1806
|
+
# * `oracle-se2`
|
1728
1807
|
#
|
1729
|
-
# * `oracle-
|
1808
|
+
# * `oracle-se2-cdb`
|
1730
1809
|
#
|
1731
1810
|
# * `postgres`
|
1732
1811
|
#
|
@@ -1925,7 +2004,8 @@ module Aws::RDS
|
|
1925
2004
|
# ^
|
1926
2005
|
# @option options [Boolean] :include_shared
|
1927
2006
|
# Optional Boolean parameter that specifies whether the output includes
|
1928
|
-
# information about clusters shared from other
|
2007
|
+
# information about clusters shared from other Amazon Web Services
|
2008
|
+
# accounts.
|
1929
2009
|
# @return [DBCluster::Collection]
|
1930
2010
|
def db_clusters(options = {})
|
1931
2011
|
batches = Enumerator.new do |y|
|
@@ -2000,11 +2080,11 @@ module Aws::RDS
|
|
2000
2080
|
#
|
2001
2081
|
# * `oracle-ee`
|
2002
2082
|
#
|
2003
|
-
# * `oracle-
|
2083
|
+
# * `oracle-ee-cdb`
|
2004
2084
|
#
|
2005
|
-
# * `oracle-
|
2085
|
+
# * `oracle-se2`
|
2006
2086
|
#
|
2007
|
-
# * `oracle-
|
2087
|
+
# * `oracle-se2-cdb`
|
2008
2088
|
#
|
2009
2089
|
# * `postgres`
|
2010
2090
|
#
|
@@ -2292,21 +2372,21 @@ module Aws::RDS
|
|
2292
2372
|
# following values:
|
2293
2373
|
#
|
2294
2374
|
# * `automated` - Return all DB snapshots that have been automatically
|
2295
|
-
# taken by Amazon RDS for my
|
2375
|
+
# taken by Amazon RDS for my Amazon Web Services account.
|
2296
2376
|
#
|
2297
|
-
# * `manual` - Return all DB snapshots that have been taken by my
|
2298
|
-
# account.
|
2377
|
+
# * `manual` - Return all DB snapshots that have been taken by my Amazon
|
2378
|
+
# Web Services account.
|
2299
2379
|
#
|
2300
2380
|
# * `shared` - Return all manual DB snapshots that have been shared to
|
2301
|
-
# my
|
2381
|
+
# my Amazon Web Services account.
|
2302
2382
|
#
|
2303
2383
|
# * `public` - Return all DB snapshots that have been marked as public.
|
2304
2384
|
#
|
2305
|
-
# * `awsbackup` - Return the DB snapshots managed by the
|
2306
|
-
# service.
|
2385
|
+
# * `awsbackup` - Return the DB snapshots managed by the Amazon Web
|
2386
|
+
# Services Backup service.
|
2307
2387
|
#
|
2308
|
-
# For information about
|
2309
|
-
# Guide.* ][1]
|
2388
|
+
# For information about Amazon Web Services Backup, see the [ *Amazon
|
2389
|
+
# Web Services Backup Developer Guide.* ][1]
|
2310
2390
|
#
|
2311
2391
|
# The `awsbackup` type does not apply to Aurora.
|
2312
2392
|
#
|
@@ -2343,17 +2423,17 @@ module Aws::RDS
|
|
2343
2423
|
# * `engine` - Accepts names of database engines.
|
2344
2424
|
# @option options [Boolean] :include_shared
|
2345
2425
|
# A value that indicates whether to include shared manual DB cluster
|
2346
|
-
# snapshots from other
|
2347
|
-
# permission to copy or restore. By
|
2348
|
-
# included.
|
2426
|
+
# snapshots from other Amazon Web Services accounts that this Amazon Web
|
2427
|
+
# Services account has been given permission to copy or restore. By
|
2428
|
+
# default, these snapshots are not included.
|
2349
2429
|
#
|
2350
|
-
# You can give an
|
2351
|
-
# from another
|
2352
|
-
# action.
|
2430
|
+
# You can give an Amazon Web Services account permission to restore a
|
2431
|
+
# manual DB snapshot from another Amazon Web Services account by using
|
2432
|
+
# the `ModifyDBSnapshotAttribute` API action.
|
2353
2433
|
# @option options [Boolean] :include_public
|
2354
2434
|
# A value that indicates whether to include manual DB cluster snapshots
|
2355
|
-
# that are public and can be copied or restored by any
|
2356
|
-
# default, the public snapshots are not included.
|
2435
|
+
# that are public and can be copied or restored by any Amazon Web
|
2436
|
+
# Services account. By default, the public snapshots are not included.
|
2357
2437
|
#
|
2358
2438
|
# You can share a manual DB snapshot as public by using the
|
2359
2439
|
# ModifyDBSnapshotAttribute API.
|
@@ -2650,11 +2730,11 @@ module Aws::RDS
|
|
2650
2730
|
#
|
2651
2731
|
# * `oracle-ee`
|
2652
2732
|
#
|
2653
|
-
# * `oracle-
|
2733
|
+
# * `oracle-ee-cdb`
|
2654
2734
|
#
|
2655
|
-
# * `oracle-
|
2735
|
+
# * `oracle-se2`
|
2656
2736
|
#
|
2657
|
-
# * `oracle-
|
2737
|
+
# * `oracle-se2-cdb`
|
2658
2738
|
#
|
2659
2739
|
# * `postgres`
|
2660
2740
|
#
|
@@ -2758,8 +2838,8 @@ module Aws::RDS
|
|
2758
2838
|
# The lease identifier filter value. Specify this parameter to show only
|
2759
2839
|
# the reservation that matches the specified lease ID.
|
2760
2840
|
#
|
2761
|
-
# <note markdown="1">
|
2762
|
-
# reserved DB instance.
|
2841
|
+
# <note markdown="1"> Amazon Web Services Support might request the lease ID for an issue
|
2842
|
+
# related to a reserved DB instance.
|
2763
2843
|
#
|
2764
2844
|
# </note>
|
2765
2845
|
# @option options [Array<Types::Filter>] :filters
|