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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +3 -3
- data/lib/aws-sdk-rds/db_instance.rb +2 -2
- data/lib/aws-sdk-rds/plugins/endpoints.rb +3 -2
- data/lib/aws-sdk-rds/resource.rb +2 -2
- data/lib/aws-sdk-rds/types.rb +2 -2
- 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: 55c50578de46c9270fc3f0daa54de4373bba86296c9f7a15610ca7dfc021b289
|
4
|
+
data.tar.gz: 666389b8a8b0a31fc1ad892b65a014bfcd2496a293bc5c87265cd6a31fbdaea2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
1
|
+
1.209.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -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 (
|
4272
|
-
#
|
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.
|
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 (
|
1160
|
-
#
|
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
|
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
@@ -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 (
|
1221
|
-
#
|
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.
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -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 (
|
3303
|
-
#
|
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
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.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
|
+
date: 2023-12-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|