@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
@@ -47,6 +47,70 @@ export interface ModifyReplicationInstanceCommandOutput extends ModifyReplicatio
47
47
  * };
48
48
  * const command = new ModifyReplicationInstanceCommand(input);
49
49
  * const response = await client.send(command);
50
+ * // { // ModifyReplicationInstanceResponse
51
+ * // ReplicationInstance: { // ReplicationInstance
52
+ * // ReplicationInstanceIdentifier: "STRING_VALUE",
53
+ * // ReplicationInstanceClass: "STRING_VALUE",
54
+ * // ReplicationInstanceStatus: "STRING_VALUE",
55
+ * // AllocatedStorage: Number("int"),
56
+ * // InstanceCreateTime: new Date("TIMESTAMP"),
57
+ * // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
58
+ * // { // VpcSecurityGroupMembership
59
+ * // VpcSecurityGroupId: "STRING_VALUE",
60
+ * // Status: "STRING_VALUE",
61
+ * // },
62
+ * // ],
63
+ * // AvailabilityZone: "STRING_VALUE",
64
+ * // ReplicationSubnetGroup: { // ReplicationSubnetGroup
65
+ * // ReplicationSubnetGroupIdentifier: "STRING_VALUE",
66
+ * // ReplicationSubnetGroupDescription: "STRING_VALUE",
67
+ * // VpcId: "STRING_VALUE",
68
+ * // SubnetGroupStatus: "STRING_VALUE",
69
+ * // Subnets: [ // SubnetList
70
+ * // { // Subnet
71
+ * // SubnetIdentifier: "STRING_VALUE",
72
+ * // SubnetAvailabilityZone: { // AvailabilityZone
73
+ * // Name: "STRING_VALUE",
74
+ * // },
75
+ * // SubnetStatus: "STRING_VALUE",
76
+ * // },
77
+ * // ],
78
+ * // SupportedNetworkTypes: [ // StringList
79
+ * // "STRING_VALUE",
80
+ * // ],
81
+ * // },
82
+ * // PreferredMaintenanceWindow: "STRING_VALUE",
83
+ * // PendingModifiedValues: { // ReplicationPendingModifiedValues
84
+ * // ReplicationInstanceClass: "STRING_VALUE",
85
+ * // AllocatedStorage: Number("int"),
86
+ * // MultiAZ: true || false,
87
+ * // EngineVersion: "STRING_VALUE",
88
+ * // NetworkType: "STRING_VALUE",
89
+ * // },
90
+ * // MultiAZ: true || false,
91
+ * // EngineVersion: "STRING_VALUE",
92
+ * // AutoMinorVersionUpgrade: true || false,
93
+ * // KmsKeyId: "STRING_VALUE",
94
+ * // ReplicationInstanceArn: "STRING_VALUE",
95
+ * // ReplicationInstancePublicIpAddress: "STRING_VALUE",
96
+ * // ReplicationInstancePrivateIpAddress: "STRING_VALUE",
97
+ * // ReplicationInstancePublicIpAddresses: [ // ReplicationInstancePublicIpAddressList
98
+ * // "STRING_VALUE",
99
+ * // ],
100
+ * // ReplicationInstancePrivateIpAddresses: [ // ReplicationInstancePrivateIpAddressList
101
+ * // "STRING_VALUE",
102
+ * // ],
103
+ * // ReplicationInstanceIpv6Addresses: [ // ReplicationInstanceIpv6AddressList
104
+ * // "STRING_VALUE",
105
+ * // ],
106
+ * // PubliclyAccessible: true || false,
107
+ * // SecondaryAvailabilityZone: "STRING_VALUE",
108
+ * // FreeUntil: new Date("TIMESTAMP"),
109
+ * // DnsNameServers: "STRING_VALUE",
110
+ * // NetworkType: "STRING_VALUE",
111
+ * // },
112
+ * // };
113
+ *
50
114
  * ```
51
115
  *
52
116
  * @param ModifyReplicationInstanceCommandInput - {@link ModifyReplicationInstanceCommandInput}
@@ -77,6 +141,8 @@ export interface ModifyReplicationInstanceCommandOutput extends ModifyReplicatio
77
141
  * @throws {@link UpgradeDependencyFailureFault} (client fault)
78
142
  * <p>An upgrade dependency is preventing the database migration.</p>
79
143
  *
144
+ * @throws {@link DatabaseMigrationServiceServiceException}
145
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
80
146
  *
81
147
  * @example Modify replication instance
82
148
  * ```javascript
@@ -35,6 +35,27 @@ export interface ModifyReplicationSubnetGroupCommandOutput extends ModifyReplica
35
35
  * };
36
36
  * const command = new ModifyReplicationSubnetGroupCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ModifyReplicationSubnetGroupResponse
39
+ * // ReplicationSubnetGroup: { // ReplicationSubnetGroup
40
+ * // ReplicationSubnetGroupIdentifier: "STRING_VALUE",
41
+ * // ReplicationSubnetGroupDescription: "STRING_VALUE",
42
+ * // VpcId: "STRING_VALUE",
43
+ * // SubnetGroupStatus: "STRING_VALUE",
44
+ * // Subnets: [ // SubnetList
45
+ * // { // Subnet
46
+ * // SubnetIdentifier: "STRING_VALUE",
47
+ * // SubnetAvailabilityZone: { // AvailabilityZone
48
+ * // Name: "STRING_VALUE",
49
+ * // },
50
+ * // SubnetStatus: "STRING_VALUE",
51
+ * // },
52
+ * // ],
53
+ * // SupportedNetworkTypes: [ // StringList
54
+ * // "STRING_VALUE",
55
+ * // ],
56
+ * // },
57
+ * // };
58
+ *
38
59
  * ```
39
60
  *
40
61
  * @param ModifyReplicationSubnetGroupCommandInput - {@link ModifyReplicationSubnetGroupCommandInput}
@@ -62,6 +83,8 @@ export interface ModifyReplicationSubnetGroupCommandOutput extends ModifyReplica
62
83
  * @throws {@link SubnetAlreadyInUse} (client fault)
63
84
  * <p>The specified subnet is already in use.</p>
64
85
  *
86
+ * @throws {@link DatabaseMigrationServiceServiceException}
87
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
65
88
  *
66
89
  * @example Modify replication subnet group
67
90
  * ```javascript
@@ -42,6 +42,42 @@ export interface ModifyReplicationTaskCommandOutput extends ModifyReplicationTas
42
42
  * };
43
43
  * const command = new ModifyReplicationTaskCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // ModifyReplicationTaskResponse
46
+ * // ReplicationTask: { // ReplicationTask
47
+ * // ReplicationTaskIdentifier: "STRING_VALUE",
48
+ * // SourceEndpointArn: "STRING_VALUE",
49
+ * // TargetEndpointArn: "STRING_VALUE",
50
+ * // ReplicationInstanceArn: "STRING_VALUE",
51
+ * // MigrationType: "full-load" || "cdc" || "full-load-and-cdc",
52
+ * // TableMappings: "STRING_VALUE",
53
+ * // ReplicationTaskSettings: "STRING_VALUE",
54
+ * // Status: "STRING_VALUE",
55
+ * // LastFailureMessage: "STRING_VALUE",
56
+ * // StopReason: "STRING_VALUE",
57
+ * // ReplicationTaskCreationDate: new Date("TIMESTAMP"),
58
+ * // ReplicationTaskStartDate: new Date("TIMESTAMP"),
59
+ * // CdcStartPosition: "STRING_VALUE",
60
+ * // CdcStopPosition: "STRING_VALUE",
61
+ * // RecoveryCheckpoint: "STRING_VALUE",
62
+ * // ReplicationTaskArn: "STRING_VALUE",
63
+ * // ReplicationTaskStats: { // ReplicationTaskStats
64
+ * // FullLoadProgressPercent: Number("int"),
65
+ * // ElapsedTimeMillis: Number("long"),
66
+ * // TablesLoaded: Number("int"),
67
+ * // TablesLoading: Number("int"),
68
+ * // TablesQueued: Number("int"),
69
+ * // TablesErrored: Number("int"),
70
+ * // FreshStartDate: new Date("TIMESTAMP"),
71
+ * // StartDate: new Date("TIMESTAMP"),
72
+ * // StopDate: new Date("TIMESTAMP"),
73
+ * // FullLoadStartDate: new Date("TIMESTAMP"),
74
+ * // FullLoadFinishDate: new Date("TIMESTAMP"),
75
+ * // },
76
+ * // TaskData: "STRING_VALUE",
77
+ * // TargetReplicationInstanceArn: "STRING_VALUE",
78
+ * // },
79
+ * // };
80
+ *
45
81
  * ```
46
82
  *
47
83
  * @param ModifyReplicationTaskCommandInput - {@link ModifyReplicationTaskCommandInput}
@@ -62,6 +98,8 @@ export interface ModifyReplicationTaskCommandOutput extends ModifyReplicationTas
62
98
  * @throws {@link ResourceNotFoundFault} (client fault)
63
99
  * <p>The resource could not be found.</p>
64
100
  *
101
+ * @throws {@link DatabaseMigrationServiceServiceException}
102
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
65
103
  *
66
104
  */
67
105
  export declare class ModifyReplicationTaskCommand extends $Command<ModifyReplicationTaskCommandInput, ModifyReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -35,6 +35,42 @@ export interface MoveReplicationTaskCommandOutput extends MoveReplicationTaskRes
35
35
  * };
36
36
  * const command = new MoveReplicationTaskCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // MoveReplicationTaskResponse
39
+ * // ReplicationTask: { // ReplicationTask
40
+ * // ReplicationTaskIdentifier: "STRING_VALUE",
41
+ * // SourceEndpointArn: "STRING_VALUE",
42
+ * // TargetEndpointArn: "STRING_VALUE",
43
+ * // ReplicationInstanceArn: "STRING_VALUE",
44
+ * // MigrationType: "full-load" || "cdc" || "full-load-and-cdc",
45
+ * // TableMappings: "STRING_VALUE",
46
+ * // ReplicationTaskSettings: "STRING_VALUE",
47
+ * // Status: "STRING_VALUE",
48
+ * // LastFailureMessage: "STRING_VALUE",
49
+ * // StopReason: "STRING_VALUE",
50
+ * // ReplicationTaskCreationDate: new Date("TIMESTAMP"),
51
+ * // ReplicationTaskStartDate: new Date("TIMESTAMP"),
52
+ * // CdcStartPosition: "STRING_VALUE",
53
+ * // CdcStopPosition: "STRING_VALUE",
54
+ * // RecoveryCheckpoint: "STRING_VALUE",
55
+ * // ReplicationTaskArn: "STRING_VALUE",
56
+ * // ReplicationTaskStats: { // ReplicationTaskStats
57
+ * // FullLoadProgressPercent: Number("int"),
58
+ * // ElapsedTimeMillis: Number("long"),
59
+ * // TablesLoaded: Number("int"),
60
+ * // TablesLoading: Number("int"),
61
+ * // TablesQueued: Number("int"),
62
+ * // TablesErrored: Number("int"),
63
+ * // FreshStartDate: new Date("TIMESTAMP"),
64
+ * // StartDate: new Date("TIMESTAMP"),
65
+ * // StopDate: new Date("TIMESTAMP"),
66
+ * // FullLoadStartDate: new Date("TIMESTAMP"),
67
+ * // FullLoadFinishDate: new Date("TIMESTAMP"),
68
+ * // },
69
+ * // TaskData: "STRING_VALUE",
70
+ * // TargetReplicationInstanceArn: "STRING_VALUE",
71
+ * // },
72
+ * // };
73
+ *
38
74
  * ```
39
75
  *
40
76
  * @param MoveReplicationTaskCommandInput - {@link MoveReplicationTaskCommandInput}
@@ -59,6 +95,8 @@ export interface MoveReplicationTaskCommandOutput extends MoveReplicationTaskRes
59
95
  * @throws {@link ResourceQuotaExceededFault} (client fault)
60
96
  * <p>The quota for this resource quota has been exceeded.</p>
61
97
  *
98
+ * @throws {@link DatabaseMigrationServiceServiceException}
99
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
62
100
  *
63
101
  */
64
102
  export declare class MoveReplicationTaskCommand extends $Command<MoveReplicationTaskCommandInput, MoveReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -34,6 +34,70 @@ export interface RebootReplicationInstanceCommandOutput extends RebootReplicatio
34
34
  * };
35
35
  * const command = new RebootReplicationInstanceCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // RebootReplicationInstanceResponse
38
+ * // ReplicationInstance: { // ReplicationInstance
39
+ * // ReplicationInstanceIdentifier: "STRING_VALUE",
40
+ * // ReplicationInstanceClass: "STRING_VALUE",
41
+ * // ReplicationInstanceStatus: "STRING_VALUE",
42
+ * // AllocatedStorage: Number("int"),
43
+ * // InstanceCreateTime: new Date("TIMESTAMP"),
44
+ * // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
45
+ * // { // VpcSecurityGroupMembership
46
+ * // VpcSecurityGroupId: "STRING_VALUE",
47
+ * // Status: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // AvailabilityZone: "STRING_VALUE",
51
+ * // ReplicationSubnetGroup: { // ReplicationSubnetGroup
52
+ * // ReplicationSubnetGroupIdentifier: "STRING_VALUE",
53
+ * // ReplicationSubnetGroupDescription: "STRING_VALUE",
54
+ * // VpcId: "STRING_VALUE",
55
+ * // SubnetGroupStatus: "STRING_VALUE",
56
+ * // Subnets: [ // SubnetList
57
+ * // { // Subnet
58
+ * // SubnetIdentifier: "STRING_VALUE",
59
+ * // SubnetAvailabilityZone: { // AvailabilityZone
60
+ * // Name: "STRING_VALUE",
61
+ * // },
62
+ * // SubnetStatus: "STRING_VALUE",
63
+ * // },
64
+ * // ],
65
+ * // SupportedNetworkTypes: [ // StringList
66
+ * // "STRING_VALUE",
67
+ * // ],
68
+ * // },
69
+ * // PreferredMaintenanceWindow: "STRING_VALUE",
70
+ * // PendingModifiedValues: { // ReplicationPendingModifiedValues
71
+ * // ReplicationInstanceClass: "STRING_VALUE",
72
+ * // AllocatedStorage: Number("int"),
73
+ * // MultiAZ: true || false,
74
+ * // EngineVersion: "STRING_VALUE",
75
+ * // NetworkType: "STRING_VALUE",
76
+ * // },
77
+ * // MultiAZ: true || false,
78
+ * // EngineVersion: "STRING_VALUE",
79
+ * // AutoMinorVersionUpgrade: true || false,
80
+ * // KmsKeyId: "STRING_VALUE",
81
+ * // ReplicationInstanceArn: "STRING_VALUE",
82
+ * // ReplicationInstancePublicIpAddress: "STRING_VALUE",
83
+ * // ReplicationInstancePrivateIpAddress: "STRING_VALUE",
84
+ * // ReplicationInstancePublicIpAddresses: [ // ReplicationInstancePublicIpAddressList
85
+ * // "STRING_VALUE",
86
+ * // ],
87
+ * // ReplicationInstancePrivateIpAddresses: [ // ReplicationInstancePrivateIpAddressList
88
+ * // "STRING_VALUE",
89
+ * // ],
90
+ * // ReplicationInstanceIpv6Addresses: [ // ReplicationInstanceIpv6AddressList
91
+ * // "STRING_VALUE",
92
+ * // ],
93
+ * // PubliclyAccessible: true || false,
94
+ * // SecondaryAvailabilityZone: "STRING_VALUE",
95
+ * // FreeUntil: new Date("TIMESTAMP"),
96
+ * // DnsNameServers: "STRING_VALUE",
97
+ * // NetworkType: "STRING_VALUE",
98
+ * // },
99
+ * // };
100
+ *
37
101
  * ```
38
102
  *
39
103
  * @param RebootReplicationInstanceCommandInput - {@link RebootReplicationInstanceCommandInput}
@@ -48,6 +112,8 @@ export interface RebootReplicationInstanceCommandOutput extends RebootReplicatio
48
112
  * @throws {@link ResourceNotFoundFault} (client fault)
49
113
  * <p>The resource could not be found.</p>
50
114
  *
115
+ * @throws {@link DatabaseMigrationServiceServiceException}
116
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
51
117
  *
52
118
  */
53
119
  export declare class RebootReplicationInstanceCommand extends $Command<RebootReplicationInstanceCommandInput, RebootReplicationInstanceCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -34,6 +34,16 @@ export interface RefreshSchemasCommandOutput extends RefreshSchemasResponse, __M
34
34
  * };
35
35
  * const command = new RefreshSchemasCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // RefreshSchemasResponse
38
+ * // RefreshSchemasStatus: { // RefreshSchemasStatus
39
+ * // EndpointArn: "STRING_VALUE",
40
+ * // ReplicationInstanceArn: "STRING_VALUE",
41
+ * // Status: "successful" || "failed" || "refreshing",
42
+ * // LastRefreshDate: new Date("TIMESTAMP"),
43
+ * // LastFailureMessage: "STRING_VALUE",
44
+ * // },
45
+ * // };
46
+ *
37
47
  * ```
38
48
  *
39
49
  * @param RefreshSchemasCommandInput - {@link RefreshSchemasCommandInput}
@@ -54,6 +64,8 @@ export interface RefreshSchemasCommandOutput extends RefreshSchemasResponse, __M
54
64
  * @throws {@link ResourceQuotaExceededFault} (client fault)
55
65
  * <p>The quota for this resource quota has been exceeded.</p>
56
66
  *
67
+ * @throws {@link DatabaseMigrationServiceServiceException}
68
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
57
69
  *
58
70
  * @example Refresh schema
59
71
  * ```javascript
@@ -40,6 +40,10 @@ export interface ReloadTablesCommandOutput extends ReloadTablesResponse, __Metad
40
40
  * };
41
41
  * const command = new ReloadTablesCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // ReloadTablesResponse
44
+ * // ReplicationTaskArn: "STRING_VALUE",
45
+ * // };
46
+ *
43
47
  * ```
44
48
  *
45
49
  * @param ReloadTablesCommandInput - {@link ReloadTablesCommandInput}
@@ -54,6 +58,8 @@ export interface ReloadTablesCommandOutput extends ReloadTablesResponse, __Metad
54
58
  * @throws {@link ResourceNotFoundFault} (client fault)
55
59
  * <p>The resource could not be found.</p>
56
60
  *
61
+ * @throws {@link DatabaseMigrationServiceServiceException}
62
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
57
63
  *
58
64
  */
59
65
  export declare class ReloadTablesCommand extends $Command<ReloadTablesCommandInput, ReloadTablesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -39,6 +39,8 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
39
39
  * };
40
40
  * const command = new RemoveTagsFromResourceCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // {};
43
+ *
42
44
  * ```
43
45
  *
44
46
  * @param RemoveTagsFromResourceCommandInput - {@link RemoveTagsFromResourceCommandInput}
@@ -50,6 +52,8 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
50
52
  * @throws {@link ResourceNotFoundFault} (client fault)
51
53
  * <p>The resource could not be found.</p>
52
54
  *
55
+ * @throws {@link DatabaseMigrationServiceServiceException}
56
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
53
57
  *
54
58
  * @example Remove tags from resource
55
59
  * ```javascript
@@ -29,6 +29,11 @@ export interface RunFleetAdvisorLsaAnalysisCommandOutput extends RunFleetAdvisor
29
29
  * const input = {};
30
30
  * const command = new RunFleetAdvisorLsaAnalysisCommand(input);
31
31
  * const response = await client.send(command);
32
+ * // { // RunFleetAdvisorLsaAnalysisResponse
33
+ * // LsaAnalysisId: "STRING_VALUE",
34
+ * // Status: "STRING_VALUE",
35
+ * // };
36
+ *
32
37
  * ```
33
38
  *
34
39
  * @param RunFleetAdvisorLsaAnalysisCommandInput - {@link RunFleetAdvisorLsaAnalysisCommandInput}
@@ -43,6 +48,8 @@ export interface RunFleetAdvisorLsaAnalysisCommandOutput extends RunFleetAdvisor
43
48
  * @throws {@link ResourceNotFoundFault} (client fault)
44
49
  * <p>The resource could not be found.</p>
45
50
  *
51
+ * @throws {@link DatabaseMigrationServiceServiceException}
52
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
46
53
  *
47
54
  */
48
55
  export declare class RunFleetAdvisorLsaAnalysisCommand extends $Command<RunFleetAdvisorLsaAnalysisCommandInput, RunFleetAdvisorLsaAnalysisCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -37,6 +37,8 @@ export interface StartRecommendationsCommandOutput extends __MetadataBearer {
37
37
  * };
38
38
  * const command = new StartRecommendationsCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // {};
41
+ *
40
42
  * ```
41
43
  *
42
44
  * @param StartRecommendationsCommandInput - {@link StartRecommendationsCommandInput}
@@ -55,6 +57,8 @@ export interface StartRecommendationsCommandOutput extends __MetadataBearer {
55
57
  * @throws {@link ResourceNotFoundFault} (client fault)
56
58
  * <p>The resource could not be found.</p>
57
59
  *
60
+ * @throws {@link DatabaseMigrationServiceServiceException}
61
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
58
62
  *
59
63
  */
60
64
  export declare class StartRecommendationsCommand extends $Command<StartRecommendationsCommandInput, StartRecommendationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -45,6 +45,42 @@ export interface StartReplicationTaskAssessmentCommandOutput extends StartReplic
45
45
  * };
46
46
  * const command = new StartReplicationTaskAssessmentCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // { // StartReplicationTaskAssessmentResponse
49
+ * // ReplicationTask: { // ReplicationTask
50
+ * // ReplicationTaskIdentifier: "STRING_VALUE",
51
+ * // SourceEndpointArn: "STRING_VALUE",
52
+ * // TargetEndpointArn: "STRING_VALUE",
53
+ * // ReplicationInstanceArn: "STRING_VALUE",
54
+ * // MigrationType: "full-load" || "cdc" || "full-load-and-cdc",
55
+ * // TableMappings: "STRING_VALUE",
56
+ * // ReplicationTaskSettings: "STRING_VALUE",
57
+ * // Status: "STRING_VALUE",
58
+ * // LastFailureMessage: "STRING_VALUE",
59
+ * // StopReason: "STRING_VALUE",
60
+ * // ReplicationTaskCreationDate: new Date("TIMESTAMP"),
61
+ * // ReplicationTaskStartDate: new Date("TIMESTAMP"),
62
+ * // CdcStartPosition: "STRING_VALUE",
63
+ * // CdcStopPosition: "STRING_VALUE",
64
+ * // RecoveryCheckpoint: "STRING_VALUE",
65
+ * // ReplicationTaskArn: "STRING_VALUE",
66
+ * // ReplicationTaskStats: { // ReplicationTaskStats
67
+ * // FullLoadProgressPercent: Number("int"),
68
+ * // ElapsedTimeMillis: Number("long"),
69
+ * // TablesLoaded: Number("int"),
70
+ * // TablesLoading: Number("int"),
71
+ * // TablesQueued: Number("int"),
72
+ * // TablesErrored: Number("int"),
73
+ * // FreshStartDate: new Date("TIMESTAMP"),
74
+ * // StartDate: new Date("TIMESTAMP"),
75
+ * // StopDate: new Date("TIMESTAMP"),
76
+ * // FullLoadStartDate: new Date("TIMESTAMP"),
77
+ * // FullLoadFinishDate: new Date("TIMESTAMP"),
78
+ * // },
79
+ * // TaskData: "STRING_VALUE",
80
+ * // TargetReplicationInstanceArn: "STRING_VALUE",
81
+ * // },
82
+ * // };
83
+ *
48
84
  * ```
49
85
  *
50
86
  * @param StartReplicationTaskAssessmentCommandInput - {@link StartReplicationTaskAssessmentCommandInput}
@@ -59,6 +95,8 @@ export interface StartReplicationTaskAssessmentCommandOutput extends StartReplic
59
95
  * @throws {@link ResourceNotFoundFault} (client fault)
60
96
  * <p>The resource could not be found.</p>
61
97
  *
98
+ * @throws {@link DatabaseMigrationServiceServiceException}
99
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
62
100
  *
63
101
  */
64
102
  export declare class StartReplicationTaskAssessmentCommand extends $Command<StartReplicationTaskAssessmentCommandInput, StartReplicationTaskAssessmentCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -49,6 +49,26 @@ export interface StartReplicationTaskAssessmentRunCommandOutput extends StartRep
49
49
  * };
50
50
  * const command = new StartReplicationTaskAssessmentRunCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // { // StartReplicationTaskAssessmentRunResponse
53
+ * // ReplicationTaskAssessmentRun: { // ReplicationTaskAssessmentRun
54
+ * // ReplicationTaskAssessmentRunArn: "STRING_VALUE",
55
+ * // ReplicationTaskArn: "STRING_VALUE",
56
+ * // Status: "STRING_VALUE",
57
+ * // ReplicationTaskAssessmentRunCreationDate: new Date("TIMESTAMP"),
58
+ * // AssessmentProgress: { // ReplicationTaskAssessmentRunProgress
59
+ * // IndividualAssessmentCount: Number("int"),
60
+ * // IndividualAssessmentCompletedCount: Number("int"),
61
+ * // },
62
+ * // LastFailureMessage: "STRING_VALUE",
63
+ * // ServiceAccessRoleArn: "STRING_VALUE",
64
+ * // ResultLocationBucket: "STRING_VALUE",
65
+ * // ResultLocationFolder: "STRING_VALUE",
66
+ * // ResultEncryptionMode: "STRING_VALUE",
67
+ * // ResultKmsKeyArn: "STRING_VALUE",
68
+ * // AssessmentRunName: "STRING_VALUE",
69
+ * // },
70
+ * // };
71
+ *
52
72
  * ```
53
73
  *
54
74
  * @param StartReplicationTaskAssessmentRunCommandInput - {@link StartReplicationTaskAssessmentRunCommandInput}
@@ -95,6 +115,8 @@ export interface StartReplicationTaskAssessmentRunCommandOutput extends StartRep
95
115
  * <p>A specified Amazon S3 bucket, bucket folder, or other object can't be
96
116
  * found.</p>
97
117
  *
118
+ * @throws {@link DatabaseMigrationServiceServiceException}
119
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
98
120
  *
99
121
  */
100
122
  export declare class StartReplicationTaskAssessmentRunCommand extends $Command<StartReplicationTaskAssessmentRunCommandInput, StartReplicationTaskAssessmentRunCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
@@ -38,6 +38,42 @@ export interface StartReplicationTaskCommandOutput extends StartReplicationTaskR
38
38
  * };
39
39
  * const command = new StartReplicationTaskCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // StartReplicationTaskResponse
42
+ * // ReplicationTask: { // ReplicationTask
43
+ * // ReplicationTaskIdentifier: "STRING_VALUE",
44
+ * // SourceEndpointArn: "STRING_VALUE",
45
+ * // TargetEndpointArn: "STRING_VALUE",
46
+ * // ReplicationInstanceArn: "STRING_VALUE",
47
+ * // MigrationType: "full-load" || "cdc" || "full-load-and-cdc",
48
+ * // TableMappings: "STRING_VALUE",
49
+ * // ReplicationTaskSettings: "STRING_VALUE",
50
+ * // Status: "STRING_VALUE",
51
+ * // LastFailureMessage: "STRING_VALUE",
52
+ * // StopReason: "STRING_VALUE",
53
+ * // ReplicationTaskCreationDate: new Date("TIMESTAMP"),
54
+ * // ReplicationTaskStartDate: new Date("TIMESTAMP"),
55
+ * // CdcStartPosition: "STRING_VALUE",
56
+ * // CdcStopPosition: "STRING_VALUE",
57
+ * // RecoveryCheckpoint: "STRING_VALUE",
58
+ * // ReplicationTaskArn: "STRING_VALUE",
59
+ * // ReplicationTaskStats: { // ReplicationTaskStats
60
+ * // FullLoadProgressPercent: Number("int"),
61
+ * // ElapsedTimeMillis: Number("long"),
62
+ * // TablesLoaded: Number("int"),
63
+ * // TablesLoading: Number("int"),
64
+ * // TablesQueued: Number("int"),
65
+ * // TablesErrored: Number("int"),
66
+ * // FreshStartDate: new Date("TIMESTAMP"),
67
+ * // StartDate: new Date("TIMESTAMP"),
68
+ * // StopDate: new Date("TIMESTAMP"),
69
+ * // FullLoadStartDate: new Date("TIMESTAMP"),
70
+ * // FullLoadFinishDate: new Date("TIMESTAMP"),
71
+ * // },
72
+ * // TaskData: "STRING_VALUE",
73
+ * // TargetReplicationInstanceArn: "STRING_VALUE",
74
+ * // },
75
+ * // };
76
+ *
41
77
  * ```
42
78
  *
43
79
  * @param StartReplicationTaskCommandInput - {@link StartReplicationTaskCommandInput}
@@ -56,6 +92,8 @@ export interface StartReplicationTaskCommandOutput extends StartReplicationTaskR
56
92
  * @throws {@link ResourceNotFoundFault} (client fault)
57
93
  * <p>The resource could not be found.</p>
58
94
  *
95
+ * @throws {@link DatabaseMigrationServiceServiceException}
96
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
59
97
  *
60
98
  * @example Start replication task
61
99
  * ```javascript
@@ -31,6 +31,42 @@ export interface StopReplicationTaskCommandOutput extends StopReplicationTaskRes
31
31
  * };
32
32
  * const command = new StopReplicationTaskCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // StopReplicationTaskResponse
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 StopReplicationTaskCommandInput - {@link StopReplicationTaskCommandInput}
@@ -45,6 +81,8 @@ export interface StopReplicationTaskCommandOutput extends StopReplicationTaskRes
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 Stop replication task
50
88
  * ```javascript
@@ -32,6 +32,17 @@ export interface TestConnectionCommandOutput extends TestConnectionResponse, __M
32
32
  * };
33
33
  * const command = new TestConnectionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // TestConnectionResponse
36
+ * // Connection: { // Connection
37
+ * // ReplicationInstanceArn: "STRING_VALUE",
38
+ * // EndpointArn: "STRING_VALUE",
39
+ * // Status: "STRING_VALUE",
40
+ * // LastFailureMessage: "STRING_VALUE",
41
+ * // EndpointIdentifier: "STRING_VALUE",
42
+ * // ReplicationInstanceIdentifier: "STRING_VALUE",
43
+ * // },
44
+ * // };
45
+ *
35
46
  * ```
36
47
  *
37
48
  * @param TestConnectionCommandInput - {@link TestConnectionCommandInput}
@@ -56,6 +67,8 @@ export interface TestConnectionCommandOutput extends TestConnectionResponse, __M
56
67
  * @throws {@link ResourceQuotaExceededFault} (client fault)
57
68
  * <p>The quota for this resource quota has been exceeded.</p>
58
69
  *
70
+ * @throws {@link DatabaseMigrationServiceServiceException}
71
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
59
72
  *
60
73
  * @example Test conection
61
74
  * ```javascript
@@ -39,6 +39,10 @@ export interface UpdateSubscriptionsToEventBridgeCommandOutput extends UpdateSub
39
39
  * };
40
40
  * const command = new UpdateSubscriptionsToEventBridgeCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // UpdateSubscriptionsToEventBridgeResponse
43
+ * // Result: "STRING_VALUE",
44
+ * // };
45
+ *
42
46
  * ```
43
47
  *
44
48
  * @param UpdateSubscriptionsToEventBridgeCommandInput - {@link UpdateSubscriptionsToEventBridgeCommandInput}
@@ -54,6 +58,8 @@ export interface UpdateSubscriptionsToEventBridgeCommandOutput extends UpdateSub
54
58
  * @throws {@link InvalidResourceStateFault} (client fault)
55
59
  * <p>The resource is in a state that prevents it from being used for database migration.</p>
56
60
  *
61
+ * @throws {@link DatabaseMigrationServiceServiceException}
62
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
57
63
  *
58
64
  */
59
65
  export declare class UpdateSubscriptionsToEventBridgeCommand extends $Command<UpdateSubscriptionsToEventBridgeCommandInput, UpdateSubscriptionsToEventBridgeCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {