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
|
@@ -74,7 +74,7 @@ export interface CreateCommandResponse {
|
|
|
74
74
|
/**
|
|
75
75
|
* 命令ID。
|
|
76
76
|
*/
|
|
77
|
-
CommandId
|
|
77
|
+
CommandId?: string
|
|
78
78
|
/**
|
|
79
79
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
80
80
|
*/
|
|
@@ -347,7 +347,7 @@ export interface RunCommandRequest {
|
|
|
347
347
|
*/
|
|
348
348
|
Content: string
|
|
349
349
|
/**
|
|
350
|
-
* 待执行命令的实例ID列表,上限
|
|
350
|
+
* 待执行命令的实例ID列表,上限200。支持实例类型:
|
|
351
351
|
<li> CVM
|
|
352
352
|
<li> LIGHTHOUSE
|
|
353
353
|
*/
|
|
@@ -374,14 +374,17 @@ export interface RunCommandRequest {
|
|
|
374
374
|
Timeout?: number
|
|
375
375
|
/**
|
|
376
376
|
* 是否保存命令,取值范围:
|
|
377
|
-
<li>
|
|
378
|
-
<li>
|
|
379
|
-
默认为
|
|
377
|
+
<li> true:保存
|
|
378
|
+
<li> false:不保存
|
|
379
|
+
默认为 false。
|
|
380
380
|
*/
|
|
381
381
|
SaveCommand?: boolean
|
|
382
382
|
/**
|
|
383
383
|
* 是否启用自定义参数功能。
|
|
384
384
|
一旦创建,此值不提供修改。
|
|
385
|
+
取值范围:
|
|
386
|
+
<li> true:启用
|
|
387
|
+
<li> false:不启用
|
|
385
388
|
默认值:false。
|
|
386
389
|
*/
|
|
387
390
|
EnableParameter?: boolean
|
|
@@ -393,6 +396,10 @@ key为自定义参数名称,value为该参数的默认取值。kv均为字符
|
|
|
393
396
|
自定义参数名称需符合以下规范:字符数目上限64,可选范围【a-zA-Z0-9-_】。
|
|
394
397
|
*/
|
|
395
398
|
DefaultParameters?: string
|
|
399
|
+
/**
|
|
400
|
+
* 自定义参数数组。 如果 Parameters 未提供,将使用这里的默认值进行替换。 自定义参数最多20个。
|
|
401
|
+
*/
|
|
402
|
+
DefaultParameterConfs?: Array<DefaultParameterConf>
|
|
396
403
|
/**
|
|
397
404
|
* Command 的自定义参数。字段类型为json encoded string。如:{\"varA\": \"222\"}。
|
|
398
405
|
key为自定义参数名称,value为该参数的默认取值。kv均为字符串型。
|
|
@@ -432,7 +439,7 @@ export interface InvokeCommandRequest {
|
|
|
432
439
|
*/
|
|
433
440
|
CommandId: string
|
|
434
441
|
/**
|
|
435
|
-
* 待执行命令的实例ID列表,上限
|
|
442
|
+
* 待执行命令的实例ID列表,上限200。
|
|
436
443
|
*/
|
|
437
444
|
InstanceIds: Array<string>
|
|
438
445
|
/**
|
|
@@ -576,10 +583,12 @@ export interface TaskResult {
|
|
|
576
583
|
Output: string
|
|
577
584
|
/**
|
|
578
585
|
* 命令执行开始时间。
|
|
586
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
579
587
|
*/
|
|
580
588
|
ExecStartTime: string
|
|
581
589
|
/**
|
|
582
590
|
* 命令执行结束时间。
|
|
591
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
583
592
|
*/
|
|
584
593
|
ExecEndTime: string
|
|
585
594
|
/**
|
|
@@ -917,7 +926,7 @@ export interface InvokeCommandResponse {
|
|
|
917
926
|
/**
|
|
918
927
|
* 执行活动ID。
|
|
919
928
|
*/
|
|
920
|
-
InvocationId
|
|
929
|
+
InvocationId?: string
|
|
921
930
|
/**
|
|
922
931
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
923
932
|
*/
|
|
@@ -965,6 +974,12 @@ key为自定义参数名称,value为该参数的默认取值。kv均为字符
|
|
|
965
974
|
自定义参数名称需符合以下规范:字符数目上限64,可选范围【a-zA-Z0-9-_】。
|
|
966
975
|
*/
|
|
967
976
|
DefaultParameters?: string
|
|
977
|
+
/**
|
|
978
|
+
* 自定义参数数组。
|
|
979
|
+
如果InvokeCommand时未提供参数取值,将使用这里的默认值进行替换。
|
|
980
|
+
自定义参数最多20个。
|
|
981
|
+
*/
|
|
982
|
+
DefaultParameterConfs?: Array<DefaultParameterConf>
|
|
968
983
|
/**
|
|
969
984
|
* 在 CVM 或 Lighthouse 实例中执行命令的用户名称。
|
|
970
985
|
使用最小权限执行命令是权限管理的最佳实践,建议您以普通用户身份执行云助手命令。
|
|
@@ -1525,11 +1540,11 @@ export interface RunCommandResponse {
|
|
|
1525
1540
|
/**
|
|
1526
1541
|
* 命令ID。
|
|
1527
1542
|
*/
|
|
1528
|
-
CommandId
|
|
1543
|
+
CommandId?: string
|
|
1529
1544
|
/**
|
|
1530
1545
|
* 执行活动ID。
|
|
1531
1546
|
*/
|
|
1532
|
-
InvocationId
|
|
1547
|
+
InvocationId?: string
|
|
1533
1548
|
/**
|
|
1534
1549
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1535
1550
|
*/
|
|
@@ -1668,6 +1683,12 @@ key为自定义参数名称,value为该参数的默认取值。kv均为字符
|
|
|
1668
1683
|
自定义参数名称需符合以下规范:字符数目上限64,可选范围【a-zA-Z0-9-_】。
|
|
1669
1684
|
*/
|
|
1670
1685
|
DefaultParameters?: string
|
|
1686
|
+
/**
|
|
1687
|
+
* 自定义参数数组。
|
|
1688
|
+
如果InvokeCommand时未提供参数取值,将使用这里的默认值进行替换。
|
|
1689
|
+
自定义参数最多20个。
|
|
1690
|
+
*/
|
|
1691
|
+
DefaultParameterConfs?: Array<DefaultParameterConf>
|
|
1671
1692
|
/**
|
|
1672
1693
|
* 为命令关联的标签,列表长度不超过10。
|
|
1673
1694
|
*/
|
|
@@ -34,12 +34,13 @@ import {
|
|
|
34
34
|
ModifyCloudNativeAPIGatewayCanaryRuleResponse,
|
|
35
35
|
CloudNativeAPIGatewayNodeConfig,
|
|
36
36
|
CreateNativeGatewayServerGroupRequest,
|
|
37
|
-
|
|
37
|
+
DescribeCloudNativeAPIGatewayCertificatesRequest,
|
|
38
38
|
DeleteCloudNativeAPIGatewayResult,
|
|
39
39
|
QpsThreshold,
|
|
40
40
|
ModifyCloudNativeAPIGatewayServiceResponse,
|
|
41
41
|
DescribeCloudNativeAPIGatewayNodesResponse,
|
|
42
42
|
CreateCloudNativeAPIGatewayResponse,
|
|
43
|
+
DeleteCloudNativeAPIGatewayCertificateResponse,
|
|
43
44
|
DeleteCloudNativeAPIGatewayCanaryRuleRequest,
|
|
44
45
|
GatewayInstanceSchemeAndPorts,
|
|
45
46
|
ModifyCloudNativeAPIGatewayRouteRateLimitRequest,
|
|
@@ -49,12 +50,15 @@ import {
|
|
|
49
50
|
CloudNativeAPIGatewayBalancedService,
|
|
50
51
|
ExternalRedis,
|
|
51
52
|
EnvAddressInfo,
|
|
53
|
+
SREInstance,
|
|
52
54
|
InstanceTagInfo,
|
|
53
55
|
DescribeCloudNativeAPIGatewayServicesRequest,
|
|
56
|
+
DescribeCloudNativeAPIGatewayCertificatesResponse,
|
|
54
57
|
NacosReplica,
|
|
55
58
|
UpdateEngineInternetAccessRequest,
|
|
56
59
|
CreateCloudNativeAPIGatewayCanaryRuleResponse,
|
|
57
60
|
DescribeSREInstancesRequest,
|
|
61
|
+
KongCertificate,
|
|
58
62
|
KVPair,
|
|
59
63
|
DeleteEngineResponse,
|
|
60
64
|
DescribeCloudNativeAPIGatewayRoutesResponse,
|
|
@@ -75,9 +79,10 @@ import {
|
|
|
75
79
|
CloudAPIGatewayCanaryRuleList,
|
|
76
80
|
DescribeCloudNativeAPIGatewayConfigResponse,
|
|
77
81
|
KongRoutePreview,
|
|
82
|
+
KongCertificatesList,
|
|
78
83
|
CloudNativeAPIGatewayRateLimitDetail,
|
|
79
84
|
CreateCloudNativeAPIGatewayRouteResponse,
|
|
80
|
-
|
|
85
|
+
DescribeCloudNativeAPIGatewayConfigRequest,
|
|
81
86
|
KongTarget,
|
|
82
87
|
DescribeCloudNativeAPIGatewaysRequest,
|
|
83
88
|
AutoScalerPolicy,
|
|
@@ -87,12 +92,13 @@ import {
|
|
|
87
92
|
RateLimitResponse,
|
|
88
93
|
DescribeCloudNativeAPIGatewayServiceRateLimitResponse,
|
|
89
94
|
DeleteCloudNativeAPIGatewayServiceRequest,
|
|
90
|
-
|
|
95
|
+
CreateCloudNativeAPIGatewayCertificateResponse,
|
|
91
96
|
EnvInfo,
|
|
97
|
+
CreateCloudNativeAPIGatewayCanaryRuleRequest,
|
|
92
98
|
ModifyNativeGatewayServerGroupRequest,
|
|
93
99
|
DescribeCloudNativeAPIGatewayRouteRateLimitRequest,
|
|
94
100
|
DescribeOneCloudNativeAPIGatewayServiceRequest,
|
|
95
|
-
|
|
101
|
+
DescribeInstanceRegionInfo,
|
|
96
102
|
CloudNativeAPIGatewayStrategy,
|
|
97
103
|
DescribeCloudNativeAPIGatewaysResponse,
|
|
98
104
|
UpdateEngineInternetAccessResponse,
|
|
@@ -106,7 +112,7 @@ import {
|
|
|
106
112
|
ModifyCloudNativeAPIGatewayServiceRateLimitRequest,
|
|
107
113
|
DescribeSREInstanceAccessAddressRequest,
|
|
108
114
|
DescribeCloudNativeAPIGatewayCanaryRulesResponse,
|
|
109
|
-
|
|
115
|
+
DeleteCloudNativeAPIGatewayCertificateRequest,
|
|
110
116
|
NativeGatewayServerGroup,
|
|
111
117
|
DeleteCloudNativeAPIGatewayServiceRateLimitResponse,
|
|
112
118
|
CloudNativeAPIGatewayStrategyAutoScalerConfigMetric,
|
|
@@ -115,22 +121,26 @@ import {
|
|
|
115
121
|
CloudNativeAPIGatewayConfig,
|
|
116
122
|
DescribeZookeeperServerInterfacesResponse,
|
|
117
123
|
DescribeNativeGatewayServerGroupsRequest,
|
|
124
|
+
CertificateInfo,
|
|
118
125
|
DescribeGatewayInstancePortResult,
|
|
119
126
|
DeleteCloudNativeAPIGatewayRequest,
|
|
127
|
+
DescribeCloudNativeAPIGatewayCertificateDetailsResponse,
|
|
128
|
+
UpdateCloudNativeAPIGatewayCertificateInfoRequest,
|
|
120
129
|
EngineAdmin,
|
|
121
130
|
PolarisLimiterAddress,
|
|
122
131
|
DescribeOneCloudNativeAPIGatewayServiceResponse,
|
|
123
132
|
ModifyCloudNativeAPIGatewayServiceRequest,
|
|
124
133
|
DeleteCloudNativeAPIGatewayResponse,
|
|
125
134
|
KongServices,
|
|
135
|
+
CreateCloudNativeAPIGatewayCertificateRequest,
|
|
126
136
|
ModifyCloudNativeAPIGatewayResponse,
|
|
127
137
|
NetworkAccessControl,
|
|
128
138
|
DescribeZookeeperServerInterfacesRequest,
|
|
129
139
|
DescribeCloudNativeAPIGatewayRouteRateLimitResponse,
|
|
130
140
|
UpdateCloudNativeAPIGatewayResult,
|
|
131
141
|
DescribeCloudNativeAPIGatewayRequest,
|
|
132
|
-
|
|
133
|
-
|
|
142
|
+
DescribeNativeGatewayServerGroupsResponse,
|
|
143
|
+
CloudNativeAPIGatewayStrategyCronScalerConfigParam,
|
|
134
144
|
DeleteCloudNativeAPIGatewayRouteRequest,
|
|
135
145
|
InternetConfig,
|
|
136
146
|
DescribeCloudNativeAPIGatewayRoutesRequest,
|
|
@@ -146,10 +156,12 @@ import {
|
|
|
146
156
|
ZookeeperServerInterface,
|
|
147
157
|
CreateCloudNativeAPIGatewayServerGroupResult,
|
|
148
158
|
BoundK8SInfo,
|
|
159
|
+
DescribeCloudNativeAPIGatewayCertificateDetailsRequest,
|
|
149
160
|
AutoScalerRules,
|
|
150
161
|
KongUpstreamInfo,
|
|
151
162
|
CreateCloudNativeAPIGatewayRouteRequest,
|
|
152
163
|
CreateNativeGatewayServerGroupResponse,
|
|
164
|
+
KongCertificatesPreview,
|
|
153
165
|
CreateCloudNativeAPIGatewayServiceRateLimitRequest,
|
|
154
166
|
DescribeZookeeperReplicasResponse,
|
|
155
167
|
NativeGatewayServerGroups,
|
|
@@ -163,9 +175,11 @@ import {
|
|
|
163
175
|
ModifyCloudNativeAPIGatewayRouteRateLimitResponse,
|
|
164
176
|
Filter,
|
|
165
177
|
DescribeCloudNativeAPIGatewayCanaryRulesRequest,
|
|
166
|
-
|
|
178
|
+
DeleteCloudNativeAPIGatewayCanaryRuleResponse,
|
|
167
179
|
DescribeCloudNativeAPIGatewayPortsRequest,
|
|
168
180
|
ModifyNativeGatewayServerGroupResponse,
|
|
181
|
+
EngineRegionInfo,
|
|
182
|
+
UpdateCloudNativeAPIGatewayCertificateInfoResponse,
|
|
169
183
|
KongServiceDetail,
|
|
170
184
|
} from "./tse_models"
|
|
171
185
|
|
|
@@ -228,6 +242,16 @@ export class Client extends AbstractClient {
|
|
|
228
242
|
return this.request("DescribeOneCloudNativeAPIGatewayService", req, cb)
|
|
229
243
|
}
|
|
230
244
|
|
|
245
|
+
/**
|
|
246
|
+
* 查询云原生网关证书列表
|
|
247
|
+
*/
|
|
248
|
+
async DescribeCloudNativeAPIGatewayCertificates(
|
|
249
|
+
req: DescribeCloudNativeAPIGatewayCertificatesRequest,
|
|
250
|
+
cb?: (error: string, rep: DescribeCloudNativeAPIGatewayCertificatesResponse) => void
|
|
251
|
+
): Promise<DescribeCloudNativeAPIGatewayCertificatesResponse> {
|
|
252
|
+
return this.request("DescribeCloudNativeAPIGatewayCertificates", req, cb)
|
|
253
|
+
}
|
|
254
|
+
|
|
231
255
|
/**
|
|
232
256
|
* 修改云原生网关限流插件(服务)
|
|
233
257
|
*/
|
|
@@ -348,6 +372,16 @@ export class Client extends AbstractClient {
|
|
|
348
372
|
return this.request("DescribeCloudNativeAPIGateways", req, cb)
|
|
349
373
|
}
|
|
350
374
|
|
|
375
|
+
/**
|
|
376
|
+
* 创建云原生网关证书
|
|
377
|
+
*/
|
|
378
|
+
async CreateCloudNativeAPIGatewayCertificate(
|
|
379
|
+
req: CreateCloudNativeAPIGatewayCertificateRequest,
|
|
380
|
+
cb?: (error: string, rep: CreateCloudNativeAPIGatewayCertificateResponse) => void
|
|
381
|
+
): Promise<CreateCloudNativeAPIGatewayCertificateResponse> {
|
|
382
|
+
return this.request("CreateCloudNativeAPIGatewayCertificate", req, cb)
|
|
383
|
+
}
|
|
384
|
+
|
|
351
385
|
/**
|
|
352
386
|
* 查询云原生网关服务列表
|
|
353
387
|
*/
|
|
@@ -418,16 +452,6 @@ export class Client extends AbstractClient {
|
|
|
418
452
|
return this.request("DescribeSREInstances", req, cb)
|
|
419
453
|
}
|
|
420
454
|
|
|
421
|
-
/**
|
|
422
|
-
* 获取云原生API网关实例网络配置信息
|
|
423
|
-
*/
|
|
424
|
-
async DescribeCloudNativeAPIGatewayConfig(
|
|
425
|
-
req: DescribeCloudNativeAPIGatewayConfigRequest,
|
|
426
|
-
cb?: (error: string, rep: DescribeCloudNativeAPIGatewayConfigResponse) => void
|
|
427
|
-
): Promise<DescribeCloudNativeAPIGatewayConfigResponse> {
|
|
428
|
-
return this.request("DescribeCloudNativeAPIGatewayConfig", req, cb)
|
|
429
|
-
}
|
|
430
|
-
|
|
431
455
|
/**
|
|
432
456
|
* 查询云原生网关的限流插件(路由)
|
|
433
457
|
*/
|
|
@@ -438,6 +462,16 @@ export class Client extends AbstractClient {
|
|
|
438
462
|
return this.request("DescribeCloudNativeAPIGatewayRouteRateLimit", req, cb)
|
|
439
463
|
}
|
|
440
464
|
|
|
465
|
+
/**
|
|
466
|
+
* 获取云原生API网关实例网络配置信息
|
|
467
|
+
*/
|
|
468
|
+
async DescribeCloudNativeAPIGatewayConfig(
|
|
469
|
+
req: DescribeCloudNativeAPIGatewayConfigRequest,
|
|
470
|
+
cb?: (error: string, rep: DescribeCloudNativeAPIGatewayConfigResponse) => void
|
|
471
|
+
): Promise<DescribeCloudNativeAPIGatewayConfigResponse> {
|
|
472
|
+
return this.request("DescribeCloudNativeAPIGatewayConfig", req, cb)
|
|
473
|
+
}
|
|
474
|
+
|
|
441
475
|
/**
|
|
442
476
|
* 修改云原生网关服务
|
|
443
477
|
*/
|
|
@@ -468,6 +502,16 @@ export class Client extends AbstractClient {
|
|
|
468
502
|
return this.request("CreateCloudNativeAPIGatewayCanaryRule", req, cb)
|
|
469
503
|
}
|
|
470
504
|
|
|
505
|
+
/**
|
|
506
|
+
* 查询云原生网关单个证书详情
|
|
507
|
+
*/
|
|
508
|
+
async DescribeCloudNativeAPIGatewayCertificateDetails(
|
|
509
|
+
req: DescribeCloudNativeAPIGatewayCertificateDetailsRequest,
|
|
510
|
+
cb?: (error: string, rep: DescribeCloudNativeAPIGatewayCertificateDetailsResponse) => void
|
|
511
|
+
): Promise<DescribeCloudNativeAPIGatewayCertificateDetailsResponse> {
|
|
512
|
+
return this.request("DescribeCloudNativeAPIGatewayCertificateDetails", req, cb)
|
|
513
|
+
}
|
|
514
|
+
|
|
471
515
|
/**
|
|
472
516
|
* 修改引擎公网访问配置
|
|
473
517
|
*/
|
|
@@ -508,6 +552,16 @@ export class Client extends AbstractClient {
|
|
|
508
552
|
return this.request("DeleteCloudNativeAPIGateway", req, cb)
|
|
509
553
|
}
|
|
510
554
|
|
|
555
|
+
/**
|
|
556
|
+
* 删除云原生网关证书
|
|
557
|
+
*/
|
|
558
|
+
async DeleteCloudNativeAPIGatewayCertificate(
|
|
559
|
+
req: DeleteCloudNativeAPIGatewayCertificateRequest,
|
|
560
|
+
cb?: (error: string, rep: DeleteCloudNativeAPIGatewayCertificateResponse) => void
|
|
561
|
+
): Promise<DeleteCloudNativeAPIGatewayCertificateResponse> {
|
|
562
|
+
return this.request("DeleteCloudNativeAPIGatewayCertificate", req, cb)
|
|
563
|
+
}
|
|
564
|
+
|
|
511
565
|
/**
|
|
512
566
|
* 创建云原生网关路由
|
|
513
567
|
*/
|
|
@@ -518,6 +572,16 @@ export class Client extends AbstractClient {
|
|
|
518
572
|
return this.request("CreateCloudNativeAPIGatewayRoute", req, cb)
|
|
519
573
|
}
|
|
520
574
|
|
|
575
|
+
/**
|
|
576
|
+
* 修改云原生网关证书信息
|
|
577
|
+
*/
|
|
578
|
+
async UpdateCloudNativeAPIGatewayCertificateInfo(
|
|
579
|
+
req: UpdateCloudNativeAPIGatewayCertificateInfoRequest,
|
|
580
|
+
cb?: (error: string, rep: UpdateCloudNativeAPIGatewayCertificateInfoResponse) => void
|
|
581
|
+
): Promise<UpdateCloudNativeAPIGatewayCertificateInfoResponse> {
|
|
582
|
+
return this.request("UpdateCloudNativeAPIGatewayCertificateInfo", req, cb)
|
|
583
|
+
}
|
|
584
|
+
|
|
521
585
|
/**
|
|
522
586
|
* 创建云原生网关引擎分组
|
|
523
587
|
*/
|