@aws-sdk/client-database-migration-service 3.382.0 → 3.385.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 (220) hide show
  1. package/README.md +216 -0
  2. package/dist-cjs/DatabaseMigrationService.js +54 -0
  3. package/dist-cjs/commands/CreateDataProviderCommand.js +46 -0
  4. package/dist-cjs/commands/CreateInstanceProfileCommand.js +46 -0
  5. package/dist-cjs/commands/CreateMigrationProjectCommand.js +46 -0
  6. package/dist-cjs/commands/DeleteDataProviderCommand.js +46 -0
  7. package/dist-cjs/commands/DeleteInstanceProfileCommand.js +46 -0
  8. package/dist-cjs/commands/DeleteMigrationProjectCommand.js +46 -0
  9. package/dist-cjs/commands/DescribeConversionConfigurationCommand.js +46 -0
  10. package/dist-cjs/commands/DescribeDataProvidersCommand.js +46 -0
  11. package/dist-cjs/commands/DescribeExtensionPackAssociationsCommand.js +46 -0
  12. package/dist-cjs/commands/DescribeInstanceProfilesCommand.js +46 -0
  13. package/dist-cjs/commands/DescribeMetadataModelAssessmentsCommand.js +46 -0
  14. package/dist-cjs/commands/DescribeMetadataModelConversionsCommand.js +46 -0
  15. package/dist-cjs/commands/DescribeMetadataModelExportsAsScriptCommand.js +46 -0
  16. package/dist-cjs/commands/DescribeMetadataModelExportsToTargetCommand.js +46 -0
  17. package/dist-cjs/commands/DescribeMetadataModelImportsCommand.js +46 -0
  18. package/dist-cjs/commands/DescribeMigrationProjectsCommand.js +46 -0
  19. package/dist-cjs/commands/ExportMetadataModelAssessmentCommand.js +46 -0
  20. package/dist-cjs/commands/ModifyConversionConfigurationCommand.js +46 -0
  21. package/dist-cjs/commands/ModifyDataProviderCommand.js +46 -0
  22. package/dist-cjs/commands/ModifyInstanceProfileCommand.js +46 -0
  23. package/dist-cjs/commands/ModifyMigrationProjectCommand.js +46 -0
  24. package/dist-cjs/commands/StartExtensionPackAssociationCommand.js +46 -0
  25. package/dist-cjs/commands/StartMetadataModelAssessmentCommand.js +46 -0
  26. package/dist-cjs/commands/StartMetadataModelConversionCommand.js +46 -0
  27. package/dist-cjs/commands/StartMetadataModelExportAsScriptCommand.js +46 -0
  28. package/dist-cjs/commands/StartMetadataModelExportToTargetCommand.js +46 -0
  29. package/dist-cjs/commands/StartMetadataModelImportCommand.js +46 -0
  30. package/dist-cjs/commands/index.js +27 -0
  31. package/dist-cjs/endpoint/ruleset.js +1 -1
  32. package/dist-cjs/models/index.js +1 -0
  33. package/dist-cjs/models/models_0.js +61 -83
  34. package/dist-cjs/models/models_1.js +56 -0
  35. package/dist-cjs/pagination/DescribeDataProvidersPaginator.js +29 -0
  36. package/dist-cjs/pagination/DescribeExtensionPackAssociationsPaginator.js +29 -0
  37. package/dist-cjs/pagination/DescribeInstanceProfilesPaginator.js +29 -0
  38. package/dist-cjs/pagination/DescribeMetadataModelAssessmentsPaginator.js +29 -0
  39. package/dist-cjs/pagination/DescribeMetadataModelConversionsPaginator.js +29 -0
  40. package/dist-cjs/pagination/DescribeMetadataModelExportsAsScriptPaginator.js +29 -0
  41. package/dist-cjs/pagination/DescribeMetadataModelExportsToTargetPaginator.js +29 -0
  42. package/dist-cjs/pagination/DescribeMetadataModelImportsPaginator.js +29 -0
  43. package/dist-cjs/pagination/DescribeMigrationProjectsPaginator.js +29 -0
  44. package/dist-cjs/pagination/index.js +10 -1
  45. package/dist-cjs/protocols/Aws_json1_1.js +1556 -124
  46. package/dist-es/DatabaseMigrationService.js +54 -0
  47. package/dist-es/commands/CreateDataProviderCommand.js +42 -0
  48. package/dist-es/commands/CreateInstanceProfileCommand.js +42 -0
  49. package/dist-es/commands/CreateMigrationProjectCommand.js +42 -0
  50. package/dist-es/commands/DeleteDataProviderCommand.js +42 -0
  51. package/dist-es/commands/DeleteInstanceProfileCommand.js +42 -0
  52. package/dist-es/commands/DeleteMigrationProjectCommand.js +42 -0
  53. package/dist-es/commands/DescribeConversionConfigurationCommand.js +42 -0
  54. package/dist-es/commands/DescribeDataProvidersCommand.js +42 -0
  55. package/dist-es/commands/DescribeExtensionPackAssociationsCommand.js +42 -0
  56. package/dist-es/commands/DescribeInstanceProfilesCommand.js +42 -0
  57. package/dist-es/commands/DescribeMetadataModelAssessmentsCommand.js +42 -0
  58. package/dist-es/commands/DescribeMetadataModelConversionsCommand.js +42 -0
  59. package/dist-es/commands/DescribeMetadataModelExportsAsScriptCommand.js +42 -0
  60. package/dist-es/commands/DescribeMetadataModelExportsToTargetCommand.js +42 -0
  61. package/dist-es/commands/DescribeMetadataModelImportsCommand.js +42 -0
  62. package/dist-es/commands/DescribeMigrationProjectsCommand.js +42 -0
  63. package/dist-es/commands/ExportMetadataModelAssessmentCommand.js +42 -0
  64. package/dist-es/commands/ModifyConversionConfigurationCommand.js +42 -0
  65. package/dist-es/commands/ModifyDataProviderCommand.js +42 -0
  66. package/dist-es/commands/ModifyInstanceProfileCommand.js +42 -0
  67. package/dist-es/commands/ModifyMigrationProjectCommand.js +42 -0
  68. package/dist-es/commands/StartExtensionPackAssociationCommand.js +42 -0
  69. package/dist-es/commands/StartMetadataModelAssessmentCommand.js +42 -0
  70. package/dist-es/commands/StartMetadataModelConversionCommand.js +42 -0
  71. package/dist-es/commands/StartMetadataModelExportAsScriptCommand.js +42 -0
  72. package/dist-es/commands/StartMetadataModelExportToTargetCommand.js +42 -0
  73. package/dist-es/commands/StartMetadataModelImportCommand.js +42 -0
  74. package/dist-es/commands/index.js +27 -0
  75. package/dist-es/endpoint/ruleset.js +1 -1
  76. package/dist-es/models/index.js +1 -0
  77. package/dist-es/models/models_0.js +57 -76
  78. package/dist-es/models/models_1.js +50 -0
  79. package/dist-es/pagination/DescribeDataProvidersPaginator.js +25 -0
  80. package/dist-es/pagination/DescribeExtensionPackAssociationsPaginator.js +25 -0
  81. package/dist-es/pagination/DescribeInstanceProfilesPaginator.js +25 -0
  82. package/dist-es/pagination/DescribeMetadataModelAssessmentsPaginator.js +25 -0
  83. package/dist-es/pagination/DescribeMetadataModelConversionsPaginator.js +25 -0
  84. package/dist-es/pagination/DescribeMetadataModelExportsAsScriptPaginator.js +25 -0
  85. package/dist-es/pagination/DescribeMetadataModelExportsToTargetPaginator.js +25 -0
  86. package/dist-es/pagination/DescribeMetadataModelImportsPaginator.js +25 -0
  87. package/dist-es/pagination/DescribeMigrationProjectsPaginator.js +25 -0
  88. package/dist-es/pagination/index.js +10 -1
  89. package/dist-es/protocols/Aws_json1_1.js +1647 -270
  90. package/dist-types/DatabaseMigrationService.d.ts +189 -0
  91. package/dist-types/DatabaseMigrationServiceClient.d.ts +29 -2
  92. package/dist-types/commands/CreateDataProviderCommand.d.ts +167 -0
  93. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +128 -0
  94. package/dist-types/commands/CreateMigrationProjectCommand.d.ts +151 -0
  95. package/dist-types/commands/DeleteDataProviderCommand.d.ts +127 -0
  96. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +100 -0
  97. package/dist-types/commands/DeleteMigrationProjectCommand.d.ts +114 -0
  98. package/dist-types/commands/DescribeConversionConfigurationCommand.d.ts +77 -0
  99. package/dist-types/commands/DescribeDataProvidersCommand.d.ts +132 -0
  100. package/dist-types/commands/DescribeExtensionPackAssociationsCommand.d.ts +102 -0
  101. package/dist-types/commands/DescribeInstanceProfilesCommand.d.ts +105 -0
  102. package/dist-types/commands/DescribeMetadataModelAssessmentsCommand.d.ts +102 -0
  103. package/dist-types/commands/DescribeMetadataModelConversionsCommand.d.ts +102 -0
  104. package/dist-types/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +102 -0
  105. package/dist-types/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +102 -0
  106. package/dist-types/commands/DescribeMetadataModelImportsCommand.d.ts +102 -0
  107. package/dist-types/commands/DescribeMigrationProjectsCommand.d.ts +120 -0
  108. package/dist-types/commands/ExportMetadataModelAssessmentCommand.d.ts +89 -0
  109. package/dist-types/commands/ModifyConversionConfigurationCommand.d.ts +80 -0
  110. package/dist-types/commands/ModifyDataProviderCommand.d.ts +164 -0
  111. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
  112. package/dist-types/commands/ModifyInstanceProfileCommand.d.ts +120 -0
  113. package/dist-types/commands/ModifyMigrationProjectCommand.d.ts +143 -0
  114. package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +1 -1
  115. package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +1 -1
  116. package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
  117. package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +1 -1
  118. package/dist-types/commands/MoveReplicationTaskCommand.d.ts +1 -1
  119. package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +1 -1
  120. package/dist-types/commands/RefreshSchemasCommand.d.ts +1 -1
  121. package/dist-types/commands/ReloadReplicationTablesCommand.d.ts +1 -1
  122. package/dist-types/commands/ReloadTablesCommand.d.ts +1 -1
  123. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  124. package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -1
  125. package/dist-types/commands/StartExtensionPackAssociationCommand.d.ts +102 -0
  126. package/dist-types/commands/StartMetadataModelAssessmentCommand.d.ts +103 -0
  127. package/dist-types/commands/StartMetadataModelConversionCommand.d.ts +100 -0
  128. package/dist-types/commands/StartMetadataModelExportAsScriptCommand.d.ts +102 -0
  129. package/dist-types/commands/StartMetadataModelExportToTargetCommand.d.ts +101 -0
  130. package/dist-types/commands/StartMetadataModelImportCommand.d.ts +103 -0
  131. package/dist-types/commands/StartRecommendationsCommand.d.ts +1 -1
  132. package/dist-types/commands/StartReplicationCommand.d.ts +1 -1
  133. package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -1
  134. package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -1
  135. package/dist-types/commands/StartReplicationTaskCommand.d.ts +1 -1
  136. package/dist-types/commands/StopReplicationCommand.d.ts +1 -1
  137. package/dist-types/commands/StopReplicationTaskCommand.d.ts +1 -1
  138. package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
  139. package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -1
  140. package/dist-types/commands/index.d.ts +27 -0
  141. package/dist-types/models/index.d.ts +1 -0
  142. package/dist-types/models/models_0.d.ts +2419 -2006
  143. package/dist-types/models/models_1.d.ts +1322 -0
  144. package/dist-types/pagination/DescribeDataProvidersPaginator.d.ts +7 -0
  145. package/dist-types/pagination/DescribeExtensionPackAssociationsPaginator.d.ts +7 -0
  146. package/dist-types/pagination/DescribeInstanceProfilesPaginator.d.ts +7 -0
  147. package/dist-types/pagination/DescribeMetadataModelAssessmentsPaginator.d.ts +7 -0
  148. package/dist-types/pagination/DescribeMetadataModelConversionsPaginator.d.ts +7 -0
  149. package/dist-types/pagination/DescribeMetadataModelExportsAsScriptPaginator.d.ts +7 -0
  150. package/dist-types/pagination/DescribeMetadataModelExportsToTargetPaginator.d.ts +7 -0
  151. package/dist-types/pagination/DescribeMetadataModelImportsPaginator.d.ts +7 -0
  152. package/dist-types/pagination/DescribeMigrationProjectsPaginator.d.ts +7 -0
  153. package/dist-types/pagination/index.d.ts +10 -1
  154. package/dist-types/protocols/Aws_json1_1.d.ts +243 -0
  155. package/dist-types/ts3.4/DatabaseMigrationService.d.ts +477 -0
  156. package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +162 -0
  157. package/dist-types/ts3.4/commands/CreateDataProviderCommand.d.ts +39 -0
  158. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +42 -0
  159. package/dist-types/ts3.4/commands/CreateMigrationProjectCommand.d.ts +42 -0
  160. package/dist-types/ts3.4/commands/DeleteDataProviderCommand.d.ts +39 -0
  161. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +42 -0
  162. package/dist-types/ts3.4/commands/DeleteMigrationProjectCommand.d.ts +42 -0
  163. package/dist-types/ts3.4/commands/DescribeConversionConfigurationCommand.d.ts +42 -0
  164. package/dist-types/ts3.4/commands/DescribeDataProvidersCommand.d.ts +42 -0
  165. package/dist-types/ts3.4/commands/DescribeExtensionPackAssociationsCommand.d.ts +42 -0
  166. package/dist-types/ts3.4/commands/DescribeInstanceProfilesCommand.d.ts +42 -0
  167. package/dist-types/ts3.4/commands/DescribeMetadataModelAssessmentsCommand.d.ts +42 -0
  168. package/dist-types/ts3.4/commands/DescribeMetadataModelConversionsCommand.d.ts +42 -0
  169. package/dist-types/ts3.4/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +42 -0
  170. package/dist-types/ts3.4/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +42 -0
  171. package/dist-types/ts3.4/commands/DescribeMetadataModelImportsCommand.d.ts +42 -0
  172. package/dist-types/ts3.4/commands/DescribeMigrationProjectsCommand.d.ts +42 -0
  173. package/dist-types/ts3.4/commands/ExportMetadataModelAssessmentCommand.d.ts +42 -0
  174. package/dist-types/ts3.4/commands/ModifyConversionConfigurationCommand.d.ts +42 -0
  175. package/dist-types/ts3.4/commands/ModifyDataProviderCommand.d.ts +39 -0
  176. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/ModifyInstanceProfileCommand.d.ts +42 -0
  178. package/dist-types/ts3.4/commands/ModifyMigrationProjectCommand.d.ts +42 -0
  179. package/dist-types/ts3.4/commands/ModifyReplicationConfigCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/RefreshSchemasCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/ReloadReplicationTablesCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/ReloadTablesCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/StartExtensionPackAssociationCommand.d.ts +42 -0
  191. package/dist-types/ts3.4/commands/StartMetadataModelAssessmentCommand.d.ts +42 -0
  192. package/dist-types/ts3.4/commands/StartMetadataModelConversionCommand.d.ts +42 -0
  193. package/dist-types/ts3.4/commands/StartMetadataModelExportAsScriptCommand.d.ts +42 -0
  194. package/dist-types/ts3.4/commands/StartMetadataModelExportToTargetCommand.d.ts +42 -0
  195. package/dist-types/ts3.4/commands/StartMetadataModelImportCommand.d.ts +42 -0
  196. package/dist-types/ts3.4/commands/StartRecommendationsCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/StartReplicationCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/StartReplicationTaskCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/StopReplicationCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/StopReplicationTaskCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/index.d.ts +27 -0
  206. package/dist-types/ts3.4/models/index.d.ts +1 -0
  207. package/dist-types/ts3.4/models/models_0.d.ts +374 -236
  208. package/dist-types/ts3.4/models/models_1.d.ts +312 -0
  209. package/dist-types/ts3.4/pagination/DescribeDataProvidersPaginator.d.ts +11 -0
  210. package/dist-types/ts3.4/pagination/DescribeExtensionPackAssociationsPaginator.d.ts +11 -0
  211. package/dist-types/ts3.4/pagination/DescribeInstanceProfilesPaginator.d.ts +11 -0
  212. package/dist-types/ts3.4/pagination/DescribeMetadataModelAssessmentsPaginator.d.ts +11 -0
  213. package/dist-types/ts3.4/pagination/DescribeMetadataModelConversionsPaginator.d.ts +11 -0
  214. package/dist-types/ts3.4/pagination/DescribeMetadataModelExportsAsScriptPaginator.d.ts +11 -0
  215. package/dist-types/ts3.4/pagination/DescribeMetadataModelExportsToTargetPaginator.d.ts +11 -0
  216. package/dist-types/ts3.4/pagination/DescribeMetadataModelImportsPaginator.d.ts +11 -0
  217. package/dist-types/ts3.4/pagination/DescribeMigrationProjectsPaginator.d.ts +11 -0
  218. package/dist-types/ts3.4/pagination/index.d.ts +10 -1
  219. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +324 -0
  220. package/package.json +3 -3
@@ -0,0 +1,312 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { DatabaseMigrationServiceServiceException as __BaseException } from "./DatabaseMigrationServiceServiceException";
3
+ import {
4
+ ComputeConfig,
5
+ Connection,
6
+ DataProviderDescriptorDefinition,
7
+ EventSubscription,
8
+ InstanceProfile,
9
+ MigrationProject,
10
+ MigrationTypeValue,
11
+ RecommendationSettings,
12
+ RefreshSchemasStatus,
13
+ Replication,
14
+ ReplicationConfig,
15
+ ReplicationInstance,
16
+ ReplicationSubnetGroup,
17
+ ReplicationTask,
18
+ ReplicationTaskAssessmentRun,
19
+ SCApplicationAttributes,
20
+ } from "./models_0";
21
+ export interface ModifyEventSubscriptionMessage {
22
+ SubscriptionName: string | undefined;
23
+ SnsTopicArn?: string;
24
+ SourceType?: string;
25
+ EventCategories?: string[];
26
+ Enabled?: boolean;
27
+ }
28
+ export interface ModifyEventSubscriptionResponse {
29
+ EventSubscription?: EventSubscription;
30
+ }
31
+ export interface ModifyInstanceProfileMessage {
32
+ InstanceProfileIdentifier: string | undefined;
33
+ AvailabilityZone?: string;
34
+ KmsKeyArn?: string;
35
+ PubliclyAccessible?: boolean;
36
+ NetworkType?: string;
37
+ InstanceProfileName?: string;
38
+ Description?: string;
39
+ SubnetGroupIdentifier?: string;
40
+ VpcSecurityGroups?: string[];
41
+ }
42
+ export interface ModifyInstanceProfileResponse {
43
+ InstanceProfile?: InstanceProfile;
44
+ }
45
+ export interface ModifyMigrationProjectMessage {
46
+ MigrationProjectIdentifier: string | undefined;
47
+ MigrationProjectName?: string;
48
+ SourceDataProviderDescriptors?: DataProviderDescriptorDefinition[];
49
+ TargetDataProviderDescriptors?: DataProviderDescriptorDefinition[];
50
+ InstanceProfileIdentifier?: string;
51
+ TransformationRules?: string;
52
+ Description?: string;
53
+ SchemaConversionApplicationAttributes?: SCApplicationAttributes;
54
+ }
55
+ export interface ModifyMigrationProjectResponse {
56
+ MigrationProject?: MigrationProject;
57
+ }
58
+ export interface ModifyReplicationConfigMessage {
59
+ ReplicationConfigArn: string | undefined;
60
+ ReplicationConfigIdentifier?: string;
61
+ ReplicationType?: MigrationTypeValue | string;
62
+ TableMappings?: string;
63
+ ReplicationSettings?: string;
64
+ SupplementalSettings?: string;
65
+ ComputeConfig?: ComputeConfig;
66
+ SourceEndpointArn?: string;
67
+ TargetEndpointArn?: string;
68
+ }
69
+ export interface ModifyReplicationConfigResponse {
70
+ ReplicationConfig?: ReplicationConfig;
71
+ }
72
+ export interface ModifyReplicationInstanceMessage {
73
+ ReplicationInstanceArn: string | undefined;
74
+ AllocatedStorage?: number;
75
+ ApplyImmediately?: boolean;
76
+ ReplicationInstanceClass?: string;
77
+ VpcSecurityGroupIds?: string[];
78
+ PreferredMaintenanceWindow?: string;
79
+ MultiAZ?: boolean;
80
+ EngineVersion?: string;
81
+ AllowMajorVersionUpgrade?: boolean;
82
+ AutoMinorVersionUpgrade?: boolean;
83
+ ReplicationInstanceIdentifier?: string;
84
+ NetworkType?: string;
85
+ }
86
+ export interface ModifyReplicationInstanceResponse {
87
+ ReplicationInstance?: ReplicationInstance;
88
+ }
89
+ export declare class UpgradeDependencyFailureFault extends __BaseException {
90
+ readonly name: "UpgradeDependencyFailureFault";
91
+ readonly $fault: "client";
92
+ constructor(
93
+ opts: __ExceptionOptionType<UpgradeDependencyFailureFault, __BaseException>
94
+ );
95
+ }
96
+ export interface ModifyReplicationSubnetGroupMessage {
97
+ ReplicationSubnetGroupIdentifier: string | undefined;
98
+ ReplicationSubnetGroupDescription?: string;
99
+ SubnetIds: string[] | undefined;
100
+ }
101
+ export interface ModifyReplicationSubnetGroupResponse {
102
+ ReplicationSubnetGroup?: ReplicationSubnetGroup;
103
+ }
104
+ export declare class SubnetAlreadyInUse extends __BaseException {
105
+ readonly name: "SubnetAlreadyInUse";
106
+ readonly $fault: "client";
107
+ constructor(opts: __ExceptionOptionType<SubnetAlreadyInUse, __BaseException>);
108
+ }
109
+ export interface ModifyReplicationTaskMessage {
110
+ ReplicationTaskArn: string | undefined;
111
+ ReplicationTaskIdentifier?: string;
112
+ MigrationType?: MigrationTypeValue | string;
113
+ TableMappings?: string;
114
+ ReplicationTaskSettings?: string;
115
+ CdcStartTime?: Date;
116
+ CdcStartPosition?: string;
117
+ CdcStopPosition?: string;
118
+ TaskData?: string;
119
+ }
120
+ export interface ModifyReplicationTaskResponse {
121
+ ReplicationTask?: ReplicationTask;
122
+ }
123
+ export interface MoveReplicationTaskMessage {
124
+ ReplicationTaskArn: string | undefined;
125
+ TargetReplicationInstanceArn: string | undefined;
126
+ }
127
+ export interface MoveReplicationTaskResponse {
128
+ ReplicationTask?: ReplicationTask;
129
+ }
130
+ export interface RebootReplicationInstanceMessage {
131
+ ReplicationInstanceArn: string | undefined;
132
+ ForceFailover?: boolean;
133
+ ForcePlannedFailover?: boolean;
134
+ }
135
+ export interface RebootReplicationInstanceResponse {
136
+ ReplicationInstance?: ReplicationInstance;
137
+ }
138
+ export interface RefreshSchemasMessage {
139
+ EndpointArn: string | undefined;
140
+ ReplicationInstanceArn: string | undefined;
141
+ }
142
+ export interface RefreshSchemasResponse {
143
+ RefreshSchemasStatus?: RefreshSchemasStatus;
144
+ }
145
+ export declare const ReloadOptionValue: {
146
+ readonly DATA_RELOAD: "data-reload";
147
+ readonly VALIDATE_ONLY: "validate-only";
148
+ };
149
+ export type ReloadOptionValue =
150
+ (typeof ReloadOptionValue)[keyof typeof ReloadOptionValue];
151
+ export interface TableToReload {
152
+ SchemaName: string | undefined;
153
+ TableName: string | undefined;
154
+ }
155
+ export interface ReloadReplicationTablesMessage {
156
+ ReplicationConfigArn: string | undefined;
157
+ TablesToReload: TableToReload[] | undefined;
158
+ ReloadOption?: ReloadOptionValue | string;
159
+ }
160
+ export interface ReloadReplicationTablesResponse {
161
+ ReplicationConfigArn?: string;
162
+ }
163
+ export interface ReloadTablesMessage {
164
+ ReplicationTaskArn: string | undefined;
165
+ TablesToReload: TableToReload[] | undefined;
166
+ ReloadOption?: ReloadOptionValue | string;
167
+ }
168
+ export interface ReloadTablesResponse {
169
+ ReplicationTaskArn?: string;
170
+ }
171
+ export interface RemoveTagsFromResourceMessage {
172
+ ResourceArn: string | undefined;
173
+ TagKeys: string[] | undefined;
174
+ }
175
+ export interface RemoveTagsFromResourceResponse {}
176
+ export interface RunFleetAdvisorLsaAnalysisResponse {
177
+ LsaAnalysisId?: string;
178
+ Status?: string;
179
+ }
180
+ export interface StartExtensionPackAssociationMessage {
181
+ MigrationProjectIdentifier: string | undefined;
182
+ }
183
+ export interface StartExtensionPackAssociationResponse {
184
+ RequestIdentifier?: string;
185
+ }
186
+ export interface StartMetadataModelAssessmentMessage {
187
+ MigrationProjectIdentifier: string | undefined;
188
+ SelectionRules: string | undefined;
189
+ }
190
+ export interface StartMetadataModelAssessmentResponse {
191
+ RequestIdentifier?: string;
192
+ }
193
+ export interface StartMetadataModelConversionMessage {
194
+ MigrationProjectIdentifier: string | undefined;
195
+ SelectionRules: string | undefined;
196
+ }
197
+ export interface StartMetadataModelConversionResponse {
198
+ RequestIdentifier?: string;
199
+ }
200
+ export declare const OriginTypeValue: {
201
+ readonly SOURCE: "SOURCE";
202
+ readonly TARGET: "TARGET";
203
+ };
204
+ export type OriginTypeValue =
205
+ (typeof OriginTypeValue)[keyof typeof OriginTypeValue];
206
+ export interface StartMetadataModelExportAsScriptMessage {
207
+ MigrationProjectIdentifier: string | undefined;
208
+ SelectionRules: string | undefined;
209
+ Origin: OriginTypeValue | string | undefined;
210
+ FileName?: string;
211
+ }
212
+ export interface StartMetadataModelExportAsScriptResponse {
213
+ RequestIdentifier?: string;
214
+ }
215
+ export interface StartMetadataModelExportToTargetMessage {
216
+ MigrationProjectIdentifier: string | undefined;
217
+ SelectionRules: string | undefined;
218
+ OverwriteExtensionPack?: boolean;
219
+ }
220
+ export interface StartMetadataModelExportToTargetResponse {
221
+ RequestIdentifier?: string;
222
+ }
223
+ export interface StartMetadataModelImportMessage {
224
+ MigrationProjectIdentifier: string | undefined;
225
+ SelectionRules: string | undefined;
226
+ Origin: OriginTypeValue | string | undefined;
227
+ Refresh?: boolean;
228
+ }
229
+ export interface StartMetadataModelImportResponse {
230
+ RequestIdentifier?: string;
231
+ }
232
+ export interface StartRecommendationsRequest {
233
+ DatabaseId: string | undefined;
234
+ Settings: RecommendationSettings | undefined;
235
+ }
236
+ export interface StartReplicationMessage {
237
+ ReplicationConfigArn: string | undefined;
238
+ StartReplicationType: string | undefined;
239
+ CdcStartTime?: Date;
240
+ CdcStartPosition?: string;
241
+ CdcStopPosition?: string;
242
+ }
243
+ export interface StartReplicationResponse {
244
+ Replication?: Replication;
245
+ }
246
+ export declare const StartReplicationTaskTypeValue: {
247
+ readonly RELOAD_TARGET: "reload-target";
248
+ readonly RESUME_PROCESSING: "resume-processing";
249
+ readonly START_REPLICATION: "start-replication";
250
+ };
251
+ export type StartReplicationTaskTypeValue =
252
+ (typeof StartReplicationTaskTypeValue)[keyof typeof StartReplicationTaskTypeValue];
253
+ export interface StartReplicationTaskMessage {
254
+ ReplicationTaskArn: string | undefined;
255
+ StartReplicationTaskType: StartReplicationTaskTypeValue | string | undefined;
256
+ CdcStartTime?: Date;
257
+ CdcStartPosition?: string;
258
+ CdcStopPosition?: string;
259
+ }
260
+ export interface StartReplicationTaskResponse {
261
+ ReplicationTask?: ReplicationTask;
262
+ }
263
+ export interface StartReplicationTaskAssessmentMessage {
264
+ ReplicationTaskArn: string | undefined;
265
+ }
266
+ export interface StartReplicationTaskAssessmentResponse {
267
+ ReplicationTask?: ReplicationTask;
268
+ }
269
+ export declare class KMSFault extends __BaseException {
270
+ readonly name: "KMSFault";
271
+ readonly $fault: "client";
272
+ constructor(opts: __ExceptionOptionType<KMSFault, __BaseException>);
273
+ }
274
+ export interface StartReplicationTaskAssessmentRunMessage {
275
+ ReplicationTaskArn: string | undefined;
276
+ ServiceAccessRoleArn: string | undefined;
277
+ ResultLocationBucket: string | undefined;
278
+ ResultLocationFolder?: string;
279
+ ResultEncryptionMode?: string;
280
+ ResultKmsKeyArn?: string;
281
+ AssessmentRunName: string | undefined;
282
+ IncludeOnly?: string[];
283
+ Exclude?: string[];
284
+ }
285
+ export interface StartReplicationTaskAssessmentRunResponse {
286
+ ReplicationTaskAssessmentRun?: ReplicationTaskAssessmentRun;
287
+ }
288
+ export interface StopReplicationMessage {
289
+ ReplicationConfigArn: string | undefined;
290
+ }
291
+ export interface StopReplicationResponse {
292
+ Replication?: Replication;
293
+ }
294
+ export interface StopReplicationTaskMessage {
295
+ ReplicationTaskArn: string | undefined;
296
+ }
297
+ export interface StopReplicationTaskResponse {
298
+ ReplicationTask?: ReplicationTask;
299
+ }
300
+ export interface TestConnectionMessage {
301
+ ReplicationInstanceArn: string | undefined;
302
+ EndpointArn: string | undefined;
303
+ }
304
+ export interface TestConnectionResponse {
305
+ Connection?: Connection;
306
+ }
307
+ export interface UpdateSubscriptionsToEventBridgeMessage {
308
+ ForceMove?: boolean;
309
+ }
310
+ export interface UpdateSubscriptionsToEventBridgeResponse {
311
+ Result?: string;
312
+ }
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ DescribeDataProvidersCommandInput,
4
+ DescribeDataProvidersCommandOutput,
5
+ } from "../commands/DescribeDataProvidersCommand";
6
+ import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateDescribeDataProviders(
8
+ config: DatabaseMigrationServicePaginationConfiguration,
9
+ input: DescribeDataProvidersCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<DescribeDataProvidersCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ DescribeExtensionPackAssociationsCommandInput,
4
+ DescribeExtensionPackAssociationsCommandOutput,
5
+ } from "../commands/DescribeExtensionPackAssociationsCommand";
6
+ import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateDescribeExtensionPackAssociations(
8
+ config: DatabaseMigrationServicePaginationConfiguration,
9
+ input: DescribeExtensionPackAssociationsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<DescribeExtensionPackAssociationsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ DescribeInstanceProfilesCommandInput,
4
+ DescribeInstanceProfilesCommandOutput,
5
+ } from "../commands/DescribeInstanceProfilesCommand";
6
+ import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateDescribeInstanceProfiles(
8
+ config: DatabaseMigrationServicePaginationConfiguration,
9
+ input: DescribeInstanceProfilesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<DescribeInstanceProfilesCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ DescribeMetadataModelAssessmentsCommandInput,
4
+ DescribeMetadataModelAssessmentsCommandOutput,
5
+ } from "../commands/DescribeMetadataModelAssessmentsCommand";
6
+ import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateDescribeMetadataModelAssessments(
8
+ config: DatabaseMigrationServicePaginationConfiguration,
9
+ input: DescribeMetadataModelAssessmentsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<DescribeMetadataModelAssessmentsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ DescribeMetadataModelConversionsCommandInput,
4
+ DescribeMetadataModelConversionsCommandOutput,
5
+ } from "../commands/DescribeMetadataModelConversionsCommand";
6
+ import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateDescribeMetadataModelConversions(
8
+ config: DatabaseMigrationServicePaginationConfiguration,
9
+ input: DescribeMetadataModelConversionsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<DescribeMetadataModelConversionsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ DescribeMetadataModelExportsAsScriptCommandInput,
4
+ DescribeMetadataModelExportsAsScriptCommandOutput,
5
+ } from "../commands/DescribeMetadataModelExportsAsScriptCommand";
6
+ import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateDescribeMetadataModelExportsAsScript(
8
+ config: DatabaseMigrationServicePaginationConfiguration,
9
+ input: DescribeMetadataModelExportsAsScriptCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<DescribeMetadataModelExportsAsScriptCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ DescribeMetadataModelExportsToTargetCommandInput,
4
+ DescribeMetadataModelExportsToTargetCommandOutput,
5
+ } from "../commands/DescribeMetadataModelExportsToTargetCommand";
6
+ import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateDescribeMetadataModelExportsToTarget(
8
+ config: DatabaseMigrationServicePaginationConfiguration,
9
+ input: DescribeMetadataModelExportsToTargetCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<DescribeMetadataModelExportsToTargetCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ DescribeMetadataModelImportsCommandInput,
4
+ DescribeMetadataModelImportsCommandOutput,
5
+ } from "../commands/DescribeMetadataModelImportsCommand";
6
+ import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateDescribeMetadataModelImports(
8
+ config: DatabaseMigrationServicePaginationConfiguration,
9
+ input: DescribeMetadataModelImportsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<DescribeMetadataModelImportsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ DescribeMigrationProjectsCommandInput,
4
+ DescribeMigrationProjectsCommandOutput,
5
+ } from "../commands/DescribeMigrationProjectsCommand";
6
+ import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateDescribeMigrationProjects(
8
+ config: DatabaseMigrationServicePaginationConfiguration,
9
+ input: DescribeMigrationProjectsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<DescribeMigrationProjectsCommandOutput>;
@@ -1,18 +1,27 @@
1
1
  export * from "./DescribeApplicableIndividualAssessmentsPaginator";
2
2
  export * from "./DescribeCertificatesPaginator";
3
3
  export * from "./DescribeConnectionsPaginator";
4
+ export * from "./DescribeDataProvidersPaginator";
4
5
  export * from "./DescribeEndpointSettingsPaginator";
5
6
  export * from "./DescribeEndpointTypesPaginator";
6
7
  export * from "./DescribeEndpointsPaginator";
7
8
  export * from "./DescribeEngineVersionsPaginator";
8
9
  export * from "./DescribeEventSubscriptionsPaginator";
9
10
  export * from "./DescribeEventsPaginator";
10
- export * from "./DescribeFleetAdvisorCollectorsPaginator";
11
11
  export * from "./Interfaces";
12
+ export * from "./DescribeExtensionPackAssociationsPaginator";
13
+ export * from "./DescribeFleetAdvisorCollectorsPaginator";
12
14
  export * from "./DescribeFleetAdvisorDatabasesPaginator";
13
15
  export * from "./DescribeFleetAdvisorLsaAnalysisPaginator";
14
16
  export * from "./DescribeFleetAdvisorSchemaObjectSummaryPaginator";
15
17
  export * from "./DescribeFleetAdvisorSchemasPaginator";
18
+ export * from "./DescribeInstanceProfilesPaginator";
19
+ export * from "./DescribeMetadataModelAssessmentsPaginator";
20
+ export * from "./DescribeMetadataModelConversionsPaginator";
21
+ export * from "./DescribeMetadataModelExportsAsScriptPaginator";
22
+ export * from "./DescribeMetadataModelExportsToTargetPaginator";
23
+ export * from "./DescribeMetadataModelImportsPaginator";
24
+ export * from "./DescribeMigrationProjectsPaginator";
16
25
  export * from "./DescribeOrderableReplicationInstancesPaginator";
17
26
  export * from "./DescribePendingMaintenanceActionsPaginator";
18
27
  export * from "./DescribeRecommendationLimitationsPaginator";