@aws-sdk/client-database-migration-service 3.321.1 → 3.326.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 +4 -0
  2. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +18 -0
  3. package/dist-types/commands/BatchStartRecommendationsCommand.d.ts +12 -0
  4. package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +22 -0
  5. package/dist-types/commands/CreateEndpointCommand.d.ts +334 -0
  6. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +20 -0
  7. package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +10 -0
  8. package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +66 -0
  9. package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +23 -0
  10. package/dist-types/commands/CreateReplicationTaskCommand.d.ts +38 -0
  11. package/dist-types/commands/DeleteCertificateCommand.d.ts +17 -0
  12. package/dist-types/commands/DeleteConnectionCommand.d.ts +13 -0
  13. package/dist-types/commands/DeleteEndpointCommand.d.ts +334 -0
  14. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +20 -0
  15. package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +4 -0
  16. package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +8 -0
  17. package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +66 -0
  18. package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +4 -0
  19. package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +22 -0
  20. package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +38 -0
  21. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +13 -0
  22. package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +9 -0
  23. package/dist-types/commands/DescribeCertificatesCommand.d.ts +20 -0
  24. package/dist-types/commands/DescribeConnectionsCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +21 -0
  26. package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +15 -0
  27. package/dist-types/commands/DescribeEndpointsCommand.d.ts +337 -0
  28. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +13 -0
  29. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +23 -0
  30. package/dist-types/commands/DescribeEventsCommand.d.ts +17 -0
  31. package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +31 -0
  32. package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +34 -0
  33. package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +12 -0
  34. package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +15 -0
  35. package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +34 -0
  36. package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +21 -0
  37. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +21 -0
  38. package/dist-types/commands/DescribeRecommendationLimitationsCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribeRecommendationsCommand.d.ts +41 -0
  40. package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +12 -0
  41. package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +14 -0
  42. package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +69 -0
  43. package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +26 -0
  44. package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +18 -0
  45. package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +25 -0
  46. package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +15 -0
  47. package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +41 -0
  48. package/dist-types/commands/DescribeSchemasCommand.d.ts +9 -0
  49. package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +34 -0
  50. package/dist-types/commands/ImportCertificateCommand.d.ts +17 -0
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -0
  52. package/dist-types/commands/ModifyEndpointCommand.d.ts +334 -0
  53. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +20 -0
  54. package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +66 -0
  55. package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +23 -0
  56. package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +38 -0
  57. package/dist-types/commands/MoveReplicationTaskCommand.d.ts +38 -0
  58. package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +66 -0
  59. package/dist-types/commands/RefreshSchemasCommand.d.ts +12 -0
  60. package/dist-types/commands/ReloadTablesCommand.d.ts +6 -0
  61. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +4 -0
  62. package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +7 -0
  63. package/dist-types/commands/StartRecommendationsCommand.d.ts +4 -0
  64. package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +38 -0
  65. package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +22 -0
  66. package/dist-types/commands/StartReplicationTaskCommand.d.ts +38 -0
  67. package/dist-types/commands/StopReplicationTaskCommand.d.ts +38 -0
  68. package/dist-types/commands/TestConnectionCommand.d.ts +13 -0
  69. package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +6 -0
  70. package/package.json +16 -16
@@ -48,6 +48,29 @@ export interface DescribeReplicationTaskAssessmentRunsCommandOutput extends Desc
48
48
  * };
49
49
  * const command = new DescribeReplicationTaskAssessmentRunsCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // { // DescribeReplicationTaskAssessmentRunsResponse
