tencentcloud-sdk-nodejs-vpc 4.1.43 → 4.1.45

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-vpc",
3
- "version": "4.1.43",
3
+ "version": "4.1.45",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -842,7 +842,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
842
842
  */
843
843
  AttachNetworkInterface(req: AttachNetworkInterfaceRequest, cb?: (error: string, rep: AttachNetworkInterfaceResponse) => void): Promise<AttachNetworkInterfaceResponse>;
844
844
  /**
845
- * 本接口(DeleteSecurityGroupPolicies)用于用于删除安全组规则(SecurityGroupPolicy)。
845
+ * 本接口(DeleteSecurityGroupPolicies)用于删除安全组规则(SecurityGroupPolicy)。
846
846
  * SecurityGroupPolicySet.Version 用于指定要操作的安全组的版本。传入 Version 版本号若不等于当前安全组的最新版本,将返回失败;若不传 Version 则直接删除指定PolicyIndex的规则。
847
847
  */
848
848
  DeleteSecurityGroupPolicies(req: DeleteSecurityGroupPoliciesRequest, cb?: (error: string, rep: DeleteSecurityGroupPoliciesResponse) => void): Promise<DeleteSecurityGroupPoliciesResponse>;
@@ -1186,7 +1186,7 @@ class Client extends TencentCloudCommon.AbstractClient {
1186
1186
  return this.request("AttachNetworkInterface", req, cb);
1187
1187
  }
1188
1188
  /**
1189
- * 本接口(DeleteSecurityGroupPolicies)用于用于删除安全组规则(SecurityGroupPolicy)。
1189
+ * 本接口(DeleteSecurityGroupPolicies)用于删除安全组规则(SecurityGroupPolicy)。
1190
1190
  * SecurityGroupPolicySet.Version 用于指定要操作的安全组的版本。传入 Version 版本号若不等于当前安全组的最新版本,将返回失败;若不传 Version 则直接删除指定PolicyIndex的规则。
1191
1191
  */
1192
1192
  async DeleteSecurityGroupPolicies(req, cb) {
@@ -5017,6 +5017,7 @@ export interface DeleteSecurityGroupPoliciesRequest {
5017
5017
  SecurityGroupId: string;
5018
5018
  /**
5019
5019
  * 安全组规则集合。一个请求中只能删除单个方向的一条或多条规则。支持指定索引(PolicyIndex) 匹配删除和安全组规则匹配删除两种方式,一个请求中只能使用一种匹配方式。
5020
+ 使用安全组规则匹配删除时,需要填写`Action`, `Protocol`, `CidrBlock`, `Port`参数。
5020
5021
  */
5021
5022
  SecurityGroupPolicySet: SecurityGroupPolicySet;
5022
5023
  }
@@ -14422,7 +14423,7 @@ export interface DeleteNatGatewayResponse {
14422
14423
  */
14423
14424
  export interface ReplaceSecurityGroupPoliciesRequest {
14424
14425
  /**
14425
- * 安全组实例ID,例如sg-33ocnj9n,可通过DescribeSecurityGroups获取。
14426
+ * 安全组实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
14426
14427
  */
14427
14428
  SecurityGroupId: string;
14428
14429
  /**