aws-sdk-rds 1.137.0 → 1.140.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +120 -43
- data/lib/aws-sdk-rds/client_api.rb +2 -0
- data/lib/aws-sdk-rds/db_cluster.rb +7 -6
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +2 -2
- data/lib/aws-sdk-rds/db_engine.rb +36 -1
- data/lib/aws-sdk-rds/db_engine_version.rb +7 -0
- data/lib/aws-sdk-rds/db_instance.rb +11 -9
- data/lib/aws-sdk-rds/db_snapshot.rb +17 -5
- data/lib/aws-sdk-rds/resource.rb +62 -19
- data/lib/aws-sdk-rds/types.rb +117 -46
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d93b82ebfd1c923e9522ecd434483653466d292bcc86ccb87f277a6a46aa5947
|
4
|
+
data.tar.gz: f65dfecc441c70ce2c43d9beff37d81e83b58050d265d4d05d2b83e2ccc9041c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f15acee09e50291788f6009120c24d14fcba2f1c2c256ee0d78fd2cca0db51ee4c4d7b759d6dbd2451d85b102469b23320181d67b52d185154f8321b4fd518ef
|
7
|
+
data.tar.gz: 7d9298fb66b82f35d14fdb9a4463fa3b2cd1a81dba80348f2b1ed885ff701e10bad7e0dc3971bf8aa0309e7cf26c7feae57863db61b61178a2000e52aed8aef1
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.140.0 (2022-02-24)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.139.0 (2022-02-14)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Adds support for determining which Aurora PostgreSQL versions support Babelfish.
|
13
|
+
|
14
|
+
1.138.0 (2022-02-04)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - updates for RDS Custom for Oracle 12.1 support
|
18
|
+
|
4
19
|
1.137.0 (2022-02-03)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.140.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
|
27
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
28
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
29
|
require 'aws-sdk-core/plugins/http_checksum.rb'
|
30
|
+
require 'aws-sdk-core/plugins/checksum_algorithm.rb'
|
30
31
|
require 'aws-sdk-core/plugins/defaults_mode.rb'
|
31
32
|
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
32
33
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
@@ -76,6 +77,7 @@ module Aws::RDS
|
|
76
77
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
77
78
|
add_plugin(Aws::Plugins::TransferEncoding)
|
78
79
|
add_plugin(Aws::Plugins::HttpChecksum)
|
80
|
+
add_plugin(Aws::Plugins::ChecksumAlgorithm)
|
79
81
|
add_plugin(Aws::Plugins::DefaultsMode)
|
80
82
|
add_plugin(Aws::Plugins::RecursionDetection)
|
81
83
|
add_plugin(Aws::Plugins::SignatureV4)
|
@@ -1865,9 +1867,14 @@ module Aws::RDS
|
|
1865
1867
|
end
|
1866
1868
|
|
1867
1869
|
# Creates a custom DB engine version (CEV). A CEV is a binary volume
|
1868
|
-
# snapshot of a database engine and specific AMI. The
|
1869
|
-
#
|
1870
|
-
#
|
1870
|
+
# snapshot of a database engine and specific AMI. The supported engines
|
1871
|
+
# are the following:
|
1872
|
+
#
|
1873
|
+
# * Oracle Database 12.1 Enterprise Edition with the January 2021 or
|
1874
|
+
# later RU/RUR
|
1875
|
+
#
|
1876
|
+
# * Oracle Database 19c Enterprise Edition with the January 2021 or
|
1877
|
+
# later RU/RUR
|
1871
1878
|
#
|
1872
1879
|
# Amazon RDS, which is a fully managed service, supplies the Amazon
|
1873
1880
|
# Machine Image (AMI) and database software. The Amazon RDS database
|
@@ -2020,6 +2027,7 @@ module Aws::RDS
|
|
2020
2027
|
# * {Types::DBEngineVersion#kms_key_id #kms_key_id} => String
|
2021
2028
|
# * {Types::DBEngineVersion#create_time #create_time} => Time
|
2022
2029
|
# * {Types::DBEngineVersion#tag_list #tag_list} => Array<Types::Tag>
|
2030
|
+
# * {Types::DBEngineVersion#supports_babelfish #supports_babelfish} => Boolean
|
2023
2031
|
#
|
2024
2032
|
# @example Request syntax with placeholder values
|
2025
2033
|
#
|
@@ -2064,6 +2072,7 @@ module Aws::RDS
|
|
2064
2072
|
# resp.valid_upgrade_target[0].supported_engine_modes[0] #=> String
|
2065
2073
|
# resp.valid_upgrade_target[0].supports_parallel_query #=> Boolean
|
2066
2074
|
# resp.valid_upgrade_target[0].supports_global_databases #=> Boolean
|
2075
|
+
# resp.valid_upgrade_target[0].supports_babelfish #=> Boolean
|
2067
2076
|
# resp.supported_timezones #=> Array
|
2068
2077
|
# resp.supported_timezones[0].timezone_name #=> String
|
2069
2078
|
# resp.exportable_log_types #=> Array
|
@@ -2086,6 +2095,7 @@ module Aws::RDS
|
|
2086
2095
|
# resp.tag_list #=> Array
|
2087
2096
|
# resp.tag_list[0].key #=> String
|
2088
2097
|
# resp.tag_list[0].value #=> String
|
2098
|
+
# resp.supports_babelfish #=> Boolean
|
2089
2099
|
#
|
2090
2100
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateCustomDBEngineVersion AWS API Documentation
|
2091
2101
|
#
|
@@ -2205,7 +2215,7 @@ module Aws::RDS
|
|
2205
2215
|
# Constraints: Must match the name of an existing DBSubnetGroup. Must
|
2206
2216
|
# not be default.
|
2207
2217
|
#
|
2208
|
-
# Example: `
|
2218
|
+
# Example: `mydbsubnetgroup`
|
2209
2219
|
#
|
2210
2220
|
# Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
2211
2221
|
#
|
@@ -3794,7 +3804,10 @@ module Aws::RDS
|
|
3794
3804
|
# @option params [String] :db_subnet_group_name
|
3795
3805
|
# A DB subnet group to associate with this DB instance.
|
3796
3806
|
#
|
3797
|
-
#
|
3807
|
+
# Constraints: Must match the name of an existing DBSubnetGroup. Must
|
3808
|
+
# not be default.
|
3809
|
+
#
|
3810
|
+
# Example: `mydbsubnetgroup`
|
3798
3811
|
#
|
3799
3812
|
# @option params [String] :preferred_maintenance_window
|
3800
3813
|
# The time range each week during which system maintenance can occur, in
|
@@ -4856,7 +4869,7 @@ module Aws::RDS
|
|
4856
4869
|
# * Not specify a DB subnet group. All these read replicas are created
|
4857
4870
|
# outside of any VPC.
|
4858
4871
|
#
|
4859
|
-
# Example: `
|
4872
|
+
# Example: `mydbsubnetgroup`
|
4860
4873
|
#
|
4861
4874
|
# @option params [Array<String>] :vpc_security_group_ids
|
4862
4875
|
# A list of Amazon EC2 VPC security groups to associate with the read
|
@@ -5964,10 +5977,16 @@ module Aws::RDS
|
|
5964
5977
|
# The name for the DB subnet group. This value is stored as a lowercase
|
5965
5978
|
# string.
|
5966
5979
|
#
|
5967
|
-
# Constraints:
|
5968
|
-
# underscores, spaces, or hyphens. Must not be default.
|
5980
|
+
# Constraints:
|
5969
5981
|
#
|
5970
|
-
#
|
5982
|
+
# * Must contain no more than 255 letters, numbers, periods,
|
5983
|
+
# underscores, spaces, or hyphens.
|
5984
|
+
#
|
5985
|
+
# * Must not be default.
|
5986
|
+
#
|
5987
|
+
# * First character must be a letter.
|
5988
|
+
#
|
5989
|
+
# Example: `mydbsubnetgroup`
|
5971
5990
|
#
|
5972
5991
|
# @option params [required, String] :db_subnet_group_description
|
5973
5992
|
# The description for the DB subnet group.
|
@@ -6545,6 +6564,7 @@ module Aws::RDS
|
|
6545
6564
|
# * {Types::DBEngineVersion#kms_key_id #kms_key_id} => String
|
6546
6565
|
# * {Types::DBEngineVersion#create_time #create_time} => Time
|
6547
6566
|
# * {Types::DBEngineVersion#tag_list #tag_list} => Array<Types::Tag>
|
6567
|
+
# * {Types::DBEngineVersion#supports_babelfish #supports_babelfish} => Boolean
|
6548
6568
|
#
|
6549
6569
|
# @example Request syntax with placeholder values
|
6550
6570
|
#
|
@@ -6578,6 +6598,7 @@ module Aws::RDS
|
|
6578
6598
|
# resp.valid_upgrade_target[0].supported_engine_modes[0] #=> String
|
6579
6599
|
# resp.valid_upgrade_target[0].supports_parallel_query #=> Boolean
|
6580
6600
|
# resp.valid_upgrade_target[0].supports_global_databases #=> Boolean
|
6601
|
+
# resp.valid_upgrade_target[0].supports_babelfish #=> Boolean
|
6581
6602
|
# resp.supported_timezones #=> Array
|
6582
6603
|
# resp.supported_timezones[0].timezone_name #=> String
|
6583
6604
|
# resp.exportable_log_types #=> Array
|
@@ -6600,6 +6621,7 @@ module Aws::RDS
|
|
6600
6621
|
# resp.tag_list #=> Array
|
6601
6622
|
# resp.tag_list[0].key #=> String
|
6602
6623
|
# resp.tag_list[0].value #=> String
|
6624
|
+
# resp.supports_babelfish #=> Boolean
|
6603
6625
|
#
|
6604
6626
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteCustomDBEngineVersion AWS API Documentation
|
6605
6627
|
#
|
@@ -7634,12 +7656,10 @@ module Aws::RDS
|
|
7634
7656
|
#
|
7635
7657
|
# </note>
|
7636
7658
|
#
|
7637
|
-
# Constraints:
|
7638
|
-
#
|
7639
7659
|
# Constraints: Must match the name of an existing DBSubnetGroup. Must
|
7640
7660
|
# not be default.
|
7641
7661
|
#
|
7642
|
-
# Example: `
|
7662
|
+
# Example: `mydbsubnetgroup`
|
7643
7663
|
#
|
7644
7664
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
7645
7665
|
#
|
@@ -8838,18 +8858,18 @@ module Aws::RDS
|
|
8838
8858
|
# Supported filters:
|
8839
8859
|
#
|
8840
8860
|
# * `clone-group-id` - Accepts clone group identifiers. The results list
|
8841
|
-
#
|
8861
|
+
# only includes information about the DB clusters associated with
|
8842
8862
|
# these clone groups.
|
8843
8863
|
#
|
8844
8864
|
# * `db-cluster-id` - Accepts DB cluster identifiers and DB cluster
|
8845
|
-
# Amazon Resource Names (ARNs). The results list
|
8865
|
+
# Amazon Resource Names (ARNs). The results list only includes
|
8846
8866
|
# information about the DB clusters identified by these ARNs.
|
8847
8867
|
#
|
8848
8868
|
# * `domain` - Accepts Active Directory directory IDs. The results list
|
8849
|
-
#
|
8869
|
+
# only includes information about the DB clusters associated with
|
8850
8870
|
# these domains.
|
8851
8871
|
#
|
8852
|
-
# * `engine` - Accepts engine names. The results list
|
8872
|
+
# * `engine` - Accepts engine names. The results list only includes
|
8853
8873
|
# information about the DB clusters for these engines.
|
8854
8874
|
#
|
8855
8875
|
# @option params [Integer] :max_records
|
@@ -9074,7 +9094,42 @@ module Aws::RDS
|
|
9074
9094
|
# ^
|
9075
9095
|
#
|
9076
9096
|
# @option params [Array<Types::Filter>] :filters
|
9077
|
-
#
|
9097
|
+
# A filter that specifies one or more DB engine versions to describe.
|
9098
|
+
#
|
9099
|
+
# Supported filters:
|
9100
|
+
#
|
9101
|
+
# * `db-parameter-group-family` - Accepts parameter groups family names.
|
9102
|
+
# The results list only includes information about the DB engine
|
9103
|
+
# versions for these parameter group families.
|
9104
|
+
#
|
9105
|
+
# * `engine` - Accepts engine names. The results list only includes
|
9106
|
+
# information about the DB engine versions for these engines.
|
9107
|
+
#
|
9108
|
+
# * `engine-mode` - Accepts DB engine modes. The results list only
|
9109
|
+
# includes information about the DB engine versions for these engine
|
9110
|
+
# modes. Valid DB engine modes are the following:
|
9111
|
+
#
|
9112
|
+
# * `global`
|
9113
|
+
#
|
9114
|
+
# * `multimaster`
|
9115
|
+
#
|
9116
|
+
# * `parallelquery`
|
9117
|
+
#
|
9118
|
+
# * `provisioned`
|
9119
|
+
#
|
9120
|
+
# * `serverless`
|
9121
|
+
#
|
9122
|
+
# * `engine-version` - Accepts engine versions. The results list only
|
9123
|
+
# includes information about the DB engine versions for these engine
|
9124
|
+
# versions.
|
9125
|
+
#
|
9126
|
+
# * `status` - Accepts engine version statuses. The results list only
|
9127
|
+
# includes information about the DB engine versions for these
|
9128
|
+
# statuses. Valid statuses are the following:
|
9129
|
+
#
|
9130
|
+
# * `available`
|
9131
|
+
#
|
9132
|
+
# * `deprecated`
|
9078
9133
|
#
|
9079
9134
|
# @option params [Integer] :max_records
|
9080
9135
|
# The maximum number of records to include in the response. If more than
|
@@ -9195,6 +9250,7 @@ module Aws::RDS
|
|
9195
9250
|
# resp.db_engine_versions[0].valid_upgrade_target[0].supported_engine_modes[0] #=> String
|
9196
9251
|
# resp.db_engine_versions[0].valid_upgrade_target[0].supports_parallel_query #=> Boolean
|
9197
9252
|
# resp.db_engine_versions[0].valid_upgrade_target[0].supports_global_databases #=> Boolean
|
9253
|
+
# resp.db_engine_versions[0].valid_upgrade_target[0].supports_babelfish #=> Boolean
|
9198
9254
|
# resp.db_engine_versions[0].supported_timezones #=> Array
|
9199
9255
|
# resp.db_engine_versions[0].supported_timezones[0].timezone_name #=> String
|
9200
9256
|
# resp.db_engine_versions[0].exportable_log_types #=> Array
|
@@ -9217,6 +9273,7 @@ module Aws::RDS
|
|
9217
9273
|
# resp.db_engine_versions[0].tag_list #=> Array
|
9218
9274
|
# resp.db_engine_versions[0].tag_list[0].key #=> String
|
9219
9275
|
# resp.db_engine_versions[0].tag_list[0].value #=> String
|
9276
|
+
# resp.db_engine_versions[0].supports_babelfish #=> Boolean
|
9220
9277
|
#
|
9221
9278
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBEngineVersions AWS API Documentation
|
9222
9279
|
#
|
@@ -9381,12 +9438,12 @@ module Aws::RDS
|
|
9381
9438
|
# Supported filters:
|
9382
9439
|
#
|
9383
9440
|
# * `db-cluster-id` - Accepts DB cluster identifiers and DB cluster
|
9384
|
-
# Amazon Resource Names (ARNs). The results list
|
9441
|
+
# Amazon Resource Names (ARNs). The results list only includes
|
9385
9442
|
# information about the DB instances associated with the DB clusters
|
9386
9443
|
# identified by these ARNs.
|
9387
9444
|
#
|
9388
9445
|
# * `db-instance-id` - Accepts DB instance identifiers and DB instance
|
9389
|
-
# Amazon Resource Names (ARNs). The results list
|
9446
|
+
# Amazon Resource Names (ARNs). The results list only includes
|
9390
9447
|
# information about the DB instances identified by these ARNs.
|
9391
9448
|
#
|
9392
9449
|
# * `dbi-resource-id` - Accepts DB instance resource identifiers. The
|
@@ -9394,10 +9451,10 @@ module Aws::RDS
|
|
9394
9451
|
# identified by these DB instance resource identifiers.
|
9395
9452
|
#
|
9396
9453
|
# * `domain` - Accepts Active Directory directory IDs. The results list
|
9397
|
-
#
|
9454
|
+
# only includes information about the DB instances associated with
|
9398
9455
|
# these domains.
|
9399
9456
|
#
|
9400
|
-
# * `engine` - Accepts engine names. The results list
|
9457
|
+
# * `engine` - Accepts engine names. The results list only includes
|
9401
9458
|
# information about the DB instances for these engines.
|
9402
9459
|
#
|
9403
9460
|
# @option params [Integer] :max_records
|
@@ -11901,13 +11958,12 @@ module Aws::RDS
|
|
11901
11958
|
# Supported filters:
|
11902
11959
|
#
|
11903
11960
|
# * `db-cluster-id` - Accepts DB cluster identifiers and DB cluster
|
11904
|
-
# Amazon Resource Names (ARNs). The results list
|
11905
|
-
#
|
11906
|
-
# ARNs.
|
11961
|
+
# Amazon Resource Names (ARNs). The results list only includes pending
|
11962
|
+
# maintenance actions for the DB clusters identified by these ARNs.
|
11907
11963
|
#
|
11908
11964
|
# * `db-instance-id` - Accepts DB instance identifiers and DB instance
|
11909
|
-
# ARNs. The results list
|
11910
|
-
#
|
11965
|
+
# ARNs. The results list only includes pending maintenance actions for
|
11966
|
+
# the DB instances identified by these ARNs.
|
11911
11967
|
#
|
11912
11968
|
# @option params [String] :marker
|
11913
11969
|
# An optional pagination token provided by a previous
|
@@ -13238,6 +13294,7 @@ module Aws::RDS
|
|
13238
13294
|
# * {Types::DBEngineVersion#kms_key_id #kms_key_id} => String
|
13239
13295
|
# * {Types::DBEngineVersion#create_time #create_time} => Time
|
13240
13296
|
# * {Types::DBEngineVersion#tag_list #tag_list} => Array<Types::Tag>
|
13297
|
+
# * {Types::DBEngineVersion#supports_babelfish #supports_babelfish} => Boolean
|
13241
13298
|
#
|
13242
13299
|
# @example Request syntax with placeholder values
|
13243
13300
|
#
|
@@ -13273,6 +13330,7 @@ module Aws::RDS
|
|
13273
13330
|
# resp.valid_upgrade_target[0].supported_engine_modes[0] #=> String
|
13274
13331
|
# resp.valid_upgrade_target[0].supports_parallel_query #=> Boolean
|
13275
13332
|
# resp.valid_upgrade_target[0].supports_global_databases #=> Boolean
|
13333
|
+
# resp.valid_upgrade_target[0].supports_babelfish #=> Boolean
|
13276
13334
|
# resp.supported_timezones #=> Array
|
13277
13335
|
# resp.supported_timezones[0].timezone_name #=> String
|
13278
13336
|
# resp.exportable_log_types #=> Array
|
@@ -13295,6 +13353,7 @@ module Aws::RDS
|
|
13295
13353
|
# resp.tag_list #=> Array
|
13296
13354
|
# resp.tag_list[0].key #=> String
|
13297
13355
|
# resp.tag_list[0].value #=> String
|
13356
|
+
# resp.supports_babelfish #=> Boolean
|
13298
13357
|
#
|
13299
13358
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyCustomDBEngineVersion AWS API Documentation
|
13300
13359
|
#
|
@@ -13555,8 +13614,8 @@ module Aws::RDS
|
|
13555
13614
|
#
|
13556
13615
|
# <note markdown="1"> When you apply a parameter group using the
|
13557
13616
|
# `DBInstanceParameterGroupName` parameter, the DB cluster isn't
|
13558
|
-
# rebooted automatically. Also, parameter changes
|
13559
|
-
# the next maintenance window
|
13617
|
+
# rebooted automatically. Also, parameter changes are applied
|
13618
|
+
# immediately rather than during the next maintenance window.
|
13560
13619
|
#
|
13561
13620
|
# </note>
|
13562
13621
|
#
|
@@ -13567,8 +13626,9 @@ module Aws::RDS
|
|
13567
13626
|
# * The DB parameter group must be in the same DB parameter group family
|
13568
13627
|
# as this DB cluster.
|
13569
13628
|
#
|
13570
|
-
# * The `DBInstanceParameterGroupName` parameter is
|
13571
|
-
#
|
13629
|
+
# * The `DBInstanceParameterGroupName` parameter is valid in combination
|
13630
|
+
# with the `AllowMajorVersionUpgrade` parameter for a major version
|
13631
|
+
# upgrade only.
|
13572
13632
|
#
|
13573
13633
|
# Valid for: Aurora DB clusters only
|
13574
13634
|
#
|
@@ -14325,7 +14385,7 @@ module Aws::RDS
|
|
14325
14385
|
# Constraints: If supplied, must match the name of an existing
|
14326
14386
|
# DBSubnetGroup.
|
14327
14387
|
#
|
14328
|
-
# Example: `
|
14388
|
+
# Example: `mydbsubnetgroup`
|
14329
14389
|
#
|
14330
14390
|
#
|
14331
14391
|
#
|
@@ -15851,7 +15911,7 @@ module Aws::RDS
|
|
15851
15911
|
# Constraints: Must match the name of an existing DBSubnetGroup. Must
|
15852
15912
|
# not be default.
|
15853
15913
|
#
|
15854
|
-
# Example: `
|
15914
|
+
# Example: `mydbsubnetgroup`
|
15855
15915
|
#
|
15856
15916
|
# @option params [String] :db_subnet_group_description
|
15857
15917
|
# The description for the DB subnet group.
|
@@ -17691,7 +17751,7 @@ module Aws::RDS
|
|
17691
17751
|
# Constraints: If supplied, must match the name of an existing
|
17692
17752
|
# DBSubnetGroup.
|
17693
17753
|
#
|
17694
|
-
# Example: `
|
17754
|
+
# Example: `mydbsubnetgroup`
|
17695
17755
|
#
|
17696
17756
|
# @option params [required, String] :engine
|
17697
17757
|
# The name of the database engine to be used for this DB cluster.
|
@@ -18238,7 +18298,7 @@ module Aws::RDS
|
|
18238
18298
|
# Constraints: If supplied, must match the name of an existing DB subnet
|
18239
18299
|
# group.
|
18240
18300
|
#
|
18241
|
-
# Example: `
|
18301
|
+
# Example: `mydbsubnetgroup`
|
18242
18302
|
#
|
18243
18303
|
# Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
18244
18304
|
#
|
@@ -18411,7 +18471,7 @@ module Aws::RDS
|
|
18411
18471
|
# For the full list of DB instance classes, and availability for your
|
18412
18472
|
# engine, see [DB Instance Class][1] in the *Amazon RDS User Guide.*
|
18413
18473
|
#
|
18414
|
-
# Valid for:
|
18474
|
+
# Valid for: Multi-AZ DB clusters only
|
18415
18475
|
#
|
18416
18476
|
#
|
18417
18477
|
#
|
@@ -18784,7 +18844,7 @@ module Aws::RDS
|
|
18784
18844
|
# Constraints: If supplied, must match the name of an existing
|
18785
18845
|
# DBSubnetGroup.
|
18786
18846
|
#
|
18787
|
-
# Example: `
|
18847
|
+
# Example: `mydbsubnetgroup`
|
18788
18848
|
#
|
18789
18849
|
# Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
18790
18850
|
#
|
@@ -19292,7 +19352,7 @@ module Aws::RDS
|
|
19292
19352
|
# Constraints: If supplied, must match the name of an existing
|
19293
19353
|
# DBSubnetGroup.
|
19294
19354
|
#
|
19295
|
-
# Example: `
|
19355
|
+
# Example: `mydbsubnetgroup`
|
19296
19356
|
#
|
19297
19357
|
# @option params [Boolean] :multi_az
|
19298
19358
|
# A value that indicates whether the DB instance is a Multi-AZ
|
@@ -19459,8 +19519,21 @@ module Aws::RDS
|
|
19459
19519
|
#
|
19460
19520
|
# @option params [Boolean] :copy_tags_to_snapshot
|
19461
19521
|
# A value that indicates whether to copy all tags from the restored DB
|
19462
|
-
# instance to snapshots of the DB instance.
|
19463
|
-
#
|
19522
|
+
# instance to snapshots of the DB instance.
|
19523
|
+
#
|
19524
|
+
# In most cases, tags aren't copied by default. However, when you
|
19525
|
+
# restore a DB instance from a DB snapshot, RDS checks whether you
|
19526
|
+
# specify new tags. If yes, the new tags are added to the restored DB
|
19527
|
+
# instance. If there are no new tags, RDS looks for the tags from the
|
19528
|
+
# source DB instance for the DB snapshot, and then adds those tags to
|
19529
|
+
# the restored DB instance.
|
19530
|
+
#
|
19531
|
+
# For more information, see [ Copying tags to DB instance snapshots][1]
|
19532
|
+
# in the *Amazon RDS User Guide*.
|
19533
|
+
#
|
19534
|
+
#
|
19535
|
+
#
|
19536
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html#USER_Tagging.CopyTags
|
19464
19537
|
#
|
19465
19538
|
# @option params [String] :domain_iam_role_name
|
19466
19539
|
# Specify the name of the IAM role to be used when making API calls to
|
@@ -19572,8 +19645,7 @@ module Aws::RDS
|
|
19572
19645
|
# start with the prefix `AWSRDSCustom`.
|
19573
19646
|
#
|
19574
19647
|
# For the list of permissions required for the IAM role, see [ Configure
|
19575
|
-
# IAM and your VPC][1] in the *Amazon
|
19576
|
-
# Guide*.
|
19648
|
+
# IAM and your VPC][1] in the *Amazon RDS User Guide*.
|
19577
19649
|
#
|
19578
19650
|
# This setting is required for RDS Custom.
|
19579
19651
|
#
|
@@ -19996,6 +20068,11 @@ module Aws::RDS
|
|
19996
20068
|
# @option params [String] :db_subnet_group_name
|
19997
20069
|
# A DB subnet group to associate with this DB instance.
|
19998
20070
|
#
|
20071
|
+
# Constraints: If supplied, must match the name of an existing
|
20072
|
+
# DBSubnetGroup.
|
20073
|
+
#
|
20074
|
+
# Example: `mydbsubnetgroup`
|
20075
|
+
#
|
19999
20076
|
# @option params [String] :preferred_maintenance_window
|
20000
20077
|
# The time range each week during which system maintenance can occur, in
|
20001
20078
|
# Universal Coordinated Time (UTC). For more information, see [Amazon
|
@@ -20585,7 +20662,7 @@ module Aws::RDS
|
|
20585
20662
|
# Constraints: If supplied, must match the name of an existing
|
20586
20663
|
# DBSubnetGroup.
|
20587
20664
|
#
|
20588
|
-
# Example: `
|
20665
|
+
# Example: `mydbsubnetgroup`
|
20589
20666
|
#
|
20590
20667
|
# @option params [Boolean] :multi_az
|
20591
20668
|
# A value that indicates whether the DB instance is a Multi-AZ
|
@@ -22357,7 +22434,7 @@ module Aws::RDS
|
|
22357
22434
|
params: params,
|
22358
22435
|
config: config)
|
22359
22436
|
context[:gem_name] = 'aws-sdk-rds'
|
22360
|
-
context[:gem_version] = '1.
|
22437
|
+
context[:gem_version] = '1.140.0'
|
22361
22438
|
Seahorse::Client::Request.new(handlers, context)
|
22362
22439
|
end
|
22363
22440
|
|
@@ -1356,6 +1356,7 @@ module Aws::RDS
|
|
1356
1356
|
DBEngineVersion.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KMSKeyId"))
|
1357
1357
|
DBEngineVersion.add_member(:create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "CreateTime"))
|
1358
1358
|
DBEngineVersion.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
1359
|
+
DBEngineVersion.add_member(:supports_babelfish, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsBabelfish"))
|
1359
1360
|
DBEngineVersion.struct_class = Types::DBEngineVersion
|
1360
1361
|
|
1361
1362
|
DBEngineVersionList.member = Shapes::ShapeRef.new(shape: DBEngineVersion, location_name: "DBEngineVersion")
|
@@ -3455,6 +3456,7 @@ module Aws::RDS
|
|
3455
3456
|
UpgradeTarget.add_member(:supported_engine_modes, Shapes::ShapeRef.new(shape: EngineModeList, location_name: "SupportedEngineModes"))
|
3456
3457
|
UpgradeTarget.add_member(:supports_parallel_query, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsParallelQuery"))
|
3457
3458
|
UpgradeTarget.add_member(:supports_global_databases, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsGlobalDatabases"))
|
3459
|
+
UpgradeTarget.add_member(:supports_babelfish, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsBabelfish"))
|
3458
3460
|
UpgradeTarget.struct_class = Types::UpgradeTarget
|
3459
3461
|
|
3460
3462
|
UserAuthConfig.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
@@ -844,7 +844,7 @@ module Aws::RDS
|
|
844
844
|
# Constraints: Must match the name of an existing DBSubnetGroup. Must
|
845
845
|
# not be default.
|
846
846
|
#
|
847
|
-
# Example: `
|
847
|
+
# Example: `mydbsubnetgroup`
|
848
848
|
#
|
849
849
|
# Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
850
850
|
# @option options [required, String] :engine
|
@@ -1797,8 +1797,8 @@ module Aws::RDS
|
|
1797
1797
|
#
|
1798
1798
|
# <note markdown="1"> When you apply a parameter group using the
|
1799
1799
|
# `DBInstanceParameterGroupName` parameter, the DB cluster isn't
|
1800
|
-
# rebooted automatically. Also, parameter changes
|
1801
|
-
# the next maintenance window
|
1800
|
+
# rebooted automatically. Also, parameter changes are applied
|
1801
|
+
# immediately rather than during the next maintenance window.
|
1802
1802
|
#
|
1803
1803
|
# </note>
|
1804
1804
|
#
|
@@ -1809,8 +1809,9 @@ module Aws::RDS
|
|
1809
1809
|
# * The DB parameter group must be in the same DB parameter group family
|
1810
1810
|
# as this DB cluster.
|
1811
1811
|
#
|
1812
|
-
# * The `DBInstanceParameterGroupName` parameter is
|
1813
|
-
#
|
1812
|
+
# * The `DBInstanceParameterGroupName` parameter is valid in combination
|
1813
|
+
# with the `AllowMajorVersionUpgrade` parameter for a major version
|
1814
|
+
# upgrade only.
|
1814
1815
|
#
|
1815
1816
|
# Valid for: Aurora DB clusters only
|
1816
1817
|
# @option options [String] :domain
|
@@ -2117,7 +2118,7 @@ module Aws::RDS
|
|
2117
2118
|
# Constraints: If supplied, must match the name of an existing
|
2118
2119
|
# DBSubnetGroup.
|
2119
2120
|
#
|
2120
|
-
# Example: `
|
2121
|
+
# Example: `mydbsubnetgroup`
|
2121
2122
|
#
|
2122
2123
|
# Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
2123
2124
|
# @option options [String] :option_group_name
|
@@ -645,7 +645,7 @@ module Aws::RDS
|
|
645
645
|
# Constraints: If supplied, must match the name of an existing DB subnet
|
646
646
|
# group.
|
647
647
|
#
|
648
|
-
# Example: `
|
648
|
+
# Example: `mydbsubnetgroup`
|
649
649
|
#
|
650
650
|
# Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
651
651
|
# @option options [String] :database_name
|
@@ -802,7 +802,7 @@ module Aws::RDS
|
|
802
802
|
# For the full list of DB instance classes, and availability for your
|
803
803
|
# engine, see [DB Instance Class][1] in the *Amazon RDS User Guide.*
|
804
804
|
#
|
805
|
-
# Valid for:
|
805
|
+
# Valid for: Multi-AZ DB clusters only
|
806
806
|
#
|
807
807
|
#
|
808
808
|
#
|
@@ -281,7 +281,42 @@ module Aws::RDS
|
|
281
281
|
#
|
282
282
|
# ^
|
283
283
|
# @option options [Array<Types::Filter>] :filters
|
284
|
-
#
|
284
|
+
# A filter that specifies one or more DB engine versions to describe.
|
285
|
+
#
|
286
|
+
# Supported filters:
|
287
|
+
#
|
288
|
+
# * `db-parameter-group-family` - Accepts parameter groups family names.
|
289
|
+
# The results list only includes information about the DB engine
|
290
|
+
# versions for these parameter group families.
|
291
|
+
#
|
292
|
+
# * `engine` - Accepts engine names. The results list only includes
|
293
|
+
# information about the DB engine versions for these engines.
|
294
|
+
#
|
295
|
+
# * `engine-mode` - Accepts DB engine modes. The results list only
|
296
|
+
# includes information about the DB engine versions for these engine
|
297
|
+
# modes. Valid DB engine modes are the following:
|
298
|
+
#
|
299
|
+
# * `global`
|
300
|
+
#
|
301
|
+
# * `multimaster`
|
302
|
+
#
|
303
|
+
# * `parallelquery`
|
304
|
+
#
|
305
|
+
# * `provisioned`
|
306
|
+
#
|
307
|
+
# * `serverless`
|
308
|
+
#
|
309
|
+
# * `engine-version` - Accepts engine versions. The results list only
|
310
|
+
# includes information about the DB engine versions for these engine
|
311
|
+
# versions.
|
312
|
+
#
|
313
|
+
# * `status` - Accepts engine version statuses. The results list only
|
314
|
+
# includes information about the DB engine versions for these
|
315
|
+
# statuses. Valid statuses are the following:
|
316
|
+
#
|
317
|
+
# * `available`
|
318
|
+
#
|
319
|
+
# * `deprecated`
|
285
320
|
# @option options [Boolean] :default_only
|
286
321
|
# A value that indicates whether only the default version of the
|
287
322
|
# specified engine or engine and major version combination is returned.
|
@@ -218,6 +218,13 @@ module Aws::RDS
|
|
218
218
|
data[:tag_list]
|
219
219
|
end
|
220
220
|
|
221
|
+
# A value that indicates whether the engine version supports Babelfish
|
222
|
+
# for Aurora PostgreSQL.
|
223
|
+
# @return [Boolean]
|
224
|
+
def supports_babelfish
|
225
|
+
data[:supports_babelfish]
|
226
|
+
end
|
227
|
+
|
221
228
|
# @!endgroup
|
222
229
|
|
223
230
|
# @return [Client]
|
@@ -1243,7 +1243,10 @@ module Aws::RDS
|
|
1243
1243
|
# @option options [String] :db_subnet_group_name
|
1244
1244
|
# A DB subnet group to associate with this DB instance.
|
1245
1245
|
#
|
1246
|
-
#
|
1246
|
+
# Constraints: Must match the name of an existing DBSubnetGroup. Must
|
1247
|
+
# not be default.
|
1248
|
+
#
|
1249
|
+
# Example: `mydbsubnetgroup`
|
1247
1250
|
# @option options [String] :preferred_maintenance_window
|
1248
1251
|
# The time range each week during which system maintenance can occur, in
|
1249
1252
|
# Universal Coordinated Time (UTC). For more information, see [Amazon
|
@@ -2014,7 +2017,7 @@ module Aws::RDS
|
|
2014
2017
|
# * Not specify a DB subnet group. All these read replicas are created
|
2015
2018
|
# outside of any VPC.
|
2016
2019
|
#
|
2017
|
-
# Example: `
|
2020
|
+
# Example: `mydbsubnetgroup`
|
2018
2021
|
# @option options [Array<String>] :vpc_security_group_ids
|
2019
2022
|
# A list of Amazon EC2 VPC security groups to associate with the read
|
2020
2023
|
# replica.
|
@@ -2534,7 +2537,7 @@ module Aws::RDS
|
|
2534
2537
|
# Constraints: If supplied, must match the name of an existing
|
2535
2538
|
# DBSubnetGroup.
|
2536
2539
|
#
|
2537
|
-
# Example: `
|
2540
|
+
# Example: `mydbsubnetgroup`
|
2538
2541
|
#
|
2539
2542
|
#
|
2540
2543
|
#
|
@@ -3414,7 +3417,7 @@ module Aws::RDS
|
|
3414
3417
|
# Constraints: If supplied, must match the name of an existing
|
3415
3418
|
# DBSubnetGroup.
|
3416
3419
|
#
|
3417
|
-
# Example: `
|
3420
|
+
# Example: `mydbsubnetgroup`
|
3418
3421
|
# @option options [Boolean] :multi_az
|
3419
3422
|
# A value that indicates whether the DB instance is a Multi-AZ
|
3420
3423
|
# deployment.
|
@@ -3939,13 +3942,12 @@ module Aws::RDS
|
|
3939
3942
|
# Supported filters:
|
3940
3943
|
#
|
3941
3944
|
# * `db-cluster-id` - Accepts DB cluster identifiers and DB cluster
|
3942
|
-
# Amazon Resource Names (ARNs). The results list
|
3943
|
-
#
|
3944
|
-
# ARNs.
|
3945
|
+
# Amazon Resource Names (ARNs). The results list only includes pending
|
3946
|
+
# maintenance actions for the DB clusters identified by these ARNs.
|
3945
3947
|
#
|
3946
3948
|
# * `db-instance-id` - Accepts DB instance identifiers and DB instance
|
3947
|
-
# ARNs. The results list
|
3948
|
-
#
|
3949
|
+
# ARNs. The results list only includes pending maintenance actions for
|
3950
|
+
# the DB instances identified by these ARNs.
|
3949
3951
|
# @return [PendingMaintenanceAction::Collection]
|
3950
3952
|
def pending_maintenance_actions(options = {})
|
3951
3953
|
batches = Enumerator.new do |y|
|
@@ -679,7 +679,7 @@ module Aws::RDS
|
|
679
679
|
# Constraints: If supplied, must match the name of an existing
|
680
680
|
# DBSubnetGroup.
|
681
681
|
#
|
682
|
-
# Example: `
|
682
|
+
# Example: `mydbsubnetgroup`
|
683
683
|
# @option options [Boolean] :multi_az
|
684
684
|
# A value that indicates whether the DB instance is a Multi-AZ
|
685
685
|
# deployment.
|
@@ -831,8 +831,21 @@ module Aws::RDS
|
|
831
831
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html
|
832
832
|
# @option options [Boolean] :copy_tags_to_snapshot
|
833
833
|
# A value that indicates whether to copy all tags from the restored DB
|
834
|
-
# instance to snapshots of the DB instance.
|
835
|
-
#
|
834
|
+
# instance to snapshots of the DB instance.
|
835
|
+
#
|
836
|
+
# In most cases, tags aren't copied by default. However, when you
|
837
|
+
# restore a DB instance from a DB snapshot, RDS checks whether you
|
838
|
+
# specify new tags. If yes, the new tags are added to the restored DB
|
839
|
+
# instance. If there are no new tags, RDS looks for the tags from the
|
840
|
+
# source DB instance for the DB snapshot, and then adds those tags to
|
841
|
+
# the restored DB instance.
|
842
|
+
#
|
843
|
+
# For more information, see [ Copying tags to DB instance snapshots][1]
|
844
|
+
# in the *Amazon RDS User Guide*.
|
845
|
+
#
|
846
|
+
#
|
847
|
+
#
|
848
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html#USER_Tagging.CopyTags
|
836
849
|
# @option options [String] :domain_iam_role_name
|
837
850
|
# Specify the name of the IAM role to be used when making API calls to
|
838
851
|
# the Directory Service.
|
@@ -935,8 +948,7 @@ module Aws::RDS
|
|
935
948
|
# start with the prefix `AWSRDSCustom`.
|
936
949
|
#
|
937
950
|
# For the list of permissions required for the IAM role, see [ Configure
|
938
|
-
# IAM and your VPC][1] in the *Amazon
|
939
|
-
# Guide*.
|
951
|
+
# IAM and your VPC][1] in the *Amazon RDS User Guide*.
|
940
952
|
#
|
941
953
|
# This setting is required for RDS Custom.
|
942
954
|
#
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
@@ -173,7 +173,7 @@ module Aws::RDS
|
|
173
173
|
# Constraints: Must match the name of an existing DBSubnetGroup. Must
|
174
174
|
# not be default.
|
175
175
|
#
|
176
|
-
# Example: `
|
176
|
+
# Example: `mydbsubnetgroup`
|
177
177
|
#
|
178
178
|
# Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
179
179
|
# @option options [required, String] :engine
|
@@ -1297,7 +1297,10 @@ module Aws::RDS
|
|
1297
1297
|
# @option options [String] :db_subnet_group_name
|
1298
1298
|
# A DB subnet group to associate with this DB instance.
|
1299
1299
|
#
|
1300
|
-
#
|
1300
|
+
# Constraints: Must match the name of an existing DBSubnetGroup. Must
|
1301
|
+
# not be default.
|
1302
|
+
#
|
1303
|
+
# Example: `mydbsubnetgroup`
|
1301
1304
|
# @option options [String] :preferred_maintenance_window
|
1302
1305
|
# The time range each week during which system maintenance can occur, in
|
1303
1306
|
# Universal Coordinated Time (UTC). For more information, see [Amazon
|
@@ -2048,10 +2051,16 @@ module Aws::RDS
|
|
2048
2051
|
# The name for the DB subnet group. This value is stored as a lowercase
|
2049
2052
|
# string.
|
2050
2053
|
#
|
2051
|
-
# Constraints:
|
2052
|
-
#
|
2054
|
+
# Constraints:
|
2055
|
+
#
|
2056
|
+
# * Must contain no more than 255 letters, numbers, periods,
|
2057
|
+
# underscores, spaces, or hyphens.
|
2058
|
+
#
|
2059
|
+
# * Must not be default.
|
2053
2060
|
#
|
2054
|
-
#
|
2061
|
+
# * First character must be a letter.
|
2062
|
+
#
|
2063
|
+
# Example: `mydbsubnetgroup`
|
2055
2064
|
# @option options [required, String] :db_subnet_group_description
|
2056
2065
|
# The description for the DB subnet group.
|
2057
2066
|
# @option options [required, Array<String>] :subnet_ids
|
@@ -2402,18 +2411,18 @@ module Aws::RDS
|
|
2402
2411
|
# Supported filters:
|
2403
2412
|
#
|
2404
2413
|
# * `clone-group-id` - Accepts clone group identifiers. The results list
|
2405
|
-
#
|
2414
|
+
# only includes information about the DB clusters associated with
|
2406
2415
|
# these clone groups.
|
2407
2416
|
#
|
2408
2417
|
# * `db-cluster-id` - Accepts DB cluster identifiers and DB cluster
|
2409
|
-
# Amazon Resource Names (ARNs). The results list
|
2418
|
+
# Amazon Resource Names (ARNs). The results list only includes
|
2410
2419
|
# information about the DB clusters identified by these ARNs.
|
2411
2420
|
#
|
2412
2421
|
# * `domain` - Accepts Active Directory directory IDs. The results list
|
2413
|
-
#
|
2422
|
+
# only includes information about the DB clusters associated with
|
2414
2423
|
# these domains.
|
2415
2424
|
#
|
2416
|
-
# * `engine` - Accepts engine names. The results list
|
2425
|
+
# * `engine` - Accepts engine names. The results list only includes
|
2417
2426
|
# information about the DB clusters for these engines.
|
2418
2427
|
# @option options [Boolean] :include_shared
|
2419
2428
|
# Optional Boolean parameter that specifies whether the output includes
|
@@ -2523,7 +2532,42 @@ module Aws::RDS
|
|
2523
2532
|
#
|
2524
2533
|
# ^
|
2525
2534
|
# @option options [Array<Types::Filter>] :filters
|
2526
|
-
#
|
2535
|
+
# A filter that specifies one or more DB engine versions to describe.
|
2536
|
+
#
|
2537
|
+
# Supported filters:
|
2538
|
+
#
|
2539
|
+
# * `db-parameter-group-family` - Accepts parameter groups family names.
|
2540
|
+
# The results list only includes information about the DB engine
|
2541
|
+
# versions for these parameter group families.
|
2542
|
+
#
|
2543
|
+
# * `engine` - Accepts engine names. The results list only includes
|
2544
|
+
# information about the DB engine versions for these engines.
|
2545
|
+
#
|
2546
|
+
# * `engine-mode` - Accepts DB engine modes. The results list only
|
2547
|
+
# includes information about the DB engine versions for these engine
|
2548
|
+
# modes. Valid DB engine modes are the following:
|
2549
|
+
#
|
2550
|
+
# * `global`
|
2551
|
+
#
|
2552
|
+
# * `multimaster`
|
2553
|
+
#
|
2554
|
+
# * `parallelquery`
|
2555
|
+
#
|
2556
|
+
# * `provisioned`
|
2557
|
+
#
|
2558
|
+
# * `serverless`
|
2559
|
+
#
|
2560
|
+
# * `engine-version` - Accepts engine versions. The results list only
|
2561
|
+
# includes information about the DB engine versions for these engine
|
2562
|
+
# versions.
|
2563
|
+
#
|
2564
|
+
# * `status` - Accepts engine version statuses. The results list only
|
2565
|
+
# includes information about the DB engine versions for these
|
2566
|
+
# statuses. Valid statuses are the following:
|
2567
|
+
#
|
2568
|
+
# * `available`
|
2569
|
+
#
|
2570
|
+
# * `deprecated`
|
2527
2571
|
# @option options [Boolean] :default_only
|
2528
2572
|
# A value that indicates whether only the default version of the
|
2529
2573
|
# specified engine or engine and major version combination is returned.
|
@@ -2610,12 +2654,12 @@ module Aws::RDS
|
|
2610
2654
|
# Supported filters:
|
2611
2655
|
#
|
2612
2656
|
# * `db-cluster-id` - Accepts DB cluster identifiers and DB cluster
|
2613
|
-
# Amazon Resource Names (ARNs). The results list
|
2657
|
+
# Amazon Resource Names (ARNs). The results list only includes
|
2614
2658
|
# information about the DB instances associated with the DB clusters
|
2615
2659
|
# identified by these ARNs.
|
2616
2660
|
#
|
2617
2661
|
# * `db-instance-id` - Accepts DB instance identifiers and DB instance
|
2618
|
-
# Amazon Resource Names (ARNs). The results list
|
2662
|
+
# Amazon Resource Names (ARNs). The results list only includes
|
2619
2663
|
# information about the DB instances identified by these ARNs.
|
2620
2664
|
#
|
2621
2665
|
# * `dbi-resource-id` - Accepts DB instance resource identifiers. The
|
@@ -2623,10 +2667,10 @@ module Aws::RDS
|
|
2623
2667
|
# identified by these DB instance resource identifiers.
|
2624
2668
|
#
|
2625
2669
|
# * `domain` - Accepts Active Directory directory IDs. The results list
|
2626
|
-
#
|
2670
|
+
# only includes information about the DB instances associated with
|
2627
2671
|
# these domains.
|
2628
2672
|
#
|
2629
|
-
# * `engine` - Accepts engine names. The results list
|
2673
|
+
# * `engine` - Accepts engine names. The results list only includes
|
2630
2674
|
# information about the DB instances for these engines.
|
2631
2675
|
# @return [DBInstance::Collection]
|
2632
2676
|
def db_instances(options = {})
|
@@ -3401,13 +3445,12 @@ module Aws::RDS
|
|
3401
3445
|
# Supported filters:
|
3402
3446
|
#
|
3403
3447
|
# * `db-cluster-id` - Accepts DB cluster identifiers and DB cluster
|
3404
|
-
# Amazon Resource Names (ARNs). The results list
|
3405
|
-
#
|
3406
|
-
# ARNs.
|
3448
|
+
# Amazon Resource Names (ARNs). The results list only includes pending
|
3449
|
+
# maintenance actions for the DB clusters identified by these ARNs.
|
3407
3450
|
#
|
3408
3451
|
# * `db-instance-id` - Accepts DB instance identifiers and DB instance
|
3409
|
-
# ARNs. The results list
|
3410
|
-
#
|
3452
|
+
# ARNs. The results list only includes pending maintenance actions for
|
3453
|
+
# the DB instances identified by these ARNs.
|
3411
3454
|
# @return [ResourcePendingMaintenanceActionList::Collection]
|
3412
3455
|
def resources_with_pending_maintenance_actions(options = {})
|
3413
3456
|
batches = Enumerator.new do |y|
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -2019,7 +2019,7 @@ module Aws::RDS
|
|
2019
2019
|
# Constraints: Must match the name of an existing DBSubnetGroup. Must
|
2020
2020
|
# not be default.
|
2021
2021
|
#
|
2022
|
-
# Example: `
|
2022
|
+
# Example: `mydbsubnetgroup`
|
2023
2023
|
#
|
2024
2024
|
# Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
2025
2025
|
# @return [String]
|
@@ -3427,7 +3427,10 @@ module Aws::RDS
|
|
3427
3427
|
# @!attribute [rw] db_subnet_group_name
|
3428
3428
|
# A DB subnet group to associate with this DB instance.
|
3429
3429
|
#
|
3430
|
-
#
|
3430
|
+
# Constraints: Must match the name of an existing DBSubnetGroup. Must
|
3431
|
+
# not be default.
|
3432
|
+
#
|
3433
|
+
# Example: `mydbsubnetgroup`
|
3431
3434
|
# @return [String]
|
3432
3435
|
#
|
3433
3436
|
# @!attribute [rw] preferred_maintenance_window
|
@@ -4401,7 +4404,7 @@ module Aws::RDS
|
|
4401
4404
|
# * Not specify a DB subnet group. All these read replicas are
|
4402
4405
|
# created outside of any VPC.
|
4403
4406
|
#
|
4404
|
-
# Example: `
|
4407
|
+
# Example: `mydbsubnetgroup`
|
4405
4408
|
# @return [String]
|
4406
4409
|
#
|
4407
4410
|
# @!attribute [rw] vpc_security_group_ids
|
@@ -5301,10 +5304,16 @@ module Aws::RDS
|
|
5301
5304
|
# The name for the DB subnet group. This value is stored as a
|
5302
5305
|
# lowercase string.
|
5303
5306
|
#
|
5304
|
-
# Constraints:
|
5305
|
-
#
|
5307
|
+
# Constraints:
|
5308
|
+
#
|
5309
|
+
# * Must contain no more than 255 letters, numbers, periods,
|
5310
|
+
# underscores, spaces, or hyphens.
|
5311
|
+
#
|
5312
|
+
# * Must not be default.
|
5306
5313
|
#
|
5307
|
-
#
|
5314
|
+
# * First character must be a letter.
|
5315
|
+
#
|
5316
|
+
# Example: `mydbsubnetgroup`
|
5308
5317
|
# @return [String]
|
5309
5318
|
#
|
5310
5319
|
# @!attribute [rw] db_subnet_group_description
|
@@ -7182,6 +7191,11 @@ module Aws::RDS
|
|
7182
7191
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
|
7183
7192
|
# @return [Array<Types::Tag>]
|
7184
7193
|
#
|
7194
|
+
# @!attribute [rw] supports_babelfish
|
7195
|
+
# A value that indicates whether the engine version supports Babelfish
|
7196
|
+
# for Aurora PostgreSQL.
|
7197
|
+
# @return [Boolean]
|
7198
|
+
#
|
7185
7199
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBEngineVersion AWS API Documentation
|
7186
7200
|
#
|
7187
7201
|
class DBEngineVersion < Struct.new(
|
@@ -7209,7 +7223,8 @@ module Aws::RDS
|
|
7209
7223
|
:db_engine_version_arn,
|
7210
7224
|
:kms_key_id,
|
7211
7225
|
:create_time,
|
7212
|
-
:tag_list
|
7226
|
+
:tag_list,
|
7227
|
+
:supports_babelfish)
|
7213
7228
|
SENSITIVE = []
|
7214
7229
|
include Aws::Structure
|
7215
7230
|
end
|
@@ -9836,12 +9851,10 @@ module Aws::RDS
|
|
9836
9851
|
#
|
9837
9852
|
# </note>
|
9838
9853
|
#
|
9839
|
-
# Constraints:
|
9840
|
-
#
|
9841
9854
|
# Constraints: Must match the name of an existing DBSubnetGroup. Must
|
9842
9855
|
# not be default.
|
9843
9856
|
#
|
9844
|
-
# Example: `
|
9857
|
+
# Example: `mydbsubnetgroup`
|
9845
9858
|
# @return [String]
|
9846
9859
|
#
|
9847
9860
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBSubnetGroupMessage AWS API Documentation
|
@@ -10642,19 +10655,19 @@ module Aws::RDS
|
|
10642
10655
|
# Supported filters:
|
10643
10656
|
#
|
10644
10657
|
# * `clone-group-id` - Accepts clone group identifiers. The results
|
10645
|
-
# list
|
10646
|
-
#
|
10658
|
+
# list only includes information about the DB clusters associated
|
10659
|
+
# with these clone groups.
|
10647
10660
|
#
|
10648
10661
|
# * `db-cluster-id` - Accepts DB cluster identifiers and DB cluster
|
10649
|
-
# Amazon Resource Names (ARNs). The results list
|
10662
|
+
# Amazon Resource Names (ARNs). The results list only includes
|
10650
10663
|
# information about the DB clusters identified by these ARNs.
|
10651
10664
|
#
|
10652
10665
|
# * `domain` - Accepts Active Directory directory IDs. The results
|
10653
|
-
# list
|
10654
|
-
#
|
10666
|
+
# list only includes information about the DB clusters associated
|
10667
|
+
# with these domains.
|
10655
10668
|
#
|
10656
|
-
# * `engine` - Accepts engine names. The results list
|
10657
|
-
#
|
10669
|
+
# * `engine` - Accepts engine names. The results list only includes
|
10670
|
+
# information about the DB clusters for these engines.
|
10658
10671
|
# @return [Array<Types::Filter>]
|
10659
10672
|
#
|
10660
10673
|
# @!attribute [rw] max_records
|
@@ -10767,7 +10780,42 @@ module Aws::RDS
|
|
10767
10780
|
# @return [String]
|
10768
10781
|
#
|
10769
10782
|
# @!attribute [rw] filters
|
10770
|
-
#
|
10783
|
+
# A filter that specifies one or more DB engine versions to describe.
|
10784
|
+
#
|
10785
|
+
# Supported filters:
|
10786
|
+
#
|
10787
|
+
# * `db-parameter-group-family` - Accepts parameter groups family
|
10788
|
+
# names. The results list only includes information about the DB
|
10789
|
+
# engine versions for these parameter group families.
|
10790
|
+
#
|
10791
|
+
# * `engine` - Accepts engine names. The results list only includes
|
10792
|
+
# information about the DB engine versions for these engines.
|
10793
|
+
#
|
10794
|
+
# * `engine-mode` - Accepts DB engine modes. The results list only
|
10795
|
+
# includes information about the DB engine versions for these engine
|
10796
|
+
# modes. Valid DB engine modes are the following:
|
10797
|
+
#
|
10798
|
+
# * `global`
|
10799
|
+
#
|
10800
|
+
# * `multimaster`
|
10801
|
+
#
|
10802
|
+
# * `parallelquery`
|
10803
|
+
#
|
10804
|
+
# * `provisioned`
|
10805
|
+
#
|
10806
|
+
# * `serverless`
|
10807
|
+
#
|
10808
|
+
# * `engine-version` - Accepts engine versions. The results list only
|
10809
|
+
# includes information about the DB engine versions for these engine
|
10810
|
+
# versions.
|
10811
|
+
#
|
10812
|
+
# * `status` - Accepts engine version statuses. The results list only
|
10813
|
+
# includes information about the DB engine versions for these
|
10814
|
+
# statuses. Valid statuses are the following:
|
10815
|
+
#
|
10816
|
+
# * `available`
|
10817
|
+
#
|
10818
|
+
# * `deprecated`
|
10771
10819
|
# @return [Array<Types::Filter>]
|
10772
10820
|
#
|
10773
10821
|
# @!attribute [rw] max_records
|
@@ -10967,12 +11015,12 @@ module Aws::RDS
|
|
10967
11015
|
# Supported filters:
|
10968
11016
|
#
|
10969
11017
|
# * `db-cluster-id` - Accepts DB cluster identifiers and DB cluster
|
10970
|
-
# Amazon Resource Names (ARNs). The results list
|
11018
|
+
# Amazon Resource Names (ARNs). The results list only includes
|
10971
11019
|
# information about the DB instances associated with the DB clusters
|
10972
11020
|
# identified by these ARNs.
|
10973
11021
|
#
|
10974
11022
|
# * `db-instance-id` - Accepts DB instance identifiers and DB instance
|
10975
|
-
# Amazon Resource Names (ARNs). The results list
|
11023
|
+
# Amazon Resource Names (ARNs). The results list only includes
|
10976
11024
|
# information about the DB instances identified by these ARNs.
|
10977
11025
|
#
|
10978
11026
|
# * `dbi-resource-id` - Accepts DB instance resource identifiers. The
|
@@ -10980,11 +11028,11 @@ module Aws::RDS
|
|
10980
11028
|
# identified by these DB instance resource identifiers.
|
10981
11029
|
#
|
10982
11030
|
# * `domain` - Accepts Active Directory directory IDs. The results
|
10983
|
-
# list
|
10984
|
-
#
|
11031
|
+
# list only includes information about the DB instances associated
|
11032
|
+
# with these domains.
|
10985
11033
|
#
|
10986
|
-
# * `engine` - Accepts engine names. The results list
|
10987
|
-
#
|
11034
|
+
# * `engine` - Accepts engine names. The results list only includes
|
11035
|
+
# information about the DB instances for these engines.
|
10988
11036
|
# @return [Array<Types::Filter>]
|
10989
11037
|
#
|
10990
11038
|
# @!attribute [rw] max_records
|
@@ -12763,13 +12811,13 @@ module Aws::RDS
|
|
12763
12811
|
# Supported filters:
|
12764
12812
|
#
|
12765
12813
|
# * `db-cluster-id` - Accepts DB cluster identifiers and DB cluster
|
12766
|
-
# Amazon Resource Names (ARNs). The results list
|
12814
|
+
# Amazon Resource Names (ARNs). The results list only includes
|
12767
12815
|
# pending maintenance actions for the DB clusters identified by
|
12768
12816
|
# these ARNs.
|
12769
12817
|
#
|
12770
12818
|
# * `db-instance-id` - Accepts DB instance identifiers and DB instance
|
12771
|
-
# ARNs. The results list
|
12772
|
-
#
|
12819
|
+
# ARNs. The results list only includes pending maintenance actions
|
12820
|
+
# for the DB instances identified by these ARNs.
|
12773
12821
|
# @return [Array<Types::Filter>]
|
12774
12822
|
#
|
12775
12823
|
# @!attribute [rw] marker
|
@@ -15068,9 +15116,8 @@ module Aws::RDS
|
|
15068
15116
|
#
|
15069
15117
|
# <note markdown="1"> When you apply a parameter group using the
|
15070
15118
|
# `DBInstanceParameterGroupName` parameter, the DB cluster isn't
|
15071
|
-
# rebooted automatically. Also, parameter changes
|
15072
|
-
# during the next maintenance window
|
15073
|
-
# immediately.
|
15119
|
+
# rebooted automatically. Also, parameter changes are applied
|
15120
|
+
# immediately rather than during the next maintenance window.
|
15074
15121
|
#
|
15075
15122
|
# </note>
|
15076
15123
|
#
|
@@ -15081,8 +15128,9 @@ module Aws::RDS
|
|
15081
15128
|
# * The DB parameter group must be in the same DB parameter group
|
15082
15129
|
# family as this DB cluster.
|
15083
15130
|
#
|
15084
|
-
# * The `DBInstanceParameterGroupName` parameter is
|
15085
|
-
# combination with the `AllowMajorVersionUpgrade` parameter
|
15131
|
+
# * The `DBInstanceParameterGroupName` parameter is valid in
|
15132
|
+
# combination with the `AllowMajorVersionUpgrade` parameter for a
|
15133
|
+
# major version upgrade only.
|
15086
15134
|
#
|
15087
15135
|
# Valid for: Aurora DB clusters only
|
15088
15136
|
# @return [String]
|
@@ -15646,7 +15694,7 @@ module Aws::RDS
|
|
15646
15694
|
# Constraints: If supplied, must match the name of an existing
|
15647
15695
|
# DBSubnetGroup.
|
15648
15696
|
#
|
15649
|
-
# Example: `
|
15697
|
+
# Example: `mydbsubnetgroup`
|
15650
15698
|
#
|
15651
15699
|
#
|
15652
15700
|
#
|
@@ -16957,7 +17005,7 @@ module Aws::RDS
|
|
16957
17005
|
# Constraints: Must match the name of an existing DBSubnetGroup. Must
|
16958
17006
|
# not be default.
|
16959
17007
|
#
|
16960
|
-
# Example: `
|
17008
|
+
# Example: `mydbsubnetgroup`
|
16961
17009
|
# @return [String]
|
16962
17010
|
#
|
16963
17011
|
# @!attribute [rw] db_subnet_group_description
|
@@ -19509,7 +19557,7 @@ module Aws::RDS
|
|
19509
19557
|
# Constraints: If supplied, must match the name of an existing
|
19510
19558
|
# DBSubnetGroup.
|
19511
19559
|
#
|
19512
|
-
# Example: `
|
19560
|
+
# Example: `mydbsubnetgroup`
|
19513
19561
|
# @return [String]
|
19514
19562
|
#
|
19515
19563
|
# @!attribute [rw] engine
|
@@ -20026,7 +20074,7 @@ module Aws::RDS
|
|
20026
20074
|
# Constraints: If supplied, must match the name of an existing DB
|
20027
20075
|
# subnet group.
|
20028
20076
|
#
|
20029
|
-
# Example: `
|
20077
|
+
# Example: `mydbsubnetgroup`
|
20030
20078
|
#
|
20031
20079
|
# Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
20032
20080
|
# @return [String]
|
@@ -20218,7 +20266,7 @@ module Aws::RDS
|
|
20218
20266
|
# For the full list of DB instance classes, and availability for your
|
20219
20267
|
# engine, see [DB Instance Class][1] in the *Amazon RDS User Guide.*
|
20220
20268
|
#
|
20221
|
-
# Valid for:
|
20269
|
+
# Valid for: Multi-AZ DB clusters only
|
20222
20270
|
#
|
20223
20271
|
#
|
20224
20272
|
#
|
@@ -20512,7 +20560,7 @@ module Aws::RDS
|
|
20512
20560
|
# Constraints: If supplied, must match the name of an existing
|
20513
20561
|
# DBSubnetGroup.
|
20514
20562
|
#
|
20515
|
-
# Example: `
|
20563
|
+
# Example: `mydbsubnetgroup`
|
20516
20564
|
#
|
20517
20565
|
# Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
20518
20566
|
# @return [String]
|
@@ -20968,7 +21016,7 @@ module Aws::RDS
|
|
20968
21016
|
# Constraints: If supplied, must match the name of an existing
|
20969
21017
|
# DBSubnetGroup.
|
20970
21018
|
#
|
20971
|
-
# Example: `
|
21019
|
+
# Example: `mydbsubnetgroup`
|
20972
21020
|
# @return [String]
|
20973
21021
|
#
|
20974
21022
|
# @!attribute [rw] multi_az
|
@@ -21153,8 +21201,21 @@ module Aws::RDS
|
|
21153
21201
|
#
|
21154
21202
|
# @!attribute [rw] copy_tags_to_snapshot
|
21155
21203
|
# A value that indicates whether to copy all tags from the restored DB
|
21156
|
-
# instance to snapshots of the DB instance.
|
21157
|
-
#
|
21204
|
+
# instance to snapshots of the DB instance.
|
21205
|
+
#
|
21206
|
+
# In most cases, tags aren't copied by default. However, when you
|
21207
|
+
# restore a DB instance from a DB snapshot, RDS checks whether you
|
21208
|
+
# specify new tags. If yes, the new tags are added to the restored DB
|
21209
|
+
# instance. If there are no new tags, RDS looks for the tags from the
|
21210
|
+
# source DB instance for the DB snapshot, and then adds those tags to
|
21211
|
+
# the restored DB instance.
|
21212
|
+
#
|
21213
|
+
# For more information, see [ Copying tags to DB instance
|
21214
|
+
# snapshots][1] in the *Amazon RDS User Guide*.
|
21215
|
+
#
|
21216
|
+
#
|
21217
|
+
#
|
21218
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html#USER_Tagging.CopyTags
|
21158
21219
|
# @return [Boolean]
|
21159
21220
|
#
|
21160
21221
|
# @!attribute [rw] domain_iam_role_name
|
@@ -21277,8 +21338,7 @@ module Aws::RDS
|
|
21277
21338
|
# start with the prefix `AWSRDSCustom`.
|
21278
21339
|
#
|
21279
21340
|
# For the list of permissions required for the IAM role, see [
|
21280
|
-
# Configure IAM and your VPC][1] in the *Amazon
|
21281
|
-
# Service User Guide*.
|
21341
|
+
# Configure IAM and your VPC][1] in the *Amazon RDS User Guide*.
|
21282
21342
|
#
|
21283
21343
|
# This setting is required for RDS Custom.
|
21284
21344
|
#
|
@@ -21525,6 +21585,11 @@ module Aws::RDS
|
|
21525
21585
|
#
|
21526
21586
|
# @!attribute [rw] db_subnet_group_name
|
21527
21587
|
# A DB subnet group to associate with this DB instance.
|
21588
|
+
#
|
21589
|
+
# Constraints: If supplied, must match the name of an existing
|
21590
|
+
# DBSubnetGroup.
|
21591
|
+
#
|
21592
|
+
# Example: `mydbsubnetgroup`
|
21528
21593
|
# @return [String]
|
21529
21594
|
#
|
21530
21595
|
# @!attribute [rw] preferred_maintenance_window
|
@@ -22054,7 +22119,7 @@ module Aws::RDS
|
|
22054
22119
|
# Constraints: If supplied, must match the name of an existing
|
22055
22120
|
# DBSubnetGroup.
|
22056
22121
|
#
|
22057
|
-
# Example: `
|
22122
|
+
# Example: `mydbsubnetgroup`
|
22058
22123
|
# @return [String]
|
22059
22124
|
#
|
22060
22125
|
# @!attribute [rw] multi_az
|
@@ -22559,7 +22624,7 @@ module Aws::RDS
|
|
22559
22624
|
include Aws::Structure
|
22560
22625
|
end
|
22561
22626
|
|
22562
|
-
# SNS has responded that there is a problem with the
|
22627
|
+
# SNS has responded that there is a problem with the SNS topic
|
22563
22628
|
# specified.
|
22564
22629
|
#
|
22565
22630
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SNSInvalidTopicFault AWS API Documentation
|
@@ -23613,6 +23678,11 @@ module Aws::RDS
|
|
23613
23678
|
# with the target engine version.
|
23614
23679
|
# @return [Boolean]
|
23615
23680
|
#
|
23681
|
+
# @!attribute [rw] supports_babelfish
|
23682
|
+
# A value that indicates whether you can use Babelfish for Aurora
|
23683
|
+
# PostgreSQL with the target engine version.
|
23684
|
+
# @return [Boolean]
|
23685
|
+
#
|
23616
23686
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/UpgradeTarget AWS API Documentation
|
23617
23687
|
#
|
23618
23688
|
class UpgradeTarget < Struct.new(
|
@@ -23623,7 +23693,8 @@ module Aws::RDS
|
|
23623
23693
|
:is_major_version_upgrade,
|
23624
23694
|
:supported_engine_modes,
|
23625
23695
|
:supports_parallel_query,
|
23626
|
-
:supports_global_databases
|
23696
|
+
:supports_global_databases,
|
23697
|
+
:supports_babelfish)
|
23627
23698
|
SENSITIVE = []
|
23628
23699
|
include Aws::Structure
|
23629
23700
|
end
|
data/lib/aws-sdk-rds.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-rds
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.140.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-02-
|
11
|
+
date: 2022-02-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|
@@ -33,7 +33,7 @@ dependencies:
|
|
33
33
|
version: '3'
|
34
34
|
- - ">="
|
35
35
|
- !ruby/object:Gem::Version
|
36
|
-
version: 3.
|
36
|
+
version: 3.127.0
|
37
37
|
type: :runtime
|
38
38
|
prerelease: false
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
version: '3'
|
44
44
|
- - ">="
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: 3.
|
46
|
+
version: 3.127.0
|
47
47
|
description: Official AWS Ruby gem for Amazon Relational Database Service (Amazon
|
48
48
|
RDS). This gem is part of the AWS SDK for Ruby.
|
49
49
|
email:
|