aws-sdk-rds 1.207.0 → 1.209.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: bd7f9af0c10843a38e5cea237feb28a02ed197b3a5806b0f8882d37a3d6ae4a0
4
- data.tar.gz: c74770c5eac9d0ada3ef00279fd237a3526a5bd8d69774bfdf11a0e1e4b8cf4f
3
+ metadata.gz: 55c50578de46c9270fc3f0daa54de4373bba86296c9f7a15610ca7dfc021b289
4
+ data.tar.gz: 666389b8a8b0a31fc1ad892b65a014bfcd2496a293bc5c87265cd6a31fbdaea2
5
5
  SHA512:
6
- metadata.gz: eb1e2a2c543e86c52a9782c224bb331741473b48b477c2e37d7ff5e565b68af9e0e703012dfb935f73ed5a63535632631066dd9491f766e6d114646a9e8a4e96
7
- data.tar.gz: f93114f67b18da5bc27bc1749984d106f836464ab90738c359bcd55630d4c9e9475832aa62754f8b71f6048b6dbd3d095c00f4a31c5b0e6e1e4fc8c9765c3e65
6
+ metadata.gz: 49e38ce7dc6ca571ab4199cba3e33135ccf4da00e6503d7bdea42d677dc756cd26aab95fecc612c7e7088914c3198098f4d9f52a27dd49a6efa0edad14213232
7
+ data.tar.gz: 10ec5790780d0982906587f49c401e46ceb83452256096122893d431badf18116a8e4e8d337c4930725d4bbad1802bce7cabf0c9e3a8e0cc315400fd3dcb1963
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.209.0 (2023-12-15)
5
+ ------------------
6
+
7
+ * Feature - Updates Amazon RDS documentation by adding code examples
8
+
9
+ 1.208.0 (2023-11-28)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.207.0 (2023-11-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.207.0
1
+ 1.209.0
@@ -4268,8 +4268,8 @@ module Aws::RDS
4268
4268
  # : Constraints to the amount of storage for each storage type are the
4269
4269
  # following:
4270
4270
  #
4271
- # * General Purpose (SSD) storage (gp2, gp3): Must be an integer from
4272
- # 20 to 64000.
4271
+ # * General Purpose (SSD) storage (gp3): Must be an integer from 20 to
4272
+ # 64000.
4273
4273
  #
4274
4274
  # * Provisioned IOPS storage (io1): Must be an integer from 100 to
4275
4275
  # 64000.
@@ -29538,7 +29538,7 @@ module Aws::RDS
29538
29538
  params: params,
29539
29539
  config: config)
29540
29540
  context[:gem_name] = 'aws-sdk-rds'
29541
- context[:gem_version] = '1.207.0'
29541
+ context[:gem_version] = '1.209.0'
29542
29542
  Seahorse::Client::Request.new(handlers, context)
29543
29543
  end
29544
29544
 
@@ -1156,8 +1156,8 @@ module Aws::RDS
1156
1156
  # : Constraints to the amount of storage for each storage type are the
1157
1157
  # following:
1158
1158
  #
1159
- # * General Purpose (SSD) storage (gp2, gp3): Must be an integer from
1160
- # 20 to 64000.
1159
+ # * General Purpose (SSD) storage (gp3): Must be an integer from 20 to
1160
+ # 64000.
1161
1161
  #
1162
1162
  # * Provisioned IOPS storage (io1): Must be an integer from 100 to
1163
1163
  # 64000.
@@ -25,16 +25,17 @@ module Aws::RDS
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -1217,8 +1217,8 @@ module Aws::RDS
1217
1217
  # : Constraints to the amount of storage for each storage type are the
1218
1218
  # following:
1219
1219
  #
1220
- # * General Purpose (SSD) storage (gp2, gp3): Must be an integer from
1221
- # 20 to 64000.
1220
+ # * General Purpose (SSD) storage (gp3): Must be an integer from 20 to
1221
+ # 64000.
1222
1222
  #
1223
1223
  # * Provisioned IOPS storage (io1): Must be an integer from 100 to
1224
1224
  # 64000.
@@ -3299,8 +3299,8 @@ module Aws::RDS
3299
3299
  # : Constraints to the amount of storage for each storage type are the
3300
3300
  # following:
3301
3301
  #
3302
- # * General Purpose (SSD) storage (gp2, gp3): Must be an integer
3303
- # from 20 to 64000.
3302
+ # * General Purpose (SSD) storage (gp3): Must be an integer from 20
3303
+ # to 64000.
3304
3304
  #
3305
3305
  # * Provisioned IOPS storage (io1): Must be an integer from 100 to
3306
3306
  # 64000.
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.207.0'
81
+ GEM_VERSION = '1.209.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.207.0
4
+ version: 1.209.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: 2023-11-27 00:00:00.000000000 Z
11
+ date: 2023-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4