@aws-sdk/client-database-migration-service 3.325.0 → 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 +3 -3
@@ -43,6 +43,8 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceRespons
43
43
  * };
44
44
  * const command = new AddTagsToResourceCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // {};
47
+ *
46
48
  * ```
47
49
  *
48
50
  * @param AddTagsToResourceCommandInput - {@link AddTagsToResourceCommandInput}
@@ -54,6 +56,8 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceRespons
54
56
  * @throws {@link ResourceNotFoundFault} (client fault)
55
57
  * <p>The resource could not be found.</p>
56
58
  *
59
+ * @throws {@link DatabaseMigrationServiceServiceException}
60
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
57
61
  *
58
62
  * @example Add tags to resource
59
63
  * ```javascript
@@ -33,6 +33,22 @@ export interface ApplyPendingMaintenanceActionCommandOutput extends ApplyPending
33
33
  * };
34
34
  * const command = new ApplyPendingMaintenanceActionCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ApplyPendingMaintenanceActionResponse
37
+ * // ResourcePendingMaintenanceActions: { // ResourcePendingMaintenanceActions
38
+ * // ResourceIdentifier: "STRING_VALUE",
39
+ * // PendingMaintenanceActionDetails: [ // PendingMaintenanceActionDetails
40
+ * // { // PendingMaintenanceAction
41
+ * // Action: "STRING_VALUE",
42
+ * // AutoAppliedAfterDate: new Date("TIMESTAMP"),
43
+ * // ForcedApplyDate: new Date("TIMESTAMP"),
44
+ * // OptInStatus: "STRING_VALUE",
45
+ * // CurrentApplyDate: new Date("TIMESTAMP"),
46
+ * // Description: "STRING_VALUE",
47
+ * // },
48
+ * // ],
49
+ * // },
50
+ * // };
51
+ *
36
52
  * ```
37
53
  *
38
54
  * @param ApplyPendingMaintenanceActionCommandInput - {@link ApplyPendingMaintenanceActionCommandInput}
@@ -44,6 +60,8 @@ export interface ApplyPendingMaintenanceActionCommandOutput extends ApplyPending
44
60
  * @throws {@link ResourceNotFoundFault} (client fault)
45
61
  * <p>The resource could not be found.</p>
46
62
  *
63
+ * @throws {@link DatabaseMigrationServiceServiceException}
64
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
47
65
  *
48
66
  */
49
67
  export declare class ApplyPendingMaintenanceActionCommand extends $Command<ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -44,6 +44,16 @@ export interface BatchStartRecommendationsCommandOutput extends BatchStartRecomm
44
44
  * };
45
45
  * const command = new BatchStartRecommendationsCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // BatchStartRecommendationsResponse
48
+ * // ErrorEntries: [ // BatchStartRecommendationsErrorEntryList
49
+ * // { // BatchStartRecommendationsErrorEntry
50
+ * // DatabaseId: "STRING_VALUE",
51
+ * // Message: "STRING_VALUE",
52
+ * // Code: "STRING_VALUE",
53
+ * // },
54
+ * // ],
55
+ * // };
56
+ *
47
57
  * ```
48
58
  *
49
59
  * @param BatchStartRecommendationsCommandInput - {@link BatchStartRecommendationsCommandInput}
@@ -62,6 +72,8 @@ export interface BatchStartRecommendationsCommandOutput extends BatchStartRecomm
62
72
  * @throws {@link ResourceNotFoundFault} (client fault)
63
73
  * <p>The resource could not be found.</p>
64
74
  *
75
+ * @throws {@link DatabaseMigrationServiceServiceException}
76
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
65
77
  *
66
78
  */
67
79
  export declare class BatchStartRecommendationsCommand extends $Command<BatchStartRecommendationsCommandInput, BatchStartRecommendationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -34,6 +34,26 @@ export interface CancelReplicationTaskAssessmentRunCommandOutput extends CancelR
34
34
  * };
35
35
  * const command = new CancelReplicationTaskAssessmentRunCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // CancelReplicationTaskAssessmentRunResponse
