tencentcloud-sdk-nodejs 4.0.962 → 4.0.963

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 (202) hide show
  1. package/CHANGELOG.md +1033 -0
  2. package/SERVICE_CHANGELOG.md +2001 -422
  3. package/package.json +1 -1
  4. package/products.md +51 -52
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apm/v20210622/apm_models.ts +10 -0
  7. package/src/services/asr/v20190614/asr_models.ts +3 -2
  8. package/src/services/bi/v20220105/bi_models.ts +20 -4
  9. package/src/services/billing/v20180709/billing_client.ts +15 -2
  10. package/src/services/billing/v20180709/billing_models.ts +181 -23
  11. package/src/services/bsca/v20210811/bsca_client.ts +2 -0
  12. package/src/services/bsca/v20210811/bsca_models.ts +112 -8
  13. package/src/services/ccc/v20200210/ccc_client.ts +14 -1
  14. package/src/services/ccc/v20200210/ccc_models.ts +100 -18
  15. package/src/services/cdb/v20170320/cdb_client.ts +1 -1
  16. package/src/services/cdb/v20170320/cdb_models.ts +9 -1
  17. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  18. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +13 -2
  19. package/src/services/cfs/v20190719/cfs_models.ts +3 -3
  20. package/src/services/cfw/v20190904/cfw_client.ts +16 -20
  21. package/src/services/cfw/v20190904/cfw_models.ts +36 -13
  22. package/src/services/ciam/v20220331/ciam_models.ts +80 -75
  23. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  24. package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +23 -25
  25. package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +162 -141
  26. package/src/services/cls/v20201016/cls_client.ts +16 -6
  27. package/src/services/cls/v20201016/cls_models.ts +265 -114
  28. package/src/services/cvm/v20170312/cvm_client.ts +1 -0
  29. package/src/services/cvm/v20170312/cvm_models.ts +26 -0
  30. package/src/services/cwp/v20180228/cwp_client.ts +2 -3
  31. package/src/services/cwp/v20180228/cwp_models.ts +251 -220
  32. package/src/services/cynosdb/v20190107/cynosdb_client.ts +22 -21
  33. package/src/services/cynosdb/v20190107/cynosdb_models.ts +26 -0
  34. package/src/services/dasb/v20191018/dasb_models.ts +37 -0
  35. package/src/services/dlc/v20210125/dlc_models.ts +5 -0
  36. package/src/services/domain/v20180808/domain_models.ts +1 -1
  37. package/src/services/eb/v20210416/eb_models.ts +12 -12
  38. package/src/services/emr/v20190103/emr_models.ts +4 -0
  39. package/src/services/es/v20180416/es_client.ts +118 -68
  40. package/src/services/es/v20180416/es_models.ts +371 -101
  41. package/src/services/ess/v20201111/ess_client.ts +82 -39
  42. package/src/services/ess/v20201111/ess_models.ts +171 -70
  43. package/src/services/essbasic/v20210526/essbasic_client.ts +68 -9
  44. package/src/services/essbasic/v20210526/essbasic_models.ts +211 -69
  45. package/src/services/gaap/v20180529/gaap_models.ts +38 -17
  46. package/src/services/index.ts +0 -1
  47. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +20 -0
  48. package/src/services/iss/v20230517/iss_models.ts +9 -0
  49. package/src/services/live/v20180801/live_client.ts +1 -0
  50. package/src/services/live/v20180801/live_models.ts +15 -0
  51. package/src/services/mongodb/v20190725/mongodb_models.ts +3 -7
  52. package/src/services/mqtt/v20240516/mqtt_models.ts +2 -2
  53. package/src/services/ocr/v20181119/ocr_models.ts +2 -11
  54. package/src/services/organization/v20210331/organization_client.ts +96 -23
  55. package/src/services/organization/v20210331/organization_models.ts +334 -108
  56. package/src/services/partners/v20180321/partners_client.ts +18 -6
  57. package/src/services/partners/v20180321/partners_models.ts +25 -0
  58. package/src/services/region/v20220627/region_models.ts +0 -1
  59. package/src/services/scf/v20180416/scf_client.ts +73 -8
  60. package/src/services/scf/v20180416/scf_models.ts +311 -26
  61. package/src/services/ssl/v20191205/ssl_models.ts +17 -5
  62. package/src/services/tat/v20201028/tat_models.ts +4 -9
  63. package/src/services/tcss/v20201101/tcss_client.ts +2 -1
  64. package/src/services/tcss/v20201101/tcss_models.ts +108 -1
  65. package/src/services/tdmq/v20200217/tdmq_models.ts +11 -11
  66. package/src/services/tem/v20210701/tem_models.ts +39 -35
  67. package/src/services/teo/v20220901/teo_client.ts +77 -8
  68. package/src/services/teo/v20220901/teo_models.ts +610 -147
  69. package/src/services/tke/v20180525/tke_client.ts +12 -0
  70. package/src/services/tke/v20180525/tke_models.ts +24 -0
  71. package/src/services/tms/v20201229/tms_client.ts +2 -18
  72. package/src/services/tms/v20201229/tms_models.ts +50 -235
  73. package/src/services/trtc/v20190722/trtc_client.ts +5 -1
  74. package/src/services/trtc/v20190722/trtc_models.ts +129 -10
  75. package/src/services/vpc/v20170312/vpc_client.ts +13 -1
  76. package/src/services/vpc/v20170312/vpc_models.ts +60 -25
  77. package/src/services/waf/v20180125/waf_client.ts +12 -0
  78. package/src/services/waf/v20180125/waf_models.ts +32 -0
  79. package/src/services/wedata/v20210820/wedata_client.ts +37 -7
  80. package/src/services/wedata/v20210820/wedata_models.ts +455 -118
  81. package/tencentcloud/common/sdk_version.d.ts +1 -1
  82. package/tencentcloud/common/sdk_version.js +1 -1
  83. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +10 -0
  84. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -2
  85. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +20 -4
  86. package/tencentcloud/services/billing/v20180709/billing_client.d.ts +5 -1
  87. package/tencentcloud/services/billing/v20180709/billing_client.js +6 -0
  88. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +178 -23
  89. package/tencentcloud/services/bsca/v20210811/bsca_models.d.ts +110 -8
  90. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
  91. package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
  92. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +97 -18
  93. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  94. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  95. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +9 -1
  96. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  97. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +13 -2
  98. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +3 -3
  99. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +6 -10
  100. package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -10
  101. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +36 -13
  102. package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +80 -75
  103. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  104. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +7 -11
  105. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +9 -13
  106. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +156 -137
  107. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +9 -2
  108. package/tencentcloud/services/cls/v20201016/cls_client.js +8 -1
  109. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +262 -114
  110. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +25 -0
  111. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +0 -1
  112. package/tencentcloud/services/cwp/v20180228/cwp_client.js +0 -1
  113. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +251 -220
  114. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +21 -21
  115. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +21 -21
  116. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +25 -0
  117. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +37 -0
  118. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +5 -0
  119. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +1 -1
  120. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +12 -12
  121. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
  122. package/tencentcloud/services/es/v20180416/es_client.d.ts +41 -25
  123. package/tencentcloud/services/es/v20180416/es_client.js +58 -34
  124. package/tencentcloud/services/es/v20180416/es_models.d.ts +361 -101
  125. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +57 -23
  126. package/tencentcloud/services/ess/v20201111/ess_client.js +62 -26
  127. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +168 -70
  128. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +51 -9
  129. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +54 -8
  130. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +206 -69
  131. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +38 -17
  132. package/tencentcloud/services/index.d.ts +0 -1
  133. package/tencentcloud/services/index.js +0 -2
  134. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +20 -0
  135. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +9 -0
  136. package/tencentcloud/services/live/v20180801/live_models.d.ts +14 -0
  137. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +3 -7
  138. package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +2 -2
  139. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -11
  140. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +31 -7
  141. package/tencentcloud/services/organization/v20210331/organization_client.js +45 -9
  142. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +320 -107
  143. package/tencentcloud/services/partners/v20180321/partners_client.d.ts +7 -3
  144. package/tencentcloud/services/partners/v20180321/partners_client.js +9 -3
  145. package/tencentcloud/services/partners/v20180321/partners_models.d.ts +23 -0
  146. package/tencentcloud/services/region/v20220627/region_models.d.ts +0 -1
  147. package/tencentcloud/services/scf/v20180416/scf_client.d.ts +23 -3
  148. package/tencentcloud/services/scf/v20180416/scf_client.js +33 -3
  149. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +296 -26
  150. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +17 -5
  151. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +4 -9
  152. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +1 -1
  153. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +107 -1
  154. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +11 -11
  155. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +39 -35
  156. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +21 -1
  157. package/tencentcloud/services/teo/v20220901/teo_client.js +30 -0
  158. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +601 -157
  159. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +5 -1
  160. package/tencentcloud/services/tke/v20180525/tke_client.js +6 -0
  161. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +22 -0
  162. package/tencentcloud/services/tms/v20201229/tms_client.d.ts +1 -5
  163. package/tencentcloud/services/tms/v20201229/tms_client.js +0 -6
  164. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +49 -228
  165. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +125 -10
  166. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +5 -1
  167. package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -0
  168. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +58 -25
  169. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  170. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  171. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +30 -0
  172. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +9 -1
  173. package/tencentcloud/services/wedata/v20210820/wedata_client.js +12 -0
  174. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +445 -118
  175. package/test/billing.v20180709.test.js +10 -0
  176. package/test/ccc.v20200210.test.js +10 -0
  177. package/test/cloudaudit.v20190319.test.js +12 -12
  178. package/test/es.v20180416.test.js +64 -24
  179. package/test/ess.v20201111.test.js +24 -14
  180. package/test/essbasic.v20210526.test.js +20 -0
  181. package/test/organization.v20210331.test.js +72 -12
  182. package/test/partners.v20180321.test.js +12 -2
  183. package/test/scf.v20180416.test.js +52 -2
  184. package/test/teo.v20220901.test.js +50 -0
  185. package/test/tke.v20180525.test.js +10 -0
  186. package/test/tms.v20201229.test.js +0 -10
  187. package/test/vpc.v20170312.test.js +10 -0
  188. package/test/waf.v20180125.test.js +10 -0
  189. package/test/wedata.v20210820.test.js +20 -0
  190. package/src/services/cr/index.ts +0 -5
  191. package/src/services/cr/v20180321/cr_client.ts +0 -385
  192. package/src/services/cr/v20180321/cr_models.ts +0 -1663
  193. package/src/services/cr/v20180321/index.ts +0 -6
  194. package/tencentcloud/services/cr/index.d.ts +0 -6
  195. package/tencentcloud/services/cr/index.js +0 -7
  196. package/tencentcloud/services/cr/v20180321/cr_client.d.ts +0 -123
  197. package/tencentcloud/services/cr/v20180321/cr_client.js +0 -203
  198. package/tencentcloud/services/cr/v20180321/cr_models.d.ts +0 -1577
  199. package/tencentcloud/services/cr/v20180321/cr_models.js +0 -18
  200. package/tencentcloud/services/cr/v20180321/index.d.ts +0 -6
  201. package/tencentcloud/services/cr/v20180321/index.js +0 -9
  202. package/test/cr.v20180321.test.js +0 -301
