@aws-sdk/client-database-migration-service 3.936.0 → 3.937.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 +18 -8
- package/dist-es/schemas/schemas_0.js +18 -8
- package/dist-types/commands/CreateEndpointCommand.d.ts +4 -0
- package/dist-types/commands/CreateReplicationConfigCommand.d.ts +1 -0
- package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +1 -0
- package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCertificateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +4 -0
- package/dist-types/commands/DeleteReplicationConfigCommand.d.ts +1 -0
- package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +1 -0
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeReplicationConfigsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeReplicationsCommand.d.ts +1 -0
- package/dist-types/commands/ImportCertificateCommand.d.ts +5 -0
- package/dist-types/commands/ModifyEndpointCommand.d.ts +4 -0
- package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +1 -0
- package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +1 -0
- package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -0
- package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +3 -1
- package/dist-types/commands/StartReplicationCommand.d.ts +1 -0
- package/dist-types/commands/StopReplicationCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +68 -10
- package/dist-types/models/models_1.d.ts +11 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_0.d.ts +10 -3
- package/dist-types/ts3.4/models/models_1.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -486,6 +486,7 @@ const _AZ = "AvailabilityZone";
|
|
|
486
486
|
const _AZv = "AvailabilityZones";
|
|
487
487
|
const _Ac = "Action";
|
|
488
488
|
const _Ap = "Applicability";
|
|
489
|
+
const _Ar = "Arn";
|
|
489
490
|
const _B = "Broker";
|
|
490
491
|
const _BDN = "BabelfishDatabaseName";
|
|
491
492
|
const _BF = "BucketFolder";
|
|
@@ -997,6 +998,7 @@ const _IPN = "InstanceProfileName";
|
|
|
997
998
|
const _IPV = "IncludePartitionValue";
|
|
998
999
|
const _IPn = "InstanceProfiles";
|
|
999
1000
|
const _IRCF = "InsufficientResourceCapacityFault";
|
|
1001
|
+
const _IRO = "IsReadOnly";
|
|
1000
1002
|
const _IRSF = "InvalidResourceStateFault";
|
|
1001
1003
|
const _IS = "InvalidSubnet";
|
|
1002
1004
|
const _IST = "InstanceSizingType";
|
|
@@ -1033,6 +1035,7 @@ const _LDR = "LastDataReceived";
|
|
|
1033
1035
|
const _LFM = "LastFailureMessage";
|
|
1034
1036
|
const _LL = "LimitationList";
|
|
1035
1037
|
const _LRD = "LastRefreshDate";
|
|
1038
|
+
const _LS = "LakehouseSettings";
|
|
1036
1039
|
const _LT = "LoadTimeout";
|
|
1037
1040
|
const _LTFR = "ListTagsForResource";
|
|
1038
1041
|
const _LTFRM = "ListTagsForResourceMessage";
|
|
@@ -1663,8 +1666,8 @@ var Certificate = [
|
|
|
1663
1666
|
n0,
|
|
1664
1667
|
_Ce,
|
|
1665
1668
|
0,
|
|
1666
|
-
[_CI, _CCD, _CP, _CW, _CA, _CO, _VFD, _VTD, _SA, _KL],
|
|
1667
|
-
[0, 4, 0, 21, 0, 0, 4, 4, 0, 1],
|
|
1669
|
+
[_CI, _CCD, _CP, _CW, _CA, _CO, _VFD, _VTD, _SA, _KL, _KKI],
|
|
1670
|
+
[0, 4, 0, 21, 0, 0, 4, 4, 0, 1, 0],
|
|
1668
1671
|
];
|
|
1669
1672
|
var CollectorHealthCheck = [3, n0, _CHC, 0, [_CS, _LCSA, _WCSA, _WCGRBA], [0, 2, 2, 2]];
|
|
1670
1673
|
var CollectorNotFoundFault = [
|
|
@@ -2767,6 +2770,7 @@ var Endpoint = [
|
|
|
2767
2770
|
_SARA,
|
|
2768
2771
|
_ETD,
|
|
2769
2772
|
_EIx,
|
|
2773
|
+
_IRO,
|
|
2770
2774
|
_DDS,
|
|
2771
2775
|
_SSe,
|
|
2772
2776
|
_DTS,
|
|
@@ -2786,6 +2790,7 @@ var Endpoint = [
|
|
|
2786
2790
|
_RSe,
|
|
2787
2791
|
_GMSQLS,
|
|
2788
2792
|
_TS,
|
|
2793
|
+
_LS,
|
|
2789
2794
|
],
|
|
2790
2795
|
[
|
|
2791
2796
|
0,
|
|
@@ -2805,6 +2810,7 @@ var Endpoint = [
|
|
|
2805
2810
|
0,
|
|
2806
2811
|
0,
|
|
2807
2812
|
0,
|
|
2813
|
+
2,
|
|
2808
2814
|
() => DynamoDbSettings,
|
|
2809
2815
|
() => S3Settings,
|
|
2810
2816
|
() => DmsTransferSettings,
|
|
@@ -2824,6 +2830,7 @@ var Endpoint = [
|
|
|
2824
2830
|
[() => RedisSettings, 0],
|
|
2825
2831
|
[() => GcpMySQLSettings, 0],
|
|
2826
2832
|
() => TimestreamSettings,
|
|
2833
|
+
() => LakehouseSettings,
|
|
2827
2834
|
],
|
|
2828
2835
|
];
|
|
2829
2836
|
var EndpointSetting = [
|
|
@@ -2944,8 +2951,8 @@ var ImportCertificateMessage = [
|
|
|
2944
2951
|
n0,
|
|
2945
2952
|
_ICM,
|
|
2946
2953
|
0,
|
|
2947
|
-
[_CI, _CP, _CW, _T],
|
|
2948
|
-
[0, [() => SecretString, 0], 21, [() => TagList, 0]],
|
|
2954
|
+
[_CI, _CP, _CW, _T, _KKI],
|
|
2955
|
+
[0, [() => SecretString, 0], 21, [() => TagList, 0], 0],
|
|
2949
2956
|
];
|
|
2950
2957
|
var ImportCertificateResponse = [3, n0, _ICR, 0, [_Ce], [() => Certificate]];
|
|
2951
2958
|
var InstanceProfile = [
|
|
@@ -3128,6 +3135,7 @@ var KMSThrottlingFault = [
|
|
|
3128
3135
|
[0],
|
|
3129
3136
|
];
|
|
3130
3137
|
schema.TypeRegistry.for(n0).registerError(KMSThrottlingFault, KMSThrottlingFault$1);
|
|
3138
|
+
var LakehouseSettings = [3, n0, _LS, 0, [_Ar], [0]];
|
|
3131
3139
|
var Limitation = [3, n0, _Lim, 0, [_DI, _EN, _N, _De, _I, _Ty], [0, 0, 0, 0, 0, 0]];
|
|
3132
3140
|
var ListTagsForResourceMessage = [3, n0, _LTFRM, 0, [_RA, _RAL], [0, 64 | 0]];
|
|
3133
3141
|
var ListTagsForResourceResponse = [3, n0, _LTFRR, 0, [_TLag], [[() => TagList, 0]]];
|
|
@@ -3753,6 +3761,7 @@ var Replication = [
|
|
|
3753
3761
|
_RUT,
|
|
3754
3762
|
_RLST,
|
|
3755
3763
|
_RDT,
|
|
3764
|
+
_IRO,
|
|
3756
3765
|
],
|
|
3757
3766
|
[
|
|
3758
3767
|
0,
|
|
@@ -3775,6 +3784,7 @@ var Replication = [
|
|
|
3775
3784
|
4,
|
|
3776
3785
|
4,
|
|
3777
3786
|
4,
|
|
3787
|
+
2,
|
|
3778
3788
|
],
|
|
3779
3789
|
];
|
|
3780
3790
|
var ReplicationConfig = [
|
|
@@ -3782,8 +3792,8 @@ var ReplicationConfig = [
|
|
|
3782
3792
|
n0,
|
|
3783
3793
|
_RC,
|
|
3784
3794
|
0,
|
|
3785
|
-
[_RCI, _RCA, _SEA, _TEA, _RT, _CC, _RSep, _SSu, _TM, _RCCT, _RCUT],
|
|
3786
|
-
[0, 0, 0, 0, 0, () => ComputeConfig, 0, 0, 0, 4, 4],
|
|
3795
|
+
[_RCI, _RCA, _SEA, _TEA, _RT, _CC, _RSep, _SSu, _TM, _RCCT, _RCUT, _IRO],
|
|
3796
|
+
[0, 0, 0, 0, 0, () => ComputeConfig, 0, 0, 0, 4, 4, 2],
|
|
3787
3797
|
];
|
|
3788
3798
|
var ReplicationInstance = [
|
|
3789
3799
|
3,
|
|
@@ -3869,8 +3879,8 @@ var ReplicationSubnetGroup = [
|
|
|
3869
3879
|
n0,
|
|
3870
3880
|
_RSG,
|
|
3871
3881
|
0,
|
|
3872
|
-
[_RSGIe, _RSGD, _VI, _SGS, _Su, _SNT],
|
|
3873
|
-
[0, 0, 0, 0, [() => SubnetList, 0], 64 | 0],
|
|
3882
|
+
[_RSGIe, _RSGD, _VI, _SGS, _Su, _SNT, _IRO],
|
|
3883
|
+
[0, 0, 0, 0, [() => SubnetList, 0], 64 | 0, 2],
|
|
3874
3884
|
];
|
|
3875
3885
|
var ReplicationSubnetGroupDoesNotCoverEnoughAZs = [
|
|
3876
3886
|
-3,
|
|
@@ -51,6 +51,7 @@ const _AZ = "AvailabilityZone";
|
|
|
51
51
|
const _AZv = "AvailabilityZones";
|
|
52
52
|
const _Ac = "Action";
|
|
53
53
|
const _Ap = "Applicability";
|
|
54
|
+
const _Ar = "Arn";
|
|
54
55
|
const _B = "Broker";
|
|
55
56
|
const _BDN = "BabelfishDatabaseName";
|
|
56
57
|
const _BF = "BucketFolder";
|
|
@@ -562,6 +563,7 @@ const _IPN = "InstanceProfileName";
|
|
|
562
563
|
const _IPV = "IncludePartitionValue";
|
|
563
564
|
const _IPn = "InstanceProfiles";
|
|
564
565
|
const _IRCF = "InsufficientResourceCapacityFault";
|
|
566
|
+
const _IRO = "IsReadOnly";
|
|
565
567
|
const _IRSF = "InvalidResourceStateFault";
|
|
566
568
|
const _IS = "InvalidSubnet";
|
|
567
569
|
const _IST = "InstanceSizingType";
|
|
@@ -598,6 +600,7 @@ const _LDR = "LastDataReceived";
|
|
|
598
600
|
const _LFM = "LastFailureMessage";
|
|
599
601
|
const _LL = "LimitationList";
|
|
600
602
|
const _LRD = "LastRefreshDate";
|
|
603
|
+
const _LS = "LakehouseSettings";
|
|
601
604
|
const _LT = "LoadTimeout";
|
|
602
605
|
const _LTFR = "ListTagsForResource";
|
|
603
606
|
const _LTFRM = "ListTagsForResourceMessage";
|
|
@@ -1231,8 +1234,8 @@ export var Certificate = [
|
|
|
1231
1234
|
n0,
|
|
1232
1235
|
_Ce,
|
|
1233
1236
|
0,
|
|
1234
|
-
[_CI, _CCD, _CP, _CW, _CA, _CO, _VFD, _VTD, _SA, _KL],
|
|
1235
|
-
[0, 4, 0, 21, 0, 0, 4, 4, 0, 1],
|
|
1237
|
+
[_CI, _CCD, _CP, _CW, _CA, _CO, _VFD, _VTD, _SA, _KL, _KKI],
|
|
1238
|
+
[0, 4, 0, 21, 0, 0, 4, 4, 0, 1, 0],
|
|
1236
1239
|
];
|
|
1237
1240
|
export var CollectorHealthCheck = [3, n0, _CHC, 0, [_CS, _LCSA, _WCSA, _WCGRBA], [0, 2, 2, 2]];
|
|
1238
1241
|
export var CollectorNotFoundFault = [
|
|
@@ -2335,6 +2338,7 @@ export var Endpoint = [
|
|
|
2335
2338
|
_SARA,
|
|
2336
2339
|
_ETD,
|
|
2337
2340
|
_EIx,
|
|
2341
|
+
_IRO,
|
|
2338
2342
|
_DDS,
|
|
2339
2343
|
_SSe,
|
|
2340
2344
|
_DTS,
|
|
@@ -2354,6 +2358,7 @@ export var Endpoint = [
|
|
|
2354
2358
|
_RSe,
|
|
2355
2359
|
_GMSQLS,
|
|
2356
2360
|
_TS,
|
|
2361
|
+
_LS,
|
|
2357
2362
|
],
|
|
2358
2363
|
[
|
|
2359
2364
|
0,
|
|
@@ -2373,6 +2378,7 @@ export var Endpoint = [
|
|
|
2373
2378
|
0,
|
|
2374
2379
|
0,
|
|
2375
2380
|
0,
|
|
2381
|
+
2,
|
|
2376
2382
|
() => DynamoDbSettings,
|
|
2377
2383
|
() => S3Settings,
|
|
2378
2384
|
() => DmsTransferSettings,
|
|
@@ -2392,6 +2398,7 @@ export var Endpoint = [
|
|
|
2392
2398
|
[() => RedisSettings, 0],
|
|
2393
2399
|
[() => GcpMySQLSettings, 0],
|
|
2394
2400
|
() => TimestreamSettings,
|
|
2401
|
+
() => LakehouseSettings,
|
|
2395
2402
|
],
|
|
2396
2403
|
];
|
|
2397
2404
|
export var EndpointSetting = [
|
|
@@ -2512,8 +2519,8 @@ export var ImportCertificateMessage = [
|
|
|
2512
2519
|
n0,
|
|
2513
2520
|
_ICM,
|
|
2514
2521
|
0,
|
|
2515
|
-
[_CI, _CP, _CW, _T],
|
|
2516
|
-
[0, [() => SecretString, 0], 21, [() => TagList, 0]],
|
|
2522
|
+
[_CI, _CP, _CW, _T, _KKI],
|
|
2523
|
+
[0, [() => SecretString, 0], 21, [() => TagList, 0], 0],
|
|
2517
2524
|
];
|
|
2518
2525
|
export var ImportCertificateResponse = [3, n0, _ICR, 0, [_Ce], [() => Certificate]];
|
|
2519
2526
|
export var InstanceProfile = [
|
|
@@ -2696,6 +2703,7 @@ export var KMSThrottlingFault = [
|
|
|
2696
2703
|
[0],
|
|
2697
2704
|
];
|
|
2698
2705
|
TypeRegistry.for(n0).registerError(KMSThrottlingFault, __KMSThrottlingFault);
|
|
2706
|
+
export var LakehouseSettings = [3, n0, _LS, 0, [_Ar], [0]];
|
|
2699
2707
|
export var Limitation = [3, n0, _Lim, 0, [_DI, _EN, _N, _De, _I, _Ty], [0, 0, 0, 0, 0, 0]];
|
|
2700
2708
|
export var ListTagsForResourceMessage = [3, n0, _LTFRM, 0, [_RA, _RAL], [0, 64 | 0]];
|
|
2701
2709
|
export var ListTagsForResourceResponse = [3, n0, _LTFRR, 0, [_TLag], [[() => TagList, 0]]];
|
|
@@ -3321,6 +3329,7 @@ export var Replication = [
|
|
|
3321
3329
|
_RUT,
|
|
3322
3330
|
_RLST,
|
|
3323
3331
|
_RDT,
|
|
3332
|
+
_IRO,
|
|
3324
3333
|
],
|
|
3325
3334
|
[
|
|
3326
3335
|
0,
|
|
@@ -3343,6 +3352,7 @@ export var Replication = [
|
|
|
3343
3352
|
4,
|
|
3344
3353
|
4,
|
|
3345
3354
|
4,
|
|
3355
|
+
2,
|
|
3346
3356
|
],
|
|
3347
3357
|
];
|
|
3348
3358
|
export var ReplicationConfig = [
|
|
@@ -3350,8 +3360,8 @@ export var ReplicationConfig = [
|
|
|
3350
3360
|
n0,
|
|
3351
3361
|
_RC,
|
|
3352
3362
|
0,
|
|
3353
|
-
[_RCI, _RCA, _SEA, _TEA, _RT, _CC, _RSep, _SSu, _TM, _RCCT, _RCUT],
|
|
3354
|
-
[0, 0, 0, 0, 0, () => ComputeConfig, 0, 0, 0, 4, 4],
|
|
3363
|
+
[_RCI, _RCA, _SEA, _TEA, _RT, _CC, _RSep, _SSu, _TM, _RCCT, _RCUT, _IRO],
|
|
3364
|
+
[0, 0, 0, 0, 0, () => ComputeConfig, 0, 0, 0, 4, 4, 2],
|
|
3355
3365
|
];
|
|
3356
3366
|
export var ReplicationInstance = [
|
|
3357
3367
|
3,
|
|
@@ -3437,8 +3447,8 @@ export var ReplicationSubnetGroup = [
|
|
|
3437
3447
|
n0,
|
|
3438
3448
|
_RSG,
|
|
3439
3449
|
0,
|
|
3440
|
-
[_RSGIe, _RSGD, _VI, _SGS, _Su, _SNT],
|
|
3441
|
-
[0, 0, 0, 0, [() => SubnetList, 0], 64 | 0],
|
|
3450
|
+
[_RSGIe, _RSGD, _VI, _SGS, _Su, _SNT, _IRO],
|
|
3451
|
+
[0, 0, 0, 0, [() => SubnetList, 0], 64 | 0, 2],
|
|
3442
3452
|
];
|
|
3443
3453
|
export var ReplicationSubnetGroupDoesNotCoverEnoughAZs = [
|
|
3444
3454
|
-3,
|
|
@@ -430,6 +430,7 @@ declare const CreateEndpointCommand_base: {
|
|
|
430
430
|
* // ServiceAccessRoleArn: "STRING_VALUE",
|
|
431
431
|
* // ExternalTableDefinition: "STRING_VALUE",
|
|
432
432
|
* // ExternalId: "STRING_VALUE",
|
|
433
|
+
* // IsReadOnly: true || false,
|
|
433
434
|
* // DynamoDbSettings: { // DynamoDbSettings
|
|
434
435
|
* // ServiceAccessRoleArn: "STRING_VALUE", // required
|
|
435
436
|
* // },
|
|
@@ -771,6 +772,9 @@ declare const CreateEndpointCommand_base: {
|
|
|
771
772
|
* // CdcInsertsAndUpdates: true || false,
|
|
772
773
|
* // EnableMagneticStoreWrites: true || false,
|
|
773
774
|
* // },
|
|
775
|
+
* // LakehouseSettings: { // LakehouseSettings
|
|
776
|
+
* // Arn: "STRING_VALUE", // required
|
|
777
|
+
* // },
|
|
774
778
|
* // },
|
|
775
779
|
* // };
|
|
776
780
|
*
|
|
@@ -95,6 +95,7 @@ declare const CreateReplicationConfigCommand_base: {
|
|
|
95
95
|
* // TableMappings: "STRING_VALUE",
|
|
96
96
|
* // ReplicationConfigCreateTime: new Date("TIMESTAMP"),
|
|
97
97
|
* // ReplicationConfigUpdateTime: new Date("TIMESTAMP"),
|
|
98
|
+
* // IsReadOnly: true || false,
|
|
98
99
|
* // },
|
|
99
100
|
* // };
|
|
100
101
|
*
|
|
@@ -109,6 +109,7 @@ declare const CreateReplicationInstanceCommand_base: {
|
|
|
109
109
|
* // SupportedNetworkTypes: [ // StringList
|
|
110
110
|
* // "STRING_VALUE",
|
|
111
111
|
* // ],
|
|
112
|
+
* // IsReadOnly: true || false,
|
|
112
113
|
* // },
|
|
113
114
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
114
115
|
* // PendingModifiedValues: { // ReplicationPendingModifiedValues
|
|
@@ -65,6 +65,7 @@ declare const DeleteEndpointCommand_base: {
|
|
|
65
65
|
* // ServiceAccessRoleArn: "STRING_VALUE",
|
|
66
66
|
* // ExternalTableDefinition: "STRING_VALUE",
|
|
67
67
|
* // ExternalId: "STRING_VALUE",
|
|
68
|
+
* // IsReadOnly: true || false,
|
|
68
69
|
* // DynamoDbSettings: { // DynamoDbSettings
|
|
69
70
|
* // ServiceAccessRoleArn: "STRING_VALUE", // required
|
|
70
71
|
* // },
|
|
@@ -406,6 +407,9 @@ declare const DeleteEndpointCommand_base: {
|
|
|
406
407
|
* // CdcInsertsAndUpdates: true || false,
|
|
407
408
|
* // EnableMagneticStoreWrites: true || false,
|
|
408
409
|
* // },
|
|
410
|
+
* // LakehouseSettings: { // LakehouseSettings
|
|
411
|
+
* // Arn: "STRING_VALUE", // required
|
|
412
|
+
* // },
|
|
409
413
|
* // },
|
|
410
414
|
* // };
|
|
411
415
|
*
|
|
@@ -69,6 +69,7 @@ declare const DeleteReplicationConfigCommand_base: {
|
|
|
69
69
|
* // TableMappings: "STRING_VALUE",
|
|
70
70
|
* // ReplicationConfigCreateTime: new Date("TIMESTAMP"),
|
|
71
71
|
* // ReplicationConfigUpdateTime: new Date("TIMESTAMP"),
|
|
72
|
+
* // IsReadOnly: true || false,
|
|
72
73
|
* // },
|
|
73
74
|
* // };
|
|
74
75
|
*
|
|
@@ -77,6 +77,7 @@ declare const DeleteReplicationInstanceCommand_base: {
|
|
|
77
77
|
* // SupportedNetworkTypes: [ // StringList
|
|
78
78
|
* // "STRING_VALUE",
|
|
79
79
|
* // ],
|
|
80
|
+
* // IsReadOnly: true || false,
|
|
80
81
|
* // },
|
|
81
82
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
82
83
|
* // PendingModifiedValues: { // ReplicationPendingModifiedValues
|
|
@@ -71,6 +71,7 @@ declare const DescribeEndpointsCommand_base: {
|
|
|
71
71
|
* // ServiceAccessRoleArn: "STRING_VALUE",
|
|
72
72
|
* // ExternalTableDefinition: "STRING_VALUE",
|
|
73
73
|
* // ExternalId: "STRING_VALUE",
|
|
74
|
+
* // IsReadOnly: true || false,
|
|
74
75
|
* // DynamoDbSettings: { // DynamoDbSettings
|
|
75
76
|
* // ServiceAccessRoleArn: "STRING_VALUE", // required
|
|
76
77
|
* // },
|
|
@@ -412,6 +413,9 @@ declare const DescribeEndpointsCommand_base: {
|
|
|
412
413
|
* // CdcInsertsAndUpdates: true || false,
|
|
413
414
|
* // EnableMagneticStoreWrites: true || false,
|
|
414
415
|
* // },
|
|
416
|
+
* // LakehouseSettings: { // LakehouseSettings
|
|
417
|
+
* // Arn: "STRING_VALUE", // required
|
|
418
|
+
* // },
|
|
415
419
|
* // },
|
|
416
420
|
* // ],
|
|
417
421
|
* // };
|
|
@@ -78,6 +78,7 @@ declare const DescribeReplicationConfigsCommand_base: {
|
|
|
78
78
|
* // TableMappings: "STRING_VALUE",
|
|
79
79
|
* // ReplicationConfigCreateTime: new Date("TIMESTAMP"),
|
|
80
80
|
* // ReplicationConfigUpdateTime: new Date("TIMESTAMP"),
|
|
81
|
+
* // IsReadOnly: true || false,
|
|
81
82
|
* // },
|
|
82
83
|
* // ],
|
|
83
84
|
* // };
|
|
@@ -84,6 +84,7 @@ declare const DescribeReplicationInstancesCommand_base: {
|
|
|
84
84
|
* // SupportedNetworkTypes: [ // StringList
|
|
85
85
|
* // "STRING_VALUE",
|
|
86
86
|
* // ],
|
|
87
|
+
* // IsReadOnly: true || false,
|
|
87
88
|
* // },
|
|
88
89
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
89
90
|
* // PendingModifiedValues: { // ReplicationPendingModifiedValues
|
|
@@ -120,6 +120,7 @@ declare const DescribeReplicationsCommand_base: {
|
|
|
120
120
|
* // ReplicationUpdateTime: new Date("TIMESTAMP"),
|
|
121
121
|
* // ReplicationLastStopTime: new Date("TIMESTAMP"),
|
|
122
122
|
* // ReplicationDeprovisionTime: new Date("TIMESTAMP"),
|
|
123
|
+
* // IsReadOnly: true || false,
|
|
123
124
|
* // },
|
|
124
125
|
* // ],
|
|
125
126
|
* // };
|
|
@@ -47,6 +47,7 @@ declare const ImportCertificateCommand_base: {
|
|
|
47
47
|
* ResourceArn: "STRING_VALUE",
|
|
48
48
|
* },
|
|
49
49
|
* ],
|
|
50
|
+
* KmsKeyId: "STRING_VALUE",
|
|
50
51
|
* };
|
|
51
52
|
* const command = new ImportCertificateCommand(input);
|
|
52
53
|
* const response = await client.send(command);
|
|
@@ -62,6 +63,7 @@ declare const ImportCertificateCommand_base: {
|
|
|
62
63
|
* // ValidToDate: new Date("TIMESTAMP"),
|
|
63
64
|
* // SigningAlgorithm: "STRING_VALUE",
|
|
64
65
|
* // KeyLength: Number("int"),
|
|
66
|
+
* // KmsKeyId: "STRING_VALUE",
|
|
65
67
|
* // },
|
|
66
68
|
* // };
|
|
67
69
|
*
|
|
@@ -76,6 +78,9 @@ declare const ImportCertificateCommand_base: {
|
|
|
76
78
|
* @throws {@link InvalidCertificateFault} (client fault)
|
|
77
79
|
* <p>The certificate was not valid.</p>
|
|
78
80
|
*
|
|
81
|
+
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
82
|
+
* <p>DMS cannot access the KMS key.</p>
|
|
83
|
+
*
|
|
79
84
|
* @throws {@link ResourceAlreadyExistsFault} (client fault)
|
|
80
85
|
* <p>The resource you are attempting to create already exists.</p>
|
|
81
86
|
*
|
|
@@ -423,6 +423,7 @@ declare const ModifyEndpointCommand_base: {
|
|
|
423
423
|
* // ServiceAccessRoleArn: "STRING_VALUE",
|
|
424
424
|
* // ExternalTableDefinition: "STRING_VALUE",
|
|
425
425
|
* // ExternalId: "STRING_VALUE",
|
|
426
|
+
* // IsReadOnly: true || false,
|
|
426
427
|
* // DynamoDbSettings: { // DynamoDbSettings
|
|
427
428
|
* // ServiceAccessRoleArn: "STRING_VALUE", // required
|
|
428
429
|
* // },
|
|
@@ -764,6 +765,9 @@ declare const ModifyEndpointCommand_base: {
|
|
|
764
765
|
* // CdcInsertsAndUpdates: true || false,
|
|
765
766
|
* // EnableMagneticStoreWrites: true || false,
|
|
766
767
|
* // },
|
|
768
|
+
* // LakehouseSettings: { // LakehouseSettings
|
|
769
|
+
* // Arn: "STRING_VALUE", // required
|
|
770
|
+
* // },
|
|
767
771
|
* // },
|
|
768
772
|
* // };
|
|
769
773
|
*
|
|
@@ -93,6 +93,7 @@ declare const ModifyReplicationConfigCommand_base: {
|
|
|
93
93
|
* // TableMappings: "STRING_VALUE",
|
|
94
94
|
* // ReplicationConfigCreateTime: new Date("TIMESTAMP"),
|
|
95
95
|
* // ReplicationConfigUpdateTime: new Date("TIMESTAMP"),
|
|
96
|
+
* // IsReadOnly: true || false,
|
|
96
97
|
* // },
|
|
97
98
|
* // };
|
|
98
99
|
*
|
|
@@ -93,6 +93,7 @@ declare const ModifyReplicationInstanceCommand_base: {
|
|
|
93
93
|
* // SupportedNetworkTypes: [ // StringList
|
|
94
94
|
* // "STRING_VALUE",
|
|
95
95
|
* // ],
|
|
96
|
+
* // IsReadOnly: true || false,
|
|
96
97
|
* // },
|
|
97
98
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
98
99
|
* // PendingModifiedValues: { // ReplicationPendingModifiedValues
|
|
@@ -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 { RebootReplicationInstanceMessage
|
|
4
|
+
import { RebootReplicationInstanceMessage } from "../models/models_0";
|
|
5
|
+
import { RebootReplicationInstanceResponse } from "../models/models_1";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -75,6 +76,7 @@ declare const RebootReplicationInstanceCommand_base: {
|
|
|
75
76
|
* // SupportedNetworkTypes: [ // StringList
|
|
76
77
|
* // "STRING_VALUE",
|
|
77
78
|
* // ],
|
|
79
|
+
* // IsReadOnly: true || false,
|
|
78
80
|
* // },
|
|
79
81
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
80
82
|
* // PendingModifiedValues: { // ReplicationPendingModifiedValues
|
|
@@ -117,6 +117,7 @@ declare const StartReplicationCommand_base: {
|
|
|
117
117
|
* // ReplicationUpdateTime: new Date("TIMESTAMP"),
|
|
118
118
|
* // ReplicationLastStopTime: new Date("TIMESTAMP"),
|
|
119
119
|
* // ReplicationDeprovisionTime: new Date("TIMESTAMP"),
|
|
120
|
+
* // IsReadOnly: true || false,
|
|
120
121
|
* // },
|
|
121
122
|
* // };
|
|
122
123
|
*
|
|
@@ -110,6 +110,7 @@ declare const StopReplicationCommand_base: {
|
|
|
110
110
|
* // ReplicationUpdateTime: new Date("TIMESTAMP"),
|
|
111
111
|
* // ReplicationLastStopTime: new Date("TIMESTAMP"),
|
|
112
112
|
* // ReplicationDeprovisionTime: new Date("TIMESTAMP"),
|
|
113
|
+
* // IsReadOnly: true || false,
|
|
113
114
|
* // },
|
|
114
115
|
* // };
|
|
115
116
|
*
|
|
@@ -4806,6 +4806,19 @@ export interface CreateEndpointMessage {
|
|
|
4806
4806
|
*/
|
|
4807
4807
|
TimestreamSettings?: TimestreamSettings | undefined;
|
|
4808
4808
|
}
|
|
4809
|
+
/**
|
|
4810
|
+
* <p>Provides information that defines a Lakehouse endpoint. This endpoint type is used for
|
|
4811
|
+
* zero-ETL integrations with Lakehouse data warehouses.</p>
|
|
4812
|
+
* @public
|
|
4813
|
+
*/
|
|
4814
|
+
export interface LakehouseSettings {
|
|
4815
|
+
/**
|
|
4816
|
+
* <p>The Amazon Resource Name (ARN) of the Lakehouse resource that serves as the target for
|
|
4817
|
+
* this endpoint.</p>
|
|
4818
|
+
* @public
|
|
4819
|
+
*/
|
|
4820
|
+
Arn: string | undefined;
|
|
4821
|
+
}
|
|
4809
4822
|
/**
|
|
4810
4823
|
* <p>Describes an endpoint of a database instance in response to operations such as the
|
|
4811
4824
|
* following:</p>
|
|
@@ -4935,6 +4948,13 @@ export interface Endpoint {
|
|
|
4935
4948
|
* @public
|
|
4936
4949
|
*/
|
|
4937
4950
|
ExternalId?: string | undefined;
|
|
4951
|
+
/**
|
|
4952
|
+
* <p>Indicates whether the endpoint is read-only. When set to <code>true</code>, this endpoint
|
|
4953
|
+
* is managed by DMS as part of a zero-ETL integration and cannot be modified or deleted directly.
|
|
4954
|
+
* You can only modify or delete read-only endpoints through their associated zero-ETL integration.</p>
|
|
4955
|
+
* @public
|
|
4956
|
+
*/
|
|
4957
|
+
IsReadOnly?: boolean | undefined;
|
|
4938
4958
|
/**
|
|
4939
4959
|
* <p>The settings for the DynamoDB target endpoint. For more information, see the
|
|
4940
4960
|
* <code>DynamoDBSettings</code> structure.</p>
|
|
@@ -5047,6 +5067,12 @@ export interface Endpoint {
|
|
|
5047
5067
|
* @public
|
|
5048
5068
|
*/
|
|
5049
5069
|
TimestreamSettings?: TimestreamSettings | undefined;
|
|
5070
|
+
/**
|
|
5071
|
+
* <p>Settings in JSON format for the target Lakehouse endpoint. This parameter applies to endpoints
|
|
5072
|
+
* that are automatically created by DMS for a Lakehouse data warehouse as part of a zero-ETL integration.</p>
|
|
5073
|
+
* @public
|
|
5074
|
+
*/
|
|
5075
|
+
LakehouseSettings?: LakehouseSettings | undefined;
|
|
5050
5076
|
}
|
|
5051
5077
|
/**
|
|
5052
5078
|
* <p></p>
|
|
@@ -5808,6 +5834,14 @@ export interface ReplicationConfig {
|
|
|
5808
5834
|
* @public
|
|
5809
5835
|
*/
|
|
5810
5836
|
ReplicationConfigUpdateTime?: Date | undefined;
|
|
5837
|
+
/**
|
|
5838
|
+
* <p>Indicates whether the replication configuration is read-only. When set to <code>true</code>,
|
|
5839
|
+
* this replication configuration is managed by DMS as part of a zero-ETL integration and cannot
|
|
5840
|
+
* be modified or deleted directly. You can only modify or delete read-only replication configurations
|
|
5841
|
+
* through their associated zero-ETL integration.</p>
|
|
5842
|
+
* @public
|
|
5843
|
+
*/
|
|
5844
|
+
IsReadOnly?: boolean | undefined;
|
|
5811
5845
|
}
|
|
5812
5846
|
/**
|
|
5813
5847
|
* <p></p>
|
|
@@ -6120,6 +6154,14 @@ export interface ReplicationSubnetGroup {
|
|
|
6120
6154
|
* @public
|
|
6121
6155
|
*/
|
|
6122
6156
|
SupportedNetworkTypes?: string[] | undefined;
|
|
6157
|
+
/**
|
|
6158
|
+
* <p>Indicates whether the replication subnet group is read-only. When set to <code>true</code>,
|
|
6159
|
+
* this subnet group is managed by DMS as part of a zero-ETL integration and cannot be modified
|
|
6160
|
+
* or deleted directly. You can only modify or delete read-only subnet groups through their
|
|
6161
|
+
* associated zero-ETL integration.</p>
|
|
6162
|
+
* @public
|
|
6163
|
+
*/
|
|
6164
|
+
IsReadOnly?: boolean | undefined;
|
|
6123
6165
|
}
|
|
6124
6166
|
/**
|
|
6125
6167
|
* <p>Describes the status of a security group associated with the virtual private cloud (VPC)
|
|
@@ -7028,6 +7070,15 @@ export interface Certificate {
|
|
|
7028
7070
|
* @public
|
|
7029
7071
|
*/
|
|
7030
7072
|
KeyLength?: number | undefined;
|
|
7073
|
+
/**
|
|
7074
|
+
* <p>An KMS key identifier that is used to encrypt the certificate.</p>
|
|
7075
|
+
* <p>If you don't specify a value for the <code>KmsKeyId</code> parameter, then DMS uses
|
|
7076
|
+
* your default encryption key.</p>
|
|
7077
|
+
* <p>KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has
|
|
7078
|
+
* a different default encryption key for each Amazon Web Services Region.</p>
|
|
7079
|
+
* @public
|
|
7080
|
+
*/
|
|
7081
|
+
KmsKeyId?: string | undefined;
|
|
7031
7082
|
}
|
|
7032
7083
|
/**
|
|
7033
7084
|
* @public
|
|
@@ -10730,6 +10781,14 @@ export interface Replication {
|
|
|
10730
10781
|
* @public
|
|
10731
10782
|
*/
|
|
10732
10783
|
ReplicationDeprovisionTime?: Date | undefined;
|
|
10784
|
+
/**
|
|
10785
|
+
* <p>Indicates whether the serverless replication is read-only. When set to <code>true</code>,
|
|
10786
|
+
* this replication is managed by DMS as part of a zero-ETL integration and cannot be modified
|
|
10787
|
+
* or deleted directly. You can only modify or delete read-only replications through their
|
|
10788
|
+
* associated zero-ETL integration.</p>
|
|
10789
|
+
* @public
|
|
10790
|
+
*/
|
|
10791
|
+
IsReadOnly?: boolean | undefined;
|
|
10733
10792
|
}
|
|
10734
10793
|
/**
|
|
10735
10794
|
* <p></p>
|
|
@@ -11604,6 +11663,15 @@ export interface ImportCertificateMessage {
|
|
|
11604
11663
|
* @public
|
|
11605
11664
|
*/
|
|
11606
11665
|
Tags?: Tag[] | undefined;
|
|
11666
|
+
/**
|
|
11667
|
+
* <p>An KMS key identifier that is used to encrypt the certificate.</p>
|
|
11668
|
+
* <p>If you don't specify a value for the <code>KmsKeyId</code> parameter, then DMS uses
|
|
11669
|
+
* your default encryption key.</p>
|
|
11670
|
+
* <p>KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has
|
|
11671
|
+
* a different default encryption key for each Amazon Web Services Region.</p>
|
|
11672
|
+
* @public
|
|
11673
|
+
*/
|
|
11674
|
+
KmsKeyId?: string | undefined;
|
|
11607
11675
|
}
|
|
11608
11676
|
/**
|
|
11609
11677
|
* @public
|
|
@@ -12642,13 +12710,3 @@ export interface RebootReplicationInstanceMessage {
|
|
|
12642
12710
|
*/
|
|
12643
12711
|
ForcePlannedFailover?: boolean | undefined;
|
|
12644
12712
|
}
|
|
12645
|
-
/**
|
|
12646
|
-
* @public
|
|
12647
|
-
*/
|
|
12648
|
-
export interface RebootReplicationInstanceResponse {
|
|
12649
|
-
/**
|
|
12650
|
-
* <p>The replication instance that is being rebooted. </p>
|
|
12651
|
-
* @public
|
|
12652
|
-
*/
|
|
12653
|
-
ReplicationInstance?: ReplicationInstance | undefined;
|
|
12654
|
-
}
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
import { OriginTypeValue, ReloadOptionValue, StartReplicationMigrationTypeValue, StartReplicationTaskTypeValue } from "./enums";
|
|
2
|
-
import { Connection, DataMigration, RecommendationSettings, RefreshSchemasStatus, Replication, ReplicationTask, ReplicationTaskAssessmentRun, Tag } from "./models_0";
|
|
2
|
+
import { Connection, DataMigration, RecommendationSettings, RefreshSchemasStatus, Replication, ReplicationInstance, ReplicationTask, ReplicationTaskAssessmentRun, Tag } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface RebootReplicationInstanceResponse {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The replication instance that is being rebooted. </p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
ReplicationInstance?: ReplicationInstance | undefined;
|
|
12
|
+
}
|
|
3
13
|
/**
|
|
4
14
|
* <p></p>
|
|
5
15
|
* @public
|
|
@@ -222,6 +222,7 @@ export declare var KMSInvalidStateFault: StaticErrorSchema;
|
|
|
222
222
|
export declare var KMSKeyNotAccessibleFault: StaticErrorSchema;
|
|
223
223
|
export declare var KMSNotFoundFault: StaticErrorSchema;
|
|
224
224
|
export declare var KMSThrottlingFault: StaticErrorSchema;
|
|
225
|
+
export declare var LakehouseSettings: StaticStructureSchema;
|
|
225
226
|
export declare var Limitation: StaticStructureSchema;
|
|
226
227
|
export declare var ListTagsForResourceMessage: StaticStructureSchema;
|
|
227
228
|
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DatabaseMigrationServiceClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
RebootReplicationInstanceResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { RebootReplicationInstanceMessage } from "../models/models_0";
|
|
9
|
+
import { RebootReplicationInstanceResponse } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface RebootReplicationInstanceCommandInput
|
|
@@ -941,6 +941,9 @@ export interface CreateEndpointMessage {
|
|
|
941
941
|
GcpMySQLSettings?: GcpMySQLSettings | undefined;
|
|
942
942
|
TimestreamSettings?: TimestreamSettings | undefined;
|
|
943
943
|
}
|
|
944
|
+
export interface LakehouseSettings {
|
|
945
|
+
Arn: string | undefined;
|
|
946
|
+
}
|
|
944
947
|
export interface Endpoint {
|
|
945
948
|
EndpointIdentifier?: string | undefined;
|
|
946
949
|
EndpointType?: ReplicationEndpointTypeValue | undefined;
|
|
@@ -959,6 +962,7 @@ export interface Endpoint {
|
|
|
959
962
|
ServiceAccessRoleArn?: string | undefined;
|
|
960
963
|
ExternalTableDefinition?: string | undefined;
|
|
961
964
|
ExternalId?: string | undefined;
|
|
965
|
+
IsReadOnly?: boolean | undefined;
|
|
962
966
|
DynamoDbSettings?: DynamoDbSettings | undefined;
|
|
963
967
|
S3Settings?: S3Settings | undefined;
|
|
964
968
|
DmsTransferSettings?: DmsTransferSettings | undefined;
|
|
@@ -978,6 +982,7 @@ export interface Endpoint {
|
|
|
978
982
|
RedisSettings?: RedisSettings | undefined;
|
|
979
983
|
GcpMySQLSettings?: GcpMySQLSettings | undefined;
|
|
980
984
|
TimestreamSettings?: TimestreamSettings | undefined;
|
|
985
|
+
LakehouseSettings?: LakehouseSettings | undefined;
|
|
981
986
|
}
|
|
982
987
|
export interface CreateEndpointResponse {
|
|
983
988
|
Endpoint?: Endpoint | undefined;
|
|
@@ -1119,6 +1124,7 @@ export interface ReplicationConfig {
|
|
|
1119
1124
|
TableMappings?: string | undefined;
|
|
1120
1125
|
ReplicationConfigCreateTime?: Date | undefined;
|
|
1121
1126
|
ReplicationConfigUpdateTime?: Date | undefined;
|
|
1127
|
+
IsReadOnly?: boolean | undefined;
|
|
1122
1128
|
}
|
|
1123
1129
|
export interface CreateReplicationConfigResponse {
|
|
1124
1130
|
ReplicationConfig?: ReplicationConfig | undefined;
|
|
@@ -1169,6 +1175,7 @@ export interface ReplicationSubnetGroup {
|
|
|
1169
1175
|
SubnetGroupStatus?: string | undefined;
|
|
1170
1176
|
Subnets?: Subnet[] | undefined;
|
|
1171
1177
|
SupportedNetworkTypes?: string[] | undefined;
|
|
1178
|
+
IsReadOnly?: boolean | undefined;
|
|
1172
1179
|
}
|
|
1173
1180
|
export interface VpcSecurityGroupMembership {
|
|
1174
1181
|
VpcSecurityGroupId?: string | undefined;
|
|
@@ -1280,6 +1287,7 @@ export interface Certificate {
|
|
|
1280
1287
|
ValidToDate?: Date | undefined;
|
|
1281
1288
|
SigningAlgorithm?: string | undefined;
|
|
1282
1289
|
KeyLength?: number | undefined;
|
|
1290
|
+
KmsKeyId?: string | undefined;
|
|
1283
1291
|
}
|
|
1284
1292
|
export interface DeleteCertificateResponse {
|
|
1285
1293
|
Certificate?: Certificate | undefined;
|
|
@@ -1988,6 +1996,7 @@ export interface Replication {
|
|
|
1988
1996
|
ReplicationUpdateTime?: Date | undefined;
|
|
1989
1997
|
ReplicationLastStopTime?: Date | undefined;
|
|
1990
1998
|
ReplicationDeprovisionTime?: Date | undefined;
|
|
1999
|
+
IsReadOnly?: boolean | undefined;
|
|
1991
2000
|
}
|
|
1992
2001
|
export interface DescribeReplicationsResponse {
|
|
1993
2002
|
Marker?: string | undefined;
|
|
@@ -2147,6 +2156,7 @@ export interface ImportCertificateMessage {
|
|
|
2147
2156
|
CertificatePem?: string | undefined;
|
|
2148
2157
|
CertificateWallet?: Uint8Array | undefined;
|
|
2149
2158
|
Tags?: Tag[] | undefined;
|
|
2159
|
+
KmsKeyId?: string | undefined;
|
|
2150
2160
|
}
|
|
2151
2161
|
export interface ImportCertificateResponse {
|
|
2152
2162
|
Certificate?: Certificate | undefined;
|
|
@@ -2337,6 +2347,3 @@ export interface RebootReplicationInstanceMessage {
|
|
|
2337
2347
|
ForceFailover?: boolean | undefined;
|
|
2338
2348
|
ForcePlannedFailover?: boolean | undefined;
|
|
2339
2349
|
}
|
|
2340
|
-
export interface RebootReplicationInstanceResponse {
|
|
2341
|
-
ReplicationInstance?: ReplicationInstance | undefined;
|
|
2342
|
-
}
|
|
@@ -10,10 +10,14 @@ import {
|
|
|
10
10
|
RecommendationSettings,
|
|
11
11
|
RefreshSchemasStatus,
|
|
12
12
|
Replication,
|
|
13
|
+
ReplicationInstance,
|
|
13
14
|
ReplicationTask,
|
|
14
15
|
ReplicationTaskAssessmentRun,
|
|
15
16
|
Tag,
|
|
16
17
|
} from "./models_0";
|
|
18
|
+
export interface RebootReplicationInstanceResponse {
|
|
19
|
+
ReplicationInstance?: ReplicationInstance | undefined;
|
|
20
|
+
}
|
|
17
21
|
export interface RefreshSchemasMessage {
|
|
18
22
|
EndpointArn: string | undefined;
|
|
19
23
|
ReplicationInstanceArn: string | undefined;
|
|
@@ -228,6 +228,7 @@ export declare var KMSInvalidStateFault: StaticErrorSchema;
|
|
|
228
228
|
export declare var KMSKeyNotAccessibleFault: StaticErrorSchema;
|
|
229
229
|
export declare var KMSNotFoundFault: StaticErrorSchema;
|
|
230
230
|
export declare var KMSThrottlingFault: StaticErrorSchema;
|
|
231
|
+
export declare var LakehouseSettings: StaticStructureSchema;
|
|
231
232
|
export declare var Limitation: StaticStructureSchema;
|
|
232
233
|
export declare var ListTagsForResourceMessage: StaticStructureSchema;
|
|
233
234
|
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-database-migration-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Database Migration Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.937.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-database-migration-service",
|