38
+ * // ReplicationTaskAssessmentRun: { // ReplicationTaskAssessmentRun
39
+ * // ReplicationTaskAssessmentRunArn: "STRING_VALUE",
40
+ * // ReplicationTaskArn: "STRING_VALUE",
41
+ * // Status: "STRING_VALUE",
42
+ * // ReplicationTaskAssessmentRunCreationDate: new Date("TIMESTAMP"),
43
+ * // AssessmentProgress: { // ReplicationTaskAssessmentRunProgress
44
+ * // IndividualAssessmentCount: Number("int"),
45
+ * // IndividualAssessmentCompletedCount: Number("int"),
46
+ * // },
47
+ * // LastFailureMessage: "STRING_VALUE",
48
+ * // ServiceAccessRoleArn: "STRING_VALUE",
49
+ * // ResultLocationBucket: "STRING_VALUE",
50
+ * // ResultLocationFolder: "STRING_VALUE",
51
+ * // ResultEncryptionMode: "STRING_VALUE",
52
+ * // ResultKmsKeyArn: "STRING_VALUE",
53
+ * // AssessmentRunName: "STRING_VALUE",
54
+ * // },
55
+ * // };
56
+ *
37
57
  * ```
38
58
  *
39
59
  * @param CancelReplicationTaskAssessmentRunCommandInput - {@link CancelReplicationTaskAssessmentRunCommandInput}
@@ -52,6 +72,8 @@ export interface CancelReplicationTaskAssessmentRunCommandOutput extends CancelR
52
72
  * @throws {@link ResourceNotFoundFault} (client fault)
53
73
  * <p>The resource could not be found.</p>
54
74
  *
75
+ * @throws {@link DatabaseMigrationServiceServiceException}
76
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
55
77
  *
56
78
  */
57
79
  export declare class CancelReplicationTaskAssessmentRunCommand extends $Command<CancelReplicationTaskAssessmentRunCommandInput, CancelReplicationTaskAssessmentRunCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -369,6 +369,338 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
369
369
  * };
370
370
  * const command = new CreateEndpointCommand(input);
371
371
  * const response = await client.send(command);
372
+ * // { // CreateEndpointResponse
373
+ * // Endpoint: { // Endpoint
374
+ * // EndpointIdentifier: "STRING_VALUE",
375
+ * // EndpointType: "source" || "target",
376
+ * // EngineName: "STRING_VALUE",
377
+ * // EngineDisplayName: "STRING_VALUE",
378
+ * // Username: "STRING_VALUE",
379
+ * // ServerName: "STRING_VALUE",
380
+ * // Port: Number("int"),
381
+ * // DatabaseName: "STRING_VALUE",
382
+ * // ExtraConnectionAttributes: "STRING_VALUE",
383
+ * // Status: "STRING_VALUE",
384
+ * // KmsKeyId: "STRING_VALUE",
385
+ * // EndpointArn: "STRING_VALUE",
386
+ * // CertificateArn: "STRING_VALUE",
387
+ * // SslMode: "none" || "require" || "verify-ca" || "verify-full",
388
+ * // ServiceAccessRoleArn: "STRING_VALUE",
389
+ * // ExternalTableDefinition: "STRING_VALUE",
390
+ * // ExternalId: "STRING_VALUE",
391
+ * // DynamoDbSettings: { // DynamoDbSettings
392
+ * // ServiceAccessRoleArn: "STRING_VALUE", // required
393
+ * // },
394
+ * // S3Settings: { // S3Settings
395
+ * // ServiceAccessRoleArn: "STRING_VALUE",
396
+ * // ExternalTableDefinition: "STRING_VALUE",
397
+ * // CsvRowDelimiter: "STRING_VALUE",
398
+ * // CsvDelimiter: "STRING_VALUE",
399
+ * // BucketFolder: "STRING_VALUE",
400
+ * // BucketName: "STRING_VALUE",
401
+ * // CompressionType: "none" || "gzip",
402
+ * // EncryptionMode: "sse-s3" || "sse-kms",
403
+ * // ServerSideEncryptionKmsKeyId: "STRING_VALUE",
404
+ * // DataFormat: "csv" || "parquet",
405
+ * // EncodingType: "plain" || "plain-dictionary" || "rle-dictionary",
406
+ * // DictPageSizeLimit: Number("int"),
407
+ * // RowGroupLength: Number("int"),
408
+ * // DataPageSize: Number("int"),
409
+ * // ParquetVersion: "parquet-1-0" || "parquet-2-0",
410
+ * // EnableStatistics: true || false,
411
+ * // IncludeOpForFullLoad: true || false,
412
+ * // CdcInsertsOnly: true || false,
413
+ * // TimestampColumnName: "STRING_VALUE",
414
+ * // ParquetTimestampInMillisecond: true || false,
415
+ * // CdcInsertsAndUpdates: true || false,
416
+ * // DatePartitionEnabled: true || false,
417
+ * // DatePartitionSequence: "YYYYMMDD" || "YYYYMMDDHH" || "YYYYMM" || "MMYYYYDD" || "DDMMYYYY",
418
+ * // DatePartitionDelimiter: "SLASH" || "UNDERSCORE" || "DASH" || "NONE",
419
+ * // UseCsvNoSupValue: true || false,
420
+ * // CsvNoSupValue: "STRING_VALUE",
421
+ * // PreserveTransactions: true || false,
422
+ * // CdcPath: "STRING_VALUE",
423
+ * // UseTaskStartTimeForFullLoadTimestamp: true || false,
424
+ * // CannedAclForObjects: "none" || "private" || "public-read" || "public-read-write" || "authenticated-read" || "aws-exec-read" || "bucket-owner-read" || "bucket-owner-full-control",
425
+ * // AddColumnName: true || false,
426
+ * // CdcMaxBatchInterval: Number("int"),
427
+ * // CdcMinFileSize: Number("int"),
428
+ * // CsvNullValue: "STRING_VALUE",
429
+ * // IgnoreHeaderRows: Number("int"),
430
+ * // MaxFileSize: Number("int"),
431
+ * // Rfc4180: true || false,
432
+ * // DatePartitionTimezone: "STRING_VALUE",
433
+ * // AddTrailingPaddingCharacter: true || false,
434
+ * // ExpectedBucketOwner: "STRING_VALUE",
435
+ * // GlueCatalogGeneration: true || false,
436
+ * // },
437
+ * // DmsTransferSettings: { // DmsTransferSettings
438
+ * // ServiceAccessRoleArn: "STRING_VALUE",
439
+ * // BucketName: "STRING_VALUE",
440
+ * // },
441
+ * // MongoDbSettings: { // MongoDbSettings
442
+ * // Username: "STRING_VALUE",
443
+ * // Password: "STRING_VALUE",
444
+ * // ServerName: "STRING_VALUE",
445
+ * // Port: Number("int"),
446
+ * // DatabaseName: "STRING_VALUE",
447
+ * // AuthType: "no" || "password",
448
+ * // AuthMechanism: "default" || "mongodb_cr" || "scram_sha_1",
449
+ * // NestingLevel: "none" || "one",
450
+ * // ExtractDocId: "STRING_VALUE",
451
+ * // DocsToInvestigate: "STRING_VALUE",
452
+ * // AuthSource: "STRING_VALUE",
453
+ * // KmsKeyId: "STRING_VALUE",
454
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
455
+ * // SecretsManagerSecretId: "STRING_VALUE",
456
+ * // },
457
+ * // KinesisSettings: { // KinesisSettings
458
+ * // StreamArn: "STRING_VALUE",
459
+ * // MessageFormat: "json" || "json-unformatted",
460
+ * // ServiceAccessRoleArn: "STRING_VALUE",
461
+ * // IncludeTransactionDetails: true || false,
462
+ * // IncludePartitionValue: true || false,
463
+ * // PartitionIncludeSchemaTable: true || false,
464
+ * // IncludeTableAlterOperations: true || false,
465
+ * // IncludeControlDetails: true || false,
466
+ * // IncludeNullAndEmpty: true || false,
467
+ * // NoHexPrefix: true || false,
468
+ * // },
469
+ * // KafkaSettings: { // KafkaSettings
470
+ * // Broker: "STRING_VALUE",
471
+ * // Topic: "STRING_VALUE",
472
+ * // MessageFormat: "json" || "json-unformatted",
473
+ * // IncludeTransactionDetails: true || false,
474
+ * // IncludePartitionValue: true || false,
475
+ * // PartitionIncludeSchemaTable: true || false,
476
+ * // IncludeTableAlterOperations: true || false,
477
+ * // IncludeControlDetails: true || false,
478
+ * // MessageMaxBytes: Number("int"),
479
+ * // IncludeNullAndEmpty: true || false,
480
+ * // SecurityProtocol: "plaintext" || "ssl-authentication" || "ssl-encryption" || "sasl-ssl",
481
+ * // SslClientCertificateArn: "STRING_VALUE",
482
+ * // SslClientKeyArn: "STRING_VALUE",
483
+ * // SslClientKeyPassword: "STRING_VALUE",
484
+ * // SslCaCertificateArn: "STRING_VALUE",
485
+ * // SaslUsername: "STRING_VALUE",
486
+ * // SaslPassword: "STRING_VALUE",
487
+ * // NoHexPrefix: true || false,
488
+ * // SaslMechanism: "scram-sha-512" || "plain",
489
+ * // },
490
+ * // ElasticsearchSettings: { // ElasticsearchSettings
491
+ * // ServiceAccessRoleArn: "STRING_VALUE", // required
492
+ * // EndpointUri: "STRING_VALUE", // required
493
+ * // FullLoadErrorPercentage: Number("int"),
494
+ * // ErrorRetryDuration: Number("int"),
495
+ * // UseNewMappingType: true || false,
496
+ * // },
497
+ * // NeptuneSettings: { // NeptuneSettings
498
+ * // ServiceAccessRoleArn: "STRING_VALUE",
499
+ * // S3BucketName: "STRING_VALUE", // required
500
+ * // S3BucketFolder: "STRING_VALUE", // required
501
+ * // ErrorRetryDuration: Number("int"),
502
+ * // MaxFileSize: Number("int"),
503
+ * // MaxRetryCount: Number("int"),
504
+ * // IamAuthEnabled: true || false,
505
+ * // },
506
+ * // RedshiftSettings: { // RedshiftSettings
507
+ * // AcceptAnyDate: true || false,
508
+ * // AfterConnectScript: "STRING_VALUE",
509
+ * // BucketFolder: "STRING_VALUE",
510
+ * // BucketName: "STRING_VALUE",
511
+ * // CaseSensitiveNames: true || false,
512
+ * // CompUpdate: true || false,
513
+ * // ConnectionTimeout: Number("int"),
514
+ * // DatabaseName: "STRING_VALUE",
515
+ * // DateFormat: "STRING_VALUE",
516
+ * // EmptyAsNull: true || false,
517
+ * // EncryptionMode: "sse-s3" || "sse-kms",
518
+ * // ExplicitIds: true || false,
519
+ * // FileTransferUploadStreams: Number("int"),
520
+ * // LoadTimeout: Number("int"),
521
+ * // MaxFileSize: Number("int"),
522
+ * // Password: "STRING_VALUE",
523
+ * // Port: Number("int"),
524
+ * // RemoveQuotes: true || false,
525
+ * // ReplaceInvalidChars: "STRING_VALUE",
526
+ * // ReplaceChars: "STRING_VALUE",
527
+ * // ServerName: "STRING_VALUE",
528
+ * // ServiceAccessRoleArn: "STRING_VALUE",
529
+ * // ServerSideEncryptionKmsKeyId: "STRING_VALUE",
530
+ * // TimeFormat: "STRING_VALUE",
531
+ * // TrimBlanks: true || false,
532
+ * // TruncateColumns: true || false,
533
+ * // Username: "STRING_VALUE",
534
+ * // WriteBufferSize: Number("int"),
535
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
536
+ * // SecretsManagerSecretId: "STRING_VALUE",
537
+ * // MapBooleanAsBoolean: true || false,
538
+ * // },
539
+ * // PostgreSQLSettings: { // PostgreSQLSettings
540
+ * // AfterConnectScript: "STRING_VALUE",
541
+ * // CaptureDdls: true || false,
542
+ * // MaxFileSize: Number("int"),
543
+ * // DatabaseName: "STRING_VALUE",
544
+ * // DdlArtifactsSchema: "STRING_VALUE",
545
+ * // ExecuteTimeout: Number("int"),
546
+ * // FailTasksOnLobTruncation: true || false,
547
+ * // HeartbeatEnable: true || false,
548
+ * // HeartbeatSchema: "STRING_VALUE",
549
+ * // HeartbeatFrequency: Number("int"),
550
+ * // Password: "STRING_VALUE",
551
+ * // Port: Number("int"),
552
+ * // ServerName: "STRING_VALUE",
553
+ * // Username: "STRING_VALUE",
554
+ * // SlotName: "STRING_VALUE",
555
+ * // PluginName: "no-preference" || "test-decoding" || "pglogical",
556
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
557
+ * // SecretsManagerSecretId: "STRING_VALUE",
558
+ * // TrimSpaceInChar: true || false,
559
+ * // MapBooleanAsBoolean: true || false,
560
+ * // },
561
+ * // MySQLSettings: { // MySQLSettings
562
+ * // AfterConnectScript: "STRING_VALUE",
563
+ * // CleanSourceMetadataOnMismatch: true || false,
564
+ * // DatabaseName: "STRING_VALUE",
565
+ * // EventsPollInterval: Number("int"),
566
+ * // TargetDbType: "specific-database" || "multiple-databases",
567
+ * // MaxFileSize: Number("int"),
568
+ * // ParallelLoadThreads: Number("int"),
569
+ * // Password: "STRING_VALUE",
570
+ * // Port: Number("int"),
571
+ * // ServerName: "STRING_VALUE",
572
+ * // ServerTimezone: "STRING_VALUE",
573
+ * // Username: "STRING_VALUE",
574
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
575
+ * // SecretsManagerSecretId: "STRING_VALUE",
576
+ * // },
577
+ * // OracleSettings: { // OracleSettings
578
+ * // AddSupplementalLogging: true || false,
579
+ * // ArchivedLogDestId: Number("int"),
580
+ * // AdditionalArchivedLogDestId: Number("int"),
581
+ * // ExtraArchivedLogDestIds: [ // IntegerList
582
+ * // Number("int"),
583
+ * // ],
584
+ * // AllowSelectNestedTables: true || false,
585
+ * // ParallelAsmReadThreads: Number("int"),
586
+ * // ReadAheadBlocks: Number("int"),
587
+ * // AccessAlternateDirectly: true || false,
588
+ * // UseAlternateFolderForOnline: true || false,
589
+ * // OraclePathPrefix: "STRING_VALUE",
590
+ * // UsePathPrefix: "STRING_VALUE",
591
+ * // ReplacePathPrefix: true || false,
592
+ * // EnableHomogenousTablespace: true || false,
593
+ * // DirectPathNoLog: true || false,
594
+ * // ArchivedLogsOnly: true || false,
595
+ * // AsmPassword: "STRING_VALUE",
596
+ * // AsmServer: "STRING_VALUE",
597
+ * // AsmUser: "STRING_VALUE",
598
+ * // CharLengthSemantics: "default" || "char" || "byte",
599
+ * // DatabaseName: "STRING_VALUE",
600
+ * // DirectPathParallelLoad: true || false,
601
+ * // FailTasksOnLobTruncation: true || false,
602
+ * // NumberDatatypeScale: Number("int"),
603
+ * // Password: "STRING_VALUE",
604
+ * // Port: Number("int"),
605
+ * // ReadTableSpaceName: true || false,
606
+ * // RetryInterval: Number("int"),
607
+ * // SecurityDbEncryption: "STRING_VALUE",
608
+ * // SecurityDbEncryptionName: "STRING_VALUE",
609
+ * // ServerName: "STRING_VALUE",
610
+ * // SpatialDataOptionToGeoJsonFunctionName: "STRING_VALUE",
611
+ * // StandbyDelayTime: Number("int"),
612
+ * // Username: "STRING_VALUE",
613
+ * // UseBFile: true || false,
614
+ * // UseDirectPathFullLoad: true || false,
615
+ * // UseLogminerReader: true || false,
616
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
617
+ * // SecretsManagerSecretId: "STRING_VALUE",
618
+ * // SecretsManagerOracleAsmAccessRoleArn: "STRING_VALUE",
619
+ * // SecretsManagerOracleAsmSecretId: "STRING_VALUE",
620
+ * // TrimSpaceInChar: true || false,
621
+ * // ConvertTimestampWithZoneToUTC: true || false,
622
+ * // },
623
+ * // SybaseSettings: { // SybaseSettings
624
+ * // DatabaseName: "STRING_VALUE",
625
+ * // Password: "STRING_VALUE",
626
+ * // Port: Number("int"),
627
+ * // ServerName: "STRING_VALUE",
628
+ * // Username: "STRING_VALUE",
629
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
630
+ * // SecretsManagerSecretId: "STRING_VALUE",
631
+ * // },
632
+ * // MicrosoftSQLServerSettings: { // MicrosoftSQLServerSettings
633
+ * // Port: Number("int"),
634
+ * // BcpPacketSize: Number("int"),
635
+ * // DatabaseName: "STRING_VALUE",
636
+ * // ControlTablesFileGroup: "STRING_VALUE",
637
+ * // Password: "STRING_VALUE",
638
+ * // QuerySingleAlwaysOnNode: true || false,
639
+ * // ReadBackupOnly: true || false,
640
+ * // SafeguardPolicy: "rely-on-sql-server-replication-agent" || "exclusive-automatic-truncation" || "shared-automatic-truncation",
641
+ * // ServerName: "STRING_VALUE",
642
+ * // Username: "STRING_VALUE",
643
+ * // UseBcpFullLoad: true || false,
644
+ * // UseThirdPartyBackupDevice: true || false,
645
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
646
+ * // SecretsManagerSecretId: "STRING_VALUE",
647
+ * // TrimSpaceInChar: true || false,
648
+ * // TlogAccessMode: "BackupOnly" || "PreferBackup" || "PreferTlog" || "TlogOnly",
649
+ * // ForceLobLookup: true || false,
650
+ * // },
651
+ * // IBMDb2Settings: { // IBMDb2Settings
652
+ * // DatabaseName: "STRING_VALUE",
653
+ * // Password: "STRING_VALUE",
654
+ * // Port: Number("int"),
655
+ * // ServerName: "STRING_VALUE",
656
+ * // SetDataCaptureChanges: true || false,
657
+ * // CurrentLsn: "STRING_VALUE",
658
+ * // MaxKBytesPerRead: Number("int"),
659
+ * // Username: "STRING_VALUE",
660
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
661
+ * // SecretsManagerSecretId: "STRING_VALUE",
662
+ * // },
663
+ * // DocDbSettings: { // DocDbSettings
664
+ * // Username: "STRING_VALUE",
665
+ * // Password: "STRING_VALUE",
666
+ * // ServerName: "STRING_VALUE",
667
+ * // Port: Number("int"),
668
+ * // DatabaseName: "STRING_VALUE",
669
+ * // NestingLevel: "none" || "one",
670
+ * // ExtractDocId: true || false,
671
+ * // DocsToInvestigate: Number("int"),
672
+ * // KmsKeyId: "STRING_VALUE",
673
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
674
+ * // SecretsManagerSecretId: "STRING_VALUE",
675
+ * // },
676
+ * // RedisSettings: { // RedisSettings
677
+ * // ServerName: "STRING_VALUE", // required
678
+ * // Port: Number("int"), // required
679
+ * // SslSecurityProtocol: "plaintext" || "ssl-encryption",
680
+ * // AuthType: "none" || "auth-role" || "auth-token",
681
+ * // AuthUserName: "STRING_VALUE",
682
+ * // AuthPassword: "STRING_VALUE",
683
+ * // SslCaCertificateArn: "STRING_VALUE",
684
+ * // },
685
+ * // GcpMySQLSettings: { // GcpMySQLSettings
686
+ * // AfterConnectScript: "STRING_VALUE",
687
+ * // CleanSourceMetadataOnMismatch: true || false,
688
+ * // DatabaseName: "STRING_VALUE",
689
+ * // EventsPollInterval: Number("int"),
690
+ * // TargetDbType: "specific-database" || "multiple-databases",
691
+ * // MaxFileSize: Number("int"),
692
+ * // ParallelLoadThreads: Number("int"),
693
+ * // Password: "STRING_VALUE",
694
+ * // Port: Number("int"),
695
+ * // ServerName: "STRING_VALUE",
696
+ * // ServerTimezone: "STRING_VALUE",
697
+ * // Username: "STRING_VALUE",
698
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
699
+ * // SecretsManagerSecretId: "STRING_VALUE",
700
+ * // },
701
+ * // },
702
+ * // };
703
+ *
372
704
  * ```
