@aws-sdk/client-rds 3.43.0 → 3.47.1
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 +49 -0
- package/dist-cjs/endpoints.js +1 -28
- package/dist-cjs/models/models_0.js +4 -594
- package/dist-cjs/models/models_1.js +3 -141
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +1 -28
- package/dist-es/models/models_0.js +0 -392
- package/dist-es/models/models_1.js +0 -92
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/RDS.d.ts +1 -1
- package/dist-types/RDSClient.d.ts +5 -1
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +77 -622
- package/dist-types/models/models_1.d.ts +37 -184
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/RDSClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -392
- package/dist-types/ts3.4/models/models_1.d.ts +0 -92
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +41 -48
|
@@ -1604,7 +1604,7 @@ export interface DescribeOrderableDBInstanceOptionsMessage {
|
|
|
1604
1604
|
* </li>
|
|
1605
1605
|
* <li>
|
|
1606
1606
|
* <p>
|
|
1607
|
-
* <code>aurora-mysql</code> (for MySQL 5.7-compatible Aurora)</p>
|
|
1607
|
+
* <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)</p>
|
|
1608
1608
|
* </li>
|
|
1609
1609
|
* <li>
|
|
1610
1610
|
* <p>
|
|
@@ -2214,12 +2214,6 @@ export interface ReservedDBInstanceNotFoundFault extends __SmithyException, $Met
|
|
|
2214
2214
|
$fault: "client";
|
|
2215
2215
|
message?: string;
|
|
2216
2216
|
}
|
|
2217
|
-
export declare namespace ReservedDBInstanceNotFoundFault {
|
|
2218
|
-
/**
|
|
2219
|
-
* @internal
|
|
2220
|
-
*/
|
|
2221
|
-
const filterSensitiveLog: (obj: ReservedDBInstanceNotFoundFault) => any;
|
|
2222
|
-
}
|
|
2223
2217
|
/**
|
|
2224
2218
|
* <p></p>
|
|
2225
2219
|
*/
|
|
@@ -2374,12 +2368,6 @@ export interface ReservedDBInstancesOfferingNotFoundFault extends __SmithyExcept
|
|
|
2374
2368
|
$fault: "client";
|
|
2375
2369
|
message?: string;
|
|
2376
2370
|
}
|
|
2377
|
-
export declare namespace ReservedDBInstancesOfferingNotFoundFault {
|
|
2378
|
-
/**
|
|
2379
|
-
* @internal
|
|
2380
|
-
*/
|
|
2381
|
-
const filterSensitiveLog: (obj: ReservedDBInstancesOfferingNotFoundFault) => any;
|
|
2382
|
-
}
|
|
2383
2371
|
/**
|
|
2384
2372
|
* <p></p>
|
|
2385
2373
|
*/
|
|
@@ -2631,12 +2619,6 @@ export interface DBLogFileNotFoundFault extends __SmithyException, $MetadataBear
|
|
|
2631
2619
|
$fault: "client";
|
|
2632
2620
|
message?: string;
|
|
2633
2621
|
}
|
|
2634
|
-
export declare namespace DBLogFileNotFoundFault {
|
|
2635
|
-
/**
|
|
2636
|
-
* @internal
|
|
2637
|
-
*/
|
|
2638
|
-
const filterSensitiveLog: (obj: DBLogFileNotFoundFault) => any;
|
|
2639
|
-
}
|
|
2640
2622
|
/**
|
|
2641
2623
|
* <p>This data type is used as a response element to <code>DownloadDBLogFilePortion</code>.</p>
|
|
2642
2624
|
*/
|
|
@@ -2901,12 +2883,6 @@ export interface InstallationMediaAlreadyExistsFault extends __SmithyException,
|
|
|
2901
2883
|
$fault: "client";
|
|
2902
2884
|
message?: string;
|
|
2903
2885
|
}
|
|
2904
|
-
export declare namespace InstallationMediaAlreadyExistsFault {
|
|
2905
|
-
/**
|
|
2906
|
-
* @internal
|
|
2907
|
-
*/
|
|
2908
|
-
const filterSensitiveLog: (obj: InstallationMediaAlreadyExistsFault) => any;
|
|
2909
|
-
}
|
|
2910
2886
|
/**
|
|
2911
2887
|
* <p></p>
|
|
2912
2888
|
*/
|
|
@@ -3017,12 +2993,6 @@ export interface InvalidDBClusterCapacityFault extends __SmithyException, $Metad
|
|
|
3017
2993
|
$fault: "client";
|
|
3018
2994
|
message?: string;
|
|
3019
2995
|
}
|
|
3020
|
-
export declare namespace InvalidDBClusterCapacityFault {
|
|
3021
|
-
/**
|
|
3022
|
-
* @internal
|
|
3023
|
-
*/
|
|
3024
|
-
const filterSensitiveLog: (obj: InvalidDBClusterCapacityFault) => any;
|
|
3025
|
-
}
|
|
3026
2996
|
export interface ModifyCurrentDBClusterCapacityMessage {
|
|
3027
2997
|
/**
|
|
3028
2998
|
* <p>The DB cluster identifier for the cluster being modified. This parameter isn't case-sensitive.</p>
|
|
@@ -3082,7 +3052,7 @@ export interface ModifyCustomDBEngineVersionMessage {
|
|
|
3082
3052
|
Engine: string | undefined;
|
|
3083
3053
|
/**
|
|
3084
3054
|
* <p>The custom engine version (CEV) that you want to modify. This option is required for
|
|
3085
|
-
* RDS Custom, but optional for Amazon RDS. The combination of <code>Engine</code> and
|
|
3055
|
+
* RDS Custom for Oracle, but optional for Amazon RDS. The combination of <code>Engine</code> and
|
|
3086
3056
|
* <code>EngineVersion</code> is unique per customer per Amazon Web Services Region.</p>
|
|
3087
3057
|
*/
|
|
3088
3058
|
EngineVersion: string | undefined;
|
|
@@ -3311,7 +3281,7 @@ export interface ModifyDBClusterMessage {
|
|
|
3311
3281
|
* <p>
|
|
3312
3282
|
* <code>aws rds describe-db-engine-versions --engine aurora --query "DBEngineVersions[].EngineVersion"</code>
|
|
3313
3283
|
* </p>
|
|
3314
|
-
* <p>To list all of the available engine versions for MySQL 5.7-compatible Aurora, use the following command:</p>
|
|
3284
|
+
* <p>To list all of the available engine versions for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora, use the following command:</p>
|
|
3315
3285
|
* <p>
|
|
3316
3286
|
* <code>aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"</code>
|
|
3317
3287
|
* </p>
|
|
@@ -3433,15 +3403,13 @@ export interface ModifyDBClusterMessage {
|
|
|
3433
3403
|
/**
|
|
3434
3404
|
* <p>Specifies the storage type to be associated with the DB cluster.</p>
|
|
3435
3405
|
* <p>
|
|
3436
|
-
* Valid values: <code>
|
|
3406
|
+
* Valid values: <code>io1</code>
|
|
3437
3407
|
* </p>
|
|
3438
3408
|
* <p>
|
|
3439
|
-
*
|
|
3440
|
-
* <code>Iops</code> parameter.
|
|
3409
|
+
* When specified, a value for the <code>Iops</code> parameter is required.
|
|
3441
3410
|
* </p>
|
|
3442
3411
|
* <p>
|
|
3443
|
-
* Default: <code>io1</code>
|
|
3444
|
-
* is specified, otherwise <code>gp2</code>
|
|
3412
|
+
* Default: <code>io1</code>
|
|
3445
3413
|
* </p>
|
|
3446
3414
|
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
3447
3415
|
*/
|
|
@@ -3696,12 +3664,6 @@ export interface SharedSnapshotQuotaExceededFault extends __SmithyException, $Me
|
|
|
3696
3664
|
$fault: "client";
|
|
3697
3665
|
message?: string;
|
|
3698
3666
|
}
|
|
3699
|
-
export declare namespace SharedSnapshotQuotaExceededFault {
|
|
3700
|
-
/**
|
|
3701
|
-
* @internal
|
|
3702
|
-
*/
|
|
3703
|
-
const filterSensitiveLog: (obj: SharedSnapshotQuotaExceededFault) => any;
|
|
3704
|
-
}
|
|
3705
3667
|
/**
|
|
3706
3668
|
* <p>The DB upgrade failed because a resource the DB depends on can't be
|
|
3707
3669
|
* modified.</p>
|
|
@@ -3711,12 +3673,6 @@ export interface DBUpgradeDependencyFailureFault extends __SmithyException, $Met
|
|
|
3711
3673
|
$fault: "client";
|
|
3712
3674
|
message?: string;
|
|
3713
3675
|
}
|
|
3714
|
-
export declare namespace DBUpgradeDependencyFailureFault {
|
|
3715
|
-
/**
|
|
3716
|
-
* @internal
|
|
3717
|
-
*/
|
|
3718
|
-
const filterSensitiveLog: (obj: DBUpgradeDependencyFailureFault) => any;
|
|
3719
|
-
}
|
|
3720
3676
|
/**
|
|
3721
3677
|
* <p></p>
|
|
3722
3678
|
*/
|
|
@@ -3757,7 +3713,7 @@ export interface ModifyDBInstanceMessage {
|
|
|
3757
3713
|
* The change is applied during the next maintenance window,
|
|
3758
3714
|
* unless <code>ApplyImmediately</code> is enabled for this request.
|
|
3759
3715
|
* </p>
|
|
3760
|
-
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
3716
|
+
* <p>This setting doesn't apply to RDS Custom for Oracle.</p>
|
|
3761
3717
|
* <p>Default: Uses existing setting</p>
|
|
3762
3718
|
*/
|
|
3763
3719
|
DBInstanceClass?: string;
|
|
@@ -3809,19 +3765,14 @@ export interface ModifyDBInstanceMessage {
|
|
|
3809
3765
|
*/
|
|
3810
3766
|
VpcSecurityGroupIds?: string[];
|
|
3811
3767
|
/**
|
|
3812
|
-
* <p>A value that indicates whether the modifications in this request and
|
|
3813
|
-
*
|
|
3814
|
-
* as soon as possible, regardless of the
|
|
3815
|
-
* <code>PreferredMaintenanceWindow</code> setting for the DB instance. By default, this parameter is
|
|
3816
|
-
* disabled.
|
|
3817
|
-
* </p>
|
|
3768
|
+
* <p>A value that indicates whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible,
|
|
3769
|
+
* regardless of the <code>PreferredMaintenanceWindow</code> setting for the DB instance. By default, this parameter is disabled.</p>
|
|
3818
3770
|
* <p>
|
|
3819
|
-
* If this parameter is disabled, changes to the
|
|
3820
|
-
*
|
|
3821
|
-
*
|
|
3822
|
-
*
|
|
3823
|
-
*
|
|
3824
|
-
* or disabling <code>ApplyImmediately</code> for each modified parameter and to determine when the changes are applied.
|
|
3771
|
+
* If this parameter is disabled, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage
|
|
3772
|
+
* and are applied on the next call to <a>RebootDBInstance</a>, or the next failure reboot. Review the table of parameters in
|
|
3773
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html">Modifying a DB Instance</a> in the
|
|
3774
|
+
* <i>Amazon RDS User Guide</i> to see the impact of enabling or disabling <code>ApplyImmediately</code> for each modified parameter and to
|
|
3775
|
+
* determine when the changes are applied.
|
|
3825
3776
|
* </p>
|
|
3826
3777
|
*/
|
|
3827
3778
|
ApplyImmediately?: boolean;
|
|
@@ -3908,7 +3859,7 @@ export interface ModifyDBInstanceMessage {
|
|
|
3908
3859
|
* <ul>
|
|
3909
3860
|
* <li>
|
|
3910
3861
|
* <p>It must be a value from 0 to 35. It can't be set to 0 if the DB instance is a source to
|
|
3911
|
-
* read replicas. It can't be set to 0 or 35 for an RDS Custom DB instance.</p>
|
|
3862
|
+
* read replicas. It can't be set to 0 or 35 for an RDS Custom for Oracle DB instance.</p>
|
|
3912
3863
|
* </li>
|
|
3913
3864
|
* <li>
|
|
3914
3865
|
* <p>It can be specified for a MySQL read replica only if the source is running MySQL 5.6 or
|
|
@@ -3994,7 +3945,7 @@ export interface ModifyDBInstanceMessage {
|
|
|
3994
3945
|
* default minor version if the current minor version is lower.
|
|
3995
3946
|
* For information about valid engine versions, see <code>CreateDBInstance</code>,
|
|
3996
3947
|
* or call <code>DescribeDBEngineVersions</code>.</p>
|
|
3997
|
-
* <p>In RDS Custom, this parameter is supported for read replicas only if they are in the
|
|
3948
|
+
* <p>In RDS Custom for Oracle, this parameter is supported for read replicas only if they are in the
|
|
3998
3949
|
* <code>PATCH_DB_FAILURE</code> lifecycle.
|
|
3999
3950
|
* </p>
|
|
4000
3951
|
*/
|
|
@@ -4241,7 +4192,6 @@ export interface ModifyDBInstanceMessage {
|
|
|
4241
4192
|
* </p>
|
|
4242
4193
|
* <p>Changes to the <code>PubliclyAccessible</code> parameter are applied immediately regardless
|
|
4243
4194
|
* of the value of the <code>ApplyImmediately</code> parameter.</p>
|
|
4244
|
-
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
4245
4195
|
*/
|
|
4246
4196
|
PubliclyAccessible?: boolean;
|
|
4247
4197
|
/**
|
|
@@ -4474,17 +4424,20 @@ export interface ModifyDBParameterGroupMessage {
|
|
|
4474
4424
|
DBParameterGroupName: string | undefined;
|
|
4475
4425
|
/**
|
|
4476
4426
|
* <p>An array of parameter names, values, and the application methods for the parameter update. At least one parameter name, value, and
|
|
4477
|
-
* application method
|
|
4427
|
+
* application method must be supplied; later arguments are optional. A maximum of 20 parameters can be modified in a single request.</p>
|
|
4478
4428
|
* <p>Valid Values (for the application method): <code>immediate | pending-reboot</code>
|
|
4479
4429
|
* </p>
|
|
4430
|
+
* <p>You can use the <code>immediate</code> value with dynamic parameters only. You can use the <code>pending-reboot</code> value for both dynamic
|
|
4431
|
+
* and static parameters.</p>
|
|
4432
|
+
* <p>When the application method is <code>immediate</code>, changes to dynamic parameters are applied immediately to the DB instances associated with
|
|
4433
|
+
* the parameter group.</p>
|
|
4434
|
+
* <p>When the application method is <code>pending-reboot</code>, changes to dynamic and static parameters are applied after a reboot without failover
|
|
4435
|
+
* to the DB instances associated with the parameter group.</p>
|
|
4480
4436
|
* <note>
|
|
4481
|
-
* <p>You can use
|
|
4482
|
-
* <code>pending-reboot</code> value for both dynamic and static parameters.</p>
|
|
4483
|
-
* <p>When the application method is <code>immediate</code>, changes to dynamic parameters are applied immediately
|
|
4484
|
-
* to the DB instances associated with the parameter group. When the application method is <code>pending-reboot</code>,
|
|
4485
|
-
* changes to dynamic and static parameters are applied after a reboot without failover to the DB instances associated with the
|
|
4486
|
-
* parameter group.</p>
|
|
4437
|
+
* <p>You can't use <code>pending-reboot</code> with dynamic parameters on RDS for SQL Server DB instances. Use <code>immediate</code>.</p>
|
|
4487
4438
|
* </note>
|
|
4439
|
+
* <p>For more information on modifying DB parameters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithParamGroups.html">Working
|
|
4440
|
+
* with DB parameter groups</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
4488
4441
|
*/
|
|
4489
4442
|
Parameters: Parameter[] | undefined;
|
|
4490
4443
|
}
|
|
@@ -4880,12 +4833,6 @@ export interface SubnetAlreadyInUse extends __SmithyException, $MetadataBearer {
|
|
|
4880
4833
|
$fault: "client";
|
|
4881
4834
|
message?: string;
|
|
4882
4835
|
}
|
|
4883
|
-
export declare namespace SubnetAlreadyInUse {
|
|
4884
|
-
/**
|
|
4885
|
-
* @internal
|
|
4886
|
-
*/
|
|
4887
|
-
const filterSensitiveLog: (obj: SubnetAlreadyInUse) => any;
|
|
4888
|
-
}
|
|
4889
4836
|
/**
|
|
4890
4837
|
* <p></p>
|
|
4891
4838
|
*/
|
|
@@ -4987,7 +4934,7 @@ export interface ModifyGlobalClusterMessage {
|
|
|
4987
4934
|
* <p>
|
|
4988
4935
|
* <code>aws rds describe-db-engine-versions --engine aurora --query '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]'</code>
|
|
4989
4936
|
* </p>
|
|
4990
|
-
* <p>To list all of the available engine versions for <code>aurora-mysql</code> (for MySQL 5.7-compatible Aurora), use the following command:</p>
|
|
4937
|
+
* <p>To list all of the available engine versions for <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora), use the following command:</p>
|
|
4991
4938
|
* <p>
|
|
4992
4939
|
* <code>aws rds describe-db-engine-versions --engine aurora-mysql --query '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]'</code>
|
|
4993
4940
|
* </p>
|
|
@@ -5301,12 +5248,6 @@ export interface ReservedDBInstanceAlreadyExistsFault extends __SmithyException,
|
|
|
5301
5248
|
$fault: "client";
|
|
5302
5249
|
message?: string;
|
|
5303
5250
|
}
|
|
5304
|
-
export declare namespace ReservedDBInstanceAlreadyExistsFault {
|
|
5305
|
-
/**
|
|
5306
|
-
* @internal
|
|
5307
|
-
*/
|
|
5308
|
-
const filterSensitiveLog: (obj: ReservedDBInstanceAlreadyExistsFault) => any;
|
|
5309
|
-
}
|
|
5310
5251
|
/**
|
|
5311
5252
|
* <p>Request would exceed the user's DB Instance quota.</p>
|
|
5312
5253
|
*/
|
|
@@ -5315,12 +5256,6 @@ export interface ReservedDBInstanceQuotaExceededFault extends __SmithyException,
|
|
|
5315
5256
|
$fault: "client";
|
|
5316
5257
|
message?: string;
|
|
5317
5258
|
}
|
|
5318
|
-
export declare namespace ReservedDBInstanceQuotaExceededFault {
|
|
5319
|
-
/**
|
|
5320
|
-
* @internal
|
|
5321
|
-
*/
|
|
5322
|
-
const filterSensitiveLog: (obj: ReservedDBInstanceQuotaExceededFault) => any;
|
|
5323
|
-
}
|
|
5324
5259
|
export interface RebootDBClusterMessage {
|
|
5325
5260
|
/**
|
|
5326
5261
|
* <p>The DB cluster identifier. This parameter is stored as a lowercase string.</p>
|
|
@@ -5427,12 +5362,6 @@ export interface DBProxyTargetAlreadyRegisteredFault extends __SmithyException,
|
|
|
5427
5362
|
$fault: "client";
|
|
5428
5363
|
message?: string;
|
|
5429
5364
|
}
|
|
5430
|
-
export declare namespace DBProxyTargetAlreadyRegisteredFault {
|
|
5431
|
-
/**
|
|
5432
|
-
* @internal
|
|
5433
|
-
*/
|
|
5434
|
-
const filterSensitiveLog: (obj: DBProxyTargetAlreadyRegisteredFault) => any;
|
|
5435
|
-
}
|
|
5436
5365
|
/**
|
|
5437
5366
|
* <p>The requested operation can't be performed because there aren't enough available IP addresses
|
|
5438
5367
|
* in the proxy's subnets. Add more CIDR blocks to the VPC or remove IP address that aren't required
|
|
@@ -5443,12 +5372,6 @@ export interface InsufficientAvailableIPsInSubnetFault extends __SmithyException
|
|
|
5443
5372
|
$fault: "client";
|
|
5444
5373
|
message?: string;
|
|
5445
5374
|
}
|
|
5446
|
-
export declare namespace InsufficientAvailableIPsInSubnetFault {
|
|
5447
|
-
/**
|
|
5448
|
-
* @internal
|
|
5449
|
-
*/
|
|
5450
|
-
const filterSensitiveLog: (obj: InsufficientAvailableIPsInSubnetFault) => any;
|
|
5451
|
-
}
|
|
5452
5375
|
export interface RegisterDBProxyTargetsRequest {
|
|
5453
5376
|
/**
|
|
5454
5377
|
* <p>The identifier of the <code>DBProxy</code> that is associated with the <code>DBProxyTargetGroup</code>.</p>
|
|
@@ -5525,12 +5448,6 @@ export interface DBClusterRoleNotFoundFault extends __SmithyException, $Metadata
|
|
|
5525
5448
|
$fault: "client";
|
|
5526
5449
|
message?: string;
|
|
5527
5450
|
}
|
|
5528
|
-
export declare namespace DBClusterRoleNotFoundFault {
|
|
5529
|
-
/**
|
|
5530
|
-
* @internal
|
|
5531
|
-
*/
|
|
5532
|
-
const filterSensitiveLog: (obj: DBClusterRoleNotFoundFault) => any;
|
|
5533
|
-
}
|
|
5534
5451
|
export interface RemoveRoleFromDBClusterMessage {
|
|
5535
5452
|
/**
|
|
5536
5453
|
* <p>The name of the DB cluster to disassociate the IAM role from.</p>
|
|
@@ -5562,12 +5479,6 @@ export interface DBInstanceRoleNotFoundFault extends __SmithyException, $Metadat
|
|
|
5562
5479
|
$fault: "client";
|
|
5563
5480
|
message?: string;
|
|
5564
5481
|
}
|
|
5565
|
-
export declare namespace DBInstanceRoleNotFoundFault {
|
|
5566
|
-
/**
|
|
5567
|
-
* @internal
|
|
5568
|
-
*/
|
|
5569
|
-
const filterSensitiveLog: (obj: DBInstanceRoleNotFoundFault) => any;
|
|
5570
|
-
}
|
|
5571
5482
|
export interface RemoveRoleFromDBInstanceMessage {
|
|
5572
5483
|
/**
|
|
5573
5484
|
* <p>The name of the DB instance to disassociate the IAM role from.</p>
|
|
@@ -5740,12 +5651,6 @@ export interface InvalidS3BucketFault extends __SmithyException, $MetadataBearer
|
|
|
5740
5651
|
$fault: "client";
|
|
5741
5652
|
message?: string;
|
|
5742
5653
|
}
|
|
5743
|
-
export declare namespace InvalidS3BucketFault {
|
|
5744
|
-
/**
|
|
5745
|
-
* @internal
|
|
5746
|
-
*/
|
|
5747
|
-
const filterSensitiveLog: (obj: InvalidS3BucketFault) => any;
|
|
5748
|
-
}
|
|
5749
5654
|
export interface RestoreDBClusterFromS3Message {
|
|
5750
5655
|
/**
|
|
5751
5656
|
* <p>A list of Availability Zones (AZs) where instances in the restored DB cluster can be created.</p>
|
|
@@ -5814,7 +5719,7 @@ export interface RestoreDBClusterFromS3Message {
|
|
|
5814
5719
|
DBSubnetGroupName?: string;
|
|
5815
5720
|
/**
|
|
5816
5721
|
* <p>The name of the database engine to be used for this DB cluster.</p>
|
|
5817
|
-
* <p>Valid Values: <code>aurora</code> (for MySQL 5.6-compatible Aurora), <code>aurora-mysql</code> (for MySQL 5.7-compatible Aurora), and <code>aurora-postgresql</code>
|
|
5722
|
+
* <p>Valid Values: <code>aurora</code> (for MySQL 5.6-compatible Aurora), <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora), and <code>aurora-postgresql</code>
|
|
5818
5723
|
* </p>
|
|
5819
5724
|
*/
|
|
5820
5725
|
Engine: string | undefined;
|
|
@@ -5824,7 +5729,7 @@ export interface RestoreDBClusterFromS3Message {
|
|
|
5824
5729
|
* <p>
|
|
5825
5730
|
* <code>aws rds describe-db-engine-versions --engine aurora --query "DBEngineVersions[].EngineVersion"</code>
|
|
5826
5731
|
* </p>
|
|
5827
|
-
* <p>To list all of the available engine versions for <code>aurora-mysql</code> (for MySQL 5.7-compatible Aurora), use the following command:</p>
|
|
5732
|
+
* <p>To list all of the available engine versions for <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora), use the following command:</p>
|
|
5828
5733
|
* <p>
|
|
5829
5734
|
* <code>aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"</code>
|
|
5830
5735
|
* </p>
|
|
@@ -5835,7 +5740,7 @@ export interface RestoreDBClusterFromS3Message {
|
|
|
5835
5740
|
* <p>
|
|
5836
5741
|
* <b>Aurora MySQL</b>
|
|
5837
5742
|
* </p>
|
|
5838
|
-
* <p>Example: <code>5.6.10a</code>, <code>5.6.mysql_aurora.1.19.2</code>, <code>5.7.12</code>, <code>5.7.mysql_aurora.2.04.5</code>
|
|
5743
|
+
* <p>Example: <code>5.6.10a</code>, <code>5.6.mysql_aurora.1.19.2</code>, <code>5.7.12</code>, <code>5.7.mysql_aurora.2.04.5</code>, <code>8.0.mysql_aurora.3.01.0</code>
|
|
5839
5744
|
* </p>
|
|
5840
5745
|
* <p>
|
|
5841
5746
|
* <b>Aurora PostgreSQL</b>
|
|
@@ -6078,12 +5983,6 @@ export interface InsufficientDBClusterCapacityFault extends __SmithyException, $
|
|
|
6078
5983
|
$fault: "client";
|
|
6079
5984
|
message?: string;
|
|
6080
5985
|
}
|
|
6081
|
-
export declare namespace InsufficientDBClusterCapacityFault {
|
|
6082
|
-
/**
|
|
6083
|
-
* @internal
|
|
6084
|
-
*/
|
|
6085
|
-
const filterSensitiveLog: (obj: InsufficientDBClusterCapacityFault) => any;
|
|
6086
|
-
}
|
|
6087
5986
|
/**
|
|
6088
5987
|
* <p>Cannot restore from VPC backup to non-VPC DB instance.</p>
|
|
6089
5988
|
*/
|
|
@@ -6092,12 +5991,6 @@ export interface InvalidRestoreFault extends __SmithyException, $MetadataBearer
|
|
|
6092
5991
|
$fault: "client";
|
|
6093
5992
|
message?: string;
|
|
6094
5993
|
}
|
|
6095
|
-
export declare namespace InvalidRestoreFault {
|
|
6096
|
-
/**
|
|
6097
|
-
* @internal
|
|
6098
|
-
*/
|
|
6099
|
-
const filterSensitiveLog: (obj: InvalidRestoreFault) => any;
|
|
6100
|
-
}
|
|
6101
5994
|
/**
|
|
6102
5995
|
* <p></p>
|
|
6103
5996
|
*/
|
|
@@ -6154,7 +6047,7 @@ export interface RestoreDBClusterFromSnapshotMessage {
|
|
|
6154
6047
|
* <p>
|
|
6155
6048
|
* <code>aws rds describe-db-engine-versions --engine aurora --query "DBEngineVersions[].EngineVersion"</code>
|
|
6156
6049
|
* </p>
|
|
6157
|
-
* <p>To list all of the available engine versions for MySQL 5.7-compatible Aurora, use the following command:</p>
|
|
6050
|
+
* <p>To list all of the available engine versions for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora, use the following command:</p>
|
|
6158
6051
|
* <p>
|
|
6159
6052
|
* <code>aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"</code>
|
|
6160
6053
|
* </p>
|
|
@@ -6364,15 +6257,13 @@ export interface RestoreDBClusterFromSnapshotMessage {
|
|
|
6364
6257
|
/**
|
|
6365
6258
|
* <p>Specifies the storage type to be associated with the each DB instance in the Multi-AZ DB cluster.</p>
|
|
6366
6259
|
* <p>
|
|
6367
|
-
* Valid values: <code>
|
|
6260
|
+
* Valid values: <code>io1</code>
|
|
6368
6261
|
* </p>
|
|
6369
6262
|
* <p>
|
|
6370
|
-
*
|
|
6371
|
-
* <code>Iops</code> parameter.
|
|
6263
|
+
* When specified, a value for the <code>Iops</code> parameter is required.
|
|
6372
6264
|
* </p>
|
|
6373
6265
|
* <p>
|
|
6374
|
-
* Default: <code>io1</code>
|
|
6375
|
-
* is specified, otherwise <code>gp2</code>
|
|
6266
|
+
* Default: <code>io1</code>
|
|
6376
6267
|
* </p>
|
|
6377
6268
|
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
6378
6269
|
*/
|
|
@@ -6700,15 +6591,13 @@ export interface RestoreDBClusterToPointInTimeMessage {
|
|
|
6700
6591
|
/**
|
|
6701
6592
|
* <p>Specifies the storage type to be associated with the each DB instance in the Multi-AZ DB cluster.</p>
|
|
6702
6593
|
* <p>
|
|
6703
|
-
* Valid values: <code>
|
|
6594
|
+
* Valid values: <code>io1</code>
|
|
6704
6595
|
* </p>
|
|
6705
6596
|
* <p>
|
|
6706
|
-
*
|
|
6707
|
-
* <code>Iops</code> parameter.
|
|
6597
|
+
* When specified, a value for the <code>Iops</code> parameter is required.
|
|
6708
6598
|
* </p>
|
|
6709
6599
|
* <p>
|
|
6710
|
-
* Default: <code>io1</code>
|
|
6711
|
-
* is specified, otherwise <code>gp2</code>
|
|
6600
|
+
* Default: <code>io1</code>
|
|
6712
6601
|
* </p>
|
|
6713
6602
|
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
6714
6603
|
*/
|
|
@@ -7618,12 +7507,6 @@ export interface PointInTimeRestoreNotEnabledFault extends __SmithyException, $M
|
|
|
7618
7507
|
$fault: "client";
|
|
7619
7508
|
message?: string;
|
|
7620
7509
|
}
|
|
7621
|
-
export declare namespace PointInTimeRestoreNotEnabledFault {
|
|
7622
|
-
/**
|
|
7623
|
-
* @internal
|
|
7624
|
-
*/
|
|
7625
|
-
const filterSensitiveLog: (obj: PointInTimeRestoreNotEnabledFault) => any;
|
|
7626
|
-
}
|
|
7627
7510
|
/**
|
|
7628
7511
|
* <p></p>
|
|
7629
7512
|
*/
|
|
@@ -8303,12 +8186,6 @@ export interface ExportTaskAlreadyExistsFault extends __SmithyException, $Metada
|
|
|
8303
8186
|
$fault: "client";
|
|
8304
8187
|
message?: string;
|
|
8305
8188
|
}
|
|
8306
|
-
export declare namespace ExportTaskAlreadyExistsFault {
|
|
8307
|
-
/**
|
|
8308
|
-
* @internal
|
|
8309
|
-
*/
|
|
8310
|
-
const filterSensitiveLog: (obj: ExportTaskAlreadyExistsFault) => any;
|
|
8311
|
-
}
|
|
8312
8189
|
/**
|
|
8313
8190
|
* <p>The IAM role requires additional permissions to export to an Amazon S3 bucket.</p>
|
|
8314
8191
|
*/
|
|
@@ -8317,12 +8194,6 @@ export interface IamRoleMissingPermissionsFault extends __SmithyException, $Meta
|
|
|
8317
8194
|
$fault: "client";
|
|
8318
8195
|
message?: string;
|
|
8319
8196
|
}
|
|
8320
|
-
export declare namespace IamRoleMissingPermissionsFault {
|
|
8321
|
-
/**
|
|
8322
|
-
* @internal
|
|
8323
|
-
*/
|
|
8324
|
-
const filterSensitiveLog: (obj: IamRoleMissingPermissionsFault) => any;
|
|
8325
|
-
}
|
|
8326
8197
|
/**
|
|
8327
8198
|
* <p>The IAM role is missing for exporting to an Amazon S3 bucket.</p>
|
|
8328
8199
|
*/
|
|
@@ -8331,12 +8202,6 @@ export interface IamRoleNotFoundFault extends __SmithyException, $MetadataBearer
|
|
|
8331
8202
|
$fault: "client";
|
|
8332
8203
|
message?: string;
|
|
8333
8204
|
}
|
|
8334
|
-
export declare namespace IamRoleNotFoundFault {
|
|
8335
|
-
/**
|
|
8336
|
-
* @internal
|
|
8337
|
-
*/
|
|
8338
|
-
const filterSensitiveLog: (obj: IamRoleNotFoundFault) => any;
|
|
8339
|
-
}
|
|
8340
8205
|
/**
|
|
8341
8206
|
* <p>The export is invalid for exporting to an Amazon S3 bucket.</p>
|
|
8342
8207
|
*/
|
|
@@ -8345,12 +8210,6 @@ export interface InvalidExportOnlyFault extends __SmithyException, $MetadataBear
|
|
|
8345
8210
|
$fault: "client";
|
|
8346
8211
|
message?: string;
|
|
8347
8212
|
}
|
|
8348
|
-
export declare namespace InvalidExportOnlyFault {
|
|
8349
|
-
/**
|
|
8350
|
-
* @internal
|
|
8351
|
-
*/
|
|
8352
|
-
const filterSensitiveLog: (obj: InvalidExportOnlyFault) => any;
|
|
8353
|
-
}
|
|
8354
8213
|
/**
|
|
8355
8214
|
* <p>The state of the export snapshot is invalid for exporting to an Amazon S3 bucket.</p>
|
|
8356
8215
|
*/
|
|
@@ -8359,12 +8218,6 @@ export interface InvalidExportSourceStateFault extends __SmithyException, $Metad
|
|
|
8359
8218
|
$fault: "client";
|
|
8360
8219
|
message?: string;
|
|
8361
8220
|
}
|
|
8362
|
-
export declare namespace InvalidExportSourceStateFault {
|
|
8363
|
-
/**
|
|
8364
|
-
* @internal
|
|
8365
|
-
*/
|
|
8366
|
-
const filterSensitiveLog: (obj: InvalidExportSourceStateFault) => any;
|
|
8367
|
-
}
|
|
8368
8221
|
export interface StartExportTaskMessage {
|
|
8369
8222
|
/**
|
|
8370
8223
|
* <p>A unique identifier for the snapshot export task. This ID isn't an identifier for
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { RDSClientConfig } from "./RDSClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: RDSClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -12,7 +13,7 @@ export declare const getRuntimeConfig: (config: RDSClientConfig) => {
|
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { RDSClientConfig } from "./RDSClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: RDSClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
12
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: RDSClientConfig) => {
|
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
28
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
30
|
tls?: boolean | undefined;
|
|
30
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
|
|
|
4
4
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
8
|
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { AddRoleToDBClusterCommandInput, AddRoleToDBClusterCommandOutput } from "./commands/AddRoleToDBClusterCommand";
|
|
10
10
|
import { AddRoleToDBInstanceCommandInput, AddRoleToDBInstanceCommandOutput } from "./commands/AddRoleToDBInstanceCommand";
|
|
@@ -192,6 +192,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
192
192
|
regionInfoProvider?: RegionInfoProvider;
|
|
193
193
|
|
|
194
194
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
195
|
+
|
|
196
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
195
197
|
}
|
|
196
198
|
declare type RDSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
197
199
|
|