52
+ * // Marker: "STRING_VALUE",
53
+ * // ReplicationTaskAssessmentRuns: [ // ReplicationTaskAssessmentRunList
54
+ * // { // ReplicationTaskAssessmentRun
55
+ * // ReplicationTaskAssessmentRunArn: "STRING_VALUE",
56
+ * // ReplicationTaskArn: "STRING_VALUE",
57
+ * // Status: "STRING_VALUE",
58
+ * // ReplicationTaskAssessmentRunCreationDate: new Date("TIMESTAMP"),
59
+ * // AssessmentProgress: { // ReplicationTaskAssessmentRunProgress
60
+ * // IndividualAssessmentCount: Number("int"),
61
+ * // IndividualAssessmentCompletedCount: Number("int"),
62
+ * // },
63
+ * // LastFailureMessage: "STRING_VALUE",
64
+ * // ServiceAccessRoleArn: "STRING_VALUE",
65
+ * // ResultLocationBucket: "STRING_VALUE",
66
+ * // ResultLocationFolder: "STRING_VALUE",
67
+ * // ResultEncryptionMode: "STRING_VALUE",
68
+ * // ResultKmsKeyArn: "STRING_VALUE",
69
+ * // AssessmentRunName: "STRING_VALUE",
70
+ * // },
71
+ * // ],
72
+ * // };
73
+ *
51
74
  * ```
52
75
  *
53
76
  * @param DescribeReplicationTaskAssessmentRunsCommandInput - {@link DescribeReplicationTaskAssessmentRunsCommandInput}
@@ -59,6 +82,8 @@ export interface DescribeReplicationTaskAssessmentRunsCommandOutput extends Desc
59
82
  * @throws {@link ResourceNotFoundFault} (client fault)
60
83
  * <p>The resource could not be found.</p>
61
84
  *
85
+ * @throws {@link DatabaseMigrationServiceServiceException}
86
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
62
87
  *
63
88
  */
64
89
  export declare class DescribeReplicationTaskAssessmentRunsCommand extends $Command<DescribeReplicationTaskAssessmentRunsCommandInput, DescribeReplicationTaskAssessmentRunsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -42,6 +42,19 @@ export interface DescribeReplicationTaskIndividualAssessmentsCommandOutput exten
42
42
  * };
43
43
  * const command = new DescribeReplicationTaskIndividualAssessmentsCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // DescribeReplicationTaskIndividualAssessmentsResponse
46
+ * // Marker: "STRING_VALUE",
47
+ * // ReplicationTaskIndividualAssessments: [ // ReplicationTaskIndividualAssessmentList
48
+ * // { // ReplicationTaskIndividualAssessment
49
+ * // ReplicationTaskIndividualAssessmentArn: "STRING_VALUE",
50
+ * // ReplicationTaskAssessmentRunArn: "STRING_VALUE",
51
+ * // IndividualAssessmentName: "STRING_VALUE",
52
+ * // Status: "STRING_VALUE",
53
+ * // ReplicationTaskIndividualAssessmentStartDate: new Date("TIMESTAMP"),
54
+ * // },
55
+ * // ],
56
+ * // };
57
+ *
45
58
  * ```
46
59
  *
47
60
  * @param DescribeReplicationTaskIndividualAssessmentsCommandInput - {@link DescribeReplicationTaskIndividualAssessmentsCommandInput}
@@ -53,6 +66,8 @@ export interface DescribeReplicationTaskIndividualAssessmentsCommandOutput exten
53
66
  * @throws {@link ResourceNotFoundFault} (client fault)
54
67
  * <p>The resource could not be found.</p>
55
68
  *
69
+ * @throws {@link DatabaseMigrationServiceServiceException}
70
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
56
71
  *
57
72
  */
58
73
  export declare class DescribeReplicationTaskIndividualAssessmentsCommand extends $Command<DescribeReplicationTaskIndividualAssessmentsCommandInput, DescribeReplicationTaskIndividualAssessmentsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -42,6 +42,45 @@ export interface DescribeReplicationTasksCommandOutput extends DescribeReplicati
42
42
  * };
43
43
  * const command = new DescribeReplicationTasksCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // DescribeReplicationTasksResponse
46
+ * // Marker: "STRING_VALUE",
47
+ * // ReplicationTasks: [ // ReplicationTaskList
48
+ * // { // ReplicationTask
49
+ * // ReplicationTaskIdentifier: "STRING_VALUE",
50
+ * // SourceEndpointArn: "STRING_VALUE",
51
+ * // TargetEndpointArn: "STRING_VALUE",
52
+ * // ReplicationInstanceArn: "STRING_VALUE",
53
+ * // MigrationType: "full-load" || "cdc" || "full-load-and-cdc",
54
+ * // TableMappings: "STRING_VALUE",
55
+ * // ReplicationTaskSettings: "STRING_VALUE",
56
+ * // Status: "STRING_VALUE",
57
+ * // LastFailureMessage: "STRING_VALUE",
58
+ * // StopReason: "STRING_VALUE",
59
+ * // ReplicationTaskCreationDate: new Date("TIMESTAMP"),
60
+ * // ReplicationTaskStartDate: new Date("TIMESTAMP"),
61
+ * // CdcStartPosition: "STRING_VALUE",
62
+ * // CdcStopPosition: "STRING_VALUE",
63
+ * // RecoveryCheckpoint: "STRING_VALUE",
64
+ * // ReplicationTaskArn: "STRING_VALUE",
65
+ * // ReplicationTaskStats: { // ReplicationTaskStats
66
+ * // FullLoadProgressPercent: Number("int"),
67
+ * // ElapsedTimeMillis: Number("long"),
68
+ * // TablesLoaded: Number("int"),
69
+ * // TablesLoading: Number("int"),
70
+ * // TablesQueued: Number("int"),
71
+ * // TablesErrored: Number("int"),
72
+ * // FreshStartDate: new Date("TIMESTAMP"),
73
+ * // StartDate: new Date("TIMESTAMP"),
74
+ * // StopDate: new Date("TIMESTAMP"),
75
+ * // FullLoadStartDate: new Date("TIMESTAMP"),
76
+ * // FullLoadFinishDate: new Date("TIMESTAMP"),
77
+ * // },
78
+ * // TaskData: "STRING_VALUE",
79
+ * // TargetReplicationInstanceArn: "STRING_VALUE",
80
+ * // },
81
+ * // ],
82
+ * // };
83
+ *
45
84
  * ```
46
85
  *
47
86
  * @param DescribeReplicationTasksCommandInput - {@link DescribeReplicationTasksCommandInput}
@@ -53,6 +92,8 @@ export interface DescribeReplicationTasksCommandOutput extends DescribeReplicati
53
92
  * @throws {@link ResourceNotFoundFault} (client fault)
54
93
  * <p>The resource could not be found.</p>
55
94
  *
95
+ * @throws {@link DatabaseMigrationServiceServiceException}
96
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
56
97
  *
57
98
  * @example Describe replication tasks
58
99
  * ```javascript
