@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
@@ -34,6 +34,26 @@ export interface DeleteReplicationTaskAssessmentRunCommandOutput extends DeleteR
34
34
  * };
35
35
  * const command = new DeleteReplicationTaskAssessmentRunCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DeleteReplicationTaskAssessmentRunResponse
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 DeleteReplicationTaskAssessmentRunCommandInput - {@link DeleteReplicationTaskAssessmentRunCommandInput}
@@ -52,6 +72,8 @@ export interface DeleteReplicationTaskAssessmentRunCommandOutput extends DeleteR
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 DeleteReplicationTaskAssessmentRunCommand extends $Command<DeleteReplicationTaskAssessmentRunCommandInput, DeleteReplicationTaskAssessmentRunCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -31,6 +31,42 @@ export interface DeleteReplicationTaskCommandOutput extends DeleteReplicationTas
31
31
  * };
32
32
  * const command = new DeleteReplicationTaskCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DeleteReplicationTaskResponse
35
+ * // ReplicationTask: { // ReplicationTask
36
+ * // ReplicationTaskIdentifier: "STRING_VALUE",
37
+ * // SourceEndpointArn: "STRING_VALUE",
38
+ * // TargetEndpointArn: "STRING_VALUE",
39
+ * // ReplicationInstanceArn: "STRING_VALUE",
40
+ * // MigrationType: "full-load" || "cdc" || "full-load-and-cdc",
41
+ * // TableMappings: "STRING_VALUE",
42
+ * // ReplicationTaskSettings: "STRING_VALUE",
43
+ * // Status: "STRING_VALUE",
44
+ * // LastFailureMessage: "STRING_VALUE",
45
+ * // StopReason: "STRING_VALUE",
46
+ * // ReplicationTaskCreationDate: new Date("TIMESTAMP"),
47
+ * // ReplicationTaskStartDate: new Date("TIMESTAMP"),
48
+ * // CdcStartPosition: "STRING_VALUE",
49
+ * // CdcStopPosition: "STRING_VALUE",
50
+ * // RecoveryCheckpoint: "STRING_VALUE",
51
+ * // ReplicationTaskArn: "STRING_VALUE",
52
+ * // ReplicationTaskStats: { // ReplicationTaskStats
53
+ * // FullLoadProgressPercent: Number("int"),
54
+ * // ElapsedTimeMillis: Number("long"),
55
+ * // TablesLoaded: Number("int"),
56
+ * // TablesLoading: Number("int"),
57
+ * // TablesQueued: Number("int"),
58
+ * // TablesErrored: Number("int"),
59
+ * // FreshStartDate: new Date("TIMESTAMP"),
60
+ * // StartDate: new Date("TIMESTAMP"),
61
+ * // StopDate: new Date("TIMESTAMP"),
62
+ * // FullLoadStartDate: new Date("TIMESTAMP"),
63
+ * // FullLoadFinishDate: new Date("TIMESTAMP"),
64
+ * // },
65
+ * // TaskData: "STRING_VALUE",
66
+ * // TargetReplicationInstanceArn: "STRING_VALUE",
67
+ * // },
68
+ * // };
69
+ *
34
70
  * ```
35
71
  *
36
72
  * @param DeleteReplicationTaskCommandInput - {@link DeleteReplicationTaskCommandInput}
@@ -45,6 +81,8 @@ export interface DeleteReplicationTaskCommandOutput extends DeleteReplicationTas
45
81
  * @throws {@link ResourceNotFoundFault} (client fault)
46
82
  * <p>The resource could not be found.</p>
47
83
  *
84
+ * @throws {@link DatabaseMigrationServiceServiceException}
85
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
48
86
  *
49
87
  * @example Delete Replication Task
50
88
  * ```javascript
@@ -35,6 +35,17 @@ export interface DescribeAccountAttributesCommandOutput extends DescribeAccountA
35
35
  * const input = {};
36
36
  * const command = new DescribeAccountAttributesCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // DescribeAccountAttributesResponse
