tencentcloud-sdk-nodejs-vpc 4.0.569 → 4.0.576

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.
@@ -568,18 +568,18 @@ export interface ModifyIp6RuleResponse {
568
568
  */
569
569
  export interface SetVpnGatewaysRenewFlagRequest {
570
570
  /**
571
- * VPNGW字符型ID列表
571
+ * VPNGW字符型ID列表。可通过[DescribeVpnGateways](https://cloud.tencent.com/document/api/215/17514)接口返回值VpnGatewaySet中的VpnGatewayId获取。
572
572
  */
573
573
  VpnGatewayIds: Array<string>
574
574
 
575
575
  /**
576
- * 自动续费标记[0, 1, 2]
577
- 0表示默认状态(初始状态), 1表示自动续费,2表示明确不自动续费
576
+ * 自动续费标记 [0, 1, 2]
577
+ 0表示默认状态(初始状态), 1表示自动续费,2表示明确不自动续费。
578
578
  */
579
579
  AutoRenewFlag: number
580
580
 
581
581
  /**
582
- * VPNGW类型['IPSEC', 'SSL']
582
+ * VPNGW类型['IPSEC', 'SSL'], 默认为IPSEC。
583
583
  */
584
584
  Type?: string
585
585
  }
@@ -1386,19 +1386,9 @@ export interface DescribeFlowLogsRequest {
1386
1386
  }
1387
1387
 
1388
1388
  /**
1389
- * DeleteTemplateMember请求参数结构体
1389
+ * 云联网(CCN)地域出带宽上限。
1390
1390
  */
1391
- export interface DeleteTemplateMemberRequest {
1392
- /**
1393
- * 参数模板实例ID,支持IP地址、协议端口、IP地址组、协议端口组四种参数模板的实例ID。
1394
- */
1395
- TemplateId: string
1396
-
1397
- /**
1398
- * 需要添加的参数模板成员信息,支持IP地址、协议端口、IP地址组、协议端口组四种类型,类型需要与TemplateId参数类型一致。
1399
- */
1400
- TemplateMember: Array<MemberInfo>
1401
- }
1391
+ export type CcnRegionBandwidthLimitInfo = null
1402
1392
 
1403
1393
  /**
1404
1394
  * CloneSecurityGroup请求参数结构体
@@ -2074,12 +2064,12 @@ export interface DescribeCcnAttachedInstancesRequest {
2074
2064
  CcnId?: string
2075
2065
 
2076
2066
  /**
2077
- * 排序字段。支持:`CcnId` `InstanceType` `InstanceId` `InstanceName` `InstanceRegion` `AttachedTime` `State`。
2067
+ * 排序字段。支持:`CcnId` `InstanceType` `InstanceId` `InstanceName` `InstanceRegion` `AttachedTime` `State`。默认值:`AttachedTime`
2078
2068
  */
2079
2069
  OrderField?: string
2080
2070
 
2081
2071
  /**
2082
- * 排序方法。升序:`ASC`,倒序:`DESC`。
2072
+ * 排序方法。升序:`ASC`,倒序:`DESC`。默认值:`ASC`
2083
2073
  */
2084
2074
  OrderDirection?: string
2085
2075
  }
@@ -2668,12 +2658,12 @@ export interface UnassignIpv6CidrBlockResponse {
2668
2658
  */
2669
2659
  export interface ModifyVpnGatewayRoutesRequest {
2670
2660
  /**
2671
- * Vpn网关id
2661
+ * VPN网关实例ID。
2672
2662
  */
2673
2663
  VpnGatewayId: string
2674
2664
 
2675
2665
  /**
2676
- * 路由修改参数
2666
+ * 路由修改参数。
2677
2667
  */
2678
2668
  Routes: Array<VpnGatewayRouteModify>
2679
2669
  }
@@ -2718,6 +2708,21 @@ export interface DeleteRoutesResponse {
2718
2708
  RequestId?: string
2719
2709
  }
2720
2710
 
2711
+ /**
2712
+ * ModifyDhcpIpAttribute请求参数结构体
2713
+ */
2714
+ export interface ModifyDhcpIpAttributeRequest {
2715
+ /**
2716
+ * `DhcpIp`唯一`ID`,形如:`dhcpip-9o233uri`。
2717
+ */
2718
+ DhcpIpId: string
2719
+
2720
+ /**
2721
+ * `DhcpIp`名称,可任意命名,但不得超过60个字符。
2722
+ */
2723
+ DhcpIpName: string
2724
+ }
2725
+
2721
2726
  /**
2722
2727
  * DescribeCrossBorderCompliance请求参数结构体
2723
2728
  */
@@ -4470,12 +4475,12 @@ export interface DescribeCcnsRequest {
4470
4475
  Limit?: number
4471
4476
 
4472
4477
  /**
4473
- * 排序字段。支持:`CcnId` `CcnName` `CreateTime` `State` `QosLevel`
4478
+ * 排序字段。支持:`CcnId` `CcnName` `CreateTime` `State` `QosLevel`。默认值: `CreateTime`
4474
4479
  */
4475
4480
  OrderField?: string
4476
4481
 
4477
4482
  /**
4478
- * 排序方法。升序:`ASC`,倒序:`DESC`。
4483
+ * 排序方法。升序:`ASC`,倒序:`DESC`。默认值:`ASC`
4479
4484
  */
4480
4485
  OrderDirection?: string
4481
4486
  }
@@ -4816,57 +4821,57 @@ export interface ModifyCcnRegionBandwidthLimitsTypeRequest {
4816
4821
  CcnId: string
4817
4822
 
4818
4823
  /**
4819
- * 云联网限速类型,INTER_REGION_LIMIT:地域间限速,OUTER_REGION_LIMIT:地域出口限速。
4824
+ * 云联网限速类型,INTER_REGION_LIMIT:地域间限速,OUTER_REGION_LIMIT:地域出口限速。默认值:OUTER_REGION_LIMIT。
4820
4825
  */
4821
4826
  BandwidthLimitType?: string
4822
4827
  }
4823
4828
 
4824
4829
  /**
4825
- * Vpn网关目的路由
4830
+ * VPN网关目的路由
4826
4831
  */
4827
4832
  export interface VpnGatewayRoute {
4828
4833
  /**
4829
- * 目的端IDC网段
4834
+ * 目的端IDC网段。
4830
4835
  */
4831
4836
  DestinationCidrBlock: string
4832
4837
 
4833
4838
  /**
4834
- * 下一跳类型(关联实例类型)可选值:"VPNCONN"(VPN通道), "CCN"(CCN实例)
4839
+ * 下一跳类型(关联实例类型)可选值:"VPNCONN"VPN通道), "CCN"CCN实例)。
4835
4840
  */
4836
4841
  InstanceType: string
4837
4842
 
4838
4843
  /**
4839
- * 下一跳实例ID
4844
+ * 下一跳实例ID
4840
4845
  */
4841
4846
  InstanceId: string
4842
4847
 
4843
4848
  /**
4844
- * 优先级, 可选值: 0, 100
4849
+ * 优先级,可选值:0100
4845
4850
  */
4846
4851
  Priority: number
4847
4852
 
4848
4853
  /**
4849
- * 启用状态, 可选值: "ENABLE"(启用), "DISABLE"(禁用)
4854
+ * 启用状态,可选值:"ENABLE"(启用),"DISABLE" (禁用)
4850
4855
  */
4851
4856
  Status: string
4852
4857
 
4853
4858
  /**
4854
- * 路由条目ID
4859
+ * 路由条目ID
4855
4860
  */
4856
4861
  RouteId?: string
4857
4862
 
4858
4863
  /**
4859
- * 路由类型, 可选值: "VPC"(VPC路由), "CCN"(云联网传播路由), "Static"(静态路由), "BGP"(BGP路由)
4864
+ * 路由类型,可选值:"VPC"VPC路由),"CCN"(云联网传播路由),"Static"(静态路由),"BGP"BGP路由)。
4860
4865
  */
4861
4866
  Type?: string
4862
4867
 
4863
4868
  /**
4864
- * 创建时间
4869
+ * 创建时间。
4865
4870
  */
4866
4871
  CreateTime?: string
4867
4872
 
4868
4873
  /**
4869
- * 更新时间
4874
+ * 更新时间。
4870
4875
  */
4871
4876
  UpdateTime?: string
4872
4877
  }
@@ -5920,18 +5925,79 @@ export interface CloneSecurityGroupResponse {
5920
5925
  }
5921
5926
 
5922
5927
  /**
5923
- * ModifyDhcpIpAttribute请求参数结构体
5928
+ * 用于描述云联网地域间限速带宽实例的信息。
5924
5929
  */
5925
- export interface ModifyDhcpIpAttributeRequest {
5930
+ export interface CcnBandwidth {
5926
5931
  /**
5927
- * `DhcpIp`唯一`ID`,形如:`dhcpip-9o233uri`。
5932
+ * 带宽所属的云联网ID
5928
5933
  */
5929
- DhcpIpId: string
5934
+ CcnId: string
5930
5935
 
5931
5936
  /**
5932
- * `DhcpIp`名称,可任意命名,但不得超过60个字符。
5933
- */
5934
- DhcpIpName: string
5937
+ * 实例的创建时间。
5938
+ 注意:此字段可能返回 null,表示取不到有效值。
5939
+ */
5940
+ CreatedTime: string
5941
+
5942
+ /**
5943
+ * 实例的过期时间
5944
+ 注意:此字段可能返回 null,表示取不到有效值。
5945
+ */
5946
+ ExpiredTime: string
5947
+
5948
+ /**
5949
+ * 带宽实例的唯一ID。
5950
+ 注意:此字段可能返回 null,表示取不到有效值。
5951
+ */
5952
+ RegionFlowControlId: string
5953
+
5954
+ /**
5955
+ * 带宽是否自动续费的标记。
5956
+ 注意:此字段可能返回 null,表示取不到有效值。
5957
+ */
5958
+ RenewFlag: string
5959
+
5960
+ /**
5961
+ * 描述带宽的地域和限速上限信息。在地域间限速的情况下才会返回参数,出口限速模式不返回。
5962
+ 注意:此字段可能返回 null,表示取不到有效值。
5963
+ */
5964
+ CcnRegionBandwidthLimit: CcnRegionBandwidthLimitInfo
5965
+
5966
+ /**
5967
+ * 云市场实例ID。
5968
+ 注意:此字段可能返回 null,表示取不到有效值。
5969
+ */
5970
+ MarketId: string
5971
+
5972
+ /**
5973
+ * 实例所属用户主账号ID。
5974
+ 注意:此字段可能返回 null,表示取不到有效值。
5975
+ */
5976
+ UserAccountID: string
5977
+
5978
+ /**
5979
+ * 是否跨境,`true`表示跨境,反之不跨境。
5980
+ 注意:此字段可能返回 null,表示取不到有效值。
5981
+ */
5982
+ IsCrossBorder: boolean
5983
+
5984
+ /**
5985
+ * `true`表示封禁,地域间流量不通,`false`解禁,地域间流量正常
5986
+ 注意:此字段可能返回 null,表示取不到有效值。
5987
+ */
5988
+ IsSecurityLock: boolean
5989
+
5990
+ /**
5991
+ * `POSTPAID`表示后付费,`PREPAID`表示预付费。
5992
+ 注意:此字段可能返回 null,表示取不到有效值。
5993
+ */
5994
+ InstanceChargeType: string
5995
+
5996
+ /**
5997
+ * 实例更新时间
5998
+ 注意:此字段可能返回 null,表示取不到有效值。
5999
+ */
6000
+ UpdateTime?: string
5935
6001
  }
5936
6002
 
5937
6003
  /**
@@ -6131,12 +6197,12 @@ NONEXTHOP:无下一跳;
6131
6197
  */
6132
6198
  export interface VpnGatewayRouteModify {
6133
6199
  /**
6134
- * Vpn网关路由ID
6200
+ * VPN网关路由ID
6135
6201
  */
6136
6202
  RouteId: string
6137
6203
 
6138
6204
  /**
6139
- * Vpn网关状态, ENABEL 启用, DISABLE禁用
6205
+ * VPN网关状态, ENABLE 启用, DISABLE禁用。
6140
6206
  */
6141
6207
  Status: string
6142
6208
  }
@@ -6458,12 +6524,12 @@ export interface DescribeCcnAttachedInstancesResponse {
6458
6524
  /**
6459
6525
  * 符合条件的对象数。
6460
6526
  */
6461
- TotalCount: number
6527
+ TotalCount?: number
6462
6528
 
6463
6529
  /**
6464
6530
  * 关联实例列表。
6465
6531
  */
6466
- InstanceSet: Array<CcnAttachedInstance>
6532
+ InstanceSet?: Array<CcnAttachedInstance>
6467
6533
 
6468
6534
  /**
6469
6535
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -6498,7 +6564,7 @@ export interface CreateVpnGatewayRoutesResponse {
6498
6564
  /**
6499
6565
  * VPN网关目的路由
6500
6566
  */
6501
- Routes: Array<VpnGatewayRoute>
6567
+ Routes?: Array<VpnGatewayRoute>
6502
6568
 
6503
6569
  /**
6504
6570
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -7913,17 +7979,17 @@ export interface DescribeVpcResourceDashboardResponse {
7913
7979
  */
7914
7980
  export interface DescribeVpnGatewayCcnRoutesRequest {
7915
7981
  /**
7916
- * VPN网关实例ID
7982
+ * VPN网关实例ID
7917
7983
  */
7918
7984
  VpnGatewayId: string
7919
7985
 
7920
7986
  /**
7921
- * 偏移量
7987
+ * 偏移量。默认值:0
7922
7988
  */
7923
7989
  Offset?: number
7924
7990
 
7925
7991
  /**
7926
- * 返回数量
7992
+ * 返回数量。默认值:20
7927
7993
  */
7928
7994
  Limit?: number
7929
7995
  }
@@ -8678,7 +8744,7 @@ export interface DownloadCustomerGatewayConfigurationRequest {
8678
8744
  VpnConnectionId: string
8679
8745
 
8680
8746
  /**
8681
- * 对端网关厂商信息对象,可通过DescribeCustomerGatewayVendors获取。
8747
+ * 对端网关厂商信息对象,可通过[DescribeCustomerGatewayVendors](https://cloud.tencent.com/document/api/215/17513)获取。
8682
8748
  */
8683
8749
  CustomerGatewayVendor: CustomerGatewayVendor
8684
8750
 
@@ -8760,6 +8826,21 @@ export interface HaVip {
8760
8826
  Business: string
8761
8827
  }
8762
8828
 
8829
+ /**
8830
+ * DeleteTemplateMember请求参数结构体
8831
+ */
8832
+ export interface DeleteTemplateMemberRequest {
8833
+ /**
8834
+ * 参数模板实例ID,支持IP地址、协议端口、IP地址组、协议端口组四种参数模板的实例ID。
8835
+ */
8836
+ TemplateId: string
8837
+
8838
+ /**
8839
+ * 需要添加的参数模板成员信息,支持IP地址、协议端口、IP地址组、协议端口组四种类型,类型需要与TemplateId参数类型一致。
8840
+ */
8841
+ TemplateMember: Array<MemberInfo>
8842
+ }
8843
+
8763
8844
  /**
8764
8845
  * ModifyAddressesBandwidth返回参数结构体
8765
8846
  */
@@ -9985,22 +10066,22 @@ export interface GetCcnRegionBandwidthLimitsRequest {
9985
10066
  Filters?: Array<Filter>
9986
10067
 
9987
10068
  /**
9988
- * 排序条件,目前支持带宽(BandwidthLimit)和过期时间(ExpireTime
10069
+ * 排序条件,目前支持带宽(`BandwidthLimit`)和过期时间(`ExpireTime`),默认按 `ExpireTime` 排序。
9989
10070
  */
9990
10071
  SortedBy?: string
9991
10072
 
9992
10073
  /**
9993
- * 偏移量
10074
+ * 偏移量。
9994
10075
  */
9995
10076
  Offset?: number
9996
10077
 
9997
10078
  /**
9998
- * 返回数量
10079
+ * 返回数量。
9999
10080
  */
10000
10081
  Limit?: number
10001
10082
 
10002
10083
  /**
10003
- * 排序方式,'ASC':升序,'DESC':降序。
10084
+ * 排序方式,'ASC':升序,'DESC':降序。默认按'ASC'排序。
10004
10085
  */
10005
10086
  OrderBy?: string
10006
10087
  }
@@ -10160,9 +10241,15 @@ export interface DescribeCrossBorderFlowMonitorRequest {
10160
10241
  */
10161
10242
  export interface DescribeVpnGatewayRoutesResponse {
10162
10243
  /**
10163
- * VPN网关目的路由
10244
+ * VPN网关目的路由。
10164
10245
  */
10165
- Routes: Array<VpnGatewayRoute>
10246
+ Routes?: Array<VpnGatewayRoute>
10247
+
10248
+ /**
10249
+ * 路由条数。
10250
+ 注意:此字段可能返回 null,表示取不到有效值。
10251
+ */
10252
+ TotalCount?: number
10166
10253
 
10167
10254
  /**
10168
10255
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -10855,7 +10942,7 @@ export interface DescribeCustomerGatewaysRequest {
10855
10942
  Filters?: Array<Filter>
10856
10943
 
10857
10944
  /**
10858
- * 偏移量,默认为0。关于Offset的更进一步介绍请参考 API 简介中的相关小节。
10945
+ * 偏移量,默认为0。关于Offset的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/11646)中的相关小节。
10859
10946
  */
10860
10947
  Offset?: number
10861
10948
 
@@ -11944,7 +12031,7 @@ export interface ModifyVpnGatewayRoutesResponse {
11944
12031
  * VPN路由信息
11945
12032
  注意:此字段可能返回 null,表示取不到有效值。
11946
12033
  */
11947
- Routes: Array<VpnGatewayRoute>
12034
+ Routes?: Array<VpnGatewayRoute>
11948
12035
 
11949
12036
  /**
11950
12037
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -12600,7 +12687,7 @@ export interface DescribeSubnetsResponse {
12600
12687
  */
12601
12688
  export interface DescribeCustomerGatewaysResponse {
12602
12689
  /**
12603
- * 对端网关对象列表
12690
+ * 对端网关对象列表。
12604
12691
  */
12605
12692
  CustomerGatewaySet?: Array<CustomerGateway>
12606
12693
 
@@ -12828,19 +12915,19 @@ export interface RemoveBandwidthPackageResourcesRequest {
12828
12915
  */
12829
12916
  export interface VpngwCcnRoutes {
12830
12917
  /**
12831
- * 路由信息ID
12918
+ * 路由信息ID
12832
12919
  */
12833
12920
  RouteId: string
12834
12921
 
12835
12922
  /**
12836
- * 路由信息是否启用
12923
+ * 路由信息是否启用。
12837
12924
  ENABLE:启用该路由
12838
12925
  DISABLE:不启用该路由
12839
12926
  */
12840
12927
  Status?: string
12841
12928
 
12842
12929
  /**
12843
- * 路由CIDR
12930
+ * 路由CIDR
12844
12931
  */
12845
12932
  DestinationCidrBlock?: string
12846
12933
  }
@@ -13565,12 +13652,28 @@ export interface CcnBandwidthInfo {
13565
13652
  注意:此字段可能返回 null,表示取不到有效值。
13566
13653
  */
13567
13654
  MarketId: string
13655
+
13656
+ /**
13657
+ * 资源绑定的标签列表
13658
+ 注意:此字段可能返回 null,表示取不到有效值。
13659
+ */
13660
+ TagSet?: Array<Tag>
13568
13661
  }
13569
13662
 
13570
13663
  /**
13571
13664
  * DescribeCrossBorderCcnRegionBandwidthLimits返回参数结构体
13572
13665
  */
13573
13666
  export interface DescribeCrossBorderCcnRegionBandwidthLimitsResponse {
13667
+ /**
13668
+ * 符合条件的对象总数。
13669
+ */
13670
+ TotalCount?: number
13671
+
13672
+ /**
13673
+ * 云联网地域间限速带宽实例的信息。
13674
+ */
13675
+ CcnBandwidthSet?: Array<CcnBandwidth>
13676
+
13574
13677
  /**
13575
13678
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
13576
13679
  */
@@ -13738,12 +13841,12 @@ export interface DeleteNatGatewaySourceIpTranslationNatRuleRequest {
13738
13841
  */
13739
13842
  export interface ModifyVpnGatewayCcnRoutesRequest {
13740
13843
  /**
13741
- * VPN网关实例ID
13844
+ * VPN网关实例ID
13742
13845
  */
13743
13846
  VpnGatewayId: string
13744
13847
 
13745
13848
  /**
13746
- * 云联网路由(IDC网段)列表
13849
+ * 云联网路由(IDC网段)列表。
13747
13850
  */
13748
13851
  Routes: Array<VpngwCcnRoutes>
13749
13852
  }
@@ -14176,22 +14279,22 @@ export interface DirectConnectSubnet {
14176
14279
  */
14177
14280
  export interface DescribeVpnGatewayRoutesRequest {
14178
14281
  /**
14179
- * VPN网关的ID
14282
+ * VPN网关实例ID
14180
14283
  */
14181
14284
  VpnGatewayId: string
14182
14285
 
14183
14286
  /**
14184
- * 过滤条件, 条件包括(DestinationCidr, InstanceId,InstanceType)
14287
+ * 过滤条件, 条件包括(DestinationCidr, InstanceId,InstanceType)
14185
14288
  */
14186
14289
  Filters?: Array<Filter>
14187
14290
 
14188
14291
  /**
14189
- * 偏移量, 默认0
14292
+ * 偏移量, 默认0
14190
14293
  */
14191
14294
  Offset?: number
14192
14295
 
14193
14296
  /**
14194
- * 单页个数, 默认20, 最大值100
14297
+ * 单页个数, 默认20, 最大值100
14195
14298
  */
14196
14299
  Limit?: number
14197
14300
  }
@@ -14201,7 +14304,7 @@ export interface DescribeVpnGatewayRoutesRequest {
14201
14304
  */
14202
14305
  export interface GetCcnRegionBandwidthLimitsResponse {
14203
14306
  /**
14204
- * 云联网(CCN)各地域出带宽带宽详情。
14307
+ * 云联网(CCN)各地域出带宽详情。
14205
14308
  注意:此字段可能返回 null,表示取不到有效值。
14206
14309
  */
14207
14310
  CcnBandwidthSet?: Array<CcnBandwidthInfo>
@@ -14519,7 +14622,7 @@ export interface DeleteVpnGatewayRoutesRequest {
14519
14622
  VpnGatewayId: string
14520
14623
 
14521
14624
  /**
14522
- * 路由ID信息列表
14625
+ * 路由ID信息列表,可以通过[DescribeVpnGatewayRoutes](https://cloud.tencent.com/document/api/215/57676)接口查询。
14523
14626
  */
14524
14627
  RouteIds: Array<string>
14525
14628
  }
@@ -14692,7 +14795,23 @@ export interface CreateRouteTableResponse {
14692
14795
  /**
14693
14796
  * DescribeCrossBorderCcnRegionBandwidthLimits请求参数结构体
14694
14797
  */
14695
- export type DescribeCrossBorderCcnRegionBandwidthLimitsRequest = null
14798
+ export interface DescribeCrossBorderCcnRegionBandwidthLimitsRequest {
14799
+ /**
14800
+ * 过滤条件,目前`value`值个数只支持一个,可支持的字段有:
14801
+ <li>`source-region` 源地域,值形如:`["ap-guangzhou"]`</li> <li>`destination-region` 目的地域,值形如:`["ap-shanghai"]`</li> <li>`ccn-ids` 云联网ID数组,值形如:`["ccn-12345678"]`</li> <li>`user-account-id` 用户账号ID,值形如`["12345678"]`</li>
14802
+ */
14803
+ Filters?: Array<Filter>
14804
+
14805
+ /**
14806
+ * 偏移量,默认0。
14807
+ */
14808
+ Offset?: number
14809
+
14810
+ /**
14811
+ * 单页返回数据量可选值0到100之间的整数,默认20。
14812
+ */
14813
+ Limit?: number
14814
+ }
14696
14815
 
14697
14816
  /**
14698
14817
  * DescribeSnapshotAttachedInstances请求参数结构体
@@ -15456,7 +15575,7 @@ export interface InstanceChargePrepaid {
15456
15575
  Period: number
15457
15576
 
15458
15577
  /**
15459
- * 自动续费标识。取值范围: NOTIFY_AND_AUTO_RENEW:通知过期且自动续费, NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费。默认:NOTIFY_AND_MANUAL_RENEW
15578
+ * 自动续费标识。取值范围: NOTIFY_AND_AUTO_RENEW:通知过期且自动续费, NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费。默认:NOTIFY_AND_AUTO_RENEW
15460
15579
  */
15461
15580
  RenewFlag?: string
15462
15581
  }
@@ -15537,7 +15656,7 @@ export interface AuditCrossBorderComplianceRequest {
15537
15656
  ServiceProvider: string
15538
15657
 
15539
15658
  /**
15540
- * 表单唯一`ID`。
15659
+ * 表单唯一`ID`。可通过[DescribeCrossBorderCompliance](https://cloud.tencent.com/document/product/215/47838)接口查询ComplianceId信息
15541
15660
  */
15542
15661
  ComplianceId: number
15543
15662