@aws-sdk/client-database-migration-service 3.928.0 → 3.930.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.
Files changed (58) hide show
  1. package/README.md +56 -0
  2. package/dist-cjs/index.js +313 -80
  3. package/dist-es/DatabaseMigrationService.js +14 -0
  4. package/dist-es/commands/CancelMetadataModelConversionCommand.js +16 -0
  5. package/dist-es/commands/CancelMetadataModelCreationCommand.js +16 -0
  6. package/dist-es/commands/DescribeMetadataModelChildrenCommand.js +16 -0
  7. package/dist-es/commands/DescribeMetadataModelCommand.js +16 -0
  8. package/dist-es/commands/DescribeMetadataModelCreationsCommand.js +16 -0
  9. package/dist-es/commands/GetTargetSelectionRulesCommand.js +16 -0
  10. package/dist-es/commands/StartMetadataModelCreationCommand.js +16 -0
  11. package/dist-es/commands/index.js +7 -0
  12. package/dist-es/models/models_0.js +4 -34
  13. package/dist-es/models/models_1.js +0 -4
  14. package/dist-es/pagination/DescribeMetadataModelChildrenPaginator.js +4 -0
  15. package/dist-es/pagination/DescribeMetadataModelCreationsPaginator.js +4 -0
  16. package/dist-es/pagination/index.js +2 -0
  17. package/dist-es/schemas/schemas_0.js +205 -42
  18. package/dist-types/DatabaseMigrationService.d.ts +49 -0
  19. package/dist-types/DatabaseMigrationServiceClient.d.ts +9 -2
  20. package/dist-types/commands/CancelMetadataModelConversionCommand.d.ts +98 -0
  21. package/dist-types/commands/CancelMetadataModelCreationCommand.d.ts +98 -0
  22. package/dist-types/commands/DescribeMetadataModelChildrenCommand.d.ts +91 -0
  23. package/dist-types/commands/DescribeMetadataModelCommand.d.ts +91 -0
  24. package/dist-types/commands/DescribeMetadataModelCreationsCommand.d.ts +107 -0
  25. package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeReplicationTableStatisticsCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeReplicationsCommand.d.ts +2 -1
  29. package/dist-types/commands/GetTargetSelectionRulesCommand.d.ts +85 -0
  30. package/dist-types/commands/StartMetadataModelCreationCommand.d.ts +97 -0
  31. package/dist-types/commands/index.d.ts +7 -0
  32. package/dist-types/models/models_0.d.ts +331 -843
  33. package/dist-types/models/models_1.d.ts +825 -7
  34. package/dist-types/pagination/DescribeMetadataModelChildrenPaginator.d.ts +7 -0
  35. package/dist-types/pagination/DescribeMetadataModelCreationsPaginator.d.ts +7 -0
  36. package/dist-types/pagination/index.d.ts +2 -0
  37. package/dist-types/schemas/schemas_0.d.ts +25 -0
  38. package/dist-types/ts3.4/DatabaseMigrationService.d.ts +119 -0
  39. package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +42 -0
  40. package/dist-types/ts3.4/commands/CancelMetadataModelConversionCommand.d.ts +51 -0
  41. package/dist-types/ts3.4/commands/CancelMetadataModelCreationCommand.d.ts +51 -0
  42. package/dist-types/ts3.4/commands/DescribeMetadataModelChildrenCommand.d.ts +51 -0
  43. package/dist-types/ts3.4/commands/DescribeMetadataModelCommand.d.ts +51 -0
  44. package/dist-types/ts3.4/commands/DescribeMetadataModelCreationsCommand.d.ts +51 -0
  45. package/dist-types/ts3.4/commands/DescribeReplicationSubnetGroupsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/DescribeReplicationTableStatisticsCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/DescribeReplicationsCommand.d.ts +2 -4
  49. package/dist-types/ts3.4/commands/GetTargetSelectionRulesCommand.d.ts +51 -0
  50. package/dist-types/ts3.4/commands/StartMetadataModelCreationCommand.d.ts +51 -0
  51. package/dist-types/ts3.4/commands/index.d.ts +7 -0
  52. package/dist-types/ts3.4/models/models_0.d.ts +87 -151
  53. package/dist-types/ts3.4/models/models_1.d.ts +156 -8
  54. package/dist-types/ts3.4/pagination/DescribeMetadataModelChildrenPaginator.d.ts +11 -0
  55. package/dist-types/ts3.4/pagination/DescribeMetadataModelCreationsPaginator.d.ts +11 -0
  56. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  57. package/dist-types/ts3.4/schemas/schemas_0.d.ts +25 -0
  58. package/package.json +34 -34
@@ -2,6 +2,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
3
3
  import { ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput } from "./commands/ApplyPendingMaintenanceActionCommand";
4
4
  import { BatchStartRecommendationsCommandInput, BatchStartRecommendationsCommandOutput } from "./commands/BatchStartRecommendationsCommand";
5
+ import { CancelMetadataModelConversionCommandInput, CancelMetadataModelConversionCommandOutput } from "./commands/CancelMetadataModelConversionCommand";
6
+ import { CancelMetadataModelCreationCommandInput, CancelMetadataModelCreationCommandOutput } from "./commands/CancelMetadataModelCreationCommand";
5
7
  import { CancelReplicationTaskAssessmentRunCommandInput, CancelReplicationTaskAssessmentRunCommandOutput } from "./commands/CancelReplicationTaskAssessmentRunCommand";
6
8
  import { CreateDataMigrationCommandInput, CreateDataMigrationCommandOutput } from "./commands/CreateDataMigrationCommand";
7
9
  import { CreateDataProviderCommandInput, CreateDataProviderCommandOutput } from "./commands/CreateDataProviderCommand";
