@aws-sdk/client-database-migration-service 3.774.0 → 3.777.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 (119) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  2. package/dist-cjs/index.js +17 -18
  3. package/dist-es/DatabaseMigrationServiceClient.js +2 -1
  4. package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  5. package/dist-es/endpoint/EndpointParameters.js +2 -3
  6. package/dist-es/runtimeExtensions.js +2 -14
  7. package/dist-types/commands/AddTagsToResourceCommand.d.ts +10 -7
  8. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -0
  9. package/dist-types/commands/BatchStartRecommendationsCommand.d.ts +1 -0
  10. package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +1 -0
  11. package/dist-types/commands/CreateDataMigrationCommand.d.ts +1 -0
  12. package/dist-types/commands/CreateDataProviderCommand.d.ts +26 -26
  13. package/dist-types/commands/CreateEndpointCommand.d.ts +28 -28
  14. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -0
  15. package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +1 -0
  16. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +21 -21
  17. package/dist-types/commands/CreateMigrationProjectCommand.d.ts +40 -40
  18. package/dist-types/commands/CreateReplicationConfigCommand.d.ts +1 -0
  19. package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +52 -52
  20. package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +10 -10
  21. package/dist-types/commands/CreateReplicationTaskCommand.d.ts +25 -25
  22. package/dist-types/commands/DeleteCertificateCommand.d.ts +5 -5
  23. package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -6
  24. package/dist-types/commands/DeleteDataMigrationCommand.d.ts +1 -0
  25. package/dist-types/commands/DeleteDataProviderCommand.d.ts +15 -15
  26. package/dist-types/commands/DeleteEndpointCommand.d.ts +15 -15
  27. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -0
  28. package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +1 -0
  29. package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +1 -0
  30. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +13 -13
  31. package/dist-types/commands/DeleteMigrationProjectCommand.d.ts +23 -23
  32. package/dist-types/commands/DeleteReplicationConfigCommand.d.ts +1 -0
  33. package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +40 -40
  34. package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +7 -4
  35. package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +1 -0
  36. package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +15 -15
  37. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +14 -14
  38. package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +1 -0
  39. package/dist-types/commands/DescribeCertificatesCommand.d.ts +10 -10
  40. package/dist-types/commands/DescribeConnectionsCommand.d.ts +15 -15
  41. package/dist-types/commands/DescribeConversionConfigurationCommand.d.ts +6 -6
  42. package/dist-types/commands/DescribeDataMigrationsCommand.d.ts +1 -0
  43. package/dist-types/commands/DescribeDataProvidersCommand.d.ts +20 -20
  44. package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +1 -0
  45. package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +10 -10
  46. package/dist-types/commands/DescribeEndpointsCommand.d.ts +10 -10
  47. package/dist-types/commands/DescribeEngineVersionsCommand.d.ts +1 -0
  48. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -0
  49. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -0
  50. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -0
  51. package/dist-types/commands/DescribeExtensionPackAssociationsCommand.d.ts +14 -14
  52. package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +1 -0
  53. package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +1 -0
  54. package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +1 -0
  55. package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +1 -0
  56. package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +1 -0
  57. package/dist-types/commands/DescribeInstanceProfilesCommand.d.ts +17 -17
  58. package/dist-types/commands/DescribeMetadataModelAssessmentsCommand.d.ts +14 -14
  59. package/dist-types/commands/DescribeMetadataModelConversionsCommand.d.ts +14 -14
  60. package/dist-types/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +14 -14
  61. package/dist-types/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +14 -14
  62. package/dist-types/commands/DescribeMetadataModelImportsCommand.d.ts +14 -14
  63. package/dist-types/commands/DescribeMigrationProjectsCommand.d.ts +28 -28
  64. package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +7 -7
  65. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -0
  66. package/dist-types/commands/DescribeRecommendationLimitationsCommand.d.ts +1 -0
  67. package/dist-types/commands/DescribeRecommendationsCommand.d.ts +1 -0
  68. package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +5 -5
  69. package/dist-types/commands/DescribeReplicationConfigsCommand.d.ts +1 -0
  70. package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +1 -0
  71. package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +10 -10
  72. package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +10 -10
  73. package/dist-types/commands/DescribeReplicationTableStatisticsCommand.d.ts +1 -0
  74. package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +1 -0
  75. package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +1 -0
  76. package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +1 -0
  77. package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +10 -10
  78. package/dist-types/commands/DescribeReplicationsCommand.d.ts +1 -0
  79. package/dist-types/commands/DescribeSchemasCommand.d.ts +8 -8
  80. package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +9 -9
  81. package/dist-types/commands/ExportMetadataModelAssessmentCommand.d.ts +13 -13
  82. package/dist-types/commands/ImportCertificateCommand.d.ts +6 -6
  83. package/dist-types/commands/ListTagsForResourceCommand.d.ts +5 -5
  84. package/dist-types/commands/ModifyConversionConfigurationCommand.d.ts +6 -6
  85. package/dist-types/commands/ModifyDataMigrationCommand.d.ts +1 -0
  86. package/dist-types/commands/ModifyDataProviderCommand.d.ts +24 -24
  87. package/dist-types/commands/ModifyEndpointCommand.d.ts +16 -16
  88. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -0
  89. package/dist-types/commands/ModifyInstanceProfileCommand.d.ts +21 -21
  90. package/dist-types/commands/ModifyMigrationProjectCommand.d.ts +37 -37
  91. package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +1 -0
  92. package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +48 -48
  93. package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +7 -7
  94. package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +1 -0
  95. package/dist-types/commands/MoveReplicationTaskCommand.d.ts +1 -0
  96. package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +1 -0
  97. package/dist-types/commands/RefreshSchemasCommand.d.ts +6 -6
  98. package/dist-types/commands/ReloadReplicationTablesCommand.d.ts +1 -0
  99. package/dist-types/commands/ReloadTablesCommand.d.ts +1 -0
  100. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +8 -5
  101. package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -0
  102. package/dist-types/commands/StartDataMigrationCommand.d.ts +1 -0
  103. package/dist-types/commands/StartExtensionPackAssociationCommand.d.ts +5 -5
  104. package/dist-types/commands/StartMetadataModelAssessmentCommand.d.ts +7 -7
  105. package/dist-types/commands/StartMetadataModelConversionCommand.d.ts +6 -6
  106. package/dist-types/commands/StartMetadataModelExportAsScriptCommand.d.ts +8 -8
  107. package/dist-types/commands/StartMetadataModelExportToTargetCommand.d.ts +7 -7
  108. package/dist-types/commands/StartMetadataModelImportCommand.d.ts +8 -8
  109. package/dist-types/commands/StartRecommendationsCommand.d.ts +1 -0
  110. package/dist-types/commands/StartReplicationCommand.d.ts +1 -0
  111. package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -0
  112. package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -0
  113. package/dist-types/commands/StartReplicationTaskCommand.d.ts +17 -17
  114. package/dist-types/commands/StopDataMigrationCommand.d.ts +1 -0
  115. package/dist-types/commands/StopReplicationCommand.d.ts +1 -0
  116. package/dist-types/commands/StopReplicationTaskCommand.d.ts +15 -15
  117. package/dist-types/commands/TestConnectionCommand.d.ts +6 -6
  118. package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -0
  119. package/package.json +34 -34
