tencentcloud-sdk-nodejs 4.1.186 → 4.1.187
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/hunyuan/v20230901/hunyuan_client.js +54 -33
- package/es/services/lcic/v20220817/lcic_client.js +6 -0
- package/es/services/monitor/v20180724/monitor_client.js +3 -0
- package/es/services/monitor/v20230616/monitor_client.js +9 -0
- package/es/services/ocr/v20181119/ocr_client.js +10 -4
- package/es/services/ses/v20201002/ses_client.js +7 -4
- package/es/services/tcb/v20180608/tcb_client.js +9 -0
- package/es/services/vclm/v20240523/vclm_client.js +34 -28
- package/es/services/vpc/v20170312/vpc_client.js +37 -13
- 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/aiart/v20221229/aiart_models.d.ts +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +7 -3
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +5 -5
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +86 -237
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +90 -62
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +125 -83
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +351 -54
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +9 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +12 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +87 -23
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +14 -4
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +15 -3
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +71 -12
- package/tencentcloud/services/monitor/v20230616/monitor_client.d.ts +13 -1
- package/tencentcloud/services/monitor/v20230616/monitor_client.js +18 -0
- package/tencentcloud/services/monitor/v20230616/monitor_models.d.ts +178 -10
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +79 -127
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +17 -5
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +22 -6
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +255 -120
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +9 -5
- package/tencentcloud/services/ses/v20201002/ses_client.js +12 -6
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +187 -72
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +63 -9
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +68 -8
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +175 -42
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +9 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4 -0
- package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +43 -35
- package/tencentcloud/services/vclm/v20240523/vclm_client.js +62 -50
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +84 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +14 -27
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +49 -17
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +71 -23
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +556 -194
- package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +103 -2
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.187";
|
|
@@ -3,67 +3,88 @@ export class Client extends AbstractClient {
|
|
|
3
3
|
constructor(clientConfig) {
|
|
4
4
|
super("hunyuan.tencentcloudapi.com", "2023-09-01", clientConfig);
|
|
5
5
|
}
|
|
6
|
-
async SetPayMode(req, cb) {
|
|
7
|
-
return this.request("SetPayMode", req, cb);
|
|
8
|
-
}
|
|
9
|
-
async ImageQuestion(req, cb) {
|
|
10
|
-
return this.request("ImageQuestion", req, cb);
|
|
11
|
-
}
|
|
12
|
-
async FilesList(req, cb) {
|
|
13
|
-
return this.request("FilesList", req, cb);
|
|
14
|
-
}
|
|
15
6
|
async GetThread(req, cb) {
|
|
16
7
|
return this.request("GetThread", req, cb);
|
|
17
8
|
}
|
|
18
|
-
async
|
|
19
|
-
return this.request("
|
|
20
|
-
}
|
|
21
|
-
async CreateThread(req, cb) {
|
|
22
|
-
return this.request("CreateThread", req, cb);
|
|
23
|
-
}
|
|
24
|
-
async GetTokenCount(req, cb) {
|
|
25
|
-
return this.request("GetTokenCount", req, cb);
|
|
9
|
+
async SubmitHunyuanImageJob(req, cb) {
|
|
10
|
+
return this.request("SubmitHunyuanImageJob", req, cb);
|
|
26
11
|
}
|
|
27
12
|
async QueryHunyuanImageJob(req, cb) {
|
|
28
13
|
return this.request("QueryHunyuanImageJob", req, cb);
|
|
29
14
|
}
|
|
30
|
-
async
|
|
31
|
-
return this.request("
|
|
15
|
+
async ListGlossary(req, cb) {
|
|
16
|
+
return this.request("ListGlossary", req, cb);
|
|
32
17
|
}
|
|
33
|
-
async
|
|
34
|
-
return this.request("
|
|
18
|
+
async ListGlossaryEntry(req, cb) {
|
|
19
|
+
return this.request("ListGlossaryEntry", req, cb);
|
|
20
|
+
}
|
|
21
|
+
async ChatTranslations(req, cb) {
|
|
22
|
+
return this.request("ChatTranslations", req, cb);
|
|
35
23
|
}
|
|
36
24
|
async GetThreadMessageList(req, cb) {
|
|
37
25
|
return this.request("GetThreadMessageList", req, cb);
|
|
38
26
|
}
|
|
27
|
+
async GetEmbedding(req, cb) {
|
|
28
|
+
return this.request("GetEmbedding", req, cb);
|
|
29
|
+
}
|
|
30
|
+
async ImageQuestion(req, cb) {
|
|
31
|
+
return this.request("ImageQuestion", req, cb);
|
|
32
|
+
}
|
|
33
|
+
async CreateGlossaryEntry(req, cb) {
|
|
34
|
+
return this.request("CreateGlossaryEntry", req, cb);
|
|
35
|
+
}
|
|
36
|
+
async UpdateGlossaryEntry(req, cb) {
|
|
37
|
+
return this.request("UpdateGlossaryEntry", req, cb);
|
|
38
|
+
}
|
|
39
39
|
async GroupChatCompletions(req, cb) {
|
|
40
40
|
return this.request("GroupChatCompletions", req, cb);
|
|
41
41
|
}
|
|
42
|
-
async GetThreadMessage(req, cb) {
|
|
43
|
-
return this.request("GetThreadMessage", req, cb);
|
|
44
|
-
}
|
|
45
42
|
async RunThread(req, cb) {
|
|
46
43
|
return this.request("RunThread", req, cb);
|
|
47
44
|
}
|
|
48
|
-
async
|
|
49
|
-
return this.request("
|
|
45
|
+
async SetPayMode(req, cb) {
|
|
46
|
+
return this.request("SetPayMode", req, cb);
|
|
50
47
|
}
|
|
51
48
|
async QueryHunyuanImageChatJob(req, cb) {
|
|
52
49
|
return this.request("QueryHunyuanImageChatJob", req, cb);
|
|
53
50
|
}
|
|
54
|
-
async
|
|
55
|
-
return this.request("
|
|
51
|
+
async CreateThread(req, cb) {
|
|
52
|
+
return this.request("CreateThread", req, cb);
|
|
56
53
|
}
|
|
57
|
-
async
|
|
58
|
-
return this.request("
|
|
54
|
+
async FilesDeletions(req, cb) {
|
|
55
|
+
return this.request("FilesDeletions", req, cb);
|
|
56
|
+
}
|
|
57
|
+
async GetThreadMessage(req, cb) {
|
|
58
|
+
return this.request("GetThreadMessage", req, cb);
|
|
59
|
+
}
|
|
60
|
+
async CreateGlossary(req, cb) {
|
|
61
|
+
return this.request("CreateGlossary", req, cb);
|
|
62
|
+
}
|
|
63
|
+
async DeleteGlossary(req, cb) {
|
|
64
|
+
return this.request("DeleteGlossary", req, cb);
|
|
59
65
|
}
|
|
60
66
|
async FilesUploads(req, cb) {
|
|
61
67
|
return this.request("FilesUploads", req, cb);
|
|
62
68
|
}
|
|
63
|
-
async TextToImageLite(req, cb) {
|
|
64
|
-
return this.request("TextToImageLite", req, cb);
|
|
65
|
-
}
|
|
66
69
|
async ActivateService(req, cb) {
|
|
67
70
|
return this.request("ActivateService", req, cb);
|
|
68
71
|
}
|
|
72
|
+
async DeleteGlossaryEntry(req, cb) {
|
|
73
|
+
return this.request("DeleteGlossaryEntry", req, cb);
|
|
74
|
+
}
|
|
75
|
+
async FilesList(req, cb) {
|
|
76
|
+
return this.request("FilesList", req, cb);
|
|
77
|
+
}
|
|
78
|
+
async SubmitHunyuanImageChatJob(req, cb) {
|
|
79
|
+
return this.request("SubmitHunyuanImageChatJob", req, cb);
|
|
80
|
+
}
|
|
81
|
+
async ChatCompletions(req, cb) {
|
|
82
|
+
return this.request("ChatCompletions", req, cb);
|
|
83
|
+
}
|
|
84
|
+
async GetTokenCount(req, cb) {
|
|
85
|
+
return this.request("GetTokenCount", req, cb);
|
|
86
|
+
}
|
|
87
|
+
async TextToImageLite(req, cb) {
|
|
88
|
+
return this.request("TextToImageLite", req, cb);
|
|
89
|
+
}
|
|
69
90
|
}
|
|
@@ -72,6 +72,9 @@ export class Client extends AbstractClient {
|
|
|
72
72
|
async CreateDocument(req, cb) {
|
|
73
73
|
return this.request("CreateDocument", req, cb);
|
|
74
74
|
}
|
|
75
|
+
async LoginOriginIdWithRoom(req, cb) {
|
|
76
|
+
return this.request("LoginOriginIdWithRoom", req, cb);
|
|
77
|
+
}
|
|
75
78
|
async BatchGetPlaybackToken(req, cb) {
|
|
76
79
|
return this.request("BatchGetPlaybackToken", req, cb);
|
|
77
80
|
}
|
|
@@ -120,6 +123,9 @@ export class Client extends AbstractClient {
|
|
|
120
123
|
async DescribePlayRecords(req, cb) {
|
|
121
124
|
return this.request("DescribePlayRecords", req, cb);
|
|
122
125
|
}
|
|
126
|
+
async LoginUserWithRoom(req, cb) {
|
|
127
|
+
return this.request("LoginUserWithRoom", req, cb);
|
|
128
|
+
}
|
|
123
129
|
async DescribeGroupList(req, cb) {
|
|
124
130
|
return this.request("DescribeGroupList", req, cb);
|
|
125
131
|
}
|
|
@@ -171,6 +171,9 @@ export class Client extends AbstractClient {
|
|
|
171
171
|
async UpgradeGrafanaInstance(req, cb) {
|
|
172
172
|
return this.request("UpgradeGrafanaInstance", req, cb);
|
|
173
173
|
}
|
|
174
|
+
async DescribeNotificationContentTemplateSupports(req, cb) {
|
|
175
|
+
return this.request("DescribeNotificationContentTemplateSupports", req, cb);
|
|
176
|
+
}
|
|
174
177
|
async DescribeRemoteWrites(req, cb) {
|
|
175
178
|
return this.request("DescribeRemoteWrites", req, cb);
|
|
176
179
|
}
|
|
@@ -3,6 +3,15 @@ export class Client extends AbstractClient {
|
|
|
3
3
|
constructor(clientConfig) {
|
|
4
4
|
super("monitor.tencentcloudapi.com", "2023-06-16", clientConfig);
|
|
5
5
|
}
|
|
6
|
+
async DeleteNoticeContentTmpls(req, cb) {
|
|
7
|
+
return this.request("DeleteNoticeContentTmpls", req, cb);
|
|
8
|
+
}
|
|
9
|
+
async DescribeNoticeContentTmpl(req, cb) {
|
|
10
|
+
return this.request("DescribeNoticeContentTmpl", req, cb);
|
|
11
|
+
}
|
|
12
|
+
async ModifyNoticeContentTmpl(req, cb) {
|
|
13
|
+
return this.request("ModifyNoticeContentTmpl", req, cb);
|
|
14
|
+
}
|
|
6
15
|
async CreateNoticeContentTmpl(req, cb) {
|
|
7
16
|
return this.request("CreateNoticeContentTmpl", req, cb);
|
|
8
17
|
}
|
|
@@ -27,6 +27,9 @@ export class Client extends AbstractClient {
|
|
|
27
27
|
async MLIDPassportOCR(req, cb) {
|
|
28
28
|
return this.request("MLIDPassportOCR", req, cb);
|
|
29
29
|
}
|
|
30
|
+
async SubmitMarkEssayAgentJob(req, cb) {
|
|
31
|
+
return this.request("SubmitMarkEssayAgentJob", req, cb);
|
|
32
|
+
}
|
|
30
33
|
async TrainTicketOCR(req, cb) {
|
|
31
34
|
return this.request("TrainTicketOCR", req, cb);
|
|
32
35
|
}
|
|
@@ -171,6 +174,9 @@ export class Client extends AbstractClient {
|
|
|
171
174
|
async HmtResidentPermitOCR(req, cb) {
|
|
172
175
|
return this.request("HmtResidentPermitOCR", req, cb);
|
|
173
176
|
}
|
|
177
|
+
async DescribeMarkEssayAgentJob(req, cb) {
|
|
178
|
+
return this.request("DescribeMarkEssayAgentJob", req, cb);
|
|
179
|
+
}
|
|
174
180
|
async TollInvoiceOCR(req, cb) {
|
|
175
181
|
return this.request("TollInvoiceOCR", req, cb);
|
|
176
182
|
}
|
|
@@ -186,8 +192,8 @@ export class Client extends AbstractClient {
|
|
|
186
192
|
async BankSlipOCR(req, cb) {
|
|
187
193
|
return this.request("BankSlipOCR", req, cb);
|
|
188
194
|
}
|
|
189
|
-
async
|
|
190
|
-
return this.request("
|
|
195
|
+
async VehicleRegCertOCR(req, cb) {
|
|
196
|
+
return this.request("VehicleRegCertOCR", req, cb);
|
|
191
197
|
}
|
|
192
198
|
async RecognizeTravelCardOCR(req, cb) {
|
|
193
199
|
return this.request("RecognizeTravelCardOCR", req, cb);
|
|
@@ -249,8 +255,8 @@ export class Client extends AbstractClient {
|
|
|
249
255
|
async AdvertiseOCR(req, cb) {
|
|
250
256
|
return this.request("AdvertiseOCR", req, cb);
|
|
251
257
|
}
|
|
252
|
-
async
|
|
253
|
-
return this.request("
|
|
258
|
+
async ResidenceBookletOCR(req, cb) {
|
|
259
|
+
return this.request("ResidenceBookletOCR", req, cb);
|
|
254
260
|
}
|
|
255
261
|
async CarInvoiceOCR(req, cb) {
|
|
256
262
|
return this.request("CarInvoiceOCR", req, cb);
|
|
@@ -30,8 +30,8 @@ export class Client extends AbstractClient {
|
|
|
30
30
|
async UpdateCustomBlackList(req, cb) {
|
|
31
31
|
return this.request("UpdateCustomBlackList", req, cb);
|
|
32
32
|
}
|
|
33
|
-
async
|
|
34
|
-
return this.request("
|
|
33
|
+
async GetStatisticsReport(req, cb) {
|
|
34
|
+
return this.request("GetStatisticsReport", req, cb);
|
|
35
35
|
}
|
|
36
36
|
async CreateAddressUnsubscribeConfig(req, cb) {
|
|
37
37
|
return this.request("CreateAddressUnsubscribeConfig", req, cb);
|
|
@@ -93,11 +93,14 @@ export class Client extends AbstractClient {
|
|
|
93
93
|
async SendEmail(req, cb) {
|
|
94
94
|
return this.request("SendEmail", req, cb);
|
|
95
95
|
}
|
|
96
|
+
async GetAbuseReport(req, cb) {
|
|
97
|
+
return this.request("GetAbuseReport", req, cb);
|
|
98
|
+
}
|
|
96
99
|
async ListCustomBlacklist(req, cb) {
|
|
97
100
|
return this.request("ListCustomBlacklist", req, cb);
|
|
98
101
|
}
|
|
99
|
-
async
|
|
100
|
-
return this.request("
|
|
102
|
+
async ListBlackEmailAddress(req, cb) {
|
|
103
|
+
return this.request("ListBlackEmailAddress", req, cb);
|
|
101
104
|
}
|
|
102
105
|
async CreateReceiverDetail(req, cb) {
|
|
103
106
|
return this.request("CreateReceiverDetail", req, cb);
|
|
@@ -84,6 +84,9 @@ export class Client extends AbstractClient {
|
|
|
84
84
|
async CreateMySQL(req, cb) {
|
|
85
85
|
return this.request("CreateMySQL", req, cb);
|
|
86
86
|
}
|
|
87
|
+
async CreateEnv(req, cb) {
|
|
88
|
+
return this.request("CreateEnv", req, cb);
|
|
89
|
+
}
|
|
87
90
|
async ModifyGatewayVersionTraffic(req, cb) {
|
|
88
91
|
return this.request("ModifyGatewayVersionTraffic", req, cb);
|
|
89
92
|
}
|
|
@@ -240,6 +243,9 @@ export class Client extends AbstractClient {
|
|
|
240
243
|
async DescribeBillingInfo(req, cb) {
|
|
241
244
|
return this.request("DescribeBillingInfo", req, cb);
|
|
242
245
|
}
|
|
246
|
+
async RenewEnv(req, cb) {
|
|
247
|
+
return this.request("RenewEnv", req, cb);
|
|
248
|
+
}
|
|
243
249
|
async ReinstateEnv(req, cb) {
|
|
244
250
|
return this.request("ReinstateEnv", req, cb);
|
|
245
251
|
}
|
|
@@ -261,6 +267,9 @@ export class Client extends AbstractClient {
|
|
|
261
267
|
async DescribeGraphData(req, cb) {
|
|
262
268
|
return this.request("DescribeGraphData", req, cb);
|
|
263
269
|
}
|
|
270
|
+
async ModifyEnvPlan(req, cb) {
|
|
271
|
+
return this.request("ModifyEnvPlan", req, cb);
|
|
272
|
+
}
|
|
264
273
|
async DescribeActivityRecord(req, cb) {
|
|
265
274
|
return this.request("DescribeActivityRecord", req, cb);
|
|
266
275
|
}
|
|
@@ -9,61 +9,67 @@ export class Client extends AbstractClient {
|
|
|
9
9
|
async DescribeVideoEditJob(req, cb) {
|
|
10
10
|
return this.request("DescribeVideoEditJob", req, cb);
|
|
11
11
|
}
|
|
12
|
+
async SubmitPortraitSingJob(req, cb) {
|
|
13
|
+
return this.request("SubmitPortraitSingJob", req, cb);
|
|
14
|
+
}
|
|
15
|
+
async SubmitVideoFaceFusionJob(req, cb) {
|
|
16
|
+
return this.request("SubmitVideoFaceFusionJob", req, cb);
|
|
17
|
+
}
|
|
18
|
+
async CheckAnimateImageJob(req, cb) {
|
|
19
|
+
return this.request("CheckAnimateImageJob", req, cb);
|
|
20
|
+
}
|
|
21
|
+
async DescribeImageToVideoGeneralJob(req, cb) {
|
|
22
|
+
return this.request("DescribeImageToVideoGeneralJob", req, cb);
|
|
23
|
+
}
|
|
12
24
|
async DescribeTemplateToVideoJob(req, cb) {
|
|
13
25
|
return this.request("DescribeTemplateToVideoJob", req, cb);
|
|
14
26
|
}
|
|
15
27
|
async SubmitVideoStylizationJob(req, cb) {
|
|
16
28
|
return this.request("SubmitVideoStylizationJob", req, cb);
|
|
17
29
|
}
|
|
18
|
-
async SubmitPortraitSingJob(req, cb) {
|
|
19
|
-
return this.request("SubmitPortraitSingJob", req, cb);
|
|
20
|
-
}
|
|
21
30
|
async DescribePortraitSingJob(req, cb) {
|
|
22
31
|
return this.request("DescribePortraitSingJob", req, cb);
|
|
23
32
|
}
|
|
24
|
-
async
|
|
25
|
-
return this.request("
|
|
26
|
-
}
|
|
27
|
-
async SubmitTemplateToVideoJob(req, cb) {
|
|
28
|
-
return this.request("SubmitTemplateToVideoJob", req, cb);
|
|
29
|
-
}
|
|
30
|
-
async DescribeVideoVoiceJob(req, cb) {
|
|
31
|
-
return this.request("DescribeVideoVoiceJob", req, cb);
|
|
33
|
+
async DescribeAigcVideoJob(req, cb) {
|
|
34
|
+
return this.request("DescribeAigcVideoJob", req, cb);
|
|
32
35
|
}
|
|
33
36
|
async SubmitVideoEditJob(req, cb) {
|
|
34
37
|
return this.request("SubmitVideoEditJob", req, cb);
|
|
35
38
|
}
|
|
36
|
-
async
|
|
37
|
-
return this.request("
|
|
38
|
-
}
|
|
39
|
-
async DescribeImageAnimateJob(req, cb) {
|
|
40
|
-
return this.request("DescribeImageAnimateJob", req, cb);
|
|
39
|
+
async DescribeVideoVoiceJob(req, cb) {
|
|
40
|
+
return this.request("DescribeVideoVoiceJob", req, cb);
|
|
41
41
|
}
|
|
42
|
-
async
|
|
43
|
-
return this.request("
|
|
42
|
+
async SubmitAigcVideoJob(req, cb) {
|
|
43
|
+
return this.request("SubmitAigcVideoJob", req, cb);
|
|
44
44
|
}
|
|
45
45
|
async SubmitVideoVoiceJob(req, cb) {
|
|
46
46
|
return this.request("SubmitVideoVoiceJob", req, cb);
|
|
47
47
|
}
|
|
48
|
+
async SubmitHumanActorJob(req, cb) {
|
|
49
|
+
return this.request("SubmitHumanActorJob", req, cb);
|
|
50
|
+
}
|
|
48
51
|
async DescribeHunyuanToVideoJob(req, cb) {
|
|
49
52
|
return this.request("DescribeHunyuanToVideoJob", req, cb);
|
|
50
53
|
}
|
|
51
|
-
async
|
|
52
|
-
return this.request("
|
|
54
|
+
async DescribeImageAnimateJob(req, cb) {
|
|
55
|
+
return this.request("DescribeImageAnimateJob", req, cb);
|
|
53
56
|
}
|
|
54
|
-
async
|
|
55
|
-
return this.request("
|
|
57
|
+
async SubmitImageAnimateJob(req, cb) {
|
|
58
|
+
return this.request("SubmitImageAnimateJob", req, cb);
|
|
56
59
|
}
|
|
57
60
|
async DescribeVideoStylizationJob(req, cb) {
|
|
58
61
|
return this.request("DescribeVideoStylizationJob", req, cb);
|
|
59
62
|
}
|
|
60
|
-
async DescribeImageToVideoGeneralJob(req, cb) {
|
|
61
|
-
return this.request("DescribeImageToVideoGeneralJob", req, cb);
|
|
62
|
-
}
|
|
63
|
-
async SubmitVideoFaceFusionJob(req, cb) {
|
|
64
|
-
return this.request("SubmitVideoFaceFusionJob", req, cb);
|
|
65
|
-
}
|
|
66
63
|
async DescribeHumanActorJob(req, cb) {
|
|
67
64
|
return this.request("DescribeHumanActorJob", req, cb);
|
|
68
65
|
}
|
|
66
|
+
async DescribeVideoFaceFusionJob(req, cb) {
|
|
67
|
+
return this.request("DescribeVideoFaceFusionJob", req, cb);
|
|
68
|
+
}
|
|
69
|
+
async SubmitTemplateToVideoJob(req, cb) {
|
|
70
|
+
return this.request("SubmitTemplateToVideoJob", req, cb);
|
|
71
|
+
}
|
|
72
|
+
async SubmitImageToVideoGeneralJob(req, cb) {
|
|
73
|
+
return this.request("SubmitImageToVideoGeneralJob", req, cb);
|
|
74
|
+
}
|
|
69
75
|
}
|
|
@@ -39,6 +39,9 @@ export class Client extends AbstractClient {
|
|
|
39
39
|
async EnableGatewayFlowMonitor(req, cb) {
|
|
40
40
|
return this.request("EnableGatewayFlowMonitor", req, cb);
|
|
41
41
|
}
|
|
42
|
+
async CreateCcnPolicyBasedRoutingNextHop(req, cb) {
|
|
43
|
+
return this.request("CreateCcnPolicyBasedRoutingNextHop", req, cb);
|
|
44
|
+
}
|
|
42
45
|
async DescribeAddresses(req, cb) {
|
|
43
46
|
return this.request("DescribeAddresses", req, cb);
|
|
44
47
|
}
|
|
@@ -153,6 +156,9 @@ export class Client extends AbstractClient {
|
|
|
153
156
|
async DescribeRoutePolicyEntries(req, cb) {
|
|
154
157
|
return this.request("DescribeRoutePolicyEntries", req, cb);
|
|
155
158
|
}
|
|
159
|
+
async DeleteCcnPolicyBasedRoutingNextHop(req, cb) {
|
|
160
|
+
return this.request("DeleteCcnPolicyBasedRoutingNextHop", req, cb);
|
|
161
|
+
}
|
|
156
162
|
async DeleteRoutePolicyAssociations(req, cb) {
|
|
157
163
|
return this.request("DeleteRoutePolicyAssociations", req, cb);
|
|
158
164
|
}
|
|
@@ -237,6 +243,9 @@ export class Client extends AbstractClient {
|
|
|
237
243
|
async ModifyVpcPeeringConnection(req, cb) {
|
|
238
244
|
return this.request("ModifyVpcPeeringConnection", req, cb);
|
|
239
245
|
}
|
|
246
|
+
async DeleteHaVip(req, cb) {
|
|
247
|
+
return this.request("DeleteHaVip", req, cb);
|
|
248
|
+
}
|
|
240
249
|
async DeleteRoutePolicyEntries(req, cb) {
|
|
241
250
|
return this.request("DeleteRoutePolicyEntries", req, cb);
|
|
242
251
|
}
|
|
@@ -249,8 +258,8 @@ export class Client extends AbstractClient {
|
|
|
249
258
|
async DeleteTrafficMirror(req, cb) {
|
|
250
259
|
return this.request("DeleteTrafficMirror", req, cb);
|
|
251
260
|
}
|
|
252
|
-
async
|
|
253
|
-
return this.request("
|
|
261
|
+
async ModifyCcnPolicyBasedRoutingNextHopAttribute(req, cb) {
|
|
262
|
+
return this.request("ModifyCcnPolicyBasedRoutingNextHopAttribute", req, cb);
|
|
254
263
|
}
|
|
255
264
|
async DescribeProductQuota(req, cb) {
|
|
256
265
|
return this.request("DescribeProductQuota", req, cb);
|
|
@@ -393,6 +402,9 @@ export class Client extends AbstractClient {
|
|
|
393
402
|
async ModifyNetworkInterfaceQos(req, cb) {
|
|
394
403
|
return this.request("ModifyNetworkInterfaceQos", req, cb);
|
|
395
404
|
}
|
|
405
|
+
async ModifyGlobalRoutes(req, cb) {
|
|
406
|
+
return this.request("ModifyGlobalRoutes", req, cb);
|
|
407
|
+
}
|
|
396
408
|
async AssociateNatGatewayAddress(req, cb) {
|
|
397
409
|
return this.request("AssociateNatGatewayAddress", req, cb);
|
|
398
410
|
}
|
|
@@ -411,8 +423,8 @@ export class Client extends AbstractClient {
|
|
|
411
423
|
async CheckTrafficMirror(req, cb) {
|
|
412
424
|
return this.request("CheckTrafficMirror", req, cb);
|
|
413
425
|
}
|
|
414
|
-
async
|
|
415
|
-
return this.request("
|
|
426
|
+
async DescribeVpcEndPointService(req, cb) {
|
|
427
|
+
return this.request("DescribeVpcEndPointService", req, cb);
|
|
416
428
|
}
|
|
417
429
|
async DescribeCrossBorderCcnRegionBandwidthLimits(req, cb) {
|
|
418
430
|
return this.request("DescribeCrossBorderCcnRegionBandwidthLimits", req, cb);
|
|
@@ -444,6 +456,9 @@ export class Client extends AbstractClient {
|
|
|
444
456
|
async DeleteRoutePolicy(req, cb) {
|
|
445
457
|
return this.request("DeleteRoutePolicy", req, cb);
|
|
446
458
|
}
|
|
459
|
+
async DeleteCcnPolicyBasedRoutingRule(req, cb) {
|
|
460
|
+
return this.request("DeleteCcnPolicyBasedRoutingRule", req, cb);
|
|
461
|
+
}
|
|
447
462
|
async AttachCcnInstances(req, cb) {
|
|
448
463
|
return this.request("AttachCcnInstances", req, cb);
|
|
449
464
|
}
|
|
@@ -525,6 +540,9 @@ export class Client extends AbstractClient {
|
|
|
525
540
|
async DescribeNetworkAclQuintupleEntries(req, cb) {
|
|
526
541
|
return this.request("DescribeNetworkAclQuintupleEntries", req, cb);
|
|
527
542
|
}
|
|
543
|
+
async CreateCcnPolicyBasedRoutingRules(req, cb) {
|
|
544
|
+
return this.request("CreateCcnPolicyBasedRoutingRules", req, cb);
|
|
545
|
+
}
|
|
528
546
|
async ModifySecurityGroupAttribute(req, cb) {
|
|
529
547
|
return this.request("ModifySecurityGroupAttribute", req, cb);
|
|
530
548
|
}
|
|
@@ -810,6 +828,9 @@ export class Client extends AbstractClient {
|
|
|
810
828
|
async CreateAssistantCidr(req, cb) {
|
|
811
829
|
return this.request("CreateAssistantCidr", req, cb);
|
|
812
830
|
}
|
|
831
|
+
async ModifyCcnPolicyBasedRoutingRuleAttribute(req, cb) {
|
|
832
|
+
return this.request("ModifyCcnPolicyBasedRoutingRuleAttribute", req, cb);
|
|
833
|
+
}
|
|
813
834
|
async DescribeVpnGatewaySslClients(req, cb) {
|
|
814
835
|
return this.request("DescribeVpnGatewaySslClients", req, cb);
|
|
815
836
|
}
|
|
@@ -891,6 +912,9 @@ export class Client extends AbstractClient {
|
|
|
891
912
|
async CreateLocalGateway(req, cb) {
|
|
892
913
|
return this.request("CreateLocalGateway", req, cb);
|
|
893
914
|
}
|
|
915
|
+
async HaVipDisassociateAddressIp(req, cb) {
|
|
916
|
+
return this.request("HaVipDisassociateAddressIp", req, cb);
|
|
917
|
+
}
|
|
894
918
|
async ResetVpnGatewayInternetMaxBandwidth(req, cb) {
|
|
895
919
|
return this.request("ResetVpnGatewayInternetMaxBandwidth", req, cb);
|
|
896
920
|
}
|
|
@@ -930,6 +954,9 @@ export class Client extends AbstractClient {
|
|
|
930
954
|
async DescribeIpGeolocationDatabaseUrl(req, cb) {
|
|
931
955
|
return this.request("DescribeIpGeolocationDatabaseUrl", req, cb);
|
|
932
956
|
}
|
|
957
|
+
async DescribeCcnPolicyBasedRoutingRule(req, cb) {
|
|
958
|
+
return this.request("DescribeCcnPolicyBasedRoutingRule", req, cb);
|
|
959
|
+
}
|
|
933
960
|
async ModifyAddressAttribute(req, cb) {
|
|
934
961
|
return this.request("ModifyAddressAttribute", req, cb);
|
|
935
962
|
}
|
|
@@ -981,8 +1008,8 @@ export class Client extends AbstractClient {
|
|
|
981
1008
|
async DeleteSnapshotPolicies(req, cb) {
|
|
982
1009
|
return this.request("DeleteSnapshotPolicies", req, cb);
|
|
983
1010
|
}
|
|
984
|
-
async
|
|
985
|
-
return this.request("
|
|
1011
|
+
async ModifyIPv6AddressesBandwidth(req, cb) {
|
|
1012
|
+
return this.request("ModifyIPv6AddressesBandwidth", req, cb);
|
|
986
1013
|
}
|
|
987
1014
|
async RefreshDirectConnectGatewayRouteToNatGateway(req, cb) {
|
|
988
1015
|
return this.request("RefreshDirectConnectGatewayRouteToNatGateway", req, cb);
|
|
@@ -1122,8 +1149,8 @@ export class Client extends AbstractClient {
|
|
|
1122
1149
|
async ModifyIpv6AddressesAttribute(req, cb) {
|
|
1123
1150
|
return this.request("ModifyIpv6AddressesAttribute", req, cb);
|
|
1124
1151
|
}
|
|
1125
|
-
async
|
|
1126
|
-
return this.request("
|
|
1152
|
+
async CreateNetDetect(req, cb) {
|
|
1153
|
+
return this.request("CreateNetDetect", req, cb);
|
|
1127
1154
|
}
|
|
1128
1155
|
async ModifyHighPriorityRouteTableAttribute(req, cb) {
|
|
1129
1156
|
return this.request("ModifyHighPriorityRouteTableAttribute", req, cb);
|
|
@@ -1188,8 +1215,8 @@ export class Client extends AbstractClient {
|
|
|
1188
1215
|
async DescribeServiceTemplates(req, cb) {
|
|
1189
1216
|
return this.request("DescribeServiceTemplates", req, cb);
|
|
1190
1217
|
}
|
|
1191
|
-
async
|
|
1192
|
-
return this.request("
|
|
1218
|
+
async DescribeCcnPolicyBasedRoutingNextHop(req, cb) {
|
|
1219
|
+
return this.request("DescribeCcnPolicyBasedRoutingNextHop", req, cb);
|
|
1193
1220
|
}
|
|
1194
1221
|
async DescribeNatGatewayDirectConnectGatewayRoute(req, cb) {
|
|
1195
1222
|
return this.request("DescribeNatGatewayDirectConnectGatewayRoute", req, cb);
|
|
@@ -1257,9 +1284,6 @@ export class Client extends AbstractClient {
|
|
|
1257
1284
|
async CreateTrafficPackages(req, cb) {
|
|
1258
1285
|
return this.request("CreateTrafficPackages", req, cb);
|
|
1259
1286
|
}
|
|
1260
|
-
async CreateNetDetect(req, cb) {
|
|
1261
|
-
return this.request("CreateNetDetect", req, cb);
|
|
1262
|
-
}
|
|
1263
1287
|
async DescribeSnapshotFiles(req, cb) {
|
|
1264
1288
|
return this.request("DescribeSnapshotFiles", req, cb);
|
|
1265
1289
|
}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.187";
|
|
@@ -970,17 +970,21 @@ export interface ExecuteScalingPolicyResponse {
|
|
|
970
970
|
*/
|
|
971
971
|
export interface ForwardLoadBalancerIdentification {
|
|
972
972
|
/**
|
|
973
|
-
*
|
|
973
|
+
* <p>负载均衡器ID</p>
|
|
974
974
|
*/
|
|
975
975
|
LoadBalancerId: string;
|
|
976
976
|
/**
|
|
977
|
-
*
|
|
977
|
+
* <p>应用型负载均衡监听器 ID</p>
|
|
978
978
|
*/
|
|
979
979
|
ListenerId: string;
|
|
980
980
|
/**
|
|
981
|
-
*
|
|
981
|
+
* <p>转发规则ID,注意:针对七层监听器此参数必填</p>
|
|
982
982
|
*/
|
|
983
983
|
LocationId?: string;
|
|
984
|
+
/**
|
|
985
|
+
* <p>监听器或转发路径需解绑的端口号列表。</p><p>取值范围:[1, 65535]</p><p>不传递该参数时,默认解绑指定监听器或转发路径关联的所有端口。</p>
|
|
986
|
+
*/
|
|
987
|
+
PortList?: Array<number | bigint>;
|
|
984
988
|
}
|
|
985
989
|
/**
|
|
986
990
|
* SetInstancesProtection返回参数结构体
|
|
@@ -1355,25 +1355,25 @@ export interface AvailableType {
|
|
|
1355
1355
|
*/
|
|
1356
1356
|
export interface LifecyclePolicy {
|
|
1357
1357
|
/**
|
|
1358
|
-
*
|
|
1358
|
+
* <p>生命周期管理策略创建的时间</p>
|
|
1359
1359
|
*/
|
|
1360
1360
|
CreateTime: string;
|
|
1361
1361
|
/**
|
|
1362
|
-
*
|
|
1362
|
+
* <p>生命周期管理策略ID</p>
|
|
1363
1363
|
*/
|
|
1364
1364
|
LifecyclePolicyID: string;
|
|
1365
1365
|
/**
|
|
1366
|
-
*
|
|
1366
|
+
* <p>生命周期管理策略名称</p>
|
|
1367
1367
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1368
1368
|
*/
|
|
1369
1369
|
LifecyclePolicyName: string;
|
|
1370
1370
|
/**
|
|
1371
|
-
*
|
|
1371
|
+
* <p>生命周期管理策略关联的管理规则列表</p>
|
|
1372
1372
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1373
1373
|
*/
|
|
1374
1374
|
LifecycleRules: Array<LifecycleRule>;
|
|
1375
1375
|
/**
|
|
1376
|
-
*
|
|
1376
|
+
* <p>生命周期管理策略关联目录的绝对路径列表</p>
|
|
1377
1377
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1378
1378
|
*/
|
|
1379
1379
|
Paths: Array<PathInfo>;
|