@aws-sdk/client-rds 3.678.0 → 3.681.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
@@ -13386,6 +13386,21 @@ var se_RestoreDBClusterFromSnapshotMessage = /* @__PURE__ */ __name((input, cont
13386
13386
  entries[loc] = value;
13387
13387
  });
13388
13388
  }
13389
+ if (input[_MIo] != null) {
13390
+ entries[_MIo] = input[_MIo];
13391
+ }
13392
+ if (input[_MRA] != null) {
13393
+ entries[_MRA] = input[_MRA];
13394
+ }
13395
+ if (input[_EPI] != null) {
13396
+ entries[_EPI] = input[_EPI];
13397
+ }
13398
+ if (input[_PIKMSKI] != null) {
13399
+ entries[_PIKMSKI] = input[_PIKMSKI];
13400
+ }
13401
+ if (input[_PIRP] != null) {
13402
+ entries[_PIRP] = input[_PIRP];
13403
+ }
13389
13404
  if (input[_ELS] != null) {
13390
13405
  entries[_ELS] = input[_ELS];
13391
13406
  }
@@ -13514,6 +13529,21 @@ var se_RestoreDBClusterToPointInTimeMessage = /* @__PURE__ */ __name((input, con
13514
13529
  entries[loc] = value;
13515
13530
  });
13516
13531
  }
13532
+ if (input[_MIo] != null) {
13533
+ entries[_MIo] = input[_MIo];
13534
+ }
13535
+ if (input[_MRA] != null) {
13536
+ entries[_MRA] = input[_MRA];
13537
+ }
13538
+ if (input[_EPI] != null) {
13539
+ entries[_EPI] = input[_EPI];
13540
+ }
13541
+ if (input[_PIKMSKI] != null) {
13542
+ entries[_PIKMSKI] = input[_PIKMSKI];
13543
+ }
13544
+ if (input[_PIRP] != null) {
13545
+ entries[_PIRP] = input[_PIRP];
13546
+ }
13517
13547
  if (input[_ELS] != null) {
13518
13548
  entries[_ELS] = input[_ELS];
13519
13549
  }
@@ -10038,6 +10038,21 @@ const se_RestoreDBClusterFromSnapshotMessage = (input, context) => {
10038
10038
  entries[loc] = value;
10039
10039
  });
10040
10040
  }
10041
+ if (input[_MIo] != null) {
10042
+ entries[_MIo] = input[_MIo];
10043
+ }
10044
+ if (input[_MRA] != null) {
10045
+ entries[_MRA] = input[_MRA];
10046
+ }
10047
+ if (input[_EPI] != null) {
10048
+ entries[_EPI] = input[_EPI];
10049
+ }
10050
+ if (input[_PIKMSKI] != null) {
10051
+ entries[_PIKMSKI] = input[_PIKMSKI];
10052
+ }
10053
+ if (input[_PIRP] != null) {
10054
+ entries[_PIRP] = input[_PIRP];
10055
+ }
10041
10056
  if (input[_ELS] != null) {
10042
10057
  entries[_ELS] = input[_ELS];
10043
10058
  }
@@ -10165,6 +10180,21 @@ const se_RestoreDBClusterToPointInTimeMessage = (input, context) => {
10165
10180
  entries[loc] = value;
10166
10181
  });
10167
10182
  }
10183
+ if (input[_MIo] != null) {
10184
+ entries[_MIo] = input[_MIo];
10185
+ }
10186
+ if (input[_MRA] != null) {
10187
+ entries[_MRA] = input[_MRA];
10188
+ }
10189
+ if (input[_EPI] != null) {
10190
+ entries[_EPI] = input[_EPI];
10191
+ }
10192
+ if (input[_PIKMSKI] != null) {
10193
+ entries[_PIKMSKI] = input[_PIKMSKI];
10194
+ }
10195
+ if (input[_PIRP] != null) {
10196
+ entries[_PIRP] = input[_PIRP];
10197
+ }
10168
10198
  if (input[_ELS] != null) {
10169
10199
  entries[_ELS] = input[_ELS];
10170
10200
  }