373
705
  *
374
706
  * @param CreateEndpointCommandInput - {@link CreateEndpointCommandInput}
@@ -399,6 +731,8 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
399
731
  * @throws {@link S3AccessDeniedFault} (client fault)
400
732
  * <p>Insufficient privileges are preventing access to an Amazon S3 object.</p>
401
733
  *
734
+ * @throws {@link DatabaseMigrationServiceServiceException}
735
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
402
736
  *
403
737
  * @example Create endpoint
404
738
  * ```javascript
@@ -62,6 +62,24 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri
62
62
  * };
63
63
  * const command = new CreateEventSubscriptionCommand(input);
64
64
  * const response = await client.send(command);
65
+ * // { // CreateEventSubscriptionResponse
66
+ * // EventSubscription: { // EventSubscription
67
+ * // CustomerAwsId: "STRING_VALUE",
68
+ * // CustSubscriptionId: "STRING_VALUE",
69
+ * // SnsTopicArn: "STRING_VALUE",
70
+ * // Status: "STRING_VALUE",
71
+ * // SubscriptionCreationTime: "STRING_VALUE",
72
+ * // SourceType: "STRING_VALUE",
73
+ * // SourceIdsList: [ // SourceIdsList
74
+ * // "STRING_VALUE",
75
+ * // ],
76
+ * // EventCategoriesList: [ // EventCategoriesList
77
+ * // "STRING_VALUE",
78
+ * // ],
79
+ * // Enabled: true || false,
80
+ * // },
81
+ * // };
82
+ *
65
83
  * ```
