tencentcloud-sdk-nodejs 4.0.365 → 4.0.366
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/CHANGELOG.md +146 -0
- package/SERVICE_CHANGELOG.md +256 -11
- package/package.json +1 -1
- package/products.md +9 -9
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apm/v20210622/apm_models.ts +13 -1
- package/src/services/cwp/v20180228/cwp_models.ts +5 -3
- package/src/services/dlc/v20210125/dlc_models.ts +5 -0
- package/src/services/iotvideo/v20201215/iotvideo_models.ts +1 -1
- package/src/services/tcss/v20201101/tcss_models.ts +18 -0
- package/src/services/trtc/v20190722/trtc_client.ts +7 -25
- package/src/services/trtc/v20190722/trtc_models.ts +0 -134
- package/src/services/tsf/v20180326/tsf_client.ts +204 -51
- package/src/services/tsf/v20180326/tsf_models.ts +968 -236
- package/src/services/vod/v20180717/vod_client.ts +7 -0
- package/src/services/vod/v20180717/vod_models.ts +33 -13
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +11 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +5 -3
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +4 -0
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +15 -0
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -11
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -13
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +0 -112
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +61 -13
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +90 -18
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +842 -213
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +6 -0
- package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +28 -11
- package/test/trtc.v20190722.test.js +2 -12
- package/test/tsf.v20180326.test.js +132 -12
|
@@ -29,10 +29,12 @@ import {
|
|
|
29
29
|
PathRewritePage,
|
|
30
30
|
DescribeUnitApiUseDetailRequest,
|
|
31
31
|
DescribeApiVersionsResponse,
|
|
32
|
+
ReassociateBusinessLogConfigRequest,
|
|
32
33
|
StopContainerGroupResponse,
|
|
33
34
|
DeletePathRewritesRequest,
|
|
34
35
|
DeleteLaneResponse,
|
|
35
36
|
DescribeGroupReleaseRequest,
|
|
37
|
+
DescribeDeliveryConfigResponse,
|
|
36
38
|
SimpleApplication,
|
|
37
39
|
ContinueRunFailedTaskBatchRequest,
|
|
38
40
|
DescribeSimpleClustersResponse,
|
|
@@ -56,12 +58,14 @@ import {
|
|
|
56
58
|
TaskRecord,
|
|
57
59
|
CreateNamespaceResponse,
|
|
58
60
|
RedoTaskBatchRequest,
|
|
59
|
-
|
|
61
|
+
DescribeGroupsResponse,
|
|
60
62
|
ModifyUploadInfoResponse,
|
|
61
63
|
TsfPageConfig,
|
|
62
64
|
CreateApiRateLimitRuleRequest,
|
|
63
65
|
TaskRecordPage,
|
|
66
|
+
AssociateBusinessLogConfigRequest,
|
|
64
67
|
DescribeJvmMonitorResponse,
|
|
68
|
+
DescribeDeliveryConfigRequest,
|
|
65
69
|
DeleteServerlessGroupRequest,
|
|
66
70
|
ChangeApiUsableStatusRequest,
|
|
67
71
|
DescribeMicroservicesResponse,
|
|
@@ -76,6 +80,7 @@ import {
|
|
|
76
80
|
DescribeRepositoriesRequest,
|
|
77
81
|
InvocationMetricScatterPlot,
|
|
78
82
|
RollbackConfigRequest,
|
|
83
|
+
DescribeProgramsRequest,
|
|
79
84
|
CreateGatewayApiRequest,
|
|
80
85
|
DescribeCreateGatewayApiStatusResponse,
|
|
81
86
|
DeleteConfigResponse,
|
|
@@ -109,6 +114,7 @@ import {
|
|
|
109
114
|
RepositoryInfo,
|
|
110
115
|
DraftApiGroupRequest,
|
|
111
116
|
CreateLaneResponse,
|
|
117
|
+
DescribeDeliveryConfigsResponse,
|
|
112
118
|
TcrRepoInfo,
|
|
113
119
|
UpdateApiTimeoutsResponse,
|
|
114
120
|
TsfPageDimension,
|
|
@@ -119,8 +125,9 @@ import {
|
|
|
119
125
|
DescribeContainerGroupDeployInfoResponse,
|
|
120
126
|
DescribeOverviewInvocationRequest,
|
|
121
127
|
TaskLastExecuteStatus,
|
|
122
|
-
|
|
128
|
+
DisassociateBusinessLogConfigResponse,
|
|
123
129
|
DescribePublicConfigRequest,
|
|
130
|
+
AddClusterInstancesResponse,
|
|
124
131
|
ImageRepository,
|
|
125
132
|
DescribeInovcationIndicatorsRequest,
|
|
126
133
|
CreatePublicConfigResponse,
|
|
@@ -130,8 +137,9 @@ import {
|
|
|
130
137
|
DescribeCreateGatewayApiStatusRequest,
|
|
131
138
|
RevocationPublicConfigResponse,
|
|
132
139
|
DescribeConfigReleaseLogsRequest,
|
|
133
|
-
|
|
140
|
+
AssociateConfigWithGroupResponse,
|
|
134
141
|
UpdateRepositoryResponse,
|
|
142
|
+
DisassociateKafkaConfigRequest,
|
|
135
143
|
RollbackConfigResponse,
|
|
136
144
|
RevocationConfigRequest,
|
|
137
145
|
StartContainerGroupResponse,
|
|
@@ -147,13 +155,16 @@ import {
|
|
|
147
155
|
DescribeSimpleApplicationsResponse,
|
|
148
156
|
DeployContainerGroupRequest,
|
|
149
157
|
DescribeSimpleApplicationsRequest,
|
|
158
|
+
DescribeDeliveryConfigByGroupIdResponse,
|
|
159
|
+
ModifyContainerGroupRequest,
|
|
150
160
|
OperateApplicationTcrBindingRequest,
|
|
151
161
|
ContainGroup,
|
|
162
|
+
DescribeGroupBusinessLogConfigsResponse,
|
|
152
163
|
ContainGroupResult,
|
|
153
164
|
UpdateUnitRuleRequest,
|
|
154
165
|
ReleasePublicConfigResponse,
|
|
155
166
|
ReleaseApiGroupResponse,
|
|
156
|
-
|
|
167
|
+
InstanceAdvancedSettings,
|
|
157
168
|
UpdateApiRateLimitRulesRequest,
|
|
158
169
|
DescribeGroupInstancesRequest,
|
|
159
170
|
DescribeMsApiListRequest,
|
|
@@ -177,6 +188,7 @@ import {
|
|
|
177
188
|
DescribeContainerGroupDetailResponse,
|
|
178
189
|
Ports,
|
|
179
190
|
DescribeGroupGatewaysResponse,
|
|
191
|
+
SimpleKafkaDeliveryConfig,
|
|
180
192
|
RevocationConfigResponse,
|
|
181
193
|
PkgBind,
|
|
182
194
|
DeleteTaskResponse,
|
|
@@ -186,6 +198,7 @@ import {
|
|
|
186
198
|
DescribeContainerEventsRequest,
|
|
187
199
|
DisableUnitRuleRequest,
|
|
188
200
|
Namespace,
|
|
201
|
+
DescribeApplicationBusinessLogConfigResponse,
|
|
189
202
|
DescribeGroupResponse,
|
|
190
203
|
Env,
|
|
191
204
|
ResourceFieldRef,
|
|
@@ -193,9 +206,10 @@ import {
|
|
|
193
206
|
DeleteContainerGroupResponse,
|
|
194
207
|
DeleteServerlessGroupResponse,
|
|
195
208
|
DeleteImageTagsResponse,
|
|
196
|
-
|
|
209
|
+
GroupUnitApiDailyUseStatistics,
|
|
197
210
|
DisableUnitRouteResponse,
|
|
198
211
|
ExecuteTaskRequest,
|
|
212
|
+
DescribeGroupBusinessLogConfigsRequest,
|
|
199
213
|
DescribeApplicationResponse,
|
|
200
214
|
LaneInfo,
|
|
201
215
|
DescribeConfigReleaseLogsResponse,
|
|
@@ -203,8 +217,9 @@ import {
|
|
|
203
217
|
DescribeSimpleGroupsResponse,
|
|
204
218
|
DescribeFlowLastBatchStateRequest,
|
|
205
219
|
MetricDataCurve,
|
|
220
|
+
GroupInfo,
|
|
206
221
|
TerminateTaskFlowBatchResponse,
|
|
207
|
-
|
|
222
|
+
DisassociateKafkaConfigResponse,
|
|
208
223
|
ValueFrom,
|
|
209
224
|
ShrinkInstancesResponse,
|
|
210
225
|
DeleteLaneRuleResponse,
|
|
@@ -217,6 +232,7 @@ import {
|
|
|
217
232
|
UpdateApiTimeoutsRequest,
|
|
218
233
|
Metric,
|
|
219
234
|
DescribeOverviewInvocationResponse,
|
|
235
|
+
ShrinkInstancesRequest,
|
|
220
236
|
DescribeSimpleNamespacesRequest,
|
|
221
237
|
ExecuteTaskFlowResponse,
|
|
222
238
|
SearchBusinessLogRequest,
|
|
@@ -226,13 +242,16 @@ import {
|
|
|
226
242
|
ContinueRunFailedTaskBatchResponse,
|
|
227
243
|
DescribeSimpleClustersRequest,
|
|
228
244
|
Program,
|
|
245
|
+
KafkaDeliveryConfig,
|
|
229
246
|
ApiDefinitionDescr,
|
|
230
247
|
DescribeLaneRulesResponse,
|
|
231
248
|
DescribeImageRepositoryRequest,
|
|
232
249
|
IndicatorCoord,
|
|
233
250
|
TsfPageUnitRule,
|
|
234
251
|
DescribeApiGroupRequest,
|
|
252
|
+
AssociateBusinessLogConfigResponse,
|
|
235
253
|
DescribeGatewayApisRequest,
|
|
254
|
+
AssociateConfigWithGroupRequest,
|
|
236
255
|
DescribeContainerGroupDetailRequest,
|
|
237
256
|
JvmMonitorData,
|
|
238
257
|
DescribeGroupsWithPluginRequest,
|
|
@@ -252,7 +271,7 @@ import {
|
|
|
252
271
|
DescribeGroupUseDetailRequest,
|
|
253
272
|
Microservice,
|
|
254
273
|
UpdateUnitRuleResponse,
|
|
255
|
-
|
|
274
|
+
CreateUnitRuleRequest,
|
|
256
275
|
StartGroupResponse,
|
|
257
276
|
GroupRelease,
|
|
258
277
|
DescribePathRewritesRequest,
|
|
@@ -291,10 +310,12 @@ import {
|
|
|
291
310
|
UpdateApiGroupRequest,
|
|
292
311
|
TsfApiListResponse,
|
|
293
312
|
EnableUnitRouteResponse,
|
|
294
|
-
|
|
313
|
+
GroupUseStatisticsEntity,
|
|
314
|
+
DescribeBusinessLogConfigRequest,
|
|
295
315
|
TsfPageGatewayDeployGroup,
|
|
296
316
|
ImageTag,
|
|
297
317
|
ExecuteTaskFlowRequest,
|
|
318
|
+
DescribeBusinessLogConfigResponse,
|
|
298
319
|
TerminateTaskFlowBatchRequest,
|
|
299
320
|
CreateUnitRuleResponse,
|
|
300
321
|
DescribeTaskRecordsResponse,
|
|
@@ -318,6 +339,7 @@ import {
|
|
|
318
339
|
ModifyLaneRequest,
|
|
319
340
|
DescribeLanesRequest,
|
|
320
341
|
DescribeGatewayMonitorOverviewResponse,
|
|
342
|
+
BusinesLogConfigAssociatedGroup,
|
|
321
343
|
CreatePublicConfigRequest,
|
|
322
344
|
CreateAllGatewayApiAsyncRequest,
|
|
323
345
|
PathRewrite,
|
|
@@ -330,6 +352,7 @@ import {
|
|
|
330
352
|
BindPluginResponse,
|
|
331
353
|
RedoTaskFlowBatchRequest,
|
|
332
354
|
TsfPageUnitNamespace,
|
|
355
|
+
BusinessLogConfigSchema,
|
|
333
356
|
MetricDataSingleValue,
|
|
334
357
|
StopTaskExecuteRequest,
|
|
335
358
|
DescribePkgsRequest,
|
|
@@ -350,12 +373,14 @@ import {
|
|
|
350
373
|
DeleteApplicationRequest,
|
|
351
374
|
DescribeUnitNamespacesRequest,
|
|
352
375
|
DeleteTaskRequest,
|
|
353
|
-
|
|
376
|
+
HealthCheckSettings,
|
|
354
377
|
VmGroupSimple,
|
|
355
378
|
ApiResponseDescr,
|
|
379
|
+
DescribeBusinessLogConfigsRequest,
|
|
356
380
|
DescribePluginInstancesRequest,
|
|
357
381
|
ApiRequestDescr,
|
|
358
382
|
ApiVersionArray,
|
|
383
|
+
DeliveryConfigBindGroups,
|
|
359
384
|
DescribeInovcationIndicatorsResponse,
|
|
360
385
|
MultiValueDataPoints,
|
|
361
386
|
ConfigReleaseLog,
|
|
@@ -366,18 +391,20 @@ import {
|
|
|
366
391
|
DescribeUnitRulesResponse,
|
|
367
392
|
UpdateGatewayApiRequest,
|
|
368
393
|
DescribeInstancesRequest,
|
|
394
|
+
ReassociateBusinessLogConfigResponse,
|
|
369
395
|
PathRewriteCreateObject,
|
|
370
396
|
DescribeApiGroupsRequest,
|
|
371
397
|
DeleteUnitRuleRequest,
|
|
372
398
|
ApplicationAttribute,
|
|
373
399
|
TaskFlowLastBatchState,
|
|
374
400
|
DeletePkgsResponse,
|
|
375
|
-
|
|
401
|
+
DescribeTaskLastStatusRequest,
|
|
402
|
+
DescribeBusinessLogConfigsResponse,
|
|
376
403
|
ApplicationForPage,
|
|
377
404
|
DescribeInvocationMetricScatterPlotRequest,
|
|
378
405
|
CreateTaskFlowResponse,
|
|
379
406
|
DescribeMicroservicesRequest,
|
|
380
|
-
|
|
407
|
+
DescribeApplicationBusinessLogConfigRequest,
|
|
381
408
|
DescribeInvocationMetricDataCurveRequest,
|
|
382
409
|
VmGroupOther,
|
|
383
410
|
DescribeTaskLastStatusResponse,
|
|
@@ -391,11 +418,11 @@ import {
|
|
|
391
418
|
UnitRuleTag,
|
|
392
419
|
DescribePluginInstancesResponse,
|
|
393
420
|
CreateRepositoryResponse,
|
|
394
|
-
|
|
421
|
+
CreateLaneRuleRequest,
|
|
395
422
|
CurvePoint,
|
|
396
423
|
CosDownloadInfo,
|
|
397
424
|
DeletePkgsRequest,
|
|
398
|
-
|
|
425
|
+
CreateFileConfigRequest,
|
|
399
426
|
GroupApiUseStatistics,
|
|
400
427
|
ChangeApiUsableStatusResponse,
|
|
401
428
|
EnableTaskResponse,
|
|
@@ -404,7 +431,8 @@ import {
|
|
|
404
431
|
GroupUnitApiUseStatistics,
|
|
405
432
|
DescribeGroupInstancesResponse,
|
|
406
433
|
DescribeContainerGroupDeployInfoRequest,
|
|
407
|
-
|
|
434
|
+
DescribeDeliveryConfigsRequest,
|
|
435
|
+
DisassociateBusinessLogConfigRequest,
|
|
408
436
|
DescribePublicConfigReleaseLogsResponse,
|
|
409
437
|
DeleteApiGroupRequest,
|
|
410
438
|
ReleaseApiGroupRequest,
|
|
@@ -438,6 +466,7 @@ import {
|
|
|
438
466
|
DescribeApplicationsResponse,
|
|
439
467
|
InvocationIndicator,
|
|
440
468
|
DescribeConfigRequest,
|
|
469
|
+
OperateApplicationTcrBindingResponse,
|
|
441
470
|
DisableUnitRouteRequest,
|
|
442
471
|
DescribeUnitRulesRequest,
|
|
443
472
|
DescribeGatewayAllGroupApisRequest,
|
|
@@ -450,11 +479,13 @@ import {
|
|
|
450
479
|
DescribeInvocationMetricScatterPlotResponse,
|
|
451
480
|
DescribeUsableUnitNamespacesRequest,
|
|
452
481
|
DescribeContainerGroupsRequest,
|
|
482
|
+
TsfPageBusinessLogConfig,
|
|
453
483
|
DescribeProgramsResponse,
|
|
454
484
|
ProgramItem,
|
|
455
485
|
DisableTaskFlowRequest,
|
|
456
486
|
DescribePodInstancesRequest,
|
|
457
487
|
RedoTaskResponse,
|
|
488
|
+
DeliveryConfigBindGroup,
|
|
458
489
|
DescribeConfigsRequest,
|
|
459
490
|
EnableUnitRouteRequest,
|
|
460
491
|
TsfPageApplication,
|
|
@@ -470,19 +501,21 @@ import {
|
|
|
470
501
|
TsfPageBusinessLogV2,
|
|
471
502
|
FieldRef,
|
|
472
503
|
CreateClusterRequest,
|
|
504
|
+
DescribeDeliveryConfigByGroupIdRequest,
|
|
473
505
|
TsfPageMicroservice,
|
|
474
506
|
ConfigRelease,
|
|
475
507
|
DeleteContainerGroupRequest,
|
|
476
508
|
AdvanceSettings,
|
|
477
509
|
ReleaseConfigRequest,
|
|
478
510
|
MsApiArray,
|
|
511
|
+
BusinessLogConfig,
|
|
479
512
|
DescribeApiDetailRequest,
|
|
480
513
|
StopContainerGroupRequest,
|
|
481
514
|
UpdateHealthCheckSettingsResponse,
|
|
482
515
|
ApiRateLimitRule,
|
|
483
516
|
Filter,
|
|
484
517
|
DescribeInvocationMetricDataPointResponse,
|
|
485
|
-
|
|
518
|
+
DisableUnitRuleResponse,
|
|
486
519
|
DescribePathRewritesResponse,
|
|
487
520
|
AddInstanceResult,
|
|
488
521
|
DescribeFlowLastBatchStateResponse,
|
|
@@ -586,13 +619,13 @@ export class Client extends AbstractClient {
|
|
|
586
619
|
}
|
|
587
620
|
|
|
588
621
|
/**
|
|
589
|
-
*
|
|
622
|
+
* 查询应用关联日志配置项信息
|
|
590
623
|
*/
|
|
591
|
-
async
|
|
592
|
-
req:
|
|
593
|
-
cb?: (error: string, rep:
|
|
594
|
-
): Promise<
|
|
595
|
-
return this.request("
|
|
624
|
+
async DescribeApplicationBusinessLogConfig(
|
|
625
|
+
req: DescribeApplicationBusinessLogConfigRequest,
|
|
626
|
+
cb?: (error: string, rep: DescribeApplicationBusinessLogConfigResponse) => void
|
|
627
|
+
): Promise<DescribeApplicationBusinessLogConfigResponse> {
|
|
628
|
+
return this.request("DescribeApplicationBusinessLogConfig", req, cb)
|
|
596
629
|
}
|
|
597
630
|
|
|
598
631
|
/**
|
|
@@ -835,6 +868,16 @@ export class Client extends AbstractClient {
|
|
|
835
868
|
return this.request("DescribeFileConfigs", req, cb)
|
|
836
869
|
}
|
|
837
870
|
|
|
871
|
+
/**
|
|
872
|
+
* 修改容器部署组实例数
|
|
873
|
+
*/
|
|
874
|
+
async ModifyContainerReplicas(
|
|
875
|
+
req: ModifyContainerReplicasRequest,
|
|
876
|
+
cb?: (error: string, rep: ModifyContainerReplicasResponse) => void
|
|
877
|
+
): Promise<ModifyContainerReplicasResponse> {
|
|
878
|
+
return this.request("ModifyContainerReplicas", req, cb)
|
|
879
|
+
}
|
|
880
|
+
|
|
838
881
|
/**
|
|
839
882
|
* 查询简单集群列表
|
|
840
883
|
*/
|
|
@@ -855,6 +898,16 @@ export class Client extends AbstractClient {
|
|
|
855
898
|
return this.request("DescribeApiDetail", req, cb)
|
|
856
899
|
}
|
|
857
900
|
|
|
901
|
+
/**
|
|
902
|
+
* 创建容器部署组
|
|
903
|
+
*/
|
|
904
|
+
async CreateContainGroup(
|
|
905
|
+
req: CreateContainGroupRequest,
|
|
906
|
+
cb?: (error: string, rep: CreateContainGroupResponse) => void
|
|
907
|
+
): Promise<CreateContainGroupResponse> {
|
|
908
|
+
return this.request("CreateContainGroup", req, cb)
|
|
909
|
+
}
|
|
910
|
+
|
|
858
911
|
/**
|
|
859
912
|
* 查询某个插件下绑定或未绑定的API分组
|
|
860
913
|
*/
|
|
@@ -875,6 +928,16 @@ export class Client extends AbstractClient {
|
|
|
875
928
|
return this.request("DisableUnitRoute", req, cb)
|
|
876
929
|
}
|
|
877
930
|
|
|
931
|
+
/**
|
|
932
|
+
* 取消关联业务日志配置项和应用
|
|
933
|
+
*/
|
|
934
|
+
async DisassociateBusinessLogConfig(
|
|
935
|
+
req: DisassociateBusinessLogConfigRequest,
|
|
936
|
+
cb?: (error: string, rep: DisassociateBusinessLogConfigResponse) => void
|
|
937
|
+
): Promise<DisassociateBusinessLogConfigResponse> {
|
|
938
|
+
return this.request("DisassociateBusinessLogConfig", req, cb)
|
|
939
|
+
}
|
|
940
|
+
|
|
878
941
|
/**
|
|
879
942
|
* 创建配置项
|
|
880
943
|
*/
|
|
@@ -1006,6 +1069,16 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
1006
1069
|
return this.request("CreateUnitRule", req, cb)
|
|
1007
1070
|
}
|
|
1008
1071
|
|
|
1072
|
+
/**
|
|
1073
|
+
* 更新仓库信息
|
|
1074
|
+
*/
|
|
1075
|
+
async UpdateRepository(
|
|
1076
|
+
req: UpdateRepositoryRequest,
|
|
1077
|
+
cb?: (error: string, rep: UpdateRepositoryResponse) => void
|
|
1078
|
+
): Promise<UpdateRepositoryResponse> {
|
|
1079
|
+
return this.request("UpdateRepository", req, cb)
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1009
1082
|
/**
|
|
1010
1083
|
* 查询网关分组监控明细数据
|
|
1011
1084
|
*/
|
|
@@ -1027,13 +1100,13 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
1027
1100
|
}
|
|
1028
1101
|
|
|
1029
1102
|
/**
|
|
1030
|
-
*
|
|
1103
|
+
* 重关联业务日志配置
|
|
1031
1104
|
*/
|
|
1032
|
-
async
|
|
1033
|
-
req:
|
|
1034
|
-
cb?: (error: string, rep:
|
|
1035
|
-
): Promise<
|
|
1036
|
-
return this.request("
|
|
1105
|
+
async ReassociateBusinessLogConfig(
|
|
1106
|
+
req: ReassociateBusinessLogConfigRequest,
|
|
1107
|
+
cb?: (error: string, rep: ReassociateBusinessLogConfigResponse) => void
|
|
1108
|
+
): Promise<ReassociateBusinessLogConfigResponse> {
|
|
1109
|
+
return this.request("ReassociateBusinessLogConfig", req, cb)
|
|
1037
1110
|
}
|
|
1038
1111
|
|
|
1039
1112
|
/**
|
|
@@ -1136,6 +1209,16 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
1136
1209
|
return this.request("StopContainerGroup", req, cb)
|
|
1137
1210
|
}
|
|
1138
1211
|
|
|
1212
|
+
/**
|
|
1213
|
+
* 查询分组管理日志配置列表
|
|
1214
|
+
*/
|
|
1215
|
+
async DescribeGroupBusinessLogConfigs(
|
|
1216
|
+
req: DescribeGroupBusinessLogConfigsRequest,
|
|
1217
|
+
cb?: (error: string, rep: DescribeGroupBusinessLogConfigsResponse) => void
|
|
1218
|
+
): Promise<DescribeGroupBusinessLogConfigsResponse> {
|
|
1219
|
+
return this.request("DescribeGroupBusinessLogConfigs", req, cb)
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1139
1222
|
/**
|
|
1140
1223
|
* 查询部署组相关的发布信息
|
|
1141
1224
|
*/
|
|
@@ -1206,6 +1289,16 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
1206
1289
|
return this.request("UnbindApiGroup", req, cb)
|
|
1207
1290
|
}
|
|
1208
1291
|
|
|
1292
|
+
/**
|
|
1293
|
+
* 查询虚拟机部署组云主机列表
|
|
1294
|
+
*/
|
|
1295
|
+
async DescribeGroupInstances(
|
|
1296
|
+
req: DescribeGroupInstancesRequest,
|
|
1297
|
+
cb?: (error: string, rep: DescribeGroupInstancesResponse) => void
|
|
1298
|
+
): Promise<DescribeGroupInstancesResponse> {
|
|
1299
|
+
return this.request("DescribeGroupInstances", req, cb)
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1209
1302
|
/**
|
|
1210
1303
|
* 创建泳道规则
|
|
1211
1304
|
*/
|
|
@@ -1236,6 +1329,16 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
1236
1329
|
return this.request("DescribeApiGroups", req, cb)
|
|
1237
1330
|
}
|
|
1238
1331
|
|
|
1332
|
+
/**
|
|
1333
|
+
* 查询日志配置项列表
|
|
1334
|
+
*/
|
|
1335
|
+
async DescribeBusinessLogConfigs(
|
|
1336
|
+
req: DescribeBusinessLogConfigsRequest,
|
|
1337
|
+
cb?: (error: string, rep: DescribeBusinessLogConfigsResponse) => void
|
|
1338
|
+
): Promise<DescribeBusinessLogConfigsResponse> {
|
|
1339
|
+
return this.request("DescribeBusinessLogConfigs", req, cb)
|
|
1340
|
+
}
|
|
1341
|
+
|
|
1239
1342
|
/**
|
|
1240
1343
|
* 发布配置
|
|
1241
1344
|
*/
|
|
@@ -1366,6 +1469,16 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
1366
1469
|
return this.request("DescribeInovcationIndicators", req, cb)
|
|
1367
1470
|
}
|
|
1368
1471
|
|
|
1472
|
+
/**
|
|
1473
|
+
* 用部署组id获取绑定信息
|
|
1474
|
+
*/
|
|
1475
|
+
async DescribeDeliveryConfigByGroupId(
|
|
1476
|
+
req: DescribeDeliveryConfigByGroupIdRequest,
|
|
1477
|
+
cb?: (error: string, rep: DescribeDeliveryConfigByGroupIdResponse) => void
|
|
1478
|
+
): Promise<DescribeDeliveryConfigByGroupIdResponse> {
|
|
1479
|
+
return this.request("DescribeDeliveryConfigByGroupId", req, cb)
|
|
1480
|
+
}
|
|
1481
|
+
|
|
1369
1482
|
/**
|
|
1370
1483
|
* 查询简单部署组列表
|
|
1371
1484
|
*/
|
|
@@ -1578,23 +1691,23 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
1578
1691
|
}
|
|
1579
1692
|
|
|
1580
1693
|
/**
|
|
1581
|
-
*
|
|
1694
|
+
* 查询业务日志配置项信息
|
|
1582
1695
|
*/
|
|
1583
|
-
async
|
|
1584
|
-
req:
|
|
1585
|
-
cb?: (error: string, rep:
|
|
1586
|
-
): Promise<
|
|
1587
|
-
return this.request("
|
|
1696
|
+
async DescribeBusinessLogConfig(
|
|
1697
|
+
req: DescribeBusinessLogConfigRequest,
|
|
1698
|
+
cb?: (error: string, rep: DescribeBusinessLogConfigResponse) => void
|
|
1699
|
+
): Promise<DescribeBusinessLogConfigResponse> {
|
|
1700
|
+
return this.request("DescribeBusinessLogConfig", req, cb)
|
|
1588
1701
|
}
|
|
1589
1702
|
|
|
1590
1703
|
/**
|
|
1591
|
-
*
|
|
1704
|
+
* 查询网关所有分组下Api列表
|
|
1592
1705
|
*/
|
|
1593
|
-
async
|
|
1594
|
-
req:
|
|
1595
|
-
cb?: (error: string, rep:
|
|
1596
|
-
): Promise<
|
|
1597
|
-
return this.request("
|
|
1706
|
+
async DescribeGatewayAllGroupApis(
|
|
1707
|
+
req: DescribeGatewayAllGroupApisRequest,
|
|
1708
|
+
cb?: (error: string, rep: DescribeGatewayAllGroupApisResponse) => void
|
|
1709
|
+
): Promise<DescribeGatewayAllGroupApisResponse> {
|
|
1710
|
+
return this.request("DescribeGatewayAllGroupApis", req, cb)
|
|
1598
1711
|
}
|
|
1599
1712
|
|
|
1600
1713
|
/**
|
|
@@ -1638,6 +1751,16 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
1638
1751
|
return this.request("DescribePathRewrite", req, cb)
|
|
1639
1752
|
}
|
|
1640
1753
|
|
|
1754
|
+
/**
|
|
1755
|
+
* 取消关联投递信息和部署组
|
|
1756
|
+
*/
|
|
1757
|
+
async DisassociateKafkaConfig(
|
|
1758
|
+
req: DisassociateKafkaConfigRequest,
|
|
1759
|
+
cb?: (error: string, rep: DisassociateKafkaConfigResponse) => void
|
|
1760
|
+
): Promise<DisassociateKafkaConfigResponse> {
|
|
1761
|
+
return this.request("DisassociateKafkaConfig", req, cb)
|
|
1762
|
+
}
|
|
1763
|
+
|
|
1641
1764
|
/**
|
|
1642
1765
|
* 查询调用指标数据变化曲线
|
|
1643
1766
|
*/
|
|
@@ -1768,6 +1891,16 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
1768
1891
|
return this.request("DeployGroup", req, cb)
|
|
1769
1892
|
}
|
|
1770
1893
|
|
|
1894
|
+
/**
|
|
1895
|
+
* 获取多个投递项配置
|
|
1896
|
+
*/
|
|
1897
|
+
async DescribeDeliveryConfigs(
|
|
1898
|
+
req: DescribeDeliveryConfigsRequest,
|
|
1899
|
+
cb?: (error: string, rep: DescribeDeliveryConfigsResponse) => void
|
|
1900
|
+
): Promise<DescribeDeliveryConfigsResponse> {
|
|
1901
|
+
return this.request("DescribeDeliveryConfigs", req, cb)
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1771
1904
|
/**
|
|
1772
1905
|
* 更新Api分组
|
|
1773
1906
|
*/
|
|
@@ -1868,6 +2001,16 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
1868
2001
|
return this.request("RedoTaskBatch", req, cb)
|
|
1869
2002
|
}
|
|
1870
2003
|
|
|
2004
|
+
/**
|
|
2005
|
+
* 关联日志配置项到应用
|
|
2006
|
+
*/
|
|
2007
|
+
async AssociateBusinessLogConfig(
|
|
2008
|
+
req: AssociateBusinessLogConfigRequest,
|
|
2009
|
+
cb?: (error: string, rep: AssociateBusinessLogConfigResponse) => void
|
|
2010
|
+
): Promise<AssociateBusinessLogConfigResponse> {
|
|
2011
|
+
return this.request("AssociateBusinessLogConfig", req, cb)
|
|
2012
|
+
}
|
|
2013
|
+
|
|
1871
2014
|
/**
|
|
1872
2015
|
* 查询公共配置发布历史
|
|
1873
2016
|
*/
|
|
@@ -1939,13 +2082,13 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
1939
2082
|
}
|
|
1940
2083
|
|
|
1941
2084
|
/**
|
|
1942
|
-
*
|
|
2085
|
+
* 删除仓库
|
|
1943
2086
|
*/
|
|
1944
|
-
async
|
|
1945
|
-
req:
|
|
1946
|
-
cb?: (error: string, rep:
|
|
1947
|
-
): Promise<
|
|
1948
|
-
return this.request("
|
|
2087
|
+
async DeleteRepository(
|
|
2088
|
+
req: DeleteRepositoryRequest,
|
|
2089
|
+
cb?: (error: string, rep: DeleteRepositoryResponse) => void
|
|
2090
|
+
): Promise<DeleteRepositoryResponse> {
|
|
2091
|
+
return this.request("DeleteRepository", req, cb)
|
|
1949
2092
|
}
|
|
1950
2093
|
|
|
1951
2094
|
/**
|
|
@@ -2139,13 +2282,13 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
2139
2282
|
}
|
|
2140
2283
|
|
|
2141
2284
|
/**
|
|
2142
|
-
*
|
|
2285
|
+
* 获取单个投递项配置信息
|
|
2143
2286
|
*/
|
|
2144
|
-
async
|
|
2145
|
-
req:
|
|
2146
|
-
cb?: (error: string, rep:
|
|
2147
|
-
): Promise<
|
|
2148
|
-
return this.request("
|
|
2287
|
+
async DescribeDeliveryConfig(
|
|
2288
|
+
req: DescribeDeliveryConfigRequest,
|
|
2289
|
+
cb?: (error: string, rep: DescribeDeliveryConfigResponse) => void
|
|
2290
|
+
): Promise<DescribeDeliveryConfigResponse> {
|
|
2291
|
+
return this.request("DescribeDeliveryConfig", req, cb)
|
|
2149
2292
|
}
|
|
2150
2293
|
|
|
2151
2294
|
/**
|
|
@@ -2238,6 +2381,16 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
2238
2381
|
return this.request("DescribePublicConfigReleases", req, cb)
|
|
2239
2382
|
}
|
|
2240
2383
|
|
|
2384
|
+
/**
|
|
2385
|
+
* 关联投递配置到部署组
|
|
2386
|
+
*/
|
|
2387
|
+
async AssociateConfigWithGroup(
|
|
2388
|
+
req: AssociateConfigWithGroupRequest,
|
|
2389
|
+
cb?: (error: string, rep: AssociateConfigWithGroupResponse) => void
|
|
2390
|
+
): Promise<AssociateConfigWithGroupResponse> {
|
|
2391
|
+
return this.request("AssociateConfigWithGroup", req, cb)
|
|
2392
|
+
}
|
|
2393
|
+
|
|
2241
2394
|
/**
|
|
2242
2395
|
* 查询泳道列表
|
|
2243
2396
|
*/
|