@aws-sdk/client-database-migration-service 3.932.0 → 3.933.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-cjs/index.js +26 -7
- package/dist-es/schemas/schemas_0.js +26 -7
- package/dist-types/commands/CancelMetadataModelConversionCommand.d.ts +10 -0
- package/dist-types/commands/CancelMetadataModelCreationCommand.d.ts +10 -0
- package/dist-types/commands/CreateDataProviderCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDataProviderCommand.d.ts +8 -0
- package/dist-types/commands/DescribeDataProvidersCommand.d.ts +8 -0
- package/dist-types/commands/DescribeExtensionPackAssociationsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeMetadataModelAssessmentsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeMetadataModelConversionsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeMetadataModelCreationsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +10 -0
- package/dist-types/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +10 -0
- package/dist-types/commands/DescribeMetadataModelImportsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReplicationsCommand.d.ts +1 -2
- package/dist-types/commands/ModifyDataProviderCommand.d.ts +16 -0
- package/dist-types/models/models_0.d.ts +155 -179
- package/dist-types/models/models_1.d.ts +178 -2
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeReplicationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +47 -23
- package/dist-types/ts3.4/models/models_1.d.ts +26 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1089,6 +1089,7 @@ const _EMMAR = "ExportMetadataModelAssessmentResponse";
|
|
|
1089
1089
|
const _EMMARE = "ExportMetadataModelAssessmentResultEntry";
|
|
1090
1090
|
const _EMSW = "EnableMagneticStoreWrites";
|
|
1091
1091
|
const _EN = "EngineName";
|
|
1092
|
+
const _EP = "EncryptPassword";
|
|
1092
1093
|
const _EPI = "EventsPollInterval";
|
|
1093
1094
|
const _ERD = "ErrorRetryDuration";
|
|
1094
1095
|
const _ES = "ElasticsearchSettings";
|
|
@@ -1370,17 +1371,21 @@ const _PMAe = "PendingMaintenanceAction";
|
|
|
1370
1371
|
const _PMV = "PendingModifiedValues";
|
|
1371
1372
|
const _PMW = "PreferredMaintenanceWindow";
|
|
1372
1373
|
const _PN = "PluginName";
|
|
1374
|
+
const _PO = "ProcessedObject";
|
|
1375
|
+
const _PP = "ProgressPercent";
|
|
1373
1376
|
const _PR = "PdfReport";
|
|
1374
|
-
const _PS = "
|
|
1377
|
+
const _PS = "ProgressStep";
|
|
1375
1378
|
const _PSDPS = "PostgreSqlDataProviderSettings";
|
|
1376
1379
|
const _PSQLS = "PostgreSQLSettings";
|
|
1377
1380
|
const _PSS = "PostgreSqlSettings";
|
|
1381
|
+
const _PSr = "ProvisionState";
|
|
1378
1382
|
const _PT = "PreserveTransactions";
|
|
1379
1383
|
const _PTIM = "ParquetTimestampInMillisecond";
|
|
1380
1384
|
const _PV = "ParquetVersion";
|
|
1381
1385
|
const _Pa = "Passed";
|
|
1382
1386
|
const _Po = "Port";
|
|
1383
|
-
const _Pr = "
|
|
1387
|
+
const _Pr = "Progress";
|
|
1388
|
+
const _Pre = "Preferred";
|
|
1384
1389
|
const _Pro = "Properties";
|
|
1385
1390
|
const _QSAON = "QuerySingleAlwaysOnNode";
|
|
1386
1391
|
const _R = "Request";
|
|
@@ -1524,9 +1529,11 @@ const _Rf = "Rfc4180";
|
|
|
1524
1529
|
const _S = "Status";
|
|
1525
1530
|
const _SA = "SigningAlgorithm";
|
|
1526
1531
|
const _SADF = "S3AccessDeniedFault";
|
|
1532
|
+
const _SADPS = "SybaseAseDataProviderSettings";
|
|
1527
1533
|
const _SAIU = "SubnetAlreadyInUse";
|
|
1528
1534
|
const _SARA = "ServiceAccessRoleArn";
|
|
1529
1535
|
const _SARAc = "S3AccessRoleArn";
|
|
1536
|
+
const _SAS = "SybaseAseSettings";
|
|
1530
1537
|
const _SAZ = "SecondaryAvailabilityZone";
|
|
1531
1538
|
const _SAZu = "SubnetAvailabilityZone";
|
|
1532
1539
|
const _SAt = "StreamArn";
|
|
@@ -1706,6 +1713,7 @@ const _TLag = "TagList";
|
|
|
1706
1713
|
const _TM = "TableMappings";
|
|
1707
1714
|
const _TMM = "TargetMetadataModels";
|
|
1708
1715
|
const _TN = "TableName";
|
|
1716
|
+
const _TO = "TotalObjects";
|
|
1709
1717
|
const _TPM = "TablePreparationMode";
|
|
1710
1718
|
const _TQ = "TablesQueued";
|
|
1711
1719
|
const _TR = "TransformationRules";
|
|
@@ -3791,12 +3799,14 @@ var PremigrationAssessmentStatus = [
|
|
|
3791
3799
|
() => ReplicationTaskAssessmentRunResultStatistic,
|
|
3792
3800
|
],
|
|
3793
3801
|
];
|
|
3802
|
+
var ProcessedObject = [3, n0, _PO, 0, [_N, _Ty, _ET], [0, 0, 0]];
|
|
3803
|
+
var Progress = [3, n0, _Pr, 0, [_PP, _TO, _PS, _PO], [1, 1, 0, () => ProcessedObject]];
|
|
3794
3804
|
var ProvisionData = [
|
|
3795
3805
|
3,
|
|
3796
3806
|
n0,
|
|
3797
3807
|
_PD,
|
|
3798
3808
|
0,
|
|
3799
|
-
[
|
|
3809
|
+
[_PSr, _PCU, _DPat, _INPA, _DNPDA, _RFNPD],
|
|
3800
3810
|
[0, 1, 4, 2, 4, 0],
|
|
3801
3811
|
];
|
|
3802
3812
|
var RdsConfiguration = [
|
|
@@ -3837,7 +3847,7 @@ var Recommendation = [
|
|
|
3837
3847
|
n0,
|
|
3838
3848
|
_Reco,
|
|
3839
3849
|
0,
|
|
3840
|
-
[_DI, _EN, _CD, _S,
|
|
3850
|
+
[_DI, _EN, _CD, _S, _Pre, _Se, _D],
|
|
3841
3851
|
[0, 0, 0, 0, 2, () => RecommendationSettings, () => RecommendationData],
|
|
3842
3852
|
];
|
|
3843
3853
|
var RecommendationData = [3, n0, _RDe, 0, [_RE], [() => RdsRecommendation]];
|
|
@@ -4264,8 +4274,8 @@ var SchemaConversionRequest = [
|
|
|
4264
4274
|
n0,
|
|
4265
4275
|
_SCR,
|
|
4266
4276
|
0,
|
|
4267
|
-
[_S, _RI, _MPA, _Er, _ESD],
|
|
4268
|
-
[0, 0, 0, () => ErrorDetails, () => ExportSqlDetails],
|
|
4277
|
+
[_S, _RI, _MPA, _Er, _ESD, _Pr],
|
|
4278
|
+
[0, 0, 0, () => ErrorDetails, () => ExportSqlDetails, () => Progress],
|
|
4269
4279
|
];
|
|
4270
4280
|
var SchemaResponse = [
|
|
4271
4281
|
3,
|
|
@@ -4448,6 +4458,14 @@ var SupportedEndpointType = [
|
|
|
4448
4458
|
[_EN, _SCDC, _ET, _RIEMV, _EDN],
|
|
4449
4459
|
[0, 2, 0, 0, 0],
|
|
4450
4460
|
];
|
|
4461
|
+
var SybaseAseDataProviderSettings = [
|
|
4462
|
+
3,
|
|
4463
|
+
n0,
|
|
4464
|
+
_SADPS,
|
|
4465
|
+
0,
|
|
4466
|
+
[_SN, _Po, _DN, _SM, _EP, _CA],
|
|
4467
|
+
[0, 1, 0, 0, 2, 0],
|
|
4468
|
+
];
|
|
4451
4469
|
var SybaseSettings = [
|
|
4452
4470
|
3,
|
|
4453
4471
|
n0,
|
|
@@ -4951,12 +4969,13 @@ var DataProviderSettings = [
|
|
|
4951
4969
|
n0,
|
|
4952
4970
|
_DPSat,
|
|
4953
4971
|
0,
|
|
4954
|
-
[_RS, _PSS, _MSS, _OS, _MSSS, _DDSo, _MDSa, _IDLS, _IDOS, _MDS],
|
|
4972
|
+
[_RS, _PSS, _MSS, _OS, _SAS, _MSSS, _DDSo, _MDSa, _IDLS, _IDOS, _MDS],
|
|
4955
4973
|
[
|
|
4956
4974
|
() => RedshiftDataProviderSettings,
|
|
4957
4975
|
() => PostgreSqlDataProviderSettings,
|
|
4958
4976
|
() => MySqlDataProviderSettings,
|
|
4959
4977
|
() => OracleDataProviderSettings,
|
|
4978
|
+
() => SybaseAseDataProviderSettings,
|
|
4960
4979
|
() => MicrosoftSqlServerDataProviderSettings,
|
|
4961
4980
|
() => DocDbDataProviderSettings,
|
|
4962
4981
|
() => MariaDbDataProviderSettings,
|
|
@@ -450,6 +450,7 @@ const _EMMAR = "ExportMetadataModelAssessmentResponse";
|
|
|
450
450
|
const _EMMARE = "ExportMetadataModelAssessmentResultEntry";
|
|
451
451
|
const _EMSW = "EnableMagneticStoreWrites";
|
|
452
452
|
const _EN = "EngineName";
|
|
453
|
+
const _EP = "EncryptPassword";
|
|
453
454
|
const _EPI = "EventsPollInterval";
|
|
454
455
|
const _ERD = "ErrorRetryDuration";
|
|
455
456
|
const _ES = "ElasticsearchSettings";
|
|
@@ -731,17 +732,21 @@ const _PMAe = "PendingMaintenanceAction";
|
|
|
731
732
|
const _PMV = "PendingModifiedValues";
|
|
732
733
|
const _PMW = "PreferredMaintenanceWindow";
|
|
733
734
|
const _PN = "PluginName";
|
|
735
|
+
const _PO = "ProcessedObject";
|
|
736
|
+
const _PP = "ProgressPercent";
|
|
734
737
|
const _PR = "PdfReport";
|
|
735
|
-
const _PS = "
|
|
738
|
+
const _PS = "ProgressStep";
|
|
736
739
|
const _PSDPS = "PostgreSqlDataProviderSettings";
|
|
737
740
|
const _PSQLS = "PostgreSQLSettings";
|
|
738
741
|
const _PSS = "PostgreSqlSettings";
|
|
742
|
+
const _PSr = "ProvisionState";
|
|
739
743
|
const _PT = "PreserveTransactions";
|
|
740
744
|
const _PTIM = "ParquetTimestampInMillisecond";
|
|
741
745
|
const _PV = "ParquetVersion";
|
|
742
746
|
const _Pa = "Passed";
|
|
743
747
|
const _Po = "Port";
|
|
744
|
-
const _Pr = "
|
|
748
|
+
const _Pr = "Progress";
|
|
749
|
+
const _Pre = "Preferred";
|
|
745
750
|
const _Pro = "Properties";
|
|
746
751
|
const _QSAON = "QuerySingleAlwaysOnNode";
|
|
747
752
|
const _R = "Request";
|
|
@@ -885,9 +890,11 @@ const _Rf = "Rfc4180";
|
|
|
885
890
|
const _S = "Status";
|
|
886
891
|
const _SA = "SigningAlgorithm";
|
|
887
892
|
const _SADF = "S3AccessDeniedFault";
|
|
893
|
+
const _SADPS = "SybaseAseDataProviderSettings";
|
|
888
894
|
const _SAIU = "SubnetAlreadyInUse";
|
|
889
895
|
const _SARA = "ServiceAccessRoleArn";
|
|
890
896
|
const _SARAc = "S3AccessRoleArn";
|
|
897
|
+
const _SAS = "SybaseAseSettings";
|
|
891
898
|
const _SAZ = "SecondaryAvailabilityZone";
|
|
892
899
|
const _SAZu = "SubnetAvailabilityZone";
|
|
893
900
|
const _SAt = "StreamArn";
|
|
@@ -1067,6 +1074,7 @@ const _TLag = "TagList";
|
|
|
1067
1074
|
const _TM = "TableMappings";
|
|
1068
1075
|
const _TMM = "TargetMetadataModels";
|
|
1069
1076
|
const _TN = "TableName";
|
|
1077
|
+
const _TO = "TotalObjects";
|
|
1070
1078
|
const _TPM = "TablePreparationMode";
|
|
1071
1079
|
const _TQ = "TablesQueued";
|
|
1072
1080
|
const _TR = "TransformationRules";
|
|
@@ -3155,12 +3163,14 @@ export var PremigrationAssessmentStatus = [
|
|
|
3155
3163
|
() => ReplicationTaskAssessmentRunResultStatistic,
|
|
3156
3164
|
],
|
|
3157
3165
|
];
|
|
3166
|
+
export var ProcessedObject = [3, n0, _PO, 0, [_N, _Ty, _ET], [0, 0, 0]];
|
|
3167
|
+
export var Progress = [3, n0, _Pr, 0, [_PP, _TO, _PS, _PO], [1, 1, 0, () => ProcessedObject]];
|
|
3158
3168
|
export var ProvisionData = [
|
|
3159
3169
|
3,
|
|
3160
3170
|
n0,
|
|
3161
3171
|
_PD,
|
|
3162
3172
|
0,
|
|
3163
|
-
[
|
|
3173
|
+
[_PSr, _PCU, _DPat, _INPA, _DNPDA, _RFNPD],
|
|
3164
3174
|
[0, 1, 4, 2, 4, 0],
|
|
3165
3175
|
];
|
|
3166
3176
|
export var RdsConfiguration = [
|
|
@@ -3201,7 +3211,7 @@ export var Recommendation = [
|
|
|
3201
3211
|
n0,
|
|
3202
3212
|
_Reco,
|
|
3203
3213
|
0,
|
|
3204
|
-
[_DI, _EN, _CD, _S,
|
|
3214
|
+
[_DI, _EN, _CD, _S, _Pre, _Se, _D],
|
|
3205
3215
|
[0, 0, 0, 0, 2, () => RecommendationSettings, () => RecommendationData],
|
|
3206
3216
|
];
|
|
3207
3217
|
export var RecommendationData = [3, n0, _RDe, 0, [_RE], [() => RdsRecommendation]];
|
|
@@ -3628,8 +3638,8 @@ export var SchemaConversionRequest = [
|
|
|
3628
3638
|
n0,
|
|
3629
3639
|
_SCR,
|
|
3630
3640
|
0,
|
|
3631
|
-
[_S, _RI, _MPA, _Er, _ESD],
|
|
3632
|
-
[0, 0, 0, () => ErrorDetails, () => ExportSqlDetails],
|
|
3641
|
+
[_S, _RI, _MPA, _Er, _ESD, _Pr],
|
|
3642
|
+
[0, 0, 0, () => ErrorDetails, () => ExportSqlDetails, () => Progress],
|
|
3633
3643
|
];
|
|
3634
3644
|
export var SchemaResponse = [
|
|
3635
3645
|
3,
|
|
@@ -3812,6 +3822,14 @@ export var SupportedEndpointType = [
|
|
|
3812
3822
|
[_EN, _SCDC, _ET, _RIEMV, _EDN],
|
|
3813
3823
|
[0, 2, 0, 0, 0],
|
|
3814
3824
|
];
|
|
3825
|
+
export var SybaseAseDataProviderSettings = [
|
|
3826
|
+
3,
|
|
3827
|
+
n0,
|
|
3828
|
+
_SADPS,
|
|
3829
|
+
0,
|
|
3830
|
+
[_SN, _Po, _DN, _SM, _EP, _CA],
|
|
3831
|
+
[0, 1, 0, 0, 2, 0],
|
|
3832
|
+
];
|
|
3815
3833
|
export var SybaseSettings = [
|
|
3816
3834
|
3,
|
|
3817
3835
|
n0,
|
|
@@ -4331,12 +4349,13 @@ export var DataProviderSettings = [
|
|
|
4331
4349
|
n0,
|
|
4332
4350
|
_DPSat,
|
|
4333
4351
|
0,
|
|
4334
|
-
[_RS, _PSS, _MSS, _OS, _MSSS, _DDSo, _MDSa, _IDLS, _IDOS, _MDS],
|
|
4352
|
+
[_RS, _PSS, _MSS, _OS, _SAS, _MSSS, _DDSo, _MDSa, _IDLS, _IDOS, _MDS],
|
|
4335
4353
|
[
|
|
4336
4354
|
() => RedshiftDataProviderSettings,
|
|
4337
4355
|
() => PostgreSqlDataProviderSettings,
|
|
4338
4356
|
() => MySqlDataProviderSettings,
|
|
4339
4357
|
() => OracleDataProviderSettings,
|
|
4358
|
+
() => SybaseAseDataProviderSettings,
|
|
4340
4359
|
() => MicrosoftSqlServerDataProviderSettings,
|
|
4341
4360
|
() => DocDbDataProviderSettings,
|
|
4342
4361
|
() => MariaDbDataProviderSettings,
|
|
@@ -56,6 +56,16 @@ declare const CancelMetadataModelConversionCommand_base: {
|
|
|
56
56
|
* // S3ObjectKey: "STRING_VALUE",
|
|
57
57
|
* // ObjectURL: "STRING_VALUE",
|
|
58
58
|
* // },
|
|
59
|
+
* // Progress: { // Progress
|
|
60
|
+
* // ProgressPercent: Number("double"),
|
|
61
|
+
* // TotalObjects: Number("long"),
|
|
62
|
+
* // ProgressStep: "STRING_VALUE",
|
|
63
|
+
* // ProcessedObject: { // ProcessedObject
|
|
64
|
+
* // Name: "STRING_VALUE",
|
|
65
|
+
* // Type: "STRING_VALUE",
|
|
66
|
+
* // EndpointType: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // },
|
|
59
69
|
* // },
|
|
60
70
|
* // };
|
|
61
71
|
*
|
|
@@ -56,6 +56,16 @@ declare const CancelMetadataModelCreationCommand_base: {
|
|
|
56
56
|
* // S3ObjectKey: "STRING_VALUE",
|
|
57
57
|
* // ObjectURL: "STRING_VALUE",
|
|
58
58
|
* // },
|
|
59
|
+
* // Progress: { // Progress
|
|
60
|
+
* // ProgressPercent: Number("double"),
|
|
61
|
+
* // TotalObjects: Number("long"),
|
|
62
|
+
* // ProgressStep: "STRING_VALUE",
|
|
63
|
+
* // ProcessedObject: { // ProcessedObject
|
|
64
|
+
* // Name: "STRING_VALUE",
|
|
65
|
+
* // Type: "STRING_VALUE",
|
|
66
|
+
* // EndpointType: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // },
|
|
59
69
|
* // },
|
|
60
70
|
* // };
|
|
61
71
|
*
|
|
@@ -81,6 +81,14 @@ declare const CreateDataProviderCommand_base: {
|
|
|
81
81
|
* S3Path: "STRING_VALUE",
|
|
82
82
|
* S3AccessRoleArn: "STRING_VALUE",
|
|
83
83
|
* },
|
|
84
|
+
* SybaseAseSettings: { // SybaseAseDataProviderSettings
|
|
85
|
+
* ServerName: "STRING_VALUE",
|
|
86
|
+
* Port: Number("int"),
|
|
87
|
+
* DatabaseName: "STRING_VALUE",
|
|
88
|
+
* SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
89
|
+
* EncryptPassword: true || false,
|
|
90
|
+
* CertificateArn: "STRING_VALUE",
|
|
91
|
+
* },
|
|
84
92
|
* MicrosoftSqlServerSettings: { // MicrosoftSqlServerDataProviderSettings
|
|
85
93
|
* ServerName: "STRING_VALUE",
|
|
86
94
|
* Port: Number("int"),
|
|
@@ -191,6 +199,14 @@ declare const CreateDataProviderCommand_base: {
|
|
|
191
199
|
* // S3Path: "STRING_VALUE",
|
|
192
200
|
* // S3AccessRoleArn: "STRING_VALUE",
|
|
193
201
|
* // },
|
|
202
|
+
* // SybaseAseSettings: { // SybaseAseDataProviderSettings
|
|
203
|
+
* // ServerName: "STRING_VALUE",
|
|
204
|
+
* // Port: Number("int"),
|
|
205
|
+
* // DatabaseName: "STRING_VALUE",
|
|
206
|
+
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
207
|
+
* // EncryptPassword: true || false,
|
|
208
|
+
* // CertificateArn: "STRING_VALUE",
|
|
209
|
+
* // },
|
|
194
210
|
* // MicrosoftSqlServerSettings: { // MicrosoftSqlServerDataProviderSettings
|
|
195
211
|
* // ServerName: "STRING_VALUE",
|
|
196
212
|
* // Port: Number("int"),
|
|
@@ -92,6 +92,14 @@ declare const DeleteDataProviderCommand_base: {
|
|
|
92
92
|
* // S3Path: "STRING_VALUE",
|
|
93
93
|
* // S3AccessRoleArn: "STRING_VALUE",
|
|
94
94
|
* // },
|
|
95
|
+
* // SybaseAseSettings: { // SybaseAseDataProviderSettings
|
|
96
|
+
* // ServerName: "STRING_VALUE",
|
|
97
|
+
* // Port: Number("int"),
|
|
98
|
+
* // DatabaseName: "STRING_VALUE",
|
|
99
|
+
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
100
|
+
* // EncryptPassword: true || false,
|
|
101
|
+
* // CertificateArn: "STRING_VALUE",
|
|
102
|
+
* // },
|
|
95
103
|
* // MicrosoftSqlServerSettings: { // MicrosoftSqlServerDataProviderSettings
|
|
96
104
|
* // ServerName: "STRING_VALUE",
|
|
97
105
|
* // Port: Number("int"),
|
|
@@ -100,6 +100,14 @@ declare const DescribeDataProvidersCommand_base: {
|
|
|
100
100
|
* // S3Path: "STRING_VALUE",
|
|
101
101
|
* // S3AccessRoleArn: "STRING_VALUE",
|
|
102
102
|
* // },
|
|
103
|
+
* // SybaseAseSettings: { // SybaseAseDataProviderSettings
|
|
104
|
+
* // ServerName: "STRING_VALUE",
|
|
105
|
+
* // Port: Number("int"),
|
|
106
|
+
* // DatabaseName: "STRING_VALUE",
|
|
107
|
+
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
108
|
+
* // EncryptPassword: true || false,
|
|
109
|
+
* // CertificateArn: "STRING_VALUE",
|
|
110
|
+
* // },
|
|
103
111
|
* // MicrosoftSqlServerSettings: { // MicrosoftSqlServerDataProviderSettings
|
|
104
112
|
* // ServerName: "STRING_VALUE",
|
|
105
113
|
* // Port: Number("int"),
|
|
@@ -69,6 +69,16 @@ declare const DescribeExtensionPackAssociationsCommand_base: {
|
|
|
69
69
|
* // S3ObjectKey: "STRING_VALUE",
|
|
70
70
|
* // ObjectURL: "STRING_VALUE",
|
|
71
71
|
* // },
|
|
72
|
+
* // Progress: { // Progress
|
|
73
|
+
* // ProgressPercent: Number("double"),
|
|
74
|
+
* // TotalObjects: Number("long"),
|
|
75
|
+
* // ProgressStep: "STRING_VALUE",
|
|
76
|
+
* // ProcessedObject: { // ProcessedObject
|
|
77
|
+
* // Name: "STRING_VALUE",
|
|
78
|
+
* // Type: "STRING_VALUE",
|
|
79
|
+
* // EndpointType: "STRING_VALUE",
|
|
80
|
+
* // },
|
|
81
|
+
* // },
|
|
72
82
|
* // },
|
|
73
83
|
* // ],
|
|
74
84
|
* // };
|
|
@@ -68,6 +68,16 @@ declare const DescribeMetadataModelAssessmentsCommand_base: {
|
|
|
68
68
|
* // S3ObjectKey: "STRING_VALUE",
|
|
69
69
|
* // ObjectURL: "STRING_VALUE",
|
|
70
70
|
* // },
|
|
71
|
+
* // Progress: { // Progress
|
|
72
|
+
* // ProgressPercent: Number("double"),
|
|
73
|
+
* // TotalObjects: Number("long"),
|
|
74
|
+
* // ProgressStep: "STRING_VALUE",
|
|
75
|
+
* // ProcessedObject: { // ProcessedObject
|
|
76
|
+
* // Name: "STRING_VALUE",
|
|
77
|
+
* // Type: "STRING_VALUE",
|
|
78
|
+
* // EndpointType: "STRING_VALUE",
|
|
79
|
+
* // },
|
|
80
|
+
* // },
|
|
71
81
|
* // },
|
|
72
82
|
* // ],
|
|
73
83
|
* // };
|
|
@@ -67,6 +67,16 @@ declare const DescribeMetadataModelConversionsCommand_base: {
|
|
|
67
67
|
* // S3ObjectKey: "STRING_VALUE",
|
|
68
68
|
* // ObjectURL: "STRING_VALUE",
|
|
69
69
|
* // },
|
|
70
|
+
* // Progress: { // Progress
|
|
71
|
+
* // ProgressPercent: Number("double"),
|
|
72
|
+
* // TotalObjects: Number("long"),
|
|
73
|
+
* // ProgressStep: "STRING_VALUE",
|
|
74
|
+
* // ProcessedObject: { // ProcessedObject
|
|
75
|
+
* // Name: "STRING_VALUE",
|
|
76
|
+
* // Type: "STRING_VALUE",
|
|
77
|
+
* // EndpointType: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
79
|
+
* // },
|
|
70
80
|
* // },
|
|
71
81
|
* // ],
|
|
72
82
|
* // };
|
|
@@ -67,6 +67,16 @@ declare const DescribeMetadataModelCreationsCommand_base: {
|
|
|
67
67
|
* // S3ObjectKey: "STRING_VALUE",
|
|
68
68
|
* // ObjectURL: "STRING_VALUE",
|
|
69
69
|
* // },
|
|
70
|
+
* // Progress: { // Progress
|
|
71
|
+
* // ProgressPercent: Number("double"),
|
|
72
|
+
* // TotalObjects: Number("long"),
|
|
73
|
+
* // ProgressStep: "STRING_VALUE",
|
|
74
|
+
* // ProcessedObject: { // ProcessedObject
|
|
75
|
+
* // Name: "STRING_VALUE",
|
|
76
|
+
* // Type: "STRING_VALUE",
|
|
77
|
+
* // EndpointType: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
79
|
+
* // },
|
|
70
80
|
* // },
|
|
71
81
|
* // ],
|
|
72
82
|
* // };
|
|
@@ -67,6 +67,16 @@ declare const DescribeMetadataModelExportsAsScriptCommand_base: {
|
|
|
67
67
|
* // S3ObjectKey: "STRING_VALUE",
|
|
68
68
|
* // ObjectURL: "STRING_VALUE",
|
|
69
69
|
* // },
|
|
70
|
+
* // Progress: { // Progress
|
|
71
|
+
* // ProgressPercent: Number("double"),
|
|
72
|
+
* // TotalObjects: Number("long"),
|
|
73
|
+
* // ProgressStep: "STRING_VALUE",
|
|
74
|
+
* // ProcessedObject: { // ProcessedObject
|
|
75
|
+
* // Name: "STRING_VALUE",
|
|
76
|
+
* // Type: "STRING_VALUE",
|
|
77
|
+
* // EndpointType: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
79
|
+
* // },
|
|
70
80
|
* // },
|
|
71
81
|
* // ],
|
|
72
82
|
* // };
|
|
@@ -67,6 +67,16 @@ declare const DescribeMetadataModelExportsToTargetCommand_base: {
|
|
|
67
67
|
* // S3ObjectKey: "STRING_VALUE",
|
|
68
68
|
* // ObjectURL: "STRING_VALUE",
|
|
69
69
|
* // },
|
|
70
|
+
* // Progress: { // Progress
|
|
71
|
+
* // ProgressPercent: Number("double"),
|
|
72
|
+
* // TotalObjects: Number("long"),
|
|
73
|
+
* // ProgressStep: "STRING_VALUE",
|
|
74
|
+
* // ProcessedObject: { // ProcessedObject
|
|
75
|
+
* // Name: "STRING_VALUE",
|
|
76
|
+
* // Type: "STRING_VALUE",
|
|
77
|
+
* // EndpointType: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
79
|
+
* // },
|
|
70
80
|
* // },
|
|
71
81
|
* // ],
|
|
72
82
|
* // };
|
|
@@ -67,6 +67,16 @@ declare const DescribeMetadataModelImportsCommand_base: {
|
|
|
67
67
|
* // S3ObjectKey: "STRING_VALUE",
|
|
68
68
|
* // ObjectURL: "STRING_VALUE",
|
|
69
69
|
* // },
|
|
70
|
+
* // Progress: { // Progress
|
|
71
|
+
* // ProgressPercent: Number("double"),
|
|
72
|
+
* // TotalObjects: Number("long"),
|
|
73
|
+
* // ProgressStep: "STRING_VALUE",
|
|
74
|
+
* // ProcessedObject: { // ProcessedObject
|
|
75
|
+
* // Name: "STRING_VALUE",
|
|
76
|
+
* // Type: "STRING_VALUE",
|
|
77
|
+
* // EndpointType: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
79
|
+
* // },
|
|
70
80
|
* // },
|
|
71
81
|
* // ],
|
|
72
82
|
* // };
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
|
-
import { DescribeReplicationInstanceTaskLogsMessage
|
|
4
|
+
import { DescribeReplicationInstanceTaskLogsMessage } from "../models/models_0";
|
|
5
|
+
import { DescribeReplicationInstanceTaskLogsResponse } from "../models/models_1";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
|
-
import { DescribeReplicationsMessage } from "../models/
|
|
5
|
-
import { DescribeReplicationsResponse } from "../models/models_1";
|
|
4
|
+
import { DescribeReplicationsMessage, DescribeReplicationsResponse } from "../models/models_1";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -86,6 +86,14 @@ declare const ModifyDataProviderCommand_base: {
|
|
|
86
86
|
* S3Path: "STRING_VALUE",
|
|
87
87
|
* S3AccessRoleArn: "STRING_VALUE",
|
|
88
88
|
* },
|
|
89
|
+
* SybaseAseSettings: { // SybaseAseDataProviderSettings
|
|
90
|
+
* ServerName: "STRING_VALUE",
|
|
91
|
+
* Port: Number("int"),
|
|
92
|
+
* DatabaseName: "STRING_VALUE",
|
|
93
|
+
* SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
94
|
+
* EncryptPassword: true || false,
|
|
95
|
+
* CertificateArn: "STRING_VALUE",
|
|
96
|
+
* },
|
|
89
97
|
* MicrosoftSqlServerSettings: { // MicrosoftSqlServerDataProviderSettings
|
|
90
98
|
* ServerName: "STRING_VALUE",
|
|
91
99
|
* Port: Number("int"),
|
|
@@ -189,6 +197,14 @@ declare const ModifyDataProviderCommand_base: {
|
|
|
189
197
|
* // S3Path: "STRING_VALUE",
|
|
190
198
|
* // S3AccessRoleArn: "STRING_VALUE",
|
|
191
199
|
* // },
|
|
200
|
+
* // SybaseAseSettings: { // SybaseAseDataProviderSettings
|
|
201
|
+
* // ServerName: "STRING_VALUE",
|
|
202
|
+
* // Port: Number("int"),
|
|
203
|
+
* // DatabaseName: "STRING_VALUE",
|
|
204
|
+
* // SslMode: "none" || "require" || "verify-ca" || "verify-full",
|
|
205
|
+
* // EncryptPassword: true || false,
|
|
206
|
+
* // CertificateArn: "STRING_VALUE",
|
|
207
|
+
* // },
|
|
192
208
|
* // MicrosoftSqlServerSettings: { // MicrosoftSqlServerDataProviderSettings
|
|
193
209
|
* // ServerName: "STRING_VALUE",
|
|
194
210
|
* // Port: Number("int"),
|