39
+ * // AccountQuotas: [ // AccountQuotaList
40
+ * // { // AccountQuota
41
+ * // AccountQuotaName: "STRING_VALUE",
42
+ * // Used: Number("long"),
43
+ * // Max: Number("long"),
44
+ * // },
45
+ * // ],
46
+ * // UniqueAccountIdentifier: "STRING_VALUE",
47
+ * // };
48
+ *
38
49
  * ```
39
50
  *
40
51
  * @param DescribeAccountAttributesCommandInput - {@link DescribeAccountAttributesCommandInput}
@@ -43,6 +54,8 @@ export interface DescribeAccountAttributesCommandOutput extends DescribeAccountA
43
54
  * @see {@link DescribeAccountAttributesCommandOutput} for command's `response` shape.
44
55
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
45
56
  *
57
+ * @throws {@link DatabaseMigrationServiceServiceException}
58
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
46
59
  *
47
60
  * @example Describe acount attributes
48
61
  * ```javascript
@@ -51,6 +51,13 @@ export interface DescribeApplicableIndividualAssessmentsCommandOutput extends De
51
51
  * };
52
52
  * const command = new DescribeApplicableIndividualAssessmentsCommand(input);
53
53
  * const response = await client.send(command);
54
+ * // { // DescribeApplicableIndividualAssessmentsResponse
55
+ * // IndividualAssessmentNames: [ // IndividualAssessmentNameList
56
+ * // "STRING_VALUE",
57
+ * // ],
58
+ * // Marker: "STRING_VALUE",
59
+ * // };
60
+ *
54
61
  * ```
55
62
  *
56
63
  * @param DescribeApplicableIndividualAssessmentsCommandInput - {@link DescribeApplicableIndividualAssessmentsCommandInput}
@@ -69,6 +76,8 @@ export interface DescribeApplicableIndividualAssessmentsCommandOutput extends De
69
76
  * @throws {@link ResourceNotFoundFault} (client fault)
70
77
  * <p>The resource could not be found.</p>
71
78
  *
79
+ * @throws {@link DatabaseMigrationServiceServiceException}
80
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
72
81
  *
73
82
  */
74
83
  export declare class DescribeApplicableIndividualAssessmentsCommand extends $Command<DescribeApplicableIndividualAssessmentsCommandInput, DescribeApplicableIndividualAssessmentsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -40,6 +40,24 @@ export interface DescribeCertificatesCommandOutput extends DescribeCertificatesR
40
40
  * };
41
41
  * const command = new DescribeCertificatesCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // DescribeCertificatesResponse
44
+ * // Marker: "STRING_VALUE",
45
+ * // Certificates: [ // CertificateList
46
+ * // { // Certificate
47
+ * // CertificateIdentifier: "STRING_VALUE",
48
+ * // CertificateCreationDate: new Date("TIMESTAMP"),
49
+ * // CertificatePem: "STRING_VALUE",
50
+ * // CertificateWallet: "BLOB_VALUE",
51
+ * // CertificateArn: "STRING_VALUE",
52
+ * // CertificateOwner: "STRING_VALUE",
53
+ * // ValidFromDate: new Date("TIMESTAMP"),
54
+ * // ValidToDate: new Date("TIMESTAMP"),
55
+ * // SigningAlgorithm: "STRING_VALUE",
56
+ * // KeyLength: Number("int"),
57
+ * // },
58
+ * // ],
59
+ * // };
60
+ *
43
61
  * ```
44
62
  *
45
63
  * @param DescribeCertificatesCommandInput - {@link DescribeCertificatesCommandInput}
@@ -51,6 +69,8 @@ export interface DescribeCertificatesCommandOutput extends DescribeCertificatesR
51
69
  * @throws {@link ResourceNotFoundFault} (client fault)
52
70
  * <p>The resource could not be found.</p>
53
71
  *
72
+ * @throws {@link DatabaseMigrationServiceServiceException}
73
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
54
74
  *
55
75
  * @example Describe certificates
56
76
  * ```javascript
@@ -41,6 +41,20 @@ export interface DescribeConnectionsCommandOutput extends DescribeConnectionsRes
41
41
  * };
42
42
  * const command = new DescribeConnectionsCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // DescribeConnectionsResponse
45
+ * // Marker: "STRING_VALUE",
46
+ * // Connections: [ // ConnectionList
47
+ * // { // Connection
48
+ * // ReplicationInstanceArn: "STRING_VALUE",
49
+ * // EndpointArn: "STRING_VALUE",
50
+ * // Status: "STRING_VALUE",
51
+ * // LastFailureMessage: "STRING_VALUE",
52
+ * // EndpointIdentifier: "STRING_VALUE",
53
+ * // ReplicationInstanceIdentifier: "STRING_VALUE",
54
+ * // },
55
+ * // ],
56
+ * // };
57
+ *
44
58
  * ```
