tencentcloud-sdk-nodejs 4.0.885 → 4.0.887
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 +291 -0
- package/SERVICE_CHANGELOG.md +332 -238
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +43 -28
- package/src/services/domain/v20180808/domain_models.ts +11 -11
- package/src/services/emr/v20190103/emr_models.ts +6 -10
- package/src/services/ess/v20201111/ess_client.ts +10 -3
- package/src/services/ess/v20201111/ess_models.ts +47 -32
- package/src/services/essbasic/v20210526/essbasic_client.ts +14 -7
- package/src/services/essbasic/v20210526/essbasic_models.ts +15 -13
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +1 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +26 -0
- package/src/services/iss/v20230517/iss_client.ts +29 -2
- package/src/services/iss/v20230517/iss_models.ts +154 -36
- package/src/services/mmps/v20200710/mmps_models.ts +3 -3
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/scf/v20180416/scf_client.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +9 -9
- package/src/services/ses/v20201002/ses_client.ts +70 -21
- package/src/services/ses/v20201002/ses_models.ts +278 -135
- package/src/services/ssl/v20191205/ssl_client.ts +2 -2
- package/src/services/ssl/v20191205/ssl_models.ts +49 -21
- package/src/services/tcr/v20190924/tcr_models.ts +4 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
- package/src/services/vpc/v20170312/vpc_client.ts +340 -103
- package/src/services/vpc/v20170312/vpc_models.ts +1085 -154
- package/src/services/waf/v20180125/waf_client.ts +0 -12
- package/src/services/waf/v20180125/waf_models.ts +0 -25
- package/src/services/wedata/v20210820/wedata_client.ts +51 -22
- package/src/services/wedata/v20210820/wedata_models.ts +663 -477
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +43 -28
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +11 -11
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +6 -10
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +10 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +10 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +47 -32
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +15 -13
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +25 -0
- package/tencentcloud/services/iss/v20230517/iss_client.d.ts +9 -1
- package/tencentcloud/services/iss/v20230517/iss_client.js +12 -0
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +147 -36
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +3 -3
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_client.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_client.js +1 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +9 -9
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +21 -5
- package/tencentcloud/services/ses/v20201002/ses_client.js +30 -6
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +267 -133
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +2 -2
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +2 -2
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +49 -21
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +4 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +106 -35
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +153 -46
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1047 -162
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -5
- package/tencentcloud/services/waf/v20180125/waf_client.js +0 -6
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +0 -23
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +13 -5
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +18 -6
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +654 -477
- package/test/iss.v20230517.test.js +20 -0
- package/test/ses.v20201002.test.js +44 -4
- package/test/vpc.v20170312.test.js +204 -24
- package/test/waf.v20180125.test.js +0 -10
- package/test/wedata.v20210820.test.js +24 -4
|
@@ -298,6 +298,16 @@ it("iss.v20230517.DescribeUserDevice", async function () {
|
|
|
298
298
|
}
|
|
299
299
|
})
|
|
300
300
|
|
|
301
|
+
it("iss.v20230517.QueryForbidPlayChannelList", async function () {
|
|
302
|
+
try {
|
|
303
|
+
const data = await client.QueryForbidPlayChannelList({})
|
|
304
|
+
expect(data).to.be.ok
|
|
305
|
+
} catch(error) {
|
|
306
|
+
expect(error.requestId).to.be.ok
|
|
307
|
+
expect(error.code).to.be.ok
|
|
308
|
+
}
|
|
309
|
+
})
|
|
310
|
+
|
|
301
311
|
it("iss.v20230517.DescribeAITaskResult", async function () {
|
|
302
312
|
try {
|
|
303
313
|
const data = await client.DescribeAITaskResult({})
|
|
@@ -558,6 +568,16 @@ it("iss.v20230517.AddRecordPlan", async function () {
|
|
|
558
568
|
}
|
|
559
569
|
})
|
|
560
570
|
|
|
571
|
+
it("iss.v20230517.SetForbidPlayChannels", async function () {
|
|
572
|
+
try {
|
|
573
|
+
const data = await client.SetForbidPlayChannels({})
|
|
574
|
+
expect(data).to.be.ok
|
|
575
|
+
} catch(error) {
|
|
576
|
+
expect(error.requestId).to.be.ok
|
|
577
|
+
expect(error.code).to.be.ok
|
|
578
|
+
}
|
|
579
|
+
})
|
|
580
|
+
|
|
561
581
|
it("iss.v20230517.ListOrganizationChannelNumbers", async function () {
|
|
562
582
|
try {
|
|
563
583
|
const data = await client.ListOrganizationChannelNumbers({})
|
|
@@ -98,9 +98,19 @@ it("ses.v20201002.GetEmailTemplate", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
-
it("ses.v20201002.
|
|
101
|
+
it("ses.v20201002.UpdateCustomBlackList", async function () {
|
|
102
102
|
try {
|
|
103
|
-
const data = await client.
|
|
103
|
+
const data = await client.UpdateCustomBlackList({})
|
|
104
|
+
expect(data).to.be.ok
|
|
105
|
+
} catch(error) {
|
|
106
|
+
expect(error.requestId).to.be.ok
|
|
107
|
+
expect(error.code).to.be.ok
|
|
108
|
+
}
|
|
109
|
+
})
|
|
110
|
+
|
|
111
|
+
it("ses.v20201002.ListBlackEmailAddress", async function () {
|
|
112
|
+
try {
|
|
113
|
+
const data = await client.ListBlackEmailAddress({})
|
|
104
114
|
expect(data).to.be.ok
|
|
105
115
|
} catch(error) {
|
|
106
116
|
expect(error.requestId).to.be.ok
|
|
@@ -188,6 +198,16 @@ it("ses.v20201002.UpdateEmailSmtpPassWord", async function () {
|
|
|
188
198
|
}
|
|
189
199
|
})
|
|
190
200
|
|
|
201
|
+
it("ses.v20201002.CreateCustomBlacklist", async function () {
|
|
202
|
+
try {
|
|
203
|
+
const data = await client.CreateCustomBlacklist({})
|
|
204
|
+
expect(data).to.be.ok
|
|
205
|
+
} catch(error) {
|
|
206
|
+
expect(error.requestId).to.be.ok
|
|
207
|
+
expect(error.code).to.be.ok
|
|
208
|
+
}
|
|
209
|
+
})
|
|
210
|
+
|
|
191
211
|
it("ses.v20201002.DeleteEmailTemplate", async function () {
|
|
192
212
|
try {
|
|
193
213
|
const data = await client.DeleteEmailTemplate({})
|
|
@@ -228,6 +248,16 @@ it("ses.v20201002.CreateEmailIdentity", async function () {
|
|
|
228
248
|
}
|
|
229
249
|
})
|
|
230
250
|
|
|
251
|
+
it("ses.v20201002.DeleteCustomBlackList", async function () {
|
|
252
|
+
try {
|
|
253
|
+
const data = await client.DeleteCustomBlackList({})
|
|
254
|
+
expect(data).to.be.ok
|
|
255
|
+
} catch(error) {
|
|
256
|
+
expect(error.requestId).to.be.ok
|
|
257
|
+
expect(error.code).to.be.ok
|
|
258
|
+
}
|
|
259
|
+
})
|
|
260
|
+
|
|
231
261
|
it("ses.v20201002.DeleteBlackList", async function () {
|
|
232
262
|
try {
|
|
233
263
|
const data = await client.DeleteBlackList({})
|
|
@@ -248,9 +278,19 @@ it("ses.v20201002.SendEmail", async function () {
|
|
|
248
278
|
}
|
|
249
279
|
})
|
|
250
280
|
|
|
251
|
-
it("ses.v20201002.
|
|
281
|
+
it("ses.v20201002.ListCustomBlacklist", async function () {
|
|
252
282
|
try {
|
|
253
|
-
const data = await client.
|
|
283
|
+
const data = await client.ListCustomBlacklist({})
|
|
284
|
+
expect(data).to.be.ok
|
|
285
|
+
} catch(error) {
|
|
286
|
+
expect(error.requestId).to.be.ok
|
|
287
|
+
expect(error.code).to.be.ok
|
|
288
|
+
}
|
|
289
|
+
})
|
|
290
|
+
|
|
291
|
+
it("ses.v20201002.GetStatisticsReport", async function () {
|
|
292
|
+
try {
|
|
293
|
+
const data = await client.GetStatisticsReport({})
|
|
254
294
|
expect(data).to.be.ok
|
|
255
295
|
} catch(error) {
|
|
256
296
|
expect(error.requestId).to.be.ok
|
|
@@ -48,9 +48,9 @@ it("vpc.v20170312.DescribeCustomerGateways", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
-
it("vpc.v20170312.
|
|
51
|
+
it("vpc.v20170312.DisassociateDhcpIpWithAddressIp", async function () {
|
|
52
52
|
try {
|
|
53
|
-
const data = await client.
|
|
53
|
+
const data = await client.DisassociateDhcpIpWithAddressIp({})
|
|
54
54
|
expect(data).to.be.ok
|
|
55
55
|
} catch(error) {
|
|
56
56
|
expect(error.requestId).to.be.ok
|
|
@@ -248,9 +248,9 @@ it("vpc.v20170312.DescribeCcnAttachedInstances", async function () {
|
|
|
248
248
|
}
|
|
249
249
|
})
|
|
250
250
|
|
|
251
|
-
it("vpc.v20170312.
|
|
251
|
+
it("vpc.v20170312.DescribePrivateNatGatewayRegions", async function () {
|
|
252
252
|
try {
|
|
253
|
-
const data = await client.
|
|
253
|
+
const data = await client.DescribePrivateNatGatewayRegions({})
|
|
254
254
|
expect(data).to.be.ok
|
|
255
255
|
} catch(error) {
|
|
256
256
|
expect(error.requestId).to.be.ok
|
|
@@ -258,9 +258,9 @@ it("vpc.v20170312.ResetRoutes", async function () {
|
|
|
258
258
|
}
|
|
259
259
|
})
|
|
260
260
|
|
|
261
|
-
it("vpc.v20170312.
|
|
261
|
+
it("vpc.v20170312.CreatePrivateNatGateway", async function () {
|
|
262
262
|
try {
|
|
263
|
-
const data = await client.
|
|
263
|
+
const data = await client.CreatePrivateNatGateway({})
|
|
264
264
|
expect(data).to.be.ok
|
|
265
265
|
} catch(error) {
|
|
266
266
|
expect(error.requestId).to.be.ok
|
|
@@ -438,6 +438,16 @@ it("vpc.v20170312.ModifyVpnGatewaySslServer", async function () {
|
|
|
438
438
|
}
|
|
439
439
|
})
|
|
440
440
|
|
|
441
|
+
it("vpc.v20170312.ReplaceSecurityGroupPolicy", async function () {
|
|
442
|
+
try {
|
|
443
|
+
const data = await client.ReplaceSecurityGroupPolicy({})
|
|
444
|
+
expect(data).to.be.ok
|
|
445
|
+
} catch(error) {
|
|
446
|
+
expect(error.requestId).to.be.ok
|
|
447
|
+
expect(error.code).to.be.ok
|
|
448
|
+
}
|
|
449
|
+
})
|
|
450
|
+
|
|
441
451
|
it("vpc.v20170312.EnableVpnGatewaySslClientCert", async function () {
|
|
442
452
|
try {
|
|
443
453
|
const data = await client.EnableVpnGatewaySslClientCert({})
|
|
@@ -478,6 +488,16 @@ it("vpc.v20170312.ModifyNetworkAclEntries", async function () {
|
|
|
478
488
|
}
|
|
479
489
|
})
|
|
480
490
|
|
|
491
|
+
it("vpc.v20170312.ResetRoutes", async function () {
|
|
492
|
+
try {
|
|
493
|
+
const data = await client.ResetRoutes({})
|
|
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
|
+
|
|
481
501
|
it("vpc.v20170312.UnassignIpv6Addresses", async function () {
|
|
482
502
|
try {
|
|
483
503
|
const data = await client.UnassignIpv6Addresses({})
|
|
@@ -518,6 +538,36 @@ it("vpc.v20170312.AssociateNatGatewayAddress", async function () {
|
|
|
518
538
|
}
|
|
519
539
|
})
|
|
520
540
|
|
|
541
|
+
it("vpc.v20170312.CreatePrivateNatGatewayTranslationNatRule", async function () {
|
|
542
|
+
try {
|
|
543
|
+
const data = await client.CreatePrivateNatGatewayTranslationNatRule({})
|
|
544
|
+
expect(data).to.be.ok
|
|
545
|
+
} catch(error) {
|
|
546
|
+
expect(error.requestId).to.be.ok
|
|
547
|
+
expect(error.code).to.be.ok
|
|
548
|
+
}
|
|
549
|
+
})
|
|
550
|
+
|
|
551
|
+
it("vpc.v20170312.ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule", async function () {
|
|
552
|
+
try {
|
|
553
|
+
const data = await client.ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule({})
|
|
554
|
+
expect(data).to.be.ok
|
|
555
|
+
} catch(error) {
|
|
556
|
+
expect(error.requestId).to.be.ok
|
|
557
|
+
expect(error.code).to.be.ok
|
|
558
|
+
}
|
|
559
|
+
})
|
|
560
|
+
|
|
561
|
+
it("vpc.v20170312.ModifyPrivateNatGatewayTranslationNatRule", async function () {
|
|
562
|
+
try {
|
|
563
|
+
const data = await client.ModifyPrivateNatGatewayTranslationNatRule({})
|
|
564
|
+
expect(data).to.be.ok
|
|
565
|
+
} catch(error) {
|
|
566
|
+
expect(error.requestId).to.be.ok
|
|
567
|
+
expect(error.code).to.be.ok
|
|
568
|
+
}
|
|
569
|
+
})
|
|
570
|
+
|
|
521
571
|
it("vpc.v20170312.ModifyPrivateIpAddressesAttribute", async function () {
|
|
522
572
|
try {
|
|
523
573
|
const data = await client.ModifyPrivateIpAddressesAttribute({})
|
|
@@ -538,9 +588,9 @@ it("vpc.v20170312.ModifyVpcEndPointAttribute", async function () {
|
|
|
538
588
|
}
|
|
539
589
|
})
|
|
540
590
|
|
|
541
|
-
it("vpc.v20170312.
|
|
591
|
+
it("vpc.v20170312.DescribeSnapshotPolicies", async function () {
|
|
542
592
|
try {
|
|
543
|
-
const data = await client.
|
|
593
|
+
const data = await client.DescribeSnapshotPolicies({})
|
|
544
594
|
expect(data).to.be.ok
|
|
545
595
|
} catch(error) {
|
|
546
596
|
expect(error.requestId).to.be.ok
|
|
@@ -878,6 +928,16 @@ it("vpc.v20170312.LockCcnBandwidths", async function () {
|
|
|
878
928
|
}
|
|
879
929
|
})
|
|
880
930
|
|
|
931
|
+
it("vpc.v20170312.DescribePrivateNatGatewayDestinationIpPortTranslationNatRules", async function () {
|
|
932
|
+
try {
|
|
933
|
+
const data = await client.DescribePrivateNatGatewayDestinationIpPortTranslationNatRules({})
|
|
934
|
+
expect(data).to.be.ok
|
|
935
|
+
} catch(error) {
|
|
936
|
+
expect(error.requestId).to.be.ok
|
|
937
|
+
expect(error.code).to.be.ok
|
|
938
|
+
}
|
|
939
|
+
})
|
|
940
|
+
|
|
881
941
|
it("vpc.v20170312.ModifyAddressTemplateAttribute", async function () {
|
|
882
942
|
try {
|
|
883
943
|
const data = await client.ModifyAddressTemplateAttribute({})
|
|
@@ -1128,6 +1188,16 @@ it("vpc.v20170312.DisableSnapshotPolicies", async function () {
|
|
|
1128
1188
|
}
|
|
1129
1189
|
})
|
|
1130
1190
|
|
|
1191
|
+
it("vpc.v20170312.DeletePrivateNatGatewayTranslationNatRule", async function () {
|
|
1192
|
+
try {
|
|
1193
|
+
const data = await client.DeletePrivateNatGatewayTranslationNatRule({})
|
|
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
|
+
|
|
1131
1201
|
it("vpc.v20170312.DescribeDhcpIps", async function () {
|
|
1132
1202
|
try {
|
|
1133
1203
|
const data = await client.DescribeDhcpIps({})
|
|
@@ -1178,6 +1248,16 @@ it("vpc.v20170312.DeleteSubnet", async function () {
|
|
|
1178
1248
|
}
|
|
1179
1249
|
})
|
|
1180
1250
|
|
|
1251
|
+
it("vpc.v20170312.DeleteVpnGatewaySslServer", async function () {
|
|
1252
|
+
try {
|
|
1253
|
+
const data = await client.DeleteVpnGatewaySslServer({})
|
|
1254
|
+
expect(data).to.be.ok
|
|
1255
|
+
} catch(error) {
|
|
1256
|
+
expect(error.requestId).to.be.ok
|
|
1257
|
+
expect(error.code).to.be.ok
|
|
1258
|
+
}
|
|
1259
|
+
})
|
|
1260
|
+
|
|
1181
1261
|
it("vpc.v20170312.AttachClassicLinkVpc", async function () {
|
|
1182
1262
|
try {
|
|
1183
1263
|
const data = await client.AttachClassicLinkVpc({})
|
|
@@ -1188,6 +1268,16 @@ it("vpc.v20170312.AttachClassicLinkVpc", async function () {
|
|
|
1188
1268
|
}
|
|
1189
1269
|
})
|
|
1190
1270
|
|
|
1271
|
+
it("vpc.v20170312.UnassignIpv6SubnetCidrBlock", async function () {
|
|
1272
|
+
try {
|
|
1273
|
+
const data = await client.UnassignIpv6SubnetCidrBlock({})
|
|
1274
|
+
expect(data).to.be.ok
|
|
1275
|
+
} catch(error) {
|
|
1276
|
+
expect(error.requestId).to.be.ok
|
|
1277
|
+
expect(error.code).to.be.ok
|
|
1278
|
+
}
|
|
1279
|
+
})
|
|
1280
|
+
|
|
1191
1281
|
it("vpc.v20170312.DisassociateNatGatewayAddress", async function () {
|
|
1192
1282
|
try {
|
|
1193
1283
|
const data = await client.DisassociateNatGatewayAddress({})
|
|
@@ -1348,6 +1438,16 @@ it("vpc.v20170312.CreateVpcEndPointService", async function () {
|
|
|
1348
1438
|
}
|
|
1349
1439
|
})
|
|
1350
1440
|
|
|
1441
|
+
it("vpc.v20170312.DescribeVpcEndPoint", async function () {
|
|
1442
|
+
try {
|
|
1443
|
+
const data = await client.DescribeVpcEndPoint({})
|
|
1444
|
+
expect(data).to.be.ok
|
|
1445
|
+
} catch(error) {
|
|
1446
|
+
expect(error.requestId).to.be.ok
|
|
1447
|
+
expect(error.code).to.be.ok
|
|
1448
|
+
}
|
|
1449
|
+
})
|
|
1450
|
+
|
|
1351
1451
|
it("vpc.v20170312.HaVipDisassociateAddressIp", async function () {
|
|
1352
1452
|
try {
|
|
1353
1453
|
const data = await client.HaVipDisassociateAddressIp({})
|
|
@@ -1378,9 +1478,9 @@ it("vpc.v20170312.DetachNetworkInterface", async function () {
|
|
|
1378
1478
|
}
|
|
1379
1479
|
})
|
|
1380
1480
|
|
|
1381
|
-
it("vpc.v20170312.
|
|
1481
|
+
it("vpc.v20170312.DeletePrivateNatGatewayDestinationIpPortTranslationNatRule", async function () {
|
|
1382
1482
|
try {
|
|
1383
|
-
const data = await client.
|
|
1483
|
+
const data = await client.DeletePrivateNatGatewayDestinationIpPortTranslationNatRule({})
|
|
1384
1484
|
expect(data).to.be.ok
|
|
1385
1485
|
} catch(error) {
|
|
1386
1486
|
expect(error.requestId).to.be.ok
|
|
@@ -1428,6 +1528,16 @@ it("vpc.v20170312.DeleteVpnGatewayRoutes", async function () {
|
|
|
1428
1528
|
}
|
|
1429
1529
|
})
|
|
1430
1530
|
|
|
1531
|
+
it("vpc.v20170312.ModifyCcnAttribute", async function () {
|
|
1532
|
+
try {
|
|
1533
|
+
const data = await client.ModifyCcnAttribute({})
|
|
1534
|
+
expect(data).to.be.ok
|
|
1535
|
+
} catch(error) {
|
|
1536
|
+
expect(error.requestId).to.be.ok
|
|
1537
|
+
expect(error.code).to.be.ok
|
|
1538
|
+
}
|
|
1539
|
+
})
|
|
1540
|
+
|
|
1431
1541
|
it("vpc.v20170312.ModifyDhcpIpAttribute", async function () {
|
|
1432
1542
|
try {
|
|
1433
1543
|
const data = await client.ModifyDhcpIpAttribute({})
|
|
@@ -1838,6 +1948,16 @@ it("vpc.v20170312.DeleteVpcEndPointService", async function () {
|
|
|
1838
1948
|
}
|
|
1839
1949
|
})
|
|
1840
1950
|
|
|
1951
|
+
it("vpc.v20170312.DeletePrivateNatGatewayTranslationAclRule", async function () {
|
|
1952
|
+
try {
|
|
1953
|
+
const data = await client.DeletePrivateNatGatewayTranslationAclRule({})
|
|
1954
|
+
expect(data).to.be.ok
|
|
1955
|
+
} catch(error) {
|
|
1956
|
+
expect(error.requestId).to.be.ok
|
|
1957
|
+
expect(error.code).to.be.ok
|
|
1958
|
+
}
|
|
1959
|
+
})
|
|
1960
|
+
|
|
1841
1961
|
it("vpc.v20170312.CreateNetworkAclQuintupleEntries", async function () {
|
|
1842
1962
|
try {
|
|
1843
1963
|
const data = await client.CreateNetworkAclQuintupleEntries({})
|
|
@@ -1878,9 +1998,9 @@ it("vpc.v20170312.CreateServiceTemplate", async function () {
|
|
|
1878
1998
|
}
|
|
1879
1999
|
})
|
|
1880
2000
|
|
|
1881
|
-
it("vpc.v20170312.
|
|
2001
|
+
it("vpc.v20170312.RejectAttachCcnInstances", async function () {
|
|
1882
2002
|
try {
|
|
1883
|
-
const data = await client.
|
|
2003
|
+
const data = await client.RejectAttachCcnInstances({})
|
|
1884
2004
|
expect(data).to.be.ok
|
|
1885
2005
|
} catch(error) {
|
|
1886
2006
|
expect(error.requestId).to.be.ok
|
|
@@ -1988,6 +2108,16 @@ it("vpc.v20170312.DescribeVpcEndPointServiceWhiteList", async function () {
|
|
|
1988
2108
|
}
|
|
1989
2109
|
})
|
|
1990
2110
|
|
|
2111
|
+
it("vpc.v20170312.UnlockCcnBandwidths", async function () {
|
|
2112
|
+
try {
|
|
2113
|
+
const data = await client.UnlockCcnBandwidths({})
|
|
2114
|
+
expect(data).to.be.ok
|
|
2115
|
+
} catch(error) {
|
|
2116
|
+
expect(error.requestId).to.be.ok
|
|
2117
|
+
expect(error.code).to.be.ok
|
|
2118
|
+
}
|
|
2119
|
+
})
|
|
2120
|
+
|
|
1991
2121
|
it("vpc.v20170312.RejectVpcPeeringConnection", async function () {
|
|
1992
2122
|
try {
|
|
1993
2123
|
const data = await client.RejectVpcPeeringConnection({})
|
|
@@ -2018,6 +2148,16 @@ it("vpc.v20170312.CreateCustomerGateway", async function () {
|
|
|
2018
2148
|
}
|
|
2019
2149
|
})
|
|
2020
2150
|
|
|
2151
|
+
it("vpc.v20170312.DescribePrivateNatGatewayLimits", async function () {
|
|
2152
|
+
try {
|
|
2153
|
+
const data = await client.DescribePrivateNatGatewayLimits({})
|
|
2154
|
+
expect(data).to.be.ok
|
|
2155
|
+
} catch(error) {
|
|
2156
|
+
expect(error.requestId).to.be.ok
|
|
2157
|
+
expect(error.code).to.be.ok
|
|
2158
|
+
}
|
|
2159
|
+
})
|
|
2160
|
+
|
|
2021
2161
|
it("vpc.v20170312.DescribeCrossBorderCompliance", async function () {
|
|
2022
2162
|
try {
|
|
2023
2163
|
const data = await client.DescribeCrossBorderCompliance({})
|
|
@@ -2038,9 +2178,9 @@ it("vpc.v20170312.CreateAddressTemplateGroup", async function () {
|
|
|
2038
2178
|
}
|
|
2039
2179
|
})
|
|
2040
2180
|
|
|
2041
|
-
it("vpc.v20170312.
|
|
2181
|
+
it("vpc.v20170312.ModifyPrivateNatGatewayAttribute", async function () {
|
|
2042
2182
|
try {
|
|
2043
|
-
const data = await client.
|
|
2183
|
+
const data = await client.ModifyPrivateNatGatewayAttribute({})
|
|
2044
2184
|
expect(data).to.be.ok
|
|
2045
2185
|
} catch(error) {
|
|
2046
2186
|
expect(error.requestId).to.be.ok
|
|
@@ -2398,9 +2538,9 @@ it("vpc.v20170312.DescribeHaVips", async function () {
|
|
|
2398
2538
|
}
|
|
2399
2539
|
})
|
|
2400
2540
|
|
|
2401
|
-
it("vpc.v20170312.
|
|
2541
|
+
it("vpc.v20170312.DescribePrivateNatGateways", async function () {
|
|
2402
2542
|
try {
|
|
2403
|
-
const data = await client.
|
|
2543
|
+
const data = await client.DescribePrivateNatGateways({})
|
|
2404
2544
|
expect(data).to.be.ok
|
|
2405
2545
|
} catch(error) {
|
|
2406
2546
|
expect(error.requestId).to.be.ok
|
|
@@ -2538,6 +2678,16 @@ it("vpc.v20170312.DescribeSubnets", async function () {
|
|
|
2538
2678
|
}
|
|
2539
2679
|
})
|
|
2540
2680
|
|
|
2681
|
+
it("vpc.v20170312.DescribeVpnGatewayRoutes", async function () {
|
|
2682
|
+
try {
|
|
2683
|
+
const data = await client.DescribeVpnGatewayRoutes({})
|
|
2684
|
+
expect(data).to.be.ok
|
|
2685
|
+
} catch(error) {
|
|
2686
|
+
expect(error.requestId).to.be.ok
|
|
2687
|
+
expect(error.code).to.be.ok
|
|
2688
|
+
}
|
|
2689
|
+
})
|
|
2690
|
+
|
|
2541
2691
|
it("vpc.v20170312.DescribeAddressQuota", async function () {
|
|
2542
2692
|
try {
|
|
2543
2693
|
const data = await client.DescribeAddressQuota({})
|
|
@@ -2568,6 +2718,16 @@ it("vpc.v20170312.ModifyCustomerGatewayAttribute", async function () {
|
|
|
2568
2718
|
}
|
|
2569
2719
|
})
|
|
2570
2720
|
|
|
2721
|
+
it("vpc.v20170312.ReturnNormalAddresses", async function () {
|
|
2722
|
+
try {
|
|
2723
|
+
const data = await client.ReturnNormalAddresses({})
|
|
2724
|
+
expect(data).to.be.ok
|
|
2725
|
+
} catch(error) {
|
|
2726
|
+
expect(error.requestId).to.be.ok
|
|
2727
|
+
expect(error.code).to.be.ok
|
|
2728
|
+
}
|
|
2729
|
+
})
|
|
2730
|
+
|
|
2571
2731
|
it("vpc.v20170312.DescribeNetworkAcls", async function () {
|
|
2572
2732
|
try {
|
|
2573
2733
|
const data = await client.DescribeNetworkAcls({})
|
|
@@ -2598,6 +2758,16 @@ it("vpc.v20170312.DescribeSecurityGroups", async function () {
|
|
|
2598
2758
|
}
|
|
2599
2759
|
})
|
|
2600
2760
|
|
|
2761
|
+
it("vpc.v20170312.DescribePrivateNatGatewayTranslationNatRules", async function () {
|
|
2762
|
+
try {
|
|
2763
|
+
const data = await client.DescribePrivateNatGatewayTranslationNatRules({})
|
|
2764
|
+
expect(data).to.be.ok
|
|
2765
|
+
} catch(error) {
|
|
2766
|
+
expect(error.requestId).to.be.ok
|
|
2767
|
+
expect(error.code).to.be.ok
|
|
2768
|
+
}
|
|
2769
|
+
})
|
|
2770
|
+
|
|
2601
2771
|
it("vpc.v20170312.CreateVpnGateway", async function () {
|
|
2602
2772
|
try {
|
|
2603
2773
|
const data = await client.CreateVpnGateway({})
|
|
@@ -2688,9 +2858,9 @@ it("vpc.v20170312.DescribeCrossBorderCcnRegionBandwidthLimits", async function (
|
|
|
2688
2858
|
}
|
|
2689
2859
|
})
|
|
2690
2860
|
|
|
2691
|
-
it("vpc.v20170312.
|
|
2861
|
+
it("vpc.v20170312.CreatePrivateNatGatewayDestinationIpPortTranslationNatRule", async function () {
|
|
2692
2862
|
try {
|
|
2693
|
-
const data = await client.
|
|
2863
|
+
const data = await client.CreatePrivateNatGatewayDestinationIpPortTranslationNatRule({})
|
|
2694
2864
|
expect(data).to.be.ok
|
|
2695
2865
|
} catch(error) {
|
|
2696
2866
|
expect(error.requestId).to.be.ok
|
|
@@ -2948,9 +3118,19 @@ it("vpc.v20170312.ModifyNatGatewaySourceIpTranslationNatRule", async function ()
|
|
|
2948
3118
|
}
|
|
2949
3119
|
})
|
|
2950
3120
|
|
|
2951
|
-
it("vpc.v20170312.
|
|
3121
|
+
it("vpc.v20170312.CreatePrivateNatGatewayTranslationAclRule", async function () {
|
|
2952
3122
|
try {
|
|
2953
|
-
const data = await client.
|
|
3123
|
+
const data = await client.CreatePrivateNatGatewayTranslationAclRule({})
|
|
3124
|
+
expect(data).to.be.ok
|
|
3125
|
+
} catch(error) {
|
|
3126
|
+
expect(error.requestId).to.be.ok
|
|
3127
|
+
expect(error.code).to.be.ok
|
|
3128
|
+
}
|
|
3129
|
+
})
|
|
3130
|
+
|
|
3131
|
+
it("vpc.v20170312.ModifyPrivateNatGatewayTranslationAclRule", async function () {
|
|
3132
|
+
try {
|
|
3133
|
+
const data = await client.ModifyPrivateNatGatewayTranslationAclRule({})
|
|
2954
3134
|
expect(data).to.be.ok
|
|
2955
3135
|
} catch(error) {
|
|
2956
3136
|
expect(error.requestId).to.be.ok
|
|
@@ -2988,9 +3168,9 @@ it("vpc.v20170312.DescribeSecurityGroupAssociationStatistics", async function ()
|
|
|
2988
3168
|
}
|
|
2989
3169
|
})
|
|
2990
3170
|
|
|
2991
|
-
it("vpc.v20170312.
|
|
3171
|
+
it("vpc.v20170312.DescribePrivateNatGatewayTranslationAclRules", async function () {
|
|
2992
3172
|
try {
|
|
2993
|
-
const data = await client.
|
|
3173
|
+
const data = await client.DescribePrivateNatGatewayTranslationAclRules({})
|
|
2994
3174
|
expect(data).to.be.ok
|
|
2995
3175
|
} catch(error) {
|
|
2996
3176
|
expect(error.requestId).to.be.ok
|
|
@@ -3148,9 +3328,9 @@ it("vpc.v20170312.ModifyVpcAttribute", async function () {
|
|
|
3148
3328
|
}
|
|
3149
3329
|
})
|
|
3150
3330
|
|
|
3151
|
-
it("vpc.v20170312.
|
|
3331
|
+
it("vpc.v20170312.DeletePrivateNatGateway", async function () {
|
|
3152
3332
|
try {
|
|
3153
|
-
const data = await client.
|
|
3333
|
+
const data = await client.DeletePrivateNatGateway({})
|
|
3154
3334
|
expect(data).to.be.ok
|
|
3155
3335
|
} catch(error) {
|
|
3156
3336
|
expect(error.requestId).to.be.ok
|
|
@@ -458,16 +458,6 @@ it("waf.v20180125.GetAttackHistogram", async function () {
|
|
|
458
458
|
}
|
|
459
459
|
})
|
|
460
460
|
|
|
461
|
-
it("waf.v20180125.ModifyAccessPeriod", async function () {
|
|
462
|
-
try {
|
|
463
|
-
const data = await client.ModifyAccessPeriod({})
|
|
464
|
-
expect(data).to.be.ok
|
|
465
|
-
} catch(error) {
|
|
466
|
-
expect(error.requestId).to.be.ok
|
|
467
|
-
expect(error.code).to.be.ok
|
|
468
|
-
}
|
|
469
|
-
})
|
|
470
|
-
|
|
471
461
|
it("waf.v20180125.ModifyDomainsCLSStatus", async function () {
|
|
472
462
|
try {
|
|
473
463
|
const data = await client.ModifyDomainsCLSStatus({})
|
|
@@ -268,6 +268,16 @@ it("wedata.v20210820.DescribeFieldBasicInfo", async function () {
|
|
|
268
268
|
}
|
|
269
269
|
})
|
|
270
270
|
|
|
271
|
+
it("wedata.v20210820.DescribeTableScoreTrend", async function () {
|
|
272
|
+
try {
|
|
273
|
+
const data = await client.DescribeTableScoreTrend({})
|
|
274
|
+
expect(data).to.be.ok
|
|
275
|
+
} catch(error) {
|
|
276
|
+
expect(error.requestId).to.be.ok
|
|
277
|
+
expect(error.code).to.be.ok
|
|
278
|
+
}
|
|
279
|
+
})
|
|
280
|
+
|
|
271
281
|
it("wedata.v20210820.RemoveWorkflowDs", async function () {
|
|
272
282
|
try {
|
|
273
283
|
const data = await client.RemoveWorkflowDs({})
|
|
@@ -788,9 +798,9 @@ it("wedata.v20210820.ModifyIntegrationTask", async function () {
|
|
|
788
798
|
}
|
|
789
799
|
})
|
|
790
800
|
|
|
791
|
-
it("wedata.v20210820.
|
|
801
|
+
it("wedata.v20210820.DescribeDutyScheduleDetails", async function () {
|
|
792
802
|
try {
|
|
793
|
-
const data = await client.
|
|
803
|
+
const data = await client.DescribeDutyScheduleDetails({})
|
|
794
804
|
expect(data).to.be.ok
|
|
795
805
|
} catch(error) {
|
|
796
806
|
expect(error.requestId).to.be.ok
|
|
@@ -1208,6 +1218,16 @@ it("wedata.v20210820.DeleteDsFolder", async function () {
|
|
|
1208
1218
|
}
|
|
1209
1219
|
})
|
|
1210
1220
|
|
|
1221
|
+
it("wedata.v20210820.DescribeBatchOperateTask", async function () {
|
|
1222
|
+
try {
|
|
1223
|
+
const data = await client.DescribeBatchOperateTask({})
|
|
1224
|
+
expect(data).to.be.ok
|
|
1225
|
+
} catch(error) {
|
|
1226
|
+
expect(error.requestId).to.be.ok
|
|
1227
|
+
expect(error.code).to.be.ok
|
|
1228
|
+
}
|
|
1229
|
+
})
|
|
1230
|
+
|
|
1211
1231
|
it("wedata.v20210820.DescribeResourceManagePathTrees", async function () {
|
|
1212
1232
|
try {
|
|
1213
1233
|
const data = await client.DescribeResourceManagePathTrees({})
|
|
@@ -1308,9 +1328,9 @@ it("wedata.v20210820.DescribeColumnsMeta", async function () {
|
|
|
1308
1328
|
}
|
|
1309
1329
|
})
|
|
1310
1330
|
|
|
1311
|
-
it("wedata.v20210820.
|
|
1331
|
+
it("wedata.v20210820.DescribeDutyScheduleList", async function () {
|
|
1312
1332
|
try {
|
|
1313
|
-
const data = await client.
|
|
1333
|
+
const data = await client.DescribeDutyScheduleList({})
|
|
1314
1334
|
expect(data).to.be.ok
|
|
1315
1335
|
} catch(error) {
|
|
1316
1336
|
expect(error.requestId).to.be.ok
|