@aws-sdk/client-rds 3.141.0 → 3.149.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.
@@ -3067,17 +3067,13 @@ export interface ModifyDBInstanceMessage {
3067
3067
  */
3068
3068
  AllocatedStorage?: number;
3069
3069
  /**
3070
- * <p>The new compute and memory capacity of the DB instance, for example db.m5.large.
3071
- * Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines.
3072
- * For the full list of DB instance classes, and availability for your engine, see
3073
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html">DB instance
3074
- * classes</a> in the <i>Amazon RDS User Guide</i> or
3075
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html">Aurora
3076
- * DB instance classes</a> in the <i>Amazon Aurora User Guide</i>.</p>
3077
- * <p>If you modify the DB instance class, an outage occurs during the change.
3078
- * The change is applied during the next maintenance window,
3079
- * unless <code>ApplyImmediately</code> is enabled for this request.</p>
3080
- * <p>This setting doesn't apply to RDS Custom for Oracle.</p>
3070
+ * <p>The new compute and memory capacity of the DB instance, for example db.m4.large. Not all DB instance classes are available in all
3071
+ * Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html">DB Instance Class</a> in the <i>Amazon
3072
+ * RDS User Guide</i>. For RDS Custom, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits.html#custom-reqs-limits.instances">DB instance class support
3073
+ * for RDS Custom for Oracle</a> and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits-MS.html#custom-reqs-limits.instancesMS">DB instance class
3074
+ * support for RDS Custom for SQL Server</a>.</p>
3075
+ * <p>If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window,
3076
+ * unless <code>ApplyImmediately</code> is enabled for this request. </p>
3081
3077
  * <p>Default: Uses existing setting</p>
3082
3078
  */
3083
3079
  DBInstanceClass?: string;
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.141.0",
4
+ "version": "3.149.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",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.141.0",
21
+ "@aws-sdk/client-sts": "3.145.0",
22
22
  "@aws-sdk/config-resolver": "3.130.0",
23
- "@aws-sdk/credential-provider-node": "3.141.0",
23
+ "@aws-sdk/credential-provider-node": "3.145.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.131.0",
25
25
  "@aws-sdk/hash-node": "3.127.0",
26
26
  "@aws-sdk/invalid-dependency": "3.127.0",
@@ -37,15 +37,15 @@
37
37
  "@aws-sdk/node-config-provider": "3.127.0",
38
38
  "@aws-sdk/node-http-handler": "3.127.0",
39
39
  "@aws-sdk/protocol-http": "3.127.0",
40
- "@aws-sdk/smithy-client": "3.137.0",
40
+ "@aws-sdk/smithy-client": "3.142.0",
41
41
  "@aws-sdk/types": "3.127.0",
42
42
  "@aws-sdk/url-parser": "3.127.0",
43
43
  "@aws-sdk/util-base64-browser": "3.109.0",
44
44
  "@aws-sdk/util-base64-node": "3.55.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.55.0",
46
46
  "@aws-sdk/util-body-length-node": "3.55.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.137.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.137.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.142.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.142.0",
49
49
  "@aws-sdk/util-user-agent-browser": "3.127.0",
50
50
  "@aws-sdk/util-user-agent-node": "3.127.0",
51
51
  "@aws-sdk/util-utf8-browser": "3.109.0",
@@ -65,6 +65,11 @@
65
65
  "typedoc": "0.19.2",
66
66
  "typescript": "~4.6.2"
67
67
  },
68
+ "overrides": {
69
+ "typedoc": {
70
+ "typescript": "~4.6.2"
71
+ }
72
+ },
68
73
  "engines": {
69
74
  "node": ">=12.0.0"
70
75
  },