@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 { DeleteEndpointMessage, DeleteEndpointResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteEndpointCommand}.
8
10
  */
9
11
  export interface DeleteEndpointCommandInput extends DeleteEndpointMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteEndpointCommand}.
13
17
  */
14
18
  export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified endpoint.</p>
18
23
  * <note>
19
24
  * <p>All tasks associated with the endpoint must be deleted before you can delete the
@@ -30,6 +35,8 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param DeleteEndpointCommandInput - {@link DeleteEndpointCommandInput}
39
+ * @returns {@link DeleteEndpointCommandOutput}
33
40
  * @see {@link DeleteEndpointCommandInput} for command's `input` shape.
34
41
  * @see {@link DeleteEndpointCommandOutput} for command's `response` shape.
35
42
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -72,11 +79,20 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M
72
79
  export declare class DeleteEndpointCommand extends $Command<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
73
80
  readonly input: DeleteEndpointCommandInput;
74
81
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
+ /**
83
+ * @public
84
+ */
75
85
  constructor(input: DeleteEndpointCommandInput);
76
86
  /**
77
87
  * @internal
78
88
  */
79
89
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEndpointCommandInput, DeleteEndpointCommandOutput>;
90
+ /**
91
+ * @internal
92
+ */
80
93
  private serialize;
94
+ /**
95
+ * @internal
96
+ */
81
97
  private deserialize;
82
98
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DeleteEventSubscriptionMessage, DeleteEventSubscriptionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteEventSubscriptionCommand}.
8
10
  */
9
11
  export interface DeleteEventSubscriptionCommandInput extends DeleteEventSubscriptionMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteEventSubscriptionCommand}.
13
17
  */
14
18
  export interface DeleteEventSubscriptionCommandOutput extends DeleteEventSubscriptionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Deletes an DMS event subscription. </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 DeleteEventSubscriptionCommandOutput extends DeleteEventSubscri
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteEventSubscriptionCommandInput - {@link DeleteEventSubscriptionCommandInput}
34
+ * @returns {@link DeleteEventSubscriptionCommandOutput}
28
35
  * @see {@link DeleteEventSubscriptionCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteEventSubscriptionCommandOutput} for command's `response` shape.
30
37
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DeleteEventSubscriptionCommandOutput extends DeleteEventSubscri
40
47
  export declare class DeleteEventSubscriptionCommand extends $Command<DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
41
48
  readonly input: DeleteEventSubscriptionCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DeleteEventSubscriptionCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput>;
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 { DeleteCollectorRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteFleetAdvisorCollectorCommand}.
8
10
  */
9
11
  export interface DeleteFleetAdvisorCollectorCommandInput extends DeleteCollectorRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteFleetAdvisorCollectorCommand}.
13
17
  */
14
18
  export interface DeleteFleetAdvisorCollectorCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified Fleet Advisor collector.</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 DeleteFleetAdvisorCollectorCommandOutput extends __MetadataBear
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteFleetAdvisorCollectorCommandInput - {@link DeleteFleetAdvisorCollectorCommandInput}
34
+ * @returns {@link DeleteFleetAdvisorCollectorCommandOutput}
28
35
  * @see {@link DeleteFleetAdvisorCollectorCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteFleetAdvisorCollectorCommandOutput} for command's `response` shape.
30
37
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DeleteFleetAdvisorCollectorCommandOutput extends __MetadataBear
40
47
  export declare class DeleteFleetAdvisorCollectorCommand extends $Command<DeleteFleetAdvisorCollectorCommandInput, DeleteFleetAdvisorCollectorCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
41
48
  readonly input: DeleteFleetAdvisorCollectorCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DeleteFleetAdvisorCollectorCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFleetAdvisorCollectorCommandInput, DeleteFleetAdvisorCollectorCommandOutput>;
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 { DeleteFleetAdvisorDatabasesRequest, DeleteFleetAdvisorDatabasesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteFleetAdvisorDatabasesCommand}.
8
10
  */
9
11
  export interface DeleteFleetAdvisorDatabasesCommandInput extends DeleteFleetAdvisorDatabasesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteFleetAdvisorDatabasesCommand}.
13
17
  */
14
18
  export interface DeleteFleetAdvisorDatabasesCommandOutput extends DeleteFleetAdvisorDatabasesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified Fleet Advisor collector databases.</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 DeleteFleetAdvisorDatabasesCommandOutput extends DeleteFleetAdv
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteFleetAdvisorDatabasesCommandInput - {@link DeleteFleetAdvisorDatabasesCommandInput}
34
+ * @returns {@link DeleteFleetAdvisorDatabasesCommandOutput}
28
35
  * @see {@link DeleteFleetAdvisorDatabasesCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteFleetAdvisorDatabasesCommandOutput} for command's `response` shape.
30
37
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DeleteFleetAdvisorDatabasesCommandOutput extends DeleteFleetAdv
40
47
  export declare class DeleteFleetAdvisorDatabasesCommand extends $Command<DeleteFleetAdvisorDatabasesCommandInput, DeleteFleetAdvisorDatabasesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
41
48
  readonly input: DeleteFleetAdvisorDatabasesCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DeleteFleetAdvisorDatabasesCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFleetAdvisorDatabasesCommandInput, DeleteFleetAdvisorDatabasesCommandOutput>;
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 { DeleteReplicationInstanceMessage, DeleteReplicationInstanceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteReplicationInstanceCommand}.
8
10
  */
9
11
  export interface DeleteReplicationInstanceCommandInput extends DeleteReplicationInstanceMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteReplicationInstanceCommand}.
13
17
  */
14
18
  export interface DeleteReplicationInstanceCommandOutput extends DeleteReplicationInstanceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified replication instance.</p>
18
23
  * <note>
19
24
  * <p>You must delete any migration tasks that are associated with the replication instance
@@ -30,6 +35,8 @@ export interface DeleteReplicationInstanceCommandOutput extends DeleteReplicatio
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param DeleteReplicationInstanceCommandInput - {@link DeleteReplicationInstanceCommandInput}
39
+ * @returns {@link DeleteReplicationInstanceCommandOutput}
33
40
  * @see {@link DeleteReplicationInstanceCommandInput} for command's `input` shape.
34
41
  * @see {@link DeleteReplicationInstanceCommandOutput} for command's `response` shape.
35
42
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -111,11 +118,20 @@ export interface DeleteReplicationInstanceCommandOutput extends DeleteReplicatio
111
118
  export declare class DeleteReplicationInstanceCommand extends $Command<DeleteReplicationInstanceCommandInput, DeleteReplicationInstanceCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
112
119
  readonly input: DeleteReplicationInstanceCommandInput;
113
120
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
121
+ /**
122
+ * @public
123
+ */
114
124
  constructor(input: DeleteReplicationInstanceCommandInput);
115
125
  /**
116
126
  * @internal
117
127
  */
118
128
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReplicationInstanceCommandInput, DeleteReplicationInstanceCommandOutput>;
129
+ /**
130
+ * @internal
131
+ */
119
132
  private serialize;
133
+ /**
134
+ * @internal
135
+ */
120
136
  private deserialize;
121
137
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DeleteReplicationSubnetGroupMessage, DeleteReplicationSubnetGroupResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteReplicationSubnetGroupCommand}.
8
10
  */
9
11
  export interface DeleteReplicationSubnetGroupCommandInput extends DeleteReplicationSubnetGroupMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteReplicationSubnetGroupCommand}.
13
17
  */
14
18
  export interface DeleteReplicationSubnetGroupCommandOutput extends DeleteReplicationSubnetGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a subnet group.</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 DeleteReplicationSubnetGroupCommandOutput extends DeleteReplica
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteReplicationSubnetGroupCommandInput - {@link DeleteReplicationSubnetGroupCommandInput}
34
+ * @returns {@link DeleteReplicationSubnetGroupCommandOutput}
28
35
  * @see {@link DeleteReplicationSubnetGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteReplicationSubnetGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -51,11 +58,20 @@ export interface DeleteReplicationSubnetGroupCommandOutput extends DeleteReplica
51
58
  export declare class DeleteReplicationSubnetGroupCommand extends $Command<DeleteReplicationSubnetGroupCommandInput, DeleteReplicationSubnetGroupCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
52
59
  readonly input: DeleteReplicationSubnetGroupCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: DeleteReplicationSubnetGroupCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReplicationSubnetGroupCommandInput, DeleteReplicationSubnetGroupCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DeleteReplicationTaskAssessmentRunMessage, DeleteReplicationTaskAssessmentRunResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteReplicationTaskAssessmentRunCommand}.
8
10
  */
9
11
  export interface DeleteReplicationTaskAssessmentRunCommandInput extends DeleteReplicationTaskAssessmentRunMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteReplicationTaskAssessmentRunCommand}.
13
17
  */
14
18
  export interface DeleteReplicationTaskAssessmentRunCommandOutput extends DeleteReplicationTaskAssessmentRunResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the record of a single premigration assessment run.</p>
18
23
  * <p>This operation removes all metadata that DMS maintains about this assessment run.
19
24
  * However, the operation leaves untouched all information about this assessment run that is
@@ -28,6 +33,8 @@ export interface DeleteReplicationTaskAssessmentRunCommandOutput extends DeleteR
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DeleteReplicationTaskAssessmentRunCommandInput - {@link DeleteReplicationTaskAssessmentRunCommandInput}
37
+ * @returns {@link DeleteReplicationTaskAssessmentRunCommandOutput}
31
38
  * @see {@link DeleteReplicationTaskAssessmentRunCommandInput} for command's `input` shape.
32
39
  * @see {@link DeleteReplicationTaskAssessmentRunCommandOutput} for command's `response` shape.
33
40
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -47,11 +54,20 @@ export interface DeleteReplicationTaskAssessmentRunCommandOutput extends DeleteR
47
54
  export declare class DeleteReplicationTaskAssessmentRunCommand extends $Command<DeleteReplicationTaskAssessmentRunCommandInput, DeleteReplicationTaskAssessmentRunCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
48
55
  readonly input: DeleteReplicationTaskAssessmentRunCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: DeleteReplicationTaskAssessmentRunCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReplicationTaskAssessmentRunCommandInput, DeleteReplicationTaskAssessmentRunCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DeleteReplicationTaskMessage, DeleteReplicationTaskResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteReplicationTaskCommand}.
8
10
  */
9
11
  export interface DeleteReplicationTaskCommandInput extends DeleteReplicationTaskMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteReplicationTaskCommand}.
13
17
  */
14
18
  export interface DeleteReplicationTaskCommandOutput extends DeleteReplicationTaskResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified replication 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 DeleteReplicationTaskCommandOutput extends DeleteReplicationTas
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteReplicationTaskCommandInput - {@link DeleteReplicationTaskCommandInput}
34
+ * @returns {@link DeleteReplicationTaskCommandOutput}
28
35
  * @see {@link DeleteReplicationTaskCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteReplicationTaskCommandOutput} for command's `response` shape.
30
37
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -67,11 +74,20 @@ export interface DeleteReplicationTaskCommandOutput extends DeleteReplicationTas
67
74
  export declare class DeleteReplicationTaskCommand extends $Command<DeleteReplicationTaskCommandInput, DeleteReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
68
75
  readonly input: DeleteReplicationTaskCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: DeleteReplicationTaskCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReplicationTaskCommandInput, DeleteReplicationTaskCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
75
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
76
92
  private deserialize;
77
93
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeAccountAttributesMessage, DescribeAccountAttributesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeAccountAttributesCommand}.
8
10
  */
9
11
  export interface DescribeAccountAttributesCommandInput extends DescribeAccountAttributesMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeAccountAttributesCommand}.
13
17
  */
14
18
  export interface DescribeAccountAttributesCommandOutput extends DescribeAccountAttributesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all of the DMS attributes for a customer account. These attributes include DMS
18
23
  * quotas for the account and a unique account identifier in a particular DMS region. DMS
19
24
  * quotas include a list of resource quotas supported by the account, such as the number of
@@ -31,6 +36,8 @@ export interface DescribeAccountAttributesCommandOutput extends DescribeAccountA
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param DescribeAccountAttributesCommandInput - {@link DescribeAccountAttributesCommandInput}
40
+ * @returns {@link DescribeAccountAttributesCommandOutput}
34
41
  * @see {@link DescribeAccountAttributesCommandInput} for command's `input` shape.
35
42
  * @see {@link DescribeAccountAttributesCommandOutput} for command's `response` shape.
36
43
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -70,11 +77,20 @@ export interface DescribeAccountAttributesCommandOutput extends DescribeAccountA
70
77
  export declare class DescribeAccountAttributesCommand extends $Command<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
71
78
  readonly input: DescribeAccountAttributesCommandInput;
72
79
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
+ /**
81
+ * @public
82
+ */
73
83
  constructor(input: DescribeAccountAttributesCommandInput);
74
84
  /**
75
85
  * @internal
76
86
  */
77
87
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput>;
88
+ /**
89
+ * @internal
90
+ */
78
91
  private serialize;
92
+ /**
93
+ * @internal
94
+ */
79
95
  private deserialize;
80
96
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeApplicableIndividualAssessmentsMessage, DescribeApplicableIndividualAssessmentsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeApplicableIndividualAssessmentsCommand}.
8
10
  */
9
11
  export interface DescribeApplicableIndividualAssessmentsCommandInput extends DescribeApplicableIndividualAssessmentsMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeApplicableIndividualAssessmentsCommand}.
13
17
  */
14
18
  export interface DescribeApplicableIndividualAssessmentsCommandOutput extends DescribeApplicableIndividualAssessmentsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Provides a list of individual assessments that you can specify for a new premigration
18
23
  * assessment run, given one or more parameters.</p>
19
24
  * <p>If you specify an existing migration task, this operation provides the default individual
@@ -39,6 +44,8 @@ export interface DescribeApplicableIndividualAssessmentsCommandOutput extends De
39
44
  * const response = await client.send(command);
40
45
  * ```
41
46
  *
47
+ * @param DescribeApplicableIndividualAssessmentsCommandInput - {@link DescribeApplicableIndividualAssessmentsCommandInput}
48
+ * @returns {@link DescribeApplicableIndividualAssessmentsCommandOutput}
42
49
  * @see {@link DescribeApplicableIndividualAssessmentsCommandInput} for command's `input` shape.
43
50
  * @see {@link DescribeApplicableIndividualAssessmentsCommandOutput} for command's `response` shape.
44
51
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -58,11 +65,20 @@ export interface DescribeApplicableIndividualAssessmentsCommandOutput extends De
58
65
  export declare class DescribeApplicableIndividualAssessmentsCommand extends $Command<DescribeApplicableIndividualAssessmentsCommandInput, DescribeApplicableIndividualAssessmentsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
59
66
  readonly input: DescribeApplicableIndividualAssessmentsCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: DescribeApplicableIndividualAssessmentsCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeApplicableIndividualAssessmentsCommandInput, DescribeApplicableIndividualAssessmentsCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeCertificatesMessage, DescribeCertificatesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeCertificatesCommand}.
8
10
  */
9
11
  export interface DescribeCertificatesCommandInput extends DescribeCertificatesMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeCertificatesCommand}.
13
17
  */
14
18
  export interface DescribeCertificatesCommandOutput extends DescribeCertificatesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Provides a description of the certificate.</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 DescribeCertificatesCommandOutput extends DescribeCertificatesR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeCertificatesCommandInput - {@link DescribeCertificatesCommandInput}
34
+ * @returns {@link DescribeCertificatesCommandOutput}
28
35
  * @see {@link DescribeCertificatesCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeCertificatesCommandOutput} for command's `response` shape.
30
37
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -64,11 +71,20 @@ export interface DescribeCertificatesCommandOutput extends DescribeCertificatesR
64
71
  export declare class DescribeCertificatesCommand extends $Command<DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
65
72
  readonly input: DescribeCertificatesCommandInput;
66
73
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
+ /**
75
+ * @public
76
+ */
67
77
  constructor(input: DescribeCertificatesCommandInput);
68
78
  /**
69
79
  * @internal
70
80
  */
71
81
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput>;
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 { DescribeConnectionsMessage, DescribeConnectionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeConnectionsCommand}.
8
10
  */
9
11
  export interface DescribeConnectionsCommandInput extends DescribeConnectionsMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeConnectionsCommand}.
13
17
  */
14
18
  export interface DescribeConnectionsCommandOutput extends DescribeConnectionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes the status of the connections that have been made between the replication
18
23
  * instance and an endpoint. Connections are created when you test an endpoint.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeConnectionsCommandOutput extends DescribeConnectionsRes
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeConnectionsCommandInput - {@link DescribeConnectionsCommandInput}
35
+ * @returns {@link DescribeConnectionsCommandOutput}
29
36
  * @see {@link DescribeConnectionsCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeConnectionsCommandOutput} for command's `response` shape.
31
38
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -73,11 +80,20 @@ export interface DescribeConnectionsCommandOutput extends DescribeConnectionsRes
73
80
  export declare class DescribeConnectionsCommand extends $Command<DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
74
81
  readonly input: DescribeConnectionsCommandInput;
75
82
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
+ /**
84
+ * @public
85
+ */
76
86
  constructor(input: DescribeConnectionsCommandInput);
77
87
  /**
78
88
  * @internal
79
89
  */
80
90
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput>;
91
+ /**
92
+ * @internal
93
+ */
81
94
  private serialize;
95
+ /**
96
+ * @internal
97
+ */
82
98
  private deserialize;
83
99
  }