@@ -34,6 +34,13 @@ export interface DescribeSchemasCommandOutput extends DescribeSchemasResponse, _
34
34
  * };
35
35
  * const command = new DescribeSchemasCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DescribeSchemasResponse
38
+ * // Marker: "STRING_VALUE",
39
+ * // Schemas: [ // SchemaList
40
+ * // "STRING_VALUE",
41
+ * // ],
42
+ * // };
43
+ *
37
44
  * ```
38
45
  *
39
46
  * @param DescribeSchemasCommandInput - {@link DescribeSchemasCommandInput}
@@ -48,6 +55,8 @@ export interface DescribeSchemasCommandOutput extends DescribeSchemasResponse, _
48
55
  * @throws {@link ResourceNotFoundFault} (client fault)
49
56
  * <p>The resource could not be found.</p>
50
57
  *
58
+ * @throws {@link DatabaseMigrationServiceServiceException}
59
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
51
60
  *
52
61
  * @example Describe schemas
53
62
  * ```javascript
@@ -45,6 +45,38 @@ export interface DescribeTableStatisticsCommandOutput extends DescribeTableStati
45
45
  * };
46
46
  * const command = new DescribeTableStatisticsCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // { // DescribeTableStatisticsResponse
49
+ * // ReplicationTaskArn: "STRING_VALUE",
50
+ * // TableStatistics: [ // TableStatisticsList
51
+ * // { // TableStatistics
52
+ * // SchemaName: "STRING_VALUE",
53
+ * // TableName: "STRING_VALUE",
54
+ * // Inserts: Number("long"),
55
+ * // Deletes: Number("long"),
56
+ * // Updates: Number("long"),
57
+ * // Ddls: Number("long"),
58
+ * // AppliedInserts: Number("long"),
59
+ * // AppliedDeletes: Number("long"),
60
+ * // AppliedUpdates: Number("long"),
61
+ * // AppliedDdls: Number("long"),
62
+ * // FullLoadRows: Number("long"),
63
+ * // FullLoadCondtnlChkFailedRows: Number("long"),
64
+ * // FullLoadErrorRows: Number("long"),
65
+ * // FullLoadStartTime: new Date("TIMESTAMP"),
66
+ * // FullLoadEndTime: new Date("TIMESTAMP"),
67
+ * // FullLoadReloaded: true || false,
68
+ * // LastUpdateTime: new Date("TIMESTAMP"),
69
+ * // TableState: "STRING_VALUE",
70
+ * // ValidationPendingRecords: Number("long"),
71
+ * // ValidationFailedRecords: Number("long"),
72
+ * // ValidationSuspendedRecords: Number("long"),
73
+ * // ValidationState: "STRING_VALUE",
74
+ * // ValidationStateDetails: "STRING_VALUE",
75
+ * // },
76
+ * // ],
77
+ * // Marker: "STRING_VALUE",
78
+ * // };
79
+ *
48
80
  * ```
49
81
  *
50
82
  * @param DescribeTableStatisticsCommandInput - {@link DescribeTableStatisticsCommandInput}
@@ -59,6 +91,8 @@ export interface DescribeTableStatisticsCommandOutput extends DescribeTableStati
59
91
  * @throws {@link ResourceNotFoundFault} (client fault)
60
92
  * <p>The resource could not be found.</p>
61
93
  *
94
+ * @throws {@link DatabaseMigrationServiceServiceException}
95
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
62
96
  *
63
97
  * @example Describe table statistics
64
98
  * ```javascript
@@ -40,6 +40,21 @@ export interface ImportCertificateCommandOutput extends ImportCertificateRespons
40
40
  * };
41
41
  * const command = new ImportCertificateCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // ImportCertificateResponse