@@ -51,7 +53,10 @@ import { DescribeFleetAdvisorSchemaObjectSummaryCommandInput, DescribeFleetAdvis
51
53
  import { DescribeFleetAdvisorSchemasCommandInput, DescribeFleetAdvisorSchemasCommandOutput } from "./commands/DescribeFleetAdvisorSchemasCommand";
52
54
  import { DescribeInstanceProfilesCommandInput, DescribeInstanceProfilesCommandOutput } from "./commands/DescribeInstanceProfilesCommand";
53
55
  import { DescribeMetadataModelAssessmentsCommandInput, DescribeMetadataModelAssessmentsCommandOutput } from "./commands/DescribeMetadataModelAssessmentsCommand";
56
+ import { DescribeMetadataModelChildrenCommandInput, DescribeMetadataModelChildrenCommandOutput } from "./commands/DescribeMetadataModelChildrenCommand";
57
+ import { DescribeMetadataModelCommandInput, DescribeMetadataModelCommandOutput } from "./commands/DescribeMetadataModelCommand";
54
58
  import { DescribeMetadataModelConversionsCommandInput, DescribeMetadataModelConversionsCommandOutput } from "./commands/DescribeMetadataModelConversionsCommand";
59
+ import { DescribeMetadataModelCreationsCommandInput, DescribeMetadataModelCreationsCommandOutput } from "./commands/DescribeMetadataModelCreationsCommand";
55
60
  import { DescribeMetadataModelExportsAsScriptCommandInput, DescribeMetadataModelExportsAsScriptCommandOutput } from "./commands/DescribeMetadataModelExportsAsScriptCommand";
56
61
  import { DescribeMetadataModelExportsToTargetCommandInput, DescribeMetadataModelExportsToTargetCommandOutput } from "./commands/DescribeMetadataModelExportsToTargetCommand";
57
62
  import { DescribeMetadataModelImportsCommandInput, DescribeMetadataModelImportsCommandOutput } from "./commands/DescribeMetadataModelImportsCommand";
@@ -74,6 +79,7 @@ import { DescribeReplicationTasksCommandInput, DescribeReplicationTasksCommandOu
74
79
  import { DescribeSchemasCommandInput, DescribeSchemasCommandOutput } from "./commands/DescribeSchemasCommand";
75
80
  import { DescribeTableStatisticsCommandInput, DescribeTableStatisticsCommandOutput } from "./commands/DescribeTableStatisticsCommand";
76
81
  import { ExportMetadataModelAssessmentCommandInput, ExportMetadataModelAssessmentCommandOutput } from "./commands/ExportMetadataModelAssessmentCommand";
82
+ import { GetTargetSelectionRulesCommandInput, GetTargetSelectionRulesCommandOutput } from "./commands/GetTargetSelectionRulesCommand";
77
83
  import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from "./commands/ImportCertificateCommand";
78
84
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
79
85
  import { ModifyConversionConfigurationCommandInput, ModifyConversionConfigurationCommandOutput } from "./commands/ModifyConversionConfigurationCommand";
@@ -98,6 +104,7 @@ import { StartDataMigrationCommandInput, StartDataMigrationCommandOutput } from
98
104
  import { StartExtensionPackAssociationCommandInput, StartExtensionPackAssociationCommandOutput } from "./commands/StartExtensionPackAssociationCommand";
99
105
  import { StartMetadataModelAssessmentCommandInput, StartMetadataModelAssessmentCommandOutput } from "./commands/StartMetadataModelAssessmentCommand";
100
106
  import { StartMetadataModelConversionCommandInput, StartMetadataModelConversionCommandOutput } from "./commands/StartMetadataModelConversionCommand";
107
+ import { StartMetadataModelCreationCommandInput, StartMetadataModelCreationCommandOutput } from "./commands/StartMetadataModelCreationCommand";
101
108
  import { StartMetadataModelExportAsScriptCommandInput, StartMetadataModelExportAsScriptCommandOutput } from "./commands/StartMetadataModelExportAsScriptCommand";
102
109
  import { StartMetadataModelExportToTargetCommandInput, StartMetadataModelExportToTargetCommandOutput } from "./commands/StartMetadataModelExportToTargetCommand";
103
110
  import { StartMetadataModelImportCommandInput, StartMetadataModelImportCommandOutput } from "./commands/StartMetadataModelImportCommand";
@@ -132,6 +139,18 @@ export interface DatabaseMigrationService {
132
139
  batchStartRecommendations(args: BatchStartRecommendationsCommandInput, options?: __HttpHandlerOptions): Promise<BatchStartRecommendationsCommandOutput>;
133
140
  batchStartRecommendations(args: BatchStartRecommendationsCommandInput, cb: (err: any, data?: BatchStartRecommendationsCommandOutput) => void): void;
134
141
  batchStartRecommendations(args: BatchStartRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchStartRecommendationsCommandOutput) => void): void;
142
+ /**
143
+ * @see {@link CancelMetadataModelConversionCommand}
144
+ */
145
+ cancelMetadataModelConversion(args: CancelMetadataModelConversionCommandInput, options?: __HttpHandlerOptions): Promise<CancelMetadataModelConversionCommandOutput>;
146
+ cancelMetadataModelConversion(args: CancelMetadataModelConversionCommandInput, cb: (err: any, data?: CancelMetadataModelConversionCommandOutput) => void): void;
147
+ cancelMetadataModelConversion(args: CancelMetadataModelConversionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelMetadataModelConversionCommandOutput) => void): void;
148
+ /**
149
+ * @see {@link CancelMetadataModelCreationCommand}
150
+ */
151
+ cancelMetadataModelCreation(args: CancelMetadataModelCreationCommandInput, options?: __HttpHandlerOptions): Promise<CancelMetadataModelCreationCommandOutput>;
152
+ cancelMetadataModelCreation(args: CancelMetadataModelCreationCommandInput, cb: (err: any, data?: CancelMetadataModelCreationCommandOutput) => void): void;
153
+ cancelMetadataModelCreation(args: CancelMetadataModelCreationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelMetadataModelCreationCommandOutput) => void): void;
135
154
  /**
136
155
  * @see {@link CancelReplicationTaskAssessmentRunCommand}
137
156
  */
