tencentcloud-sdk-nodejs 4.0.986 → 4.0.988
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 +599 -0
- package/SERVICE_CHANGELOG.md +643 -238
- package/package.json +1 -1
- package/products.md +35 -35
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +24 -11
- package/src/services/aiart/v20221229/aiart_models.ts +73 -10
- package/src/services/batch/v20170312/batch_models.ts +6 -6
- package/src/services/cam/v20190116/cam_models.ts +6 -6
- package/src/services/cdb/v20170320/cdb_client.ts +16 -8
- package/src/services/cfw/v20190904/cfw_models.ts +1 -1
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/config/v20220802/config_models.ts +47 -37
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +53 -15
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +222 -81
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +1 -1
- package/src/services/emr/v20190103/emr_client.ts +59 -24
- package/src/services/emr/v20190103/emr_models.ts +656 -305
- package/src/services/essbasic/v20210526/essbasic_models.ts +5 -0
- package/src/services/facefusion/v20181201/facefusion_models.ts +2 -2
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +5 -0
- package/src/services/ivld/v20210903/ivld_client.ts +2 -4
- package/src/services/ivld/v20210903/ivld_models.ts +19 -19
- package/src/services/lcic/v20220817/lcic_models.ts +1 -1
- package/src/services/lke/v20231130/lke_client.ts +8 -4
- package/src/services/mps/v20190612/mps_models.ts +26 -0
- package/src/services/mqtt/v20240516/mqtt_client.ts +32 -8
- package/src/services/mqtt/v20240516/mqtt_models.ts +261 -109
- package/src/services/ocr/v20181119/ocr_models.ts +42 -5
- package/src/services/postgres/v20170312/postgres_models.ts +83 -83
- package/src/services/pts/v20210728/pts_models.ts +16 -12
- package/src/services/scf/v20180416/scf_models.ts +4 -0
- package/src/services/ssl/v20191205/ssl_client.ts +2 -2
- package/src/services/ssl/v20191205/ssl_models.ts +120 -96
- package/src/services/tcr/v20190924/tcr_models.ts +27 -16
- package/src/services/tdmq/v20200217/tdmq_client.ts +19 -27
- package/src/services/tdmq/v20200217/tdmq_models.ts +6 -45
- package/src/services/trtc/v20190722/trtc_models.ts +2 -1
- package/src/services/vclm/v20240523/vclm_client.ts +36 -53
- package/src/services/vclm/v20240523/vclm_models.ts +19 -4
- package/src/services/vod/v20180717/vod_models.ts +24 -16
- package/src/services/vpc/v20170312/vpc_client.ts +151 -43
- package/src/services/vpc/v20170312/vpc_models.ts +424 -147
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +12 -7
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +14 -7
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +71 -10
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +6 -6
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +6 -6
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +12 -4
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +12 -4
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/config/v20220802/config_models.d.ts +47 -37
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +17 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +24 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +214 -81
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +1 -1
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +13 -5
- package/tencentcloud/services/emr/v20190103/emr_client.js +18 -6
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +644 -308
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -0
- package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +2 -2
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +5 -0
- package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +0 -2
- package/tencentcloud/services/ivld/v20210903/ivld_client.js +0 -2
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +19 -19
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +6 -2
- package/tencentcloud/services/lke/v20231130/lke_client.js +6 -2
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +26 -0
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +11 -4
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +15 -4
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +256 -109
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +42 -5
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +83 -83
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +16 -12
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +4 -0
- 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 +120 -96
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +27 -16
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +12 -12
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +12 -14
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +6 -43
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -1
- package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +36 -53
- package/tencentcloud/services/vclm/v20240523/vclm_client.js +36 -53
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +19 -4
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +24 -16
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +71 -19
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +88 -22
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +410 -147
- package/test/aiart.v20221229.test.js +12 -2
- package/test/cynosdb.v20190107.test.js +34 -4
- package/test/emr.v20190103.test.js +24 -4
- package/test/mqtt.v20240516.test.js +22 -2
- package/test/tdmq.v20200217.test.js +2 -12
- package/test/vpc.v20170312.test.js +84 -14
|
@@ -58,9 +58,9 @@ it("aiart.v20221229.SubmitTrainPortraitModelJob", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
-
it("aiart.v20221229.
|
|
61
|
+
it("aiart.v20221229.ImageOutpainting", async function () {
|
|
62
62
|
try {
|
|
63
|
-
const data = await client.
|
|
63
|
+
const data = await client.ImageOutpainting({})
|
|
64
64
|
expect(data).to.be.ok
|
|
65
65
|
} catch(error) {
|
|
66
66
|
expect(error.requestId).to.be.ok
|
|
@@ -128,6 +128,16 @@ it("aiart.v20221229.TextToImage", async function () {
|
|
|
128
128
|
}
|
|
129
129
|
})
|
|
130
130
|
|
|
131
|
+
it("aiart.v20221229.QueryTextToImageProJob", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.QueryTextToImageProJob({})
|
|
134
|
+
expect(data).to.be.ok
|
|
135
|
+
} catch(error) {
|
|
136
|
+
expect(error.requestId).to.be.ok
|
|
137
|
+
expect(error.code).to.be.ok
|
|
138
|
+
}
|
|
139
|
+
})
|
|
140
|
+
|
|
131
141
|
it("aiart.v20221229.ChangeClothes", async function () {
|
|
132
142
|
try {
|
|
133
143
|
const data = await client.ChangeClothes({})
|
|
@@ -168,6 +168,16 @@ it("cynosdb.v20190107.RenewClusters", async function () {
|
|
|
168
168
|
}
|
|
169
169
|
})
|
|
170
170
|
|
|
171
|
+
it("cynosdb.v20190107.CloseProxyEndPoint", async function () {
|
|
172
|
+
try {
|
|
173
|
+
const data = await client.CloseProxyEndPoint({})
|
|
174
|
+
expect(data).to.be.ok
|
|
175
|
+
} catch(error) {
|
|
176
|
+
expect(error.requestId).to.be.ok
|
|
177
|
+
expect(error.code).to.be.ok
|
|
178
|
+
}
|
|
179
|
+
})
|
|
180
|
+
|
|
171
181
|
it("cynosdb.v20190107.CloseProxy", async function () {
|
|
172
182
|
try {
|
|
173
183
|
const data = await client.CloseProxy({})
|
|
@@ -178,9 +188,9 @@ it("cynosdb.v20190107.CloseProxy", async function () {
|
|
|
178
188
|
}
|
|
179
189
|
})
|
|
180
190
|
|
|
181
|
-
it("cynosdb.v20190107.
|
|
191
|
+
it("cynosdb.v20190107.DescribeProxySpecs", async function () {
|
|
182
192
|
try {
|
|
183
|
-
const data = await client.
|
|
193
|
+
const data = await client.DescribeProxySpecs({})
|
|
184
194
|
expect(data).to.be.ok
|
|
185
195
|
} catch(error) {
|
|
186
196
|
expect(error.requestId).to.be.ok
|
|
@@ -538,6 +548,16 @@ it("cynosdb.v20190107.IsolateCluster", async function () {
|
|
|
538
548
|
}
|
|
539
549
|
})
|
|
540
550
|
|
|
551
|
+
it("cynosdb.v20190107.DescribeInstancesWithinSameCluster", async function () {
|
|
552
|
+
try {
|
|
553
|
+
const data = await client.DescribeInstancesWithinSameCluster({})
|
|
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
|
+
|
|
541
561
|
it("cynosdb.v20190107.RestartInstance", async function () {
|
|
542
562
|
try {
|
|
543
563
|
const data = await client.RestartInstance({})
|
|
@@ -928,6 +948,16 @@ it("cynosdb.v20190107.BindClusterResourcePackages", async function () {
|
|
|
928
948
|
}
|
|
929
949
|
})
|
|
930
950
|
|
|
951
|
+
it("cynosdb.v20190107.DescribeServerlessInstanceSpecs", async function () {
|
|
952
|
+
try {
|
|
953
|
+
const data = await client.DescribeServerlessInstanceSpecs({})
|
|
954
|
+
expect(data).to.be.ok
|
|
955
|
+
} catch(error) {
|
|
956
|
+
expect(error.requestId).to.be.ok
|
|
957
|
+
expect(error.code).to.be.ok
|
|
958
|
+
}
|
|
959
|
+
})
|
|
960
|
+
|
|
931
961
|
it("cynosdb.v20190107.DescribeAuditLogs", async function () {
|
|
932
962
|
try {
|
|
933
963
|
const data = await client.DescribeAuditLogs({})
|
|
@@ -1298,9 +1328,9 @@ it("cynosdb.v20190107.DescribeMaintainPeriod", async function () {
|
|
|
1298
1328
|
}
|
|
1299
1329
|
})
|
|
1300
1330
|
|
|
1301
|
-
it("cynosdb.v20190107.
|
|
1331
|
+
it("cynosdb.v20190107.ExportResourcePackageDeductDetails", async function () {
|
|
1302
1332
|
try {
|
|
1303
|
-
const data = await client.
|
|
1333
|
+
const data = await client.ExportResourcePackageDeductDetails({})
|
|
1304
1334
|
expect(data).to.be.ok
|
|
1305
1335
|
} catch(error) {
|
|
1306
1336
|
expect(error.requestId).to.be.ok
|
|
@@ -18,9 +18,9 @@ const client = new tencentcloud.emr.v20190103.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("emr.v20190103.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("emr.v20190103.
|
|
21
|
+
it("emr.v20190103.DescribeInstanceRenewNodes", async function () {
|
|
22
22
|
try {
|
|
23
|
-
const data = await client.
|
|
23
|
+
const data = await client.DescribeInstanceRenewNodes({})
|
|
24
24
|
expect(data).to.be.ok
|
|
25
25
|
} catch(error) {
|
|
26
26
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +98,9 @@ it("emr.v20190103.ModifyYarnQueueV2", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
-
it("emr.v20190103.
|
|
101
|
+
it("emr.v20190103.CreateCloudInstance", async function () {
|
|
102
102
|
try {
|
|
103
|
-
const data = await client.
|
|
103
|
+
const data = await client.CreateCloudInstance({})
|
|
104
104
|
expect(data).to.be.ok
|
|
105
105
|
} catch(error) {
|
|
106
106
|
expect(error.requestId).to.be.ok
|
|
@@ -158,6 +158,16 @@ it("emr.v20190103.DescribeCvmQuota", async function () {
|
|
|
158
158
|
}
|
|
159
159
|
})
|
|
160
160
|
|
|
161
|
+
it("emr.v20190103.DescribeYarnApplications", async function () {
|
|
162
|
+
try {
|
|
163
|
+
const data = await client.DescribeYarnApplications({})
|
|
164
|
+
expect(data).to.be.ok
|
|
165
|
+
} catch(error) {
|
|
166
|
+
expect(error.requestId).to.be.ok
|
|
167
|
+
expect(error.code).to.be.ok
|
|
168
|
+
}
|
|
169
|
+
})
|
|
170
|
+
|
|
161
171
|
it("emr.v20190103.ModifyGlobalConfig", async function () {
|
|
162
172
|
try {
|
|
163
173
|
const data = await client.ModifyGlobalConfig({})
|
|
@@ -648,6 +658,16 @@ it("emr.v20190103.DescribeInsightList", async function () {
|
|
|
648
658
|
}
|
|
649
659
|
})
|
|
650
660
|
|
|
661
|
+
it("emr.v20190103.ModifyPodNum", async function () {
|
|
662
|
+
try {
|
|
663
|
+
const data = await client.ModifyPodNum({})
|
|
664
|
+
expect(data).to.be.ok
|
|
665
|
+
} catch(error) {
|
|
666
|
+
expect(error.requestId).to.be.ok
|
|
667
|
+
expect(error.code).to.be.ok
|
|
668
|
+
}
|
|
669
|
+
})
|
|
670
|
+
|
|
651
671
|
it("emr.v20190103.ScaleOutCluster", async function () {
|
|
652
672
|
try {
|
|
653
673
|
const data = await client.ScaleOutCluster({})
|
|
@@ -38,9 +38,9 @@ it("mqtt.v20240516.CreateTopic", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("mqtt.v20240516.
|
|
41
|
+
it("mqtt.v20240516.ActivateDeviceCertificate", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
43
|
+
const data = await client.ActivateDeviceCertificate({})
|
|
44
44
|
expect(data).to.be.ok
|
|
45
45
|
} catch(error) {
|
|
46
46
|
expect(error.requestId).to.be.ok
|
|
@@ -58,6 +58,16 @@ it("mqtt.v20240516.DescribeAuthorizationPolicies", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("mqtt.v20240516.RegisterDeviceCertificate", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.RegisterDeviceCertificate({})
|
|
64
|
+
expect(data).to.be.ok
|
|
65
|
+
} catch(error) {
|
|
66
|
+
expect(error.requestId).to.be.ok
|
|
67
|
+
expect(error.code).to.be.ok
|
|
68
|
+
}
|
|
69
|
+
})
|
|
70
|
+
|
|
61
71
|
it("mqtt.v20240516.ModifyTopic", async function () {
|
|
62
72
|
try {
|
|
63
73
|
const data = await client.ModifyTopic({})
|
|
@@ -178,6 +188,16 @@ it("mqtt.v20240516.DeleteTopic", async function () {
|
|
|
178
188
|
}
|
|
179
189
|
})
|
|
180
190
|
|
|
191
|
+
it("mqtt.v20240516.DescribeDeviceCertificates", async function () {
|
|
192
|
+
try {
|
|
193
|
+
const data = await client.DescribeDeviceCertificates({})
|
|
194
|
+
expect(data).to.be.ok
|
|
195
|
+
} catch(error) {
|
|
196
|
+
expect(error.requestId).to.be.ok
|
|
197
|
+
expect(error.code).to.be.ok
|
|
198
|
+
}
|
|
199
|
+
})
|
|
200
|
+
|
|
181
201
|
it("mqtt.v20240516.CreateAuthorizationPolicy", async function () {
|
|
182
202
|
try {
|
|
183
203
|
const data = await client.CreateAuthorizationPolicy({})
|
|
@@ -398,16 +398,6 @@ it("tdmq.v20200217.CreateRabbitMQVirtualHost", async function () {
|
|
|
398
398
|
}
|
|
399
399
|
})
|
|
400
400
|
|
|
401
|
-
it("tdmq.v20200217.DeleteCluster", async function () {
|
|
402
|
-
try {
|
|
403
|
-
const data = await client.DeleteCluster({})
|
|
404
|
-
expect(data).to.be.ok
|
|
405
|
-
} catch(error) {
|
|
406
|
-
expect(error.requestId).to.be.ok
|
|
407
|
-
expect(error.code).to.be.ok
|
|
408
|
-
}
|
|
409
|
-
})
|
|
410
|
-
|
|
411
401
|
it("tdmq.v20200217.DeleteCmqTopic", async function () {
|
|
412
402
|
try {
|
|
413
403
|
const data = await client.DeleteCmqTopic({})
|
|
@@ -488,9 +478,9 @@ it("tdmq.v20200217.DescribeCmqSubscriptionDetail", async function () {
|
|
|
488
478
|
}
|
|
489
479
|
})
|
|
490
480
|
|
|
491
|
-
it("tdmq.v20200217.
|
|
481
|
+
it("tdmq.v20200217.DeleteCluster", async function () {
|
|
492
482
|
try {
|
|
493
|
-
const data = await client.
|
|
483
|
+
const data = await client.DeleteCluster({})
|
|
494
484
|
expect(data).to.be.ok
|
|
495
485
|
} catch(error) {
|
|
496
486
|
expect(error.requestId).to.be.ok
|
|
@@ -88,6 +88,16 @@ it("vpc.v20170312.ModifyAddressInternetChargeType", async function () {
|
|
|
88
88
|
}
|
|
89
89
|
})
|
|
90
90
|
|
|
91
|
+
it("vpc.v20170312.ModifyIPv6AddressesAttributes", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.ModifyIPv6AddressesAttributes({})
|
|
94
|
+
expect(data).to.be.ok
|
|
95
|
+
} catch(error) {
|
|
96
|
+
expect(error.requestId).to.be.ok
|
|
97
|
+
expect(error.code).to.be.ok
|
|
98
|
+
}
|
|
99
|
+
})
|
|
100
|
+
|
|
91
101
|
it("vpc.v20170312.CreatePrivateNatGateway", async function () {
|
|
92
102
|
try {
|
|
93
103
|
const data = await client.CreatePrivateNatGateway({})
|
|
@@ -1118,6 +1128,16 @@ it("vpc.v20170312.UnassignIpv6Addresses", async function () {
|
|
|
1118
1128
|
}
|
|
1119
1129
|
})
|
|
1120
1130
|
|
|
1131
|
+
it("vpc.v20170312.AssociateIPv6Address", async function () {
|
|
1132
|
+
try {
|
|
1133
|
+
const data = await client.AssociateIPv6Address({})
|
|
1134
|
+
expect(data).to.be.ok
|
|
1135
|
+
} catch(error) {
|
|
1136
|
+
expect(error.requestId).to.be.ok
|
|
1137
|
+
expect(error.code).to.be.ok
|
|
1138
|
+
}
|
|
1139
|
+
})
|
|
1140
|
+
|
|
1121
1141
|
it("vpc.v20170312.DeleteAddressTemplateGroup", async function () {
|
|
1122
1142
|
try {
|
|
1123
1143
|
const data = await client.DeleteAddressTemplateGroup({})
|
|
@@ -1188,9 +1208,9 @@ it("vpc.v20170312.ModifyVpnGatewayRoutes", async function () {
|
|
|
1188
1208
|
}
|
|
1189
1209
|
})
|
|
1190
1210
|
|
|
1191
|
-
it("vpc.v20170312.
|
|
1211
|
+
it("vpc.v20170312.ModifyIPv6AddressesBandwidth", async function () {
|
|
1192
1212
|
try {
|
|
1193
|
-
const data = await client.
|
|
1213
|
+
const data = await client.ModifyIPv6AddressesBandwidth({})
|
|
1194
1214
|
expect(data).to.be.ok
|
|
1195
1215
|
} catch(error) {
|
|
1196
1216
|
expect(error.requestId).to.be.ok
|
|
@@ -1198,9 +1218,9 @@ it("vpc.v20170312.DescribeVpcEndPointService", async function () {
|
|
|
1198
1218
|
}
|
|
1199
1219
|
})
|
|
1200
1220
|
|
|
1201
|
-
it("vpc.v20170312.
|
|
1221
|
+
it("vpc.v20170312.DescribeCrossBorderCcnRegionBandwidthLimits", async function () {
|
|
1202
1222
|
try {
|
|
1203
|
-
const data = await client.
|
|
1223
|
+
const data = await client.DescribeCrossBorderCcnRegionBandwidthLimits({})
|
|
1204
1224
|
expect(data).to.be.ok
|
|
1205
1225
|
} catch(error) {
|
|
1206
1226
|
expect(error.requestId).to.be.ok
|
|
@@ -1228,16 +1248,6 @@ it("vpc.v20170312.DeleteVpnGatewaySslClient", async function () {
|
|
|
1228
1248
|
}
|
|
1229
1249
|
})
|
|
1230
1250
|
|
|
1231
|
-
it("vpc.v20170312.DescribeCrossBorderCcnRegionBandwidthLimits", async function () {
|
|
1232
|
-
try {
|
|
1233
|
-
const data = await client.DescribeCrossBorderCcnRegionBandwidthLimits({})
|
|
1234
|
-
expect(data).to.be.ok
|
|
1235
|
-
} catch(error) {
|
|
1236
|
-
expect(error.requestId).to.be.ok
|
|
1237
|
-
expect(error.code).to.be.ok
|
|
1238
|
-
}
|
|
1239
|
-
})
|
|
1240
|
-
|
|
1241
1251
|
it("vpc.v20170312.CreateNatGatewayDestinationIpPortTranslationNatRule", async function () {
|
|
1242
1252
|
try {
|
|
1243
1253
|
const data = await client.CreateNatGatewayDestinationIpPortTranslationNatRule({})
|
|
@@ -2368,6 +2378,16 @@ it("vpc.v20170312.DeleteNatGatewaySourceIpTranslationNatRule", async function ()
|
|
|
2368
2378
|
}
|
|
2369
2379
|
})
|
|
2370
2380
|
|
|
2381
|
+
it("vpc.v20170312.DisassociateIPv6Address", async function () {
|
|
2382
|
+
try {
|
|
2383
|
+
const data = await client.DisassociateIPv6Address({})
|
|
2384
|
+
expect(data).to.be.ok
|
|
2385
|
+
} catch(error) {
|
|
2386
|
+
expect(error.requestId).to.be.ok
|
|
2387
|
+
expect(error.code).to.be.ok
|
|
2388
|
+
}
|
|
2389
|
+
})
|
|
2390
|
+
|
|
2371
2391
|
it("vpc.v20170312.ModifyNatGatewaySourceIpTranslationNatRule", async function () {
|
|
2372
2392
|
try {
|
|
2373
2393
|
const data = await client.ModifyNatGatewaySourceIpTranslationNatRule({})
|
|
@@ -2798,6 +2818,16 @@ it("vpc.v20170312.DescribeTrafficQosPolicy", async function () {
|
|
|
2798
2818
|
}
|
|
2799
2819
|
})
|
|
2800
2820
|
|
|
2821
|
+
it("vpc.v20170312.DescribeIPv6Addresses", async function () {
|
|
2822
|
+
try {
|
|
2823
|
+
const data = await client.DescribeIPv6Addresses({})
|
|
2824
|
+
expect(data).to.be.ok
|
|
2825
|
+
} catch(error) {
|
|
2826
|
+
expect(error.requestId).to.be.ok
|
|
2827
|
+
expect(error.code).to.be.ok
|
|
2828
|
+
}
|
|
2829
|
+
})
|
|
2830
|
+
|
|
2801
2831
|
it("vpc.v20170312.CreateFlowLog", async function () {
|
|
2802
2832
|
try {
|
|
2803
2833
|
const data = await client.CreateFlowLog({})
|
|
@@ -2928,6 +2958,26 @@ it("vpc.v20170312.DeleteSnapshotPolicies", async function () {
|
|
|
2928
2958
|
}
|
|
2929
2959
|
})
|
|
2930
2960
|
|
|
2961
|
+
it("vpc.v20170312.DescribeVpcEndPointService", async function () {
|
|
2962
|
+
try {
|
|
2963
|
+
const data = await client.DescribeVpcEndPointService({})
|
|
2964
|
+
expect(data).to.be.ok
|
|
2965
|
+
} catch(error) {
|
|
2966
|
+
expect(error.requestId).to.be.ok
|
|
2967
|
+
expect(error.code).to.be.ok
|
|
2968
|
+
}
|
|
2969
|
+
})
|
|
2970
|
+
|
|
2971
|
+
it("vpc.v20170312.RefreshDirectConnectGatewayRouteToNatGateway", async function () {
|
|
2972
|
+
try {
|
|
2973
|
+
const data = await client.RefreshDirectConnectGatewayRouteToNatGateway({})
|
|
2974
|
+
expect(data).to.be.ok
|
|
2975
|
+
} catch(error) {
|
|
2976
|
+
expect(error.requestId).to.be.ok
|
|
2977
|
+
expect(error.code).to.be.ok
|
|
2978
|
+
}
|
|
2979
|
+
})
|
|
2980
|
+
|
|
2931
2981
|
it("vpc.v20170312.CreatePrivateNatGatewayTranslationNatRule", async function () {
|
|
2932
2982
|
try {
|
|
2933
2983
|
const data = await client.CreatePrivateNatGatewayTranslationNatRule({})
|
|
@@ -3288,6 +3338,16 @@ it("vpc.v20170312.ModifyHighPriorityRouteTableAttribute", async function () {
|
|
|
3288
3338
|
}
|
|
3289
3339
|
})
|
|
3290
3340
|
|
|
3341
|
+
it("vpc.v20170312.ReleaseIPv6Addresses", async function () {
|
|
3342
|
+
try {
|
|
3343
|
+
const data = await client.ReleaseIPv6Addresses({})
|
|
3344
|
+
expect(data).to.be.ok
|
|
3345
|
+
} catch(error) {
|
|
3346
|
+
expect(error.requestId).to.be.ok
|
|
3347
|
+
expect(error.code).to.be.ok
|
|
3348
|
+
}
|
|
3349
|
+
})
|
|
3350
|
+
|
|
3291
3351
|
it("vpc.v20170312.DeleteReserveIpAddresses", async function () {
|
|
3292
3352
|
try {
|
|
3293
3353
|
const data = await client.DeleteReserveIpAddresses({})
|
|
@@ -3628,6 +3688,16 @@ it("vpc.v20170312.MigrateNetworkInterface", async function () {
|
|
|
3628
3688
|
}
|
|
3629
3689
|
})
|
|
3630
3690
|
|
|
3691
|
+
it("vpc.v20170312.AllocateIPv6Addresses", async function () {
|
|
3692
|
+
try {
|
|
3693
|
+
const data = await client.AllocateIPv6Addresses({})
|
|
3694
|
+
expect(data).to.be.ok
|
|
3695
|
+
} catch(error) {
|
|
3696
|
+
expect(error.requestId).to.be.ok
|
|
3697
|
+
expect(error.code).to.be.ok
|
|
3698
|
+
}
|
|
3699
|
+
})
|
|
3700
|
+
|
|
3631
3701
|
it("vpc.v20170312.ModifyAssistantCidr", async function () {
|
|
3632
3702
|
try {
|
|
3633
3703
|
const data = await client.ModifyAssistantCidr({})
|