tencentcloud-sdk-nodejs 4.0.987 → 4.0.989

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.
Files changed (93) hide show
  1. package/CHANGELOG.md +482 -0
  2. package/SERVICE_CHANGELOG.md +480 -203
  3. package/package.json +1 -1
  4. package/products.md +35 -35
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_client.ts +39 -13
  7. package/src/services/aiart/v20221229/aiart_models.ts +178 -59
  8. package/src/services/batch/v20170312/batch_models.ts +6 -6
  9. package/src/services/cam/v20190116/cam_client.ts +12 -0
  10. package/src/services/cam/v20190116/cam_models.ts +59 -26
  11. package/src/services/cfg/v20210820/cfg_models.ts +4 -0
  12. package/src/services/cfw/v20190904/cfw_models.ts +1 -1
  13. package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +18 -18
  14. package/src/services/cvm/v20170312/cvm_models.ts +24 -24
  15. package/src/services/cynosdb/v20190107/cynosdb_client.ts +28 -14
  16. package/src/services/cynosdb/v20190107/cynosdb_models.ts +123 -46
  17. package/src/services/dbbrain/v20210527/dbbrain_models.ts +1 -1
  18. package/src/services/emr/v20190103/emr_client.ts +59 -24
  19. package/src/services/emr/v20190103/emr_models.ts +656 -305
  20. package/src/services/es/v20180416/es_models.ts +50 -7
  21. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +5 -0
  22. package/src/services/ivld/v20210903/ivld_client.ts +2 -4
  23. package/src/services/ivld/v20210903/ivld_models.ts +19 -19
  24. package/src/services/lcic/v20220817/lcic_models.ts +1 -1
  25. package/src/services/lke/v20231130/lke_client.ts +8 -4
  26. package/src/services/mps/v20190612/mps_models.ts +31 -0
  27. package/src/services/mqtt/v20240516/mqtt_client.ts +151 -103
  28. package/src/services/mqtt/v20240516/mqtt_models.ts +202 -48
  29. package/src/services/ocr/v20181119/ocr_client.ts +1 -0
  30. package/src/services/ocr/v20181119/ocr_models.ts +110 -5
  31. package/src/services/postgres/v20170312/postgres_models.ts +86 -86
  32. package/src/services/sts/v20180813/sts_models.ts +3 -3
  33. package/src/services/tdmq/v20200217/tdmq_client.ts +4 -2
  34. package/src/services/tse/v20201207/tse_client.ts +73 -21
  35. package/src/services/tse/v20201207/tse_models.ts +322 -68
  36. package/src/services/vclm/v20240523/vclm_models.ts +3 -3
  37. package/src/services/vdb/v20230616/vdb_models.ts +3 -0
  38. package/src/services/vod/v20180717/vod_models.ts +23 -15
  39. package/src/services/vpc/v20170312/vpc_client.ts +136 -35
  40. package/src/services/vpc/v20170312/vpc_models.ts +392 -100
  41. package/tencentcloud/common/sdk_version.d.ts +1 -1
  42. package/tencentcloud/common/sdk_version.js +1 -1
  43. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +17 -7
  44. package/tencentcloud/services/aiart/v20221229/aiart_client.js +21 -7
  45. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +174 -59
  46. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +6 -6
  47. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +5 -1
  48. package/tencentcloud/services/cam/v20190116/cam_client.js +6 -0
  49. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +57 -26
  50. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +4 -0
  51. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1 -1
  52. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +18 -18
  53. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +24 -24
  54. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +9 -5
  55. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +12 -6
  56. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +119 -46
  57. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +1 -1
  58. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +13 -5
  59. package/tencentcloud/services/emr/v20190103/emr_client.js +18 -6
  60. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +644 -308
  61. package/tencentcloud/services/es/v20180416/es_models.d.ts +50 -7
  62. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +5 -0
  63. package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +0 -2
  64. package/tencentcloud/services/ivld/v20210903/ivld_client.js +0 -2
  65. package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +19 -19
  66. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
  67. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +6 -2
  68. package/tencentcloud/services/lke/v20231130/lke_client.js +6 -2
  69. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +31 -0
  70. package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +57 -41
  71. package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +84 -60
  72. package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +194 -48
  73. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +109 -5
  74. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +86 -86
  75. package/tencentcloud/services/sts/v20180813/sts_models.d.ts +3 -3
  76. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +3 -1
  77. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +3 -1
  78. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +23 -7
  79. package/tencentcloud/services/tse/v20201207/tse_client.js +33 -9
  80. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +310 -68
  81. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +3 -3
  82. package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +3 -0
  83. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +23 -15
  84. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +59 -14
  85. package/tencentcloud/services/vpc/v20170312/vpc_client.js +76 -17
  86. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +378 -100
  87. package/test/aiart.v20221229.test.js +22 -2
  88. package/test/cam.v20190116.test.js +10 -0
  89. package/test/cynosdb.v20190107.test.js +14 -4
  90. package/test/emr.v20190103.test.js +24 -4
  91. package/test/mqtt.v20240516.test.js +80 -40
  92. package/test/tse.v20201207.test.js +46 -6
  93. package/test/vpc.v20170312.test.js +84 -14
