@aws-sdk/client-database-migration-service 3.668.0 → 3.669.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/README.md +48 -0
- package/dist-cjs/index.js +549 -103
- package/dist-es/DatabaseMigrationService.js +12 -0
- package/dist-es/commands/CreateDataMigrationCommand.js +23 -0
- package/dist-es/commands/DeleteDataMigrationCommand.js +23 -0
- package/dist-es/commands/DescribeDataMigrationsCommand.js +23 -0
- package/dist-es/commands/ImportCertificateCommand.js +1 -1
- package/dist-es/commands/ModifyDataMigrationCommand.js +23 -0
- package/dist-es/commands/StartDataMigrationCommand.js +23 -0
- package/dist-es/commands/StopDataMigrationCommand.js +23 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +87 -66
- package/dist-es/models/models_1.js +42 -1
- package/dist-es/pagination/DescribeDataMigrationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -1
- package/dist-es/protocols/Aws_json1_1.js +262 -9
- package/dist-types/DatabaseMigrationService.d.ts +43 -0
- package/dist-types/DatabaseMigrationServiceClient.d.ts +8 -2
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -0
- package/dist-types/commands/CreateDataMigrationCommand.d.ts +146 -0
- package/dist-types/commands/CreateDataProviderCommand.d.ts +3 -0
- package/dist-types/commands/CreateInstanceProfileCommand.d.ts +3 -0
- package/dist-types/commands/CreateMigrationProjectCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDataMigrationCommand.d.ts +119 -0
- package/dist-types/commands/DeleteDataProviderCommand.d.ts +3 -0
- package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +4 -0
- package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +3 -0
- package/dist-types/commands/DeleteMigrationProjectCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDataMigrationsCommand.d.ts +133 -0
- package/dist-types/commands/DescribeDataProvidersCommand.d.ts +3 -0
- package/dist-types/commands/DescribeInstanceProfilesCommand.d.ts +3 -0
- package/dist-types/commands/DescribeMigrationProjectsCommand.d.ts +3 -0
- package/dist-types/commands/ExportMetadataModelAssessmentCommand.d.ts +1 -1
- package/dist-types/commands/ImportCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -1
- package/dist-types/commands/ModifyConversionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDataMigrationCommand.d.ts +133 -0
- package/dist-types/commands/ModifyDataProviderCommand.d.ts +3 -0
- package/dist-types/commands/ModifyInstanceProfileCommand.d.ts +3 -0
- package/dist-types/commands/ModifyMigrationProjectCommand.d.ts +3 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -0
- package/dist-types/commands/StartDataMigrationCommand.d.ts +126 -0
- package/dist-types/commands/StopDataMigrationCommand.d.ts +119 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +428 -244
- package/dist-types/models/models_1.d.ts +312 -1
- package/dist-types/pagination/DescribeDataMigrationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -1
- package/dist-types/protocols/Aws_json1_1.d.ts +54 -0
- package/dist-types/ts3.4/DatabaseMigrationService.d.ts +103 -0
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateDataMigrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteDataMigrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeDataMigrationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ExportMetadataModelAssessmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyConversionConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyDataMigrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartDataMigrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StopDataMigrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +131 -89
- package/dist-types/ts3.4/models/models_1.d.ts +102 -0
- package/dist-types/ts3.4/pagination/DescribeDataMigrationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -1
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +72 -0
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -34,6 +34,9 @@ __export(src_exports, {
|
|
|
34
34
|
CollectorNotFoundFault: () => CollectorNotFoundFault,
|
|
35
35
|
CollectorStatus: () => CollectorStatus,
|
|
36
36
|
CompressionTypeValue: () => CompressionTypeValue,
|
|
37
|
+
CreateDataMigrationCommand: () => CreateDataMigrationCommand,
|
|
38
|
+
CreateDataMigrationMessageFilterSensitiveLog: () => CreateDataMigrationMessageFilterSensitiveLog,
|
|
39
|
+
CreateDataMigrationResponseFilterSensitiveLog: () => CreateDataMigrationResponseFilterSensitiveLog,
|
|
37
40
|
CreateDataProviderCommand: () => CreateDataProviderCommand,
|
|
38
41
|
CreateEndpointCommand: () => CreateEndpointCommand,
|
|
39
42
|
CreateEndpointMessageFilterSensitiveLog: () => CreateEndpointMessageFilterSensitiveLog,
|
|
@@ -47,6 +50,8 @@ __export(src_exports, {
|
|
|
47
50
|
CreateReplicationSubnetGroupCommand: () => CreateReplicationSubnetGroupCommand,
|
|
48
51
|
CreateReplicationTaskCommand: () => CreateReplicationTaskCommand,
|
|
49
52
|
DataFormatValue: () => DataFormatValue,
|
|
53
|
+
DataMigrationFilterSensitiveLog: () => DataMigrationFilterSensitiveLog,
|
|
54
|
+
DataMigrationSettingsFilterSensitiveLog: () => DataMigrationSettingsFilterSensitiveLog,
|
|
50
55
|
DataProviderSettings: () => DataProviderSettings,
|
|
51
56
|
DatabaseMigrationService: () => DatabaseMigrationService,
|
|
52
57
|
DatabaseMigrationServiceClient: () => DatabaseMigrationServiceClient,
|
|
@@ -56,6 +61,8 @@ __export(src_exports, {
|
|
|
56
61
|
DatePartitionSequenceValue: () => DatePartitionSequenceValue,
|
|
57
62
|
DeleteCertificateCommand: () => DeleteCertificateCommand,
|
|
58
63
|
DeleteConnectionCommand: () => DeleteConnectionCommand,
|
|
64
|
+
DeleteDataMigrationCommand: () => DeleteDataMigrationCommand,
|
|
65
|
+
DeleteDataMigrationResponseFilterSensitiveLog: () => DeleteDataMigrationResponseFilterSensitiveLog,
|
|
59
66
|
DeleteDataProviderCommand: () => DeleteDataProviderCommand,
|
|
60
67
|
DeleteEndpointCommand: () => DeleteEndpointCommand,
|
|
61
68
|
DeleteEndpointResponseFilterSensitiveLog: () => DeleteEndpointResponseFilterSensitiveLog,
|
|
@@ -74,6 +81,8 @@ __export(src_exports, {
|
|
|
74
81
|
DescribeCertificatesCommand: () => DescribeCertificatesCommand,
|
|
75
82
|
DescribeConnectionsCommand: () => DescribeConnectionsCommand,
|
|
76
83
|
DescribeConversionConfigurationCommand: () => DescribeConversionConfigurationCommand,
|
|
84
|
+
DescribeDataMigrationsCommand: () => DescribeDataMigrationsCommand,
|
|
85
|
+
DescribeDataMigrationsResponseFilterSensitiveLog: () => DescribeDataMigrationsResponseFilterSensitiveLog,
|
|
77
86
|
DescribeDataProvidersCommand: () => DescribeDataProvidersCommand,
|
|
78
87
|
DescribeEndpointSettingsCommand: () => DescribeEndpointSettingsCommand,
|
|
79
88
|
DescribeEndpointTypesCommand: () => DescribeEndpointTypesCommand,
|
|
@@ -121,6 +130,7 @@ __export(src_exports, {
|
|
|
121
130
|
EndpointSettingTypeValue: () => EndpointSettingTypeValue,
|
|
122
131
|
ErrorDetails: () => ErrorDetails,
|
|
123
132
|
ExportMetadataModelAssessmentCommand: () => ExportMetadataModelAssessmentCommand,
|
|
133
|
+
FailedDependencyFault: () => FailedDependencyFault,
|
|
124
134
|
GcpMySQLSettingsFilterSensitiveLog: () => GcpMySQLSettingsFilterSensitiveLog,
|
|
125
135
|
IBMDb2SettingsFilterSensitiveLog: () => IBMDb2SettingsFilterSensitiveLog,
|
|
126
136
|
ImportCertificateCommand: () => ImportCertificateCommand,
|
|
@@ -147,6 +157,9 @@ __export(src_exports, {
|
|
|
147
157
|
MicrosoftSQLServerSettingsFilterSensitiveLog: () => MicrosoftSQLServerSettingsFilterSensitiveLog,
|
|
148
158
|
MigrationTypeValue: () => MigrationTypeValue,
|
|
149
159
|
ModifyConversionConfigurationCommand: () => ModifyConversionConfigurationCommand,
|
|
160
|
+
ModifyDataMigrationCommand: () => ModifyDataMigrationCommand,
|
|
161
|
+
ModifyDataMigrationMessageFilterSensitiveLog: () => ModifyDataMigrationMessageFilterSensitiveLog,
|
|
162
|
+
ModifyDataMigrationResponseFilterSensitiveLog: () => ModifyDataMigrationResponseFilterSensitiveLog,
|
|
150
163
|
ModifyDataProviderCommand: () => ModifyDataProviderCommand,
|
|
151
164
|
ModifyEndpointCommand: () => ModifyEndpointCommand,
|
|
152
165
|
ModifyEndpointMessageFilterSensitiveLog: () => ModifyEndpointMessageFilterSensitiveLog,
|
|
@@ -191,6 +204,8 @@ __export(src_exports, {
|
|
|
191
204
|
SafeguardPolicy: () => SafeguardPolicy,
|
|
192
205
|
SourceType: () => SourceType,
|
|
193
206
|
SslSecurityProtocolValue: () => SslSecurityProtocolValue,
|
|
207
|
+
StartDataMigrationCommand: () => StartDataMigrationCommand,
|
|
208
|
+
StartDataMigrationResponseFilterSensitiveLog: () => StartDataMigrationResponseFilterSensitiveLog,
|
|
194
209
|
StartExtensionPackAssociationCommand: () => StartExtensionPackAssociationCommand,
|
|
195
210
|
StartMetadataModelAssessmentCommand: () => StartMetadataModelAssessmentCommand,
|
|
196
211
|
StartMetadataModelConversionCommand: () => StartMetadataModelConversionCommand,
|
|
@@ -199,10 +214,13 @@ __export(src_exports, {
|
|
|
199
214
|
StartMetadataModelImportCommand: () => StartMetadataModelImportCommand,
|
|
200
215
|
StartRecommendationsCommand: () => StartRecommendationsCommand,
|
|
201
216
|
StartReplicationCommand: () => StartReplicationCommand,
|
|
217
|
+
StartReplicationMigrationTypeValue: () => StartReplicationMigrationTypeValue,
|
|
202
218
|
StartReplicationTaskAssessmentCommand: () => StartReplicationTaskAssessmentCommand,
|
|
203
219
|
StartReplicationTaskAssessmentRunCommand: () => StartReplicationTaskAssessmentRunCommand,
|
|
204
220
|
StartReplicationTaskCommand: () => StartReplicationTaskCommand,
|
|
205
221
|
StartReplicationTaskTypeValue: () => StartReplicationTaskTypeValue,
|
|
222
|
+
StopDataMigrationCommand: () => StopDataMigrationCommand,
|
|
223
|
+
StopDataMigrationResponseFilterSensitiveLog: () => StopDataMigrationResponseFilterSensitiveLog,
|
|
206
224
|
StopReplicationCommand: () => StopReplicationCommand,
|
|
207
225
|
StopReplicationTaskCommand: () => StopReplicationTaskCommand,
|
|
208
226
|
StorageQuotaExceededFault: () => StorageQuotaExceededFault,
|
|
@@ -218,6 +236,7 @@ __export(src_exports, {
|
|
|
218
236
|
paginateDescribeApplicableIndividualAssessments: () => paginateDescribeApplicableIndividualAssessments,
|
|
219
237
|
paginateDescribeCertificates: () => paginateDescribeCertificates,
|
|
220
238
|
paginateDescribeConnections: () => paginateDescribeConnections,
|
|
239
|
+
paginateDescribeDataMigrations: () => paginateDescribeDataMigrations,
|
|
221
240
|
paginateDescribeDataProviders: () => paginateDescribeDataProviders,
|
|
222
241
|
paginateDescribeEndpointSettings: () => paginateDescribeEndpointSettings,
|
|
223
242
|
paginateDescribeEndpointTypes: () => paginateDescribeEndpointTypes,
|
|
@@ -456,6 +475,23 @@ var _AccessDeniedFault = class _AccessDeniedFault extends DatabaseMigrationServi
|
|
|
456
475
|
};
|
|
457
476
|
__name(_AccessDeniedFault, "AccessDeniedFault");
|
|
458
477
|
var AccessDeniedFault = _AccessDeniedFault;
|
|
478
|
+
var _InvalidResourceStateFault = class _InvalidResourceStateFault extends DatabaseMigrationServiceServiceException {
|
|
479
|
+
/**
|
|
480
|
+
* @internal
|
|
481
|
+
*/
|
|
482
|
+
constructor(opts) {
|
|
483
|
+
super({
|
|
484
|
+
name: "InvalidResourceStateFault",
|
|
485
|
+
$fault: "client",
|
|
486
|
+
...opts
|
|
487
|
+
});
|
|
488
|
+
this.name = "InvalidResourceStateFault";
|
|
489
|
+
this.$fault = "client";
|
|
490
|
+
Object.setPrototypeOf(this, _InvalidResourceStateFault.prototype);
|
|
491
|
+
}
|
|
492
|
+
};
|
|
493
|
+
__name(_InvalidResourceStateFault, "InvalidResourceStateFault");
|
|
494
|
+
var InvalidResourceStateFault = _InvalidResourceStateFault;
|
|
459
495
|
var _ResourceNotFoundFault = class _ResourceNotFoundFault extends DatabaseMigrationServiceServiceException {
|
|
460
496
|
/**
|
|
461
497
|
* @internal
|
|
@@ -473,23 +509,80 @@ var _ResourceNotFoundFault = class _ResourceNotFoundFault extends DatabaseMigrat
|
|
|
473
509
|
};
|
|
474
510
|
__name(_ResourceNotFoundFault, "ResourceNotFoundFault");
|
|
475
511
|
var ResourceNotFoundFault = _ResourceNotFoundFault;
|
|
476
|
-
var
|
|
512
|
+
var MigrationTypeValue = {
|
|
513
|
+
CDC: "cdc",
|
|
514
|
+
FULL_LOAD: "full-load",
|
|
515
|
+
FULL_LOAD_AND_CDC: "full-load-and-cdc"
|
|
516
|
+
};
|
|
517
|
+
var _FailedDependencyFault = class _FailedDependencyFault extends DatabaseMigrationServiceServiceException {
|
|
477
518
|
/**
|
|
478
519
|
* @internal
|
|
479
520
|
*/
|
|
480
521
|
constructor(opts) {
|
|
481
522
|
super({
|
|
482
|
-
name: "
|
|
523
|
+
name: "FailedDependencyFault",
|
|
483
524
|
$fault: "client",
|
|
484
525
|
...opts
|
|
485
526
|
});
|
|
486
|
-
this.name = "
|
|
527
|
+
this.name = "FailedDependencyFault";
|
|
487
528
|
this.$fault = "client";
|
|
488
|
-
Object.setPrototypeOf(this,
|
|
529
|
+
Object.setPrototypeOf(this, _FailedDependencyFault.prototype);
|
|
489
530
|
}
|
|
490
531
|
};
|
|
491
|
-
__name(
|
|
492
|
-
var
|
|
532
|
+
__name(_FailedDependencyFault, "FailedDependencyFault");
|
|
533
|
+
var FailedDependencyFault = _FailedDependencyFault;
|
|
534
|
+
var _InvalidOperationFault = class _InvalidOperationFault extends DatabaseMigrationServiceServiceException {
|
|
535
|
+
/**
|
|
536
|
+
* @internal
|
|
537
|
+
*/
|
|
538
|
+
constructor(opts) {
|
|
539
|
+
super({
|
|
540
|
+
name: "InvalidOperationFault",
|
|
541
|
+
$fault: "client",
|
|
542
|
+
...opts
|
|
543
|
+
});
|
|
544
|
+
this.name = "InvalidOperationFault";
|
|
545
|
+
this.$fault = "client";
|
|
546
|
+
Object.setPrototypeOf(this, _InvalidOperationFault.prototype);
|
|
547
|
+
}
|
|
548
|
+
};
|
|
549
|
+
__name(_InvalidOperationFault, "InvalidOperationFault");
|
|
550
|
+
var InvalidOperationFault = _InvalidOperationFault;
|
|
551
|
+
var _ResourceAlreadyExistsFault = class _ResourceAlreadyExistsFault extends DatabaseMigrationServiceServiceException {
|
|
552
|
+
/**
|
|
553
|
+
* @internal
|
|
554
|
+
*/
|
|
555
|
+
constructor(opts) {
|
|
556
|
+
super({
|
|
557
|
+
name: "ResourceAlreadyExistsFault",
|
|
558
|
+
$fault: "client",
|
|
559
|
+
...opts
|
|
560
|
+
});
|
|
561
|
+
this.name = "ResourceAlreadyExistsFault";
|
|
562
|
+
this.$fault = "client";
|
|
563
|
+
Object.setPrototypeOf(this, _ResourceAlreadyExistsFault.prototype);
|
|
564
|
+
this.resourceArn = opts.resourceArn;
|
|
565
|
+
}
|
|
566
|
+
};
|
|
567
|
+
__name(_ResourceAlreadyExistsFault, "ResourceAlreadyExistsFault");
|
|
568
|
+
var ResourceAlreadyExistsFault = _ResourceAlreadyExistsFault;
|
|
569
|
+
var _ResourceQuotaExceededFault = class _ResourceQuotaExceededFault extends DatabaseMigrationServiceServiceException {
|
|
570
|
+
/**
|
|
571
|
+
* @internal
|
|
572
|
+
*/
|
|
573
|
+
constructor(opts) {
|
|
574
|
+
super({
|
|
575
|
+
name: "ResourceQuotaExceededFault",
|
|
576
|
+
$fault: "client",
|
|
577
|
+
...opts
|
|
578
|
+
});
|
|
579
|
+
this.name = "ResourceQuotaExceededFault";
|
|
580
|
+
this.$fault = "client";
|
|
581
|
+
Object.setPrototypeOf(this, _ResourceQuotaExceededFault.prototype);
|
|
582
|
+
}
|
|
583
|
+
};
|
|
584
|
+
__name(_ResourceQuotaExceededFault, "ResourceQuotaExceededFault");
|
|
585
|
+
var ResourceQuotaExceededFault = _ResourceQuotaExceededFault;
|
|
493
586
|
var DmsSslModeValue = {
|
|
494
587
|
NONE: "none",
|
|
495
588
|
REQUIRE: "require",
|
|
@@ -527,41 +620,6 @@ var DataProviderSettings;
|
|
|
527
620
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
528
621
|
}, "visit");
|
|
529
622
|
})(DataProviderSettings || (DataProviderSettings = {}));
|
|
530
|
-
var _ResourceAlreadyExistsFault = class _ResourceAlreadyExistsFault extends DatabaseMigrationServiceServiceException {
|
|
531
|
-
/**
|
|
532
|
-
* @internal
|
|
533
|
-
*/
|
|
534
|
-
constructor(opts) {
|
|
535
|
-
super({
|
|
536
|
-
name: "ResourceAlreadyExistsFault",
|
|
537
|
-
$fault: "client",
|
|
538
|
-
...opts
|
|
539
|
-
});
|
|
540
|
-
this.name = "ResourceAlreadyExistsFault";
|
|
541
|
-
this.$fault = "client";
|
|
542
|
-
Object.setPrototypeOf(this, _ResourceAlreadyExistsFault.prototype);
|
|
543
|
-
this.resourceArn = opts.resourceArn;
|
|
544
|
-
}
|
|
545
|
-
};
|
|
546
|
-
__name(_ResourceAlreadyExistsFault, "ResourceAlreadyExistsFault");
|
|
547
|
-
var ResourceAlreadyExistsFault = _ResourceAlreadyExistsFault;
|
|
548
|
-
var _ResourceQuotaExceededFault = class _ResourceQuotaExceededFault extends DatabaseMigrationServiceServiceException {
|
|
549
|
-
/**
|
|
550
|
-
* @internal
|
|
551
|
-
*/
|
|
552
|
-
constructor(opts) {
|
|
553
|
-
super({
|
|
554
|
-
name: "ResourceQuotaExceededFault",
|
|
555
|
-
$fault: "client",
|
|
556
|
-
...opts
|
|
557
|
-
});
|
|
558
|
-
this.name = "ResourceQuotaExceededFault";
|
|
559
|
-
this.$fault = "client";
|
|
560
|
-
Object.setPrototypeOf(this, _ResourceQuotaExceededFault.prototype);
|
|
561
|
-
}
|
|
562
|
-
};
|
|
563
|
-
__name(_ResourceQuotaExceededFault, "ResourceQuotaExceededFault");
|
|
564
|
-
var ResourceQuotaExceededFault = _ResourceQuotaExceededFault;
|
|
565
623
|
var NestingLevelValue = {
|
|
566
624
|
NONE: "none",
|
|
567
625
|
ONE: "one"
|
|
@@ -845,11 +903,6 @@ var _S3ResourceNotFoundFault = class _S3ResourceNotFoundFault extends DatabaseMi
|
|
|
845
903
|
};
|
|
846
904
|
__name(_S3ResourceNotFoundFault, "S3ResourceNotFoundFault");
|
|
847
905
|
var S3ResourceNotFoundFault = _S3ResourceNotFoundFault;
|
|
848
|
-
var MigrationTypeValue = {
|
|
849
|
-
CDC: "cdc",
|
|
850
|
-
FULL_LOAD: "full-load",
|
|
851
|
-
FULL_LOAD_AND_CDC: "full-load-and-cdc"
|
|
852
|
-
};
|
|
853
906
|
var _InvalidSubnet = class _InvalidSubnet extends DatabaseMigrationServiceServiceException {
|
|
854
907
|
/**
|
|
855
908
|
* @internal
|
|
@@ -935,23 +988,6 @@ var _CollectorNotFoundFault = class _CollectorNotFoundFault extends DatabaseMigr
|
|
|
935
988
|
};
|
|
936
989
|
__name(_CollectorNotFoundFault, "CollectorNotFoundFault");
|
|
937
990
|
var CollectorNotFoundFault = _CollectorNotFoundFault;
|
|
938
|
-
var _InvalidOperationFault = class _InvalidOperationFault extends DatabaseMigrationServiceServiceException {
|
|
939
|
-
/**
|
|
940
|
-
* @internal
|
|
941
|
-
*/
|
|
942
|
-
constructor(opts) {
|
|
943
|
-
super({
|
|
944
|
-
name: "InvalidOperationFault",
|
|
945
|
-
$fault: "client",
|
|
946
|
-
...opts
|
|
947
|
-
});
|
|
948
|
-
this.name = "InvalidOperationFault";
|
|
949
|
-
this.$fault = "client";
|
|
950
|
-
Object.setPrototypeOf(this, _InvalidOperationFault.prototype);
|
|
951
|
-
}
|
|
952
|
-
};
|
|
953
|
-
__name(_InvalidOperationFault, "InvalidOperationFault");
|
|
954
|
-
var InvalidOperationFault = _InvalidOperationFault;
|
|
955
991
|
var EndpointSettingTypeValue = {
|
|
956
992
|
BOOLEAN: "boolean",
|
|
957
993
|
ENUM: "enum",
|
|
@@ -987,27 +1023,25 @@ var RefreshSchemasStatusTypeValue = {
|
|
|
987
1023
|
REFRESHING: "refreshing",
|
|
988
1024
|
SUCCESSFUL: "successful"
|
|
989
1025
|
};
|
|
990
|
-
var
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
};
|
|
994
|
-
var
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
}
|
|
1008
|
-
};
|
|
1009
|
-
__name(_InvalidCertificateFault, "InvalidCertificateFault");
|
|
1010
|
-
var InvalidCertificateFault = _InvalidCertificateFault;
|
|
1026
|
+
var CreateDataMigrationMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1027
|
+
...obj,
|
|
1028
|
+
...obj.SelectionRules && { SelectionRules: import_smithy_client.SENSITIVE_STRING }
|
|
1029
|
+
}), "CreateDataMigrationMessageFilterSensitiveLog");
|
|
1030
|
+
var DataMigrationSettingsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1031
|
+
...obj,
|
|
1032
|
+
...obj.SelectionRules && { SelectionRules: import_smithy_client.SENSITIVE_STRING }
|
|
1033
|
+
}), "DataMigrationSettingsFilterSensitiveLog");
|
|
1034
|
+
var DataMigrationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1035
|
+
...obj,
|
|
1036
|
+
...obj.DataMigrationSettings && {
|
|
1037
|
+
DataMigrationSettings: DataMigrationSettingsFilterSensitiveLog(obj.DataMigrationSettings)
|
|
1038
|
+
},
|
|
1039
|
+
...obj.PublicIpAddresses && { PublicIpAddresses: import_smithy_client.SENSITIVE_STRING }
|
|
1040
|
+
}), "DataMigrationFilterSensitiveLog");
|
|
1041
|
+
var CreateDataMigrationResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1042
|
+
...obj,
|
|
1043
|
+
...obj.DataMigration && { DataMigration: DataMigrationFilterSensitiveLog(obj.DataMigration) }
|
|
1044
|
+
}), "CreateDataMigrationResponseFilterSensitiveLog");
|
|
1011
1045
|
var DocDbSettingsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1012
1046
|
...obj,
|
|
1013
1047
|
...obj.Password && { Password: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -1098,21 +1132,48 @@ var CreateEndpointResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => (
|
|
|
1098
1132
|
...obj,
|
|
1099
1133
|
...obj.Endpoint && { Endpoint: EndpointFilterSensitiveLog(obj.Endpoint) }
|
|
1100
1134
|
}), "CreateEndpointResponseFilterSensitiveLog");
|
|
1135
|
+
var DeleteDataMigrationResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1136
|
+
...obj,
|
|
1137
|
+
...obj.DataMigration && { DataMigration: DataMigrationFilterSensitiveLog(obj.DataMigration) }
|
|
1138
|
+
}), "DeleteDataMigrationResponseFilterSensitiveLog");
|
|
1101
1139
|
var DeleteEndpointResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1102
1140
|
...obj,
|
|
1103
1141
|
...obj.Endpoint && { Endpoint: EndpointFilterSensitiveLog(obj.Endpoint) }
|
|
1104
1142
|
}), "DeleteEndpointResponseFilterSensitiveLog");
|
|
1143
|
+
var DescribeDataMigrationsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1144
|
+
...obj,
|
|
1145
|
+
...obj.DataMigrations && {
|
|
1146
|
+
DataMigrations: obj.DataMigrations.map((item) => DataMigrationFilterSensitiveLog(item))
|
|
1147
|
+
}
|
|
1148
|
+
}), "DescribeDataMigrationsResponseFilterSensitiveLog");
|
|
1105
1149
|
var DescribeEndpointsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1106
1150
|
...obj,
|
|
1107
1151
|
...obj.Endpoints && { Endpoints: obj.Endpoints.map((item) => EndpointFilterSensitiveLog(item)) }
|
|
1108
1152
|
}), "DescribeEndpointsResponseFilterSensitiveLog");
|
|
1109
|
-
var ImportCertificateMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1110
|
-
...obj,
|
|
1111
|
-
...obj.CertificatePem && { CertificatePem: import_smithy_client.SENSITIVE_STRING }
|
|
1112
|
-
}), "ImportCertificateMessageFilterSensitiveLog");
|
|
1113
1153
|
|
|
1114
1154
|
// src/models/models_1.ts
|
|
1115
1155
|
|
|
1156
|
+
var AssessmentReportType = {
|
|
1157
|
+
CSV: "csv",
|
|
1158
|
+
PDF: "pdf"
|
|
1159
|
+
};
|
|
1160
|
+
var _InvalidCertificateFault = class _InvalidCertificateFault extends DatabaseMigrationServiceServiceException {
|
|
1161
|
+
/**
|
|
1162
|
+
* @internal
|
|
1163
|
+
*/
|
|
1164
|
+
constructor(opts) {
|
|
1165
|
+
super({
|
|
1166
|
+
name: "InvalidCertificateFault",
|
|
1167
|
+
$fault: "client",
|
|
1168
|
+
...opts
|
|
1169
|
+
});
|
|
1170
|
+
this.name = "InvalidCertificateFault";
|
|
1171
|
+
this.$fault = "client";
|
|
1172
|
+
Object.setPrototypeOf(this, _InvalidCertificateFault.prototype);
|
|
1173
|
+
}
|
|
1174
|
+
};
|
|
1175
|
+
__name(_InvalidCertificateFault, "InvalidCertificateFault");
|
|
1176
|
+
var InvalidCertificateFault = _InvalidCertificateFault;
|
|
1116
1177
|
var _UpgradeDependencyFailureFault = class _UpgradeDependencyFailureFault extends DatabaseMigrationServiceServiceException {
|
|
1117
1178
|
/**
|
|
1118
1179
|
* @internal
|
|
@@ -1151,6 +1212,11 @@ var ReloadOptionValue = {
|
|
|
1151
1212
|
DATA_RELOAD: "data-reload",
|
|
1152
1213
|
VALIDATE_ONLY: "validate-only"
|
|
1153
1214
|
};
|
|
1215
|
+
var StartReplicationMigrationTypeValue = {
|
|
1216
|
+
RELOAD_TARGET: "reload-target",
|
|
1217
|
+
RESUME_PROCESSING: "resume-processing",
|
|
1218
|
+
START_REPLICATION: "start-replication"
|
|
1219
|
+
};
|
|
1154
1220
|
var OriginTypeValue = {
|
|
1155
1221
|
SOURCE: "SOURCE",
|
|
1156
1222
|
TARGET: "TARGET"
|
|
@@ -1177,6 +1243,18 @@ var _KMSFault = class _KMSFault extends DatabaseMigrationServiceServiceException
|
|
|
1177
1243
|
};
|
|
1178
1244
|
__name(_KMSFault, "KMSFault");
|
|
1179
1245
|
var KMSFault = _KMSFault;
|
|
1246
|
+
var ImportCertificateMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1247
|
+
...obj,
|
|
1248
|
+
...obj.CertificatePem && { CertificatePem: import_smithy_client.SENSITIVE_STRING }
|
|
1249
|
+
}), "ImportCertificateMessageFilterSensitiveLog");
|
|
1250
|
+
var ModifyDataMigrationMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1251
|
+
...obj,
|
|
1252
|
+
...obj.SelectionRules && { SelectionRules: import_smithy_client.SENSITIVE_STRING }
|
|
1253
|
+
}), "ModifyDataMigrationMessageFilterSensitiveLog");
|
|
1254
|
+
var ModifyDataMigrationResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1255
|
+
...obj,
|
|
1256
|
+
...obj.DataMigration && { DataMigration: DataMigrationFilterSensitiveLog(obj.DataMigration) }
|
|
1257
|
+
}), "ModifyDataMigrationResponseFilterSensitiveLog");
|
|
1180
1258
|
var ModifyEndpointMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1181
1259
|
...obj,
|
|
1182
1260
|
...obj.Password && { Password: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -1199,6 +1277,14 @@ var ModifyEndpointResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => (
|
|
|
1199
1277
|
...obj,
|
|
1200
1278
|
...obj.Endpoint && { Endpoint: EndpointFilterSensitiveLog(obj.Endpoint) }
|
|
1201
1279
|
}), "ModifyEndpointResponseFilterSensitiveLog");
|
|
1280
|
+
var StartDataMigrationResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1281
|
+
...obj,
|
|
1282
|
+
...obj.DataMigration && { DataMigration: DataMigrationFilterSensitiveLog(obj.DataMigration) }
|
|
1283
|
+
}), "StartDataMigrationResponseFilterSensitiveLog");
|
|
1284
|
+
var StopDataMigrationResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1285
|
+
...obj,
|
|
1286
|
+
...obj.DataMigration && { DataMigration: DataMigrationFilterSensitiveLog(obj.DataMigration) }
|
|
1287
|
+
}), "StopDataMigrationResponseFilterSensitiveLog");
|
|
1202
1288
|
|
|
1203
1289
|
// src/protocols/Aws_json1_1.ts
|
|
1204
1290
|
var se_AddTagsToResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -1225,6 +1311,12 @@ var se_CancelReplicationTaskAssessmentRunCommand = /* @__PURE__ */ __name(async
|
|
|
1225
1311
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1226
1312
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1227
1313
|
}, "se_CancelReplicationTaskAssessmentRunCommand");
|
|
1314
|
+
var se_CreateDataMigrationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1315
|
+
const headers = sharedHeaders("CreateDataMigration");
|
|
1316
|
+
let body;
|
|
1317
|
+
body = JSON.stringify(se_CreateDataMigrationMessage(input, context));
|
|
1318
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1319
|
+
}, "se_CreateDataMigrationCommand");
|
|
1228
1320
|
var se_CreateDataProviderCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1229
1321
|
const headers = sharedHeaders("CreateDataProvider");
|
|
1230
1322
|
let body;
|
|
@@ -1297,6 +1389,12 @@ var se_DeleteConnectionCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1297
1389
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1298
1390
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1299
1391
|
}, "se_DeleteConnectionCommand");
|
|
1392
|
+
var se_DeleteDataMigrationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1393
|
+
const headers = sharedHeaders("DeleteDataMigration");
|
|
1394
|
+
let body;
|
|
1395
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1396
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1397
|
+
}, "se_DeleteDataMigrationCommand");
|
|
1300
1398
|
var se_DeleteDataProviderCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1301
1399
|
const headers = sharedHeaders("DeleteDataProvider");
|
|
1302
1400
|
let body;
|
|
@@ -1399,6 +1497,12 @@ var se_DescribeConversionConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
1399
1497
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1400
1498
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1401
1499
|
}, "se_DescribeConversionConfigurationCommand");
|
|
1500
|
+
var se_DescribeDataMigrationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1501
|
+
const headers = sharedHeaders("DescribeDataMigrations");
|
|
1502
|
+
let body;
|
|
1503
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1504
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1505
|
+
}, "se_DescribeDataMigrationsCommand");
|
|
1402
1506
|
var se_DescribeDataProvidersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1403
1507
|
const headers = sharedHeaders("DescribeDataProviders");
|
|
1404
1508
|
let body;
|
|
@@ -1651,6 +1755,12 @@ var se_ModifyConversionConfigurationCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
1651
1755
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1652
1756
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1653
1757
|
}, "se_ModifyConversionConfigurationCommand");
|
|
1758
|
+
var se_ModifyDataMigrationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1759
|
+
const headers = sharedHeaders("ModifyDataMigration");
|
|
1760
|
+
let body;
|
|
1761
|
+
body = JSON.stringify(se_ModifyDataMigrationMessage(input, context));
|
|
1762
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1763
|
+
}, "se_ModifyDataMigrationCommand");
|
|
1654
1764
|
var se_ModifyDataProviderCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1655
1765
|
const headers = sharedHeaders("ModifyDataProvider");
|
|
1656
1766
|
let body;
|
|
@@ -1746,6 +1856,12 @@ var se_RunFleetAdvisorLsaAnalysisCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1746
1856
|
const body = "{}";
|
|
1747
1857
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1748
1858
|
}, "se_RunFleetAdvisorLsaAnalysisCommand");
|
|
1859
|
+
var se_StartDataMigrationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1860
|
+
const headers = sharedHeaders("StartDataMigration");
|
|
1861
|
+
let body;
|
|
1862
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1863
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1864
|
+
}, "se_StartDataMigrationCommand");
|
|
1749
1865
|
var se_StartExtensionPackAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1750
1866
|
const headers = sharedHeaders("StartExtensionPackAssociation");
|
|
1751
1867
|
let body;
|
|
@@ -1812,6 +1928,12 @@ var se_StartReplicationTaskAssessmentRunCommand = /* @__PURE__ */ __name(async (
|
|
|
1812
1928
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1813
1929
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1814
1930
|
}, "se_StartReplicationTaskAssessmentRunCommand");
|
|
1931
|
+
var se_StopDataMigrationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1932
|
+
const headers = sharedHeaders("StopDataMigration");
|
|
1933
|
+
let body;
|
|
1934
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1935
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1936
|
+
}, "se_StopDataMigrationCommand");
|
|
1815
1937
|
var se_StopReplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1816
1938
|
const headers = sharedHeaders("StopReplication");
|
|
1817
1939
|
let body;
|
|
@@ -1888,6 +2010,19 @@ var de_CancelReplicationTaskAssessmentRunCommand = /* @__PURE__ */ __name(async
|
|
|
1888
2010
|
};
|
|
1889
2011
|
return response;
|
|
1890
2012
|
}, "de_CancelReplicationTaskAssessmentRunCommand");
|
|
2013
|
+
var de_CreateDataMigrationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2014
|
+
if (output.statusCode >= 300) {
|
|
2015
|
+
return de_CommandError(output, context);
|
|
2016
|
+
}
|
|
2017
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2018
|
+
let contents = {};
|
|
2019
|
+
contents = de_CreateDataMigrationResponse(data, context);
|
|
2020
|
+
const response = {
|
|
2021
|
+
$metadata: deserializeMetadata(output),
|
|
2022
|
+
...contents
|
|
2023
|
+
};
|
|
2024
|
+
return response;
|
|
2025
|
+
}, "de_CreateDataMigrationCommand");
|
|
1891
2026
|
var de_CreateDataProviderCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1892
2027
|
if (output.statusCode >= 300) {
|
|
1893
2028
|
return de_CommandError(output, context);
|
|
@@ -2044,6 +2179,19 @@ var de_DeleteConnectionCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2044
2179
|
};
|
|
2045
2180
|
return response;
|
|
2046
2181
|
}, "de_DeleteConnectionCommand");
|
|
2182
|
+
var de_DeleteDataMigrationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2183
|
+
if (output.statusCode >= 300) {
|
|
2184
|
+
return de_CommandError(output, context);
|
|
2185
|
+
}
|
|
2186
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2187
|
+
let contents = {};
|
|
2188
|
+
contents = de_DeleteDataMigrationResponse(data, context);
|
|
2189
|
+
const response = {
|
|
2190
|
+
$metadata: deserializeMetadata(output),
|
|
2191
|
+
...contents
|
|
2192
|
+
};
|
|
2193
|
+
return response;
|
|
2194
|
+
}, "de_DeleteDataMigrationCommand");
|
|
2047
2195
|
var de_DeleteDataProviderCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2048
2196
|
if (output.statusCode >= 300) {
|
|
2049
2197
|
return de_CommandError(output, context);
|
|
@@ -2262,6 +2410,19 @@ var de_DescribeConversionConfigurationCommand = /* @__PURE__ */ __name(async (ou
|
|
|
2262
2410
|
};
|
|
2263
2411
|
return response;
|
|
2264
2412
|
}, "de_DescribeConversionConfigurationCommand");
|
|
2413
|
+
var de_DescribeDataMigrationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2414
|
+
if (output.statusCode >= 300) {
|
|
2415
|
+
return de_CommandError(output, context);
|
|
2416
|
+
}
|
|
2417
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2418
|
+
let contents = {};
|
|
2419
|
+
contents = de_DescribeDataMigrationsResponse(data, context);
|
|
2420
|
+
const response = {
|
|
2421
|
+
$metadata: deserializeMetadata(output),
|
|
2422
|
+
...contents
|
|
2423
|
+
};
|
|
2424
|
+
return response;
|
|
2425
|
+
}, "de_DescribeDataMigrationsCommand");
|
|
2265
2426
|
var de_DescribeDataProvidersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2266
2427
|
if (output.statusCode >= 300) {
|
|
2267
2428
|
return de_CommandError(output, context);
|
|
@@ -2808,6 +2969,19 @@ var de_ModifyConversionConfigurationCommand = /* @__PURE__ */ __name(async (outp
|
|
|
2808
2969
|
};
|
|
2809
2970
|
return response;
|
|
2810
2971
|
}, "de_ModifyConversionConfigurationCommand");
|
|
2972
|
+
var de_ModifyDataMigrationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2973
|
+
if (output.statusCode >= 300) {
|
|
2974
|
+
return de_CommandError(output, context);
|
|
2975
|
+
}
|
|
2976
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2977
|
+
let contents = {};
|
|
2978
|
+
contents = de_ModifyDataMigrationResponse(data, context);
|
|
2979
|
+
const response = {
|
|
2980
|
+
$metadata: deserializeMetadata(output),
|
|
2981
|
+
...contents
|
|
2982
|
+
};
|
|
2983
|
+
return response;
|
|
2984
|
+
}, "de_ModifyDataMigrationCommand");
|
|
2811
2985
|
var de_ModifyDataProviderCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2812
2986
|
if (output.statusCode >= 300) {
|
|
2813
2987
|
return de_CommandError(output, context);
|
|
@@ -3016,6 +3190,19 @@ var de_RunFleetAdvisorLsaAnalysisCommand = /* @__PURE__ */ __name(async (output,
|
|
|
3016
3190
|
};
|
|
3017
3191
|
return response;
|
|
3018
3192
|
}, "de_RunFleetAdvisorLsaAnalysisCommand");
|
|
3193
|
+
var de_StartDataMigrationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3194
|
+
if (output.statusCode >= 300) {
|
|
3195
|
+
return de_CommandError(output, context);
|
|
3196
|
+
}
|
|
3197
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
3198
|
+
let contents = {};
|
|
3199
|
+
contents = de_StartDataMigrationResponse(data, context);
|
|
3200
|
+
const response = {
|
|
3201
|
+
$metadata: deserializeMetadata(output),
|
|
3202
|
+
...contents
|
|
3203
|
+
};
|
|
3204
|
+
return response;
|
|
3205
|
+
}, "de_StartDataMigrationCommand");
|
|
3019
3206
|
var de_StartExtensionPackAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3020
3207
|
if (output.statusCode >= 300) {
|
|
3021
3208
|
return de_CommandError(output, context);
|
|
@@ -3156,6 +3343,19 @@ var de_StartReplicationTaskAssessmentRunCommand = /* @__PURE__ */ __name(async (
|
|
|
3156
3343
|
};
|
|
3157
3344
|
return response;
|
|
3158
3345
|
}, "de_StartReplicationTaskAssessmentRunCommand");
|
|
3346
|
+
var de_StopDataMigrationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3347
|
+
if (output.statusCode >= 300) {
|
|
3348
|
+
return de_CommandError(output, context);
|
|
3349
|
+
}
|
|
3350
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
3351
|
+
let contents = {};
|
|
3352
|
+
contents = de_StopDataMigrationResponse(data, context);
|
|
3353
|
+
const response = {
|
|
3354
|
+
$metadata: deserializeMetadata(output),
|
|
3355
|
+
...contents
|
|
3356
|
+
};
|
|
3357
|
+
return response;
|
|
3358
|
+
}, "de_StopDataMigrationCommand");
|
|
3159
3359
|
var de_StopReplicationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3160
3360
|
if (output.statusCode >= 300) {
|
|
3161
3361
|
return de_CommandError(output, context);
|
|
@@ -3215,15 +3415,21 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3215
3415
|
};
|
|
3216
3416
|
const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body);
|
|
3217
3417
|
switch (errorCode) {
|
|
3418
|
+
case "InvalidResourceStateFault":
|
|
3419
|
+
case "com.amazonaws.databasemigrationservice#InvalidResourceStateFault":
|
|
3420
|
+
throw await de_InvalidResourceStateFaultRes(parsedOutput, context);
|
|
3218
3421
|
case "ResourceNotFoundFault":
|
|
3219
3422
|
case "com.amazonaws.databasemigrationservice#ResourceNotFoundFault":
|
|
3220
3423
|
throw await de_ResourceNotFoundFaultRes(parsedOutput, context);
|
|
3221
3424
|
case "AccessDeniedFault":
|
|
3222
3425
|
case "com.amazonaws.databasemigrationservice#AccessDeniedFault":
|
|
3223
3426
|
throw await de_AccessDeniedFaultRes(parsedOutput, context);
|
|
3224
|
-
case "
|
|
3225
|
-
case "com.amazonaws.databasemigrationservice#
|
|
3226
|
-
throw await
|
|
3427
|
+
case "FailedDependencyFault":
|
|
3428
|
+
case "com.amazonaws.databasemigrationservice#FailedDependencyFault":
|
|
3429
|
+
throw await de_FailedDependencyFaultRes(parsedOutput, context);
|
|
3430
|
+
case "InvalidOperationFault":
|
|
3431
|
+
case "com.amazonaws.databasemigrationservice#InvalidOperationFault":
|
|
3432
|
+
throw await de_InvalidOperationFaultRes(parsedOutput, context);
|
|
3227
3433
|
case "ResourceAlreadyExistsFault":
|
|
3228
3434
|
case "com.amazonaws.databasemigrationservice#ResourceAlreadyExistsFault":
|
|
3229
3435
|
throw await de_ResourceAlreadyExistsFaultRes(parsedOutput, context);
|
|
@@ -3275,9 +3481,6 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3275
3481
|
case "CollectorNotFoundFault":
|
|
3276
3482
|
case "com.amazonaws.databasemigrationservice#CollectorNotFoundFault":
|
|
3277
3483
|
throw await de_CollectorNotFoundFaultRes(parsedOutput, context);
|
|
3278
|
-
case "InvalidOperationFault":
|
|
3279
|
-
case "com.amazonaws.databasemigrationservice#InvalidOperationFault":
|
|
3280
|
-
throw await de_InvalidOperationFaultRes(parsedOutput, context);
|
|
3281
3484
|
case "InvalidCertificateFault":
|
|
3282
3485
|
case "com.amazonaws.databasemigrationservice#InvalidCertificateFault":
|
|
3283
3486
|
throw await de_InvalidCertificateFaultRes(parsedOutput, context);
|
|
@@ -3317,6 +3520,15 @@ var de_CollectorNotFoundFaultRes = /* @__PURE__ */ __name(async (parsedOutput, c
|
|
|
3317
3520
|
});
|
|
3318
3521
|
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
3319
3522
|
}, "de_CollectorNotFoundFaultRes");
|
|
3523
|
+
var de_FailedDependencyFaultRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
3524
|
+
const body = parsedOutput.body;
|
|
3525
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
3526
|
+
const exception = new FailedDependencyFault({
|
|
3527
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
3528
|
+
...deserialized
|
|
3529
|
+
});
|
|
3530
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
3531
|
+
}, "de_FailedDependencyFaultRes");
|
|
3320
3532
|
var de_InsufficientResourceCapacityFaultRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
3321
3533
|
const body = parsedOutput.body;
|
|
3322
3534
|
const deserialized = (0, import_smithy_client._json)(body);
|
|
@@ -3524,6 +3736,19 @@ var de_UpgradeDependencyFailureFaultRes = /* @__PURE__ */ __name(async (parsedOu
|
|
|
3524
3736
|
});
|
|
3525
3737
|
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
3526
3738
|
}, "de_UpgradeDependencyFailureFaultRes");
|
|
3739
|
+
var se_CreateDataMigrationMessage = /* @__PURE__ */ __name((input, context) => {
|
|
3740
|
+
return (0, import_smithy_client.take)(input, {
|
|
3741
|
+
DataMigrationName: [],
|
|
3742
|
+
DataMigrationType: [],
|
|
3743
|
+
EnableCloudwatchLogs: [],
|
|
3744
|
+
MigrationProjectIdentifier: [],
|
|
3745
|
+
NumberOfJobs: [],
|
|
3746
|
+
SelectionRules: [],
|
|
3747
|
+
ServiceAccessRoleArn: [],
|
|
3748
|
+
SourceDataSettings: (_) => se_SourceDataSettings(_, context),
|
|
3749
|
+
Tags: import_smithy_client._json
|
|
3750
|
+
});
|
|
3751
|
+
}, "se_CreateDataMigrationMessage");
|
|
3527
3752
|
var se_CreateReplicationTaskMessage = /* @__PURE__ */ __name((input, context) => {
|
|
3528
3753
|
return (0, import_smithy_client.take)(input, {
|
|
3529
3754
|
CdcStartPosition: [],
|
|
@@ -3562,6 +3787,18 @@ var se_ImportCertificateMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
3562
3787
|
Tags: import_smithy_client._json
|
|
3563
3788
|
});
|
|
3564
3789
|
}, "se_ImportCertificateMessage");
|
|
3790
|
+
var se_ModifyDataMigrationMessage = /* @__PURE__ */ __name((input, context) => {
|
|
3791
|
+
return (0, import_smithy_client.take)(input, {
|
|
3792
|
+
DataMigrationIdentifier: [],
|
|
3793
|
+
DataMigrationName: [],
|
|
3794
|
+
DataMigrationType: [],
|
|
3795
|
+
EnableCloudwatchLogs: [],
|
|
3796
|
+
NumberOfJobs: [],
|
|
3797
|
+
SelectionRules: [],
|
|
3798
|
+
ServiceAccessRoleArn: [],
|
|
3799
|
+
SourceDataSettings: (_) => se_SourceDataSettings(_, context)
|
|
3800
|
+
});
|
|
3801
|
+
}, "se_ModifyDataMigrationMessage");
|
|
3565
3802
|
var se_ModifyReplicationTaskMessage = /* @__PURE__ */ __name((input, context) => {
|
|
3566
3803
|
return (0, import_smithy_client.take)(input, {
|
|
3567
3804
|
CdcStartPosition: [],
|
|
@@ -3575,6 +3812,19 @@ var se_ModifyReplicationTaskMessage = /* @__PURE__ */ __name((input, context) =>
|
|
|
3575
3812
|
TaskData: []
|
|
3576
3813
|
});
|
|
3577
3814
|
}, "se_ModifyReplicationTaskMessage");
|
|
3815
|
+
var se_SourceDataSetting = /* @__PURE__ */ __name((input, context) => {
|
|
3816
|
+
return (0, import_smithy_client.take)(input, {
|
|
3817
|
+
CDCStartPosition: [],
|
|
3818
|
+
CDCStartTime: import_smithy_client.serializeDateTime,
|
|
3819
|
+
CDCStopTime: import_smithy_client.serializeDateTime,
|
|
3820
|
+
SlotName: []
|
|
3821
|
+
});
|
|
3822
|
+
}, "se_SourceDataSetting");
|
|
3823
|
+
var se_SourceDataSettings = /* @__PURE__ */ __name((input, context) => {
|
|
3824
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
3825
|
+
return se_SourceDataSetting(entry, context);
|
|
3826
|
+
});
|
|
3827
|
+
}, "se_SourceDataSettings");
|
|
3578
3828
|
var se_StartReplicationMessage = /* @__PURE__ */ __name((input, context) => {
|
|
3579
3829
|
return (0, import_smithy_client.take)(input, {
|
|
3580
3830
|
CdcStartPosition: [],
|
|
@@ -3623,6 +3873,11 @@ var de_CertificateList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3623
3873
|
});
|
|
3624
3874
|
return retVal;
|
|
3625
3875
|
}, "de_CertificateList");
|
|
3876
|
+
var de_CreateDataMigrationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3877
|
+
return (0, import_smithy_client.take)(output, {
|
|
3878
|
+
DataMigration: (_) => de_DataMigration(_, context)
|
|
3879
|
+
});
|
|
3880
|
+
}, "de_CreateDataMigrationResponse");
|
|
3626
3881
|
var de_CreateDataProviderResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3627
3882
|
return (0, import_smithy_client.take)(output, {
|
|
3628
3883
|
DataProvider: (_) => de_DataProvider(_, context)
|
|
@@ -3653,6 +3908,44 @@ var de_CreateReplicationTaskResponse = /* @__PURE__ */ __name((output, context)
|
|
|
3653
3908
|
ReplicationTask: (_) => de_ReplicationTask(_, context)
|
|
3654
3909
|
});
|
|
3655
3910
|
}, "de_CreateReplicationTaskResponse");
|
|
3911
|
+
var de_DataMigration = /* @__PURE__ */ __name((output, context) => {
|
|
3912
|
+
return (0, import_smithy_client.take)(output, {
|
|
3913
|
+
DataMigrationArn: import_smithy_client.expectString,
|
|
3914
|
+
DataMigrationCreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3915
|
+
DataMigrationEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3916
|
+
DataMigrationName: import_smithy_client.expectString,
|
|
3917
|
+
DataMigrationSettings: import_smithy_client._json,
|
|
3918
|
+
DataMigrationStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3919
|
+
DataMigrationStatistics: (_) => de_DataMigrationStatistics(_, context),
|
|
3920
|
+
DataMigrationStatus: import_smithy_client.expectString,
|
|
3921
|
+
DataMigrationType: import_smithy_client.expectString,
|
|
3922
|
+
LastFailureMessage: import_smithy_client.expectString,
|
|
3923
|
+
MigrationProjectArn: import_smithy_client.expectString,
|
|
3924
|
+
PublicIpAddresses: import_smithy_client._json,
|
|
3925
|
+
ServiceAccessRoleArn: import_smithy_client.expectString,
|
|
3926
|
+
SourceDataSettings: (_) => de_SourceDataSettings(_, context),
|
|
3927
|
+
StopReason: import_smithy_client.expectString
|
|
3928
|
+
});
|
|
3929
|
+
}, "de_DataMigration");
|
|
3930
|
+
var de_DataMigrations = /* @__PURE__ */ __name((output, context) => {
|
|
3931
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
3932
|
+
return de_DataMigration(entry, context);
|
|
3933
|
+
});
|
|
3934
|
+
return retVal;
|
|
3935
|
+
}, "de_DataMigrations");
|
|
3936
|
+
var de_DataMigrationStatistics = /* @__PURE__ */ __name((output, context) => {
|
|
3937
|
+
return (0, import_smithy_client.take)(output, {
|
|
3938
|
+
CDCLatency: import_smithy_client.expectInt32,
|
|
3939
|
+
ElapsedTimeMillis: import_smithy_client.expectLong,
|
|
3940
|
+
FullLoadPercentage: import_smithy_client.expectInt32,
|
|
3941
|
+
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3942
|
+
StopTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3943
|
+
TablesErrored: import_smithy_client.expectInt32,
|
|
3944
|
+
TablesLoaded: import_smithy_client.expectInt32,
|
|
3945
|
+
TablesLoading: import_smithy_client.expectInt32,
|
|
3946
|
+
TablesQueued: import_smithy_client.expectInt32
|
|
3947
|
+
});
|
|
3948
|
+
}, "de_DataMigrationStatistics");
|
|
3656
3949
|
var de_DataProvider = /* @__PURE__ */ __name((output, context) => {
|
|
3657
3950
|
return (0, import_smithy_client.take)(output, {
|
|
3658
3951
|
DataProviderArn: import_smithy_client.expectString,
|
|
@@ -3674,6 +3967,11 @@ var de_DeleteCertificateResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
3674
3967
|
Certificate: (_) => de_Certificate(_, context)
|
|
3675
3968
|
});
|
|
3676
3969
|
}, "de_DeleteCertificateResponse");
|
|
3970
|
+
var de_DeleteDataMigrationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3971
|
+
return (0, import_smithy_client.take)(output, {
|
|
3972
|
+
DataMigration: (_) => de_DataMigration(_, context)
|
|
3973
|
+
});
|
|
3974
|
+
}, "de_DeleteDataMigrationResponse");
|
|
3677
3975
|
var de_DeleteDataProviderResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3678
3976
|
return (0, import_smithy_client.take)(output, {
|
|
3679
3977
|
DataProvider: (_) => de_DataProvider(_, context)
|
|
@@ -3715,6 +4013,12 @@ var de_DescribeCertificatesResponse = /* @__PURE__ */ __name((output, context) =
|
|
|
3715
4013
|
Marker: import_smithy_client.expectString
|
|
3716
4014
|
});
|
|
3717
4015
|
}, "de_DescribeCertificatesResponse");
|
|
4016
|
+
var de_DescribeDataMigrationsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4017
|
+
return (0, import_smithy_client.take)(output, {
|
|
4018
|
+
DataMigrations: (_) => de_DataMigrations(_, context),
|
|
4019
|
+
Marker: import_smithy_client.expectString
|
|
4020
|
+
});
|
|
4021
|
+
}, "de_DescribeDataMigrationsResponse");
|
|
3718
4022
|
var de_DescribeDataProvidersResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3719
4023
|
return (0, import_smithy_client.take)(output, {
|
|
3720
4024
|
DataProviders: (_) => de_DataProviderList(_, context),
|
|
@@ -3909,6 +4213,11 @@ var de_MigrationProjectList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3909
4213
|
});
|
|
3910
4214
|
return retVal;
|
|
3911
4215
|
}, "de_MigrationProjectList");
|
|
4216
|
+
var de_ModifyDataMigrationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4217
|
+
return (0, import_smithy_client.take)(output, {
|
|
4218
|
+
DataMigration: (_) => de_DataMigration(_, context)
|
|
4219
|
+
});
|
|
4220
|
+
}, "de_ModifyDataMigrationResponse");
|
|
3912
4221
|
var de_ModifyDataProviderResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3913
4222
|
return (0, import_smithy_client.take)(output, {
|
|
3914
4223
|
DataProvider: (_) => de_DataProvider(_, context)
|
|
@@ -4270,6 +4579,25 @@ var de_SchemaResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
4270
4579
|
Similarity: import_smithy_client.limitedParseDouble
|
|
4271
4580
|
});
|
|
4272
4581
|
}, "de_SchemaResponse");
|
|
4582
|
+
var de_SourceDataSetting = /* @__PURE__ */ __name((output, context) => {
|
|
4583
|
+
return (0, import_smithy_client.take)(output, {
|
|
4584
|
+
CDCStartPosition: import_smithy_client.expectString,
|
|
4585
|
+
CDCStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4586
|
+
CDCStopTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4587
|
+
SlotName: import_smithy_client.expectString
|
|
4588
|
+
});
|
|
4589
|
+
}, "de_SourceDataSetting");
|
|
4590
|
+
var de_SourceDataSettings = /* @__PURE__ */ __name((output, context) => {
|
|
4591
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
4592
|
+
return de_SourceDataSetting(entry, context);
|
|
4593
|
+
});
|
|
4594
|
+
return retVal;
|
|
4595
|
+
}, "de_SourceDataSettings");
|
|
4596
|
+
var de_StartDataMigrationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4597
|
+
return (0, import_smithy_client.take)(output, {
|
|
4598
|
+
DataMigration: (_) => de_DataMigration(_, context)
|
|
4599
|
+
});
|
|
4600
|
+
}, "de_StartDataMigrationResponse");
|
|
4273
4601
|
var de_StartReplicationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4274
4602
|
return (0, import_smithy_client.take)(output, {
|
|
4275
4603
|
Replication: (_) => de_Replication(_, context)
|
|
@@ -4290,6 +4618,11 @@ var de_StartReplicationTaskResponse = /* @__PURE__ */ __name((output, context) =
|
|
|
4290
4618
|
ReplicationTask: (_) => de_ReplicationTask(_, context)
|
|
4291
4619
|
});
|
|
4292
4620
|
}, "de_StartReplicationTaskResponse");
|
|
4621
|
+
var de_StopDataMigrationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4622
|
+
return (0, import_smithy_client.take)(output, {
|
|
4623
|
+
DataMigration: (_) => de_DataMigration(_, context)
|
|
4624
|
+
});
|
|
4625
|
+
}, "de_StopDataMigrationResponse");
|
|
4293
4626
|
var de_StopReplicationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4294
4627
|
return (0, import_smithy_client.take)(output, {
|
|
4295
4628
|
Replication: (_) => de_Replication(_, context)
|
|
@@ -4419,6 +4752,20 @@ var _CancelReplicationTaskAssessmentRunCommand = class _CancelReplicationTaskAss
|
|
|
4419
4752
|
__name(_CancelReplicationTaskAssessmentRunCommand, "CancelReplicationTaskAssessmentRunCommand");
|
|
4420
4753
|
var CancelReplicationTaskAssessmentRunCommand = _CancelReplicationTaskAssessmentRunCommand;
|
|
4421
4754
|
|
|
4755
|
+
// src/commands/CreateDataMigrationCommand.ts
|
|
4756
|
+
|
|
4757
|
+
|
|
4758
|
+
|
|
4759
|
+
var _CreateDataMigrationCommand = class _CreateDataMigrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4760
|
+
return [
|
|
4761
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4762
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4763
|
+
];
|
|
4764
|
+
}).s("AmazonDMSv20160101", "CreateDataMigration", {}).n("DatabaseMigrationServiceClient", "CreateDataMigrationCommand").f(CreateDataMigrationMessageFilterSensitiveLog, CreateDataMigrationResponseFilterSensitiveLog).ser(se_CreateDataMigrationCommand).de(de_CreateDataMigrationCommand).build() {
|
|
4765
|
+
};
|
|
4766
|
+
__name(_CreateDataMigrationCommand, "CreateDataMigrationCommand");
|
|
4767
|
+
var CreateDataMigrationCommand = _CreateDataMigrationCommand;
|
|
4768
|
+
|
|
4422
4769
|
// src/commands/CreateDataProviderCommand.ts
|
|
4423
4770
|
|
|
4424
4771
|
|
|
@@ -4587,6 +4934,20 @@ var _DeleteConnectionCommand = class _DeleteConnectionCommand extends import_smi
|
|
|
4587
4934
|
__name(_DeleteConnectionCommand, "DeleteConnectionCommand");
|
|
4588
4935
|
var DeleteConnectionCommand = _DeleteConnectionCommand;
|
|
4589
4936
|
|
|
4937
|
+
// src/commands/DeleteDataMigrationCommand.ts
|
|
4938
|
+
|
|
4939
|
+
|
|
4940
|
+
|
|
4941
|
+
var _DeleteDataMigrationCommand = class _DeleteDataMigrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4942
|
+
return [
|
|
4943
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4944
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4945
|
+
];
|
|
4946
|
+
}).s("AmazonDMSv20160101", "DeleteDataMigration", {}).n("DatabaseMigrationServiceClient", "DeleteDataMigrationCommand").f(void 0, DeleteDataMigrationResponseFilterSensitiveLog).ser(se_DeleteDataMigrationCommand).de(de_DeleteDataMigrationCommand).build() {
|
|
4947
|
+
};
|
|
4948
|
+
__name(_DeleteDataMigrationCommand, "DeleteDataMigrationCommand");
|
|
4949
|
+
var DeleteDataMigrationCommand = _DeleteDataMigrationCommand;
|
|
4950
|
+
|
|
4590
4951
|
// src/commands/DeleteDataProviderCommand.ts
|
|
4591
4952
|
|
|
4592
4953
|
|
|
@@ -4825,6 +5186,20 @@ var _DescribeConversionConfigurationCommand = class _DescribeConversionConfigura
|
|
|
4825
5186
|
__name(_DescribeConversionConfigurationCommand, "DescribeConversionConfigurationCommand");
|
|
4826
5187
|
var DescribeConversionConfigurationCommand = _DescribeConversionConfigurationCommand;
|
|
4827
5188
|
|
|
5189
|
+
// src/commands/DescribeDataMigrationsCommand.ts
|
|
5190
|
+
|
|
5191
|
+
|
|
5192
|
+
|
|
5193
|
+
var _DescribeDataMigrationsCommand = class _DescribeDataMigrationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5194
|
+
return [
|
|
5195
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5196
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5197
|
+
];
|
|
5198
|
+
}).s("AmazonDMSv20160101", "DescribeDataMigrations", {}).n("DatabaseMigrationServiceClient", "DescribeDataMigrationsCommand").f(void 0, DescribeDataMigrationsResponseFilterSensitiveLog).ser(se_DescribeDataMigrationsCommand).de(de_DescribeDataMigrationsCommand).build() {
|
|
5199
|
+
};
|
|
5200
|
+
__name(_DescribeDataMigrationsCommand, "DescribeDataMigrationsCommand");
|
|
5201
|
+
var DescribeDataMigrationsCommand = _DescribeDataMigrationsCommand;
|
|
5202
|
+
|
|
4828
5203
|
// src/commands/DescribeDataProvidersCommand.ts
|
|
4829
5204
|
|
|
4830
5205
|
|
|
@@ -5413,6 +5788,20 @@ var _ModifyConversionConfigurationCommand = class _ModifyConversionConfiguration
|
|
|
5413
5788
|
__name(_ModifyConversionConfigurationCommand, "ModifyConversionConfigurationCommand");
|
|
5414
5789
|
var ModifyConversionConfigurationCommand = _ModifyConversionConfigurationCommand;
|
|
5415
5790
|
|
|
5791
|
+
// src/commands/ModifyDataMigrationCommand.ts
|
|
5792
|
+
|
|
5793
|
+
|
|
5794
|
+
|
|
5795
|
+
var _ModifyDataMigrationCommand = class _ModifyDataMigrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5796
|
+
return [
|
|
5797
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5798
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
5799
|
+
];
|
|
5800
|
+
}).s("AmazonDMSv20160101", "ModifyDataMigration", {}).n("DatabaseMigrationServiceClient", "ModifyDataMigrationCommand").f(ModifyDataMigrationMessageFilterSensitiveLog, ModifyDataMigrationResponseFilterSensitiveLog).ser(se_ModifyDataMigrationCommand).de(de_ModifyDataMigrationCommand).build() {
|
|
5801
|
+
};
|
|
5802
|
+
__name(_ModifyDataMigrationCommand, "ModifyDataMigrationCommand");
|
|
5803
|
+
var ModifyDataMigrationCommand = _ModifyDataMigrationCommand;
|
|
5804
|
+
|
|
5416
5805
|
// src/commands/ModifyDataProviderCommand.ts
|
|
5417
5806
|
|
|
5418
5807
|
|
|
@@ -5637,6 +6026,20 @@ var _RunFleetAdvisorLsaAnalysisCommand = class _RunFleetAdvisorLsaAnalysisComman
|
|
|
5637
6026
|
__name(_RunFleetAdvisorLsaAnalysisCommand, "RunFleetAdvisorLsaAnalysisCommand");
|
|
5638
6027
|
var RunFleetAdvisorLsaAnalysisCommand = _RunFleetAdvisorLsaAnalysisCommand;
|
|
5639
6028
|
|
|
6029
|
+
// src/commands/StartDataMigrationCommand.ts
|
|
6030
|
+
|
|
6031
|
+
|
|
6032
|
+
|
|
6033
|
+
var _StartDataMigrationCommand = class _StartDataMigrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6034
|
+
return [
|
|
6035
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6036
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6037
|
+
];
|
|
6038
|
+
}).s("AmazonDMSv20160101", "StartDataMigration", {}).n("DatabaseMigrationServiceClient", "StartDataMigrationCommand").f(void 0, StartDataMigrationResponseFilterSensitiveLog).ser(se_StartDataMigrationCommand).de(de_StartDataMigrationCommand).build() {
|
|
6039
|
+
};
|
|
6040
|
+
__name(_StartDataMigrationCommand, "StartDataMigrationCommand");
|
|
6041
|
+
var StartDataMigrationCommand = _StartDataMigrationCommand;
|
|
6042
|
+
|
|
5640
6043
|
// src/commands/StartExtensionPackAssociationCommand.ts
|
|
5641
6044
|
|
|
5642
6045
|
|
|
@@ -5791,6 +6194,20 @@ var _StartReplicationTaskCommand = class _StartReplicationTaskCommand extends im
|
|
|
5791
6194
|
__name(_StartReplicationTaskCommand, "StartReplicationTaskCommand");
|
|
5792
6195
|
var StartReplicationTaskCommand = _StartReplicationTaskCommand;
|
|
5793
6196
|
|
|
6197
|
+
// src/commands/StopDataMigrationCommand.ts
|
|
6198
|
+
|
|
6199
|
+
|
|
6200
|
+
|
|
6201
|
+
var _StopDataMigrationCommand = class _StopDataMigrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6202
|
+
return [
|
|
6203
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6204
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6205
|
+
];
|
|
6206
|
+
}).s("AmazonDMSv20160101", "StopDataMigration", {}).n("DatabaseMigrationServiceClient", "StopDataMigrationCommand").f(void 0, StopDataMigrationResponseFilterSensitiveLog).ser(se_StopDataMigrationCommand).de(de_StopDataMigrationCommand).build() {
|
|
6207
|
+
};
|
|
6208
|
+
__name(_StopDataMigrationCommand, "StopDataMigrationCommand");
|
|
6209
|
+
var StopDataMigrationCommand = _StopDataMigrationCommand;
|
|
6210
|
+
|
|
5794
6211
|
// src/commands/StopReplicationCommand.ts
|
|
5795
6212
|
|
|
5796
6213
|
|
|
@@ -5853,6 +6270,7 @@ var commands = {
|
|
|
5853
6270
|
ApplyPendingMaintenanceActionCommand,
|
|
5854
6271
|
BatchStartRecommendationsCommand,
|
|
5855
6272
|
CancelReplicationTaskAssessmentRunCommand,
|
|
6273
|
+
CreateDataMigrationCommand,
|
|
5856
6274
|
CreateDataProviderCommand,
|
|
5857
6275
|
CreateEndpointCommand,
|
|
5858
6276
|
CreateEventSubscriptionCommand,
|
|
@@ -5865,6 +6283,7 @@ var commands = {
|
|
|
5865
6283
|
CreateReplicationTaskCommand,
|
|
5866
6284
|
DeleteCertificateCommand,
|
|
5867
6285
|
DeleteConnectionCommand,
|
|
6286
|
+
DeleteDataMigrationCommand,
|
|
5868
6287
|
DeleteDataProviderCommand,
|
|
5869
6288
|
DeleteEndpointCommand,
|
|
5870
6289
|
DeleteEventSubscriptionCommand,
|
|
@@ -5882,6 +6301,7 @@ var commands = {
|
|
|
5882
6301
|
DescribeCertificatesCommand,
|
|
5883
6302
|
DescribeConnectionsCommand,
|
|
5884
6303
|
DescribeConversionConfigurationCommand,
|
|
6304
|
+
DescribeDataMigrationsCommand,
|
|
5885
6305
|
DescribeDataProvidersCommand,
|
|
5886
6306
|
DescribeEndpointsCommand,
|
|
5887
6307
|
DescribeEndpointSettingsCommand,
|
|
@@ -5924,6 +6344,7 @@ var commands = {
|
|
|
5924
6344
|
ImportCertificateCommand,
|
|
5925
6345
|
ListTagsForResourceCommand,
|
|
5926
6346
|
ModifyConversionConfigurationCommand,
|
|
6347
|
+
ModifyDataMigrationCommand,
|
|
5927
6348
|
ModifyDataProviderCommand,
|
|
5928
6349
|
ModifyEndpointCommand,
|
|
5929
6350
|
ModifyEventSubscriptionCommand,
|
|
@@ -5940,6 +6361,7 @@ var commands = {
|
|
|
5940
6361
|
ReloadTablesCommand,
|
|
5941
6362
|
RemoveTagsFromResourceCommand,
|
|
5942
6363
|
RunFleetAdvisorLsaAnalysisCommand,
|
|
6364
|
+
StartDataMigrationCommand,
|
|
5943
6365
|
StartExtensionPackAssociationCommand,
|
|
5944
6366
|
StartMetadataModelAssessmentCommand,
|
|
5945
6367
|
StartMetadataModelConversionCommand,
|
|
@@ -5951,6 +6373,7 @@ var commands = {
|
|
|
5951
6373
|
StartReplicationTaskCommand,
|
|
5952
6374
|
StartReplicationTaskAssessmentCommand,
|
|
5953
6375
|
StartReplicationTaskAssessmentRunCommand,
|
|
6376
|
+
StopDataMigrationCommand,
|
|
5954
6377
|
StopReplicationCommand,
|
|
5955
6378
|
StopReplicationTaskCommand,
|
|
5956
6379
|
TestConnectionCommand,
|
|
@@ -5974,6 +6397,10 @@ var paginateDescribeCertificates = (0, import_core.createPaginator)(DatabaseMigr
|
|
|
5974
6397
|
|
|
5975
6398
|
var paginateDescribeConnections = (0, import_core.createPaginator)(DatabaseMigrationServiceClient, DescribeConnectionsCommand, "Marker", "Marker", "MaxRecords");
|
|
5976
6399
|
|
|
6400
|
+
// src/pagination/DescribeDataMigrationsPaginator.ts
|
|
6401
|
+
|
|
6402
|
+
var paginateDescribeDataMigrations = (0, import_core.createPaginator)(DatabaseMigrationServiceClient, DescribeDataMigrationsCommand, "Marker", "Marker", "MaxRecords");
|
|
6403
|
+
|
|
5977
6404
|
// src/pagination/DescribeDataProvidersPaginator.ts
|
|
5978
6405
|
|
|
5979
6406
|
var paginateDescribeDataProviders = (0, import_core.createPaginator)(DatabaseMigrationServiceClient, DescribeDataProvidersCommand, "Marker", "Marker", "MaxRecords");
|
|
@@ -6951,6 +7378,7 @@ var waitUntilTestConnectionSucceeds = /* @__PURE__ */ __name(async (params, inpu
|
|
|
6951
7378
|
ApplyPendingMaintenanceActionCommand,
|
|
6952
7379
|
BatchStartRecommendationsCommand,
|
|
6953
7380
|
CancelReplicationTaskAssessmentRunCommand,
|
|
7381
|
+
CreateDataMigrationCommand,
|
|
6954
7382
|
CreateDataProviderCommand,
|
|
6955
7383
|
CreateEndpointCommand,
|
|
6956
7384
|
CreateEventSubscriptionCommand,
|
|
@@ -6963,6 +7391,7 @@ var waitUntilTestConnectionSucceeds = /* @__PURE__ */ __name(async (params, inpu
|
|
|
6963
7391
|
CreateReplicationTaskCommand,
|
|
6964
7392
|
DeleteCertificateCommand,
|
|
6965
7393
|
DeleteConnectionCommand,
|
|
7394
|
+
DeleteDataMigrationCommand,
|
|
6966
7395
|
DeleteDataProviderCommand,
|
|
6967
7396
|
DeleteEndpointCommand,
|
|
6968
7397
|
DeleteEventSubscriptionCommand,
|
|
@@ -6980,6 +7409,7 @@ var waitUntilTestConnectionSucceeds = /* @__PURE__ */ __name(async (params, inpu
|
|
|
6980
7409
|
DescribeCertificatesCommand,
|
|
6981
7410
|
DescribeConnectionsCommand,
|
|
6982
7411
|
DescribeConversionConfigurationCommand,
|
|
7412
|
+
DescribeDataMigrationsCommand,
|
|
6983
7413
|
DescribeDataProvidersCommand,
|
|
6984
7414
|
DescribeEndpointSettingsCommand,
|
|
6985
7415
|
DescribeEndpointTypesCommand,
|
|
@@ -7022,6 +7452,7 @@ var waitUntilTestConnectionSucceeds = /* @__PURE__ */ __name(async (params, inpu
|
|
|
7022
7452
|
ImportCertificateCommand,
|
|
7023
7453
|
ListTagsForResourceCommand,
|
|
7024
7454
|
ModifyConversionConfigurationCommand,
|
|
7455
|
+
ModifyDataMigrationCommand,
|
|
7025
7456
|
ModifyDataProviderCommand,
|
|
7026
7457
|
ModifyEndpointCommand,
|
|
7027
7458
|
ModifyEventSubscriptionCommand,
|
|
@@ -7038,6 +7469,7 @@ var waitUntilTestConnectionSucceeds = /* @__PURE__ */ __name(async (params, inpu
|
|
|
7038
7469
|
ReloadTablesCommand,
|
|
7039
7470
|
RemoveTagsFromResourceCommand,
|
|
7040
7471
|
RunFleetAdvisorLsaAnalysisCommand,
|
|
7472
|
+
StartDataMigrationCommand,
|
|
7041
7473
|
StartExtensionPackAssociationCommand,
|
|
7042
7474
|
StartMetadataModelAssessmentCommand,
|
|
7043
7475
|
StartMetadataModelConversionCommand,
|
|
@@ -7049,6 +7481,7 @@ var waitUntilTestConnectionSucceeds = /* @__PURE__ */ __name(async (params, inpu
|
|
|
7049
7481
|
StartReplicationTaskAssessmentCommand,
|
|
7050
7482
|
StartReplicationTaskAssessmentRunCommand,
|
|
7051
7483
|
StartReplicationTaskCommand,
|
|
7484
|
+
StopDataMigrationCommand,
|
|
7052
7485
|
StopReplicationCommand,
|
|
7053
7486
|
StopReplicationTaskCommand,
|
|
7054
7487
|
TestConnectionCommand,
|
|
@@ -7056,6 +7489,7 @@ var waitUntilTestConnectionSucceeds = /* @__PURE__ */ __name(async (params, inpu
|
|
|
7056
7489
|
paginateDescribeApplicableIndividualAssessments,
|
|
7057
7490
|
paginateDescribeCertificates,
|
|
7058
7491
|
paginateDescribeConnections,
|
|
7492
|
+
paginateDescribeDataMigrations,
|
|
7059
7493
|
paginateDescribeDataProviders,
|
|
7060
7494
|
paginateDescribeEndpointSettings,
|
|
7061
7495
|
paginateDescribeEndpointTypes,
|
|
@@ -7109,14 +7543,17 @@ var waitUntilTestConnectionSucceeds = /* @__PURE__ */ __name(async (params, inpu
|
|
|
7109
7543
|
waitForTestConnectionSucceeds,
|
|
7110
7544
|
waitUntilTestConnectionSucceeds,
|
|
7111
7545
|
AccessDeniedFault,
|
|
7112
|
-
ResourceNotFoundFault,
|
|
7113
7546
|
InvalidResourceStateFault,
|
|
7547
|
+
ResourceNotFoundFault,
|
|
7548
|
+
MigrationTypeValue,
|
|
7549
|
+
FailedDependencyFault,
|
|
7550
|
+
InvalidOperationFault,
|
|
7551
|
+
ResourceAlreadyExistsFault,
|
|
7552
|
+
ResourceQuotaExceededFault,
|
|
7114
7553
|
DmsSslModeValue,
|
|
7115
7554
|
AuthMechanismValue,
|
|
7116
7555
|
AuthTypeValue,
|
|
7117
7556
|
DataProviderSettings,
|
|
7118
|
-
ResourceAlreadyExistsFault,
|
|
7119
|
-
ResourceQuotaExceededFault,
|
|
7120
7557
|
NestingLevelValue,
|
|
7121
7558
|
ReplicationEndpointTypeValue,
|
|
7122
7559
|
TargetDbType,
|
|
@@ -7150,13 +7587,11 @@ var waitUntilTestConnectionSucceeds = /* @__PURE__ */ __name(async (params, inpu
|
|
|
7150
7587
|
SNSInvalidTopicFault,
|
|
7151
7588
|
SNSNoAuthorizationFault,
|
|
7152
7589
|
S3ResourceNotFoundFault,
|
|
7153
|
-
MigrationTypeValue,
|
|
7154
7590
|
InvalidSubnet,
|
|
7155
7591
|
ReplicationSubnetGroupDoesNotCoverEnoughAZs,
|
|
7156
7592
|
InsufficientResourceCapacityFault,
|
|
7157
7593
|
StorageQuotaExceededFault,
|
|
7158
7594
|
CollectorNotFoundFault,
|
|
7159
|
-
InvalidOperationFault,
|
|
7160
7595
|
EndpointSettingTypeValue,
|
|
7161
7596
|
ReleaseStatusValues,
|
|
7162
7597
|
SourceType,
|
|
@@ -7164,8 +7599,10 @@ var waitUntilTestConnectionSucceeds = /* @__PURE__ */ __name(async (params, inpu
|
|
|
7164
7599
|
CollectorStatus,
|
|
7165
7600
|
VersionStatus,
|
|
7166
7601
|
RefreshSchemasStatusTypeValue,
|
|
7167
|
-
|
|
7168
|
-
|
|
7602
|
+
CreateDataMigrationMessageFilterSensitiveLog,
|
|
7603
|
+
DataMigrationSettingsFilterSensitiveLog,
|
|
7604
|
+
DataMigrationFilterSensitiveLog,
|
|
7605
|
+
CreateDataMigrationResponseFilterSensitiveLog,
|
|
7169
7606
|
DocDbSettingsFilterSensitiveLog,
|
|
7170
7607
|
GcpMySQLSettingsFilterSensitiveLog,
|
|
7171
7608
|
IBMDb2SettingsFilterSensitiveLog,
|
|
@@ -7181,16 +7618,25 @@ var waitUntilTestConnectionSucceeds = /* @__PURE__ */ __name(async (params, inpu
|
|
|
7181
7618
|
CreateEndpointMessageFilterSensitiveLog,
|
|
7182
7619
|
EndpointFilterSensitiveLog,
|
|
7183
7620
|
CreateEndpointResponseFilterSensitiveLog,
|
|
7621
|
+
DeleteDataMigrationResponseFilterSensitiveLog,
|
|
7184
7622
|
DeleteEndpointResponseFilterSensitiveLog,
|
|
7623
|
+
DescribeDataMigrationsResponseFilterSensitiveLog,
|
|
7185
7624
|
DescribeEndpointsResponseFilterSensitiveLog,
|
|
7186
|
-
|
|
7625
|
+
AssessmentReportType,
|
|
7626
|
+
InvalidCertificateFault,
|
|
7187
7627
|
UpgradeDependencyFailureFault,
|
|
7188
7628
|
SubnetAlreadyInUse,
|
|
7189
7629
|
ReloadOptionValue,
|
|
7630
|
+
StartReplicationMigrationTypeValue,
|
|
7190
7631
|
OriginTypeValue,
|
|
7191
7632
|
StartReplicationTaskTypeValue,
|
|
7192
7633
|
KMSFault,
|
|
7634
|
+
ImportCertificateMessageFilterSensitiveLog,
|
|
7635
|
+
ModifyDataMigrationMessageFilterSensitiveLog,
|
|
7636
|
+
ModifyDataMigrationResponseFilterSensitiveLog,
|
|
7193
7637
|
ModifyEndpointMessageFilterSensitiveLog,
|
|
7194
|
-
ModifyEndpointResponseFilterSensitiveLog
|
|
7638
|
+
ModifyEndpointResponseFilterSensitiveLog,
|
|
7639
|
+
StartDataMigrationResponseFilterSensitiveLog,
|
|
7640
|
+
StopDataMigrationResponseFilterSensitiveLog
|
|
7195
7641
|
});
|
|
7196
7642
|
|