44
+ * // Certificate: { // Certificate
45
+ * // CertificateIdentifier: "STRING_VALUE",
46
+ * // CertificateCreationDate: new Date("TIMESTAMP"),
47
+ * // CertificatePem: "STRING_VALUE",
48
+ * // CertificateWallet: "BLOB_VALUE",
49
+ * // CertificateArn: "STRING_VALUE",
50
+ * // CertificateOwner: "STRING_VALUE",
51
+ * // ValidFromDate: new Date("TIMESTAMP"),
52
+ * // ValidToDate: new Date("TIMESTAMP"),
53
+ * // SigningAlgorithm: "STRING_VALUE",
54
+ * // KeyLength: Number("int"),
55
+ * // },
56
+ * // };
57
+ *
43
58
  * ```
44
59
  *
45
60
  * @param ImportCertificateCommandInput - {@link ImportCertificateCommandInput}
@@ -57,6 +72,8 @@ export interface ImportCertificateCommandOutput extends ImportCertificateRespons
57
72
  * @throws {@link ResourceQuotaExceededFault} (client fault)
58
73
  * <p>The quota for this resource quota has been exceeded.</p>
59
74
  *
75
+ * @throws {@link DatabaseMigrationServiceServiceException}
76
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
60
77
  *
61
78
  * @example Import certificate
62
79
  * ```javascript
@@ -38,6 +38,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
38
38
  * };
39
39
  * const command = new ListTagsForResourceCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // ListTagsForResourceResponse
42
+ * // TagList: [ // TagList
43
+ * // { // Tag
44
+ * // Key: "STRING_VALUE",
45
+ * // Value: "STRING_VALUE",
46
+ * // ResourceArn: "STRING_VALUE",
47
+ * // },
48
+ * // ],
49
+ * // };
50
+ *
41
51
  * ```
42
52
  *
43
53
  * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
@@ -49,6 +59,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
49
59
  * @throws {@link ResourceNotFoundFault} (client fault)
50
60
  * <p>The resource could not be found.</p>
51
61
  *
62
+ * @throws {@link DatabaseMigrationServiceServiceException}
63
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
52
64
  *
53
65
  * @example List tags for resource
54
66
  * ```javascript
@@ -362,6 +362,338 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
362
362
  * };
363
363
  * const command = new ModifyEndpointCommand(input);
364
364
  * const response = await client.send(command);
