tencentcloud-sdk-nodejs 4.0.739 → 4.0.741

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 (132) hide show
  1. package/CHANGELOG.md +416 -0
  2. package/SERVICE_CHANGELOG.md +461 -324
  3. package/package.json +1 -1
  4. package/products.md +20 -19
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/index.ts +2 -2
  7. package/src/services/billing/v20180709/billing_models.ts +4 -0
  8. package/src/services/bma/index.ts +2 -2
  9. package/src/services/btoe/index.ts +2 -2
  10. package/src/services/cdb/v20170320/cdb_client.ts +168 -54
  11. package/src/services/cdb/v20170320/cdb_models.ts +716 -135
  12. package/src/services/cfg/v20210820/cfg_client.ts +32 -7
  13. package/src/services/cfg/v20210820/cfg_models.ts +108 -3
  14. package/src/services/config/index.ts +5 -0
  15. package/src/services/config/v20220802/config_client.ts +62 -0
  16. package/src/services/config/v20220802/config_models.ts +424 -0
  17. package/src/services/config/v20220802/index.ts +6 -0
  18. package/src/services/cvm/v20170312/cvm_client.ts +1 -0
  19. package/src/services/cvm/v20170312/cvm_models.ts +6 -2
  20. package/src/services/dbbrain/index.ts +2 -2
  21. package/src/services/dts/index.ts +2 -2
  22. package/src/services/es/v20180416/es_models.ts +41 -9
  23. package/src/services/ess/v20201111/ess_models.ts +20 -4
  24. package/src/services/essbasic/index.ts +2 -2
  25. package/src/services/essbasic/v20210526/essbasic_models.ts +20 -4
  26. package/src/services/hai/v20230812/hai_models.ts +5 -0
  27. package/src/services/index.ts +1 -0
  28. package/src/services/iotcloud/index.ts +2 -2
  29. package/src/services/iotvideo/index.ts +2 -2
  30. package/src/services/mongodb/index.ts +2 -2
  31. package/src/services/organization/index.ts +2 -2
  32. package/src/services/tbaas/v20180416/tbaas_models.ts +12 -2
  33. package/src/services/tbp/index.ts +2 -2
  34. package/src/services/tcr/v20190924/tcr_client.ts +16 -8
  35. package/src/services/tdmq/v20200217/tdmq_models.ts +39 -29
  36. package/src/services/tem/index.ts +2 -2
  37. package/src/services/teo/index.ts +2 -2
  38. package/src/services/teo/v20220901/teo_client.ts +3 -3
  39. package/src/services/teo/v20220901/teo_models.ts +38 -38
  40. package/src/services/thpc/index.ts +2 -2
  41. package/src/services/tione/index.ts +2 -2
  42. package/src/services/tke/v20180525/tke_models.ts +11 -6
  43. package/src/services/tse/v20201207/tse_client.ts +85 -9
  44. package/src/services/tse/v20201207/tse_models.ts +301 -18
  45. package/src/services/vm/index.ts +2 -2
  46. package/src/services/vod/v20180717/vod_client.ts +4 -1
  47. package/src/services/vod/v20180717/vod_models.ts +129 -19
  48. package/src/services/waf/v20180125/waf_models.ts +2 -2
  49. package/src/services/wedata/v20210820/wedata_client.ts +21 -7
  50. package/src/services/wedata/v20210820/wedata_models.ts +115 -6
  51. package/src/services/yunsou/index.ts +2 -2
  52. package/tencentcloud/common/sdk_version.d.ts +1 -1
  53. package/tencentcloud/common/sdk_version.js +1 -1
  54. package/tencentcloud/services/ams/index.d.ts +4 -4
  55. package/tencentcloud/services/ams/index.js +2 -2
  56. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +4 -0
  57. package/tencentcloud/services/bma/index.d.ts +4 -4
  58. package/tencentcloud/services/bma/index.js +2 -2
  59. package/tencentcloud/services/btoe/index.d.ts +4 -4
  60. package/tencentcloud/services/btoe/index.js +2 -2
  61. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +59 -23
  62. package/tencentcloud/services/cdb/v20170320/cdb_client.js +82 -28
  63. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +680 -123
  64. package/tencentcloud/services/cfg/v20210820/cfg_client.d.ts +11 -3
  65. package/tencentcloud/services/cfg/v20210820/cfg_client.js +15 -3
  66. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +103 -3
  67. package/tencentcloud/services/config/index.d.ts +6 -0
  68. package/tencentcloud/services/config/index.js +7 -0
  69. package/tencentcloud/services/config/v20220802/config_client.d.ts +18 -0
  70. package/tencentcloud/services/config/v20220802/config_client.js +43 -0
  71. package/tencentcloud/services/config/v20220802/config_models.d.ts +397 -0
  72. package/tencentcloud/services/config/v20220802/config_models.js +18 -0
  73. package/tencentcloud/services/config/v20220802/index.d.ts +6 -0
  74. package/tencentcloud/services/config/v20220802/index.js +9 -0
  75. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -0
  76. package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -0
  77. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -2
  78. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  79. package/tencentcloud/services/dbbrain/index.js +2 -2
  80. package/tencentcloud/services/dts/index.d.ts +4 -4
  81. package/tencentcloud/services/dts/index.js +2 -2
  82. package/tencentcloud/services/es/v20180416/es_models.d.ts +41 -9
  83. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +20 -4
  84. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  85. package/tencentcloud/services/essbasic/index.js +2 -2
  86. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +20 -4
  87. package/tencentcloud/services/hai/v20230812/hai_models.d.ts +5 -0
  88. package/tencentcloud/services/index.d.ts +1 -0
  89. package/tencentcloud/services/index.js +2 -0
  90. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  91. package/tencentcloud/services/iotcloud/index.js +2 -2
  92. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  93. package/tencentcloud/services/iotvideo/index.js +2 -2
  94. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  95. package/tencentcloud/services/mongodb/index.js +2 -2
  96. package/tencentcloud/services/organization/index.d.ts +4 -4
  97. package/tencentcloud/services/organization/index.js +2 -2
  98. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +12 -2
  99. package/tencentcloud/services/tbp/index.d.ts +4 -4
  100. package/tencentcloud/services/tbp/index.js +2 -2
  101. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +12 -4
  102. package/tencentcloud/services/tcr/v20190924/tcr_client.js +12 -4
  103. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +39 -29
  104. package/tencentcloud/services/tem/index.d.ts +4 -4
  105. package/tencentcloud/services/tem/index.js +2 -2
  106. package/tencentcloud/services/teo/index.d.ts +4 -4
  107. package/tencentcloud/services/teo/index.js +2 -2
  108. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +3 -3
  109. package/tencentcloud/services/teo/v20220901/teo_client.js +3 -3
  110. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +38 -38
  111. package/tencentcloud/services/thpc/index.d.ts +4 -4
  112. package/tencentcloud/services/thpc/index.js +2 -2
  113. package/tencentcloud/services/tione/index.d.ts +4 -4
  114. package/tencentcloud/services/tione/index.js +2 -2
  115. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +11 -6
  116. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +27 -3
  117. package/tencentcloud/services/tse/v20201207/tse_client.js +39 -3
  118. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +285 -18
  119. package/tencentcloud/services/vm/index.d.ts +4 -4
  120. package/tencentcloud/services/vm/index.js +2 -2
  121. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +126 -19
  122. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +2 -2
  123. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +7 -3
  124. package/tencentcloud/services/wedata/v20210820/wedata_client.js +9 -3
  125. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +111 -6
  126. package/tencentcloud/services/yunsou/index.d.ts +4 -4
  127. package/tencentcloud/services/yunsou/index.js +2 -2
  128. package/test/cdb.v20170320.test.js +102 -12
  129. package/test/cfg.v20210820.test.js +22 -2
  130. package/test/config.v20220802.test.js +41 -0
  131. package/test/tse.v20201207.test.js +62 -2
  132. package/test/wedata.v20210820.test.js +12 -2
@@ -7239,32 +7239,37 @@ export interface DescribeIPAMDResponse {
7239
7239
  /**
7240
7240
  * 是否安装了eniipamd组件
7241
7241
  */
7242
- EnableIPAMD: boolean;
7242
+ EnableIPAMD?: boolean;
7243
7243
  /**
7244
7244
  * 是否开启自定义podcidr,默认为false,已安装eniipamd组件才意义
7245
7245
  注意:此字段可能返回 null,表示取不到有效值。
7246
7246
  */
7247
- EnableCustomizedPodCidr: boolean;
7247
+ EnableCustomizedPodCidr?: boolean;
7248
7248
  /**
7249
7249
  * 是否不开启vpccni模式,默认为false,已安装eniipamd组件才意义
7250
7250
  注意:此字段可能返回 null,表示取不到有效值。
7251
7251
  */
7252
- DisableVpcCniMode: boolean;
7252
+ DisableVpcCniMode?: boolean;
7253
7253
  /**
7254
7254
  * 组件状态,已安装eniipamd组件才会有值
7255
7255
  注意:此字段可能返回 null,表示取不到有效值。
7256
7256
  */
7257
- Phase: string;
7257
+ Phase?: string;
7258
7258
  /**
7259
7259
  * 错误信息,已安装eniipamd组件且状态为非running才会有错误信息
7260
7260
  注意:此字段可能返回 null,表示取不到有效值。
7261
7261
  */
7262
- Reason: string;
7262
+ Reason?: string;
7263
7263
  /**
7264
7264
  * 子网信息,已安装eniipamd组件才会有值
7265
7265
  注意:此字段可能返回 null,表示取不到有效值。
7266
7266
  */
7267
- SubnetIds: Array<string>;
7267
+ SubnetIds?: Array<string>;
7268
+ /**
7269
+ * 固定ip回收时间,已安装eniipamd组件才会有值
7270
+ 注意:此字段可能返回 null,表示取不到有效值。
7271
+ */
7272
+ ClaimExpiredDuration?: string;
7268
7273
  /**
7269
7274
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7270
7275
  */
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
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";
3
+ import { DescribeCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, DeleteWafDomainsRequest, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayNodesRequest, ModifyCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewayUpstreamRequest, DeleteNativeGatewayServerGroupResponse, ModifyCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeSREInstanceAccessAddressResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, DescribeUpstreamHealthCheckConfigRequest, CreateNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayCertificatesRequest, ModifyCloudNativeAPIGatewayResponse, CloseWafProtectionRequest, ModifyCloudNativeAPIGatewayServiceResponse, DescribeCloudNativeAPIGatewayNodesResponse, CreateCloudNativeAPIGatewayResponse, DescribeUpstreamHealthCheckConfigResponse, OpenWafProtectionResponse, DeleteCloudNativeAPIGatewayCertificateResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceRequest, ModifyCloudNativeAPIGatewayCertificateRequest, CreateWafDomainsResponse, DescribeCloudNativeAPIGatewayServicesRequest, DescribeCloudNativeAPIGatewayUpstreamResponse, DescribeCloudNativeAPIGatewayCertificatesResponse, UpdateEngineInternetAccessRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, DescribeSREInstancesRequest, DeleteEngineResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeWafProtectionResponse, 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, DescribeWafDomainsResponse, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, DescribeSREInstanceAccessAddressRequest, DescribeCloudNativeAPIGatewayCanaryRulesResponse, UpdateUpstreamTargetsResponse, DeleteCloudNativeAPIGatewayCertificateRequest, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, CloseWafProtectionResponse, UpdateUpstreamHealthCheckConfigRequest, UpdateCloudNativeAPIGatewaySpecResponse, DescribeZookeeperServerInterfacesResponse, DescribeNativeGatewayServerGroupsRequest, DeleteCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayCertificateDetailsResponse, UpdateCloudNativeAPIGatewayCertificateInfoRequest, DescribeOneCloudNativeAPIGatewayServiceResponse, ModifyCloudNativeAPIGatewayServiceRequest, DeleteCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayCertificateRequest, DescribeWafDomainsRequest, DescribeWafProtectionRequest, ModifyUpstreamNodeStatusResponse, DescribeZookeeperServerInterfacesRequest, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayRequest, DescribeNativeGatewayServerGroupsResponse, OpenWafProtectionRequest, DeleteCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeNacosServerInterfacesRequest, UpdateUpstreamHealthCheckConfigResponse, DescribeSREInstancesResponse, DescribeCloudNativeAPIGatewayCertificateDetailsRequest, CreateWafDomainsRequest, CreateCloudNativeAPIGatewayRouteRequest, CreateNativeGatewayServerGroupResponse, CreateCloudNativeAPIGatewayServiceRateLimitRequest, DescribeZookeeperReplicasResponse, CreateEngineRequest, ModifyCloudNativeAPIGatewayCanaryRuleRequest, DeleteWafDomainsResponse, ModifyCloudNativeAPIGatewayRequest, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, DeleteCloudNativeAPIGatewayCanaryRuleResponse, DescribeCloudNativeAPIGatewayPortsRequest, ModifyNativeGatewayServerGroupResponse, UpdateCloudNativeAPIGatewayCertificateInfoResponse } from "./tse_models";
4
4
  /**
5
5
  * tse client
6
6
  * @class
@@ -15,6 +15,10 @@ export declare class Client extends AbstractClient {
15
15
  * 获取云原生网关服务健康检查配置
16
16
  */
17
17
  DescribeUpstreamHealthCheckConfig(req: DescribeUpstreamHealthCheckConfigRequest, cb?: (error: string, rep: DescribeUpstreamHealthCheckConfigResponse) => void): Promise<DescribeUpstreamHealthCheckConfigResponse>;
18
+ /**
19
+ * 查询Zookeeper类型注册引擎实例副本信息
20
+ */
21
+ DescribeZookeeperReplicas(req: DescribeZookeeperReplicasRequest, cb?: (error: string, rep: DescribeZookeeperReplicasResponse) => void): Promise<DescribeZookeeperReplicasResponse>;
18
22
  /**
19
23
  * 修改云原生API网关实例分组基础信息
20
24
  */
@@ -27,6 +31,10 @@ export declare class Client extends AbstractClient {
27
31
  * 删除云原生网关的限流插件(服务)
28
32
  */
29
33
  DeleteCloudNativeAPIGatewayServiceRateLimit(req: DeleteCloudNativeAPIGatewayServiceRateLimitRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayServiceRateLimitResponse) => void): Promise<DeleteCloudNativeAPIGatewayServiceRateLimitResponse>;
34
+ /**
35
+ * 新建 WAF 防护域名
36
+ */
37
+ CreateWafDomains(req: CreateWafDomainsRequest, cb?: (error: string, rep: CreateWafDomainsResponse) => void): Promise<CreateWafDomainsResponse>;
30
38
  /**
31
39
  * 查询zookeeper服务接口列表
32
40
  */
@@ -51,6 +59,10 @@ export declare class Client extends AbstractClient {
51
59
  * 修改云原生网关的灰度规则
52
60
  */
53
61
  ModifyCloudNativeAPIGatewayCanaryRule(req: ModifyCloudNativeAPIGatewayCanaryRuleRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayCanaryRuleResponse) => void): Promise<ModifyCloudNativeAPIGatewayCanaryRuleResponse>;
62
+ /**
63
+ * 删除 WAF 防护域名
64
+ */
65
+ DeleteWafDomains(req: DeleteWafDomainsRequest, cb?: (error: string, rep: DeleteWafDomainsResponse) => void): Promise<DeleteWafDomainsResponse>;
54
66
  /**
55
67
  * 删除云原生网关服务
56
68
  */
@@ -112,9 +124,9 @@ export declare class Client extends AbstractClient {
112
124
  */
113
125
  ModifyCloudNativeAPIGatewayRoute(req: ModifyCloudNativeAPIGatewayRouteRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayRouteResponse) => void): Promise<ModifyCloudNativeAPIGatewayRouteResponse>;
114
126
  /**
115
- * 查询Zookeeper类型注册引擎实例副本信息
127
+ * 关闭 WAF 防护
116
128
  */
117
- DescribeZookeeperReplicas(req: DescribeZookeeperReplicasRequest, cb?: (error: string, rep: DescribeZookeeperReplicasResponse) => void): Promise<DescribeZookeeperReplicasResponse>;
129
+ CloseWafProtection(req: CloseWafProtectionRequest, cb?: (error: string, rep: CloseWafProtectionResponse) => void): Promise<CloseWafProtectionResponse>;
118
130
  /**
119
131
  * 创建云原生API网关实例
120
132
  */
@@ -127,6 +139,10 @@ export declare class Client extends AbstractClient {
127
139
  * 查询云原生网关的限流插件(路由)
128
140
  */
129
141
  DescribeCloudNativeAPIGatewayRouteRateLimit(req: DescribeCloudNativeAPIGatewayRouteRateLimitRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayRouteRateLimitResponse) => void): Promise<DescribeCloudNativeAPIGatewayRouteRateLimitResponse>;
142
+ /**
143
+ * 获取 WAF 防护状态
144
+ */
145
+ DescribeWafProtection(req: DescribeWafProtectionRequest, cb?: (error: string, rep: DescribeWafProtectionResponse) => void): Promise<DescribeWafProtectionResponse>;
130
146
  /**
131
147
  * 获取云原生API网关实例网络配置信息
132
148
  */
@@ -143,6 +159,10 @@ export declare class Client extends AbstractClient {
143
159
  * 创建云原生网关的灰度规则
144
160
  */
145
161
  CreateCloudNativeAPIGatewayCanaryRule(req: CreateCloudNativeAPIGatewayCanaryRuleRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayCanaryRuleResponse) => void): Promise<CreateCloudNativeAPIGatewayCanaryRuleResponse>;
162
+ /**
163
+ * 获取 WAF 防护域名
164
+ */
165
+ DescribeWafDomains(req: DescribeWafDomainsRequest, cb?: (error: string, rep: DescribeWafDomainsResponse) => void): Promise<DescribeWafDomainsResponse>;
146
166
  /**
147
167
  * 查询云原生网关单个证书详情
148
168
  */
@@ -151,6 +171,10 @@ export declare class Client extends AbstractClient {
151
171
  * 修改引擎公网访问配置
152
172
  */
153
173
  UpdateEngineInternetAccess(req: UpdateEngineInternetAccessRequest, cb?: (error: string, rep: UpdateEngineInternetAccessResponse) => void): Promise<UpdateEngineInternetAccessResponse>;
174
+ /**
175
+ * 开启 WAF 防护
176
+ */
177
+ OpenWafProtection(req: OpenWafProtectionRequest, cb?: (error: string, rep: OpenWafProtectionResponse) => void): Promise<OpenWafProtectionResponse>;
154
178
  /**
155
179
  * 修改云原生API网关实例基础信息
156
180
  */
@@ -39,6 +39,12 @@ class Client extends abstract_client_1.AbstractClient {
39
39
  async DescribeUpstreamHealthCheckConfig(req, cb) {
40
40
  return this.request("DescribeUpstreamHealthCheckConfig", req, cb);
41
41
  }
42
+ /**
43
+ * 查询Zookeeper类型注册引擎实例副本信息
44
+ */
45
+ async DescribeZookeeperReplicas(req, cb) {
46
+ return this.request("DescribeZookeeperReplicas", req, cb);
47
+ }
42
48
  /**
43
49
  * 修改云原生API网关实例分组基础信息
44
50
  */
@@ -57,6 +63,12 @@ class Client extends abstract_client_1.AbstractClient {
57
63
  async DeleteCloudNativeAPIGatewayServiceRateLimit(req, cb) {
58
64
  return this.request("DeleteCloudNativeAPIGatewayServiceRateLimit", req, cb);
59
65
  }
66
+ /**
67
+ * 新建 WAF 防护域名
68
+ */
69
+ async CreateWafDomains(req, cb) {
70
+ return this.request("CreateWafDomains", req, cb);
71
+ }
60
72
  /**
61
73
  * 查询zookeeper服务接口列表
62
74
  */
@@ -93,6 +105,12 @@ class Client extends abstract_client_1.AbstractClient {
93
105
  async ModifyCloudNativeAPIGatewayCanaryRule(req, cb) {
94
106
  return this.request("ModifyCloudNativeAPIGatewayCanaryRule", req, cb);
95
107
  }
108
+ /**
109
+ * 删除 WAF 防护域名
110
+ */
111
+ async DeleteWafDomains(req, cb) {
112
+ return this.request("DeleteWafDomains", req, cb);
113
+ }
96
114
  /**
97
115
  * 删除云原生网关服务
98
116
  */
@@ -184,10 +202,10 @@ class Client extends abstract_client_1.AbstractClient {
184
202
  return this.request("ModifyCloudNativeAPIGatewayRoute", req, cb);
185
203
  }
186
204
  /**
187
- * 查询Zookeeper类型注册引擎实例副本信息
205
+ * 关闭 WAF 防护
188
206
  */
189
- async DescribeZookeeperReplicas(req, cb) {
190
- return this.request("DescribeZookeeperReplicas", req, cb);
207
+ async CloseWafProtection(req, cb) {
208
+ return this.request("CloseWafProtection", req, cb);
191
209
  }
192
210
  /**
193
211
  * 创建云原生API网关实例
@@ -207,6 +225,12 @@ class Client extends abstract_client_1.AbstractClient {
207
225
  async DescribeCloudNativeAPIGatewayRouteRateLimit(req, cb) {
208
226
  return this.request("DescribeCloudNativeAPIGatewayRouteRateLimit", req, cb);
209
227
  }
228
+ /**
229
+ * 获取 WAF 防护状态
230
+ */
231
+ async DescribeWafProtection(req, cb) {
232
+ return this.request("DescribeWafProtection", req, cb);
233
+ }
210
234
  /**
211
235
  * 获取云原生API网关实例网络配置信息
212
236
  */
@@ -231,6 +255,12 @@ class Client extends abstract_client_1.AbstractClient {
231
255
  async CreateCloudNativeAPIGatewayCanaryRule(req, cb) {
232
256
  return this.request("CreateCloudNativeAPIGatewayCanaryRule", req, cb);
233
257
  }
258
+ /**
259
+ * 获取 WAF 防护域名
260
+ */
261
+ async DescribeWafDomains(req, cb) {
262
+ return this.request("DescribeWafDomains", req, cb);
263
+ }
234
264
  /**
235
265
  * 查询云原生网关单个证书详情
236
266
  */
@@ -243,6 +273,12 @@ class Client extends abstract_client_1.AbstractClient {
243
273
  async UpdateEngineInternetAccess(req, cb) {
244
274
  return this.request("UpdateEngineInternetAccess", req, cb);
245
275
  }
276
+ /**
277
+ * 开启 WAF 防护
278
+ */
279
+ async OpenWafProtection(req, cb) {
280
+ return this.request("OpenWafProtection", req, cb);
281
+ }
246
282
  /**
247
283
  * 修改云原生API网关实例基础信息
248
284
  */
@@ -84,21 +84,42 @@ export interface ApolloEnvParam {
84
84
  EnvDesc?: string;
85
85
  }
86
86
  /**
87
- * UpdateUpstreamHealthCheckConfig请求参数结构体
87
+ * DeleteWafDomains请求参数结构体
88
88
  */
89
- export interface UpdateUpstreamHealthCheckConfigRequest {
89
+ export interface DeleteWafDomainsRequest {
90
90
  /**
91
91
  * 网关ID
92
92
  */
93
93
  GatewayId: string;
94
94
  /**
95
- * 网关服务名称
95
+ * WAF 防护域名列表
96
96
  */
97
- Name: string;
97
+ Domains: Array<string>;
98
+ }
99
+ /**
100
+ * 服务的 WAF 状态
101
+ */
102
+ export interface ServiceWafStatus {
98
103
  /**
99
- * 健康检查配置
104
+ * 服务的名字
105
+ 注意:此字段可能返回 null,表示取不到有效值。
100
106
  */
101
- HealthCheckConfig: UpstreamHealthCheckConfig;
107
+ Name?: string;
108
+ /**
109
+ * 服务的 ID
110
+ 注意:此字段可能返回 null,表示取不到有效值。
111
+ */
112
+ Id?: string;
113
+ /**
114
+ * 服务的类型
115
+ 注意:此字段可能返回 null,表示取不到有效值。
116
+ */
117
+ Type?: string;
118
+ /**
119
+ * 服务是否开启 WAF 防护
120
+ 注意:此字段可能返回 null,表示取不到有效值。
121
+ */
122
+ Status?: string;
102
123
  }
103
124
  /**
104
125
  * DescribeCloudNativeAPIGatewayServiceRateLimit请求参数结构体
@@ -528,6 +549,36 @@ export interface QpsThreshold {
528
549
  */
529
550
  Max: number;
530
551
  }
552
+ /**
553
+ * ModifyCloudNativeAPIGateway返回参数结构体
554
+ */
555
+ export interface ModifyCloudNativeAPIGatewayResponse {
556
+ /**
557
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
558
+ */
559
+ RequestId?: string;
560
+ }
561
+ /**
562
+ * CloseWafProtection请求参数结构体
563
+ */
564
+ export interface CloseWafProtectionRequest {
565
+ /**
566
+ * 网关ID
567
+ */
568
+ GatewayId: string;
569
+ /**
570
+ * 防护资源的类型。
571
+ - Global 实例
572
+ - Service 服务
573
+ - Route 路由
574
+ - Object 对象
575
+ */
576
+ Type: string;
577
+ /**
578
+ * 当资源类型 Type 是 Service 或 Route 的时候,传入的服务或路由的列表
579
+ */
580
+ List?: Array<string>;
581
+ }
531
582
  /**
532
583
  * ModifyCloudNativeAPIGatewayService返回参数结构体
533
584
  */
@@ -577,6 +628,15 @@ export interface DescribeUpstreamHealthCheckConfigResponse {
577
628
  */
578
629
  RequestId?: string;
579
630
  }
631
+ /**
632
+ * OpenWafProtection返回参数结构体
633
+ */
634
+ export interface OpenWafProtectionResponse {
635
+ /**
636
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
637
+ */
638
+ RequestId?: string;
639
+ }
580
640
  /**
581
641
  * Kong网关主动健康检查配置
582
642
  */
@@ -1096,17 +1156,13 @@ export interface SREInstance {
1096
1156
  StorageOption?: Array<StorageOption>;
1097
1157
  }
1098
1158
  /**
1099
- * 引擎实例的标签信息
1159
+ * CreateWafDomains返回参数结构体
1100
1160
  */
1101
- export interface InstanceTagInfo {
1102
- /**
1103
- * 标签键
1104
- */
1105
- TagKey?: string;
1161
+ export interface CreateWafDomainsResponse {
1106
1162
  /**
1107
- * 标签值
1163
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1108
1164
  */
1109
- TagValue?: string;
1165
+ RequestId?: string;
1110
1166
  }
1111
1167
  /**
1112
1168
  * DescribeCloudNativeAPIGatewayServices请求参数结构体
@@ -1319,6 +1375,19 @@ export interface DescribeCloudNativeAPIGatewayRoutesResponse {
1319
1375
  */
1320
1376
  RequestId?: string;
1321
1377
  }
1378
+ /**
1379
+ * DescribeWafProtection返回参数结构体
1380
+ */
1381
+ export interface DescribeWafProtectionResponse {
1382
+ /**
1383
+ * 保护状态
1384
+ */
1385
+ Result?: DescribeWafProtectionResult;
1386
+ /**
1387
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1388
+ */
1389
+ RequestId?: string;
1390
+ }
1322
1391
  /**
1323
1392
  * DescribeZookeeperReplicas请求参数结构体
1324
1393
  */
@@ -1362,6 +1431,16 @@ export interface DeleteCloudNativeAPIGatewayServiceResponse {
1362
1431
  */
1363
1432
  RequestId?: string;
1364
1433
  }
1434
+ /**
1435
+ * 获取WAF保护域名列表
1436
+ */
1437
+ export interface DescribeWafDomainsResult {
1438
+ /**
1439
+ * WAF防护域名列表
1440
+ 注意:此字段可能返回 null,表示取不到有效值。
1441
+ */
1442
+ Domains?: Array<string>;
1443
+ }
1365
1444
  /**
1366
1445
  * 实例监听端口信息
1367
1446
  */
@@ -1705,6 +1784,19 @@ export interface KongPassiveHealthCheck {
1705
1784
  */
1706
1785
  Type?: string;
1707
1786
  }
1787
+ /**
1788
+ * 引擎实例的标签信息
1789
+ */
1790
+ export interface InstanceTagInfo {
1791
+ /**
1792
+ * 标签键
1793
+ */
1794
+ TagKey?: string;
1795
+ /**
1796
+ * 标签值
1797
+ */
1798
+ TagValue?: string;
1799
+ }
1708
1800
  /**
1709
1801
  * 云原生API网关vpc配置。
1710
1802
  */
@@ -2528,6 +2620,20 @@ export interface DeleteEngineRequest {
2528
2620
  */
2529
2621
  InstanceId: string;
2530
2622
  }
2623
+ /**
2624
+ * DescribeWafDomains返回参数结构体
2625
+ */
2626
+ export interface DescribeWafDomainsResponse {
2627
+ /**
2628
+ * 已被 WAF 防护域名
2629
+ 注意:此字段可能返回 null,表示取不到有效值。
2630
+ */
2631
+ Result?: DescribeWafDomainsResult;
2632
+ /**
2633
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2634
+ */
2635
+ RequestId?: string;
2636
+ }
2531
2637
  /**
2532
2638
  * Zookeeper副本信息
2533
2639
  */
@@ -2721,6 +2827,32 @@ export interface DeleteCloudNativeAPIGatewayServiceRateLimitResponse {
2721
2827
  */
2722
2828
  RequestId?: string;
2723
2829
  }
2830
+ /**
2831
+ * CloseWafProtection返回参数结构体
2832
+ */
2833
+ export interface CloseWafProtectionResponse {
2834
+ /**
2835
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2836
+ */
2837
+ RequestId?: string;
2838
+ }
2839
+ /**
2840
+ * UpdateUpstreamHealthCheckConfig请求参数结构体
2841
+ */
2842
+ export interface UpdateUpstreamHealthCheckConfigRequest {
2843
+ /**
2844
+ * 网关ID
2845
+ */
2846
+ GatewayId: string;
2847
+ /**
2848
+ * 网关服务名称
2849
+ */
2850
+ Name: string;
2851
+ /**
2852
+ * 健康检查配置
2853
+ */
2854
+ HealthCheckConfig: UpstreamHealthCheckConfig;
2855
+ }
2724
2856
  /**
2725
2857
  * 弹性伸缩配置指标
2726
2858
  */
@@ -3175,13 +3307,35 @@ export interface CreateCloudNativeAPIGatewayCertificateRequest {
3175
3307
  Crt?: string;
3176
3308
  }
3177
3309
  /**
3178
- * ModifyCloudNativeAPIGateway返回参数结构体
3310
+ * DescribeWafDomains请求参数结构体
3179
3311
  */
3180
- export interface ModifyCloudNativeAPIGatewayResponse {
3312
+ export interface DescribeWafDomainsRequest {
3181
3313
  /**
3182
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3314
+ * 网关ID
3183
3315
  */
3184
- RequestId?: string;
3316
+ GatewayId: string;
3317
+ }
3318
+ /**
3319
+ * DescribeWafProtection请求参数结构体
3320
+ */
3321
+ export interface DescribeWafProtectionRequest {
3322
+ /**
3323
+ * 网关ID
3324
+ */
3325
+ GatewayId: string;
3326
+ /**
3327
+ * 防护资源的类型。
3328
+ - Global 实例
3329
+ - Service 服务
3330
+ - Route 路由
3331
+ - Object 对象
3332
+ * @deprecated
3333
+ */
3334
+ Type?: string;
3335
+ /**
3336
+ * 防护资源类型列表,支持查询多个类型(Global、Service、Route、Object)。为空时,默认查询Global类型。
3337
+ */
3338
+ TypeList?: Array<string>;
3185
3339
  }
3186
3340
  /**
3187
3341
  * ModifyUpstreamNodeStatus返回参数结构体
@@ -3284,6 +3438,51 @@ export interface DescribeNativeGatewayServerGroupsResponse {
3284
3438
  */
3285
3439
  RequestId?: string;
3286
3440
  }
3441
+ /**
3442
+ * 路由 WAF 状态
3443
+ */
3444
+ export interface RouteWafStatus {
3445
+ /**
3446
+ * 路由的名字
3447
+ 注意:此字段可能返回 null,表示取不到有效值。
3448
+ */
3449
+ Name?: string;
3450
+ /**
3451
+ * 路由的 ID
3452
+ 注意:此字段可能返回 null,表示取不到有效值。
3453
+ */
3454
+ Id?: string;
3455
+ /**
3456
+ * 路由是否开启 WAF 防护
3457
+ 注意:此字段可能返回 null,表示取不到有效值。
3458
+ */
3459
+ Status?: string;
3460
+ /**
3461
+ * 方法
3462
+ 注意:此字段可能返回 null,表示取不到有效值。
3463
+ */
3464
+ Methods?: Array<string>;
3465
+ /**
3466
+ * 路径
3467
+ 注意:此字段可能返回 null,表示取不到有效值。
3468
+ */
3469
+ Paths?: Array<string>;
3470
+ /**
3471
+ * 域名
3472
+ 注意:此字段可能返回 null,表示取不到有效值。
3473
+ */
3474
+ Hosts?: Array<string>;
3475
+ /**
3476
+ * 路由对应服务的名字
3477
+ 注意:此字段可能返回 null,表示取不到有效值。
3478
+ */
3479
+ ServiceName?: string;
3480
+ /**
3481
+ * 路由对应服务的ID
3482
+ 注意:此字段可能返回 null,表示取不到有效值。
3483
+ */
3484
+ ServiceId?: string;
3485
+ }
3287
3486
  /**
3288
3487
  * 定时伸缩配置参数
3289
3488
  */
@@ -3309,6 +3508,27 @@ export interface CloudNativeAPIGatewayStrategyCronScalerConfigParam {
3309
3508
  */
3310
3509
  Crontab?: string;
3311
3510
  }
3511
+ /**
3512
+ * OpenWafProtection请求参数结构体
3513
+ */
3514
+ export interface OpenWafProtectionRequest {
3515
+ /**
3516
+ * 网关ID
3517
+ */
3518
+ GatewayId: string;
3519
+ /**
3520
+ * 防护资源的类型。
3521
+ - Global 实例
3522
+ - Service 服务
3523
+ - Route 路由
3524
+ - Object 对象(接口暂不支持)
3525
+ */
3526
+ Type: string;
3527
+ /**
3528
+ * 当资源类型 Type 是 Service 或 Route 的时候,传入的服务或路由的列表
3529
+ */
3530
+ List?: Array<string>;
3531
+ }
3312
3532
  /**
3313
3533
  * DeleteCloudNativeAPIGatewayRoute请求参数结构体
3314
3534
  */
@@ -3694,6 +3914,19 @@ export interface AutoScalerRules {
3694
3914
  */
3695
3915
  Policies?: Array<AutoScalerPolicy>;
3696
3916
  }
3917
+ /**
3918
+ * CreateWafDomains请求参数结构体
3919
+ */
3920
+ export interface CreateWafDomainsRequest {
3921
+ /**
3922
+ * 网关ID
3923
+ */
3924
+ GatewayId: string;
3925
+ /**
3926
+ * WAF 防护域名列表
3927
+ */
3928
+ Domains: Array<string>;
3929
+ }
3697
3930
  /**
3698
3931
  * 服务的后端配置
3699
3932
  */
@@ -4178,6 +4411,15 @@ export interface KongServiceRouteList {
4178
4411
  */
4179
4412
  TotalCount?: number;
4180
4413
  }
4414
+ /**
4415
+ * DeleteWafDomains返回参数结构体
4416
+ */
4417
+ export interface DeleteWafDomainsResponse {
4418
+ /**
4419
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4420
+ */
4421
+ RequestId?: string;
4422
+ }
4181
4423
  /**
4182
4424
  * 创建云原生API网关响应结果。
4183
4425
  */
@@ -4370,6 +4612,31 @@ export interface UpdateCloudNativeAPIGatewayCertificateInfoResponse {
4370
4612
  */
4371
4613
  RequestId?: string;
4372
4614
  }
4615
+ /**
4616
+ * 获取WAF保护资源状态
4617
+ */
4618
+ export interface DescribeWafProtectionResult {
4619
+ /**
4620
+ * 全局防护状态
4621
+ 注意:此字段可能返回 null,表示取不到有效值。
4622
+ */
4623
+ GlobalStatus?: string;
4624
+ /**
4625
+ * 服务防护状态
4626
+ 注意:此字段可能返回 null,表示取不到有效值。
4627
+ */
4628
+ ServicesStatus?: Array<ServiceWafStatus>;
4629
+ /**
4630
+ * 路由防护状态
4631
+ 注意:此字段可能返回 null,表示取不到有效值。
4632
+ */
4633
+ RouteStatus?: Array<RouteWafStatus>;
4634
+ /**
4635
+ * 对象防护状态
4636
+ 注意:此字段可能返回 null,表示取不到有效值。
4637
+ */
4638
+ ObjectStatus?: string;
4639
+ }
4373
4640
  /**
4374
4641
  * 云原生网关服务详细信息
4375
4642
  */
@@ -1,8 +1,4 @@
1
1
  export declare const vm: {
2
- v20200709: {
3
- Client: typeof import("./v20200709/vm_client").Client;
4
- Models: typeof import("./v20200709/vm_models");
5
- };
6
2
  v20210922: {
7
3
  Client: typeof import("./v20210922/vm_client").Client;
8
4
  Models: typeof import("./v20210922/vm_models");
@@ -11,4 +7,8 @@ export declare const vm: {
11
7
  Client: typeof import("./v20201229/vm_client").Client;
12
8
  Models: typeof import("./v20201229/vm_models");
13
9
  };
10
+ v20200709: {
11
+ Client: typeof import("./v20200709/vm_client").Client;
12
+ Models: typeof import("./v20200709/vm_models");
13
+ };
14
14
  };
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.vm = void 0;
4
- const v20200709_1 = require("./v20200709");
5
4
  const v20210922_1 = require("./v20210922");
6
5
  const v20201229_1 = require("./v20201229");
6
+ const v20200709_1 = require("./v20200709");
7
7
  exports.vm = {
8
- v20200709: v20200709_1.v20200709,
9
8
  v20210922: v20210922_1.v20210922,
10
9
  v20201229: v20201229_1.v20201229,
10
+ v20200709: v20200709_1.v20200709,
11
11
  };