@@ -439,18 +458,36 @@ export interface DatabaseMigrationService {
439
458
  describeInstanceProfiles(args: DescribeInstanceProfilesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstanceProfilesCommandOutput>;
440
459
  describeInstanceProfiles(args: DescribeInstanceProfilesCommandInput, cb: (err: any, data?: DescribeInstanceProfilesCommandOutput) => void): void;
441
460
  describeInstanceProfiles(args: DescribeInstanceProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceProfilesCommandOutput) => void): void;
461
+ /**
462
+ * @see {@link DescribeMetadataModelCommand}
463
+ */
464
+ describeMetadataModel(args: DescribeMetadataModelCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMetadataModelCommandOutput>;
465
+ describeMetadataModel(args: DescribeMetadataModelCommandInput, cb: (err: any, data?: DescribeMetadataModelCommandOutput) => void): void;
466
+ describeMetadataModel(args: DescribeMetadataModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMetadataModelCommandOutput) => void): void;
442
467
  /**
443
468
  * @see {@link DescribeMetadataModelAssessmentsCommand}
444
469
  */
445
470
  describeMetadataModelAssessments(args: DescribeMetadataModelAssessmentsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMetadataModelAssessmentsCommandOutput>;
446
471
  describeMetadataModelAssessments(args: DescribeMetadataModelAssessmentsCommandInput, cb: (err: any, data?: DescribeMetadataModelAssessmentsCommandOutput) => void): void;
447
472
  describeMetadataModelAssessments(args: DescribeMetadataModelAssessmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMetadataModelAssessmentsCommandOutput) => void): void;
473
+ /**
474
+ * @see {@link DescribeMetadataModelChildrenCommand}
475
+ */
476
+ describeMetadataModelChildren(args: DescribeMetadataModelChildrenCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMetadataModelChildrenCommandOutput>;
477
+ describeMetadataModelChildren(args: DescribeMetadataModelChildrenCommandInput, cb: (err: any, data?: DescribeMetadataModelChildrenCommandOutput) => void): void;
478
+ describeMetadataModelChildren(args: DescribeMetadataModelChildrenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMetadataModelChildrenCommandOutput) => void): void;
448
479
  /**
449
480
  * @see {@link DescribeMetadataModelConversionsCommand}
450
481
  */
451
482
  describeMetadataModelConversions(args: DescribeMetadataModelConversionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMetadataModelConversionsCommandOutput>;
452
483
  describeMetadataModelConversions(args: DescribeMetadataModelConversionsCommandInput, cb: (err: any, data?: DescribeMetadataModelConversionsCommandOutput) => void): void;
453
484
  describeMetadataModelConversions(args: DescribeMetadataModelConversionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMetadataModelConversionsCommandOutput) => void): void;
485
+ /**
486
+ * @see {@link DescribeMetadataModelCreationsCommand}
487
+ */
488
+ describeMetadataModelCreations(args: DescribeMetadataModelCreationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMetadataModelCreationsCommandOutput>;
489
+ describeMetadataModelCreations(args: DescribeMetadataModelCreationsCommandInput, cb: (err: any, data?: DescribeMetadataModelCreationsCommandOutput) => void): void;
490
+ describeMetadataModelCreations(args: DescribeMetadataModelCreationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMetadataModelCreationsCommandOutput) => void): void;
454
491
  /**
455
492
  * @see {@link DescribeMetadataModelExportsAsScriptCommand}
456
493
  */
@@ -596,6 +633,12 @@ export interface DatabaseMigrationService {
596
633
  exportMetadataModelAssessment(args: ExportMetadataModelAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<ExportMetadataModelAssessmentCommandOutput>;
597
634
  exportMetadataModelAssessment(args: ExportMetadataModelAssessmentCommandInput, cb: (err: any, data?: ExportMetadataModelAssessmentCommandOutput) => void): void;
598
635
  exportMetadataModelAssessment(args: ExportMetadataModelAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExportMetadataModelAssessmentCommandOutput) => void): void;
636
+ /**
637
+ * @see {@link GetTargetSelectionRulesCommand}
638
+ */
639
+ getTargetSelectionRules(args: GetTargetSelectionRulesCommandInput, options?: __HttpHandlerOptions): Promise<GetTargetSelectionRulesCommandOutput>;
640
+ getTargetSelectionRules(args: GetTargetSelectionRulesCommandInput, cb: (err: any, data?: GetTargetSelectionRulesCommandOutput) => void): void;
641
+ getTargetSelectionRules(args: GetTargetSelectionRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTargetSelectionRulesCommandOutput) => void): void;
599
642
  /**
600
643
  * @see {@link ImportCertificateCommand}
601
644
  */
@@ -742,6 +785,12 @@ export interface DatabaseMigrationService {
742
785
  startMetadataModelConversion(args: StartMetadataModelConversionCommandInput, options?: __HttpHandlerOptions): Promise<StartMetadataModelConversionCommandOutput>;
743
786
  startMetadataModelConversion(args: StartMetadataModelConversionCommandInput, cb: (err: any, data?: StartMetadataModelConversionCommandOutput) => void): void;
744
787
  startMetadataModelConversion(args: StartMetadataModelConversionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMetadataModelConversionCommandOutput) => void): void;
788
+ /**
789
+ * @see {@link StartMetadataModelCreationCommand}
790
+ */
791
+ startMetadataModelCreation(args: StartMetadataModelCreationCommandInput, options?: __HttpHandlerOptions): Promise<StartMetadataModelCreationCommandOutput>;
792
+ startMetadataModelCreation(args: StartMetadataModelCreationCommandInput, cb: (err: any, data?: StartMetadataModelCreationCommandOutput) => void): void;
793
+ startMetadataModelCreation(args: StartMetadataModelCreationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMetadataModelCreationCommandOutput) => void): void;
745
794
  /**
746
795
  * @see {@link StartMetadataModelExportAsScriptCommand}
747
796
  */
@@ -10,6 +10,8 @@ import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/
10
10
  import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
11
11
  import { ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput } from "./commands/ApplyPendingMaintenanceActionCommand";
12
12
  import { BatchStartRecommendationsCommandInput, BatchStartRecommendationsCommandOutput } from "./commands/BatchStartRecommendationsCommand";
13
+ import { CancelMetadataModelConversionCommandInput, CancelMetadataModelConversionCommandOutput } from "./commands/CancelMetadataModelConversionCommand";
14
+ import { CancelMetadataModelCreationCommandInput, CancelMetadataModelCreationCommandOutput } from "./commands/CancelMetadataModelCreationCommand";
13
15
  import { CancelReplicationTaskAssessmentRunCommandInput, CancelReplicationTaskAssessmentRunCommandOutput } from "./commands/CancelReplicationTaskAssessmentRunCommand";
14
16
  import { CreateDataMigrationCommandInput, CreateDataMigrationCommandOutput } from "./commands/CreateDataMigrationCommand";
15
17
  import { CreateDataProviderCommandInput, CreateDataProviderCommandOutput } from "./commands/CreateDataProviderCommand";