66
84
  *
67
85
  * @param CreateEventSubscriptionCommandInput - {@link CreateEventSubscriptionCommandInput}
@@ -100,6 +118,8 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri
100
118
  * @throws {@link SNSNoAuthorizationFault} (client fault)
101
119
  * <p>You are not authorized for the SNS subscription.</p>
102
120
  *
121
+ * @throws {@link DatabaseMigrationServiceServiceException}
122
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
103
123
  *
104
124
  */
105
125
  export declare class CreateEventSubscriptionCommand extends $Command<CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -34,6 +34,14 @@ export interface CreateFleetAdvisorCollectorCommandOutput extends CreateFleetAdv
34
34
  * };
35
35
  * const command = new CreateFleetAdvisorCollectorCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // CreateFleetAdvisorCollectorResponse
38
+ * // CollectorReferencedId: "STRING_VALUE",
39
+ * // CollectorName: "STRING_VALUE",
40
+ * // Description: "STRING_VALUE",
41
+ * // ServiceAccessRoleArn: "STRING_VALUE",
42
+ * // S3BucketName: "STRING_VALUE",
43
+ * // };
44
+ *
37
45
  * ```
38
46
  *
39
47
  * @param CreateFleetAdvisorCollectorCommandInput - {@link CreateFleetAdvisorCollectorCommandInput}
@@ -59,6 +67,8 @@ export interface CreateFleetAdvisorCollectorCommandOutput extends CreateFleetAdv
59
67
  * <p>A specified Amazon S3 bucket, bucket folder, or other object can't be
60
68
  * found.</p>
61
69
  *
70
+ * @throws {@link DatabaseMigrationServiceServiceException}
71
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
62
72
  *
63
73
  */
64
74
  export declare class CreateFleetAdvisorCollectorCommand extends $Command<CreateFleetAdvisorCollectorCommandInput, CreateFleetAdvisorCollectorCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -59,6 +59,70 @@ export interface CreateReplicationInstanceCommandOutput extends CreateReplicatio
59
59
  * };
60
60
  * const command = new CreateReplicationInstanceCommand(input);
61
61
  * const response = await client.send(command);
62
+ * // { // CreateReplicationInstanceResponse
63
+ * // ReplicationInstance: { // ReplicationInstance
64
+ * // ReplicationInstanceIdentifier: "STRING_VALUE",
65
+ * // ReplicationInstanceClass: "STRING_VALUE",
66
+ * // ReplicationInstanceStatus: "STRING_VALUE",
67
+ * // AllocatedStorage: Number("int"),
68
+ * // InstanceCreateTime: new Date("TIMESTAMP"),
69
+ * // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
70
+ * // { // VpcSecurityGroupMembership
71
+ * // VpcSecurityGroupId: "STRING_VALUE",
72
+ * // Status: "STRING_VALUE",
73
+ * // },
74
+ * // ],
75
+ * // AvailabilityZone: "STRING_VALUE",
76
+ * // ReplicationSubnetGroup: { // ReplicationSubnetGroup
77
+ * // ReplicationSubnetGroupIdentifier: "STRING_VALUE",
78
+ * // ReplicationSubnetGroupDescription: "STRING_VALUE",
79
+ * // VpcId: "STRING_VALUE",
80
+ * // SubnetGroupStatus: "STRING_VALUE",
81
+ * // Subnets: [ // SubnetList
82
+ * // { // Subnet
83
+ * // SubnetIdentifier: "STRING_VALUE",
84
+ * // SubnetAvailabilityZone: { // AvailabilityZone
85
+ * // Name: "STRING_VALUE",
86
+ * // },
87
+ * // SubnetStatus: "STRING_VALUE",
88
+ * // },
89
+ * // ],
90
+ * // SupportedNetworkTypes: [ // StringList
91
+ * // "STRING_VALUE",
92
+ * // ],
93
+ * // },
94
+ * // PreferredMaintenanceWindow: "STRING_VALUE",
95
+ * // PendingModifiedValues: { // ReplicationPendingModifiedValues
96
+ * // ReplicationInstanceClass: "STRING_VALUE",
97
+ * // AllocatedStorage: Number("int"),
98
+ * // MultiAZ: true || false,
99
+ * // EngineVersion: "STRING_VALUE",
100
+ * // NetworkType: "STRING_VALUE",
101
+ * // },
102
+ * // MultiAZ: true || false,
103
+ * // EngineVersion: "STRING_VALUE",
104
+ * // AutoMinorVersionUpgrade: true || false,
105
+ * // KmsKeyId: "STRING_VALUE",
106
+ * // ReplicationInstanceArn: "STRING_VALUE",
107
+ * // ReplicationInstancePublicIpAddress: "STRING_VALUE",
108
+ * // ReplicationInstancePrivateIpAddress: "STRING_VALUE",
109
+ * // ReplicationInstancePublicIpAddresses: [ // ReplicationInstancePublicIpAddressList
110
+ * // "STRING_VALUE",
111
+ * // ],
112
+ * // ReplicationInstancePrivateIpAddresses: [ // ReplicationInstancePrivateIpAddressList
113
+ * // "STRING_VALUE",
114
+ * // ],
115
+ * // ReplicationInstanceIpv6Addresses: [ // ReplicationInstanceIpv6AddressList
116
+ * // "STRING_VALUE",
117
+ * // ],
118
+ * // PubliclyAccessible: true || false,
119
+ * // SecondaryAvailabilityZone: "STRING_VALUE",
120
+ * // FreeUntil: new Date("TIMESTAMP"),
121
+ * // DnsNameServers: "STRING_VALUE",
122
+ * // NetworkType: "STRING_VALUE",
123
+ * // },
124
+ * // };
125
+ *
62
126
  * ```
