@aws-sdk/client-rds 3.46.0 → 3.47.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 +12 -0
- package/dist-cjs/endpoints.js +0 -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 +10 -2
- package/dist-es/endpoints.js +0 -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 -4
- package/dist-types/RDSClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -588
- package/dist-types/models/models_1.d.ts +0 -138
- 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 +36 -36
|
@@ -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>
|
|
@@ -3694,12 +3664,6 @@ export interface SharedSnapshotQuotaExceededFault extends __SmithyException, $Me
|
|
|
3694
3664
|
$fault: "client";
|
|
3695
3665
|
message?: string;
|
|
3696
3666
|
}
|
|
3697
|
-
export declare namespace SharedSnapshotQuotaExceededFault {
|
|
3698
|
-
/**
|
|
3699
|
-
* @internal
|
|
3700
|
-
*/
|
|
3701
|
-
const filterSensitiveLog: (obj: SharedSnapshotQuotaExceededFault) => any;
|
|
3702
|
-
}
|
|
3703
3667
|
/**
|
|
3704
3668
|
* <p>The DB upgrade failed because a resource the DB depends on can't be
|
|
3705
3669
|
* modified.</p>
|
|
@@ -3709,12 +3673,6 @@ export interface DBUpgradeDependencyFailureFault extends __SmithyException, $Met
|
|
|
3709
3673
|
$fault: "client";
|
|
3710
3674
|
message?: string;
|
|
3711
3675
|
}
|
|
3712
|
-
export declare namespace DBUpgradeDependencyFailureFault {
|
|
3713
|
-
/**
|
|
3714
|
-
* @internal
|
|
3715
|
-
*/
|
|
3716
|
-
const filterSensitiveLog: (obj: DBUpgradeDependencyFailureFault) => any;
|
|
3717
|
-
}
|
|
3718
3676
|
/**
|
|
3719
3677
|
* <p></p>
|
|
3720
3678
|
*/
|
|
@@ -4875,12 +4833,6 @@ export interface SubnetAlreadyInUse extends __SmithyException, $MetadataBearer {
|
|
|
4875
4833
|
$fault: "client";
|
|
4876
4834
|
message?: string;
|
|
4877
4835
|
}
|
|
4878
|
-
export declare namespace SubnetAlreadyInUse {
|
|
4879
|
-
/**
|
|
4880
|
-
* @internal
|
|
4881
|
-
*/
|
|
4882
|
-
const filterSensitiveLog: (obj: SubnetAlreadyInUse) => any;
|
|
4883
|
-
}
|
|
4884
4836
|
/**
|
|
4885
4837
|
* <p></p>
|
|
4886
4838
|
*/
|
|
@@ -5296,12 +5248,6 @@ export interface ReservedDBInstanceAlreadyExistsFault extends __SmithyException,
|
|
|
5296
5248
|
$fault: "client";
|
|
5297
5249
|
message?: string;
|
|
5298
5250
|
}
|
|
5299
|
-
export declare namespace ReservedDBInstanceAlreadyExistsFault {
|
|
5300
|
-
/**
|
|
5301
|
-
* @internal
|
|
5302
|
-
*/
|
|
5303
|
-
const filterSensitiveLog: (obj: ReservedDBInstanceAlreadyExistsFault) => any;
|
|
5304
|
-
}
|
|
5305
5251
|
/**
|
|
5306
5252
|
* <p>Request would exceed the user's DB Instance quota.</p>
|
|
5307
5253
|
*/
|
|
@@ -5310,12 +5256,6 @@ export interface ReservedDBInstanceQuotaExceededFault extends __SmithyException,
|
|
|
5310
5256
|
$fault: "client";
|
|
5311
5257
|
message?: string;
|
|
5312
5258
|
}
|
|
5313
|
-
export declare namespace ReservedDBInstanceQuotaExceededFault {
|
|
5314
|
-
/**
|
|
5315
|
-
* @internal
|
|
5316
|
-
*/
|
|
5317
|
-
const filterSensitiveLog: (obj: ReservedDBInstanceQuotaExceededFault) => any;
|
|
5318
|
-
}
|
|
5319
5259
|
export interface RebootDBClusterMessage {
|
|
5320
5260
|
/**
|
|
5321
5261
|
* <p>The DB cluster identifier. This parameter is stored as a lowercase string.</p>
|
|
@@ -5422,12 +5362,6 @@ export interface DBProxyTargetAlreadyRegisteredFault extends __SmithyException,
|
|
|
5422
5362
|
$fault: "client";
|
|
5423
5363
|
message?: string;
|
|
5424
5364
|
}
|
|
5425
|
-
export declare namespace DBProxyTargetAlreadyRegisteredFault {
|
|
5426
|
-
/**
|
|
5427
|
-
* @internal
|
|
5428
|
-
*/
|
|
5429
|
-
const filterSensitiveLog: (obj: DBProxyTargetAlreadyRegisteredFault) => any;
|
|
5430
|
-
}
|
|
5431
5365
|
/**
|
|
5432
5366
|
* <p>The requested operation can't be performed because there aren't enough available IP addresses
|
|
5433
5367
|
* in the proxy's subnets. Add more CIDR blocks to the VPC or remove IP address that aren't required
|
|
@@ -5438,12 +5372,6 @@ export interface InsufficientAvailableIPsInSubnetFault extends __SmithyException
|
|
|
5438
5372
|
$fault: "client";
|
|
5439
5373
|
message?: string;
|
|
5440
5374
|
}
|
|
5441
|
-
export declare namespace InsufficientAvailableIPsInSubnetFault {
|
|
5442
|
-
/**
|
|
5443
|
-
* @internal
|
|
5444
|
-
*/
|
|
5445
|
-
const filterSensitiveLog: (obj: InsufficientAvailableIPsInSubnetFault) => any;
|
|
5446
|
-
}
|
|
5447
5375
|
export interface RegisterDBProxyTargetsRequest {
|
|
5448
5376
|
/**
|
|
5449
5377
|
* <p>The identifier of the <code>DBProxy</code> that is associated with the <code>DBProxyTargetGroup</code>.</p>
|
|
@@ -5520,12 +5448,6 @@ export interface DBClusterRoleNotFoundFault extends __SmithyException, $Metadata
|
|
|
5520
5448
|
$fault: "client";
|
|
5521
5449
|
message?: string;
|
|
5522
5450
|
}
|
|
5523
|
-
export declare namespace DBClusterRoleNotFoundFault {
|
|
5524
|
-
/**
|
|
5525
|
-
* @internal
|
|
5526
|
-
*/
|
|
5527
|
-
const filterSensitiveLog: (obj: DBClusterRoleNotFoundFault) => any;
|
|
5528
|
-
}
|
|
5529
5451
|
export interface RemoveRoleFromDBClusterMessage {
|
|
5530
5452
|
/**
|
|
5531
5453
|
* <p>The name of the DB cluster to disassociate the IAM role from.</p>
|
|
@@ -5557,12 +5479,6 @@ export interface DBInstanceRoleNotFoundFault extends __SmithyException, $Metadat
|
|
|
5557
5479
|
$fault: "client";
|
|
5558
5480
|
message?: string;
|
|
5559
5481
|
}
|
|
5560
|
-
export declare namespace DBInstanceRoleNotFoundFault {
|
|
5561
|
-
/**
|
|
5562
|
-
* @internal
|
|
5563
|
-
*/
|
|
5564
|
-
const filterSensitiveLog: (obj: DBInstanceRoleNotFoundFault) => any;
|
|
5565
|
-
}
|
|
5566
5482
|
export interface RemoveRoleFromDBInstanceMessage {
|
|
5567
5483
|
/**
|
|
5568
5484
|
* <p>The name of the DB instance to disassociate the IAM role from.</p>
|
|
@@ -5735,12 +5651,6 @@ export interface InvalidS3BucketFault extends __SmithyException, $MetadataBearer
|
|
|
5735
5651
|
$fault: "client";
|
|
5736
5652
|
message?: string;
|
|
5737
5653
|
}
|
|
5738
|
-
export declare namespace InvalidS3BucketFault {
|
|
5739
|
-
/**
|
|
5740
|
-
* @internal
|
|
5741
|
-
*/
|
|
5742
|
-
const filterSensitiveLog: (obj: InvalidS3BucketFault) => any;
|
|
5743
|
-
}
|
|
5744
5654
|
export interface RestoreDBClusterFromS3Message {
|
|
5745
5655
|
/**
|
|
5746
5656
|
* <p>A list of Availability Zones (AZs) where instances in the restored DB cluster can be created.</p>
|
|
@@ -6073,12 +5983,6 @@ export interface InsufficientDBClusterCapacityFault extends __SmithyException, $
|
|
|
6073
5983
|
$fault: "client";
|
|
6074
5984
|
message?: string;
|
|
6075
5985
|
}
|
|
6076
|
-
export declare namespace InsufficientDBClusterCapacityFault {
|
|
6077
|
-
/**
|
|
6078
|
-
* @internal
|
|
6079
|
-
*/
|
|
6080
|
-
const filterSensitiveLog: (obj: InsufficientDBClusterCapacityFault) => any;
|
|
6081
|
-
}
|
|
6082
5986
|
/**
|
|
6083
5987
|
* <p>Cannot restore from VPC backup to non-VPC DB instance.</p>
|
|
6084
5988
|
*/
|
|
@@ -6087,12 +5991,6 @@ export interface InvalidRestoreFault extends __SmithyException, $MetadataBearer
|
|
|
6087
5991
|
$fault: "client";
|
|
6088
5992
|
message?: string;
|
|
6089
5993
|
}
|
|
6090
|
-
export declare namespace InvalidRestoreFault {
|
|
6091
|
-
/**
|
|
6092
|
-
* @internal
|
|
6093
|
-
*/
|
|
6094
|
-
const filterSensitiveLog: (obj: InvalidRestoreFault) => any;
|
|
6095
|
-
}
|
|
6096
5994
|
/**
|
|
6097
5995
|
* <p></p>
|
|
6098
5996
|
*/
|
|
@@ -7609,12 +7507,6 @@ export interface PointInTimeRestoreNotEnabledFault extends __SmithyException, $M
|
|
|
7609
7507
|
$fault: "client";
|
|
7610
7508
|
message?: string;
|
|
7611
7509
|
}
|
|
7612
|
-
export declare namespace PointInTimeRestoreNotEnabledFault {
|
|
7613
|
-
/**
|
|
7614
|
-
* @internal
|
|
7615
|
-
*/
|
|
7616
|
-
const filterSensitiveLog: (obj: PointInTimeRestoreNotEnabledFault) => any;
|
|
7617
|
-
}
|
|
7618
7510
|
/**
|
|
7619
7511
|
* <p></p>
|
|
7620
7512
|
*/
|
|
@@ -8294,12 +8186,6 @@ export interface ExportTaskAlreadyExistsFault extends __SmithyException, $Metada
|
|
|
8294
8186
|
$fault: "client";
|
|
8295
8187
|
message?: string;
|
|
8296
8188
|
}
|
|
8297
|
-
export declare namespace ExportTaskAlreadyExistsFault {
|
|
8298
|
-
/**
|
|
8299
|
-
* @internal
|
|
8300
|
-
*/
|
|
8301
|
-
const filterSensitiveLog: (obj: ExportTaskAlreadyExistsFault) => any;
|
|
8302
|
-
}
|
|
8303
8189
|
/**
|
|
8304
8190
|
* <p>The IAM role requires additional permissions to export to an Amazon S3 bucket.</p>
|
|
8305
8191
|
*/
|
|
@@ -8308,12 +8194,6 @@ export interface IamRoleMissingPermissionsFault extends __SmithyException, $Meta
|
|
|
8308
8194
|
$fault: "client";
|
|
8309
8195
|
message?: string;
|
|
8310
8196
|
}
|
|
8311
|
-
export declare namespace IamRoleMissingPermissionsFault {
|
|
8312
|
-
/**
|
|
8313
|
-
* @internal
|
|
8314
|
-
*/
|
|
8315
|
-
const filterSensitiveLog: (obj: IamRoleMissingPermissionsFault) => any;
|
|
8316
|
-
}
|
|
8317
8197
|
/**
|
|
8318
8198
|
* <p>The IAM role is missing for exporting to an Amazon S3 bucket.</p>
|
|
8319
8199
|
*/
|
|
@@ -8322,12 +8202,6 @@ export interface IamRoleNotFoundFault extends __SmithyException, $MetadataBearer
|
|
|
8322
8202
|
$fault: "client";
|
|
8323
8203
|
message?: string;
|
|
8324
8204
|
}
|
|
8325
|
-
export declare namespace IamRoleNotFoundFault {
|
|
8326
|
-
/**
|
|
8327
|
-
* @internal
|
|
8328
|
-
*/
|
|
8329
|
-
const filterSensitiveLog: (obj: IamRoleNotFoundFault) => any;
|
|
8330
|
-
}
|
|
8331
8205
|
/**
|
|
8332
8206
|
* <p>The export is invalid for exporting to an Amazon S3 bucket.</p>
|
|
8333
8207
|
*/
|
|
@@ -8336,12 +8210,6 @@ export interface InvalidExportOnlyFault extends __SmithyException, $MetadataBear
|
|
|
8336
8210
|
$fault: "client";
|
|
8337
8211
|
message?: string;
|
|
8338
8212
|
}
|
|
8339
|
-
export declare namespace InvalidExportOnlyFault {
|
|
8340
|
-
/**
|
|
8341
|
-
* @internal
|
|
8342
|
-
*/
|
|
8343
|
-
const filterSensitiveLog: (obj: InvalidExportOnlyFault) => any;
|
|
8344
|
-
}
|
|
8345
8213
|
/**
|
|
8346
8214
|
* <p>The state of the export snapshot is invalid for exporting to an Amazon S3 bucket.</p>
|
|
8347
8215
|
*/
|
|
@@ -8350,12 +8218,6 @@ export interface InvalidExportSourceStateFault extends __SmithyException, $Metad
|
|
|
8350
8218
|
$fault: "client";
|
|
8351
8219
|
message?: string;
|
|
8352
8220
|
}
|
|
8353
|
-
export declare namespace InvalidExportSourceStateFault {
|
|
8354
|
-
/**
|
|
8355
|
-
* @internal
|
|
8356
|
-
*/
|
|
8357
|
-
const filterSensitiveLog: (obj: InvalidExportSourceStateFault) => any;
|
|
8358
|
-
}
|
|
8359
8221
|
export interface StartExportTaskMessage {
|
|
8360
8222
|
/**
|
|
8361
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
|
|