tencentcloud-sdk-nodejs 4.0.297 → 4.0.300

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.
Files changed (141) hide show
  1. package/CHANGELOG.md +706 -0
  2. package/SERVICE_CHANGELOG.md +965 -60
  3. package/package.json +1 -1
  4. package/products.md +34 -33
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_client.ts +1 -1
  7. package/src/services/antiddos/v20200309/antiddos_client.ts +127 -53
  8. package/src/services/antiddos/v20200309/antiddos_models.ts +355 -30
  9. package/src/services/api/v20201106/api_client.ts +13 -0
  10. package/src/services/api/v20201106/api_models.ts +45 -0
  11. package/src/services/apigateway/v20180808/apigateway_client.ts +75 -6
  12. package/src/services/apigateway/v20180808/apigateway_models.ts +621 -44
  13. package/src/services/as/v20180419/as_models.ts +1 -1
  14. package/src/services/billing/v20180709/billing_models.ts +12 -0
  15. package/src/services/cam/v20190116/cam_client.ts +12 -0
  16. package/src/services/cam/v20190116/cam_models.ts +30 -0
  17. package/src/services/cdb/v20170320/cdb_models.ts +7 -1
  18. package/src/services/clb/v20180317/clb_client.ts +20 -11
  19. package/src/services/clb/v20180317/clb_models.ts +25 -0
  20. package/src/services/cls/v20201016/cls_client.ts +1 -1
  21. package/src/services/cls/v20201016/cls_models.ts +37 -27
  22. package/src/services/cmq/v20190304/cmq_models.ts +94 -82
  23. package/src/services/dbbrain/v20210527/dbbrain_models.ts +5 -0
  24. package/src/services/dcdb/v20180411/dcdb_client.ts +36 -12
  25. package/src/services/dcdb/v20180411/dcdb_models.ts +60 -0
  26. package/src/services/emr/v20190103/emr_client.ts +1 -0
  27. package/src/services/emr/v20190103/emr_models.ts +46 -0
  28. package/src/services/gme/v20180711/gme_client.ts +36 -0
  29. package/src/services/gme/v20180711/gme_models.ts +126 -0
  30. package/src/services/index.ts +1 -0
  31. package/src/services/ivld/v20210903/ivld_client.ts +78 -4
  32. package/src/services/ivld/v20210903/ivld_models.ts +156 -38
  33. package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -0
  34. package/src/services/mariadb/v20170312/mariadb_client.ts +31 -7
  35. package/src/services/mariadb/v20170312/mariadb_models.ts +238 -179
  36. package/src/services/mongodb/v20190725/mongodb_client.ts +72 -60
  37. package/src/services/mongodb/v20190725/mongodb_models.ts +1022 -997
  38. package/src/services/monitor/v20180724/monitor_client.ts +1 -1
  39. package/src/services/monitor/v20180724/monitor_models.ts +8 -1
  40. package/src/services/oceanus/v20190422/oceanus_models.ts +84 -2
  41. package/src/services/postgres/v20170312/postgres_client.ts +85 -37
  42. package/src/services/postgres/v20170312/postgres_models.ts +258 -84
  43. package/src/services/rum/v20210622/rum_models.ts +1 -1
  44. package/src/services/sslpod/v20190605/sslpod_models.ts +7 -1
  45. package/src/services/tcss/v20201101/tcss_models.ts +26 -0
  46. package/src/services/tdcpg/index.ts +5 -0
  47. package/src/services/tdcpg/v20211118/index.ts +6 -0
  48. package/src/services/tdcpg/v20211118/tdcpg_client.ts +345 -0
  49. package/src/services/tdcpg/v20211118/tdcpg_models.ts +1320 -0
  50. package/src/services/tdid/v20210519/tdid_client.ts +64 -14
  51. package/src/services/tdid/v20210519/tdid_models.ts +205 -17
  52. package/src/services/tdmq/v20200217/tdmq_models.ts +41 -1
  53. package/src/services/tem/v20210701/tem_models.ts +5 -0
  54. package/src/services/tsf/v20180326/tsf_client.ts +128 -15
  55. package/src/services/tsf/v20180326/tsf_models.ts +1116 -112
  56. package/tencentcloud/common/sdk_version.d.ts +1 -1
  57. package/tencentcloud/common/sdk_version.js +1 -1
  58. package/tencentcloud/services/ame/v20190916/ame_client.d.ts +1 -1
  59. package/tencentcloud/services/ame/v20190916/ame_client.js +1 -1
  60. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +41 -17
  61. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +60 -24
  62. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +302 -28
  63. package/tencentcloud/services/api/v20201106/api_client.d.ts +5 -1
  64. package/tencentcloud/services/api/v20201106/api_client.js +6 -0
  65. package/tencentcloud/services/api/v20201106/api_models.d.ts +39 -0
  66. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +21 -1
  67. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +30 -0
  68. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +523 -40
  69. package/tencentcloud/services/as/v20180419/as_models.d.ts +1 -1
  70. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +10 -0
  71. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +5 -1
  72. package/tencentcloud/services/cam/v20190116/cam_client.js +6 -0
  73. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +25 -0
  74. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -1
  75. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +8 -7
  76. package/tencentcloud/services/clb/v20180317/clb_client.js +10 -7
  77. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +22 -0
  78. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
  79. package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
  80. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +35 -25
  81. package/tencentcloud/services/cmq/v20190304/cmq_models.d.ts +89 -79
  82. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +4 -0
  83. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +13 -5
  84. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +18 -6
  85. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +52 -0
  86. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +39 -0
  87. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +13 -1
  88. package/tencentcloud/services/gme/v20180711/gme_client.js +18 -0
  89. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +107 -0
  90. package/tencentcloud/services/index.d.ts +1 -0
  91. package/tencentcloud/services/index.js +2 -0
  92. package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +52 -2
  93. package/tencentcloud/services/ivld/v20210903/ivld_client.js +57 -1
  94. package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +134 -34
  95. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +5 -0
  96. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +9 -1
  97. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +12 -0
  98. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +202 -151
  99. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
  100. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
  101. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +965 -943
  102. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  103. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  104. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +7 -1
  105. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +68 -2
  106. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +29 -13
  107. package/tencentcloud/services/postgres/v20170312/postgres_client.js +42 -18
  108. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +219 -71
  109. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +1 -1
  110. package/tencentcloud/services/sslpod/v20190605/sslpod_models.d.ts +6 -1
  111. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +21 -0
  112. package/tencentcloud/services/tdcpg/index.d.ts +6 -0
  113. package/tencentcloud/services/tdcpg/index.js +7 -0
  114. package/tencentcloud/services/tdcpg/v20211118/index.d.ts +6 -0
  115. package/tencentcloud/services/tdcpg/v20211118/index.js +9 -0
  116. package/tencentcloud/services/tdcpg/v20211118/tdcpg_client.d.ts +116 -0
  117. package/tencentcloud/services/tdcpg/v20211118/tdcpg_client.js +187 -0
  118. package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.d.ts +1111 -0
  119. package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.js +18 -0
  120. package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +22 -5
  121. package/tencentcloud/services/tdid/v20210519/tdid_client.js +31 -6
  122. package/tencentcloud/services/tdid/v20210519/tdid_models.d.ts +175 -15
  123. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +34 -1
  124. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +4 -0
  125. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +37 -5
  126. package/tencentcloud/services/tsf/v20180326/tsf_client.js +54 -6
  127. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +934 -86
  128. package/test/antiddos.v20200309.test.js +76 -16
  129. package/test/api.v20201106.test.js +10 -0
  130. package/test/apigateway.v20180808.test.js +50 -0
  131. package/test/cam.v20190116.test.js +10 -0
  132. package/test/clb.v20180317.test.js +12 -2
  133. package/test/dcdb.v20180411.test.js +24 -4
  134. package/test/gme.v20180711.test.js +30 -0
  135. package/test/ivld.v20210903.test.js +30 -0
  136. package/test/mariadb.v20170312.test.js +20 -0
  137. package/test/mongodb.v20190725.test.js +10 -0
  138. package/test/postgres.v20170312.test.js +58 -18
  139. package/test/tdcpg.v20211118.test.js +271 -0
  140. package/test/tdid.v20210519.test.js +44 -4
  141. package/test/tsf.v20180326.test.js +84 -4
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing,
12
+ * software distributed under the License is distributed on an
13
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ * KIND, either express or implied. See the License for the
15
+ * specific language governing permissions and limitations
16
+ * under the License.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +1,29 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { CreateCredentialRequest, CreateTDidRequest, CreateSelectiveCredentialRequest, CreateTDidResponse, CreateSelectiveCredentialResponse, VerifyCredentialResponse, CreateCredentialResponse, VerifyCredentialRequest } from "./tdid_models";
3
+ import { CreateCredentialRequest, CreateTDidRequest, GetAuthorityIssuerResponse, CreateSelectiveCredentialRequest, GetDidDocumentRequest, CreateTDidResponse, CreateSelectiveCredentialResponse, SetCredentialStatusRequest, CreateTDidByPublicKeyRequest, CreateTDidByPublicKeyResponse, CreateCredentialResponse, GetAuthorityIssuerRequest, GetDidDocumentResponse, VerifyCredentialResponse, SetCredentialStatusResponse, VerifyCredentialRequest } from "./tdid_models";
4
4
  /**
5
5
  * tdid client
6
6
  * @class
7
7
  */
