@aws-sdk/client-rds 3.474.0 → 3.476.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.
@@ -5935,7 +5935,7 @@ export interface CreateDBInstanceMessage {
5935
5935
  * <p>Constraints to the amount of storage for each storage type are the following:</p>
5936
5936
  * <ul>
5937
5937
  * <li>
5938
- * <p>General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 64000.</p>
5938
+ * <p>General Purpose (SSD) storage (gp3): Must be an integer from 20 to 64000.</p>
5939
5939
  * </li>
5940
5940
  * <li>
5941
5941
  * <p>Provisioned IOPS storage (io1): Must be an integer from 100 to 64000.</p>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rds",
3
3
  "description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
4
- "version": "3.474.0",
4
+ "version": "3.476.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.474.0",
24
- "@aws-sdk/core": "3.474.0",
25
- "@aws-sdk/credential-provider-node": "3.474.0",
23
+ "@aws-sdk/client-sts": "3.476.0",
24
+ "@aws-sdk/core": "3.476.0",
25
+ "@aws-sdk/credential-provider-node": "3.476.0",
26
26
  "@aws-sdk/middleware-host-header": "3.468.0",
27
27
  "@aws-sdk/middleware-logger": "3.468.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.468.0",