tencentcloud-sdk-nodejs 4.0.688 → 4.0.690
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 +489 -0
- package/SERVICE_CHANGELOG.md +580 -389
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +0 -4
- package/src/services/bi/v20220105/bi_models.ts +18 -0
- package/src/services/cvm/v20170312/cvm_client.ts +6 -3
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +8 -6
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +214 -88
- package/src/services/dlc/v20210125/dlc_client.ts +41 -6
- package/src/services/dlc/v20210125/dlc_models.ts +773 -274
- package/src/services/es/v20180416/es_models.ts +5 -5
- package/src/services/ess/v20201111/ess_client.ts +63 -60
- package/src/services/ess/v20201111/ess_models.ts +264 -229
- package/src/services/essbasic/v20210526/essbasic_client.ts +52 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +203 -9
- package/src/services/facefusion/v20220927/facefusion_models.ts +5 -1
- package/src/services/iss/v20230517/iss_models.ts +3 -3
- package/src/services/lcic/v20220817/lcic_models.ts +4 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +23 -19
- package/src/services/live/v20180801/live_models.ts +32 -27
- package/src/services/mongodb/v20190725/mongodb_models.ts +46 -46
- package/src/services/monitor/v20180724/monitor_models.ts +6 -2
- package/src/services/nlp/v20190408/nlp_client.ts +0 -17
- package/src/services/nlp/v20190408/nlp_models.ts +0 -117
- package/src/services/omics/v20221128/omics_models.ts +1 -1
- package/src/services/postgres/v20170312/postgres_models.ts +33 -30
- package/src/services/rce/v20201103/rce_models.ts +42 -11
- package/src/services/ssa/v20180608/ssa_client.ts +16 -3
- package/src/services/ssa/v20180608/ssa_models.ts +94 -24
- package/src/services/ssl/v20191205/ssl_client.ts +26 -2
- package/src/services/ssl/v20191205/ssl_models.ts +64 -16
- package/src/services/tat/v20201028/tat_models.ts +30 -9
- package/src/services/tse/v20201207/tse_client.ts +82 -18
- package/src/services/tse/v20201207/tse_models.ts +543 -270
- package/src/services/vod/v20180717/vod_client.ts +3 -9
- package/src/services/vod/v20180717/vod_models.ts +247 -242
- package/src/services/vpc/v20170312/vpc_models.ts +44 -22
- package/src/services/waf/v20180125/waf_client.ts +92 -29
- package/src/services/waf/v20180125/waf_models.ts +377 -77
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +0 -4
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +18 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +3 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +3 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +4 -4
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +209 -85
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +9 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +12 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +695 -211
- package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -5
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +53 -41
- package/tencentcloud/services/ess/v20201111/ess_client.js +53 -43
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +264 -226
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +26 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +31 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +195 -9
- package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +5 -1
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +3 -3
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +4 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +23 -19
- package/tencentcloud/services/live/v20180801/live_models.d.ts +32 -27
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +46 -46
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +6 -2
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +1 -7
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +0 -8
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +0 -112
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +33 -30
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +42 -11
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +5 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +6 -0
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +91 -24
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +9 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +12 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +60 -16
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +30 -9
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +25 -5
- package/tencentcloud/services/tse/v20201207/tse_client.js +36 -6
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +531 -272
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -7
- package/tencentcloud/services/vod/v20180717/vod_client.js +1 -7
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +247 -242
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +44 -22
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +30 -10
- package/tencentcloud/services/waf/v20180125/waf_client.js +43 -13
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +364 -77
- package/test/dlc.v20210125.test.js +20 -0
- package/test/ess.v20201111.test.js +2 -12
- package/test/essbasic.v20210526.test.js +30 -0
- package/test/nlp.v20190408.test.js +0 -10
- package/test/ssa.v20180608.test.js +10 -0
- package/test/ssl.v20191205.test.js +20 -0
- package/test/tse.v20201207.test.js +54 -4
- package/test/waf.v20180125.test.js +58 -8
|
@@ -54,7 +54,7 @@ export interface CreateCommandResponse {
|
|
|
54
54
|
/**
|
|
55
55
|
* 命令ID。
|
|
56
56
|
*/
|
|
57
|
-
CommandId
|
|
57
|
+
CommandId?: string;
|
|
58
58
|
/**
|
|
59
59
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
60
60
|
*/
|
|
@@ -319,7 +319,7 @@ export interface RunCommandRequest {
|
|
|
319
319
|
*/
|
|
320
320
|
Content: string;
|
|
321
321
|
/**
|
|
322
|
-
* 待执行命令的实例ID列表,上限
|
|
322
|
+
* 待执行命令的实例ID列表,上限200。支持实例类型:
|
|
323
323
|
<li> CVM
|
|
324
324
|
<li> LIGHTHOUSE
|
|
325
325
|
*/
|
|
@@ -346,14 +346,17 @@ export interface RunCommandRequest {
|
|
|
346
346
|
Timeout?: number;
|
|
347
347
|
/**
|
|
348
348
|
* 是否保存命令,取值范围:
|
|
349
|
-
<li>
|
|
350
|
-
<li>
|
|
351
|
-
默认为
|
|
349
|
+
<li> true:保存
|
|
350
|
+
<li> false:不保存
|
|
351
|
+
默认为 false。
|
|
352
352
|
*/
|
|
353
353
|
SaveCommand?: boolean;
|
|
354
354
|
/**
|
|
355
355
|
* 是否启用自定义参数功能。
|
|
356
356
|
一旦创建,此值不提供修改。
|
|
357
|
+
取值范围:
|
|
358
|
+
<li> true:启用
|
|
359
|
+
<li> false:不启用
|
|
357
360
|
默认值:false。
|
|
358
361
|
*/
|
|
359
362
|
EnableParameter?: boolean;
|
|
@@ -365,6 +368,10 @@ export interface RunCommandRequest {
|
|
|
365
368
|
自定义参数名称需符合以下规范:字符数目上限64,可选范围【a-zA-Z0-9-_】。
|
|
366
369
|
*/
|
|
367
370
|
DefaultParameters?: string;
|
|
371
|
+
/**
|
|
372
|
+
* 自定义参数数组。 如果 Parameters 未提供,将使用这里的默认值进行替换。 自定义参数最多20个。
|
|
373
|
+
*/
|
|
374
|
+
DefaultParameterConfs?: Array<DefaultParameterConf>;
|
|
368
375
|
/**
|
|
369
376
|
* Command 的自定义参数。字段类型为json encoded string。如:{\"varA\": \"222\"}。
|
|
370
377
|
key为自定义参数名称,value为该参数的默认取值。kv均为字符串型。
|
|
@@ -403,7 +410,7 @@ export interface InvokeCommandRequest {
|
|
|
403
410
|
*/
|
|
404
411
|
CommandId: string;
|
|
405
412
|
/**
|
|
406
|
-
* 待执行命令的实例ID列表,上限
|
|
413
|
+
* 待执行命令的实例ID列表,上限200。
|
|
407
414
|
*/
|
|
408
415
|
InstanceIds: Array<string>;
|
|
409
416
|
/**
|
|
@@ -541,10 +548,12 @@ export interface TaskResult {
|
|
|
541
548
|
Output: string;
|
|
542
549
|
/**
|
|
543
550
|
* 命令执行开始时间。
|
|
551
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
544
552
|
*/
|
|
545
553
|
ExecStartTime: string;
|
|
546
554
|
/**
|
|
547
555
|
* 命令执行结束时间。
|
|
556
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
548
557
|
*/
|
|
549
558
|
ExecEndTime: string;
|
|
550
559
|
/**
|
|
@@ -864,7 +873,7 @@ export interface InvokeCommandResponse {
|
|
|
864
873
|
/**
|
|
865
874
|
* 执行活动ID。
|
|
866
875
|
*/
|
|
867
|
-
InvocationId
|
|
876
|
+
InvocationId?: string;
|
|
868
877
|
/**
|
|
869
878
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
870
879
|
*/
|
|
@@ -911,6 +920,12 @@ export interface ModifyCommandRequest {
|
|
|
911
920
|
自定义参数名称需符合以下规范:字符数目上限64,可选范围【a-zA-Z0-9-_】。
|
|
912
921
|
*/
|
|
913
922
|
DefaultParameters?: string;
|
|
923
|
+
/**
|
|
924
|
+
* 自定义参数数组。
|
|
925
|
+
如果InvokeCommand时未提供参数取值,将使用这里的默认值进行替换。
|
|
926
|
+
自定义参数最多20个。
|
|
927
|
+
*/
|
|
928
|
+
DefaultParameterConfs?: Array<DefaultParameterConf>;
|
|
914
929
|
/**
|
|
915
930
|
* 在 CVM 或 Lighthouse 实例中执行命令的用户名称。
|
|
916
931
|
使用最小权限执行命令是权限管理的最佳实践,建议您以普通用户身份执行云助手命令。
|
|
@@ -1446,11 +1461,11 @@ export interface RunCommandResponse {
|
|
|
1446
1461
|
/**
|
|
1447
1462
|
* 命令ID。
|
|
1448
1463
|
*/
|
|
1449
|
-
CommandId
|
|
1464
|
+
CommandId?: string;
|
|
1450
1465
|
/**
|
|
1451
1466
|
* 执行活动ID。
|
|
1452
1467
|
*/
|
|
1453
|
-
InvocationId
|
|
1468
|
+
InvocationId?: string;
|
|
1454
1469
|
/**
|
|
1455
1470
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1456
1471
|
*/
|
|
@@ -1585,6 +1600,12 @@ export interface CreateCommandRequest {
|
|
|
1585
1600
|
自定义参数名称需符合以下规范:字符数目上限64,可选范围【a-zA-Z0-9-_】。
|
|
1586
1601
|
*/
|
|
1587
1602
|
DefaultParameters?: string;
|
|
1603
|
+
/**
|
|
1604
|
+
* 自定义参数数组。
|
|
1605
|
+
如果InvokeCommand时未提供参数取值,将使用这里的默认值进行替换。
|
|
1606
|
+
自定义参数最多20个。
|
|
1607
|
+
*/
|
|
1608
|
+
DefaultParameterConfs?: Array<DefaultParameterConf>;
|
|
1588
1609
|
/**
|
|
1589
1610
|
* 为命令关联的标签,列表长度不超过10。
|
|
1590
1611
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayNodesRequest, ModifyCloudNativeAPIGatewayRouteRequest, DeleteNativeGatewayServerGroupResponse, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeSREInstanceAccessAddressResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, CreateNativeGatewayServerGroupRequest, ModifyCloudNativeAPIGatewayServiceResponse, DescribeCloudNativeAPIGatewayNodesResponse, CreateCloudNativeAPIGatewayResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewayServicesRequest, UpdateEngineInternetAccessRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, DescribeSREInstancesRequest, DeleteEngineResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeZookeeperReplicasRequest, DeleteCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayPortsResponse, CreateCloudNativeAPIGatewayRouteRateLimitRequest, DeleteNativeGatewayServerGroupRequest, ModifyCloudNativeAPIGatewayRouteResponse, DescribeNacosReplicasResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, DescribeCloudNativeAPIGatewayConfigResponse, CreateCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewaysRequest, DescribeNacosServerInterfacesResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, DeleteCloudNativeAPIGatewayServiceRequest, ModifyNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, DescribeOneCloudNativeAPIGatewayServiceRequest,
|
|
3
|
+
import { DescribeCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayNodesRequest, ModifyCloudNativeAPIGatewayRouteRequest, DeleteNativeGatewayServerGroupResponse, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeSREInstanceAccessAddressResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, CreateNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayCertificatesRequest, ModifyCloudNativeAPIGatewayServiceResponse, DescribeCloudNativeAPIGatewayNodesResponse, CreateCloudNativeAPIGatewayResponse, DeleteCloudNativeAPIGatewayCertificateResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewayServicesRequest, DescribeCloudNativeAPIGatewayCertificatesResponse, UpdateEngineInternetAccessRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, DescribeSREInstancesRequest, DeleteEngineResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeZookeeperReplicasRequest, DeleteCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayPortsResponse, CreateCloudNativeAPIGatewayRouteRateLimitRequest, DeleteNativeGatewayServerGroupRequest, ModifyCloudNativeAPIGatewayRouteResponse, DescribeNacosReplicasResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, DescribeCloudNativeAPIGatewayConfigResponse, CreateCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayConfigRequest, DescribeCloudNativeAPIGatewaysRequest, DescribeNacosServerInterfacesResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, DeleteCloudNativeAPIGatewayServiceRequest, CreateCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayCanaryRuleRequest, ModifyNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, DescribeOneCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewaysResponse, UpdateEngineInternetAccessResponse, UpdateCloudNativeAPIGatewaySpecRequest, DescribeCloudNativeAPIGatewayServicesResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, DeleteEngineRequest, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, DescribeSREInstanceAccessAddressRequest, DescribeCloudNativeAPIGatewayCanaryRulesResponse, DeleteCloudNativeAPIGatewayCertificateRequest, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, UpdateCloudNativeAPIGatewaySpecResponse, DescribeZookeeperServerInterfacesResponse, DescribeNativeGatewayServerGroupsRequest, DeleteCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayCertificateDetailsResponse, UpdateCloudNativeAPIGatewayCertificateInfoRequest, DescribeOneCloudNativeAPIGatewayServiceResponse, ModifyCloudNativeAPIGatewayServiceRequest, DeleteCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayCertificateRequest, ModifyCloudNativeAPIGatewayResponse, DescribeZookeeperServerInterfacesRequest, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayRequest, DescribeNativeGatewayServerGroupsResponse, DeleteCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeNacosServerInterfacesRequest, DescribeSREInstancesResponse, DescribeCloudNativeAPIGatewayCertificateDetailsRequest, CreateCloudNativeAPIGatewayRouteRequest, CreateNativeGatewayServerGroupResponse, CreateCloudNativeAPIGatewayServiceRateLimitRequest, DescribeZookeeperReplicasResponse, CreateEngineRequest, ModifyCloudNativeAPIGatewayCanaryRuleRequest, ModifyCloudNativeAPIGatewayRequest, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, DeleteCloudNativeAPIGatewayCanaryRuleResponse, DescribeCloudNativeAPIGatewayPortsRequest, ModifyNativeGatewayServerGroupResponse, UpdateCloudNativeAPIGatewayCertificateInfoResponse } from "./tse_models";
|
|
4
4
|
/**
|
|
5
5
|
* tse client
|
|
6
6
|
* @class
|
|
@@ -27,6 +27,10 @@ export declare class Client extends AbstractClient {
|
|
|
27
27
|
* 获取云原生网关服务详情
|
|
28
28
|
*/
|
|
29
29
|
DescribeOneCloudNativeAPIGatewayService(req: DescribeOneCloudNativeAPIGatewayServiceRequest, cb?: (error: string, rep: DescribeOneCloudNativeAPIGatewayServiceResponse) => void): Promise<DescribeOneCloudNativeAPIGatewayServiceResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* 查询云原生网关证书列表
|
|
32
|
+
*/
|
|
33
|
+
DescribeCloudNativeAPIGatewayCertificates(req: DescribeCloudNativeAPIGatewayCertificatesRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayCertificatesResponse) => void): Promise<DescribeCloudNativeAPIGatewayCertificatesResponse>;
|
|
30
34
|
/**
|
|
31
35
|
* 修改云原生网关限流插件(服务)
|
|
32
36
|
*/
|
|
@@ -75,6 +79,10 @@ export declare class Client extends AbstractClient {
|
|
|
75
79
|
* 获取云原生API网关实例列表
|
|
76
80
|
*/
|
|
77
81
|
DescribeCloudNativeAPIGateways(req: DescribeCloudNativeAPIGatewaysRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewaysResponse) => void): Promise<DescribeCloudNativeAPIGatewaysResponse>;
|
|
82
|
+
/**
|
|
83
|
+
* 创建云原生网关证书
|
|
84
|
+
*/
|
|
85
|
+
CreateCloudNativeAPIGatewayCertificate(req: CreateCloudNativeAPIGatewayCertificateRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayCertificateResponse) => void): Promise<CreateCloudNativeAPIGatewayCertificateResponse>;
|
|
78
86
|
/**
|
|
79
87
|
* 查询云原生网关服务列表
|
|
80
88
|
*/
|
|
@@ -103,14 +111,14 @@ export declare class Client extends AbstractClient {
|
|
|
103
111
|
* 用于查询引擎实例列表
|
|
104
112
|
*/
|
|
105
113
|
DescribeSREInstances(req: DescribeSREInstancesRequest, cb?: (error: string, rep: DescribeSREInstancesResponse) => void): Promise<DescribeSREInstancesResponse>;
|
|
106
|
-
/**
|
|
107
|
-
* 获取云原生API网关实例网络配置信息
|
|
108
|
-
*/
|
|
109
|
-
DescribeCloudNativeAPIGatewayConfig(req: DescribeCloudNativeAPIGatewayConfigRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayConfigResponse) => void): Promise<DescribeCloudNativeAPIGatewayConfigResponse>;
|
|
110
114
|
/**
|
|
111
115
|
* 查询云原生网关的限流插件(路由)
|
|
112
116
|
*/
|
|
113
117
|
DescribeCloudNativeAPIGatewayRouteRateLimit(req: DescribeCloudNativeAPIGatewayRouteRateLimitRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayRouteRateLimitResponse) => void): Promise<DescribeCloudNativeAPIGatewayRouteRateLimitResponse>;
|
|
118
|
+
/**
|
|
119
|
+
* 获取云原生API网关实例网络配置信息
|
|
120
|
+
*/
|
|
121
|
+
DescribeCloudNativeAPIGatewayConfig(req: DescribeCloudNativeAPIGatewayConfigRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayConfigResponse) => void): Promise<DescribeCloudNativeAPIGatewayConfigResponse>;
|
|
114
122
|
/**
|
|
115
123
|
* 修改云原生网关服务
|
|
116
124
|
*/
|
|
@@ -123,6 +131,10 @@ export declare class Client extends AbstractClient {
|
|
|
123
131
|
* 创建云原生网关的灰度规则
|
|
124
132
|
*/
|
|
125
133
|
CreateCloudNativeAPIGatewayCanaryRule(req: CreateCloudNativeAPIGatewayCanaryRuleRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayCanaryRuleResponse) => void): Promise<CreateCloudNativeAPIGatewayCanaryRuleResponse>;
|
|
134
|
+
/**
|
|
135
|
+
* 查询云原生网关单个证书详情
|
|
136
|
+
*/
|
|
137
|
+
DescribeCloudNativeAPIGatewayCertificateDetails(req: DescribeCloudNativeAPIGatewayCertificateDetailsRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayCertificateDetailsResponse) => void): Promise<DescribeCloudNativeAPIGatewayCertificateDetailsResponse>;
|
|
126
138
|
/**
|
|
127
139
|
* 修改引擎公网访问配置
|
|
128
140
|
*/
|
|
@@ -139,10 +151,18 @@ export declare class Client extends AbstractClient {
|
|
|
139
151
|
* 删除云原生API网关实例
|
|
140
152
|
*/
|
|
141
153
|
DeleteCloudNativeAPIGateway(req: DeleteCloudNativeAPIGatewayRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayResponse) => void): Promise<DeleteCloudNativeAPIGatewayResponse>;
|
|
154
|
+
/**
|
|
155
|
+
* 删除云原生网关证书
|
|
156
|
+
*/
|
|
157
|
+
DeleteCloudNativeAPIGatewayCertificate(req: DeleteCloudNativeAPIGatewayCertificateRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayCertificateResponse) => void): Promise<DeleteCloudNativeAPIGatewayCertificateResponse>;
|
|
142
158
|
/**
|
|
143
159
|
* 创建云原生网关路由
|
|
144
160
|
*/
|
|
145
161
|
CreateCloudNativeAPIGatewayRoute(req: CreateCloudNativeAPIGatewayRouteRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayRouteResponse) => void): Promise<CreateCloudNativeAPIGatewayRouteResponse>;
|
|
162
|
+
/**
|
|
163
|
+
* 修改云原生网关证书信息
|
|
164
|
+
*/
|
|
165
|
+
UpdateCloudNativeAPIGatewayCertificateInfo(req: UpdateCloudNativeAPIGatewayCertificateInfoRequest, cb?: (error: string, rep: UpdateCloudNativeAPIGatewayCertificateInfoResponse) => void): Promise<UpdateCloudNativeAPIGatewayCertificateInfoResponse>;
|
|
146
166
|
/**
|
|
147
167
|
* 创建云原生网关引擎分组
|
|
148
168
|
*/
|
|
@@ -57,6 +57,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
57
57
|
async DescribeOneCloudNativeAPIGatewayService(req, cb) {
|
|
58
58
|
return this.request("DescribeOneCloudNativeAPIGatewayService", req, cb);
|
|
59
59
|
}
|
|
60
|
+
/**
|
|
61
|
+
* 查询云原生网关证书列表
|
|
62
|
+
*/
|
|
63
|
+
async DescribeCloudNativeAPIGatewayCertificates(req, cb) {
|
|
64
|
+
return this.request("DescribeCloudNativeAPIGatewayCertificates", req, cb);
|
|
65
|
+
}
|
|
60
66
|
/**
|
|
61
67
|
* 修改云原生网关限流插件(服务)
|
|
62
68
|
*/
|
|
@@ -129,6 +135,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
129
135
|
async DescribeCloudNativeAPIGateways(req, cb) {
|
|
130
136
|
return this.request("DescribeCloudNativeAPIGateways", req, cb);
|
|
131
137
|
}
|
|
138
|
+
/**
|
|
139
|
+
* 创建云原生网关证书
|
|
140
|
+
*/
|
|
141
|
+
async CreateCloudNativeAPIGatewayCertificate(req, cb) {
|
|
142
|
+
return this.request("CreateCloudNativeAPIGatewayCertificate", req, cb);
|
|
143
|
+
}
|
|
132
144
|
/**
|
|
133
145
|
* 查询云原生网关服务列表
|
|
134
146
|
*/
|
|
@@ -171,18 +183,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
171
183
|
async DescribeSREInstances(req, cb) {
|
|
172
184
|
return this.request("DescribeSREInstances", req, cb);
|
|
173
185
|
}
|
|
174
|
-
/**
|
|
175
|
-
* 获取云原生API网关实例网络配置信息
|
|
176
|
-
*/
|
|
177
|
-
async DescribeCloudNativeAPIGatewayConfig(req, cb) {
|
|
178
|
-
return this.request("DescribeCloudNativeAPIGatewayConfig", req, cb);
|
|
179
|
-
}
|
|
180
186
|
/**
|
|
181
187
|
* 查询云原生网关的限流插件(路由)
|
|
182
188
|
*/
|
|
183
189
|
async DescribeCloudNativeAPIGatewayRouteRateLimit(req, cb) {
|
|
184
190
|
return this.request("DescribeCloudNativeAPIGatewayRouteRateLimit", req, cb);
|
|
185
191
|
}
|
|
192
|
+
/**
|
|
193
|
+
* 获取云原生API网关实例网络配置信息
|
|
194
|
+
*/
|
|
195
|
+
async DescribeCloudNativeAPIGatewayConfig(req, cb) {
|
|
196
|
+
return this.request("DescribeCloudNativeAPIGatewayConfig", req, cb);
|
|
197
|
+
}
|
|
186
198
|
/**
|
|
187
199
|
* 修改云原生网关服务
|
|
188
200
|
*/
|
|
@@ -201,6 +213,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
201
213
|
async CreateCloudNativeAPIGatewayCanaryRule(req, cb) {
|
|
202
214
|
return this.request("CreateCloudNativeAPIGatewayCanaryRule", req, cb);
|
|
203
215
|
}
|
|
216
|
+
/**
|
|
217
|
+
* 查询云原生网关单个证书详情
|
|
218
|
+
*/
|
|
219
|
+
async DescribeCloudNativeAPIGatewayCertificateDetails(req, cb) {
|
|
220
|
+
return this.request("DescribeCloudNativeAPIGatewayCertificateDetails", req, cb);
|
|
221
|
+
}
|
|
204
222
|
/**
|
|
205
223
|
* 修改引擎公网访问配置
|
|
206
224
|
*/
|
|
@@ -225,12 +243,24 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
225
243
|
async DeleteCloudNativeAPIGateway(req, cb) {
|
|
226
244
|
return this.request("DeleteCloudNativeAPIGateway", req, cb);
|
|
227
245
|
}
|
|
246
|
+
/**
|
|
247
|
+
* 删除云原生网关证书
|
|
248
|
+
*/
|
|
249
|
+
async DeleteCloudNativeAPIGatewayCertificate(req, cb) {
|
|
250
|
+
return this.request("DeleteCloudNativeAPIGatewayCertificate", req, cb);
|
|
251
|
+
}
|
|
228
252
|
/**
|
|
229
253
|
* 创建云原生网关路由
|
|
230
254
|
*/
|
|
231
255
|
async CreateCloudNativeAPIGatewayRoute(req, cb) {
|
|
232
256
|
return this.request("CreateCloudNativeAPIGatewayRoute", req, cb);
|
|
233
257
|
}
|
|
258
|
+
/**
|
|
259
|
+
* 修改云原生网关证书信息
|
|
260
|
+
*/
|
|
261
|
+
async UpdateCloudNativeAPIGatewayCertificateInfo(req, cb) {
|
|
262
|
+
return this.request("UpdateCloudNativeAPIGatewayCertificateInfo", req, cb);
|
|
263
|
+
}
|
|
234
264
|
/**
|
|
235
265
|
* 创建云原生网关引擎分组
|
|
236
266
|
*/
|