@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 { DescribeEndpointSettingsMessage, DescribeEndpointSettingsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeEndpointSettingsCommand}.
8
10
  */
9
11
  export interface DescribeEndpointSettingsCommandInput extends DescribeEndpointSettingsMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeEndpointSettingsCommand}.
13
17
  */
14
18
  export interface DescribeEndpointSettingsCommandOutput extends DescribeEndpointSettingsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about the possible endpoint settings available
18
23
  * when you create an endpoint for a specific database engine.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeEndpointSettingsCommandOutput extends DescribeEndpointS
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeEndpointSettingsCommandInput - {@link DescribeEndpointSettingsCommandInput}
35
+ * @returns {@link DescribeEndpointSettingsCommandOutput}
29
36
  * @see {@link DescribeEndpointSettingsCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeEndpointSettingsCommandOutput} for command's `response` shape.
31
38
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -35,11 +42,20 @@ export interface DescribeEndpointSettingsCommandOutput extends DescribeEndpointS
35
42
  export declare class DescribeEndpointSettingsCommand extends $Command<DescribeEndpointSettingsCommandInput, DescribeEndpointSettingsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
36
43
  readonly input: DescribeEndpointSettingsCommandInput;
37
44
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
45
+ /**
46
+ * @public
47
+ */
38
48
  constructor(input: DescribeEndpointSettingsCommandInput);
39
49
  /**
40
50
  * @internal
41
51
  */
42
52
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEndpointSettingsCommandInput, DescribeEndpointSettingsCommandOutput>;
53
+ /**
54
+ * @internal
55
+ */
43
56
  private serialize;
57
+ /**
58
+ * @internal
59
+ */
44
60
  private deserialize;
45
61
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeEndpointTypesMessage, DescribeEndpointTypesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeEndpointTypesCommand}.
8
10
  */
9
11
  export interface DescribeEndpointTypesCommandInput extends DescribeEndpointTypesMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeEndpointTypesCommand}.
13
17
  */
14
18
  export interface DescribeEndpointTypesCommandOutput extends DescribeEndpointTypesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about the type of endpoints available.</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 DescribeEndpointTypesCommandOutput extends DescribeEndpointType
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeEndpointTypesCommandInput - {@link DescribeEndpointTypesCommandInput}
34
+ * @returns {@link DescribeEndpointTypesCommandOutput}
28
35
  * @see {@link DescribeEndpointTypesCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeEndpointTypesCommandOutput} for command's `response` shape.
30
37
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -61,11 +68,20 @@ export interface DescribeEndpointTypesCommandOutput extends DescribeEndpointType
61
68
  export declare class DescribeEndpointTypesCommand extends $Command<DescribeEndpointTypesCommandInput, DescribeEndpointTypesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
62
69
  readonly input: DescribeEndpointTypesCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: DescribeEndpointTypesCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEndpointTypesCommandInput, DescribeEndpointTypesCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeEndpointsMessage, DescribeEndpointsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeEndpointsCommand}.
8
10
  */
9
11
  export interface DescribeEndpointsCommandInput extends DescribeEndpointsMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeEndpointsCommand}.
13
17
  */
14
18
  export interface DescribeEndpointsCommandOutput extends DescribeEndpointsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about the endpoints for your account in the current region.</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 DescribeEndpointsCommandOutput extends DescribeEndpointsRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeEndpointsCommandInput - {@link DescribeEndpointsCommandInput}
34
+ * @returns {@link DescribeEndpointsCommandOutput}
28
35
  * @see {@link DescribeEndpointsCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeEndpointsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -64,11 +71,20 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons
64
71
  export declare class DescribeEndpointsCommand extends $Command<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
65
72
  readonly input: DescribeEndpointsCommandInput;
66
73
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
+ /**
75
+ * @public
76
+ */
67
77
  constructor(input: DescribeEndpointsCommandInput);
68
78
  /**
69
79
  * @internal
70
80
  */
71
81
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput>;
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 { DescribeEventCategoriesMessage, DescribeEventCategoriesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeEventCategoriesCommand}.
8
10
  */
9
11
  export interface DescribeEventCategoriesCommandInput extends DescribeEventCategoriesMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeEventCategoriesCommand}.
13
17
  */
14
18
  export interface DescribeEventCategoriesCommandOutput extends DescribeEventCategoriesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists categories for all event source types, or, if specified, for a specified source
18
23
  * type. You can see a list of the event categories and source types in <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html">Working with Events
19
24
  * and Notifications</a> in the <i>Database Migration Service User
@@ -29,6 +34,8 @@ export interface DescribeEventCategoriesCommandOutput extends DescribeEventCateg
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DescribeEventCategoriesCommandInput - {@link DescribeEventCategoriesCommandInput}
38
+ * @returns {@link DescribeEventCategoriesCommandOutput}
32
39
  * @see {@link DescribeEventCategoriesCommandInput} for command's `input` shape.
33
40
  * @see {@link DescribeEventCategoriesCommandOutput} for command's `response` shape.
34
41
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -38,11 +45,20 @@ export interface DescribeEventCategoriesCommandOutput extends DescribeEventCateg
38
45
  export declare class DescribeEventCategoriesCommand extends $Command<DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
39
46
  readonly input: DescribeEventCategoriesCommandInput;
40
47
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
48
+ /**
49
+ * @public
50
+ */
41
51
  constructor(input: DescribeEventCategoriesCommandInput);
42
52
  /**
43
53
  * @internal
44
54
  */
45
55
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput>;
56
+ /**
57
+ * @internal
58
+ */
46
59
  private serialize;
60
+ /**
61
+ * @internal
62
+ */
47
63
  private deserialize;
48
64
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeEventSubscriptionsMessage, DescribeEventSubscriptionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeEventSubscriptionsCommand}.
8
10
  */
9
11
  export interface DescribeEventSubscriptionsCommandInput extends DescribeEventSubscriptionsMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeEventSubscriptionsCommand}.
13
17
  */
14
18
  export interface DescribeEventSubscriptionsCommandOutput extends DescribeEventSubscriptionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all the event subscriptions for a customer account. The description of a
18
23
  * subscription includes <code>SubscriptionName</code>, <code>SNSTopicARN</code>,
19
24
  * <code>CustomerID</code>, <code>SourceType</code>, <code>SourceID</code>,
@@ -30,6 +35,8 @@ export interface DescribeEventSubscriptionsCommandOutput extends DescribeEventSu
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param DescribeEventSubscriptionsCommandInput - {@link DescribeEventSubscriptionsCommandInput}
39
+ * @returns {@link DescribeEventSubscriptionsCommandOutput}
33
40
  * @see {@link DescribeEventSubscriptionsCommandInput} for command's `input` shape.
34
41
  * @see {@link DescribeEventSubscriptionsCommandOutput} for command's `response` shape.
35
42
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -42,11 +49,20 @@ export interface DescribeEventSubscriptionsCommandOutput extends DescribeEventSu
42
49
  export declare class DescribeEventSubscriptionsCommand extends $Command<DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
43
50
  readonly input: DescribeEventSubscriptionsCommandInput;
44
51
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
+ /**
53
+ * @public
54
+ */
45
55
  constructor(input: DescribeEventSubscriptionsCommandInput);
46
56
  /**
47
57
  * @internal
48
58
  */
49
59
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput>;
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 { DescribeEventsMessage, DescribeEventsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeEventsCommand}.
8
10
  */
9
11
  export interface DescribeEventsCommandInput extends DescribeEventsMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeEventsCommand}.
13
17
  */
14
18
  export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Lists events for a given source identifier and source type. You can also specify a
18
23
  * start and end time. For more information on DMS events, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html">Working with Events and
19
24
  * Notifications</a> in the <i>Database Migration Service User
@@ -29,6 +34,8 @@ export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __M
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DescribeEventsCommandInput - {@link DescribeEventsCommandInput}
38
+ * @returns {@link DescribeEventsCommandOutput}
32
39
  * @see {@link DescribeEventsCommandInput} for command's `input` shape.
33
40
  * @see {@link DescribeEventsCommandOutput} for command's `response` shape.
34
41
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -38,11 +45,20 @@ export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __M
38
45
  export declare class DescribeEventsCommand extends $Command<DescribeEventsCommandInput, DescribeEventsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
39
46
  readonly input: DescribeEventsCommandInput;
40
47
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
48
+ /**
49
+ * @public
50
+ */
41
51
  constructor(input: DescribeEventsCommandInput);
42
52
  /**
43
53
  * @internal
44
54
  */
45
55
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventsCommandInput, DescribeEventsCommandOutput>;
56
+ /**
57
+ * @internal
58
+ */
46
59
  private serialize;
60
+ /**
61
+ * @internal
62
+ */
47
63
  private deserialize;
48
64
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeFleetAdvisorCollectorsRequest, DescribeFleetAdvisorCollectorsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeFleetAdvisorCollectorsCommand}.
8
10
  */
9
11
  export interface DescribeFleetAdvisorCollectorsCommandInput extends DescribeFleetAdvisorCollectorsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeFleetAdvisorCollectorsCommand}.
13
17
  */
14
18
  export interface DescribeFleetAdvisorCollectorsCommandOutput extends DescribeFleetAdvisorCollectorsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of the Fleet Advisor collectors in your account.</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 DescribeFleetAdvisorCollectorsCommandOutput extends DescribeFle
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeFleetAdvisorCollectorsCommandInput - {@link DescribeFleetAdvisorCollectorsCommandInput}
34
+ * @returns {@link DescribeFleetAdvisorCollectorsCommandOutput}
28
35
  * @see {@link DescribeFleetAdvisorCollectorsCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeFleetAdvisorCollectorsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -37,11 +44,20 @@ export interface DescribeFleetAdvisorCollectorsCommandOutput extends DescribeFle
37
44
  export declare class DescribeFleetAdvisorCollectorsCommand extends $Command<DescribeFleetAdvisorCollectorsCommandInput, DescribeFleetAdvisorCollectorsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
38
45
  readonly input: DescribeFleetAdvisorCollectorsCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: DescribeFleetAdvisorCollectorsCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFleetAdvisorCollectorsCommandInput, DescribeFleetAdvisorCollectorsCommandOutput>;
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 { DescribeFleetAdvisorDatabasesRequest, DescribeFleetAdvisorDatabasesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeFleetAdvisorDatabasesCommand}.
8
10
  */
9
11
  export interface DescribeFleetAdvisorDatabasesCommandInput extends DescribeFleetAdvisorDatabasesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeFleetAdvisorDatabasesCommand}.
13
17
  */
14
18
  export interface DescribeFleetAdvisorDatabasesCommandOutput extends DescribeFleetAdvisorDatabasesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of Fleet Advisor databases in your account.</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 DescribeFleetAdvisorDatabasesCommandOutput extends DescribeFlee
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeFleetAdvisorDatabasesCommandInput - {@link DescribeFleetAdvisorDatabasesCommandInput}
34
+ * @returns {@link DescribeFleetAdvisorDatabasesCommandOutput}
28
35
  * @see {@link DescribeFleetAdvisorDatabasesCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeFleetAdvisorDatabasesCommandOutput} for command's `response` shape.
30
37
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -37,11 +44,20 @@ export interface DescribeFleetAdvisorDatabasesCommandOutput extends DescribeFlee
37
44
  export declare class DescribeFleetAdvisorDatabasesCommand extends $Command<DescribeFleetAdvisorDatabasesCommandInput, DescribeFleetAdvisorDatabasesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
38
45
  readonly input: DescribeFleetAdvisorDatabasesCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: DescribeFleetAdvisorDatabasesCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFleetAdvisorDatabasesCommandInput, DescribeFleetAdvisorDatabasesCommandOutput>;
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 { DescribeFleetAdvisorLsaAnalysisRequest, DescribeFleetAdvisorLsaAnalysisResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeFleetAdvisorLsaAnalysisCommand}.
8
10
  */
9
11
  export interface DescribeFleetAdvisorLsaAnalysisCommandInput extends DescribeFleetAdvisorLsaAnalysisRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeFleetAdvisorLsaAnalysisCommand}.
13
17
  */
14
18
  export interface DescribeFleetAdvisorLsaAnalysisCommandOutput extends DescribeFleetAdvisorLsaAnalysisResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Provides descriptions of large-scale assessment (LSA) analyses produced by your Fleet
18
23
  * Advisor collectors. </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeFleetAdvisorLsaAnalysisCommandOutput extends DescribeFl
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeFleetAdvisorLsaAnalysisCommandInput - {@link DescribeFleetAdvisorLsaAnalysisCommandInput}
35
+ * @returns {@link DescribeFleetAdvisorLsaAnalysisCommandOutput}
29
36
  * @see {@link DescribeFleetAdvisorLsaAnalysisCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeFleetAdvisorLsaAnalysisCommandOutput} for command's `response` shape.
31
38
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -38,11 +45,20 @@ export interface DescribeFleetAdvisorLsaAnalysisCommandOutput extends DescribeFl
38
45
  export declare class DescribeFleetAdvisorLsaAnalysisCommand extends $Command<DescribeFleetAdvisorLsaAnalysisCommandInput, DescribeFleetAdvisorLsaAnalysisCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
39
46
  readonly input: DescribeFleetAdvisorLsaAnalysisCommandInput;
40
47
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
48
+ /**
49
+ * @public
50
+ */
41
51
  constructor(input: DescribeFleetAdvisorLsaAnalysisCommandInput);
42
52
  /**
43
53
  * @internal
44
54
  */
45
55
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFleetAdvisorLsaAnalysisCommandInput, DescribeFleetAdvisorLsaAnalysisCommandOutput>;
56
+ /**
57
+ * @internal
58
+ */
46
59
  private serialize;
60
+ /**
61
+ * @internal
62
+ */
47
63
  private deserialize;
48
64
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeFleetAdvisorSchemaObjectSummaryRequest, DescribeFleetAdvisorSchemaObjectSummaryResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeFleetAdvisorSchemaObjectSummaryCommand}.
8
10
  */
9
11
  export interface DescribeFleetAdvisorSchemaObjectSummaryCommandInput extends DescribeFleetAdvisorSchemaObjectSummaryRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeFleetAdvisorSchemaObjectSummaryCommand}.
13
17
  */
14
18
  export interface DescribeFleetAdvisorSchemaObjectSummaryCommandOutput extends DescribeFleetAdvisorSchemaObjectSummaryResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Provides descriptions of the schemas discovered by your Fleet Advisor
18
23
  * collectors.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeFleetAdvisorSchemaObjectSummaryCommandOutput extends De
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeFleetAdvisorSchemaObjectSummaryCommandInput - {@link DescribeFleetAdvisorSchemaObjectSummaryCommandInput}
35
+ * @returns {@link DescribeFleetAdvisorSchemaObjectSummaryCommandOutput}
29
36
  * @see {@link DescribeFleetAdvisorSchemaObjectSummaryCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeFleetAdvisorSchemaObjectSummaryCommandOutput} for command's `response` shape.
31
38
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -38,11 +45,20 @@ export interface DescribeFleetAdvisorSchemaObjectSummaryCommandOutput extends De
38
45
  export declare class DescribeFleetAdvisorSchemaObjectSummaryCommand extends $Command<DescribeFleetAdvisorSchemaObjectSummaryCommandInput, DescribeFleetAdvisorSchemaObjectSummaryCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
39
46
  readonly input: DescribeFleetAdvisorSchemaObjectSummaryCommandInput;
40
47
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
48
+ /**
49
+ * @public
50
+ */
41
51
  constructor(input: DescribeFleetAdvisorSchemaObjectSummaryCommandInput);
42
52
  /**
43
53
  * @internal
44
54
  */
45
55
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFleetAdvisorSchemaObjectSummaryCommandInput, DescribeFleetAdvisorSchemaObjectSummaryCommandOutput>;
56
+ /**
57
+ * @internal
58
+ */
46
59
  private serialize;
60
+ /**
61
+ * @internal
62
+ */
47
63
  private deserialize;
48
64
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeFleetAdvisorSchemasRequest, DescribeFleetAdvisorSchemasResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeFleetAdvisorSchemasCommand}.
8
10
  */
9
11
  export interface DescribeFleetAdvisorSchemasCommandInput extends DescribeFleetAdvisorSchemasRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeFleetAdvisorSchemasCommand}.
13
17
  */
14
18
  export interface DescribeFleetAdvisorSchemasCommandOutput extends DescribeFleetAdvisorSchemasResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of schemas detected by Fleet Advisor Collectors in your account.</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 DescribeFleetAdvisorSchemasCommandOutput extends DescribeFleetA
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeFleetAdvisorSchemasCommandInput - {@link DescribeFleetAdvisorSchemasCommandInput}
34
+ * @returns {@link DescribeFleetAdvisorSchemasCommandOutput}
28
35
  * @see {@link DescribeFleetAdvisorSchemasCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeFleetAdvisorSchemasCommandOutput} for command's `response` shape.
30
37
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -37,11 +44,20 @@ export interface DescribeFleetAdvisorSchemasCommandOutput extends DescribeFleetA
37
44
  export declare class DescribeFleetAdvisorSchemasCommand extends $Command<DescribeFleetAdvisorSchemasCommandInput, DescribeFleetAdvisorSchemasCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
38
45
  readonly input: DescribeFleetAdvisorSchemasCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: DescribeFleetAdvisorSchemasCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFleetAdvisorSchemasCommandInput, DescribeFleetAdvisorSchemasCommandOutput>;
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 { DescribeOrderableReplicationInstancesMessage, DescribeOrderableReplicationInstancesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeOrderableReplicationInstancesCommand}.
8
10
  */
9
11
  export interface DescribeOrderableReplicationInstancesCommandInput extends DescribeOrderableReplicationInstancesMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeOrderableReplicationInstancesCommand}.
13
17
  */
14
18
  export interface DescribeOrderableReplicationInstancesCommandOutput extends DescribeOrderableReplicationInstancesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about the replication instance types that can be created in the
18
23
  * specified region.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeOrderableReplicationInstancesCommandOutput extends Desc
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeOrderableReplicationInstancesCommandInput - {@link DescribeOrderableReplicationInstancesCommandInput}
35
+ * @returns {@link DescribeOrderableReplicationInstancesCommandOutput}
29
36
  * @see {@link DescribeOrderableReplicationInstancesCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeOrderableReplicationInstancesCommandOutput} for command's `response` shape.
31
38
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -53,11 +60,20 @@ export interface DescribeOrderableReplicationInstancesCommandOutput extends Desc
53
60
  export declare class DescribeOrderableReplicationInstancesCommand extends $Command<DescribeOrderableReplicationInstancesCommandInput, DescribeOrderableReplicationInstancesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
54
61
  readonly input: DescribeOrderableReplicationInstancesCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: DescribeOrderableReplicationInstancesCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeOrderableReplicationInstancesCommandInput, DescribeOrderableReplicationInstancesCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }