aws-sdk-rds 1.236.0 → 1.237.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: 5bffc2125de0882c57b23de2ac343fa90d265a895055cd66f83bd89b10330876
4
+ data.tar.gz: 150014cc6a26e9219edd5c58db9b2ff0239ad7d78998e9d38b5082167e31b756
5
5
  SHA512:
6
- metadata.gz: 9ff86dfd6e256c86b66a570d79d8bab66fd5f499c38530547e5c205e0c5154fa167dd339c1f6944dd87de687bccd35d7d07fd0afcbdc98d4451604f613af0fc4
7
- data.tar.gz: '08b0ac402c9dba58060b48f34792256d4e439dca2231729a998367da5be6e3c814879089acbf81d96b85df98bdc81f248816b89c8abe7b57abdd4ba24cec10c8'
6
+ metadata.gz: 167e5e86370b804ca1919fe727b7fe8783a395a2f22cf69d9c7e79826977d333e86bbbba184864b66ee40b46729defafdd79ade4aa0ec6f5a7efa79aebc58f56
7
+ data.tar.gz: '0688cf281676e1360ed473bb2c5a20dc8bd0cf80c99f09fc9d5c448df93bd7de26656dec7d1ca58ea6c59a7917842027a0bc0eab6de31d544abf5f716d8159cb'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.237.0 (2024-06-27)
5
+ ------------------
6
+
7
+ * Feature - Updates Amazon RDS documentation for TAZ export to S3.
8
+
4
9
  1.236.0 (2024-06-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.236.0
1
+ 1.237.0
@@ -2635,7 +2635,7 @@ module Aws::RDS
2635
2635
  #
2636
2636
  # * Must match the name of an existing DB subnet group.
2637
2637
  #
2638
- # * Must not be `default`.
2638
+ # ^
2639
2639
  #
2640
2640
  # Example: `mydbsubnetgroup`
2641
2641
  #
@@ -29953,8 +29953,6 @@ module Aws::RDS
29953
29953
  #
29954
29954
  # You can't export snapshot data from Db2 or RDS Custom DB instances.
29955
29955
  #
29956
- # You can't export cluster data from Multi-AZ DB clusters.
29957
- #
29958
29956
  # For more information on exporting DB snapshot data, see [Exporting DB
29959
29957
  # snapshot data to Amazon S3][1] in the *Amazon RDS User Guide* or
29960
29958
  # [Exporting DB cluster snapshot data to Amazon S3][2] in the *Amazon
@@ -31255,7 +31253,7 @@ module Aws::RDS
31255
31253
  params: params,
31256
31254
  config: config)
31257
31255
  context[:gem_name] = 'aws-sdk-rds'
31258
- context[:gem_version] = '1.236.0'
31256
+ context[:gem_version] = '1.237.0'
31259
31257
  Seahorse::Client::Request.new(handlers, context)
31260
31258
  end
31261
31259
 
@@ -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.237.0'
82
82
 
83
83
  end
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.237.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-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core