aws-sdk-rds 1.279.0 → 1.280.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +109 -44
- data/lib/aws-sdk-rds/db_instance.rb +96 -36
- data/lib/aws-sdk-rds/types.rb +117 -38
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2853e9f356af260ed3fd570cc4d68f2e634a983847f365738a23428a370e16a3
|
4
|
+
data.tar.gz: 23edb5b225280d21c97e84c5a0c1cb24c8e3f7a22a4dc5bec4b038d4135b95a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6b9e66a3a724bcd1fa9ebb3fbed94769f6983bf3e61d2b2dd026a0a7dcbecd537e124bdc6b912e7d2b0b6110498fee09d365f16dc94b745dbf5c16fb81c67af
|
7
|
+
data.tar.gz: 16ce31748f483d12130db990a01f580542b52fd6b739cce4c4e22c38d394cf2e0888fcda0c738828e5c10e1721f5b0563af1cb57ef659c2d6e11d075d9608837
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.280.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -6095,20 +6095,22 @@ module Aws::RDS
|
|
6095
6095
|
|
6096
6096
|
# Creates a new DB instance that acts as a read replica for an existing
|
6097
6097
|
# source DB instance or Multi-AZ DB cluster. You can create a read
|
6098
|
-
# replica for a DB instance running
|
6099
|
-
#
|
6100
|
-
#
|
6101
|
-
#
|
6102
|
-
#
|
6103
|
-
#
|
6098
|
+
# replica for a DB instance running MariaDB, MySQL, Oracle, PostgreSQL,
|
6099
|
+
# or SQL Server. You can create a read replica for a Multi-AZ DB cluster
|
6100
|
+
# running MySQL or PostgreSQL. For more information, see [Working with
|
6101
|
+
# read replicas][1] and [Migrating from a Multi-AZ DB cluster to a DB
|
6102
|
+
# instance using a read replica][2] in the *Amazon RDS User Guide*.
|
6103
|
+
#
|
6104
|
+
# Amazon RDS for Db2 supports this operation for standby replicas. To
|
6105
|
+
# create a standby replica for a DB instance running Db2, you must set
|
6106
|
+
# `ReplicaMode` to `mounted`.
|
6104
6107
|
#
|
6105
6108
|
# Amazon Aurora doesn't support this operation. To create a DB instance
|
6106
6109
|
# for an Aurora DB cluster, use the `CreateDBInstance` operation.
|
6107
6110
|
#
|
6108
|
-
#
|
6109
|
-
#
|
6110
|
-
#
|
6111
|
-
# as specified.
|
6111
|
+
# RDS creates read replicas with backups disabled. All other attributes
|
6112
|
+
# (including DB security groups and DB parameter groups) are inherited
|
6113
|
+
# from the source DB instance or cluster, except as specified.
|
6112
6114
|
#
|
6113
6115
|
# Your source DB instance or cluster must have backup retention enabled.
|
6114
6116
|
#
|
@@ -6124,8 +6126,14 @@ module Aws::RDS
|
|
6124
6126
|
#
|
6125
6127
|
# @option params [String] :source_db_instance_identifier
|
6126
6128
|
# The identifier of the DB instance that will act as the source for the
|
6127
|
-
# read replica. Each DB instance can have up to 15 read replicas,
|
6128
|
-
# the
|
6129
|
+
# read replica. Each DB instance can have up to 15 read replicas, except
|
6130
|
+
# for the following engines:
|
6131
|
+
#
|
6132
|
+
# * Db2 - Can have up to three replicas.
|
6133
|
+
#
|
6134
|
+
# * Oracle - Can have up to five read replicas.
|
6135
|
+
#
|
6136
|
+
# * SQL Server - Can have up to five read replicas.
|
6129
6137
|
#
|
6130
6138
|
# Constraints:
|
6131
6139
|
#
|
@@ -6234,6 +6242,16 @@ module Aws::RDS
|
|
6234
6242
|
# The name of the DB parameter group to associate with this read replica
|
6235
6243
|
# DB instance.
|
6236
6244
|
#
|
6245
|
+
# For the Db2 DB engine, if your source DB instance uses the Bring Your
|
6246
|
+
# Own License model, then a custom parameter group must be associated
|
6247
|
+
# with the replica. For a same Amazon Web Services Region replica, if
|
6248
|
+
# you don't specify a custom parameter group, Amazon RDS associates the
|
6249
|
+
# custom parameter group associated with the source DB instance. For a
|
6250
|
+
# cross-Region replica, you must specify a custom parameter group. This
|
6251
|
+
# custom parameter group must include your IBM Site ID and IBM Customer
|
6252
|
+
# ID. For more information, see [ IBM IDs for Bring Your Own License for
|
6253
|
+
# Db2][1].
|
6254
|
+
#
|
6237
6255
|
# For Single-AZ or Multi-AZ DB instance read replica instances, if you
|
6238
6256
|
# don't specify a value for `DBParameterGroupName`, then Amazon RDS
|
6239
6257
|
# uses the `DBParameterGroup` of the source DB instance for a same
|
@@ -6246,9 +6264,9 @@ module Aws::RDS
|
|
6246
6264
|
#
|
6247
6265
|
# Specifying a parameter group for this operation is only supported for
|
6248
6266
|
# MySQL DB instances for cross-Region read replicas, for Multi-AZ DB
|
6249
|
-
# cluster read replica instances,
|
6250
|
-
# supported for MySQL DB instances for same
|
6251
|
-
# RDS Custom.
|
6267
|
+
# cluster read replica instances, for Db2 DB instances, and for Oracle
|
6268
|
+
# DB instances. It isn't supported for MySQL DB instances for same
|
6269
|
+
# Region read replicas or for RDS Custom.
|
6252
6270
|
#
|
6253
6271
|
# Constraints:
|
6254
6272
|
#
|
@@ -6258,6 +6276,10 @@ module Aws::RDS
|
|
6258
6276
|
#
|
6259
6277
|
# * Can't end with a hyphen or contain two consecutive hyphens.
|
6260
6278
|
#
|
6279
|
+
#
|
6280
|
+
#
|
6281
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html#db2-prereqs-ibm-info
|
6282
|
+
#
|
6261
6283
|
# @option params [Boolean] :publicly_accessible
|
6262
6284
|
# Specifies whether the DB instance is publicly accessible.
|
6263
6285
|
#
|
@@ -6631,31 +6653,50 @@ module Aws::RDS
|
|
6631
6653
|
# Example: `123.124.125.126,234.235.236.237`
|
6632
6654
|
#
|
6633
6655
|
# @option params [String] :replica_mode
|
6634
|
-
# The open mode of the replica database
|
6656
|
+
# The open mode of the replica database.
|
6635
6657
|
#
|
6636
|
-
# <note markdown="1"> This parameter is only supported for
|
6658
|
+
# <note markdown="1"> This parameter is only supported for Db2 DB instances and Oracle DB
|
6659
|
+
# instances.
|
6637
6660
|
#
|
6638
6661
|
# </note>
|
6639
6662
|
#
|
6640
|
-
#
|
6641
|
-
# Edition. The main use case for mounted replicas is cross-Region
|
6642
|
-
# disaster recovery. The primary database doesn't use Active Data Guard
|
6643
|
-
# to transmit information to the mounted replica. Because it doesn't
|
6644
|
-
# accept user connections, a mounted replica can't serve a read-only
|
6645
|
-
# workload.
|
6663
|
+
# Db2
|
6646
6664
|
#
|
6647
|
-
#
|
6648
|
-
#
|
6649
|
-
#
|
6650
|
-
#
|
6665
|
+
# : Standby DB replicas are included in Db2 Advanced Edition (AE) and
|
6666
|
+
# Db2 Standard Edition (SE). The main use case for standby replicas is
|
6667
|
+
# cross-Region disaster recovery. Because it doesn't accept user
|
6668
|
+
# connections, a standby replica can't serve a read-only workload.
|
6651
6669
|
#
|
6652
|
-
#
|
6653
|
-
#
|
6654
|
-
#
|
6670
|
+
# You can create a combination of standby and read-only DB replicas
|
6671
|
+
# for the same primary DB instance. For more information, see [Working
|
6672
|
+
# with read replicas for Amazon RDS for Db2][1] in the *Amazon RDS
|
6673
|
+
# User Guide*.
|
6674
|
+
#
|
6675
|
+
# To create standby DB replicas for RDS for Db2, set this parameter to
|
6676
|
+
# `mounted`.
|
6655
6677
|
#
|
6678
|
+
# Oracle
|
6656
6679
|
#
|
6680
|
+
# : Mounted DB replicas are included in Oracle Database Enterprise
|
6681
|
+
# Edition. The main use case for mounted replicas is cross-Region
|
6682
|
+
# disaster recovery. The primary database doesn't use Active Data
|
6683
|
+
# Guard to transmit information to the mounted replica. Because it
|
6684
|
+
# doesn't accept user connections, a mounted replica can't serve a
|
6685
|
+
# read-only workload.
|
6657
6686
|
#
|
6658
|
-
#
|
6687
|
+
# You can create a combination of mounted and read-only DB replicas
|
6688
|
+
# for the same primary DB instance. For more information, see [Working
|
6689
|
+
# with read replicas for Amazon RDS for Oracle][2] in the *Amazon RDS
|
6690
|
+
# User Guide*.
|
6691
|
+
#
|
6692
|
+
# For RDS Custom, you must specify this parameter and set it to
|
6693
|
+
# `mounted`. The value won't be set by default. After replica
|
6694
|
+
# creation, you can manage the open mode manually.
|
6695
|
+
#
|
6696
|
+
#
|
6697
|
+
#
|
6698
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-replication.html
|
6699
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html
|
6659
6700
|
#
|
6660
6701
|
# @option params [Integer] :max_allocated_storage
|
6661
6702
|
# The upper limit in gibibytes (GiB) to which Amazon RDS can
|
@@ -21283,26 +21324,50 @@ module Aws::RDS
|
|
21283
21324
|
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL-certificate-rotation.html
|
21284
21325
|
#
|
21285
21326
|
# @option params [String] :replica_mode
|
21286
|
-
#
|
21287
|
-
# mounted or read-only.
|
21327
|
+
# The open mode of a replica database.
|
21288
21328
|
#
|
21289
|
-
# <note markdown="1">
|
21329
|
+
# <note markdown="1"> This parameter is only supported for Db2 DB instances and Oracle DB
|
21330
|
+
# instances.
|
21290
21331
|
#
|
21291
21332
|
# </note>
|
21292
21333
|
#
|
21293
|
-
#
|
21294
|
-
# main use case for mounted replicas is cross-Region disaster recovery.
|
21295
|
-
# The primary database doesn't use Active Data Guard to transmit
|
21296
|
-
# information to the mounted replica. Because it doesn't accept user
|
21297
|
-
# connections, a mounted replica can't serve a read-only workload. For
|
21298
|
-
# more information, see [Working with Oracle Read Replicas for Amazon
|
21299
|
-
# RDS][1] in the *Amazon RDS User Guide*.
|
21334
|
+
# Db2
|
21300
21335
|
#
|
21301
|
-
#
|
21336
|
+
# : Standby DB replicas are included in Db2 Advanced Edition (AE) and
|
21337
|
+
# Db2 Standard Edition (SE). The main use case for standby replicas is
|
21338
|
+
# cross-Region disaster recovery. Because it doesn't accept user
|
21339
|
+
# connections, a standby replica can't serve a read-only workload.
|
21340
|
+
#
|
21341
|
+
# You can create a combination of standby and read-only DB replicas
|
21342
|
+
# for the same primary DB instance. For more information, see [Working
|
21343
|
+
# with read replicas for Amazon RDS for Db2][1] in the *Amazon RDS
|
21344
|
+
# User Guide*.
|
21345
|
+
#
|
21346
|
+
# To create standby DB replicas for RDS for Db2, set this parameter to
|
21347
|
+
# `mounted`.
|
21348
|
+
#
|
21349
|
+
# Oracle
|
21350
|
+
#
|
21351
|
+
# : Mounted DB replicas are included in Oracle Database Enterprise
|
21352
|
+
# Edition. The main use case for mounted replicas is cross-Region
|
21353
|
+
# disaster recovery. The primary database doesn't use Active Data
|
21354
|
+
# Guard to transmit information to the mounted replica. Because it
|
21355
|
+
# doesn't accept user connections, a mounted replica can't serve a
|
21356
|
+
# read-only workload.
|
21357
|
+
#
|
21358
|
+
# You can create a combination of mounted and read-only DB replicas
|
21359
|
+
# for the same primary DB instance. For more information, see [Working
|
21360
|
+
# with read replicas for Amazon RDS for Oracle][2] in the *Amazon RDS
|
21361
|
+
# User Guide*.
|
21362
|
+
#
|
21363
|
+
# For RDS Custom, you must specify this parameter and set it to
|
21364
|
+
# `mounted`. The value won't be set by default. After replica
|
21365
|
+
# creation, you can manage the open mode manually.
|
21302
21366
|
#
|
21303
21367
|
#
|
21304
21368
|
#
|
21305
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/
|
21369
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-replication.html
|
21370
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html
|
21306
21371
|
#
|
21307
21372
|
# @option params [Boolean] :enable_customer_owned_ip
|
21308
21373
|
# Specifies whether to enable a customer-owned IP address (CoIP) for an
|
@@ -32308,7 +32373,7 @@ module Aws::RDS
|
|
32308
32373
|
tracer: tracer
|
32309
32374
|
)
|
32310
32375
|
context[:gem_name] = 'aws-sdk-rds'
|
32311
|
-
context[:gem_version] = '1.
|
32376
|
+
context[:gem_version] = '1.280.0'
|
32312
32377
|
Seahorse::Client::Request.new(handlers, context)
|
32313
32378
|
end
|
32314
32379
|
|
@@ -227,17 +227,20 @@ module Aws::RDS
|
|
227
227
|
data[:read_replica_db_cluster_identifiers]
|
228
228
|
end
|
229
229
|
|
230
|
-
# The open mode of an Oracle read replica. The default is
|
231
|
-
# `open-read-only`. For more information, see [Working with
|
232
|
-
#
|
230
|
+
# The open mode of a Db2 or an Oracle read replica. The default is
|
231
|
+
# `open-read-only`. For more information, see [Working with read
|
232
|
+
# replicas for Amazon RDS for Db2][1] and [Working with read replicas
|
233
|
+
# for Amazon RDS for Oracle][2] in the *Amazon RDS User Guide*.
|
233
234
|
#
|
234
|
-
# <note markdown="1"> This attribute is only supported in RDS for Oracle
|
235
|
+
# <note markdown="1"> This attribute is only supported in RDS for Db2, RDS for Oracle, and
|
236
|
+
# RDS Custom for Oracle.
|
235
237
|
#
|
236
238
|
# </note>
|
237
239
|
#
|
238
240
|
#
|
239
241
|
#
|
240
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/
|
242
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-replication.html
|
243
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html
|
241
244
|
# @return [String]
|
242
245
|
def replica_mode
|
243
246
|
data[:replica_mode]
|
@@ -2411,6 +2414,16 @@ module Aws::RDS
|
|
2411
2414
|
# The name of the DB parameter group to associate with this read replica
|
2412
2415
|
# DB instance.
|
2413
2416
|
#
|
2417
|
+
# For the Db2 DB engine, if your source DB instance uses the Bring Your
|
2418
|
+
# Own License model, then a custom parameter group must be associated
|
2419
|
+
# with the replica. For a same Amazon Web Services Region replica, if
|
2420
|
+
# you don't specify a custom parameter group, Amazon RDS associates the
|
2421
|
+
# custom parameter group associated with the source DB instance. For a
|
2422
|
+
# cross-Region replica, you must specify a custom parameter group. This
|
2423
|
+
# custom parameter group must include your IBM Site ID and IBM Customer
|
2424
|
+
# ID. For more information, see [ IBM IDs for Bring Your Own License for
|
2425
|
+
# Db2][1].
|
2426
|
+
#
|
2414
2427
|
# For Single-AZ or Multi-AZ DB instance read replica instances, if you
|
2415
2428
|
# don't specify a value for `DBParameterGroupName`, then Amazon RDS
|
2416
2429
|
# uses the `DBParameterGroup` of the source DB instance for a same
|
@@ -2423,9 +2436,9 @@ module Aws::RDS
|
|
2423
2436
|
#
|
2424
2437
|
# Specifying a parameter group for this operation is only supported for
|
2425
2438
|
# MySQL DB instances for cross-Region read replicas, for Multi-AZ DB
|
2426
|
-
# cluster read replica instances,
|
2427
|
-
# supported for MySQL DB instances for same
|
2428
|
-
# RDS Custom.
|
2439
|
+
# cluster read replica instances, for Db2 DB instances, and for Oracle
|
2440
|
+
# DB instances. It isn't supported for MySQL DB instances for same
|
2441
|
+
# Region read replicas or for RDS Custom.
|
2429
2442
|
#
|
2430
2443
|
# Constraints:
|
2431
2444
|
#
|
@@ -2434,6 +2447,10 @@ module Aws::RDS
|
|
2434
2447
|
# * First character must be a letter.
|
2435
2448
|
#
|
2436
2449
|
# * Can't end with a hyphen or contain two consecutive hyphens.
|
2450
|
+
#
|
2451
|
+
#
|
2452
|
+
#
|
2453
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html#db2-prereqs-ibm-info
|
2437
2454
|
# @option options [Boolean] :publicly_accessible
|
2438
2455
|
# Specifies whether the DB instance is publicly accessible.
|
2439
2456
|
#
|
@@ -2782,31 +2799,50 @@ module Aws::RDS
|
|
2782
2799
|
#
|
2783
2800
|
# Example: `123.124.125.126,234.235.236.237`
|
2784
2801
|
# @option options [String] :replica_mode
|
2785
|
-
# The open mode of the replica database
|
2802
|
+
# The open mode of the replica database.
|
2786
2803
|
#
|
2787
|
-
# <note markdown="1"> This parameter is only supported for
|
2804
|
+
# <note markdown="1"> This parameter is only supported for Db2 DB instances and Oracle DB
|
2805
|
+
# instances.
|
2788
2806
|
#
|
2789
2807
|
# </note>
|
2790
2808
|
#
|
2791
|
-
#
|
2792
|
-
# Edition. The main use case for mounted replicas is cross-Region
|
2793
|
-
# disaster recovery. The primary database doesn't use Active Data Guard
|
2794
|
-
# to transmit information to the mounted replica. Because it doesn't
|
2795
|
-
# accept user connections, a mounted replica can't serve a read-only
|
2796
|
-
# workload.
|
2809
|
+
# Db2
|
2797
2810
|
#
|
2798
|
-
#
|
2799
|
-
#
|
2800
|
-
#
|
2801
|
-
#
|
2811
|
+
# : Standby DB replicas are included in Db2 Advanced Edition (AE) and
|
2812
|
+
# Db2 Standard Edition (SE). The main use case for standby replicas is
|
2813
|
+
# cross-Region disaster recovery. Because it doesn't accept user
|
2814
|
+
# connections, a standby replica can't serve a read-only workload.
|
2815
|
+
#
|
2816
|
+
# You can create a combination of standby and read-only DB replicas
|
2817
|
+
# for the same primary DB instance. For more information, see [Working
|
2818
|
+
# with read replicas for Amazon RDS for Db2][1] in the *Amazon RDS
|
2819
|
+
# User Guide*.
|
2820
|
+
#
|
2821
|
+
# To create standby DB replicas for RDS for Db2, set this parameter to
|
2822
|
+
# `mounted`.
|
2823
|
+
#
|
2824
|
+
# Oracle
|
2825
|
+
#
|
2826
|
+
# : Mounted DB replicas are included in Oracle Database Enterprise
|
2827
|
+
# Edition. The main use case for mounted replicas is cross-Region
|
2828
|
+
# disaster recovery. The primary database doesn't use Active Data
|
2829
|
+
# Guard to transmit information to the mounted replica. Because it
|
2830
|
+
# doesn't accept user connections, a mounted replica can't serve a
|
2831
|
+
# read-only workload.
|
2802
2832
|
#
|
2803
|
-
#
|
2804
|
-
#
|
2805
|
-
#
|
2833
|
+
# You can create a combination of mounted and read-only DB replicas
|
2834
|
+
# for the same primary DB instance. For more information, see [Working
|
2835
|
+
# with read replicas for Amazon RDS for Oracle][2] in the *Amazon RDS
|
2836
|
+
# User Guide*.
|
2806
2837
|
#
|
2838
|
+
# For RDS Custom, you must specify this parameter and set it to
|
2839
|
+
# `mounted`. The value won't be set by default. After replica
|
2840
|
+
# creation, you can manage the open mode manually.
|
2807
2841
|
#
|
2808
2842
|
#
|
2809
|
-
#
|
2843
|
+
#
|
2844
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-replication.html
|
2845
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html
|
2810
2846
|
# @option options [Integer] :max_allocated_storage
|
2811
2847
|
# The upper limit in gibibytes (GiB) to which Amazon RDS can
|
2812
2848
|
# automatically scale the storage of the DB instance.
|
@@ -3986,26 +4022,50 @@ module Aws::RDS
|
|
3986
4022
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html
|
3987
4023
|
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL-certificate-rotation.html
|
3988
4024
|
# @option options [String] :replica_mode
|
3989
|
-
#
|
3990
|
-
# mounted or read-only.
|
4025
|
+
# The open mode of a replica database.
|
3991
4026
|
#
|
3992
|
-
# <note markdown="1">
|
4027
|
+
# <note markdown="1"> This parameter is only supported for Db2 DB instances and Oracle DB
|
4028
|
+
# instances.
|
3993
4029
|
#
|
3994
4030
|
# </note>
|
3995
4031
|
#
|
3996
|
-
#
|
3997
|
-
# main use case for mounted replicas is cross-Region disaster recovery.
|
3998
|
-
# The primary database doesn't use Active Data Guard to transmit
|
3999
|
-
# information to the mounted replica. Because it doesn't accept user
|
4000
|
-
# connections, a mounted replica can't serve a read-only workload. For
|
4001
|
-
# more information, see [Working with Oracle Read Replicas for Amazon
|
4002
|
-
# RDS][1] in the *Amazon RDS User Guide*.
|
4032
|
+
# Db2
|
4003
4033
|
#
|
4004
|
-
#
|
4034
|
+
# : Standby DB replicas are included in Db2 Advanced Edition (AE) and
|
4035
|
+
# Db2 Standard Edition (SE). The main use case for standby replicas is
|
4036
|
+
# cross-Region disaster recovery. Because it doesn't accept user
|
4037
|
+
# connections, a standby replica can't serve a read-only workload.
|
4038
|
+
#
|
4039
|
+
# You can create a combination of standby and read-only DB replicas
|
4040
|
+
# for the same primary DB instance. For more information, see [Working
|
4041
|
+
# with read replicas for Amazon RDS for Db2][1] in the *Amazon RDS
|
4042
|
+
# User Guide*.
|
4043
|
+
#
|
4044
|
+
# To create standby DB replicas for RDS for Db2, set this parameter to
|
4045
|
+
# `mounted`.
|
4046
|
+
#
|
4047
|
+
# Oracle
|
4048
|
+
#
|
4049
|
+
# : Mounted DB replicas are included in Oracle Database Enterprise
|
4050
|
+
# Edition. The main use case for mounted replicas is cross-Region
|
4051
|
+
# disaster recovery. The primary database doesn't use Active Data
|
4052
|
+
# Guard to transmit information to the mounted replica. Because it
|
4053
|
+
# doesn't accept user connections, a mounted replica can't serve a
|
4054
|
+
# read-only workload.
|
4055
|
+
#
|
4056
|
+
# You can create a combination of mounted and read-only DB replicas
|
4057
|
+
# for the same primary DB instance. For more information, see [Working
|
4058
|
+
# with read replicas for Amazon RDS for Oracle][2] in the *Amazon RDS
|
4059
|
+
# User Guide*.
|
4060
|
+
#
|
4061
|
+
# For RDS Custom, you must specify this parameter and set it to
|
4062
|
+
# `mounted`. The value won't be set by default. After replica
|
4063
|
+
# creation, you can manage the open mode manually.
|
4005
4064
|
#
|
4006
4065
|
#
|
4007
4066
|
#
|
4008
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/
|
4067
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-replication.html
|
4068
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html
|
4009
4069
|
# @option options [Boolean] :enable_customer_owned_ip
|
4010
4070
|
# Specifies whether to enable a customer-owned IP address (CoIP) for an
|
4011
4071
|
# RDS on Outposts DB instance.
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -1097,6 +1097,13 @@ module Aws::RDS
|
|
1097
1097
|
# For example: `SET variable1=value1, variable2=value2`
|
1098
1098
|
#
|
1099
1099
|
# Default: no initialization query
|
1100
|
+
#
|
1101
|
+
# Since you can access initialization query as part of target group
|
1102
|
+
# configuration, it is not protected by authentication or
|
1103
|
+
# cryptographic methods. Anyone with access to view or manage your
|
1104
|
+
# proxy target group configuration can view the initialization query.
|
1105
|
+
# You should not add sensitive data, such as passwords or long-lived
|
1106
|
+
# encryption keys, to this option.
|
1100
1107
|
# @return [String]
|
1101
1108
|
#
|
1102
1109
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ConnectionPoolConfiguration AWS API Documentation
|
@@ -1157,6 +1164,13 @@ module Aws::RDS
|
|
1157
1164
|
# optional field.
|
1158
1165
|
#
|
1159
1166
|
# For example: `SET variable1=value1, variable2=value2`
|
1167
|
+
#
|
1168
|
+
# Since you can access initialization query as part of target group
|
1169
|
+
# configuration, it is not protected by authentication or
|
1170
|
+
# cryptographic methods. Anyone with access to view or manage your
|
1171
|
+
# proxy target group configuration can view the initialization query.
|
1172
|
+
# You should not add sensitive data, such as passwords or long-lived
|
1173
|
+
# encryption keys, to this option.
|
1160
1174
|
# @return [String]
|
1161
1175
|
#
|
1162
1176
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ConnectionPoolConfigurationInfo AWS API Documentation
|
@@ -4880,8 +4894,13 @@ module Aws::RDS
|
|
4880
4894
|
# @!attribute [rw] source_db_instance_identifier
|
4881
4895
|
# The identifier of the DB instance that will act as the source for
|
4882
4896
|
# the read replica. Each DB instance can have up to 15 read replicas,
|
4883
|
-
#
|
4884
|
-
#
|
4897
|
+
# except for the following engines:
|
4898
|
+
#
|
4899
|
+
# * Db2 - Can have up to three replicas.
|
4900
|
+
#
|
4901
|
+
# * Oracle - Can have up to five read replicas.
|
4902
|
+
#
|
4903
|
+
# * SQL Server - Can have up to five read replicas.
|
4885
4904
|
#
|
4886
4905
|
# Constraints:
|
4887
4906
|
#
|
@@ -4999,6 +5018,16 @@ module Aws::RDS
|
|
4999
5018
|
# The name of the DB parameter group to associate with this read
|
5000
5019
|
# replica DB instance.
|
5001
5020
|
#
|
5021
|
+
# For the Db2 DB engine, if your source DB instance uses the Bring
|
5022
|
+
# Your Own License model, then a custom parameter group must be
|
5023
|
+
# associated with the replica. For a same Amazon Web Services Region
|
5024
|
+
# replica, if you don't specify a custom parameter group, Amazon RDS
|
5025
|
+
# associates the custom parameter group associated with the source DB
|
5026
|
+
# instance. For a cross-Region replica, you must specify a custom
|
5027
|
+
# parameter group. This custom parameter group must include your IBM
|
5028
|
+
# Site ID and IBM Customer ID. For more information, see [ IBM IDs for
|
5029
|
+
# Bring Your Own License for Db2][1].
|
5030
|
+
#
|
5002
5031
|
# For Single-AZ or Multi-AZ DB instance read replica instances, if you
|
5003
5032
|
# don't specify a value for `DBParameterGroupName`, then Amazon RDS
|
5004
5033
|
# uses the `DBParameterGroup` of the source DB instance for a same
|
@@ -5011,9 +5040,9 @@ module Aws::RDS
|
|
5011
5040
|
#
|
5012
5041
|
# Specifying a parameter group for this operation is only supported
|
5013
5042
|
# for MySQL DB instances for cross-Region read replicas, for Multi-AZ
|
5014
|
-
# DB cluster read replica instances,
|
5015
|
-
# isn't supported for MySQL DB instances for
|
5016
|
-
# replicas or for RDS Custom.
|
5043
|
+
# DB cluster read replica instances, for Db2 DB instances, and for
|
5044
|
+
# Oracle DB instances. It isn't supported for MySQL DB instances for
|
5045
|
+
# same Region read replicas or for RDS Custom.
|
5017
5046
|
#
|
5018
5047
|
# Constraints:
|
5019
5048
|
#
|
@@ -5022,6 +5051,10 @@ module Aws::RDS
|
|
5022
5051
|
# * First character must be a letter.
|
5023
5052
|
#
|
5024
5053
|
# * Can't end with a hyphen or contain two consecutive hyphens.
|
5054
|
+
#
|
5055
|
+
#
|
5056
|
+
#
|
5057
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html#db2-prereqs-ibm-info
|
5025
5058
|
# @return [String]
|
5026
5059
|
#
|
5027
5060
|
# @!attribute [rw] publicly_accessible
|
@@ -5431,31 +5464,50 @@ module Aws::RDS
|
|
5431
5464
|
# @return [Array<String>]
|
5432
5465
|
#
|
5433
5466
|
# @!attribute [rw] replica_mode
|
5434
|
-
# The open mode of the replica database
|
5467
|
+
# The open mode of the replica database.
|
5435
5468
|
#
|
5436
|
-
# <note markdown="1"> This parameter is only supported for
|
5469
|
+
# <note markdown="1"> This parameter is only supported for Db2 DB instances and Oracle DB
|
5470
|
+
# instances.
|
5437
5471
|
#
|
5438
5472
|
# </note>
|
5439
5473
|
#
|
5440
|
-
#
|
5441
|
-
# Edition. The main use case for mounted replicas is cross-Region
|
5442
|
-
# disaster recovery. The primary database doesn't use Active Data
|
5443
|
-
# Guard to transmit information to the mounted replica. Because it
|
5444
|
-
# doesn't accept user connections, a mounted replica can't serve a
|
5445
|
-
# read-only workload.
|
5474
|
+
# Db2
|
5446
5475
|
#
|
5447
|
-
#
|
5448
|
-
#
|
5449
|
-
#
|
5450
|
-
#
|
5476
|
+
# : Standby DB replicas are included in Db2 Advanced Edition (AE) and
|
5477
|
+
# Db2 Standard Edition (SE). The main use case for standby replicas
|
5478
|
+
# is cross-Region disaster recovery. Because it doesn't accept user
|
5479
|
+
# connections, a standby replica can't serve a read-only workload.
|
5480
|
+
#
|
5481
|
+
# You can create a combination of standby and read-only DB replicas
|
5482
|
+
# for the same primary DB instance. For more information, see
|
5483
|
+
# [Working with read replicas for Amazon RDS for Db2][1] in the
|
5484
|
+
# *Amazon RDS User Guide*.
|
5485
|
+
#
|
5486
|
+
# To create standby DB replicas for RDS for Db2, set this parameter
|
5487
|
+
# to `mounted`.
|
5451
5488
|
#
|
5452
|
-
#
|
5453
|
-
#
|
5454
|
-
#
|
5489
|
+
# Oracle
|
5490
|
+
#
|
5491
|
+
# : Mounted DB replicas are included in Oracle Database Enterprise
|
5492
|
+
# Edition. The main use case for mounted replicas is cross-Region
|
5493
|
+
# disaster recovery. The primary database doesn't use Active Data
|
5494
|
+
# Guard to transmit information to the mounted replica. Because it
|
5495
|
+
# doesn't accept user connections, a mounted replica can't serve a
|
5496
|
+
# read-only workload.
|
5497
|
+
#
|
5498
|
+
# You can create a combination of mounted and read-only DB replicas
|
5499
|
+
# for the same primary DB instance. For more information, see
|
5500
|
+
# [Working with read replicas for Amazon RDS for Oracle][2] in the
|
5501
|
+
# *Amazon RDS User Guide*.
|
5502
|
+
#
|
5503
|
+
# For RDS Custom, you must specify this parameter and set it to
|
5504
|
+
# `mounted`. The value won't be set by default. After replica
|
5505
|
+
# creation, you can manage the open mode manually.
|
5455
5506
|
#
|
5456
5507
|
#
|
5457
5508
|
#
|
5458
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/
|
5509
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-replication.html
|
5510
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html
|
5459
5511
|
# @return [String]
|
5460
5512
|
#
|
5461
5513
|
# @!attribute [rw] max_allocated_storage
|
@@ -9011,17 +9063,20 @@ module Aws::RDS
|
|
9011
9063
|
# @return [Array<String>]
|
9012
9064
|
#
|
9013
9065
|
# @!attribute [rw] replica_mode
|
9014
|
-
# The open mode of an Oracle read replica. The default is
|
9015
|
-
# `open-read-only`. For more information, see [Working with
|
9016
|
-
#
|
9066
|
+
# The open mode of a Db2 or an Oracle read replica. The default is
|
9067
|
+
# `open-read-only`. For more information, see [Working with read
|
9068
|
+
# replicas for Amazon RDS for Db2][1] and [Working with read replicas
|
9069
|
+
# for Amazon RDS for Oracle][2] in the *Amazon RDS User Guide*.
|
9017
9070
|
#
|
9018
|
-
# <note markdown="1"> This attribute is only supported in RDS for Oracle
|
9071
|
+
# <note markdown="1"> This attribute is only supported in RDS for Db2, RDS for Oracle, and
|
9072
|
+
# RDS Custom for Oracle.
|
9019
9073
|
#
|
9020
9074
|
# </note>
|
9021
9075
|
#
|
9022
9076
|
#
|
9023
9077
|
#
|
9024
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/
|
9078
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-replication.html
|
9079
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html
|
9025
9080
|
# @return [String]
|
9026
9081
|
#
|
9027
9082
|
# @!attribute [rw] license_model
|
@@ -19475,26 +19530,50 @@ module Aws::RDS
|
|
19475
19530
|
# @return [Boolean]
|
19476
19531
|
#
|
19477
19532
|
# @!attribute [rw] replica_mode
|
19478
|
-
#
|
19479
|
-
# mounted or read-only.
|
19533
|
+
# The open mode of a replica database.
|
19480
19534
|
#
|
19481
|
-
# <note markdown="1">
|
19535
|
+
# <note markdown="1"> This parameter is only supported for Db2 DB instances and Oracle DB
|
19536
|
+
# instances.
|
19482
19537
|
#
|
19483
19538
|
# </note>
|
19484
19539
|
#
|
19485
|
-
#
|
19486
|
-
# main use case for mounted replicas is cross-Region disaster
|
19487
|
-
# recovery. The primary database doesn't use Active Data Guard to
|
19488
|
-
# transmit information to the mounted replica. Because it doesn't
|
19489
|
-
# accept user connections, a mounted replica can't serve a read-only
|
19490
|
-
# workload. For more information, see [Working with Oracle Read
|
19491
|
-
# Replicas for Amazon RDS][1] in the *Amazon RDS User Guide*.
|
19540
|
+
# Db2
|
19492
19541
|
#
|
19493
|
-
#
|
19542
|
+
# : Standby DB replicas are included in Db2 Advanced Edition (AE) and
|
19543
|
+
# Db2 Standard Edition (SE). The main use case for standby replicas
|
19544
|
+
# is cross-Region disaster recovery. Because it doesn't accept user
|
19545
|
+
# connections, a standby replica can't serve a read-only workload.
|
19546
|
+
#
|
19547
|
+
# You can create a combination of standby and read-only DB replicas
|
19548
|
+
# for the same primary DB instance. For more information, see
|
19549
|
+
# [Working with read replicas for Amazon RDS for Db2][1] in the
|
19550
|
+
# *Amazon RDS User Guide*.
|
19551
|
+
#
|
19552
|
+
# To create standby DB replicas for RDS for Db2, set this parameter
|
19553
|
+
# to `mounted`.
|
19554
|
+
#
|
19555
|
+
# Oracle
|
19556
|
+
#
|
19557
|
+
# : Mounted DB replicas are included in Oracle Database Enterprise
|
19558
|
+
# Edition. The main use case for mounted replicas is cross-Region
|
19559
|
+
# disaster recovery. The primary database doesn't use Active Data
|
19560
|
+
# Guard to transmit information to the mounted replica. Because it
|
19561
|
+
# doesn't accept user connections, a mounted replica can't serve a
|
19562
|
+
# read-only workload.
|
19563
|
+
#
|
19564
|
+
# You can create a combination of mounted and read-only DB replicas
|
19565
|
+
# for the same primary DB instance. For more information, see
|
19566
|
+
# [Working with read replicas for Amazon RDS for Oracle][2] in the
|
19567
|
+
# *Amazon RDS User Guide*.
|
19568
|
+
#
|
19569
|
+
# For RDS Custom, you must specify this parameter and set it to
|
19570
|
+
# `mounted`. The value won't be set by default. After replica
|
19571
|
+
# creation, you can manage the open mode manually.
|
19494
19572
|
#
|
19495
19573
|
#
|
19496
19574
|
#
|
19497
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/
|
19575
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-replication.html
|
19576
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html
|
19498
19577
|
# @return [String]
|
19499
19578
|
#
|
19500
19579
|
# @!attribute [rw] enable_customer_owned_ip
|
data/lib/aws-sdk-rds.rb
CHANGED
@@ -80,7 +80,7 @@ module Aws::RDS
|
|
80
80
|
autoload :ReservedDBInstancesOffering, 'aws-sdk-rds/reserved_db_instances_offering'
|
81
81
|
autoload :ResourcePendingMaintenanceActionList, 'aws-sdk-rds/resource_pending_maintenance_action_list'
|
82
82
|
|
83
|
-
GEM_VERSION = '1.
|
83
|
+
GEM_VERSION = '1.280.0'
|
84
84
|
|
85
85
|
end
|
86
86
|
|