tencentcloud-sdk-nodejs 4.0.736 → 4.0.737
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/CHANGELOG.md +99 -0
- package/SERVICE_CHANGELOG.md +160 -5
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cfg/v20210820/cfg_models.ts +1 -1
- package/src/services/cfw/v20190904/cfw_client.ts +1 -1
- package/src/services/cfw/v20190904/cfw_models.ts +18 -18
- package/src/services/csip/v20221121/csip_models.ts +3 -3
- package/src/services/cwp/v20180228/cwp_client.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +1 -1
- package/src/services/dasb/v20191018/dasb_models.ts +4 -4
- package/src/services/dlc/v20210125/dlc_client.ts +12 -0
- package/src/services/dlc/v20210125/dlc_models.ts +70 -0
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/lcic/v20220817/lcic_models.ts +3 -3
- package/src/services/redis/v20180412/redis_models.ts +6 -6
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +155 -45
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +737 -157
- package/src/services/tdmq/v20200217/tdmq_models.ts +29 -14
- package/src/services/teo/v20220901/teo_models.ts +3 -3
- package/src/services/tione/v20211111/tione_client.ts +1 -0
- package/src/services/tione/v20211111/tione_models.ts +20 -0
- package/src/services/vrs/v20200824/vrs_models.ts +1 -7
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +18 -18
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +3 -3
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +4 -4
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +68 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +3 -3
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +6 -6
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +49 -13
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +72 -18
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +723 -163
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +29 -14
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +3 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +19 -0
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +1 -7
- package/test/dlc.v20210125.test.js +10 -0
- package/test/sqlserver.v20180328.test.js +108 -18
|
@@ -1648,6 +1648,11 @@ export interface RocketMQSubscription {
|
|
|
1648
1648
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1649
1649
|
*/
|
|
1650
1650
|
MaxRetryTimes?: number;
|
|
1651
|
+
/**
|
|
1652
|
+
* 协议类型
|
|
1653
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1654
|
+
*/
|
|
1655
|
+
ClientProtocol?: string;
|
|
1651
1656
|
}
|
|
1652
1657
|
/**
|
|
1653
1658
|
* RabbitMQ的vhost详情
|
|
@@ -4697,61 +4702,61 @@ export interface RocketMQVipInstance {
|
|
|
4697
4702
|
/**
|
|
4698
4703
|
* 实例id
|
|
4699
4704
|
*/
|
|
4700
|
-
InstanceId
|
|
4705
|
+
InstanceId?: string;
|
|
4701
4706
|
/**
|
|
4702
4707
|
* 实例名称
|
|
4703
4708
|
*/
|
|
4704
|
-
InstanceName
|
|
4709
|
+
InstanceName?: string;
|
|
4705
4710
|
/**
|
|
4706
4711
|
* 实例版本
|
|
4707
4712
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4708
4713
|
*/
|
|
4709
|
-
InstanceVersion
|
|
4714
|
+
InstanceVersion?: string;
|
|
4710
4715
|
/**
|
|
4711
4716
|
* 实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 - 发货失败,6 - 变配中,7 - 变配失败
|
|
4712
4717
|
*/
|
|
4713
|
-
Status
|
|
4718
|
+
Status?: number;
|
|
4714
4719
|
/**
|
|
4715
4720
|
* 节点数量
|
|
4716
4721
|
*/
|
|
4717
|
-
NodeCount
|
|
4722
|
+
NodeCount?: number;
|
|
4718
4723
|
/**
|
|
4719
4724
|
* 实例配置规格名称
|
|
4720
4725
|
*/
|
|
4721
|
-
ConfigDisplay
|
|
4726
|
+
ConfigDisplay?: string;
|
|
4722
4727
|
/**
|
|
4723
4728
|
* 峰值TPS
|
|
4724
4729
|
*/
|
|
4725
|
-
MaxTps
|
|
4730
|
+
MaxTps?: number;
|
|
4726
4731
|
/**
|
|
4727
4732
|
* 峰值带宽,Mbps为单位
|
|
4728
4733
|
*/
|
|
4729
|
-
MaxBandWidth
|
|
4734
|
+
MaxBandWidth?: number;
|
|
4730
4735
|
/**
|
|
4731
4736
|
* 存储容量,GB为单位
|
|
4732
4737
|
*/
|
|
4733
|
-
MaxStorage
|
|
4738
|
+
MaxStorage?: number;
|
|
4734
4739
|
/**
|
|
4735
4740
|
* 实例到期时间,毫秒为单位
|
|
4736
4741
|
*/
|
|
4737
|
-
ExpireTime
|
|
4742
|
+
ExpireTime?: number;
|
|
4738
4743
|
/**
|
|
4739
4744
|
* 自动续费标记,0表示默认状态(用户未设置,即初始状态即手动续费), 1表示自动续费,2表示明确不自动续费(用户设置)
|
|
4740
4745
|
*/
|
|
4741
|
-
AutoRenewFlag
|
|
4746
|
+
AutoRenewFlag?: number;
|
|
4742
4747
|
/**
|
|
4743
4748
|
* 0-后付费,1-预付费
|
|
4744
4749
|
*/
|
|
4745
|
-
PayMode
|
|
4750
|
+
PayMode?: number;
|
|
4746
4751
|
/**
|
|
4747
4752
|
* 备注信息
|
|
4748
4753
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4749
4754
|
*/
|
|
4750
|
-
Remark
|
|
4755
|
+
Remark?: string;
|
|
4751
4756
|
/**
|
|
4752
4757
|
* 实例配置ID
|
|
4753
4758
|
*/
|
|
4754
|
-
SpecName
|
|
4759
|
+
SpecName?: string;
|
|
4755
4760
|
/**
|
|
4756
4761
|
* 最大可设置消息保留时间,小时为单位
|
|
4757
4762
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -4767,6 +4772,16 @@ export interface RocketMQVipInstance {
|
|
|
4767
4772
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4768
4773
|
*/
|
|
4769
4774
|
Retention?: number;
|
|
4775
|
+
/**
|
|
4776
|
+
* 是否开启ACL鉴权
|
|
4777
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4778
|
+
*/
|
|
4779
|
+
AclEnabled?: boolean;
|
|
4780
|
+
/**
|
|
4781
|
+
* 销毁时间
|
|
4782
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4783
|
+
*/
|
|
4784
|
+
DestroyTime?: number;
|
|
4770
4785
|
}
|
|
4771
4786
|
/**
|
|
4772
4787
|
* 命名空间信息
|
|
@@ -1116,11 +1116,11 @@ export interface DescribeHostsSettingResponse {
|
|
|
1116
1116
|
/**
|
|
1117
1117
|
* 域名列表。
|
|
1118
1118
|
*/
|
|
1119
|
-
DetailHosts
|
|
1119
|
+
DetailHosts?: Array<DetailHost>;
|
|
1120
1120
|
/**
|
|
1121
1121
|
* 域名数量。
|
|
1122
1122
|
*/
|
|
1123
|
-
TotalNumber
|
|
1123
|
+
TotalNumber?: number;
|
|
1124
1124
|
/**
|
|
1125
1125
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1126
1126
|
*/
|
|
@@ -5928,7 +5928,7 @@ export interface DescribeZoneSettingResponse {
|
|
|
5928
5928
|
* 站点配置。
|
|
5929
5929
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5930
5930
|
*/
|
|
5931
|
-
ZoneSetting
|
|
5931
|
+
ZoneSetting?: ZoneSetting;
|
|
5932
5932
|
/**
|
|
5933
5933
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5934
5934
|
*/
|
|
@@ -3709,6 +3709,21 @@ export interface TextLabelDistributionDetailInfoSecondClass {
|
|
|
3709
3709
|
*/
|
|
3710
3710
|
ChildLabelList?: Array<TextLabelDistributionDetailInfoThirdClass>;
|
|
3711
3711
|
}
|
|
3712
|
+
/**
|
|
3713
|
+
* 太极任务预训练模型信息
|
|
3714
|
+
*/
|
|
3715
|
+
export interface PreTrainModel {
|
|
3716
|
+
/**
|
|
3717
|
+
* 模型ID
|
|
3718
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3719
|
+
*/
|
|
3720
|
+
ModelId?: string;
|
|
3721
|
+
/**
|
|
3722
|
+
* 模型名称
|
|
3723
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3724
|
+
*/
|
|
3725
|
+
ModelName?: string;
|
|
3726
|
+
}
|
|
3712
3727
|
/**
|
|
3713
3728
|
* 出参类型
|
|
3714
3729
|
*/
|
|
@@ -4298,6 +4313,10 @@ export interface CreateTrainingTaskRequest {
|
|
|
4298
4313
|
* 回调地址,用于创建/启动/停止训练任务的异步回调。回调格式&内容详见:[[TI-ONE接口回调说明]](https://cloud.tencent.com/document/product/851/84292)
|
|
4299
4314
|
*/
|
|
4300
4315
|
CallbackUrl?: string;
|
|
4316
|
+
/**
|
|
4317
|
+
* 太极预训练模型ID
|
|
4318
|
+
*/
|
|
4319
|
+
PreTrainModel?: PreTrainModel;
|
|
4301
4320
|
}
|
|
4302
4321
|
/**
|
|
4303
4322
|
* 对话输入内容
|
|
@@ -51,7 +51,7 @@ export interface DownloadVRSModelResponse {
|
|
|
51
51
|
*/
|
|
52
52
|
export interface GetVRSVoiceTypesResponse {
|
|
53
53
|
/**
|
|
54
|
-
*
|
|
54
|
+
* 复刻音色信息
|
|
55
55
|
*/
|
|
56
56
|
Data?: VoiceTypeListData;
|
|
57
57
|
/**
|
|
@@ -349,32 +349,26 @@ export interface DetectionEnvAndSoundQualityRespData {
|
|
|
349
349
|
export interface VoiceTypeInfo {
|
|
350
350
|
/**
|
|
351
351
|
* 音色id
|
|
352
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
353
352
|
*/
|
|
354
353
|
VoiceType?: number;
|
|
355
354
|
/**
|
|
356
355
|
* 音色名称
|
|
357
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
358
356
|
*/
|
|
359
357
|
VoiceName?: string;
|
|
360
358
|
/**
|
|
361
359
|
* 音色性别: 1-male 2-female
|
|
362
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
363
360
|
*/
|
|
364
361
|
VoiceGender?: number;
|
|
365
362
|
/**
|
|
366
363
|
* 复刻类型: 0-轻量版复刻 1-基础版复刻
|
|
367
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
368
364
|
*/
|
|
369
365
|
TaskType?: number;
|
|
370
366
|
/**
|
|
371
367
|
* 复刻任务 ID
|
|
372
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
373
368
|
*/
|
|
374
369
|
TaskID?: string;
|
|
375
370
|
/**
|
|
376
371
|
* 创建时间
|
|
377
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
378
372
|
*/
|
|
379
373
|
DateCreated?: string;
|
|
380
374
|
}
|
|
@@ -418,6 +418,16 @@ it("dlc.v20210125.ModifyWorkGroup", async function () {
|
|
|
418
418
|
}
|
|
419
419
|
})
|
|
420
420
|
|
|
421
|
+
it("dlc.v20210125.DescribeTablesName", async function () {
|
|
422
|
+
try {
|
|
423
|
+
const data = await client.DescribeTablesName({})
|
|
424
|
+
expect(data).to.be.ok
|
|
425
|
+
} catch(error) {
|
|
426
|
+
expect(error.requestId).to.be.ok
|
|
427
|
+
expect(error.code).to.be.ok
|
|
428
|
+
}
|
|
429
|
+
})
|
|
430
|
+
|
|
421
431
|
it("dlc.v20210125.ReportHeartbeatMetaData", async function () {
|
|
422
432
|
try {
|
|
423
433
|
const data = await client.ReportHeartbeatMetaData({})
|
|
@@ -148,6 +148,16 @@ it("sqlserver.v20180328.ModifyMaintenanceSpan", async function () {
|
|
|
148
148
|
}
|
|
149
149
|
})
|
|
150
150
|
|
|
151
|
+
it("sqlserver.v20180328.DescribeMaintenanceSpan", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.DescribeMaintenanceSpan({})
|
|
154
|
+
expect(data).to.be.ok
|
|
155
|
+
} catch(error) {
|
|
156
|
+
expect(error.requestId).to.be.ok
|
|
157
|
+
expect(error.code).to.be.ok
|
|
158
|
+
}
|
|
159
|
+
})
|
|
160
|
+
|
|
151
161
|
it("sqlserver.v20180328.DescribeReadOnlyGroupDetails", async function () {
|
|
152
162
|
try {
|
|
153
163
|
const data = await client.DescribeReadOnlyGroupDetails({})
|
|
@@ -168,9 +178,9 @@ it("sqlserver.v20180328.CreatePublishSubscribe", async function () {
|
|
|
168
178
|
}
|
|
169
179
|
})
|
|
170
180
|
|
|
171
|
-
it("sqlserver.v20180328.
|
|
181
|
+
it("sqlserver.v20180328.DescribeBackupFiles", async function () {
|
|
172
182
|
try {
|
|
173
|
-
const data = await client.
|
|
183
|
+
const data = await client.DescribeBackupFiles({})
|
|
174
184
|
expect(data).to.be.ok
|
|
175
185
|
} catch(error) {
|
|
176
186
|
expect(error.requestId).to.be.ok
|
|
@@ -178,9 +188,9 @@ it("sqlserver.v20180328.DescribeReadOnlyGroupByReadOnlyInstance", async function
|
|
|
178
188
|
}
|
|
179
189
|
})
|
|
180
190
|
|
|
181
|
-
it("sqlserver.v20180328.
|
|
191
|
+
it("sqlserver.v20180328.DescribeRegularBackupPlan", async function () {
|
|
182
192
|
try {
|
|
183
|
-
const data = await client.
|
|
193
|
+
const data = await client.DescribeRegularBackupPlan({})
|
|
184
194
|
expect(data).to.be.ok
|
|
185
195
|
} catch(error) {
|
|
186
196
|
expect(error.requestId).to.be.ok
|
|
@@ -198,6 +208,16 @@ it("sqlserver.v20180328.DescribePublishSubscribe", async function () {
|
|
|
198
208
|
}
|
|
199
209
|
})
|
|
200
210
|
|
|
211
|
+
it("sqlserver.v20180328.DescribeDatabases", async function () {
|
|
212
|
+
try {
|
|
213
|
+
const data = await client.DescribeDatabases({})
|
|
214
|
+
expect(data).to.be.ok
|
|
215
|
+
} catch(error) {
|
|
216
|
+
expect(error.requestId).to.be.ok
|
|
217
|
+
expect(error.code).to.be.ok
|
|
218
|
+
}
|
|
219
|
+
})
|
|
220
|
+
|
|
201
221
|
it("sqlserver.v20180328.DescribeReadOnlyGroupList", async function () {
|
|
202
222
|
try {
|
|
203
223
|
const data = await client.DescribeReadOnlyGroupList({})
|
|
@@ -468,6 +488,16 @@ it("sqlserver.v20180328.CompleteExpansion", async function () {
|
|
|
468
488
|
}
|
|
469
489
|
})
|
|
470
490
|
|
|
491
|
+
it("sqlserver.v20180328.DescribeBackupStatistical", async function () {
|
|
492
|
+
try {
|
|
493
|
+
const data = await client.DescribeBackupStatistical({})
|
|
494
|
+
expect(data).to.be.ok
|
|
495
|
+
} catch(error) {
|
|
496
|
+
expect(error.requestId).to.be.ok
|
|
497
|
+
expect(error.code).to.be.ok
|
|
498
|
+
}
|
|
499
|
+
})
|
|
500
|
+
|
|
471
501
|
it("sqlserver.v20180328.CreateDB", async function () {
|
|
472
502
|
try {
|
|
473
503
|
const data = await client.CreateDB({})
|
|
@@ -558,6 +588,16 @@ it("sqlserver.v20180328.DeletePublishSubscribe", async function () {
|
|
|
558
588
|
}
|
|
559
589
|
})
|
|
560
590
|
|
|
591
|
+
it("sqlserver.v20180328.ModifyDatabaseShrinkMDF", async function () {
|
|
592
|
+
try {
|
|
593
|
+
const data = await client.ModifyDatabaseShrinkMDF({})
|
|
594
|
+
expect(data).to.be.ok
|
|
595
|
+
} catch(error) {
|
|
596
|
+
expect(error.requestId).to.be.ok
|
|
597
|
+
expect(error.code).to.be.ok
|
|
598
|
+
}
|
|
599
|
+
})
|
|
600
|
+
|
|
561
601
|
it("sqlserver.v20180328.ResetAccountPassword", async function () {
|
|
562
602
|
try {
|
|
563
603
|
const data = await client.ResetAccountPassword({})
|
|
@@ -588,6 +628,16 @@ it("sqlserver.v20180328.DescribeSlowlogs", async function () {
|
|
|
588
628
|
}
|
|
589
629
|
})
|
|
590
630
|
|
|
631
|
+
it("sqlserver.v20180328.ModifyCrossBackupStrategy", async function () {
|
|
632
|
+
try {
|
|
633
|
+
const data = await client.ModifyCrossBackupStrategy({})
|
|
634
|
+
expect(data).to.be.ok
|
|
635
|
+
} catch(error) {
|
|
636
|
+
expect(error.requestId).to.be.ok
|
|
637
|
+
expect(error.code).to.be.ok
|
|
638
|
+
}
|
|
639
|
+
})
|
|
640
|
+
|
|
591
641
|
it("sqlserver.v20180328.DeleteDB", async function () {
|
|
592
642
|
try {
|
|
593
643
|
const data = await client.DeleteDB({})
|
|
@@ -888,6 +938,16 @@ it("sqlserver.v20180328.CloseInterCommunication", async function () {
|
|
|
888
938
|
}
|
|
889
939
|
})
|
|
890
940
|
|
|
941
|
+
it("sqlserver.v20180328.DescribeBackupSummary", async function () {
|
|
942
|
+
try {
|
|
943
|
+
const data = await client.DescribeBackupSummary({})
|
|
944
|
+
expect(data).to.be.ok
|
|
945
|
+
} catch(error) {
|
|
946
|
+
expect(error.requestId).to.be.ok
|
|
947
|
+
expect(error.code).to.be.ok
|
|
948
|
+
}
|
|
949
|
+
})
|
|
950
|
+
|
|
891
951
|
it("sqlserver.v20180328.ModifyMigration", async function () {
|
|
892
952
|
try {
|
|
893
953
|
const data = await client.ModifyMigration({})
|
|
@@ -918,6 +978,16 @@ it("sqlserver.v20180328.RecycleDBInstance", async function () {
|
|
|
918
978
|
}
|
|
919
979
|
})
|
|
920
980
|
|
|
981
|
+
it("sqlserver.v20180328.DescribeBackupMonitor", async function () {
|
|
982
|
+
try {
|
|
983
|
+
const data = await client.DescribeBackupMonitor({})
|
|
984
|
+
expect(data).to.be.ok
|
|
985
|
+
} catch(error) {
|
|
986
|
+
expect(error.requestId).to.be.ok
|
|
987
|
+
expect(error.code).to.be.ok
|
|
988
|
+
}
|
|
989
|
+
})
|
|
990
|
+
|
|
921
991
|
it("sqlserver.v20180328.CloneDB", async function () {
|
|
922
992
|
try {
|
|
923
993
|
const data = await client.CloneDB({})
|
|
@@ -938,6 +1008,16 @@ it("sqlserver.v20180328.ModifyDBInstanceProject", async function () {
|
|
|
938
1008
|
}
|
|
939
1009
|
})
|
|
940
1010
|
|
|
1011
|
+
it("sqlserver.v20180328.DescribeCrossBackupStatistical", async function () {
|
|
1012
|
+
try {
|
|
1013
|
+
const data = await client.DescribeCrossBackupStatistical({})
|
|
1014
|
+
expect(data).to.be.ok
|
|
1015
|
+
} catch(error) {
|
|
1016
|
+
expect(error.requestId).to.be.ok
|
|
1017
|
+
expect(error.code).to.be.ok
|
|
1018
|
+
}
|
|
1019
|
+
})
|
|
1020
|
+
|
|
941
1021
|
it("sqlserver.v20180328.DeleteAccount", async function () {
|
|
942
1022
|
try {
|
|
943
1023
|
const data = await client.DeleteAccount({})
|
|
@@ -978,6 +1058,16 @@ it("sqlserver.v20180328.ModifyAccountPrivilege", async function () {
|
|
|
978
1058
|
}
|
|
979
1059
|
})
|
|
980
1060
|
|
|
1061
|
+
it("sqlserver.v20180328.DescribeDatabasesNormal", async function () {
|
|
1062
|
+
try {
|
|
1063
|
+
const data = await client.DescribeDatabasesNormal({})
|
|
1064
|
+
expect(data).to.be.ok
|
|
1065
|
+
} catch(error) {
|
|
1066
|
+
expect(error.requestId).to.be.ok
|
|
1067
|
+
expect(error.code).to.be.ok
|
|
1068
|
+
}
|
|
1069
|
+
})
|
|
1070
|
+
|
|
981
1071
|
it("sqlserver.v20180328.RollbackInstance", async function () {
|
|
982
1072
|
try {
|
|
983
1073
|
const data = await client.RollbackInstance({})
|
|
@@ -1028,16 +1118,6 @@ it("sqlserver.v20180328.InquiryPriceUpgradeDBInstance", async function () {
|
|
|
1028
1118
|
}
|
|
1029
1119
|
})
|
|
1030
1120
|
|
|
1031
|
-
it("sqlserver.v20180328.DescribeBackupFiles", async function () {
|
|
1032
|
-
try {
|
|
1033
|
-
const data = await client.DescribeBackupFiles({})
|
|
1034
|
-
expect(data).to.be.ok
|
|
1035
|
-
} catch(error) {
|
|
1036
|
-
expect(error.requestId).to.be.ok
|
|
1037
|
-
expect(error.code).to.be.ok
|
|
1038
|
-
}
|
|
1039
|
-
})
|
|
1040
|
-
|
|
1041
1121
|
it("sqlserver.v20180328.InquiryPriceRenewDBInstance", async function () {
|
|
1042
1122
|
try {
|
|
1043
1123
|
const data = await client.InquiryPriceRenewDBInstance({})
|
|
@@ -1108,6 +1188,16 @@ it("sqlserver.v20180328.DescribeDBSecurityGroups", async function () {
|
|
|
1108
1188
|
}
|
|
1109
1189
|
})
|
|
1110
1190
|
|
|
1191
|
+
it("sqlserver.v20180328.ModifyReadOnlyGroupDetails", async function () {
|
|
1192
|
+
try {
|
|
1193
|
+
const data = await client.ModifyReadOnlyGroupDetails({})
|
|
1194
|
+
expect(data).to.be.ok
|
|
1195
|
+
} catch(error) {
|
|
1196
|
+
expect(error.requestId).to.be.ok
|
|
1197
|
+
expect(error.code).to.be.ok
|
|
1198
|
+
}
|
|
1199
|
+
})
|
|
1200
|
+
|
|
1111
1201
|
it("sqlserver.v20180328.DeleteBackupMigration", async function () {
|
|
1112
1202
|
try {
|
|
1113
1203
|
const data = await client.DeleteBackupMigration({})
|
|
@@ -1138,9 +1228,9 @@ it("sqlserver.v20180328.UpgradeDBInstance", async function () {
|
|
|
1138
1228
|
}
|
|
1139
1229
|
})
|
|
1140
1230
|
|
|
1141
|
-
it("sqlserver.v20180328.
|
|
1231
|
+
it("sqlserver.v20180328.ModifyDBInstanceRenewFlag", async function () {
|
|
1142
1232
|
try {
|
|
1143
|
-
const data = await client.
|
|
1233
|
+
const data = await client.ModifyDBInstanceRenewFlag({})
|
|
1144
1234
|
expect(data).to.be.ok
|
|
1145
1235
|
} catch(error) {
|
|
1146
1236
|
expect(error.requestId).to.be.ok
|
|
@@ -1148,9 +1238,9 @@ it("sqlserver.v20180328.ModifyReadOnlyGroupDetails", async function () {
|
|
|
1148
1238
|
}
|
|
1149
1239
|
})
|
|
1150
1240
|
|
|
1151
|
-
it("sqlserver.v20180328.
|
|
1241
|
+
it("sqlserver.v20180328.DescribeReadOnlyGroupByReadOnlyInstance", async function () {
|
|
1152
1242
|
try {
|
|
1153
|
-
const data = await client.
|
|
1243
|
+
const data = await client.DescribeReadOnlyGroupByReadOnlyInstance({})
|
|
1154
1244
|
expect(data).to.be.ok
|
|
1155
1245
|
} catch(error) {
|
|
1156
1246
|
expect(error.requestId).to.be.ok
|