63
127
  *
64
128
  * @param CreateReplicationInstanceCommandInput - {@link CreateReplicationInstanceCommandInput}
@@ -98,6 +162,8 @@ export interface CreateReplicationInstanceCommandOutput extends CreateReplicatio
98
162
  * @throws {@link StorageQuotaExceededFault} (client fault)
99
163
  * <p>The storage quota has been exceeded.</p>
100
164
  *
165
+ * @throws {@link DatabaseMigrationServiceServiceException}
166
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
101
167
  *
102
168
  * @example Create replication instance
103
169
  * ```javascript
@@ -44,6 +44,27 @@ export interface CreateReplicationSubnetGroupCommandOutput extends CreateReplica
44
44
  * };
45
45
  * const command = new CreateReplicationSubnetGroupCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // CreateReplicationSubnetGroupResponse
48
+ * // ReplicationSubnetGroup: { // ReplicationSubnetGroup
49
+ * // ReplicationSubnetGroupIdentifier: "STRING_VALUE",
50
+ * // ReplicationSubnetGroupDescription: "STRING_VALUE",
51
+ * // VpcId: "STRING_VALUE",
52
+ * // SubnetGroupStatus: "STRING_VALUE",
53
+ * // Subnets: [ // SubnetList
54
+ * // { // Subnet
55
+ * // SubnetIdentifier: "STRING_VALUE",
56
+ * // SubnetAvailabilityZone: { // AvailabilityZone
57
+ * // Name: "STRING_VALUE",
58
+ * // },
59
+ * // SubnetStatus: "STRING_VALUE",
60
+ * // },
61
+ * // ],
62
+ * // SupportedNetworkTypes: [ // StringList
63
+ * // "STRING_VALUE",
64
+ * // ],
65
+ * // },
66
+ * // };
67
+ *
47
68
  * ```
48
69
  *
49
70
  * @param CreateReplicationSubnetGroupCommandInput - {@link CreateReplicationSubnetGroupCommandInput}
@@ -71,6 +92,8 @@ export interface CreateReplicationSubnetGroupCommandOutput extends CreateReplica
71
92
  * @throws {@link ResourceQuotaExceededFault} (client fault)
72
93
  * <p>The quota for this resource quota has been exceeded.</p>
73
94
  *
95
+ * @throws {@link DatabaseMigrationServiceServiceException}
96
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
74
97
  *
75
98
  * @example Create replication subnet group
76
99
  * ```javascript