aws-sdk-rds 1.256.0 → 1.258.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +9 -9
- data/lib/aws-sdk-rds/db_cluster.rb +4 -4
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +2 -2
- data/lib/aws-sdk-rds/resource.rb +2 -2
- data/lib/aws-sdk-rds/types.rb +10 -10
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b46a66f78edd9595c9f8852356a95bc204aa8ab466b4ec59e826241dbaa723d
|
4
|
+
data.tar.gz: 4ad251e6a0e331343c1106dc1159afda2d8b29668a7b470c21aafca52caf6645
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e180f86d85525356f4fcae9bc72fce2bc07f4569bcab29dbea5e087352623de6bba82f1e8e5ce092ea8ce954c1863f357ca9d094a38ec183de4271593c33a7e8
|
7
|
+
data.tar.gz: 147d427d37eb1d2dce01793f5ba7c8f5e63c10b92e6b85c141c700e508ff3fdf6dde90e60424cd4a072759485bc45902be88ac2db13b9f96c76283a1bc0eb2bd
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.258.0 (2024-11-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updates Amazon RDS documentation for Amazon RDS Extended Support for Amazon Aurora MySQL.
|
8
|
+
|
9
|
+
1.257.0 (2024-11-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.256.0 (2024-10-28)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.258.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -3504,8 +3504,8 @@ module Aws::RDS
|
|
3504
3504
|
# support for that engine version. For more information, see the
|
3505
3505
|
# following sections:
|
3506
3506
|
#
|
3507
|
-
# * Amazon Aurora
|
3508
|
-
#
|
3507
|
+
# * Amazon Aurora - [Using Amazon RDS Extended Support][1] in the
|
3508
|
+
# *Amazon Aurora User Guide*
|
3509
3509
|
#
|
3510
3510
|
# * Amazon RDS - [Using Amazon RDS Extended Support][2] in the *Amazon
|
3511
3511
|
# RDS User Guide*
|
@@ -25039,8 +25039,8 @@ module Aws::RDS
|
|
25039
25039
|
# support for that engine version. For more information, see the
|
25040
25040
|
# following sections:
|
25041
25041
|
#
|
25042
|
-
# * Amazon Aurora
|
25043
|
-
#
|
25042
|
+
# * Amazon Aurora - [Using Amazon RDS Extended Support][1] in the
|
25043
|
+
# *Amazon Aurora User Guide*
|
25044
25044
|
#
|
25045
25045
|
# * Amazon RDS - [Using Amazon RDS Extended Support][2] in the *Amazon
|
25046
25046
|
# RDS User Guide*
|
@@ -25852,8 +25852,8 @@ module Aws::RDS
|
|
25852
25852
|
# support for that engine version. For more information, see the
|
25853
25853
|
# following sections:
|
25854
25854
|
#
|
25855
|
-
# * Amazon Aurora
|
25856
|
-
#
|
25855
|
+
# * Amazon Aurora - [Using Amazon RDS Extended Support][1] in the
|
25856
|
+
# *Amazon Aurora User Guide*
|
25857
25857
|
#
|
25858
25858
|
# * Amazon RDS - [Using Amazon RDS Extended Support][2] in the *Amazon
|
25859
25859
|
# RDS User Guide*
|
@@ -26651,8 +26651,8 @@ module Aws::RDS
|
|
26651
26651
|
# support for that engine version. For more information, see the
|
26652
26652
|
# following sections:
|
26653
26653
|
#
|
26654
|
-
# * Amazon Aurora
|
26655
|
-
#
|
26654
|
+
# * Amazon Aurora - [Using Amazon RDS Extended Support][1] in the
|
26655
|
+
# *Amazon Aurora User Guide*
|
26656
26656
|
#
|
26657
26657
|
# * Amazon RDS - [Using Amazon RDS Extended Support][2] in the *Amazon
|
26658
26658
|
# RDS User Guide*
|
@@ -31686,7 +31686,7 @@ module Aws::RDS
|
|
31686
31686
|
tracer: tracer
|
31687
31687
|
)
|
31688
31688
|
context[:gem_name] = 'aws-sdk-rds'
|
31689
|
-
context[:gem_version] = '1.
|
31689
|
+
context[:gem_version] = '1.258.0'
|
31690
31690
|
Seahorse::Client::Request.new(handlers, context)
|
31691
31691
|
end
|
31692
31692
|
|
@@ -1770,8 +1770,8 @@ module Aws::RDS
|
|
1770
1770
|
# support for that engine version. For more information, see the
|
1771
1771
|
# following sections:
|
1772
1772
|
#
|
1773
|
-
# * Amazon Aurora
|
1774
|
-
#
|
1773
|
+
# * Amazon Aurora - [Using Amazon RDS Extended Support][1] in the
|
1774
|
+
# *Amazon Aurora User Guide*
|
1775
1775
|
#
|
1776
1776
|
# * Amazon RDS - [Using Amazon RDS Extended Support][2] in the *Amazon
|
1777
1777
|
# RDS User Guide*
|
@@ -3136,8 +3136,8 @@ module Aws::RDS
|
|
3136
3136
|
# support for that engine version. For more information, see the
|
3137
3137
|
# following sections:
|
3138
3138
|
#
|
3139
|
-
# * Amazon Aurora
|
3140
|
-
#
|
3139
|
+
# * Amazon Aurora - [Using Amazon RDS Extended Support][1] in the
|
3140
|
+
# *Amazon Aurora User Guide*
|
3141
3141
|
#
|
3142
3142
|
# * Amazon RDS - [Using Amazon RDS Extended Support][2] in the *Amazon
|
3143
3143
|
# RDS User Guide*
|
@@ -1054,8 +1054,8 @@ module Aws::RDS
|
|
1054
1054
|
# support for that engine version. For more information, see the
|
1055
1055
|
# following sections:
|
1056
1056
|
#
|
1057
|
-
# * Amazon Aurora
|
1058
|
-
#
|
1057
|
+
# * Amazon Aurora - [Using Amazon RDS Extended Support][1] in the
|
1058
|
+
# *Amazon Aurora User Guide*
|
1059
1059
|
#
|
1060
1060
|
# * Amazon RDS - [Using Amazon RDS Extended Support][2] in the *Amazon
|
1061
1061
|
# RDS User Guide*
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
@@ -950,8 +950,8 @@ module Aws::RDS
|
|
950
950
|
# support for that engine version. For more information, see the
|
951
951
|
# following sections:
|
952
952
|
#
|
953
|
-
# * Amazon Aurora
|
954
|
-
#
|
953
|
+
# * Amazon Aurora - [Using Amazon RDS Extended Support][1] in the
|
954
|
+
# *Amazon Aurora User Guide*
|
955
955
|
#
|
956
956
|
# * Amazon RDS - [Using Amazon RDS Extended Support][2] in the *Amazon
|
957
957
|
# RDS User Guide*
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -3047,8 +3047,8 @@ module Aws::RDS
|
|
3047
3047
|
# standard support for that engine version. For more information, see
|
3048
3048
|
# the following sections:
|
3049
3049
|
#
|
3050
|
-
# * Amazon Aurora
|
3051
|
-
#
|
3050
|
+
# * Amazon Aurora - [Using Amazon RDS Extended Support][1] in the
|
3051
|
+
# *Amazon Aurora User Guide*
|
3052
3052
|
#
|
3053
3053
|
# * Amazon RDS - [Using Amazon RDS Extended Support][2] in the *Amazon
|
3054
3054
|
# RDS User Guide*
|
@@ -22959,8 +22959,8 @@ module Aws::RDS
|
|
22959
22959
|
# standard support for that engine version. For more information, see
|
22960
22960
|
# the following sections:
|
22961
22961
|
#
|
22962
|
-
# * Amazon Aurora
|
22963
|
-
#
|
22962
|
+
# * Amazon Aurora - [Using Amazon RDS Extended Support][1] in the
|
22963
|
+
# *Amazon Aurora User Guide*
|
22964
22964
|
#
|
22965
22965
|
# * Amazon RDS - [Using Amazon RDS Extended Support][2] in the *Amazon
|
22966
22966
|
# RDS User Guide*
|
@@ -23597,8 +23597,8 @@ module Aws::RDS
|
|
23597
23597
|
# standard support for that engine version. For more information, see
|
23598
23598
|
# the following sections:
|
23599
23599
|
#
|
23600
|
-
# * Amazon Aurora
|
23601
|
-
#
|
23600
|
+
# * Amazon Aurora - [Using Amazon RDS Extended Support][1] in the
|
23601
|
+
# *Amazon Aurora User Guide*
|
23602
23602
|
#
|
23603
23603
|
# * Amazon RDS - [Using Amazon RDS Extended Support][2] in the *Amazon
|
23604
23604
|
# RDS User Guide*
|
@@ -24209,8 +24209,8 @@ module Aws::RDS
|
|
24209
24209
|
# standard support for that engine version. For more information, see
|
24210
24210
|
# the following sections:
|
24211
24211
|
#
|
24212
|
-
# * Amazon Aurora
|
24213
|
-
#
|
24212
|
+
# * Amazon Aurora - [Using Amazon RDS Extended Support][1] in the
|
24213
|
+
# *Amazon Aurora User Guide*
|
24214
24214
|
#
|
24215
24215
|
# * Amazon RDS - [Using Amazon RDS Extended Support][2] in the *Amazon
|
24216
24216
|
# RDS User Guide*
|
@@ -27661,7 +27661,7 @@ module Aws::RDS
|
|
27661
27661
|
# `aws:` or `rds:`. The string can only contain only the set of
|
27662
27662
|
# Unicode letters, digits, white-space, '\_', '.', ':', '/',
|
27663
27663
|
# '=', '+', '-', '@' (Java regex:
|
27664
|
-
# "^(\[\\\\p
|
27664
|
+
# "^(\[\\\\p\{L}\\\\p\{Z}\\\\p\{N}\_.:/=+\\\\-@\]*)$").
|
27665
27665
|
# @return [String]
|
27666
27666
|
#
|
27667
27667
|
# @!attribute [rw] value
|
@@ -27670,7 +27670,7 @@ module Aws::RDS
|
|
27670
27670
|
# with `aws:` or `rds:`. The string can only contain only the set of
|
27671
27671
|
# Unicode letters, digits, white-space, '\_', '.', ':', '/',
|
27672
27672
|
# '=', '+', '-', '@' (Java regex:
|
27673
|
-
# "^(\[\\\\p
|
27673
|
+
# "^(\[\\\\p\{L}\\\\p\{Z}\\\\p\{N}\_.:/=+\\\\-@\]*)$").
|
27674
27674
|
# @return [String]
|
27675
27675
|
#
|
27676
27676
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/Tag AWS API Documentation
|
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.258.0'
|
84
84
|
|
85
85
|
end
|
86
86
|
|
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.258.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: 2024-
|
11
|
+
date: 2024-11-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|