@aws-sdk/client-database-migration-service 3.50.0 → 3.53.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/DatabaseMigrationServiceServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +306 -4
- package/dist-cjs/protocols/Aws_json1_1.js +512 -1639
- package/dist-es/index.js +1 -0
- package/dist-es/models/DatabaseMigrationServiceServiceException.js +12 -0
- package/dist-es/models/models_0.js +279 -1
- package/dist-es/protocols/Aws_json1_1.js +1086 -1772
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/DatabaseMigrationServiceServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +136 -108
- package/dist-types/ts3.4/DatabaseMigrationService.d.ts +280 -0
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +128 -0
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateReplicationInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateReplicationSubnetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateReplicationTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteReplicationInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteReplicationSubnetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteReplicationTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEndpointSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEndpointTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOrderableReplicationInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRefreshSchemasStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReplicationInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReplicationSubnetGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReplicationTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSchemasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTableStatisticsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RefreshSchemasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReloadTablesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartReplicationTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopReplicationTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +55 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +7 -0
- package/dist-types/ts3.4/models/DatabaseMigrationServiceServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3032 -0
- package/dist-types/ts3.4/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeConnectionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEndpointSettingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEndpointTypesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEndpointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationTasksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSchemasPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTableStatisticsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/index.d.ts +20 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +167 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +8 -0
- package/dist-types/ts3.4/waiters/waitForEndpointDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForReplicationInstanceAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForReplicationInstanceDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForReplicationTaskDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForReplicationTaskReady.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForReplicationTaskRunning.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForReplicationTaskStopped.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForTestConnectionSucceeds.d.ts +7 -0
- package/package.json +34 -34
package/dist-types/index.d.ts
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
/**
|
|
3
|
+
* Base exception class for all service exceptions from DatabaseMigrationService service.
|
|
4
|
+
*/
|
|
5
|
+
export declare class DatabaseMigrationServiceServiceException extends __ServiceException {
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
constructor(options: __ServiceExceptionOptions);
|
|
10
|
+
}
|
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { DatabaseMigrationServiceServiceException as __BaseException } from "./DatabaseMigrationServiceServiceException";
|
|
2
3
|
/**
|
|
3
4
|
* <p>DMS was denied access to the endpoint. Check that the
|
|
4
5
|
* role is correctly configured.</p>
|
|
5
6
|
*/
|
|
6
|
-
export
|
|
7
|
-
name: "AccessDeniedFault";
|
|
8
|
-
$fault: "client";
|
|
7
|
+
export declare class AccessDeniedFault extends __BaseException {
|
|
8
|
+
readonly name: "AccessDeniedFault";
|
|
9
|
+
readonly $fault: "client";
|
|
9
10
|
/**
|
|
10
|
-
*
|
|
11
|
+
* @internal
|
|
11
12
|
*/
|
|
12
|
-
|
|
13
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedFault, __BaseException>);
|
|
13
14
|
}
|
|
14
15
|
/**
|
|
15
16
|
* <p>Describes a quota for an Amazon Web Services account, for example the number of replication instances
|
|
@@ -116,13 +117,13 @@ export declare namespace AddTagsToResourceResponse {
|
|
|
116
117
|
/**
|
|
117
118
|
* <p>The resource could not be found.</p>
|
|
118
119
|
*/
|
|
119
|
-
export
|
|
120
|
-
name: "ResourceNotFoundFault";
|
|
121
|
-
$fault: "client";
|
|
120
|
+
export declare class ResourceNotFoundFault extends __BaseException {
|
|
121
|
+
readonly name: "ResourceNotFoundFault";
|
|
122
|
+
readonly $fault: "client";
|
|
122
123
|
/**
|
|
123
|
-
*
|
|
124
|
+
* @internal
|
|
124
125
|
*/
|
|
125
|
-
|
|
126
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundFault, __BaseException>);
|
|
126
127
|
}
|
|
127
128
|
/**
|
|
128
129
|
* <p></p>
|
|
@@ -424,13 +425,13 @@ export declare namespace CancelReplicationTaskAssessmentRunResponse {
|
|
|
424
425
|
/**
|
|
425
426
|
* <p>The resource is in a state that prevents it from being used for database migration.</p>
|
|
426
427
|
*/
|
|
427
|
-
export
|
|
428
|
-
name: "InvalidResourceStateFault";
|
|
429
|
-
$fault: "client";
|
|
428
|
+
export declare class InvalidResourceStateFault extends __BaseException {
|
|
429
|
+
readonly name: "InvalidResourceStateFault";
|
|
430
|
+
readonly $fault: "client";
|
|
430
431
|
/**
|
|
431
|
-
*
|
|
432
|
+
* @internal
|
|
432
433
|
*/
|
|
433
|
-
|
|
434
|
+
constructor(opts: __ExceptionOptionType<InvalidResourceStateFault, __BaseException>);
|
|
434
435
|
}
|
|
435
436
|
/**
|
|
436
437
|
* <p> The settings in JSON format for the DMS Transfer type source endpoint. </p>
|
|
@@ -3241,44 +3242,47 @@ export declare namespace CreateEndpointResponse {
|
|
|
3241
3242
|
/**
|
|
3242
3243
|
* <p>DMS cannot access the KMS key.</p>
|
|
3243
3244
|
*/
|
|
3244
|
-
export
|
|
3245
|
-
name: "KMSKeyNotAccessibleFault";
|
|
3246
|
-
$fault: "client";
|
|
3245
|
+
export declare class KMSKeyNotAccessibleFault extends __BaseException {
|
|
3246
|
+
readonly name: "KMSKeyNotAccessibleFault";
|
|
3247
|
+
readonly $fault: "client";
|
|
3247
3248
|
/**
|
|
3248
|
-
*
|
|
3249
|
+
* @internal
|
|
3249
3250
|
*/
|
|
3250
|
-
|
|
3251
|
+
constructor(opts: __ExceptionOptionType<KMSKeyNotAccessibleFault, __BaseException>);
|
|
3251
3252
|
}
|
|
3252
3253
|
/**
|
|
3253
3254
|
* <p>The resource you are attempting to create already exists.</p>
|
|
3254
3255
|
*/
|
|
3255
|
-
export
|
|
3256
|
-
name: "ResourceAlreadyExistsFault";
|
|
3257
|
-
$fault: "client";
|
|
3256
|
+
export declare class ResourceAlreadyExistsFault extends __BaseException {
|
|
3257
|
+
readonly name: "ResourceAlreadyExistsFault";
|
|
3258
|
+
readonly $fault: "client";
|
|
3259
|
+
resourceArn?: string;
|
|
3258
3260
|
/**
|
|
3259
|
-
*
|
|
3261
|
+
* @internal
|
|
3260
3262
|
*/
|
|
3261
|
-
|
|
3262
|
-
resourceArn?: string;
|
|
3263
|
+
constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsFault, __BaseException>);
|
|
3263
3264
|
}
|
|
3264
3265
|
/**
|
|
3265
3266
|
* <p>The quota for this resource quota has been exceeded.</p>
|
|
3266
3267
|
*/
|
|
3267
|
-
export
|
|
3268
|
-
name: "ResourceQuotaExceededFault";
|
|
3269
|
-
$fault: "client";
|
|
3268
|
+
export declare class ResourceQuotaExceededFault extends __BaseException {
|
|
3269
|
+
readonly name: "ResourceQuotaExceededFault";
|
|
3270
|
+
readonly $fault: "client";
|
|
3270
3271
|
/**
|
|
3271
|
-
*
|
|
3272
|
+
* @internal
|
|
3272
3273
|
*/
|
|
3273
|
-
|
|
3274
|
+
constructor(opts: __ExceptionOptionType<ResourceQuotaExceededFault, __BaseException>);
|
|
3274
3275
|
}
|
|
3275
3276
|
/**
|
|
3276
3277
|
* <p>Insufficient privileges are preventing access to an Amazon S3 object.</p>
|
|
3277
3278
|
*/
|
|
3278
|
-
export
|
|
3279
|
-
name: "S3AccessDeniedFault";
|
|
3280
|
-
$fault: "client";
|
|
3281
|
-
|
|
3279
|
+
export declare class S3AccessDeniedFault extends __BaseException {
|
|
3280
|
+
readonly name: "S3AccessDeniedFault";
|
|
3281
|
+
readonly $fault: "client";
|
|
3282
|
+
/**
|
|
3283
|
+
* @internal
|
|
3284
|
+
*/
|
|
3285
|
+
constructor(opts: __ExceptionOptionType<S3AccessDeniedFault, __BaseException>);
|
|
3282
3286
|
}
|
|
3283
3287
|
/**
|
|
3284
3288
|
* <p></p>
|
|
@@ -3409,64 +3413,79 @@ export declare namespace CreateEventSubscriptionResponse {
|
|
|
3409
3413
|
/**
|
|
3410
3414
|
* <p>The ciphertext references a key that doesn't exist or that the DMS account doesn't have access to.</p>
|
|
3411
3415
|
*/
|
|
3412
|
-
export
|
|
3413
|
-
name: "KMSAccessDeniedFault";
|
|
3414
|
-
$fault: "client";
|
|
3415
|
-
|
|
3416
|
+
export declare class KMSAccessDeniedFault extends __BaseException {
|
|
3417
|
+
readonly name: "KMSAccessDeniedFault";
|
|
3418
|
+
readonly $fault: "client";
|
|
3419
|
+
/**
|
|
3420
|
+
* @internal
|
|
3421
|
+
*/
|
|
3422
|
+
constructor(opts: __ExceptionOptionType<KMSAccessDeniedFault, __BaseException>);
|
|
3416
3423
|
}
|
|
3417
3424
|
/**
|
|
3418
3425
|
* <p>The specified KMS key isn't enabled.</p>
|
|
3419
3426
|
*/
|
|
3420
|
-
export
|
|
3421
|
-
name: "KMSDisabledFault";
|
|
3422
|
-
$fault: "client";
|
|
3423
|
-
|
|
3427
|
+
export declare class KMSDisabledFault extends __BaseException {
|
|
3428
|
+
readonly name: "KMSDisabledFault";
|
|
3429
|
+
readonly $fault: "client";
|
|
3430
|
+
/**
|
|
3431
|
+
* @internal
|
|
3432
|
+
*/
|
|
3433
|
+
constructor(opts: __ExceptionOptionType<KMSDisabledFault, __BaseException>);
|
|
3424
3434
|
}
|
|
3425
3435
|
/**
|
|
3426
3436
|
* <p>The state of the specified KMS resource isn't valid for this request.</p>
|
|
3427
3437
|
*/
|
|
3428
|
-
export
|
|
3429
|
-
name: "KMSInvalidStateFault";
|
|
3430
|
-
$fault: "client";
|
|
3431
|
-
|
|
3438
|
+
export declare class KMSInvalidStateFault extends __BaseException {
|
|
3439
|
+
readonly name: "KMSInvalidStateFault";
|
|
3440
|
+
readonly $fault: "client";
|
|
3441
|
+
/**
|
|
3442
|
+
* @internal
|
|
3443
|
+
*/
|
|
3444
|
+
constructor(opts: __ExceptionOptionType<KMSInvalidStateFault, __BaseException>);
|
|
3432
3445
|
}
|
|
3433
3446
|
/**
|
|
3434
3447
|
* <p>The specified KMS entity or resource can't be found.</p>
|
|
3435
3448
|
*/
|
|
3436
|
-
export
|
|
3437
|
-
name: "KMSNotFoundFault";
|
|
3438
|
-
$fault: "client";
|
|
3439
|
-
|
|
3449
|
+
export declare class KMSNotFoundFault extends __BaseException {
|
|
3450
|
+
readonly name: "KMSNotFoundFault";
|
|
3451
|
+
readonly $fault: "client";
|
|
3452
|
+
/**
|
|
3453
|
+
* @internal
|
|
3454
|
+
*/
|
|
3455
|
+
constructor(opts: __ExceptionOptionType<KMSNotFoundFault, __BaseException>);
|
|
3440
3456
|
}
|
|
3441
3457
|
/**
|
|
3442
3458
|
* <p>This request triggered KMS request throttling.</p>
|
|
3443
3459
|
*/
|
|
3444
|
-
export
|
|
3445
|
-
name: "KMSThrottlingFault";
|
|
3446
|
-
$fault: "client";
|
|
3447
|
-
|
|
3460
|
+
export declare class KMSThrottlingFault extends __BaseException {
|
|
3461
|
+
readonly name: "KMSThrottlingFault";
|
|
3462
|
+
readonly $fault: "client";
|
|
3463
|
+
/**
|
|
3464
|
+
* @internal
|
|
3465
|
+
*/
|
|
3466
|
+
constructor(opts: __ExceptionOptionType<KMSThrottlingFault, __BaseException>);
|
|
3448
3467
|
}
|
|
3449
3468
|
/**
|
|
3450
3469
|
* <p>The SNS topic is invalid.</p>
|
|
3451
3470
|
*/
|
|
3452
|
-
export
|
|
3453
|
-
name: "SNSInvalidTopicFault";
|
|
3454
|
-
$fault: "client";
|
|
3471
|
+
export declare class SNSInvalidTopicFault extends __BaseException {
|
|
3472
|
+
readonly name: "SNSInvalidTopicFault";
|
|
3473
|
+
readonly $fault: "client";
|
|
3455
3474
|
/**
|
|
3456
|
-
*
|
|
3475
|
+
* @internal
|
|
3457
3476
|
*/
|
|
3458
|
-
|
|
3477
|
+
constructor(opts: __ExceptionOptionType<SNSInvalidTopicFault, __BaseException>);
|
|
3459
3478
|
}
|
|
3460
3479
|
/**
|
|
3461
3480
|
* <p>You are not authorized for the SNS subscription.</p>
|
|
3462
3481
|
*/
|
|
3463
|
-
export
|
|
3464
|
-
name: "SNSNoAuthorizationFault";
|
|
3465
|
-
$fault: "client";
|
|
3482
|
+
export declare class SNSNoAuthorizationFault extends __BaseException {
|
|
3483
|
+
readonly name: "SNSNoAuthorizationFault";
|
|
3484
|
+
readonly $fault: "client";
|
|
3466
3485
|
/**
|
|
3467
|
-
*
|
|
3486
|
+
* @internal
|
|
3468
3487
|
*/
|
|
3469
|
-
|
|
3488
|
+
constructor(opts: __ExceptionOptionType<SNSNoAuthorizationFault, __BaseException>);
|
|
3470
3489
|
}
|
|
3471
3490
|
/**
|
|
3472
3491
|
* <p></p>
|
|
@@ -3970,46 +3989,46 @@ export declare namespace CreateReplicationInstanceResponse {
|
|
|
3970
3989
|
/**
|
|
3971
3990
|
* <p>There are not enough resources allocated to the database migration.</p>
|
|
3972
3991
|
*/
|
|
3973
|
-
export
|
|
3974
|
-
name: "InsufficientResourceCapacityFault";
|
|
3975
|
-
$fault: "client";
|
|
3992
|
+
export declare class InsufficientResourceCapacityFault extends __BaseException {
|
|
3993
|
+
readonly name: "InsufficientResourceCapacityFault";
|
|
3994
|
+
readonly $fault: "client";
|
|
3976
3995
|
/**
|
|
3977
|
-
*
|
|
3996
|
+
* @internal
|
|
3978
3997
|
*/
|
|
3979
|
-
|
|
3998
|
+
constructor(opts: __ExceptionOptionType<InsufficientResourceCapacityFault, __BaseException>);
|
|
3980
3999
|
}
|
|
3981
4000
|
/**
|
|
3982
4001
|
* <p>The subnet provided is invalid.</p>
|
|
3983
4002
|
*/
|
|
3984
|
-
export
|
|
3985
|
-
name: "InvalidSubnet";
|
|
3986
|
-
$fault: "client";
|
|
4003
|
+
export declare class InvalidSubnet extends __BaseException {
|
|
4004
|
+
readonly name: "InvalidSubnet";
|
|
4005
|
+
readonly $fault: "client";
|
|
3987
4006
|
/**
|
|
3988
|
-
*
|
|
4007
|
+
* @internal
|
|
3989
4008
|
*/
|
|
3990
|
-
|
|
4009
|
+
constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
|
|
3991
4010
|
}
|
|
3992
4011
|
/**
|
|
3993
4012
|
* <p>The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.</p>
|
|
3994
4013
|
*/
|
|
3995
|
-
export
|
|
3996
|
-
name: "ReplicationSubnetGroupDoesNotCoverEnoughAZs";
|
|
3997
|
-
$fault: "client";
|
|
4014
|
+
export declare class ReplicationSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
|
|
4015
|
+
readonly name: "ReplicationSubnetGroupDoesNotCoverEnoughAZs";
|
|
4016
|
+
readonly $fault: "client";
|
|
3998
4017
|
/**
|
|
3999
|
-
*
|
|
4018
|
+
* @internal
|
|
4000
4019
|
*/
|
|
4001
|
-
|
|
4020
|
+
constructor(opts: __ExceptionOptionType<ReplicationSubnetGroupDoesNotCoverEnoughAZs, __BaseException>);
|
|
4002
4021
|
}
|
|
4003
4022
|
/**
|
|
4004
4023
|
* <p>The storage quota has been exceeded.</p>
|
|
4005
4024
|
*/
|
|
4006
|
-
export
|
|
4007
|
-
name: "StorageQuotaExceededFault";
|
|
4008
|
-
$fault: "client";
|
|
4025
|
+
export declare class StorageQuotaExceededFault extends __BaseException {
|
|
4026
|
+
readonly name: "StorageQuotaExceededFault";
|
|
4027
|
+
readonly $fault: "client";
|
|
4009
4028
|
/**
|
|
4010
|
-
*
|
|
4029
|
+
* @internal
|
|
4011
4030
|
*/
|
|
4012
|
-
|
|
4031
|
+
constructor(opts: __ExceptionOptionType<StorageQuotaExceededFault, __BaseException>);
|
|
4013
4032
|
}
|
|
4014
4033
|
/**
|
|
4015
4034
|
* <p></p>
|
|
@@ -6570,10 +6589,13 @@ export declare namespace ImportCertificateResponse {
|
|
|
6570
6589
|
/**
|
|
6571
6590
|
* <p>The certificate was not valid.</p>
|
|
6572
6591
|
*/
|
|
6573
|
-
export
|
|
6574
|
-
name: "InvalidCertificateFault";
|
|
6575
|
-
$fault: "client";
|
|
6576
|
-
|
|
6592
|
+
export declare class InvalidCertificateFault extends __BaseException {
|
|
6593
|
+
readonly name: "InvalidCertificateFault";
|
|
6594
|
+
readonly $fault: "client";
|
|
6595
|
+
/**
|
|
6596
|
+
* @internal
|
|
6597
|
+
*/
|
|
6598
|
+
constructor(opts: __ExceptionOptionType<InvalidCertificateFault, __BaseException>);
|
|
6577
6599
|
}
|
|
6578
6600
|
/**
|
|
6579
6601
|
* <p></p>
|
|
@@ -7038,13 +7060,13 @@ export declare namespace ModifyReplicationInstanceResponse {
|
|
|
7038
7060
|
/**
|
|
7039
7061
|
* <p>An upgrade dependency is preventing the database migration.</p>
|
|
7040
7062
|
*/
|
|
7041
|
-
export
|
|
7042
|
-
name: "UpgradeDependencyFailureFault";
|
|
7043
|
-
$fault: "client";
|
|
7063
|
+
export declare class UpgradeDependencyFailureFault extends __BaseException {
|
|
7064
|
+
readonly name: "UpgradeDependencyFailureFault";
|
|
7065
|
+
readonly $fault: "client";
|
|
7044
7066
|
/**
|
|
7045
|
-
*
|
|
7067
|
+
* @internal
|
|
7046
7068
|
*/
|
|
7047
|
-
|
|
7069
|
+
constructor(opts: __ExceptionOptionType<UpgradeDependencyFailureFault, __BaseException>);
|
|
7048
7070
|
}
|
|
7049
7071
|
/**
|
|
7050
7072
|
* <p></p>
|
|
@@ -7087,13 +7109,13 @@ export declare namespace ModifyReplicationSubnetGroupResponse {
|
|
|
7087
7109
|
/**
|
|
7088
7110
|
* <p>The specified subnet is already in use.</p>
|
|
7089
7111
|
*/
|
|
7090
|
-
export
|
|
7091
|
-
name: "SubnetAlreadyInUse";
|
|
7092
|
-
$fault: "client";
|
|
7112
|
+
export declare class SubnetAlreadyInUse extends __BaseException {
|
|
7113
|
+
readonly name: "SubnetAlreadyInUse";
|
|
7114
|
+
readonly $fault: "client";
|
|
7093
7115
|
/**
|
|
7094
|
-
*
|
|
7116
|
+
* @internal
|
|
7095
7117
|
*/
|
|
7096
|
-
|
|
7118
|
+
constructor(opts: __ExceptionOptionType<SubnetAlreadyInUse, __BaseException>);
|
|
7097
7119
|
}
|
|
7098
7120
|
/**
|
|
7099
7121
|
* <p></p>
|
|
@@ -7501,19 +7523,25 @@ export declare namespace StartReplicationTaskAssessmentResponse {
|
|
|
7501
7523
|
/**
|
|
7502
7524
|
* <p>An Key Management Service (KMS) error is preventing access to KMS.</p>
|
|
7503
7525
|
*/
|
|
7504
|
-
export
|
|
7505
|
-
name: "KMSFault";
|
|
7506
|
-
$fault: "client";
|
|
7507
|
-
|
|
7526
|
+
export declare class KMSFault extends __BaseException {
|
|
7527
|
+
readonly name: "KMSFault";
|
|
7528
|
+
readonly $fault: "client";
|
|
7529
|
+
/**
|
|
7530
|
+
* @internal
|
|
7531
|
+
*/
|
|
7532
|
+
constructor(opts: __ExceptionOptionType<KMSFault, __BaseException>);
|
|
7508
7533
|
}
|
|
7509
7534
|
/**
|
|
7510
7535
|
* <p>A specified Amazon S3 bucket, bucket folder, or other object can't be
|
|
7511
7536
|
* found.</p>
|
|
7512
7537
|
*/
|
|
7513
|
-
export
|
|
7514
|
-
name: "S3ResourceNotFoundFault";
|
|
7515
|
-
$fault: "client";
|
|
7516
|
-
|
|
7538
|
+
export declare class S3ResourceNotFoundFault extends __BaseException {
|
|
7539
|
+
readonly name: "S3ResourceNotFoundFault";
|
|
7540
|
+
readonly $fault: "client";
|
|
7541
|
+
/**
|
|
7542
|
+
* @internal
|
|
7543
|
+
*/
|
|
7544
|
+
constructor(opts: __ExceptionOptionType<S3ResourceNotFoundFault, __BaseException>);
|
|
7517
7545
|
}
|
|
7518
7546
|
/**
|
|
7519
7547
|
* <p></p>
|