@@ -107,6 +107,11 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
107
107
  * TransitGatewayMulticastDomainId: "STRING_VALUE",
108
108
  * ReplicaMode: "open-read-only" || "mounted",
109
109
  * },
110
+ * MonitoringInterval: Number("int"),
111
+ * MonitoringRoleArn: "STRING_VALUE",
112
+ * EnablePerformanceInsights: true || false,
113
+ * PerformanceInsightsKMSKeyId: "STRING_VALUE",
114
+ * PerformanceInsightsRetentionPeriod: Number("int"),
110
115
  * EngineLifecycleSupport: "STRING_VALUE",
111
116
  * };
112
117
  * const command = new RestoreDBClusterFromSnapshotCommand(input);
@@ -106,6 +106,11 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
106
106
  * TransitGatewayMulticastDomainId: "STRING_VALUE",
107
107
  * ReplicaMode: "open-read-only" || "mounted",
108
108
  * },
109
+ * MonitoringInterval: Number("int"),
110
+ * MonitoringRoleArn: "STRING_VALUE",
111
+ * EnablePerformanceInsights: true || false,
112
+ * PerformanceInsightsKMSKeyId: "STRING_VALUE",
113
+ * PerformanceInsightsRetentionPeriod: Number("int"),
109
114
  * EngineLifecycleSupport: "STRING_VALUE",
110
115
  * };
111
116
  * const command = new RestoreDBClusterToPointInTimeCommand(input);
