aws-sdk-rds 1.236.0 → 1.238.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b683398453f892c9e1ebbf99609326bcb2543742b159606266413b3eb29720a6
4
- data.tar.gz: bab7e2a086987e957853a79d84ec814dc0d8b0481c041029dab267cbc0645098
3
+ metadata.gz: 674b49ba0eea0f42a76a08eb7dd0cf55aea1be67b5f47dc1183247d786448103
4
+ data.tar.gz: 0e0f593dbd51c574c54559e0ad933b6adf88a9444489dd26c69aa2e24e326f20
5
5
  SHA512:
6
- metadata.gz: 9ff86dfd6e256c86b66a570d79d8bab66fd5f499c38530547e5c205e0c5154fa167dd339c1f6944dd87de687bccd35d7d07fd0afcbdc98d4451604f613af0fc4
7
- data.tar.gz: '08b0ac402c9dba58060b48f34792256d4e439dca2231729a998367da5be6e3c814879089acbf81d96b85df98bdc81f248816b89c8abe7b57abdd4ba24cec10c8'
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.236.0
1
+ 1.238.0
@@ -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
- # * Must not be `default`.
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.236.0'
31265
+ context[:gem_version] = '1.238.0'
31259
31266
  Seahorse::Client::Request.new(handlers, context)
31260
31267
  end
31261
31268
 
@@ -4320,6 +4320,7 @@ module Aws::RDS
4320
4320
 
4321
4321
  api.metadata = {
4322
4322
  "apiVersion" => "2014-10-31",
4323
+ "auth" => ["aws.auth#sigv4"],
4323
4324
  "endpointPrefix" => "rds",
4324
4325
  "protocol" => "query",
4325
4326
  "protocols" => ["query"],
@@ -696,7 +696,7 @@ module Aws::RDS
696
696
  data[:storage_throughput]
697
697
  end
698
698
 
699
- # Returns the details of the DB instance’s server certificate.
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
- # * Must not be `default`.
1008
+ # ^
1009
1009
  #
1010
1010
  # Example: `mydbsubnetgroup`
1011
1011
  # @option options [required, String] :engine
@@ -199,7 +199,7 @@ module Aws::RDS
199
199
  #
200
200
  # * Must match the name of an existing DB subnet group.
201
201
  #
202
- # * Must not be `default`.
202
+ # ^
203
203
  #
204
204
  # Example: `mydbsubnetgroup`
205
205
  # @option options [required, String] :engine
@@ -763,7 +763,7 @@ module Aws::RDS
763
763
  include Aws::Structure
764
764
  end
765
765
 
766
- # Returns the details of the DB instance’s server certificate.
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
- # Returns the details of the DB instance’s server certificate.
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
- # * Must not be `default`.
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
- # Returns the details of the DB instance’s server certificate.
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 Processor of the DB
21211
- # Instance Class][1] in the <i>Amazon RDS User Guide. </i>
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 name.
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
@@ -78,6 +78,6 @@ require_relative 'aws-sdk-rds/customizations'
78
78
  # @!group service
79
79
  module Aws::RDS
80
80
 
81
- GEM_VERSION = '1.236.0'
81
+ GEM_VERSION = '1.238.0'
82
82
 
83
83
  end
data/sig/client.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
data/sig/resource.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
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.236.0
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-06-25 00:00:00.000000000 Z
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.199.0
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.199.0
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.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.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: