tencentcloud-sdk-nodejs-teo 4.1.271 → 4.1.273

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.
@@ -1,6 +1,6 @@
1
- import { v20220106 } from "./v20220106";
2
1
  import { v20220901 } from "./v20220901";
2
+ import { v20220106 } from "./v20220106";
3
3
  export const teo = {
4
- v20220106: v20220106,
5
4
  v20220901: v20220901,
5
+ v20220106: v20220106,
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-teo",
3
- "version": "4.1.271",
3
+ "version": "4.1.273",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1,10 +1,10 @@
1
1
  export declare const teo: {
2
- v20220106: {
3
- Client: typeof import("./v20220106/teo_client").Client;
4
- Models: typeof import("./v20220106/teo_models");
5
- };
6
2
  v20220901: {
7
3
  Client: typeof import("./v20220901/teo_client").Client;
8
4
  Models: typeof import("./v20220901/teo_models");
9
5
  };
6
+ v20220106: {
7
+ Client: typeof import("./v20220106/teo_client").Client;
8
+ Models: typeof import("./v20220106/teo_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.teo = void 0;
4
- const v20220106_1 = require("./v20220106");
5
4
  const v20220901_1 = require("./v20220901");
5
+ const v20220106_1 = require("./v20220106");
6
6
  exports.teo = {
7
- v20220106: v20220106_1.v20220106,
8
7
  v20220901: v20220901_1.v20220901,
8
+ v20220106: v20220106_1.v20220106,
9
9
  };
@@ -532,7 +532,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
532
532
  */
533
533
  CreateRule(req: CreateRuleRequest, cb?: (error: string, rep: CreateRuleResponse) => void): Promise<CreateRuleResponse>;
534
534
  /**
535
- * 在版本管理模式下,用于创建指定配置组的新版本。版本管理功能内测中,当前仅白名单开放。
535
+ * 在版本管理模式下,用于创建指定配置组的新版本。
536
536
  */
537
537
  CreateConfigGroupVersion(req: CreateConfigGroupVersionRequest, cb?: (error: string, rep: CreateConfigGroupVersionResponse) => void): Promise<CreateConfigGroupVersionResponse>;
538
538
  /**
@@ -796,7 +796,7 @@ class Client extends TencentCloudCommon.AbstractClient {
796
796
  return this.request("CreateRule", req, cb);
797
797
  }
798
798
  /**
799
- * 在版本管理模式下,用于创建指定配置组的新版本。版本管理功能内测中,当前仅白名单开放。
799
+ * 在版本管理模式下,用于创建指定配置组的新版本。
800
800
  */
801
801
  async CreateConfigGroupVersion(req, cb) {
802
802
  return this.request("CreateConfigGroupVersion", req, cb);
@@ -3049,34 +3049,35 @@ export interface StandardDebugParameters {
3049
3049
  */
3050
3050
  export interface ConfigGroupVersionInfo {
3051
3051
  /**
3052
- * 版本 ID
3052
+ * <p>配置组版本 ID,创建配置组版本时 EdgeOne 分配的唯一资源 ID。</p><p>参数格式:ver-2kplomhisdcb</p><p>取值参考:</p><ul><li><a href="https://cloud.tencent.com/document/api/1552/101867">CreateConfigGroupVersion</a> 返回值 <code>VersionId</code></li><li><a href="https://cloud.tencent.com/document/api/1552/101864">DescribeConfigGroupVersions</a> 返回值 <code>ConfigGroupVersionInfos</code></li></ul>
3053
3053
  */
3054
3054
  VersionId: string;
3055
3055
  /**
3056
- * 版本号。
3056
+ * <p>配置组版本号。该参数仅作展示使用,配置组每创建一次新版本,该版本号自增加一,初始版本的版本号为 &quot;0&quot;。</p><p>取值参考:<a href="https://cloud.tencent.com/document/api/1552/101864">DescribeConfigGroupVersions</a> 返回值 <code>ConfigGroupVersionInfos</code></p>
3057
3057
  */
3058
3058
  VersionNumber?: string;
3059
3059
  /**
3060
- * 配置组 ID
3060
+ * <p>配置组版本所基于的来源版本 ID,在创建配置组版本时进行指定来源版本 ID,新版本将在该来源版本的配置基础上派生创建。</p><p>参数格式:ver-2kplomhisdcb</p><p>取值参考:</p><ul><li><a href="https://cloud.tencent.com/document/api/1552/101867">CreateConfigGroupVersion</a> 返回值 <code>VersionId</code></li><li><a href="https://cloud.tencent.com/document/api/1552/101864">DescribeConfigGroupVersions</a> 返回值 <code>ConfigGroupVersionInfos</code></li></ul>
3061
3061
  */
3062
- GroupId?: string;
3062
+ SourceVersion?: string;
3063
3063
  /**
3064
- * 配置组类型,可选项如下:<li>l7_acceleration: 七层加速配置组;</li><li>edge_functions: 边缘函数配置组;</li><li>web_security: Web 防护配置组。</li>
3064
+ * <p>版本归属的配置组类型。</p><p>枚举值:</p><ul><li>l7_acceleration 七层加速配置组</li><li>edge_functions 边缘函数配置组</li><li>web_security Web 防护配置组</li></ul>
3065
3065
  */
3066
3066
  GroupType?: string;
3067
3067
  /**
3068
- * 版本描述。
3068
+ * <p>版本归属的配置组 ID。</p><p>参数格式:cg-2kplomhisdcb</p>
3069
+ */
3070
+ GroupId?: string;
3071
+ /**
3072
+ * <p>版本描述。</p>
3069
3073
  */
3070
3074
  Description?: string;
3071
3075
  /**
3072
- * 版本状态,取值有:
3073
- <li>creating:创建中;</li>
3074
- <li>inactive:未生效;</li>
3075
- <li>active:已生效。</li>
3076
+ * <p>版本生效状态。</p><p>枚举值:</p><ul><li>creating: 版本创建中</li><li>inactive: 版本未生效</li><li>active: 版本已生效</li></ul>
3076
3077
  */
3077
3078
  Status?: string;
3078
3079
  /**
3079
- * 版本创建时间。时间为世界标准时间(UTC), 遵循 ISO 8601 标准的日期和时间格式。
3080
+ * <p>版本创建时间。时间为世界标准时间(UTC), 遵循 ISO 8601 标准的日期和时间格式。</p>
3080
3081
  */
3081
3082
  CreateTime?: string;
3082
3083
  }
@@ -7113,7 +7114,7 @@ export interface APIService {
7113
7114
  */
7114
7115
  export interface CreateConfigGroupVersionResponse {
7115
7116
  /**
7116
- * 版本 ID
7117
+ * <p>版本 ID。</p>
7117
7118
  */
7118
7119
  VersionId?: string;
7119
7120
  /**
@@ -8773,21 +8774,25 @@ export interface CreateLoadBalancerResponse {
8773
8774
  */
8774
8775
  export interface CreateConfigGroupVersionRequest {
8775
8776
  /**
8776
- * 站点 ID
8777
+ * <p>站点 ID。</p>
8777
8778
  */
8778
8779
  ZoneId: string;
8779
8780
  /**
8780
- * 待新建版本的配置组 ID
8781
+ * <p>待新建版本的配置组 ID。您可以通过查询环境信息接口(DescribeEnvironments)获取完整的环境信息,环境信息中包含了每个配置组类型的配置组 ID。</p><p>取值参考:<a href="https://cloud.tencent.com/document/api/1552/101862">DescribeEnvironments</a> 返回值 <code>EnvInfos</code></p>
8781
8782
  */
8782
8783
  GroupId: string;
8783
8784
  /**
8784
- * 待导入的配置内容。要求采用 JSON 格式,按照 UTF-8 方式进行编码。配置文件内容可参考下方示例。
8785
+ * <p>待导入的配置内容。要求采用 JSON 格式,按照 UTF-8 方式进行编码。配置文件内容可参考下方示例和 <a href="https://cloud.tencent.com/document/product/1552/125342">配置组语法说明</a>。</p>
8785
8786
  */
8786
8787
  Content: string;
8787
8788
  /**
8788
- * 版本描述,可输入最大长度为 50 个字符,可以通过本字段填写该版本的使用场景等。
8789
+ * <p>版本描述,可输入最大长度为 50 个字符,可以通过本字段填写该版本的使用场景等。</p>
8789
8790
  */
8790
8791
  Description?: string;
8792
+ /**
8793
+ * <p>新版本所基于的来源版本 ID。新版本将在该来源版本的配置基础上派生创建。该字段可选,未传入时默认采用当前生产环境正在生效的版本作为来源版本。</p><p>取值参考:</p><ul><li><a href="https://cloud.tencent.com/document/api/1552/101867">CreateConfigGroupVersion</a> 返回值 <code>VersionId</code></li><li><a href="https://cloud.tencent.com/document/api/1552/101864">DescribeConfigGroupVersions</a> 返回值 <code>ConfigGroupVersionInfos</code></li></ul>
8794
+ */
8795
+ SourceVersion?: string;
8791
8796
  }
8792
8797
  /**
8793
8798
  * 用户自定义规则