@aws-sdk/client-database-migration-service 3.299.0 → 3.301.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 (70) hide show
  1. package/dist-types/commands/AddTagsToResourceCommand.d.ts +10 -0
  2. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +5 -0
  3. package/dist-types/commands/BatchStartRecommendationsCommand.d.ts +11 -0
  4. package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +3 -0
  5. package/dist-types/commands/CreateEndpointCommand.d.ts +334 -0
  6. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +19 -0
  7. package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +26 -0
  9. package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +14 -0
  10. package/dist-types/commands/CreateReplicationTaskCommand.d.ts +21 -0
  11. package/dist-types/commands/DeleteCertificateCommand.d.ts +3 -0
  12. package/dist-types/commands/DeleteConnectionCommand.d.ts +4 -0
  13. package/dist-types/commands/DeleteEndpointCommand.d.ts +3 -0
  14. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +3 -0
  15. package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +3 -0
  16. package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +5 -0
  17. package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +3 -0
  18. package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +3 -0
  19. package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +3 -0
  20. package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +3 -0
  21. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -0
  22. package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +9 -0
  23. package/dist-types/commands/DescribeCertificatesCommand.d.ts +12 -0
  24. package/dist-types/commands/DescribeConnectionsCommand.d.ts +12 -0
  25. package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +5 -0
  26. package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +12 -0
  27. package/dist-types/commands/DescribeEndpointsCommand.d.ts +12 -0
  28. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +11 -0
  29. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +13 -0
  30. package/dist-types/commands/DescribeEventsCommand.d.ts +20 -0
  31. package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +12 -0
  32. package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +12 -0
  33. package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +4 -0
  34. package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +12 -0
  35. package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +12 -0
  36. package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +4 -0
  37. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +13 -0
  38. package/dist-types/commands/DescribeRecommendationLimitationsCommand.d.ts +12 -0
  39. package/dist-types/commands/DescribeRecommendationsCommand.d.ts +12 -0
  40. package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +3 -0
  41. package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +5 -0
  42. package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +12 -0
  43. package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +12 -0
  44. package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +5 -0
  45. package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +12 -0
  46. package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +12 -0
  47. package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +13 -0
  48. package/dist-types/commands/DescribeSchemasCommand.d.ts +5 -0
  49. package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +13 -0
  50. package/dist-types/commands/ImportCertificateCommand.d.ts +12 -0
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  52. package/dist-types/commands/ModifyEndpointCommand.d.ts +327 -0
  53. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +9 -0
  54. package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +16 -0
  55. package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +7 -0
  56. package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +11 -0
  57. package/dist-types/commands/MoveReplicationTaskCommand.d.ts +4 -0
  58. package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +5 -0
  59. package/dist-types/commands/RefreshSchemasCommand.d.ts +4 -0
  60. package/dist-types/commands/ReloadTablesCommand.d.ts +10 -0
  61. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -0
  62. package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -0
  63. package/dist-types/commands/StartRecommendationsCommand.d.ts +7 -0
  64. package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +3 -0
  65. package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +15 -0
  66. package/dist-types/commands/StartReplicationTaskCommand.d.ts +7 -0
  67. package/dist-types/commands/StopReplicationTaskCommand.d.ts +3 -0
  68. package/dist-types/commands/TestConnectionCommand.d.ts +4 -0
  69. package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +3 -0
  70. package/package.json +8 -8
@@ -31,6 +31,16 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceRespons
31
31
  * import { DatabaseMigrationServiceClient, AddTagsToResourceCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
32
32
  * // const { DatabaseMigrationServiceClient, AddTagsToResourceCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
33
33
  * const client = new DatabaseMigrationServiceClient(config);
34
+ * const input = { // AddTagsToResourceMessage
35
+ * ResourceArn: "STRING_VALUE", // required
36
+ * Tags: [ // TagList // required
37
+ * { // Tag
38
+ * Key: "STRING_VALUE",
39
+ * Value: "STRING_VALUE",
40
+ * ResourceArn: "STRING_VALUE",
41
+ * },
42
+ * ],
43
+ * };
34
44
  * const command = new AddTagsToResourceCommand(input);
35
45
  * const response = await client.send(command);
36
46
  * ```
@@ -26,6 +26,11 @@ export interface ApplyPendingMaintenanceActionCommandOutput extends ApplyPending
26
26
  * import { DatabaseMigrationServiceClient, ApplyPendingMaintenanceActionCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
27
27
  * // const { DatabaseMigrationServiceClient, ApplyPendingMaintenanceActionCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
28
28
  * const client = new DatabaseMigrationServiceClient(config);
29
+ * const input = { // ApplyPendingMaintenanceActionMessage
30
+ * ReplicationInstanceArn: "STRING_VALUE", // required
31
+ * ApplyAction: "STRING_VALUE", // required
32
+ * OptInType: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new ApplyPendingMaintenanceActionCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -31,6 +31,17 @@ export interface BatchStartRecommendationsCommandOutput extends BatchStartRecomm
31
31
  * import { DatabaseMigrationServiceClient, BatchStartRecommendationsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
32
32
  * // const { DatabaseMigrationServiceClient, BatchStartRecommendationsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
33
33
  * const client = new DatabaseMigrationServiceClient(config);
34
+ * const input = { // BatchStartRecommendationsRequest
35
+ * Data: [ // StartRecommendationsRequestEntryList
36
+ * { // StartRecommendationsRequestEntry
37
+ * DatabaseId: "STRING_VALUE", // required
38
+ * Settings: { // RecommendationSettings
39
+ * InstanceSizingType: "STRING_VALUE", // required
40
+ * WorkloadType: "STRING_VALUE", // required
41
+ * },
42
+ * },
43
+ * ],
44
+ * };
34
45
  * const command = new BatchStartRecommendationsCommand(input);
35
46
  * const response = await client.send(command);
36
47
  * ```
@@ -29,6 +29,9 @@ export interface CancelReplicationTaskAssessmentRunCommandOutput extends CancelR
29
29
  * import { DatabaseMigrationServiceClient, CancelReplicationTaskAssessmentRunCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
30
30
  * // const { DatabaseMigrationServiceClient, CancelReplicationTaskAssessmentRunCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
31
31
  * const client = new DatabaseMigrationServiceClient(config);
32
+ * const input = { // CancelReplicationTaskAssessmentRunMessage
33
+ * ReplicationTaskAssessmentRunArn: "STRING_VALUE", // required
34
+ * };
32
35
  * const command = new CancelReplicationTaskAssessmentRunCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -33,6 +33,340 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
33
33
  * import { DatabaseMigrationServiceClient, CreateEndpointCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
34
34
  * // const { DatabaseMigrationServiceClient, CreateEndpointCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
35
35
  * const client = new DatabaseMigrationServiceClient(config);
36
+ * const input = { // CreateEndpointMessage
37
+ * EndpointIdentifier: "STRING_VALUE", // required
38
+ * EndpointType: "source" || "target", // required
39
+ * EngineName: "STRING_VALUE", // required
40
+ * Username: "STRING_VALUE",
41
+ * Password: "STRING_VALUE",
42
+ * ServerName: "STRING_VALUE",
43
+ * Port: Number("int"),
44
+ * DatabaseName: "STRING_VALUE",
45
+ * ExtraConnectionAttributes: "STRING_VALUE",
46
+ * KmsKeyId: "STRING_VALUE",
47
+ * Tags: [ // TagList
48
+ * { // Tag
49
+ * Key: "STRING_VALUE",
50
+ * Value: "STRING_VALUE",
51
+ * ResourceArn: "STRING_VALUE",
52
+ * },
53
+ * ],
54
+ * CertificateArn: "STRING_VALUE",
55
+ * SslMode: "none" || "require" || "verify-ca" || "verify-full",
56
+ * ServiceAccessRoleArn: "STRING_VALUE",
57
+ * ExternalTableDefinition: "STRING_VALUE",
58
+ * DynamoDbSettings: { // DynamoDbSettings
59
+ * ServiceAccessRoleArn: "STRING_VALUE", // required
60
+ * },
61
+ * S3Settings: { // S3Settings
62
+ * ServiceAccessRoleArn: "STRING_VALUE",
63
+ * ExternalTableDefinition: "STRING_VALUE",
64
+ * CsvRowDelimiter: "STRING_VALUE",
65
+ * CsvDelimiter: "STRING_VALUE",
66
+ * BucketFolder: "STRING_VALUE",
67
+ * BucketName: "STRING_VALUE",
68
+ * CompressionType: "none" || "gzip",
69
+ * EncryptionMode: "sse-s3" || "sse-kms",
70
+ * ServerSideEncryptionKmsKeyId: "STRING_VALUE",
71
+ * DataFormat: "csv" || "parquet",
72
+ * EncodingType: "plain" || "plain-dictionary" || "rle-dictionary",
73
+ * DictPageSizeLimit: Number("int"),
74
+ * RowGroupLength: Number("int"),
75
+ * DataPageSize: Number("int"),
76
+ * ParquetVersion: "parquet-1-0" || "parquet-2-0",
77
+ * EnableStatistics: true || false,
78
+ * IncludeOpForFullLoad: true || false,
79
+ * CdcInsertsOnly: true || false,
80
+ * TimestampColumnName: "STRING_VALUE",
81
+ * ParquetTimestampInMillisecond: true || false,
82
+ * CdcInsertsAndUpdates: true || false,
83
+ * DatePartitionEnabled: true || false,
84
+ * DatePartitionSequence: "YYYYMMDD" || "YYYYMMDDHH" || "YYYYMM" || "MMYYYYDD" || "DDMMYYYY",
85
+ * DatePartitionDelimiter: "SLASH" || "UNDERSCORE" || "DASH" || "NONE",
86
+ * UseCsvNoSupValue: true || false,
87
+ * CsvNoSupValue: "STRING_VALUE",
88
+ * PreserveTransactions: true || false,
89
+ * CdcPath: "STRING_VALUE",
90
+ * UseTaskStartTimeForFullLoadTimestamp: true || false,
91
+ * CannedAclForObjects: "none" || "private" || "public-read" || "public-read-write" || "authenticated-read" || "aws-exec-read" || "bucket-owner-read" || "bucket-owner-full-control",
92
+ * AddColumnName: true || false,
93
+ * CdcMaxBatchInterval: Number("int"),
94
+ * CdcMinFileSize: Number("int"),
95
+ * CsvNullValue: "STRING_VALUE",
96
+ * IgnoreHeaderRows: Number("int"),
97
+ * MaxFileSize: Number("int"),
98
+ * Rfc4180: true || false,
99
+ * DatePartitionTimezone: "STRING_VALUE",
100
+ * AddTrailingPaddingCharacter: true || false,
101
+ * ExpectedBucketOwner: "STRING_VALUE",
102
+ * GlueCatalogGeneration: true || false,
103
+ * },
104
+ * DmsTransferSettings: { // DmsTransferSettings
105
+ * ServiceAccessRoleArn: "STRING_VALUE",
106
+ * BucketName: "STRING_VALUE",
107
+ * },
108
+ * MongoDbSettings: { // MongoDbSettings
109
+ * Username: "STRING_VALUE",
110
+ * Password: "STRING_VALUE",
111
+ * ServerName: "STRING_VALUE",
112
+ * Port: Number("int"),
113
+ * DatabaseName: "STRING_VALUE",
114
+ * AuthType: "no" || "password",
115
+ * AuthMechanism: "default" || "mongodb_cr" || "scram_sha_1",
116
+ * NestingLevel: "none" || "one",
117
+ * ExtractDocId: "STRING_VALUE",
118
+ * DocsToInvestigate: "STRING_VALUE",
119
+ * AuthSource: "STRING_VALUE",
120
+ * KmsKeyId: "STRING_VALUE",
121
+ * SecretsManagerAccessRoleArn: "STRING_VALUE",
122
+ * SecretsManagerSecretId: "STRING_VALUE",
123
+ * },
124
+ * KinesisSettings: { // KinesisSettings
125
+ * StreamArn: "STRING_VALUE",
126
+ * MessageFormat: "json" || "json-unformatted",
127
+ * ServiceAccessRoleArn: "STRING_VALUE",
128
+ * IncludeTransactionDetails: true || false,
129
+ * IncludePartitionValue: true || false,
130
+ * PartitionIncludeSchemaTable: true || false,
131
+ * IncludeTableAlterOperations: true || false,
132
+ * IncludeControlDetails: true || false,
133
+ * IncludeNullAndEmpty: true || false,
134
+ * NoHexPrefix: true || false,
135
+ * },
136
+ * KafkaSettings: { // KafkaSettings
137
+ * Broker: "STRING_VALUE",
138
+ * Topic: "STRING_VALUE",
139
+ * MessageFormat: "json" || "json-unformatted",
140
+ * IncludeTransactionDetails: true || false,
141
+ * IncludePartitionValue: true || false,
142
+ * PartitionIncludeSchemaTable: true || false,
143
+ * IncludeTableAlterOperations: true || false,
144
+ * IncludeControlDetails: true || false,
145
+ * MessageMaxBytes: Number("int"),
146
+ * IncludeNullAndEmpty: true || false,
147
+ * SecurityProtocol: "plaintext" || "ssl-authentication" || "ssl-encryption" || "sasl-ssl",
148
+ * SslClientCertificateArn: "STRING_VALUE",
149
+ * SslClientKeyArn: "STRING_VALUE",
150
+ * SslClientKeyPassword: "STRING_VALUE",
151
+ * SslCaCertificateArn: "STRING_VALUE",
152
+ * SaslUsername: "STRING_VALUE",
153
+ * SaslPassword: "STRING_VALUE",
154
+ * NoHexPrefix: true || false,
155
+ * SaslMechanism: "scram-sha-512" || "plain",
156
+ * },
157
+ * ElasticsearchSettings: { // ElasticsearchSettings
158
+ * ServiceAccessRoleArn: "STRING_VALUE", // required
159
+ * EndpointUri: "STRING_VALUE", // required
160
+ * FullLoadErrorPercentage: Number("int"),
161
+ * ErrorRetryDuration: Number("int"),
162
+ * UseNewMappingType: true || false,
163
+ * },
164
+ * NeptuneSettings: { // NeptuneSettings
165
+ * ServiceAccessRoleArn: "STRING_VALUE",
166
+ * S3BucketName: "STRING_VALUE", // required
167
+ * S3BucketFolder: "STRING_VALUE", // required
168
+ * ErrorRetryDuration: Number("int"),
169
+ * MaxFileSize: Number("int"),
170
+ * MaxRetryCount: Number("int"),
171
+ * IamAuthEnabled: true || false,
172
+ * },
173
+ * RedshiftSettings: { // RedshiftSettings
174
+ * AcceptAnyDate: true || false,
175
+ * AfterConnectScript: "STRING_VALUE",
176
+ * BucketFolder: "STRING_VALUE",
177
+ * BucketName: "STRING_VALUE",
178
+ * CaseSensitiveNames: true || false,
179
+ * CompUpdate: true || false,
180
+ * ConnectionTimeout: Number("int"),
181
+ * DatabaseName: "STRING_VALUE",
182
+ * DateFormat: "STRING_VALUE",
183
+ * EmptyAsNull: true || false,
184
+ * EncryptionMode: "sse-s3" || "sse-kms",
185
+ * ExplicitIds: true || false,
186
+ * FileTransferUploadStreams: Number("int"),
187
+ * LoadTimeout: Number("int"),
188
+ * MaxFileSize: Number("int"),
189
+ * Password: "STRING_VALUE",
190
+ * Port: Number("int"),
191
+ * RemoveQuotes: true || false,
192
+ * ReplaceInvalidChars: "STRING_VALUE",
193
+ * ReplaceChars: "STRING_VALUE",
194
+ * ServerName: "STRING_VALUE",
195
+ * ServiceAccessRoleArn: "STRING_VALUE",
196
+ * ServerSideEncryptionKmsKeyId: "STRING_VALUE",
197
+ * TimeFormat: "STRING_VALUE",
198
+ * TrimBlanks: true || false,
199
+ * TruncateColumns: true || false,
200
+ * Username: "STRING_VALUE",
201
+ * WriteBufferSize: Number("int"),
202
+ * SecretsManagerAccessRoleArn: "STRING_VALUE",
203
+ * SecretsManagerSecretId: "STRING_VALUE",
204
+ * MapBooleanAsBoolean: true || false,
205
+ * },
206
+ * PostgreSQLSettings: { // PostgreSQLSettings
207
+ * AfterConnectScript: "STRING_VALUE",
208
+ * CaptureDdls: true || false,
209
+ * MaxFileSize: Number("int"),
210
+ * DatabaseName: "STRING_VALUE",
211
+ * DdlArtifactsSchema: "STRING_VALUE",
212
+ * ExecuteTimeout: Number("int"),
213
+ * FailTasksOnLobTruncation: true || false,
214
+ * HeartbeatEnable: true || false,
215
+ * HeartbeatSchema: "STRING_VALUE",
216
+ * HeartbeatFrequency: Number("int"),
217
+ * Password: "STRING_VALUE",
218
+ * Port: Number("int"),
219
+ * ServerName: "STRING_VALUE",
220
+ * Username: "STRING_VALUE",
221
+ * SlotName: "STRING_VALUE",
222
+ * PluginName: "no-preference" || "test-decoding" || "pglogical",
223
+ * SecretsManagerAccessRoleArn: "STRING_VALUE",
224
+ * SecretsManagerSecretId: "STRING_VALUE",
225
+ * TrimSpaceInChar: true || false,
226
+ * MapBooleanAsBoolean: true || false,
227
+ * },
228
+ * MySQLSettings: { // MySQLSettings
229
+ * AfterConnectScript: "STRING_VALUE",
230
+ * CleanSourceMetadataOnMismatch: true || false,
231
+ * DatabaseName: "STRING_VALUE",
232
+ * EventsPollInterval: Number("int"),
233
+ * TargetDbType: "specific-database" || "multiple-databases",
234
+ * MaxFileSize: Number("int"),
235
+ * ParallelLoadThreads: Number("int"),
236
+ * Password: "STRING_VALUE",
237
+ * Port: Number("int"),
238
+ * ServerName: "STRING_VALUE",
239
+ * ServerTimezone: "STRING_VALUE",
240
+ * Username: "STRING_VALUE",
241
+ * SecretsManagerAccessRoleArn: "STRING_VALUE",
242
+ * SecretsManagerSecretId: "STRING_VALUE",
243
+ * },
244
+ * OracleSettings: { // OracleSettings
245
+ * AddSupplementalLogging: true || false,
246
+ * ArchivedLogDestId: Number("int"),
247
+ * AdditionalArchivedLogDestId: Number("int"),
248
+ * ExtraArchivedLogDestIds: [ // IntegerList
249
+ * Number("int"),
250
+ * ],
251
+ * AllowSelectNestedTables: true || false,
252
+ * ParallelAsmReadThreads: Number("int"),
253
+ * ReadAheadBlocks: Number("int"),
254
+ * AccessAlternateDirectly: true || false,
255
+ * UseAlternateFolderForOnline: true || false,
256
+ * OraclePathPrefix: "STRING_VALUE",
257
+ * UsePathPrefix: "STRING_VALUE",
258
+ * ReplacePathPrefix: true || false,
259
+ * EnableHomogenousTablespace: true || false,
260
+ * DirectPathNoLog: true || false,
261
+ * ArchivedLogsOnly: true || false,
262
+ * AsmPassword: "STRING_VALUE",
263
+ * AsmServer: "STRING_VALUE",
264
+ * AsmUser: "STRING_VALUE",
265
+ * CharLengthSemantics: "default" || "char" || "byte",
266
+ * DatabaseName: "STRING_VALUE",
267
+ * DirectPathParallelLoad: true || false,
268
+ * FailTasksOnLobTruncation: true || false,
269
+ * NumberDatatypeScale: Number("int"),
270
+ * Password: "STRING_VALUE",
271
+ * Port: Number("int"),
272
+ * ReadTableSpaceName: true || false,
273
+ * RetryInterval: Number("int"),
274
+ * SecurityDbEncryption: "STRING_VALUE",
275
+ * SecurityDbEncryptionName: "STRING_VALUE",
276
+ * ServerName: "STRING_VALUE",
277
+ * SpatialDataOptionToGeoJsonFunctionName: "STRING_VALUE",
278
+ * StandbyDelayTime: Number("int"),
279
+ * Username: "STRING_VALUE",
280
+ * UseBFile: true || false,
281
+ * UseDirectPathFullLoad: true || false,
282
+ * UseLogminerReader: true || false,
283
+ * SecretsManagerAccessRoleArn: "STRING_VALUE",
284
+ * SecretsManagerSecretId: "STRING_VALUE",
285
+ * SecretsManagerOracleAsmAccessRoleArn: "STRING_VALUE",
286
+ * SecretsManagerOracleAsmSecretId: "STRING_VALUE",
287
+ * TrimSpaceInChar: true || false,
288
+ * ConvertTimestampWithZoneToUTC: true || false,
289
+ * },
290
+ * SybaseSettings: { // SybaseSettings
291
+ * DatabaseName: "STRING_VALUE",
292
+ * Password: "STRING_VALUE",
293
+ * Port: Number("int"),
294
+ * ServerName: "STRING_VALUE",
295
+ * Username: "STRING_VALUE",
296
+ * SecretsManagerAccessRoleArn: "STRING_VALUE",
297
+ * SecretsManagerSecretId: "STRING_VALUE",
298
+ * },
299
+ * MicrosoftSQLServerSettings: { // MicrosoftSQLServerSettings
300
+ * Port: Number("int"),
301
+ * BcpPacketSize: Number("int"),
302
+ * DatabaseName: "STRING_VALUE",
303
+ * ControlTablesFileGroup: "STRING_VALUE",
304
+ * Password: "STRING_VALUE",
305
+ * QuerySingleAlwaysOnNode: true || false,
306
+ * ReadBackupOnly: true || false,
307
+ * SafeguardPolicy: "rely-on-sql-server-replication-agent" || "exclusive-automatic-truncation" || "shared-automatic-truncation",
308
+ * ServerName: "STRING_VALUE",
309
+ * Username: "STRING_VALUE",
310
+ * UseBcpFullLoad: true || false,
311
+ * UseThirdPartyBackupDevice: true || false,
312
+ * SecretsManagerAccessRoleArn: "STRING_VALUE",
313
+ * SecretsManagerSecretId: "STRING_VALUE",
314
+ * TrimSpaceInChar: true || false,
315
+ * TlogAccessMode: "BackupOnly" || "PreferBackup" || "PreferTlog" || "TlogOnly",
316
+ * ForceLobLookup: true || false,
317
+ * },
318
+ * IBMDb2Settings: { // IBMDb2Settings
319
+ * DatabaseName: "STRING_VALUE",
320
+ * Password: "STRING_VALUE",
321
+ * Port: Number("int"),
322
+ * ServerName: "STRING_VALUE",
323
+ * SetDataCaptureChanges: true || false,
324
+ * CurrentLsn: "STRING_VALUE",
325
+ * MaxKBytesPerRead: Number("int"),
326
+ * Username: "STRING_VALUE",
327
+ * SecretsManagerAccessRoleArn: "STRING_VALUE",
328
+ * SecretsManagerSecretId: "STRING_VALUE",
329
+ * },
330
+ * ResourceIdentifier: "STRING_VALUE",
331
+ * DocDbSettings: { // DocDbSettings
332
+ * Username: "STRING_VALUE",
333
+ * Password: "STRING_VALUE",
334
+ * ServerName: "STRING_VALUE",
335
+ * Port: Number("int"),
336
+ * DatabaseName: "STRING_VALUE",
337
+ * NestingLevel: "none" || "one",
338
+ * ExtractDocId: true || false,
339
+ * DocsToInvestigate: Number("int"),
340
+ * KmsKeyId: "STRING_VALUE",
341
+ * SecretsManagerAccessRoleArn: "STRING_VALUE",
342
+ * SecretsManagerSecretId: "STRING_VALUE",
343
+ * },
344
+ * RedisSettings: { // RedisSettings
345
+ * ServerName: "STRING_VALUE", // required
346
+ * Port: Number("int"), // required
347
+ * SslSecurityProtocol: "plaintext" || "ssl-encryption",
348
+ * AuthType: "none" || "auth-role" || "auth-token",
349
+ * AuthUserName: "STRING_VALUE",
350
+ * AuthPassword: "STRING_VALUE",
351
+ * SslCaCertificateArn: "STRING_VALUE",
352
+ * },
353
+ * GcpMySQLSettings: { // GcpMySQLSettings
354
+ * AfterConnectScript: "STRING_VALUE",
355
+ * CleanSourceMetadataOnMismatch: true || false,
356
+ * DatabaseName: "STRING_VALUE",
357
+ * EventsPollInterval: Number("int"),
358
+ * TargetDbType: "specific-database" || "multiple-databases",
359
+ * MaxFileSize: Number("int"),
360
+ * ParallelLoadThreads: Number("int"),
361
+ * Password: "STRING_VALUE",
362
+ * Port: Number("int"),
363
+ * ServerName: "STRING_VALUE",
364
+ * ServerTimezone: "STRING_VALUE",
365
+ * Username: "STRING_VALUE",
366
+ * SecretsManagerAccessRoleArn: "STRING_VALUE",
367
+ * SecretsManagerSecretId: "STRING_VALUE",
368
+ * },
369
+ * };
36
370
  * const command = new CreateEndpointCommand(input);
37
371
  * const response = await client.send(command);
38
372
  * ```
@@ -41,6 +41,25 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri
41
41
  * import { DatabaseMigrationServiceClient, CreateEventSubscriptionCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
42
42
  * // const { DatabaseMigrationServiceClient, CreateEventSubscriptionCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
43
43
  * const client = new DatabaseMigrationServiceClient(config);
44
+ * const input = { // CreateEventSubscriptionMessage
45
+ * SubscriptionName: "STRING_VALUE", // required
46
+ * SnsTopicArn: "STRING_VALUE", // required
47
+ * SourceType: "STRING_VALUE",
48
+ * EventCategories: [ // EventCategoriesList
49
+ * "STRING_VALUE",
50
+ * ],
51
+ * SourceIds: [ // SourceIdsList
52
+ * "STRING_VALUE",
53
+ * ],
54
+ * Enabled: true || false,
55
+ * Tags: [ // TagList
56
+ * { // Tag
57
+ * Key: "STRING_VALUE",
58
+ * Value: "STRING_VALUE",
59
+ * ResourceArn: "STRING_VALUE",
60
+ * },
61
+ * ],
62
+ * };
44
63
  * const command = new CreateEventSubscriptionCommand(input);
45
64
  * const response = await client.send(command);
46
65
  * ```
@@ -26,6 +26,12 @@ export interface CreateFleetAdvisorCollectorCommandOutput extends CreateFleetAdv
26
26
  * import { DatabaseMigrationServiceClient, CreateFleetAdvisorCollectorCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
27
27
  * // const { DatabaseMigrationServiceClient, CreateFleetAdvisorCollectorCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
28
28
  * const client = new DatabaseMigrationServiceClient(config);
29
+ * const input = { // CreateFleetAdvisorCollectorRequest
30
+ * CollectorName: "STRING_VALUE", // required
31
+ * Description: "STRING_VALUE",
32
+ * ServiceAccessRoleArn: "STRING_VALUE", // required
33
+ * S3BucketName: "STRING_VALUE", // required
34
+ * };
29
35
  * const command = new CreateFleetAdvisorCollectorCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -31,6 +31,32 @@ export interface CreateReplicationInstanceCommandOutput extends CreateReplicatio
31
31
  * import { DatabaseMigrationServiceClient, CreateReplicationInstanceCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
32
32
  * // const { DatabaseMigrationServiceClient, CreateReplicationInstanceCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
33
33
  * const client = new DatabaseMigrationServiceClient(config);
34
+ * const input = { // CreateReplicationInstanceMessage
35
+ * ReplicationInstanceIdentifier: "STRING_VALUE", // required
36
+ * AllocatedStorage: Number("int"),
37
+ * ReplicationInstanceClass: "STRING_VALUE", // required
38
+ * VpcSecurityGroupIds: [ // VpcSecurityGroupIdList
39
+ * "STRING_VALUE",
40
+ * ],
41
+ * AvailabilityZone: "STRING_VALUE",
42
+ * ReplicationSubnetGroupIdentifier: "STRING_VALUE",
43
+ * PreferredMaintenanceWindow: "STRING_VALUE",
44
+ * MultiAZ: true || false,
45
+ * EngineVersion: "STRING_VALUE",
46
+ * AutoMinorVersionUpgrade: true || false,
47
+ * Tags: [ // TagList
48
+ * { // Tag
49
+ * Key: "STRING_VALUE",
50
+ * Value: "STRING_VALUE",
51
+ * ResourceArn: "STRING_VALUE",
52
+ * },
53
+ * ],
54
+ * KmsKeyId: "STRING_VALUE",
55
+ * PubliclyAccessible: true || false,
56
+ * DnsNameServers: "STRING_VALUE",
57
+ * ResourceIdentifier: "STRING_VALUE",
58
+ * NetworkType: "STRING_VALUE",
59
+ * };
34
60
  * const command = new CreateReplicationInstanceCommand(input);
35
61
  * const response = await client.send(command);
36
62
  * ```
@@ -28,6 +28,20 @@ export interface CreateReplicationSubnetGroupCommandOutput extends CreateReplica
28
28
  * import { DatabaseMigrationServiceClient, CreateReplicationSubnetGroupCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
29
29
  * // const { DatabaseMigrationServiceClient, CreateReplicationSubnetGroupCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
30
30
  * const client = new DatabaseMigrationServiceClient(config);
31
+ * const input = { // CreateReplicationSubnetGroupMessage
32
+ * ReplicationSubnetGroupIdentifier: "STRING_VALUE", // required
33
+ * ReplicationSubnetGroupDescription: "STRING_VALUE", // required
34
+ * SubnetIds: [ // SubnetIdentifierList // required
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * Tags: [ // TagList
38
+ * { // Tag
39
+ * Key: "STRING_VALUE",
40
+ * Value: "STRING_VALUE",
41
+ * ResourceArn: "STRING_VALUE",
42
+ * },
43
+ * ],
44
+ * };
31
45
  * const command = new CreateReplicationSubnetGroupCommand(input);
32
46
  * const response = await client.send(command);
33
47
  * ```
@@ -26,6 +26,27 @@ export interface CreateReplicationTaskCommandOutput extends CreateReplicationTas
26
26
  * import { DatabaseMigrationServiceClient, CreateReplicationTaskCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
27
27
  * // const { DatabaseMigrationServiceClient, CreateReplicationTaskCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
28
28
  * const client = new DatabaseMigrationServiceClient(config);
29
+ * const input = { // CreateReplicationTaskMessage
30
+ * ReplicationTaskIdentifier: "STRING_VALUE", // required
31
+ * SourceEndpointArn: "STRING_VALUE", // required
32
+ * TargetEndpointArn: "STRING_VALUE", // required
33
+ * ReplicationInstanceArn: "STRING_VALUE", // required
34
+ * MigrationType: "full-load" || "cdc" || "full-load-and-cdc", // required
35
+ * TableMappings: "STRING_VALUE", // required
36
+ * ReplicationTaskSettings: "STRING_VALUE",
37
+ * CdcStartTime: new Date("TIMESTAMP"),
38
+ * CdcStartPosition: "STRING_VALUE",
39
+ * CdcStopPosition: "STRING_VALUE",
40
+ * Tags: [ // TagList
41
+ * { // Tag
42
+ * Key: "STRING_VALUE",
43
+ * Value: "STRING_VALUE",
44
+ * ResourceArn: "STRING_VALUE",
45
+ * },
46
+ * ],
47
+ * TaskData: "STRING_VALUE",
48
+ * ResourceIdentifier: "STRING_VALUE",
49
+ * };
29
50
  * const command = new CreateReplicationTaskCommand(input);
30
51
  * const response = await client.send(command);
31
52
  * ```
@@ -26,6 +26,9 @@ export interface DeleteCertificateCommandOutput extends DeleteCertificateRespons
26
26
  * import { DatabaseMigrationServiceClient, DeleteCertificateCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
27
27
  * // const { DatabaseMigrationServiceClient, DeleteCertificateCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
28
28
  * const client = new DatabaseMigrationServiceClient(config);
29
+ * const input = { // DeleteCertificateMessage
30
+ * CertificateArn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteCertificateCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,10 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
26
26
  * import { DatabaseMigrationServiceClient, DeleteConnectionCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
27
27
  * // const { DatabaseMigrationServiceClient, DeleteConnectionCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
28
28
  * const client = new DatabaseMigrationServiceClient(config);
29
+ * const input = { // DeleteConnectionMessage
30
+ * EndpointArn: "STRING_VALUE", // required
31
+ * ReplicationInstanceArn: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeleteConnectionCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -31,6 +31,9 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M
31
31
  * import { DatabaseMigrationServiceClient, DeleteEndpointCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
32
32
  * // const { DatabaseMigrationServiceClient, DeleteEndpointCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
33
33
  * const client = new DatabaseMigrationServiceClient(config);
34
+ * const input = { // DeleteEndpointMessage
35
+ * EndpointArn: "STRING_VALUE", // required
36
+ * };
34
37
  * const command = new DeleteEndpointCommand(input);
35
38
  * const response = await client.send(command);
36
39
  * ```
@@ -26,6 +26,9 @@ export interface DeleteEventSubscriptionCommandOutput extends DeleteEventSubscri
26
26
  * import { DatabaseMigrationServiceClient, DeleteEventSubscriptionCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
27
27
  * // const { DatabaseMigrationServiceClient, DeleteEventSubscriptionCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
28
28
  * const client = new DatabaseMigrationServiceClient(config);
29
+ * const input = { // DeleteEventSubscriptionMessage
30
+ * SubscriptionName: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteEventSubscriptionCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface DeleteFleetAdvisorCollectorCommandOutput extends __MetadataBear
26
26
  * import { DatabaseMigrationServiceClient, DeleteFleetAdvisorCollectorCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
27
27
  * // const { DatabaseMigrationServiceClient, DeleteFleetAdvisorCollectorCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
28
28
  * const client = new DatabaseMigrationServiceClient(config);
29
+ * const input = { // DeleteCollectorRequest
30
+ * CollectorReferencedId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteFleetAdvisorCollectorCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,11 @@ export interface DeleteFleetAdvisorDatabasesCommandOutput extends DeleteFleetAdv
26
26
  * import { DatabaseMigrationServiceClient, DeleteFleetAdvisorDatabasesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
27
27
  * // const { DatabaseMigrationServiceClient, DeleteFleetAdvisorDatabasesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
28
28
  * const client = new DatabaseMigrationServiceClient(config);
29
+ * const input = { // DeleteFleetAdvisorDatabasesRequest
30
+ * DatabaseIds: [ // StringList // required
31
+ * "STRING_VALUE",
32
+ * ],
33
+ * };
29
34
  * const command = new DeleteFleetAdvisorDatabasesCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -31,6 +31,9 @@ export interface DeleteReplicationInstanceCommandOutput extends DeleteReplicatio
31
31
  * import { DatabaseMigrationServiceClient, DeleteReplicationInstanceCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
32
32
  * // const { DatabaseMigrationServiceClient, DeleteReplicationInstanceCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
33
33
  * const client = new DatabaseMigrationServiceClient(config);
34
+ * const input = { // DeleteReplicationInstanceMessage
35
+ * ReplicationInstanceArn: "STRING_VALUE", // required
36
+ * };
34
37
  * const command = new DeleteReplicationInstanceCommand(input);
35
38
  * const response = await client.send(command);
36
39
  * ```
@@ -26,6 +26,9 @@ export interface DeleteReplicationSubnetGroupCommandOutput extends DeleteReplica
26
26
  * import { DatabaseMigrationServiceClient, DeleteReplicationSubnetGroupCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
27
27
  * // const { DatabaseMigrationServiceClient, DeleteReplicationSubnetGroupCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
28
28
  * const client = new DatabaseMigrationServiceClient(config);
29
+ * const input = { // DeleteReplicationSubnetGroupMessage
30
+ * ReplicationSubnetGroupIdentifier: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteReplicationSubnetGroupCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -29,6 +29,9 @@ export interface DeleteReplicationTaskAssessmentRunCommandOutput extends DeleteR
29
29
  * import { DatabaseMigrationServiceClient, DeleteReplicationTaskAssessmentRunCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
30
30
  * // const { DatabaseMigrationServiceClient, DeleteReplicationTaskAssessmentRunCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
31
31
  * const client = new DatabaseMigrationServiceClient(config);
32
+ * const input = { // DeleteReplicationTaskAssessmentRunMessage
33
+ * ReplicationTaskAssessmentRunArn: "STRING_VALUE", // required
34
+ * };
32
35
  * const command = new DeleteReplicationTaskAssessmentRunCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -26,6 +26,9 @@ export interface DeleteReplicationTaskCommandOutput extends DeleteReplicationTas
26
26
  * import { DatabaseMigrationServiceClient, DeleteReplicationTaskCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
27
27
  * // const { DatabaseMigrationServiceClient, DeleteReplicationTaskCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
28
28
  * const client = new DatabaseMigrationServiceClient(config);
29
+ * const input = { // DeleteReplicationTaskMessage
30
+ * ReplicationTaskArn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteReplicationTaskCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -32,6 +32,7 @@ export interface DescribeAccountAttributesCommandOutput extends DescribeAccountA
32
32
  * import { DatabaseMigrationServiceClient, DescribeAccountAttributesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
33
33
  * // const { DatabaseMigrationServiceClient, DescribeAccountAttributesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
34
34
  * const client = new DatabaseMigrationServiceClient(config);
35
+ * const input = {};
35
36
  * const command = new DescribeAccountAttributesCommand(input);
36
37
  * const response = await client.send(command);
37
38
  * ```