tencentcloud-sdk-nodejs 4.0.733 → 4.0.734
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 +715 -0
- package/SERVICE_CHANGELOG.md +1342 -16
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cfw/v20190904/cfw_models.ts +52 -8
- package/src/services/csip/v20221121/csip_models.ts +24 -24
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +2 -2
- package/src/services/dlc/v20210125/dlc_models.ts +10 -0
- package/src/services/dnspod/v20210323/dnspod_client.ts +1 -1
- package/src/services/dts/v20211206/dts_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +2 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +28 -27
- package/src/services/essbasic/v20210526/essbasic_models.ts +43 -41
- package/src/services/hai/v20230812/hai_client.ts +17 -1
- package/src/services/hai/v20230812/hai_models.ts +24 -0
- package/src/services/ms/v20180408/ms_models.ts +34 -16
- package/src/services/ocr/v20181119/ocr_client.ts +1 -0
- package/src/services/ocr/v20181119/ocr_models.ts +23 -0
- package/src/services/ssa/v20180608/ssa_client.ts +6 -46
- package/src/services/ssa/v20180608/ssa_models.ts +60 -576
- package/src/services/tdmq/v20200217/tdmq_client.ts +13 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +52 -24
- package/src/services/tds/v20220801/tds_models.ts +18 -14
- package/src/services/tse/v20201207/tse_client.ts +60 -7
- package/src/services/tse/v20201207/tse_models.ts +251 -5
- package/src/services/vod/v20180717/vod_models.ts +5 -0
- package/src/services/vpc/v20170312/vpc_models.ts +4 -0
- package/src/services/wav/v20210129/wav_models.ts +1 -1
- package/src/services/weilingwith/v20230427/weilingwith_client.ts +163 -62
- package/src/services/weilingwith/v20230427/weilingwith_models.ts +4995 -790
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +52 -8
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +24 -24
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +10 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +1 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +1 -1
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +28 -27
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +28 -27
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +43 -41
- package/tencentcloud/services/hai/v20230812/hai_client.d.ts +5 -1
- package/tencentcloud/services/hai/v20230812/hai_client.js +6 -0
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +22 -0
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +34 -16
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +22 -0
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +1 -13
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +0 -18
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +60 -566
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +50 -24
- package/tencentcloud/services/tds/v20220801/tds_models.d.ts +18 -14
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +19 -3
- package/tencentcloud/services/tse/v20201207/tse_client.js +27 -3
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +238 -5
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +5 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
- package/tencentcloud/services/wav/v20210129/wav_models.d.ts +1 -1
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.d.ts +51 -51
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +4881 -777
- package/test/hai.v20230812.test.js +10 -0
- package/test/ssa.v20180608.test.js +0 -30
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/tse.v20201207.test.js +42 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeRolesResponse, DescribeBindClustersResponse, DescribeRabbitMQVirtualHostResponse, CreateProClusterResponse, DescribeNamespaceBundlesOptRequest, DeleteRabbitMQUserRequest, DescribeSubscriptionsRequest, DescribeRocketMQGroupsRequest, CreateRocketMQGroupRequest, ModifyRabbitMQVirtualHostRequest, ModifyEnvironmentAttributesRequest, DeleteClusterResponse, ResetRocketMQConsumerOffSetResponse, DescribeTopicMsgsResponse, ModifyCmqSubscriptionAttributeResponse, CreateCmqTopicRequest, ModifyRabbitMQVipInstanceRequest, ImportRocketMQTopicsResponse, DescribeRocketMQMigratingTopicListRequest, ModifyClusterResponse, ModifyRocketMQInstanceSpecRequest, ModifyRoleResponse, DescribeRocketMQTopicMsgsResponse, SendRocketMQMessageRequest, DescribeRocketMQMsgTraceResponse, DescribeRocketMQPublicAccessPointRequest, SendMessagesRequest, DescribeCmqQueuesResponse, CreateRabbitMQVipInstanceRequest, DescribeAllTenantsResponse, CreateRabbitMQVirtualHostResponse, DescribeRabbitMQNodeListRequest, DescribeNamespaceBundlesOptResponse, ReceiveMessageRequest, DescribeBindVpcsResponse, RewindCmqQueueResponse, DescribeRocketMQSmoothMigrationTaskRequest, DescribeRocketMQSourceClusterGroupListResponse, SetRocketMQPublicAccessPointResponse, DeleteRocketMQGroupRequest, ModifyRabbitMQUserRequest, DescribeRocketMQConsumeStatsResponse, DeleteCmqTopicResponse, CreateSubscriptionRequest, CreateRocketMQNamespaceRequest, DescribeCmqTopicDetailResponse, ModifyRabbitMQVirtualHostResponse, SetRocketMQPublicAccessPointRequest, CreateEnvironmentResponse, CreateSubscriptionResponse, ModifyEnvironmentRoleRequest, DescribeRabbitMQQueuesResponse, SendMsgResponse, ModifyCmqTopicAttributeResponse, DescribeCmqSubscriptionDetailRequest, DescribePublisherSummaryResponse, DescribeEnvironmentsRequest, DescribeRocketMQNamespacesRequest, DescribeRocketMQTopicsRequest, ModifyRocketMQClusterResponse, DescribeCmqQueueDetailResponse, CreateEnvironmentRequest, ClearCmqQueueRequest, ModifyEnvironmentAttributesResponse, DescribeRocketMQSubscriptionsResponse, DescribeClustersRequest, DescribeRocketMQClusterResponse, DeleteRocketMQVipInstanceResponse, DescribeCmqSubscriptionDetailResponse, RewindCmqQueueRequest, DescribeRabbitMQUserResponse, DescribeRocketMQMsgResponse, ModifyClusterRequest, DescribeEnvironmentAttributesRequest, ModifyRocketMQClusterRequest, CreateRocketMQVipInstanceResponse, AcknowledgeMessageRequest, ImportRocketMQConsumerGroupsRequest, DescribeRocketMQVipInstanceDetailResponse, PublishCmqMsgResponse, DescribePublishersRequest, CreateRocketMQClusterRequest, CreateRabbitMQUserResponse, AcknowledgeMessageResponse, DeleteEnvironmentRolesResponse, DescribeClusterDetailRequest, ModifyRoleRequest, DeleteCmqQueueResponse, DescribeRocketMQClusterRequest, DeleteRocketMQTopicResponse, CreateProClusterRequest, ModifyCmqTopicAttributeRequest, DescribeRabbitMQVipInstancesResponse, DeleteRolesRequest, ModifyRocketMQTopicResponse, CreateCmqSubscribeResponse, DescribeSubscriptionsResponse, DescribeRocketMQConsumerConnectionsResponse, DeleteRocketMQVipInstanceRequest, DescribeRocketMQMsgRequest, SendMessagesResponse, DescribeRocketMQNamespacesResponse, CreateTopicRequest, DescribeTopicsRequest, DeleteEnvironmentsResponse, DescribeRabbitMQQueueDetailResponse, ModifyAMQPClusterRequest, ReceiveMessageResponse, DescribeEnvironmentRolesResponse, DescribeRocketMQPublicAccessPointResponse, VerifyRocketMQConsumeResponse, DescribeRocketMQMsgTraceRequest, ModifyRocketMQGroupRequest, DescribeCmqTopicsResponse, SendRocketMQMessageResponse, DescribeCmqTopicDetailRequest, DescribeRocketMQMigratingTopicListResponse, UnbindCmqDeadLetterResponse, ModifyRocketMQNamespaceResponse, DescribePulsarProInstancesRequest, DeleteEnvironmentsRequest, DescribeRocketMQClustersRequest, DescribeBindVpcsRequest, DescribeClustersResponse, ClearCmqSubscriptionFilterTagsRequest, SendCmqMsgResponse, CreateRocketMQGroupResponse,
|
|
3
|
+
import { DescribeRolesResponse, DescribeBindClustersResponse, DescribeRabbitMQVirtualHostResponse, CreateProClusterResponse, DescribeNamespaceBundlesOptRequest, DeleteRabbitMQUserRequest, DescribeSubscriptionsRequest, DescribeRocketMQGroupsRequest, CreateRocketMQGroupRequest, ModifyRabbitMQVirtualHostRequest, ModifyEnvironmentAttributesRequest, DeleteClusterResponse, ResetRocketMQConsumerOffSetResponse, DescribeTopicMsgsResponse, ModifyCmqSubscriptionAttributeResponse, CreateCmqTopicRequest, ModifyRabbitMQVipInstanceRequest, ImportRocketMQTopicsResponse, DescribeRocketMQMigratingTopicListRequest, ModifyClusterResponse, ModifyRocketMQInstanceSpecRequest, ModifyRoleResponse, DescribeRocketMQTopicMsgsResponse, SendRocketMQMessageRequest, DescribeRocketMQMsgTraceResponse, DescribeRocketMQPublicAccessPointRequest, SendMessagesRequest, DescribeCmqQueuesResponse, CreateRabbitMQVipInstanceRequest, DescribeAllTenantsResponse, CreateRabbitMQVirtualHostResponse, DescribeRabbitMQNodeListRequest, DescribeNamespaceBundlesOptResponse, ReceiveMessageRequest, DescribeBindVpcsResponse, RewindCmqQueueResponse, DescribeRocketMQSmoothMigrationTaskRequest, DescribeRocketMQSourceClusterGroupListResponse, SetRocketMQPublicAccessPointResponse, DeleteRocketMQGroupRequest, ModifyRabbitMQUserRequest, DescribeRocketMQConsumeStatsResponse, DeleteCmqTopicResponse, CreateSubscriptionRequest, CreateRocketMQNamespaceRequest, DescribeCmqTopicDetailResponse, ModifyRabbitMQVirtualHostResponse, SetRocketMQPublicAccessPointRequest, CreateEnvironmentResponse, CreateSubscriptionResponse, ModifyEnvironmentRoleRequest, DescribeRabbitMQQueuesResponse, SendMsgResponse, ModifyCmqTopicAttributeResponse, DescribeCmqSubscriptionDetailRequest, DescribePublisherSummaryResponse, DescribeEnvironmentsRequest, DescribeRocketMQNamespacesRequest, DescribeRocketMQTopicsRequest, ModifyRocketMQClusterResponse, DescribeCmqQueueDetailResponse, CreateEnvironmentRequest, ClearCmqQueueRequest, ModifyEnvironmentAttributesResponse, DescribeRocketMQSubscriptionsResponse, DescribeClustersRequest, DescribeRocketMQClusterResponse, DeleteRocketMQVipInstanceResponse, DescribeCmqSubscriptionDetailResponse, RewindCmqQueueRequest, DescribeRabbitMQUserResponse, DescribeRocketMQMsgResponse, ModifyClusterRequest, DescribeEnvironmentAttributesRequest, ModifyRocketMQClusterRequest, CreateRocketMQVipInstanceResponse, AcknowledgeMessageRequest, ImportRocketMQConsumerGroupsRequest, DescribeRocketMQVipInstanceDetailResponse, PublishCmqMsgResponse, DescribePublishersRequest, CreateRocketMQClusterRequest, CreateRabbitMQUserResponse, AcknowledgeMessageResponse, DeleteEnvironmentRolesResponse, DescribeClusterDetailRequest, ModifyRoleRequest, DeleteCmqQueueResponse, DescribeRocketMQClusterRequest, DeleteRocketMQTopicResponse, CreateProClusterRequest, ModifyCmqTopicAttributeRequest, DescribeRabbitMQVipInstancesResponse, DeleteRolesRequest, ModifyRocketMQTopicResponse, CreateCmqSubscribeResponse, DescribeSubscriptionsResponse, DescribeRocketMQConsumerConnectionsResponse, DeleteRocketMQVipInstanceRequest, DescribeRocketMQMsgRequest, SendMessagesResponse, DescribeRocketMQNamespacesResponse, CreateTopicRequest, DescribeTopicsRequest, DeleteEnvironmentsResponse, DescribeRabbitMQQueueDetailResponse, ModifyAMQPClusterRequest, ReceiveMessageResponse, DescribeEnvironmentRolesResponse, DescribeRocketMQPublicAccessPointResponse, VerifyRocketMQConsumeResponse, DescribeRocketMQMsgTraceRequest, ModifyRocketMQGroupRequest, DescribeCmqTopicsResponse, SendRocketMQMessageResponse, DescribeCmqTopicDetailRequest, DescribeRocketMQMigratingTopicListResponse, UnbindCmqDeadLetterResponse, ModifyRocketMQNamespaceResponse, DescribePulsarProInstancesRequest, DeleteEnvironmentsRequest, DescribeRocketMQClustersRequest, DescribeBindVpcsRequest, DescribeClustersResponse, ClearCmqSubscriptionFilterTagsRequest, SendCmqMsgResponse, CreateRocketMQGroupResponse, DeleteProClustersRequest, DescribeEnvironmentRolesRequest, DescribeRocketMQClustersResponse, DeleteRolesResponse, DescribeRocketMQSourceClusterTopicListRequest, ModifyRocketMQTopicRequest, DescribeRabbitMQUserRequest, DescribeRocketMQTopicsResponse, DeleteRocketMQGroupResponse, CreateCmqQueueResponse, DescribeMsgTraceResponse, DescribeRocketMQGroupsResponse, ResetMsgSubOffsetByTimestampResponse, CreateClusterResponse, DescribeRocketMQSmoothMigrationTaskListRequest, DescribeCmqDeadLetterSourceQueuesRequest, DeleteRocketMQNamespaceRequest, DescribeRolesRequest, DescribeRocketMQSmoothMigrationTaskListResponse, CreateClusterRequest, DescribeRocketMQSourceClusterTopicListResponse, DescribeRabbitMQVirtualHostListRequest, DescribeAMQPClustersRequest, ModifyCmqQueueAttributeResponse, CreateTopicResponse, DescribeCmqQueuesRequest, DescribeEnvironmentsResponse, DescribeRabbitMQVipInstanceResponse, ModifyCmqSubscriptionAttributeRequest, ModifyTopicResponse, ModifyRocketMQInstanceSpecResponse, DeleteTopicsResponse, DescribeRocketMQVipInstancesRequest, DescribeRocketMQVipInstanceDetailRequest, CreateRocketMQVipInstanceRequest, DeleteRocketMQClusterResponse, CreateCmqTopicResponse, ModifyRabbitMQVipInstanceResponse, ClearCmqSubscriptionFilterTagsResponse, CreateRabbitMQVipInstanceResponse, DescribeRabbitMQVipInstanceRequest, DescribeCmqTopicsRequest, DescribeRocketMQSubscriptionsRequest, DeleteTopicsRequest, ModifyTopicRequest, ResetMsgSubOffsetByTimestampRequest, CreateEnvironmentRoleResponse, CreateCmqSubscribeRequest, DeleteCmqSubscribeRequest, DescribeAMQPClustersResponse, DescribeCmqDeadLetterSourceQueuesResponse, DeleteSubscriptionsResponse, DeleteRocketMQTopicRequest, CreateRocketMQClusterResponse, ModifyPublicNetworkAccessPointRequest, DescribeRabbitMQQueuesRequest, DeleteRocketMQNamespaceResponse, DescribePublishersResponse, DeleteClusterRequest, SendMsgRequest, ResetRocketMQConsumerOffSetRequest, DescribeCmqQueueDetailRequest, DescribeRocketMQSourceClusterGroupListRequest, DeleteRabbitMQVirtualHostRequest, CreateRocketMQTopicRequest, CreateRoleResponse, DeleteRocketMQClusterRequest, DescribePulsarProInstancesResponse, DeleteEnvironmentRolesRequest, ClearCmqQueueResponse, ModifyRabbitMQUserResponse, DescribeNodeHealthOptRequest, DescribeRocketMQSmoothMigrationTaskResponse, DeleteRabbitMQVirtualHostResponse, CreateRocketMQTopicResponse, CreateRabbitMQVirtualHostRequest, DescribeTopicMsgsRequest, CreateCmqQueueRequest, ModifyEnvironmentRoleResponse, DescribeRabbitMQQueueDetailRequest, DeleteCmqQueueRequest, DeleteRabbitMQUserResponse, DescribeRabbitMQVirtualHostListResponse, DescribeBindClustersRequest, DescribePulsarProInstanceDetailRequest, CreateRabbitMQUserRequest, DescribeRocketMQConsumerConnectionsRequest, CreateRoleRequest, DescribeRocketMQTopicMsgsRequest, DescribeMsgTraceRequest, ImportRocketMQConsumerGroupsResponse, DescribeEnvironmentAttributesResponse, ModifyAMQPClusterResponse, DescribeTopicsResponse, CreateRocketMQNamespaceResponse, DescribeRocketMQConsumeStatsRequest, SendBatchMessagesRequest, DeleteCmqTopicRequest, DescribeRabbitMQNodeListResponse, DescribePulsarProInstanceDetailResponse, DescribeNodeHealthOptResponse, ModifyPublicNetworkAccessPointResponse, PublishCmqMsgRequest, UnbindCmqDeadLetterRequest, ModifyCmqQueueAttributeRequest, DeleteCmqSubscribeResponse, DeleteRabbitMQVipInstanceRequest, DescribePublisherSummaryRequest, DeleteSubscriptionsRequest, DeleteProClustersResponse, SendCmqMsgRequest, ModifyRocketMQGroupResponse, DescribeRocketMQVipInstancesResponse, DescribeRabbitMQVipInstancesRequest, DescribeClusterDetailResponse, VerifyRocketMQConsumeRequest, SendBatchMessagesResponse, ImportRocketMQTopicsRequest, ModifyRocketMQNamespaceRequest, CreateEnvironmentRoleRequest, DeleteRabbitMQVipInstanceResponse, DescribeAllTenantsRequest, DescribeRabbitMQVirtualHostRequest } from "./tdmq_models";
|
|
4
4
|
/**
|
|
5
5
|
* tdmq client
|
|
6
6
|
* @class
|
|
@@ -494,6 +494,10 @@ BatchReceivePolicy 的接口会一次性返回多条消息:
|
|
|
494
494
|
* 发送RocketMQ消息
|
|
495
495
|
*/
|
|
496
496
|
SendRocketMQMessage(req: SendRocketMQMessageRequest, cb?: (error: string, rep: SendRocketMQMessageResponse) => void): Promise<SendRocketMQMessageResponse>;
|
|
497
|
+
/**
|
|
498
|
+
* 删除专业集群——预付费,仅通过API 调用,支持同时删除多个集群
|
|
499
|
+
*/
|
|
500
|
+
DeleteProClusters(req: DeleteProClustersRequest, cb?: (error: string, rep: DeleteProClustersResponse) => void): Promise<DeleteProClustersResponse>;
|
|
497
501
|
/**
|
|
498
502
|
* 清空订阅者消息标签
|
|
499
503
|
*/
|
|
@@ -746,6 +746,12 @@ BatchReceivePolicy 的接口会一次性返回多条消息:
|
|
|
746
746
|
async SendRocketMQMessage(req, cb) {
|
|
747
747
|
return this.request("SendRocketMQMessage", req, cb);
|
|
748
748
|
}
|
|
749
|
+
/**
|
|
750
|
+
* 删除专业集群——预付费,仅通过API 调用,支持同时删除多个集群
|
|
751
|
+
*/
|
|
752
|
+
async DeleteProClusters(req, cb) {
|
|
753
|
+
return this.request("DeleteProClusters", req, cb);
|
|
754
|
+
}
|
|
749
755
|
/**
|
|
750
756
|
* 清空订阅者消息标签
|
|
751
757
|
*/
|
|
@@ -4321,33 +4321,13 @@ export interface CreateRocketMQGroupResponse {
|
|
|
4321
4321
|
RequestId?: string;
|
|
4322
4322
|
}
|
|
4323
4323
|
/**
|
|
4324
|
-
*
|
|
4324
|
+
* DeleteProClusters请求参数结构体
|
|
4325
4325
|
*/
|
|
4326
|
-
export interface
|
|
4326
|
+
export interface DeleteProClustersRequest {
|
|
4327
4327
|
/**
|
|
4328
|
-
* 集群
|
|
4328
|
+
* 集群Id列表
|
|
4329
4329
|
*/
|
|
4330
|
-
|
|
4331
|
-
/**
|
|
4332
|
-
* 命名空间名称,3-64个字符,只能包含字母、数字、“-”及“_”
|
|
4333
|
-
*/
|
|
4334
|
-
NamespaceId: string;
|
|
4335
|
-
/**
|
|
4336
|
-
* 已废弃
|
|
4337
|
-
*/
|
|
4338
|
-
Ttl?: number;
|
|
4339
|
-
/**
|
|
4340
|
-
* 已废弃
|
|
4341
|
-
*/
|
|
4342
|
-
RetentionTime?: number;
|
|
4343
|
-
/**
|
|
4344
|
-
* 说明,最大128个字符
|
|
4345
|
-
*/
|
|
4346
|
-
Remark?: string;
|
|
4347
|
-
/**
|
|
4348
|
-
* 是否开启公网访问
|
|
4349
|
-
*/
|
|
4350
|
-
PublicAccessEnabled?: boolean;
|
|
4330
|
+
ClusterIds: Array<string>;
|
|
4351
4331
|
}
|
|
4352
4332
|
/**
|
|
4353
4333
|
* DescribeEnvironmentRoles请求参数结构体
|
|
@@ -8179,6 +8159,23 @@ export interface DeleteSubscriptionsRequest {
|
|
|
8179
8159
|
*/
|
|
8180
8160
|
Force?: boolean;
|
|
8181
8161
|
}
|
|
8162
|
+
/**
|
|
8163
|
+
* DeleteProClusters返回参数结构体
|
|
8164
|
+
*/
|
|
8165
|
+
export interface DeleteProClustersResponse {
|
|
8166
|
+
/**
|
|
8167
|
+
* 退还实例订单号
|
|
8168
|
+
*/
|
|
8169
|
+
DealNames?: Array<string>;
|
|
8170
|
+
/**
|
|
8171
|
+
* 集群ID
|
|
8172
|
+
*/
|
|
8173
|
+
ClusterIds?: Array<string>;
|
|
8174
|
+
/**
|
|
8175
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
8176
|
+
*/
|
|
8177
|
+
RequestId?: string;
|
|
8178
|
+
}
|
|
8182
8179
|
/**
|
|
8183
8180
|
* SendCmqMsg请求参数结构体
|
|
8184
8181
|
*/
|
|
@@ -8379,6 +8376,35 @@ export interface ImportRocketMQTopicsRequest {
|
|
|
8379
8376
|
*/
|
|
8380
8377
|
TaskId: string;
|
|
8381
8378
|
}
|
|
8379
|
+
/**
|
|
8380
|
+
* ModifyRocketMQNamespace请求参数结构体
|
|
8381
|
+
*/
|
|
8382
|
+
export interface ModifyRocketMQNamespaceRequest {
|
|
8383
|
+
/**
|
|
8384
|
+
* 集群ID
|
|
8385
|
+
*/
|
|
8386
|
+
ClusterId: string;
|
|
8387
|
+
/**
|
|
8388
|
+
* 命名空间名称,3-64个字符,只能包含字母、数字、“-”及“_”
|
|
8389
|
+
*/
|
|
8390
|
+
NamespaceId: string;
|
|
8391
|
+
/**
|
|
8392
|
+
* 已废弃
|
|
8393
|
+
*/
|
|
8394
|
+
Ttl?: number;
|
|
8395
|
+
/**
|
|
8396
|
+
* 已废弃
|
|
8397
|
+
*/
|
|
8398
|
+
RetentionTime?: number;
|
|
8399
|
+
/**
|
|
8400
|
+
* 说明,最大128个字符
|
|
8401
|
+
*/
|
|
8402
|
+
Remark?: string;
|
|
8403
|
+
/**
|
|
8404
|
+
* 是否开启公网访问
|
|
8405
|
+
*/
|
|
8406
|
+
PublicAccessEnabled?: boolean;
|
|
8407
|
+
}
|
|
8382
8408
|
/**
|
|
8383
8409
|
* CreateEnvironmentRole请求参数结构体
|
|
8384
8410
|
*/
|
|
@@ -232,59 +232,63 @@ export interface DescribeFraudUltimateResponse {
|
|
|
232
232
|
/**
|
|
233
233
|
* App版本信息
|
|
234
234
|
*/
|
|
235
|
-
AppVersion
|
|
235
|
+
AppVersion?: string;
|
|
236
236
|
/**
|
|
237
237
|
* 品牌
|
|
238
238
|
*/
|
|
239
|
-
Brand
|
|
239
|
+
Brand?: string;
|
|
240
240
|
/**
|
|
241
241
|
* 客户端IP
|
|
242
242
|
*/
|
|
243
|
-
ClientIp
|
|
243
|
+
ClientIp?: string;
|
|
244
244
|
/**
|
|
245
245
|
* 机型
|
|
246
246
|
*/
|
|
247
|
-
Model
|
|
247
|
+
Model?: string;
|
|
248
248
|
/**
|
|
249
249
|
* 网络类型
|
|
250
250
|
*/
|
|
251
|
-
NetworkType
|
|
251
|
+
NetworkType?: string;
|
|
252
252
|
/**
|
|
253
253
|
* 应用包名
|
|
254
254
|
*/
|
|
255
|
-
PackageName
|
|
255
|
+
PackageName?: string;
|
|
256
256
|
/**
|
|
257
257
|
* 平台(2-Android,3-iOS,4-H5,5-微信小程序)
|
|
258
258
|
*/
|
|
259
|
-
Platform
|
|
259
|
+
Platform?: string;
|
|
260
260
|
/**
|
|
261
261
|
* 系统版本
|
|
262
262
|
*/
|
|
263
|
-
SystemVersion
|
|
263
|
+
SystemVersion?: string;
|
|
264
264
|
/**
|
|
265
265
|
* SDK版本号
|
|
266
266
|
*/
|
|
267
|
-
SdkBuildNo
|
|
267
|
+
SdkBuildNo?: string;
|
|
268
268
|
/**
|
|
269
269
|
* 实时风险信息
|
|
270
270
|
*/
|
|
271
|
-
RiskInfos
|
|
271
|
+
RiskInfos?: Array<RiskInfo>;
|
|
272
272
|
/**
|
|
273
273
|
* 离线风险信息
|
|
274
274
|
*/
|
|
275
|
-
HistRiskInfos
|
|
275
|
+
HistRiskInfos?: Array<RiskInfo>;
|
|
276
276
|
/**
|
|
277
277
|
* 设备匿名标识
|
|
278
278
|
*/
|
|
279
|
-
Openid
|
|
279
|
+
Openid?: string;
|
|
280
280
|
/**
|
|
281
281
|
* 场景风险信息
|
|
282
282
|
*/
|
|
283
|
-
SceneRiskInfos
|
|
283
|
+
SceneRiskInfos?: Array<RiskInfo>;
|
|
284
284
|
/**
|
|
285
285
|
* 建议等级。1-极差,2-较差,3-中等,4-良好,5-优秀
|
|
286
286
|
*/
|
|
287
|
-
SuggestionLevel
|
|
287
|
+
SuggestionLevel?: number;
|
|
288
|
+
/**
|
|
289
|
+
* 图灵盾统一ID
|
|
290
|
+
*/
|
|
291
|
+
Unionid?: string;
|
|
288
292
|
/**
|
|
289
293
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
290
294
|
*/
|
|
@@ -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, ModifyCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeSREInstanceAccessAddressResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, CreateNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayCertificatesRequest, ModifyCloudNativeAPIGatewayServiceResponse, DescribeCloudNativeAPIGatewayNodesResponse, CreateCloudNativeAPIGatewayResponse, DeleteCloudNativeAPIGatewayCertificateResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceRequest, ModifyCloudNativeAPIGatewayCertificateRequest, DescribeCloudNativeAPIGatewayServicesRequest,
|
|
3
|
+
import { DescribeCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, UpdateUpstreamHealthCheckConfigRequest, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayNodesRequest, ModifyCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewayUpstreamRequest, DeleteNativeGatewayServerGroupResponse, ModifyCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeSREInstanceAccessAddressResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, DescribeUpstreamHealthCheckConfigRequest, CreateNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayCertificatesRequest, ModifyCloudNativeAPIGatewayServiceResponse, DescribeCloudNativeAPIGatewayNodesResponse, CreateCloudNativeAPIGatewayResponse, DescribeUpstreamHealthCheckConfigResponse, DeleteCloudNativeAPIGatewayCertificateResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceRequest, ModifyCloudNativeAPIGatewayCertificateRequest, DescribeCloudNativeAPIGatewayServicesRequest, DescribeCloudNativeAPIGatewayUpstreamResponse, DescribeCloudNativeAPIGatewayCertificatesResponse, UpdateEngineInternetAccessRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, DescribeSREInstancesRequest, DeleteEngineResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeZookeeperReplicasRequest, UpdateUpstreamTargetsRequest, DeleteCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayPortsResponse, CreateCloudNativeAPIGatewayRouteRateLimitRequest, DeleteNativeGatewayServerGroupRequest, ModifyCloudNativeAPIGatewayRouteResponse, DescribeNacosReplicasResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, ModifyUpstreamNodeStatusRequest, DescribeCloudNativeAPIGatewayConfigResponse, CreateCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayConfigRequest, DescribeCloudNativeAPIGatewaysRequest, DescribeNacosServerInterfacesResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, DeleteCloudNativeAPIGatewayServiceRequest, CreateCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayCanaryRuleRequest, ModifyNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, DescribeOneCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewaysResponse, UpdateEngineInternetAccessResponse, UpdateCloudNativeAPIGatewaySpecRequest, DescribeCloudNativeAPIGatewayServicesResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, DeleteEngineRequest, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, DescribeSREInstanceAccessAddressRequest, DescribeCloudNativeAPIGatewayCanaryRulesResponse, UpdateUpstreamTargetsResponse, DeleteCloudNativeAPIGatewayCertificateRequest, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, UpdateCloudNativeAPIGatewaySpecResponse, DescribeZookeeperServerInterfacesResponse, DescribeNativeGatewayServerGroupsRequest, DeleteCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayCertificateDetailsResponse, UpdateCloudNativeAPIGatewayCertificateInfoRequest, DescribeOneCloudNativeAPIGatewayServiceResponse, ModifyCloudNativeAPIGatewayServiceRequest, DeleteCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayCertificateRequest, ModifyCloudNativeAPIGatewayResponse, ModifyUpstreamNodeStatusResponse, DescribeZookeeperServerInterfacesRequest, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayRequest, DescribeNativeGatewayServerGroupsResponse, DeleteCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeNacosServerInterfacesRequest, UpdateUpstreamHealthCheckConfigResponse, 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
|
|
@@ -8,13 +8,21 @@ import { DescribeCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayServi
|
|
|
8
8
|
export declare class Client extends AbstractClient {
|
|
9
9
|
constructor(clientConfig: ClientConfig);
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* 获取云原生网关服务详情下的Upstream列表
|
|
12
12
|
*/
|
|
13
|
-
|
|
13
|
+
DescribeCloudNativeAPIGatewayUpstream(req: DescribeCloudNativeAPIGatewayUpstreamRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayUpstreamResponse) => void): Promise<DescribeCloudNativeAPIGatewayUpstreamResponse>;
|
|
14
|
+
/**
|
|
15
|
+
* 获取云原生网关服务健康检查配置
|
|
16
|
+
*/
|
|
17
|
+
DescribeUpstreamHealthCheckConfig(req: DescribeUpstreamHealthCheckConfigRequest, cb?: (error: string, rep: DescribeUpstreamHealthCheckConfigResponse) => void): Promise<DescribeUpstreamHealthCheckConfigResponse>;
|
|
14
18
|
/**
|
|
15
19
|
* 修改云原生API网关实例分组基础信息
|
|
16
20
|
*/
|
|
17
21
|
ModifyNativeGatewayServerGroup(req: ModifyNativeGatewayServerGroupRequest, cb?: (error: string, rep: ModifyNativeGatewayServerGroupResponse) => void): Promise<ModifyNativeGatewayServerGroupResponse>;
|
|
22
|
+
/**
|
|
23
|
+
* 修改云原生网关上游实例节点健康状态
|
|
24
|
+
*/
|
|
25
|
+
ModifyUpstreamNodeStatus(req: ModifyUpstreamNodeStatusRequest, cb?: (error: string, rep: ModifyUpstreamNodeStatusResponse) => void): Promise<ModifyUpstreamNodeStatusResponse>;
|
|
18
26
|
/**
|
|
19
27
|
* 删除云原生网关的限流插件(服务)
|
|
20
28
|
*/
|
|
@@ -187,6 +195,14 @@ export declare class Client extends AbstractClient {
|
|
|
187
195
|
* 查询云原生网关分组信息
|
|
188
196
|
*/
|
|
189
197
|
DescribeNativeGatewayServerGroups(req: DescribeNativeGatewayServerGroupsRequest, cb?: (error: string, rep: DescribeNativeGatewayServerGroupsResponse) => void): Promise<DescribeNativeGatewayServerGroupsResponse>;
|
|
198
|
+
/**
|
|
199
|
+
* 查询Nacos类型引擎实例副本信息
|
|
200
|
+
*/
|
|
201
|
+
DescribeNacosReplicas(req: DescribeNacosReplicasRequest, cb?: (error: string, rep: DescribeNacosReplicasResponse) => void): Promise<DescribeNacosReplicasResponse>;
|
|
202
|
+
/**
|
|
203
|
+
* 更新云原生网关健康检查配置
|
|
204
|
+
*/
|
|
205
|
+
UpdateUpstreamHealthCheckConfig(req: UpdateUpstreamHealthCheckConfigRequest, cb?: (error: string, rep: UpdateUpstreamHealthCheckConfigResponse) => void): Promise<UpdateUpstreamHealthCheckConfigResponse>;
|
|
190
206
|
/**
|
|
191
207
|
* 查询引擎实例访问地址
|
|
192
208
|
*/
|
|
@@ -28,10 +28,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
28
28
|
super("tse.tencentcloudapi.com", "2020-12-07", clientConfig);
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* 获取云原生网关服务详情下的Upstream列表
|
|
32
32
|
*/
|
|
33
|
-
async
|
|
34
|
-
return this.request("
|
|
33
|
+
async DescribeCloudNativeAPIGatewayUpstream(req, cb) {
|
|
34
|
+
return this.request("DescribeCloudNativeAPIGatewayUpstream", req, cb);
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* 获取云原生网关服务健康检查配置
|
|
38
|
+
*/
|
|
39
|
+
async DescribeUpstreamHealthCheckConfig(req, cb) {
|
|
40
|
+
return this.request("DescribeUpstreamHealthCheckConfig", req, cb);
|
|
35
41
|
}
|
|
36
42
|
/**
|
|
37
43
|
* 修改云原生API网关实例分组基础信息
|
|
@@ -39,6 +45,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
39
45
|
async ModifyNativeGatewayServerGroup(req, cb) {
|
|
40
46
|
return this.request("ModifyNativeGatewayServerGroup", req, cb);
|
|
41
47
|
}
|
|
48
|
+
/**
|
|
49
|
+
* 修改云原生网关上游实例节点健康状态
|
|
50
|
+
*/
|
|
51
|
+
async ModifyUpstreamNodeStatus(req, cb) {
|
|
52
|
+
return this.request("ModifyUpstreamNodeStatus", req, cb);
|
|
53
|
+
}
|
|
42
54
|
/**
|
|
43
55
|
* 删除云原生网关的限流插件(服务)
|
|
44
56
|
*/
|
|
@@ -297,6 +309,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
297
309
|
async DescribeNativeGatewayServerGroups(req, cb) {
|
|
298
310
|
return this.request("DescribeNativeGatewayServerGroups", req, cb);
|
|
299
311
|
}
|
|
312
|
+
/**
|
|
313
|
+
* 查询Nacos类型引擎实例副本信息
|
|
314
|
+
*/
|
|
315
|
+
async DescribeNacosReplicas(req, cb) {
|
|
316
|
+
return this.request("DescribeNacosReplicas", req, cb);
|
|
317
|
+
}
|
|
318
|
+
/**
|
|
319
|
+
* 更新云原生网关健康检查配置
|
|
320
|
+
*/
|
|
321
|
+
async UpdateUpstreamHealthCheckConfig(req, cb) {
|
|
322
|
+
return this.request("UpdateUpstreamHealthCheckConfig", req, cb);
|
|
323
|
+
}
|
|
300
324
|
/**
|
|
301
325
|
* 查询引擎实例访问地址
|
|
302
326
|
*/
|
|
@@ -83,6 +83,23 @@ export interface ApolloEnvParam {
|
|
|
83
83
|
*/
|
|
84
84
|
EnvDesc?: string;
|
|
85
85
|
}
|
|
86
|
+
/**
|
|
87
|
+
* UpdateUpstreamHealthCheckConfig请求参数结构体
|
|
88
|
+
*/
|
|
89
|
+
export interface UpdateUpstreamHealthCheckConfigRequest {
|
|
90
|
+
/**
|
|
91
|
+
* 网关ID
|
|
92
|
+
*/
|
|
93
|
+
GatewayId: string;
|
|
94
|
+
/**
|
|
95
|
+
* 网关服务名称
|
|
96
|
+
*/
|
|
97
|
+
Name: string;
|
|
98
|
+
/**
|
|
99
|
+
* 健康检查配置
|
|
100
|
+
*/
|
|
101
|
+
HealthCheckConfig: UpstreamHealthCheckConfig;
|
|
102
|
+
}
|
|
86
103
|
/**
|
|
87
104
|
* DescribeCloudNativeAPIGatewayServiceRateLimit请求参数结构体
|
|
88
105
|
*/
|
|
@@ -298,6 +315,19 @@ export interface ModifyCloudNativeAPIGatewayRouteRequest {
|
|
|
298
315
|
*/
|
|
299
316
|
Headers?: Array<KVMapping>;
|
|
300
317
|
}
|
|
318
|
+
/**
|
|
319
|
+
* DescribeCloudNativeAPIGatewayUpstream请求参数结构体
|
|
320
|
+
*/
|
|
321
|
+
export interface DescribeCloudNativeAPIGatewayUpstreamRequest {
|
|
322
|
+
/**
|
|
323
|
+
* 网关ID
|
|
324
|
+
*/
|
|
325
|
+
GatewayId: string;
|
|
326
|
+
/**
|
|
327
|
+
* 服务名字
|
|
328
|
+
*/
|
|
329
|
+
ServiceName: string;
|
|
330
|
+
}
|
|
301
331
|
/**
|
|
302
332
|
* DeleteNativeGatewayServerGroup返回参数结构体
|
|
303
333
|
*/
|
|
@@ -404,6 +434,19 @@ export interface CloudNativeAPIGatewayNodeConfig {
|
|
|
404
434
|
*/
|
|
405
435
|
Number: number;
|
|
406
436
|
}
|
|
437
|
+
/**
|
|
438
|
+
* DescribeUpstreamHealthCheckConfig请求参数结构体
|
|
439
|
+
*/
|
|
440
|
+
export interface DescribeUpstreamHealthCheckConfigRequest {
|
|
441
|
+
/**
|
|
442
|
+
* 网关ID
|
|
443
|
+
*/
|
|
444
|
+
GatewayId: string;
|
|
445
|
+
/**
|
|
446
|
+
* 网关服务名称
|
|
447
|
+
*/
|
|
448
|
+
Name: string;
|
|
449
|
+
}
|
|
407
450
|
/**
|
|
408
451
|
* CreateNativeGatewayServerGroup请求参数结构体
|
|
409
452
|
*/
|
|
@@ -520,6 +563,40 @@ export interface CreateCloudNativeAPIGatewayResponse {
|
|
|
520
563
|
*/
|
|
521
564
|
RequestId?: string;
|
|
522
565
|
}
|
|
566
|
+
/**
|
|
567
|
+
* DescribeUpstreamHealthCheckConfig返回参数结构体
|
|
568
|
+
*/
|
|
569
|
+
export interface DescribeUpstreamHealthCheckConfigResponse {
|
|
570
|
+
/**
|
|
571
|
+
* 健康检查配置
|
|
572
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
573
|
+
*/
|
|
574
|
+
Result?: UpstreamHealthCheckConfig;
|
|
575
|
+
/**
|
|
576
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
577
|
+
*/
|
|
578
|
+
RequestId?: string;
|
|
579
|
+
}
|
|
580
|
+
/**
|
|
581
|
+
* Kong网关主动健康检查配置
|
|
582
|
+
*/
|
|
583
|
+
export interface KongActiveHealthCheck {
|
|
584
|
+
/**
|
|
585
|
+
* 主动健康检查健康探测间隔,单位:秒,0表示不开启
|
|
586
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
587
|
+
*/
|
|
588
|
+
HealthyInterval?: number;
|
|
589
|
+
/**
|
|
590
|
+
* 主动健康检查异常探测间隔,单位:秒,0表示不开启
|
|
591
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
592
|
+
*/
|
|
593
|
+
UnHealthyInterval?: number;
|
|
594
|
+
/**
|
|
595
|
+
* 在 GET HTTP 请求中使用的路径,以作为主动运行状况检查的探测器运行。默认: ”/”。
|
|
596
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
597
|
+
*/
|
|
598
|
+
HttpPath?: string;
|
|
599
|
+
}
|
|
523
600
|
/**
|
|
524
601
|
* DeleteCloudNativeAPIGatewayCertificate返回参数结构体
|
|
525
602
|
*/
|
|
@@ -579,6 +656,56 @@ export interface ModifyCloudNativeAPIGatewayRouteRateLimitRequest {
|
|
|
579
656
|
*/
|
|
580
657
|
LimitDetail: CloudNativeAPIGatewayRateLimitDetail;
|
|
581
658
|
}
|
|
659
|
+
/**
|
|
660
|
+
* 云原生网关健康检查配置
|
|
661
|
+
*/
|
|
662
|
+
export interface UpstreamHealthCheckConfig {
|
|
663
|
+
/**
|
|
664
|
+
* 开启主动健康检查
|
|
665
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
666
|
+
*/
|
|
667
|
+
EnableActiveHealthCheck?: boolean;
|
|
668
|
+
/**
|
|
669
|
+
* 主动健康检查配置
|
|
670
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
671
|
+
*/
|
|
672
|
+
ActiveHealthCheck?: KongActiveHealthCheck;
|
|
673
|
+
/**
|
|
674
|
+
* 开启被动健康检查
|
|
675
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
676
|
+
*/
|
|
677
|
+
EnablePassiveHealthCheck?: boolean;
|
|
678
|
+
/**
|
|
679
|
+
* 被动健康检查配置
|
|
680
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
681
|
+
*/
|
|
682
|
+
PassiveHealthCheck?: KongPassiveHealthCheck;
|
|
683
|
+
/**
|
|
684
|
+
* 连续健康阈值,单位:次
|
|
685
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
686
|
+
*/
|
|
687
|
+
Successes?: number;
|
|
688
|
+
/**
|
|
689
|
+
* 连续异常阈值,单位:次
|
|
690
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
691
|
+
*/
|
|
692
|
+
Failures?: number;
|
|
693
|
+
/**
|
|
694
|
+
* 超时阈值,单位:次
|
|
695
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
696
|
+
*/
|
|
697
|
+
Timeouts?: number;
|
|
698
|
+
/**
|
|
699
|
+
* 健康HTTP状态码
|
|
700
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
701
|
+
*/
|
|
702
|
+
HealthyHttpStatuses?: Array<number | bigint>;
|
|
703
|
+
/**
|
|
704
|
+
* 异常HTTP状态码
|
|
705
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
706
|
+
*/
|
|
707
|
+
UnhealthyHttpStatuses?: Array<number | bigint>;
|
|
708
|
+
}
|
|
582
709
|
/**
|
|
583
710
|
* nacos服务端接口列表,用于云监控
|
|
584
711
|
*/
|
|
@@ -1003,14 +1130,13 @@ export interface DescribeCloudNativeAPIGatewayServicesRequest {
|
|
|
1003
1130
|
Filters?: Array<ListFilter>;
|
|
1004
1131
|
}
|
|
1005
1132
|
/**
|
|
1006
|
-
*
|
|
1133
|
+
* DescribeCloudNativeAPIGatewayUpstream返回参数结构体
|
|
1007
1134
|
*/
|
|
1008
|
-
export interface
|
|
1135
|
+
export interface DescribeCloudNativeAPIGatewayUpstreamResponse {
|
|
1009
1136
|
/**
|
|
1010
|
-
*
|
|
1011
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1137
|
+
* 无
|
|
1012
1138
|
*/
|
|
1013
|
-
Result?:
|
|
1139
|
+
Result?: KongUpstreamList;
|
|
1014
1140
|
/**
|
|
1015
1141
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1016
1142
|
*/
|
|
@@ -1066,6 +1192,26 @@ export interface NacosReplica {
|
|
|
1066
1192
|
*/
|
|
1067
1193
|
VpcId?: string;
|
|
1068
1194
|
}
|
|
1195
|
+
/**
|
|
1196
|
+
* 云原生网关Upstream信息
|
|
1197
|
+
*/
|
|
1198
|
+
export interface KongUpstreamPreview {
|
|
1199
|
+
/**
|
|
1200
|
+
* 服务ID
|
|
1201
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1202
|
+
*/
|
|
1203
|
+
ID: string;
|
|
1204
|
+
/**
|
|
1205
|
+
* 服务名字
|
|
1206
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1207
|
+
*/
|
|
1208
|
+
Name?: string;
|
|
1209
|
+
/**
|
|
1210
|
+
* 后端配置
|
|
1211
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1212
|
+
*/
|
|
1213
|
+
Target?: Array<KongTarget>;
|
|
1214
|
+
}
|
|
1069
1215
|
/**
|
|
1070
1216
|
* UpdateEngineInternetAccess请求参数结构体
|
|
1071
1217
|
*/
|
|
@@ -1549,6 +1695,16 @@ export interface DeleteCloudNativeAPIGatewayServiceRateLimitRequest {
|
|
|
1549
1695
|
*/
|
|
1550
1696
|
Name: string;
|
|
1551
1697
|
}
|
|
1698
|
+
/**
|
|
1699
|
+
* Kong网关被动健康检查配置
|
|
1700
|
+
*/
|
|
1701
|
+
export interface KongPassiveHealthCheck {
|
|
1702
|
+
/**
|
|
1703
|
+
* 后端target协议类型,被动健康检查支持http和tcp,主动健康检查支持http
|
|
1704
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1705
|
+
*/
|
|
1706
|
+
Type?: string;
|
|
1707
|
+
}
|
|
1552
1708
|
/**
|
|
1553
1709
|
* 云原生API网关vpc配置。
|
|
1554
1710
|
*/
|
|
@@ -1579,6 +1735,31 @@ export interface CloudAPIGatewayCanaryRuleList {
|
|
|
1579
1735
|
*/
|
|
1580
1736
|
TotalCount?: number;
|
|
1581
1737
|
}
|
|
1738
|
+
/**
|
|
1739
|
+
* ModifyUpstreamNodeStatus请求参数结构体
|
|
1740
|
+
*/
|
|
1741
|
+
export interface ModifyUpstreamNodeStatusRequest {
|
|
1742
|
+
/**
|
|
1743
|
+
* 网关实例ID
|
|
1744
|
+
*/
|
|
1745
|
+
GatewayId: string;
|
|
1746
|
+
/**
|
|
1747
|
+
* 服务名称
|
|
1748
|
+
*/
|
|
1749
|
+
ServiceName: string;
|
|
1750
|
+
/**
|
|
1751
|
+
* 访问IP地址或域名
|
|
1752
|
+
*/
|
|
1753
|
+
Host: string;
|
|
1754
|
+
/**
|
|
1755
|
+
* 访问端口
|
|
1756
|
+
*/
|
|
1757
|
+
Port: number;
|
|
1758
|
+
/**
|
|
1759
|
+
* HEALTHY或UNHEALTHY
|
|
1760
|
+
*/
|
|
1761
|
+
Status: string;
|
|
1762
|
+
}
|
|
1582
1763
|
/**
|
|
1583
1764
|
* DescribeCloudNativeAPIGatewayConfig返回参数结构体
|
|
1584
1765
|
*/
|
|
@@ -2434,6 +2615,20 @@ export interface DescribeCloudNativeAPIGatewayCanaryRulesResponse {
|
|
|
2434
2615
|
*/
|
|
2435
2616
|
RequestId?: string;
|
|
2436
2617
|
}
|
|
2618
|
+
/**
|
|
2619
|
+
* UpdateUpstreamTargets返回参数结构体
|
|
2620
|
+
*/
|
|
2621
|
+
export interface UpdateUpstreamTargetsResponse {
|
|
2622
|
+
/**
|
|
2623
|
+
* 是否更新成功
|
|
2624
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2625
|
+
*/
|
|
2626
|
+
Result?: boolean;
|
|
2627
|
+
/**
|
|
2628
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2629
|
+
*/
|
|
2630
|
+
RequestId?: string;
|
|
2631
|
+
}
|
|
2437
2632
|
/**
|
|
2438
2633
|
* DeleteCloudNativeAPIGatewayCertificate请求参数结构体
|
|
2439
2634
|
*/
|
|
@@ -2810,6 +3005,16 @@ export interface UpdateCloudNativeAPIGatewayCertificateInfoRequest {
|
|
|
2810
3005
|
*/
|
|
2811
3006
|
Name?: string;
|
|
2812
3007
|
}
|
|
3008
|
+
/**
|
|
3009
|
+
* kong后端upstream列表
|
|
3010
|
+
*/
|
|
3011
|
+
export interface KongUpstreamList {
|
|
3012
|
+
/**
|
|
3013
|
+
* 无
|
|
3014
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3015
|
+
*/
|
|
3016
|
+
UpstreamList?: Array<KongUpstreamPreview>;
|
|
3017
|
+
}
|
|
2813
3018
|
/**
|
|
2814
3019
|
* 引擎的初始管理帐号
|
|
2815
3020
|
*/
|
|
@@ -2968,6 +3173,20 @@ export interface ModifyCloudNativeAPIGatewayResponse {
|
|
|
2968
3173
|
*/
|
|
2969
3174
|
RequestId?: string;
|
|
2970
3175
|
}
|
|
3176
|
+
/**
|
|
3177
|
+
* ModifyUpstreamNodeStatus返回参数结构体
|
|
3178
|
+
*/
|
|
3179
|
+
export interface ModifyUpstreamNodeStatusResponse {
|
|
3180
|
+
/**
|
|
3181
|
+
* 是否成功
|
|
3182
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3183
|
+
*/
|
|
3184
|
+
Result?: boolean;
|
|
3185
|
+
/**
|
|
3186
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3187
|
+
*/
|
|
3188
|
+
RequestId?: string;
|
|
3189
|
+
}
|
|
2971
3190
|
/**
|
|
2972
3191
|
* 网络访问策略
|
|
2973
3192
|
*/
|
|
@@ -3344,6 +3563,20 @@ export interface CloudNativeAPIGatewayCanaryRuleCondition {
|
|
|
3344
3563
|
*/
|
|
3345
3564
|
GlobalConfigName?: string;
|
|
3346
3565
|
}
|
|
3566
|
+
/**
|
|
3567
|
+
* UpdateUpstreamHealthCheckConfig返回参数结构体
|
|
3568
|
+
*/
|
|
3569
|
+
export interface UpdateUpstreamHealthCheckConfigResponse {
|
|
3570
|
+
/**
|
|
3571
|
+
* 是否成功
|
|
3572
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3573
|
+
*/
|
|
3574
|
+
Result?: boolean;
|
|
3575
|
+
/**
|
|
3576
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3577
|
+
*/
|
|
3578
|
+
RequestId?: string;
|
|
3579
|
+
}
|
|
3347
3580
|
/**
|
|
3348
3581
|
* DescribeSREInstances返回参数结构体
|
|
3349
3582
|
*/
|