8
8
  export declare class Client extends AbstractClient {
9
9
  constructor(clientConfig: ClientConfig);
10
+ /**
11
+ * 查看DID文档
12
+
13
+ */
14
+ GetDidDocument(req: GetDidDocumentRequest, cb?: (error: string, rep: GetDidDocumentResponse) => void): Promise<GetDidDocumentResponse>;
15
+ /**
16
+ * 创建选择性批露凭证
17
+ */
18
+ CreateSelectiveCredential(req: CreateSelectiveCredentialRequest, cb?: (error: string, rep: CreateSelectiveCredentialResponse) => void): Promise<CreateSelectiveCredentialResponse>;
19
+ /**
20
+ * 创建凭证
21
+ */
22
+ CreateCredential(req: CreateCredentialRequest, cb?: (error: string, rep: CreateCredentialResponse) => void): Promise<CreateCredentialResponse>;
23
+ /**
24
+ * 新建DID根据公钥生成Tdid
25
+ */
26
+ CreateTDidByPublicKey(req: CreateTDidByPublicKeyRequest, cb?: (error: string, rep: CreateTDidByPublicKeyResponse) => void): Promise<CreateTDidByPublicKeyResponse>;
10
27
  /**
11
28
  * 验证凭证
12
29
  */
@@ -16,11 +33,11 @@ export declare class Client extends AbstractClient {
16
33
  */
17
34
  CreateTDid(req: CreateTDidRequest, cb?: (error: string, rep: CreateTDidResponse) => void): Promise<CreateTDidResponse>;
18
35
  /**
19
- * 创建选择性批露凭证
36
+ * 获取权威机构信息
20
37
  */
21
- CreateSelectiveCredential(req: CreateSelectiveCredentialRequest, cb?: (error: string, rep: CreateSelectiveCredentialResponse) => void): Promise<CreateSelectiveCredentialResponse>;
38
+ GetAuthorityIssuer(req: GetAuthorityIssuerRequest, cb?: (error: string, rep: GetAuthorityIssuerResponse) => void): Promise<GetAuthorityIssuerResponse>;
22
39
  /**
23
- * 创建凭证
40
+ * 设置凭证链上状态
24
41
  */
25
- CreateCredential(req: CreateCredentialRequest, cb?: (error: string, rep: CreateCredentialResponse) => void): Promise<CreateCredentialResponse>;
42
+ SetCredentialStatus(req: SetCredentialStatusRequest, cb?: (error: string, rep: SetCredentialStatusResponse) => void): Promise<SetCredentialStatusResponse>;
26
43
  }
@@ -27,6 +27,31 @@ class Client extends abstract_client_1.AbstractClient {
27
27
  constructor(clientConfig) {
28
28
  super("tdid.tencentcloudapi.com", "2021-05-19", clientConfig);
29
29
  }
30
+ /**
31
+ * 查看DID文档
32
+
33
+ */
34
+ async GetDidDocument(req, cb) {
35
+ return this.request("GetDidDocument", req, cb);
36
+ }
37
+ /**
38
+ * 创建选择性批露凭证
39
+ */
40
+ async CreateSelectiveCredential(req, cb) {
41
+ return this.request("CreateSelectiveCredential", req, cb);
42
+ }
43
+ /**
44
+ * 创建凭证
45
+ */
46
+ async CreateCredential(req, cb) {
47
+ return this.request("CreateCredential", req, cb);
48
+ }
49
+ /**
50
+ * 新建DID根据公钥生成Tdid
51
+ */
52
+ async CreateTDidByPublicKey(req, cb) {
53
+ return this.request("CreateTDidByPublicKey", req, cb);
54
+ }
30
55
  /**
31
56
  * 验证凭证
32
57
  */
@@ -40,16 +65,16 @@ class Client extends abstract_client_1.AbstractClient {
40
65
  return this.request("CreateTDid", req, cb);
41
66
  }
42
67
  /**
43
- * 创建选择性批露凭证
68
+ * 获取权威机构信息
44
69
  */
45
- async CreateSelectiveCredential(req, cb) {
46
- return this.request("CreateSelectiveCredential", req, cb);
70
+ async GetAuthorityIssuer(req, cb) {
71
+ return this.request("GetAuthorityIssuer", req, cb);
47
72
  }
48
73
  /**
49
- * 创建凭证
74
+ * 设置凭证链上状态
50
75
  */
51
- async CreateCredential(req, cb) {
52
- return this.request("CreateCredential", req, cb);
76
+ async SetCredentialStatus(req, cb) {
77
+ return this.request("SetCredentialStatus", req, cb);
53
78
  }
54
79
  }
55
80
  exports.Client = Client;
@@ -55,6 +55,10 @@ export interface CreateCredentialRequest {
55
55
  * 版本
56
56
  */
57
57
  VersionCredential: string;
58
+ /**
59
+ * 是否未签名
60
+ */
61
+ UnSigned?: boolean;
58
62
  }
59
63
  /**
60
64
  * 创建凭证第二个
@@ -83,25 +87,73 @@ export interface CreateTDidRequest {
83
87
  Relegation: number;
84
88
  }
85
89
  /**
86
- * 创建凭证入参的FunctionArg
90
+ * GetAuthorityIssuer返回参数结构体
87
91
  */
88
- export interface FunctionArg {
92
+ export interface GetAuthorityIssuerResponse {
89
93
  /**
90
- * CPT ID
94
+ * 名称
91
95
  */
92
- CptId: number;
96
+ Name: string;
93
97
  /**
94
- * 签发者 did
98
+ * 区块链网络id
99
+ */
100
+ ClusterId: string;
101
+ /**
102
+ * 区块链群组id
103
+ */
104
+ GroupId: number;
105
+ /**
106
+ * 权威机构did
107
+ */
108
+ Did: string;
109
+ /**
110
+ * 机构备注信息
111
+ */
112
+ Remark: string;
113
+ /**
114
+ * 注册时间
115
+ */
116
+ RegisterTime: string;
117
+ /**
118
+ * 认证时间
119
+ */
120
+ RecognizeTime: string;
121
+ /**
122
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
123
+ */
124
+ RequestId?: string;
125
+ }
126
+ /**
127
+ * 凭证链上状态信息
128
+ */
129
+ export interface CredentialStatus {
130
+ /**
131
+ * 凭证唯一id
132
+ */
133
+ CredentialId: string;
134
+ /**
135
+ * 凭证状态(0:吊销;1:有效)
136
+ */
137
+ Status: number;
138
+ /**
139
+ * 凭证颁发者Did
95
140
  */
96
141
  Issuer: string;
97
142
  /**
98
- * 过期时间
143
+ * 凭证摘要
144
+ 注意:此字段可能返回 null,表示取不到有效值。
99
145
  */
100
- ExpirationDate: string;
146
+ Digest: string;
101
147
  /**
102
- * 声明
148
+ * 凭证签名
149
+ 注意:此字段可能返回 null,表示取不到有效值。
103
150
  */
104
- ClaimJson: string;
151
+ Signature: string;
152
+ /**
153
+ * 更新时间戳
154
+ 注意:此字段可能返回 null,表示取不到有效值。
155
+ */
156
+ TimeStamp: number;
105
157
  }
106
158
  /**
107
159
  * CreateSelectiveCredential请求参数结构体
@@ -116,6 +168,36 @@ export interface CreateSelectiveCredentialRequest {
116
168
  */
117
169
  PolicyId: number;
118
170
  }
171
+ /**
172
+ * GetDidDocument请求参数结构体
173
+ */
174
+ export interface GetDidDocumentRequest {
175
+ /**
176
+ * tdid
177
+ */
178
+ Did: string;
179
+ }
180
+ /**
181
+ * 创建凭证入参的FunctionArg
182
+ */
183
+ export interface FunctionArg {
184
+ /**
185
+ * CPT ID
186
+ */
187
+ CptId: number;
188
+ /**
189
+ * 签发者 did
190
+ */
191
+ Issuer: string;
192
+ /**
193
+ * 过期时间
194
+ */
195
+ ExpirationDate: string;
196
+ /**
197
+ * 声明
198
+ */
199
+ ClaimJson: string;
200
+ }
119
201
  /**
120
202
  * CreateTDid返回参数结构体
121
203
  */
@@ -142,6 +224,88 @@ export interface CreateSelectiveCredentialResponse {
142
224
  */
143
225
  RequestId?: string;
144
226
  }
227
+ /**
228
+ * SetCredentialStatus请求参数结构体
229
+ */
230
+ export interface SetCredentialStatusRequest {
231
+ /**
232
+ * 凭证状态
233
+ */
234
+ CredentialStatus: CredentialStatus;
235
+ }
236
+ /**
237
+ * CreateTDidByPublicKey请求参数结构体
238
+ */
239
+ export interface CreateTDidByPublicKeyRequest {
240
+ /**
241
+ * 网络ID
242
+ */
243
+ ClusterId: string;
244
+ /**
245
+ * 群组ID
246
+ */
247
+ GroupId: number;
248
+ /**
249
+ * 身份公钥
250
+ */
251
+ PublicKey: string;
252
+ /**
253
+ * 加密公钥
254
+ */
255
+ EncryptPubKey?: string;
256
+ }
257
+ /**
258
+ * CreateTDidByPublicKey返回参数结构体
259
+ */
260
+ export interface CreateTDidByPublicKeyResponse {
261
+ /**
262
+ * did具体信息
263
+ */
264
+ Did: string;
265
+ /**
266
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
267
+ */
268
+ RequestId?: string;
269
+ }
270
+ /**
271
+ * CreateCredential返回参数结构体
272
+ */
273
+ export interface CreateCredentialResponse {
274
+ /**
275
+ * Credential的具体信息
276
+ */
277
+ CredentialData: string;
278
+ /**
279
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
280
+ */
281
+ RequestId?: string;
282
+ }
283
+ /**
284
+ * GetAuthorityIssuer请求参数结构体
285
+ */
286
+ export interface GetAuthorityIssuerRequest {
287
+ /**
288
+ * tdid
289
+ */
290
+ Did: string;
291
+ }
292
+ /**
293
+ * GetDidDocument返回参数结构体
294
+ */
295
+ export interface GetDidDocumentResponse {
296
+ /**
297
+ * 名称
298
+ */
299
+ Name: string;
300
+ /**
301
+ * DID文档
302
+ */
303
+ Document: string;
304
+ /**
305
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
306
+ */
307
+ RequestId?: string;
308
+ }
145
309
  /**
146
310
  * VerifyCredential返回参数结构体
147
311
  */
@@ -164,13 +328,9 @@ export interface VerifyCredentialResponse {
164
328
  RequestId?: string;
165
329
  }
166
330
  /**
167
- * CreateCredential返回参数结构体
331
+ * SetCredentialStatus返回参数结构体
168
332
  */
169
- export interface CreateCredentialResponse {
170
- /**
171
- * Credential的具体信息
172
- */
173
- CredentialData: string;
333
+ export interface SetCredentialStatusResponse {
174
334
  /**
175
335
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
176
336
  */
@@ -294,7 +294,7 @@ export interface CreateAMQPExchangeRequest {
294
294
  */
295
295
  VHosts: Array<string>;
296
296
  /**
297
- * 交换机类型,可选值为Direct, Fanout, Topic
297
+ * 交换机类型,可选值为Direct, Fanout, Topic, x-delayed-message
298
298
  */
299
299
  Type: string;
300
300
  /**
@@ -309,6 +309,10 @@ export interface CreateAMQPExchangeRequest {
309
309
  * 备用交换机名称
310
310
  */
311
311
  AlternateExchange?: string;
312
+ /**
313
+ * 延迟交换机类型,可选值为Direct, Fanout, Topic, 不允许为x-delayed-message
314
+ */
315
+ DelayedType?: string;
312
316
  }
313
317
  /**
314
318
  * DescribeRocketMQNamespaces返回参数结构体
@@ -1734,6 +1738,10 @@ export interface DescribeAMQPVHostsRequest {
1734
1738
  * 按名称搜索
1735
1739
  */
1736
1740
  NameKeyword?: string;
1741
+ /**
1742
+ * VHostId 列表过滤
1743
+ */
1744
+ VHostIdList?: Array<string>;
1737
1745
  }
1738
1746
  /**
1739
1747
  * ModifyCluster请求参数结构体
@@ -1843,6 +1851,11 @@ export interface AMQPVHost {
1843
1851
  * 密码
1844
1852
  */
1845
1853
  Password: string;
1854
+ /**
1855
+ * 集群状态,0:创建中,1:正常,2:销毁中,3:已删除,4: 隔离中,5:创建失败,6: 删除失败
1856
+ 注意:此字段可能返回 null,表示取不到有效值。
1857
+ */
1858
+ Status: number;
1846
1859
  }
1847
1860
  /**
1848
1861
  * ModifyAMQPExchange返回参数结构体
@@ -3619,6 +3632,21 @@ export interface AMQPExchange {
3619
3632
  * 是否为内部Exchange(以amq.前缀开头的)
3620
3633
  */
3621
3634
  Internal: boolean;
3635
+ /**
3636
+ * 备用Exchange名称
3637
+ 注意:此字段可能返回 null,表示取不到有效值。
3638
+ */
3639
+ AlternateExchange: string;
3640
+ /**
3641
+ * 备用Exchange是否删除标识: true(已删除)
3642
+ 注意:此字段可能返回 null,表示取不到有效值。
3643
+ */
3644
+ AlternateExchangeDeleteMark: boolean;
3645
+ /**
3646
+ * 延迟Exchange的类别,为枚举类型:Direct, Fanout, Topic
3647
+ 注意:此字段可能返回 null,表示取不到有效值。
3648
+ */
3649
+ DelayType: string;
3622
3650
  }
3623
3651
  /**
3624
3652
  * DeleteTopics请求参数结构体
@@ -5226,6 +5254,11 @@ export interface AMQPClusterDetail {
5226
5254
  注意:此字段可能返回 null,表示取不到有效值。
5227
5255
  */
5228
5256
  Tags: Array<Tag>;
5257
+ /**
5258
+ * 集群状态,0:创建中,1:正常,2:销毁中,3:已删除,4: 隔离中,5:创建失败,6: 删除失败
5259
+ 注意:此字段可能返回 null,表示取不到有效值。
5260
+ */
5261
+ Status: number;
5229
5262
  }
5230
5263
  /**
5231
5264
  * DescribeClusterDetail返回参数结构体
@@ -1601,6 +1601,10 @@ export interface DeployStrategyConf {
1601
1601
  * 最小可用实例数
1602
1602
  */
1603
1603
  MinAvailable?: number;
1604
+ /**
1605
+ * 是否强制发布
1606
+ */
1607
+ Force?: boolean;
1604
1608
  }
