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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e52b53196026abb25268a281ed27994923372c9f95cb996d064c1be8abef4e6f
4
- data.tar.gz: e3e661c429be252e4c90ab1d1b0f3290ebe1d1d9bccdbc063e4fafc892d77c59
3
+ metadata.gz: 55c50578de46c9270fc3f0daa54de4373bba86296c9f7a15610ca7dfc021b289
4
+ data.tar.gz: 666389b8a8b0a31fc1ad892b65a014bfcd2496a293bc5c87265cd6a31fbdaea2
5
5
  SHA512:
6
- metadata.gz: e9f57a20ee456cb62d9f0aefb1013f60cb51b253b77baf80fc16ba52adc87021f82052e545c08bf90f18461bfa4f84896c50170a0f1c6dd24eded6a0d201265c
7
- data.tar.gz: 25fcfe6fd38e95532f4a7844c2c499f316892b4146e6e22f5150cb9eded1f0a671b4af5bd87510bdc34c3f5d23ee0cae4bf9622fddbec2b393f1c87737b4ebf8
6
+ metadata.gz: 49e38ce7dc6ca571ab4199cba3e33135ccf4da00e6503d7bdea42d677dc756cd26aab95fecc612c7e7088914c3198098f4d9f52a27dd49a6efa0edad14213232
7
+ data.tar.gz: 10ec5790780d0982906587f49c401e46ceb83452256096122893d431badf18116a8e4e8d337c4930725d4bbad1802bce7cabf0c9e3a8e0cc315400fd3dcb1963
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.208.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.208.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.208.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.
@@ -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.208.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.208.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-28 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