@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
@@ -46,6 +46,27 @@ export interface DescribeEventSubscriptionsCommandOutput extends DescribeEventSu
46
46
  * };
47
47
  * const command = new DescribeEventSubscriptionsCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // { // DescribeEventSubscriptionsResponse
50
+ * // Marker: "STRING_VALUE",
51
+ * // EventSubscriptionsList: [ // EventSubscriptionsList
52
+ * // { // EventSubscription
53
+ * // CustomerAwsId: "STRING_VALUE",
54
+ * // CustSubscriptionId: "STRING_VALUE",
55
+ * // SnsTopicArn: "STRING_VALUE",
56
+ * // Status: "STRING_VALUE",
57
+ * // SubscriptionCreationTime: "STRING_VALUE",
58
+ * // SourceType: "STRING_VALUE",
59
+ * // SourceIdsList: [ // SourceIdsList
60
+ * // "STRING_VALUE",
61
+ * // ],
62
+ * // EventCategoriesList: [ // EventCategoriesList
63
+ * // "STRING_VALUE",
64
+ * // ],
65
+ * // Enabled: true || false,
66
+ * // },
67
+ * // ],
68
+ * // };
69
+ *
49
70
  * ```
50
71
  *
51
72
  * @param DescribeEventSubscriptionsCommandInput - {@link DescribeEventSubscriptionsCommandInput}
@@ -57,6 +78,8 @@ export interface DescribeEventSubscriptionsCommandOutput extends DescribeEventSu
57
78
  * @throws {@link ResourceNotFoundFault} (client fault)
58
79
  * <p>The resource could not be found.</p>
59
80
  *
81
+ * @throws {@link DatabaseMigrationServiceServiceException}
82
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
60
83
  *
61
84
  */
62
85
  export declare class DescribeEventSubscriptionsCommand extends $Command<DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -52,6 +52,21 @@ export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __M
52
52
  * };
53
53
  * const command = new DescribeEventsCommand(input);
54
54
  * const response = await client.send(command);
55
+ * // { // DescribeEventsResponse
56
+ * // Marker: "STRING_VALUE",
57
+ * // Events: [ // EventList
58
+ * // { // Event
59
+ * // SourceIdentifier: "STRING_VALUE",
60
+ * // SourceType: "replication-instance",
61
+ * // Message: "STRING_VALUE",
62
+ * // EventCategories: [ // EventCategoriesList
63
+ * // "STRING_VALUE",
64
+ * // ],
65
+ * // Date: new Date("TIMESTAMP"),
66
+ * // },
67
+ * // ],
68
+ * // };
69
+ *
55
70
  * ```
56
71
  *
57
72
  * @param DescribeEventsCommandInput - {@link DescribeEventsCommandInput}
@@ -60,6 +75,8 @@ export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __M
60
75
  * @see {@link DescribeEventsCommandOutput} for command's `response` shape.
61
76
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
62
77
  *
78
+ * @throws {@link DatabaseMigrationServiceServiceException}
79
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
63
80
  *
64
81
  */
65
82
  export declare class DescribeEventsCommand extends $Command<DescribeEventsCommandInput, DescribeEventsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -40,6 +40,35 @@ export interface DescribeFleetAdvisorCollectorsCommandOutput extends DescribeFle
40
40
  * };
41
41
  * const command = new DescribeFleetAdvisorCollectorsCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // DescribeFleetAdvisorCollectorsResponse