@@ -288,6 +288,16 @@ it("billing.v20180709.DescribeSavingPlanUsage", async function () {
288
288
  }
289
289
  })
290
290
 
291
+ it("billing.v20180709.DescribeBillAdjustInfo", async function () {
292
+ try {
293
+ const data = await client.DescribeBillAdjustInfo({})
294
+ expect(data).to.be.ok
295
+ } catch(error) {
296
+ expect(error.requestId).to.be.ok
297
+ expect(error.code).to.be.ok
298
+ }
299
+ })
300
+
291
301
  it("billing.v20180709.DescribeAllocationBillDetail", async function () {
292
302
  try {
293
303
  const data = await client.DescribeAllocationBillDetail({})
@@ -58,6 +58,16 @@ it("ccc.v20200210.CreateAICall", async function () {
58
58
  }
59
59
  })
60
60
 
61
+ it("ccc.v20200210.DescribeTelRecordAsr", async function () {
62
+ try {
63
+ const data = await client.DescribeTelRecordAsr({})
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("ccc.v20200210.StopAutoCalloutTask", async function () {
62
72
  try {
63
73
  const data = await client.StopAutoCalloutTask({})
@@ -78,9 +78,9 @@ it("cloudaudit.v20190319.ListCmqEnableRegion", async function () {
78
78
  }
79
79
  })
80
80
 
81
- it("cloudaudit.v20190319.DeleteAudit", async function () {
81
+ it("cloudaudit.v20190319.CreateEventsAuditTrack", async function () {
82
82
  try {
83
- const data = await client.DeleteAudit({})
83
+ const data = await client.CreateEventsAuditTrack({})
84
84
  expect(data).to.be.ok
85
85
  } catch(error) {
86
86
  expect(error.requestId).to.be.ok
@@ -98,6 +98,16 @@ it("cloudaudit.v20190319.DescribeEvents", async function () {
98
98
  }
99
99
  })
100
100
 
101
+ it("cloudaudit.v20190319.ModifyEventsAuditTrack", async function () {
102
+ try {
103
+ const data = await client.ModifyEventsAuditTrack({})
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
+
101
111
  it("cloudaudit.v20190319.StopLogging", async function () {
102
112
  try {
103
113
  const data = await client.StopLogging({})
@@ -168,16 +178,6 @@ it("cloudaudit.v20190319.DescribeAudit", async function () {
168
178
  }
169
179
  })
170
180
 
171
- it("cloudaudit.v20190319.CreateAudit", async function () {
172
- try {
173
- const data = await client.CreateAudit({})
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
-
181
181
  it("cloudaudit.v20190319.DeleteAuditTrack", async function () {
182
182
  try {
183
183
  const data = await client.DeleteAuditTrack({})
@@ -38,9 +38,9 @@ it("es.v20180416.DeleteLogstashInstance", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("es.v20180416.UpdateIndex", async function () {
41
+ it("es.v20180416.RestoreClusterSnapshot", async function () {
42
42
  try {
43
- const data = await client.UpdateIndex({})
43
+ const data = await client.RestoreClusterSnapshot({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -118,6 +118,16 @@ it("es.v20180416.DescribeUserCosSnapshotList", async function () {
118
118
  }
119
119
  })
120
120
 
121
+ it("es.v20180416.UpdateIndex", async function () {
122
+ try {
123
+ const data = await client.UpdateIndex({})
124
+ expect(data).to.be.ok
125
+ } catch(error) {
126
+ expect(error.requestId).to.be.ok
127
+ expect(error.code).to.be.ok
128
+ }
129
+ })
130
+
121
131
  it("es.v20180416.DeleteInstance", async function () {
122
132
  try {
123
133
  const data = await client.DeleteInstance({})
@@ -238,9 +248,9 @@ it("es.v20180416.DeleteServerlessInstance", async function () {
238
248
  }
239
249
  })
240
250
 
241
- it("es.v20180416.DescribeDiagnose", async function () {
251
+ it("es.v20180416.CreateServerlessSpaceV2", async function () {
242
252
  try {
243
- const data = await client.DescribeDiagnose({})
253
+ const data = await client.CreateServerlessSpaceV2({})
244
254
  expect(data).to.be.ok
245
255
  } catch(error) {
246
256
  expect(error.requestId).to.be.ok
@@ -248,9 +258,9 @@ it("es.v20180416.DescribeDiagnose", async function () {
248
258
  }
249
259
  })
250
260
 
251
- it("es.v20180416.UpdateInstance", async function () {
261
+ it("es.v20180416.DescribeClusterSnapshot", async function () {
252
262
  try {
253
- const data = await client.UpdateInstance({})
263
+ const data = await client.DescribeClusterSnapshot({})
254
264
  expect(data).to.be.ok
255
265
  } catch(error) {
256
266
  expect(error.requestId).to.be.ok
@@ -278,6 +288,16 @@ it("es.v20180416.RestartInstance", async function () {
278
288
  }
279
289
  })
280
290
 
291
+ it("es.v20180416.UpdateInstance", async function () {
292
+ try {
293
+ const data = await client.UpdateInstance({})
294
+ expect(data).to.be.ok
295
+ } catch(error) {
296
+ expect(error.requestId).to.be.ok
297
+ expect(error.code).to.be.ok
298
+ }
299
+ })
300
+
281
301
  it("es.v20180416.DescribeInstanceLogs", async function () {
282
302
  try {
283
303
  const data = await client.DescribeInstanceLogs({})
@@ -308,9 +328,9 @@ it("es.v20180416.ModifyEsVipSecurityGroup", async function () {
308
328
  }
309
329
  })
310
330
 
311
- it("es.v20180416.DescribeLogstashInstanceOperations", async function () {
331
+ it("es.v20180416.CreateServerlessInstance", async function () {
312
332
  try {
313
- const data = await client.DescribeLogstashInstanceOperations({})
333
+ const data = await client.CreateServerlessInstance({})
314
334
  expect(data).to.be.ok
315
335
  } catch(error) {
316
336
  expect(error.requestId).to.be.ok
@@ -368,9 +388,9 @@ it("es.v20180416.DescribeLogstashInstances", async function () {
368
388
  }
369
389
  })
370
390
 
371
- it("es.v20180416.CreateServerlessSpaceV2", async function () {
391
+ it("es.v20180416.DescribeServerlessInstances", async function () {
372
392
  try {
373
- const data = await client.CreateServerlessSpaceV2({})
393
+ const data = await client.DescribeServerlessInstances({})
374
394
  expect(data).to.be.ok
375
395
  } catch(error) {
376
396
  expect(error.requestId).to.be.ok
@@ -418,6 +438,26 @@ it("es.v20180416.UpgradeInstance", async function () {
418
438
  }
419
439
  })
420
440
 
441
+ it("es.v20180416.DescribeDiagnose", async function () {
442
+ try {
443
+ const data = await client.DescribeDiagnose({})
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
+
451
+ it("es.v20180416.DeleteServerlessSpaceUser", async function () {
452
+ try {
453
+ const data = await client.DeleteServerlessSpaceUser({})
454
+ expect(data).to.be.ok
455
+ } catch(error) {
456
+ expect(error.requestId).to.be.ok
457
+ expect(error.code).to.be.ok
458
+ }
459
+ })
460
+
421
461
  it("es.v20180416.DeleteLogstashPipelines", async function () {
422
462
  try {
423
463
  const data = await client.DeleteLogstashPipelines({})
@@ -468,9 +508,19 @@ it("es.v20180416.RestartLogstashInstance", async function () {
468
508
  }
469
509
  })
470
510
 
471
- it("es.v20180416.DeleteServerlessSpaceUser", async function () {
511
+ it("es.v20180416.CreateClusterSnapshot", async function () {
472
512
  try {
473
- const data = await client.DeleteServerlessSpaceUser({})
513
+ const data = await client.CreateClusterSnapshot({})
514
+ expect(data).to.be.ok
515
+ } catch(error) {
516
+ expect(error.requestId).to.be.ok
517
+ expect(error.code).to.be.ok
518
+ }
519
+ })
520
+
521
+ it("es.v20180416.DeleteClusterSnapshot", async function () {
522
+ try {
523
+ const data = await client.DeleteClusterSnapshot({})
474
524
  expect(data).to.be.ok
475
525
  } catch(error) {
476
526
  expect(error.requestId).to.be.ok
@@ -548,16 +598,6 @@ it("es.v20180416.DescribeInstancePluginList", async function () {
548
598
  }
549
599
  })
550
600
 
551
- it("es.v20180416.DescribeServerlessInstances", async function () {
552
- try {
553
- const data = await client.DescribeServerlessInstances({})
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
601
  it("es.v20180416.DescribeIndexMeta", async function () {
562
602
  try {
563
603
  const data = await client.DescribeIndexMeta({})
@@ -568,9 +608,9 @@ it("es.v20180416.DescribeIndexMeta", async function () {
568
608
  }
569
609
  })
570
610
 
571
- it("es.v20180416.CreateServerlessInstance", async function () {
611
+ it("es.v20180416.DescribeLogstashInstanceOperations", async function () {
572
612
  try {
573
- const data = await client.CreateServerlessInstance({})
613
+ const data = await client.DescribeLogstashInstanceOperations({})
574
614
  expect(data).to.be.ok
575
615
  } catch(error) {
576
616
  expect(error.requestId).to.be.ok
@@ -558,16 +558,6 @@ it("ess.v20201111.ModifyExtendedService", async function () {
558
558
  }
559
559
  })
560
560
 
561
- it("ess.v20201111.ModifyFlowDeadline", async function () {
562
- try {
563
- const data = await client.ModifyFlowDeadline({})
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
-
571
561
  it("ess.v20201111.CreateFlowBlockchainEvidenceUrl", async function () {
572
562
  try {
573
563
  const data = await client.CreateFlowBlockchainEvidenceUrl({})
@@ -728,6 +718,16 @@ it("ess.v20201111.CreateIntegrationEmployees", async function () {
728
718
  }
729
719
  })
730
720
 
721
+ it("ess.v20201111.DeleteOrganizationAuthorizations", async function () {
722
+ try {
723
+ const data = await client.DeleteOrganizationAuthorizations({})
724
+ expect(data).to.be.ok
725
+ } catch(error) {
726
+ expect(error.requestId).to.be.ok
727
+ expect(error.code).to.be.ok
728
+ }
729
+ })
730
+
731
731
  it("ess.v20201111.CreateBatchQuickSignUrl", async function () {
732
732
  try {
733
733
  const data = await client.CreateBatchQuickSignUrl({})
@@ -778,9 +778,9 @@ it("ess.v20201111.CreateBatchCancelFlowUrl", async function () {
778
778
  }
779
779
  })
780
780
 
781
- it("ess.v20201111.DeleteIntegrationDepartment", async function () {
781
+ it("ess.v20201111.ModifyFlowDeadline", async function () {
782
782
  try {
783
- const data = await client.DeleteIntegrationDepartment({})
783
+ const data = await client.ModifyFlowDeadline({})
784
784
  expect(data).to.be.ok
785
785
  } catch(error) {
786
786
  expect(error.requestId).to.be.ok
@@ -808,9 +808,9 @@ it("ess.v20201111.CreatePrepareFlow", async function () {
808
808
  }
809
809
  })
810
810
 
811
- it("ess.v20201111.DescribeBillUsage", async function () {
811
+ it("ess.v20201111.DeleteIntegrationDepartment", async function () {
812
812
  try {
813
- const data = await client.DescribeBillUsage({})
813
+ const data = await client.DeleteIntegrationDepartment({})
814
814
  expect(data).to.be.ok
815
815
  } catch(error) {
816
816
  expect(error.requestId).to.be.ok
@@ -878,6 +878,16 @@ it("ess.v20201111.GetTaskResultApi", async function () {
878
878
  }
879
879
  })
880
880
 
881
+ it("ess.v20201111.DescribeBillUsage", async function () {
882
+ try {
883
+ const data = await client.DescribeBillUsage({})
884
+ expect(data).to.be.ok
885
+ } catch(error) {
886
+ expect(error.requestId).to.be.ok
887
+ expect(error.code).to.be.ok
888
+ }
889
+ })
890
+
881
891
  it("ess.v20201111.ArchiveDynamicFlow", async function () {
882
892
  try {
883
893
  const data = await client.ArchiveDynamicFlow({})
@@ -518,6 +518,16 @@ it("essbasic.v20210526.ChannelDescribeEmployees", async function () {
518
518
  }
519
519
  })
520
520
 
521
+ it("essbasic.v20210526.CreateCloseOrganizationUrl", async function () {
522
+ try {
523
+ const data = await client.CreateCloseOrganizationUrl({})
524
+ expect(data).to.be.ok
525
+ } catch(error) {
526
+ expect(error.requestId).to.be.ok
527
+ expect(error.code).to.be.ok
528
+ }
529
+ })
530
+
521
531
  it("essbasic.v20210526.ChannelBatchCancelFlows", async function () {
522
532
  try {
523
533
  const data = await client.ChannelBatchCancelFlows({})
@@ -808,6 +818,16 @@ it("essbasic.v20210526.ChannelCreateUserAutoSignEnableUrl", async function () {
808
818
  }
809
819
  })
810
820
 
821
+ it("essbasic.v20210526.DeleteOrganizationAuthorizations", async function () {
822
+ try {
823
+ const data = await client.DeleteOrganizationAuthorizations({})
824
+ expect(data).to.be.ok
825
+ } catch(error) {
826
+ expect(error.requestId).to.be.ok
827
+ expect(error.code).to.be.ok
828
+ }
829
+ })
830
+
811
831
  it("essbasic.v20210526.ChannelDescribeFlowComponents", async function () {
812
832
  try {
813
833
  const data = await client.ChannelDescribeFlowComponents({})
@@ -38,6 +38,16 @@ it("organization.v20210331.ListGroupMembers", async function () {
38
38
  }
39
39
  })
40
40
 
41
+ it("organization.v20210331.ListOrganizationIdentity", async function () {
42
+ try {
43
+ const data = await client.ListOrganizationIdentity({})
44
+ expect(data).to.be.ok
45
+ } catch(error) {
46
+ expect(error.requestId).to.be.ok
47
+ expect(error.code).to.be.ok
48
+ }
49
+ })
50
+
41
51
  it("organization.v20210331.AddOrganizationNode", async function () {
42
52
  try {
43
53
  const data = await client.AddOrganizationNode({})
@@ -68,6 +78,16 @@ it("organization.v20210331.RemovePermissionPolicyFromRoleConfiguration", async f
68
78
  }
69
79
  })
70
80
 
81
+ it("organization.v20210331.UpdateSCIMCredentialStatus", async function () {
82
+ try {
83
+ const data = await client.UpdateSCIMCredentialStatus({})
84
+ expect(data).to.be.ok
85
+ } catch(error) {
86
+ expect(error.requestId).to.be.ok
87
+ expect(error.code).to.be.ok
88
+ }
89
+ })
90
+
71
91
  it("organization.v20210331.UpdateUser", async function () {
72
92
  try {
73
93
  const data = await client.UpdateUser({})
@@ -188,9 +208,9 @@ it("organization.v20210331.RemoveUserFromGroup", async function () {
188
208
  }
189
209
  })
190
210
 
191
- it("organization.v20210331.ListOrganizationIdentity", async function () {
211
+ it("organization.v20210331.DescribeOrganizationFinancialByProduct", async function () {
192
212
  try {
193
- const data = await client.ListOrganizationIdentity({})
213
+ const data = await client.DescribeOrganizationFinancialByProduct({})
194
214
  expect(data).to.be.ok
195
215
  } catch(error) {
196
216
  expect(error.requestId).to.be.ok
@@ -328,16 +348,6 @@ it("organization.v20210331.ClearExternalSAMLIdentityProvider", async function ()
328
348
  }
329
349
  })
330
350
 
331
- it("organization.v20210331.DescribeOrganizationFinancialByProduct", async function () {
332
- try {
333
- const data = await client.DescribeOrganizationFinancialByProduct({})
334
- expect(data).to.be.ok
335
- } catch(error) {
336
- expect(error.requestId).to.be.ok
337
- expect(error.code).to.be.ok
338
- }
339
- })
340
-
341
351
  it("organization.v20210331.UpdateOrganizationIdentity", async function () {
342
352
  try {
343
353
  const data = await client.UpdateOrganizationIdentity({})
@@ -708,6 +718,16 @@ it("organization.v20210331.DeleteGroup", async function () {
708
718
  }
709
719
  })
710
720
 
721
+ it("organization.v20210331.GetSCIMSynchronizationStatus", async function () {
722
+ try {
723
+ const data = await client.GetSCIMSynchronizationStatus({})
724
+ expect(data).to.be.ok
725
+ } catch(error) {
726
+ expect(error.requestId).to.be.ok
727
+ expect(error.code).to.be.ok
728
+ }
729
+ })
730
+
711
731
  it("organization.v20210331.SetExternalSAMLIdentityProvider", async function () {
712
732
  try {
713
733
  const data = await client.SetExternalSAMLIdentityProvider({})
@@ -738,6 +758,16 @@ it("organization.v20210331.ListPoliciesForTarget", async function () {
738
758
  }
739
759
  })
740
760
 
761
+ it("organization.v20210331.DeleteSCIMCredential", async function () {
762
+ try {
763
+ const data = await client.DeleteSCIMCredential({})
764
+ expect(data).to.be.ok
765
+ } catch(error) {
766
+ expect(error.requestId).to.be.ok
767
+ expect(error.code).to.be.ok
768
+ }
769
+ })
770
+
741
771
  it("organization.v20210331.UpdateUserSyncProvisioning", async function () {
742
772
  try {
743
773
  const data = await client.UpdateUserSyncProvisioning({})
@@ -768,6 +798,16 @@ it("organization.v20210331.DescribeOrganization", async function () {
768
798
  }
769
799
  })
770
800
 
801
+ it("organization.v20210331.UpdateSCIMSynchronizationStatus", async function () {
802
+ try {
803
+ const data = await client.UpdateSCIMSynchronizationStatus({})
804
+ expect(data).to.be.ok
805
+ } catch(error) {
806
+ expect(error.requestId).to.be.ok
807
+ expect(error.code).to.be.ok
808
+ }
809
+ })
810
+
771
811
  it("organization.v20210331.ListGroups", async function () {
772
812
  try {
773
813
  const data = await client.ListGroups({})
@@ -878,6 +918,16 @@ it("organization.v20210331.DescribeIdentityCenter", async function () {
878
918
  }
879
919
  })
880
920
 
921
+ it("organization.v20210331.CreateSCIMCredential", async function () {
922
+ try {
923
+ const data = await client.CreateSCIMCredential({})
924
+ expect(data).to.be.ok
925
+ } catch(error) {
926
+ expect(error.requestId).to.be.ok
927
+ expect(error.code).to.be.ok
928
+ }
929
+ })
930
+
881
931
  it("organization.v20210331.DescribeOrganizationMemberAuthIdentities", async function () {
882
932
  try {
883
933
  const data = await client.DescribeOrganizationMemberAuthIdentities({})
@@ -918,6 +968,16 @@ it("organization.v20210331.DetachPolicy", async function () {
918
968
  }
919
969
  })
920
970
 
971
+ it("organization.v20210331.ListSCIMCredentials", async function () {
972
+ try {
973
+ const data = await client.ListSCIMCredentials({})
974
+ expect(data).to.be.ok
975
+ } catch(error) {
976
+ expect(error.requestId).to.be.ok
977
+ expect(error.code).to.be.ok
978
+ }
979
+ })
980
+
921
981
  it("organization.v20210331.CreateOrganizationMemberAuthIdentity", async function () {
922
982
  try {
923
983
  const data = await client.CreateOrganizationMemberAuthIdentity({})
@@ -38,6 +38,16 @@ it("partners.v20180321.DescribeAgentSelfPayDealsV2", async function () {
38
38
  }
39
39
  })
40
40
 
41
+ it("partners.v20180321.DescribeUnbindClientList", async function () {
42
+ try {
43
+ const data = await client.DescribeUnbindClientList({})
44
+ expect(data).to.be.ok
45
+ } catch(error) {
46
+ expect(error.requestId).to.be.ok
47
+ expect(error.code).to.be.ok
48
+ }
49
+ })
50
+
41
51
  it("partners.v20180321.ModifyClientRemark", async function () {
42
52
  try {
43
53
  const data = await client.ModifyClientRemark({})
@@ -128,9 +138,9 @@ it("partners.v20180321.DescribeClientBalanceNew", async function () {
128
138
  }
129
139
  })
130
140
 
131
- it("partners.v20180321.DescribeUnbindClientList", async function () {
141
+ it("partners.v20180321.DescribeAgentRelateBigDealIds", async function () {
132
142
  try {
133
- const data = await client.DescribeUnbindClientList({})
143
+ const data = await client.DescribeAgentRelateBigDealIds({})
134
144
  expect(data).to.be.ok
135
145
  } catch(error) {
136
146
  expect(error.requestId).to.be.ok
@@ -178,6 +178,16 @@ it("scf.v20180416.PublishLayerVersion", async function () {
178
178
  }
179
179
  })
180
180
 
181
+ it("scf.v20180416.ListCustomDomains", async function () {
182
+ try {
183
+ const data = await client.ListCustomDomains({})
184
+ expect(data).to.be.ok
185
+ } catch(error) {
186
+ expect(error.requestId).to.be.ok
187
+ expect(error.code).to.be.ok
188
+ }
189
+ })
190
+
181
191
  it("scf.v20180416.DeleteProvisionedConcurrencyConfig", async function () {
182
192
  try {
183
193
  const data = await client.DeleteProvisionedConcurrencyConfig({})
@@ -278,6 +288,16 @@ it("scf.v20180416.PutProvisionedConcurrencyConfig", async function () {
278
288
  }
279
289
  })
280
290
 
291
+ it("scf.v20180416.DeleteCustomDomain", async function () {
292
+ try {
293
+ const data = await client.DeleteCustomDomain({})
294
+ expect(data).to.be.ok
295
+ } catch(error) {
296
+ expect(error.requestId).to.be.ok
297
+ expect(error.code).to.be.ok
298
+ }
299
+ })
300
+
281
301
  it("scf.v20180416.UpdateFunctionEventInvokeConfig", async function () {
282
302
  try {
283
303
  const data = await client.UpdateFunctionEventInvokeConfig({})
@@ -338,9 +358,9 @@ it("scf.v20180416.UpdateTrigger", async function () {
338
358
  }
339
359
  })
340
360
 
341
- it("scf.v20180416.GetReservedConcurrencyConfig", async function () {
361
+ it("scf.v20180416.CreateCustomDomain", async function () {
342
362
  try {
343
- const data = await client.GetReservedConcurrencyConfig({})
363
+ const data = await client.CreateCustomDomain({})
344
364
  expect(data).to.be.ok
345
365
  } catch(error) {
346
366
  expect(error.requestId).to.be.ok
@@ -428,6 +448,16 @@ it("scf.v20180416.GetAlias", async function () {
428
448
  }
429
449
  })
430
450
 
451
+ it("scf.v20180416.GetReservedConcurrencyConfig", async function () {
452
+ try {
453
+ const data = await client.GetReservedConcurrencyConfig({})
454
+ expect(data).to.be.ok
455
+ } catch(error) {
456
+ expect(error.requestId).to.be.ok
457
+ expect(error.code).to.be.ok
458
+ }
459
+ })
460
+
431
461
  it("scf.v20180416.PutTotalConcurrencyConfig", async function () {
432
462
  try {
433
463
  const data = await client.PutTotalConcurrencyConfig({})
@@ -438,6 +468,26 @@ it("scf.v20180416.PutTotalConcurrencyConfig", async function () {
438
468
  }
439
469
  })
440
470
 
471
+ it("scf.v20180416.GetCustomDomain", async function () {
472
+ try {
473
+ const data = await client.GetCustomDomain({})
474
+ expect(data).to.be.ok
475
+ } catch(error) {
476
+ expect(error.requestId).to.be.ok
477
+ expect(error.code).to.be.ok
478
+ }
479
+ })
480
+
481
+ it("scf.v20180416.UpdateCustomDomain", async function () {
482
+ try {
483
+ const data = await client.UpdateCustomDomain({})
484
+ expect(data).to.be.ok
485
+ } catch(error) {
486
+ expect(error.requestId).to.be.ok
487
+ expect(error.code).to.be.ok
488
+ }
489
+ })
490
+
441
491
  it("scf.v20180416.CreateFunction", async function () {
442
492
  try {
443
493
  const data = await client.CreateFunction({})