@aws-sdk/client-rds 3.874.0 → 3.878.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/index.js CHANGED
@@ -19440,6 +19440,9 @@ var de_OrderableDBInstanceOption = /* @__PURE__ */ __name((output, context) => {
19440
19440
  if (output[_SDLV] != null) {
19441
19441
  contents[_SDLV] = (0, import_smithy_client.parseBoolean)(output[_SDLV]);
19442
19442
  }
19443
+ if (output[_SHE] != null) {
19444
+ contents[_SHE] = (0, import_smithy_client.parseBoolean)(output[_SHE]);
19445
+ }
19443
19446
  return contents;
19444
19447
  }, "de_OrderableDBInstanceOption");
19445
19448
  var de_OrderableDBInstanceOptionsList = /* @__PURE__ */ __name((output, context) => {
@@ -21600,6 +21603,7 @@ var _SG = "SecurityGroups";
21600
21603
  var _SGC = "SwitchoverGlobalCluster";
21601
21604
  var _SGD = "SupportsGlobalDatabases";
21602
21605
  var _SGS = "SubnetGroupStatus";
21606
+ var _SHE = "SupportsHttpEndpoint";
21603
21607
  var _SI = "SourceIdentifier";
21604
21608
  var _SIAMDA = "SupportsIAMDatabaseAuthentication";
21605
21609
  var _SIL = "SourceIdsList";
@@ -16258,6 +16258,9 @@ const de_OrderableDBInstanceOption = (output, context) => {
16258
16258
  if (output[_SDLV] != null) {
16259
16259
  contents[_SDLV] = __parseBoolean(output[_SDLV]);
16260
16260
  }
16261
+ if (output[_SHE] != null) {
16262
+ contents[_SHE] = __parseBoolean(output[_SHE]);
16263
+ }
16261
16264
  return contents;
16262
16265
  };
16263
16266
  const de_OrderableDBInstanceOptionsList = (output, context) => {
@@ -18510,6 +18513,7 @@ const _SG = "SecurityGroups";
18510
18513
  const _SGC = "SwitchoverGlobalCluster";
18511
18514
  const _SGD = "SupportsGlobalDatabases";
18512
18515
  const _SGS = "SubnetGroupStatus";
18516
+ const _SHE = "SupportsHttpEndpoint";
18513
18517
  const _SI = "SourceIdentifier";
18514
18518
  const _SIAMDA = "SupportsIAMDatabaseAuthentication";
18515
18519
  const _SIL = "SourceIdsList";
@@ -109,6 +109,7 @@ declare const DescribeOrderableDBInstanceOptionsCommand_base: {
109
109
  * // MinStorageThroughputPerIops: Number("double"),
110
110
  * // MaxStorageThroughputPerIops: Number("double"),
111
111
  * // SupportsDedicatedLogVolume: true || false,
112
+ * // SupportsHttpEndpoint: true || false,
112
113
  * // },
113
114
  * // ],
114
115
  * // Marker: "STRING_VALUE",
@@ -8896,14 +8896,14 @@ export interface CreateDBInstanceReadReplicaMessage {
8896
8896
  /**
8897
8897
  * <p>The name of the DB parameter group to associate with this read replica DB
8898
8898
  * instance.</p>
8899
- * <p>For the Db2 DB engine, if your source DB instance uses the Bring Your Own License
8900
- * model, then a custom parameter group must be associated with the replica. For a same
8901
- * Amazon Web Services Region replica, if you don't specify a custom parameter group, Amazon RDS
8899
+ * <p>For the Db2 DB engine, if your source DB instance uses the bring your own license
8900
+ * (BYOL) model, then a custom parameter group must be associated with the replica. For a
8901
+ * same Amazon Web Services Region replica, if you don't specify a custom parameter group, Amazon RDS
8902
8902
  * associates the custom parameter group associated with the source DB instance. For a
8903
8903
  * cross-Region replica, you must specify a custom parameter group. This custom parameter
8904
8904
  * group must include your IBM Site ID and IBM Customer ID. For more information, see
8905
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html#db2-prereqs-ibm-info"> IBM IDs
8906
- * for Bring Your Own License for Db2</a>. </p>
8905
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html#db2-prereqs-ibm-info">IBM IDs
8906
+ * for bring your own license (BYOL) for Db2</a>. </p>
8907
8907
  * <p>For Single-AZ or Multi-AZ DB instance read replica instances, if you don't specify a
8908
8908
  * value for <code>DBParameterGroupName</code>, then Amazon RDS uses the
8909
8909
  * <code>DBParameterGroup</code> of the source DB instance for a same Region read
@@ -11017,7 +11017,7 @@ export interface GlobalCluster {
11017
11017
  */
11018
11018
  GlobalClusterIdentifier?: string | undefined;
11019
11019
  /**
11020
- * <p>The Amazon Web Services Region-unique, immutable identifier for the global database cluster. This identifier is found in
11020
+ * <p>The Amazon Web Services <a href="https://docs.aws.amazon.com/glossary/latest/reference/glos-chap.html?id=docs_gateway#partition">partition</a>-unique, immutable identifier for the global database cluster. This identifier is found in
11021
11021
  * Amazon Web Services CloudTrail log entries whenever the Amazon Web Services KMS key for the DB cluster is accessed.</p>
11022
11022
  * @public
11023
11023
  */
@@ -5554,6 +5554,11 @@ export interface OrderableDBInstanceOption {
5554
5554
  * @public
5555
5555
  */
5556
5556
  SupportsDedicatedLogVolume?: boolean | undefined;
5557
+ /**
5558
+ * <p>Indicates whether a DB instance supports HTTP endpoints.</p>
5559
+ * @public
5560
+ */
5561
+ SupportsHttpEndpoint?: boolean | undefined;
5557
5562
  }
5558
5563
  /**
5559
5564
  * <p>Contains the result of a successful invocation of the <code>DescribeOrderableDBInstanceOptions</code> action.</p>
@@ -850,6 +850,7 @@ export interface OrderableDBInstanceOption {
850
850
  MinStorageThroughputPerIops?: number | undefined;
851
851
  MaxStorageThroughputPerIops?: number | undefined;
852
852
  SupportsDedicatedLogVolume?: boolean | undefined;
853
+ SupportsHttpEndpoint?: boolean | undefined;
853
854
  }
854
855
  export interface OrderableDBInstanceOptionsMessage {
855
856
  OrderableDBInstanceOptions?: OrderableDBInstanceOption[] | undefined;
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.874.0",
4
+ "version": "3.878.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.873.0",
24
- "@aws-sdk/credential-provider-node": "3.873.0",
23
+ "@aws-sdk/core": "3.876.0",
24
+ "@aws-sdk/credential-provider-node": "3.876.0",
25
25
  "@aws-sdk/middleware-host-header": "3.873.0",
26
- "@aws-sdk/middleware-logger": "3.873.0",
26
+ "@aws-sdk/middleware-logger": "3.876.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.873.0",
28
28
  "@aws-sdk/middleware-sdk-rds": "3.873.0",
29
- "@aws-sdk/middleware-user-agent": "3.873.0",
29
+ "@aws-sdk/middleware-user-agent": "3.876.0",
30
30
  "@aws-sdk/region-config-resolver": "3.873.0",
31
31
  "@aws-sdk/types": "3.862.0",
32
32
  "@aws-sdk/util-endpoints": "3.873.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.873.0",
34
- "@aws-sdk/util-user-agent-node": "3.873.0",
34
+ "@aws-sdk/util-user-agent-node": "3.876.0",
35
35
  "@smithy/config-resolver": "^4.1.5",
36
36
  "@smithy/core": "^3.8.0",
37
37
  "@smithy/fetch-http-handler": "^5.1.1",