tencentcloud-sdk-nodejs 4.1.222 → 4.1.224
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/common/sdk_version.js +1 -1
- package/es/services/antiddos/index.js +2 -0
- package/es/services/antiddos/v20250903/antiddos_client.js +12 -0
- package/es/services/antiddos/v20250903/antiddos_models.js +1 -0
- package/es/services/antiddos/v20250903/index.js +6 -0
- package/es/services/bi/v20220105/bi_client.js +25 -10
- package/es/services/cvm/v20170312/cvm_client.js +7 -4
- package/es/services/monitor/v20180724/monitor_client.js +3 -0
- package/es/services/ocr/v20181119/ocr_client.js +0 -6
- package/es/services/organization/v20210331/organization_client.js +7 -4
- package/es/services/postgres/v20170312/postgres_client.js +40 -16
- package/es/services/tione/v20211111/tione_client.js +6 -0
- package/es/services/waf/v20180125/waf_client.js +5 -2
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/index.d.ts +4 -0
- package/tencentcloud/services/antiddos/index.js +2 -0
- package/tencentcloud/services/antiddos/v20250903/antiddos_client.d.ts +18 -0
- package/tencentcloud/services/antiddos/v20250903/antiddos_client.js +43 -0
- package/tencentcloud/services/antiddos/v20250903/antiddos_models.d.ts +115 -0
- package/tencentcloud/services/antiddos/v20250903/antiddos_models.js +18 -0
- package/tencentcloud/services/antiddos/v20250903/index.d.ts +6 -0
- package/tencentcloud/services/antiddos/v20250903/index.js +10 -0
- package/tencentcloud/services/apis/v20240801/apis_models.d.ts +65 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +7 -15
- package/tencentcloud/services/bi/v20220105/bi_client.d.ts +31 -11
- package/tencentcloud/services/bi/v20220105/bi_client.js +45 -15
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +309 -38
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +5 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +14 -10
- package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +40 -24
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +15 -5
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +18 -6
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +29 -7
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +228 -98
- package/tencentcloud/services/dataagent/v20250513/dataagent_models.d.ts +53 -34
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +97 -87
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +12 -12
- package/tencentcloud/services/es/v20180416/es_models.d.ts +22 -22
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +8 -8
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +59 -51
- package/tencentcloud/services/live/v20180801/live_models.d.ts +22 -32
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +123 -113
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +119 -218
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +46 -8
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +97 -141
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -13
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +0 -16
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +65 -178
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +9 -5
- package/tencentcloud/services/organization/v20210331/organization_client.js +12 -6
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +42 -20
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +50 -18
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +73 -25
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +719 -161
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +33 -80
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +21 -9
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +37 -33
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +10 -2
- package/tencentcloud/services/tione/v20211111/tione_client.js +12 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +785 -432
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +131 -22
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +7 -3
- package/tencentcloud/services/waf/v20180125/waf_client.js +9 -3
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +81 -21
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
- package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +13 -13
- package/tencentcloud/services/wimgs/v20251106/wimgs_models.d.ts +3 -13
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.224";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
|
+
export class Client extends AbstractClient {
|
|
3
|
+
constructor(clientConfig) {
|
|
4
|
+
super("antiddos.tencentcloudapi.com", "2025-09-03", clientConfig);
|
|
5
|
+
}
|
|
6
|
+
async DescribeDDoSBlockRecords(req, cb) {
|
|
7
|
+
return this.request("DescribeDDoSBlockRecords", req, cb);
|
|
8
|
+
}
|
|
9
|
+
async UnblockResources(req, cb) {
|
|
10
|
+
return this.request("UnblockResources", req, cb);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -15,6 +15,9 @@ export class Client extends AbstractClient {
|
|
|
15
15
|
async CreateDatasource(req, cb) {
|
|
16
16
|
return this.request("CreateDatasource", req, cb);
|
|
17
17
|
}
|
|
18
|
+
async DeleteUserGroupMember(req, cb) {
|
|
19
|
+
return this.request("DeleteUserGroupMember", req, cb);
|
|
20
|
+
}
|
|
18
21
|
async DescribeUserGroupTreeList(req, cb) {
|
|
19
22
|
return this.request("DescribeUserGroupTreeList", req, cb);
|
|
20
23
|
}
|
|
@@ -27,8 +30,11 @@ export class Client extends AbstractClient {
|
|
|
27
30
|
async CreateProject(req, cb) {
|
|
28
31
|
return this.request("CreateProject", req, cb);
|
|
29
32
|
}
|
|
30
|
-
async
|
|
31
|
-
return this.request("
|
|
33
|
+
async DescribeAuthApiKeyList(req, cb) {
|
|
34
|
+
return this.request("DescribeAuthApiKeyList", req, cb);
|
|
35
|
+
}
|
|
36
|
+
async DeleteAuthApiKey(req, cb) {
|
|
37
|
+
return this.request("DeleteAuthApiKey", req, cb);
|
|
32
38
|
}
|
|
33
39
|
async CreateDatasourceCloud(req, cb) {
|
|
34
40
|
return this.request("CreateDatasourceCloud", req, cb);
|
|
@@ -66,15 +72,18 @@ export class Client extends AbstractClient {
|
|
|
66
72
|
async ModifyProject(req, cb) {
|
|
67
73
|
return this.request("ModifyProject", req, cb);
|
|
68
74
|
}
|
|
69
|
-
async
|
|
70
|
-
return this.request("
|
|
75
|
+
async DescribeAuthApiKeyInfo(req, cb) {
|
|
76
|
+
return this.request("DescribeAuthApiKeyInfo", req, cb);
|
|
71
77
|
}
|
|
72
|
-
async
|
|
73
|
-
return this.request("
|
|
78
|
+
async DeleteProject(req, cb) {
|
|
79
|
+
return this.request("DeleteProject", req, cb);
|
|
74
80
|
}
|
|
75
81
|
async DescribePageWidgetList(req, cb) {
|
|
76
82
|
return this.request("DescribePageWidgetList", req, cb);
|
|
77
83
|
}
|
|
84
|
+
async ModifyDatasourceCloud(req, cb) {
|
|
85
|
+
return this.request("ModifyDatasourceCloud", req, cb);
|
|
86
|
+
}
|
|
78
87
|
async ModifyUserRoleProject(req, cb) {
|
|
79
88
|
return this.request("ModifyUserRoleProject", req, cb);
|
|
80
89
|
}
|
|
@@ -90,8 +99,8 @@ export class Client extends AbstractClient {
|
|
|
90
99
|
async QueryUserGroupMember(req, cb) {
|
|
91
100
|
return this.request("QueryUserGroupMember", req, cb);
|
|
92
101
|
}
|
|
93
|
-
async
|
|
94
|
-
return this.request("
|
|
102
|
+
async DescribeUserRoleList(req, cb) {
|
|
103
|
+
return this.request("DescribeUserRoleList", req, cb);
|
|
95
104
|
}
|
|
96
105
|
async ClearEmbedToken(req, cb) {
|
|
97
106
|
return this.request("ClearEmbedToken", req, cb);
|
|
@@ -102,6 +111,9 @@ export class Client extends AbstractClient {
|
|
|
102
111
|
async CreateUserRoleProject(req, cb) {
|
|
103
112
|
return this.request("CreateUserRoleProject", req, cb);
|
|
104
113
|
}
|
|
114
|
+
async ModifyAuthApiKey(req, cb) {
|
|
115
|
+
return this.request("ModifyAuthApiKey", req, cb);
|
|
116
|
+
}
|
|
105
117
|
async DeleteUserRoleProject(req, cb) {
|
|
106
118
|
return this.request("DeleteUserRoleProject", req, cb);
|
|
107
119
|
}
|
|
@@ -120,8 +132,8 @@ export class Client extends AbstractClient {
|
|
|
120
132
|
async ExportScreenPage(req, cb) {
|
|
121
133
|
return this.request("ExportScreenPage", req, cb);
|
|
122
134
|
}
|
|
123
|
-
async
|
|
124
|
-
return this.request("
|
|
135
|
+
async CreateUserGroup(req, cb) {
|
|
136
|
+
return this.request("CreateUserGroup", req, cb);
|
|
125
137
|
}
|
|
126
138
|
async ModifyResourceUserGroup(req, cb) {
|
|
127
139
|
return this.request("ModifyResourceUserGroup", req, cb);
|
|
@@ -129,4 +141,7 @@ export class Client extends AbstractClient {
|
|
|
129
141
|
async DescribeProjectList(req, cb) {
|
|
130
142
|
return this.request("DescribeProjectList", req, cb);
|
|
131
143
|
}
|
|
144
|
+
async CreateAuthApiKey(req, cb) {
|
|
145
|
+
return this.request("CreateAuthApiKey", req, cb);
|
|
146
|
+
}
|
|
132
147
|
}
|
|
@@ -24,8 +24,8 @@ export class Client extends AbstractClient {
|
|
|
24
24
|
async RunInstances(req, cb) {
|
|
25
25
|
return this.request("RunInstances", req, cb);
|
|
26
26
|
}
|
|
27
|
-
async
|
|
28
|
-
return this.request("
|
|
27
|
+
async DeleteLaunchTemplate(req, cb) {
|
|
28
|
+
return this.request("DeleteLaunchTemplate", req, cb);
|
|
29
29
|
}
|
|
30
30
|
async ModifyInstancesVpcAttribute(req, cb) {
|
|
31
31
|
return this.request("ModifyInstancesVpcAttribute", req, cb);
|
|
@@ -90,6 +90,9 @@ export class Client extends AbstractClient {
|
|
|
90
90
|
async AssociateInstancesKeyPairs(req, cb) {
|
|
91
91
|
return this.request("AssociateInstancesKeyPairs", req, cb);
|
|
92
92
|
}
|
|
93
|
+
async ModifyChcNetworkMode(req, cb) {
|
|
94
|
+
return this.request("ModifyChcNetworkMode", req, cb);
|
|
95
|
+
}
|
|
93
96
|
async DisassociateInstancesKeyPairs(req, cb) {
|
|
94
97
|
return this.request("DisassociateInstancesKeyPairs", req, cb);
|
|
95
98
|
}
|
|
@@ -150,8 +153,8 @@ export class Client extends AbstractClient {
|
|
|
150
153
|
async ImportInstancesActionTimer(req, cb) {
|
|
151
154
|
return this.request("ImportInstancesActionTimer", req, cb);
|
|
152
155
|
}
|
|
153
|
-
async
|
|
154
|
-
return this.request("
|
|
156
|
+
async ModifyLaunchTemplateDefaultVersion(req, cb) {
|
|
157
|
+
return this.request("ModifyLaunchTemplateDefaultVersion", req, cb);
|
|
155
158
|
}
|
|
156
159
|
async ModifyInstancesDisasterRecoverGroup(req, cb) {
|
|
157
160
|
return this.request("ModifyInstancesDisasterRecoverGroup", req, cb);
|
|
@@ -84,6 +84,9 @@ export class Client extends AbstractClient {
|
|
|
84
84
|
async DescribeGrafanaConfig(req, cb) {
|
|
85
85
|
return this.request("DescribeGrafanaConfig", req, cb);
|
|
86
86
|
}
|
|
87
|
+
async CheckAddressByPrometheus(req, cb) {
|
|
88
|
+
return this.request("CheckAddressByPrometheus", req, cb);
|
|
89
|
+
}
|
|
87
90
|
async ModifyAlarmPolicyInfo(req, cb) {
|
|
88
91
|
return this.request("ModifyAlarmPolicyInfo", req, cb);
|
|
89
92
|
}
|
|
@@ -78,9 +78,6 @@ export class Client extends AbstractClient {
|
|
|
78
78
|
async FlightInvoiceOCR(req, cb) {
|
|
79
79
|
return this.request("FlightInvoiceOCR", req, cb);
|
|
80
80
|
}
|
|
81
|
-
async CropEnhanceImageOCR(req, cb) {
|
|
82
|
-
return this.request("CropEnhanceImageOCR", req, cb);
|
|
83
|
-
}
|
|
84
81
|
async RecognizeGeneralInvoice(req, cb) {
|
|
85
82
|
return this.request("RecognizeGeneralInvoice", req, cb);
|
|
86
83
|
}
|
|
@@ -126,9 +123,6 @@ export class Client extends AbstractClient {
|
|
|
126
123
|
async BankCardOCR(req, cb) {
|
|
127
124
|
return this.request("BankCardOCR", req, cb);
|
|
128
125
|
}
|
|
129
|
-
async EraseHandwrittenImageOCR(req, cb) {
|
|
130
|
-
return this.request("EraseHandwrittenImageOCR", req, cb);
|
|
131
|
-
}
|
|
132
126
|
async GetOCRToken(req, cb) {
|
|
133
127
|
return this.request("GetOCRToken", req, cb);
|
|
134
128
|
}
|
|
@@ -183,8 +183,8 @@ export class Client extends AbstractClient {
|
|
|
183
183
|
async ListUserSyncProvisionings(req, cb) {
|
|
184
184
|
return this.request("ListUserSyncProvisionings", req, cb);
|
|
185
185
|
}
|
|
186
|
-
async
|
|
187
|
-
return this.request("
|
|
186
|
+
async UpdateOrganizationNode(req, cb) {
|
|
187
|
+
return this.request("UpdateOrganizationNode", req, cb);
|
|
188
188
|
}
|
|
189
189
|
async DisablePolicyType(req, cb) {
|
|
190
190
|
return this.request("DisablePolicyType", req, cb);
|
|
@@ -201,6 +201,9 @@ export class Client extends AbstractClient {
|
|
|
201
201
|
async DeletePolicy(req, cb) {
|
|
202
202
|
return this.request("DeletePolicy", req, cb);
|
|
203
203
|
}
|
|
204
|
+
async UpdateUserStatus(req, cb) {
|
|
205
|
+
return this.request("UpdateUserStatus", req, cb);
|
|
206
|
+
}
|
|
204
207
|
async UpdateOrganizationMembersPolicy(req, cb) {
|
|
205
208
|
return this.request("UpdateOrganizationMembersPolicy", req, cb);
|
|
206
209
|
}
|
|
@@ -282,8 +285,8 @@ export class Client extends AbstractClient {
|
|
|
282
285
|
async GetProvisioningTaskStatus(req, cb) {
|
|
283
286
|
return this.request("GetProvisioningTaskStatus", req, cb);
|
|
284
287
|
}
|
|
285
|
-
async
|
|
286
|
-
return this.request("
|
|
288
|
+
async GetIPWhitelist(req, cb) {
|
|
289
|
+
return this.request("GetIPWhitelist", req, cb);
|
|
287
290
|
}
|
|
288
291
|
async UpdateShareUnit(req, cb) {
|
|
289
292
|
return this.request("UpdateShareUnit", req, cb);
|
|
@@ -6,8 +6,8 @@ export class Client extends AbstractClient {
|
|
|
6
6
|
async OpenAccountCAM(req, cb) {
|
|
7
7
|
return this.request("OpenAccountCAM", req, cb);
|
|
8
8
|
}
|
|
9
|
-
async
|
|
10
|
-
return this.request("
|
|
9
|
+
async ModifyMaintainTimeWindow(req, cb) {
|
|
10
|
+
return this.request("ModifyMaintainTimeWindow", req, cb);
|
|
11
11
|
}
|
|
12
12
|
async DescribeBackupDownloadURL(req, cb) {
|
|
13
13
|
return this.request("DescribeBackupDownloadURL", req, cb);
|
|
@@ -42,29 +42,35 @@ export class Client extends AbstractClient {
|
|
|
42
42
|
async DescribeDedicatedClusters(req, cb) {
|
|
43
43
|
return this.request("DescribeDedicatedClusters", req, cb);
|
|
44
44
|
}
|
|
45
|
+
async CloseAuditService(req, cb) {
|
|
46
|
+
return this.request("CloseAuditService", req, cb);
|
|
47
|
+
}
|
|
45
48
|
async DeleteParameterTemplate(req, cb) {
|
|
46
49
|
return this.request("DeleteParameterTemplate", req, cb);
|
|
47
50
|
}
|
|
48
51
|
async DescribeDBInstanceParameters(req, cb) {
|
|
49
52
|
return this.request("DescribeDBInstanceParameters", req, cb);
|
|
50
53
|
}
|
|
54
|
+
async CreateAuditLogFile(req, cb) {
|
|
55
|
+
return this.request("CreateAuditLogFile", req, cb);
|
|
56
|
+
}
|
|
51
57
|
async CreateDBInstanceNetworkAccess(req, cb) {
|
|
52
58
|
return this.request("CreateDBInstanceNetworkAccess", req, cb);
|
|
53
59
|
}
|
|
54
60
|
async ModifyDBInstanceSpec(req, cb) {
|
|
55
61
|
return this.request("ModifyDBInstanceSpec", req, cb);
|
|
56
62
|
}
|
|
57
|
-
async
|
|
58
|
-
return this.request("
|
|
63
|
+
async ModifyBackupDownloadRestriction(req, cb) {
|
|
64
|
+
return this.request("ModifyBackupDownloadRestriction", req, cb);
|
|
59
65
|
}
|
|
60
|
-
async
|
|
61
|
-
return this.request("
|
|
66
|
+
async DescribeTasks(req, cb) {
|
|
67
|
+
return this.request("DescribeTasks", req, cb);
|
|
62
68
|
}
|
|
63
69
|
async DescribeDatabases(req, cb) {
|
|
64
70
|
return this.request("DescribeDatabases", req, cb);
|
|
65
71
|
}
|
|
66
|
-
async
|
|
67
|
-
return this.request("
|
|
72
|
+
async DescribeParameterTemplates(req, cb) {
|
|
73
|
+
return this.request("DescribeParameterTemplates", req, cb);
|
|
68
74
|
}
|
|
69
75
|
async DescribeProductConfig(req, cb) {
|
|
70
76
|
return this.request("DescribeProductConfig", req, cb);
|
|
@@ -87,8 +93,8 @@ export class Client extends AbstractClient {
|
|
|
87
93
|
async DescribeDBBackups(req, cb) {
|
|
88
94
|
return this.request("DescribeDBBackups", req, cb);
|
|
89
95
|
}
|
|
90
|
-
async
|
|
91
|
-
return this.request("
|
|
96
|
+
async DescribeSlowQueryAnalysis(req, cb) {
|
|
97
|
+
return this.request("DescribeSlowQueryAnalysis", req, cb);
|
|
92
98
|
}
|
|
93
99
|
async InquiryPriceCreateDBInstances(req, cb) {
|
|
94
100
|
return this.request("InquiryPriceCreateDBInstances", req, cb);
|
|
@@ -153,6 +159,9 @@ export class Client extends AbstractClient {
|
|
|
153
159
|
async CreateReadOnlyDBInstance(req, cb) {
|
|
154
160
|
return this.request("CreateReadOnlyDBInstance", req, cb);
|
|
155
161
|
}
|
|
162
|
+
async DescribeAuditLogFiles(req, cb) {
|
|
163
|
+
return this.request("DescribeAuditLogFiles", req, cb);
|
|
164
|
+
}
|
|
156
165
|
async DescribeBackupSummaries(req, cb) {
|
|
157
166
|
return this.request("DescribeBackupSummaries", req, cb);
|
|
158
167
|
}
|
|
@@ -174,8 +183,8 @@ export class Client extends AbstractClient {
|
|
|
174
183
|
async DescribeEncryptionKeys(req, cb) {
|
|
175
184
|
return this.request("DescribeEncryptionKeys", req, cb);
|
|
176
185
|
}
|
|
177
|
-
async
|
|
178
|
-
return this.request("
|
|
186
|
+
async ModifyDBInstancesProject(req, cb) {
|
|
187
|
+
return this.request("ModifyDBInstancesProject", req, cb);
|
|
179
188
|
}
|
|
180
189
|
async UpgradeDBInstanceKernelVersion(req, cb) {
|
|
181
190
|
return this.request("UpgradeDBInstanceKernelVersion", req, cb);
|
|
@@ -186,11 +195,17 @@ export class Client extends AbstractClient {
|
|
|
186
195
|
async RestartDBInstance(req, cb) {
|
|
187
196
|
return this.request("RestartDBInstance", req, cb);
|
|
188
197
|
}
|
|
198
|
+
async DescribeAuditInstanceList(req, cb) {
|
|
199
|
+
return this.request("DescribeAuditInstanceList", req, cb);
|
|
200
|
+
}
|
|
189
201
|
async DeleteDBInstanceNetworkAccess(req, cb) {
|
|
190
202
|
return this.request("DeleteDBInstanceNetworkAccess", req, cb);
|
|
191
203
|
}
|
|
192
|
-
async
|
|
193
|
-
return this.request("
|
|
204
|
+
async DeleteReadOnlyGroup(req, cb) {
|
|
205
|
+
return this.request("DeleteReadOnlyGroup", req, cb);
|
|
206
|
+
}
|
|
207
|
+
async DescribeAuditLogs(req, cb) {
|
|
208
|
+
return this.request("DescribeAuditLogs", req, cb);
|
|
194
209
|
}
|
|
195
210
|
async DescribeDBXlogs(req, cb) {
|
|
196
211
|
return this.request("DescribeDBXlogs", req, cb);
|
|
@@ -264,6 +279,9 @@ export class Client extends AbstractClient {
|
|
|
264
279
|
async DescribeBackupPlans(req, cb) {
|
|
265
280
|
return this.request("DescribeBackupPlans", req, cb);
|
|
266
281
|
}
|
|
282
|
+
async DeleteAuditLogFile(req, cb) {
|
|
283
|
+
return this.request("DeleteAuditLogFile", req, cb);
|
|
284
|
+
}
|
|
267
285
|
async ModifySwitchTimePeriod(req, cb) {
|
|
268
286
|
return this.request("ModifySwitchTimePeriod", req, cb);
|
|
269
287
|
}
|
|
@@ -282,6 +300,9 @@ export class Client extends AbstractClient {
|
|
|
282
300
|
async ModifyDBInstanceSSLConfig(req, cb) {
|
|
283
301
|
return this.request("ModifyDBInstanceSSLConfig", req, cb);
|
|
284
302
|
}
|
|
303
|
+
async ModifyAuditService(req, cb) {
|
|
304
|
+
return this.request("ModifyAuditService", req, cb);
|
|
305
|
+
}
|
|
285
306
|
async DescribeZones(req, cb) {
|
|
286
307
|
return this.request("DescribeZones", req, cb);
|
|
287
308
|
}
|
|
@@ -300,8 +321,8 @@ export class Client extends AbstractClient {
|
|
|
300
321
|
async InquiryPriceRenewDBInstance(req, cb) {
|
|
301
322
|
return this.request("InquiryPriceRenewDBInstance", req, cb);
|
|
302
323
|
}
|
|
303
|
-
async
|
|
304
|
-
return this.request("
|
|
324
|
+
async ModifyDBInstanceSecurityGroups(req, cb) {
|
|
325
|
+
return this.request("ModifyDBInstanceSecurityGroups", req, cb);
|
|
305
326
|
}
|
|
306
327
|
async DeleteBaseBackup(req, cb) {
|
|
307
328
|
return this.request("DeleteBaseBackup", req, cb);
|
|
@@ -309,6 +330,9 @@ export class Client extends AbstractClient {
|
|
|
309
330
|
async LockAccount(req, cb) {
|
|
310
331
|
return this.request("LockAccount", req, cb);
|
|
311
332
|
}
|
|
333
|
+
async OpenAuditService(req, cb) {
|
|
334
|
+
return this.request("OpenAuditService", req, cb);
|
|
335
|
+
}
|
|
312
336
|
async DescribeReadOnlyGroups(req, cb) {
|
|
313
337
|
return this.request("DescribeReadOnlyGroups", req, cb);
|
|
314
338
|
}
|
|
@@ -42,6 +42,9 @@ export class Client extends AbstractClient {
|
|
|
42
42
|
async StartNotebook(req, cb) {
|
|
43
43
|
return this.request("StartNotebook", req, cb);
|
|
44
44
|
}
|
|
45
|
+
async DescribeWorkspaces(req, cb) {
|
|
46
|
+
return this.request("DescribeWorkspaces", req, cb);
|
|
47
|
+
}
|
|
45
48
|
async DeleteDataset(req, cb) {
|
|
46
49
|
return this.request("DeleteDataset", req, cb);
|
|
47
50
|
}
|
|
@@ -87,6 +90,9 @@ export class Client extends AbstractClient {
|
|
|
87
90
|
async CreateNotebook(req, cb) {
|
|
88
91
|
return this.request("CreateNotebook", req, cb);
|
|
89
92
|
}
|
|
93
|
+
async DescribeAnnotatedTaskList(req, cb) {
|
|
94
|
+
return this.request("DescribeAnnotatedTaskList", req, cb);
|
|
95
|
+
}
|
|
90
96
|
async DescribeMountInstances(req, cb) {
|
|
91
97
|
return this.request("DescribeMountInstances", req, cb);
|
|
92
98
|
}
|
|
@@ -141,6 +141,9 @@ export class Client extends AbstractClient {
|
|
|
141
141
|
async DescribeIpHitItems(req, cb) {
|
|
142
142
|
return this.request("DescribeIpHitItems", req, cb);
|
|
143
143
|
}
|
|
144
|
+
async ModifyApiAnalyzeStatus(req, cb) {
|
|
145
|
+
return this.request("ModifyApiAnalyzeStatus", req, cb);
|
|
146
|
+
}
|
|
144
147
|
async CreateExport(req, cb) {
|
|
145
148
|
return this.request("CreateExport", req, cb);
|
|
146
149
|
}
|
|
@@ -483,8 +486,8 @@ export class Client extends AbstractClient {
|
|
|
483
486
|
async DescribeHost(req, cb) {
|
|
484
487
|
return this.request("DescribeHost", req, cb);
|
|
485
488
|
}
|
|
486
|
-
async
|
|
487
|
-
return this.request("
|
|
489
|
+
async GenerateLLMSecAnswer(req, cb) {
|
|
490
|
+
return this.request("GenerateLLMSecAnswer", req, cb);
|
|
488
491
|
}
|
|
489
492
|
async ModifyUserSignatureRuleV2(req, cb) {
|
|
490
493
|
return this.request("ModifyUserSignatureRuleV2", req, cb);
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.224";
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export declare const antiddos: {
|
|
2
|
+
v20250903: {
|
|
3
|
+
Client: typeof import("./v20250903/antiddos_client").Client;
|
|
4
|
+
Models: typeof import("./v20250903/antiddos_models");
|
|
5
|
+
};
|
|
2
6
|
v20200309: {
|
|
3
7
|
Client: typeof import("./v20200309/antiddos_client").Client;
|
|
4
8
|
Models: typeof import("./v20200309/antiddos_models");
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.antiddos = void 0;
|
|
4
|
+
const v20250903_1 = require("./v20250903");
|
|
4
5
|
const v20200309_1 = require("./v20200309");
|
|
5
6
|
exports.antiddos = {
|
|
7
|
+
v20250903: v20250903_1.v20250903,
|
|
6
8
|
v20200309: v20200309_1.v20200309,
|
|
7
9
|
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
|
+
import { ClientConfig } from "../../../common/interface";
|
|
3
|
+
import { UnblockResourcesResponse, DescribeDDoSBlockRecordsResponse, UnblockResourcesRequest, DescribeDDoSBlockRecordsRequest } from "./antiddos_models";
|
|
4
|
+
/**
|
|
5
|
+
* antiddos client
|
|
6
|
+
* @class
|
|
7
|
+
*/
|
|
8
|
+
export declare class Client extends AbstractClient {
|
|
9
|
+
constructor(clientConfig: ClientConfig);
|
|
10
|
+
/**
|
|
11
|
+
* 查询封堵解封记录和解封配额信息。
|
|
12
|
+
*/
|
|
13
|
+
DescribeDDoSBlockRecords(req: DescribeDDoSBlockRecordsRequest, cb?: (error: string, rep: DescribeDDoSBlockRecordsResponse) => void): Promise<DescribeDDoSBlockRecordsResponse>;
|
|
14
|
+
/**
|
|
15
|
+
* 申请解封资源,可通过 DescribeDDoSBlockRecords 接口获取资源的封堵解封状态。
|
|
16
|
+
*/
|
|
17
|
+
UnblockResources(req: UnblockResourcesRequest, cb?: (error: string, rep: UnblockResourcesResponse) => void): Promise<UnblockResourcesResponse>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Client = void 0;
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
5
|
+
/*
|
|
6
|
+
* Copyright (c) 2018 Tencent. All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
9
|
+
* you may not use this file except in compliance with the License.
|
|
10
|
+
* You may obtain a copy of the License at
|
|
11
|
+
*
|
|
12
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
13
|
+
*
|
|
14
|
+
* Unless required by applicable law or agreed to in writing,
|
|
15
|
+
* software distributed under the License is distributed on an
|
|
16
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
17
|
+
* KIND, either express or implied. See the License for the
|
|
18
|
+
* specific language governing permissions and limitations
|
|
19
|
+
* under the License.
|
|
20
|
+
*/
|
|
21
|
+
const abstract_client_1 = require("../../../common/abstract_client");
|
|
22
|
+
/**
|
|
23
|
+
* antiddos client
|
|
24
|
+
* @class
|
|
25
|
+
*/
|
|
26
|
+
class Client extends abstract_client_1.AbstractClient {
|
|
27
|
+
constructor(clientConfig) {
|
|
28
|
+
super("antiddos.tencentcloudapi.com", "2025-09-03", clientConfig);
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* 查询封堵解封记录和解封配额信息。
|
|
32
|
+
*/
|
|
33
|
+
async DescribeDDoSBlockRecords(req, cb) {
|
|
34
|
+
return this.request("DescribeDDoSBlockRecords", req, cb);
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* 申请解封资源,可通过 DescribeDDoSBlockRecords 接口获取资源的封堵解封状态。
|
|
38
|
+
*/
|
|
39
|
+
async UnblockResources(req, cb) {
|
|
40
|
+
return this.request("UnblockResources", req, cb);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
exports.Client = Client;
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 当前账号剩余解封配额信息。购买高防产品的用户默认解封配额为三个资源,系统将在每天零点(UTC+8)时区重置解封配额数,当天未使用的解封配额数不会累计到次日;DDoS 高防包(轻量版)解封配额数为每月三个资源,每月重置。
|
|
3
|
+
*/
|
|
4
|
+
export interface DDoSUnblockQuota {
|
|
5
|
+
/**
|
|
6
|
+
* <p>解封次数配额总数。</p>
|
|
7
|
+
*/
|
|
8
|
+
TotalQuota?: number;
|
|
9
|
+
/**
|
|
10
|
+
* <p>已使用的配额总数。</p>
|
|
11
|
+
*/
|
|
12
|
+
UsedQuota?: number;
|
|
13
|
+
/**
|
|
14
|
+
* <p>配额生效的起始时间。</p>
|
|
15
|
+
*/
|
|
16
|
+
QuotaStartTime?: string;
|
|
17
|
+
/**
|
|
18
|
+
* <p>配额生效的结束时间。</p>
|
|
19
|
+
*/
|
|
20
|
+
QuotaEndTime?: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* 描述键值对过滤器,用于条件过滤查询。例如过滤 ID、名称、状态等。 若存在多个 Filter 时,Filter 间的关系为逻辑与(AND)关系。 若同一个 Filter 存在多个 Values,同一 Filter 下 Values 间的关系为逻辑或(OR)关系。
|
|
24
|
+
*/
|
|
25
|
+
export interface Filter {
|
|
26
|
+
/**
|
|
27
|
+
* <p>需要过滤的字段;具体可选择值请查看对应的引用接口。</p>
|
|
28
|
+
*/
|
|
29
|
+
Name: string;
|
|
30
|
+
/**
|
|
31
|
+
* <p>字段的过滤值。</p>
|
|
32
|
+
*/
|
|
33
|
+
Values: Array<string>;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* UnblockResources返回参数结构体
|
|
37
|
+
*/
|
|
38
|
+
export interface UnblockResourcesResponse {
|
|
39
|
+
/**
|
|
40
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
41
|
+
*/
|
|
42
|
+
RequestId?: string;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* 封堵记录
|
|
46
|
+
*/
|
|
47
|
+
export interface DDoSBlockRecord {
|
|
48
|
+
/**
|
|
49
|
+
* <p>被封堵的资源,公网 IP,示例如下:</p><ul><li> 公网 IP:117.175.94.231。</li></ul>
|
|
50
|
+
*/
|
|
51
|
+
Resource?: string;
|
|
52
|
+
/**
|
|
53
|
+
* <p>被封堵的时间。</p>
|
|
54
|
+
*/
|
|
55
|
+
BlockTime?: string;
|
|
56
|
+
/**
|
|
57
|
+
* <p>封堵解封状态。</p><p>枚举值:</p><ul><li>Blocked:已封堵;</li><li>Unblocking:解封中;</li><li>Unblocked:已解封。</li></ul>
|
|
58
|
+
*/
|
|
59
|
+
Status?: string;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* DescribeDDoSBlockRecords返回参数结构体
|
|
63
|
+
*/
|
|
64
|
+
export interface DescribeDDoSBlockRecordsResponse {
|
|
65
|
+
/**
|
|
66
|
+
* <p>封堵解封记录总数。</p>
|
|
67
|
+
*/
|
|
68
|
+
TotalCount?: number;
|
|
69
|
+
/**
|
|
70
|
+
* <p>封堵解封记录。</p>
|
|
71
|
+
*/
|
|
72
|
+
BlockRecords?: Array<DDoSBlockRecord>;
|
|
73
|
+
/**
|
|
74
|
+
* <p>解封次数配额信息。</p>
|
|
75
|
+
*/
|
|
76
|
+
UnblockQuotaInfo?: DDoSUnblockQuota;
|
|
77
|
+
/**
|
|
78
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
79
|
+
*/
|
|
80
|
+
RequestId?: string;
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* UnblockResources请求参数结构体
|
|
84
|
+
*/
|
|
85
|
+
export interface UnblockResourcesRequest {
|
|
86
|
+
/**
|
|
87
|
+
* <p>申请解封的资源列表。支持按照公网 IP 解封;可通过 DescribeDDoSBlockRecords 接口获取被封堵的资源详情。参数示例如下:</p><ul><li>公网 IP:117.175.94.230。</li></ul><p>入参限制:列表长度最大限制 10。</p>
|
|
88
|
+
*/
|
|
89
|
+
Resources: Array<string>;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* DescribeDDoSBlockRecords请求参数结构体
|
|
93
|
+
*/
|
|
94
|
+
export interface DescribeDDoSBlockRecordsRequest {
|
|
95
|
+
/**
|
|
96
|
+
* <p>查询的起始时间。最高支持近一年的数据查询。</p><p>参数格式:2026-02-04T11:30:00+08:00。</p>
|
|
97
|
+
*/
|
|
98
|
+
StartTime: string;
|
|
99
|
+
/**
|
|
100
|
+
* <p>查询的结束时间。查询时间范围(EndTime - StartTime)需小于等于 31 天。</p><p>参数格式:2026-03-04T11:30:00+08:00。</p>
|
|
101
|
+
*/
|
|
102
|
+
EndTime: string;
|
|
103
|
+
/**
|
|
104
|
+
* <p>过滤条件,Filters.Values 的上限为 20。该参数不填写时,返回当前 appid 下所有被封堵过的资源列表。详细的过滤条件如下:</p><ul><li> Resource:可按照被封堵的 IP 或者被封堵的资源六段式进行过滤;</li><li> Status:可按照被封堵的资源状态进行过滤。</li></ul><p>当 Filters.Name 取值为 Status 时,Filters.Values 取值有:</p><ul><li>Blocked:已封堵;</li><li>Unblocking:解封中;</li><li>Unblocked:已解封。</li></ul>
|
|
105
|
+
*/
|
|
106
|
+
Filters?: Array<Filter>;
|
|
107
|
+
/**
|
|
108
|
+
* <p>分页查询限制数,最大值为 100。</p><p>默认值:20</p>
|
|
109
|
+
*/
|
|
110
|
+
Limit?: number;
|
|
111
|
+
/**
|
|
112
|
+
* <p>分页查询偏移量。</p><p>默认值:0</p>
|
|
113
|
+
*/
|
|
114
|
+
Offset?: number;
|
|
115
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2018 Tencent. All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing,
|
|
12
|
+
* software distributed under the License is distributed on an
|
|
13
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
* KIND, either express or implied. See the License for the
|
|
15
|
+
* specific language governing permissions and limitations
|
|
16
|
+
* under the License.
|
|
17
|
+
*/
|
|
18
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.v20250903 = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const Models = tslib_1.__importStar(require("./antiddos_models"));
|
|
6
|
+
const antiddos_client_1 = require("./antiddos_client");
|
|
7
|
+
exports.v20250903 = {
|
|
8
|
+
Client: antiddos_client_1.Client,
|
|
9
|
+
Models: Models
|
|
10
|
+
};
|