aws-sdk-rds 1.236.0 → 1.238.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 +11 -4
- data/lib/aws-sdk-rds/client_api.rb +1 -0
- data/lib/aws-sdk-rds/db_cluster.rb +2 -2
- data/lib/aws-sdk-rds/resource.rb +1 -1
- data/lib/aws-sdk-rds/types.rb +8 -7
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/resource.rbs +1 -0
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 674b49ba0eea0f42a76a08eb7dd0cf55aea1be67b5f47dc1183247d786448103
|
4
|
+
data.tar.gz: 0e0f593dbd51c574c54559e0ad933b6adf88a9444489dd26c69aa2e24e326f20
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c1f00a712d7a48d8a7acf47515e40c95b4328a9a3b0712f46f1cef7836176429000ce8e55799e957e784f8da17ad1c90e074b99f33af63ac654a9c5e255ffee
|
7
|
+
data.tar.gz: 01d6a7fd83fb54fedbb861eb5ed4e794e075414ebb83ba6814722a8e4dab87d157057232b614f7f77b8d05c8871b42e17b6ba04abb27b68bd3b668c1b7164f09
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.238.0 (2024-07-02)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.237.0 (2024-06-27)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updates Amazon RDS documentation for TAZ export to S3.
|
13
|
+
|
4
14
|
1.236.0 (2024-06-25)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.238.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -314,6 +314,15 @@ module Aws::RDS
|
|
314
314
|
#
|
315
315
|
# @option options [String] :session_token
|
316
316
|
#
|
317
|
+
# @option options [Array] :sigv4a_signing_region_set
|
318
|
+
# A list of regions that should be signed with SigV4a signing. When
|
319
|
+
# not passed, a default `:sigv4a_signing_region_set` is searched for
|
320
|
+
# in the following locations:
|
321
|
+
#
|
322
|
+
# * `Aws.config[:sigv4a_signing_region_set]`
|
323
|
+
# * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
|
324
|
+
# * `~/.aws/config`
|
325
|
+
#
|
317
326
|
# @option options [Boolean] :stub_responses (false)
|
318
327
|
# Causes the client to return stubbed responses. By default
|
319
328
|
# fake responses are generated and returned. You can specify
|
@@ -2635,7 +2644,7 @@ module Aws::RDS
|
|
2635
2644
|
#
|
2636
2645
|
# * Must match the name of an existing DB subnet group.
|
2637
2646
|
#
|
2638
|
-
#
|
2647
|
+
# ^
|
2639
2648
|
#
|
2640
2649
|
# Example: `mydbsubnetgroup`
|
2641
2650
|
#
|
@@ -29953,8 +29962,6 @@ module Aws::RDS
|
|
29953
29962
|
#
|
29954
29963
|
# You can't export snapshot data from Db2 or RDS Custom DB instances.
|
29955
29964
|
#
|
29956
|
-
# You can't export cluster data from Multi-AZ DB clusters.
|
29957
|
-
#
|
29958
29965
|
# For more information on exporting DB snapshot data, see [Exporting DB
|
29959
29966
|
# snapshot data to Amazon S3][1] in the *Amazon RDS User Guide* or
|
29960
29967
|
# [Exporting DB cluster snapshot data to Amazon S3][2] in the *Amazon
|
@@ -31255,7 +31262,7 @@ module Aws::RDS
|
|
31255
31262
|
params: params,
|
31256
31263
|
config: config)
|
31257
31264
|
context[:gem_name] = 'aws-sdk-rds'
|
31258
|
-
context[:gem_version] = '1.
|
31265
|
+
context[:gem_version] = '1.238.0'
|
31259
31266
|
Seahorse::Client::Request.new(handlers, context)
|
31260
31267
|
end
|
31261
31268
|
|
@@ -696,7 +696,7 @@ module Aws::RDS
|
|
696
696
|
data[:storage_throughput]
|
697
697
|
end
|
698
698
|
|
699
|
-
#
|
699
|
+
# The details of the DB instance’s server certificate.
|
700
700
|
#
|
701
701
|
# For more information, see [Using SSL/TLS to encrypt a connection to a
|
702
702
|
# DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS to
|
@@ -1005,7 +1005,7 @@ module Aws::RDS
|
|
1005
1005
|
#
|
1006
1006
|
# * Must match the name of an existing DB subnet group.
|
1007
1007
|
#
|
1008
|
-
#
|
1008
|
+
# ^
|
1009
1009
|
#
|
1010
1010
|
# Example: `mydbsubnetgroup`
|
1011
1011
|
# @option options [required, String] :engine
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -763,7 +763,7 @@ module Aws::RDS
|
|
763
763
|
include Aws::Structure
|
764
764
|
end
|
765
765
|
|
766
|
-
#
|
766
|
+
# The details of the DB instance’s server certificate.
|
767
767
|
#
|
768
768
|
# For more information, see [Using SSL/TLS to encrypt a connection to a
|
769
769
|
# DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS to
|
@@ -940,7 +940,7 @@ module Aws::RDS
|
|
940
940
|
# @return [String]
|
941
941
|
#
|
942
942
|
# @!attribute [rw] certificate_details
|
943
|
-
#
|
943
|
+
# The details of the DB instance’s server certificate.
|
944
944
|
#
|
945
945
|
# For more information, see [Using SSL/TLS to encrypt a connection to
|
946
946
|
# a DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS
|
@@ -2155,7 +2155,7 @@ module Aws::RDS
|
|
2155
2155
|
#
|
2156
2156
|
# * Must match the name of an existing DB subnet group.
|
2157
2157
|
#
|
2158
|
-
#
|
2158
|
+
# ^
|
2159
2159
|
#
|
2160
2160
|
# Example: `mydbsubnetgroup`
|
2161
2161
|
# @return [String]
|
@@ -7109,7 +7109,7 @@ module Aws::RDS
|
|
7109
7109
|
# @return [Integer]
|
7110
7110
|
#
|
7111
7111
|
# @!attribute [rw] certificate_details
|
7112
|
-
#
|
7112
|
+
# The details of the DB instance’s server certificate.
|
7113
7113
|
#
|
7114
7114
|
# For more information, see [Using SSL/TLS to encrypt a connection to
|
7115
7115
|
# a DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS
|
@@ -21207,8 +21207,9 @@ module Aws::RDS
|
|
21207
21207
|
# * The current number CPU cores and threads is set to a non-default
|
21208
21208
|
# value.
|
21209
21209
|
#
|
21210
|
-
# For more information, see [Configuring the
|
21211
|
-
#
|
21210
|
+
# For more information, see [ Configuring the processor for a DB
|
21211
|
+
# instance class in RDS for Oracle][1] in the <i>Amazon RDS User Guide.
|
21212
|
+
# </i>
|
21212
21213
|
#
|
21213
21214
|
#
|
21214
21215
|
#
|
@@ -21220,7 +21221,7 @@ module Aws::RDS
|
|
21220
21221
|
# @return [String]
|
21221
21222
|
#
|
21222
21223
|
# @!attribute [rw] value
|
21223
|
-
# The value of a processor feature
|
21224
|
+
# The value of a processor feature.
|
21224
21225
|
# @return [String]
|
21225
21226
|
#
|
21226
21227
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ProcessorFeature AWS API Documentation
|
data/lib/aws-sdk-rds.rb
CHANGED
data/sig/client.rbs
CHANGED
data/sig/resource.rbs
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.238.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-07-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.201.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,21 +29,21 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.201.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
37
|
- - "~>"
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: '1.
|
39
|
+
version: '1.5'
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: '1.
|
46
|
+
version: '1.5'
|
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:
|