aws-sdk-rds 1.275.0 → 1.277.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +126 -43
- data/lib/aws-sdk-rds/client_api.rb +47 -0
- data/lib/aws-sdk-rds/db_cluster.rb +9 -9
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +4 -4
- data/lib/aws-sdk-rds/db_instance.rb +5 -5
- data/lib/aws-sdk-rds/db_snapshot.rb +2 -2
- data/lib/aws-sdk-rds/resource.rb +6 -6
- data/lib/aws-sdk-rds/types.rb +207 -42
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/client.rbs +14 -0
- data/sig/types.rbs +28 -0
- 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: 38960c1b5efc5a4692b108cfcfdc07688621b31ba67b1472aa898fe7f39d99cc
|
4
|
+
data.tar.gz: 85812b05a92cbc735471041ec4b373c060854537a4c95d4e1e8d72aeef8bb4f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5186860e43058020d47430cf0b76ffd128e1fd03efc23934c65f318749b0b4ef43c4dd6a8f693f29e42812ed0e637d8958f5881a2a3847c9cbf3569b2bb6183c
|
7
|
+
data.tar.gz: 6c9e5c3021e326267652c94ddca71b91b25d9f31f147869ea2916ecbe7ac8e46c245403607254b1a40158295027d8fe75ebed817bb9f1dbc16a58dbee9a0f0b1
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.277.0 (2025-05-20)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release introduces the new DescribeDBMajorEngineVersions API for describing the properties of specific major versions of database engines.
|
8
|
+
|
9
|
+
1.276.0 (2025-05-12)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.275.0 (2025-05-01)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.277.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -202,8 +202,7 @@ module Aws::RDS
|
|
202
202
|
# accepted modes and the configuration defaults that are included.
|
203
203
|
#
|
204
204
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
205
|
-
#
|
206
|
-
# to default service endpoint when available.
|
205
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
207
206
|
#
|
208
207
|
# @option options [Boolean] :disable_request_compression (false)
|
209
208
|
# When set to 'true' the request body will not be compressed
|
@@ -3577,11 +3576,11 @@ module Aws::RDS
|
|
3577
3576
|
# support for that engine version. For more information, see the
|
3578
3577
|
# following sections:
|
3579
3578
|
#
|
3580
|
-
# * Amazon Aurora - [
|
3581
|
-
# *Amazon Aurora User Guide*
|
3579
|
+
# * Amazon Aurora - [Amazon RDS Extended Support with Amazon Aurora][1]
|
3580
|
+
# in the *Amazon Aurora User Guide*
|
3582
3581
|
#
|
3583
|
-
# * Amazon RDS - [
|
3584
|
-
# RDS User Guide*
|
3582
|
+
# * Amazon RDS - [Amazon RDS Extended Support with Amazon RDS][2] in the
|
3583
|
+
# *Amazon RDS User Guide*
|
3585
3584
|
#
|
3586
3585
|
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
3587
3586
|
#
|
@@ -5714,8 +5713,8 @@ module Aws::RDS
|
|
5714
5713
|
# You can use this setting to enroll your DB instance into Amazon RDS
|
5715
5714
|
# Extended Support. With RDS Extended Support, you can run the selected
|
5716
5715
|
# major engine version on your DB instance past the end of standard
|
5717
|
-
# support for that engine version. For more information, see [
|
5718
|
-
# Amazon RDS
|
5716
|
+
# support for that engine version. For more information, see [Amazon RDS
|
5717
|
+
# Extended Support with Amazon RDS][1] in the *Amazon RDS User Guide*.
|
5719
5718
|
#
|
5720
5719
|
# Valid Values: `open-source-rds-extended-support |
|
5721
5720
|
# open-source-rds-extended-support-disabled`
|
@@ -8195,8 +8194,9 @@ module Aws::RDS
|
|
8195
8194
|
# You can use this setting to enroll your global cluster into Amazon RDS
|
8196
8195
|
# Extended Support. With RDS Extended Support, you can run the selected
|
8197
8196
|
# major engine version on your global cluster past the end of standard
|
8198
|
-
# support for that engine version. For more information, see [
|
8199
|
-
#
|
8197
|
+
# support for that engine version. For more information, see [Amazon RDS
|
8198
|
+
# Extended Support with Amazon Aurora][1] in the *Amazon Aurora User
|
8199
|
+
# Guide*.
|
8200
8200
|
#
|
8201
8201
|
# Valid Values: `open-source-rds-extended-support |
|
8202
8202
|
# open-source-rds-extended-support-disabled`
|
@@ -13737,6 +13737,103 @@ module Aws::RDS
|
|
13737
13737
|
req.send_request(options)
|
13738
13738
|
end
|
13739
13739
|
|
13740
|
+
# Describes the properties of specific major versions of DB engines.
|
13741
|
+
#
|
13742
|
+
# @option params [String] :engine
|
13743
|
+
# The database engine to return major version details for.
|
13744
|
+
#
|
13745
|
+
# Valid Values:
|
13746
|
+
#
|
13747
|
+
# * `aurora-mysql`
|
13748
|
+
#
|
13749
|
+
# * `aurora-postgresql`
|
13750
|
+
#
|
13751
|
+
# * `custom-sqlserver-ee`
|
13752
|
+
#
|
13753
|
+
# * `custom-sqlserver-se`
|
13754
|
+
#
|
13755
|
+
# * `custom-sqlserver-web`
|
13756
|
+
#
|
13757
|
+
# * `db2-ae`
|
13758
|
+
#
|
13759
|
+
# * `db2-se`
|
13760
|
+
#
|
13761
|
+
# * `mariadb`
|
13762
|
+
#
|
13763
|
+
# * `mysql`
|
13764
|
+
#
|
13765
|
+
# * `oracle-ee`
|
13766
|
+
#
|
13767
|
+
# * `oracle-ee-cdb`
|
13768
|
+
#
|
13769
|
+
# * `oracle-se2`
|
13770
|
+
#
|
13771
|
+
# * `oracle-se2-cdb`
|
13772
|
+
#
|
13773
|
+
# * `postgres`
|
13774
|
+
#
|
13775
|
+
# * `sqlserver-ee`
|
13776
|
+
#
|
13777
|
+
# * `sqlserver-se`
|
13778
|
+
#
|
13779
|
+
# * `sqlserver-ex`
|
13780
|
+
#
|
13781
|
+
# * `sqlserver-web`
|
13782
|
+
#
|
13783
|
+
# @option params [String] :major_engine_version
|
13784
|
+
# A specific database major engine version to return details for.
|
13785
|
+
#
|
13786
|
+
# Example: `8.4`
|
13787
|
+
#
|
13788
|
+
# @option params [String] :marker
|
13789
|
+
# An optional pagination token provided by a previous request. If this
|
13790
|
+
# parameter is specified, the response includes only records beyond the
|
13791
|
+
# marker, up to the value specified by `MaxRecords`.
|
13792
|
+
#
|
13793
|
+
# @option params [Integer] :max_records
|
13794
|
+
# The maximum number of records to include in the response. If more than
|
13795
|
+
# the `MaxRecords` value is available, a pagination token called a
|
13796
|
+
# marker is included in the response so you can retrieve the remaining
|
13797
|
+
# results.
|
13798
|
+
#
|
13799
|
+
# Default: 100
|
13800
|
+
#
|
13801
|
+
# @return [Types::DescribeDBMajorEngineVersionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
13802
|
+
#
|
13803
|
+
# * {Types::DescribeDBMajorEngineVersionsResponse#db_major_engine_versions #db_major_engine_versions} => Array<Types::DBMajorEngineVersion>
|
13804
|
+
# * {Types::DescribeDBMajorEngineVersionsResponse#marker #marker} => String
|
13805
|
+
#
|
13806
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
13807
|
+
#
|
13808
|
+
# @example Request syntax with placeholder values
|
13809
|
+
#
|
13810
|
+
# resp = client.describe_db_major_engine_versions({
|
13811
|
+
# engine: "Engine",
|
13812
|
+
# major_engine_version: "MajorEngineVersion",
|
13813
|
+
# marker: "Marker",
|
13814
|
+
# max_records: 1,
|
13815
|
+
# })
|
13816
|
+
#
|
13817
|
+
# @example Response structure
|
13818
|
+
#
|
13819
|
+
# resp.db_major_engine_versions #=> Array
|
13820
|
+
# resp.db_major_engine_versions[0].engine #=> String
|
13821
|
+
# resp.db_major_engine_versions[0].major_engine_version #=> String
|
13822
|
+
# resp.db_major_engine_versions[0].supported_engine_lifecycles #=> Array
|
13823
|
+
# resp.db_major_engine_versions[0].supported_engine_lifecycles[0].lifecycle_support_name #=> String, one of "open-source-rds-standard-support", "open-source-rds-extended-support"
|
13824
|
+
# resp.db_major_engine_versions[0].supported_engine_lifecycles[0].lifecycle_support_start_date #=> Time
|
13825
|
+
# resp.db_major_engine_versions[0].supported_engine_lifecycles[0].lifecycle_support_end_date #=> Time
|
13826
|
+
# resp.marker #=> String
|
13827
|
+
#
|
13828
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBMajorEngineVersions AWS API Documentation
|
13829
|
+
#
|
13830
|
+
# @overload describe_db_major_engine_versions(params = {})
|
13831
|
+
# @param [Hash] params ({})
|
13832
|
+
def describe_db_major_engine_versions(params = {}, options = {})
|
13833
|
+
req = build_request(:describe_db_major_engine_versions, params)
|
13834
|
+
req.send_request(options)
|
13835
|
+
end
|
13836
|
+
|
13740
13837
|
# Returns a list of `DBParameterGroup` descriptions. If a
|
13741
13838
|
# `DBParameterGroupName` is specified, the list will contain only the
|
13742
13839
|
# description of the specified DB parameter group.
|
@@ -25404,11 +25501,11 @@ module Aws::RDS
|
|
25404
25501
|
# support for that engine version. For more information, see the
|
25405
25502
|
# following sections:
|
25406
25503
|
#
|
25407
|
-
# * Amazon Aurora - [
|
25408
|
-
# *Amazon Aurora User Guide*
|
25504
|
+
# * Amazon Aurora - [Amazon RDS Extended Support with Amazon Aurora][1]
|
25505
|
+
# in the *Amazon Aurora User Guide*
|
25409
25506
|
#
|
25410
|
-
# * Amazon RDS - [
|
25411
|
-
# RDS User Guide*
|
25507
|
+
# * Amazon RDS - [Amazon RDS Extended Support with Amazon RDS][2] in the
|
25508
|
+
# *Amazon RDS User Guide*
|
25412
25509
|
#
|
25413
25510
|
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
25414
25511
|
#
|
@@ -26222,11 +26319,11 @@ module Aws::RDS
|
|
26222
26319
|
# support for that engine version. For more information, see the
|
26223
26320
|
# following sections:
|
26224
26321
|
#
|
26225
|
-
# * Amazon Aurora - [
|
26226
|
-
# *Amazon Aurora User Guide*
|
26322
|
+
# * Amazon Aurora - [Amazon RDS Extended Support with Amazon Aurora][1]
|
26323
|
+
# in the *Amazon Aurora User Guide*
|
26227
26324
|
#
|
26228
|
-
# * Amazon RDS - [
|
26229
|
-
# RDS User Guide*
|
26325
|
+
# * Amazon RDS - [Amazon RDS Extended Support with Amazon RDS][2] in the
|
26326
|
+
# *Amazon RDS User Guide*
|
26230
26327
|
#
|
26231
26328
|
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
26232
26329
|
#
|
@@ -27030,11 +27127,11 @@ module Aws::RDS
|
|
27030
27127
|
# support for that engine version. For more information, see the
|
27031
27128
|
# following sections:
|
27032
27129
|
#
|
27033
|
-
# * Amazon Aurora - [
|
27034
|
-
# *Amazon Aurora User Guide*
|
27130
|
+
# * Amazon Aurora - [Amazon RDS Extended Support with Amazon Aurora][1]
|
27131
|
+
# in the *Amazon Aurora User Guide*
|
27035
27132
|
#
|
27036
|
-
# * Amazon RDS - [
|
27037
|
-
# RDS User Guide*
|
27133
|
+
# * Amazon RDS - [Amazon RDS Extended Support with Amazon RDS][2] in the
|
27134
|
+
# *Amazon RDS User Guide*
|
27038
27135
|
#
|
27039
27136
|
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
27040
27137
|
#
|
@@ -27941,8 +28038,8 @@ module Aws::RDS
|
|
27941
28038
|
# You can use this setting to enroll your DB instance into Amazon RDS
|
27942
28039
|
# Extended Support. With RDS Extended Support, you can run the selected
|
27943
28040
|
# major engine version on your DB instance past the end of standard
|
27944
|
-
# support for that engine version. For more information, see [
|
27945
|
-
# Amazon RDS
|
28041
|
+
# support for that engine version. For more information, see [Amazon RDS
|
28042
|
+
# Extended Support with Amazon RDS][1] in the *Amazon RDS User Guide*.
|
27946
28043
|
#
|
27947
28044
|
# This setting applies only to RDS for MySQL and RDS for PostgreSQL. For
|
27948
28045
|
# Amazon Aurora DB instances, the life cycle type is managed by the DB
|
@@ -28828,8 +28925,8 @@ module Aws::RDS
|
|
28828
28925
|
# You can use this setting to enroll your DB instance into Amazon RDS
|
28829
28926
|
# Extended Support. With RDS Extended Support, you can run the selected
|
28830
28927
|
# major engine version on your DB instance past the end of standard
|
28831
|
-
# support for that engine version. For more information, see [
|
28832
|
-
# Amazon RDS
|
28928
|
+
# support for that engine version. For more information, see [Amazon RDS
|
28929
|
+
# Extended Support Amazon RDS][1] in the *Amazon RDS User Guide*.
|
28833
28930
|
#
|
28834
28931
|
# This setting applies only to RDS for MySQL and RDS for PostgreSQL. For
|
28835
28932
|
# Amazon Aurora DB instances, the life cycle type is managed by the DB
|
@@ -29704,8 +29801,8 @@ module Aws::RDS
|
|
29704
29801
|
# You can use this setting to enroll your DB instance into Amazon RDS
|
29705
29802
|
# Extended Support. With RDS Extended Support, you can run the selected
|
29706
29803
|
# major engine version on your DB instance past the end of standard
|
29707
|
-
# support for that engine version. For more information, see [
|
29708
|
-
# Amazon RDS
|
29804
|
+
# support for that engine version. For more information, see [Amazon RDS
|
29805
|
+
# Extended Support with Amazon RDS][1] in the *Amazon RDS User Guide*.
|
29709
29806
|
#
|
29710
29807
|
# This setting applies only to RDS for MySQL and RDS for PostgreSQL. For
|
29711
29808
|
# Amazon Aurora DB instances, the life cycle type is managed by the DB
|
@@ -30947,24 +31044,10 @@ module Aws::RDS
|
|
30947
31044
|
# operations. These can be set in the Amazon Web Services KMS key
|
30948
31045
|
# policy:
|
30949
31046
|
#
|
30950
|
-
# * kms:Encrypt
|
30951
|
-
#
|
30952
|
-
# * kms:Decrypt
|
30953
|
-
#
|
30954
|
-
# * kms:GenerateDataKey
|
30955
|
-
#
|
30956
|
-
# * kms:GenerateDataKeyWithoutPlaintext
|
30957
|
-
#
|
30958
|
-
# * kms:ReEncryptFrom
|
30959
|
-
#
|
30960
|
-
# * kms:ReEncryptTo
|
30961
|
-
#
|
30962
31047
|
# * kms:CreateGrant
|
30963
31048
|
#
|
30964
31049
|
# * kms:DescribeKey
|
30965
31050
|
#
|
30966
|
-
# * kms:RetireGrant
|
30967
|
-
#
|
30968
31051
|
# @option params [String] :s3_prefix
|
30969
31052
|
# The Amazon S3 bucket prefix to use as the file name and path of the
|
30970
31053
|
# exported data.
|
@@ -32202,7 +32285,7 @@ module Aws::RDS
|
|
32202
32285
|
tracer: tracer
|
32203
32286
|
)
|
32204
32287
|
context[:gem_name] = 'aws-sdk-rds'
|
32205
|
-
context[:gem_version] = '1.
|
32288
|
+
context[:gem_version] = '1.277.0'
|
32206
32289
|
Seahorse::Client::Request.new(handlers, context)
|
32207
32290
|
end
|
32208
32291
|
|
@@ -206,6 +206,8 @@ module Aws::RDS
|
|
206
206
|
DBInstanceStatusInfo = Shapes::StructureShape.new(name: 'DBInstanceStatusInfo')
|
207
207
|
DBInstanceStatusInfoList = Shapes::ListShape.new(name: 'DBInstanceStatusInfoList')
|
208
208
|
DBLogFileNotFoundFault = Shapes::StructureShape.new(name: 'DBLogFileNotFoundFault', error: {"code" => "DBLogFileNotFoundFault", "httpStatusCode" => 404, "senderFault" => true})
|
209
|
+
DBMajorEngineVersion = Shapes::StructureShape.new(name: 'DBMajorEngineVersion')
|
210
|
+
DBMajorEngineVersionsList = Shapes::ListShape.new(name: 'DBMajorEngineVersionsList')
|
209
211
|
DBParameterGroup = Shapes::StructureShape.new(name: 'DBParameterGroup')
|
210
212
|
DBParameterGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBParameterGroupAlreadyExistsFault', error: {"code" => "DBParameterGroupAlreadyExists", "httpStatusCode" => 400, "senderFault" => true})
|
211
213
|
DBParameterGroupDetails = Shapes::StructureShape.new(name: 'DBParameterGroupDetails')
|
@@ -335,6 +337,8 @@ module Aws::RDS
|
|
335
337
|
DescribeDBLogFilesList = Shapes::ListShape.new(name: 'DescribeDBLogFilesList')
|
336
338
|
DescribeDBLogFilesMessage = Shapes::StructureShape.new(name: 'DescribeDBLogFilesMessage')
|
337
339
|
DescribeDBLogFilesResponse = Shapes::StructureShape.new(name: 'DescribeDBLogFilesResponse')
|
340
|
+
DescribeDBMajorEngineVersionsRequest = Shapes::StructureShape.new(name: 'DescribeDBMajorEngineVersionsRequest')
|
341
|
+
DescribeDBMajorEngineVersionsResponse = Shapes::StructureShape.new(name: 'DescribeDBMajorEngineVersionsResponse')
|
338
342
|
DescribeDBParameterGroupsMessage = Shapes::StructureShape.new(name: 'DescribeDBParameterGroupsMessage')
|
339
343
|
DescribeDBParametersMessage = Shapes::StructureShape.new(name: 'DescribeDBParametersMessage')
|
340
344
|
DescribeDBProxiesRequest = Shapes::StructureShape.new(name: 'DescribeDBProxiesRequest')
|
@@ -396,6 +400,7 @@ module Aws::RDS
|
|
396
400
|
EnableHttpEndpointResponse = Shapes::StructureShape.new(name: 'EnableHttpEndpointResponse')
|
397
401
|
EncryptionContextMap = Shapes::MapShape.new(name: 'EncryptionContextMap')
|
398
402
|
Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
|
403
|
+
Engine = Shapes::StringShape.new(name: 'Engine')
|
399
404
|
EngineDefaults = Shapes::StructureShape.new(name: 'EngineDefaults')
|
400
405
|
EngineFamily = Shapes::StringShape.new(name: 'EngineFamily')
|
401
406
|
EngineModeList = Shapes::ListShape.new(name: 'EngineModeList')
|
@@ -495,6 +500,7 @@ module Aws::RDS
|
|
495
500
|
KMSKeyNotAccessibleFault = Shapes::StructureShape.new(name: 'KMSKeyNotAccessibleFault', error: {"code" => "KMSKeyNotAccessibleFault", "httpStatusCode" => 400, "senderFault" => true})
|
496
501
|
KeyList = Shapes::ListShape.new(name: 'KeyList')
|
497
502
|
KmsKeyIdOrArn = Shapes::StringShape.new(name: 'KmsKeyIdOrArn')
|
503
|
+
LifecycleSupportName = Shapes::StringShape.new(name: 'LifecycleSupportName')
|
498
504
|
LimitlessDatabase = Shapes::StructureShape.new(name: 'LimitlessDatabase')
|
499
505
|
LimitlessDatabaseStatus = Shapes::StringShape.new(name: 'LimitlessDatabaseStatus')
|
500
506
|
ListTagsForResourceMessage = Shapes::StructureShape.new(name: 'ListTagsForResourceMessage')
|
@@ -502,6 +508,7 @@ module Aws::RDS
|
|
502
508
|
LogTypeList = Shapes::ListShape.new(name: 'LogTypeList')
|
503
509
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
504
510
|
LongOptional = Shapes::IntegerShape.new(name: 'LongOptional')
|
511
|
+
MajorEngineVersion = Shapes::StringShape.new(name: 'MajorEngineVersion')
|
505
512
|
Marker = Shapes::StringShape.new(name: 'Marker')
|
506
513
|
MasterUserSecret = Shapes::StructureShape.new(name: 'MasterUserSecret')
|
507
514
|
MaxDBShardGroupLimitReached = Shapes::StructureShape.new(name: 'MaxDBShardGroupLimitReached', error: {"code" => "MaxDBShardGroupLimitReached", "httpStatusCode" => 400, "senderFault" => true})
|
@@ -714,6 +721,8 @@ module Aws::RDS
|
|
714
721
|
SubscriptionCategoryNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionCategoryNotFoundFault', error: {"code" => "SubscriptionCategoryNotFound", "httpStatusCode" => 404, "senderFault" => true})
|
715
722
|
SubscriptionNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionNotFoundFault', error: {"code" => "SubscriptionNotFound", "httpStatusCode" => 404, "senderFault" => true})
|
716
723
|
SupportedCharacterSetsList = Shapes::ListShape.new(name: 'SupportedCharacterSetsList')
|
724
|
+
SupportedEngineLifecycle = Shapes::StructureShape.new(name: 'SupportedEngineLifecycle')
|
725
|
+
SupportedEngineLifecycleList = Shapes::ListShape.new(name: 'SupportedEngineLifecycleList')
|
717
726
|
SupportedTimezonesList = Shapes::ListShape.new(name: 'SupportedTimezonesList')
|
718
727
|
SwitchoverBlueGreenDeploymentRequest = Shapes::StructureShape.new(name: 'SwitchoverBlueGreenDeploymentRequest')
|
719
728
|
SwitchoverBlueGreenDeploymentResponse = Shapes::StructureShape.new(name: 'SwitchoverBlueGreenDeploymentResponse')
|
@@ -1873,6 +1882,13 @@ module Aws::RDS
|
|
1873
1882
|
|
1874
1883
|
DBLogFileNotFoundFault.struct_class = Types::DBLogFileNotFoundFault
|
1875
1884
|
|
1885
|
+
DBMajorEngineVersion.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
1886
|
+
DBMajorEngineVersion.add_member(:major_engine_version, Shapes::ShapeRef.new(shape: String, location_name: "MajorEngineVersion"))
|
1887
|
+
DBMajorEngineVersion.add_member(:supported_engine_lifecycles, Shapes::ShapeRef.new(shape: SupportedEngineLifecycleList, location_name: "SupportedEngineLifecycles"))
|
1888
|
+
DBMajorEngineVersion.struct_class = Types::DBMajorEngineVersion
|
1889
|
+
|
1890
|
+
DBMajorEngineVersionsList.member = Shapes::ShapeRef.new(shape: DBMajorEngineVersion, location_name: "DBMajorEngineVersion")
|
1891
|
+
|
1876
1892
|
DBParameterGroup.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupName"))
|
1877
1893
|
DBParameterGroup.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupFamily"))
|
1878
1894
|
DBParameterGroup.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
@@ -2408,6 +2424,16 @@ module Aws::RDS
|
|
2408
2424
|
DescribeDBLogFilesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
2409
2425
|
DescribeDBLogFilesResponse.struct_class = Types::DescribeDBLogFilesResponse
|
2410
2426
|
|
2427
|
+
DescribeDBMajorEngineVersionsRequest.add_member(:engine, Shapes::ShapeRef.new(shape: Engine, location_name: "Engine"))
|
2428
|
+
DescribeDBMajorEngineVersionsRequest.add_member(:major_engine_version, Shapes::ShapeRef.new(shape: MajorEngineVersion, location_name: "MajorEngineVersion"))
|
2429
|
+
DescribeDBMajorEngineVersionsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
|
2430
|
+
DescribeDBMajorEngineVersionsRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
|
2431
|
+
DescribeDBMajorEngineVersionsRequest.struct_class = Types::DescribeDBMajorEngineVersionsRequest
|
2432
|
+
|
2433
|
+
DescribeDBMajorEngineVersionsResponse.add_member(:db_major_engine_versions, Shapes::ShapeRef.new(shape: DBMajorEngineVersionsList, location_name: "DBMajorEngineVersions"))
|
2434
|
+
DescribeDBMajorEngineVersionsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
2435
|
+
DescribeDBMajorEngineVersionsResponse.struct_class = Types::DescribeDBMajorEngineVersionsResponse
|
2436
|
+
|
2411
2437
|
DescribeDBParameterGroupsMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupName"))
|
2412
2438
|
DescribeDBParameterGroupsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
2413
2439
|
DescribeDBParameterGroupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
@@ -4224,6 +4250,13 @@ module Aws::RDS
|
|
4224
4250
|
|
4225
4251
|
SupportedCharacterSetsList.member = Shapes::ShapeRef.new(shape: CharacterSet, location_name: "CharacterSet")
|
4226
4252
|
|
4253
|
+
SupportedEngineLifecycle.add_member(:lifecycle_support_name, Shapes::ShapeRef.new(shape: LifecycleSupportName, required: true, location_name: "LifecycleSupportName"))
|
4254
|
+
SupportedEngineLifecycle.add_member(:lifecycle_support_start_date, Shapes::ShapeRef.new(shape: TStamp, required: true, location_name: "LifecycleSupportStartDate"))
|
4255
|
+
SupportedEngineLifecycle.add_member(:lifecycle_support_end_date, Shapes::ShapeRef.new(shape: TStamp, required: true, location_name: "LifecycleSupportEndDate"))
|
4256
|
+
SupportedEngineLifecycle.struct_class = Types::SupportedEngineLifecycle
|
4257
|
+
|
4258
|
+
SupportedEngineLifecycleList.member = Shapes::ShapeRef.new(shape: SupportedEngineLifecycle, location_name: "SupportedEngineLifecycle")
|
4259
|
+
|
4227
4260
|
SupportedTimezonesList.member = Shapes::ShapeRef.new(shape: Timezone, location_name: "Timezone")
|
4228
4261
|
|
4229
4262
|
SwitchoverBlueGreenDeploymentRequest.add_member(:blue_green_deployment_identifier, Shapes::ShapeRef.new(shape: BlueGreenDeploymentIdentifier, required: true, location_name: "BlueGreenDeploymentIdentifier"))
|
@@ -5300,6 +5333,20 @@ module Aws::RDS
|
|
5300
5333
|
)
|
5301
5334
|
end)
|
5302
5335
|
|
5336
|
+
api.add_operation(:describe_db_major_engine_versions, Seahorse::Model::Operation.new.tap do |o|
|
5337
|
+
o.name = "DescribeDBMajorEngineVersions"
|
5338
|
+
o.http_method = "POST"
|
5339
|
+
o.http_request_uri = "/"
|
5340
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBMajorEngineVersionsRequest)
|
5341
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDBMajorEngineVersionsResponse)
|
5342
|
+
o[:pager] = Aws::Pager.new(
|
5343
|
+
limit_key: "max_records",
|
5344
|
+
tokens: {
|
5345
|
+
"marker" => "marker"
|
5346
|
+
}
|
5347
|
+
)
|
5348
|
+
end)
|
5349
|
+
|
5303
5350
|
api.add_operation(:describe_db_parameter_groups, Seahorse::Model::Operation.new.tap do |o|
|
5304
5351
|
o.name = "DescribeDBParameterGroups"
|
5305
5352
|
o.http_method = "POST"
|
@@ -749,7 +749,7 @@ module Aws::RDS
|
|
749
749
|
data[:certificate_details]
|
750
750
|
end
|
751
751
|
|
752
|
-
# The
|
752
|
+
# The lifecycle type for the DB cluster.
|
753
753
|
#
|
754
754
|
# For more information, see CreateDBCluster.
|
755
755
|
# @return [String]
|
@@ -1805,11 +1805,11 @@ module Aws::RDS
|
|
1805
1805
|
# support for that engine version. For more information, see the
|
1806
1806
|
# following sections:
|
1807
1807
|
#
|
1808
|
-
# * Amazon Aurora - [
|
1809
|
-
# *Amazon Aurora User Guide*
|
1808
|
+
# * Amazon Aurora - [Amazon RDS Extended Support with Amazon Aurora][1]
|
1809
|
+
# in the *Amazon Aurora User Guide*
|
1810
1810
|
#
|
1811
|
-
# * Amazon RDS - [
|
1812
|
-
# RDS User Guide*
|
1811
|
+
# * Amazon RDS - [Amazon RDS Extended Support with Amazon RDS][2] in the
|
1812
|
+
# *Amazon RDS User Guide*
|
1813
1813
|
#
|
1814
1814
|
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
1815
1815
|
#
|
@@ -3197,11 +3197,11 @@ module Aws::RDS
|
|
3197
3197
|
# support for that engine version. For more information, see the
|
3198
3198
|
# following sections:
|
3199
3199
|
#
|
3200
|
-
# * Amazon Aurora - [
|
3201
|
-
# *Amazon Aurora User Guide*
|
3200
|
+
# * Amazon Aurora - [Amazon RDS Extended Support with Amazon Aurora][1]
|
3201
|
+
# in the *Amazon Aurora User Guide*
|
3202
3202
|
#
|
3203
|
-
# * Amazon RDS - [
|
3204
|
-
# RDS User Guide*
|
3203
|
+
# * Amazon RDS - [Amazon RDS Extended Support with Amazon RDS][2] in the
|
3204
|
+
# *Amazon RDS User Guide*
|
3205
3205
|
#
|
3206
3206
|
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
3207
3207
|
#
|
@@ -1057,11 +1057,11 @@ module Aws::RDS
|
|
1057
1057
|
# support for that engine version. For more information, see the
|
1058
1058
|
# following sections:
|
1059
1059
|
#
|
1060
|
-
# * Amazon Aurora - [
|
1061
|
-
# *Amazon Aurora User Guide*
|
1060
|
+
# * Amazon Aurora - [Amazon RDS Extended Support with Amazon Aurora][1]
|
1061
|
+
# in the *Amazon Aurora User Guide*
|
1062
1062
|
#
|
1063
|
-
# * Amazon RDS - [
|
1064
|
-
# RDS User Guide*
|
1063
|
+
# * Amazon RDS - [Amazon RDS Extended Support with Amazon RDS][2] in the
|
1064
|
+
# *Amazon RDS User Guide*
|
1065
1065
|
#
|
1066
1066
|
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
1067
1067
|
#
|
@@ -804,7 +804,7 @@ module Aws::RDS
|
|
804
804
|
data[:multi_tenant]
|
805
805
|
end
|
806
806
|
|
807
|
-
# The
|
807
|
+
# The lifecycle type for the DB instance.
|
808
808
|
#
|
809
809
|
# For more information, see CreateDBInstance.
|
810
810
|
# @return [String]
|
@@ -2255,8 +2255,8 @@ module Aws::RDS
|
|
2255
2255
|
# You can use this setting to enroll your DB instance into Amazon RDS
|
2256
2256
|
# Extended Support. With RDS Extended Support, you can run the selected
|
2257
2257
|
# major engine version on your DB instance past the end of standard
|
2258
|
-
# support for that engine version. For more information, see [
|
2259
|
-
# Amazon RDS
|
2258
|
+
# support for that engine version. For more information, see [Amazon RDS
|
2259
|
+
# Extended Support with Amazon RDS][1] in the *Amazon RDS User Guide*.
|
2260
2260
|
#
|
2261
2261
|
# Valid Values: `open-source-rds-extended-support |
|
2262
2262
|
# open-source-rds-extended-support-disabled`
|
@@ -4898,8 +4898,8 @@ module Aws::RDS
|
|
4898
4898
|
# You can use this setting to enroll your DB instance into Amazon RDS
|
4899
4899
|
# Extended Support. With RDS Extended Support, you can run the selected
|
4900
4900
|
# major engine version on your DB instance past the end of standard
|
4901
|
-
# support for that engine version. For more information, see [
|
4902
|
-
# Amazon RDS
|
4901
|
+
# support for that engine version. For more information, see [Amazon RDS
|
4902
|
+
# Extended Support with Amazon RDS][1] in the *Amazon RDS User Guide*.
|
4903
4903
|
#
|
4904
4904
|
# This setting applies only to RDS for MySQL and RDS for PostgreSQL. For
|
4905
4905
|
# Amazon Aurora DB instances, the life cycle type is managed by the DB
|
@@ -1241,8 +1241,8 @@ module Aws::RDS
|
|
1241
1241
|
# You can use this setting to enroll your DB instance into Amazon RDS
|
1242
1242
|
# Extended Support. With RDS Extended Support, you can run the selected
|
1243
1243
|
# major engine version on your DB instance past the end of standard
|
1244
|
-
# support for that engine version. For more information, see [
|
1245
|
-
# Amazon RDS
|
1244
|
+
# support for that engine version. For more information, see [Amazon RDS
|
1245
|
+
# Extended Support with Amazon RDS][1] in the *Amazon RDS User Guide*.
|
1246
1246
|
#
|
1247
1247
|
# This setting applies only to RDS for MySQL and RDS for PostgreSQL. For
|
1248
1248
|
# Amazon Aurora DB instances, the life cycle type is managed by the DB
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
@@ -962,11 +962,11 @@ module Aws::RDS
|
|
962
962
|
# support for that engine version. For more information, see the
|
963
963
|
# following sections:
|
964
964
|
#
|
965
|
-
# * Amazon Aurora - [
|
966
|
-
# *Amazon Aurora User Guide*
|
965
|
+
# * Amazon Aurora - [Amazon RDS Extended Support with Amazon Aurora][1]
|
966
|
+
# in the *Amazon Aurora User Guide*
|
967
967
|
#
|
968
|
-
# * Amazon RDS - [
|
969
|
-
# RDS User Guide*
|
968
|
+
# * Amazon RDS - [Amazon RDS Extended Support with Amazon RDS][2] in the
|
969
|
+
# *Amazon RDS User Guide*
|
970
970
|
#
|
971
971
|
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
972
972
|
#
|
@@ -2404,8 +2404,8 @@ module Aws::RDS
|
|
2404
2404
|
# You can use this setting to enroll your DB instance into Amazon RDS
|
2405
2405
|
# Extended Support. With RDS Extended Support, you can run the selected
|
2406
2406
|
# major engine version on your DB instance past the end of standard
|
2407
|
-
# support for that engine version. For more information, see [
|
2408
|
-
# Amazon RDS
|
2407
|
+
# support for that engine version. For more information, see [Amazon RDS
|
2408
|
+
# Extended Support with Amazon RDS][1] in the *Amazon RDS User Guide*.
|
2409
2409
|
#
|
2410
2410
|
# Valid Values: `open-source-rds-extended-support |
|
2411
2411
|
# open-source-rds-extended-support-disabled`
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -3125,11 +3125,11 @@ module Aws::RDS
|
|
3125
3125
|
# standard support for that engine version. For more information, see
|
3126
3126
|
# the following sections:
|
3127
3127
|
#
|
3128
|
-
# * Amazon Aurora - [
|
3129
|
-
# *Amazon Aurora User Guide*
|
3128
|
+
# * Amazon Aurora - [Amazon RDS Extended Support with Amazon
|
3129
|
+
# Aurora][1] in the *Amazon Aurora User Guide*
|
3130
3130
|
#
|
3131
|
-
# * Amazon RDS - [
|
3132
|
-
# RDS User Guide*
|
3131
|
+
# * Amazon RDS - [Amazon RDS Extended Support with Amazon RDS][2] in
|
3132
|
+
# the *Amazon RDS User Guide*
|
3133
3133
|
#
|
3134
3134
|
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
3135
3135
|
#
|
@@ -4788,8 +4788,8 @@ module Aws::RDS
|
|
4788
4788
|
# Extended Support. With RDS Extended Support, you can run the
|
4789
4789
|
# selected major engine version on your DB instance past the end of
|
4790
4790
|
# standard support for that engine version. For more information, see
|
4791
|
-
# [
|
4792
|
-
# Guide*.
|
4791
|
+
# [Amazon RDS Extended Support with Amazon RDS][1] in the *Amazon RDS
|
4792
|
+
# User Guide*.
|
4793
4793
|
#
|
4794
4794
|
# Valid Values: `open-source-rds-extended-support |
|
4795
4795
|
# open-source-rds-extended-support-disabled`
|
@@ -6432,8 +6432,8 @@ module Aws::RDS
|
|
6432
6432
|
# RDS Extended Support. With RDS Extended Support, you can run the
|
6433
6433
|
# selected major engine version on your global cluster past the end of
|
6434
6434
|
# standard support for that engine version. For more information, see
|
6435
|
-
# [
|
6436
|
-
# Guide*.
|
6435
|
+
# [Amazon RDS Extended Support with Amazon Aurora][1] in the *Amazon
|
6436
|
+
# Aurora User Guide*.
|
6437
6437
|
#
|
6438
6438
|
# Valid Values: `open-source-rds-extended-support |
|
6439
6439
|
# open-source-rds-extended-support-disabled`
|
@@ -7448,7 +7448,7 @@ module Aws::RDS
|
|
7448
7448
|
# @return [Types::CertificateDetails]
|
7449
7449
|
#
|
7450
7450
|
# @!attribute [rw] engine_lifecycle_support
|
7451
|
-
# The
|
7451
|
+
# The lifecycle type for the DB cluster.
|
7452
7452
|
#
|
7453
7453
|
# For more information, see CreateDBCluster.
|
7454
7454
|
# @return [String]
|
@@ -9464,7 +9464,7 @@ module Aws::RDS
|
|
9464
9464
|
# @return [Boolean]
|
9465
9465
|
#
|
9466
9466
|
# @!attribute [rw] engine_lifecycle_support
|
9467
|
-
# The
|
9467
|
+
# The lifecycle type for the DB instance.
|
9468
9468
|
#
|
9469
9469
|
# For more information, see CreateDBInstance.
|
9470
9470
|
# @return [String]
|
@@ -9959,6 +9959,32 @@ module Aws::RDS
|
|
9959
9959
|
#
|
9960
9960
|
class DBLogFileNotFoundFault < Aws::EmptyStructure; end
|
9961
9961
|
|
9962
|
+
# This data type is used as a response element in the operation
|
9963
|
+
# `DescribeDBMajorEngineVersions`.
|
9964
|
+
#
|
9965
|
+
# @!attribute [rw] engine
|
9966
|
+
# The name of the database engine.
|
9967
|
+
# @return [String]
|
9968
|
+
#
|
9969
|
+
# @!attribute [rw] major_engine_version
|
9970
|
+
# The major version number of the database engine.
|
9971
|
+
# @return [String]
|
9972
|
+
#
|
9973
|
+
# @!attribute [rw] supported_engine_lifecycles
|
9974
|
+
# A list of the lifecycles supported by this engine for the
|
9975
|
+
# `DescribeDBMajorEngineVersions` operation.
|
9976
|
+
# @return [Array<Types::SupportedEngineLifecycle>]
|
9977
|
+
#
|
9978
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBMajorEngineVersion AWS API Documentation
|
9979
|
+
#
|
9980
|
+
class DBMajorEngineVersion < Struct.new(
|
9981
|
+
:engine,
|
9982
|
+
:major_engine_version,
|
9983
|
+
:supported_engine_lifecycles)
|
9984
|
+
SENSITIVE = []
|
9985
|
+
include Aws::Structure
|
9986
|
+
end
|
9987
|
+
|
9962
9988
|
# Contains the details of an Amazon RDS DB parameter group.
|
9963
9989
|
#
|
9964
9990
|
# This data type is used as a response element in the
|
@@ -13343,6 +13369,99 @@ module Aws::RDS
|
|
13343
13369
|
include Aws::Structure
|
13344
13370
|
end
|
13345
13371
|
|
13372
|
+
# @!attribute [rw] engine
|
13373
|
+
# The database engine to return major version details for.
|
13374
|
+
#
|
13375
|
+
# Valid Values:
|
13376
|
+
#
|
13377
|
+
# * `aurora-mysql`
|
13378
|
+
#
|
13379
|
+
# * `aurora-postgresql`
|
13380
|
+
#
|
13381
|
+
# * `custom-sqlserver-ee`
|
13382
|
+
#
|
13383
|
+
# * `custom-sqlserver-se`
|
13384
|
+
#
|
13385
|
+
# * `custom-sqlserver-web`
|
13386
|
+
#
|
13387
|
+
# * `db2-ae`
|
13388
|
+
#
|
13389
|
+
# * `db2-se`
|
13390
|
+
#
|
13391
|
+
# * `mariadb`
|
13392
|
+
#
|
13393
|
+
# * `mysql`
|
13394
|
+
#
|
13395
|
+
# * `oracle-ee`
|
13396
|
+
#
|
13397
|
+
# * `oracle-ee-cdb`
|
13398
|
+
#
|
13399
|
+
# * `oracle-se2`
|
13400
|
+
#
|
13401
|
+
# * `oracle-se2-cdb`
|
13402
|
+
#
|
13403
|
+
# * `postgres`
|
13404
|
+
#
|
13405
|
+
# * `sqlserver-ee`
|
13406
|
+
#
|
13407
|
+
# * `sqlserver-se`
|
13408
|
+
#
|
13409
|
+
# * `sqlserver-ex`
|
13410
|
+
#
|
13411
|
+
# * `sqlserver-web`
|
13412
|
+
# @return [String]
|
13413
|
+
#
|
13414
|
+
# @!attribute [rw] major_engine_version
|
13415
|
+
# A specific database major engine version to return details for.
|
13416
|
+
#
|
13417
|
+
# Example: `8.4`
|
13418
|
+
# @return [String]
|
13419
|
+
#
|
13420
|
+
# @!attribute [rw] marker
|
13421
|
+
# An optional pagination token provided by a previous request. If this
|
13422
|
+
# parameter is specified, the response includes only records beyond
|
13423
|
+
# the marker, up to the value specified by `MaxRecords`.
|
13424
|
+
# @return [String]
|
13425
|
+
#
|
13426
|
+
# @!attribute [rw] max_records
|
13427
|
+
# The maximum number of records to include in the response. If more
|
13428
|
+
# than the `MaxRecords` value is available, a pagination token called
|
13429
|
+
# a marker is included in the response so you can retrieve the
|
13430
|
+
# remaining results.
|
13431
|
+
#
|
13432
|
+
# Default: 100
|
13433
|
+
# @return [Integer]
|
13434
|
+
#
|
13435
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBMajorEngineVersionsRequest AWS API Documentation
|
13436
|
+
#
|
13437
|
+
class DescribeDBMajorEngineVersionsRequest < Struct.new(
|
13438
|
+
:engine,
|
13439
|
+
:major_engine_version,
|
13440
|
+
:marker,
|
13441
|
+
:max_records)
|
13442
|
+
SENSITIVE = []
|
13443
|
+
include Aws::Structure
|
13444
|
+
end
|
13445
|
+
|
13446
|
+
# @!attribute [rw] db_major_engine_versions
|
13447
|
+
# A list of `DBMajorEngineVersion` elements.
|
13448
|
+
# @return [Array<Types::DBMajorEngineVersion>]
|
13449
|
+
#
|
13450
|
+
# @!attribute [rw] marker
|
13451
|
+
# An optional pagination token provided by a previous request. If this
|
13452
|
+
# parameter is specified, the response includes only records beyond
|
13453
|
+
# the marker, up to the value specified by `MaxRecords`.
|
13454
|
+
# @return [String]
|
13455
|
+
#
|
13456
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBMajorEngineVersionsResponse AWS API Documentation
|
13457
|
+
#
|
13458
|
+
class DescribeDBMajorEngineVersionsResponse < Struct.new(
|
13459
|
+
:db_major_engine_versions,
|
13460
|
+
:marker)
|
13461
|
+
SENSITIVE = []
|
13462
|
+
include Aws::Structure
|
13463
|
+
end
|
13464
|
+
|
13346
13465
|
# @!attribute [rw] db_parameter_group_name
|
13347
13466
|
# The name of a specific DB parameter group to return details for.
|
13348
13467
|
#
|
@@ -16382,7 +16501,7 @@ module Aws::RDS
|
|
16382
16501
|
# @return [String]
|
16383
16502
|
#
|
16384
16503
|
# @!attribute [rw] engine_lifecycle_support
|
16385
|
-
# The
|
16504
|
+
# The lifecycle type for the global cluster.
|
16386
16505
|
#
|
16387
16506
|
# For more information, see CreateGlobalCluster.
|
16388
16507
|
# @return [String]
|
@@ -23380,11 +23499,11 @@ module Aws::RDS
|
|
23380
23499
|
# standard support for that engine version. For more information, see
|
23381
23500
|
# the following sections:
|
23382
23501
|
#
|
23383
|
-
# * Amazon Aurora - [
|
23384
|
-
# *Amazon Aurora User Guide*
|
23502
|
+
# * Amazon Aurora - [Amazon RDS Extended Support with Amazon
|
23503
|
+
# Aurora][1] in the *Amazon Aurora User Guide*
|
23385
23504
|
#
|
23386
|
-
# * Amazon RDS - [
|
23387
|
-
# RDS User Guide*
|
23505
|
+
# * Amazon RDS - [Amazon RDS Extended Support with Amazon RDS][2] in
|
23506
|
+
# the *Amazon RDS User Guide*
|
23388
23507
|
#
|
23389
23508
|
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
23390
23509
|
#
|
@@ -24022,11 +24141,11 @@ module Aws::RDS
|
|
24022
24141
|
# standard support for that engine version. For more information, see
|
24023
24142
|
# the following sections:
|
24024
24143
|
#
|
24025
|
-
# * Amazon Aurora - [
|
24026
|
-
# *Amazon Aurora User Guide*
|
24144
|
+
# * Amazon Aurora - [Amazon RDS Extended Support with Amazon
|
24145
|
+
# Aurora][1] in the *Amazon Aurora User Guide*
|
24027
24146
|
#
|
24028
|
-
# * Amazon RDS - [
|
24029
|
-
# RDS User Guide*
|
24147
|
+
# * Amazon RDS - [Amazon RDS Extended Support with Amazon RDS][2] in
|
24148
|
+
# the *Amazon RDS User Guide*
|
24030
24149
|
#
|
24031
24150
|
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
24032
24151
|
#
|
@@ -24639,11 +24758,11 @@ module Aws::RDS
|
|
24639
24758
|
# standard support for that engine version. For more information, see
|
24640
24759
|
# the following sections:
|
24641
24760
|
#
|
24642
|
-
# * Amazon Aurora - [
|
24643
|
-
# *Amazon Aurora User Guide*
|
24761
|
+
# * Amazon Aurora - [Amazon RDS Extended Support with Amazon
|
24762
|
+
# Aurora][1] in the *Amazon Aurora User Guide*
|
24644
24763
|
#
|
24645
|
-
# * Amazon RDS - [
|
24646
|
-
# RDS User Guide*
|
24764
|
+
# * Amazon RDS - [Amazon RDS Extended Support with Amazon RDS][2] in
|
24765
|
+
# the *Amazon RDS User Guide*
|
24647
24766
|
#
|
24648
24767
|
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
24649
24768
|
#
|
@@ -25362,8 +25481,8 @@ module Aws::RDS
|
|
25362
25481
|
# Extended Support. With RDS Extended Support, you can run the
|
25363
25482
|
# selected major engine version on your DB instance past the end of
|
25364
25483
|
# standard support for that engine version. For more information, see
|
25365
|
-
# [
|
25366
|
-
# Guide*.
|
25484
|
+
# [Amazon RDS Extended Support with Amazon RDS][1] in the *Amazon RDS
|
25485
|
+
# User Guide*.
|
25367
25486
|
#
|
25368
25487
|
# This setting applies only to RDS for MySQL and RDS for PostgreSQL.
|
25369
25488
|
# For Amazon Aurora DB instances, the life cycle type is managed by
|
@@ -26095,7 +26214,7 @@ module Aws::RDS
|
|
26095
26214
|
# Extended Support. With RDS Extended Support, you can run the
|
26096
26215
|
# selected major engine version on your DB instance past the end of
|
26097
26216
|
# standard support for that engine version. For more information, see
|
26098
|
-
# [
|
26217
|
+
# [Amazon RDS Extended Support Amazon RDS][1] in the *Amazon RDS User
|
26099
26218
|
# Guide*.
|
26100
26219
|
#
|
26101
26220
|
# This setting applies only to RDS for MySQL and RDS for PostgreSQL.
|
@@ -26840,8 +26959,8 @@ module Aws::RDS
|
|
26840
26959
|
# Extended Support. With RDS Extended Support, you can run the
|
26841
26960
|
# selected major engine version on your DB instance past the end of
|
26842
26961
|
# standard support for that engine version. For more information, see
|
26843
|
-
# [
|
26844
|
-
# Guide*.
|
26962
|
+
# [Amazon RDS Extended Support with Amazon RDS][1] in the *Amazon RDS
|
26963
|
+
# User Guide*.
|
26845
26964
|
#
|
26846
26965
|
# This setting applies only to RDS for MySQL and RDS for PostgreSQL.
|
26847
26966
|
# For Amazon Aurora DB instances, the life cycle type is managed by
|
@@ -27764,23 +27883,9 @@ module Aws::RDS
|
|
27764
27883
|
# operations. These can be set in the Amazon Web Services KMS key
|
27765
27884
|
# policy:
|
27766
27885
|
#
|
27767
|
-
# * kms:Encrypt
|
27768
|
-
#
|
27769
|
-
# * kms:Decrypt
|
27770
|
-
#
|
27771
|
-
# * kms:GenerateDataKey
|
27772
|
-
#
|
27773
|
-
# * kms:GenerateDataKeyWithoutPlaintext
|
27774
|
-
#
|
27775
|
-
# * kms:ReEncryptFrom
|
27776
|
-
#
|
27777
|
-
# * kms:ReEncryptTo
|
27778
|
-
#
|
27779
27886
|
# * kms:CreateGrant
|
27780
27887
|
#
|
27781
27888
|
# * kms:DescribeKey
|
27782
|
-
#
|
27783
|
-
# * kms:RetireGrant
|
27784
27889
|
# @return [String]
|
27785
27890
|
#
|
27786
27891
|
# @!attribute [rw] s3_prefix
|
@@ -28074,6 +28179,66 @@ module Aws::RDS
|
|
28074
28179
|
#
|
28075
28180
|
class SubscriptionNotFoundFault < Aws::EmptyStructure; end
|
28076
28181
|
|
28182
|
+
# This data type is used as a response element in the operation
|
28183
|
+
# `DescribeDBMajorEngineVersions`.
|
28184
|
+
#
|
28185
|
+
# You can use the information that this data type returns to plan for
|
28186
|
+
# upgrades.
|
28187
|
+
#
|
28188
|
+
# This data type only returns information for the open source engines
|
28189
|
+
# Amazon RDS for MariaDB, Amazon RDS for MySQL, Amazon RDS for
|
28190
|
+
# PostgreSQL, Aurora MySQL, and Aurora PostgreSQL.
|
28191
|
+
#
|
28192
|
+
# @!attribute [rw] lifecycle_support_name
|
28193
|
+
# The type of lifecycle support that the engine version is in.
|
28194
|
+
#
|
28195
|
+
# This parameter returns the following values:
|
28196
|
+
#
|
28197
|
+
# * `open-source-rds-standard-support` - Indicates RDS standard
|
28198
|
+
# support or Aurora standard support.
|
28199
|
+
#
|
28200
|
+
# * `open-source-rds-extended-support` - Indicates Amazon RDS Extended
|
28201
|
+
# Support.
|
28202
|
+
#
|
28203
|
+
# For Amazon RDS for MySQL, Amazon RDS for PostgreSQL, Aurora MySQL,
|
28204
|
+
# and Aurora PostgreSQL, this parameter returns both
|
28205
|
+
# `open-source-rds-standard-support` and
|
28206
|
+
# `open-source-rds-extended-support`.
|
28207
|
+
#
|
28208
|
+
# For Amazon RDS for MariaDB, this parameter only returns the value
|
28209
|
+
# `open-source-rds-standard-support`.
|
28210
|
+
#
|
28211
|
+
# For information about Amazon RDS Extended Support, see [Amazon RDS
|
28212
|
+
# Extended Support with Amazon RDS][1] in the *Amazon RDS User Guide*
|
28213
|
+
# and [Amazon RDS Extended Support with Amazon Aurora][2] in the
|
28214
|
+
# *Amazon Aurora User Guide*.
|
28215
|
+
#
|
28216
|
+
#
|
28217
|
+
#
|
28218
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html
|
28219
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html
|
28220
|
+
# @return [String]
|
28221
|
+
#
|
28222
|
+
# @!attribute [rw] lifecycle_support_start_date
|
28223
|
+
# The start date for the type of support returned by
|
28224
|
+
# `LifecycleSupportName`.
|
28225
|
+
# @return [Time]
|
28226
|
+
#
|
28227
|
+
# @!attribute [rw] lifecycle_support_end_date
|
28228
|
+
# The end date for the type of support returned by
|
28229
|
+
# `LifecycleSupportName`.
|
28230
|
+
# @return [Time]
|
28231
|
+
#
|
28232
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SupportedEngineLifecycle AWS API Documentation
|
28233
|
+
#
|
28234
|
+
class SupportedEngineLifecycle < Struct.new(
|
28235
|
+
:lifecycle_support_name,
|
28236
|
+
:lifecycle_support_start_date,
|
28237
|
+
:lifecycle_support_end_date)
|
28238
|
+
SENSITIVE = []
|
28239
|
+
include Aws::Structure
|
28240
|
+
end
|
28241
|
+
|
28077
28242
|
# @!attribute [rw] blue_green_deployment_identifier
|
28078
28243
|
# The resource ID of the blue/green deployment.
|
28079
28244
|
#
|
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.277.0'
|
84
84
|
|
85
85
|
end
|
86
86
|
|
data/sig/client.rbs
CHANGED
@@ -1507,6 +1507,20 @@ module Aws
|
|
1507
1507
|
) -> _DescribeDBLogFilesResponseSuccess
|
1508
1508
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBLogFilesResponseSuccess
|
1509
1509
|
|
1510
|
+
interface _DescribeDBMajorEngineVersionsResponseSuccess
|
1511
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDBMajorEngineVersionsResponse]
|
1512
|
+
def db_major_engine_versions: () -> ::Array[Types::DBMajorEngineVersion]
|
1513
|
+
def marker: () -> ::String
|
1514
|
+
end
|
1515
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#describe_db_major_engine_versions-instance_method
|
1516
|
+
def describe_db_major_engine_versions: (
|
1517
|
+
?engine: ::String,
|
1518
|
+
?major_engine_version: ::String,
|
1519
|
+
?marker: ::String,
|
1520
|
+
?max_records: ::Integer
|
1521
|
+
) -> _DescribeDBMajorEngineVersionsResponseSuccess
|
1522
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBMajorEngineVersionsResponseSuccess
|
1523
|
+
|
1510
1524
|
interface _DescribeDBParameterGroupsResponseSuccess
|
1511
1525
|
include ::Seahorse::Client::_ResponseSuccess[Types::DBParameterGroupsMessage]
|
1512
1526
|
def marker: () -> ::String
|
data/sig/types.rbs
CHANGED
@@ -1303,6 +1303,13 @@ module Aws::RDS
|
|
1303
1303
|
class DBLogFileNotFoundFault < Aws::EmptyStructure
|
1304
1304
|
end
|
1305
1305
|
|
1306
|
+
class DBMajorEngineVersion
|
1307
|
+
attr_accessor engine: ::String
|
1308
|
+
attr_accessor major_engine_version: ::String
|
1309
|
+
attr_accessor supported_engine_lifecycles: ::Array[Types::SupportedEngineLifecycle]
|
1310
|
+
SENSITIVE: []
|
1311
|
+
end
|
1312
|
+
|
1306
1313
|
class DBParameterGroup
|
1307
1314
|
attr_accessor db_parameter_group_name: ::String
|
1308
1315
|
attr_accessor db_parameter_group_family: ::String
|
@@ -1992,6 +1999,20 @@ module Aws::RDS
|
|
1992
1999
|
SENSITIVE: []
|
1993
2000
|
end
|
1994
2001
|
|
2002
|
+
class DescribeDBMajorEngineVersionsRequest
|
2003
|
+
attr_accessor engine: ::String
|
2004
|
+
attr_accessor major_engine_version: ::String
|
2005
|
+
attr_accessor marker: ::String
|
2006
|
+
attr_accessor max_records: ::Integer
|
2007
|
+
SENSITIVE: []
|
2008
|
+
end
|
2009
|
+
|
2010
|
+
class DescribeDBMajorEngineVersionsResponse
|
2011
|
+
attr_accessor db_major_engine_versions: ::Array[Types::DBMajorEngineVersion]
|
2012
|
+
attr_accessor marker: ::String
|
2013
|
+
SENSITIVE: []
|
2014
|
+
end
|
2015
|
+
|
1995
2016
|
class DescribeDBParameterGroupsMessage
|
1996
2017
|
attr_accessor db_parameter_group_name: ::String
|
1997
2018
|
attr_accessor filters: ::Array[Types::Filter]
|
@@ -4198,6 +4219,13 @@ module Aws::RDS
|
|
4198
4219
|
class SubscriptionNotFoundFault < Aws::EmptyStructure
|
4199
4220
|
end
|
4200
4221
|
|
4222
|
+
class SupportedEngineLifecycle
|
4223
|
+
attr_accessor lifecycle_support_name: ("open-source-rds-standard-support" | "open-source-rds-extended-support")
|
4224
|
+
attr_accessor lifecycle_support_start_date: ::Time
|
4225
|
+
attr_accessor lifecycle_support_end_date: ::Time
|
4226
|
+
SENSITIVE: []
|
4227
|
+
end
|
4228
|
+
|
4201
4229
|
class SwitchoverBlueGreenDeploymentRequest
|
4202
4230
|
attr_accessor blue_green_deployment_identifier: ::String
|
4203
4231
|
attr_accessor switchover_timeout: ::Integer
|