@@ -59,7 +61,10 @@ import { DescribeFleetAdvisorSchemaObjectSummaryCommandInput, DescribeFleetAdvis
59
61
  import { DescribeFleetAdvisorSchemasCommandInput, DescribeFleetAdvisorSchemasCommandOutput } from "./commands/DescribeFleetAdvisorSchemasCommand";
60
62
  import { DescribeInstanceProfilesCommandInput, DescribeInstanceProfilesCommandOutput } from "./commands/DescribeInstanceProfilesCommand";
61
63
  import { DescribeMetadataModelAssessmentsCommandInput, DescribeMetadataModelAssessmentsCommandOutput } from "./commands/DescribeMetadataModelAssessmentsCommand";
64
+ import { DescribeMetadataModelChildrenCommandInput, DescribeMetadataModelChildrenCommandOutput } from "./commands/DescribeMetadataModelChildrenCommand";
65
+ import { DescribeMetadataModelCommandInput, DescribeMetadataModelCommandOutput } from "./commands/DescribeMetadataModelCommand";
62
66
  import { DescribeMetadataModelConversionsCommandInput, DescribeMetadataModelConversionsCommandOutput } from "./commands/DescribeMetadataModelConversionsCommand";
67
+ import { DescribeMetadataModelCreationsCommandInput, DescribeMetadataModelCreationsCommandOutput } from "./commands/DescribeMetadataModelCreationsCommand";
63
68
  import { DescribeMetadataModelExportsAsScriptCommandInput, DescribeMetadataModelExportsAsScriptCommandOutput } from "./commands/DescribeMetadataModelExportsAsScriptCommand";
64
69
  import { DescribeMetadataModelExportsToTargetCommandInput, DescribeMetadataModelExportsToTargetCommandOutput } from "./commands/DescribeMetadataModelExportsToTargetCommand";
65
70
  import { DescribeMetadataModelImportsCommandInput, DescribeMetadataModelImportsCommandOutput } from "./commands/DescribeMetadataModelImportsCommand";
@@ -82,6 +87,7 @@ import { DescribeReplicationTasksCommandInput, DescribeReplicationTasksCommandOu
82
87
  import { DescribeSchemasCommandInput, DescribeSchemasCommandOutput } from "./commands/DescribeSchemasCommand";
83
88
  import { DescribeTableStatisticsCommandInput, DescribeTableStatisticsCommandOutput } from "./commands/DescribeTableStatisticsCommand";
84
89
  import { ExportMetadataModelAssessmentCommandInput, ExportMetadataModelAssessmentCommandOutput } from "./commands/ExportMetadataModelAssessmentCommand";
90
+ import { GetTargetSelectionRulesCommandInput, GetTargetSelectionRulesCommandOutput } from "./commands/GetTargetSelectionRulesCommand";
85
91
  import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from "./commands/ImportCertificateCommand";
86
92
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
87
93
  import { ModifyConversionConfigurationCommandInput, ModifyConversionConfigurationCommandOutput } from "./commands/ModifyConversionConfigurationCommand";
@@ -106,6 +112,7 @@ import { StartDataMigrationCommandInput, StartDataMigrationCommandOutput } from
106
112
  import { StartExtensionPackAssociationCommandInput, StartExtensionPackAssociationCommandOutput } from "./commands/StartExtensionPackAssociationCommand";
107
113
  import { StartMetadataModelAssessmentCommandInput, StartMetadataModelAssessmentCommandOutput } from "./commands/StartMetadataModelAssessmentCommand";
108
114
  import { StartMetadataModelConversionCommandInput, StartMetadataModelConversionCommandOutput } from "./commands/StartMetadataModelConversionCommand";
115
+ import { StartMetadataModelCreationCommandInput, StartMetadataModelCreationCommandOutput } from "./commands/StartMetadataModelCreationCommand";
109
116
  import { StartMetadataModelExportAsScriptCommandInput, StartMetadataModelExportAsScriptCommandOutput } from "./commands/StartMetadataModelExportAsScriptCommand";
110
117
  import { StartMetadataModelExportToTargetCommandInput, StartMetadataModelExportToTargetCommandOutput } from "./commands/StartMetadataModelExportToTargetCommand";
111
118
  import { StartMetadataModelImportCommandInput, StartMetadataModelImportCommandOutput } from "./commands/StartMetadataModelImportCommand";
@@ -125,11 +132,11 @@ export { __Client };
125
132
  /**
126
133
  * @public
127
134
  */
128
- export type ServiceInputTypes = AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | BatchStartRecommendationsCommandInput | CancelReplicationTaskAssessmentRunCommandInput | CreateDataMigrationCommandInput | CreateDataProviderCommandInput | CreateEndpointCommandInput | CreateEventSubscriptionCommandInput | CreateFleetAdvisorCollectorCommandInput | CreateInstanceProfileCommandInput | CreateMigrationProjectCommandInput | CreateReplicationConfigCommandInput | CreateReplicationInstanceCommandInput | CreateReplicationSubnetGroupCommandInput | CreateReplicationTaskCommandInput | DeleteCertificateCommandInput | DeleteConnectionCommandInput | DeleteDataMigrationCommandInput | DeleteDataProviderCommandInput | DeleteEndpointCommandInput | DeleteEventSubscriptionCommandInput | DeleteFleetAdvisorCollectorCommandInput | DeleteFleetAdvisorDatabasesCommandInput | DeleteInstanceProfileCommandInput | DeleteMigrationProjectCommandInput | DeleteReplicationConfigCommandInput | DeleteReplicationInstanceCommandInput | DeleteReplicationSubnetGroupCommandInput | DeleteReplicationTaskAssessmentRunCommandInput | DeleteReplicationTaskCommandInput | DescribeAccountAttributesCommandInput | DescribeApplicableIndividualAssessmentsCommandInput | DescribeCertificatesCommandInput | DescribeConnectionsCommandInput | DescribeConversionConfigurationCommandInput | DescribeDataMigrationsCommandInput | DescribeDataProvidersCommandInput | DescribeEndpointSettingsCommandInput | DescribeEndpointTypesCommandInput | DescribeEndpointsCommandInput | DescribeEngineVersionsCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeExtensionPackAssociationsCommandInput | DescribeFleetAdvisorCollectorsCommandInput | DescribeFleetAdvisorDatabasesCommandInput | DescribeFleetAdvisorLsaAnalysisCommandInput | DescribeFleetAdvisorSchemaObjectSummaryCommandInput | DescribeFleetAdvisorSchemasCommandInput | DescribeInstanceProfilesCommandInput | DescribeMetadataModelAssessmentsCommandInput | DescribeMetadataModelConversionsCommandInput | DescribeMetadataModelExportsAsScriptCommandInput | DescribeMetadataModelExportsToTargetCommandInput | DescribeMetadataModelImportsCommandInput | DescribeMigrationProjectsCommandInput | DescribeOrderableReplicationInstancesCommandInput | DescribePendingMaintenanceActionsCommandInput | DescribeRecommendationLimitationsCommandInput | DescribeRecommendationsCommandInput | DescribeRefreshSchemasStatusCommandInput | DescribeReplicationConfigsCommandInput | DescribeReplicationInstanceTaskLogsCommandInput | DescribeReplicationInstancesCommandInput | DescribeReplicationSubnetGroupsCommandInput | DescribeReplicationTableStatisticsCommandInput | DescribeReplicationTaskAssessmentResultsCommandInput | DescribeReplicationTaskAssessmentRunsCommandInput | DescribeReplicationTaskIndividualAssessmentsCommandInput | DescribeReplicationTasksCommandInput | DescribeReplicationsCommandInput | DescribeSchemasCommandInput | DescribeTableStatisticsCommandInput | ExportMetadataModelAssessmentCommandInput | ImportCertificateCommandInput | ListTagsForResourceCommandInput | ModifyConversionConfigurationCommandInput | ModifyDataMigrationCommandInput | ModifyDataProviderCommandInput | ModifyEndpointCommandInput | ModifyEventSubscriptionCommandInput | ModifyInstanceProfileCommandInput | ModifyMigrationProjectCommandInput | ModifyReplicationConfigCommandInput | ModifyReplicationInstanceCommandInput | ModifyReplicationSubnetGroupCommandInput | ModifyReplicationTaskCommandInput | MoveReplicationTaskCommandInput | RebootReplicationInstanceCommandInput | RefreshSchemasCommandInput | ReloadReplicationTablesCommandInput | ReloadTablesCommandInput | RemoveTagsFromResourceCommandInput | RunFleetAdvisorLsaAnalysisCommandInput | StartDataMigrationCommandInput | StartExtensionPackAssociationCommandInput | StartMetadataModelAssessmentCommandInput | StartMetadataModelConversionCommandInput | StartMetadataModelExportAsScriptCommandInput | StartMetadataModelExportToTargetCommandInput | StartMetadataModelImportCommandInput | StartRecommendationsCommandInput | StartReplicationCommandInput | StartReplicationTaskAssessmentCommandInput | StartReplicationTaskAssessmentRunCommandInput | StartReplicationTaskCommandInput | StopDataMigrationCommandInput | StopReplicationCommandInput | StopReplicationTaskCommandInput | TestConnectionCommandInput | UpdateSubscriptionsToEventBridgeCommandInput;
135
+ export type ServiceInputTypes = AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | BatchStartRecommendationsCommandInput | CancelMetadataModelConversionCommandInput | CancelMetadataModelCreationCommandInput | CancelReplicationTaskAssessmentRunCommandInput | CreateDataMigrationCommandInput | CreateDataProviderCommandInput | CreateEndpointCommandInput | CreateEventSubscriptionCommandInput | CreateFleetAdvisorCollectorCommandInput | CreateInstanceProfileCommandInput | CreateMigrationProjectCommandInput | CreateReplicationConfigCommandInput | CreateReplicationInstanceCommandInput | CreateReplicationSubnetGroupCommandInput | CreateReplicationTaskCommandInput | DeleteCertificateCommandInput | DeleteConnectionCommandInput | DeleteDataMigrationCommandInput | DeleteDataProviderCommandInput | DeleteEndpointCommandInput | DeleteEventSubscriptionCommandInput | DeleteFleetAdvisorCollectorCommandInput | DeleteFleetAdvisorDatabasesCommandInput | DeleteInstanceProfileCommandInput | DeleteMigrationProjectCommandInput | DeleteReplicationConfigCommandInput | DeleteReplicationInstanceCommandInput | DeleteReplicationSubnetGroupCommandInput | DeleteReplicationTaskAssessmentRunCommandInput | DeleteReplicationTaskCommandInput | DescribeAccountAttributesCommandInput | DescribeApplicableIndividualAssessmentsCommandInput | DescribeCertificatesCommandInput | DescribeConnectionsCommandInput | DescribeConversionConfigurationCommandInput | DescribeDataMigrationsCommandInput | DescribeDataProvidersCommandInput | DescribeEndpointSettingsCommandInput | DescribeEndpointTypesCommandInput | DescribeEndpointsCommandInput | DescribeEngineVersionsCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeExtensionPackAssociationsCommandInput | DescribeFleetAdvisorCollectorsCommandInput | DescribeFleetAdvisorDatabasesCommandInput | DescribeFleetAdvisorLsaAnalysisCommandInput | DescribeFleetAdvisorSchemaObjectSummaryCommandInput | DescribeFleetAdvisorSchemasCommandInput | DescribeInstanceProfilesCommandInput | DescribeMetadataModelAssessmentsCommandInput | DescribeMetadataModelChildrenCommandInput | DescribeMetadataModelCommandInput | DescribeMetadataModelConversionsCommandInput | DescribeMetadataModelCreationsCommandInput | DescribeMetadataModelExportsAsScriptCommandInput | DescribeMetadataModelExportsToTargetCommandInput | DescribeMetadataModelImportsCommandInput | DescribeMigrationProjectsCommandInput | DescribeOrderableReplicationInstancesCommandInput | DescribePendingMaintenanceActionsCommandInput | DescribeRecommendationLimitationsCommandInput | DescribeRecommendationsCommandInput | DescribeRefreshSchemasStatusCommandInput | DescribeReplicationConfigsCommandInput | DescribeReplicationInstanceTaskLogsCommandInput | DescribeReplicationInstancesCommandInput | DescribeReplicationSubnetGroupsCommandInput | DescribeReplicationTableStatisticsCommandInput | DescribeReplicationTaskAssessmentResultsCommandInput | DescribeReplicationTaskAssessmentRunsCommandInput | DescribeReplicationTaskIndividualAssessmentsCommandInput | DescribeReplicationTasksCommandInput | DescribeReplicationsCommandInput | DescribeSchemasCommandInput | DescribeTableStatisticsCommandInput | ExportMetadataModelAssessmentCommandInput | GetTargetSelectionRulesCommandInput | ImportCertificateCommandInput | ListTagsForResourceCommandInput | ModifyConversionConfigurationCommandInput | ModifyDataMigrationCommandInput | ModifyDataProviderCommandInput | ModifyEndpointCommandInput | ModifyEventSubscriptionCommandInput | ModifyInstanceProfileCommandInput | ModifyMigrationProjectCommandInput | ModifyReplicationConfigCommandInput | ModifyReplicationInstanceCommandInput | ModifyReplicationSubnetGroupCommandInput | ModifyReplicationTaskCommandInput | MoveReplicationTaskCommandInput | RebootReplicationInstanceCommandInput | RefreshSchemasCommandInput | ReloadReplicationTablesCommandInput | ReloadTablesCommandInput | RemoveTagsFromResourceCommandInput | RunFleetAdvisorLsaAnalysisCommandInput | StartDataMigrationCommandInput | StartExtensionPackAssociationCommandInput | StartMetadataModelAssessmentCommandInput | StartMetadataModelConversionCommandInput | StartMetadataModelCreationCommandInput | StartMetadataModelExportAsScriptCommandInput | StartMetadataModelExportToTargetCommandInput | StartMetadataModelImportCommandInput | StartRecommendationsCommandInput | StartReplicationCommandInput | StartReplicationTaskAssessmentCommandInput | StartReplicationTaskAssessmentRunCommandInput | StartReplicationTaskCommandInput | StopDataMigrationCommandInput | StopReplicationCommandInput | StopReplicationTaskCommandInput | TestConnectionCommandInput | UpdateSubscriptionsToEventBridgeCommandInput;
129
136
  /**
130
137
  * @public
131
138
  */
132
- export type ServiceOutputTypes = AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | BatchStartRecommendationsCommandOutput | CancelReplicationTaskAssessmentRunCommandOutput | CreateDataMigrationCommandOutput | CreateDataProviderCommandOutput | CreateEndpointCommandOutput | CreateEventSubscriptionCommandOutput | CreateFleetAdvisorCollectorCommandOutput | CreateInstanceProfileCommandOutput | CreateMigrationProjectCommandOutput | CreateReplicationConfigCommandOutput | CreateReplicationInstanceCommandOutput | CreateReplicationSubnetGroupCommandOutput | CreateReplicationTaskCommandOutput | DeleteCertificateCommandOutput | DeleteConnectionCommandOutput | DeleteDataMigrationCommandOutput | DeleteDataProviderCommandOutput | DeleteEndpointCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteFleetAdvisorCollectorCommandOutput | DeleteFleetAdvisorDatabasesCommandOutput | DeleteInstanceProfileCommandOutput | DeleteMigrationProjectCommandOutput | DeleteReplicationConfigCommandOutput | DeleteReplicationInstanceCommandOutput | DeleteReplicationSubnetGroupCommandOutput | DeleteReplicationTaskAssessmentRunCommandOutput | DeleteReplicationTaskCommandOutput | DescribeAccountAttributesCommandOutput | DescribeApplicableIndividualAssessmentsCommandOutput | DescribeCertificatesCommandOutput | DescribeConnectionsCommandOutput | DescribeConversionConfigurationCommandOutput | DescribeDataMigrationsCommandOutput | DescribeDataProvidersCommandOutput | DescribeEndpointSettingsCommandOutput | DescribeEndpointTypesCommandOutput | DescribeEndpointsCommandOutput | DescribeEngineVersionsCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeExtensionPackAssociationsCommandOutput | DescribeFleetAdvisorCollectorsCommandOutput | DescribeFleetAdvisorDatabasesCommandOutput | DescribeFleetAdvisorLsaAnalysisCommandOutput | DescribeFleetAdvisorSchemaObjectSummaryCommandOutput | DescribeFleetAdvisorSchemasCommandOutput | DescribeInstanceProfilesCommandOutput | DescribeMetadataModelAssessmentsCommandOutput | DescribeMetadataModelConversionsCommandOutput | DescribeMetadataModelExportsAsScriptCommandOutput | DescribeMetadataModelExportsToTargetCommandOutput | DescribeMetadataModelImportsCommandOutput | DescribeMigrationProjectsCommandOutput | DescribeOrderableReplicationInstancesCommandOutput | DescribePendingMaintenanceActionsCommandOutput | DescribeRecommendationLimitationsCommandOutput | DescribeRecommendationsCommandOutput | DescribeRefreshSchemasStatusCommandOutput | DescribeReplicationConfigsCommandOutput | DescribeReplicationInstanceTaskLogsCommandOutput | DescribeReplicationInstancesCommandOutput | DescribeReplicationSubnetGroupsCommandOutput | DescribeReplicationTableStatisticsCommandOutput | DescribeReplicationTaskAssessmentResultsCommandOutput | DescribeReplicationTaskAssessmentRunsCommandOutput | DescribeReplicationTaskIndividualAssessmentsCommandOutput | DescribeReplicationTasksCommandOutput | DescribeReplicationsCommandOutput | DescribeSchemasCommandOutput | DescribeTableStatisticsCommandOutput | ExportMetadataModelAssessmentCommandOutput | ImportCertificateCommandOutput | ListTagsForResourceCommandOutput | ModifyConversionConfigurationCommandOutput | ModifyDataMigrationCommandOutput | ModifyDataProviderCommandOutput | ModifyEndpointCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyInstanceProfileCommandOutput | ModifyMigrationProjectCommandOutput | ModifyReplicationConfigCommandOutput | ModifyReplicationInstanceCommandOutput | ModifyReplicationSubnetGroupCommandOutput | ModifyReplicationTaskCommandOutput | MoveReplicationTaskCommandOutput | RebootReplicationInstanceCommandOutput | RefreshSchemasCommandOutput | ReloadReplicationTablesCommandOutput | ReloadTablesCommandOutput | RemoveTagsFromResourceCommandOutput | RunFleetAdvisorLsaAnalysisCommandOutput | StartDataMigrationCommandOutput | StartExtensionPackAssociationCommandOutput | StartMetadataModelAssessmentCommandOutput | StartMetadataModelConversionCommandOutput | StartMetadataModelExportAsScriptCommandOutput | StartMetadataModelExportToTargetCommandOutput | StartMetadataModelImportCommandOutput | StartRecommendationsCommandOutput | StartReplicationCommandOutput | StartReplicationTaskAssessmentCommandOutput | StartReplicationTaskAssessmentRunCommandOutput | StartReplicationTaskCommandOutput | StopDataMigrationCommandOutput | StopReplicationCommandOutput | StopReplicationTaskCommandOutput | TestConnectionCommandOutput | UpdateSubscriptionsToEventBridgeCommandOutput;
139
+ export type ServiceOutputTypes = AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | BatchStartRecommendationsCommandOutput | CancelMetadataModelConversionCommandOutput | CancelMetadataModelCreationCommandOutput | CancelReplicationTaskAssessmentRunCommandOutput | CreateDataMigrationCommandOutput | CreateDataProviderCommandOutput | CreateEndpointCommandOutput | CreateEventSubscriptionCommandOutput | CreateFleetAdvisorCollectorCommandOutput | CreateInstanceProfileCommandOutput | CreateMigrationProjectCommandOutput | CreateReplicationConfigCommandOutput | CreateReplicationInstanceCommandOutput | CreateReplicationSubnetGroupCommandOutput | CreateReplicationTaskCommandOutput | DeleteCertificateCommandOutput | DeleteConnectionCommandOutput | DeleteDataMigrationCommandOutput | DeleteDataProviderCommandOutput | DeleteEndpointCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteFleetAdvisorCollectorCommandOutput | DeleteFleetAdvisorDatabasesCommandOutput | DeleteInstanceProfileCommandOutput | DeleteMigrationProjectCommandOutput | DeleteReplicationConfigCommandOutput | DeleteReplicationInstanceCommandOutput | DeleteReplicationSubnetGroupCommandOutput | DeleteReplicationTaskAssessmentRunCommandOutput | DeleteReplicationTaskCommandOutput | DescribeAccountAttributesCommandOutput | DescribeApplicableIndividualAssessmentsCommandOutput | DescribeCertificatesCommandOutput | DescribeConnectionsCommandOutput | DescribeConversionConfigurationCommandOutput | DescribeDataMigrationsCommandOutput | DescribeDataProvidersCommandOutput | DescribeEndpointSettingsCommandOutput | DescribeEndpointTypesCommandOutput | DescribeEndpointsCommandOutput | DescribeEngineVersionsCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeExtensionPackAssociationsCommandOutput | DescribeFleetAdvisorCollectorsCommandOutput | DescribeFleetAdvisorDatabasesCommandOutput | DescribeFleetAdvisorLsaAnalysisCommandOutput | DescribeFleetAdvisorSchemaObjectSummaryCommandOutput | DescribeFleetAdvisorSchemasCommandOutput | DescribeInstanceProfilesCommandOutput | DescribeMetadataModelAssessmentsCommandOutput | DescribeMetadataModelChildrenCommandOutput | DescribeMetadataModelCommandOutput | DescribeMetadataModelConversionsCommandOutput | DescribeMetadataModelCreationsCommandOutput | DescribeMetadataModelExportsAsScriptCommandOutput | DescribeMetadataModelExportsToTargetCommandOutput | DescribeMetadataModelImportsCommandOutput | DescribeMigrationProjectsCommandOutput | DescribeOrderableReplicationInstancesCommandOutput | DescribePendingMaintenanceActionsCommandOutput | DescribeRecommendationLimitationsCommandOutput | DescribeRecommendationsCommandOutput | DescribeRefreshSchemasStatusCommandOutput | DescribeReplicationConfigsCommandOutput | DescribeReplicationInstanceTaskLogsCommandOutput | DescribeReplicationInstancesCommandOutput | DescribeReplicationSubnetGroupsCommandOutput | DescribeReplicationTableStatisticsCommandOutput | DescribeReplicationTaskAssessmentResultsCommandOutput | DescribeReplicationTaskAssessmentRunsCommandOutput | DescribeReplicationTaskIndividualAssessmentsCommandOutput | DescribeReplicationTasksCommandOutput | DescribeReplicationsCommandOutput | DescribeSchemasCommandOutput | DescribeTableStatisticsCommandOutput | ExportMetadataModelAssessmentCommandOutput | GetTargetSelectionRulesCommandOutput | ImportCertificateCommandOutput | ListTagsForResourceCommandOutput | ModifyConversionConfigurationCommandOutput | ModifyDataMigrationCommandOutput | ModifyDataProviderCommandOutput | ModifyEndpointCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyInstanceProfileCommandOutput | ModifyMigrationProjectCommandOutput | ModifyReplicationConfigCommandOutput | ModifyReplicationInstanceCommandOutput | ModifyReplicationSubnetGroupCommandOutput | ModifyReplicationTaskCommandOutput | MoveReplicationTaskCommandOutput | RebootReplicationInstanceCommandOutput | RefreshSchemasCommandOutput | ReloadReplicationTablesCommandOutput | ReloadTablesCommandOutput | RemoveTagsFromResourceCommandOutput | RunFleetAdvisorLsaAnalysisCommandOutput | StartDataMigrationCommandOutput | StartExtensionPackAssociationCommandOutput | StartMetadataModelAssessmentCommandOutput | StartMetadataModelConversionCommandOutput | StartMetadataModelCreationCommandOutput | StartMetadataModelExportAsScriptCommandOutput | StartMetadataModelExportToTargetCommandOutput | StartMetadataModelImportCommandOutput | StartRecommendationsCommandOutput | StartReplicationCommandOutput | StartReplicationTaskAssessmentCommandOutput | StartReplicationTaskAssessmentRunCommandOutput | StartReplicationTaskCommandOutput | StopDataMigrationCommandOutput | StopReplicationCommandOutput | StopReplicationTaskCommandOutput | TestConnectionCommandOutput | UpdateSubscriptionsToEventBridgeCommandOutput;
133
140
  /**
134
141
  * @public
135
142
  */
@@ -0,0 +1,98 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
+ import { CancelMetadataModelConversionMessage, CancelMetadataModelConversionResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CancelMetadataModelConversionCommand}.
14
+ */
15
+ export interface CancelMetadataModelConversionCommandInput extends CancelMetadataModelConversionMessage {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CancelMetadataModelConversionCommand}.
21
+ */
22
+ export interface CancelMetadataModelConversionCommandOutput extends CancelMetadataModelConversionResponse, __MetadataBearer {
23
+ }
24
+ declare const CancelMetadataModelConversionCommand_base: {
25
+ new (input: CancelMetadataModelConversionCommandInput): import("@smithy/smithy-client").CommandImpl<CancelMetadataModelConversionCommandInput, CancelMetadataModelConversionCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CancelMetadataModelConversionCommandInput): import("@smithy/smithy-client").CommandImpl<CancelMetadataModelConversionCommandInput, CancelMetadataModelConversionCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Cancels a single metadata model conversion operation that was started with <code>StartMetadataModelConversion</code>.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { DatabaseMigrationServiceClient, CancelMetadataModelConversionCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
35
+ * // const { DatabaseMigrationServiceClient, CancelMetadataModelConversionCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
36
+ * // import type { DatabaseMigrationServiceClientConfig } from "@aws-sdk/client-database-migration-service";
37
+ * const config = {}; // type is DatabaseMigrationServiceClientConfig
38
+ * const client = new DatabaseMigrationServiceClient(config);
39
+ * const input = { // CancelMetadataModelConversionMessage
40
+ * MigrationProjectIdentifier: "STRING_VALUE", // required
41
+ * RequestIdentifier: "STRING_VALUE", // required
42
+ * };
43
+ * const command = new CancelMetadataModelConversionCommand(input);
44
+ * const response = await client.send(command);
45
+ * // { // CancelMetadataModelConversionResponse
46
+ * // Request: { // SchemaConversionRequest
47
+ * // Status: "STRING_VALUE",
48
+ * // RequestIdentifier: "STRING_VALUE",
49
+ * // MigrationProjectArn: "STRING_VALUE",
50
+ * // Error: { // ErrorDetails Union: only one key present
51
+ * // defaultErrorDetails: { // DefaultErrorDetails
52
+ * // Message: "STRING_VALUE",
53
+ * // },
54
+ * // },
55
+ * // ExportSqlDetails: { // ExportSqlDetails
56
+ * // S3ObjectKey: "STRING_VALUE",
57
+ * // ObjectURL: "STRING_VALUE",
58
+ * // },
59
+ * // },
60
+ * // };
61
+ *
62
+ * ```
63
+ *
64
+ * @param CancelMetadataModelConversionCommandInput - {@link CancelMetadataModelConversionCommandInput}
65
+ * @returns {@link CancelMetadataModelConversionCommandOutput}
66
+ * @see {@link CancelMetadataModelConversionCommandInput} for command's `input` shape.
67
+ * @see {@link CancelMetadataModelConversionCommandOutput} for command's `response` shape.
68
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
69
+ *
70
+ * @throws {@link AccessDeniedFault} (client fault)
71
+ * <p>DMS was denied access to the endpoint. Check that the
72
+ * role is correctly configured.</p>
73
+ *
74
+ * @throws {@link InvalidResourceStateFault} (client fault)
75
+ * <p>The resource is in a state that prevents it from being used for database migration.</p>
76
+ *
77
+ * @throws {@link ResourceNotFoundFault} (client fault)
78
+ * <p>The resource could not be found.</p>
79
+ *
80
+ * @throws {@link DatabaseMigrationServiceServiceException}
81
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
82
+ *
83
+ *
84
+ * @public
85
+ */
86
+ export declare class CancelMetadataModelConversionCommand extends CancelMetadataModelConversionCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: CancelMetadataModelConversionMessage;
91
+ output: CancelMetadataModelConversionResponse;
92
+ };
93
+ sdk: {
94
+ input: CancelMetadataModelConversionCommandInput;
95
+ output: CancelMetadataModelConversionCommandOutput;
96
+ };
97
+ };
98
+ }
@@ -0,0 +1,98 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
+ import { CancelMetadataModelCreationMessage, CancelMetadataModelCreationResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CancelMetadataModelCreationCommand}.
14
+ */
15
+ export interface CancelMetadataModelCreationCommandInput extends CancelMetadataModelCreationMessage {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CancelMetadataModelCreationCommand}.
21
+ */
22
+ export interface CancelMetadataModelCreationCommandOutput extends CancelMetadataModelCreationResponse, __MetadataBearer {
23
+ }
24
+ declare const CancelMetadataModelCreationCommand_base: {
25
+ new (input: CancelMetadataModelCreationCommandInput): import("@smithy/smithy-client").CommandImpl<CancelMetadataModelCreationCommandInput, CancelMetadataModelCreationCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CancelMetadataModelCreationCommandInput): import("@smithy/smithy-client").CommandImpl<CancelMetadataModelCreationCommandInput, CancelMetadataModelCreationCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Cancels a single metadata model creation operation that was started with <code>StartMetadataModelCreation</code>.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { DatabaseMigrationServiceClient, CancelMetadataModelCreationCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
35
+ * // const { DatabaseMigrationServiceClient, CancelMetadataModelCreationCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
36
+ * // import type { DatabaseMigrationServiceClientConfig } from "@aws-sdk/client-database-migration-service";
37
+ * const config = {}; // type is DatabaseMigrationServiceClientConfig
38
+ * const client = new DatabaseMigrationServiceClient(config);
39
+ * const input = { // CancelMetadataModelCreationMessage
40
+ * MigrationProjectIdentifier: "STRING_VALUE", // required
41
+ * RequestIdentifier: "STRING_VALUE", // required
42
+ * };
43
+ * const command = new CancelMetadataModelCreationCommand(input);
44
+ * const response = await client.send(command);
45
+ * // { // CancelMetadataModelCreationResponse
46
+ * // Request: { // SchemaConversionRequest
47
+ * // Status: "STRING_VALUE",
48
+ * // RequestIdentifier: "STRING_VALUE",
49
+ * // MigrationProjectArn: "STRING_VALUE",
50
+ * // Error: { // ErrorDetails Union: only one key present
51
+ * // defaultErrorDetails: { // DefaultErrorDetails
52
+ * // Message: "STRING_VALUE",
53
+ * // },
54
+ * // },
55
+ * // ExportSqlDetails: { // ExportSqlDetails
56
+ * // S3ObjectKey: "STRING_VALUE",
57
+ * // ObjectURL: "STRING_VALUE",
58
+ * // },
59
+ * // },
60
+ * // };
61
+ *
62
+ * ```
63
+ *
64
+ * @param CancelMetadataModelCreationCommandInput - {@link CancelMetadataModelCreationCommandInput}
65
+ * @returns {@link CancelMetadataModelCreationCommandOutput}
66
+ * @see {@link CancelMetadataModelCreationCommandInput} for command's `input` shape.
67
+ * @see {@link CancelMetadataModelCreationCommandOutput} for command's `response` shape.
68
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
69
+ *
70
+ * @throws {@link AccessDeniedFault} (client fault)
71
+ * <p>DMS was denied access to the endpoint. Check that the
72
+ * role is correctly configured.</p>
73
+ *
74
+ * @throws {@link InvalidResourceStateFault} (client fault)
75
+ * <p>The resource is in a state that prevents it from being used for database migration.</p>
76
+ *
77
+ * @throws {@link ResourceNotFoundFault} (client fault)
78
+ * <p>The resource could not be found.</p>
79
+ *
80
+ * @throws {@link DatabaseMigrationServiceServiceException}
81
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
82
+ *
83
+ *
84
+ * @public
85
+ */
86
+ export declare class CancelMetadataModelCreationCommand extends CancelMetadataModelCreationCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: CancelMetadataModelCreationMessage;
91
+ output: CancelMetadataModelCreationResponse;
92
+ };
93
+ sdk: {
94
+ input: CancelMetadataModelCreationCommandInput;
95
+ output: CancelMetadataModelCreationCommandOutput;
96
+ };
97
+ };
98
+ }
@@ -0,0 +1,91 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
+ import { DescribeMetadataModelChildrenMessage, DescribeMetadataModelChildrenResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeMetadataModelChildrenCommand}.
14
+ */
15
+ export interface DescribeMetadataModelChildrenCommandInput extends DescribeMetadataModelChildrenMessage {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeMetadataModelChildrenCommand}.
21
+ */
22
+ export interface DescribeMetadataModelChildrenCommandOutput extends DescribeMetadataModelChildrenResponse, __MetadataBearer {
23
+ }
24
+ declare const DescribeMetadataModelChildrenCommand_base: {
25
+ new (input: DescribeMetadataModelChildrenCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMetadataModelChildrenCommandInput, DescribeMetadataModelChildrenCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeMetadataModelChildrenCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMetadataModelChildrenCommandInput, DescribeMetadataModelChildrenCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Gets a list of child metadata models for the specified metadata model in the database hierarchy.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { DatabaseMigrationServiceClient, DescribeMetadataModelChildrenCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
35
+ * // const { DatabaseMigrationServiceClient, DescribeMetadataModelChildrenCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
36
+ * // import type { DatabaseMigrationServiceClientConfig } from "@aws-sdk/client-database-migration-service";
37
+ * const config = {}; // type is DatabaseMigrationServiceClientConfig
38
+ * const client = new DatabaseMigrationServiceClient(config);
39
+ * const input = { // DescribeMetadataModelChildrenMessage
40
+ * SelectionRules: "STRING_VALUE", // required
41
+ * MigrationProjectIdentifier: "STRING_VALUE", // required
42
+ * Origin: "SOURCE" || "TARGET", // required
43
+ * Marker: "STRING_VALUE",
44
+ * MaxRecords: Number("int"),
45
+ * };
46
+ * const command = new DescribeMetadataModelChildrenCommand(input);
47
+ * const response = await client.send(command);
48
+ * // { // DescribeMetadataModelChildrenResponse
49
+ * // Marker: "STRING_VALUE",
50
+ * // MetadataModelChildren: [ // MetadataModelReferenceList
51
+ * // { // MetadataModelReference
52
+ * // MetadataModelName: "STRING_VALUE",
53
+ * // SelectionRules: "STRING_VALUE",
54
+ * // },
55
+ * // ],
56
+ * // };
57
+ *
58
+ * ```
59
+ *
60
+ * @param DescribeMetadataModelChildrenCommandInput - {@link DescribeMetadataModelChildrenCommandInput}
61
+ * @returns {@link DescribeMetadataModelChildrenCommandOutput}
62
+ * @see {@link DescribeMetadataModelChildrenCommandInput} for command's `input` shape.
63
+ * @see {@link DescribeMetadataModelChildrenCommandOutput} for command's `response` shape.
64
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
65
+ *
66
+ * @throws {@link AccessDeniedFault} (client fault)
67
+ * <p>DMS was denied access to the endpoint. Check that the
68
+ * role is correctly configured.</p>
69
+ *
70
+ * @throws {@link ResourceNotFoundFault} (client fault)
71
+ * <p>The resource could not be found.</p>
72
+ *
73
+ * @throws {@link DatabaseMigrationServiceServiceException}
74
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
75
+ *
76
+ *
77
+ * @public
78
+ */
79
+ export declare class DescribeMetadataModelChildrenCommand extends DescribeMetadataModelChildrenCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: DescribeMetadataModelChildrenMessage;
84
+ output: DescribeMetadataModelChildrenResponse;
85
+ };
86
+ sdk: {
87
+ input: DescribeMetadataModelChildrenCommandInput;
88
+ output: DescribeMetadataModelChildrenCommandOutput;
89
+ };
90
+ };
91
+ }
@@ -0,0 +1,91 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
+ import { DescribeMetadataModelMessage, DescribeMetadataModelResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeMetadataModelCommand}.
14
+ */
15
+ export interface DescribeMetadataModelCommandInput extends DescribeMetadataModelMessage {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeMetadataModelCommand}.
21
+ */
22
+ export interface DescribeMetadataModelCommandOutput extends DescribeMetadataModelResponse, __MetadataBearer {
23
+ }
24
+ declare const DescribeMetadataModelCommand_base: {
25
+ new (input: DescribeMetadataModelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMetadataModelCommandInput, DescribeMetadataModelCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeMetadataModelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMetadataModelCommandInput, DescribeMetadataModelCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Gets detailed information about the specified metadata model, including its definition and corresponding converted objects in the target database if applicable.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { DatabaseMigrationServiceClient, DescribeMetadataModelCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
35
+ * // const { DatabaseMigrationServiceClient, DescribeMetadataModelCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
36
+ * // import type { DatabaseMigrationServiceClientConfig } from "@aws-sdk/client-database-migration-service";
37
+ * const config = {}; // type is DatabaseMigrationServiceClientConfig
38
+ * const client = new DatabaseMigrationServiceClient(config);
39
+ * const input = { // DescribeMetadataModelMessage
40
+ * SelectionRules: "STRING_VALUE", // required
41
+ * MigrationProjectIdentifier: "STRING_VALUE", // required
42
+ * Origin: "SOURCE" || "TARGET", // required
43
+ * };
44
+ * const command = new DescribeMetadataModelCommand(input);
45
+ * const response = await client.send(command);
46
+ * // { // DescribeMetadataModelResponse
47
+ * // MetadataModelName: "STRING_VALUE",
48
+ * // MetadataModelType: "STRING_VALUE",
49
+ * // TargetMetadataModels: [ // MetadataModelReferenceList
50
+ * // { // MetadataModelReference
51
+ * // MetadataModelName: "STRING_VALUE",
52
+ * // SelectionRules: "STRING_VALUE",
53
+ * // },
54
+ * // ],
55
+ * // Definition: "STRING_VALUE",
56
+ * // };
57
+ *
58
+ * ```
59
+ *
60
+ * @param DescribeMetadataModelCommandInput - {@link DescribeMetadataModelCommandInput}
61
+ * @returns {@link DescribeMetadataModelCommandOutput}
62
+ * @see {@link DescribeMetadataModelCommandInput} for command's `input` shape.
63
+ * @see {@link DescribeMetadataModelCommandOutput} for command's `response` shape.
64
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
65
+ *
66
+ * @throws {@link AccessDeniedFault} (client fault)
67
+ * <p>DMS was denied access to the endpoint. Check that the
68
+ * role is correctly configured.</p>
69
+ *
70
+ * @throws {@link ResourceNotFoundFault} (client fault)
71
+ * <p>The resource could not be found.</p>
72
+ *
73
+ * @throws {@link DatabaseMigrationServiceServiceException}
74
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
75
+ *
76
+ *
77
+ * @public
78
+ */
79
+ export declare class DescribeMetadataModelCommand extends DescribeMetadataModelCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: DescribeMetadataModelMessage;
84
+ output: DescribeMetadataModelResponse;
85
+ };
86
+ sdk: {
87
+ input: DescribeMetadataModelCommandInput;
88
+ output: DescribeMetadataModelCommandOutput;
89
+ };
90
+ };
91
+ }