@aws-sdk/client-database-migration-service 3.1019.0 → 3.1021.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/dist-cjs/schemas/schemas_0.js +4 -2
- package/dist-es/schemas/schemas_0.js +4 -2
- package/dist-es/waiters/waitForEndpointDeleted.js +1 -1
- package/dist-es/waiters/waitForReplicationInstanceAvailable.js +1 -1
- package/dist-es/waiters/waitForReplicationInstanceDeleted.js +1 -1
- package/dist-es/waiters/waitForReplicationTaskDeleted.js +1 -1
- package/dist-es/waiters/waitForReplicationTaskReady.js +1 -1
- package/dist-es/waiters/waitForReplicationTaskRunning.js +1 -1
- package/dist-es/waiters/waitForReplicationTaskStopped.js +1 -1
- package/dist-es/waiters/waitForTestConnectionSucceeds.js +2 -2
- package/dist-types/DatabaseMigrationService.d.ts +119 -119
- package/dist-types/DatabaseMigrationServiceClient.d.ts +122 -122
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/commands/CreateDataProviderCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDataProviderCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDataProvidersCommand.d.ts +2 -0
- package/dist-types/commands/ModifyDataProviderCommand.d.ts +4 -0
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +19 -1
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeCertificatesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDataMigrationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDataProvidersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEndpointSettingsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEndpointTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEngineVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeExtensionPackAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFleetAdvisorCollectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFleetAdvisorDatabasesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFleetAdvisorSchemasPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeInstanceProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeMetadataModelAssessmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeMetadataModelChildrenPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeMetadataModelConversionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeMetadataModelCreationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeMetadataModelExportsAsScriptPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeMetadataModelExportsToTargetPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeMetadataModelImportsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeMigrationProjectsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRecommendationLimitationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRecommendationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationTableStatisticsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationTasksPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReplicationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeSchemasPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeTableStatisticsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/waiters/waitForEndpointDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForReplicationInstanceAvailable.d.ts +3 -3
- package/dist-types/waiters/waitForReplicationInstanceDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForReplicationTaskDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForReplicationTaskReady.d.ts +3 -3
- package/dist-types/waiters/waitForReplicationTaskRunning.d.ts +3 -3
- package/dist-types/waiters/waitForReplicationTaskStopped.d.ts +3 -3
- package/dist-types/waiters/waitForTestConnectionSucceeds.d.ts +3 -3
- package/package.json +15 -15
|
@@ -437,6 +437,7 @@ const _E = "Engine";
|
|
|
437
437
|
const _EA = "EndpointArn";
|
|
438
438
|
const _EALDI = "ExtraArchivedLogDestIds";
|
|
439
439
|
const _EAN = "EmptyAsNull";
|
|
440
|
+
const _EAn = "EncryptionAlgorithm";
|
|
440
441
|
const _EBO = "ExpectedBucketOwner";
|
|
441
442
|
const _EC = "EventCategories";
|
|
442
443
|
const _ECA = "ExtraConnectionAttributes";
|
|
@@ -993,6 +994,7 @@ const _SMSDEARA = "SecretsManagerSecurityDbEncryptionAccessRoleArn";
|
|
|
993
994
|
const _SMSDESI = "SecretsManagerSecurityDbEncryptionSecretId";
|
|
994
995
|
const _SMSI = "SecretsManagerSecretId";
|
|
995
996
|
const _SMa = "SaslMechanism";
|
|
997
|
+
const _SMe = "SecurityMechanism";
|
|
996
998
|
const _SN = "ServerName";
|
|
997
999
|
const _SNSITF = "SNSInvalidTopicFault";
|
|
998
1000
|
const _SNSNAF = "SNSNoAuthorizationFault";
|
|
@@ -2317,8 +2319,8 @@ exports.GetTargetSelectionRulesResponse$ = [3, n0, _GTSRR,
|
|
|
2317
2319
|
];
|
|
2318
2320
|
exports.IbmDb2LuwDataProviderSettings$ = [3, n0, _IDLDPS,
|
|
2319
2321
|
0,
|
|
2320
|
-
[_SN, _Po, _DN, _SM, _CA, _SPa, _SARAc],
|
|
2321
|
-
[0, 1, 0, 0, 0, 0, 0]
|
|
2322
|
+
[_SN, _Po, _DN, _SM, _CA, _EAn, _SMe, _SPa, _SARAc],
|
|
2323
|
+
[0, 1, 0, 0, 0, 1, 1, 0, 0]
|
|
2322
2324
|
];
|
|
2323
2325
|
exports.IBMDb2Settings$ = [3, n0, _IBMDS,
|
|
2324
2326
|
0,
|
|
@@ -425,6 +425,7 @@ const _E = "Engine";
|
|
|
425
425
|
const _EA = "EndpointArn";
|
|
426
426
|
const _EALDI = "ExtraArchivedLogDestIds";
|
|
427
427
|
const _EAN = "EmptyAsNull";
|
|
428
|
+
const _EAn = "EncryptionAlgorithm";
|
|
428
429
|
const _EBO = "ExpectedBucketOwner";
|
|
429
430
|
const _EC = "EventCategories";
|
|
430
431
|
const _ECA = "ExtraConnectionAttributes";
|
|
@@ -981,6 +982,7 @@ const _SMSDEARA = "SecretsManagerSecurityDbEncryptionAccessRoleArn";
|
|
|
981
982
|
const _SMSDESI = "SecretsManagerSecurityDbEncryptionSecretId";
|
|
982
983
|
const _SMSI = "SecretsManagerSecretId";
|
|
983
984
|
const _SMa = "SaslMechanism";
|
|
985
|
+
const _SMe = "SecurityMechanism";
|
|
984
986
|
const _SN = "ServerName";
|
|
985
987
|
const _SNSITF = "SNSInvalidTopicFault";
|
|
986
988
|
const _SNSNAF = "SNSNoAuthorizationFault";
|
|
@@ -2305,8 +2307,8 @@ export var GetTargetSelectionRulesResponse$ = [3, n0, _GTSRR,
|
|
|
2305
2307
|
];
|
|
2306
2308
|
export var IbmDb2LuwDataProviderSettings$ = [3, n0, _IDLDPS,
|
|
2307
2309
|
0,
|
|
2308
|
-
[_SN, _Po, _DN, _SM, _CA, _SPa, _SARAc],
|
|
2309
|
-
[0, 1, 0, 0, 0, 0, 0]
|
|
2310
|
+
[_SN, _Po, _DN, _SM, _CA, _EAn, _SMe, _SPa, _SARAc],
|
|
2311
|
+
[0, 1, 0, 0, 0, 1, 1, 0, 0]
|
|
2310
2312
|
];
|
|
2311
2313
|
export var IBMDb2Settings$ = [3, n0, _IBMDS,
|
|
2312
2314
|
0,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeEndpointsCommand } from "../commands/DescribeEndpointsCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeReplicationInstancesCommand, } from "../commands/DescribeReplicationInstancesCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeReplicationInstancesCommand, } from "../commands/DescribeReplicationInstancesCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeReplicationTasksCommand, } from "../commands/DescribeReplicationTasksCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeReplicationTasksCommand, } from "../commands/DescribeReplicationTasksCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeReplicationTasksCommand, } from "../commands/DescribeReplicationTasksCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeReplicationTasksCommand, } from "../commands/DescribeReplicationTasksCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeConnectionsCommand } from "../commands/DescribeConnectionsCommand";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
+
import { DescribeConnectionsCommand, } from "../commands/DescribeConnectionsCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -1,124 +1,124 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
2
|
import type { WaiterResult } from "@smithy/util-waiter";
|
|
3
|
-
import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
|
|
4
|
-
import { ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput } from "./commands/ApplyPendingMaintenanceActionCommand";
|
|
5
|
-
import { BatchStartRecommendationsCommandInput, BatchStartRecommendationsCommandOutput } from "./commands/BatchStartRecommendationsCommand";
|
|
6
|
-
import { CancelMetadataModelConversionCommandInput, CancelMetadataModelConversionCommandOutput } from "./commands/CancelMetadataModelConversionCommand";
|
|
7
|
-
import { CancelMetadataModelCreationCommandInput, CancelMetadataModelCreationCommandOutput } from "./commands/CancelMetadataModelCreationCommand";
|
|
8
|
-
import { CancelReplicationTaskAssessmentRunCommandInput, CancelReplicationTaskAssessmentRunCommandOutput } from "./commands/CancelReplicationTaskAssessmentRunCommand";
|
|
9
|
-
import { CreateDataMigrationCommandInput, CreateDataMigrationCommandOutput } from "./commands/CreateDataMigrationCommand";
|
|
10
|
-
import { CreateDataProviderCommandInput, CreateDataProviderCommandOutput } from "./commands/CreateDataProviderCommand";
|
|
11
|
-
import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "./commands/CreateEndpointCommand";
|
|
12
|
-
import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "./commands/CreateEventSubscriptionCommand";
|
|
13
|
-
import { CreateFleetAdvisorCollectorCommandInput, CreateFleetAdvisorCollectorCommandOutput } from "./commands/CreateFleetAdvisorCollectorCommand";
|
|
14
|
-
import { CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput } from "./commands/CreateInstanceProfileCommand";
|
|
15
|
-
import { CreateMigrationProjectCommandInput, CreateMigrationProjectCommandOutput } from "./commands/CreateMigrationProjectCommand";
|
|
16
|
-
import { CreateReplicationConfigCommandInput, CreateReplicationConfigCommandOutput } from "./commands/CreateReplicationConfigCommand";
|
|
17
|
-
import { CreateReplicationInstanceCommandInput, CreateReplicationInstanceCommandOutput } from "./commands/CreateReplicationInstanceCommand";
|
|
18
|
-
import { CreateReplicationSubnetGroupCommandInput, CreateReplicationSubnetGroupCommandOutput } from "./commands/CreateReplicationSubnetGroupCommand";
|
|
19
|
-
import { CreateReplicationTaskCommandInput, CreateReplicationTaskCommandOutput } from "./commands/CreateReplicationTaskCommand";
|
|
20
|
-
import { DeleteCertificateCommandInput, DeleteCertificateCommandOutput } from "./commands/DeleteCertificateCommand";
|
|
21
|
-
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
22
|
-
import { DeleteDataMigrationCommandInput, DeleteDataMigrationCommandOutput } from "./commands/DeleteDataMigrationCommand";
|
|
23
|
-
import { DeleteDataProviderCommandInput, DeleteDataProviderCommandOutput } from "./commands/DeleteDataProviderCommand";
|
|
24
|
-
import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "./commands/DeleteEndpointCommand";
|
|
25
|
-
import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "./commands/DeleteEventSubscriptionCommand";
|
|
26
|
-
import { DeleteFleetAdvisorCollectorCommandInput, DeleteFleetAdvisorCollectorCommandOutput } from "./commands/DeleteFleetAdvisorCollectorCommand";
|
|
27
|
-
import { DeleteFleetAdvisorDatabasesCommandInput, DeleteFleetAdvisorDatabasesCommandOutput } from "./commands/DeleteFleetAdvisorDatabasesCommand";
|
|
28
|
-
import { DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput } from "./commands/DeleteInstanceProfileCommand";
|
|
29
|
-
import { DeleteMigrationProjectCommandInput, DeleteMigrationProjectCommandOutput } from "./commands/DeleteMigrationProjectCommand";
|
|
30
|
-
import { DeleteReplicationConfigCommandInput, DeleteReplicationConfigCommandOutput } from "./commands/DeleteReplicationConfigCommand";
|
|
31
|
-
import { DeleteReplicationInstanceCommandInput, DeleteReplicationInstanceCommandOutput } from "./commands/DeleteReplicationInstanceCommand";
|
|
32
|
-
import { DeleteReplicationSubnetGroupCommandInput, DeleteReplicationSubnetGroupCommandOutput } from "./commands/DeleteReplicationSubnetGroupCommand";
|
|
33
|
-
import { DeleteReplicationTaskAssessmentRunCommandInput, DeleteReplicationTaskAssessmentRunCommandOutput } from "./commands/DeleteReplicationTaskAssessmentRunCommand";
|
|
34
|
-
import { DeleteReplicationTaskCommandInput, DeleteReplicationTaskCommandOutput } from "./commands/DeleteReplicationTaskCommand";
|
|
35
|
-
import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "./commands/DescribeAccountAttributesCommand";
|
|
36
|
-
import { DescribeApplicableIndividualAssessmentsCommandInput, DescribeApplicableIndividualAssessmentsCommandOutput } from "./commands/DescribeApplicableIndividualAssessmentsCommand";
|
|
37
|
-
import { DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput } from "./commands/DescribeCertificatesCommand";
|
|
38
|
-
import { DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput } from "./commands/DescribeConnectionsCommand";
|
|
39
|
-
import { DescribeConversionConfigurationCommandInput, DescribeConversionConfigurationCommandOutput } from "./commands/DescribeConversionConfigurationCommand";
|
|
40
|
-
import { DescribeDataMigrationsCommandInput, DescribeDataMigrationsCommandOutput } from "./commands/DescribeDataMigrationsCommand";
|
|
41
|
-
import { DescribeDataProvidersCommandInput, DescribeDataProvidersCommandOutput } from "./commands/DescribeDataProvidersCommand";
|
|
42
|
-
import { DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput } from "./commands/DescribeEndpointsCommand";
|
|
43
|
-
import { DescribeEndpointSettingsCommandInput, DescribeEndpointSettingsCommandOutput } from "./commands/DescribeEndpointSettingsCommand";
|
|
44
|
-
import { DescribeEndpointTypesCommandInput, DescribeEndpointTypesCommandOutput } from "./commands/DescribeEndpointTypesCommand";
|
|
45
|
-
import { DescribeEngineVersionsCommandInput, DescribeEngineVersionsCommandOutput } from "./commands/DescribeEngineVersionsCommand";
|
|
46
|
-
import { DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput } from "./commands/DescribeEventCategoriesCommand";
|
|
47
|
-
import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
|
|
48
|
-
import { DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput } from "./commands/DescribeEventSubscriptionsCommand";
|
|
49
|
-
import { DescribeExtensionPackAssociationsCommandInput, DescribeExtensionPackAssociationsCommandOutput } from "./commands/DescribeExtensionPackAssociationsCommand";
|
|
50
|
-
import { DescribeFleetAdvisorCollectorsCommandInput, DescribeFleetAdvisorCollectorsCommandOutput } from "./commands/DescribeFleetAdvisorCollectorsCommand";
|
|
51
|
-
import { DescribeFleetAdvisorDatabasesCommandInput, DescribeFleetAdvisorDatabasesCommandOutput } from "./commands/DescribeFleetAdvisorDatabasesCommand";
|
|
52
|
-
import { DescribeFleetAdvisorLsaAnalysisCommandInput, DescribeFleetAdvisorLsaAnalysisCommandOutput } from "./commands/DescribeFleetAdvisorLsaAnalysisCommand";
|
|
53
|
-
import { DescribeFleetAdvisorSchemaObjectSummaryCommandInput, DescribeFleetAdvisorSchemaObjectSummaryCommandOutput } from "./commands/DescribeFleetAdvisorSchemaObjectSummaryCommand";
|
|
54
|
-
import { DescribeFleetAdvisorSchemasCommandInput, DescribeFleetAdvisorSchemasCommandOutput } from "./commands/DescribeFleetAdvisorSchemasCommand";
|
|
55
|
-
import { DescribeInstanceProfilesCommandInput, DescribeInstanceProfilesCommandOutput } from "./commands/DescribeInstanceProfilesCommand";
|
|
56
|
-
import { DescribeMetadataModelAssessmentsCommandInput, DescribeMetadataModelAssessmentsCommandOutput } from "./commands/DescribeMetadataModelAssessmentsCommand";
|
|
57
|
-
import { DescribeMetadataModelChildrenCommandInput, DescribeMetadataModelChildrenCommandOutput } from "./commands/DescribeMetadataModelChildrenCommand";
|
|
58
|
-
import { DescribeMetadataModelCommandInput, DescribeMetadataModelCommandOutput } from "./commands/DescribeMetadataModelCommand";
|
|
59
|
-
import { DescribeMetadataModelConversionsCommandInput, DescribeMetadataModelConversionsCommandOutput } from "./commands/DescribeMetadataModelConversionsCommand";
|
|
60
|
-
import { DescribeMetadataModelCreationsCommandInput, DescribeMetadataModelCreationsCommandOutput } from "./commands/DescribeMetadataModelCreationsCommand";
|
|
61
|
-
import { DescribeMetadataModelExportsAsScriptCommandInput, DescribeMetadataModelExportsAsScriptCommandOutput } from "./commands/DescribeMetadataModelExportsAsScriptCommand";
|
|
62
|
-
import { DescribeMetadataModelExportsToTargetCommandInput, DescribeMetadataModelExportsToTargetCommandOutput } from "./commands/DescribeMetadataModelExportsToTargetCommand";
|
|
63
|
-
import { DescribeMetadataModelImportsCommandInput, DescribeMetadataModelImportsCommandOutput } from "./commands/DescribeMetadataModelImportsCommand";
|
|
64
|
-
import { DescribeMigrationProjectsCommandInput, DescribeMigrationProjectsCommandOutput } from "./commands/DescribeMigrationProjectsCommand";
|
|
65
|
-
import { DescribeOrderableReplicationInstancesCommandInput, DescribeOrderableReplicationInstancesCommandOutput } from "./commands/DescribeOrderableReplicationInstancesCommand";
|
|
66
|
-
import { DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput } from "./commands/DescribePendingMaintenanceActionsCommand";
|
|
67
|
-
import { DescribeRecommendationLimitationsCommandInput, DescribeRecommendationLimitationsCommandOutput } from "./commands/DescribeRecommendationLimitationsCommand";
|
|
68
|
-
import { DescribeRecommendationsCommandInput, DescribeRecommendationsCommandOutput } from "./commands/DescribeRecommendationsCommand";
|
|
69
|
-
import { DescribeRefreshSchemasStatusCommandInput, DescribeRefreshSchemasStatusCommandOutput } from "./commands/DescribeRefreshSchemasStatusCommand";
|
|
70
|
-
import { DescribeReplicationConfigsCommandInput, DescribeReplicationConfigsCommandOutput } from "./commands/DescribeReplicationConfigsCommand";
|
|
71
|
-
import { DescribeReplicationInstancesCommandInput, DescribeReplicationInstancesCommandOutput } from "./commands/DescribeReplicationInstancesCommand";
|
|
72
|
-
import { DescribeReplicationInstanceTaskLogsCommandInput, DescribeReplicationInstanceTaskLogsCommandOutput } from "./commands/DescribeReplicationInstanceTaskLogsCommand";
|
|
73
|
-
import { DescribeReplicationsCommandInput, DescribeReplicationsCommandOutput } from "./commands/DescribeReplicationsCommand";
|
|
74
|
-
import { DescribeReplicationSubnetGroupsCommandInput, DescribeReplicationSubnetGroupsCommandOutput } from "./commands/DescribeReplicationSubnetGroupsCommand";
|
|
75
|
-
import { DescribeReplicationTableStatisticsCommandInput, DescribeReplicationTableStatisticsCommandOutput } from "./commands/DescribeReplicationTableStatisticsCommand";
|
|
76
|
-
import { DescribeReplicationTaskAssessmentResultsCommandInput, DescribeReplicationTaskAssessmentResultsCommandOutput } from "./commands/DescribeReplicationTaskAssessmentResultsCommand";
|
|
77
|
-
import { DescribeReplicationTaskAssessmentRunsCommandInput, DescribeReplicationTaskAssessmentRunsCommandOutput } from "./commands/DescribeReplicationTaskAssessmentRunsCommand";
|
|
78
|
-
import { DescribeReplicationTaskIndividualAssessmentsCommandInput, DescribeReplicationTaskIndividualAssessmentsCommandOutput } from "./commands/DescribeReplicationTaskIndividualAssessmentsCommand";
|
|
79
|
-
import { DescribeReplicationTasksCommandInput, DescribeReplicationTasksCommandOutput } from "./commands/DescribeReplicationTasksCommand";
|
|
80
|
-
import { DescribeSchemasCommandInput, DescribeSchemasCommandOutput } from "./commands/DescribeSchemasCommand";
|
|
81
|
-
import { DescribeTableStatisticsCommandInput, DescribeTableStatisticsCommandOutput } from "./commands/DescribeTableStatisticsCommand";
|
|
82
|
-
import { ExportMetadataModelAssessmentCommandInput, ExportMetadataModelAssessmentCommandOutput } from "./commands/ExportMetadataModelAssessmentCommand";
|
|
83
|
-
import { GetTargetSelectionRulesCommandInput, GetTargetSelectionRulesCommandOutput } from "./commands/GetTargetSelectionRulesCommand";
|
|
84
|
-
import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from "./commands/ImportCertificateCommand";
|
|
85
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
86
|
-
import { ModifyConversionConfigurationCommandInput, ModifyConversionConfigurationCommandOutput } from "./commands/ModifyConversionConfigurationCommand";
|
|
87
|
-
import { ModifyDataMigrationCommandInput, ModifyDataMigrationCommandOutput } from "./commands/ModifyDataMigrationCommand";
|
|
88
|
-
import { ModifyDataProviderCommandInput, ModifyDataProviderCommandOutput } from "./commands/ModifyDataProviderCommand";
|
|
89
|
-
import { ModifyEndpointCommandInput, ModifyEndpointCommandOutput } from "./commands/ModifyEndpointCommand";
|
|
90
|
-
import { ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput } from "./commands/ModifyEventSubscriptionCommand";
|
|
91
|
-
import { ModifyInstanceProfileCommandInput, ModifyInstanceProfileCommandOutput } from "./commands/ModifyInstanceProfileCommand";
|
|
92
|
-
import { ModifyMigrationProjectCommandInput, ModifyMigrationProjectCommandOutput } from "./commands/ModifyMigrationProjectCommand";
|
|
93
|
-
import { ModifyReplicationConfigCommandInput, ModifyReplicationConfigCommandOutput } from "./commands/ModifyReplicationConfigCommand";
|
|
94
|
-
import { ModifyReplicationInstanceCommandInput, ModifyReplicationInstanceCommandOutput } from "./commands/ModifyReplicationInstanceCommand";
|
|
95
|
-
import { ModifyReplicationSubnetGroupCommandInput, ModifyReplicationSubnetGroupCommandOutput } from "./commands/ModifyReplicationSubnetGroupCommand";
|
|
96
|
-
import { ModifyReplicationTaskCommandInput, ModifyReplicationTaskCommandOutput } from "./commands/ModifyReplicationTaskCommand";
|
|
97
|
-
import { MoveReplicationTaskCommandInput, MoveReplicationTaskCommandOutput } from "./commands/MoveReplicationTaskCommand";
|
|
98
|
-
import { RebootReplicationInstanceCommandInput, RebootReplicationInstanceCommandOutput } from "./commands/RebootReplicationInstanceCommand";
|
|
99
|
-
import { RefreshSchemasCommandInput, RefreshSchemasCommandOutput } from "./commands/RefreshSchemasCommand";
|
|
100
|
-
import { ReloadReplicationTablesCommandInput, ReloadReplicationTablesCommandOutput } from "./commands/ReloadReplicationTablesCommand";
|
|
101
|
-
import { ReloadTablesCommandInput, ReloadTablesCommandOutput } from "./commands/ReloadTablesCommand";
|
|
102
|
-
import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
|
|
103
|
-
import { RunFleetAdvisorLsaAnalysisCommandInput, RunFleetAdvisorLsaAnalysisCommandOutput } from "./commands/RunFleetAdvisorLsaAnalysisCommand";
|
|
104
|
-
import { StartDataMigrationCommandInput, StartDataMigrationCommandOutput } from "./commands/StartDataMigrationCommand";
|
|
105
|
-
import { StartExtensionPackAssociationCommandInput, StartExtensionPackAssociationCommandOutput } from "./commands/StartExtensionPackAssociationCommand";
|
|
106
|
-
import { StartMetadataModelAssessmentCommandInput, StartMetadataModelAssessmentCommandOutput } from "./commands/StartMetadataModelAssessmentCommand";
|
|
107
|
-
import { StartMetadataModelConversionCommandInput, StartMetadataModelConversionCommandOutput } from "./commands/StartMetadataModelConversionCommand";
|
|
108
|
-
import { StartMetadataModelCreationCommandInput, StartMetadataModelCreationCommandOutput } from "./commands/StartMetadataModelCreationCommand";
|
|
109
|
-
import { StartMetadataModelExportAsScriptCommandInput, StartMetadataModelExportAsScriptCommandOutput } from "./commands/StartMetadataModelExportAsScriptCommand";
|
|
110
|
-
import { StartMetadataModelExportToTargetCommandInput, StartMetadataModelExportToTargetCommandOutput } from "./commands/StartMetadataModelExportToTargetCommand";
|
|
111
|
-
import { StartMetadataModelImportCommandInput, StartMetadataModelImportCommandOutput } from "./commands/StartMetadataModelImportCommand";
|
|
112
|
-
import { StartRecommendationsCommandInput, StartRecommendationsCommandOutput } from "./commands/StartRecommendationsCommand";
|
|
113
|
-
import { StartReplicationCommandInput, StartReplicationCommandOutput } from "./commands/StartReplicationCommand";
|
|
114
|
-
import { StartReplicationTaskAssessmentCommandInput, StartReplicationTaskAssessmentCommandOutput } from "./commands/StartReplicationTaskAssessmentCommand";
|
|
115
|
-
import { StartReplicationTaskAssessmentRunCommandInput, StartReplicationTaskAssessmentRunCommandOutput } from "./commands/StartReplicationTaskAssessmentRunCommand";
|
|
116
|
-
import { StartReplicationTaskCommandInput, StartReplicationTaskCommandOutput } from "./commands/StartReplicationTaskCommand";
|
|
117
|
-
import { StopDataMigrationCommandInput, StopDataMigrationCommandOutput } from "./commands/StopDataMigrationCommand";
|
|
118
|
-
import { StopReplicationCommandInput, StopReplicationCommandOutput } from "./commands/StopReplicationCommand";
|
|
119
|
-
import { StopReplicationTaskCommandInput, StopReplicationTaskCommandOutput } from "./commands/StopReplicationTaskCommand";
|
|
120
|
-
import { TestConnectionCommandInput, TestConnectionCommandOutput } from "./commands/TestConnectionCommand";
|
|
121
|
-
import { UpdateSubscriptionsToEventBridgeCommandInput, UpdateSubscriptionsToEventBridgeCommandOutput } from "./commands/UpdateSubscriptionsToEventBridgeCommand";
|
|
3
|
+
import { type AddTagsToResourceCommandInput, type AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
|
|
4
|
+
import { type ApplyPendingMaintenanceActionCommandInput, type ApplyPendingMaintenanceActionCommandOutput } from "./commands/ApplyPendingMaintenanceActionCommand";
|
|
5
|
+
import { type BatchStartRecommendationsCommandInput, type BatchStartRecommendationsCommandOutput } from "./commands/BatchStartRecommendationsCommand";
|
|
6
|
+
import { type CancelMetadataModelConversionCommandInput, type CancelMetadataModelConversionCommandOutput } from "./commands/CancelMetadataModelConversionCommand";
|
|
7
|
+
import { type CancelMetadataModelCreationCommandInput, type CancelMetadataModelCreationCommandOutput } from "./commands/CancelMetadataModelCreationCommand";
|
|
8
|
+
import { type CancelReplicationTaskAssessmentRunCommandInput, type CancelReplicationTaskAssessmentRunCommandOutput } from "./commands/CancelReplicationTaskAssessmentRunCommand";
|
|
9
|
+
import { type CreateDataMigrationCommandInput, type CreateDataMigrationCommandOutput } from "./commands/CreateDataMigrationCommand";
|
|
10
|
+
import { type CreateDataProviderCommandInput, type CreateDataProviderCommandOutput } from "./commands/CreateDataProviderCommand";
|
|
11
|
+
import { type CreateEndpointCommandInput, type CreateEndpointCommandOutput } from "./commands/CreateEndpointCommand";
|
|
12
|
+
import { type CreateEventSubscriptionCommandInput, type CreateEventSubscriptionCommandOutput } from "./commands/CreateEventSubscriptionCommand";
|
|
13
|
+
import { type CreateFleetAdvisorCollectorCommandInput, type CreateFleetAdvisorCollectorCommandOutput } from "./commands/CreateFleetAdvisorCollectorCommand";
|
|
14
|
+
import { type CreateInstanceProfileCommandInput, type CreateInstanceProfileCommandOutput } from "./commands/CreateInstanceProfileCommand";
|
|
15
|
+
import { type CreateMigrationProjectCommandInput, type CreateMigrationProjectCommandOutput } from "./commands/CreateMigrationProjectCommand";
|
|
16
|
+
import { type CreateReplicationConfigCommandInput, type CreateReplicationConfigCommandOutput } from "./commands/CreateReplicationConfigCommand";
|
|
17
|
+
import { type CreateReplicationInstanceCommandInput, type CreateReplicationInstanceCommandOutput } from "./commands/CreateReplicationInstanceCommand";
|
|
18
|
+
import { type CreateReplicationSubnetGroupCommandInput, type CreateReplicationSubnetGroupCommandOutput } from "./commands/CreateReplicationSubnetGroupCommand";
|
|
19
|
+
import { type CreateReplicationTaskCommandInput, type CreateReplicationTaskCommandOutput } from "./commands/CreateReplicationTaskCommand";
|
|
20
|
+
import { type DeleteCertificateCommandInput, type DeleteCertificateCommandOutput } from "./commands/DeleteCertificateCommand";
|
|
21
|
+
import { type DeleteConnectionCommandInput, type DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
22
|
+
import { type DeleteDataMigrationCommandInput, type DeleteDataMigrationCommandOutput } from "./commands/DeleteDataMigrationCommand";
|
|
23
|
+
import { type DeleteDataProviderCommandInput, type DeleteDataProviderCommandOutput } from "./commands/DeleteDataProviderCommand";
|
|
24
|
+
import { type DeleteEndpointCommandInput, type DeleteEndpointCommandOutput } from "./commands/DeleteEndpointCommand";
|
|
25
|
+
import { type DeleteEventSubscriptionCommandInput, type DeleteEventSubscriptionCommandOutput } from "./commands/DeleteEventSubscriptionCommand";
|
|
26
|
+
import { type DeleteFleetAdvisorCollectorCommandInput, type DeleteFleetAdvisorCollectorCommandOutput } from "./commands/DeleteFleetAdvisorCollectorCommand";
|
|
27
|
+
import { type DeleteFleetAdvisorDatabasesCommandInput, type DeleteFleetAdvisorDatabasesCommandOutput } from "./commands/DeleteFleetAdvisorDatabasesCommand";
|
|
28
|
+
import { type DeleteInstanceProfileCommandInput, type DeleteInstanceProfileCommandOutput } from "./commands/DeleteInstanceProfileCommand";
|
|
29
|
+
import { type DeleteMigrationProjectCommandInput, type DeleteMigrationProjectCommandOutput } from "./commands/DeleteMigrationProjectCommand";
|
|
30
|
+
import { type DeleteReplicationConfigCommandInput, type DeleteReplicationConfigCommandOutput } from "./commands/DeleteReplicationConfigCommand";
|
|
31
|
+
import { type DeleteReplicationInstanceCommandInput, type DeleteReplicationInstanceCommandOutput } from "./commands/DeleteReplicationInstanceCommand";
|
|
32
|
+
import { type DeleteReplicationSubnetGroupCommandInput, type DeleteReplicationSubnetGroupCommandOutput } from "./commands/DeleteReplicationSubnetGroupCommand";
|
|
33
|
+
import { type DeleteReplicationTaskAssessmentRunCommandInput, type DeleteReplicationTaskAssessmentRunCommandOutput } from "./commands/DeleteReplicationTaskAssessmentRunCommand";
|
|
34
|
+
import { type DeleteReplicationTaskCommandInput, type DeleteReplicationTaskCommandOutput } from "./commands/DeleteReplicationTaskCommand";
|
|
35
|
+
import { type DescribeAccountAttributesCommandInput, type DescribeAccountAttributesCommandOutput } from "./commands/DescribeAccountAttributesCommand";
|
|
36
|
+
import { type DescribeApplicableIndividualAssessmentsCommandInput, type DescribeApplicableIndividualAssessmentsCommandOutput } from "./commands/DescribeApplicableIndividualAssessmentsCommand";
|
|
37
|
+
import { type DescribeCertificatesCommandInput, type DescribeCertificatesCommandOutput } from "./commands/DescribeCertificatesCommand";
|
|
38
|
+
import { type DescribeConnectionsCommandInput, type DescribeConnectionsCommandOutput } from "./commands/DescribeConnectionsCommand";
|
|
39
|
+
import { type DescribeConversionConfigurationCommandInput, type DescribeConversionConfigurationCommandOutput } from "./commands/DescribeConversionConfigurationCommand";
|
|
40
|
+
import { type DescribeDataMigrationsCommandInput, type DescribeDataMigrationsCommandOutput } from "./commands/DescribeDataMigrationsCommand";
|
|
41
|
+
import { type DescribeDataProvidersCommandInput, type DescribeDataProvidersCommandOutput } from "./commands/DescribeDataProvidersCommand";
|
|
42
|
+
import { type DescribeEndpointsCommandInput, type DescribeEndpointsCommandOutput } from "./commands/DescribeEndpointsCommand";
|
|
43
|
+
import { type DescribeEndpointSettingsCommandInput, type DescribeEndpointSettingsCommandOutput } from "./commands/DescribeEndpointSettingsCommand";
|
|
44
|
+
import { type DescribeEndpointTypesCommandInput, type DescribeEndpointTypesCommandOutput } from "./commands/DescribeEndpointTypesCommand";
|
|
45
|
+
import { type DescribeEngineVersionsCommandInput, type DescribeEngineVersionsCommandOutput } from "./commands/DescribeEngineVersionsCommand";
|
|
46
|
+
import { type DescribeEventCategoriesCommandInput, type DescribeEventCategoriesCommandOutput } from "./commands/DescribeEventCategoriesCommand";
|
|
47
|
+
import { type DescribeEventsCommandInput, type DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
|
|
48
|
+
import { type DescribeEventSubscriptionsCommandInput, type DescribeEventSubscriptionsCommandOutput } from "./commands/DescribeEventSubscriptionsCommand";
|
|
49
|
+
import { type DescribeExtensionPackAssociationsCommandInput, type DescribeExtensionPackAssociationsCommandOutput } from "./commands/DescribeExtensionPackAssociationsCommand";
|
|
50
|
+
import { type DescribeFleetAdvisorCollectorsCommandInput, type DescribeFleetAdvisorCollectorsCommandOutput } from "./commands/DescribeFleetAdvisorCollectorsCommand";
|
|
51
|
+
import { type DescribeFleetAdvisorDatabasesCommandInput, type DescribeFleetAdvisorDatabasesCommandOutput } from "./commands/DescribeFleetAdvisorDatabasesCommand";
|
|
52
|
+
import { type DescribeFleetAdvisorLsaAnalysisCommandInput, type DescribeFleetAdvisorLsaAnalysisCommandOutput } from "./commands/DescribeFleetAdvisorLsaAnalysisCommand";
|
|
53
|
+
import { type DescribeFleetAdvisorSchemaObjectSummaryCommandInput, type DescribeFleetAdvisorSchemaObjectSummaryCommandOutput } from "./commands/DescribeFleetAdvisorSchemaObjectSummaryCommand";
|
|
54
|
+
import { type DescribeFleetAdvisorSchemasCommandInput, type DescribeFleetAdvisorSchemasCommandOutput } from "./commands/DescribeFleetAdvisorSchemasCommand";
|
|
55
|
+
import { type DescribeInstanceProfilesCommandInput, type DescribeInstanceProfilesCommandOutput } from "./commands/DescribeInstanceProfilesCommand";
|
|
56
|
+
import { type DescribeMetadataModelAssessmentsCommandInput, type DescribeMetadataModelAssessmentsCommandOutput } from "./commands/DescribeMetadataModelAssessmentsCommand";
|
|
57
|
+
import { type DescribeMetadataModelChildrenCommandInput, type DescribeMetadataModelChildrenCommandOutput } from "./commands/DescribeMetadataModelChildrenCommand";
|
|
58
|
+
import { type DescribeMetadataModelCommandInput, type DescribeMetadataModelCommandOutput } from "./commands/DescribeMetadataModelCommand";
|
|
59
|
+
import { type DescribeMetadataModelConversionsCommandInput, type DescribeMetadataModelConversionsCommandOutput } from "./commands/DescribeMetadataModelConversionsCommand";
|
|
60
|
+
import { type DescribeMetadataModelCreationsCommandInput, type DescribeMetadataModelCreationsCommandOutput } from "./commands/DescribeMetadataModelCreationsCommand";
|
|
61
|
+
import { type DescribeMetadataModelExportsAsScriptCommandInput, type DescribeMetadataModelExportsAsScriptCommandOutput } from "./commands/DescribeMetadataModelExportsAsScriptCommand";
|
|
62
|
+
import { type DescribeMetadataModelExportsToTargetCommandInput, type DescribeMetadataModelExportsToTargetCommandOutput } from "./commands/DescribeMetadataModelExportsToTargetCommand";
|
|
63
|
+
import { type DescribeMetadataModelImportsCommandInput, type DescribeMetadataModelImportsCommandOutput } from "./commands/DescribeMetadataModelImportsCommand";
|
|
64
|
+
import { type DescribeMigrationProjectsCommandInput, type DescribeMigrationProjectsCommandOutput } from "./commands/DescribeMigrationProjectsCommand";
|
|
65
|
+
import { type DescribeOrderableReplicationInstancesCommandInput, type DescribeOrderableReplicationInstancesCommandOutput } from "./commands/DescribeOrderableReplicationInstancesCommand";
|
|
66
|
+
import { type DescribePendingMaintenanceActionsCommandInput, type DescribePendingMaintenanceActionsCommandOutput } from "./commands/DescribePendingMaintenanceActionsCommand";
|
|
67
|
+
import { type DescribeRecommendationLimitationsCommandInput, type DescribeRecommendationLimitationsCommandOutput } from "./commands/DescribeRecommendationLimitationsCommand";
|
|
68
|
+
import { type DescribeRecommendationsCommandInput, type DescribeRecommendationsCommandOutput } from "./commands/DescribeRecommendationsCommand";
|
|
69
|
+
import { type DescribeRefreshSchemasStatusCommandInput, type DescribeRefreshSchemasStatusCommandOutput } from "./commands/DescribeRefreshSchemasStatusCommand";
|
|
70
|
+
import { type DescribeReplicationConfigsCommandInput, type DescribeReplicationConfigsCommandOutput } from "./commands/DescribeReplicationConfigsCommand";
|
|
71
|
+
import { type DescribeReplicationInstancesCommandInput, type DescribeReplicationInstancesCommandOutput } from "./commands/DescribeReplicationInstancesCommand";
|
|
72
|
+
import { type DescribeReplicationInstanceTaskLogsCommandInput, type DescribeReplicationInstanceTaskLogsCommandOutput } from "./commands/DescribeReplicationInstanceTaskLogsCommand";
|
|
73
|
+
import { type DescribeReplicationsCommandInput, type DescribeReplicationsCommandOutput } from "./commands/DescribeReplicationsCommand";
|
|
74
|
+
import { type DescribeReplicationSubnetGroupsCommandInput, type DescribeReplicationSubnetGroupsCommandOutput } from "./commands/DescribeReplicationSubnetGroupsCommand";
|
|
75
|
+
import { type DescribeReplicationTableStatisticsCommandInput, type DescribeReplicationTableStatisticsCommandOutput } from "./commands/DescribeReplicationTableStatisticsCommand";
|
|
76
|
+
import { type DescribeReplicationTaskAssessmentResultsCommandInput, type DescribeReplicationTaskAssessmentResultsCommandOutput } from "./commands/DescribeReplicationTaskAssessmentResultsCommand";
|
|
77
|
+
import { type DescribeReplicationTaskAssessmentRunsCommandInput, type DescribeReplicationTaskAssessmentRunsCommandOutput } from "./commands/DescribeReplicationTaskAssessmentRunsCommand";
|
|
78
|
+
import { type DescribeReplicationTaskIndividualAssessmentsCommandInput, type DescribeReplicationTaskIndividualAssessmentsCommandOutput } from "./commands/DescribeReplicationTaskIndividualAssessmentsCommand";
|
|
79
|
+
import { type DescribeReplicationTasksCommandInput, type DescribeReplicationTasksCommandOutput } from "./commands/DescribeReplicationTasksCommand";
|
|
80
|
+
import { type DescribeSchemasCommandInput, type DescribeSchemasCommandOutput } from "./commands/DescribeSchemasCommand";
|
|
81
|
+
import { type DescribeTableStatisticsCommandInput, type DescribeTableStatisticsCommandOutput } from "./commands/DescribeTableStatisticsCommand";
|
|
82
|
+
import { type ExportMetadataModelAssessmentCommandInput, type ExportMetadataModelAssessmentCommandOutput } from "./commands/ExportMetadataModelAssessmentCommand";
|
|
83
|
+
import { type GetTargetSelectionRulesCommandInput, type GetTargetSelectionRulesCommandOutput } from "./commands/GetTargetSelectionRulesCommand";
|
|
84
|
+
import { type ImportCertificateCommandInput, type ImportCertificateCommandOutput } from "./commands/ImportCertificateCommand";
|
|
85
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
86
|
+
import { type ModifyConversionConfigurationCommandInput, type ModifyConversionConfigurationCommandOutput } from "./commands/ModifyConversionConfigurationCommand";
|
|
87
|
+
import { type ModifyDataMigrationCommandInput, type ModifyDataMigrationCommandOutput } from "./commands/ModifyDataMigrationCommand";
|
|
88
|
+
import { type ModifyDataProviderCommandInput, type ModifyDataProviderCommandOutput } from "./commands/ModifyDataProviderCommand";
|
|
89
|
+
import { type ModifyEndpointCommandInput, type ModifyEndpointCommandOutput } from "./commands/ModifyEndpointCommand";
|
|
90
|
+
import { type ModifyEventSubscriptionCommandInput, type ModifyEventSubscriptionCommandOutput } from "./commands/ModifyEventSubscriptionCommand";
|
|
91
|
+
import { type ModifyInstanceProfileCommandInput, type ModifyInstanceProfileCommandOutput } from "./commands/ModifyInstanceProfileCommand";
|
|
92
|
+
import { type ModifyMigrationProjectCommandInput, type ModifyMigrationProjectCommandOutput } from "./commands/ModifyMigrationProjectCommand";
|
|
93
|
+
import { type ModifyReplicationConfigCommandInput, type ModifyReplicationConfigCommandOutput } from "./commands/ModifyReplicationConfigCommand";
|
|
94
|
+
import { type ModifyReplicationInstanceCommandInput, type ModifyReplicationInstanceCommandOutput } from "./commands/ModifyReplicationInstanceCommand";
|
|
95
|
+
import { type ModifyReplicationSubnetGroupCommandInput, type ModifyReplicationSubnetGroupCommandOutput } from "./commands/ModifyReplicationSubnetGroupCommand";
|
|
96
|
+
import { type ModifyReplicationTaskCommandInput, type ModifyReplicationTaskCommandOutput } from "./commands/ModifyReplicationTaskCommand";
|
|
97
|
+
import { type MoveReplicationTaskCommandInput, type MoveReplicationTaskCommandOutput } from "./commands/MoveReplicationTaskCommand";
|
|
98
|
+
import { type RebootReplicationInstanceCommandInput, type RebootReplicationInstanceCommandOutput } from "./commands/RebootReplicationInstanceCommand";
|
|
99
|
+
import { type RefreshSchemasCommandInput, type RefreshSchemasCommandOutput } from "./commands/RefreshSchemasCommand";
|
|
100
|
+
import { type ReloadReplicationTablesCommandInput, type ReloadReplicationTablesCommandOutput } from "./commands/ReloadReplicationTablesCommand";
|
|
101
|
+
import { type ReloadTablesCommandInput, type ReloadTablesCommandOutput } from "./commands/ReloadTablesCommand";
|
|
102
|
+
import { type RemoveTagsFromResourceCommandInput, type RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
|
|
103
|
+
import { type RunFleetAdvisorLsaAnalysisCommandInput, type RunFleetAdvisorLsaAnalysisCommandOutput } from "./commands/RunFleetAdvisorLsaAnalysisCommand";
|
|
104
|
+
import { type StartDataMigrationCommandInput, type StartDataMigrationCommandOutput } from "./commands/StartDataMigrationCommand";
|
|
105
|
+
import { type StartExtensionPackAssociationCommandInput, type StartExtensionPackAssociationCommandOutput } from "./commands/StartExtensionPackAssociationCommand";
|
|
106
|
+
import { type StartMetadataModelAssessmentCommandInput, type StartMetadataModelAssessmentCommandOutput } from "./commands/StartMetadataModelAssessmentCommand";
|
|
107
|
+
import { type StartMetadataModelConversionCommandInput, type StartMetadataModelConversionCommandOutput } from "./commands/StartMetadataModelConversionCommand";
|
|
108
|
+
import { type StartMetadataModelCreationCommandInput, type StartMetadataModelCreationCommandOutput } from "./commands/StartMetadataModelCreationCommand";
|
|
109
|
+
import { type StartMetadataModelExportAsScriptCommandInput, type StartMetadataModelExportAsScriptCommandOutput } from "./commands/StartMetadataModelExportAsScriptCommand";
|
|
110
|
+
import { type StartMetadataModelExportToTargetCommandInput, type StartMetadataModelExportToTargetCommandOutput } from "./commands/StartMetadataModelExportToTargetCommand";
|
|
111
|
+
import { type StartMetadataModelImportCommandInput, type StartMetadataModelImportCommandOutput } from "./commands/StartMetadataModelImportCommand";
|
|
112
|
+
import { type StartRecommendationsCommandInput, type StartRecommendationsCommandOutput } from "./commands/StartRecommendationsCommand";
|
|
113
|
+
import { type StartReplicationCommandInput, type StartReplicationCommandOutput } from "./commands/StartReplicationCommand";
|
|
114
|
+
import { type StartReplicationTaskAssessmentCommandInput, type StartReplicationTaskAssessmentCommandOutput } from "./commands/StartReplicationTaskAssessmentCommand";
|
|
115
|
+
import { type StartReplicationTaskAssessmentRunCommandInput, type StartReplicationTaskAssessmentRunCommandOutput } from "./commands/StartReplicationTaskAssessmentRunCommand";
|
|
116
|
+
import { type StartReplicationTaskCommandInput, type StartReplicationTaskCommandOutput } from "./commands/StartReplicationTaskCommand";
|
|
117
|
+
import { type StopDataMigrationCommandInput, type StopDataMigrationCommandOutput } from "./commands/StopDataMigrationCommand";
|
|
118
|
+
import { type StopReplicationCommandInput, type StopReplicationCommandOutput } from "./commands/StopReplicationCommand";
|
|
119
|
+
import { type StopReplicationTaskCommandInput, type StopReplicationTaskCommandOutput } from "./commands/StopReplicationTaskCommand";
|
|
120
|
+
import { type TestConnectionCommandInput, type TestConnectionCommandOutput } from "./commands/TestConnectionCommand";
|
|
121
|
+
import { type UpdateSubscriptionsToEventBridgeCommandInput, type UpdateSubscriptionsToEventBridgeCommandOutput } from "./commands/UpdateSubscriptionsToEventBridgeCommand";
|
|
122
122
|
import { DatabaseMigrationServiceClient } from "./DatabaseMigrationServiceClient";
|
|
123
123
|
export interface DatabaseMigrationService {
|
|
124
124
|
/**
|