1605
1609
  /**
1606
1610
  * DescribeIngress请求参数结构体
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DescribePublicConfigSummaryRequest, ModifyPathRewriteRequest, UpdateApiRateLimitRuleRequest, DeletePathRewritesResponse, DescribeUnitApiUseDetailRequest, DescribeApiVersionsResponse, StopContainerGroupResponse, DeletePathRewritesRequest, DeleteLaneResponse, DescribeGroupReleaseRequest, ContinueRunFailedTaskBatchRequest, DescribeSimpleClustersResponse, DeleteRepositoryResponse, DeleteApplicationResponse, UpdateRepositoryRequest, DescribePathRewriteResponse, DescribeConfigsResponse, ModifyContainerReplicasRequest, ReleaseFileConfigRequest, SearchStdoutLogResponse, CreateGatewayApiResponse, DescribeFileConfigsResponse, DescribeApiVersionsRequest, DescribeGroupBindedGatewaysResponse, UnbindApiGroupRequest, CreateNamespaceResponse, RedoTaskBatchRequest, DescribeTaskLastStatusRequest, ModifyUploadInfoResponse, CreateApiRateLimitRuleRequest, DeleteServerlessGroupRequest, ChangeApiUsableStatusRequest, DescribeMicroservicesResponse, DescribeApiRateLimitRulesRequest, DescribeApiGroupsResponse, DeletePublicConfigRequest, DeleteNamespaceResponse, CreateMicroserviceRequest, ReleaseConfigResponse, DescribeUnitRuleResponse, DeleteImageTagsRequest, DescribeRepositoriesRequest, RollbackConfigRequest, CreateGatewayApiRequest, DescribeCreateGatewayApiStatusResponse, DeleteConfigResponse, DescribeGroupGatewaysRequest, UpdateApiRateLimitRuleResponse, DescribeGatewayAllGroupApisResponse, DescribeServerlessGroupsResponse, AddInstancesResponse, StartContainerGroupRequest, DescribeRepositoryResponse, UpdateHealthCheckSettingsRequest, EnableUnitRuleRequest, CreateClusterResponse, CreateMicroserviceResponse, StopGroupRequest, ShrinkGroupResponse, DescribeLanesResponse, CreateNamespaceRequest, DescribeClusterInstancesRequest, DescribeGroupBindedGatewaysRequest, DescribeRepositoryRequest, RedoTaskRequest, DeleteApiGroupResponse, DraftApiGroupRequest, CreateLaneResponse, UpdateApiTimeoutsResponse, DescribePkgsResponse, DescribeSimpleNamespacesResponse, DescribeContainerGroupDeployInfoResponse, DescribePublicConfigRequest, CreatePublicConfigResponse, CreateConfigResponse, DescribeCreateGatewayApiStatusRequest, RevocationPublicConfigResponse, DescribeConfigReleaseLogsRequest, ModifyContainerGroupRequest, UpdateRepositoryResponse, RollbackConfigResponse, RevocationConfigRequest, StartContainerGroupResponse, ModifyTaskRequest, DeleteUnitNamespacesResponse, DisableTaskRequest, DescribeBasicResourceUsageResponse, CreateAllGatewayApiAsyncResponse, RemoveInstancesRequest, DeleteGroupResponse, DescribeSimpleApplicationsResponse, DeployContainerGroupRequest, DescribeSimpleApplicationsRequest, OperateApplicationTcrBindingRequest, UpdateUnitRuleRequest, ReleasePublicConfigResponse, ReleaseApiGroupResponse, CreateFileConfigRequest, UpdateApiRateLimitRulesRequest, DescribeGroupInstancesRequest, DescribeMsApiListRequest, DescribeUploadInfoResponse, DescribeMsApiListResponse, EnableTaskRequest, DisableTaskResponse, DescribeMicroserviceRequest, DescribePodInstancesResponse, DescribeRepositoriesResponse, CreateGroupRequest, StopTaskBatchResponse, CreateContainGroupResponse, DescribeContainerGroupDetailResponse, DescribeGroupGatewaysResponse, RevocationConfigResponse, DeployServerlessGroupResponse, DeleteTaskResponse, DeleteMicroserviceRequest, RemoveInstancesResponse, DescribeContainerEventsRequest, DisableUnitRuleRequest, DescribeGroupResponse, DeleteContainerGroupResponse, DeleteServerlessGroupResponse, DeleteImageTagsResponse, CreateLaneRuleRequest, DisableUnitRouteResponse, ExecuteTaskRequest, DescribeApplicationResponse, DescribeConfigReleaseLogsResponse, DeletePublicConfigResponse, DescribeSimpleGroupsResponse, DescribeFlowLastBatchStateRequest, TerminateTaskFlowBatchResponse, ShrinkInstancesRequest, ShrinkInstancesResponse, DeleteLaneRuleResponse, DescribeApiRateLimitRulesResponse, AddClusterInstancesRequest, DescribeGroupUseDetailResponse, UpdateApiTimeoutsRequest, DescribeSimpleNamespacesRequest, ExecuteTaskFlowResponse, SearchBusinessLogRequest, ExpandGroupResponse, DescribePublicConfigsResponse, DescribeUnitNamespacesResponse, ContinueRunFailedTaskBatchResponse, DescribeSimpleClustersRequest, DeployServerlessGroupRequest, DescribeLaneRulesResponse, DescribeImageRepositoryRequest, DescribeApiGroupRequest, DescribeGatewayApisRequest, DescribeContainerGroupDetailRequest, DescribeGroupsWithPluginRequest, ModifyTaskResponse, SearchBusinessLogResponse, DeleteUnitNamespacesRequest, DescribeGroupRequest, BindPluginRequest, DeleteLaneRuleRequest, DescribeGroupUseDetailRequest, UpdateUnitRuleResponse, StartGroupResponse, DescribePathRewritesRequest, ShrinkGroupRequest, CreateLaneRuleResponse, CreateTaskResponse, DescribeContainerGroupsResponse, UpdateApiGroupResponse, DescribeGroupsWithPluginResponse, AddInstancesRequest, CreateApplicationRequest, DeployGroupRequest, CreateTaskFlowRequest, ModifyContainerReplicasResponse, UnbindApiGroupResponse, DescribeGroupReleaseResponse, DescribePathRewriteRequest, CreateApplicationResponse, DeployGroupResponse, DescribeServerlessGroupResponse, BindApiGroupResponse, DescribeGroupAttributeResponse, ModifyPathRewriteResponse, EnableUnitRuleResponse, DescribeEnabledUnitRuleResponse, UpdateApiGroupRequest, EnableUnitRouteResponse, DisableUnitRuleResponse, ExecuteTaskFlowRequest, TerminateTaskFlowBatchRequest, CreateUnitRuleResponse, DescribeTaskRecordsResponse, DescribeApiUseDetailResponse, ModifyUploadInfoRequest, DescribeGatewayApisResponse, DescribeUnitRuleRequest, UpdateGatewayApiResponse, ModifyLaneResponse, DescribeDownloadInfoRequest, DescribePublicConfigSummaryResponse, DescribePublicConfigReleaseLogsRequest, CreateServerlessGroupResponse, DescribeApplicationAttributeResponse, ModifyLaneRequest, DescribeLanesRequest, DescribeGatewayMonitorOverviewResponse, CreatePublicConfigRequest, CreateAllGatewayApiAsyncRequest, EnableTaskFlowResponse, DeleteUnitRuleResponse, DisableTaskFlowResponse, DescribeGatewayMonitorOverviewRequest, DescribeImageTagsResponse, BindPluginResponse, RedoTaskFlowBatchRequest, StopTaskExecuteRequest, DescribePkgsRequest, DescribeApplicationAttributeRequest, CreateTaskRequest, DescribePublicConfigResponse, DescribeUsableUnitNamespacesResponse, ReleaseFileConfigResponse, DescribeConfigResponse, DescribeContainerEventsResponse, DescribeTaskRecordsRequest, ModifyContainerGroupResponse, DeleteApplicationRequest, DescribeUnitNamespacesRequest, DeleteTaskRequest, CreateUnitRuleRequest, DescribePluginInstancesRequest, CreateFileConfigResponse, CreateConfigRequest, DescribeUploadInfoRequest, DescribeUnitRulesResponse, UpdateGatewayApiRequest, DescribeApiGroupsRequest, DescribeServerlessGroupRequest, DeleteUnitRuleRequest, DeletePkgsResponse, DescribeGroupsResponse, ModifyLaneRuleRequest, CreateTaskFlowResponse, DescribeMicroservicesRequest, AddClusterInstancesResponse, DescribeTaskLastStatusResponse, DescribePublicConfigsRequest, DescribeApplicationsRequest, DescribeTaskDetailRequest, DescribePublicConfigReleasesRequest, DescribeLaneRulesRequest, CreateServerlessGroupRequest, DescribePluginInstancesResponse, CreateRepositoryResponse, DescribeServerlessGroupsRequest, DeletePkgsRequest, ChangeApiUsableStatusResponse, EnableTaskResponse, UpdateApiRateLimitRulesResponse, DescribeGroupInstancesResponse, DescribeContainerGroupDeployInfoRequest, OperateApplicationTcrBindingResponse, DescribePublicConfigReleaseLogsResponse, DeleteApiGroupRequest, ReleaseApiGroupRequest, StartGroupRequest, DescribeClusterInstancesResponse, DescribeTaskDetailResponse, ExpandGroupRequest, RevocationPublicConfigRequest, ModifyLaneRuleResponse, DescribeGroupAttributeRequest, EnableTaskFlowRequest, DescribeReleasedConfigRequest, StopGroupResponse, CreateRepositoryRequest, ModifyMicroserviceRequest, DescribeConfigReleasesRequest, DescribeEnabledUnitRuleRequest, DescribeApiGroupResponse, RedoTaskExecuteResponse, CreateLaneRequest, CreateApiGroupResponse, RedoTaskExecuteRequest, DescribeApplicationsResponse, DescribeConfigRequest, DisableUnitRouteRequest, DescribeUnitRulesRequest, DescribeGatewayAllGroupApisRequest, DeleteGroupRequest, BindApiGroupRequest, StopTaskBatchRequest, DescribeUnitApiUseDetailResponse, DescribeUsableUnitNamespacesRequest, DescribeContainerGroupsRequest, DisableTaskFlowRequest, DescribePodInstancesRequest, RedoTaskResponse, DescribeConfigsRequest, EnableUnitRouteRequest, DeleteConfigRequest, DescribeFileConfigsRequest, ExecuteTaskResponse, CreateApiRateLimitRuleResponse, DescribeApiUseDetailRequest, CreateClusterRequest, DeleteContainerGroupRequest, ReleaseConfigRequest, DescribeApiDetailRequest, StopContainerGroupRequest, UpdateHealthCheckSettingsResponse, DescribePathRewritesResponse, DescribeFlowLastBatchStateResponse, StopTaskExecuteResponse, DescribeSimpleGroupsRequest, DescribeConfigReleasesResponse, ModifyMicroserviceResponse, CreateApiGroupRequest, DescribeDownloadInfoResponse, DescribeApplicationRequest, DeployContainerGroupResponse, DescribeBasicResourceUsageRequest, DeleteMicroserviceResponse, DescribeReleasedConfigResponse, DescribeApiDetailResponse, DescribeGroupsRequest, CreatePathRewritesRequest, DeleteNamespaceRequest, SearchStdoutLogRequest, RedoTaskBatchResponse, DescribeMicroserviceResponse, DescribeImageRepositoryResponse, DescribeImageTagsRequest, DescribeConfigSummaryResponse, CreateContainGroupRequest, DescribePublicConfigReleasesResponse, CreatePathRewritesResponse, DeleteRepositoryRequest, DraftApiGroupResponse, DescribeConfigSummaryRequest, DeleteLaneRequest, ReleasePublicConfigRequest, RedoTaskFlowBatchResponse, CreateGroupResponse } from "./tsf_models";
3
+ import { DescribePublicConfigSummaryRequest, ModifyPathRewriteRequest, UpdateApiRateLimitRuleRequest, DeletePathRewritesResponse, DescribeUnitApiUseDetailRequest, DescribeApiVersionsResponse, StopContainerGroupResponse, DeletePathRewritesRequest, DeleteLaneResponse, DescribeGroupReleaseRequest, ContinueRunFailedTaskBatchRequest, DescribeSimpleClustersResponse, DeleteRepositoryResponse, DeleteApplicationResponse, UpdateRepositoryRequest, DescribePathRewriteResponse, DescribeConfigsResponse, ModifyContainerReplicasRequest, ReleaseFileConfigRequest, DescribeInvocationMetricDataDimensionResponse, SearchStdoutLogResponse, CreateGatewayApiResponse, DescribeFileConfigsResponse, DescribeApiVersionsRequest, DescribeGroupBindedGatewaysResponse, DescribeJvmMonitorRequest, UnbindApiGroupRequest, CreateNamespaceResponse, RedoTaskBatchRequest, DescribeTaskLastStatusRequest, ModifyUploadInfoResponse, CreateApiRateLimitRuleRequest, DeleteServerlessGroupRequest, ChangeApiUsableStatusRequest, DescribeMicroservicesResponse, DescribeApiRateLimitRulesRequest, DescribeApiGroupsResponse, DeletePublicConfigRequest, DeleteNamespaceResponse, CreateMicroserviceRequest, ReleaseConfigResponse, DescribeUnitRuleResponse, DeleteImageTagsRequest, DescribeRepositoriesRequest, RollbackConfigRequest, CreateGatewayApiRequest, DescribeCreateGatewayApiStatusResponse, DeleteConfigResponse, DescribeGroupGatewaysRequest, UpdateApiRateLimitRuleResponse, DescribeGatewayAllGroupApisResponse, DescribeServerlessGroupsResponse, ModifyLaneRuleRequest, AddInstancesResponse, StartContainerGroupRequest, DescribeRepositoryResponse, UpdateHealthCheckSettingsRequest, EnableUnitRuleRequest, CreateClusterResponse, CreateMicroserviceResponse, StopGroupRequest, ShrinkGroupResponse, DescribeLanesResponse, CreateNamespaceRequest, DescribeClusterInstancesRequest, DescribeGroupBindedGatewaysRequest, DescribeRepositoryRequest, RedoTaskRequest, DeleteApiGroupResponse, DraftApiGroupRequest, CreateLaneResponse, UpdateApiTimeoutsResponse, DescribePkgsResponse, DescribeSimpleNamespacesResponse, DescribeContainerGroupDeployInfoResponse, DescribeOverviewInvocationRequest, DescribePublicConfigRequest, DescribeInovcationIndicatorsRequest, CreatePublicConfigResponse, CreateConfigResponse, DescribeCreateGatewayApiStatusRequest, RevocationPublicConfigResponse, DescribeConfigReleaseLogsRequest, ModifyContainerGroupRequest, UpdateRepositoryResponse, RollbackConfigResponse, RevocationConfigRequest, StartContainerGroupResponse, ModifyTaskRequest, DeleteUnitNamespacesResponse, DisableTaskRequest, DescribeStatisticsResponse, DescribeBasicResourceUsageResponse, CreateAllGatewayApiAsyncResponse, RemoveInstancesRequest, DeleteGroupResponse, DescribeSimpleApplicationsResponse, DeployContainerGroupRequest, DescribeSimpleApplicationsRequest, OperateApplicationTcrBindingRequest, UpdateUnitRuleRequest, ReleasePublicConfigResponse, ReleaseApiGroupResponse, CreateFileConfigRequest, UpdateApiRateLimitRulesRequest, DescribeGroupInstancesRequest, DescribeMsApiListRequest, DescribeUploadInfoResponse, DescribeMsApiListResponse, EnableTaskRequest, DisableTaskResponse, DescribeMicroserviceRequest, DescribePodInstancesResponse, DescribeInvocationMetricDataPointRequest, DescribeRepositoriesResponse, CreateGroupRequest, StopTaskBatchResponse, CreateContainGroupResponse, DescribeContainerGroupDetailResponse, DescribeGroupGatewaysResponse, RevocationConfigResponse, DeployServerlessGroupResponse, DeleteTaskResponse, DeleteMicroserviceRequest, RemoveInstancesResponse, DescribeContainerEventsRequest, DisableUnitRuleRequest, DescribeGroupResponse, DeleteContainerGroupResponse, DeleteServerlessGroupResponse, DeleteImageTagsResponse, CreateLaneRuleRequest, DisableUnitRouteResponse, ExecuteTaskRequest, DescribeApplicationResponse, DescribeConfigReleaseLogsResponse, DeletePublicConfigResponse, DescribeSimpleGroupsResponse, DescribeFlowLastBatchStateRequest, TerminateTaskFlowBatchResponse, ShrinkInstancesRequest, ShrinkInstancesResponse, DeleteLaneRuleResponse, DescribeApiRateLimitRulesResponse, AddClusterInstancesRequest, DescribeGroupUseDetailResponse, UpdateApiTimeoutsRequest, DescribeOverviewInvocationResponse, DescribeSimpleNamespacesRequest, ExecuteTaskFlowResponse, SearchBusinessLogRequest, ExpandGroupResponse, DescribePublicConfigsResponse, DescribeUnitNamespacesResponse, ContinueRunFailedTaskBatchResponse, DescribeSimpleClustersRequest, DeployServerlessGroupRequest, DescribeLaneRulesResponse, DescribeImageRepositoryRequest, DescribeApiGroupRequest, DescribeGatewayApisRequest, DescribeContainerGroupDetailRequest, DescribeGroupsWithPluginRequest, ModifyTaskResponse, SearchBusinessLogResponse, DeleteUnitNamespacesRequest, DescribeGroupRequest, BindPluginRequest, DeleteLaneRuleRequest, DescribeGroupUseDetailRequest, UpdateUnitRuleResponse, StartGroupResponse, DescribePathRewritesRequest, ShrinkGroupRequest, CreateLaneRuleResponse, CreateTaskResponse, DescribeContainerGroupsResponse, UpdateApiGroupResponse, DescribeGroupsWithPluginResponse, AddInstancesRequest, CreateApplicationRequest, DeployGroupRequest, CreateTaskFlowRequest, ModifyContainerReplicasResponse, UnbindApiGroupResponse, DescribeGroupReleaseResponse, DescribePathRewriteRequest, CreateApplicationResponse, DescribeInvocationMetricDataDimensionRequest, DeployGroupResponse, DescribeServerlessGroupResponse, BindApiGroupResponse, DescribeGroupAttributeResponse, ModifyPathRewriteResponse, EnableUnitRuleResponse, DescribeEnabledUnitRuleResponse, UpdateApiGroupRequest, EnableUnitRouteResponse, DisableUnitRuleResponse, ExecuteTaskFlowRequest, TerminateTaskFlowBatchRequest, CreateUnitRuleResponse, DescribeTaskRecordsResponse, DescribeApiUseDetailResponse, ModifyUploadInfoRequest, DescribeGatewayApisResponse, DescribeUnitRuleRequest, UpdateGatewayApiResponse, ModifyLaneResponse, DescribeDownloadInfoRequest, DescribePublicConfigSummaryResponse, DescribePublicConfigReleaseLogsRequest, CreateServerlessGroupResponse, DescribeApplicationAttributeResponse, ModifyLaneRequest, DescribeLanesRequest, DescribeGatewayMonitorOverviewResponse, CreatePublicConfigRequest, CreateAllGatewayApiAsyncRequest, EnableTaskFlowResponse, DeleteUnitRuleResponse, DisableTaskFlowResponse, DescribeGatewayMonitorOverviewRequest, DescribeImageTagsResponse, BindPluginResponse, RedoTaskFlowBatchRequest, StopTaskExecuteRequest, DescribePkgsRequest, DescribeApplicationAttributeRequest, CreateTaskRequest, DescribePublicConfigResponse, DescribeUsableUnitNamespacesResponse, ReleaseFileConfigResponse, DescribeConfigResponse, DescribeContainerEventsResponse, DescribeTaskRecordsRequest, ModifyContainerGroupResponse, DeleteApplicationRequest, DescribeUnitNamespacesRequest, DeleteTaskRequest, CreateUnitRuleRequest, DescribePluginInstancesRequest, DescribeInovcationIndicatorsResponse, CreateFileConfigResponse, CreateConfigRequest, DescribeUploadInfoRequest, DescribeUnitRulesResponse, UpdateGatewayApiRequest, DescribeApiGroupsRequest, DescribeServerlessGroupRequest, DeleteUnitRuleRequest, DeletePkgsResponse, DescribeGroupsResponse, DescribeInvocationMetricScatterPlotRequest, CreateTaskFlowResponse, DescribeMicroservicesRequest, AddClusterInstancesResponse, DescribeInvocationMetricDataCurveRequest, DescribeTaskLastStatusResponse, DescribePublicConfigsRequest, DescribeApplicationsRequest, DescribeTaskDetailRequest, DescribePublicConfigReleasesRequest, DescribeLaneRulesRequest, CreateServerlessGroupRequest, DescribePluginInstancesResponse, CreateRepositoryResponse, DescribeServerlessGroupsRequest, DeletePkgsRequest, ChangeApiUsableStatusResponse, EnableTaskResponse, UpdateApiRateLimitRulesResponse, DescribeGroupInstancesResponse, DescribeContainerGroupDeployInfoRequest, OperateApplicationTcrBindingResponse, DescribePublicConfigReleaseLogsResponse, DeleteApiGroupRequest, ReleaseApiGroupRequest, StartGroupRequest, DescribeClusterInstancesResponse, DescribeTaskDetailResponse, ExpandGroupRequest, RevocationPublicConfigRequest, ModifyLaneRuleResponse, DescribeGroupAttributeRequest, EnableTaskFlowRequest, DescribeReleasedConfigRequest, StopGroupResponse, CreateRepositoryRequest, ModifyMicroserviceRequest, DescribeConfigReleasesRequest, DescribeEnabledUnitRuleRequest, DescribeApiGroupResponse, RedoTaskExecuteResponse, CreateLaneRequest, CreateApiGroupResponse, RedoTaskExecuteRequest, DescribeApplicationsResponse, DescribeConfigRequest, DisableUnitRouteRequest, DescribeUnitRulesRequest, DescribeGatewayAllGroupApisRequest, DeleteGroupRequest, BindApiGroupRequest, StopTaskBatchRequest, DescribeUnitApiUseDetailResponse, DescribeInvocationMetricScatterPlotResponse, DescribeUsableUnitNamespacesRequest, DescribeContainerGroupsRequest, DescribeJvmMonitorResponse, DisableTaskFlowRequest, DescribePodInstancesRequest, RedoTaskResponse, DescribeConfigsRequest, EnableUnitRouteRequest, DescribeInvocationMetricDataCurveResponse, DeleteConfigRequest, DescribeFileConfigsRequest, ExecuteTaskResponse, CreateApiRateLimitRuleResponse, DescribeApiUseDetailRequest, CreateClusterRequest, DeleteContainerGroupRequest, ReleaseConfigRequest, DescribeApiDetailRequest, StopContainerGroupRequest, UpdateHealthCheckSettingsResponse, DescribeInvocationMetricDataPointResponse, DescribePathRewritesResponse, DescribeFlowLastBatchStateResponse, StopTaskExecuteResponse, DescribeSimpleGroupsRequest, DescribeConfigReleasesResponse, ModifyMicroserviceResponse, CreateApiGroupRequest, DescribeDownloadInfoResponse, DescribeApplicationRequest, DeployContainerGroupResponse, DescribeBasicResourceUsageRequest, DeleteMicroserviceResponse, DescribeReleasedConfigResponse, DescribeApiDetailResponse, DescribeGroupsRequest, CreatePathRewritesRequest, DeleteNamespaceRequest, SearchStdoutLogRequest, RedoTaskBatchResponse, DescribeStatisticsRequest, DescribeMicroserviceResponse, DescribeImageRepositoryResponse, DescribeImageTagsRequest, DescribeConfigSummaryResponse, CreateContainGroupRequest, DescribePublicConfigReleasesResponse, CreatePathRewritesResponse, DeleteRepositoryRequest, DraftApiGroupResponse, DescribeConfigSummaryRequest, DeleteLaneRequest, ReleasePublicConfigRequest, RedoTaskFlowBatchResponse, CreateGroupResponse } from "./tsf_models";
4
4
  /**
5
5
  * tsf client
6
6
  * @class
@@ -35,6 +35,10 @@ export declare class Client extends AbstractClient {
35
35
  * 启用工作流
36
36
  */
37
37
  EnableTaskFlow(req: EnableTaskFlowRequest, cb?: (error: string, rep: EnableTaskFlowResponse) => void): Promise<EnableTaskFlowResponse>;
38
+ /**
39
+ * 禁用单元化规则
40
+ */
41
+ DisableUnitRule(req: DisableUnitRuleRequest, cb?: (error: string, rep: DisableUnitRuleResponse) => void): Promise<DisableUnitRuleResponse>;
38
42
  /**
39
43
  * 获取部署组实例列表
40
44
  */
@@ -91,6 +95,10 @@ export declare class Client extends AbstractClient {
91
95
  * 创建集群
92
96
  */
93
97
  CreateCluster(req: CreateClusterRequest, cb?: (error: string, rep: CreateClusterResponse) => void): Promise<CreateClusterResponse>;
98
+ /**
99
+ * 服务调用监控统计概览
100
+ */
101
+ DescribeOverviewInvocation(req: DescribeOverviewInvocationRequest, cb?: (error: string, rep: DescribeOverviewInvocationResponse) => void): Promise<DescribeOverviewInvocationResponse>;
94
102
  /**
95
103
  * 停止正在某个节点上执行的任务
96
104
  */
@@ -256,6 +264,10 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
256
264
  * 查询一键导入API分组任务的状态
257
265
  */
258
266
  DescribeCreateGatewayApiStatus(req: DescribeCreateGatewayApiStatusRequest, cb?: (error: string, rep: DescribeCreateGatewayApiStatusResponse) => void): Promise<DescribeCreateGatewayApiStatusResponse>;
267
+ /**
268
+ * 查询单值指标维度
269
+ */
270
+ DescribeInvocationMetricDataPoint(req: DescribeInvocationMetricDataPointRequest, cb?: (error: string, rep: DescribeInvocationMetricDataPointResponse) => void): Promise<DescribeInvocationMetricDataPointResponse>;
259
271
  /**
260
272
  * 修改任务
261
273
  */
@@ -332,10 +344,22 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
332
344
  * 网关与API分组批量绑定
333
345
  */
334
346
  BindApiGroup(req: BindApiGroupRequest, cb?: (error: string, rep: BindApiGroupResponse) => void): Promise<BindApiGroupResponse>;
347
+ /**
348
+ * 查询调用监控指标
349
+ */
350
+ DescribeInovcationIndicators(req: DescribeInovcationIndicatorsRequest, cb?: (error: string, rep: DescribeInovcationIndicatorsResponse) => void): Promise<DescribeInovcationIndicatorsResponse>;
335
351
  /**
336
352
  * 查询简单部署组列表
337
353
  */
338
354
  DescribeSimpleGroups(req: DescribeSimpleGroupsRequest, cb?: (error: string, rep: DescribeSimpleGroupsResponse) => void): Promise<DescribeSimpleGroupsResponse>;
355
+ /**
356
+ * 服务统计页面:接口和服务维度
357
+ */
358
+ DescribeStatistics(req: DescribeStatisticsRequest, cb?: (error: string, rep: DescribeStatisticsResponse) => void): Promise<DescribeStatisticsResponse>;
359
+ /**
360
+ * 启用任务
361
+ */
362
+ EnableTask(req: EnableTaskRequest, cb?: (error: string, rep: EnableTaskResponse) => void): Promise<EnableTaskResponse>;
339
363
  /**
340
364
  * 发布文件配置
341
365
  */
@@ -362,9 +386,9 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
362
386
  */
363
387
  DescribeConfigSummary(req: DescribeConfigSummaryRequest, cb?: (error: string, rep: DescribeConfigSummaryResponse) => void): Promise<DescribeConfigSummaryResponse>;
364
388
  /**
365
- * 禁用单元化规则
389
+ * 查询调用指标数据散点图
366
390
  */
367
- DisableUnitRule(req: DisableUnitRuleRequest, cb?: (error: string, rep: DisableUnitRuleResponse) => void): Promise<DisableUnitRuleResponse>;
391
+ DescribeInvocationMetricScatterPlot(req: DescribeInvocationMetricScatterPlotRequest, cb?: (error: string, rep: DescribeInvocationMetricScatterPlotResponse) => void): Promise<DescribeInvocationMetricScatterPlotResponse>;
368
392
  /**
369
393
  * 创建文件配置项
370
394
  */
@@ -431,9 +455,9 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
431
455
  */
432
456
  DescribePathRewrite(req: DescribePathRewriteRequest, cb?: (error: string, rep: DescribePathRewriteResponse) => void): Promise<DescribePathRewriteResponse>;
433
457
  /**
434
- * 启用任务
458
+ * 查询调用指标数据变化曲线
435
459
  */
436
- EnableTask(req: EnableTaskRequest, cb?: (error: string, rep: EnableTaskResponse) => void): Promise<EnableTaskResponse>;
460
+ DescribeInvocationMetricDataCurve(req: DescribeInvocationMetricDataCurveRequest, cb?: (error: string, rep: DescribeInvocationMetricDataCurveResponse) => void): Promise<DescribeInvocationMetricDataCurveResponse>;
437
461
  /**
438
462
  * 删除容器部署组
439
463
  */
@@ -546,6 +570,10 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
546
570
  * 重新执行在某个节点上执行任务。
547
571
  */
548
572
  RedoTaskExecute(req: RedoTaskExecuteRequest, cb?: (error: string, rep: RedoTaskExecuteResponse) => void): Promise<RedoTaskExecuteResponse>;
573
+ /**
574
+ * 查询java实例jvm监控数据,返回数据可选
575
+ */
576
+ DescribeJvmMonitor(req: DescribeJvmMonitorRequest, cb?: (error: string, rep: DescribeJvmMonitorResponse) => void): Promise<DescribeJvmMonitorResponse>;
549
577
  /**
550
578
  * 查询网关所有分组下Api列表
551
579
  */
@@ -638,6 +666,10 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
638
666
  * 查询仓库信息
639
667
  */
640
668
  DescribeRepository(req: DescribeRepositoryRequest, cb?: (error: string, rep: DescribeRepositoryResponse) => void): Promise<DescribeRepositoryResponse>;
669
+ /**
670
+ * 查询维度
671
+ */
672
+ DescribeInvocationMetricDataDimension(req: DescribeInvocationMetricDataDimensionRequest, cb?: (error: string, rep: DescribeInvocationMetricDataDimensionResponse) => void): Promise<DescribeInvocationMetricDataDimensionResponse>;
641
673
  /**
642
674
  * 获取应用列表其它字段,如实例数量信息等
643
675
  */