365
+ * // { // ModifyEndpointResponse
366
+ * // Endpoint: { // Endpoint
367
+ * // EndpointIdentifier: "STRING_VALUE",
368
+ * // EndpointType: "source" || "target",
369
+ * // EngineName: "STRING_VALUE",
370
+ * // EngineDisplayName: "STRING_VALUE",
371
+ * // Username: "STRING_VALUE",
372
+ * // ServerName: "STRING_VALUE",
373
+ * // Port: Number("int"),
374
+ * // DatabaseName: "STRING_VALUE",
375
+ * // ExtraConnectionAttributes: "STRING_VALUE",
376
+ * // Status: "STRING_VALUE",
377
+ * // KmsKeyId: "STRING_VALUE",
378
+ * // EndpointArn: "STRING_VALUE",
379
+ * // CertificateArn: "STRING_VALUE",
380
+ * // SslMode: "none" || "require" || "verify-ca" || "verify-full",
381
+ * // ServiceAccessRoleArn: "STRING_VALUE",
382
+ * // ExternalTableDefinition: "STRING_VALUE",
383
+ * // ExternalId: "STRING_VALUE",
384
+ * // DynamoDbSettings: { // DynamoDbSettings
385
+ * // ServiceAccessRoleArn: "STRING_VALUE", // required
386
+ * // },
387
+ * // S3Settings: { // S3Settings
388
+ * // ServiceAccessRoleArn: "STRING_VALUE",
389
+ * // ExternalTableDefinition: "STRING_VALUE",
390
+ * // CsvRowDelimiter: "STRING_VALUE",
391
+ * // CsvDelimiter: "STRING_VALUE",
392
+ * // BucketFolder: "STRING_VALUE",
393
+ * // BucketName: "STRING_VALUE",
394
+ * // CompressionType: "none" || "gzip",
395
+ * // EncryptionMode: "sse-s3" || "sse-kms",
396
+ * // ServerSideEncryptionKmsKeyId: "STRING_VALUE",
397
+ * // DataFormat: "csv" || "parquet",
398
+ * // EncodingType: "plain" || "plain-dictionary" || "rle-dictionary",
399
+ * // DictPageSizeLimit: Number("int"),
400
+ * // RowGroupLength: Number("int"),
401
+ * // DataPageSize: Number("int"),
402
+ * // ParquetVersion: "parquet-1-0" || "parquet-2-0",
403
+ * // EnableStatistics: true || false,
404
+ * // IncludeOpForFullLoad: true || false,
405
+ * // CdcInsertsOnly: true || false,
406
+ * // TimestampColumnName: "STRING_VALUE",
407
+ * // ParquetTimestampInMillisecond: true || false,
408
+ * // CdcInsertsAndUpdates: true || false,
409
+ * // DatePartitionEnabled: true || false,
410
+ * // DatePartitionSequence: "YYYYMMDD" || "YYYYMMDDHH" || "YYYYMM" || "MMYYYYDD" || "DDMMYYYY",
411
+ * // DatePartitionDelimiter: "SLASH" || "UNDERSCORE" || "DASH" || "NONE",
412
+ * // UseCsvNoSupValue: true || false,
413
+ * // CsvNoSupValue: "STRING_VALUE",
414
+ * // PreserveTransactions: true || false,
415
+ * // CdcPath: "STRING_VALUE",
416
+ * // UseTaskStartTimeForFullLoadTimestamp: true || false,
417
+ * // CannedAclForObjects: "none" || "private" || "public-read" || "public-read-write" || "authenticated-read" || "aws-exec-read" || "bucket-owner-read" || "bucket-owner-full-control",
418
+ * // AddColumnName: true || false,
419
+ * // CdcMaxBatchInterval: Number("int"),
420
+ * // CdcMinFileSize: Number("int"),
421
+ * // CsvNullValue: "STRING_VALUE",
422
+ * // IgnoreHeaderRows: Number("int"),
423
+ * // MaxFileSize: Number("int"),
424
+ * // Rfc4180: true || false,
425
+ * // DatePartitionTimezone: "STRING_VALUE",
426
+ * // AddTrailingPaddingCharacter: true || false,
427
+ * // ExpectedBucketOwner: "STRING_VALUE",
428
+ * // GlueCatalogGeneration: true || false,
429
+ * // },
430
+ * // DmsTransferSettings: { // DmsTransferSettings
431
+ * // ServiceAccessRoleArn: "STRING_VALUE",
432
+ * // BucketName: "STRING_VALUE",
433
+ * // },
434
+ * // MongoDbSettings: { // MongoDbSettings
435
+ * // Username: "STRING_VALUE",
436
+ * // Password: "STRING_VALUE",
437
+ * // ServerName: "STRING_VALUE",
438
+ * // Port: Number("int"),
439
+ * // DatabaseName: "STRING_VALUE",
440
+ * // AuthType: "no" || "password",
441
+ * // AuthMechanism: "default" || "mongodb_cr" || "scram_sha_1",
442
+ * // NestingLevel: "none" || "one",
443
+ * // ExtractDocId: "STRING_VALUE",
444
+ * // DocsToInvestigate: "STRING_VALUE",
445
+ * // AuthSource: "STRING_VALUE",
446
+ * // KmsKeyId: "STRING_VALUE",
447
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
448
+ * // SecretsManagerSecretId: "STRING_VALUE",
449
+ * // },
450
+ * // KinesisSettings: { // KinesisSettings
451
+ * // StreamArn: "STRING_VALUE",
452
+ * // MessageFormat: "json" || "json-unformatted",
453
+ * // ServiceAccessRoleArn: "STRING_VALUE",
454
+ * // IncludeTransactionDetails: true || false,
455
+ * // IncludePartitionValue: true || false,
456
+ * // PartitionIncludeSchemaTable: true || false,
457
+ * // IncludeTableAlterOperations: true || false,
458
+ * // IncludeControlDetails: true || false,
459
+ * // IncludeNullAndEmpty: true || false,
460
+ * // NoHexPrefix: true || false,
461
+ * // },
462
+ * // KafkaSettings: { // KafkaSettings
463
+ * // Broker: "STRING_VALUE",
464
+ * // Topic: "STRING_VALUE",
465
+ * // MessageFormat: "json" || "json-unformatted",
466
+ * // IncludeTransactionDetails: true || false,
467
+ * // IncludePartitionValue: true || false,
468
+ * // PartitionIncludeSchemaTable: true || false,
469
+ * // IncludeTableAlterOperations: true || false,
470
+ * // IncludeControlDetails: true || false,
471
+ * // MessageMaxBytes: Number("int"),
472
+ * // IncludeNullAndEmpty: true || false,
473
+ * // SecurityProtocol: "plaintext" || "ssl-authentication" || "ssl-encryption" || "sasl-ssl",
474
+ * // SslClientCertificateArn: "STRING_VALUE",
475
+ * // SslClientKeyArn: "STRING_VALUE",
476
+ * // SslClientKeyPassword: "STRING_VALUE",
477
+ * // SslCaCertificateArn: "STRING_VALUE",
478
+ * // SaslUsername: "STRING_VALUE",
479
+ * // SaslPassword: "STRING_VALUE",
480
+ * // NoHexPrefix: true || false,
481
+ * // SaslMechanism: "scram-sha-512" || "plain",
482
+ * // },
483
+ * // ElasticsearchSettings: { // ElasticsearchSettings
484
+ * // ServiceAccessRoleArn: "STRING_VALUE", // required
485
+ * // EndpointUri: "STRING_VALUE", // required
486
+ * // FullLoadErrorPercentage: Number("int"),
487
+ * // ErrorRetryDuration: Number("int"),
488
+ * // UseNewMappingType: true || false,
489
+ * // },
490
+ * // NeptuneSettings: { // NeptuneSettings
491
+ * // ServiceAccessRoleArn: "STRING_VALUE",
492
+ * // S3BucketName: "STRING_VALUE", // required
493
+ * // S3BucketFolder: "STRING_VALUE", // required
494
+ * // ErrorRetryDuration: Number("int"),
495
+ * // MaxFileSize: Number("int"),
496
+ * // MaxRetryCount: Number("int"),
497
+ * // IamAuthEnabled: true || false,
498
+ * // },
499
+ * // RedshiftSettings: { // RedshiftSettings
500
+ * // AcceptAnyDate: true || false,
501
+ * // AfterConnectScript: "STRING_VALUE",
502
+ * // BucketFolder: "STRING_VALUE",
503
+ * // BucketName: "STRING_VALUE",
504
+ * // CaseSensitiveNames: true || false,
505
+ * // CompUpdate: true || false,
506
+ * // ConnectionTimeout: Number("int"),
507
+ * // DatabaseName: "STRING_VALUE",
508
+ * // DateFormat: "STRING_VALUE",
509
+ * // EmptyAsNull: true || false,
510
+ * // EncryptionMode: "sse-s3" || "sse-kms",
511
+ * // ExplicitIds: true || false,
512
+ * // FileTransferUploadStreams: Number("int"),
513
+ * // LoadTimeout: Number("int"),
514
+ * // MaxFileSize: Number("int"),
515
+ * // Password: "STRING_VALUE",
516
+ * // Port: Number("int"),
517
+ * // RemoveQuotes: true || false,
518
+ * // ReplaceInvalidChars: "STRING_VALUE",
519
+ * // ReplaceChars: "STRING_VALUE",
520
+ * // ServerName: "STRING_VALUE",
521
+ * // ServiceAccessRoleArn: "STRING_VALUE",
522
+ * // ServerSideEncryptionKmsKeyId: "STRING_VALUE",
523
+ * // TimeFormat: "STRING_VALUE",
524
+ * // TrimBlanks: true || false,
525
+ * // TruncateColumns: true || false,
526
+ * // Username: "STRING_VALUE",
527
+ * // WriteBufferSize: Number("int"),
528
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
529
+ * // SecretsManagerSecretId: "STRING_VALUE",
530
+ * // MapBooleanAsBoolean: true || false,
531
+ * // },
532
+ * // PostgreSQLSettings: { // PostgreSQLSettings
533
+ * // AfterConnectScript: "STRING_VALUE",
534
+ * // CaptureDdls: true || false,
535
+ * // MaxFileSize: Number("int"),
536
+ * // DatabaseName: "STRING_VALUE",
537
+ * // DdlArtifactsSchema: "STRING_VALUE",
538
+ * // ExecuteTimeout: Number("int"),
539
+ * // FailTasksOnLobTruncation: true || false,
540
+ * // HeartbeatEnable: true || false,
541
+ * // HeartbeatSchema: "STRING_VALUE",
542
+ * // HeartbeatFrequency: Number("int"),
543
+ * // Password: "STRING_VALUE",
544
+ * // Port: Number("int"),
545
+ * // ServerName: "STRING_VALUE",
546
+ * // Username: "STRING_VALUE",
547
+ * // SlotName: "STRING_VALUE",
548
+ * // PluginName: "no-preference" || "test-decoding" || "pglogical",
549
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
550
+ * // SecretsManagerSecretId: "STRING_VALUE",
551
+ * // TrimSpaceInChar: true || false,
552
+ * // MapBooleanAsBoolean: true || false,
553
+ * // },
554
+ * // MySQLSettings: { // MySQLSettings
555
+ * // AfterConnectScript: "STRING_VALUE",
556
+ * // CleanSourceMetadataOnMismatch: true || false,
557
+ * // DatabaseName: "STRING_VALUE",
558
+ * // EventsPollInterval: Number("int"),
559
+ * // TargetDbType: "specific-database" || "multiple-databases",
560
+ * // MaxFileSize: Number("int"),
561
+ * // ParallelLoadThreads: Number("int"),
562
+ * // Password: "STRING_VALUE",
563
+ * // Port: Number("int"),
564
+ * // ServerName: "STRING_VALUE",
565
+ * // ServerTimezone: "STRING_VALUE",
566
+ * // Username: "STRING_VALUE",
567
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
568
+ * // SecretsManagerSecretId: "STRING_VALUE",
569
+ * // },
570
+ * // OracleSettings: { // OracleSettings
571
+ * // AddSupplementalLogging: true || false,
572
+ * // ArchivedLogDestId: Number("int"),
573
+ * // AdditionalArchivedLogDestId: Number("int"),
574
+ * // ExtraArchivedLogDestIds: [ // IntegerList
575
+ * // Number("int"),
576
+ * // ],
577
+ * // AllowSelectNestedTables: true || false,
578
+ * // ParallelAsmReadThreads: Number("int"),
579
+ * // ReadAheadBlocks: Number("int"),
580
+ * // AccessAlternateDirectly: true || false,
581
+ * // UseAlternateFolderForOnline: true || false,
582
+ * // OraclePathPrefix: "STRING_VALUE",
583
+ * // UsePathPrefix: "STRING_VALUE",
584
+ * // ReplacePathPrefix: true || false,
585
+ * // EnableHomogenousTablespace: true || false,
586
+ * // DirectPathNoLog: true || false,
587
+ * // ArchivedLogsOnly: true || false,
588
+ * // AsmPassword: "STRING_VALUE",
589
+ * // AsmServer: "STRING_VALUE",
590
+ * // AsmUser: "STRING_VALUE",
591
+ * // CharLengthSemantics: "default" || "char" || "byte",
592
+ * // DatabaseName: "STRING_VALUE",
593
+ * // DirectPathParallelLoad: true || false,
594
+ * // FailTasksOnLobTruncation: true || false,
595
+ * // NumberDatatypeScale: Number("int"),
596
+ * // Password: "STRING_VALUE",
597
+ * // Port: Number("int"),
598
+ * // ReadTableSpaceName: true || false,
599
+ * // RetryInterval: Number("int"),
600
+ * // SecurityDbEncryption: "STRING_VALUE",
601
+ * // SecurityDbEncryptionName: "STRING_VALUE",
602
+ * // ServerName: "STRING_VALUE",
603
+ * // SpatialDataOptionToGeoJsonFunctionName: "STRING_VALUE",
604
+ * // StandbyDelayTime: Number("int"),
605
+ * // Username: "STRING_VALUE",
606
+ * // UseBFile: true || false,
607
+ * // UseDirectPathFullLoad: true || false,
608
+ * // UseLogminerReader: true || false,
609
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
610
+ * // SecretsManagerSecretId: "STRING_VALUE",
611
+ * // SecretsManagerOracleAsmAccessRoleArn: "STRING_VALUE",
612
+ * // SecretsManagerOracleAsmSecretId: "STRING_VALUE",
613
+ * // TrimSpaceInChar: true || false,
614
+ * // ConvertTimestampWithZoneToUTC: true || false,
615
+ * // },
616
+ * // SybaseSettings: { // SybaseSettings
617
+ * // DatabaseName: "STRING_VALUE",
618
+ * // Password: "STRING_VALUE",
619
+ * // Port: Number("int"),
620
+ * // ServerName: "STRING_VALUE",
621
+ * // Username: "STRING_VALUE",
622
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
623
+ * // SecretsManagerSecretId: "STRING_VALUE",
624
+ * // },
625
+ * // MicrosoftSQLServerSettings: { // MicrosoftSQLServerSettings
626
+ * // Port: Number("int"),
627
+ * // BcpPacketSize: Number("int"),
628
+ * // DatabaseName: "STRING_VALUE",
629
+ * // ControlTablesFileGroup: "STRING_VALUE",
630
+ * // Password: "STRING_VALUE",
631
+ * // QuerySingleAlwaysOnNode: true || false,
632
+ * // ReadBackupOnly: true || false,
633
+ * // SafeguardPolicy: "rely-on-sql-server-replication-agent" || "exclusive-automatic-truncation" || "shared-automatic-truncation",
634
+ * // ServerName: "STRING_VALUE",
635
+ * // Username: "STRING_VALUE",
636
+ * // UseBcpFullLoad: true || false,
637
+ * // UseThirdPartyBackupDevice: true || false,
638
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
639
+ * // SecretsManagerSecretId: "STRING_VALUE",
640
+ * // TrimSpaceInChar: true || false,
641
+ * // TlogAccessMode: "BackupOnly" || "PreferBackup" || "PreferTlog" || "TlogOnly",
642
+ * // ForceLobLookup: true || false,
643
+ * // },
644
+ * // IBMDb2Settings: { // IBMDb2Settings
645
+ * // DatabaseName: "STRING_VALUE",
646
+ * // Password: "STRING_VALUE",
647
+ * // Port: Number("int"),
648
+ * // ServerName: "STRING_VALUE",
649
+ * // SetDataCaptureChanges: true || false,
650
+ * // CurrentLsn: "STRING_VALUE",
651
+ * // MaxKBytesPerRead: Number("int"),
652
+ * // Username: "STRING_VALUE",
653
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
654
+ * // SecretsManagerSecretId: "STRING_VALUE",
655
+ * // },
656
+ * // DocDbSettings: { // DocDbSettings
657
+ * // Username: "STRING_VALUE",
658
+ * // Password: "STRING_VALUE",
659
+ * // ServerName: "STRING_VALUE",
660
+ * // Port: Number("int"),
661
+ * // DatabaseName: "STRING_VALUE",
662
+ * // NestingLevel: "none" || "one",
663
+ * // ExtractDocId: true || false,
664
+ * // DocsToInvestigate: Number("int"),
665
+ * // KmsKeyId: "STRING_VALUE",
666
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
667
+ * // SecretsManagerSecretId: "STRING_VALUE",
668
+ * // },
669
+ * // RedisSettings: { // RedisSettings
670
+ * // ServerName: "STRING_VALUE", // required
671
+ * // Port: Number("int"), // required
672
+ * // SslSecurityProtocol: "plaintext" || "ssl-encryption",
673
+ * // AuthType: "none" || "auth-role" || "auth-token",
674
+ * // AuthUserName: "STRING_VALUE",
675
+ * // AuthPassword: "STRING_VALUE",
676
+ * // SslCaCertificateArn: "STRING_VALUE",
677
+ * // },
678
+ * // GcpMySQLSettings: { // GcpMySQLSettings
679
+ * // AfterConnectScript: "STRING_VALUE",
680
+ * // CleanSourceMetadataOnMismatch: true || false,
681
+ * // DatabaseName: "STRING_VALUE",
682
+ * // EventsPollInterval: Number("int"),
683
+ * // TargetDbType: "specific-database" || "multiple-databases",
684
+ * // MaxFileSize: Number("int"),
685
+ * // ParallelLoadThreads: Number("int"),
686
+ * // Password: "STRING_VALUE",
687
+ * // Port: Number("int"),
688
+ * // ServerName: "STRING_VALUE",
689
+ * // ServerTimezone: "STRING_VALUE",
690
+ * // Username: "STRING_VALUE",
691
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
692
+ * // SecretsManagerSecretId: "STRING_VALUE",
693
+ * // },
694
+ * // },
695
+ * // };
696
+ *
365
697
  * ```
366
698
  *
367
699
  * @param ModifyEndpointCommandInput - {@link ModifyEndpointCommandInput}
@@ -386,6 +718,8 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
386
718
  * @throws {@link ResourceNotFoundFault} (client fault)
387
719
  * <p>The resource could not be found.</p>
388
720
  *
721
+ * @throws {@link DatabaseMigrationServiceServiceException}
722
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
389
723
  *
390
724
  * @example Modify endpoint
391
725
  * ```javascript