45
59
  *
46
60
  * @param DescribeConnectionsCommandInput - {@link DescribeConnectionsCommandInput}
@@ -52,6 +66,8 @@ export interface DescribeConnectionsCommandOutput extends DescribeConnectionsRes
52
66
  * @throws {@link ResourceNotFoundFault} (client fault)
53
67
  * <p>The resource could not be found.</p>
54
68
  *
69
+ * @throws {@link DatabaseMigrationServiceServiceException}
70
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
55
71
  *
56
72
  * @example Describe connections
57
73
  * ```javascript
@@ -34,6 +34,25 @@ export interface DescribeEndpointSettingsCommandOutput extends DescribeEndpointS
34
34
  * };
35
35
  * const command = new DescribeEndpointSettingsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DescribeEndpointSettingsResponse
38
+ * // Marker: "STRING_VALUE",
39
+ * // EndpointSettings: [ // EndpointSettingsList
40
+ * // { // EndpointSetting
41
+ * // Name: "STRING_VALUE",
42
+ * // Type: "string" || "boolean" || "integer" || "enum",
43
+ * // EnumValues: [ // EndpointSettingEnumValues
44
+ * // "STRING_VALUE",
45
+ * // ],
46
+ * // Sensitive: true || false,
47
+ * // Units: "STRING_VALUE",
48
+ * // Applicability: "STRING_VALUE",
49
+ * // IntValueMin: Number("int"),
50
+ * // IntValueMax: Number("int"),
51
+ * // DefaultValue: "STRING_VALUE",
52
+ * // },
53
+ * // ],
54
+ * // };
55
+ *
37
56
  * ```
38
57
  *
39
58
  * @param DescribeEndpointSettingsCommandInput - {@link DescribeEndpointSettingsCommandInput}
@@ -42,6 +61,8 @@ export interface DescribeEndpointSettingsCommandOutput extends DescribeEndpointS
42
61
  * @see {@link DescribeEndpointSettingsCommandOutput} for command's `response` shape.
43
62
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
44
63
  *
64
+ * @throws {@link DatabaseMigrationServiceServiceException}
65
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
45
66
  *
46
67
  */
47
68
  export declare class DescribeEndpointSettingsCommand extends $Command<DescribeEndpointSettingsCommandInput, DescribeEndpointSettingsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -40,6 +40,19 @@ export interface DescribeEndpointTypesCommandOutput extends DescribeEndpointType
40
40
  * };
41
41
  * const command = new DescribeEndpointTypesCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // DescribeEndpointTypesResponse
44
+ * // Marker: "STRING_VALUE",
45
+ * // SupportedEndpointTypes: [ // SupportedEndpointTypeList
46
+ * // { // SupportedEndpointType
47
+ * // EngineName: "STRING_VALUE",
48
+ * // SupportsCDC: true || false,
49
+ * // EndpointType: "source" || "target",
50
+ * // ReplicationInstanceEngineMinimumVersion: "STRING_VALUE",
51
+ * // EngineDisplayName: "STRING_VALUE",
52
+ * // },
53
+ * // ],
54
+ * // };
55
+ *
43
56
  * ```
44
57
  *
45
58
  * @param DescribeEndpointTypesCommandInput - {@link DescribeEndpointTypesCommandInput}
@@ -48,6 +61,8 @@ export interface DescribeEndpointTypesCommandOutput extends DescribeEndpointType
48
61
  * @see {@link DescribeEndpointTypesCommandOutput} for command's `response` shape.
49
62
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
50
63
  *
64
+ * @throws {@link DatabaseMigrationServiceServiceException}
65
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
51
66
  *
52
67
  * @example Describe endpoint types
53
68
  * ```javascript
@@ -40,6 +40,341 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons
40
40
  * };
41
41
  * const command = new DescribeEndpointsCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // DescribeEndpointsResponse
44
+ * // Marker: "STRING_VALUE",
45
+ * // Endpoints: [ // EndpointList
46
+ * // { // Endpoint
47
+ * // EndpointIdentifier: "STRING_VALUE",
48
+ * // EndpointType: "source" || "target",
49
+ * // EngineName: "STRING_VALUE",
50
+ * // EngineDisplayName: "STRING_VALUE",
51
+ * // Username: "STRING_VALUE",
52
+ * // ServerName: "STRING_VALUE",
53
+ * // Port: Number("int"),
54
+ * // DatabaseName: "STRING_VALUE",
55
+ * // ExtraConnectionAttributes: "STRING_VALUE",
56
+ * // Status: "STRING_VALUE",
57
+ * // KmsKeyId: "STRING_VALUE",
58
+ * // EndpointArn: "STRING_VALUE",
59
+ * // CertificateArn: "STRING_VALUE",
60
+ * // SslMode: "none" || "require" || "verify-ca" || "verify-full",
61
+ * // ServiceAccessRoleArn: "STRING_VALUE",
62
+ * // ExternalTableDefinition: "STRING_VALUE",
63
+ * // ExternalId: "STRING_VALUE",
64
+ * // DynamoDbSettings: { // DynamoDbSettings
65
+ * // ServiceAccessRoleArn: "STRING_VALUE", // required
66
+ * // },
67
+ * // S3Settings: { // S3Settings
68
+ * // ServiceAccessRoleArn: "STRING_VALUE",
69
+ * // ExternalTableDefinition: "STRING_VALUE",
70
+ * // CsvRowDelimiter: "STRING_VALUE",
71
+ * // CsvDelimiter: "STRING_VALUE",
72
+ * // BucketFolder: "STRING_VALUE",
73
+ * // BucketName: "STRING_VALUE",
74
+ * // CompressionType: "none" || "gzip",
75
+ * // EncryptionMode: "sse-s3" || "sse-kms",
76
+ * // ServerSideEncryptionKmsKeyId: "STRING_VALUE",
77
+ * // DataFormat: "csv" || "parquet",
78
+ * // EncodingType: "plain" || "plain-dictionary" || "rle-dictionary",
79
+ * // DictPageSizeLimit: Number("int"),
80
+ * // RowGroupLength: Number("int"),
81
+ * // DataPageSize: Number("int"),
82
+ * // ParquetVersion: "parquet-1-0" || "parquet-2-0",
83
+ * // EnableStatistics: true || false,
84
+ * // IncludeOpForFullLoad: true || false,
85
+ * // CdcInsertsOnly: true || false,
86
+ * // TimestampColumnName: "STRING_VALUE",
87
+ * // ParquetTimestampInMillisecond: true || false,
88
+ * // CdcInsertsAndUpdates: true || false,
89
+ * // DatePartitionEnabled: true || false,
90
+ * // DatePartitionSequence: "YYYYMMDD" || "YYYYMMDDHH" || "YYYYMM" || "MMYYYYDD" || "DDMMYYYY",
91
+ * // DatePartitionDelimiter: "SLASH" || "UNDERSCORE" || "DASH" || "NONE",
92
+ * // UseCsvNoSupValue: true || false,
93
+ * // CsvNoSupValue: "STRING_VALUE",
94
+ * // PreserveTransactions: true || false,
95
+ * // CdcPath: "STRING_VALUE",
96
+ * // UseTaskStartTimeForFullLoadTimestamp: true || false,
97
+ * // CannedAclForObjects: "none" || "private" || "public-read" || "public-read-write" || "authenticated-read" || "aws-exec-read" || "bucket-owner-read" || "bucket-owner-full-control",
98
+ * // AddColumnName: true || false,
99
+ * // CdcMaxBatchInterval: Number("int"),
100
+ * // CdcMinFileSize: Number("int"),
101
+ * // CsvNullValue: "STRING_VALUE",
102
+ * // IgnoreHeaderRows: Number("int"),
103
+ * // MaxFileSize: Number("int"),
104
+ * // Rfc4180: true || false,
105
+ * // DatePartitionTimezone: "STRING_VALUE",
106
+ * // AddTrailingPaddingCharacter: true || false,
107
+ * // ExpectedBucketOwner: "STRING_VALUE",
108
+ * // GlueCatalogGeneration: true || false,
109
+ * // },
110
+ * // DmsTransferSettings: { // DmsTransferSettings
111
+ * // ServiceAccessRoleArn: "STRING_VALUE",
112
+ * // BucketName: "STRING_VALUE",
113
+ * // },
114
+ * // MongoDbSettings: { // MongoDbSettings
115
+ * // Username: "STRING_VALUE",
116
+ * // Password: "STRING_VALUE",
117
+ * // ServerName: "STRING_VALUE",
118
+ * // Port: Number("int"),
119
+ * // DatabaseName: "STRING_VALUE",
120
+ * // AuthType: "no" || "password",
121
+ * // AuthMechanism: "default" || "mongodb_cr" || "scram_sha_1",
122
+ * // NestingLevel: "none" || "one",
123
+ * // ExtractDocId: "STRING_VALUE",
124
+ * // DocsToInvestigate: "STRING_VALUE",
125
+ * // AuthSource: "STRING_VALUE",
126
+ * // KmsKeyId: "STRING_VALUE",
127
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
128
+ * // SecretsManagerSecretId: "STRING_VALUE",
129
+ * // },
130
+ * // KinesisSettings: { // KinesisSettings
131
+ * // StreamArn: "STRING_VALUE",
132
+ * // MessageFormat: "json" || "json-unformatted",
133
+ * // ServiceAccessRoleArn: "STRING_VALUE",
134
+ * // IncludeTransactionDetails: true || false,
135
+ * // IncludePartitionValue: true || false,
136
+ * // PartitionIncludeSchemaTable: true || false,
137
+ * // IncludeTableAlterOperations: true || false,
138
+ * // IncludeControlDetails: true || false,
139
+ * // IncludeNullAndEmpty: true || false,
140
+ * // NoHexPrefix: true || false,
141
+ * // },
142
+ * // KafkaSettings: { // KafkaSettings
143
+ * // Broker: "STRING_VALUE",
144
+ * // Topic: "STRING_VALUE",
145
+ * // MessageFormat: "json" || "json-unformatted",
146
+ * // IncludeTransactionDetails: true || false,
147
+ * // IncludePartitionValue: true || false,
148
+ * // PartitionIncludeSchemaTable: true || false,
149
+ * // IncludeTableAlterOperations: true || false,
150
+ * // IncludeControlDetails: true || false,
151
+ * // MessageMaxBytes: Number("int"),
152
+ * // IncludeNullAndEmpty: true || false,
153
+ * // SecurityProtocol: "plaintext" || "ssl-authentication" || "ssl-encryption" || "sasl-ssl",
154
+ * // SslClientCertificateArn: "STRING_VALUE",
155
+ * // SslClientKeyArn: "STRING_VALUE",
156
+ * // SslClientKeyPassword: "STRING_VALUE",
157
+ * // SslCaCertificateArn: "STRING_VALUE",
158
+ * // SaslUsername: "STRING_VALUE",
159
+ * // SaslPassword: "STRING_VALUE",
160
+ * // NoHexPrefix: true || false,
161
+ * // SaslMechanism: "scram-sha-512" || "plain",
162
+ * // },
163
+ * // ElasticsearchSettings: { // ElasticsearchSettings
164
+ * // ServiceAccessRoleArn: "STRING_VALUE", // required
165
+ * // EndpointUri: "STRING_VALUE", // required
166
+ * // FullLoadErrorPercentage: Number("int"),
167
+ * // ErrorRetryDuration: Number("int"),
168
+ * // UseNewMappingType: true || false,
169
+ * // },
170
+ * // NeptuneSettings: { // NeptuneSettings
171
+ * // ServiceAccessRoleArn: "STRING_VALUE",
172
+ * // S3BucketName: "STRING_VALUE", // required
173
+ * // S3BucketFolder: "STRING_VALUE", // required
174
+ * // ErrorRetryDuration: Number("int"),
175
+ * // MaxFileSize: Number("int"),
176
+ * // MaxRetryCount: Number("int"),
177
+ * // IamAuthEnabled: true || false,
178
+ * // },
179
+ * // RedshiftSettings: { // RedshiftSettings
180
+ * // AcceptAnyDate: true || false,
181
+ * // AfterConnectScript: "STRING_VALUE",
182
+ * // BucketFolder: "STRING_VALUE",
183
+ * // BucketName: "STRING_VALUE",
184
+ * // CaseSensitiveNames: true || false,
185
+ * // CompUpdate: true || false,
186
+ * // ConnectionTimeout: Number("int"),
187
+ * // DatabaseName: "STRING_VALUE",
188
+ * // DateFormat: "STRING_VALUE",
189
+ * // EmptyAsNull: true || false,
190
+ * // EncryptionMode: "sse-s3" || "sse-kms",
191
+ * // ExplicitIds: true || false,
192
+ * // FileTransferUploadStreams: Number("int"),
193
+ * // LoadTimeout: Number("int"),
194
+ * // MaxFileSize: Number("int"),
195
+ * // Password: "STRING_VALUE",
196
+ * // Port: Number("int"),
197
+ * // RemoveQuotes: true || false,
198
+ * // ReplaceInvalidChars: "STRING_VALUE",
199
+ * // ReplaceChars: "STRING_VALUE",
200
+ * // ServerName: "STRING_VALUE",
201
+ * // ServiceAccessRoleArn: "STRING_VALUE",
202
+ * // ServerSideEncryptionKmsKeyId: "STRING_VALUE",
203
+ * // TimeFormat: "STRING_VALUE",
204
+ * // TrimBlanks: true || false,
205
+ * // TruncateColumns: true || false,
206
+ * // Username: "STRING_VALUE",
207
+ * // WriteBufferSize: Number("int"),
208
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
209
+ * // SecretsManagerSecretId: "STRING_VALUE",
210
+ * // MapBooleanAsBoolean: true || false,
211
+ * // },
212
+ * // PostgreSQLSettings: { // PostgreSQLSettings
213
+ * // AfterConnectScript: "STRING_VALUE",
214
+ * // CaptureDdls: true || false,
215
+ * // MaxFileSize: Number("int"),
216
+ * // DatabaseName: "STRING_VALUE",
217
+ * // DdlArtifactsSchema: "STRING_VALUE",
218
+ * // ExecuteTimeout: Number("int"),
219
+ * // FailTasksOnLobTruncation: true || false,
220
+ * // HeartbeatEnable: true || false,
221
+ * // HeartbeatSchema: "STRING_VALUE",
222
+ * // HeartbeatFrequency: Number("int"),
223
+ * // Password: "STRING_VALUE",
224
+ * // Port: Number("int"),
225
+ * // ServerName: "STRING_VALUE",
226
+ * // Username: "STRING_VALUE",
227
+ * // SlotName: "STRING_VALUE",
228
+ * // PluginName: "no-preference" || "test-decoding" || "pglogical",
229
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
230
+ * // SecretsManagerSecretId: "STRING_VALUE",
231
+ * // TrimSpaceInChar: true || false,
232
+ * // MapBooleanAsBoolean: true || false,
233
+ * // },
234
+ * // MySQLSettings: { // MySQLSettings
235
+ * // AfterConnectScript: "STRING_VALUE",
236
+ * // CleanSourceMetadataOnMismatch: true || false,
237
+ * // DatabaseName: "STRING_VALUE",
238
+ * // EventsPollInterval: Number("int"),
239
+ * // TargetDbType: "specific-database" || "multiple-databases",
240
+ * // MaxFileSize: Number("int"),
241
+ * // ParallelLoadThreads: Number("int"),
242
+ * // Password: "STRING_VALUE",
243
+ * // Port: Number("int"),
244
+ * // ServerName: "STRING_VALUE",
245
+ * // ServerTimezone: "STRING_VALUE",
246
+ * // Username: "STRING_VALUE",
247
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
248
+ * // SecretsManagerSecretId: "STRING_VALUE",
249
+ * // },
250
+ * // OracleSettings: { // OracleSettings
251
+ * // AddSupplementalLogging: true || false,
252
+ * // ArchivedLogDestId: Number("int"),
253
+ * // AdditionalArchivedLogDestId: Number("int"),
254
+ * // ExtraArchivedLogDestIds: [ // IntegerList
255
+ * // Number("int"),
256
+ * // ],
257
+ * // AllowSelectNestedTables: true || false,
258
+ * // ParallelAsmReadThreads: Number("int"),
259
+ * // ReadAheadBlocks: Number("int"),
260
+ * // AccessAlternateDirectly: true || false,
261
+ * // UseAlternateFolderForOnline: true || false,
262
+ * // OraclePathPrefix: "STRING_VALUE",
263
+ * // UsePathPrefix: "STRING_VALUE",
264
+ * // ReplacePathPrefix: true || false,
265
+ * // EnableHomogenousTablespace: true || false,
266
+ * // DirectPathNoLog: true || false,
267
+ * // ArchivedLogsOnly: true || false,
268
+ * // AsmPassword: "STRING_VALUE",
269
+ * // AsmServer: "STRING_VALUE",
270
+ * // AsmUser: "STRING_VALUE",
271
+ * // CharLengthSemantics: "default" || "char" || "byte",
272
+ * // DatabaseName: "STRING_VALUE",
273
+ * // DirectPathParallelLoad: true || false,
274
+ * // FailTasksOnLobTruncation: true || false,
275
+ * // NumberDatatypeScale: Number("int"),
276
+ * // Password: "STRING_VALUE",
277
+ * // Port: Number("int"),
278
+ * // ReadTableSpaceName: true || false,
279
+ * // RetryInterval: Number("int"),
280
+ * // SecurityDbEncryption: "STRING_VALUE",
281
+ * // SecurityDbEncryptionName: "STRING_VALUE",
282
+ * // ServerName: "STRING_VALUE",
283
+ * // SpatialDataOptionToGeoJsonFunctionName: "STRING_VALUE",
284
+ * // StandbyDelayTime: Number("int"),
285
+ * // Username: "STRING_VALUE",
286
+ * // UseBFile: true || false,
287
+ * // UseDirectPathFullLoad: true || false,
288
+ * // UseLogminerReader: true || false,
289
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
290
+ * // SecretsManagerSecretId: "STRING_VALUE",
291
+ * // SecretsManagerOracleAsmAccessRoleArn: "STRING_VALUE",
292
+ * // SecretsManagerOracleAsmSecretId: "STRING_VALUE",
293
+ * // TrimSpaceInChar: true || false,
294
+ * // ConvertTimestampWithZoneToUTC: true || false,
295
+ * // },
296
+ * // SybaseSettings: { // SybaseSettings
297
+ * // DatabaseName: "STRING_VALUE",
298
+ * // Password: "STRING_VALUE",
299
+ * // Port: Number("int"),
300
+ * // ServerName: "STRING_VALUE",
301
+ * // Username: "STRING_VALUE",
302
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
303
+ * // SecretsManagerSecretId: "STRING_VALUE",
304
+ * // },
305
+ * // MicrosoftSQLServerSettings: { // MicrosoftSQLServerSettings
306
+ * // Port: Number("int"),
307
+ * // BcpPacketSize: Number("int"),
308
+ * // DatabaseName: "STRING_VALUE",
309
+ * // ControlTablesFileGroup: "STRING_VALUE",
310
+ * // Password: "STRING_VALUE",
311
+ * // QuerySingleAlwaysOnNode: true || false,
312
+ * // ReadBackupOnly: true || false,
313
+ * // SafeguardPolicy: "rely-on-sql-server-replication-agent" || "exclusive-automatic-truncation" || "shared-automatic-truncation",
314
+ * // ServerName: "STRING_VALUE",
315
+ * // Username: "STRING_VALUE",
316
+ * // UseBcpFullLoad: true || false,
317
+ * // UseThirdPartyBackupDevice: true || false,
318
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
319
+ * // SecretsManagerSecretId: "STRING_VALUE",
320
+ * // TrimSpaceInChar: true || false,
321
+ * // TlogAccessMode: "BackupOnly" || "PreferBackup" || "PreferTlog" || "TlogOnly",
322
+ * // ForceLobLookup: true || false,
323
+ * // },
324
+ * // IBMDb2Settings: { // IBMDb2Settings
325
+ * // DatabaseName: "STRING_VALUE",
326
+ * // Password: "STRING_VALUE",
327
+ * // Port: Number("int"),
328
+ * // ServerName: "STRING_VALUE",
329
+ * // SetDataCaptureChanges: true || false,
330
+ * // CurrentLsn: "STRING_VALUE",
331
+ * // MaxKBytesPerRead: Number("int"),
332
+ * // Username: "STRING_VALUE",
333
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
334
+ * // SecretsManagerSecretId: "STRING_VALUE",
335
+ * // },
336
+ * // DocDbSettings: { // DocDbSettings
337
+ * // Username: "STRING_VALUE",
338
+ * // Password: "STRING_VALUE",
339
+ * // ServerName: "STRING_VALUE",
340
+ * // Port: Number("int"),
341
+ * // DatabaseName: "STRING_VALUE",
342
+ * // NestingLevel: "none" || "one",
343
+ * // ExtractDocId: true || false,
344
+ * // DocsToInvestigate: Number("int"),
345
+ * // KmsKeyId: "STRING_VALUE",
346
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
347
+ * // SecretsManagerSecretId: "STRING_VALUE",
348
+ * // },
349
+ * // RedisSettings: { // RedisSettings
350
+ * // ServerName: "STRING_VALUE", // required
351
+ * // Port: Number("int"), // required
352
+ * // SslSecurityProtocol: "plaintext" || "ssl-encryption",
353
+ * // AuthType: "none" || "auth-role" || "auth-token",
354
+ * // AuthUserName: "STRING_VALUE",
355
+ * // AuthPassword: "STRING_VALUE",
356
+ * // SslCaCertificateArn: "STRING_VALUE",
357
+ * // },
358
+ * // GcpMySQLSettings: { // GcpMySQLSettings
359
+ * // AfterConnectScript: "STRING_VALUE",
360
+ * // CleanSourceMetadataOnMismatch: true || false,
361
+ * // DatabaseName: "STRING_VALUE",
362
+ * // EventsPollInterval: Number("int"),
363
+ * // TargetDbType: "specific-database" || "multiple-databases",
364
+ * // MaxFileSize: Number("int"),
365
+ * // ParallelLoadThreads: Number("int"),
366
+ * // Password: "STRING_VALUE",
367
+ * // Port: Number("int"),
368
+ * // ServerName: "STRING_VALUE",
369
+ * // ServerTimezone: "STRING_VALUE",
370
+ * // Username: "STRING_VALUE",
371
+ * // SecretsManagerAccessRoleArn: "STRING_VALUE",
372
+ * // SecretsManagerSecretId: "STRING_VALUE",
373
+ * // },
374
+ * // },
375
+ * // ],
376
+ * // };
377
+ *
43
378
  * ```
44
379
  *
45
380
  * @param DescribeEndpointsCommandInput - {@link DescribeEndpointsCommandInput}
@@ -51,6 +386,8 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons
51
386
  * @throws {@link ResourceNotFoundFault} (client fault)
52
387
  * <p>The resource could not be found.</p>
53
388
  *
389
+ * @throws {@link DatabaseMigrationServiceServiceException}
390
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
54
391
  *
55
392
  * @example Describe endpoints
56
393
  * ```javascript
@@ -43,6 +43,17 @@ export interface DescribeEventCategoriesCommandOutput extends DescribeEventCateg
43
43
  * };
44
44
  * const command = new DescribeEventCategoriesCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // { // DescribeEventCategoriesResponse
47
+ * // EventCategoryGroupList: [ // EventCategoryGroupList
48
+ * // { // EventCategoryGroup
49
+ * // SourceType: "STRING_VALUE",
50
+ * // EventCategories: [ // EventCategoriesList
51
+ * // "STRING_VALUE",
52
+ * // ],
53
+ * // },
54
+ * // ],
55
+ * // };
56
+ *
46
57
  * ```
47
58
  *
48
59
  * @param DescribeEventCategoriesCommandInput - {@link DescribeEventCategoriesCommandInput}
@@ -51,6 +62,8 @@ export interface DescribeEventCategoriesCommandOutput extends DescribeEventCateg
51
62
  * @see {@link DescribeEventCategoriesCommandOutput} for command's `response` shape.
52
63
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
53
64
  *
65
+ * @throws {@link DatabaseMigrationServiceServiceException}
66
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
54
67
  *
55
68
  */
56
69
  export declare class DescribeEventCategoriesCommand extends $Command<DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {