tencentcloud-sdk-nodejs 4.0.516 → 4.0.517

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 (62) hide show
  1. package/CHANGELOG.md +243 -0
  2. package/SERVICE_CHANGELOG.md +338 -296
  3. package/package.json +1 -1
  4. package/products.md +9 -8
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/api/v20201106/api_models.ts +63 -3
  7. package/src/services/cdn/v20180606/cdn_models.ts +12 -2
  8. package/src/services/dts/v20211206/dts_client.ts +71 -34
  9. package/src/services/dts/v20211206/dts_models.ts +285 -116
  10. package/src/services/faceid/v20180301/faceid_client.ts +1 -14
  11. package/src/services/faceid/v20180301/faceid_models.ts +25 -65
  12. package/src/services/hasim/index.ts +5 -0
  13. package/src/services/hasim/v20210716/hasim_client.ts +309 -0
  14. package/src/services/hasim/v20210716/hasim_models.ts +1833 -0
  15. package/src/services/hasim/v20210716/index.ts +6 -0
  16. package/src/services/index.ts +1 -0
  17. package/src/services/mongodb/v20190725/mongodb_client.ts +3 -3
  18. package/src/services/mongodb/v20190725/mongodb_models.ts +3 -3
  19. package/src/services/rum/v20210622/rum_client.ts +19 -7
  20. package/src/services/rum/v20210622/rum_models.ts +64 -4
  21. package/src/services/ssa/v20180608/ssa_client.ts +106 -94
  22. package/src/services/ssa/v20180608/ssa_models.ts +188 -130
  23. package/src/services/vpc/v20170312/vpc_client.ts +226 -77
  24. package/src/services/vpc/v20170312/vpc_models.ts +726 -168
  25. package/tencentcloud/common/sdk_version.d.ts +1 -1
  26. package/tencentcloud/common/sdk_version.js +1 -1
  27. package/tencentcloud/services/api/v20201106/api_models.d.ts +53 -3
  28. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -2
  29. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +25 -13
  30. package/tencentcloud/services/dts/v20211206/dts_client.js +36 -18
  31. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +248 -103
  32. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -6
  33. package/tencentcloud/services/faceid/v20180301/faceid_client.js +0 -7
  34. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +22 -56
  35. package/tencentcloud/services/hasim/index.d.ts +6 -0
  36. package/tencentcloud/services/hasim/index.js +7 -0
  37. package/tencentcloud/services/hasim/v20210716/hasim_client.d.ts +98 -0
  38. package/tencentcloud/services/hasim/v20210716/hasim_client.js +163 -0
  39. package/tencentcloud/services/hasim/v20210716/hasim_models.d.ts +1536 -0
  40. package/tencentcloud/services/hasim/v20210716/hasim_models.js +18 -0
  41. package/tencentcloud/services/hasim/v20210716/index.d.ts +6 -0
  42. package/tencentcloud/services/hasim/v20210716/index.js +9 -0
  43. package/tencentcloud/services/index.d.ts +1 -0
  44. package/tencentcloud/services/index.js +2 -0
  45. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +3 -3
  46. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +3 -3
  47. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +3 -3
  48. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +7 -3
  49. package/tencentcloud/services/rum/v20210622/rum_client.js +9 -3
  50. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +54 -4
  51. package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +37 -33
  52. package/tencentcloud/services/ssa/v20180608/ssa_client.js +54 -48
  53. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +158 -109
  54. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +82 -34
  55. package/tencentcloud/services/vpc/v20170312/vpc_client.js +113 -41
  56. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +636 -159
  57. package/test/dts.v20211206.test.js +46 -16
  58. package/test/faceid.v20180301.test.js +0 -10
  59. package/test/hasim.v20210716.test.js +241 -0
  60. package/test/rum.v20210622.test.js +12 -2
  61. package/test/ssa.v20180608.test.js +44 -34
  62. package/test/vpc.v20170312.test.js +136 -16
@@ -719,6 +719,21 @@ export interface CreateDefaultSecurityGroupRequest {
719
719
  ProjectId?: string
720
720
  }
721
721
 
722
+ /**
723
+ * CreateSnapshotPolicies返回参数结构体
724
+ */
725
+ export interface CreateSnapshotPoliciesResponse {
726
+ /**
727
+ * 快照策略。
728
+ */
729
+ SnapshotPolicies: Array<SnapshotPolicy>
730
+
731
+ /**
732
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
733
+ */
734
+ RequestId?: string
735
+ }
736
+
722
737
  /**
723
738
  * DescribeServiceTemplateGroups返回参数结构体
724
739
  */
@@ -768,26 +783,6 @@ export interface DescribeVpcEndPointRequest {
768
783
  EndPointId?: Array<string>
769
784
  }
770
785
 
771
- /**
772
- * AssignPrivateIpAddresses请求参数结构体
773
- */
774
- export interface AssignPrivateIpAddressesRequest {
775
- /**
776
- * 弹性网卡实例ID,例如:eni-m6dyj72l。
777
- */
778
- NetworkInterfaceId: string
779
-
780
- /**
781
- * 指定的内网IP信息,单次最多指定10个。与SecondaryPrivateIpAddressCount至少提供一个。
782
- */
783
- PrivateIpAddresses?: Array<PrivateIpAddressSpecification>
784
-
785
- /**
786
- * 新申请的内网IP地址个数,与PrivateIpAddresses至少提供一个。内网IP地址个数总和不能超过配额数,详见<a href="/document/product/576/18527">弹性网卡使用限制</a>。
787
- */
788
- SecondaryPrivateIpAddressCount?: number
789
- }
790
-
791
786
  /**
792
787
  * DetachClassicLinkVpc请求参数结构体
793
788
  */
