aws-sdk-rds 1.208.0 → 1.209.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 +5 -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/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
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.
|
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
|