@@ -598,9 +598,37 @@ export interface ApplyPendingMaintenanceActionMessage {
598
598
  ResourceIdentifier: string | undefined;
599
599
  /**
600
600
  * <p>The pending maintenance action to apply to this resource.</p>
601
- * <p>Valid Values: <code>system-update</code>, <code>db-upgrade</code>,
602
- * <code>hardware-maintenance</code>, <code>ca-certificate-rotation</code>
603
- * </p>
601
+ * <p>Valid Values:</p>
602
+ * <ul>
603
+ * <li>
604
+ * <p>
605
+ * <code>ca-certificate-rotation</code>
606
+ * </p>
607
+ * </li>
608
+ * <li>
609
+ * <p>
610
+ * <code>db-upgrade</code>
611
+ * </p>
612
+ * </li>
613
+ * <li>
614
+ * <p>
615
+ * <code>hardware-maintenance</code>
616
+ * </p>
617
+ * </li>
618
+ * <li>
619
+ * <p>
620
+ * <code>os-upgrade</code>
621
+ * </p>
622
+ * </li>
623
+ * <li>
624
+ * <p>
625
+ * <code>system-update</code>
626
+ * </p>
627
+ * </li>
628
+ * </ul>
629
+ * <p>For more information about these actions, see
630
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-aurora">Maintenance actions for Amazon Aurora</a> or
631
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-rds">Maintenance actions for Amazon RDS</a>.</p>
604
632
  * @public
605
633
  */
606
634
  ApplyAction: string | undefined;
@@ -636,8 +664,37 @@ export interface PendingMaintenanceAction {
636
664
  /**
637
665
  * <p>The type of pending maintenance action that is available for the resource. </p>
638
666
  * <p>For more information about maintenance actions, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html">Maintaining a DB instance</a>.</p>
639
- * <p>Valid Values:<code> system-update | db-upgrade | hardware-maintenance | ca-certificate-rotation</code>
640
- * </p>
667
+ * <p>Valid Values:</p>
668
+ * <ul>
669
+ * <li>
670
+ * <p>
671
+ * <code>ca-certificate-rotation</code>
672
+ * </p>
673
+ * </li>
674
+ * <li>
675
+ * <p>
676
+ * <code>db-upgrade</code>
677
+ * </p>
678
+ * </li>
679
+ * <li>
680
+ * <p>
681
+ * <code>hardware-maintenance</code>
682
+ * </p>
683
+ * </li>
684
+ * <li>
685
+ * <p>
686
+ * <code>os-upgrade</code>
687
+ * </p>
688
+ * </li>
689
+ * <li>
690
+ * <p>
691
+ * <code>system-update</code>
692
+ * </p>
693
+ * </li>
694
+ * </ul>
695
+ * <p>For more information about these actions, see
696
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-aurora">Maintenance actions for Amazon Aurora</a> or
697
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-rds">Maintenance actions for Amazon RDS</a>.</p>
641
698
  * @public
642
699
  */
643
700
  Action?: string;
@@ -4389,6 +4446,9 @@ export interface CreateDBClusterMessage {
4389
4446
  /**
4390
4447
  * <p>Specifies whether to enable Aurora Limitless Database. You must enable Aurora Limitless Database to create a DB shard group.</p>
4391
4448
  * <p>Valid for: Aurora DB clusters only</p>
4449
+ * <note>
4450
+ * <p>This setting is no longer used. Instead use the <code>ClusterScalabilityType</code> setting.</p>
4451
+ * </note>
4392
4452
  * @public
4393
4453
  */
4394
4454
  EnableLimitlessDatabase?: boolean;
@@ -7220,6 +7220,9 @@ export interface ModifyDBClusterMessage {
7220
7220
  /**
7221
7221
  * <p>Specifies whether to enable Aurora Limitless Database. You must enable Aurora Limitless Database to create a DB shard group.</p>
7222
7222
  * <p>Valid for: Aurora DB clusters only</p>
7223
+ * <note>
7224
+ * <p>This setting is no longer used. Instead use the <code>ClusterScalabilityType</code> setting when you create your Aurora Limitless Database DB cluster.</p>
7225
+ * </note>
7223
7226
  * @public
7224
7227
  */
7225
7228
  EnableLimitlessDatabase?: boolean;
@@ -10734,6 +10737,62 @@ export interface RestoreDBClusterFromSnapshotMessage {
10734
10737
  * @public
10735
10738
  */
10736
10739
  RdsCustomClusterConfiguration?: RdsCustomClusterConfiguration;
10740
+ /**
10741
+ * <p>The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off
10742
+ * collecting Enhanced Monitoring metrics, specify <code>0</code>.</p>
10743
+ * <p>If <code>MonitoringRoleArn</code> is specified, also set <code>MonitoringInterval</code> to a value other than <code>0</code>.</p>
10744
+ * <p>Valid Values: <code>0 | 1 | 5 | 10 | 15 | 30 | 60</code>
10745
+ * </p>
10746
+ * <p>Default: <code>0</code>
10747
+ * </p>
10748
+ * @public
10749
+ */
10750
+ MonitoringInterval?: number;
10751
+ /**
10752
+ * <p>The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.
10753
+ * An example is <code>arn:aws:iam:123456789012:role/emaccess</code>.</p>
10754
+ * <p>If <code>MonitoringInterval</code> is set to a value other than <code>0</code>, supply a <code>MonitoringRoleArn</code> value.</p>
10755
+ * @public
10756
+ */
10757
+ MonitoringRoleArn?: string;
10758
+ /**
10759
+ * <p>Specifies whether to turn on Performance Insights for the DB cluster.</p>
10760
+ * @public
10761
+ */
10762
+ EnablePerformanceInsights?: boolean;
10763
+ /**
10764
+ * <p>The Amazon Web Services KMS key identifier for encryption of Performance Insights data.</p>
10765
+ * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.</p>
10766
+ * <p>If you don't specify a value for <code>PerformanceInsightsKMSKeyId</code>, then Amazon RDS uses your default KMS key.
10767
+ * There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.</p>
10768
+ * @public
10769
+ */
10770
+ PerformanceInsightsKMSKeyId?: string;
10771
+ /**
10772
+ * <p>The number of days to retain Performance Insights data.</p>
10773
+ * <p>Valid Values:</p>
10774
+ * <ul>
10775
+ * <li>
10776
+ * <p>
10777
+ * <code>7</code>
10778
+ * </p>
10779
+ * </li>
10780
+ * <li>
10781
+ * <p>
10782
+ * <i>month</i> * 31, where <i>month</i> is a number of months from 1-23.
10783
+ * Examples: <code>93</code> (3 months * 31), <code>341</code> (11 months * 31), <code>589</code> (19 months * 31)</p>
10784
+ * </li>
10785
+ * <li>
10786
+ * <p>
10787
+ * <code>731</code>
10788
+ * </p>
10789
+ * </li>
10790
+ * </ul>
10791
+ * <p>Default: <code>7</code> days</p>
10792
+ * <p>If you specify a retention period that isn't valid, such as <code>94</code>, Amazon RDS issues an error.</p>
10793
+ * @public
10794
+ */
10795
+ PerformanceInsightsRetentionPeriod?: number;
10737
10796
  /**
10738
10797
  * <p>The life cycle type for this DB cluster.</p>
10739
10798
  * <note>
@@ -11164,6 +11223,62 @@ export interface RestoreDBClusterToPointInTimeMessage {
11164
11223
  * @public
11165
11224
  */
11166
11225
  RdsCustomClusterConfiguration?: RdsCustomClusterConfiguration;
11226
+ /**
11227
+ * <p>The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off
11228
+ * collecting Enhanced Monitoring metrics, specify <code>0</code>.</p>
11229
+ * <p>If <code>MonitoringRoleArn</code> is specified, also set <code>MonitoringInterval</code> to a value other than <code>0</code>.</p>
11230
+ * <p>Valid Values: <code>0 | 1 | 5 | 10 | 15 | 30 | 60</code>
11231
+ * </p>
11232
+ * <p>Default: <code>0</code>
11233
+ * </p>
11234
+ * @public
11235
+ */
11236
+ MonitoringInterval?: number;
11237
+ /**
11238
+ * <p>The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.
11239
+ * An example is <code>arn:aws:iam:123456789012:role/emaccess</code>.</p>
11240
+ * <p>If <code>MonitoringInterval</code> is set to a value other than <code>0</code>, supply a <code>MonitoringRoleArn</code> value.</p>
11241
+ * @public
11242
+ */
11243
+ MonitoringRoleArn?: string;
11244
+ /**
11245
+ * <p>Specifies whether to turn on Performance Insights for the DB cluster.</p>
11246
+ * @public
11247
+ */
11248
+ EnablePerformanceInsights?: boolean;
11249
+ /**
11250
+ * <p>The Amazon Web Services KMS key identifier for encryption of Performance Insights data.</p>
11251
+ * <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.</p>
11252
+ * <p>If you don't specify a value for <code>PerformanceInsightsKMSKeyId</code>, then Amazon RDS uses your default KMS key.
11253
+ * There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.</p>
11254
+ * @public
11255
+ */
11256
+ PerformanceInsightsKMSKeyId?: string;
11257
+ /**
11258
+ * <p>The number of days to retain Performance Insights data.</p>
11259
+ * <p>Valid Values:</p>
11260
+ * <ul>
11261
+ * <li>
11262
+ * <p>
11263
+ * <code>7</code>
11264
+ * </p>
11265
+ * </li>
11266
+ * <li>
11267
+ * <p>
11268
+ * <i>month</i> * 31, where <i>month</i> is a number of months from 1-23.
11269
+ * Examples: <code>93</code> (3 months * 31), <code>341</code> (11 months * 31), <code>589</code> (19 months * 31)</p>
11270
+ * </li>
11271
+ * <li>
11272
+ * <p>
11273
+ * <code>731</code>
11274
+ * </p>
11275
+ * </li>
11276
+ * </ul>
11277
+ * <p>Default: <code>7</code> days</p>
11278
+ * <p>If you specify a retention period that isn't valid, such as <code>94</code>, Amazon RDS issues an error.</p>
11279
+ * @public
11280
+ */
11281
+ PerformanceInsightsRetentionPeriod?: number;
11167
11282
  /**
11168
11283
  * <p>The life cycle type for this DB cluster.</p>
11169
11284
  * <note>
@@ -1625,6 +1625,11 @@ export interface RestoreDBClusterFromSnapshotMessage {
1625
1625
  ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
1626
1626
  NetworkType?: string;
1627
1627
  RdsCustomClusterConfiguration?: RdsCustomClusterConfiguration;
1628
+ MonitoringInterval?: number;
1629
+ MonitoringRoleArn?: string;
1630
+ EnablePerformanceInsights?: boolean;
1631
+ PerformanceInsightsKMSKeyId?: string;
1632
+ PerformanceInsightsRetentionPeriod?: number;
1628
1633
  EngineLifecycleSupport?: string;
1629
1634
  }
1630
1635
  export interface RestoreDBClusterFromSnapshotResult {
@@ -1660,6 +1665,11 @@ export interface RestoreDBClusterToPointInTimeMessage {
1660
1665
  NetworkType?: string;
1661
1666
  SourceDbClusterResourceId?: string;
1662
1667
  RdsCustomClusterConfiguration?: RdsCustomClusterConfiguration;
1668
+ MonitoringInterval?: number;
1669
+ MonitoringRoleArn?: string;
1670
+ EnablePerformanceInsights?: boolean;
1671
+ PerformanceInsightsKMSKeyId?: string;
1672
+ PerformanceInsightsRetentionPeriod?: number;
1663
1673
  EngineLifecycleSupport?: string;
1664
1674
  }
1665
1675
  export interface RestoreDBClusterToPointInTimeResult {
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.678.0",
4
+ "version": "3.681.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,20 +20,20 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.678.0",
24
- "@aws-sdk/client-sts": "3.678.0",
25
- "@aws-sdk/core": "3.678.0",
26
- "@aws-sdk/credential-provider-node": "3.678.0",
27
- "@aws-sdk/middleware-host-header": "3.667.0",
28
- "@aws-sdk/middleware-logger": "3.667.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.667.0",
30
- "@aws-sdk/middleware-sdk-rds": "3.667.0",
31
- "@aws-sdk/middleware-user-agent": "3.678.0",
32
- "@aws-sdk/region-config-resolver": "3.667.0",
33
- "@aws-sdk/types": "3.667.0",
34
- "@aws-sdk/util-endpoints": "3.667.0",
35
- "@aws-sdk/util-user-agent-browser": "3.675.0",
36
- "@aws-sdk/util-user-agent-node": "3.678.0",
23
+ "@aws-sdk/client-sso-oidc": "3.679.0",
24
+ "@aws-sdk/client-sts": "3.679.0",
25
+ "@aws-sdk/core": "3.679.0",
26
+ "@aws-sdk/credential-provider-node": "3.679.0",
27
+ "@aws-sdk/middleware-host-header": "3.679.0",
28
+ "@aws-sdk/middleware-logger": "3.679.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.679.0",
30
+ "@aws-sdk/middleware-sdk-rds": "3.679.0",
31
+ "@aws-sdk/middleware-user-agent": "3.679.0",
32
+ "@aws-sdk/region-config-resolver": "3.679.0",
33
+ "@aws-sdk/types": "3.679.0",
34
+ "@aws-sdk/util-endpoints": "3.679.0",
35
+ "@aws-sdk/util-user-agent-browser": "3.679.0",
36
+ "@aws-sdk/util-user-agent-node": "3.679.0",
37
37
  "@smithy/config-resolver": "^3.0.9",
38
38
  "@smithy/core": "^2.4.8",
39
39
  "@smithy/fetch-http-handler": "^3.2.9",