@aws-sdk/client-rds 3.580.0 → 3.582.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.
|
@@ -6732,11 +6732,19 @@ export interface CreateDBInstanceMessage {
|
|
|
6732
6732
|
AutoMinorVersionUpgrade?: boolean;
|
|
6733
6733
|
/**
|
|
6734
6734
|
* <p>The license model information for this DB instance.</p>
|
|
6735
|
+
* <note>
|
|
6736
|
+
* <p>License models for RDS for Db2 require additional configuration. The Bring Your
|
|
6737
|
+
* Own License (BYOL) model requires a custom parameter group. The Db2 license through
|
|
6738
|
+
* Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more
|
|
6739
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html">RDS for Db2 licensing
|
|
6740
|
+
* options</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
6741
|
+
* <p>The default for RDS for Db2 is <code>bring-your-own-license</code>.</p>
|
|
6742
|
+
* </note>
|
|
6735
6743
|
* <p>This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.</p>
|
|
6736
6744
|
* <p>Valid Values:</p>
|
|
6737
6745
|
* <ul>
|
|
6738
6746
|
* <li>
|
|
6739
|
-
* <p>RDS for Db2 - <code>bring-your-own-license</code>
|
|
6747
|
+
* <p>RDS for Db2 - <code>bring-your-own-license | marketplace-license</code>
|
|
6740
6748
|
* </p>
|
|
6741
6749
|
* </li>
|
|
6742
6750
|
* <li>
|
|
@@ -7968,7 +7976,8 @@ export interface DBInstance {
|
|
|
7968
7976
|
*/
|
|
7969
7977
|
ReplicaMode?: ReplicaMode;
|
|
7970
7978
|
/**
|
|
7971
|
-
* <p>The license model information for this DB instance. This setting doesn't apply to
|
|
7979
|
+
* <p>The license model information for this DB instance. This setting doesn't apply to
|
|
7980
|
+
* Amazon Aurora or RDS Custom DB instances.</p>
|
|
7972
7981
|
* @public
|
|
7973
7982
|
*/
|
|
7974
7983
|
LicenseModel?: string;
|
|
@@ -11299,10 +11299,42 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
11299
11299
|
AutoMinorVersionUpgrade?: boolean;
|
|
11300
11300
|
/**
|
|
11301
11301
|
* <p>License model information for the restored DB instance.</p>
|
|
11302
|
-
* <
|
|
11303
|
-
*
|
|
11304
|
-
*
|
|
11305
|
-
*
|
|
11302
|
+
* <note>
|
|
11303
|
+
* <p>License models for RDS for Db2 require additional configuration. The Bring Your
|
|
11304
|
+
* Own License (BYOL) model requires a custom parameter group. The Db2 license through
|
|
11305
|
+
* Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more
|
|
11306
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html">RDS for Db2 licensing
|
|
11307
|
+
* options</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
11308
|
+
* </note>
|
|
11309
|
+
* <p>This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.</p>
|
|
11310
|
+
* <p>Valid Values:</p>
|
|
11311
|
+
* <ul>
|
|
11312
|
+
* <li>
|
|
11313
|
+
* <p>RDS for Db2 - <code>bring-your-own-license | marketplace-license</code>
|
|
11314
|
+
* </p>
|
|
11315
|
+
* </li>
|
|
11316
|
+
* <li>
|
|
11317
|
+
* <p>RDS for MariaDB - <code>general-public-license</code>
|
|
11318
|
+
* </p>
|
|
11319
|
+
* </li>
|
|
11320
|
+
* <li>
|
|
11321
|
+
* <p>RDS for Microsoft SQL Server - <code>license-included</code>
|
|
11322
|
+
* </p>
|
|
11323
|
+
* </li>
|
|
11324
|
+
* <li>
|
|
11325
|
+
* <p>RDS for MySQL - <code>general-public-license</code>
|
|
11326
|
+
* </p>
|
|
11327
|
+
* </li>
|
|
11328
|
+
* <li>
|
|
11329
|
+
* <p>RDS for Oracle - <code>bring-your-own-license | license-included</code>
|
|
11330
|
+
* </p>
|
|
11331
|
+
* </li>
|
|
11332
|
+
* <li>
|
|
11333
|
+
* <p>RDS for PostgreSQL - <code>postgresql-license</code>
|
|
11334
|
+
* </p>
|
|
11335
|
+
* </li>
|
|
11336
|
+
* </ul>
|
|
11337
|
+
* <p>Default: Same as the source.</p>
|
|
11306
11338
|
* @public
|
|
11307
11339
|
*/
|
|
11308
11340
|
LicenseModel?: string;
|
|
@@ -12490,9 +12522,41 @@ export interface RestoreDBInstanceToPointInTimeMessage {
|
|
|
12490
12522
|
AutoMinorVersionUpgrade?: boolean;
|
|
12491
12523
|
/**
|
|
12492
12524
|
* <p>The license model information for the restored DB instance.</p>
|
|
12493
|
-
* <
|
|
12494
|
-
*
|
|
12495
|
-
*
|
|
12525
|
+
* <note>
|
|
12526
|
+
* <p>License models for RDS for Db2 require additional configuration. The Bring Your
|
|
12527
|
+
* Own License (BYOL) model requires a custom parameter group. The Db2 license through
|
|
12528
|
+
* Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more
|
|
12529
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html">RDS for Db2 licensing
|
|
12530
|
+
* options</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
12531
|
+
* </note>
|
|
12532
|
+
* <p>This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.</p>
|
|
12533
|
+
* <p>Valid Values:</p>
|
|
12534
|
+
* <ul>
|
|
12535
|
+
* <li>
|
|
12536
|
+
* <p>RDS for Db2 - <code>bring-your-own-license | marketplace-license</code>
|
|
12537
|
+
* </p>
|
|
12538
|
+
* </li>
|
|
12539
|
+
* <li>
|
|
12540
|
+
* <p>RDS for MariaDB - <code>general-public-license</code>
|
|
12541
|
+
* </p>
|
|
12542
|
+
* </li>
|
|
12543
|
+
* <li>
|
|
12544
|
+
* <p>RDS for Microsoft SQL Server - <code>license-included</code>
|
|
12545
|
+
* </p>
|
|
12546
|
+
* </li>
|
|
12547
|
+
* <li>
|
|
12548
|
+
* <p>RDS for MySQL - <code>general-public-license</code>
|
|
12549
|
+
* </p>
|
|
12550
|
+
* </li>
|
|
12551
|
+
* <li>
|
|
12552
|
+
* <p>RDS for Oracle - <code>bring-your-own-license | license-included</code>
|
|
12553
|
+
* </p>
|
|
12554
|
+
* </li>
|
|
12555
|
+
* <li>
|
|
12556
|
+
* <p>RDS for PostgreSQL - <code>postgresql-license</code>
|
|
12557
|
+
* </p>
|
|
12558
|
+
* </li>
|
|
12559
|
+
* </ul>
|
|
12496
12560
|
* <p>Default: Same as the source.</p>
|
|
12497
12561
|
* @public
|
|
12498
12562
|
*/
|
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.582.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-rds",
|
|
@@ -20,10 +20,10 @@
|
|
|
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-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.582.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.582.0",
|
|
25
|
+
"@aws-sdk/core": "3.582.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.582.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -35,26 +35,26 @@
|
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
36
36
|
"@aws-sdk/util-user-agent-node": "3.577.0",
|
|
37
37
|
"@smithy/config-resolver": "^3.0.0",
|
|
38
|
-
"@smithy/core": "^2.0.
|
|
39
|
-
"@smithy/fetch-http-handler": "^3.0.
|
|
38
|
+
"@smithy/core": "^2.0.1",
|
|
39
|
+
"@smithy/fetch-http-handler": "^3.0.1",
|
|
40
40
|
"@smithy/hash-node": "^3.0.0",
|
|
41
41
|
"@smithy/invalid-dependency": "^3.0.0",
|
|
42
42
|
"@smithy/middleware-content-length": "^3.0.0",
|
|
43
43
|
"@smithy/middleware-endpoint": "^3.0.0",
|
|
44
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
+
"@smithy/middleware-retry": "^3.0.1",
|
|
45
45
|
"@smithy/middleware-serde": "^3.0.0",
|
|
46
46
|
"@smithy/middleware-stack": "^3.0.0",
|
|
47
47
|
"@smithy/node-config-provider": "^3.0.0",
|
|
48
48
|
"@smithy/node-http-handler": "^3.0.0",
|
|
49
49
|
"@smithy/protocol-http": "^4.0.0",
|
|
50
|
-
"@smithy/smithy-client": "^3.0.
|
|
50
|
+
"@smithy/smithy-client": "^3.0.1",
|
|
51
51
|
"@smithy/types": "^3.0.0",
|
|
52
52
|
"@smithy/url-parser": "^3.0.0",
|
|
53
53
|
"@smithy/util-base64": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^3.0.1",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^3.0.1",
|
|
58
58
|
"@smithy/util-endpoints": "^2.0.0",
|
|
59
59
|
"@smithy/util-middleware": "^3.0.0",
|
|
60
60
|
"@smithy/util-retry": "^3.0.0",
|