@aws-sdk/client-rds 3.145.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/models/models_1.d.ts +7 -11
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.149.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.148.0...v3.149.0) (2022-08-12)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-rds
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.145.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.144.0...v3.145.0) (2022-08-08)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-rds
|
|
@@ -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.
|
|
3071
|
-
*
|
|
3072
|
-
*
|
|
3073
|
-
*
|
|
3074
|
-
*
|
|
3075
|
-
*
|
|
3076
|
-
*
|
|
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.
|
|
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",
|