44
+ * // Collectors: [ // CollectorResponses
45
+ * // { // CollectorResponse
46
+ * // CollectorReferencedId: "STRING_VALUE",
47
+ * // CollectorName: "STRING_VALUE",
48
+ * // CollectorVersion: "STRING_VALUE",
49
+ * // VersionStatus: "UP_TO_DATE" || "OUTDATED" || "UNSUPPORTED",
50
+ * // Description: "STRING_VALUE",
51
+ * // S3BucketName: "STRING_VALUE",
52
+ * // ServiceAccessRoleArn: "STRING_VALUE",
53
+ * // CollectorHealthCheck: { // CollectorHealthCheck
54
+ * // CollectorStatus: "UNREGISTERED" || "ACTIVE",
55
+ * // LocalCollectorS3Access: true || false,
56
+ * // WebCollectorS3Access: true || false,
57
+ * // WebCollectorGrantedRoleBasedAccess: true || false,
58
+ * // },
59
+ * // LastDataReceived: "STRING_VALUE",
60
+ * // RegisteredDate: "STRING_VALUE",
61
+ * // CreatedDate: "STRING_VALUE",
62
+ * // ModifiedDate: "STRING_VALUE",
63
+ * // InventoryData: { // InventoryData
64
+ * // NumberOfDatabases: Number("int"),
65
+ * // NumberOfSchemas: Number("int"),
66
+ * // },
67
+ * // },
68
+ * // ],
69
+ * // NextToken: "STRING_VALUE",
70
+ * // };
71
+ *
43
72
  * ```
44
73
  *
45
74
  * @param DescribeFleetAdvisorCollectorsCommandInput - {@link DescribeFleetAdvisorCollectorsCommandInput}
@@ -51,6 +80,8 @@ export interface DescribeFleetAdvisorCollectorsCommandOutput extends DescribeFle
51
80
  * @throws {@link InvalidResourceStateFault} (client fault)
52
81
  * <p>The resource is in a state that prevents it from being used for database migration.</p>
53
82
  *
83
+ * @throws {@link DatabaseMigrationServiceServiceException}
84
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
54
85
  *
55
86
  */
56
87
  export declare class DescribeFleetAdvisorCollectorsCommand extends $Command<DescribeFleetAdvisorCollectorsCommandInput, DescribeFleetAdvisorCollectorsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -40,6 +40,38 @@ export interface DescribeFleetAdvisorDatabasesCommandOutput extends DescribeFlee
40
40
  * };
41
41
  * const command = new DescribeFleetAdvisorDatabasesCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // DescribeFleetAdvisorDatabasesResponse
44
+ * // Databases: [ // DatabaseList
45
+ * // { // DatabaseResponse
46
+ * // DatabaseId: "STRING_VALUE",
47
+ * // DatabaseName: "STRING_VALUE",
48
+ * // IpAddress: "STRING_VALUE",
49
+ * // NumberOfSchemas: Number("long"),
50
+ * // Server: { // ServerShortInfoResponse
51
+ * // ServerId: "STRING_VALUE",
52
+ * // IpAddress: "STRING_VALUE",
53
+ * // ServerName: "STRING_VALUE",
54
+ * // },
55
+ * // SoftwareDetails: { // DatabaseInstanceSoftwareDetailsResponse
56
+ * // Engine: "STRING_VALUE",
57
+ * // EngineVersion: "STRING_VALUE",
58
+ * // EngineEdition: "STRING_VALUE",
59
+ * // ServicePack: "STRING_VALUE",
60
+ * // SupportLevel: "STRING_VALUE",
61
+ * // OsArchitecture: Number("int"),
62
+ * // Tooltip: "STRING_VALUE",
63
+ * // },
64
+ * // Collectors: [ // CollectorsList
65
+ * // { // CollectorShortInfoResponse
66
+ * // CollectorReferencedId: "STRING_VALUE",
67
+ * // CollectorName: "STRING_VALUE",
68
+ * // },
69
+ * // ],
70
+ * // },
71
+ * // ],
72
+ * // NextToken: "STRING_VALUE",
73
+ * // };
74
+ *
43
75
  * ```
44
76
  *
45
77
  * @param DescribeFleetAdvisorDatabasesCommandInput - {@link DescribeFleetAdvisorDatabasesCommandInput}
@@ -51,6 +83,8 @@ export interface DescribeFleetAdvisorDatabasesCommandOutput extends DescribeFlee
51
83
  * @throws {@link InvalidResourceStateFault} (client fault)
52
84
  * <p>The resource is in a state that prevents it from being used for database migration.</p>
53
85
  *
86
+ * @throws {@link DatabaseMigrationServiceServiceException}
87
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
54
88
  *
55
89
  */
56
90
  export declare class DescribeFleetAdvisorDatabasesCommand extends $Command<DescribeFleetAdvisorDatabasesCommandInput, DescribeFleetAdvisorDatabasesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -33,6 +33,16 @@ export interface DescribeFleetAdvisorLsaAnalysisCommandOutput extends DescribeFl
33
33
  * };
34
34
  * const command = new DescribeFleetAdvisorLsaAnalysisCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeFleetAdvisorLsaAnalysisResponse
37
+ * // Analysis: [ // FleetAdvisorLsaAnalysisResponseList
38
+ * // { // FleetAdvisorLsaAnalysisResponse
39
+ * // LsaAnalysisId: "STRING_VALUE",
40
+ * // Status: "STRING_VALUE",
41
+ * // },
42
+ * // ],
43
+ * // NextToken: "STRING_VALUE",
44
+ * // };
45
+ *
36
46
  * ```
37
47
  *
38
48
  * @param DescribeFleetAdvisorLsaAnalysisCommandInput - {@link DescribeFleetAdvisorLsaAnalysisCommandInput}
@@ -44,6 +54,8 @@ export interface DescribeFleetAdvisorLsaAnalysisCommandOutput extends DescribeFl
44
54
  * @throws {@link InvalidResourceStateFault} (client fault)
45
55
  * <p>The resource is in a state that prevents it from being used for database migration.</p>
46
56
  *
57
+ * @throws {@link DatabaseMigrationServiceServiceException}
58
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
47
59
  *
48
60
  */
49
61
  export declare class DescribeFleetAdvisorLsaAnalysisCommand extends $Command<DescribeFleetAdvisorLsaAnalysisCommandInput, DescribeFleetAdvisorLsaAnalysisCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -41,6 +41,19 @@ export interface DescribeFleetAdvisorSchemaObjectSummaryCommandOutput extends De
41
41
  * };
42
42
  * const command = new DescribeFleetAdvisorSchemaObjectSummaryCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // DescribeFleetAdvisorSchemaObjectSummaryResponse
45
+ * // FleetAdvisorSchemaObjects: [ // FleetAdvisorSchemaObjectList
46
+ * // { // FleetAdvisorSchemaObjectResponse
47
+ * // SchemaId: "STRING_VALUE",
48
+ * // ObjectType: "STRING_VALUE",
49
+ * // NumberOfObjects: Number("long"),
50
+ * // CodeLineCount: Number("long"),
51
+ * // CodeSize: Number("long"),
52
+ * // },
53
+ * // ],
54
+ * // NextToken: "STRING_VALUE",
55
+ * // };
56
+ *
44
57
  * ```
45
58
  *
46
59
  * @param DescribeFleetAdvisorSchemaObjectSummaryCommandInput - {@link DescribeFleetAdvisorSchemaObjectSummaryCommandInput}
@@ -52,6 +65,8 @@ export interface DescribeFleetAdvisorSchemaObjectSummaryCommandOutput extends De
52
65
  * @throws {@link InvalidResourceStateFault} (client fault)
53
66
  * <p>The resource is in a state that prevents it from being used for database migration.</p>
54
67
  *
68
+ * @throws {@link DatabaseMigrationServiceServiceException}
69
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
55
70
  *
56
71
  */
57
72
  export declare class DescribeFleetAdvisorSchemaObjectSummaryCommand extends $Command<DescribeFleetAdvisorSchemaObjectSummaryCommandInput, DescribeFleetAdvisorSchemaObjectSummaryCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -40,6 +40,38 @@ export interface DescribeFleetAdvisorSchemasCommandOutput extends DescribeFleetA
40
40
  * };
41
41
  * const command = new DescribeFleetAdvisorSchemasCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // DescribeFleetAdvisorSchemasResponse