@@ -1961,6 +1956,16 @@ export interface DeleteVpcEndPointServiceWhiteListRequest {
1961
1956
  EndPointServiceId: string
1962
1957
  }
1963
1958
 
1959
+ /**
1960
+ * DetachSnapshotInstances返回参数结构体
1961
+ */
1962
+ export interface DetachSnapshotInstancesResponse {
1963
+ /**
1964
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1965
+ */
1966
+ RequestId?: string
1967
+ }
1968
+
1964
1969
  /**
1965
1970
  * DetachNetworkInterface返回参数结构体
1966
1971
  */
@@ -2060,6 +2065,16 @@ export interface DescribeCcnAttachedInstancesRequest {
2060
2065
  OrderDirection?: string
2061
2066
  }
2062
2067
 
2068
+ /**
2069
+ * AttachSnapshotInstances返回参数结构体
2070
+ */
2071
+ export interface AttachSnapshotInstancesResponse {
2072
+ /**
2073
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2074
+ */
2075
+ RequestId?: string
2076
+ }
2077
+
2063
2078
  /**
2064
2079
  * DescribeNatGatewaySourceIpTranslationNatRules请求参数结构体
2065
2080
  */
@@ -2190,18 +2205,18 @@ export interface DisableVpnGatewaySslClientCertRequest {
2190
2205
  }
2191
2206
 
2192
2207
  /**
2193
- * DescribeVpcPrivateIpAddresses返回参数结构体
2208
+ * AttachSnapshotInstances请求参数结构体
2194
2209
  */
2195
- export interface DescribeVpcPrivateIpAddressesResponse {
2210
+ export interface AttachSnapshotInstancesRequest {
2196
2211
  /**
2197
- * 内网`IP`地址信息列表。
2212
+ * 快照策略Id。
2198
2213
  */
2199
- VpcPrivateIpAddressSet: Array<VpcPrivateIpAddress>
2214
+ SnapshotPolicyId: string
2200
2215
 
2201
2216
  /**
2202
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2217
+ * 关联实例信息。
2203
2218
  */
2204
- RequestId?: string
2219
+ Instances: Array<SnapshotInstance>
2205
2220
  }
2206
2221
 
2207
2222
  /**
@@ -2462,6 +2477,41 @@ export interface NetDetectState {
2462
2477
  NetDetectIpStateSet: Array<NetDetectIpState>
2463
2478
  }
2464
2479
 
2480
+ /**
2481
+ * DescribeSnapshotFiles请求参数结构体
2482
+ */
2483
+ export interface DescribeSnapshotFilesRequest {
2484
+ /**
2485
+ * 业务类型,目前支持安全组:securitygroup。
2486
+ */
2487
+ BusinessType: string
2488
+
2489
+ /**
2490
+ * 实例Id。
2491
+ */
2492
+ InstanceId: string
2493
+
2494
+ /**
2495
+ * 开始日期,格式%Y-%m-%d %H:%M:%S。
2496
+ */
2497
+ StartDate: string
2498
+
2499
+ /**
2500
+ * 结束日期,格式%Y-%m-%d %H:%M:%S。
2501
+ */
2502
+ EndDate: string
2503
+
2504
+ /**
2505
+ * 偏移量,默认为0。
2506
+ */
2507
+ Offset?: number
2508
+
2509
+ /**
2510
+ * 返回数量,默认为20,最大为200。
2511
+ */
2512
+ Limit?: number
2513
+ }
2514
+
2465
2515
  /**
2466
2516
  * HaVipDisassociateAddressIp返回参数结构体
2467
2517
  */
@@ -3020,7 +3070,7 @@ export interface DescribeNatGatewayDestinationIpPortTranslationNatRulesRequest {
3020
3070
  */
3021
3071
  export interface ReturnNormalAddressesRequest {
3022
3072
  /**
3023
- * 1
3073
+ * EIP 的 IP 地址,示例:101.35.139.183
3024
3074
  */
3025
3075
  AddressIps?: Array<string>
3026
3076
  }
@@ -3240,6 +3290,16 @@ export interface DeleteAddressTemplateResponse {
3240
3290
  RequestId?: string
3241
3291
  }
3242
3292
 
3293
+ /**
3294
+ * ResumeSnapshotInstance返回参数结构体
3295
+ */
3296
+ export interface ResumeSnapshotInstanceResponse {
3297
+ /**
3298
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3299
+ */
3300
+ RequestId?: string
3301
+ }
3302
+
3243
3303
  /**
3244
3304
  * ModifySubnetAttribute返回参数结构体
3245
3305
  */
@@ -3692,6 +3752,51 @@ CCN:云联网网关;
3692
3752
  NetDetectDescription?: string
3693
3753
  }
3694
3754
 
3755
+ /**
3756
+ * DescribeSgSnapshotFileContent返回参数结构体
3757
+ */
3758
+ export interface DescribeSgSnapshotFileContentResponse {
3759
+ /**
3760
+ * 实例Id,即安全组Id。
3761
+ */
3762
+ InstanceId: string
3763
+
3764
+ /**
3765
+ * 快照策略Id。
3766
+ */
3767
+ SnapshotPolicyId: string
3768
+
3769
+ /**
3770
+ * 快照文件Id。
3771
+ */
3772
+ SnapshotFileId: string
3773
+
3774
+ /**
3775
+ * 备份时间。
3776
+ */
3777
+ BackupTime: string
3778
+
3779
+ /**
3780
+ * 操作者。
3781
+ */
3782
+ Operator: string
3783
+
3784
+ /**
3785
+ * 原始数据。
3786
+ */
3787
+ OriginalData: Array<SecurityGroupPolicy>
3788
+
3789
+ /**
3790
+ * 备份数据。
3791
+ */
3792
+ BackupData: Array<SecurityGroupPolicy>
3793
+
3794
+ /**
3795
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3796
+ */
3797
+ RequestId?: string
3798
+ }
3799
+
3695
3800
  /**
3696
3801
  * DescribeNetDetectStates返回参数结构体
3697
3802
  */
@@ -3886,6 +3991,21 @@ export interface DescribeAssistantCidrResponse {
3886
3991
  RequestId?: string
3887
3992
  }
3888
3993
 
3994
+ /**
3995
+ * 时间备份策略详情
3996
+ */
3997
+ export interface BackupPolicy {
3998
+ /**
3999
+ * 备份周期时间,取值为monday, tuesday, wednesday, thursday, friday, saturday, sunday。
4000
+ */
4001
+ BackupDay: string
4002
+
4003
+ /**
4004
+ * 备份时间点,格式:HH:mm:ss。
4005
+ */
4006
+ BackupTime: string
4007
+ }
4008
+
3889
4009
  /**
3890
4010
  * 用于描述实例的统计信息
3891
4011
  */
@@ -4409,6 +4529,16 @@ export interface DeleteSubnetResponse {
4409
4529
  RequestId?: string
4410
4530
  }
4411
4531
 
4532
+ /**
4533
+ * EnableSnapshotPolicies返回参数结构体
4534
+ */
4535
+ export interface EnableSnapshotPoliciesResponse {
4536
+ /**
4537
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4538
+ */
4539
+ RequestId?: string
4540
+ }
4541
+
4412
4542
  /**
4413
4543
  * 私有网络(VPC)对象。
4414
4544
  */
@@ -4802,6 +4932,33 @@ export interface SecurityGroupPolicy {
4802
4932
  ModifyTime?: string
4803
4933
  }
4804
4934
 
4935
+ /**
4936
+ * DescribeSnapshotPolicies请求参数结构体
4937
+ */
4938
+ export interface DescribeSnapshotPoliciesRequest {
4939
+ /**
4940
+ * 快照策略Id。
4941
+ */
4942
+ SnapshotPolicyIds?: Array<string>
4943
+
4944
+ /**
4945
+ * 过滤条件,参数不支持同时指定SnapshotPolicyIds和Filters。
4946
+ <li>snapshot-policy-id - String -(过滤条件)快照策略ID。</li>
4947
+ <li>snapshot-policy-name - String -(过滤条件)快照策略名称。</li>
4948
+ */
4949
+ Filters?: Array<Filter>
4950
+
4951
+ /**
4952
+ * 偏移量,默认为0。
4953
+ */
4954
+ Offset?: number
4955
+
4956
+ /**
4957
+ * 返回数量,默认为20,最大为200。
4958
+ */
4959
+ Limit?: number
4960
+ }
4961
+
4805
4962
  /**
4806
4963
  * NotifyRoutes请求参数结构体
4807
4964
  */
@@ -5850,6 +6007,16 @@ export interface VpnGatewayRouteModify {
5850
6007
  Status: string
5851
6008
  }
5852
6009
 
6010
+ /**
6011
+ * DisableSnapshotPolicies请求参数结构体
6012
+ */
6013
+ export interface DisableSnapshotPoliciesRequest {
6014
+ /**
6015
+ * 快照策略Id。
6016
+ */
6017
+ SnapshotPolicyIds: Array<string>
6018
+ }
6019
+
5853
6020
  /**
5854
6021
  * 模板对象成员信息
5855
6022
  */
@@ -5865,6 +6032,26 @@ export interface MemberInfo {
5865
6032
  Description?: string
5866
6033
  }
5867
6034
 
6035
+ /**
6036
+ * ResumeSnapshotInstance请求参数结构体
6037
+ */
6038
+ export interface ResumeSnapshotInstanceRequest {
6039
+ /**
6040
+ * 快照策略Id。
6041
+ */
6042
+ SnapshotPolicyId: string
6043
+
6044
+ /**
6045
+ * 快照文件Id。
6046
+ */
6047
+ SnapshotFileId: string
6048
+
6049
+ /**
6050
+ * 实例Id。
6051
+ */
6052
+ InstanceId: string
6053
+ }
6054
+
5868
6055
  /**
5869
6056
  * ReplaceSecurityGroupPolicy请求参数结构体
5870
6057
  */
@@ -6111,95 +6298,23 @@ export interface ResourceDashboard {
6111
6298
  }
6112
6299
 
6113
6300
  /**
6114
- * 子网对象
6301
+ * DescribeSnapshotFiles返回参数结构体
6115
6302
  */
6116
- export interface Subnet {
6117
- /**
6118
- * `VPC`实例`ID`。
6119
- */
6120
- VpcId: string
6121
-
6122
- /**
6123
- * 子网实例`ID`,例如:subnet-bthucmmy。
6124
- */
6125
- SubnetId: string
6126
-
6127
- /**
6128
- * 子网名称。
6129
- */
6130
- SubnetName: string
6131
-
6132
- /**
6133
- * 子网的 `IPv4` `CIDR`。
6134
- */
6135
- CidrBlock: string
6136
-
6137
- /**
6138
- * 是否默认子网。
6139
- */
6140
- IsDefault: boolean
6141
-
6142
- /**
6143
- * 是否开启广播。
6144
- */
6145
- EnableBroadcast: boolean
6146
-
6147
- /**
6148
- * 可用区。
6149
- */
6150
- Zone: string
6151
-
6152
- /**
6153
- * 路由表实例ID,例如:rtb-l2h8d7c2。
6154
- */
6155
- RouteTableId: string
6156
-
6157
- /**
6158
- * 创建时间。
6159
- */
6160
- CreatedTime?: string
6161
-
6162
- /**
6163
- * 可用`IPv4`数。
6164
- */
6165
- AvailableIpAddressCount: number
6166
-
6167
- /**
6168
- * 子网的 `IPv6` `CIDR`。
6169
- */
6170
- Ipv6CidrBlock: string
6171
-
6172
- /**
6173
- * 关联`ACL`ID
6174
- */
6175
- NetworkAclId: string
6176
-
6303
+ export interface DescribeSnapshotFilesResponse {
6177
6304
  /**
6178
- * 是否为 `SNAT` 地址池子网。
6305
+ * 快照文件集合。
6179
6306
  */
6180
- IsRemoteVpcSnat: boolean
6307
+ SnapshotFileSet: Array<SnapshotFileInfo>
6181
6308
 
6182
6309
  /**
6183
- * 子网`IPv4`总数。
6310
+ * 符合条件的对象数。
6184
6311
  */
6185
- TotalIpAddressCount: number
6312
+ TotalCount: number
6186
6313
 
6187
6314
  /**
6188
- * 标签键值对。
6315
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6189
6316
  */
6190
- TagSet: Array<Tag>
6191
-
6192
- /**
6193
- * CDC实例ID。
6194
- 注意:此字段可能返回 null,表示取不到有效值。
6195
- */
6196
- CdcId: string
6197
-
6198
- /**
6199
- * 是否是CDC所属子网。0:否 1:是
6200
- 注意:此字段可能返回 null,表示取不到有效值。
6201
- */
6202
- IsCdcSubnet: number
6317
+ RequestId?: string
6203
6318
  }
6204
6319
 
6205
6320
  /**
@@ -6595,7 +6710,17 @@ export interface DescribeVpcEndPointServiceRequest {
6595
6710
  }
6596
6711
 
6597
6712
  /**
6598
- * ModifyServiceTemplateAttribute请求参数结构体
6713
+ * DisableSnapshotPolicies返回参数结构体
6714
+ */
6715
+ export interface DisableSnapshotPoliciesResponse {
6716
+ /**
6717
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6718
+ */
6719
+ RequestId?: string
6720
+ }
6721
+
6722
+ /**
6723
+ * ModifyServiceTemplateAttribute请求参数结构体
6599
6724
  */
6600
6725
  export interface ModifyServiceTemplateAttributeRequest {
6601
6726
  /**
@@ -7013,6 +7138,26 @@ export interface DescribeNetworkAclQuintupleEntriesRequest {
7013
7138
  Filters?: Array<Filter>
7014
7139
  }
7015
7140
 
7141
+ /**
7142
+ * DescribeSnapshotPolicies返回参数结构体
7143
+ */
7144
+ export interface DescribeSnapshotPoliciesResponse {
7145
+ /**
7146
+ * 快照策略。
7147
+ */
7148
+ SnapshotPolicySet: Array<SnapshotPolicy>
7149
+
7150
+ /**
7151
+ * 符合条件的对象数。
7152
+ */
7153
+ TotalCount: number
7154
+
7155
+ /**
7156
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7157
+ */
7158
+ RequestId?: string
7159
+ }
7160
+
7016
7161
  /**
7017
7162
  * DisableGatewayFlowMonitor请求参数结构体
7018
7163
  */
@@ -8515,6 +8660,16 @@ export interface SetCcnRegionBandwidthLimitsResponse {
8515
8660
  RequestId?: string
8516
8661
  }
8517
8662
 
8663
+ /**
8664
+ * ModifySnapshotPolicies返回参数结构体
8665
+ */
8666
+ export interface ModifySnapshotPoliciesResponse {
8667
+ /**
8668
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8669
+ */
8670
+ RequestId?: string
8671
+ }
8672
+
8518
8673
  /**
8519
8674
  * DescribeAccountAttributes请求参数结构体
8520
8675
  */
@@ -9204,6 +9359,98 @@ export interface DescribeVpnGatewaySslServersResponse {
9204
9359
  RequestId?: string
9205
9360
  }
9206
9361
 
9362
+ /**
9363
+ * 子网对象
9364
+ */
9365
+ export interface Subnet {
9366
+ /**
9367
+ * `VPC`实例`ID`。
9368
+ */
9369
+ VpcId: string
9370
+
9371
+ /**
9372
+ * 子网实例`ID`,例如:subnet-bthucmmy。
9373
+ */
9374
+ SubnetId: string
9375
+
9376
+ /**
9377
+ * 子网名称。
9378
+ */
9379
+ SubnetName: string
9380
+
9381
+ /**
9382
+ * 子网的 `IPv4` `CIDR`。
9383
+ */
9384
+ CidrBlock: string
9385
+
9386
+ /**
9387
+ * 是否默认子网。
9388
+ */
9389
+ IsDefault: boolean
9390
+
9391
+ /**
9392
+ * 是否开启广播。
9393
+ */
9394
+ EnableBroadcast: boolean
9395
+
9396
+ /**
9397
+ * 可用区。
9398
+ */
9399
+ Zone: string
9400
+
9401
+ /**
9402
+ * 路由表实例ID,例如:rtb-l2h8d7c2。
9403
+ */
9404
+ RouteTableId: string
9405
+
9406
+ /**
9407
+ * 创建时间。
9408
+ */
9409
+ CreatedTime?: string
9410
+
9411
+ /**
9412
+ * 可用`IPv4`数。
9413
+ */
9414
+ AvailableIpAddressCount: number
9415
+
9416
+ /**
9417
+ * 子网的 `IPv6` `CIDR`。
9418
+ */
9419
+ Ipv6CidrBlock: string
9420
+
9421
+ /**
9422
+ * 关联`ACL`ID
9423
+ */
9424
+ NetworkAclId: string
9425
+
9426
+ /**
9427
+ * 是否为 `SNAT` 地址池子网。
9428
+ */
9429
+ IsRemoteVpcSnat: boolean
9430
+
9431
+ /**
9432
+ * 子网`IPv4`总数。
9433
+ */
9434
+ TotalIpAddressCount: number
9435
+
9436
+ /**
9437
+ * 标签键值对。
9438
+ */
9439
+ TagSet: Array<Tag>
9440
+
9441
+ /**
9442
+ * CDC实例ID。
9443
+ 注意:此字段可能返回 null,表示取不到有效值。
9444
+ */
9445
+ CdcId: string
9446
+
9447
+ /**
9448
+ * 是否是CDC所属子网。0:否 1:是
9449
+ 注意:此字段可能返回 null,表示取不到有效值。
9450
+ */
9451
+ IsCdcSubnet: number
9452
+ }
9453
+
9207
9454
  /**
9208
9455
  * DeleteNatGatewayDestinationIpPortTranslationNatRule返回参数结构体
9209
9456
  */
@@ -9486,6 +9733,16 @@ export interface ModifyTemplateMemberRequest {
9486
9733
  TemplateMember: Array<MemberInfo>
9487
9734
  }
9488
9735
 
9736
+ /**
9737
+ * EnableSnapshotPolicies请求参数结构体
9738
+ */
9739
+ export interface EnableSnapshotPoliciesRequest {
9740
+ /**
9741
+ * 快照策略Id。
9742
+ */
9743
+ SnapshotPolicyIds: Array<string>
9744
+ }
9745
+
9489
9746
  /**
9490
9747
  * DescribeAddresses返回参数结构体
9491
9748
  */
@@ -9531,6 +9788,43 @@ export interface GatewayQos {
9531
9788
  CreateTime: string
9532
9789
  }
9533
9790
 
9791
+ /**
9792
+ * GetCcnRegionBandwidthLimits请求参数结构体
9793
+ */
9794
+ export interface GetCcnRegionBandwidthLimitsRequest {
9795
+ /**
9796
+ * CCN实例ID。形如:ccn-f49l6u0z。
9797
+ */
9798
+ CcnId: string
9799
+
9800
+ /**
9801
+ * 过滤条件。
9802
+ <li>sregion - String - (过滤条件)源地域,形如:ap-guangzhou。</li>
9803
+ <li>dregion - String - (过滤条件)目的地域,形如:ap-shanghai-bm</li>
9804
+ */
9805
+ Filters?: Array<Filter>
9806
+
9807
+ /**
9808
+ * 排序条件,目前支持带宽(BandwidthLimit)和过期时间(ExpireTime)
9809
+ */
9810
+ SortedBy?: string
9811
+
9812
+ /**
9813
+ * 偏移量
9814
+ */
9815
+ Offset?: number
9816
+
9817
+ /**
9818
+ * 返回数量
9819
+ */
9820
+ Limit?: number
9821
+
9822
+ /**
9823
+ * 排序方式,'ASC':升序,'DESC':降序。
9824
+ */
9825
+ OrderBy?: string
9826
+ }
9827
+
9534
9828
  /**
9535
9829
  * ModifyIpv6AddressesAttribute请求参数结构体
9536
9830
  */
@@ -9551,6 +9845,21 @@ export interface ModifyIpv6AddressesAttributeRequest {
9551
9845
  */
9552
9846
  export type DescribeCustomerGatewayVendorsRequest = null
9553
9847
 
9848
+ /**
9849
+ * DetachSnapshotInstances请求参数结构体
9850
+ */
9851
+ export interface DetachSnapshotInstancesRequest {
9852
+ /**
9853
+ * 快照策略Id。
9854
+ */
9855
+ SnapshotPolicyId: string
9856
+
9857
+ /**
9858
+ * 实例信息。
9859
+ */
9860
+ Instances: Array<SnapshotInstance>
9861
+ }
9862
+
9554
9863
  /**
9555
9864
  * DeleteLocalGateway请求参数结构体
9556
9865
  */
@@ -9996,23 +10305,13 @@ export interface DescribeTrafficPackagesResponse {
9996
10305
  }
9997
10306
 
9998
10307
  /**
9999
- * DescribeServiceTemplates返回参数结构体
10308
+ * CreateSnapshotPolicies请求参数结构体
10000
10309
  */
10001
- export interface DescribeServiceTemplatesResponse {
10310
+ export interface CreateSnapshotPoliciesRequest {
10002
10311
  /**
10003
- * 符合条件的实例数量。
10312
+ * 快照策略详情。
10004
10313
  */
10005
- TotalCount: number
10006
-
10007
- /**
10008
- * 协议端口模板对象。
10009
- */
10010
- ServiceTemplateSet: Array<ServiceTemplate>
10011
-
10012
- /**
10013
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10014
- */
10015
- RequestId?: string
10314
+ SnapshotPolicies: Array<SnapshotPolicy>
10016
10315
  }
10017
10316
 
10018
10317
  /**
@@ -10121,6 +10420,21 @@ export interface CheckDefaultSubnetResponse {
10121
10420
  RequestId?: string
10122
10421
  }
10123
10422
 
10423
+ /**
10424
+ * DescribeVpcPrivateIpAddresses返回参数结构体
10425
+ */
10426
+ export interface DescribeVpcPrivateIpAddressesResponse {
10427
+ /**
10428
+ * 内网`IP`地址信息列表。
10429
+ */
10430
+ VpcPrivateIpAddressSet: Array<VpcPrivateIpAddress>
10431
+
10432
+ /**
10433
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10434
+ */
10435
+ RequestId?: string
10436
+ }
10437
+
10124
10438
  /**
10125
10439
  * DisableRoutes请求参数结构体
10126
10440
  */
@@ -10387,6 +10701,16 @@ export interface DisableRoutesResponse {
10387
10701
  RequestId?: string
10388
10702
  }
10389
10703
 
10704
+ /**
10705
+ * ModifySnapshotPolicies请求参数结构体
10706
+ */
10707
+ export interface ModifySnapshotPoliciesRequest {
10708
+ /**
10709
+ * 快照策略修改信息。
10710
+ */
10711
+ SnapshotPoliciesInfo: Array<BatchModifySnapshotPolicy>
10712
+ }
10713
+
10390
10714
  /**
10391
10715
  * ModifyAddressAttribute请求参数结构体
10392
10716
  */
@@ -10885,6 +11209,64 @@ export interface DescribeHaVipsRequest {
10885
11209
  Limit?: number
10886
11210
  }
10887
11211
 
11212
+ /**
11213
+ * 快照策略
11214
+ */
11215
+ export interface SnapshotPolicy {
11216
+ /**
11217
+ * 快照策略名称。
11218
+ */
11219
+ SnapshotPolicyName: string
11220
+
11221
+ /**
11222
+ * 备份策略类型,operate-操作备份,time-定时备份。
11223
+ */
11224
+ BackupType: string
11225
+
11226
+ /**
11227
+ * 保留时间,支持1~365天。
11228
+ */
11229
+ KeepTime: number
11230
+
11231
+ /**
11232
+ * 是否创建新的cos桶,默认为False。
11233
+ 注意:此字段可能返回 null,表示取不到有效值。
11234
+ */
11235
+ CreateNewCos: boolean
11236
+
11237
+ /**
11238
+ * cos桶所在地域。
11239
+ */
11240
+ CosRegion: string
11241
+
11242
+ /**
11243
+ * cos桶。
11244
+ */
11245
+ CosBucket: string
11246
+
11247
+ /**
11248
+ * 快照策略Id。
11249
+ */
11250
+ SnapshotPolicyId?: string
11251
+
11252
+ /**
11253
+ * 时间备份策略。
11254
+ 注意:此字段可能返回 null,表示取不到有效值。
11255
+ */
11256
+ BackupPolicies?: Array<BackupPolicy>
11257
+
11258
+ /**
11259
+ * 启用状态,True-启用,False-停用,默认为True。
11260
+ */
11261
+ Enable?: boolean
11262
+
11263
+ /**
11264
+ * 创建时间。
11265
+ 注意:此字段可能返回 null,表示取不到有效值。
11266
+ */
11267
+ CreateTime?: string
11268
+ }
11269
+
10888
11270
  /**
10889
11271
  * UnassignPrivateIpAddresses返回参数结构体
10890
11272
  */
@@ -11846,6 +12228,16 @@ export interface CheckAssistantCidrRequest {
11846
12228
  OldCidrBlocks?: Array<string>
11847
12229
  }
11848
12230
 
12231
+ /**
12232
+ * RemoveBandwidthPackageResources返回参数结构体
12233
+ */
12234
+ export interface RemoveBandwidthPackageResourcesResponse {
12235
+ /**
12236
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
12237
+ */
12238
+ RequestId?: string
12239
+ }
12240
+
11849
12241
  /**
11850
12242
  * NAT网关的端口转发规则
11851
12243
  */
@@ -11881,6 +12273,16 @@ export interface DestinationIpPortTranslationNatRule {
11881
12273
  Description: string
11882
12274
  }
11883
12275
 
12276
+ /**
12277
+ * DeleteSnapshotPolicies请求参数结构体
12278
+ */
12279
+ export interface DeleteSnapshotPoliciesRequest {
12280
+ /**
12281
+ * 快照策略Id。
12282
+ */
12283
+ SnapshotPolicyIds: Array<string>
12284
+ }
12285
+
11884
12286
  /**
11885
12287
  * CreateDefaultVpc请求参数结构体
11886
12288
  */
@@ -11951,6 +12353,26 @@ export interface CheckAssistantCidrResponse {
11951
12353
  RequestId?: string
11952
12354
  }
11953
12355
 
12356
+ /**
12357
+ * DescribeVpcTaskResult返回参数结构体
12358
+ */
12359
+ export interface DescribeVpcTaskResultResponse {
12360
+ /**
12361
+ * 异步任务执行结果。结果:SUCCESS、FAILED、RUNNING。3者其中之一。其中SUCCESS表示任务执行成功,FAILED表示任务执行失败,RUNNING表示任务执行中。
12362
+ */
12363
+ Status: string
12364
+
12365
+ /**
12366
+ * 异步任务执行输出。
12367
+ */
12368
+ Output: string
12369
+
12370
+ /**
12371
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
12372
+ */
12373
+ RequestId?: string
12374
+ }
12375
+
11954
12376
  /**
11955
12377
  * InquiryPriceRenewVpnGateway请求参数结构体
11956
12378
  */
@@ -12079,19 +12501,9 @@ export interface DisassociateVpcEndPointSecurityGroupsResponse {
12079
12501
  }
12080
12502
 
12081
12503
  /**
12082
- * DescribeVpcTaskResult返回参数结构体
12504
+ * DeleteSnapshotPolicies返回参数结构体
12083
12505
  */
12084
- export interface DescribeVpcTaskResultResponse {
12085
- /**
12086
- * 异步任务执行结果。结果:SUCCESS、FAILED、RUNNING。3者其中之一。其中SUCCESS表示任务执行成功,FAILED表示任务执行失败,RUNNING表示任务执行中。
12087
- */
12088
- Status: string
12089
-
12090
- /**
12091
- * 异步任务执行输出。
12092
- */
12093
- Output: string
12094
-
12506
+ export interface DeleteSnapshotPoliciesResponse {
12095
12507
  /**
12096
12508
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
12097
12509
  */
@@ -12460,26 +12872,43 @@ export interface MigratePrivateIpAddressRequest {
12460
12872
  }
12461
12873
 
12462
12874
  /**
12463
- * DescribeServiceTemplates请求参数结构体
12875
+ * AssignPrivateIpAddresses请求参数结构体
12464
12876
  */
12465
- export interface DescribeServiceTemplatesRequest {
12877
+ export interface AssignPrivateIpAddressesRequest {
12466
12878
  /**
12467
- * 过滤条件。
12468
- <li>service-template-name - 协议端口模板名称。</li>
12469
- <li>service-template-id - 协议端口模板实例ID,例如:ppm-e6dy460g。</li>
12470
- <li>service-port- 协议端口。</li>
12471
- */
12472
- Filters?: Array<Filter>
12879
+ * 弹性网卡实例ID,例如:eni-m6dyj72l。
12880
+ */
12881
+ NetworkInterfaceId: string
12473
12882
 
12474
12883
  /**
12475
- * 偏移量,默认为0。
12884
+ * 指定的内网IP信息,单次最多指定10个。与SecondaryPrivateIpAddressCount至少提供一个。
12476
12885
  */
12477
- Offset?: string
12886
+ PrivateIpAddresses?: Array<PrivateIpAddressSpecification>
12478
12887
 
12479
12888
  /**
12480
- * 返回数量,默认为20,最大值为100。
12889
+ * 新申请的内网IP地址个数,与PrivateIpAddresses至少提供一个。内网IP地址个数总和不能超过配额数,详见<a href="/document/product/576/18527">弹性网卡使用限制</a>。
12481
12890
  */
12482
- Limit?: string
12891
+ SecondaryPrivateIpAddressCount?: number
12892
+ }
12893
+
12894
+ /**
12895
+ * DescribeSnapshotAttachedInstances返回参数结构体
12896
+ */
12897
+ export interface DescribeSnapshotAttachedInstancesResponse {
12898
+ /**
12899
+ * 实例列表
12900
+ */
12901
+ InstanceSet: Array<SnapshotInstance>
12902
+
12903
+ /**
12904
+ * 符合条件的对象数。
12905
+ */
12906
+ TotalCount: number
12907
+
12908
+ /**
12909
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
12910
+ */
12911
+ RequestId?: string
12483
12912
  }
12484
12913
 
12485
12914
  /**
@@ -12507,6 +12936,36 @@ export interface DeleteRouteTableRequest {
12507
12936
  RouteTableId: string
12508
12937
  }
12509
12938
 
12939
+ /**
12940
+ * 快照策略关联实例信息
12941
+ */
12942
+ export interface SnapshotInstance {
12943
+ /**
12944
+ * 实例Id。
12945
+ */
12946
+ InstanceId: string
12947
+
12948
+ /**
12949
+ * 实例类型,目前支持安全组:securitygroup。
12950
+ */
12951
+ InstanceType: string
12952
+
12953
+ /**
12954
+ * 实例所在地域。
12955
+ */
12956
+ InstanceRegion: string
12957
+
12958
+ /**
12959
+ * 快照策略Id。
12960
+ */
12961
+ SnapshotPolicyId?: string
12962
+
12963
+ /**
12964
+ * 实例名称。
12965
+ */
12966
+ InstanceName?: string
12967
+ }
12968
+
12510
12969
  /**
12511
12970
  * CreateVpnGateway请求参数结构体
12512
12971
  */
@@ -12595,6 +13054,46 @@ export interface DeleteVpcEndPointServiceWhiteListResponse {
12595
13054
  RequestId?: string
12596
13055
  }
12597
13056
 
13057
+ /**
13058
+ * DescribeServiceTemplates返回参数结构体
13059
+ */
13060
+ export interface DescribeServiceTemplatesResponse {
13061
+ /**
13062
+ * 符合条件的实例数量。
13063
+ */
13064
+ TotalCount: number
13065
+
13066
+ /**
13067
+ * 协议端口模板对象。
13068
+ */
13069
+ ServiceTemplateSet: Array<ServiceTemplate>
13070
+
13071
+ /**
13072
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
13073
+ */
13074
+ RequestId?: string
13075
+ }
13076
+
13077
+ /**
13078
+ * DescribeSgSnapshotFileContent请求参数结构体
13079
+ */
13080
+ export interface DescribeSgSnapshotFileContentRequest {
13081
+ /**
13082
+ * 快照策略Id。
13083
+ */
13084
+ SnapshotPolicyId: string
13085
+
13086
+ /**
13087
+ * 快照文件Id。
13088
+ */
13089
+ SnapshotFileId: string
13090
+
13091
+ /**
13092
+ * 安全组Id。
13093
+ */
13094
+ SecurityGroupId: string
13095
+ }
13096
+
12598
13097
  /**
12599
13098
  * CreateBandwidthPackage返回参数结构体
12600
13099
  */
@@ -12831,13 +13330,28 @@ export interface LockCcnsResponse {
12831
13330
  }
12832
13331
 
12833
13332
  /**
12834
- * RemoveBandwidthPackageResources返回参数结构体
13333
+ * 批量修改快照策略信息
12835
13334
  */
12836
- export interface RemoveBandwidthPackageResourcesResponse {
13335
+ export interface BatchModifySnapshotPolicy {
12837
13336
  /**
12838
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId
13337
+ * 快照策略Id
12839
13338
  */
12840
- RequestId?: string
13339
+ SnapshotPolicyId: string
13340
+
13341
+ /**
13342
+ * 快照策略名称。
13343
+ */
13344
+ SnapshotPolicyName?: string
13345
+
13346
+ /**
13347
+ * 备份策略。
13348
+ */
13349
+ BackupPolicies?: Array<BackupPolicy>
13350
+
13351
+ /**
13352
+ * 快照保留时间,支持1~365天。
13353
+ */
13354
+ KeepTime?: number
12841
13355
  }
12842
13356
 
12843
13357
  /**
@@ -13014,6 +13528,29 @@ export interface ModifyNatGatewayDestinationIpPortTranslationNatRuleRequest {
13014
13528
  DestinationNatRule: DestinationIpPortTranslationNatRule
13015
13529
  }
13016
13530
 
13531
+ /**
13532
+ * DescribeServiceTemplates请求参数结构体
13533
+ */
13534
+ export interface DescribeServiceTemplatesRequest {
13535
+ /**
13536
+ * 过滤条件。
13537
+ <li>service-template-name - 协议端口模板名称。</li>
13538
+ <li>service-template-id - 协议端口模板实例ID,例如:ppm-e6dy460g。</li>
13539
+ <li>service-port- 协议端口。</li>
13540
+ */
13541
+ Filters?: Array<Filter>
13542
+
13543
+ /**
13544
+ * 偏移量,默认为0。
13545
+ */
13546
+ Offset?: string
13547
+
13548
+ /**
13549
+ * 返回数量,默认为20,最大值为100。
13550
+ */
13551
+ Limit?: string
13552
+ }
13553
+
13017
13554
  /**
13018
13555
  * 协议端口模板
13019
13556
  */
@@ -13564,6 +14101,36 @@ export interface NetworkInterfaceAttachment {
13564
14101
  AttachTime: string
13565
14102
  }
13566
14103
 
14104
+ /**
14105
+ * 快照文件信息
14106
+ */
14107
+ export interface SnapshotFileInfo {
14108
+ /**
14109
+ * 快照策略Id。
14110
+ */
14111
+ SnapshotPolicyId: string
14112
+
14113
+ /**
14114
+ * 实例Id。
14115
+ */
14116
+ InstanceId: string
14117
+
14118
+ /**
14119
+ * 快照文件Id。
14120
+ */
14121
+ SnapshotFileId: string
14122
+
14123
+ /**
14124
+ * 备份时间。
14125
+ */
14126
+ BackupTime: string
14127
+
14128
+ /**
14129
+ * 操作者Uin。
14130
+ */
14131
+ Operator: string
14132
+ }
14133
+
13567
14134
  /**
13568
14135
  * ModifyNetworkInterfaceAttribute请求参数结构体
13569
14136
  */
@@ -13855,40 +14422,31 @@ export interface CreateRouteTableResponse {
13855
14422
  export type DescribeCrossBorderCcnRegionBandwidthLimitsRequest = null
13856
14423
 
13857
14424
  /**
13858
- * GetCcnRegionBandwidthLimits请求参数结构体
14425
+ * DescribeSnapshotAttachedInstances请求参数结构体
13859
14426
  */
13860
- export interface GetCcnRegionBandwidthLimitsRequest {
14427
+ export interface DescribeSnapshotAttachedInstancesRequest {
13861
14428
  /**
13862
- * CCN实例ID。形如:ccn-f49l6u0z
14429
+ * 快照策略Id
13863
14430
  */
13864
- CcnId: string
14431
+ SnapshotPolicyId: string
13865
14432
 
13866
14433
  /**
13867
14434
  * 过滤条件。
13868
- <li>sregion - String - (过滤条件)源地域,形如:ap-guangzhou。</li>
13869
- <li>dregion - String - (过滤条件)目的地域,形如:ap-shanghai-bm</li>
14435
+ 支持的过滤条件如下:
14436
+ <li>instance-id:实例ID。</li>
14437
+ <li>instance-region:实例所在地域。</li>
13870
14438
  */
13871
14439
  Filters?: Array<Filter>
13872
14440
 
13873
14441
  /**
13874
- * 排序条件,目前支持带宽(BandwidthLimit)和过期时间(ExpireTime)
13875
- */
13876
- SortedBy?: string
13877
-
13878
- /**
13879
- * 偏移量
14442
+ * 偏移量,默认为0。
13880
14443
  */
13881
14444
  Offset?: number
13882
14445
 
13883
14446
  /**
13884
- * 返回数量
14447
+ * 返回数量,默认为20,最大为200。
13885
14448
  */
13886
14449
  Limit?: number
13887
-
13888
- /**
13889
- * 排序方式,'ASC':升序,'DESC':降序。
13890
- */
13891
- OrderBy?: string
13892
14450
  }
13893
14451
 
13894
14452
  /**