@@ -668,6 +668,16 @@ it("cam.v20190116.DescribeSafeAuthFlagIntl", async function () {
668
668
  }
669
669
  })
670
670
 
671
+ it("cam.v20190116.UpdateRoleSessionDuration", async function () {
672
+ try {
673
+ const data = await client.UpdateRoleSessionDuration({})
674
+ expect(data).to.be.ok
675
+ } catch(error) {
676
+ expect(error.requestId).to.be.ok
677
+ expect(error.code).to.be.ok
678
+ }
679
+ })
680
+
671
681
  it("cam.v20190116.ListGroups", async function () {
672
682
  try {
673
683
  const data = await client.ListGroups({})
@@ -188,9 +188,9 @@ it("cynosdb.v20190107.CloseProxy", async function () {
188
188
  }
189
189
  })
190
190
 
191
- it("cynosdb.v20190107.ExportResourcePackageDeductDetails", async function () {
191
+ it("cynosdb.v20190107.DescribeProxySpecs", async function () {
192
192
  try {
193
- const data = await client.ExportResourcePackageDeductDetails({})
193
+ const data = await client.DescribeProxySpecs({})
194
194
  expect(data).to.be.ok
195
195
  } catch(error) {
196
196
  expect(error.requestId).to.be.ok
@@ -948,6 +948,16 @@ it("cynosdb.v20190107.BindClusterResourcePackages", async function () {
948
948
  }
949
949
  })
950
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
+
951
961
  it("cynosdb.v20190107.DescribeAuditLogs", async function () {
952
962
  try {
953
963
  const data = await client.DescribeAuditLogs({})
@@ -1318,9 +1328,9 @@ it("cynosdb.v20190107.DescribeMaintainPeriod", async function () {
1318
1328
  }
1319
1329
  })
1320
1330
 
1321
- it("cynosdb.v20190107.DescribeProxySpecs", async function () {
1331
+ it("cynosdb.v20190107.ExportResourcePackageDeductDetails", async function () {
1322
1332
  try {
1323
- const data = await client.DescribeProxySpecs({})
1333
+ const data = await client.ExportResourcePackageDeductDetails({})
1324
1334
  expect(data).to.be.ok
1325
1335
  } catch(error) {
1326
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.DescribeYarnApplications", async function () {
21
+ it("emr.v20190103.DescribeInstanceRenewNodes", async function () {
22
22
  try {
23
- const data = await client.DescribeYarnApplications({})
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.DescribeInstanceRenewNodes", async function () {
101
+ it("emr.v20190103.CreateCloudInstance", async function () {
102
102
  try {
103
- const data = await client.DescribeInstanceRenewNodes({})
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({})
@@ -18,9 +18,9 @@ const client = new tencentcloud.mqtt.v20240516.Client({
18
18
  })
19
19
  describe("mqtt.v20240516.test.js", function () {
20
20
 
21
- it("mqtt.v20240516.DescribeInstance", async function () {
21
+ it("mqtt.v20240516.ModifyTopic", async function () {
22
22
  try {
23
- const data = await client.DescribeInstance({})
23
+ const data = await client.ModifyTopic({})
24
24
  expect(data).to.be.ok
25
25
  } catch(error) {
26
26
  expect(error.requestId).to.be.ok
@@ -28,9 +28,9 @@ it("mqtt.v20240516.DescribeInstance", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("mqtt.v20240516.CreateTopic", async function () {
31
+ it("mqtt.v20240516.DeactivateDeviceCertificate", async function () {
32
32
  try {
33
- const data = await client.CreateTopic({})
33
+ const data = await client.DeactivateDeviceCertificate({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -38,9 +38,9 @@ it("mqtt.v20240516.CreateTopic", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("mqtt.v20240516.ActivateDeviceCertificate", async function () {
41
+ it("mqtt.v20240516.DescribeTopic", async function () {
42
42
  try {
43
- const data = await client.ActivateDeviceCertificate({})
43
+ const data = await client.DescribeTopic({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -48,9 +48,9 @@ it("mqtt.v20240516.ActivateDeviceCertificate", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("mqtt.v20240516.DescribeAuthorizationPolicies", async function () {
51
+ it("mqtt.v20240516.CreateJWTAuthenticator", async function () {
52
52
  try {
53
- const data = await client.DescribeAuthorizationPolicies({})
53
+ const data = await client.CreateJWTAuthenticator({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -58,9 +58,9 @@ it("mqtt.v20240516.DescribeAuthorizationPolicies", async function () {
58
58
  }
59
59
  })
60
60
 
61
- it("mqtt.v20240516.RegisterDeviceCertificate", async function () {
61
+ it("mqtt.v20240516.DeleteDeviceCertificate", async function () {
62
62
  try {
63
- const data = await client.RegisterDeviceCertificate({})
63
+ const data = await client.DeleteDeviceCertificate({})
64
64
  expect(data).to.be.ok
65
65
  } catch(error) {
66
66
  expect(error.requestId).to.be.ok
@@ -68,9 +68,9 @@ it("mqtt.v20240516.RegisterDeviceCertificate", async function () {
68
68
  }
69
69
  })
70
70
 
71
- it("mqtt.v20240516.ModifyTopic", async function () {
71
+ it("mqtt.v20240516.ModifyJWTAuthenticator", async function () {
72
72
  try {
73
- const data = await client.ModifyTopic({})
73
+ const data = await client.ModifyJWTAuthenticator({})
74
74
  expect(data).to.be.ok
75
75
  } catch(error) {
76
76
  expect(error.requestId).to.be.ok
@@ -78,9 +78,9 @@ it("mqtt.v20240516.ModifyTopic", async function () {
78
78
  }
79
79
  })
80
80
 
81
- it("mqtt.v20240516.ModifyAuthorizationPolicy", async function () {
81
+ it("mqtt.v20240516.ModifyJWKSAuthenticator", async function () {
82
82
  try {
83
- const data = await client.ModifyAuthorizationPolicy({})
83
+ const data = await client.ModifyJWKSAuthenticator({})
84
84
  expect(data).to.be.ok
85
85
  } catch(error) {
86
86
  expect(error.requestId).to.be.ok
@@ -88,9 +88,9 @@ it("mqtt.v20240516.ModifyAuthorizationPolicy", async function () {
88
88
  }
89
89
  })
90
90
 
91
- it("mqtt.v20240516.DescribeInstanceList", async function () {
91
+ it("mqtt.v20240516.DescribeDeviceCertificates", async function () {
92
92
  try {
93
- const data = await client.DescribeInstanceList({})
93
+ const data = await client.DescribeDeviceCertificates({})
94
94
  expect(data).to.be.ok
95
95
  } catch(error) {
96
96
  expect(error.requestId).to.be.ok
@@ -98,9 +98,9 @@ it("mqtt.v20240516.DescribeInstanceList", async function () {
98
98
  }
99
99
  })
100
100
 
101
- it("mqtt.v20240516.DeleteAuthorizationPolicy", async function () {
101
+ it("mqtt.v20240516.RegisterDeviceCertificate", async function () {
102
102
  try {
103
- const data = await client.DeleteAuthorizationPolicy({})
103
+ const data = await client.RegisterDeviceCertificate({})
104
104
  expect(data).to.be.ok
105
105
  } catch(error) {
106
106
  expect(error.requestId).to.be.ok
@@ -108,9 +108,9 @@ it("mqtt.v20240516.DeleteAuthorizationPolicy", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("mqtt.v20240516.DeleteAuthenticator", async function () {
111
+ it("mqtt.v20240516.CreateTopic", async function () {
112
112
  try {
113
- const data = await client.DeleteAuthenticator({})
113
+ const data = await client.CreateTopic({})
114
114
  expect(data).to.be.ok
115
115
  } catch(error) {
116
116
  expect(error.requestId).to.be.ok
@@ -118,9 +118,9 @@ it("mqtt.v20240516.DeleteAuthenticator", async function () {
118
118
  }
119
119
  })
120
120
 
121
- it("mqtt.v20240516.DescribeTopic", async function () {
121
+ it("mqtt.v20240516.ActivateDeviceCertificate", async function () {
122
122
  try {
123
- const data = await client.DescribeTopic({})
123
+ const data = await client.ActivateDeviceCertificate({})
124
124
  expect(data).to.be.ok
125
125
  } catch(error) {
126
126
  expect(error.requestId).to.be.ok
@@ -128,9 +128,9 @@ it("mqtt.v20240516.DescribeTopic", async function () {
128
128
  }
129
129
  })
130
130
 
131
- it("mqtt.v20240516.DescribeAuthenticator", async function () {
131
+ it("mqtt.v20240516.DescribeAuthorizationPolicies", async function () {
132
132
  try {
133
- const data = await client.DescribeAuthenticator({})
133
+ const data = await client.DescribeAuthorizationPolicies({})
134
134
  expect(data).to.be.ok
135
135
  } catch(error) {
136
136
  expect(error.requestId).to.be.ok
@@ -138,9 +138,9 @@ it("mqtt.v20240516.DescribeAuthenticator", async function () {
138
138
  }
139
139
  })
140
140
 
141
- it("mqtt.v20240516.CreateJWTAuthenticator", async function () {
141
+ it("mqtt.v20240516.DescribeDeviceCertificate", async function () {
142
142
  try {
143
- const data = await client.CreateJWTAuthenticator({})
143
+ const data = await client.DescribeDeviceCertificate({})
144
144
  expect(data).to.be.ok
145
145
  } catch(error) {
146
146
  expect(error.requestId).to.be.ok
@@ -148,9 +148,9 @@ it("mqtt.v20240516.CreateJWTAuthenticator", async function () {
148
148
  }
149
149
  })
150
150
 
151
- it("mqtt.v20240516.UpdateAuthorizationPolicyPriority", async function () {
151
+ it("mqtt.v20240516.DescribeInstanceList", async function () {
152
152
  try {
153
- const data = await client.UpdateAuthorizationPolicyPriority({})
153
+ const data = await client.DescribeInstanceList({})
154
154
  expect(data).to.be.ok
155
155
  } catch(error) {
156
156
  expect(error.requestId).to.be.ok
@@ -158,9 +158,9 @@ it("mqtt.v20240516.UpdateAuthorizationPolicyPriority", async function () {
158
158
  }
159
159
  })
160
160
 
161
- it("mqtt.v20240516.ModifyJWTAuthenticator", async function () {
161
+ it("mqtt.v20240516.RevokedDeviceCertificate", async function () {
162
162
  try {
163
- const data = await client.ModifyJWTAuthenticator({})
163
+ const data = await client.RevokedDeviceCertificate({})
164
164
  expect(data).to.be.ok
165
165
  } catch(error) {
166
166
  expect(error.requestId).to.be.ok
@@ -168,9 +168,9 @@ it("mqtt.v20240516.ModifyJWTAuthenticator", async function () {
168
168
  }
169
169
  })
170
170
 
171
- it("mqtt.v20240516.DescribeTopicList", async function () {
171
+ it("mqtt.v20240516.DescribeInstance", async function () {
172
172
  try {
173
- const data = await client.DescribeTopicList({})
173
+ const data = await client.DescribeInstance({})
174
174
  expect(data).to.be.ok
175
175
  } catch(error) {
176
176
  expect(error.requestId).to.be.ok
@@ -188,9 +188,9 @@ it("mqtt.v20240516.DeleteTopic", async function () {
188
188
  }
189
189
  })
190
190
 
191
- it("mqtt.v20240516.DescribeDeviceCertificates", async function () {
191
+ it("mqtt.v20240516.CreateJWKSAuthenticator", async function () {
192
192
  try {
193
- const data = await client.DescribeDeviceCertificates({})
193
+ const data = await client.CreateJWKSAuthenticator({})
194
194
  expect(data).to.be.ok
195
195
  } catch(error) {
196
196
  expect(error.requestId).to.be.ok
@@ -198,9 +198,9 @@ it("mqtt.v20240516.DescribeDeviceCertificates", async function () {
198
198
  }
199
199
  })
200
200
 
201
- it("mqtt.v20240516.CreateAuthorizationPolicy", async function () {
201
+ it("mqtt.v20240516.ModifyAuthorizationPolicy", async function () {
202
202
  try {
203
- const data = await client.CreateAuthorizationPolicy({})
203
+ const data = await client.ModifyAuthorizationPolicy({})
204
204
  expect(data).to.be.ok
205
205
  } catch(error) {
206
206
  expect(error.requestId).to.be.ok
@@ -208,9 +208,9 @@ it("mqtt.v20240516.CreateAuthorizationPolicy", async function () {
208
208
  }
209
209
  })
210
210
 
211
- it("mqtt.v20240516.ModifyJWKSAuthenticator", async function () {
211
+ it("mqtt.v20240516.DeleteAuthorizationPolicy", async function () {
212
212
  try {
213
- const data = await client.ModifyJWKSAuthenticator({})
213
+ const data = await client.DeleteAuthorizationPolicy({})
214
214
  expect(data).to.be.ok
215
215
  } catch(error) {
216
216
  expect(error.requestId).to.be.ok
@@ -218,9 +218,49 @@ it("mqtt.v20240516.ModifyJWKSAuthenticator", async function () {
218
218
  }
219
219
  })
220
220
 
221
- it("mqtt.v20240516.CreateJWKSAuthenticator", async function () {
221
+ it("mqtt.v20240516.DeleteAuthenticator", async function () {
222
222
  try {
223
- const data = await client.CreateJWKSAuthenticator({})
223
+ const data = await client.DeleteAuthenticator({})
224
+ expect(data).to.be.ok
225
+ } catch(error) {
226
+ expect(error.requestId).to.be.ok
227
+ expect(error.code).to.be.ok
228
+ }
229
+ })
230
+
231
+ it("mqtt.v20240516.DescribeAuthenticator", async function () {
232
+ try {
233
+ const data = await client.DescribeAuthenticator({})
234
+ expect(data).to.be.ok
235
+ } catch(error) {
236
+ expect(error.requestId).to.be.ok
237
+ expect(error.code).to.be.ok
238
+ }
239
+ })
240
+
241
+ it("mqtt.v20240516.UpdateAuthorizationPolicyPriority", async function () {
242
+ try {
243
+ const data = await client.UpdateAuthorizationPolicyPriority({})
244
+ expect(data).to.be.ok
245
+ } catch(error) {
246
+ expect(error.requestId).to.be.ok
247
+ expect(error.code).to.be.ok
248
+ }
249
+ })
250
+
251
+ it("mqtt.v20240516.DescribeTopicList", async function () {
252
+ try {
253
+ const data = await client.DescribeTopicList({})
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
+
261
+ it("mqtt.v20240516.CreateAuthorizationPolicy", async function () {
262
+ try {
263
+ const data = await client.CreateAuthorizationPolicy({})
224
264
  expect(data).to.be.ok
225
265
  } catch(error) {
226
266
  expect(error.requestId).to.be.ok
@@ -228,6 +228,16 @@ it("tse.v20201207.DescribeAutoScalerResourceStrategies", async function () {
228
228
  }
229
229
  })
230
230
 
231
+ it("tse.v20201207.ModifyNativeGatewayServiceSource", async function () {
232
+ try {
233
+ const data = await client.ModifyNativeGatewayServiceSource({})
234
+ expect(data).to.be.ok
235
+ } catch(error) {
236
+ expect(error.requestId).to.be.ok
237
+ expect(error.code).to.be.ok
238
+ }
239
+ })
240
+
231
241
  it("tse.v20201207.ModifyNetworkBasicInfo", async function () {
232
242
  try {
233
243
  const data = await client.ModifyNetworkBasicInfo({})
@@ -348,6 +358,16 @@ it("tse.v20201207.PublishConfigFiles", async function () {
348
358
  }
349
359
  })
350
360
 
361
+ it("tse.v20201207.DeleteGovernanceServices", async function () {
362
+ try {
363
+ const data = await client.DeleteGovernanceServices({})
364
+ expect(data).to.be.ok
365
+ } catch(error) {
366
+ expect(error.requestId).to.be.ok
367
+ expect(error.code).to.be.ok
368
+ }
369
+ })
370
+
351
371
  it("tse.v20201207.DescribeConfigFile", async function () {
352
372
  try {
353
373
  const data = await client.DescribeConfigFile({})
@@ -438,9 +458,9 @@ it("tse.v20201207.DescribeGovernanceNamespaces", async function () {
438
458
  }
439
459
  })
440
460
 
441
- it("tse.v20201207.UpdateUpstreamTargets", async function () {
461
+ it("tse.v20201207.DeleteGovernanceInstancesByHost", async function () {
442
462
  try {
443
- const data = await client.UpdateUpstreamTargets({})
463
+ const data = await client.DeleteGovernanceInstancesByHost({})
444
464
  expect(data).to.be.ok
445
465
  } catch(error) {
446
466
  expect(error.requestId).to.be.ok
@@ -578,6 +598,16 @@ it("tse.v20201207.DescribeUpstreamHealthCheckConfig", async function () {
578
598
  }
579
599
  })
580
600
 
601
+ it("tse.v20201207.DescribeNativeGatewayServiceSources", async function () {
602
+ try {
603
+ const data = await client.DescribeNativeGatewayServiceSources({})
604
+ expect(data).to.be.ok
605
+ } catch(error) {
606
+ expect(error.requestId).to.be.ok
607
+ expect(error.code).to.be.ok
608
+ }
609
+ })
610
+
581
611
  it("tse.v20201207.ModifyNativeGatewayServerGroup", async function () {
582
612
  try {
583
613
  const data = await client.ModifyNativeGatewayServerGroup({})
@@ -608,9 +638,9 @@ it("tse.v20201207.ModifyCloudNativeAPIGatewayServiceRateLimit", async function (
608
638
  }
609
639
  })
610
640
 
611
- it("tse.v20201207.DeleteGovernanceServices", async function () {
641
+ it("tse.v20201207.CreateNativeGatewayServiceSource", async function () {
612
642
  try {
613
- const data = await client.DeleteGovernanceServices({})
643
+ const data = await client.CreateNativeGatewayServiceSource({})
614
644
  expect(data).to.be.ok
615
645
  } catch(error) {
616
646
  expect(error.requestId).to.be.ok
@@ -758,6 +788,16 @@ it("tse.v20201207.DescribeGovernanceServiceContractVersions", async function ()
758
788
  }
759
789
  })
760
790
 
791
+ it("tse.v20201207.UpdateUpstreamTargets", async function () {
792
+ try {
793
+ const data = await client.UpdateUpstreamTargets({})
794
+ expect(data).to.be.ok
795
+ } catch(error) {
796
+ expect(error.requestId).to.be.ok
797
+ expect(error.code).to.be.ok
798
+ }
799
+ })
800
+
761
801
  it("tse.v20201207.OpenWafProtection", async function () {
762
802
  try {
763
803
  const data = await client.OpenWafProtection({})
@@ -1118,9 +1158,9 @@ it("tse.v20201207.CreateCloudNativeAPIGatewayServiceRateLimit", async function (
1118
1158
  }
1119
1159
  })
1120
1160
 
1121
- it("tse.v20201207.DeleteGovernanceInstancesByHost", async function () {
1161
+ it("tse.v20201207.DeleteNativeGatewayServiceSource", async function () {
1122
1162
  try {
1123
- const data = await client.DeleteGovernanceInstancesByHost({})
1163
+ const data = await client.DeleteNativeGatewayServiceSource({})
1124
1164
  expect(data).to.be.ok
1125
1165
  } catch(error) {
1126
1166
  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.DescribeVpcEndPointService", async function () {
1211
+ it("vpc.v20170312.ModifyIPv6AddressesBandwidth", async function () {
1192
1212
  try {
1193
- const data = await client.DescribeVpcEndPointService({})
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.RefreshDirectConnectGatewayRouteToNatGateway", async function () {
1221
+ it("vpc.v20170312.DescribeCrossBorderCcnRegionBandwidthLimits", async function () {
1202
1222
  try {
1203
- const data = await client.RefreshDirectConnectGatewayRouteToNatGateway({})
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({})