tencentcloud-sdk-nodejs-intl-en 3.0.1382 → 3.0.1383
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/package.json +1 -1
- package/tencentcloud/antiddos/v20200309/models.js +6 -6
- package/tencentcloud/billing/v20180709/models.js +10 -10
- package/tencentcloud/chdfs/v20201112/models.js +14 -7
- package/tencentcloud/ciam/index.js +1 -1
- package/tencentcloud/clb/index.js +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/dts/v20211206/dts_client.js +0 -1
- package/tencentcloud/dts/v20211206/models.js +114 -59
- package/tencentcloud/es/v20180416/es_client.js +197 -132
- package/tencentcloud/es/v20180416/models.js +1455 -958
- package/tencentcloud/facefusion/v20220927/models.js +18 -12
- package/tencentcloud/faceid/v20180301/models.js +17 -78
- package/tencentcloud/organization/index.js +1 -1
- package/tencentcloud/scf/v20180416/models.js +3 -3
- package/tencentcloud/trabbit/v20230418/models.js +86 -0
- package/tencentcloud/trabbit/v20230418/trabbit_client.js +1 -0
- package/tencentcloud/vod/index.js +1 -1
- package/tencentcloud/wedata/index.js +1 -1
package/package.json
CHANGED
|
@@ -4377,13 +4377,13 @@ class DescribeBasicDeviceStatusResponse extends AbstractModel {
|
|
|
4377
4377
|
this.Data = null;
|
|
4378
4378
|
|
|
4379
4379
|
/**
|
|
4380
|
-
*
|
|
4380
|
+
* Name of the domain asset.
|
|
4381
4381
|
* @type {Array.<KeyValue> || null}
|
|
4382
4382
|
*/
|
|
4383
4383
|
this.CLBData = null;
|
|
4384
4384
|
|
|
4385
4385
|
/**
|
|
4386
|
-
*
|
|
4386
|
+
* Status of the CNAME WAF resource.
|
|
4387
4387
|
* @type {Array.<KeyValue> || null}
|
|
4388
4388
|
*/
|
|
4389
4389
|
this.CnameWafData = null;
|
|
@@ -5721,25 +5721,25 @@ class DescribeBasicDeviceStatusRequest extends AbstractModel {
|
|
|
5721
5721
|
super();
|
|
5722
5722
|
|
|
5723
5723
|
/**
|
|
5724
|
-
* List of IP resources
|
|
5724
|
+
* List of IP resources.
|
|
5725
5725
|
* @type {Array.<string> || null}
|
|
5726
5726
|
*/
|
|
5727
5727
|
this.IpList = null;
|
|
5728
5728
|
|
|
5729
5729
|
/**
|
|
5730
|
-
*
|
|
5730
|
+
* List of domain asset IDs.
|
|
5731
5731
|
* @type {Array.<string> || null}
|
|
5732
5732
|
*/
|
|
5733
5733
|
this.IdList = null;
|
|
5734
5734
|
|
|
5735
5735
|
/**
|
|
5736
|
-
*
|
|
5736
|
+
* Region name for filtering.
|
|
5737
5737
|
* @type {number || null}
|
|
5738
5738
|
*/
|
|
5739
5739
|
this.FilterRegion = null;
|
|
5740
5740
|
|
|
5741
5741
|
/**
|
|
5742
|
-
* CNAME WAF resource
|
|
5742
|
+
* List of CNAME WAF resource IDs.
|
|
5743
5743
|
* @type {Array.<string> || null}
|
|
5744
5744
|
*/
|
|
5745
5745
|
this.CnameWafIdList = null;
|
|
@@ -7300,7 +7300,7 @@ class BillDetail extends AbstractModel {
|
|
|
7300
7300
|
this.ProductCodeName = null;
|
|
7301
7301
|
|
|
7302
7302
|
/**
|
|
7303
|
-
* Billing mode, which can be monthly subscription or pay-as-you-go.
|
|
7303
|
+
* Billing mode, which can be yearly/monthly subscription or pay-as-you-go.
|
|
7304
7304
|
* @type {string || null}
|
|
7305
7305
|
*/
|
|
7306
7306
|
this.PayModeName = null;
|
|
@@ -7336,13 +7336,13 @@ class BillDetail extends AbstractModel {
|
|
|
7336
7336
|
this.ResourceName = null;
|
|
7337
7337
|
|
|
7338
7338
|
/**
|
|
7339
|
-
* Transaction type, which can be monthly subscription purchase, monthly subscription renewal, or pay-as-you-go deduction.
|
|
7339
|
+
* Transaction type, which can be yearly/monthly subscription purchase, yearly/monthly subscription renewal, or pay-as-you-go deduction.
|
|
7340
7340
|
* @type {string || null}
|
|
7341
7341
|
*/
|
|
7342
7342
|
this.ActionTypeName = null;
|
|
7343
7343
|
|
|
7344
7344
|
/**
|
|
7345
|
-
* Order ID: The sub-order number corresponding to the monthly subscription mode. In the postpaid billing model, the bill amount does not exist as an order concept, and this parameter can be ignored.
|
|
7345
|
+
* Order ID: The sub-order number corresponding to the yearly/monthly subscription mode. In the postpaid billing model, the bill amount does not exist as an order concept, and this parameter can be ignored.
|
|
7346
7346
|
|
|
7347
7347
|
* @type {string || null}
|
|
7348
7348
|
*/
|
|
@@ -12913,7 +12913,7 @@ class PayModeSummaryOverviewItem extends AbstractModel {
|
|
|
12913
12913
|
this.PayMode = null;
|
|
12914
12914
|
|
|
12915
12915
|
/**
|
|
12916
|
-
* Billing mode, which can be monthly subscription or pay-as-you-go.
|
|
12916
|
+
* Billing mode, which can be yearly/monthly subscription or pay-as-you-go.
|
|
12917
12917
|
* @type {string || null}
|
|
12918
12918
|
*/
|
|
12919
12919
|
this.PayModeName = null;
|
|
@@ -12931,13 +12931,13 @@ class PayModeSummaryOverviewItem extends AbstractModel {
|
|
|
12931
12931
|
this.RealTotalCost = null;
|
|
12932
12932
|
|
|
12933
12933
|
/**
|
|
12934
|
-
* Cash credit: The amount paid from the user
|
|
12934
|
+
* Cash credit: The amount paid from the user's cash balance
|
|
12935
12935
|
* @type {string || null}
|
|
12936
12936
|
*/
|
|
12937
12937
|
this.CashPayAmount = null;
|
|
12938
12938
|
|
|
12939
12939
|
/**
|
|
12940
|
-
* Free credit: The amount paid with the user
|
|
12940
|
+
* Free credit: The amount paid with the user's free credit
|
|
12941
12941
|
* @type {string || null}
|
|
12942
12942
|
*/
|
|
12943
12943
|
this.IncentivePayAmount = null;
|
|
@@ -12949,7 +12949,7 @@ class PayModeSummaryOverviewItem extends AbstractModel {
|
|
|
12949
12949
|
this.VoucherPayAmount = null;
|
|
12950
12950
|
|
|
12951
12951
|
/**
|
|
12952
|
-
* Commission credit: The amount paid with the user
|
|
12952
|
+
* Commission credit: The amount paid with the user's commission credit.
|
|
12953
12953
|
* @type {string || null}
|
|
12954
12954
|
*/
|
|
12955
12955
|
this.TransferPayAmount = null;
|
|
@@ -16905,7 +16905,7 @@ class BillResourceSummary extends AbstractModel {
|
|
|
16905
16905
|
this.ProductCodeName = null;
|
|
16906
16906
|
|
|
16907
16907
|
/**
|
|
16908
|
-
* Billing mode, which can be monthly subscription or pay-as-you-go.
|
|
16908
|
+
* Billing mode, which can be yearly/monthly subscription or pay-as-you-go.
|
|
16909
16909
|
* @type {string || null}
|
|
16910
16910
|
*/
|
|
16911
16911
|
this.PayModeName = null;
|
|
@@ -16941,13 +16941,13 @@ class BillResourceSummary extends AbstractModel {
|
|
|
16941
16941
|
this.ResourceName = null;
|
|
16942
16942
|
|
|
16943
16943
|
/**
|
|
16944
|
-
* Transaction type, which can be monthly subscription purchase, monthly subscription renewal, or pay-as-you-go deduction.
|
|
16944
|
+
* Transaction type, which can be yearly/monthly subscription purchase, yearly/monthly subscription renewal, or pay-as-you-go deduction.
|
|
16945
16945
|
* @type {string || null}
|
|
16946
16946
|
*/
|
|
16947
16947
|
this.ActionTypeName = null;
|
|
16948
16948
|
|
|
16949
16949
|
/**
|
|
16950
|
-
* Order ID: The order number for a monthly subscription purchase
|
|
16950
|
+
* Order ID: The order number for a yearly/monthly subscription purchase
|
|
16951
16951
|
* @type {string || null}
|
|
16952
16952
|
*/
|
|
16953
16953
|
this.OrderId = null;
|
|
@@ -1092,12 +1092,6 @@ class CreateFileSystemRequest extends AbstractModel {
|
|
|
1092
1092
|
*/
|
|
1093
1093
|
this.FileSystemName = null;
|
|
1094
1094
|
|
|
1095
|
-
/**
|
|
1096
|
-
* File system capacity (in bytes), which can range from 1 GB to 1 PB and must be an integer multiple of 1 GB
|
|
1097
|
-
* @type {number || null}
|
|
1098
|
-
*/
|
|
1099
|
-
this.CapacityQuota = null;
|
|
1100
|
-
|
|
1101
1095
|
/**
|
|
1102
1096
|
* Whether to verify POSIX ACL
|
|
1103
1097
|
* @type {boolean || null}
|
|
@@ -1110,6 +1104,12 @@ class CreateFileSystemRequest extends AbstractModel {
|
|
|
1110
1104
|
*/
|
|
1111
1105
|
this.Description = null;
|
|
1112
1106
|
|
|
1107
|
+
/**
|
|
1108
|
+
* File system capacity (in bytes), which can range from 1 GB to 1 PB and must be an integer multiple of 1 GB
|
|
1109
|
+
* @type {number || null}
|
|
1110
|
+
*/
|
|
1111
|
+
this.CapacityQuota = null;
|
|
1112
|
+
|
|
1113
1113
|
/**
|
|
1114
1114
|
* List of superuser names, which is an empty array by default
|
|
1115
1115
|
* @type {Array.<string> || null}
|
|
@@ -1156,9 +1156,9 @@ class CreateFileSystemRequest extends AbstractModel {
|
|
|
1156
1156
|
return;
|
|
1157
1157
|
}
|
|
1158
1158
|
this.FileSystemName = 'FileSystemName' in params ? params.FileSystemName : null;
|
|
1159
|
-
this.CapacityQuota = 'CapacityQuota' in params ? params.CapacityQuota : null;
|
|
1160
1159
|
this.PosixAcl = 'PosixAcl' in params ? params.PosixAcl : null;
|
|
1161
1160
|
this.Description = 'Description' in params ? params.Description : null;
|
|
1161
|
+
this.CapacityQuota = 'CapacityQuota' in params ? params.CapacityQuota : null;
|
|
1162
1162
|
this.SuperUsers = 'SuperUsers' in params ? params.SuperUsers : null;
|
|
1163
1163
|
this.RootInodeUser = 'RootInodeUser' in params ? params.RootInodeUser : null;
|
|
1164
1164
|
this.RootInodeGroup = 'RootInodeGroup' in params ? params.RootInodeGroup : null;
|
|
@@ -2055,6 +2055,12 @@ class DescribeFileSystemsRequest extends AbstractModel {
|
|
|
2055
2055
|
constructor(){
|
|
2056
2056
|
super();
|
|
2057
2057
|
|
|
2058
|
+
/**
|
|
2059
|
+
*
|
|
2060
|
+
* @type {string || null}
|
|
2061
|
+
*/
|
|
2062
|
+
this.FileSystemIdMarker = null;
|
|
2063
|
+
|
|
2058
2064
|
}
|
|
2059
2065
|
|
|
2060
2066
|
/**
|
|
@@ -2064,6 +2070,7 @@ class DescribeFileSystemsRequest extends AbstractModel {
|
|
|
2064
2070
|
if (!params) {
|
|
2065
2071
|
return;
|
|
2066
2072
|
}
|
|
2073
|
+
this.FileSystemIdMarker = 'FileSystemIdMarker' in params ? params.FileSystemIdMarker : null;
|
|
2067
2074
|
|
|
2068
2075
|
}
|
|
2069
2076
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1383";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -218,7 +218,6 @@ const IsolateSubscribeRequest = models.IsolateSubscribeRequest;
|
|
|
218
218
|
const DescribeSubscribeReturnableResponse = models.DescribeSubscribeReturnableResponse;
|
|
219
219
|
const TagItem = models.TagItem;
|
|
220
220
|
const RecoverMigrateJobRequest = models.RecoverMigrateJobRequest;
|
|
221
|
-
const OnlineDDL = models.OnlineDDL;
|
|
222
221
|
const DescribeSubscribeJobsResponse = models.DescribeSubscribeJobsResponse;
|
|
223
222
|
const ResetSubscribeRequest = models.ResetSubscribeRequest;
|
|
224
223
|
const DatabaseTableObject = models.DatabaseTableObject;
|
|
@@ -297,12 +297,6 @@ class ModifyConsumerGroupPasswordRequest extends AbstractModel {
|
|
|
297
297
|
*/
|
|
298
298
|
this.ConsumerGroupName = null;
|
|
299
299
|
|
|
300
|
-
/**
|
|
301
|
-
* Old Password.
|
|
302
|
-
* @type {string || null}
|
|
303
|
-
*/
|
|
304
|
-
this.OldPassword = null;
|
|
305
|
-
|
|
306
300
|
/**
|
|
307
301
|
* New password. The character length is no less than 3 and no more than 32.
|
|
308
302
|
* @type {string || null}
|
|
@@ -321,7 +315,6 @@ class ModifyConsumerGroupPasswordRequest extends AbstractModel {
|
|
|
321
315
|
this.SubscribeId = 'SubscribeId' in params ? params.SubscribeId : null;
|
|
322
316
|
this.AccountName = 'AccountName' in params ? params.AccountName : null;
|
|
323
317
|
this.ConsumerGroupName = 'ConsumerGroupName' in params ? params.ConsumerGroupName : null;
|
|
324
|
-
this.OldPassword = 'OldPassword' in params ? params.OldPassword : null;
|
|
325
318
|
this.NewPassword = 'NewPassword' in params ? params.NewPassword : null;
|
|
326
319
|
|
|
327
320
|
}
|
|
@@ -3131,7 +3124,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
3131
3124
|
this.DatabaseNetEnv = null;
|
|
3132
3125
|
|
|
3133
3126
|
/**
|
|
3134
|
-
*
|
|
3127
|
+
*
|
|
3135
3128
|
* @type {string || null}
|
|
3136
3129
|
*/
|
|
3137
3130
|
this.ConnectType = null;
|
|
@@ -3394,6 +3387,12 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
3394
3387
|
*/
|
|
3395
3388
|
this.KafkaConfig = null;
|
|
3396
3389
|
|
|
3390
|
+
/**
|
|
3391
|
+
*
|
|
3392
|
+
* @type {string || null}
|
|
3393
|
+
*/
|
|
3394
|
+
this.KafkaVersion = null;
|
|
3395
|
+
|
|
3397
3396
|
/**
|
|
3398
3397
|
* Source database access type. Valid values: extranet (public network); vpncloud (VPN access); dcg (Direct Connect); ccn (CCN); cdb (database); cvm (self-build on CVM); intranet (intranet); vpc (VPC). Note: The specific optional values depend on the current link support capabilities.Note: This field may return null, indicating that no valid values can be obtained.
|
|
3399
3398
|
* @type {string || null}
|
|
@@ -3433,6 +3432,30 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
3433
3432
|
*/
|
|
3434
3433
|
this.ExtraAttr = null;
|
|
3435
3434
|
|
|
3435
|
+
/**
|
|
3436
|
+
*
|
|
3437
|
+
* @type {string || null}
|
|
3438
|
+
*/
|
|
3439
|
+
this.SubscribeVersion = null;
|
|
3440
|
+
|
|
3441
|
+
/**
|
|
3442
|
+
*
|
|
3443
|
+
* @type {string || null}
|
|
3444
|
+
*/
|
|
3445
|
+
this.ConsumerVpcId = null;
|
|
3446
|
+
|
|
3447
|
+
/**
|
|
3448
|
+
*
|
|
3449
|
+
* @type {string || null}
|
|
3450
|
+
*/
|
|
3451
|
+
this.ConsumerSubnetId = null;
|
|
3452
|
+
|
|
3453
|
+
/**
|
|
3454
|
+
*
|
|
3455
|
+
* @type {string || null}
|
|
3456
|
+
*/
|
|
3457
|
+
this.InstanceClass = null;
|
|
3458
|
+
|
|
3436
3459
|
/**
|
|
3437
3460
|
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3438
3461
|
* @type {string || null}
|
|
@@ -3482,6 +3505,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
3482
3505
|
obj.deserialize(params.KafkaConfig)
|
|
3483
3506
|
this.KafkaConfig = obj;
|
|
3484
3507
|
}
|
|
3508
|
+
this.KafkaVersion = 'KafkaVersion' in params ? params.KafkaVersion : null;
|
|
3485
3509
|
this.AccessType = 'AccessType' in params ? params.AccessType : null;
|
|
3486
3510
|
|
|
3487
3511
|
if (params.Endpoints) {
|
|
@@ -3528,6 +3552,10 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
3528
3552
|
this.ExtraAttr.push(obj);
|
|
3529
3553
|
}
|
|
3530
3554
|
}
|
|
3555
|
+
this.SubscribeVersion = 'SubscribeVersion' in params ? params.SubscribeVersion : null;
|
|
3556
|
+
this.ConsumerVpcId = 'ConsumerVpcId' in params ? params.ConsumerVpcId : null;
|
|
3557
|
+
this.ConsumerSubnetId = 'ConsumerSubnetId' in params ? params.ConsumerSubnetId : null;
|
|
3558
|
+
this.InstanceClass = 'InstanceClass' in params ? params.InstanceClass : null;
|
|
3531
3559
|
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
3532
3560
|
|
|
3533
3561
|
}
|
|
@@ -3749,13 +3777,19 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
3749
3777
|
this.AutoRetryTimeRangeMinutes = null;
|
|
3750
3778
|
|
|
3751
3779
|
/**
|
|
3752
|
-
*
|
|
3780
|
+
*
|
|
3781
|
+
* @type {string || null}
|
|
3782
|
+
*/
|
|
3783
|
+
this.StartPosition = null;
|
|
3784
|
+
|
|
3785
|
+
/**
|
|
3786
|
+
*
|
|
3753
3787
|
* @type {boolean || null}
|
|
3754
3788
|
*/
|
|
3755
3789
|
this.FilterBeginCommit = null;
|
|
3756
3790
|
|
|
3757
3791
|
/**
|
|
3758
|
-
*
|
|
3792
|
+
*
|
|
3759
3793
|
* @type {boolean || null}
|
|
3760
3794
|
*/
|
|
3761
3795
|
this.FilterCheckpoint = null;
|
|
@@ -3802,6 +3836,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
3802
3836
|
this.RateLimitOption = obj;
|
|
3803
3837
|
}
|
|
3804
3838
|
this.AutoRetryTimeRangeMinutes = 'AutoRetryTimeRangeMinutes' in params ? params.AutoRetryTimeRangeMinutes : null;
|
|
3839
|
+
this.StartPosition = 'StartPosition' in params ? params.StartPosition : null;
|
|
3805
3840
|
this.FilterBeginCommit = 'FilterBeginCommit' in params ? params.FilterBeginCommit : null;
|
|
3806
3841
|
this.FilterCheckpoint = 'FilterCheckpoint' in params ? params.FilterCheckpoint : null;
|
|
3807
3842
|
|
|
@@ -4234,7 +4269,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4234
4269
|
this.ExtraAttr = null;
|
|
4235
4270
|
|
|
4236
4271
|
/**
|
|
4237
|
-
*
|
|
4272
|
+
*
|
|
4238
4273
|
* @type {string || null}
|
|
4239
4274
|
*/
|
|
4240
4275
|
this.MigrateWay = null;
|
|
@@ -4443,6 +4478,12 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4443
4478
|
*/
|
|
4444
4479
|
this.ThreadCount = null;
|
|
4445
4480
|
|
|
4481
|
+
/**
|
|
4482
|
+
*
|
|
4483
|
+
* @type {string || null}
|
|
4484
|
+
*/
|
|
4485
|
+
this.Type = null;
|
|
4486
|
+
|
|
4446
4487
|
}
|
|
4447
4488
|
|
|
4448
4489
|
/**
|
|
@@ -4455,6 +4496,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4455
4496
|
this.Method = 'Method' in params ? params.Method : null;
|
|
4456
4497
|
this.SampleRate = 'SampleRate' in params ? params.SampleRate : null;
|
|
4457
4498
|
this.ThreadCount = 'ThreadCount' in params ? params.ThreadCount : null;
|
|
4499
|
+
this.Type = 'Type' in params ? params.Type : null;
|
|
4458
4500
|
|
|
4459
4501
|
}
|
|
4460
4502
|
}
|
|
@@ -5615,6 +5657,12 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5615
5657
|
*/
|
|
5616
5658
|
this.TmpToken = null;
|
|
5617
5659
|
|
|
5660
|
+
/**
|
|
5661
|
+
*
|
|
5662
|
+
* @type {string || null}
|
|
5663
|
+
*/
|
|
5664
|
+
this.EncryptConn = null;
|
|
5665
|
+
|
|
5618
5666
|
}
|
|
5619
5667
|
|
|
5620
5668
|
/**
|
|
@@ -5644,6 +5692,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5644
5692
|
this.TmpSecretId = 'TmpSecretId' in params ? params.TmpSecretId : null;
|
|
5645
5693
|
this.TmpSecretKey = 'TmpSecretKey' in params ? params.TmpSecretKey : null;
|
|
5646
5694
|
this.TmpToken = 'TmpToken' in params ? params.TmpToken : null;
|
|
5695
|
+
this.EncryptConn = 'EncryptConn' in params ? params.EncryptConn : null;
|
|
5647
5696
|
|
|
5648
5697
|
}
|
|
5649
5698
|
}
|
|
@@ -8993,13 +9042,13 @@ class EndpointItem extends AbstractModel {
|
|
|
8993
9042
|
this.ExtraAttr = null;
|
|
8994
9043
|
|
|
8995
9044
|
/**
|
|
8996
|
-
*
|
|
9045
|
+
*
|
|
8997
9046
|
* @type {string || null}
|
|
8998
9047
|
*/
|
|
8999
9048
|
this.ChildInstanceId = null;
|
|
9000
9049
|
|
|
9001
9050
|
/**
|
|
9002
|
-
*
|
|
9051
|
+
*
|
|
9003
9052
|
* @type {string || null}
|
|
9004
9053
|
*/
|
|
9005
9054
|
this.ChildInstanceType = null;
|
|
@@ -9447,6 +9496,12 @@ class CreateSubscribeRequest extends AbstractModel {
|
|
|
9447
9496
|
*/
|
|
9448
9497
|
this.Name = null;
|
|
9449
9498
|
|
|
9499
|
+
/**
|
|
9500
|
+
*
|
|
9501
|
+
* @type {string || null}
|
|
9502
|
+
*/
|
|
9503
|
+
this.InstanceClass = null;
|
|
9504
|
+
|
|
9450
9505
|
}
|
|
9451
9506
|
|
|
9452
9507
|
/**
|
|
@@ -9471,6 +9526,7 @@ class CreateSubscribeRequest extends AbstractModel {
|
|
|
9471
9526
|
}
|
|
9472
9527
|
}
|
|
9473
9528
|
this.Name = 'Name' in params ? params.Name : null;
|
|
9529
|
+
this.InstanceClass = 'InstanceClass' in params ? params.InstanceClass : null;
|
|
9474
9530
|
|
|
9475
9531
|
}
|
|
9476
9532
|
}
|
|
@@ -9607,13 +9663,6 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
9607
9663
|
*/
|
|
9608
9664
|
this.AdvancedObjects = null;
|
|
9609
9665
|
|
|
9610
|
-
/**
|
|
9611
|
-
* A redundant field that specifies the online DDL type
|
|
9612
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
9613
|
-
* @type {OnlineDDL || null}
|
|
9614
|
-
*/
|
|
9615
|
-
this.OnlineDDL = null;
|
|
9616
|
-
|
|
9617
9666
|
}
|
|
9618
9667
|
|
|
9619
9668
|
/**
|
|
@@ -9635,12 +9684,6 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
9635
9684
|
}
|
|
9636
9685
|
this.AdvancedObjects = 'AdvancedObjects' in params ? params.AdvancedObjects : null;
|
|
9637
9686
|
|
|
9638
|
-
if (params.OnlineDDL) {
|
|
9639
|
-
let obj = new OnlineDDL();
|
|
9640
|
-
obj.deserialize(params.OnlineDDL)
|
|
9641
|
-
this.OnlineDDL = obj;
|
|
9642
|
-
}
|
|
9643
|
-
|
|
9644
9687
|
}
|
|
9645
9688
|
}
|
|
9646
9689
|
|
|
@@ -10204,19 +10247,19 @@ Note: This field may return `null`, indicating that no valid values can be obtai
|
|
|
10204
10247
|
this.CcnOwnerUin = null;
|
|
10205
10248
|
|
|
10206
10249
|
/**
|
|
10207
|
-
*
|
|
10250
|
+
*
|
|
10208
10251
|
* @type {string || null}
|
|
10209
10252
|
*/
|
|
10210
10253
|
this.ChildInstanceId = null;
|
|
10211
10254
|
|
|
10212
10255
|
/**
|
|
10213
|
-
*
|
|
10256
|
+
*
|
|
10214
10257
|
* @type {string || null}
|
|
10215
10258
|
*/
|
|
10216
10259
|
this.ChildInstanceType = null;
|
|
10217
10260
|
|
|
10218
10261
|
/**
|
|
10219
|
-
*
|
|
10262
|
+
*
|
|
10220
10263
|
* @type {string || null}
|
|
10221
10264
|
*/
|
|
10222
10265
|
this.SetId = null;
|
|
@@ -10326,6 +10369,18 @@ class ConfigureSubscribeJobRequest extends AbstractModel {
|
|
|
10326
10369
|
*/
|
|
10327
10370
|
this.ExtraAttr = null;
|
|
10328
10371
|
|
|
10372
|
+
/**
|
|
10373
|
+
*
|
|
10374
|
+
* @type {string || null}
|
|
10375
|
+
*/
|
|
10376
|
+
this.ConsumerVpcId = null;
|
|
10377
|
+
|
|
10378
|
+
/**
|
|
10379
|
+
*
|
|
10380
|
+
* @type {string || null}
|
|
10381
|
+
*/
|
|
10382
|
+
this.ConsumerSubnetId = null;
|
|
10383
|
+
|
|
10329
10384
|
}
|
|
10330
10385
|
|
|
10331
10386
|
/**
|
|
@@ -10381,6 +10436,8 @@ class ConfigureSubscribeJobRequest extends AbstractModel {
|
|
|
10381
10436
|
this.ExtraAttr.push(obj);
|
|
10382
10437
|
}
|
|
10383
10438
|
}
|
|
10439
|
+
this.ConsumerVpcId = 'ConsumerVpcId' in params ? params.ConsumerVpcId : null;
|
|
10440
|
+
this.ConsumerSubnetId = 'ConsumerSubnetId' in params ? params.ConsumerSubnetId : null;
|
|
10384
10441
|
|
|
10385
10442
|
}
|
|
10386
10443
|
}
|
|
@@ -10624,6 +10681,12 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
10624
10681
|
*/
|
|
10625
10682
|
this.OfflineTime = null;
|
|
10626
10683
|
|
|
10684
|
+
/**
|
|
10685
|
+
*
|
|
10686
|
+
* @type {string || null}
|
|
10687
|
+
*/
|
|
10688
|
+
this.OptObjStatus = null;
|
|
10689
|
+
|
|
10627
10690
|
/**
|
|
10628
10691
|
* Settings of automatic retry time
|
|
10629
10692
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
@@ -10723,6 +10786,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
10723
10786
|
this.InstanceClass = 'InstanceClass' in params ? params.InstanceClass : null;
|
|
10724
10787
|
this.AutoRenew = 'AutoRenew' in params ? params.AutoRenew : null;
|
|
10725
10788
|
this.OfflineTime = 'OfflineTime' in params ? params.OfflineTime : null;
|
|
10789
|
+
this.OptObjStatus = 'OptObjStatus' in params ? params.OptObjStatus : null;
|
|
10726
10790
|
this.AutoRetryTimeRangeMinutes = 'AutoRetryTimeRangeMinutes' in params ? params.AutoRetryTimeRangeMinutes : null;
|
|
10727
10791
|
this.DumperResumeCtrl = 'DumperResumeCtrl' in params ? params.DumperResumeCtrl : null;
|
|
10728
10792
|
|
|
@@ -11040,6 +11104,12 @@ class CreateSyncJobRequest extends AbstractModel {
|
|
|
11040
11104
|
*/
|
|
11041
11105
|
this.Specification = null;
|
|
11042
11106
|
|
|
11107
|
+
/**
|
|
11108
|
+
*
|
|
11109
|
+
* @type {number || null}
|
|
11110
|
+
*/
|
|
11111
|
+
this.TimeSpan = null;
|
|
11112
|
+
|
|
11043
11113
|
/**
|
|
11044
11114
|
* Tag information
|
|
11045
11115
|
* @type {Array.<TagItem> || null}
|
|
@@ -11091,6 +11161,7 @@ class CreateSyncJobRequest extends AbstractModel {
|
|
|
11091
11161
|
this.DstDatabaseType = 'DstDatabaseType' in params ? params.DstDatabaseType : null;
|
|
11092
11162
|
this.DstRegion = 'DstRegion' in params ? params.DstRegion : null;
|
|
11093
11163
|
this.Specification = 'Specification' in params ? params.Specification : null;
|
|
11164
|
+
this.TimeSpan = 'TimeSpan' in params ? params.TimeSpan : null;
|
|
11094
11165
|
|
|
11095
11166
|
if (params.Tags) {
|
|
11096
11167
|
this.Tags = new Array();
|
|
@@ -11432,35 +11503,6 @@ class RecoverMigrateJobRequest extends AbstractModel {
|
|
|
11432
11503
|
}
|
|
11433
11504
|
}
|
|
11434
11505
|
|
|
11435
|
-
/**
|
|
11436
|
-
* Online DDL type
|
|
11437
|
-
* @class
|
|
11438
|
-
*/
|
|
11439
|
-
class OnlineDDL extends AbstractModel {
|
|
11440
|
-
constructor(){
|
|
11441
|
-
super();
|
|
11442
|
-
|
|
11443
|
-
/**
|
|
11444
|
-
* Status
|
|
11445
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11446
|
-
* @type {string || null}
|
|
11447
|
-
*/
|
|
11448
|
-
this.Status = null;
|
|
11449
|
-
|
|
11450
|
-
}
|
|
11451
|
-
|
|
11452
|
-
/**
|
|
11453
|
-
* @private
|
|
11454
|
-
*/
|
|
11455
|
-
deserialize(params) {
|
|
11456
|
-
if (!params) {
|
|
11457
|
-
return;
|
|
11458
|
-
}
|
|
11459
|
-
this.Status = 'Status' in params ? params.Status : null;
|
|
11460
|
-
|
|
11461
|
-
}
|
|
11462
|
-
}
|
|
11463
|
-
|
|
11464
11506
|
/**
|
|
11465
11507
|
* DescribeSubscribeJobs response structure.
|
|
11466
11508
|
* @class
|
|
@@ -11842,6 +11884,12 @@ class DescribeSubscribeJobsRequest extends AbstractModel {
|
|
|
11842
11884
|
*/
|
|
11843
11885
|
this.SubscribeId = null;
|
|
11844
11886
|
|
|
11887
|
+
/**
|
|
11888
|
+
*
|
|
11889
|
+
* @type {Array.<string> || null}
|
|
11890
|
+
*/
|
|
11891
|
+
this.SubscribeIds = null;
|
|
11892
|
+
|
|
11845
11893
|
/**
|
|
11846
11894
|
* Subscription name (prefix fuzzy match)
|
|
11847
11895
|
* @type {string || null}
|
|
@@ -11854,6 +11902,12 @@ class DescribeSubscribeJobsRequest extends AbstractModel {
|
|
|
11854
11902
|
*/
|
|
11855
11903
|
this.InstanceId = null;
|
|
11856
11904
|
|
|
11905
|
+
/**
|
|
11906
|
+
*
|
|
11907
|
+
* @type {string || null}
|
|
11908
|
+
*/
|
|
11909
|
+
this.Topic = null;
|
|
11910
|
+
|
|
11857
11911
|
/**
|
|
11858
11912
|
* Payment method. Valid values: 0 (monthly subscription); 1 (pay-as-you-go).
|
|
11859
11913
|
* @type {number || null}
|
|
@@ -11912,8 +11966,10 @@ class DescribeSubscribeJobsRequest extends AbstractModel {
|
|
|
11912
11966
|
return;
|
|
11913
11967
|
}
|
|
11914
11968
|
this.SubscribeId = 'SubscribeId' in params ? params.SubscribeId : null;
|
|
11969
|
+
this.SubscribeIds = 'SubscribeIds' in params ? params.SubscribeIds : null;
|
|
11915
11970
|
this.SubscribeName = 'SubscribeName' in params ? params.SubscribeName : null;
|
|
11916
11971
|
this.InstanceId = 'InstanceId' in params ? params.InstanceId : null;
|
|
11972
|
+
this.Topic = 'Topic' in params ? params.Topic : null;
|
|
11917
11973
|
this.PayType = 'PayType' in params ? params.PayType : null;
|
|
11918
11974
|
this.Product = 'Product' in params ? params.Product : null;
|
|
11919
11975
|
this.Status = 'Status' in params ? params.Status : null;
|
|
@@ -12194,7 +12250,6 @@ module.exports = {
|
|
|
12194
12250
|
DescribeSubscribeReturnableResponse: DescribeSubscribeReturnableResponse,
|
|
12195
12251
|
TagItem: TagItem,
|
|
12196
12252
|
RecoverMigrateJobRequest: RecoverMigrateJobRequest,
|
|
12197
|
-
OnlineDDL: OnlineDDL,
|
|
12198
12253
|
DescribeSubscribeJobsResponse: DescribeSubscribeJobsResponse,
|
|
12199
12254
|
ResetSubscribeRequest: ResetSubscribeRequest,
|
|
12200
12255
|
DatabaseTableObject: DatabaseTableObject,
|