tencentcloud-sdk-nodejs 4.0.436 → 4.0.439

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 (161) hide show
  1. package/CHANGELOG.md +1142 -0
  2. package/SERVICE_CHANGELOG.md +1365 -43
  3. package/package.json +1 -1
  4. package/products.md +42 -42
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_client.ts +0 -12
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +5 -35
  8. package/src/services/bda/v20200324/bda_models.ts +31 -6
  9. package/src/services/bma/v20210624/bma_models.ts +5 -0
  10. package/src/services/cbs/v20170312/cbs_client.ts +109 -41
  11. package/src/services/cbs/v20170312/cbs_models.ts +318 -111
  12. package/src/services/ccc/v20200210/ccc_models.ts +5 -0
  13. package/src/services/cdb/v20170320/cdb_client.ts +17 -0
  14. package/src/services/cdb/v20170320/cdb_models.ts +285 -2
  15. package/src/services/cfs/v20190719/cfs_client.ts +253 -103
  16. package/src/services/cfs/v20190719/cfs_models.ts +1008 -313
  17. package/src/services/cfw/v20190904/cfw_client.ts +12 -12
  18. package/src/services/cfw/v20190904/cfw_models.ts +72 -40
  19. package/src/services/clb/v20180317/clb_models.ts +5 -0
  20. package/src/services/cpdp/v20190820/cpdp_models.ts +18 -0
  21. package/src/services/cvm/v20170312/cvm_client.ts +1 -1
  22. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  23. package/src/services/cwp/v20180228/cwp_client.ts +192 -53
  24. package/src/services/cwp/v20180228/cwp_models.ts +1370 -336
  25. package/src/services/cynosdb/v20190107/cynosdb_client.ts +47 -22
  26. package/src/services/cynosdb/v20190107/cynosdb_models.ts +115 -0
  27. package/src/services/dbbrain/v20210527/dbbrain_client.ts +19 -6
  28. package/src/services/dbbrain/v20210527/dbbrain_models.ts +80 -0
  29. package/src/services/ecm/v20190719/ecm_models.ts +9 -0
  30. package/src/services/emr/v20190103/emr_models.ts +42 -3
  31. package/src/services/ess/v20201111/ess_client.ts +3 -2
  32. package/src/services/ess/v20201111/ess_models.ts +21 -5
  33. package/src/services/essbasic/v20210526/essbasic_client.ts +39 -12
  34. package/src/services/essbasic/v20210526/essbasic_models.ts +283 -102
  35. package/src/services/gme/v20180711/gme_client.ts +15 -2
  36. package/src/services/gme/v20180711/gme_models.ts +80 -15
  37. package/src/services/monitor/v20180724/monitor_client.ts +20 -4
  38. package/src/services/monitor/v20180724/monitor_models.ts +231 -56
  39. package/src/services/ms/v20180408/ms_client.ts +26 -11
  40. package/src/services/ms/v20180408/ms_models.ts +224 -27
  41. package/src/services/ocr/v20181119/ocr_client.ts +18 -3
  42. package/src/services/ocr/v20181119/ocr_models.ts +166 -76
  43. package/src/services/redis/v20180412/redis_models.ts +1 -1
  44. package/src/services/rum/v20210622/rum_models.ts +15 -0
  45. package/src/services/ses/v20201002/ses_models.ts +10 -8
  46. package/src/services/sqlserver/v20180328/sqlserver_client.ts +104 -16
  47. package/src/services/sqlserver/v20180328/sqlserver_models.ts +906 -411
  48. package/src/services/ssl/v20191205/ssl_models.ts +12 -0
  49. package/src/services/taf/v20200210/taf_client.ts +1 -15
  50. package/src/services/taf/v20200210/taf_models.ts +8 -96
  51. package/src/services/tcss/v20201101/tcss_models.ts +12 -0
  52. package/src/services/tem/v20210701/tem_models.ts +15 -0
  53. package/src/services/teo/v20220106/teo_models.ts +17 -11
  54. package/src/services/tione/v20211111/tione_client.ts +106 -16
  55. package/src/services/tione/v20211111/tione_models.ts +888 -125
  56. package/src/services/tke/v20180525/tke_models.ts +5 -0
  57. package/src/services/trtc/v20190722/trtc_models.ts +2 -2
  58. package/src/services/tts/v20190823/tts_models.ts +6 -2
  59. package/src/services/vm/v20210922/vm_client.ts +2 -0
  60. package/src/services/vm/v20210922/vm_models.ts +87 -28
  61. package/src/services/vod/v20180717/vod_client.ts +16 -0
  62. package/src/services/vod/v20180717/vod_models.ts +67 -1
  63. package/src/services/vpc/v20170312/vpc_client.ts +7 -7
  64. package/src/services/vpc/v20170312/vpc_models.ts +3 -3
  65. package/tencentcloud/common/sdk_version.d.ts +1 -1
  66. package/tencentcloud/common/sdk_version.js +1 -1
  67. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -5
  68. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +0 -6
  69. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +4 -30
  70. package/tencentcloud/services/bda/v20200324/bda_models.d.ts +23 -2
  71. package/tencentcloud/services/bma/v20210624/bma_models.d.ts +4 -0
  72. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +48 -21
  73. package/tencentcloud/services/cbs/v20170312/cbs_client.js +61 -24
  74. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +273 -96
  75. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
  76. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
  77. package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
  78. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +235 -2
  79. package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +79 -31
  80. package/tencentcloud/services/cfs/v20190719/cfs_client.js +117 -45
  81. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +753 -168
  82. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -5
  83. package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -6
  84. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +60 -35
  85. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
  86. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +15 -0
  87. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
  88. package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
  89. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  90. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +64 -17
  91. package/tencentcloud/services/cwp/v20180228/cwp_client.js +93 -24
  92. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1146 -289
  93. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +17 -9
  94. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +24 -12
  95. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +98 -0
  96. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +7 -3
  97. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +9 -3
  98. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +67 -0
  99. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +8 -0
  100. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +35 -3
  101. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -1
  102. package/tencentcloud/services/ess/v20201111/ess_client.js +2 -1
  103. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +17 -1
  104. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +14 -4
  105. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +18 -4
  106. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +234 -83
  107. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +5 -1
  108. package/tencentcloud/services/gme/v20180711/gme_client.js +6 -0
  109. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +68 -13
  110. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +8 -1
  111. package/tencentcloud/services/monitor/v20180724/monitor_client.js +9 -0
  112. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +196 -51
  113. package/tencentcloud/services/ms/v20180408/ms_client.d.ts +8 -4
  114. package/tencentcloud/services/ms/v20180408/ms_client.js +10 -4
  115. package/tencentcloud/services/ms/v20180408/ms_models.d.ts +194 -27
  116. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -1
  117. package/tencentcloud/services/ocr/v20181119/ocr_client.js +7 -0
  118. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +141 -63
  119. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
  120. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +12 -0
  121. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +10 -8
  122. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +31 -3
  123. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +45 -3
  124. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +758 -344
  125. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -0
  126. package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -5
  127. package/tencentcloud/services/taf/v20200210/taf_client.js +0 -6
  128. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +7 -82
  129. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +10 -0
  130. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +12 -0
  131. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +16 -11
  132. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +31 -3
  133. package/tencentcloud/services/tione/v20211111/tione_client.js +45 -3
  134. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +758 -117
  135. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
  136. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
  137. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +5 -1
  138. package/tencentcloud/services/vm/v20210922/vm_models.d.ts +77 -28
  139. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +8 -1
  140. package/tencentcloud/services/vod/v20180717/vod_client.js +9 -0
  141. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +57 -1
  142. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +7 -7
  143. package/tencentcloud/services/vpc/v20170312/vpc_client.js +7 -7
  144. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +3 -3
  145. package/test/antiddos.v20200309.test.js +0 -10
  146. package/test/cbs.v20170312.test.js +58 -8
  147. package/test/cdb.v20170320.test.js +10 -0
  148. package/test/cfs.v20190719.test.js +150 -30
  149. package/test/cfw.v20190904.test.js +8 -8
  150. package/test/cwp.v20180228.test.js +128 -18
  151. package/test/cynosdb.v20190107.test.js +34 -14
  152. package/test/dbbrain.v20210527.test.js +12 -2
  153. package/test/essbasic.v20210526.test.js +22 -2
  154. package/test/gme.v20180711.test.js +10 -0
  155. package/test/monitor.v20180724.test.js +10 -0
  156. package/test/ms.v20180408.test.js +12 -2
  157. package/test/ocr.v20181119.test.js +10 -0
  158. package/test/sqlserver.v20180328.test.js +72 -2
  159. package/test/taf.v20200210.test.js +0 -10
  160. package/test/tione.v20211111.test.js +72 -2
  161. package/test/vod.v20180717.test.js +10 -0