@@ -187,88 +187,88 @@ declare const CreateReplicationInstanceCommand_base: {
187
187
  * @throws {@link DatabaseMigrationServiceServiceException}
188
188
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
189
189
  *
190
- * @public
190
+ *
191
191
  * @example Create replication instance
192
192
  * ```javascript
193
193
  * // Creates the replication instance using the specified parameters.
194
194
  * const input = {
195
- * "AllocatedStorage": 123,
196
- * "AutoMinorVersionUpgrade": true,
197
- * "AvailabilityZone": "",
198
- * "EngineVersion": "",
199
- * "KmsKeyId": "",
200
- * "MultiAZ": true,
201
- * "PreferredMaintenanceWindow": "",
202
- * "PubliclyAccessible": true,
203
- * "ReplicationInstanceClass": "",
204
- * "ReplicationInstanceIdentifier": "",
205
- * "ReplicationSubnetGroupIdentifier": "",
206
- * "Tags": [
195
+ * AllocatedStorage: 123,
196
+ * AutoMinorVersionUpgrade: true,
197
+ * AvailabilityZone: "",
198
+ * EngineVersion: "",
199
+ * KmsKeyId: "",
200
+ * MultiAZ: true,
201
+ * PreferredMaintenanceWindow: "",
202
+ * PubliclyAccessible: true,
203
+ * ReplicationInstanceClass: "",
204
+ * ReplicationInstanceIdentifier: "",
205
+ * ReplicationSubnetGroupIdentifier: "",
206
+ * Tags: [
207
207
  * {
208
- * "Key": "string",
209
- * "Value": "string"
208
+ * Key: "string",
209
+ * Value: "string"
210
210
  * }
211
211
  * ],
212
- * "VpcSecurityGroupIds": []
212
+ * VpcSecurityGroupIds: []
213
213
  * };
214
214
  * const command = new CreateReplicationInstanceCommand(input);
215
215
  * const response = await client.send(command);
216
- * /* response ==
216
+ * /* response is
217
217
  * {
218
- * "ReplicationInstance": {
219
- * "AllocatedStorage": 5,
220
- * "AutoMinorVersionUpgrade": true,
221
- * "EngineVersion": "1.5.0",
222
- * "KmsKeyId": "arn:aws:kms:us-east-1:123456789012:key/4c1731d6-5435-ed4d-be13-d53411a7cfbd",
223
- * "PendingModifiedValues": {},
224
- * "PreferredMaintenanceWindow": "sun:06:00-sun:14:00",
225
- * "PubliclyAccessible": true,
226
- * "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
227
- * "ReplicationInstanceClass": "dms.t2.micro",
228
- * "ReplicationInstanceIdentifier": "test-rep-1",
229
- * "ReplicationInstanceStatus": "creating",
230
- * "ReplicationSubnetGroup": {
231
- * "ReplicationSubnetGroupDescription": "default",
232
- * "ReplicationSubnetGroupIdentifier": "default",
233
- * "SubnetGroupStatus": "Complete",
234
- * "Subnets": [
218
+ * ReplicationInstance: {
219
+ * AllocatedStorage: 5,
220
+ * AutoMinorVersionUpgrade: true,
221
+ * EngineVersion: "1.5.0",
222
+ * KmsKeyId: "arn:aws:kms:us-east-1:123456789012:key/4c1731d6-5435-ed4d-be13-d53411a7cfbd",
223
+ * PendingModifiedValues: { /* empty *\/ },
224
+ * PreferredMaintenanceWindow: "sun:06:00-sun:14:00",
225
+ * PubliclyAccessible: true,
226
+ * ReplicationInstanceArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
227
+ * ReplicationInstanceClass: "dms.t2.micro",
228
+ * ReplicationInstanceIdentifier: "test-rep-1",
229
+ * ReplicationInstanceStatus: "creating",
230
+ * ReplicationSubnetGroup: {
231
+ * ReplicationSubnetGroupDescription: "default",
232
+ * ReplicationSubnetGroupIdentifier: "default",
233
+ * SubnetGroupStatus: "Complete",
234
+ * Subnets: [
235
235
  * {
236
- * "SubnetAvailabilityZone": {
237
- * "Name": "us-east-1d"
236
+ * SubnetAvailabilityZone: {
237
+ * Name: "us-east-1d"
238
238
  * },
239
- * "SubnetIdentifier": "subnet-f6dd91af",
240
- * "SubnetStatus": "Active"
239
+ * SubnetIdentifier: "subnet-f6dd91af",
240
+ * SubnetStatus: "Active"
241
241
  * },
242
242
  * {
243
- * "SubnetAvailabilityZone": {
244
- * "Name": "us-east-1b"
243
+ * SubnetAvailabilityZone: {
244
+ * Name: "us-east-1b"
245
245
  * },
246
- * "SubnetIdentifier": "subnet-3605751d",
247
- * "SubnetStatus": "Active"
246
+ * SubnetIdentifier: "subnet-3605751d",
247
+ * SubnetStatus: "Active"
248
248
  * },
249
249
  * {
250
- * "SubnetAvailabilityZone": {
251
- * "Name": "us-east-1c"
250
+ * SubnetAvailabilityZone: {
251
+ * Name: "us-east-1c"
252
252
  * },
253
- * "SubnetIdentifier": "subnet-c2daefb5",
254
- * "SubnetStatus": "Active"
253
+ * SubnetIdentifier: "subnet-c2daefb5",
254
+ * SubnetStatus: "Active"
255
255
  * },
256
256
  * {
257
- * "SubnetAvailabilityZone": {
258
- * "Name": "us-east-1e"
257
+ * SubnetAvailabilityZone: {
258
+ * Name: "us-east-1e"
259
259
  * },
260
- * "SubnetIdentifier": "subnet-85e90cb8",
261
- * "SubnetStatus": "Active"
260
+ * SubnetIdentifier: "subnet-85e90cb8",
261
+ * SubnetStatus: "Active"
262
262
  * }
263
263
  * ],
264
- * "VpcId": "vpc-6741a603"
264
+ * VpcId: "vpc-6741a603"
265
265
  * }
266
266
  * }
267
267
  * }
268
268
  * *\/
269
- * // example id: create-replication-instance-1481746705295
270
269
  * ```
271
270
  *
271
+ * @public
272
272
  */
273
273
  export declare class CreateReplicationInstanceCommand extends CreateReplicationInstanceCommand_base {
274
274
  /** @internal type navigation helper, not in runtime. */
@@ -109,34 +109,34 @@ declare const CreateReplicationSubnetGroupCommand_base: {
109
109
  * @throws {@link DatabaseMigrationServiceServiceException}
110
110
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
111
111
  *
112
- * @public
112
+ *
113
113
  * @example Create replication subnet group
114
114
  * ```javascript
115
115
  * // Creates a replication subnet group given a list of the subnet IDs in a VPC.
116
116
  * const input = {
117
- * "ReplicationSubnetGroupDescription": "US West subnet group",
118
- * "ReplicationSubnetGroupIdentifier": "us-west-2ab-vpc-215ds366",
119
- * "SubnetIds": [
117
+ * ReplicationSubnetGroupDescription: "US West subnet group",
118
+ * ReplicationSubnetGroupIdentifier: "us-west-2ab-vpc-215ds366",
119
+ * SubnetIds: [
120
120
  * "subnet-e145356n",
121
121
  * "subnet-58f79200"
122
122
  * ],
123
- * "Tags": [
123
+ * Tags: [
124
124
  * {
125
- * "Key": "Acount",
126
- * "Value": "145235"
125
+ * Key: "Acount",
126
+ * Value: "145235"
127
127
  * }
128
128
  * ]
129
129
  * };
130
130
  * const command = new CreateReplicationSubnetGroupCommand(input);
131
131
  * const response = await client.send(command);
132
- * /* response ==
132
+ * /* response is
133
133
  * {
134
- * "ReplicationSubnetGroup": {}
134
+ * ReplicationSubnetGroup: { /* empty *\/ }
135
135
  * }
136
136
  * *\/
137
- * // example id: create-replication-subnet-group-1481747297930
138
137
  * ```
139
138
  *
139
+ * @public
140
140
  */
141
141
  export declare class CreateReplicationSubnetGroupCommand extends CreateReplicationSubnetGroupCommand_base {
142
142
  /** @internal type navigation helper, not in runtime. */
@@ -123,47 +123,47 @@ declare const CreateReplicationTaskCommand_base: {
123
123
  * @throws {@link DatabaseMigrationServiceServiceException}
124
124
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
125
125
  *
126
- * @public
126
+ *
127
127
  * @example Create replication task
128
128
  * ```javascript
129
129
  * // Creates a replication task using the specified parameters.
130
130
  * const input = {
131
- * "CdcStartTime": "2016-12-14T18:25:43Z",
132
- * "MigrationType": "full-load",
133
- * "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
134
- * "ReplicationTaskIdentifier": "task1",
135
- * "ReplicationTaskSettings": "",
136
- * "SourceEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE",
137
- * "TableMappings": "file://mappingfile.json",
138
- * "Tags": [
131
+ * CdcStartTime: "2016-12-14T18:25:43Z",
132
+ * MigrationType: "full-load",
133
+ * ReplicationInstanceArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
134
+ * ReplicationTaskIdentifier: "task1",
135
+ * ReplicationTaskSettings: "",
136
+ * SourceEndpointArn: "arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE",
137
+ * TableMappings: "file://mappingfile.json",
138
+ * Tags: [
139
139
  * {
140
- * "Key": "Acount",
141
- * "Value": "24352226"
140
+ * Key: "Acount",
141
+ * Value: "24352226"
142
142
  * }
143
143
  * ],
144
- * "TargetEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"
144
+ * TargetEndpointArn: "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"
145
145
  * };
146
146
  * const command = new CreateReplicationTaskCommand(input);
147
147
  * const response = await client.send(command);
148
- * /* response ==
148
+ * /* response is
149
149
  * {
150
- * "ReplicationTask": {
151
- * "MigrationType": "full-load",
152
- * "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
153
- * "ReplicationTaskArn": "arn:aws:dms:us-east-1:123456789012:task:OEAMB3NXSTZ6LFYZFEPPBBXPYM",
154
- * "ReplicationTaskCreationDate": "2016-12-14T18:25:43Z",
155
- * "ReplicationTaskIdentifier": "task1",
156
- * "ReplicationTaskSettings": "{\"TargetMetadata\":{\"TargetSchema\":\"\",\"SupportLobs\":true,\"FullLobMode\":true,\"LobChunkSize\":64,\"LimitedSizeLobMode\":false,\"LobMaxSize\":0},\"FullLoadSettings\":{\"FullLoadEnabled\":true,\"ApplyChangesEnabled\":false,\"TargetTablePrepMode\":\"DROP_AND_CREATE\",\"CreatePkAfterFullLoad\":false,\"StopTaskCachedChangesApplied\":false,\"StopTaskCachedChangesNotApplied\":false,\"ResumeEnabled\":false,\"ResumeMinTableSize\":100000,\"ResumeOnlyClusteredPKTables\":true,\"MaxFullLoadSubTasks\":8,\"TransactionConsistencyTimeout\":600,\"CommitRate\":10000},\"Logging\":{\"EnableLogging\":false}}",
157
- * "SourceEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE",
158
- * "Status": "creating",
159
- * "TableMappings": "file://mappingfile.json",
160
- * "TargetEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"
150
+ * ReplicationTask: {
151
+ * MigrationType: "full-load",
152
+ * ReplicationInstanceArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
153
+ * ReplicationTaskArn: "arn:aws:dms:us-east-1:123456789012:task:OEAMB3NXSTZ6LFYZFEPPBBXPYM",
154
+ * ReplicationTaskCreationDate: "2016-12-14T18:25:43Z",
155
+ * ReplicationTaskIdentifier: "task1",
156
+ * ReplicationTaskSettings: `{"TargetMetadata":{"TargetSchema":"","SupportLobs":true,"FullLobMode":true,"LobChunkSize":64,"LimitedSizeLobMode":false,"LobMaxSize":0},"FullLoadSettings":{"FullLoadEnabled":true,"ApplyChangesEnabled":false,"TargetTablePrepMode":"DROP_AND_CREATE","CreatePkAfterFullLoad":false,"StopTaskCachedChangesApplied":false,"StopTaskCachedChangesNotApplied":false,"ResumeEnabled":false,"ResumeMinTableSize":100000,"ResumeOnlyClusteredPKTables":true,"MaxFullLoadSubTasks":8,"TransactionConsistencyTimeout":600,"CommitRate":10000},"Logging":{"EnableLogging":false}}`,
157
+ * SourceEndpointArn: "arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE",
158
+ * Status: "creating",
159
+ * TableMappings: "file://mappingfile.json",
160
+ * TargetEndpointArn: "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"
161
161
  * }
162
162
  * }
163
163
  * *\/
164
- * // example id: create-replication-task-1481747646288
165
164
  * ```
166
165
  *
166
+ * @public
167
167
  */
168
168
  export declare class CreateReplicationTaskCommand extends CreateReplicationTaskCommand_base {
169
169
  /** @internal type navigation helper, not in runtime. */
@@ -71,23 +71,23 @@ declare const DeleteCertificateCommand_base: {
71
71
  * @throws {@link DatabaseMigrationServiceServiceException}
72
72
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
73
73
  *
74
- * @public
74
+ *
75
75
  * @example Delete Certificate
76
76
  * ```javascript
77
77
  * // Deletes the specified certificate.
78
78
  * const input = {
79
- * "CertificateArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUSM457DE6XFJCJQ"
79
+ * CertificateArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUSM457DE6XFJCJQ"
80
80
  * };
81
81
  * const command = new DeleteCertificateCommand(input);
82
82
  * const response = await client.send(command);
83
- * /* response ==
83
+ * /* response is
84
84
  * {
85
- * "Certificate": {}
85
+ * Certificate: { /* empty *\/ }
86
86
  * }
87
87
  * *\/
88
- * // example id: delete-certificate-1481751957981
89
88
  * ```
90
89
  *
90
+ * @public
91
91
  */
92
92
  export declare class DeleteCertificateCommand extends DeleteCertificateCommand_base {
93
93
  /** @internal type navigation helper, not in runtime. */
@@ -72,24 +72,24 @@ declare const DeleteConnectionCommand_base: {
72
72
  * @throws {@link DatabaseMigrationServiceServiceException}
73
73
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
74
74
  *
75
- * @public
75
+ *
76
76
  * @example Delete Connection
77
77
  * ```javascript
78
78
  * // Deletes the connection between the replication instance and the endpoint.
79
79
  * const input = {
80
- * "EndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM",
81
- * "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ"
80
+ * EndpointArn: "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM",
81
+ * ReplicationInstanceArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ"
82
82
  * };
83
83
  * const command = new DeleteConnectionCommand(input);
84
84
  * const response = await client.send(command);
85
- * /* response ==
85
+ * /* response is
86
86
  * {
87
- * "Connection": {}
87
+ * Connection: { /* empty *\/ }
88
88
  * }
89
89
  * *\/
90
- * // example id: delete-connection-1481751957981
91
90
  * ```
92
91
  *
92
+ * @public
93
93
  */
94
94
  export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {
95
95
  /** @internal type navigation helper, not in runtime. */
@@ -110,6 +110,7 @@ declare const DeleteDataMigrationCommand_base: {
110
110
  * @throws {@link DatabaseMigrationServiceServiceException}
111
111
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
112
112
  *
113
+ *
113
114
  * @public
114
115
  */
115
116
  export declare class DeleteDataMigrationCommand extends DeleteDataMigrationCommand_base {
@@ -153,36 +153,36 @@ declare const DeleteDataProviderCommand_base: {
153
153
  * @throws {@link DatabaseMigrationServiceServiceException}
154
154
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
155
155
  *
156
- * @public
156
+ *
157
157
  * @example Delete Data Provider
158
158
  * ```javascript
159
159
  * // Deletes the specified data provider.
160
160
  * const input = {
161
- * "DataProviderIdentifier": "arn:aws:dms:us-east-1:012345678901:data-provider:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
161
+ * DataProviderIdentifier: "arn:aws:dms:us-east-1:012345678901:data-provider:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
162
162
  * };
163
163
  * const command = new DeleteDataProviderCommand(input);
164
164
  * const response = await client.send(command);
165
- * /* response ==
165
+ * /* response is
166
166
  * {
167
- * "DataProvider": {
168
- * "DataProviderArn": "arn:aws:dms:us-east-1:012345678901:data-provider:my-target-data-provider",
169
- * "DataProviderCreationTime": "2023-05-12T10:50:41.988561Z",
170
- * "DataProviderName": "my-target-data-provider",
171
- * "Engine": "postgres",
172
- * "Settings": {
173
- * "PostgreSqlSettings": {
174
- * "DatabaseName": "target",
175
- * "Port": 5432,
176
- * "ServerName": "postrgesql.0a1b2c3d4e5f.us-east-1.rds.amazonaws.com",
177
- * "SslMode": "none"
167
+ * DataProvider: {
168
+ * DataProviderArn: "arn:aws:dms:us-east-1:012345678901:data-provider:my-target-data-provider",
169
+ * DataProviderCreationTime: "2023-05-12T10:50:41.988561Z",
170
+ * DataProviderName: "my-target-data-provider",
171
+ * Engine: "postgres",
172
+ * Settings: {
173
+ * PostgreSqlSettings: {
174
+ * DatabaseName: "target",
175
+ * Port: 5432,
176
+ * ServerName: "postrgesql.0a1b2c3d4e5f.us-east-1.rds.amazonaws.com",
177
+ * SslMode: "none"
178
178
  * }
179
179
  * }
180
180
  * }
181
181
  * }
182
182
  * *\/
183
- * // example id: delete-data-provider-1689724476356
184
183
  * ```
185
184
  *
185
+ * @public
186
186
  */
187
187
  export declare class DeleteDataProviderCommand extends DeleteDataProviderCommand_base {
188
188
  /** @internal type navigation helper, not in runtime. */
@@ -420,34 +420,34 @@ declare const DeleteEndpointCommand_base: {
420
420
  * @throws {@link DatabaseMigrationServiceServiceException}
421
421
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
422
422
  *
423
- * @public
423
+ *
424
424
  * @example Delete Endpoint
425
425
  * ```javascript
426
426
  * // Deletes the specified endpoint. All tasks associated with the endpoint must be deleted before you can delete the endpoint.
427
- * //
427
+ *
428
428
  * const input = {
429
- * "EndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM"
429
+ * EndpointArn: "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM"
430
430
  * };
431
431
  * const command = new DeleteEndpointCommand(input);
432
432
  * const response = await client.send(command);
433
- * /* response ==
433
+ * /* response is
434
434
  * {
435
- * "Endpoint": {
436
- * "EndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM",
437
- * "EndpointIdentifier": "test-endpoint-1",
438
- * "EndpointType": "source",
439
- * "EngineName": "mysql",
440
- * "KmsKeyId": "arn:aws:kms:us-east-1:123456789012:key/4c1731d6-5435-ed4d-be13-d53411a7cfbd",
441
- * "Port": 3306,
442
- * "ServerName": "mydb.cx1llnox7iyx.us-west-2.rds.amazonaws.com",
443
- * "Status": "active",
444
- * "Username": "username"
435
+ * Endpoint: {
436
+ * EndpointArn: "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM",
437
+ * EndpointIdentifier: "test-endpoint-1",
438
+ * EndpointType: "source",
439
+ * EngineName: "mysql",
440
+ * KmsKeyId: "arn:aws:kms:us-east-1:123456789012:key/4c1731d6-5435-ed4d-be13-d53411a7cfbd",
441
+ * Port: 3306,
442
+ * ServerName: "mydb.cx1llnox7iyx.us-west-2.rds.amazonaws.com",
443
+ * Status: "active",
444
+ * Username: "username"
445
445
  * }
446
446
  * }
447
447
  * *\/
448
- * // example id: delete-endpoint-1481752425530
449
448
  * ```
450
449
  *
450
+ * @public
451
451
  */
452
452
  export declare class DeleteEndpointCommand extends DeleteEndpointCommand_base {
453
453
  /** @internal type navigation helper, not in runtime. */
@@ -78,6 +78,7 @@ declare const DeleteEventSubscriptionCommand_base: {
78
78
  * @throws {@link DatabaseMigrationServiceServiceException}
79
79
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class DeleteEventSubscriptionCommand extends DeleteEventSubscriptionCommand_base {
@@ -62,6 +62,7 @@ declare const DeleteFleetAdvisorCollectorCommand_base: {
62
62
  * @throws {@link DatabaseMigrationServiceServiceException}
63
63
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
64
64
  *
65
+ *
65
66
  * @public
66
67
  */
67
68
  export declare class DeleteFleetAdvisorCollectorCommand extends DeleteFleetAdvisorCollectorCommand_base {
@@ -68,6 +68,7 @@ declare const DeleteFleetAdvisorDatabasesCommand_base: {
68
68
  * @throws {@link DatabaseMigrationServiceServiceException}
69
69
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class DeleteFleetAdvisorDatabasesCommand extends DeleteFleetAdvisorDatabasesCommand_base {
@@ -84,34 +84,34 @@ declare const DeleteInstanceProfileCommand_base: {
84
84
  * @throws {@link DatabaseMigrationServiceServiceException}
85
85
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
86
86
  *
87
- * @public
87
+ *
88
88
  * @example Delete Instance Profile
89
89
  * ```javascript
90
90
  * // Deletes the specified instance profile.
91
91
  * const input = {
92
- * "InstanceProfileIdentifier": "arn:aws:dms:us-east-1:012345678901:instance-profile:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
92
+ * InstanceProfileIdentifier: "arn:aws:dms:us-east-1:012345678901:instance-profile:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
93
93
  * };
94
94
  * const command = new DeleteInstanceProfileCommand(input);
95
95
  * const response = await client.send(command);
96
- * /* response ==
96
+ * /* response is
97
97
  * {
98
- * "InstanceProfile": {
99
- * "InstanceProfileArn": "arn:aws:dms:us-east-1:012345678901:instance-profile:my-instance-profile",
100
- * "InstanceProfileCreationTime": "2022-12-16T09:44:43.543246Z",
101
- * "InstanceProfileName": "my-instance-profile",
102
- * "KmsKeyArn": "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
103
- * "PubliclyAccessible": true,
104
- * "SubnetGroupIdentifier": "public-subnets",
105
- * "VpcIdentifier": "vpc-0a1b2c3d4e5f6g7h8",
106
- * "VpcSecurityGroups": [
98
+ * InstanceProfile: {
99
+ * InstanceProfileArn: "arn:aws:dms:us-east-1:012345678901:instance-profile:my-instance-profile",
100
+ * InstanceProfileCreationTime: "2022-12-16T09:44:43.543246Z",
101
+ * InstanceProfileName: "my-instance-profile",
102
+ * KmsKeyArn: "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
103
+ * PubliclyAccessible: true,
104
+ * SubnetGroupIdentifier: "public-subnets",
105
+ * VpcIdentifier: "vpc-0a1b2c3d4e5f6g7h8",
106
+ * VpcSecurityGroups: [
107
107
  * "sg-0123456"
108
108
  * ]
109
109
  * }
110
110
  * }
111
111
  * *\/
112
- * // example id: delete-instance-profile-1689716924105
113
112
  * ```
114
113
  *
114
+ * @public
115
115
  */
116
116
  export declare class DeleteInstanceProfileCommand extends DeleteInstanceProfileCommand_base {
117
117
  /** @internal type navigation helper, not in runtime. */
@@ -98,49 +98,49 @@ declare const DeleteMigrationProjectCommand_base: {
98
98
  * @throws {@link DatabaseMigrationServiceServiceException}
99
99
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
100
100
  *
101
- * @public
101
+ *
102
102
  * @example Delete Migration Project
103
103
  * ```javascript
104
104
  * // Deletes the specified migration project.
105
105
  * const input = {
106
- * "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
106
+ * MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
107
107
  * };
108
108
  * const command = new DeleteMigrationProjectCommand(input);
109
109
  * const response = await client.send(command);
110
- * /* response ==
110
+ * /* response is
111
111
  * {
112
- * "MigrationProject": {
113
- * "InstanceProfileArn": "arn:aws:dms:us-east-1:012345678901:instance-profile:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
114
- * "InstanceProfileName": "my-instance-profile",
115
- * "MigrationProjectArn": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
116
- * "MigrationProjectCreationTime": "2023-04-19T11:45:15.805253Z",
117
- * "MigrationProjectName": "my-migration-project",
118
- * "SchemaConversionApplicationAttributes": {
119
- * "S3BucketPath": "my-s3-bucket/my_folder",
120
- * "S3BucketRoleArn": "arn:aws:iam::012345678901:role/my-s3role"
112
+ * MigrationProject: {
113
+ * InstanceProfileArn: "arn:aws:dms:us-east-1:012345678901:instance-profile:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
114
+ * InstanceProfileName: "my-instance-profile",
115
+ * MigrationProjectArn: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
116
+ * MigrationProjectCreationTime: "2023-04-19T11:45:15.805253Z",
117
+ * MigrationProjectName: "my-migration-project",
118
+ * SchemaConversionApplicationAttributes: {
119
+ * S3BucketPath: "my-s3-bucket/my_folder",
120
+ * S3BucketRoleArn: "arn:aws:iam::012345678901:role/my-s3role"
121
121
  * },
122
- * "SourceDataProviderDescriptors": [
122
+ * SourceDataProviderDescriptors: [
123
123
  * {
124
- * "DataProviderArn": "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
125
- * "DataProviderName": "all-source-oracle-12",
126
- * "SecretsManagerAccessRoleArn": "arn:aws:iam::012345678901:role/my-access-role",
127
- * "SecretsManagerSecretId": "arn:aws:secretsmanager:us-east-1:012345678901:secret:myuser/ALL.SOURCE.ORACLE_12-0123456"
124
+ * DataProviderArn: "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
125
+ * DataProviderName: "all-source-oracle-12",
126
+ * SecretsManagerAccessRoleArn: "arn:aws:iam::012345678901:role/my-access-role",
127
+ * SecretsManagerSecretId: "arn:aws:secretsmanager:us-east-1:012345678901:secret:myuser/ALL.SOURCE.ORACLE_12-0123456"
128
128
  * }
129
129
  * ],
130
- * "TargetDataProviderDescriptors": [
130
+ * TargetDataProviderDescriptors: [
131
131
  * {
132
- * "DataProviderArn": "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
133
- * "DataProviderName": "sde-obilyns-dataprovider-3",
134
- * "SecretsManagerAccessRoleArn": "arn:aws:iam::437223687239:role/dmytbon-admin-access",
135
- * "SecretsManagerSecretId": "arn:aws:secretsmanager:us-east-1:012345678901:secret:myuser/TARGET.postgresql-0123456"
132
+ * DataProviderArn: "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
133
+ * DataProviderName: "sde-obilyns-dataprovider-3",
134
+ * SecretsManagerAccessRoleArn: "arn:aws:iam::437223687239:role/dmytbon-admin-access",
135
+ * SecretsManagerSecretId: "arn:aws:secretsmanager:us-east-1:012345678901:secret:myuser/TARGET.postgresql-0123456"
136
136
  * }
137
137
  * ]
138
138
  * }
139
139
  * }
140
140
  * *\/
141
- * // example id: delete-migration-project-1689717217454
142
141
  * ```
143
142
  *
143
+ * @public
144
144
  */
145
145
  export declare class DeleteMigrationProjectCommand extends DeleteMigrationProjectCommand_base {
146
146
  /** @internal type navigation helper, not in runtime. */
@@ -91,6 +91,7 @@ declare const DeleteReplicationConfigCommand_base: {
91
91
  * @throws {@link DatabaseMigrationServiceServiceException}
92
92
  * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class DeleteReplicationConfigCommand extends DeleteReplicationConfigCommand_base {