@aws-sdk/client-rds 3.47.2 → 3.51.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 CHANGED
@@ -3,6 +3,44 @@
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.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-rds
9
+
10
+
11
+
12
+
13
+
14
+ # [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
15
+
16
+
17
+ ### Features
18
+
19
+ * **clients:** update clients as of 02/04/2022 ([#3280](https://github.com/aws/aws-sdk-js-v3/issues/3280)) ([63d7f8c](https://github.com/aws/aws-sdk-js-v3/commit/63d7f8c539e0fd782fa5bf997bd6ac2730e4bfda))
20
+
21
+
22
+
23
+
24
+
25
+ # [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
26
+
27
+ **Note:** Version bump only for package @aws-sdk/client-rds
28
+
29
+
30
+
31
+
32
+
33
+ # [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
34
+
35
+
36
+ ### Features
37
+
38
+ * **clients:** update clients as of 2022/01/21 ([#3228](https://github.com/aws/aws-sdk-js-v3/issues/3228)) ([fa713ef](https://github.com/aws/aws-sdk-js-v3/commit/fa713efca6b2f424c27535d000359f08830960b1))
39
+
40
+
41
+
42
+
43
+
6
44
  ## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
7
45
 
8
46
  **Note:** Version bump only for package @aws-sdk/client-rds
@@ -406,8 +406,15 @@ export declare class RDS extends RDSClient {
406
406
  createCustomAvailabilityZone(args: CreateCustomAvailabilityZoneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomAvailabilityZoneCommandOutput) => void): void;
407
407
  /**
408
408
  * <p>Creates a custom DB engine version (CEV). A CEV is a binary volume snapshot of a database engine and specific
409
- * AMI. The only supported engine is Oracle Database 19c Enterprise Edition with the January 2021 or later
410
- * RU/RUR.</p>
409
+ * AMI. The supported engines are the following:</p>
410
+ * <ul>
411
+ * <li>
412
+ * <p> Oracle Database 12.1 Enterprise Edition with the January 2021 or later RU/RUR</p>
413
+ * </li>
414
+ * <li>
415
+ * <p> Oracle Database 19c Enterprise Edition with the January 2021 or later RU/RUR</p>
416
+ * </li>
417
+ * </ul>
411
418
  * <p>Amazon RDS, which is a fully managed service, supplies the Amazon Machine Image (AMI) and database software.
412
419
  * The Amazon RDS database software is preinstalled, so you need only select a DB engine and version, and create
413
420
  * your database. With Amazon RDS Custom for Oracle, you upload your database installation files in Amazon S3.</p>
@@ -630,10 +637,10 @@ export declare class RDS extends RDSClient {
630
637
  * <code>Backup</code>.</p>
631
638
  *
632
639
  * <p>If you specify both the <code>SourceType</code> and <code>SourceIds</code>, such as <code>SourceType</code> = <code>db-instance</code>
633
- * and <code>SourceIdentifier</code> = <code>myDBInstance1</code>, you are notified of all the <code>db-instance</code> events for
634
- * the specified source. If you specify a <code>SourceType</code> but do not specify a <code>SourceIdentifier</code>,
640
+ * and <code>SourceIds</code> = <code>myDBInstance1</code>, you are notified of all the <code>db-instance</code> events for
641
+ * the specified source. If you specify a <code>SourceType</code> but do not specify <code>SourceIds</code>,
635
642
  * you receive notice of the events for that source type for all your RDS sources. If you
636
- * don't specify either the SourceType or the <code>SourceIdentifier</code>, you are notified of events
643
+ * don't specify either the SourceType or the <code>SourceIds</code>, you are notified of events
637
644
  * generated from all RDS sources belonging to your customer account.</p>
638
645
  * <note>
639
646
  * <p>RDS event notification is only available for unencrypted SNS topics. If you specify an
@@ -1157,20 +1164,23 @@ export declare class RDS extends RDSClient {
1157
1164
  describeEngineDefaultParameters(args: DescribeEngineDefaultParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEngineDefaultParametersCommandOutput) => void): void;
1158
1165
  /**
1159
1166
  * <p>Displays a list of categories for all event source types, or, if specified, for a specified source type.
1160
- * You can see a list of the event categories and source types
1161
- * in <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html">
1162
- * Events</a> in the <i>Amazon RDS User Guide.</i>
1163
- * </p>
1167
+ * You can also see this list in the "Amazon RDS event categories and event messages" section of the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.Messages.html">
1168
+ * <i>Amazon RDS User Guide</i>
1169
+ * </a> or the
1170
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Events.Messages.html">
1171
+ * <i>Amazon Aurora User Guide</i>
1172
+ * </a>.
1173
+ * </p>
1164
1174
  */
1165
1175
  describeEventCategories(args: DescribeEventCategoriesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventCategoriesCommandOutput>;
1166
1176
  describeEventCategories(args: DescribeEventCategoriesCommandInput, cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void): void;
1167
1177
  describeEventCategories(args: DescribeEventCategoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void): void;
1168
1178
  /**
1169
- * <p>Returns events related to DB instances, DB clusters, DB parameter groups, DB security groups, DB snapshots, and DB cluster snapshots for the past 14 days.
1170
- * Events specific to a particular DB instances, DB clusters, DB parameter groups, DB security groups, DB snapshots, and DB cluster snapshots group can be
1179
+ * <p>Returns events related to DB instances, DB clusters, DB parameter groups, DB security groups, DB snapshots, DB cluster snapshots, and RDS Proxies for the past 14 days.
1180
+ * Events specific to a particular DB instance, DB cluster, DB parameter group, DB security group, DB snapshot, DB cluster snapshot group, or RDS Proxy can be
1171
1181
  * obtained by providing the name as a parameter.</p>
1172
1182
  * <note>
1173
- * <p>By default, the past hour of events are returned.</p>
1183
+ * <p>By default, RDS returns events that were generated in the past hour.</p>
1174
1184
  * </note>
1175
1185
  */
1176
1186
  describeEvents(args: DescribeEventsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventsCommandOutput>;
@@ -8,8 +8,15 @@ export interface CreateCustomDBEngineVersionCommandOutput extends DBEngineVersio
8
8
  }
9
9
  /**
10
10
  * <p>Creates a custom DB engine version (CEV). A CEV is a binary volume snapshot of a database engine and specific
11
- * AMI. The only supported engine is Oracle Database 19c Enterprise Edition with the January 2021 or later
12
- * RU/RUR.</p>
11
+ * AMI. The supported engines are the following:</p>
12
+ * <ul>
13
+ * <li>
14
+ * <p> Oracle Database 12.1 Enterprise Edition with the January 2021 or later RU/RUR</p>
15
+ * </li>
16
+ * <li>
17
+ * <p> Oracle Database 19c Enterprise Edition with the January 2021 or later RU/RUR</p>
18
+ * </li>
19
+ * </ul>
13
20
  * <p>Amazon RDS, which is a fully managed service, supplies the Amazon Machine Image (AMI) and database software.
14
21
  * The Amazon RDS database software is preinstalled, so you need only select a DB engine and version, and create
15
22
  * your database. With Amazon RDS Custom for Oracle, you upload your database installation files in Amazon S3.</p>
@@ -21,10 +21,10 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri
21
21
  * <code>Backup</code>.</p>
22
22
  *
23
23
  * <p>If you specify both the <code>SourceType</code> and <code>SourceIds</code>, such as <code>SourceType</code> = <code>db-instance</code>
24
- * and <code>SourceIdentifier</code> = <code>myDBInstance1</code>, you are notified of all the <code>db-instance</code> events for
25
- * the specified source. If you specify a <code>SourceType</code> but do not specify a <code>SourceIdentifier</code>,
24
+ * and <code>SourceIds</code> = <code>myDBInstance1</code>, you are notified of all the <code>db-instance</code> events for
25
+ * the specified source. If you specify a <code>SourceType</code> but do not specify <code>SourceIds</code>,
26
26
  * you receive notice of the events for that source type for all your RDS sources. If you
27
- * don't specify either the SourceType or the <code>SourceIdentifier</code>, you are notified of events
27
+ * don't specify either the SourceType or the <code>SourceIds</code>, you are notified of events
28
28
  * generated from all RDS sources belonging to your customer account.</p>
29
29
  * <note>
30
30
  * <p>RDS event notification is only available for unencrypted SNS topics. If you specify an
@@ -8,10 +8,13 @@ export interface DescribeEventCategoriesCommandOutput extends EventCategoriesMes
8
8
  }
9
9
  /**
10
10
  * <p>Displays a list of categories for all event source types, or, if specified, for a specified source type.
11
- * You can see a list of the event categories and source types
12
- * in <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html">
13
- * Events</a> in the <i>Amazon RDS User Guide.</i>
14
- * </p>
11
+ * You can also see this list in the "Amazon RDS event categories and event messages" section of the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.Messages.html">
12
+ * <i>Amazon RDS User Guide</i>
13
+ * </a> or the
14
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Events.Messages.html">
15
+ * <i>Amazon Aurora User Guide</i>
16
+ * </a>.
17
+ * </p>
15
18
  * @example
16
19
  * Use a bare-bones client and the command you need to make an API call.
17
20
  * ```javascript
@@ -7,11 +7,11 @@ export interface DescribeEventsCommandInput extends DescribeEventsMessage {
7
7
  export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Returns events related to DB instances, DB clusters, DB parameter groups, DB security groups, DB snapshots, and DB cluster snapshots for the past 14 days.
11
- * Events specific to a particular DB instances, DB clusters, DB parameter groups, DB security groups, DB snapshots, and DB cluster snapshots group can be
10
+ * <p>Returns events related to DB instances, DB clusters, DB parameter groups, DB security groups, DB snapshots, DB cluster snapshots, and RDS Proxies for the past 14 days.
11
+ * Events specific to a particular DB instance, DB cluster, DB parameter group, DB security group, DB snapshot, DB cluster snapshot group, or RDS Proxy can be
12
12
  * obtained by providing the name as a parameter.</p>
13
13
  * <note>
14
- * <p>By default, the past hour of events are returned.</p>
14
+ * <p>By default, RDS returns events that were generated in the past hour.</p>
15
15
  * </note>
16
16
  * @example
17
17
  * Use a bare-bones client and the command you need to make an API call.
@@ -292,6 +292,9 @@ export interface AddSourceIdentifierToSubscriptionMessage {
292
292
  * <li>
293
293
  * <p>If the source type is a DB cluster snapshot, a <code>DBClusterSnapshotIdentifier</code> value must be supplied.</p>
294
294
  * </li>
295
+ * <li>
296
+ * <p>If the source type is an RDS Proxy, a <code>DBProxyName</code> value must be supplied.</p>
297
+ * </li>
295
298
  * </ul>
296
299
  */
297
300
  SourceIdentifier: string | undefined;
@@ -2943,7 +2946,7 @@ export interface CreateDBClusterMessage {
2943
2946
  * <p>A DB subnet group to associate with this DB cluster.</p>
2944
2947
  * <p>This setting is required to create a Multi-AZ DB cluster.</p>
2945
2948
  * <p>Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.</p>
2946
- * <p>Example: <code>mySubnetgroup</code>
2949
+ * <p>Example: <code>mydbsubnetgroup</code>
2947
2950
  * </p>
2948
2951
  * <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
2949
2952
  */
@@ -5046,7 +5049,9 @@ export interface CreateDBInstanceMessage {
5046
5049
  AvailabilityZone?: string;
5047
5050
  /**
5048
5051
  * <p>A DB subnet group to associate with this DB instance.</p>
5049
- * <p>If there is no DB subnet group, then it is a non-VPC DB instance.</p>
5052
+ * <p>Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.</p>
5053
+ * <p>Example: <code>mydbsubnetgroup</code>
5054
+ * </p>
5050
5055
  */
5051
5056
  DBSubnetGroupName?: string;
5052
5057
  /**
@@ -6716,7 +6721,7 @@ export interface CreateDBInstanceReadReplicaMessage {
6716
6721
  * </ul>
6717
6722
  * </li>
6718
6723
  * </ul>
6719
- * <p>Example: <code>mySubnetgroup</code>
6724
+ * <p>Example: <code>mydbsubnetgroup</code>
6720
6725
  * </p>
6721
6726
  */
6722
6727
  DBSubnetGroupName?: string;
@@ -7720,8 +7725,19 @@ export declare namespace CreateDBSnapshotResult {
7720
7725
  export interface CreateDBSubnetGroupMessage {
7721
7726
  /**
7722
7727
  * <p>The name for the DB subnet group. This value is stored as a lowercase string.</p>
7723
- * <p>Constraints: Must contain no more than 255 letters, numbers, periods, underscores, spaces, or hyphens. Must not be default.</p>
7724
- * <p>Example: <code>mySubnetgroup</code>
7728
+ * <p>Constraints:</p>
7729
+ * <ul>
7730
+ * <li>
7731
+ * <p>Must contain no more than 255 letters, numbers, periods, underscores, spaces, or hyphens.</p>
7732
+ * </li>
7733
+ * <li>
7734
+ * <p>Must not be default.</p>
7735
+ * </li>
7736
+ * <li>
7737
+ * <p>First character must be a letter.</p>
7738
+ * </li>
7739
+ * </ul>
7740
+ * <p>Example: <code>mydbsubnetgroup</code>
7725
7741
  * </p>
7726
7742
  */
7727
7743
  DBSubnetGroupName: string | undefined;
@@ -7804,17 +7820,22 @@ export interface CreateEventSubscriptionMessage {
7804
7820
  /**
7805
7821
  * <p>The type of source that is generating the events. For example, if you want to be
7806
7822
  * notified of events generated by a DB instance, you set this parameter to
7807
- * <code>db-instance</code>. If this value isn't specified, all events are
7823
+ * <code>db-instance</code>. For RDS Proxy events, specify <code>db-proxy</code>. If this value isn't specified, all events are
7808
7824
  * returned.</p>
7809
- * <p>Valid values: <code>db-instance</code> | <code>db-cluster</code> | <code>db-parameter-group</code> | <code>db-security-group</code> | <code>db-snapshot</code> | <code>db-cluster-snapshot</code>
7825
+ * <p>Valid values: <code>db-instance</code> | <code>db-cluster</code> | <code>db-parameter-group</code> | <code>db-security-group</code> | <code>db-snapshot</code> | <code>db-cluster-snapshot</code> | <code>db-proxy</code>
7810
7826
  * </p>
7811
7827
  */
7812
7828
  SourceType?: string;
7813
7829
  /**
7814
7830
  * <p> A list of event categories for a particular source type (<code>SourceType</code>)
7815
- * that you want to subscribe to. You can see a list of the categories for a given source
7816
- * type in <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html">Events</a> in the
7817
- * <i>Amazon RDS User Guide</i> or by using the <code>DescribeEventCategories</code> operation. </p>
7831
+ * that you want to subscribe to. You can see a list of the categories for a given source type in the "Amazon RDS event categories and event messages" section of the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.Messages.html">
7832
+ * <i>Amazon RDS User Guide</i>
7833
+ * </a> or the
7834
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Events.Messages.html">
7835
+ * <i>Amazon Aurora User Guide</i>
7836
+ * </a>.
7837
+ * You can also see this list by using the <code>DescribeEventCategories</code> operation.
7838
+ * </p>
7818
7839
  */
7819
7840
  EventCategories?: string[];
7820
7841
  /**
@@ -7843,6 +7864,9 @@ export interface CreateEventSubscriptionMessage {
7843
7864
  * <li>
7844
7865
  * <p>If the source type is a DB cluster snapshot, a <code>DBClusterSnapshotIdentifier</code> value must be supplied.</p>
7845
7866
  * </li>
7867
+ * <li>
7868
+ * <p>If the source type is an RDS Proxy, a <code>DBProxyName</code> value must be supplied.</p>
7869
+ * </li>
7846
7870
  * </ul>
7847
7871
  */
7848
7872
  SourceIds?: string[];
@@ -7886,7 +7910,7 @@ export interface EventSubscriptionQuotaExceededFault extends __SmithyException,
7886
7910
  message?: string;
7887
7911
  }
7888
7912
  /**
7889
- * <p>SNS has responded that there is a problem with the SND topic specified.</p>
7913
+ * <p>SNS has responded that there is a problem with the SNS topic specified.</p>
7890
7914
  */
7891
7915
  export interface SNSInvalidTopicFault extends __SmithyException, $MetadataBearer {
7892
7916
  name: "SNSInvalidTopicFault";
@@ -9004,9 +9028,8 @@ export interface DeleteDBSubnetGroupMessage {
9004
9028
  * <note>
9005
9029
  * <p>You can't delete the default subnet group.</p>
9006
9030
  * </note>
9007
- * <p>Constraints:</p>
9008
9031
  * <p>Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.</p>
9009
- * <p>Example: <code>mySubnetgroup</code>
9032
+ * <p>Example: <code>mydbsubnetgroup</code>
9010
9033
  * </p>
9011
9034
  */
9012
9035
  DBSubnetGroupName: string | undefined;
@@ -11012,16 +11035,15 @@ export declare namespace DescribeDBProxyTargetGroupsRequest {
11012
11035
  */
11013
11036
  export interface ConnectionPoolConfigurationInfo {
11014
11037
  /**
11015
- * <p>The maximum size of the connection pool for each target in a target group. For Aurora MySQL, it is expressed as a percentage of the
11038
+ * <p>The maximum size of the connection pool for each target in a target group. The value is expressed as a percentage of the
11016
11039
  * <code>max_connections</code> setting for the RDS DB instance or Aurora DB cluster used by the target group.</p>
11017
11040
  */
11018
11041
  MaxConnectionsPercent?: number;
11019
11042
  /**
11020
11043
  * <p>
11021
11044
  * Controls how actively the proxy closes idle database connections in the connection pool.
11022
- * A high value enables the proxy to leave a high percentage of idle connections open.
11023
- * A low value causes the proxy to close idle client connections and return the underlying database connections to the connection pool.
11024
- * For Aurora MySQL, it is expressed as a percentage of the <code>max_connections</code> setting for the RDS DB instance or Aurora DB cluster used by the target group.
11045
+ * The value is expressed as a percentage of the <code>max_connections</code> setting for the RDS DB instance or Aurora DB cluster used by the target group.
11046
+ * With a high value, the proxy leaves a high percentage of idle database connections open. A low value causes the proxy to close more idle connections and return them to the database.
11025
11047
  * </p>
11026
11048
  */
11027
11049
  MaxIdleConnectionsPercent?: number;
@@ -657,8 +657,8 @@ export declare namespace DescribeEngineDefaultParametersResult {
657
657
  */
658
658
  export interface DescribeEventCategoriesMessage {
659
659
  /**
660
- * <p>The type of source that is generating the events.</p>
661
- * <p>Valid values: <code>db-instance</code> | <code>db-cluster</code> | <code>db-parameter-group</code> | <code>db-security-group</code> | <code>db-snapshot</code> | <code>db-cluster-snapshot</code>
660
+ * <p>The type of source that is generating the events. For RDS Proxy events, specify <code>db-proxy</code>.</p>
661
+ * <p>Valid values: <code>db-instance</code> | <code>db-cluster</code> | <code>db-parameter-group</code> | <code>db-security-group</code> | <code>db-snapshot</code> | <code>db-cluster-snapshot</code> | <code>db-proxy</code>
662
662
  * </p>
663
663
  */
664
664
  SourceType?: string;
@@ -707,7 +707,7 @@ export declare namespace EventCategoriesMessage {
707
707
  */
708
708
  const filterSensitiveLog: (obj: EventCategoriesMessage) => any;
709
709
  }
710
- export declare type SourceType = "custom-engine-version" | "db-cluster" | "db-cluster-snapshot" | "db-instance" | "db-parameter-group" | "db-security-group" | "db-snapshot";
710
+ export declare type SourceType = "custom-engine-version" | "db-cluster" | "db-cluster-snapshot" | "db-instance" | "db-parameter-group" | "db-proxy" | "db-security-group" | "db-snapshot";
711
711
  /**
712
712
  * <p></p>
713
713
  */
@@ -738,6 +738,9 @@ export interface DescribeEventsMessage {
738
738
  * <p>If the source type is a DB cluster snapshot, a <code>DBClusterSnapshotIdentifier</code> value must be supplied.</p>
739
739
  * </li>
740
740
  * <li>
741
+ * <p>If the source type is an RDS Proxy, a <code>DBProxyName</code> value must be supplied.</p>
742
+ * </li>
743
+ * <li>
741
744
  * <p>Can't end with a hyphen or contain two consecutive hyphens.</p>
742
745
  * </li>
743
746
  * </ul>
@@ -3731,7 +3734,7 @@ export interface ModifyDBInstanceMessage {
3731
3734
  * unless you enable <code>ApplyImmediately</code>.</p>
3732
3735
  * <p> This parameter doesn't apply to RDS Custom.</p>
3733
3736
  * <p>Constraints: If supplied, must match the name of an existing DBSubnetGroup.</p>
3734
- * <p>Example: <code>mySubnetGroup</code>
3737
+ * <p>Example: <code>mydbsubnetgroup</code>
3735
3738
  * </p>
3736
3739
  */
3737
3740
  DBSubnetGroupName?: string;
@@ -4548,7 +4551,7 @@ export declare namespace ModifyDBProxyEndpointResponse {
4548
4551
  */
4549
4552
  export interface ConnectionPoolConfiguration {
4550
4553
  /**
4551
- * <p>The maximum size of the connection pool for each target in a target group. For Aurora MySQL, it is expressed as a percentage of the
4554
+ * <p>The maximum size of the connection pool for each target in a target group. The value is expressed as a percentage of the
4552
4555
  * <code>max_connections</code> setting for the RDS DB instance or Aurora DB cluster used by the target group.</p>
4553
4556
  * <p>Default: 100</p>
4554
4557
  * <p>Constraints: between 1 and 100</p>
@@ -4557,10 +4560,8 @@ export interface ConnectionPoolConfiguration {
4557
4560
  /**
4558
4561
  * <p>
4559
4562
  * Controls how actively the proxy closes idle database connections in the connection pool.
4560
- * A high value enables the proxy to leave a high percentage of idle connections open.
4561
- * A low value causes the proxy to close idle client connections and return the underlying
4562
- * database connections to the connection pool. For Aurora MySQL, it is expressed as a percentage of the
4563
- * <code>max_connections</code> setting for the RDS DB instance or Aurora DB cluster used by the target group.
4563
+ * The value is expressed as a percentage of the <code>max_connections</code> setting for the RDS DB instance or Aurora DB cluster used by the target group.
4564
+ * With a high value, the proxy leaves a high percentage of idle database connections open. A low value causes the proxy to close more idle connections and return them to the database.
4564
4565
  * </p>
4565
4566
  * <p>Default: 50</p>
4566
4567
  * <p>Constraints: between 0 and <code>MaxConnectionsPercent</code>
@@ -4790,7 +4791,7 @@ export interface ModifyDBSubnetGroupMessage {
4790
4791
  * You can't modify the default subnet group.
4791
4792
  * </p>
4792
4793
  * <p>Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.</p>
4793
- * <p>Example: <code>mySubnetgroup</code>
4794
+ * <p>Example: <code>mydbsubnetgroup</code>
4794
4795
  * </p>
4795
4796
  */
4796
4797
  DBSubnetGroupName: string | undefined;
@@ -4846,8 +4847,8 @@ export interface ModifyEventSubscriptionMessage {
4846
4847
  */
4847
4848
  SnsTopicArn?: string;
4848
4849
  /**
4849
- * <p>The type of source that is generating the events. For example, if you want to be notified of events generated by a DB instance, you would set this parameter to db-instance. If this value isn't specified, all events are returned.</p>
4850
- * <p>Valid values: <code>db-instance</code> | <code>db-cluster</code> | <code>db-parameter-group</code> | <code>db-security-group</code> | <code>db-snapshot</code> | <code>db-cluster-snapshot</code>
4850
+ * <p>The type of source that is generating the events. For example, if you want to be notified of events generated by a DB instance, you would set this parameter to db-instance. For RDS Proxy events, specify <code>db-proxy</code>. If this value isn't specified, all events are returned.</p>
4851
+ * <p>Valid values: <code>db-instance</code> | <code>db-cluster</code> | <code>db-parameter-group</code> | <code>db-security-group</code> | <code>db-snapshot</code> | <code>db-cluster-snapshot</code> | <code>db-proxy</code>
4851
4852
  * </p>
4852
4853
  */
4853
4854
  SourceType?: string;
@@ -5711,10 +5712,9 @@ export interface RestoreDBClusterFromS3Message {
5711
5712
  VpcSecurityGroupIds?: string[];
5712
5713
  /**
5713
5714
  * <p>A DB subnet group to associate with the restored DB cluster.</p>
5714
- * <p>Constraints: If supplied, must match the name of an existing DBSubnetGroup.
5715
- * </p>
5716
- * <p>Example: <code>mySubnetgroup</code>
5717
- * </p>
5715
+ * <p>Constraints: If supplied, must match the name of an existing DBSubnetGroup.</p>
5716
+ * <p>Example: <code>mydbsubnetgroup</code>
5717
+ * </p>
5718
5718
  */
5719
5719
  DBSubnetGroupName?: string;
5720
5720
  /**
@@ -6101,7 +6101,7 @@ export interface RestoreDBClusterFromSnapshotMessage {
6101
6101
  /**
6102
6102
  * <p>The name of the DB subnet group to use for the new DB cluster.</p>
6103
6103
  * <p>Constraints: If supplied, must match the name of an existing DB subnet group.</p>
6104
- * <p>Example: <code>mySubnetgroup</code>
6104
+ * <p>Example: <code>mydbsubnetgroup</code>
6105
6105
  * </p>
6106
6106
  * <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
6107
6107
  */
@@ -6442,7 +6442,7 @@ export interface RestoreDBClusterToPointInTimeMessage {
6442
6442
  /**
6443
6443
  * <p>The DB subnet group name to use for the new DB cluster.</p>
6444
6444
  * <p>Constraints: If supplied, must match the name of an existing DBSubnetGroup.</p>
6445
- * <p>Example: <code>mySubnetgroup</code>
6445
+ * <p>Example: <code>mydbsubnetgroup</code>
6446
6446
  * </p>
6447
6447
  * <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
6448
6448
  */
@@ -6746,7 +6746,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
6746
6746
  /**
6747
6747
  * <p>The DB subnet group name to use for the new instance.</p>
6748
6748
  * <p>Constraints: If supplied, must match the name of an existing DBSubnetGroup.</p>
6749
- * <p>Example: <code>mySubnetgroup</code>
6749
+ * <p>Example: <code>mydbsubnetgroup</code>
6750
6750
  * </p>
6751
6751
  */
6752
6752
  DBSubnetGroupName?: string;
@@ -6926,7 +6926,12 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
6926
6926
  */
6927
6927
  Domain?: string;
6928
6928
  /**
6929
- * <p>A value that indicates whether to copy all tags from the restored DB instance to snapshots of the DB instance. By default, tags are not copied.</p>
6929
+ * <p>A value that indicates whether to copy all tags from the restored DB instance to snapshots of the DB instance.</p>
6930
+ * <p>In most cases, tags aren't copied by default. However, when you restore a DB instance from a DB snapshot, RDS checks whether you
6931
+ * specify new tags. If yes, the new tags are added to the restored DB instance. If there are no new tags, RDS looks for the tags from
6932
+ * the source DB instance for the DB snapshot, and then adds those tags to the restored DB instance.</p>
6933
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html#USER_Tagging.CopyTags">
6934
+ * Copying tags to DB instance snapshots</a> in the <i>Amazon RDS User Guide</i>.</p>
6930
6935
  */
6931
6936
  CopyTagsToSnapshot?: boolean;
6932
6937
  /**
@@ -7023,8 +7028,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
7023
7028
  * </ul>
7024
7029
  * <p>For the list of permissions required for the IAM role, see
7025
7030
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-setup-orcl.html#custom-setup-orcl.iam-vpc">
7026
- * Configure IAM and your VPC</a> in the <i>Amazon Relational Database Service
7027
- * User Guide</i>.</p>
7031
+ * Configure IAM and your VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
7028
7032
  * <p>This setting is required for RDS Custom.</p>
7029
7033
  */
7030
7034
  CustomIamInstanceProfile?: string;
@@ -7176,6 +7180,9 @@ export interface RestoreDBInstanceFromS3Message {
7176
7180
  AvailabilityZone?: string;
7177
7181
  /**
7178
7182
  * <p>A DB subnet group to associate with this DB instance.</p>
7183
+ * <p>Constraints: If supplied, must match the name of an existing DBSubnetGroup.</p>
7184
+ * <p>Example: <code>mydbsubnetgroup</code>
7185
+ * </p>
7179
7186
  */
7180
7187
  DBSubnetGroupName?: string;
7181
7188
  /**
@@ -7589,7 +7596,7 @@ export interface RestoreDBInstanceToPointInTimeMessage {
7589
7596
  /**
7590
7597
  * <p>The DB subnet group name to use for the new instance.</p>
7591
7598
  * <p>Constraints: If supplied, must match the name of an existing DBSubnetGroup.</p>
7592
- * <p>Example: <code>mySubnetgroup</code>
7599
+ * <p>Example: <code>mydbsubnetgroup</code>
7593
7600
  * </p>
7594
7601
  */
7595
7602
  DBSubnetGroupName?: string;
@@ -285,7 +285,7 @@ export declare namespace EventCategoriesMessage {
285
285
 
286
286
  const filterSensitiveLog: (obj: EventCategoriesMessage) => any;
287
287
  }
288
- export declare type SourceType = "custom-engine-version" | "db-cluster" | "db-cluster-snapshot" | "db-instance" | "db-parameter-group" | "db-security-group" | "db-snapshot";
288
+ export declare type SourceType = "custom-engine-version" | "db-cluster" | "db-cluster-snapshot" | "db-instance" | "db-parameter-group" | "db-proxy" | "db-security-group" | "db-snapshot";
289
289
 
290
290
  export interface DescribeEventsMessage {
291
291
 
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.47.2",
4
+ "version": "3.51.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",
@@ -18,45 +18,51 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.47.2",
22
- "@aws-sdk/config-resolver": "3.47.2",
23
- "@aws-sdk/credential-provider-node": "3.47.2",
24
- "@aws-sdk/fetch-http-handler": "3.47.2",
25
- "@aws-sdk/hash-node": "3.47.2",
26
- "@aws-sdk/invalid-dependency": "3.47.2",
27
- "@aws-sdk/middleware-content-length": "3.47.2",
28
- "@aws-sdk/middleware-host-header": "3.47.2",
29
- "@aws-sdk/middleware-logger": "3.47.2",
30
- "@aws-sdk/middleware-retry": "3.47.2",
31
- "@aws-sdk/middleware-sdk-rds": "3.47.2",
32
- "@aws-sdk/middleware-serde": "3.47.2",
33
- "@aws-sdk/middleware-signing": "3.47.2",
34
- "@aws-sdk/middleware-stack": "3.47.2",
35
- "@aws-sdk/middleware-user-agent": "3.47.2",
36
- "@aws-sdk/node-config-provider": "3.47.2",
37
- "@aws-sdk/node-http-handler": "3.47.2",
38
- "@aws-sdk/protocol-http": "3.47.2",
39
- "@aws-sdk/smithy-client": "3.47.2",
40
- "@aws-sdk/types": "3.47.1",
41
- "@aws-sdk/url-parser": "3.47.2",
42
- "@aws-sdk/util-base64-browser": "3.47.1",
43
- "@aws-sdk/util-base64-node": "3.47.2",
44
- "@aws-sdk/util-body-length-browser": "3.47.1",
45
- "@aws-sdk/util-body-length-node": "3.47.1",
46
- "@aws-sdk/util-defaults-mode-browser": "3.47.2",
47
- "@aws-sdk/util-defaults-mode-node": "3.47.2",
48
- "@aws-sdk/util-user-agent-browser": "3.47.2",
49
- "@aws-sdk/util-user-agent-node": "3.47.2",
50
- "@aws-sdk/util-utf8-browser": "3.47.1",
51
- "@aws-sdk/util-utf8-node": "3.47.2",
52
- "@aws-sdk/util-waiter": "3.47.2",
21
+ "@aws-sdk/client-sts": "3.51.0",
22
+ "@aws-sdk/config-resolver": "3.51.0",
23
+ "@aws-sdk/credential-provider-node": "3.51.0",
24
+ "@aws-sdk/fetch-http-handler": "3.50.0",
25
+ "@aws-sdk/hash-node": "3.50.0",
26
+ "@aws-sdk/invalid-dependency": "3.50.0",
27
+ "@aws-sdk/middleware-content-length": "3.50.0",
28
+ "@aws-sdk/middleware-host-header": "3.50.0",
29
+ "@aws-sdk/middleware-logger": "3.50.0",
30
+ "@aws-sdk/middleware-retry": "3.51.0",
31
+ "@aws-sdk/middleware-sdk-rds": "3.50.0",
32
+ "@aws-sdk/middleware-serde": "3.50.0",
33
+ "@aws-sdk/middleware-signing": "3.50.0",
34
+ "@aws-sdk/middleware-stack": "3.50.0",
35
+ "@aws-sdk/middleware-user-agent": "3.50.0",
36
+ "@aws-sdk/node-config-provider": "3.51.0",
37
+ "@aws-sdk/node-http-handler": "3.50.0",
38
+ "@aws-sdk/protocol-http": "3.50.0",
39
+ "@aws-sdk/smithy-client": "3.50.0",
40
+ "@aws-sdk/types": "3.50.0",
41
+ "@aws-sdk/url-parser": "3.50.0",
42
+ "@aws-sdk/util-base64-browser": "3.49.0",
43
+ "@aws-sdk/util-base64-node": "3.49.0",
44
+ "@aws-sdk/util-body-length-browser": "3.49.0",
45
+ "@aws-sdk/util-body-length-node": "3.49.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.50.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.51.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.50.0",
49
+ "@aws-sdk/util-user-agent-node": "3.51.0",
50
+ "@aws-sdk/util-utf8-browser": "3.49.0",
51
+ "@aws-sdk/util-utf8-node": "3.49.0",
52
+ "@aws-sdk/util-waiter": "3.50.0",
53
53
  "entities": "2.2.0",
54
54
  "fast-xml-parser": "3.19.0",
55
55
  "tslib": "^2.3.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@aws-sdk/service-client-documentation-generator": "3.47.1",
59
- "@types/node": "^12.7.5"
58
+ "@aws-sdk/service-client-documentation-generator": "3.49.0",
59
+ "@tsconfig/recommended": "1.0.1",
60
+ "@types/node": "^12.7.5",
61
+ "concurrently": "7.0.0",
62
+ "downlevel-dts": "0.7.0",
63
+ "rimraf": "3.0.2",
64
+ "typedoc": "0.19.2",
65
+ "typescript": "~4.3.5"
60
66
  },
61
67
  "engines": {
62
68
  "node": ">=12.0.0"