@@ -38,6 +38,16 @@ it("cbs.v20170312.RenewDisk", async function () {
38
38
  }
39
39
  })
40
40
 
41
+ it("cbs.v20170312.ApplyDiskBackup", async function () {
42
+ try {
43
+ const data = await client.ApplyDiskBackup({})
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("cbs.v20170312.CopySnapshotCrossRegions", async function () {
42
52
  try {
43
53
  const data = await client.CopySnapshotCrossRegions({})
@@ -108,6 +118,26 @@ it("cbs.v20170312.ModifyDisksRenewFlag", async function () {
108
118
  }
109
119
  })
110
120
 
121
+ it("cbs.v20170312.InquirePriceModifyDiskBackupQuota", async function () {
122
+ try {
123
+ const data = await client.InquirePriceModifyDiskBackupQuota({})
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
+
131
+ it("cbs.v20170312.DeleteDiskBackups", async function () {
132
+ try {
133
+ const data = await client.DeleteDiskBackups({})
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
+
111
141
  it("cbs.v20170312.ModifyAutoSnapshotPolicyAttribute", async function () {
112
142
  try {
113
143
  const data = await client.ModifyAutoSnapshotPolicyAttribute({})
@@ -128,6 +158,16 @@ it("cbs.v20170312.InquiryPriceCreateDisks", async function () {
128
158
  }
129
159
  })
130
160
 
161
+ it("cbs.v20170312.DescribeDiskBackups", async function () {
162
+ try {
163
+ const data = await client.DescribeDiskBackups({})
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
+
131
171
  it("cbs.v20170312.DescribeDiskOperationLogs", async function () {
132
172
  try {
133
173
  const data = await client.DescribeDiskOperationLogs({})
@@ -148,9 +188,9 @@ it("cbs.v20170312.DeleteAutoSnapshotPolicies", async function () {
148
188
  }
149
189
  })
150
190
 
151
- it("cbs.v20170312.CreateAutoSnapshotPolicy", async function () {
191
+ it("cbs.v20170312.InitializeDisks", async function () {
152
192
  try {
153
- const data = await client.CreateAutoSnapshotPolicy({})
193
+ const data = await client.InitializeDisks({})
154
194
  expect(data).to.be.ok
155
195
  } catch(error) {
156
196
  expect(error.requestId).to.be.ok
@@ -168,6 +208,16 @@ it("cbs.v20170312.DescribeDisks", async function () {
168
208
  }
169
209
  })
170
210
 
211
+ it("cbs.v20170312.ModifyDiskBackupQuota", async function () {
212
+ try {
213
+ const data = await client.ModifyDiskBackupQuota({})
214
+ expect(data).to.be.ok
215
+ } catch(error) {
216
+ expect(error.requestId).to.be.ok
217
+ expect(error.code).to.be.ok
218
+ }
219
+ })
220
+
171
221
  it("cbs.v20170312.CreateDisks", async function () {
172
222
  try {
173
223
  const data = await client.CreateDisks({})
@@ -248,9 +298,9 @@ it("cbs.v20170312.DescribeSnapshotSharePermission", async function () {
248
298
  }
249
299
  })
250
300
 
251
- it("cbs.v20170312.InitializeDisks", async function () {
301
+ it("cbs.v20170312.CreateAutoSnapshotPolicy", async function () {
252
302
  try {
253
- const data = await client.InitializeDisks({})
303
+ const data = await client.CreateAutoSnapshotPolicy({})
254
304
  expect(data).to.be.ok
255
305
  } catch(error) {
256
306
  expect(error.requestId).to.be.ok
@@ -338,9 +388,9 @@ it("cbs.v20170312.ModifySnapshotsSharePermission", async function () {
338
388
  }
339
389
  })
340
390
 
341
- it("cbs.v20170312.CreateSnapshot", async function () {
391
+ it("cbs.v20170312.DetachDisks", async function () {
342
392
  try {
343
- const data = await client.CreateSnapshot({})
393
+ const data = await client.DetachDisks({})
344
394
  expect(data).to.be.ok
345
395
  } catch(error) {
346
396
  expect(error.requestId).to.be.ok
@@ -368,9 +418,9 @@ it("cbs.v20170312.ResizeDisk", async function () {
368
418
  }
369
419
  })
370
420
 
371
- it("cbs.v20170312.DetachDisks", async function () {
421
+ it("cbs.v20170312.CreateSnapshot", async function () {
372
422
  try {
373
- const data = await client.DetachDisks({})
423
+ const data = await client.CreateSnapshot({})
374
424
  expect(data).to.be.ok
375
425
  } catch(error) {
376
426
  expect(error.requestId).to.be.ok
@@ -138,6 +138,16 @@ it("cdb.v20170320.ModifyDBInstanceName", async function () {
138
138
  }
139
139
  })
140
140
 
141
+ it("cdb.v20170320.DescribeCdbZoneConfig", async function () {
142
+ try {
143
+ const data = await client.DescribeCdbZoneConfig({})
144
+ expect(data).to.be.ok
145
+ } catch(error) {
146
+ expect(error.requestId).to.be.ok
147
+ expect(error.code).to.be.ok
148
+ }
149
+ })
150
+
141
151
  it("cdb.v20170320.StopRollback", async function () {
142
152
  try {
143
153
  const data = await client.StopRollback({})
@@ -18,9 +18,39 @@ const client = new tencentcloud.cfs.v20190719.Client({
18
18
  })
19
19
  describe("cfs.v20190719.test.js", function () {
20
20
 
21
- it("cfs.v20190719.CreateCfsFileSystem", async function () {
21
+ it("cfs.v20190719.DescribeCfsRules", async function () {
22
22
  try {
23
- const data = await client.CreateCfsFileSystem({})
23
+ const data = await client.DescribeCfsRules({})
24
+ expect(data).to.be.ok
25
+ } catch(error) {
26
+ expect(error.requestId).to.be.ok
27
+ expect(error.code).to.be.ok
28
+ }
29
+ })
30
+
31
+ it("cfs.v20190719.UpdateCfsFileSystemPGroup", async function () {
32
+ try {
33
+ const data = await client.UpdateCfsFileSystemPGroup({})
34
+ expect(data).to.be.ok
35
+ } catch(error) {
36
+ expect(error.requestId).to.be.ok
37
+ expect(error.code).to.be.ok
38
+ }
39
+ })
40
+
41
+ it("cfs.v20190719.SignUpCfsService", async function () {
42
+ try {
43
+ const data = await client.SignUpCfsService({})
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
+
51
+ it("cfs.v20190719.DeleteCfsSnapshot", async function () {
52
+ try {
53
+ const data = await client.DeleteCfsSnapshot({})
24
54
  expect(data).to.be.ok
25
55
  } catch(error) {
26
56
  expect(error.requestId).to.be.ok
@@ -38,9 +68,9 @@ it("cfs.v20190719.DescribeCfsPGroups", async function () {
38
68
  }
39
69
  })
40
70
 
41
- it("cfs.v20190719.DescribeCfsRules", async function () {
71
+ it("cfs.v20190719.DescribeAutoSnapshotPolicies", async function () {
42
72
  try {
43
- const data = await client.DescribeCfsRules({})
73
+ const data = await client.DescribeAutoSnapshotPolicies({})
44
74
  expect(data).to.be.ok
45
75
  } catch(error) {
46
76
  expect(error.requestId).to.be.ok
@@ -48,9 +78,39 @@ it("cfs.v20190719.DescribeCfsRules", async function () {
48
78
  }
49
79
  })
50
80
 
51
- it("cfs.v20190719.UpdateCfsFileSystemPGroup", async function () {
81
+ it("cfs.v20190719.BindAutoSnapshotPolicy", async function () {
52
82
  try {
53
- const data = await client.UpdateCfsFileSystemPGroup({})
83
+ const data = await client.BindAutoSnapshotPolicy({})
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
+
91
+ it("cfs.v20190719.DeleteCfsPGroup", async function () {
92
+ try {
93
+ const data = await client.DeleteCfsPGroup({})
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
+
101
+ it("cfs.v20190719.DescribeCfsFileSystemClients", async function () {
102
+ try {
103
+ const data = await client.DescribeCfsFileSystemClients({})
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("cfs.v20190719.DescribeCfsServiceStatus", async function () {
112
+ try {
113
+ const data = await client.DescribeCfsServiceStatus({})
54
114
  expect(data).to.be.ok
55
115
  } catch(error) {
56
116
  expect(error.requestId).to.be.ok
@@ -78,6 +138,16 @@ it("cfs.v20190719.UpdateCfsFileSystemName", async function () {
78
138
  }
79
139
  })
80
140
 
141
+ it("cfs.v20190719.UpdateCfsFileSystemSizeLimit", async function () {
142
+ try {
143
+ const data = await client.UpdateCfsFileSystemSizeLimit({})
144
+ expect(data).to.be.ok
145
+ } catch(error) {
146
+ expect(error.requestId).to.be.ok
147
+ expect(error.code).to.be.ok
148
+ }
149
+ })
150
+
81
151
  it("cfs.v20190719.DeleteCfsFileSystem", async function () {
82
152
  try {
83
153
  const data = await client.DeleteCfsFileSystem({})
@@ -88,9 +158,9 @@ it("cfs.v20190719.DeleteCfsFileSystem", async function () {
88
158
  }
89
159
  })
90
160
 
91
- it("cfs.v20190719.UpdateCfsFileSystemSizeLimit", async function () {
161
+ it("cfs.v20190719.CreateCfsFileSystem", async function () {
92
162
  try {
93
- const data = await client.UpdateCfsFileSystemSizeLimit({})
163
+ const data = await client.CreateCfsFileSystem({})
94
164
  expect(data).to.be.ok
95
165
  } catch(error) {
96
166
  expect(error.requestId).to.be.ok
@@ -98,9 +168,9 @@ it("cfs.v20190719.UpdateCfsFileSystemSizeLimit", async function () {
98
168
  }
99
169
  })
100
170
 
101
- it("cfs.v20190719.CreateCfsPGroup", async function () {
171
+ it("cfs.v20190719.UpdateCfsSnapshotAttribute", async function () {
102
172
  try {
103
- const data = await client.CreateCfsPGroup({})
173
+ const data = await client.UpdateCfsSnapshotAttribute({})
104
174
  expect(data).to.be.ok
105
175
  } catch(error) {
106
176
  expect(error.requestId).to.be.ok
@@ -108,9 +178,9 @@ it("cfs.v20190719.CreateCfsPGroup", async function () {
108
178
  }
109
179
  })
110
180
 
111
- it("cfs.v20190719.UpdateCfsRule", async function () {
181
+ it("cfs.v20190719.DescribeCfsSnapshotOverview", async function () {
112
182
  try {
113
- const data = await client.UpdateCfsRule({})
183
+ const data = await client.DescribeCfsSnapshotOverview({})
114
184
  expect(data).to.be.ok
115
185
  } catch(error) {
116
186
  expect(error.requestId).to.be.ok
@@ -118,9 +188,9 @@ it("cfs.v20190719.UpdateCfsRule", async function () {
118
188
  }
119
189
  })
120
190
 
121
- it("cfs.v20190719.DescribeCfsServiceStatus", async function () {
191
+ it("cfs.v20190719.UpdateAutoSnapshotPolicy", async function () {
122
192
  try {
123
- const data = await client.DescribeCfsServiceStatus({})
193
+ const data = await client.UpdateAutoSnapshotPolicy({})
124
194
  expect(data).to.be.ok
125
195
  } catch(error) {
126
196
  expect(error.requestId).to.be.ok
@@ -138,9 +208,9 @@ it("cfs.v20190719.DescribeCfsFileSystems", async function () {
138
208
  }
139
209
  })
140
210
 
141
- it("cfs.v20190719.SignUpCfsService", async function () {
211
+ it("cfs.v20190719.DescribeCfsSnapshots", async function () {
142
212
  try {
143
- const data = await client.SignUpCfsService({})
213
+ const data = await client.DescribeCfsSnapshots({})
144
214
  expect(data).to.be.ok
145
215
  } catch(error) {
146
216
  expect(error.requestId).to.be.ok
@@ -148,9 +218,9 @@ it("cfs.v20190719.SignUpCfsService", async function () {
148
218
  }
149
219
  })
150
220
 
151
- it("cfs.v20190719.CreateCfsRule", async function () {
221
+ it("cfs.v20190719.DescribeMountTargets", async function () {
152
222
  try {
153
- const data = await client.CreateCfsRule({})
223
+ const data = await client.DescribeMountTargets({})
154
224
  expect(data).to.be.ok
155
225
  } catch(error) {
156
226
  expect(error.requestId).to.be.ok
@@ -158,9 +228,9 @@ it("cfs.v20190719.CreateCfsRule", async function () {
158
228
  }
159
229
  })
160
230
 
161
- it("cfs.v20190719.DeleteCfsPGroup", async function () {
231
+ it("cfs.v20190719.DeleteCfsRule", async function () {
162
232
  try {
163
- const data = await client.DeleteCfsPGroup({})
233
+ const data = await client.DeleteCfsRule({})
164
234
  expect(data).to.be.ok
165
235
  } catch(error) {
166
236
  expect(error.requestId).to.be.ok
@@ -168,9 +238,9 @@ it("cfs.v20190719.DeleteCfsPGroup", async function () {
168
238
  }
169
239
  })
170
240
 
171
- it("cfs.v20190719.DescribeMountTargets", async function () {
241
+ it("cfs.v20190719.DeleteMountTarget", async function () {
172
242
  try {
173
- const data = await client.DescribeMountTargets({})
243
+ const data = await client.DeleteMountTarget({})
174
244
  expect(data).to.be.ok
175
245
  } catch(error) {
176
246
  expect(error.requestId).to.be.ok
@@ -178,9 +248,9 @@ it("cfs.v20190719.DescribeMountTargets", async function () {
178
248
  }
179
249
  })
180
250
 
181
- it("cfs.v20190719.UpdateCfsPGroup", async function () {
251
+ it("cfs.v20190719.CreateAutoSnapshotPolicy", async function () {
182
252
  try {
183
- const data = await client.UpdateCfsPGroup({})
253
+ const data = await client.CreateAutoSnapshotPolicy({})
184
254
  expect(data).to.be.ok
185
255
  } catch(error) {
186
256
  expect(error.requestId).to.be.ok
@@ -188,9 +258,9 @@ it("cfs.v20190719.UpdateCfsPGroup", async function () {
188
258
  }
189
259
  })
190
260
 
191
- it("cfs.v20190719.DeleteCfsRule", async function () {
261
+ it("cfs.v20190719.CreateCfsPGroup", async function () {
192
262
  try {
193
- const data = await client.DeleteCfsRule({})
263
+ const data = await client.CreateCfsPGroup({})
194
264
  expect(data).to.be.ok
195
265
  } catch(error) {
196
266
  expect(error.requestId).to.be.ok
@@ -198,9 +268,9 @@ it("cfs.v20190719.DeleteCfsRule", async function () {
198
268
  }
199
269
  })
200
270
 
201
- it("cfs.v20190719.DescribeCfsFileSystemClients", async function () {
271
+ it("cfs.v20190719.DeleteAutoSnapshotPolicy", async function () {
202
272
  try {
203
- const data = await client.DescribeCfsFileSystemClients({})
273
+ const data = await client.DeleteAutoSnapshotPolicy({})
204
274
  expect(data).to.be.ok
205
275
  } catch(error) {
206
276
  expect(error.requestId).to.be.ok
@@ -208,9 +278,59 @@ it("cfs.v20190719.DescribeCfsFileSystemClients", async function () {
208
278
  }
209
279
  })
210
280
 
211
- it("cfs.v20190719.DeleteMountTarget", async function () {
281
+ it("cfs.v20190719.CreateCfsSnapshot", async function () {
212
282
  try {
213
- const data = await client.DeleteMountTarget({})
283
+ const data = await client.CreateCfsSnapshot({})
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("cfs.v20190719.UnbindAutoSnapshotPolicy", async function () {
292
+ try {
293
+ const data = await client.UnbindAutoSnapshotPolicy({})
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
+
301
+ it("cfs.v20190719.DescribeSnapshotOperationLogs", async function () {
302
+ try {
303
+ const data = await client.DescribeSnapshotOperationLogs({})
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
+
311
+ it("cfs.v20190719.CreateCfsRule", async function () {
312
+ try {
313
+ const data = await client.CreateCfsRule({})
314
+ expect(data).to.be.ok
315
+ } catch(error) {
316
+ expect(error.requestId).to.be.ok
317
+ expect(error.code).to.be.ok
318
+ }
319
+ })
320
+
321
+ it("cfs.v20190719.UpdateCfsRule", async function () {
322
+ try {
323
+ const data = await client.UpdateCfsRule({})
324
+ expect(data).to.be.ok
325
+ } catch(error) {
326
+ expect(error.requestId).to.be.ok
327
+ expect(error.code).to.be.ok
328
+ }
329
+ })
330
+
331
+ it("cfs.v20190719.UpdateCfsPGroup", async function () {
332
+ try {
333
+ const data = await client.UpdateCfsPGroup({})
214
334
  expect(data).to.be.ok
215
335
  } catch(error) {
216
336
  expect(error.requestId).to.be.ok
@@ -328,9 +328,9 @@ it("cfw.v20190904.DescribeIPStatusList", async function () {
328
328
  }
329
329
  })
330
330
 
331
- it("cfw.v20190904.DescribeTLogInfo", async function () {
331
+ it("cfw.v20190904.DescribeDefenseSwitch", async function () {
332
332
  try {
333
- const data = await client.DescribeTLogInfo({})
333
+ const data = await client.DescribeDefenseSwitch({})
334
334
  expect(data).to.be.ok
335
335
  } catch(error) {
336
336
  expect(error.requestId).to.be.ok
@@ -338,9 +338,9 @@ it("cfw.v20190904.DescribeTLogInfo", async function () {
338
338
  }
339
339
  })
340
340
 
341
- it("cfw.v20190904.ModifyRunSyncAsset", async function () {
341
+ it("cfw.v20190904.DescribeTLogInfo", async function () {
342
342
  try {
343
- const data = await client.ModifyRunSyncAsset({})
343
+ const data = await client.DescribeTLogInfo({})
344
344
  expect(data).to.be.ok
345
345
  } catch(error) {
346
346
  expect(error.requestId).to.be.ok
@@ -348,9 +348,9 @@ it("cfw.v20190904.ModifyRunSyncAsset", async function () {
348
348
  }
349
349
  })
350
350
 
351
- it("cfw.v20190904.ModifyNatFwVpcDnsSwitch", async function () {
351
+ it("cfw.v20190904.ModifyRunSyncAsset", async function () {
352
352
  try {
353
- const data = await client.ModifyNatFwVpcDnsSwitch({})
353
+ const data = await client.ModifyRunSyncAsset({})
354
354
  expect(data).to.be.ok
355
355
  } catch(error) {
356
356
  expect(error.requestId).to.be.ok
@@ -358,9 +358,9 @@ it("cfw.v20190904.ModifyNatFwVpcDnsSwitch", async function () {
358
358
  }
359
359
  })
360
360
 
361
- it("cfw.v20190904.ModifyVPCSwitchStatus", async function () {
361
+ it("cfw.v20190904.ModifyNatFwVpcDnsSwitch", async function () {
362
362
  try {
363
- const data = await client.ModifyVPCSwitchStatus({})
363
+ const data = await client.ModifyNatFwVpcDnsSwitch({})
364
364
  expect(data).to.be.ok
365
365
  } catch(error) {
366
366
  expect(error.requestId).to.be.ok