44
+ * // FleetAdvisorSchemas: [ // FleetAdvisorSchemaList
45
+ * // { // SchemaResponse
46
+ * // CodeLineCount: Number("long"),
47
+ * // CodeSize: Number("long"),
48
+ * // Complexity: "STRING_VALUE",
49
+ * // Server: { // ServerShortInfoResponse
50
+ * // ServerId: "STRING_VALUE",
51
+ * // IpAddress: "STRING_VALUE",
52
+ * // ServerName: "STRING_VALUE",
53
+ * // },
54
+ * // DatabaseInstance: { // DatabaseShortInfoResponse
55
+ * // DatabaseId: "STRING_VALUE",
56
+ * // DatabaseName: "STRING_VALUE",
57
+ * // DatabaseIpAddress: "STRING_VALUE",
58
+ * // DatabaseEngine: "STRING_VALUE",
59
+ * // },
60
+ * // SchemaId: "STRING_VALUE",
61
+ * // SchemaName: "STRING_VALUE",
62
+ * // OriginalSchema: { // SchemaShortInfoResponse
63
+ * // SchemaId: "STRING_VALUE",
64
+ * // SchemaName: "STRING_VALUE",
65
+ * // DatabaseId: "STRING_VALUE",
66
+ * // DatabaseName: "STRING_VALUE",
67
+ * // DatabaseIpAddress: "STRING_VALUE",
68
+ * // },
69
+ * // Similarity: Number("double"),
70
+ * // },
71
+ * // ],
72
+ * // NextToken: "STRING_VALUE",
73
+ * // };
74
+ *
43
75
  * ```
44
76
  *
45
77
  * @param DescribeFleetAdvisorSchemasCommandInput - {@link DescribeFleetAdvisorSchemasCommandInput}
@@ -51,6 +83,8 @@ export interface DescribeFleetAdvisorSchemasCommandOutput extends DescribeFleetA
51
83
  * @throws {@link InvalidResourceStateFault} (client fault)
52
84
  * <p>The resource is in a state that prevents it from being used for database migration.</p>
53
85
  *
86
+ * @throws {@link DatabaseMigrationServiceServiceException}
87
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
54
88
  *
55
89
  */
56
90
  export declare class DescribeFleetAdvisorSchemasCommand extends $Command<DescribeFleetAdvisorSchemasCommandInput, DescribeFleetAdvisorSchemasCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -33,6 +33,25 @@ export interface DescribeOrderableReplicationInstancesCommandOutput extends Desc
33
33
  * };
34
34
  * const command = new DescribeOrderableReplicationInstancesCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeOrderableReplicationInstancesResponse
37
+ * // OrderableReplicationInstances: [ // OrderableReplicationInstanceList
38
+ * // { // OrderableReplicationInstance
39
+ * // EngineVersion: "STRING_VALUE",
40
+ * // ReplicationInstanceClass: "STRING_VALUE",
41
+ * // StorageType: "STRING_VALUE",
42
+ * // MinAllocatedStorage: Number("int"),
43
+ * // MaxAllocatedStorage: Number("int"),
44
+ * // DefaultAllocatedStorage: Number("int"),
45
+ * // IncludedAllocatedStorage: Number("int"),
46
+ * // AvailabilityZones: [ // AvailabilityZonesList
47
+ * // "STRING_VALUE",
48
+ * // ],
49
+ * // ReleaseStatus: "beta" || "prod",
50
+ * // },
51
+ * // ],
52
+ * // Marker: "STRING_VALUE",
53
+ * // };
54
+ *
36
55
  * ```
37
56
  *
38
57
  * @param DescribeOrderableReplicationInstancesCommandInput - {@link DescribeOrderableReplicationInstancesCommandInput}
@@ -41,6 +60,8 @@ export interface DescribeOrderableReplicationInstancesCommandOutput extends Desc
41
60
  * @see {@link DescribeOrderableReplicationInstancesCommandOutput} for command's `response` shape.
42
61
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
43
62
  *
63
+ * @throws {@link DatabaseMigrationServiceServiceException}
64
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
44
65
  *
45
66
  * @example Describe orderable replication instances
46
67
  * ```javascript
@@ -41,6 +41,25 @@ export interface DescribePendingMaintenanceActionsCommandOutput extends Describe
41
41
  * };
42
42
  * const command = new DescribePendingMaintenanceActionsCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // DescribePendingMaintenanceActionsResponse
45
+ * // PendingMaintenanceActions: [ // PendingMaintenanceActions
46
+ * // { // ResourcePendingMaintenanceActions
47
+ * // ResourceIdentifier: "STRING_VALUE",
48
+ * // PendingMaintenanceActionDetails: [ // PendingMaintenanceActionDetails
49
+ * // { // PendingMaintenanceAction
50
+ * // Action: "STRING_VALUE",
51
+ * // AutoAppliedAfterDate: new Date("TIMESTAMP"),
52
+ * // ForcedApplyDate: new Date("TIMESTAMP"),
53
+ * // OptInStatus: "STRING_VALUE",
54
+ * // CurrentApplyDate: new Date("TIMESTAMP"),
55
+ * // Description: "STRING_VALUE",
56
+ * // },
57
+ * // ],
58
+ * // },
59
+ * // ],
60
+ * // Marker: "STRING_VALUE",
61
+ * // };
62
+ *
44
63
  * ```
45
64
  *
46
65
  * @param DescribePendingMaintenanceActionsCommandInput - {@link DescribePendingMaintenanceActionsCommandInput}
@@ -52,6 +71,8 @@ export interface DescribePendingMaintenanceActionsCommandOutput extends Describe
52
71
  * @throws {@link ResourceNotFoundFault} (client fault)
53
72
  * <p>The resource could not be found.</p>
54
73
  *
74
+ * @throws {@link DatabaseMigrationServiceServiceException}
75
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
55
76
  *
56
77
  */
57
78
  export declare class DescribePendingMaintenanceActionsCommand extends $Command<DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -41,6 +41,20 @@ export interface DescribeRecommendationLimitationsCommandOutput extends Describe
41
41
  * };
42
42
  * const command = new DescribeRecommendationLimitationsCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // DescribeRecommendationLimitationsResponse
45
+ * // NextToken: "STRING_VALUE",
46
+ * // Limitations: [ // LimitationList
47
+ * // { // Limitation
48
+ * // DatabaseId: "STRING_VALUE",
49
+ * // EngineName: "STRING_VALUE",
50
+ * // Name: "STRING_VALUE",
51
+ * // Description: "STRING_VALUE",
52
+ * // Impact: "STRING_VALUE",
53
+ * // Type: "STRING_VALUE",
54
+ * // },
55
+ * // ],
56
+ * // };
57
+ *
44
58
  * ```
45
59
  *
46
60
  * @param DescribeRecommendationLimitationsCommandInput - {@link DescribeRecommendationLimitationsCommandInput}
@@ -56,6 +70,8 @@ export interface DescribeRecommendationLimitationsCommandOutput extends Describe
56
70
  * @throws {@link InvalidResourceStateFault} (client fault)
57
71
  * <p>The resource is in a state that prevents it from being used for database migration.</p>
58
72
  *
73
+ * @throws {@link DatabaseMigrationServiceServiceException}
74
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
59
75
  *
60
76
  */
61
77
  export declare class DescribeRecommendationLimitationsCommand extends $Command<DescribeRecommendationLimitationsCommandInput, DescribeRecommendationLimitationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -41,6 +41,45 @@ export interface DescribeRecommendationsCommandOutput extends DescribeRecommenda
41
41
  * };
42
42
  * const command = new DescribeRecommendationsCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // DescribeRecommendationsResponse
45
+ * // NextToken: "STRING_VALUE",
46
+ * // Recommendations: [ // RecommendationList
47
+ * // { // Recommendation
48
+ * // DatabaseId: "STRING_VALUE",
49
+ * // EngineName: "STRING_VALUE",
50
+ * // CreatedDate: "STRING_VALUE",
51
+ * // Status: "STRING_VALUE",
52
+ * // Preferred: true || false,
53
+ * // Settings: { // RecommendationSettings
54
+ * // InstanceSizingType: "STRING_VALUE", // required
55
+ * // WorkloadType: "STRING_VALUE", // required
56
+ * // },
57
+ * // Data: { // RecommendationData
58
+ * // RdsEngine: { // RdsRecommendation
59
+ * // RequirementsToTarget: { // RdsRequirements
60
+ * // EngineEdition: "STRING_VALUE",
61
+ * // InstanceVcpu: Number("double"),
62
+ * // InstanceMemory: Number("double"),
63
+ * // StorageSize: Number("int"),
64
+ * // StorageIops: Number("int"),
65
+ * // DeploymentOption: "STRING_VALUE",
66
+ * // },
67
+ * // TargetConfiguration: { // RdsConfiguration
68
+ * // EngineEdition: "STRING_VALUE",
69
+ * // InstanceType: "STRING_VALUE",
70
+ * // InstanceVcpu: Number("double"),
71
+ * // InstanceMemory: Number("double"),
72
+ * // StorageType: "STRING_VALUE",
73
+ * // StorageSize: Number("int"),
74
+ * // StorageIops: Number("int"),
75
+ * // DeploymentOption: "STRING_VALUE",
76
+ * // },
77
+ * // },
78
+ * // },
79
+ * // },
80
+ * // ],
81
+ * // };
82
+ *
44
83
  * ```
45
84
  *
46
85
  * @param DescribeRecommendationsCommandInput - {@link DescribeRecommendationsCommandInput}
@@ -56,6 +95,8 @@ export interface DescribeRecommendationsCommandOutput extends DescribeRecommenda
56
95
  * @throws {@link InvalidResourceStateFault} (client fault)
57
96
  * <p>The resource is in a state that prevents it from being used for database migration.</p>
58
97
  *
98
+ * @throws {@link DatabaseMigrationServiceServiceException}
99
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
59
100
  *
60
101
  */
61
102
  export declare class DescribeRecommendationsCommand extends $Command<DescribeRecommendationsCommandInput, DescribeRecommendationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -31,6 +31,16 @@ export interface DescribeRefreshSchemasStatusCommandOutput extends DescribeRefre
31
31
  * };
32
32
  * const command = new DescribeRefreshSchemasStatusCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DescribeRefreshSchemasStatusResponse
35
+ * // RefreshSchemasStatus: { // RefreshSchemasStatus
36
+ * // EndpointArn: "STRING_VALUE",
37
+ * // ReplicationInstanceArn: "STRING_VALUE",
38
+ * // Status: "successful" || "failed" || "refreshing",
39
+ * // LastRefreshDate: new Date("TIMESTAMP"),
40
+ * // LastFailureMessage: "STRING_VALUE",
41
+ * // },
42
+ * // };
43
+ *
34
44
  * ```
35
45
  *
36
46
  * @param DescribeRefreshSchemasStatusCommandInput - {@link DescribeRefreshSchemasStatusCommandInput}
@@ -45,6 +55,8 @@ export interface DescribeRefreshSchemasStatusCommandOutput extends DescribeRefre
45
55
  * @throws {@link ResourceNotFoundFault} (client fault)
46
56
  * <p>The resource could not be found.</p>
47
57
  *
58
+ * @throws {@link DatabaseMigrationServiceServiceException}
59
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
48
60
  *
49
61
  * @example Describe refresh schema status
50
62
  * ```javascript
@@ -33,6 +33,18 @@ export interface DescribeReplicationInstanceTaskLogsCommandOutput extends Descri
33
33
  * };
34
34
  * const command = new DescribeReplicationInstanceTaskLogsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeReplicationInstanceTaskLogsResponse
37
+ * // ReplicationInstanceArn: "STRING_VALUE",
38
+ * // ReplicationInstanceTaskLogs: [ // ReplicationInstanceTaskLogsList
39
+ * // { // ReplicationInstanceTaskLog
40
+ * // ReplicationTaskName: "STRING_VALUE",
41
+ * // ReplicationTaskArn: "STRING_VALUE",
42
+ * // ReplicationInstanceTaskLogSize: Number("long"),
43
+ * // },
44
+ * // ],
45
+ * // Marker: "STRING_VALUE",
46
+ * // };
47
+ *
36
48
  * ```
37
49
  *
38
50
  * @param DescribeReplicationInstanceTaskLogsCommandInput - {@link DescribeReplicationInstanceTaskLogsCommandInput}
@@ -47,6 +59,8 @@ export interface DescribeReplicationInstanceTaskLogsCommandOutput extends Descri
47
59
  * @throws {@link ResourceNotFoundFault} (client fault)
48
60
  * <p>The resource could not be found.</p>
49
61
  *
62
+ * @throws {@link DatabaseMigrationServiceServiceException}
63
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
50
64
  *
51
65
  */
52
66
  export declare class DescribeReplicationInstanceTaskLogsCommand extends $Command<DescribeReplicationInstanceTaskLogsCommandInput, DescribeReplicationInstanceTaskLogsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -41,6 +41,73 @@ export interface DescribeReplicationInstancesCommandOutput extends DescribeRepli
41
41
  * };
42
42
  * const command = new DescribeReplicationInstancesCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // DescribeReplicationInstancesResponse
45
+ * // Marker: "STRING_VALUE",
46
+ * // ReplicationInstances: [ // ReplicationInstanceList
47
+ * // { // ReplicationInstance
48
+ * // ReplicationInstanceIdentifier: "STRING_VALUE",
49
+ * // ReplicationInstanceClass: "STRING_VALUE",
50
+ * // ReplicationInstanceStatus: "STRING_VALUE",
51
+ * // AllocatedStorage: Number("int"),
52
+ * // InstanceCreateTime: new Date("TIMESTAMP"),
53
+ * // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
54
+ * // { // VpcSecurityGroupMembership
55
+ * // VpcSecurityGroupId: "STRING_VALUE",
56
+ * // Status: "STRING_VALUE",
57
+ * // },
58
+ * // ],
59
+ * // AvailabilityZone: "STRING_VALUE",
60
+ * // ReplicationSubnetGroup: { // ReplicationSubnetGroup
61
+ * // ReplicationSubnetGroupIdentifier: "STRING_VALUE",
62
+ * // ReplicationSubnetGroupDescription: "STRING_VALUE",
63
+ * // VpcId: "STRING_VALUE",
64
+ * // SubnetGroupStatus: "STRING_VALUE",
65
+ * // Subnets: [ // SubnetList
66
+ * // { // Subnet
67
+ * // SubnetIdentifier: "STRING_VALUE",
68
+ * // SubnetAvailabilityZone: { // AvailabilityZone
69
+ * // Name: "STRING_VALUE",
70
+ * // },
71
+ * // SubnetStatus: "STRING_VALUE",
72
+ * // },
73
+ * // ],
74
+ * // SupportedNetworkTypes: [ // StringList
75
+ * // "STRING_VALUE",
76
+ * // ],
77
+ * // },
78
+ * // PreferredMaintenanceWindow: "STRING_VALUE",
79
+ * // PendingModifiedValues: { // ReplicationPendingModifiedValues
80
+ * // ReplicationInstanceClass: "STRING_VALUE",
81
+ * // AllocatedStorage: Number("int"),
82
+ * // MultiAZ: true || false,
83
+ * // EngineVersion: "STRING_VALUE",
84
+ * // NetworkType: "STRING_VALUE",
85
+ * // },
86
+ * // MultiAZ: true || false,
87
+ * // EngineVersion: "STRING_VALUE",
88
+ * // AutoMinorVersionUpgrade: true || false,
89
+ * // KmsKeyId: "STRING_VALUE",
90
+ * // ReplicationInstanceArn: "STRING_VALUE",
91
+ * // ReplicationInstancePublicIpAddress: "STRING_VALUE",
92
+ * // ReplicationInstancePrivateIpAddress: "STRING_VALUE",
93
+ * // ReplicationInstancePublicIpAddresses: [ // ReplicationInstancePublicIpAddressList
94
+ * // "STRING_VALUE",
95
+ * // ],
96
+ * // ReplicationInstancePrivateIpAddresses: [ // ReplicationInstancePrivateIpAddressList
97
+ * // "STRING_VALUE",
98
+ * // ],
99
+ * // ReplicationInstanceIpv6Addresses: [ // ReplicationInstanceIpv6AddressList
100
+ * // "STRING_VALUE",
101
+ * // ],
102
+ * // PubliclyAccessible: true || false,
103
+ * // SecondaryAvailabilityZone: "STRING_VALUE",
104
+ * // FreeUntil: new Date("TIMESTAMP"),
105
+ * // DnsNameServers: "STRING_VALUE",
106
+ * // NetworkType: "STRING_VALUE",
107
+ * // },
108
+ * // ],
109
+ * // };
110
+ *
44
111
  * ```
45
112
  *
46
113
  * @param DescribeReplicationInstancesCommandInput - {@link DescribeReplicationInstancesCommandInput}
@@ -52,6 +119,8 @@ export interface DescribeReplicationInstancesCommandOutput extends DescribeRepli
52
119
  * @throws {@link ResourceNotFoundFault} (client fault)