@@ -37,6 +37,24 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri
37
37
  * };
38
38
  * const command = new ModifyEventSubscriptionCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // ModifyEventSubscriptionResponse
41
+ * // EventSubscription: { // EventSubscription
42
+ * // CustomerAwsId: "STRING_VALUE",
43
+ * // CustSubscriptionId: "STRING_VALUE",
44
+ * // SnsTopicArn: "STRING_VALUE",
45
+ * // Status: "STRING_VALUE",
46
+ * // SubscriptionCreationTime: "STRING_VALUE",
47
+ * // SourceType: "STRING_VALUE",
48
+ * // SourceIdsList: [ // SourceIdsList
49
+ * // "STRING_VALUE",
50
+ * // ],
51
+ * // EventCategoriesList: [ // EventCategoriesList
52
+ * // "STRING_VALUE",
53
+ * // ],
54
+ * // Enabled: true || false,
55
+ * // },
56
+ * // };
57
+ *
40
58
  * ```
41
59
  *
42
60
  * @param ModifyEventSubscriptionCommandInput - {@link ModifyEventSubscriptionCommandInput}
@@ -72,6 +90,8 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri
72
90
  * @throws {@link SNSNoAuthorizationFault} (client fault)
73
91
  * <p>You are not authorized for the SNS subscription.</p>
74
92
  *
93
+ * @throws {@link DatabaseMigrationServiceServiceException}
94
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
75
95
  *
76
96
  */
77
97
  export declare class ModifyEventSubscriptionCommand extends $Command<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {