@aws-sdk/client-rds 3.901.0 → 3.906.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/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/index.js +25192 -26043
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-types/models/models_0.d.ts +11 -47
- package/dist-types/models/models_1.d.ts +0 -3
- package/package.json +5 -5
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
const u = "required", v = "fn", w = "argv", x = "ref";
|
|
2
|
-
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "getAttr", i = { [u]: false, "type": "
|
|
2
|
+
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "getAttr", i = { [u]: false, "type": "string" }, j = { [u]: true, "default": false, "type": "boolean" }, k = { [x]: "Endpoint" }, l = { [v]: c, [w]: [{ [x]: "UseFIPS" }, true] }, m = { [v]: c, [w]: [{ [x]: "UseDualStack" }, true] }, n = {}, o = { [v]: h, [w]: [{ [x]: g }, "supportsFIPS"] }, p = { [x]: g }, q = { [v]: c, [w]: [true, { [v]: h, [w]: [p, "supportsDualStack"] }] }, r = [l], s = [m], t = [{ [x]: "Region" }];
|
|
3
3
|
const _data = { version: "1.0", parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i }, rules: [{ conditions: [{ [v]: b, [w]: [k] }], rules: [{ conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: k, properties: n, headers: n }, type: e }], type: f }, { conditions: [{ [v]: b, [w]: t }], rules: [{ conditions: [{ [v]: "aws.partition", [w]: t, assign: g }], rules: [{ conditions: [l, m], rules: [{ conditions: [{ [v]: c, [w]: [a, o] }, q], rules: [{ endpoint: { url: "https://rds-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: r, rules: [{ conditions: [{ [v]: c, [w]: [o, a] }], rules: [{ conditions: [{ [v]: "stringEquals", [w]: [{ [v]: h, [w]: [p, "name"] }, "aws-us-gov"] }], endpoint: { url: "https://rds.{Region}.amazonaws.com", properties: n, headers: n }, type: e }, { endpoint: { url: "https://rds-fips.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: s, rules: [{ conditions: [q], rules: [{ endpoint: { url: "https://rds.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://rds.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -4478,31 +4478,13 @@ export interface CreateDBClusterMessage {
|
|
|
4478
4478
|
Iops?: number | undefined;
|
|
4479
4479
|
/**
|
|
4480
4480
|
* <p>Specifies whether the DB cluster is publicly accessible.</p>
|
|
4481
|
-
* <p>When the DB cluster is publicly accessible and you connect from outside of the DB cluster's virtual private cloud (VPC),
|
|
4482
|
-
* its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster,
|
|
4483
|
-
* the endpoint resolves to the private IP address. Access to the DB cluster is ultimately controlled by the security group it uses. That public
|
|
4484
|
-
* access isn't permitted if the security group assigned to the DB cluster doesn't permit it.</p>
|
|
4485
|
-
* <p>When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.</p>
|
|
4486
4481
|
* <p>Valid for Cluster Type: Multi-AZ DB clusters only</p>
|
|
4487
|
-
* <p>
|
|
4488
|
-
* <p>
|
|
4489
|
-
* <
|
|
4490
|
-
*
|
|
4491
|
-
*
|
|
4492
|
-
*
|
|
4493
|
-
* <li>
|
|
4494
|
-
* <p>If the default VPC in the target Region has an internet gateway attached to it, the DB cluster is public.</p>
|
|
4495
|
-
* </li>
|
|
4496
|
-
* </ul>
|
|
4497
|
-
* <p>If <code>DBSubnetGroupName</code> is specified, and <code>PubliclyAccessible</code> isn't specified, the following applies:</p>
|
|
4498
|
-
* <ul>
|
|
4499
|
-
* <li>
|
|
4500
|
-
* <p>If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB cluster is private.</p>
|
|
4501
|
-
* </li>
|
|
4502
|
-
* <li>
|
|
4503
|
-
* <p>If the subnets are part of a VPC that has an internet gateway attached to it, the DB cluster is public.</p>
|
|
4504
|
-
* </li>
|
|
4505
|
-
* </ul>
|
|
4482
|
+
* <p>When the DB cluster is publicly accessible and you connect from outside of the DB cluster's virtual private cloud (VPC), its domain name system (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster, the endpoint resolves to the private IP address. Access to the DB cluster is controlled by its security group settings.</p>
|
|
4483
|
+
* <p>When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.</p>
|
|
4484
|
+
* <p>The default behavior when <code>PubliclyAccessible</code> is not specified depends on whether a <code>DBSubnetGroup</code> is specified.</p>
|
|
4485
|
+
* <p>If <code>DBSubnetGroup</code> isn't specified, <code>PubliclyAccessible</code> defaults to <code>true</code>.</p>
|
|
4486
|
+
* <p>If <code>DBSubnetGroup</code> is specified, <code>PubliclyAccessible</code> defaults to <code>false</code> unless the value of <code>DBSubnetGroup</code> is <code>default</code>, in which case <code>PubliclyAccessible</code> defaults to <code>true</code>.</p>
|
|
4487
|
+
* <p>If <code>PubliclyAccessible</code> is true and the VPC that the <code>DBSubnetGroup</code> is in doesn't have an internet gateway attached to it, Amazon RDS returns an error.</p>
|
|
4506
4488
|
* @public
|
|
4507
4489
|
*/
|
|
4508
4490
|
PubliclyAccessible?: boolean | undefined;
|
|
@@ -7207,30 +7189,12 @@ export interface CreateDBInstanceMessage {
|
|
|
7207
7189
|
NcharCharacterSetName?: string | undefined;
|
|
7208
7190
|
/**
|
|
7209
7191
|
* <p>Specifies whether the DB instance is publicly accessible.</p>
|
|
7210
|
-
* <p>When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private cloud (VPC),
|
|
7211
|
-
* its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB instance,
|
|
7212
|
-
* the endpoint resolves to the private IP address. Access to the DB instance is ultimately controlled by the security group it uses.
|
|
7213
|
-
* That public access is not permitted if the security group assigned to the DB instance doesn't permit it.</p>
|
|
7192
|
+
* <p>When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private cloud (VPC), its domain name system (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB instance, the endpoint resolves to the private IP address. Access to the DB instance is controlled by its security group settings.</p>
|
|
7214
7193
|
* <p>When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.</p>
|
|
7215
|
-
* <p>
|
|
7216
|
-
* <p>If <code>
|
|
7217
|
-
* <
|
|
7218
|
-
*
|
|
7219
|
-
* <p>If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB instance is private.</p>
|
|
7220
|
-
* </li>
|
|
7221
|
-
* <li>
|
|
7222
|
-
* <p>If the default VPC in the target Region has an internet gateway attached to it, the DB instance is public.</p>
|
|
7223
|
-
* </li>
|
|
7224
|
-
* </ul>
|
|
7225
|
-
* <p>If <code>DBSubnetGroupName</code> is specified, and <code>PubliclyAccessible</code> isn't specified, the following applies:</p>
|
|
7226
|
-
* <ul>
|
|
7227
|
-
* <li>
|
|
7228
|
-
* <p>If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB instance is private.</p>
|
|
7229
|
-
* </li>
|
|
7230
|
-
* <li>
|
|
7231
|
-
* <p>If the subnets are part of a VPC that has an internet gateway attached to it, the DB instance is public.</p>
|
|
7232
|
-
* </li>
|
|
7233
|
-
* </ul>
|
|
7194
|
+
* <p>The default behavior when <code>PubliclyAccessible</code> is not specified depends on whether a <code>DBSubnetGroup</code> is specified.</p>
|
|
7195
|
+
* <p>If <code>DBSubnetGroup</code> isn't specified, <code>PubliclyAccessible</code> defaults to <code>false</code> for Aurora instances and <code>true</code> for non-Aurora instances.</p>
|
|
7196
|
+
* <p>If <code>DBSubnetGroup</code> is specified, <code>PubliclyAccessible</code> defaults to <code>false</code> unless the value of <code>DBSubnetGroup</code> is <code>default</code>, in which case <code>PubliclyAccessible</code> defaults to <code>true</code>.</p>
|
|
7197
|
+
* <p>If <code>PubliclyAccessible</code> is true and the VPC that the <code>DBSubnetGroup</code> is in doesn't have an internet gateway attached to it, Amazon RDS returns an error.</p>
|
|
7234
7198
|
* @public
|
|
7235
7199
|
*/
|
|
7236
7200
|
PubliclyAccessible?: boolean | undefined;
|
|
@@ -8403,9 +8403,6 @@ export interface ModifyDBInstanceMessage {
|
|
|
8403
8403
|
* <li>
|
|
8404
8404
|
* <p>Must be in the distinguished name format.</p>
|
|
8405
8405
|
* </li>
|
|
8406
|
-
* <li>
|
|
8407
|
-
* <p>Can't be longer than 64 characters.</p>
|
|
8408
|
-
* </li>
|
|
8409
8406
|
* </ul>
|
|
8410
8407
|
* <p>Example: <code>OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain</code>
|
|
8411
8408
|
* </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.
|
|
4
|
+
"version": "3.906.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,18 +20,18 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.906.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.906.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.901.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.901.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.901.0",
|
|
28
28
|
"@aws-sdk/middleware-sdk-rds": "3.901.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.906.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.901.0",
|
|
31
31
|
"@aws-sdk/types": "3.901.0",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.901.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.901.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.906.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.3.0",
|
|
36
36
|
"@smithy/core": "^3.14.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.0",
|