53
120
  * <p>The resource could not be found.</p>
54
121
  *
122
+ * @throws {@link DatabaseMigrationServiceServiceException}
123
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
55
124
  *
56
125
  * @example Describe replication instances
57
126
  * ```javascript
@@ -40,6 +40,30 @@ export interface DescribeReplicationSubnetGroupsCommandOutput extends DescribeRe
40
40
  * };
41
41
  * const command = new DescribeReplicationSubnetGroupsCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // DescribeReplicationSubnetGroupsResponse
44
+ * // Marker: "STRING_VALUE",
45
+ * // ReplicationSubnetGroups: [ // ReplicationSubnetGroups
46
+ * // { // ReplicationSubnetGroup
47
+ * // ReplicationSubnetGroupIdentifier: "STRING_VALUE",
48
+ * // ReplicationSubnetGroupDescription: "STRING_VALUE",
49
+ * // VpcId: "STRING_VALUE",
50
+ * // SubnetGroupStatus: "STRING_VALUE",
51
+ * // Subnets: [ // SubnetList
52
+ * // { // Subnet
53
+ * // SubnetIdentifier: "STRING_VALUE",
54
+ * // SubnetAvailabilityZone: { // AvailabilityZone
55
+ * // Name: "STRING_VALUE",
56
+ * // },
57
+ * // SubnetStatus: "STRING_VALUE",
58
+ * // },
59
+ * // ],
60
+ * // SupportedNetworkTypes: [ // StringList
61
+ * // "STRING_VALUE",
62
+ * // ],
63
+ * // },
64
+ * // ],
65
+ * // };
66
+ *
43
67
  * ```
44
68
  *
45
69
  * @param DescribeReplicationSubnetGroupsCommandInput - {@link DescribeReplicationSubnetGroupsCommandInput}
@@ -51,6 +75,8 @@ export interface DescribeReplicationSubnetGroupsCommandOutput extends DescribeRe
51
75
  * @throws {@link ResourceNotFoundFault} (client fault)
52
76
  * <p>The resource could not be found.</p>
53
77
  *
78
+ * @throws {@link DatabaseMigrationServiceServiceException}
79
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
54
80
  *
55
81
  * @example Describe replication subnet groups
56
82
  * ```javascript
@@ -38,6 +38,22 @@ export interface DescribeReplicationTaskAssessmentResultsCommandOutput extends D
38
38
  * };
39
39
  * const command = new DescribeReplicationTaskAssessmentResultsCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // DescribeReplicationTaskAssessmentResultsResponse
42
+ * // Marker: "STRING_VALUE",
43
+ * // BucketName: "STRING_VALUE",
44
+ * // ReplicationTaskAssessmentResults: [ // ReplicationTaskAssessmentResultList
45
+ * // { // ReplicationTaskAssessmentResult
46
+ * // ReplicationTaskIdentifier: "STRING_VALUE",
47
+ * // ReplicationTaskArn: "STRING_VALUE",
48
+ * // ReplicationTaskLastAssessmentDate: new Date("TIMESTAMP"),
49
+ * // AssessmentStatus: "STRING_VALUE",
50
+ * // AssessmentResultsFile: "STRING_VALUE",
51
+ * // AssessmentResults: "STRING_VALUE",
52
+ * // S3ObjectUrl: "STRING_VALUE",
53
+ * // },
54
+ * // ],
55
+ * // };
56
+ *
41
57
  * ```
42
58
  *
43
59
  * @param DescribeReplicationTaskAssessmentResultsCommandInput - {@link DescribeReplicationTaskAssessmentResultsCommandInput}
@@ -49,6 +65,8 @@ export interface DescribeReplicationTaskAssessmentResultsCommandOutput extends D
49
65
  * @throws {@link ResourceNotFoundFault} (client fault)
50
66
  * <p>The resource could not be found.</p>
51
67
  *
68
+ * @throws {@link DatabaseMigrationServiceServiceException}
69
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
52
70
  *
53
71
  */
54
72
  export declare class DescribeReplicationTaskAssessmentResultsCommand extends $Command<DescribeReplicationTaskAssessmentResultsCommandInput, DescribeReplicationTaskAssessmentResultsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {