@aws-sdk/client-database-migration-service 3.296.0 → 3.297.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 (101) hide show
  1. package/dist-types/DatabaseMigrationService.d.ts +70 -0
  2. package/dist-types/DatabaseMigrationServiceClient.d.ts +24 -4
  3. package/dist-types/commands/AddTagsToResourceCommand.d.ts +16 -0
  4. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +16 -0
  5. package/dist-types/commands/BatchStartRecommendationsCommand.d.ts +16 -0
  6. package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateEndpointCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateReplicationTaskCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteCertificateCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteConnectionCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteEndpointCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeCertificatesCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeConnectionsCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeEndpointsCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeEventsCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +16 -0
  34. package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +16 -0
  35. package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +16 -0
  36. package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +16 -0
  37. package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +16 -0
  38. package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +16 -0
  40. package/dist-types/commands/DescribeRecommendationLimitationsCommand.d.ts +16 -0
  41. package/dist-types/commands/DescribeRecommendationsCommand.d.ts +16 -0
  42. package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +16 -0
  43. package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +16 -0
  44. package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +16 -0
  45. package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +16 -0
  46. package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +16 -0
  47. package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +16 -0
  48. package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +16 -0
  49. package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +16 -0
  50. package/dist-types/commands/DescribeSchemasCommand.d.ts +16 -0
  51. package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +16 -0
  52. package/dist-types/commands/ImportCertificateCommand.d.ts +16 -0
  53. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  54. package/dist-types/commands/ModifyEndpointCommand.d.ts +16 -0
  55. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +16 -0
  56. package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +16 -0
  57. package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +16 -0
  58. package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +16 -0
  59. package/dist-types/commands/MoveReplicationTaskCommand.d.ts +16 -0
  60. package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +16 -0
  61. package/dist-types/commands/RefreshSchemasCommand.d.ts +16 -0
  62. package/dist-types/commands/ReloadTablesCommand.d.ts +16 -0
  63. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +16 -0
  64. package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +16 -0
  65. package/dist-types/commands/StartRecommendationsCommand.d.ts +16 -0
  66. package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +16 -0
  67. package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +16 -0
  68. package/dist-types/commands/StartReplicationTaskCommand.d.ts +16 -0
  69. package/dist-types/commands/StopReplicationTaskCommand.d.ts +16 -0
  70. package/dist-types/commands/TestConnectionCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +16 -0
  72. package/dist-types/models/DatabaseMigrationServiceServiceException.d.ts +2 -0
  73. package/dist-types/models/models_0.d.ts +416 -17
  74. package/dist-types/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +3 -0
  75. package/dist-types/pagination/DescribeCertificatesPaginator.d.ts +3 -0
  76. package/dist-types/pagination/DescribeConnectionsPaginator.d.ts +3 -0
  77. package/dist-types/pagination/DescribeEndpointSettingsPaginator.d.ts +3 -0
  78. package/dist-types/pagination/DescribeEndpointTypesPaginator.d.ts +3 -0
  79. package/dist-types/pagination/DescribeEndpointsPaginator.d.ts +3 -0
  80. package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/DescribeEventsPaginator.d.ts +3 -0
  82. package/dist-types/pagination/DescribeFleetAdvisorCollectorsPaginator.d.ts +3 -0
  83. package/dist-types/pagination/DescribeFleetAdvisorDatabasesPaginator.d.ts +3 -0
  84. package/dist-types/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.d.ts +3 -0
  85. package/dist-types/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.d.ts +3 -0
  86. package/dist-types/pagination/DescribeFleetAdvisorSchemasPaginator.d.ts +3 -0
  87. package/dist-types/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +3 -0
  88. package/dist-types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/DescribeRecommendationLimitationsPaginator.d.ts +3 -0
  90. package/dist-types/pagination/DescribeRecommendationsPaginator.d.ts +3 -0
  91. package/dist-types/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +3 -0
  92. package/dist-types/pagination/DescribeReplicationInstancesPaginator.d.ts +3 -0
  93. package/dist-types/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +3 -0
  95. package/dist-types/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +3 -0
  96. package/dist-types/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +3 -0
  97. package/dist-types/pagination/DescribeReplicationTasksPaginator.d.ts +3 -0
  98. package/dist-types/pagination/DescribeSchemasPaginator.d.ts +3 -0
  99. package/dist-types/pagination/DescribeTableStatisticsPaginator.d.ts +3 -0
  100. package/dist-types/pagination/Interfaces.d.ts +3 -0
  101. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribePendingMaintenanceActionsMessage, DescribePendingMaintenanceActionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribePendingMaintenanceActionsCommand}.
8
10
  */
9
11
  export interface DescribePendingMaintenanceActionsCommandInput extends DescribePendingMaintenanceActionsMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribePendingMaintenanceActionsCommand}.
13
17
  */
14
18
  export interface DescribePendingMaintenanceActionsCommandOutput extends DescribePendingMaintenanceActionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>For internal use only</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribePendingMaintenanceActionsCommandOutput extends Describe
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribePendingMaintenanceActionsCommandInput - {@link DescribePendingMaintenanceActionsCommandInput}
34
+ * @returns {@link DescribePendingMaintenanceActionsCommandOutput}
28
35
  * @see {@link DescribePendingMaintenanceActionsCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribePendingMaintenanceActionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -37,11 +44,20 @@ export interface DescribePendingMaintenanceActionsCommandOutput extends Describe
37
44
  export declare class DescribePendingMaintenanceActionsCommand extends $Command<DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
38
45
  readonly input: DescribePendingMaintenanceActionsCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: DescribePendingMaintenanceActionsCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeRecommendationLimitationsRequest, DescribeRecommendationLimitationsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeRecommendationLimitationsCommand}.
8
10
  */
9
11
  export interface DescribeRecommendationLimitationsCommandInput extends DescribeRecommendationLimitationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeRecommendationLimitationsCommand}.
13
17
  */
14
18
  export interface DescribeRecommendationLimitationsCommandOutput extends DescribeRecommendationLimitationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a paginated list of limitations for recommendations of target Amazon Web Services
18
23
  * engines.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeRecommendationLimitationsCommandOutput extends Describe
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeRecommendationLimitationsCommandInput - {@link DescribeRecommendationLimitationsCommandInput}
35
+ * @returns {@link DescribeRecommendationLimitationsCommandOutput}
29
36
  * @see {@link DescribeRecommendationLimitationsCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeRecommendationLimitationsCommandOutput} for command's `response` shape.
31
38
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -42,11 +49,20 @@ export interface DescribeRecommendationLimitationsCommandOutput extends Describe
42
49
  export declare class DescribeRecommendationLimitationsCommand extends $Command<DescribeRecommendationLimitationsCommandInput, DescribeRecommendationLimitationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
43
50
  readonly input: DescribeRecommendationLimitationsCommandInput;
44
51
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
+ /**
53
+ * @public
54
+ */
45
55
  constructor(input: DescribeRecommendationLimitationsCommandInput);
46
56
  /**
47
57
  * @internal
48
58
  */
49
59
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRecommendationLimitationsCommandInput, DescribeRecommendationLimitationsCommandOutput>;
60
+ /**
61
+ * @internal
62
+ */
50
63
  private serialize;
64
+ /**
65
+ * @internal
66
+ */
51
67
  private deserialize;
52
68
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeRecommendationsRequest, DescribeRecommendationsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeRecommendationsCommand}.
8
10
  */
9
11
  export interface DescribeRecommendationsCommandInput extends DescribeRecommendationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeRecommendationsCommand}.
13
17
  */
14
18
  export interface DescribeRecommendationsCommandOutput extends DescribeRecommendationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a paginated list of target engine recommendations for your source
18
23
  * databases.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeRecommendationsCommandOutput extends DescribeRecommenda
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeRecommendationsCommandInput - {@link DescribeRecommendationsCommandInput}
35
+ * @returns {@link DescribeRecommendationsCommandOutput}
29
36
  * @see {@link DescribeRecommendationsCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeRecommendationsCommandOutput} for command's `response` shape.
31
38
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -42,11 +49,20 @@ export interface DescribeRecommendationsCommandOutput extends DescribeRecommenda
42
49
  export declare class DescribeRecommendationsCommand extends $Command<DescribeRecommendationsCommandInput, DescribeRecommendationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
43
50
  readonly input: DescribeRecommendationsCommandInput;
44
51
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
+ /**
53
+ * @public
54
+ */
45
55
  constructor(input: DescribeRecommendationsCommandInput);
46
56
  /**
47
57
  * @internal
48
58
  */
49
59
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRecommendationsCommandInput, DescribeRecommendationsCommandOutput>;
60
+ /**
61
+ * @internal
62
+ */
50
63
  private serialize;
64
+ /**
65
+ * @internal
66
+ */
51
67
  private deserialize;
52
68
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeRefreshSchemasStatusMessage, DescribeRefreshSchemasStatusResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeRefreshSchemasStatusCommand}.
8
10
  */
9
11
  export interface DescribeRefreshSchemasStatusCommandInput extends DescribeRefreshSchemasStatusMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeRefreshSchemasStatusCommand}.
13
17
  */
14
18
  export interface DescribeRefreshSchemasStatusCommandOutput extends DescribeRefreshSchemasStatusResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the status of the RefreshSchemas operation.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeRefreshSchemasStatusCommandOutput extends DescribeRefre
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeRefreshSchemasStatusCommandInput - {@link DescribeRefreshSchemasStatusCommandInput}
34
+ * @returns {@link DescribeRefreshSchemasStatusCommandOutput}
28
35
  * @see {@link DescribeRefreshSchemasStatusCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeRefreshSchemasStatusCommandOutput} for command's `response` shape.
30
37
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -56,11 +63,20 @@ export interface DescribeRefreshSchemasStatusCommandOutput extends DescribeRefre
56
63
  export declare class DescribeRefreshSchemasStatusCommand extends $Command<DescribeRefreshSchemasStatusCommandInput, DescribeRefreshSchemasStatusCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
57
64
  readonly input: DescribeRefreshSchemasStatusCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: DescribeRefreshSchemasStatusCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRefreshSchemasStatusCommandInput, DescribeRefreshSchemasStatusCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeReplicationInstanceTaskLogsMessage, DescribeReplicationInstanceTaskLogsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeReplicationInstanceTaskLogsCommand}.
8
10
  */
9
11
  export interface DescribeReplicationInstanceTaskLogsCommandInput extends DescribeReplicationInstanceTaskLogsMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeReplicationInstanceTaskLogsCommand}.
13
17
  */
14
18
  export interface DescribeReplicationInstanceTaskLogsCommandOutput extends DescribeReplicationInstanceTaskLogsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about the task logs for the specified task.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeReplicationInstanceTaskLogsCommandOutput extends Descri
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeReplicationInstanceTaskLogsCommandInput - {@link DescribeReplicationInstanceTaskLogsCommandInput}
34
+ * @returns {@link DescribeReplicationInstanceTaskLogsCommandOutput}
28
35
  * @see {@link DescribeReplicationInstanceTaskLogsCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeReplicationInstanceTaskLogsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DescribeReplicationInstanceTaskLogsCommandOutput extends Descri
40
47
  export declare class DescribeReplicationInstanceTaskLogsCommand extends $Command<DescribeReplicationInstanceTaskLogsCommandInput, DescribeReplicationInstanceTaskLogsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
41
48
  readonly input: DescribeReplicationInstanceTaskLogsCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DescribeReplicationInstanceTaskLogsCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReplicationInstanceTaskLogsCommandInput, DescribeReplicationInstanceTaskLogsCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeReplicationInstancesMessage, DescribeReplicationInstancesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeReplicationInstancesCommand}.
8
10
  */
9
11
  export interface DescribeReplicationInstancesCommandInput extends DescribeReplicationInstancesMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeReplicationInstancesCommand}.
13
17
  */
14
18
  export interface DescribeReplicationInstancesCommandOutput extends DescribeReplicationInstancesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about replication instances for your account in the current
18
23
  * region.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeReplicationInstancesCommandOutput extends DescribeRepli
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeReplicationInstancesCommandInput - {@link DescribeReplicationInstancesCommandInput}
35
+ * @returns {@link DescribeReplicationInstancesCommandOutput}
29
36
  * @see {@link DescribeReplicationInstancesCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeReplicationInstancesCommandOutput} for command's `response` shape.
31
38
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -65,11 +72,20 @@ export interface DescribeReplicationInstancesCommandOutput extends DescribeRepli
65
72
  export declare class DescribeReplicationInstancesCommand extends $Command<DescribeReplicationInstancesCommandInput, DescribeReplicationInstancesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
66
73
  readonly input: DescribeReplicationInstancesCommandInput;
67
74
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
+ /**
76
+ * @public
77
+ */
68
78
  constructor(input: DescribeReplicationInstancesCommandInput);
69
79
  /**
70
80
  * @internal
71
81
  */
72
82
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReplicationInstancesCommandInput, DescribeReplicationInstancesCommandOutput>;
83
+ /**
84
+ * @internal
85
+ */
73
86
  private serialize;
87
+ /**
88
+ * @internal
89
+ */
74
90
  private deserialize;
75
91
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeReplicationSubnetGroupsMessage, DescribeReplicationSubnetGroupsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeReplicationSubnetGroupsCommand}.
8
10
  */
9
11
  export interface DescribeReplicationSubnetGroupsCommandInput extends DescribeReplicationSubnetGroupsMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeReplicationSubnetGroupsCommand}.
13
17
  */
14
18
  export interface DescribeReplicationSubnetGroupsCommandOutput extends DescribeReplicationSubnetGroupsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about the replication subnet groups.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeReplicationSubnetGroupsCommandOutput extends DescribeRe
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeReplicationSubnetGroupsCommandInput - {@link DescribeReplicationSubnetGroupsCommandInput}
34
+ * @returns {@link DescribeReplicationSubnetGroupsCommandOutput}
28
35
  * @see {@link DescribeReplicationSubnetGroupsCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeReplicationSubnetGroupsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -64,11 +71,20 @@ export interface DescribeReplicationSubnetGroupsCommandOutput extends DescribeRe
64
71
  export declare class DescribeReplicationSubnetGroupsCommand extends $Command<DescribeReplicationSubnetGroupsCommandInput, DescribeReplicationSubnetGroupsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
65
72
  readonly input: DescribeReplicationSubnetGroupsCommandInput;
66
73
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
+ /**
75
+ * @public
76
+ */
67
77
  constructor(input: DescribeReplicationSubnetGroupsCommandInput);
68
78
  /**
69
79
  * @internal
70
80
  */
71
81
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReplicationSubnetGroupsCommandInput, DescribeReplicationSubnetGroupsCommandOutput>;
82
+ /**
83
+ * @internal
84
+ */
72
85
  private serialize;
86
+ /**
87
+ * @internal
88
+ */
73
89
  private deserialize;
74
90
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeReplicationTaskAssessmentResultsMessage, DescribeReplicationTaskAssessmentResultsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeReplicationTaskAssessmentResultsCommand}.
8
10
  */
9
11
  export interface DescribeReplicationTaskAssessmentResultsCommandInput extends DescribeReplicationTaskAssessmentResultsMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeReplicationTaskAssessmentResultsCommand}.
13
17
  */
14
18
  export interface DescribeReplicationTaskAssessmentResultsCommandOutput extends DescribeReplicationTaskAssessmentResultsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the task assessment results from the Amazon S3 bucket that DMS creates in your
18
23
  * Amazon Web Services account. This action always returns the
19
24
  * latest results.</p>
@@ -30,6 +35,8 @@ export interface DescribeReplicationTaskAssessmentResultsCommandOutput extends D
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param DescribeReplicationTaskAssessmentResultsCommandInput - {@link DescribeReplicationTaskAssessmentResultsCommandInput}
39
+ * @returns {@link DescribeReplicationTaskAssessmentResultsCommandOutput}
33
40
  * @see {@link DescribeReplicationTaskAssessmentResultsCommandInput} for command's `input` shape.
34
41
  * @see {@link DescribeReplicationTaskAssessmentResultsCommandOutput} for command's `response` shape.
35
42
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -42,11 +49,20 @@ export interface DescribeReplicationTaskAssessmentResultsCommandOutput extends D
42
49
  export declare class DescribeReplicationTaskAssessmentResultsCommand extends $Command<DescribeReplicationTaskAssessmentResultsCommandInput, DescribeReplicationTaskAssessmentResultsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
43
50
  readonly input: DescribeReplicationTaskAssessmentResultsCommandInput;
44
51
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
+ /**
53
+ * @public
54
+ */
45
55
  constructor(input: DescribeReplicationTaskAssessmentResultsCommandInput);
46
56
  /**
47
57
  * @internal
48
58
  */
49
59
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReplicationTaskAssessmentResultsCommandInput, DescribeReplicationTaskAssessmentResultsCommandOutput>;
60
+ /**
61
+ * @internal
62
+ */
50
63
  private serialize;
64
+ /**
65
+ * @internal
66
+ */
51
67
  private deserialize;
52
68
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeReplicationTaskAssessmentRunsMessage, DescribeReplicationTaskAssessmentRunsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeReplicationTaskAssessmentRunsCommand}.
8
10
  */
9
11
  export interface DescribeReplicationTaskAssessmentRunsCommandInput extends DescribeReplicationTaskAssessmentRunsMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeReplicationTaskAssessmentRunsCommand}.
13
17
  */
14
18
  export interface DescribeReplicationTaskAssessmentRunsCommandOutput extends DescribeReplicationTaskAssessmentRunsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a paginated list of premigration assessment runs based on filter
18
23
  * settings.</p>
19
24
  * <p>These filter settings can specify a combination of premigration assessment runs,
@@ -33,6 +38,8 @@ export interface DescribeReplicationTaskAssessmentRunsCommandOutput extends Desc
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param DescribeReplicationTaskAssessmentRunsCommandInput - {@link DescribeReplicationTaskAssessmentRunsCommandInput}
42
+ * @returns {@link DescribeReplicationTaskAssessmentRunsCommandOutput}
36
43
  * @see {@link DescribeReplicationTaskAssessmentRunsCommandInput} for command's `input` shape.
37
44
  * @see {@link DescribeReplicationTaskAssessmentRunsCommandOutput} for command's `response` shape.
38
45
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -45,11 +52,20 @@ export interface DescribeReplicationTaskAssessmentRunsCommandOutput extends Desc
45
52
  export declare class DescribeReplicationTaskAssessmentRunsCommand extends $Command<DescribeReplicationTaskAssessmentRunsCommandInput, DescribeReplicationTaskAssessmentRunsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
46
53
  readonly input: DescribeReplicationTaskAssessmentRunsCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: DescribeReplicationTaskAssessmentRunsCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReplicationTaskAssessmentRunsCommandInput, DescribeReplicationTaskAssessmentRunsCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeReplicationTaskIndividualAssessmentsMessage, DescribeReplicationTaskIndividualAssessmentsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeReplicationTaskIndividualAssessmentsCommand}.
8
10
  */
9
11
  export interface DescribeReplicationTaskIndividualAssessmentsCommandInput extends DescribeReplicationTaskIndividualAssessmentsMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeReplicationTaskIndividualAssessmentsCommand}.
13
17
  */
14
18
  export interface DescribeReplicationTaskIndividualAssessmentsCommandOutput extends DescribeReplicationTaskIndividualAssessmentsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a paginated list of individual assessments based on filter settings.</p>
18
23
  * <p>These filter settings can specify a combination of premigration assessment runs,
19
24
  * migration tasks, and assessment status values.</p>
@@ -27,6 +32,8 @@ export interface DescribeReplicationTaskIndividualAssessmentsCommandOutput exten
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DescribeReplicationTaskIndividualAssessmentsCommandInput - {@link DescribeReplicationTaskIndividualAssessmentsCommandInput}
36
+ * @returns {@link DescribeReplicationTaskIndividualAssessmentsCommandOutput}
30
37
  * @see {@link DescribeReplicationTaskIndividualAssessmentsCommandInput} for command's `input` shape.
31
38
  * @see {@link DescribeReplicationTaskIndividualAssessmentsCommandOutput} for command's `response` shape.
32
39
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -39,11 +46,20 @@ export interface DescribeReplicationTaskIndividualAssessmentsCommandOutput exten
39
46
  export declare class DescribeReplicationTaskIndividualAssessmentsCommand extends $Command<DescribeReplicationTaskIndividualAssessmentsCommandInput, DescribeReplicationTaskIndividualAssessmentsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
40
47
  readonly input: DescribeReplicationTaskIndividualAssessmentsCommandInput;
41
48
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
49
+ /**
50
+ * @public
51
+ */
42
52
  constructor(input: DescribeReplicationTaskIndividualAssessmentsCommandInput);
43
53
  /**
44
54
  * @internal
45
55
  */
46
56
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReplicationTaskIndividualAssessmentsCommandInput, DescribeReplicationTaskIndividualAssessmentsCommandOutput>;
57
+ /**
58
+ * @internal
59
+ */
47
60
  private serialize;
61
+ /**
62
+ * @internal
63
+ */
48
64
  private deserialize;
49
65
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeReplicationTasksMessage, DescribeReplicationTasksResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeReplicationTasksCommand}.
8
10
  */
9
11
  export interface DescribeReplicationTasksCommandInput extends DescribeReplicationTasksMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeReplicationTasksCommand}.
13
17
  */
14
18
  export interface DescribeReplicationTasksCommandOutput extends DescribeReplicationTasksResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about replication tasks for your account in the current
18
23
  * region.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeReplicationTasksCommandOutput extends DescribeReplicati
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeReplicationTasksCommandInput - {@link DescribeReplicationTasksCommandInput}
35
+ * @returns {@link DescribeReplicationTasksCommandOutput}
29
36
  * @see {@link DescribeReplicationTasksCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeReplicationTasksCommandOutput} for command's `response` shape.
31
38
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -65,11 +72,20 @@ export interface DescribeReplicationTasksCommandOutput extends DescribeReplicati
65
72
  export declare class DescribeReplicationTasksCommand extends $Command<DescribeReplicationTasksCommandInput, DescribeReplicationTasksCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
66
73
  readonly input: DescribeReplicationTasksCommandInput;
67
74
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
+ /**
76
+ * @public
77
+ */
68
78
  constructor(input: DescribeReplicationTasksCommandInput);
69
79
  /**
70
80
  * @internal
71
81
  */
72
82
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReplicationTasksCommandInput, DescribeReplicationTasksCommandOutput>;
83
+ /**
84
+ * @internal
85
+ */
73
86
  private serialize;
87
+ /**
88
+ * @internal
89
+ */
74
90
  private deserialize;
75
91
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeSchemasMessage, DescribeSchemasResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeSchemasCommand}.
8
10
  */
9
11
  export interface DescribeSchemasCommandInput extends DescribeSchemasMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeSchemasCommand}.
13
17
  */
14
18
  export interface DescribeSchemasCommandOutput extends DescribeSchemasResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about the schema for the specified endpoint.</p>
18
23
  * <p></p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeSchemasCommandOutput extends DescribeSchemasResponse, _
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeSchemasCommandInput - {@link DescribeSchemasCommandInput}
35
+ * @returns {@link DescribeSchemasCommandOutput}
29
36
  * @see {@link DescribeSchemasCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeSchemasCommandOutput} for command's `response` shape.
31
38
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -60,11 +67,20 @@ export interface DescribeSchemasCommandOutput extends DescribeSchemasResponse, _
60
67
  export declare class DescribeSchemasCommand extends $Command<DescribeSchemasCommandInput, DescribeSchemasCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
61
68
  readonly input: DescribeSchemasCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: DescribeSchemasCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSchemasCommandInput, DescribeSchemasCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }