@aws-sdk/client-database-migration-service 3.300.0 → 3.301.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.
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -3
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -1
- package/dist-types/commands/BatchStartRecommendationsCommand.d.ts +4 -4
- package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +1 -1
- package/dist-types/commands/CreateEndpointCommand.d.ts +22 -22
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +5 -5
- package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +4 -4
- package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +4 -4
- package/dist-types/commands/CreateReplicationTaskCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCertificateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +2 -2
- package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeEventsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +4 -4
- package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +4 -4
- package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeRecommendationLimitationsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeRecommendationsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +4 -4
- package/dist-types/commands/DescribeSchemasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +4 -4
- package/dist-types/commands/ImportCertificateCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/dist-types/commands/ModifyEndpointCommand.d.ts +20 -20
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +2 -2
- package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +2 -2
- package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +2 -2
- package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/MoveReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RefreshSchemasCommand.d.ts +1 -1
- package/dist-types/commands/ReloadTablesCommand.d.ts +3 -3
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -2
- package/dist-types/commands/StartRecommendationsCommand.d.ts +2 -2
- package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +3 -3
- package/dist-types/commands/StartReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/StopReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -1
- package/package.json +3 -3
|
@@ -27,7 +27,7 @@ export interface DescribeFleetAdvisorLsaAnalysisCommandOutput extends DescribeFl
|
|
|
27
27
|
* import { DatabaseMigrationServiceClient, DescribeFleetAdvisorLsaAnalysisCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
28
28
|
* // const { DatabaseMigrationServiceClient, DescribeFleetAdvisorLsaAnalysisCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
29
29
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeFleetAdvisorLsaAnalysisRequest
|
|
31
31
|
* MaxRecords: Number("int"),
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
33
33
|
* };
|
|
@@ -27,11 +27,11 @@ export interface DescribeFleetAdvisorSchemaObjectSummaryCommandOutput extends De
|
|
|
27
27
|
* import { DatabaseMigrationServiceClient, DescribeFleetAdvisorSchemaObjectSummaryCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
28
28
|
* // const { DatabaseMigrationServiceClient, DescribeFleetAdvisorSchemaObjectSummaryCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
29
29
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
30
|
-
* const input = {
|
|
31
|
-
* Filters: [
|
|
32
|
-
* {
|
|
30
|
+
* const input = { // DescribeFleetAdvisorSchemaObjectSummaryRequest
|
|
31
|
+
* Filters: [ // FilterList
|
|
32
|
+
* { // Filter
|
|
33
33
|
* Name: "STRING_VALUE", // required
|
|
34
|
-
* Values: [ // required
|
|
34
|
+
* Values: [ // FilterValueList // required
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* },
|
|
@@ -26,11 +26,11 @@ export interface DescribeFleetAdvisorSchemasCommandOutput extends DescribeFleetA
|
|
|
26
26
|
* import { DatabaseMigrationServiceClient, DescribeFleetAdvisorSchemasCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
27
27
|
* // const { DatabaseMigrationServiceClient, DescribeFleetAdvisorSchemasCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
28
28
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* Filters: [
|
|
31
|
-
* {
|
|
29
|
+
* const input = { // DescribeFleetAdvisorSchemasRequest
|
|
30
|
+
* Filters: [ // FilterList
|
|
31
|
+
* { // Filter
|
|
32
32
|
* Name: "STRING_VALUE", // required
|
|
33
|
-
* Values: [ // required
|
|
33
|
+
* Values: [ // FilterValueList // required
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* },
|
|
@@ -27,7 +27,7 @@ export interface DescribeOrderableReplicationInstancesCommandOutput extends Desc
|
|
|
27
27
|
* import { DatabaseMigrationServiceClient, DescribeOrderableReplicationInstancesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
28
28
|
* // const { DatabaseMigrationServiceClient, DescribeOrderableReplicationInstancesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
29
29
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeOrderableReplicationInstancesMessage
|
|
31
31
|
* MaxRecords: Number("int"),
|
|
32
32
|
* Marker: "STRING_VALUE",
|
|
33
33
|
* };
|
|
@@ -26,12 +26,12 @@ export interface DescribePendingMaintenanceActionsCommandOutput extends Describe
|
|
|
26
26
|
* import { DatabaseMigrationServiceClient, DescribePendingMaintenanceActionsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
27
27
|
* // const { DatabaseMigrationServiceClient, DescribePendingMaintenanceActionsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
28
28
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribePendingMaintenanceActionsMessage
|
|
30
30
|
* ReplicationInstanceArn: "STRING_VALUE",
|
|
31
|
-
* Filters: [
|
|
32
|
-
* {
|
|
31
|
+
* Filters: [ // FilterList
|
|
32
|
+
* { // Filter
|
|
33
33
|
* Name: "STRING_VALUE", // required
|
|
34
|
-
* Values: [ // required
|
|
34
|
+
* Values: [ // FilterValueList // required
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* },
|
|
@@ -27,11 +27,11 @@ export interface DescribeRecommendationLimitationsCommandOutput extends Describe
|
|
|
27
27
|
* import { DatabaseMigrationServiceClient, DescribeRecommendationLimitationsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
28
28
|
* // const { DatabaseMigrationServiceClient, DescribeRecommendationLimitationsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
29
29
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
30
|
-
* const input = {
|
|
31
|
-
* Filters: [
|
|
32
|
-
* {
|
|
30
|
+
* const input = { // DescribeRecommendationLimitationsRequest
|
|
31
|
+
* Filters: [ // FilterList
|
|
32
|
+
* { // Filter
|
|
33
33
|
* Name: "STRING_VALUE", // required
|
|
34
|
-
* Values: [ // required
|
|
34
|
+
* Values: [ // FilterValueList // required
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* },
|
|
@@ -27,11 +27,11 @@ export interface DescribeRecommendationsCommandOutput extends DescribeRecommenda
|
|
|
27
27
|
* import { DatabaseMigrationServiceClient, DescribeRecommendationsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
28
28
|
* // const { DatabaseMigrationServiceClient, DescribeRecommendationsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
29
29
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
30
|
-
* const input = {
|
|
31
|
-
* Filters: [
|
|
32
|
-
* {
|
|
30
|
+
* const input = { // DescribeRecommendationsRequest
|
|
31
|
+
* Filters: [ // FilterList
|
|
32
|
+
* { // Filter
|
|
33
33
|
* Name: "STRING_VALUE", // required
|
|
34
|
-
* Values: [ // required
|
|
34
|
+
* Values: [ // FilterValueList // required
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* },
|
|
@@ -26,7 +26,7 @@ export interface DescribeRefreshSchemasStatusCommandOutput extends DescribeRefre
|
|
|
26
26
|
* import { DatabaseMigrationServiceClient, DescribeRefreshSchemasStatusCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
27
27
|
* // const { DatabaseMigrationServiceClient, DescribeRefreshSchemasStatusCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
28
28
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeRefreshSchemasStatusMessage
|
|
30
30
|
* EndpointArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeRefreshSchemasStatusCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeReplicationInstanceTaskLogsCommandOutput extends Descri
|
|
|
26
26
|
* import { DatabaseMigrationServiceClient, DescribeReplicationInstanceTaskLogsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
27
27
|
* // const { DatabaseMigrationServiceClient, DescribeReplicationInstanceTaskLogsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
28
28
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeReplicationInstanceTaskLogsMessage
|
|
30
30
|
* ReplicationInstanceArn: "STRING_VALUE", // required
|
|
31
31
|
* MaxRecords: Number("int"),
|
|
32
32
|
* Marker: "STRING_VALUE",
|
|
@@ -27,11 +27,11 @@ export interface DescribeReplicationInstancesCommandOutput extends DescribeRepli
|
|
|
27
27
|
* import { DatabaseMigrationServiceClient, DescribeReplicationInstancesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
28
28
|
* // const { DatabaseMigrationServiceClient, DescribeReplicationInstancesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
29
29
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
30
|
-
* const input = {
|
|
31
|
-
* Filters: [
|
|
32
|
-
* {
|
|
30
|
+
* const input = { // DescribeReplicationInstancesMessage
|
|
31
|
+
* Filters: [ // FilterList
|
|
32
|
+
* { // Filter
|
|
33
33
|
* Name: "STRING_VALUE", // required
|
|
34
|
-
* Values: [ // required
|
|
34
|
+
* Values: [ // FilterValueList // required
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* },
|
|
@@ -26,11 +26,11 @@ export interface DescribeReplicationSubnetGroupsCommandOutput extends DescribeRe
|
|
|
26
26
|
* import { DatabaseMigrationServiceClient, DescribeReplicationSubnetGroupsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
27
27
|
* // const { DatabaseMigrationServiceClient, DescribeReplicationSubnetGroupsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
28
28
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* Filters: [
|
|
31
|
-
* {
|
|
29
|
+
* const input = { // DescribeReplicationSubnetGroupsMessage
|
|
30
|
+
* Filters: [ // FilterList
|
|
31
|
+
* { // Filter
|
|
32
32
|
* Name: "STRING_VALUE", // required
|
|
33
|
-
* Values: [ // required
|
|
33
|
+
* Values: [ // FilterValueList // required
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* },
|
|
@@ -31,7 +31,7 @@ export interface DescribeReplicationTaskAssessmentResultsCommandOutput extends D
|
|
|
31
31
|
* import { DatabaseMigrationServiceClient, DescribeReplicationTaskAssessmentResultsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
32
32
|
* // const { DatabaseMigrationServiceClient, DescribeReplicationTaskAssessmentResultsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
33
33
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // DescribeReplicationTaskAssessmentResultsMessage
|
|
35
35
|
* ReplicationTaskArn: "STRING_VALUE",
|
|
36
36
|
* MaxRecords: Number("int"),
|
|
37
37
|
* Marker: "STRING_VALUE",
|
|
@@ -34,11 +34,11 @@ export interface DescribeReplicationTaskAssessmentRunsCommandOutput extends Desc
|
|
|
34
34
|
* import { DatabaseMigrationServiceClient, DescribeReplicationTaskAssessmentRunsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
35
35
|
* // const { DatabaseMigrationServiceClient, DescribeReplicationTaskAssessmentRunsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
36
36
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
37
|
-
* const input = {
|
|
38
|
-
* Filters: [
|
|
39
|
-
* {
|
|
37
|
+
* const input = { // DescribeReplicationTaskAssessmentRunsMessage
|
|
38
|
+
* Filters: [ // FilterList
|
|
39
|
+
* { // Filter
|
|
40
40
|
* Name: "STRING_VALUE", // required
|
|
41
|
-
* Values: [ // required
|
|
41
|
+
* Values: [ // FilterValueList // required
|
|
42
42
|
* "STRING_VALUE",
|
|
43
43
|
* ],
|
|
44
44
|
* },
|
|
@@ -28,11 +28,11 @@ export interface DescribeReplicationTaskIndividualAssessmentsCommandOutput exten
|
|
|
28
28
|
* import { DatabaseMigrationServiceClient, DescribeReplicationTaskIndividualAssessmentsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
29
29
|
* // const { DatabaseMigrationServiceClient, DescribeReplicationTaskIndividualAssessmentsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
30
30
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
31
|
-
* const input = {
|
|
32
|
-
* Filters: [
|
|
33
|
-
* {
|
|
31
|
+
* const input = { // DescribeReplicationTaskIndividualAssessmentsMessage
|
|
32
|
+
* Filters: [ // FilterList
|
|
33
|
+
* { // Filter
|
|
34
34
|
* Name: "STRING_VALUE", // required
|
|
35
|
-
* Values: [ // required
|
|
35
|
+
* Values: [ // FilterValueList // required
|
|
36
36
|
* "STRING_VALUE",
|
|
37
37
|
* ],
|
|
38
38
|
* },
|
|
@@ -27,11 +27,11 @@ export interface DescribeReplicationTasksCommandOutput extends DescribeReplicati
|
|
|
27
27
|
* import { DatabaseMigrationServiceClient, DescribeReplicationTasksCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
28
28
|
* // const { DatabaseMigrationServiceClient, DescribeReplicationTasksCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
29
29
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
30
|
-
* const input = {
|
|
31
|
-
* Filters: [
|
|
32
|
-
* {
|
|
30
|
+
* const input = { // DescribeReplicationTasksMessage
|
|
31
|
+
* Filters: [ // FilterList
|
|
32
|
+
* { // Filter
|
|
33
33
|
* Name: "STRING_VALUE", // required
|
|
34
|
-
* Values: [ // required
|
|
34
|
+
* Values: [ // FilterValueList // required
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* },
|
|
@@ -27,7 +27,7 @@ export interface DescribeSchemasCommandOutput extends DescribeSchemasResponse, _
|
|
|
27
27
|
* import { DatabaseMigrationServiceClient, DescribeSchemasCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
28
28
|
* // const { DatabaseMigrationServiceClient, DescribeSchemasCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
29
29
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeSchemasMessage
|
|
31
31
|
* EndpointArn: "STRING_VALUE", // required
|
|
32
32
|
* MaxRecords: Number("int"),
|
|
33
33
|
* Marker: "STRING_VALUE",
|
|
@@ -30,14 +30,14 @@ export interface DescribeTableStatisticsCommandOutput extends DescribeTableStati
|
|
|
30
30
|
* import { DatabaseMigrationServiceClient, DescribeTableStatisticsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
31
31
|
* // const { DatabaseMigrationServiceClient, DescribeTableStatisticsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
32
32
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // DescribeTableStatisticsMessage
|
|
34
34
|
* ReplicationTaskArn: "STRING_VALUE", // required
|
|
35
35
|
* MaxRecords: Number("int"),
|
|
36
36
|
* Marker: "STRING_VALUE",
|
|
37
|
-
* Filters: [
|
|
38
|
-
* {
|
|
37
|
+
* Filters: [ // FilterList
|
|
38
|
+
* { // Filter
|
|
39
39
|
* Name: "STRING_VALUE", // required
|
|
40
|
-
* Values: [ // required
|
|
40
|
+
* Values: [ // FilterValueList // required
|
|
41
41
|
* "STRING_VALUE",
|
|
42
42
|
* ],
|
|
43
43
|
* },
|
|
@@ -26,12 +26,12 @@ export interface ImportCertificateCommandOutput extends ImportCertificateRespons
|
|
|
26
26
|
* import { DatabaseMigrationServiceClient, ImportCertificateCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
27
27
|
* // const { DatabaseMigrationServiceClient, ImportCertificateCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
28
28
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ImportCertificateMessage
|
|
30
30
|
* CertificateIdentifier: "STRING_VALUE", // required
|
|
31
31
|
* CertificatePem: "STRING_VALUE",
|
|
32
32
|
* CertificateWallet: "BLOB_VALUE",
|
|
33
|
-
* Tags: [
|
|
34
|
-
* {
|
|
33
|
+
* Tags: [ // TagList
|
|
34
|
+
* { // Tag
|
|
35
35
|
* Key: "STRING_VALUE",
|
|
36
36
|
* Value: "STRING_VALUE",
|
|
37
37
|
* ResourceArn: "STRING_VALUE",
|
|
@@ -30,9 +30,9 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
30
30
|
* import { DatabaseMigrationServiceClient, ListTagsForResourceCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
31
31
|
* // const { DatabaseMigrationServiceClient, ListTagsForResourceCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
32
32
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // ListTagsForResourceMessage
|
|
34
34
|
* ResourceArn: "STRING_VALUE",
|
|
35
|
-
* ResourceArnList: [
|
|
35
|
+
* ResourceArnList: [ // ArnList
|
|
36
36
|
* "STRING_VALUE",
|
|
37
37
|
* ],
|
|
38
38
|
* };
|
|
@@ -33,7 +33,7 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
33
33
|
* import { DatabaseMigrationServiceClient, ModifyEndpointCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
34
34
|
* // const { DatabaseMigrationServiceClient, ModifyEndpointCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
35
35
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // ModifyEndpointMessage
|
|
37
37
|
* EndpointArn: "STRING_VALUE", // required
|
|
38
38
|
* EndpointIdentifier: "STRING_VALUE",
|
|
39
39
|
* EndpointType: "source" || "target",
|
|
@@ -48,10 +48,10 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
48
48
|
* SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
49
49
|
* ServiceAccessRoleArn: "STRING_VALUE",
|
|
50
50
|
* ExternalTableDefinition: "STRING_VALUE",
|
|
51
|
-
* DynamoDbSettings: {
|
|
51
|
+
* DynamoDbSettings: { // DynamoDbSettings
|
|
52
52
|
* ServiceAccessRoleArn: "STRING_VALUE", // required
|
|
53
53
|
* },
|
|
54
|
-
* S3Settings: {
|
|
54
|
+
* S3Settings: { // S3Settings
|
|
55
55
|
* ServiceAccessRoleArn: "STRING_VALUE",
|
|
56
56
|
* ExternalTableDefinition: "STRING_VALUE",
|
|
57
57
|
* CsvRowDelimiter: "STRING_VALUE",
|
|
@@ -94,11 +94,11 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
94
94
|
* ExpectedBucketOwner: "STRING_VALUE",
|
|
95
95
|
* GlueCatalogGeneration: true || false,
|
|
96
96
|
* },
|
|
97
|
-
* DmsTransferSettings: {
|
|
97
|
+
* DmsTransferSettings: { // DmsTransferSettings
|
|
98
98
|
* ServiceAccessRoleArn: "STRING_VALUE",
|
|
99
99
|
* BucketName: "STRING_VALUE",
|
|
100
100
|
* },
|
|
101
|
-
* MongoDbSettings: {
|
|
101
|
+
* MongoDbSettings: { // MongoDbSettings
|
|
102
102
|
* Username: "STRING_VALUE",
|
|
103
103
|
* Password: "STRING_VALUE",
|
|
104
104
|
* ServerName: "STRING_VALUE",
|
|
@@ -114,7 +114,7 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
114
114
|
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
115
115
|
* SecretsManagerSecretId: "STRING_VALUE",
|
|
116
116
|
* },
|
|
117
|
-
* KinesisSettings: {
|
|
117
|
+
* KinesisSettings: { // KinesisSettings
|
|
118
118
|
* StreamArn: "STRING_VALUE",
|
|
119
119
|
* MessageFormat: "json" || "json-unformatted",
|
|
120
120
|
* ServiceAccessRoleArn: "STRING_VALUE",
|
|
@@ -126,7 +126,7 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
126
126
|
* IncludeNullAndEmpty: true || false,
|
|
127
127
|
* NoHexPrefix: true || false,
|
|
128
128
|
* },
|
|
129
|
-
* KafkaSettings: {
|
|
129
|
+
* KafkaSettings: { // KafkaSettings
|
|
130
130
|
* Broker: "STRING_VALUE",
|
|
131
131
|
* Topic: "STRING_VALUE",
|
|
132
132
|
* MessageFormat: "json" || "json-unformatted",
|
|
@@ -147,14 +147,14 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
147
147
|
* NoHexPrefix: true || false,
|
|
148
148
|
* SaslMechanism: "scram-sha-512" || "plain",
|
|
149
149
|
* },
|
|
150
|
-
* ElasticsearchSettings: {
|
|
150
|
+
* ElasticsearchSettings: { // ElasticsearchSettings
|
|
151
151
|
* ServiceAccessRoleArn: "STRING_VALUE", // required
|
|
152
152
|
* EndpointUri: "STRING_VALUE", // required
|
|
153
153
|
* FullLoadErrorPercentage: Number("int"),
|
|
154
154
|
* ErrorRetryDuration: Number("int"),
|
|
155
155
|
* UseNewMappingType: true || false,
|
|
156
156
|
* },
|
|
157
|
-
* NeptuneSettings: {
|
|
157
|
+
* NeptuneSettings: { // NeptuneSettings
|
|
158
158
|
* ServiceAccessRoleArn: "STRING_VALUE",
|
|
159
159
|
* S3BucketName: "STRING_VALUE", // required
|
|
160
160
|
* S3BucketFolder: "STRING_VALUE", // required
|
|
@@ -163,7 +163,7 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
163
163
|
* MaxRetryCount: Number("int"),
|
|
164
164
|
* IamAuthEnabled: true || false,
|
|
165
165
|
* },
|
|
166
|
-
* RedshiftSettings: {
|
|
166
|
+
* RedshiftSettings: { // RedshiftSettings
|
|
167
167
|
* AcceptAnyDate: true || false,
|
|
168
168
|
* AfterConnectScript: "STRING_VALUE",
|
|
169
169
|
* BucketFolder: "STRING_VALUE",
|
|
@@ -196,7 +196,7 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
196
196
|
* SecretsManagerSecretId: "STRING_VALUE",
|
|
197
197
|
* MapBooleanAsBoolean: true || false,
|
|
198
198
|
* },
|
|
199
|
-
* PostgreSQLSettings: {
|
|
199
|
+
* PostgreSQLSettings: { // PostgreSQLSettings
|
|
200
200
|
* AfterConnectScript: "STRING_VALUE",
|
|
201
201
|
* CaptureDdls: true || false,
|
|
202
202
|
* MaxFileSize: Number("int"),
|
|
@@ -218,7 +218,7 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
218
218
|
* TrimSpaceInChar: true || false,
|
|
219
219
|
* MapBooleanAsBoolean: true || false,
|
|
220
220
|
* },
|
|
221
|
-
* MySQLSettings: {
|
|
221
|
+
* MySQLSettings: { // MySQLSettings
|
|
222
222
|
* AfterConnectScript: "STRING_VALUE",
|
|
223
223
|
* CleanSourceMetadataOnMismatch: true || false,
|
|
224
224
|
* DatabaseName: "STRING_VALUE",
|
|
@@ -234,11 +234,11 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
234
234
|
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
235
235
|
* SecretsManagerSecretId: "STRING_VALUE",
|
|
236
236
|
* },
|
|
237
|
-
* OracleSettings: {
|
|
237
|
+
* OracleSettings: { // OracleSettings
|
|
238
238
|
* AddSupplementalLogging: true || false,
|
|
239
239
|
* ArchivedLogDestId: Number("int"),
|
|
240
240
|
* AdditionalArchivedLogDestId: Number("int"),
|
|
241
|
-
* ExtraArchivedLogDestIds: [
|
|
241
|
+
* ExtraArchivedLogDestIds: [ // IntegerList
|
|
242
242
|
* Number("int"),
|
|
243
243
|
* ],
|
|
244
244
|
* AllowSelectNestedTables: true || false,
|
|
@@ -280,7 +280,7 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
280
280
|
* TrimSpaceInChar: true || false,
|
|
281
281
|
* ConvertTimestampWithZoneToUTC: true || false,
|
|
282
282
|
* },
|
|
283
|
-
* SybaseSettings: {
|
|
283
|
+
* SybaseSettings: { // SybaseSettings
|
|
284
284
|
* DatabaseName: "STRING_VALUE",
|
|
285
285
|
* Password: "STRING_VALUE",
|
|
286
286
|
* Port: Number("int"),
|
|
@@ -289,7 +289,7 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
289
289
|
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
290
290
|
* SecretsManagerSecretId: "STRING_VALUE",
|
|
291
291
|
* },
|
|
292
|
-
* MicrosoftSQLServerSettings: {
|
|
292
|
+
* MicrosoftSQLServerSettings: { // MicrosoftSQLServerSettings
|
|
293
293
|
* Port: Number("int"),
|
|
294
294
|
* BcpPacketSize: Number("int"),
|
|
295
295
|
* DatabaseName: "STRING_VALUE",
|
|
@@ -308,7 +308,7 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
308
308
|
* TlogAccessMode: "BackupOnly" || "PreferBackup" || "PreferTlog" || "TlogOnly",
|
|
309
309
|
* ForceLobLookup: true || false,
|
|
310
310
|
* },
|
|
311
|
-
* IBMDb2Settings: {
|
|
311
|
+
* IBMDb2Settings: { // IBMDb2Settings
|
|
312
312
|
* DatabaseName: "STRING_VALUE",
|
|
313
313
|
* Password: "STRING_VALUE",
|
|
314
314
|
* Port: Number("int"),
|
|
@@ -320,7 +320,7 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
320
320
|
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
321
321
|
* SecretsManagerSecretId: "STRING_VALUE",
|
|
322
322
|
* },
|
|
323
|
-
* DocDbSettings: {
|
|
323
|
+
* DocDbSettings: { // DocDbSettings
|
|
324
324
|
* Username: "STRING_VALUE",
|
|
325
325
|
* Password: "STRING_VALUE",
|
|
326
326
|
* ServerName: "STRING_VALUE",
|
|
@@ -333,7 +333,7 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
333
333
|
* SecretsManagerAccessRoleArn: "STRING_VALUE",
|
|
334
334
|
* SecretsManagerSecretId: "STRING_VALUE",
|
|
335
335
|
* },
|
|
336
|
-
* RedisSettings: {
|
|
336
|
+
* RedisSettings: { // RedisSettings
|
|
337
337
|
* ServerName: "STRING_VALUE", // required
|
|
338
338
|
* Port: Number("int"), // required
|
|
339
339
|
* SslSecurityProtocol: "plaintext" || "ssl-encryption",
|
|
@@ -343,7 +343,7 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
|
|
|
343
343
|
* SslCaCertificateArn: "STRING_VALUE",
|
|
344
344
|
* },
|
|
345
345
|
* ExactSettings: true || false,
|
|
346
|
-
* GcpMySQLSettings: {
|
|
346
|
+
* GcpMySQLSettings: { // GcpMySQLSettings
|
|
347
347
|
* AfterConnectScript: "STRING_VALUE",
|
|
348
348
|
* CleanSourceMetadataOnMismatch: true || false,
|
|
349
349
|
* DatabaseName: "STRING_VALUE",
|
|
@@ -26,11 +26,11 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri
|
|
|
26
26
|
* import { DatabaseMigrationServiceClient, ModifyEventSubscriptionCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
27
27
|
* // const { DatabaseMigrationServiceClient, ModifyEventSubscriptionCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
28
28
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ModifyEventSubscriptionMessage
|
|
30
30
|
* SubscriptionName: "STRING_VALUE", // required
|
|
31
31
|
* SnsTopicArn: "STRING_VALUE",
|
|
32
32
|
* SourceType: "STRING_VALUE",
|
|
33
|
-
* EventCategories: [
|
|
33
|
+
* EventCategories: [ // EventCategoriesList
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* Enabled: true || false,
|
|
@@ -29,12 +29,12 @@ export interface ModifyReplicationInstanceCommandOutput extends ModifyReplicatio
|
|
|
29
29
|
* import { DatabaseMigrationServiceClient, ModifyReplicationInstanceCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
30
30
|
* // const { DatabaseMigrationServiceClient, ModifyReplicationInstanceCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
31
31
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // ModifyReplicationInstanceMessage
|
|
33
33
|
* ReplicationInstanceArn: "STRING_VALUE", // required
|
|
34
34
|
* AllocatedStorage: Number("int"),
|
|
35
35
|
* ApplyImmediately: true || false,
|
|
36
36
|
* ReplicationInstanceClass: "STRING_VALUE",
|
|
37
|
-
* VpcSecurityGroupIds: [
|
|
37
|
+
* VpcSecurityGroupIds: [ // VpcSecurityGroupIdList
|
|
38
38
|
* "STRING_VALUE",
|
|
39
39
|
* ],
|
|
40
40
|
* PreferredMaintenanceWindow: "STRING_VALUE",
|
|
@@ -26,10 +26,10 @@ export interface ModifyReplicationSubnetGroupCommandOutput extends ModifyReplica
|
|
|
26
26
|
* import { DatabaseMigrationServiceClient, ModifyReplicationSubnetGroupCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
27
27
|
* // const { DatabaseMigrationServiceClient, ModifyReplicationSubnetGroupCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
28
28
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ModifyReplicationSubnetGroupMessage
|
|
30
30
|
* ReplicationSubnetGroupIdentifier: "STRING_VALUE", // required
|
|
31
31
|
* ReplicationSubnetGroupDescription: "STRING_VALUE",
|
|
32
|
-
* SubnetIds: [ // required
|
|
32
|
+
* SubnetIds: [ // SubnetIdentifierList // required
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
35
|
* };
|
|
@@ -29,7 +29,7 @@ export interface ModifyReplicationTaskCommandOutput extends ModifyReplicationTas
|
|
|
29
29
|
* import { DatabaseMigrationServiceClient, ModifyReplicationTaskCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
30
30
|
* // const { DatabaseMigrationServiceClient, ModifyReplicationTaskCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
31
31
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // ModifyReplicationTaskMessage
|
|
33
33
|
* ReplicationTaskArn: "STRING_VALUE", // required
|
|
34
34
|
* ReplicationTaskIdentifier: "STRING_VALUE",
|
|
35
35
|
* MigrationType: "full-load" || "cdc" || "full-load-and-cdc",
|
|
@@ -29,7 +29,7 @@ export interface MoveReplicationTaskCommandOutput extends MoveReplicationTaskRes
|
|
|
29
29
|
* import { DatabaseMigrationServiceClient, MoveReplicationTaskCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
30
30
|
* // const { DatabaseMigrationServiceClient, MoveReplicationTaskCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
31
31
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // MoveReplicationTaskMessage
|
|
33
33
|
* ReplicationTaskArn: "STRING_VALUE", // required
|
|
34
34
|
* TargetReplicationInstanceArn: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
@@ -27,7 +27,7 @@ export interface RebootReplicationInstanceCommandOutput extends RebootReplicatio
|
|
|
27
27
|
* import { DatabaseMigrationServiceClient, RebootReplicationInstanceCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
28
28
|
* // const { DatabaseMigrationServiceClient, RebootReplicationInstanceCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
29
29
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // RebootReplicationInstanceMessage
|
|
31
31
|
* ReplicationInstanceArn: "STRING_VALUE", // required
|
|
32
32
|
* ForceFailover: true || false,
|
|
33
33
|
* ForcePlannedFailover: true || false,
|
|
@@ -28,7 +28,7 @@ export interface RefreshSchemasCommandOutput extends RefreshSchemasResponse, __M
|
|
|
28
28
|
* import { DatabaseMigrationServiceClient, RefreshSchemasCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
29
29
|
* // const { DatabaseMigrationServiceClient, RefreshSchemasCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
30
30
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // RefreshSchemasMessage
|
|
32
32
|
* EndpointArn: "STRING_VALUE", // required
|
|
33
33
|
* ReplicationInstanceArn: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
@@ -28,10 +28,10 @@ export interface ReloadTablesCommandOutput extends ReloadTablesResponse, __Metad
|
|
|
28
28
|
* import { DatabaseMigrationServiceClient, ReloadTablesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
29
29
|
* // const { DatabaseMigrationServiceClient, ReloadTablesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
30
30
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ReloadTablesMessage
|
|
32
32
|
* ReplicationTaskArn: "STRING_VALUE", // required
|
|
33
|
-
* TablesToReload: [ // required
|
|
34
|
-
* {
|
|
33
|
+
* TablesToReload: [ // TableListToReload // required
|
|
34
|
+
* { // TableToReload
|
|
35
35
|
* SchemaName: "STRING_VALUE", // required
|
|
36
36
|
* TableName: "STRING_VALUE", // required
|
|
37
37
|
* },
|
|
@@ -31,9 +31,9 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
|
|
|
31
31
|
* import { DatabaseMigrationServiceClient, RemoveTagsFromResourceCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
32
32
|
* // const { DatabaseMigrationServiceClient, RemoveTagsFromResourceCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
33
33
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // RemoveTagsFromResourceMessage
|
|
35
35
|
* ResourceArn: "STRING_VALUE", // required
|
|
36
|
-
* TagKeys: [ // required
|
|
36
|
+
* TagKeys: [ // KeyList // required
|
|
37
37
|
* "STRING_VALUE",
|
|
38
38
|
* ],
|
|
39
39
|
* };
|
|
@@ -28,9 +28,9 @@ export interface StartRecommendationsCommandOutput extends __MetadataBearer {
|
|
|
28
28
|
* import { DatabaseMigrationServiceClient, StartRecommendationsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
29
29
|
* // const { DatabaseMigrationServiceClient, StartRecommendationsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
30
30
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // StartRecommendationsRequest
|
|
32
32
|
* DatabaseId: "STRING_VALUE", // required
|
|
33
|
-
* Settings: {
|
|
33
|
+
* Settings: { // RecommendationSettings
|
|
34
34
|
* InstanceSizingType: "STRING_VALUE", // required
|
|
35
35
|
* WorkloadType: "STRING_VALUE", // required
|
|
36
36
|
* },
|
|
@@ -40,7 +40,7 @@ export interface StartReplicationTaskAssessmentCommandOutput extends StartReplic
|
|
|
40
40
|
* import { DatabaseMigrationServiceClient, StartReplicationTaskAssessmentCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
41
41
|
* // const { DatabaseMigrationServiceClient, StartReplicationTaskAssessmentCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
42
42
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
43
|
-
* const input = {
|
|
43
|
+
* const input = { // StartReplicationTaskAssessmentMessage
|
|
44
44
|
* ReplicationTaskArn: "STRING_VALUE", // required
|
|
45
45
|
* };
|
|
46
46
|
* const command = new StartReplicationTaskAssessmentCommand(input);
|
|
@@ -32,7 +32,7 @@ export interface StartReplicationTaskAssessmentRunCommandOutput extends StartRep
|
|
|
32
32
|
* import { DatabaseMigrationServiceClient, StartReplicationTaskAssessmentRunCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
33
33
|
* // const { DatabaseMigrationServiceClient, StartReplicationTaskAssessmentRunCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
34
34
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // StartReplicationTaskAssessmentRunMessage
|
|
36
36
|
* ReplicationTaskArn: "STRING_VALUE", // required
|
|
37
37
|
* ServiceAccessRoleArn: "STRING_VALUE", // required
|
|
38
38
|
* ResultLocationBucket: "STRING_VALUE", // required
|
|
@@ -40,10 +40,10 @@ export interface StartReplicationTaskAssessmentRunCommandOutput extends StartRep
|
|
|
40
40
|
* ResultEncryptionMode: "STRING_VALUE",
|
|
41
41
|
* ResultKmsKeyArn: "STRING_VALUE",
|
|
42
42
|
* AssessmentRunName: "STRING_VALUE", // required
|
|
43
|
-
* IncludeOnly: [
|
|
43
|
+
* IncludeOnly: [ // IncludeTestList
|
|
44
44
|
* "STRING_VALUE",
|
|
45
45
|
* ],
|
|
46
|
-
* Exclude: [
|
|
46
|
+
* Exclude: [ // ExcludeTestList
|
|
47
47
|
* "STRING_VALUE",
|
|
48
48
|
* ],
|
|
49
49
|
* };
|
|
@@ -29,7 +29,7 @@ export interface StartReplicationTaskCommandOutput extends StartReplicationTaskR
|
|
|
29
29
|
* import { DatabaseMigrationServiceClient, StartReplicationTaskCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
30
30
|
* // const { DatabaseMigrationServiceClient, StartReplicationTaskCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
31
31
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // StartReplicationTaskMessage
|
|
33
33
|
* ReplicationTaskArn: "STRING_VALUE", // required
|
|
34
34
|
* StartReplicationTaskType: "start-replication" || "resume-processing" || "reload-target", // required
|
|
35
35
|
* CdcStartTime: new Date("TIMESTAMP"),
|