@aws-sdk/client-database-migration-service 3.42.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 +50 -0
- package/dist-cjs/endpoints.js +1 -32
- package/dist-cjs/models/models_0.js +4 -143
- package/dist-cjs/protocols/Aws_json1_1.js +3 -0
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +1 -32
- package/dist-es/models/models_0.js +0 -92
- package/dist-es/protocols/Aws_json1_1.js +4 -2
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/DatabaseMigrationService.d.ts +18 -3
- package/dist-types/DatabaseMigrationServiceClient.d.ts +5 -1
- package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +5 -3
- package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +14 -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/DatabaseMigrationServiceClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2 -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 +39 -46
|
@@ -11,12 +11,6 @@ export interface AccessDeniedFault extends __SmithyException, $MetadataBearer {
|
|
|
11
11
|
*/
|
|
12
12
|
message?: string;
|
|
13
13
|
}
|
|
14
|
-
export declare namespace AccessDeniedFault {
|
|
15
|
-
/**
|
|
16
|
-
* @internal
|
|
17
|
-
*/
|
|
18
|
-
const filterSensitiveLog: (obj: AccessDeniedFault) => any;
|
|
19
|
-
}
|
|
20
14
|
/**
|
|
21
15
|
* <p>Describes a quota for an Amazon Web Services account, for example the number of replication instances
|
|
22
16
|
* allowed.</p>
|
|
@@ -130,12 +124,6 @@ export interface ResourceNotFoundFault extends __SmithyException, $MetadataBeare
|
|
|
130
124
|
*/
|
|
131
125
|
message?: string;
|
|
132
126
|
}
|
|
133
|
-
export declare namespace ResourceNotFoundFault {
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
|
-
const filterSensitiveLog: (obj: ResourceNotFoundFault) => any;
|
|
138
|
-
}
|
|
139
127
|
/**
|
|
140
128
|
* <p></p>
|
|
141
129
|
*/
|
|
@@ -444,12 +432,6 @@ export interface InvalidResourceStateFault extends __SmithyException, $MetadataB
|
|
|
444
432
|
*/
|
|
445
433
|
message?: string;
|
|
446
434
|
}
|
|
447
|
-
export declare namespace InvalidResourceStateFault {
|
|
448
|
-
/**
|
|
449
|
-
* @internal
|
|
450
|
-
*/
|
|
451
|
-
const filterSensitiveLog: (obj: InvalidResourceStateFault) => any;
|
|
452
|
-
}
|
|
453
435
|
/**
|
|
454
436
|
* <p> The settings in JSON format for the DMS Transfer type source endpoint. </p>
|
|
455
437
|
*/
|
|
@@ -2713,6 +2695,20 @@ export interface S3Settings {
|
|
|
2713
2695
|
* <code>y</code>, and <code>n</code>.</p>
|
|
2714
2696
|
*/
|
|
2715
2697
|
Rfc4180?: boolean;
|
|
2698
|
+
/**
|
|
2699
|
+
* <p>When creating an S3 target endpoint, set <code>DatePartitionTimezone</code> to convert
|
|
2700
|
+
* the current UTC time into a specified time zone. The conversion occurs when a date
|
|
2701
|
+
* partition folder is created and a CDC filename is generated. The time zone format is Area/Location.
|
|
2702
|
+
* Use this parameter when <code>DatePartitionedEnabled</code> is set to <code>true</code>, as shown in the
|
|
2703
|
+
* following example.</p>
|
|
2704
|
+
* <p>
|
|
2705
|
+
* <code>s3-settings='{"DatePartitionEnabled": true, "DatePartitionSequence": "YYYYMMDDHH",
|
|
2706
|
+
* "DatePartitionDelimiter": "SLASH",
|
|
2707
|
+
* "DatePartitionTimezone":"<i>Asia/Seoul</i>", "BucketName":
|
|
2708
|
+
* "dms-nattarat-test"}'</code>
|
|
2709
|
+
* </p>
|
|
2710
|
+
*/
|
|
2711
|
+
DatePartitionTimezone?: string;
|
|
2716
2712
|
}
|
|
2717
2713
|
export declare namespace S3Settings {
|
|
2718
2714
|
/**
|
|
@@ -3253,12 +3249,6 @@ export interface KMSKeyNotAccessibleFault extends __SmithyException, $MetadataBe
|
|
|
3253
3249
|
*/
|
|
3254
3250
|
message?: string;
|
|
3255
3251
|
}
|
|
3256
|
-
export declare namespace KMSKeyNotAccessibleFault {
|
|
3257
|
-
/**
|
|
3258
|
-
* @internal
|
|
3259
|
-
*/
|
|
3260
|
-
const filterSensitiveLog: (obj: KMSKeyNotAccessibleFault) => any;
|
|
3261
|
-
}
|
|
3262
3252
|
/**
|
|
3263
3253
|
* <p>The resource you are attempting to create already exists.</p>
|
|
3264
3254
|
*/
|
|
@@ -3271,12 +3261,6 @@ export interface ResourceAlreadyExistsFault extends __SmithyException, $Metadata
|
|
|
3271
3261
|
message?: string;
|
|
3272
3262
|
resourceArn?: string;
|
|
3273
3263
|
}
|
|
3274
|
-
export declare namespace ResourceAlreadyExistsFault {
|
|
3275
|
-
/**
|
|
3276
|
-
* @internal
|
|
3277
|
-
*/
|
|
3278
|
-
const filterSensitiveLog: (obj: ResourceAlreadyExistsFault) => any;
|
|
3279
|
-
}
|
|
3280
3264
|
/**
|
|
3281
3265
|
* <p>The quota for this resource quota has been exceeded.</p>
|
|
3282
3266
|
*/
|
|
@@ -3288,12 +3272,6 @@ export interface ResourceQuotaExceededFault extends __SmithyException, $Metadata
|
|
|
3288
3272
|
*/
|
|
3289
3273
|
message?: string;
|
|
3290
3274
|
}
|
|
3291
|
-
export declare namespace ResourceQuotaExceededFault {
|
|
3292
|
-
/**
|
|
3293
|
-
* @internal
|
|
3294
|
-
*/
|
|
3295
|
-
const filterSensitiveLog: (obj: ResourceQuotaExceededFault) => any;
|
|
3296
|
-
}
|
|
3297
3275
|
/**
|
|
3298
3276
|
* <p>Insufficient privileges are preventing access to an Amazon S3 object.</p>
|
|
3299
3277
|
*/
|
|
@@ -3302,12 +3280,6 @@ export interface S3AccessDeniedFault extends __SmithyException, $MetadataBearer
|
|
|
3302
3280
|
$fault: "client";
|
|
3303
3281
|
message?: string;
|
|
3304
3282
|
}
|
|
3305
|
-
export declare namespace S3AccessDeniedFault {
|
|
3306
|
-
/**
|
|
3307
|
-
* @internal
|
|
3308
|
-
*/
|
|
3309
|
-
const filterSensitiveLog: (obj: S3AccessDeniedFault) => any;
|
|
3310
|
-
}
|
|
3311
3283
|
/**
|
|
3312
3284
|
* <p></p>
|
|
3313
3285
|
*/
|
|
@@ -3442,12 +3414,6 @@ export interface KMSAccessDeniedFault extends __SmithyException, $MetadataBearer
|
|
|
3442
3414
|
$fault: "client";
|
|
3443
3415
|
message?: string;
|
|
3444
3416
|
}
|
|
3445
|
-
export declare namespace KMSAccessDeniedFault {
|
|
3446
|
-
/**
|
|
3447
|
-
* @internal
|
|
3448
|
-
*/
|
|
3449
|
-
const filterSensitiveLog: (obj: KMSAccessDeniedFault) => any;
|
|
3450
|
-
}
|
|
3451
3417
|
/**
|
|
3452
3418
|
* <p>The specified KMS key isn't enabled.</p>
|
|
3453
3419
|
*/
|
|
@@ -3456,12 +3422,6 @@ export interface KMSDisabledFault extends __SmithyException, $MetadataBearer {
|
|
|
3456
3422
|
$fault: "client";
|
|
3457
3423
|
message?: string;
|
|
3458
3424
|
}
|
|
3459
|
-
export declare namespace KMSDisabledFault {
|
|
3460
|
-
/**
|
|
3461
|
-
* @internal
|
|
3462
|
-
*/
|
|
3463
|
-
const filterSensitiveLog: (obj: KMSDisabledFault) => any;
|
|
3464
|
-
}
|
|
3465
3425
|
/**
|
|
3466
3426
|
* <p>The state of the specified KMS resource isn't valid for this request.</p>
|
|
3467
3427
|
*/
|
|
@@ -3470,12 +3430,6 @@ export interface KMSInvalidStateFault extends __SmithyException, $MetadataBearer
|
|
|
3470
3430
|
$fault: "client";
|
|
3471
3431
|
message?: string;
|
|
3472
3432
|
}
|
|
3473
|
-
export declare namespace KMSInvalidStateFault {
|
|
3474
|
-
/**
|
|
3475
|
-
* @internal
|
|
3476
|
-
*/
|
|
3477
|
-
const filterSensitiveLog: (obj: KMSInvalidStateFault) => any;
|
|
3478
|
-
}
|
|
3479
3433
|
/**
|
|
3480
3434
|
* <p>The specified KMS entity or resource can't be found.</p>
|
|
3481
3435
|
*/
|
|
@@ -3484,12 +3438,6 @@ export interface KMSNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
|
3484
3438
|
$fault: "client";
|
|
3485
3439
|
message?: string;
|
|
3486
3440
|
}
|
|
3487
|
-
export declare namespace KMSNotFoundFault {
|
|
3488
|
-
/**
|
|
3489
|
-
* @internal
|
|
3490
|
-
*/
|
|
3491
|
-
const filterSensitiveLog: (obj: KMSNotFoundFault) => any;
|
|
3492
|
-
}
|
|
3493
3441
|
/**
|
|
3494
3442
|
* <p>This request triggered KMS request throttling.</p>
|
|
3495
3443
|
*/
|
|
@@ -3498,12 +3446,6 @@ export interface KMSThrottlingFault extends __SmithyException, $MetadataBearer {
|
|
|
3498
3446
|
$fault: "client";
|
|
3499
3447
|
message?: string;
|
|
3500
3448
|
}
|
|
3501
|
-
export declare namespace KMSThrottlingFault {
|
|
3502
|
-
/**
|
|
3503
|
-
* @internal
|
|
3504
|
-
*/
|
|
3505
|
-
const filterSensitiveLog: (obj: KMSThrottlingFault) => any;
|
|
3506
|
-
}
|
|
3507
3449
|
/**
|
|
3508
3450
|
* <p>The SNS topic is invalid.</p>
|
|
3509
3451
|
*/
|
|
@@ -3515,12 +3457,6 @@ export interface SNSInvalidTopicFault extends __SmithyException, $MetadataBearer
|
|
|
3515
3457
|
*/
|
|
3516
3458
|
message?: string;
|
|
3517
3459
|
}
|
|
3518
|
-
export declare namespace SNSInvalidTopicFault {
|
|
3519
|
-
/**
|
|
3520
|
-
* @internal
|
|
3521
|
-
*/
|
|
3522
|
-
const filterSensitiveLog: (obj: SNSInvalidTopicFault) => any;
|
|
3523
|
-
}
|
|
3524
3460
|
/**
|
|
3525
3461
|
* <p>You are not authorized for the SNS subscription.</p>
|
|
3526
3462
|
*/
|
|
@@ -3532,12 +3468,6 @@ export interface SNSNoAuthorizationFault extends __SmithyException, $MetadataBea
|
|
|
3532
3468
|
*/
|
|
3533
3469
|
message?: string;
|
|
3534
3470
|
}
|
|
3535
|
-
export declare namespace SNSNoAuthorizationFault {
|
|
3536
|
-
/**
|
|
3537
|
-
* @internal
|
|
3538
|
-
*/
|
|
3539
|
-
const filterSensitiveLog: (obj: SNSNoAuthorizationFault) => any;
|
|
3540
|
-
}
|
|
3541
3471
|
/**
|
|
3542
3472
|
* <p></p>
|
|
3543
3473
|
*/
|
|
@@ -4048,12 +3978,6 @@ export interface InsufficientResourceCapacityFault extends __SmithyException, $M
|
|
|
4048
3978
|
*/
|
|
4049
3979
|
message?: string;
|
|
4050
3980
|
}
|
|
4051
|
-
export declare namespace InsufficientResourceCapacityFault {
|
|
4052
|
-
/**
|
|
4053
|
-
* @internal
|
|
4054
|
-
*/
|
|
4055
|
-
const filterSensitiveLog: (obj: InsufficientResourceCapacityFault) => any;
|
|
4056
|
-
}
|
|
4057
3981
|
/**
|
|
4058
3982
|
* <p>The subnet provided is invalid.</p>
|
|
4059
3983
|
*/
|
|
@@ -4065,12 +3989,6 @@ export interface InvalidSubnet extends __SmithyException, $MetadataBearer {
|
|
|
4065
3989
|
*/
|
|
4066
3990
|
message?: string;
|
|
4067
3991
|
}
|
|
4068
|
-
export declare namespace InvalidSubnet {
|
|
4069
|
-
/**
|
|
4070
|
-
* @internal
|
|
4071
|
-
*/
|
|
4072
|
-
const filterSensitiveLog: (obj: InvalidSubnet) => any;
|
|
4073
|
-
}
|
|
4074
3992
|
/**
|
|
4075
3993
|
* <p>The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.</p>
|
|
4076
3994
|
*/
|
|
@@ -4082,12 +4000,6 @@ export interface ReplicationSubnetGroupDoesNotCoverEnoughAZs extends __SmithyExc
|
|
|
4082
4000
|
*/
|
|
4083
4001
|
message?: string;
|
|
4084
4002
|
}
|
|
4085
|
-
export declare namespace ReplicationSubnetGroupDoesNotCoverEnoughAZs {
|
|
4086
|
-
/**
|
|
4087
|
-
* @internal
|
|
4088
|
-
*/
|
|
4089
|
-
const filterSensitiveLog: (obj: ReplicationSubnetGroupDoesNotCoverEnoughAZs) => any;
|
|
4090
|
-
}
|
|
4091
4003
|
/**
|
|
4092
4004
|
* <p>The storage quota has been exceeded.</p>
|
|
4093
4005
|
*/
|
|
@@ -4099,12 +4011,6 @@ export interface StorageQuotaExceededFault extends __SmithyException, $MetadataB
|
|
|
4099
4011
|
*/
|
|
4100
4012
|
message?: string;
|
|
4101
4013
|
}
|
|
4102
|
-
export declare namespace StorageQuotaExceededFault {
|
|
4103
|
-
/**
|
|
4104
|
-
* @internal
|
|
4105
|
-
*/
|
|
4106
|
-
const filterSensitiveLog: (obj: StorageQuotaExceededFault) => any;
|
|
4107
|
-
}
|
|
4108
4014
|
/**
|
|
4109
4015
|
* <p></p>
|
|
4110
4016
|
*/
|
|
@@ -6669,12 +6575,6 @@ export interface InvalidCertificateFault extends __SmithyException, $MetadataBea
|
|
|
6669
6575
|
$fault: "client";
|
|
6670
6576
|
message?: string;
|
|
6671
6577
|
}
|
|
6672
|
-
export declare namespace InvalidCertificateFault {
|
|
6673
|
-
/**
|
|
6674
|
-
* @internal
|
|
6675
|
-
*/
|
|
6676
|
-
const filterSensitiveLog: (obj: InvalidCertificateFault) => any;
|
|
6677
|
-
}
|
|
6678
6578
|
/**
|
|
6679
6579
|
* <p></p>
|
|
6680
6580
|
*/
|
|
@@ -7146,12 +7046,6 @@ export interface UpgradeDependencyFailureFault extends __SmithyException, $Metad
|
|
|
7146
7046
|
*/
|
|
7147
7047
|
message?: string;
|
|
7148
7048
|
}
|
|
7149
|
-
export declare namespace UpgradeDependencyFailureFault {
|
|
7150
|
-
/**
|
|
7151
|
-
* @internal
|
|
7152
|
-
*/
|
|
7153
|
-
const filterSensitiveLog: (obj: UpgradeDependencyFailureFault) => any;
|
|
7154
|
-
}
|
|
7155
7049
|
/**
|
|
7156
7050
|
* <p></p>
|
|
7157
7051
|
*/
|
|
@@ -7201,12 +7095,6 @@ export interface SubnetAlreadyInUse extends __SmithyException, $MetadataBearer {
|
|
|
7201
7095
|
*/
|
|
7202
7096
|
message?: string;
|
|
7203
7097
|
}
|
|
7204
|
-
export declare namespace SubnetAlreadyInUse {
|
|
7205
|
-
/**
|
|
7206
|
-
* @internal
|
|
7207
|
-
*/
|
|
7208
|
-
const filterSensitiveLog: (obj: SubnetAlreadyInUse) => any;
|
|
7209
|
-
}
|
|
7210
7098
|
/**
|
|
7211
7099
|
* <p></p>
|
|
7212
7100
|
*/
|
|
@@ -7618,12 +7506,6 @@ export interface KMSFault extends __SmithyException, $MetadataBearer {
|
|
|
7618
7506
|
$fault: "client";
|
|
7619
7507
|
message?: string;
|
|
7620
7508
|
}
|
|
7621
|
-
export declare namespace KMSFault {
|
|
7622
|
-
/**
|
|
7623
|
-
* @internal
|
|
7624
|
-
*/
|
|
7625
|
-
const filterSensitiveLog: (obj: KMSFault) => any;
|
|
7626
|
-
}
|
|
7627
7509
|
/**
|
|
7628
7510
|
* <p>A specified Amazon S3 bucket, bucket folder, or other object can't be
|
|
7629
7511
|
* found.</p>
|
|
@@ -7633,12 +7515,6 @@ export interface S3ResourceNotFoundFault extends __SmithyException, $MetadataBea
|
|
|
7633
7515
|
$fault: "client";
|
|
7634
7516
|
message?: string;
|
|
7635
7517
|
}
|
|
7636
|
-
export declare namespace S3ResourceNotFoundFault {
|
|
7637
|
-
/**
|
|
7638
|
-
* @internal
|
|
7639
|
-
*/
|
|
7640
|
-
const filterSensitiveLog: (obj: S3ResourceNotFoundFault) => any;
|
|
7641
|
-
}
|
|
7642
7518
|
/**
|
|
7643
7519
|
* <p></p>
|
|
7644
7520
|
*/
|
|
@@ -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 { DatabaseMigrationServiceClientConfig } from "./DatabaseMigrationServiceClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: DatabaseMigrationServiceClientConfig) => {
|
|
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: DatabaseMigrationServiceClientCo
|
|
|
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 { DatabaseMigrationServiceClientConfig } from "./DatabaseMigrationServiceClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: DatabaseMigrationServiceClientConfig) => {
|
|
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: DatabaseMigrationServiceClientCo
|
|
|
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 { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
|
|
10
10
|
import { ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput } from "./commands/ApplyPendingMaintenanceActionCommand";
|
|
@@ -106,6 +106,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
106
106
|
regionInfoProvider?: RegionInfoProvider;
|
|
107
107
|
|
|
108
108
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
109
|
+
|
|
110
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
109
111
|
}
|
|
110
112
|
declare type DatabaseMigrationServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
111
113
|
|
|
@@ -6,10 +6,6 @@ export interface AccessDeniedFault extends __SmithyException, $MetadataBearer {
|
|
|
6
6
|
|
|
7
7
|
message?: string;
|
|
8
8
|
}
|
|
9
|
-
export declare namespace AccessDeniedFault {
|
|
10
|
-
|
|
11
|
-
const filterSensitiveLog: (obj: AccessDeniedFault) => any;
|
|
12
|
-
}
|
|
13
9
|
|
|
14
10
|
export interface AccountQuota {
|
|
15
11
|
|
|
@@ -61,10 +57,6 @@ export interface ResourceNotFoundFault extends __SmithyException, $MetadataBeare
|
|
|
61
57
|
|
|
62
58
|
message?: string;
|
|
63
59
|
}
|
|
64
|
-
export declare namespace ResourceNotFoundFault {
|
|
65
|
-
|
|
66
|
-
const filterSensitiveLog: (obj: ResourceNotFoundFault) => any;
|
|
67
|
-
}
|
|
68
60
|
|
|
69
61
|
export interface ApplyPendingMaintenanceActionMessage {
|
|
70
62
|
|
|
@@ -184,10 +176,6 @@ export interface InvalidResourceStateFault extends __SmithyException, $MetadataB
|
|
|
184
176
|
|
|
185
177
|
message?: string;
|
|
186
178
|
}
|
|
187
|
-
export declare namespace InvalidResourceStateFault {
|
|
188
|
-
|
|
189
|
-
const filterSensitiveLog: (obj: InvalidResourceStateFault) => any;
|
|
190
|
-
}
|
|
191
179
|
|
|
192
180
|
export interface DmsTransferSettings {
|
|
193
181
|
|
|
@@ -903,6 +891,8 @@ export interface S3Settings {
|
|
|
903
891
|
MaxFileSize?: number;
|
|
904
892
|
|
|
905
893
|
Rfc4180?: boolean;
|
|
894
|
+
|
|
895
|
+
DatePartitionTimezone?: string;
|
|
906
896
|
}
|
|
907
897
|
export declare namespace S3Settings {
|
|
908
898
|
|
|
@@ -1103,10 +1093,6 @@ export interface KMSKeyNotAccessibleFault extends __SmithyException, $MetadataBe
|
|
|
1103
1093
|
|
|
1104
1094
|
message?: string;
|
|
1105
1095
|
}
|
|
1106
|
-
export declare namespace KMSKeyNotAccessibleFault {
|
|
1107
|
-
|
|
1108
|
-
const filterSensitiveLog: (obj: KMSKeyNotAccessibleFault) => any;
|
|
1109
|
-
}
|
|
1110
1096
|
|
|
1111
1097
|
export interface ResourceAlreadyExistsFault extends __SmithyException, $MetadataBearer {
|
|
1112
1098
|
name: "ResourceAlreadyExistsFault";
|
|
@@ -1115,10 +1101,6 @@ export interface ResourceAlreadyExistsFault extends __SmithyException, $Metadata
|
|
|
1115
1101
|
message?: string;
|
|
1116
1102
|
resourceArn?: string;
|
|
1117
1103
|
}
|
|
1118
|
-
export declare namespace ResourceAlreadyExistsFault {
|
|
1119
|
-
|
|
1120
|
-
const filterSensitiveLog: (obj: ResourceAlreadyExistsFault) => any;
|
|
1121
|
-
}
|
|
1122
1104
|
|
|
1123
1105
|
export interface ResourceQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1124
1106
|
name: "ResourceQuotaExceededFault";
|
|
@@ -1126,20 +1108,12 @@ export interface ResourceQuotaExceededFault extends __SmithyException, $Metadata
|
|
|
1126
1108
|
|
|
1127
1109
|
message?: string;
|
|
1128
1110
|
}
|
|
1129
|
-
export declare namespace ResourceQuotaExceededFault {
|
|
1130
|
-
|
|
1131
|
-
const filterSensitiveLog: (obj: ResourceQuotaExceededFault) => any;
|
|
1132
|
-
}
|
|
1133
1111
|
|
|
1134
1112
|
export interface S3AccessDeniedFault extends __SmithyException, $MetadataBearer {
|
|
1135
1113
|
name: "S3AccessDeniedFault";
|
|
1136
1114
|
$fault: "client";
|
|
1137
1115
|
message?: string;
|
|
1138
1116
|
}
|
|
1139
|
-
export declare namespace S3AccessDeniedFault {
|
|
1140
|
-
|
|
1141
|
-
const filterSensitiveLog: (obj: S3AccessDeniedFault) => any;
|
|
1142
|
-
}
|
|
1143
1117
|
|
|
1144
1118
|
export interface CreateEventSubscriptionMessage {
|
|
1145
1119
|
|
|
@@ -1201,50 +1175,30 @@ export interface KMSAccessDeniedFault extends __SmithyException, $MetadataBearer
|
|
|
1201
1175
|
$fault: "client";
|
|
1202
1176
|
message?: string;
|
|
1203
1177
|
}
|
|
1204
|
-
export declare namespace KMSAccessDeniedFault {
|
|
1205
|
-
|
|
1206
|
-
const filterSensitiveLog: (obj: KMSAccessDeniedFault) => any;
|
|
1207
|
-
}
|
|
1208
1178
|
|
|
1209
1179
|
export interface KMSDisabledFault extends __SmithyException, $MetadataBearer {
|
|
1210
1180
|
name: "KMSDisabledFault";
|
|
1211
1181
|
$fault: "client";
|
|
1212
1182
|
message?: string;
|
|
1213
1183
|
}
|
|
1214
|
-
export declare namespace KMSDisabledFault {
|
|
1215
|
-
|
|
1216
|
-
const filterSensitiveLog: (obj: KMSDisabledFault) => any;
|
|
1217
|
-
}
|
|
1218
1184
|
|
|
1219
1185
|
export interface KMSInvalidStateFault extends __SmithyException, $MetadataBearer {
|
|
1220
1186
|
name: "KMSInvalidStateFault";
|
|
1221
1187
|
$fault: "client";
|
|
1222
1188
|
message?: string;
|
|
1223
1189
|
}
|
|
1224
|
-
export declare namespace KMSInvalidStateFault {
|
|
1225
|
-
|
|
1226
|
-
const filterSensitiveLog: (obj: KMSInvalidStateFault) => any;
|
|
1227
|
-
}
|
|
1228
1190
|
|
|
1229
1191
|
export interface KMSNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
1230
1192
|
name: "KMSNotFoundFault";
|
|
1231
1193
|
$fault: "client";
|
|
1232
1194
|
message?: string;
|
|
1233
1195
|
}
|
|
1234
|
-
export declare namespace KMSNotFoundFault {
|
|
1235
|
-
|
|
1236
|
-
const filterSensitiveLog: (obj: KMSNotFoundFault) => any;
|
|
1237
|
-
}
|
|
1238
1196
|
|
|
1239
1197
|
export interface KMSThrottlingFault extends __SmithyException, $MetadataBearer {
|
|
1240
1198
|
name: "KMSThrottlingFault";
|
|
1241
1199
|
$fault: "client";
|
|
1242
1200
|
message?: string;
|
|
1243
1201
|
}
|
|
1244
|
-
export declare namespace KMSThrottlingFault {
|
|
1245
|
-
|
|
1246
|
-
const filterSensitiveLog: (obj: KMSThrottlingFault) => any;
|
|
1247
|
-
}
|
|
1248
1202
|
|
|
1249
1203
|
export interface SNSInvalidTopicFault extends __SmithyException, $MetadataBearer {
|
|
1250
1204
|
name: "SNSInvalidTopicFault";
|
|
@@ -1252,10 +1206,6 @@ export interface SNSInvalidTopicFault extends __SmithyException, $MetadataBearer
|
|
|
1252
1206
|
|
|
1253
1207
|
message?: string;
|
|
1254
1208
|
}
|
|
1255
|
-
export declare namespace SNSInvalidTopicFault {
|
|
1256
|
-
|
|
1257
|
-
const filterSensitiveLog: (obj: SNSInvalidTopicFault) => any;
|
|
1258
|
-
}
|
|
1259
1209
|
|
|
1260
1210
|
export interface SNSNoAuthorizationFault extends __SmithyException, $MetadataBearer {
|
|
1261
1211
|
name: "SNSNoAuthorizationFault";
|
|
@@ -1263,10 +1213,6 @@ export interface SNSNoAuthorizationFault extends __SmithyException, $MetadataBea
|
|
|
1263
1213
|
|
|
1264
1214
|
message?: string;
|
|
1265
1215
|
}
|
|
1266
|
-
export declare namespace SNSNoAuthorizationFault {
|
|
1267
|
-
|
|
1268
|
-
const filterSensitiveLog: (obj: SNSNoAuthorizationFault) => any;
|
|
1269
|
-
}
|
|
1270
1216
|
|
|
1271
1217
|
export interface CreateReplicationInstanceMessage {
|
|
1272
1218
|
|
|
@@ -1438,10 +1384,6 @@ export interface InsufficientResourceCapacityFault extends __SmithyException, $M
|
|
|
1438
1384
|
|
|
1439
1385
|
message?: string;
|
|
1440
1386
|
}
|
|
1441
|
-
export declare namespace InsufficientResourceCapacityFault {
|
|
1442
|
-
|
|
1443
|
-
const filterSensitiveLog: (obj: InsufficientResourceCapacityFault) => any;
|
|
1444
|
-
}
|
|
1445
1387
|
|
|
1446
1388
|
export interface InvalidSubnet extends __SmithyException, $MetadataBearer {
|
|
1447
1389
|
name: "InvalidSubnet";
|
|
@@ -1449,10 +1391,6 @@ export interface InvalidSubnet extends __SmithyException, $MetadataBearer {
|
|
|
1449
1391
|
|
|
1450
1392
|
message?: string;
|
|
1451
1393
|
}
|
|
1452
|
-
export declare namespace InvalidSubnet {
|
|
1453
|
-
|
|
1454
|
-
const filterSensitiveLog: (obj: InvalidSubnet) => any;
|
|
1455
|
-
}
|
|
1456
1394
|
|
|
1457
1395
|
export interface ReplicationSubnetGroupDoesNotCoverEnoughAZs extends __SmithyException, $MetadataBearer {
|
|
1458
1396
|
name: "ReplicationSubnetGroupDoesNotCoverEnoughAZs";
|
|
@@ -1460,10 +1398,6 @@ export interface ReplicationSubnetGroupDoesNotCoverEnoughAZs extends __SmithyExc
|
|
|
1460
1398
|
|
|
1461
1399
|
message?: string;
|
|
1462
1400
|
}
|
|
1463
|
-
export declare namespace ReplicationSubnetGroupDoesNotCoverEnoughAZs {
|
|
1464
|
-
|
|
1465
|
-
const filterSensitiveLog: (obj: ReplicationSubnetGroupDoesNotCoverEnoughAZs) => any;
|
|
1466
|
-
}
|
|
1467
1401
|
|
|
1468
1402
|
export interface StorageQuotaExceededFault extends __SmithyException, $MetadataBearer {
|
|
1469
1403
|
name: "StorageQuotaExceededFault";
|
|
@@ -1471,10 +1405,6 @@ export interface StorageQuotaExceededFault extends __SmithyException, $MetadataB
|
|
|
1471
1405
|
|
|
1472
1406
|
message?: string;
|
|
1473
1407
|
}
|
|
1474
|
-
export declare namespace StorageQuotaExceededFault {
|
|
1475
|
-
|
|
1476
|
-
const filterSensitiveLog: (obj: StorageQuotaExceededFault) => any;
|
|
1477
|
-
}
|
|
1478
1408
|
|
|
1479
1409
|
export interface CreateReplicationSubnetGroupMessage {
|
|
1480
1410
|
|
|
@@ -2608,10 +2538,6 @@ export interface InvalidCertificateFault extends __SmithyException, $MetadataBea
|
|
|
2608
2538
|
$fault: "client";
|
|
2609
2539
|
message?: string;
|
|
2610
2540
|
}
|
|
2611
|
-
export declare namespace InvalidCertificateFault {
|
|
2612
|
-
|
|
2613
|
-
const filterSensitiveLog: (obj: InvalidCertificateFault) => any;
|
|
2614
|
-
}
|
|
2615
2541
|
|
|
2616
2542
|
export interface ListTagsForResourceMessage {
|
|
2617
2543
|
|
|
@@ -2785,10 +2711,6 @@ export interface UpgradeDependencyFailureFault extends __SmithyException, $Metad
|
|
|
2785
2711
|
|
|
2786
2712
|
message?: string;
|
|
2787
2713
|
}
|
|
2788
|
-
export declare namespace UpgradeDependencyFailureFault {
|
|
2789
|
-
|
|
2790
|
-
const filterSensitiveLog: (obj: UpgradeDependencyFailureFault) => any;
|
|
2791
|
-
}
|
|
2792
2714
|
|
|
2793
2715
|
export interface ModifyReplicationSubnetGroupMessage {
|
|
2794
2716
|
|
|
@@ -2818,10 +2740,6 @@ export interface SubnetAlreadyInUse extends __SmithyException, $MetadataBearer {
|
|
|
2818
2740
|
|
|
2819
2741
|
message?: string;
|
|
2820
2742
|
}
|
|
2821
|
-
export declare namespace SubnetAlreadyInUse {
|
|
2822
|
-
|
|
2823
|
-
const filterSensitiveLog: (obj: SubnetAlreadyInUse) => any;
|
|
2824
|
-
}
|
|
2825
2743
|
|
|
2826
2744
|
export interface ModifyReplicationTaskMessage {
|
|
2827
2745
|
|
|
@@ -3024,20 +2942,12 @@ export interface KMSFault extends __SmithyException, $MetadataBearer {
|
|
|
3024
2942
|
$fault: "client";
|
|
3025
2943
|
message?: string;
|
|
3026
2944
|
}
|
|
3027
|
-
export declare namespace KMSFault {
|
|
3028
|
-
|
|
3029
|
-
const filterSensitiveLog: (obj: KMSFault) => any;
|
|
3030
|
-
}
|
|
3031
2945
|
|
|
3032
2946
|
export interface S3ResourceNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
3033
2947
|
name: "S3ResourceNotFoundFault";
|
|
3034
2948
|
$fault: "client";
|
|
3035
2949
|
message?: string;
|
|
3036
2950
|
}
|
|
3037
|
-
export declare namespace S3ResourceNotFoundFault {
|
|
3038
|
-
|
|
3039
|
-
const filterSensitiveLog: (obj: S3ResourceNotFoundFault) => any;
|
|
3040
|
-
}
|
|
3041
2951
|
|
|
3042
2952
|
export interface StartReplicationTaskAssessmentRunMessage {
|
|
3043
2953
|
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { DatabaseMigrationServiceClientConfig } from "./DatabaseMigrationServiceClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: DatabaseMigrationServiceClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: DatabaseMigrationServiceClientCo
|
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { DatabaseMigrationServiceClientConfig } from "./DatabaseMigrationServiceClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: DatabaseMigrationServiceClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|