@aws-sdk/client-rds 3.458.0 → 3.460.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.
Files changed (27) hide show
  1. package/README.md +1 -1
  2. package/dist-types/RDS.d.ts +1 -1
  3. package/dist-types/RDSClient.d.ts +1 -1
  4. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +1 -1
  5. package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
  6. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
  7. package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +1 -1
  8. package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +1 -1
  9. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +1 -1
  10. package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +1 -1
  11. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +2 -2
  12. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +1 -1
  13. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +4 -4
  14. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +3 -3
  15. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +3 -3
  16. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +2 -2
  17. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +1 -1
  18. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +1 -1
  19. package/dist-types/commands/StartDBClusterCommand.d.ts +2 -2
  20. package/dist-types/commands/StartDBInstanceCommand.d.ts +1 -1
  21. package/dist-types/commands/StartExportTaskCommand.d.ts +1 -1
  22. package/dist-types/commands/StopActivityStreamCommand.d.ts +1 -1
  23. package/dist-types/commands/StopDBClusterCommand.d.ts +1 -1
  24. package/dist-types/index.d.ts +1 -1
  25. package/dist-types/models/models_0.d.ts +207 -135
  26. package/dist-types/models/models_1.d.ts +175 -58
  27. package/package.json +13 -13
@@ -859,6 +859,16 @@ export interface DescribeDBEngineVersionsMessage {
859
859
  * </li>
860
860
  * <li>
861
861
  * <p>
862
+ * <code>db2-ae</code>
863
+ * </p>
864
+ * </li>
865
+ * <li>
866
+ * <p>
867
+ * <code>db2-se</code>
868
+ * </p>
869
+ * </li>
870
+ * <li>
871
+ * <p>
862
872
  * <code>mariadb</code>
863
873
  * </p>
864
874
  * </li>
@@ -2577,6 +2587,16 @@ export interface DescribeEngineDefaultParametersMessage {
2577
2587
  * </li>
2578
2588
  * <li>
2579
2589
  * <p>
2590
+ * <code>db2-ae</code>
2591
+ * </p>
2592
+ * </li>
2593
+ * <li>
2594
+ * <p>
2595
+ * <code>db2-se</code>
2596
+ * </p>
2597
+ * </li>
2598
+ * <li>
2599
+ * <p>
2580
2600
  * <code>mariadb10.2</code>
2581
2601
  * </p>
2582
2602
  * </li>
@@ -3296,11 +3316,21 @@ export interface DescribeIntegrationsResponse {
3296
3316
  export interface DescribeOptionGroupOptionsMessage {
3297
3317
  /**
3298
3318
  * @public
3299
- * <p>A required parameter. Options available for the given engine name are described.</p>
3319
+ * <p>The name of the engine to describe options for.</p>
3300
3320
  * <p>Valid Values:</p>
3301
3321
  * <ul>
3302
3322
  * <li>
3303
3323
  * <p>
3324
+ * <code>db2-ae</code>
3325
+ * </p>
3326
+ * </li>
3327
+ * <li>
3328
+ * <p>
3329
+ * <code>db2-se</code>
3330
+ * </p>
3331
+ * </li>
3332
+ * <li>
3333
+ * <p>
3304
3334
  * <code>mariadb</code>
3305
3335
  * </p>
3306
3336
  * </li>
@@ -3614,11 +3644,21 @@ export interface DescribeOptionGroupsMessage {
3614
3644
  MaxRecords?: number;
3615
3645
  /**
3616
3646
  * @public
3617
- * <p>Filters the list of option groups to only include groups associated with a specific database engine.</p>
3647
+ * <p>A filter to only include option groups associated with this database engine.</p>
3618
3648
  * <p>Valid Values:</p>
3619
3649
  * <ul>
3620
3650
  * <li>
3621
3651
  * <p>
3652
+ * <code>db2-ae</code>
3653
+ * </p>
3654
+ * </li>
3655
+ * <li>
3656
+ * <p>
3657
+ * <code>db2-se</code>
3658
+ * </p>
3659
+ * </li>
3660
+ * <li>
3661
+ * <p>
3622
3662
  * <code>mariadb</code>
3623
3663
  * </p>
3624
3664
  * </li>
@@ -3707,7 +3747,7 @@ export interface OptionGroups {
3707
3747
  export interface DescribeOrderableDBInstanceOptionsMessage {
3708
3748
  /**
3709
3749
  * @public
3710
- * <p>The name of the engine to retrieve DB instance options for.</p>
3750
+ * <p>The name of the engine to describe DB instance options for.</p>
3711
3751
  * <p>Valid Values:</p>
3712
3752
  * <ul>
3713
3753
  * <li>
@@ -3727,6 +3767,16 @@ export interface DescribeOrderableDBInstanceOptionsMessage {
3727
3767
  * </li>
3728
3768
  * <li>
3729
3769
  * <p>
3770
+ * <code>db2-ae</code>
3771
+ * </p>
3772
+ * </li>
3773
+ * <li>
3774
+ * <p>
3775
+ * <code>db2-se</code>
3776
+ * </p>
3777
+ * </li>
3778
+ * <li>
3779
+ * <p>
3730
3780
  * <code>mariadb</code>
3731
3781
  * </p>
3732
3782
  * </li>
@@ -3785,26 +3835,25 @@ export interface DescribeOrderableDBInstanceOptionsMessage {
3785
3835
  Engine: string | undefined;
3786
3836
  /**
3787
3837
  * @public
3788
- * <p>The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.</p>
3838
+ * <p>A filter to include only the available options for the specified engine version.</p>
3789
3839
  */
3790
3840
  EngineVersion?: string;
3791
3841
  /**
3792
3842
  * @public
3793
- * <p>The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.</p>
3843
+ * <p>A filter to include only the available options for the specified DB instance class.</p>
3794
3844
  */
3795
3845
  DBInstanceClass?: string;
3796
3846
  /**
3797
3847
  * @public
3798
- * <p>The license model filter value. Specify this parameter to show only the available offerings
3799
- * matching the specified license model.</p>
3848
+ * <p>A filter to include only the available options for the specified license model.</p>
3800
3849
  * <p>RDS Custom supports only the BYOL licensing model.</p>
3801
3850
  */
3802
3851
  LicenseModel?: string;
3803
3852
  /**
3804
3853
  * @public
3805
- * <p>The Availability Zone group associated with a Local Zone. Specify this parameter to retrieve available offerings for the Local Zones in the group.</p>
3806
- * <p>Omit this parameter to show the available offerings in the specified Amazon Web Services Region.</p>
3807
- * <p>This setting doesn't apply to RDS Custom.</p>
3854
+ * <p>The Availability Zone group associated with a Local Zone. Specify this parameter to retrieve available options for the Local Zones in the group.</p>
3855
+ * <p>Omit this parameter to show the available options in the specified Amazon Web Services Region.</p>
3856
+ * <p>This setting doesn't apply to RDS Custom DB instances.</p>
3808
3857
  */
3809
3858
  AvailabilityZoneGroup?: string;
3810
3859
  /**
@@ -6153,7 +6202,7 @@ export interface ModifyDBInstanceMessage {
6153
6202
  /**
6154
6203
  * @public
6155
6204
  * <p>The new amount of storage in gibibytes (GiB) to allocate for the DB instance.</p>
6156
- * <p>For RDS for MariaDB, RDS for MySQL, RDS for Oracle, and RDS for PostgreSQL,
6205
+ * <p>For RDS for Db2, MariaDB, RDS for MySQL, RDS for Oracle, and RDS for PostgreSQL,
6157
6206
  * the value supplied must be at least 10% greater than the current value.
6158
6207
  * Values that are not at least 10% greater than the existing value are rounded up
6159
6208
  * so that they are 10% greater than the current value.</p>
@@ -6262,7 +6311,7 @@ export interface ModifyDBInstanceMessage {
6262
6311
  * <code>PendingModifiedValues</code> element of the operation response.</p>
6263
6312
  * <note>
6264
6313
  * <p>Amazon RDS API operations never return the password,
6265
- * so this action provides a way to regain access to a primary instance user if the password is lost.
6314
+ * so this operation provides a way to regain access to a primary instance user if the password is lost.
6266
6315
  * This includes restoring privileges that might have been accidentally revoked.</p>
6267
6316
  * </note>
6268
6317
  * <p>This setting doesn't apply to the following DB instances:</p>
@@ -6282,12 +6331,15 @@ export interface ModifyDBInstanceMessage {
6282
6331
  * <p>Can't be specified if <code>ManageMasterUserPassword</code> is turned on.</p>
6283
6332
  * </li>
6284
6333
  * <li>
6285
- * <p>Can include any printable ASCII character except "/", """, or "@".</p>
6334
+ * <p>Can include any printable ASCII character except "/", """, or "@". For RDS for Oracle, can't include the "&" (ampersand) or the "'" (single quotes) character.</p>
6286
6335
  * </li>
6287
6336
  * </ul>
6288
6337
  * <p>Length Constraints:</p>
6289
6338
  * <ul>
6290
6339
  * <li>
6340
+ * <p>RDS for Db2 - Must contain from 8 to 255 characters.</p>
6341
+ * </li>
6342
+ * <li>
6291
6343
  * <p>RDS for MariaDB - Must contain from 8 to 41 characters.</p>
6292
6344
  * </li>
6293
6345
  * <li>
@@ -6489,6 +6541,10 @@ export interface ModifyDBInstanceMessage {
6489
6541
  * <p>Valid Values:</p>
6490
6542
  * <ul>
6491
6543
  * <li>
6544
+ * <p>RDS for Db2 - <code>bring-your-own-license</code>
6545
+ * </p>
6546
+ * </li>
6547
+ * <li>
6492
6548
  * <p>RDS for MariaDB - <code>general-public-license</code>
6493
6549
  * </p>
6494
6550
  * </li>
@@ -6625,7 +6681,7 @@ export interface ModifyDBInstanceMessage {
6625
6681
  * @public
6626
6682
  * <p>The Active Directory directory ID to move the DB instance to.
6627
6683
  * Specify <code>none</code> to remove the instance from its current domain.
6628
- * You must create the domain before this operation. Currently, you can create only MySQL, Microsoft SQL
6684
+ * You must create the domain before this operation. Currently, you can create only Db2, MySQL, Microsoft SQL
6629
6685
  * Server, Oracle, and PostgreSQL DB instances in an Active Directory Domain.</p>
6630
6686
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html">
6631
6687
  * Kerberos Authentication</a> in the <i>Amazon RDS User Guide</i>.</p>
@@ -6719,6 +6775,10 @@ export interface ModifyDBInstanceMessage {
6719
6775
  * </p>
6720
6776
  * </li>
6721
6777
  * <li>
6778
+ * <p>RDS for Db2 - <code>50000</code>
6779
+ * </p>
6780
+ * </li>
6781
+ * <li>
6722
6782
  * <p>RDS for MariaDB - <code>3306</code>
6723
6783
  * </p>
6724
6784
  * </li>
@@ -7149,7 +7209,7 @@ export interface ModifyDBInstanceResult {
7149
7209
  /**
7150
7210
  * @public
7151
7211
  * <p>Contains the result of a successful invocation of the
7152
- * <code>ModifyDBParameterGroup</code> or <code>ResetDBParameterGroup</code> action.</p>
7212
+ * <code>ModifyDBParameterGroup</code> or <code>ResetDBParameterGroup</code> operation.</p>
7153
7213
  */
7154
7214
  export interface DBParameterGroupNameMessage {
7155
7215
  /**
@@ -9667,17 +9727,17 @@ export interface RestoreDBClusterToPointInTimeResult {
9667
9727
  export interface RestoreDBInstanceFromDBSnapshotMessage {
9668
9728
  /**
9669
9729
  * @public
9670
- * <p>Name of the DB instance to create from the DB snapshot. This parameter isn't case-sensitive.</p>
9730
+ * <p>The name of the DB instance to create from the DB snapshot. This parameter isn't case-sensitive.</p>
9671
9731
  * <p>Constraints:</p>
9672
9732
  * <ul>
9673
9733
  * <li>
9674
- * <p>Must contain from 1 to 63 numbers, letters, or hyphens</p>
9734
+ * <p>Must contain from 1 to 63 numbers, letters, or hyphens.</p>
9675
9735
  * </li>
9676
9736
  * <li>
9677
- * <p>First character must be a letter</p>
9737
+ * <p>First character must be a letter.</p>
9678
9738
  * </li>
9679
9739
  * <li>
9680
- * <p>Can't end with a hyphen or contain two consecutive hyphens</p>
9740
+ * <p>Can't end with a hyphen or contain two consecutive hyphens.</p>
9681
9741
  * </li>
9682
9742
  * </ul>
9683
9743
  * <p>Example: <code>my-snapshot-id</code>
@@ -9690,7 +9750,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
9690
9750
  * <p>Constraints:</p>
9691
9751
  * <ul>
9692
9752
  * <li>
9693
- * <p>Must match the identifier of an existing DBSnapshot.</p>
9753
+ * <p>Must match the identifier of an existing DB snapshot.</p>
9694
9754
  * </li>
9695
9755
  * <li>
9696
9756
  * <p>Can't be specified when <code>DBClusterSnapshotIdentifier</code> is specified.</p>
@@ -9735,8 +9795,13 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
9735
9795
  AvailabilityZone?: string;
9736
9796
  /**
9737
9797
  * @public
9738
- * <p>The DB subnet group name to use for the new instance.</p>
9739
- * <p>Constraints: If supplied, must match the name of an existing DBSubnetGroup.</p>
9798
+ * <p>The name of the DB subnet group to use for the new instance.</p>
9799
+ * <p>Constraints:</p>
9800
+ * <ul>
9801
+ * <li>
9802
+ * <p>If supplied, must match the name of an existing DB subnet group.</p>
9803
+ * </li>
9804
+ * </ul>
9740
9805
  * <p>Example: <code>mydbsubnetgroup</code>
9741
9806
  * </p>
9742
9807
  */
@@ -9777,8 +9842,8 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
9777
9842
  LicenseModel?: string;
9778
9843
  /**
9779
9844
  * @public
9780
- * <p>The database name for the restored DB instance.</p>
9781
- * <p>This parameter doesn't apply to the MySQL, PostgreSQL, or MariaDB engines. It also doesn't apply to RDS
9845
+ * <p>The name of the database for the restored DB instance.</p>
9846
+ * <p>This parameter only applies to RDS for Oracle and RDS for SQL Server DB instances. It doesn't apply to the other engines or to RDS
9782
9847
  * Custom DB instances.</p>
9783
9848
  */
9784
9849
  DBName?: string;
@@ -9792,6 +9857,16 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
9792
9857
  * <ul>
9793
9858
  * <li>
9794
9859
  * <p>
9860
+ * <code>db2-ae</code>
9861
+ * </p>
9862
+ * </li>
9863
+ * <li>
9864
+ * <p>
9865
+ * <code>db2-se</code>
9866
+ * </p>
9867
+ * </li>
9868
+ * <li>
9869
+ * <p>
9795
9870
  * <code>mariadb</code>
9796
9871
  * </p>
9797
9872
  * </li>
@@ -9909,9 +9984,9 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
9909
9984
  VpcSecurityGroupIds?: string[];
9910
9985
  /**
9911
9986
  * @public
9912
- * <p>Specify the Active Directory directory ID to restore the DB instance in.
9913
- * The domain/ must be created prior to this operation. Currently, you can create only MySQL, Microsoft SQL
9914
- * Server, Oracle, and PostgreSQL DB instances in an Active Directory Domain.</p>
9987
+ * <p>The Active Directory directory ID to restore the DB instance in.
9988
+ * The domain/ must be created prior to this operation. Currently, you can create only Db2, MySQL, Microsoft SQL
9989
+ * Server, Oracle, and PostgreSQL DB instances in an Active Directory Domain.</p>
9915
9990
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html">
9916
9991
  * Kerberos Authentication</a> in the <i>Amazon RDS User Guide</i>.</p>
9917
9992
  * <p>This setting doesn't apply to RDS Custom.</p>
@@ -10001,8 +10076,8 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
10001
10076
  EnableIAMDatabaseAuthentication?: boolean;
10002
10077
  /**
10003
10078
  * @public
10004
- * <p>The list of logs that the restored DB instance is to export to CloudWatch Logs. The values
10005
- * in the list depend on the DB engine being used. For more information, see
10079
+ * <p>The list of logs for the restored DB instance to export to CloudWatch Logs. The values
10080
+ * in the list depend on the DB engine. For more information, see
10006
10081
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch">Publishing Database Logs to Amazon CloudWatch Logs</a> in the <i>Amazon RDS User Guide</i>.</p>
10007
10082
  * <p>This setting doesn't apply to RDS Custom.</p>
10008
10083
  */
@@ -10029,7 +10104,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
10029
10104
  * <p>Constraints:</p>
10030
10105
  * <ul>
10031
10106
  * <li>
10032
- * <p>If supplied, must match the name of an existing DBParameterGroup.</p>
10107
+ * <p>If supplied, must match the name of an existing DB parameter group.</p>
10033
10108
  * </li>
10034
10109
  * <li>
10035
10110
  * <p>Must be 1 to 255 letters, numbers, or hyphens.</p>
@@ -10265,29 +10340,37 @@ export interface RestoreDBInstanceFromS3Message {
10265
10340
  MasterUsername?: string;
10266
10341
  /**
10267
10342
  * @public
10268
- * <p>The password for the master user.
10269
- * The password can include any printable ASCII character except "/", """, or "@".</p>
10270
- * <p>Constraints: Can't be specified if <code>ManageMasterUserPassword</code> is turned on.</p>
10271
- * <p>
10272
- * <b>MariaDB</b>
10273
- * </p>
10274
- * <p>Constraints: Must contain from 8 to 41 characters.</p>
10275
- * <p>
10276
- * <b>Microsoft SQL Server</b>
10277
- * </p>
10278
- * <p>Constraints: Must contain from 8 to 128 characters.</p>
10279
- * <p>
10280
- * <b>MySQL</b>
10281
- * </p>
10282
- * <p>Constraints: Must contain from 8 to 41 characters.</p>
10283
- * <p>
10284
- * <b>Oracle</b>
10285
- * </p>
10286
- * <p>Constraints: Must contain from 8 to 30 characters.</p>
10287
- * <p>
10288
- * <b>PostgreSQL</b>
10289
- * </p>
10290
- * <p>Constraints: Must contain from 8 to 128 characters.</p>
10343
+ * <p>The password for the master user.</p>
10344
+ * <p>Constraints:</p>
10345
+ * <ul>
10346
+ * <li>
10347
+ * <p>Can't be specified if <code>ManageMasterUserPassword</code> is turned on.</p>
10348
+ * </li>
10349
+ * <li>
10350
+ * <p>Can include any printable ASCII character except "/", """, or "@". For RDS for Oracle, can't include the "&" (ampersand) or the "'" (single quotes) character.</p>
10351
+ * </li>
10352
+ * </ul>
10353
+ * <p>Length Constraints:</p>
10354
+ * <ul>
10355
+ * <li>
10356
+ * <p>RDS for Db2 - Must contain from 8 to 128 characters.</p>
10357
+ * </li>
10358
+ * <li>
10359
+ * <p>RDS for MariaDB - Must contain from 8 to 41 characters.</p>
10360
+ * </li>
10361
+ * <li>
10362
+ * <p>RDS for Microsoft SQL Server - Must contain from 8 to 128 characters.</p>
10363
+ * </li>
10364
+ * <li>
10365
+ * <p>RDS for MySQL - Must contain from 8 to 41 characters.</p>
10366
+ * </li>
10367
+ * <li>
10368
+ * <p>RDS for Oracle - Must contain from 8 to 30 characters.</p>
10369
+ * </li>
10370
+ * <li>
10371
+ * <p>RDS for PostgreSQL - Must contain from 8 to 128 characters.</p>
10372
+ * </li>
10373
+ * </ul>
10291
10374
  */
10292
10375
  MasterUserPassword?: string;
10293
10376
  /**
@@ -10898,9 +10981,21 @@ export interface RestoreDBInstanceToPointInTimeMessage {
10898
10981
  /**
10899
10982
  * @public
10900
10983
  * <p>The database name for the restored DB instance.</p>
10901
- * <note>
10902
- * <p>This parameter isn't supported for the MySQL or MariaDB engines. It also doesn't apply to RDS Custom.</p>
10903
- * </note>
10984
+ * <p>This parameter doesn't apply to the following DB instances:</p>
10985
+ * <ul>
10986
+ * <li>
10987
+ * <p>RDS Custom</p>
10988
+ * </li>
10989
+ * <li>
10990
+ * <p>RDS for Db2</p>
10991
+ * </li>
10992
+ * <li>
10993
+ * <p>RDS for MariaDB</p>
10994
+ * </li>
10995
+ * <li>
10996
+ * <p>RDS for MySQL</p>
10997
+ * </li>
10998
+ * </ul>
10904
10999
  */
10905
11000
  DBName?: string;
10906
11001
  /**
@@ -10911,6 +11006,16 @@ export interface RestoreDBInstanceToPointInTimeMessage {
10911
11006
  * <ul>
10912
11007
  * <li>
10913
11008
  * <p>
11009
+ * <code>db2-ae</code>
11010
+ * </p>
11011
+ * </li>
11012
+ * <li>
11013
+ * <p>
11014
+ * <code>db2-se</code>
11015
+ * </p>
11016
+ * </li>
11017
+ * <li>
11018
+ * <p>
10914
11019
  * <code>mariadb</code>
10915
11020
  * </p>
10916
11021
  * </li>
@@ -11233,8 +11338,20 @@ export interface RestoreDBInstanceToPointInTimeMessage {
11233
11338
  CustomIamInstanceProfile?: string;
11234
11339
  /**
11235
11340
  * @public
11236
- * <p>Specifies where automated backups and manual snapshots are stored for the restored DB instance.</p>
11237
- * <p>Possible values are <code>outposts</code> (Amazon Web Services Outposts) and <code>region</code> (Amazon Web Services Region). The default is <code>region</code>.</p>
11341
+ * <p>The location for storing automated backups and manual snapshots for the restored DB instance.</p>
11342
+ * <p>Valid Values:</p>
11343
+ * <ul>
11344
+ * <li>
11345
+ * <p>
11346
+ * <code>outposts</code> (Amazon Web Services Outposts)</p>
11347
+ * </li>
11348
+ * <li>
11349
+ * <p>
11350
+ * <code>region</code> (Amazon Web Services Region)</p>
11351
+ * </li>
11352
+ * </ul>
11353
+ * <p>Default: <code>region</code>
11354
+ * </p>
11238
11355
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html">Working
11239
11356
  * with Amazon RDS on Amazon Web Services Outposts</a> in the <i>Amazon RDS User Guide</i>.</p>
11240
11357
  */
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.458.0",
4
+ "version": "3.460.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",
@@ -21,20 +21,20 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.458.0",
24
+ "@aws-sdk/client-sts": "3.460.0",
25
25
  "@aws-sdk/core": "3.451.0",
26
- "@aws-sdk/credential-provider-node": "3.458.0",
27
- "@aws-sdk/middleware-host-header": "3.451.0",
28
- "@aws-sdk/middleware-logger": "3.451.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.451.0",
30
- "@aws-sdk/middleware-sdk-rds": "3.451.0",
31
- "@aws-sdk/middleware-signing": "3.451.0",
32
- "@aws-sdk/middleware-user-agent": "3.451.0",
26
+ "@aws-sdk/credential-provider-node": "3.460.0",
27
+ "@aws-sdk/middleware-host-header": "3.460.0",
28
+ "@aws-sdk/middleware-logger": "3.460.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.460.0",
30
+ "@aws-sdk/middleware-sdk-rds": "3.460.0",
31
+ "@aws-sdk/middleware-signing": "3.460.0",
32
+ "@aws-sdk/middleware-user-agent": "3.460.0",
33
33
  "@aws-sdk/region-config-resolver": "3.451.0",
34
- "@aws-sdk/types": "3.451.0",
35
- "@aws-sdk/util-endpoints": "3.451.0",
36
- "@aws-sdk/util-user-agent-browser": "3.451.0",
37
- "@aws-sdk/util-user-agent-node": "3.451.0",
34
+ "@aws-sdk/types": "3.460.0",
35
+ "@aws-sdk/util-endpoints": "3.460.0",
36
+ "@aws-sdk/util-user-agent-browser": "3.460.0",
37
+ "@aws-sdk/util-user-agent-node": "3.460.0",
38
38
  "@smithy/config-resolver": "^2.0.18",
39
39
  "@smithy/fetch-http-handler": "^2.2.6",
40
40
  "@smithy/hash-node": "^2.0.15",