tencentcloud-sdk-nodejs 4.0.367 → 4.0.370

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 (74) hide show
  1. package/CHANGELOG.md +438 -0
  2. package/SERVICE_CHANGELOG.md +388 -57
  3. package/package.json +1 -1
  4. package/products.md +25 -25
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_client.ts +1 -1
  7. package/src/services/cdn/v20180606/cdn_models.ts +12 -0
  8. package/src/services/cii/v20210408/cii_models.ts +5 -0
  9. package/src/services/cme/v20191029/cme_client.ts +3 -1
  10. package/src/services/cme/v20191029/cme_models.ts +21 -0
  11. package/src/services/cpdp/v20190820/cpdp_models.ts +18 -6
  12. package/src/services/cwp/v20180228/cwp_client.ts +1 -0
  13. package/src/services/cwp/v20180228/cwp_models.ts +38 -2
  14. package/src/services/dnspod/v20210323/dnspod_client.ts +75 -26
  15. package/src/services/dnspod/v20210323/dnspod_models.ts +184 -0
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +10 -0
  17. package/src/services/mmps/v20200710/mmps_models.ts +6 -0
  18. package/src/services/monitor/v20180724/monitor_client.ts +333 -52
  19. package/src/services/monitor/v20180724/monitor_models.ts +1493 -447
  20. package/src/services/mrs/v20200910/mrs_client.ts +1 -0
  21. package/src/services/mrs/v20200910/mrs_models.ts +65 -0
  22. package/src/services/ocr/v20181119/ocr_models.ts +11 -10
  23. package/src/services/postgres/v20170312/postgres_models.ts +2 -2
  24. package/src/services/tcbr/v20220217/tcbr_client.ts +21 -7
  25. package/src/services/tcbr/v20220217/tcbr_models.ts +184 -16
  26. package/src/services/teo/v20220106/teo_client.ts +4 -3
  27. package/src/services/teo/v20220106/teo_models.ts +135 -108
  28. package/src/services/tke/v20180525/tke_client.ts +13 -1
  29. package/src/services/tke/v20180525/tke_models.ts +63 -8
  30. package/src/services/vod/v20180717/vod_models.ts +16 -15
  31. package/src/services/vpc/v20170312/vpc_client.ts +2 -0
  32. package/src/services/vpc/v20170312/vpc_models.ts +111 -6
  33. package/src/services/waf/v20180125/waf_client.ts +37 -20
  34. package/src/services/waf/v20180125/waf_models.ts +435 -129
  35. package/tencentcloud/common/sdk_version.d.ts +1 -1
  36. package/tencentcloud/common/sdk_version.js +1 -1
  37. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  38. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  39. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -0
  40. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +4 -0
  41. package/tencentcloud/services/cme/v20191029/cme_client.d.ts +2 -1
  42. package/tencentcloud/services/cme/v20191029/cme_client.js +2 -1
  43. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +18 -0
  44. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +16 -6
  45. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +32 -2
  46. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +26 -10
  47. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +37 -13
  48. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +159 -0
  49. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +8 -0
  50. package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +5 -0
  51. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +106 -14
  52. package/tencentcloud/services/monitor/v20180724/monitor_client.js +155 -17
  53. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1316 -413
  54. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +55 -0
  55. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +11 -10
  56. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +2 -2
  57. package/tencentcloud/services/tcbr/v20220217/tcbr_client.d.ts +7 -3
  58. package/tencentcloud/services/tcbr/v20220217/tcbr_client.js +9 -3
  59. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +153 -14
  60. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +1 -1
  61. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +114 -91
  62. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +5 -1
  63. package/tencentcloud/services/tke/v20180525/tke_client.js +6 -0
  64. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +54 -8
  65. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +13 -12
  66. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +92 -6
  67. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +9 -5
  68. package/tencentcloud/services/waf/v20180125/waf_client.js +12 -6
  69. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +363 -108
  70. package/test/dnspod.v20210323.test.js +48 -8
  71. package/test/monitor.v20180724.test.js +238 -8
  72. package/test/tcbr.v20220217.test.js +12 -2
  73. package/test/tke.v20180525.test.js +10 -0
  74. package/test/waf.v20180125.test.js +14 -4
@@ -964,6 +964,11 @@ export interface ModifyZoneSettingRequest {
964
964
  * 客户端IP回源请求头配置
965
965
  */
966
966
  ClientIpHeader?: ClientIp
967
+
968
+ /**
969
+ * 缓存预刷新配置
970
+ */
971
+ CachePrefresh?: CachePrefresh
967
972
  }
968
973
 
969
974
  /**
@@ -1845,7 +1850,7 @@ export interface L7OfflineLog {
1845
1850
  LogTime: number
1846
1851
 
1847
1852
  /**
1848
- * 站点名称
1853
+ * 子域名
1849
1854
  注意:此字段可能返回 null,表示取不到有效值。
1850
1855
  */
1851
1856
  Domain: string
@@ -2234,21 +2239,6 @@ export interface DescribeCnameStatusResponse {
2234
2239
  RequestId?: string
2235
2240
  }
2236
2241
 
2237
- /**
2238
- * DeleteDnsRecords返回参数结构体
2239
- */
2240
- export interface DeleteDnsRecordsResponse {
2241
- /**
2242
- * 记录 ID
2243
- */
2244
- Ids: Array<string>
2245
-
2246
- /**
2247
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2248
- */
2249
- RequestId?: string
2250
- }
2251
-
2252
2242
  /**
2253
2243
  * DescribeLoadBalancing请求参数结构体
2254
2244
  */
@@ -4064,12 +4054,12 @@ export interface DownloadL7LogsRequest {
4064
4054
  PageNo: number
4065
4055
 
4066
4056
  /**
4067
- * 站点集合
4057
+ * 站点名集合
4068
4058
  */
4069
4059
  Zones?: Array<string>
4070
4060
 
4071
4061
  /**
4072
- * 域名集合
4062
+ * 子域名集合
4073
4063
  */
4074
4064
  Domains?: Array<string>
4075
4065
  }
@@ -4431,6 +4421,22 @@ export interface DescribeDefaultCertificatesResponse {
4431
4421
  RequestId?: string
4432
4422
  }
4433
4423
 
4424
+ /**
4425
+ * 缓存预刷新
4426
+ */
4427
+ export interface CachePrefresh {
4428
+ /**
4429
+ * 缓存预刷新配置开关
4430
+ */
4431
+ Switch: string
4432
+
4433
+ /**
4434
+ * 缓存预刷新百分比:1-99
4435
+ 注意:此字段可能返回 null,表示取不到有效值。
4436
+ */
4437
+ Percent?: number
4438
+ }
4439
+
4434
4440
  /**
4435
4441
  * DescribeTimingL7AnalysisData返回参数结构体
4436
4442
  */
@@ -4748,6 +4754,21 @@ online: 启用
4748
4754
  Status: string
4749
4755
  }
4750
4756
 
4757
+ /**
4758
+ * ModifyLoadBalancing返回参数结构体
4759
+ */
4760
+ export interface ModifyLoadBalancingResponse {
4761
+ /**
4762
+ * 负载均衡ID
4763
+ */
4764
+ LoadBalancingId: string
4765
+
4766
+ /**
4767
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4768
+ */
4769
+ RequestId?: string
4770
+ }
4771
+
4751
4772
  /**
4752
4773
  * Web拦截事件
4753
4774
  */
@@ -6555,6 +6576,12 @@ export interface DescribeZoneSettingResponse {
6555
6576
  */
6556
6577
  ClientIpHeader: ClientIp
6557
6578
 
6579
+ /**
6580
+ * 缓存预刷新配置
6581
+ 注意:此字段可能返回 null,表示取不到有效值。
6582
+ */
6583
+ CachePrefresh: CachePrefresh
6584
+
6558
6585
  /**
6559
6586
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6560
6587
  */
@@ -7321,95 +7348,13 @@ Targets可为空,不需要填写
7321
7348
  }
7322
7349
 
7323
7350
  /**
7324
- * DescribeApplicationProxyDetail返回参数结构体
7351
+ * DeleteDnsRecords返回参数结构体
7325
7352
  */
7326
- export interface DescribeApplicationProxyDetailResponse {
7327
- /**
7328
- * 实例ID
7329
- */
7330
- ProxyId: string
7331
-
7332
- /**
7333
- * 实例名称
7334
- */
7335
- ProxyName: string
7336
-
7337
- /**
7338
- * 调度模式:
7339
- ip表示Anycast IP
7340
- domain表示CNAME
7341
- */
7342
- PlatType: string
7343
-
7344
- /**
7345
- * 0关闭安全,1开启安全
7346
- */
7347
- SecurityType: number
7348
-
7349
- /**
7350
- * 0关闭加速,1开启加速
7351
- */
7352
- AccelerateType: number
7353
-
7354
- /**
7355
- * 字段已经移至Rule.ForwardClientIp
7356
- */
7357
- ForwardClientIp: string
7358
-
7359
- /**
7360
- * 字段已经移至Rule.SessionPersist
7361
- */
7362
- SessionPersist: boolean
7363
-
7364
- /**
7365
- * 规则列表
7366
- */
7367
- Rule: Array<ApplicationProxyRule>
7368
-
7369
- /**
7370
- * 状态:
7371
- online:启用
7372
- offline:停用
7373
- progress:部署中
7374
- */
7375
- Status: string
7376
-
7377
- /**
7378
- * 调度信息
7379
- */
7380
- ScheduleValue: Array<string>
7381
-
7382
- /**
7383
- * 更新时间
7384
- */
7385
- UpdateTime: string
7386
-
7387
- /**
7388
- * 站点ID
7389
- */
7390
- ZoneId: string
7391
-
7392
- /**
7393
- * 站点名称
7394
- */
7395
- ZoneName: string
7396
-
7397
- /**
7398
- * 会话保持时间
7399
- */
7400
- SessionPersistTime: number
7401
-
7402
- /**
7403
- * 服务类型
7404
- hostname:子域名
7405
- instance:实例
7406
- */
7407
- ProxyType: string
7408
-
7353
+ export interface DeleteDnsRecordsResponse {
7409
7354
  /**
7410
- * 七层实例ID
7355
+ * 记录 ID
7411
7356
  */
7412
- HostId: string
7357
+ Ids: Array<string>
7413
7358
 
7414
7359
  /**
7415
7360
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -7879,13 +7824,95 @@ export interface ModifyZoneCnameSpeedUpRequest {
7879
7824
  }
7880
7825
 
7881
7826
  /**
7882
- * ModifyLoadBalancing返回参数结构体
7827
+ * DescribeApplicationProxyDetail返回参数结构体
7883
7828
  */
7884
- export interface ModifyLoadBalancingResponse {
7829
+ export interface DescribeApplicationProxyDetailResponse {
7885
7830
  /**
7886
- * 负载均衡ID
7831
+ * 实例ID
7887
7832
  */
7888
- LoadBalancingId: string
7833
+ ProxyId: string
7834
+
7835
+ /**
7836
+ * 实例名称
7837
+ */
7838
+ ProxyName: string
7839
+
7840
+ /**
7841
+ * 调度模式:
7842
+ ip表示Anycast IP
7843
+ domain表示CNAME
7844
+ */
7845
+ PlatType: string
7846
+
7847
+ /**
7848
+ * 0关闭安全,1开启安全
7849
+ */
7850
+ SecurityType: number
7851
+
7852
+ /**
7853
+ * 0关闭加速,1开启加速
7854
+ */
7855
+ AccelerateType: number
7856
+
7857
+ /**
7858
+ * 字段已经移至Rule.ForwardClientIp
7859
+ */
7860
+ ForwardClientIp: string
7861
+
7862
+ /**
7863
+ * 字段已经移至Rule.SessionPersist
7864
+ */
7865
+ SessionPersist: boolean
7866
+
7867
+ /**
7868
+ * 规则列表
7869
+ */
7870
+ Rule: Array<ApplicationProxyRule>
7871
+
7872
+ /**
7873
+ * 状态:
7874
+ online:启用
7875
+ offline:停用
7876
+ progress:部署中
7877
+ */
7878
+ Status: string
7879
+
7880
+ /**
7881
+ * 调度信息
7882
+ */
7883
+ ScheduleValue: Array<string>
7884
+
7885
+ /**
7886
+ * 更新时间
7887
+ */
7888
+ UpdateTime: string
7889
+
7890
+ /**
7891
+ * 站点ID
7892
+ */
7893
+ ZoneId: string
7894
+
7895
+ /**
7896
+ * 站点名称
7897
+ */
7898
+ ZoneName: string
7899
+
7900
+ /**
7901
+ * 会话保持时间
7902
+ */
7903
+ SessionPersistTime: number
7904
+
7905
+ /**
7906
+ * 服务类型
7907
+ hostname:子域名
7908
+ instance:实例
7909
+ */
7910
+ ProxyType: string
7911
+
7912
+ /**
7913
+ * 七层实例ID
7914
+ */
7915
+ HostId: string
7889
7916
 
7890
7917
  /**
7891
7918
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -208,7 +208,7 @@ import {
208
208
  CreateClusterInstancesResponse,
209
209
  InstanceUpgradeClusterStatus,
210
210
  DescribeClusterRoutesRequest,
211
- DeleteECMInstancesRequest,
211
+ ForwardTKEEdgeApplicationRequestV3Request,
212
212
  ClusterLevelAttribute,
213
213
  RemoveNodeFromNodePoolResponse,
214
214
  SetNodePoolNodeProtectionRequest,
@@ -246,6 +246,7 @@ import {
246
246
  AddNodeToNodePoolRequest,
247
247
  DescribeExternalClusterSpecRequest,
248
248
  ModifyPrometheusGlobalNotificationResponse,
249
+ ForwardTKEEdgeApplicationRequestV3Response,
249
250
  AutoScalingGroupRange,
250
251
  DescribePrometheusGlobalNotificationRequest,
251
252
  ClusterPublicLB,
@@ -321,6 +322,7 @@ import {
321
322
  ECMRunSecurityServiceEnabled,
322
323
  SyncPrometheusTemplateResponse,
323
324
  ClusterAsGroupAttribute,
325
+ DeleteECMInstancesRequest,
324
326
  DisableEventPersistenceRequest,
325
327
  RunMonitorServiceEnabled,
326
328
  CreateEKSContainerInstancesRequest,
@@ -1824,6 +1826,16 @@ export class Client extends AbstractClient {
1824
1826
  return this.request("EnableClusterDeletionProtection", req, cb)
1825
1827
  }
1826
1828
 
1829
+ /**
1830
+ * 操作TKEEdge集群的addon
1831
+ */
1832
+ async ForwardTKEEdgeApplicationRequestV3(
1833
+ req: ForwardTKEEdgeApplicationRequestV3Request,
1834
+ cb?: (error: string, rep: ForwardTKEEdgeApplicationRequestV3Response) => void
1835
+ ): Promise<ForwardTKEEdgeApplicationRequestV3Response> {
1836
+ return this.request("ForwardTKEEdgeApplicationRequestV3", req, cb)
1837
+ }
1838
+
1827
1839
  /**
1828
1840
  * 同步模板到实例或者集群
1829
1841
  */
@@ -1060,7 +1060,7 @@ export interface DescribeEKSClusterCredentialResponse {
1060
1060
  Addresses: Array<IPAddress>
1061
1061
 
1062
1062
  /**
1063
- * 集群的认证信息
1063
+ * 集群的认证信息(token只有请求是主账号才返回,子账户请使用返回的kubeconfig)
1064
1064
  */
1065
1065
  Credential: ClusterCredential
1066
1066
 
@@ -4743,18 +4743,43 @@ export interface DescribeClusterRoutesRequest {
4743
4743
  }
4744
4744
 
4745
4745
  /**
4746
- * DeleteECMInstances请求参数结构体
4746
+ * ForwardTKEEdgeApplicationRequestV3请求参数结构体
4747
4747
  */
4748
- export interface DeleteECMInstancesRequest {
4748
+ export interface ForwardTKEEdgeApplicationRequestV3Request {
4749
4749
  /**
4750
- * 集群ID
4750
+ * 请求集群addon的访问
4751
4751
  */
4752
- ClusterID: string
4752
+ Method: string
4753
4753
 
4754
4754
  /**
4755
- * ecm id集合
4755
+ * 请求集群addon的路径
4756
4756
  */
4757
- EcmIdSet: Array<string>
4757
+ Path: string
4758
+
4759
+ /**
4760
+ * 请求集群addon后允许接收的数据格式
4761
+ */
4762
+ Accept?: string
4763
+
4764
+ /**
4765
+ * 请求集群addon的数据格式
4766
+ */
4767
+ ContentType?: string
4768
+
4769
+ /**
4770
+ * 请求集群addon的数据
4771
+ */
4772
+ RequestBody?: string
4773
+
4774
+ /**
4775
+ * 集群名称,例如cls-1234abcd
4776
+ */
4777
+ ClusterName?: string
4778
+
4779
+ /**
4780
+ * 是否编码请求内容
4781
+ */
4782
+ EncodedBody?: string
4758
4783
  }
4759
4784
 
4760
4785
  /**
@@ -5515,6 +5540,21 @@ export interface ModifyPrometheusGlobalNotificationResponse {
5515
5540
  RequestId?: string
5516
5541
  }
5517
5542
 
5543
+ /**
5544
+ * ForwardTKEEdgeApplicationRequestV3返回参数结构体
5545
+ */
5546
+ export interface ForwardTKEEdgeApplicationRequestV3Response {
5547
+ /**
5548
+ * 请求集群addon后返回的数据
5549
+ */
5550
+ ResponseBody: string
5551
+
5552
+ /**
5553
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5554
+ */
5555
+ RequestId?: string
5556
+ }
5557
+
5518
5558
  /**
5519
5559
  * 集群关联的伸缩组最大实例数最小值实例数
5520
5560
  */
@@ -7121,6 +7161,21 @@ export interface ClusterAsGroupAttribute {
7121
7161
  AutoScalingGroupRange?: AutoScalingGroupRange
7122
7162
  }
7123
7163
 
7164
+ /**
7165
+ * DeleteECMInstances请求参数结构体
7166
+ */
7167
+ export interface DeleteECMInstancesRequest {
7168
+ /**
7169
+ * 集群ID
7170
+ */
7171
+ ClusterID: string
7172
+
7173
+ /**
7174
+ * ecm id集合
7175
+ */
7176
+ EcmIdSet: Array<string>
7177
+ }
7178
+
7124
7179
  /**
7125
7180
  * DisableEventPersistence请求参数结构体
7126
7181
  */
@@ -8331,7 +8386,7 @@ export interface DeleteClusterEndpointVipResponse {
8331
8386
  */
8332
8387
  export interface ClusterBasicSettings {
8333
8388
  /**
8334
- * 集群系统,支持的os:https://cloud.tencent.com/document/product/457/68289
8389
+ * 集群操作系统,支持设置公共镜像(字段传相应镜像ID)和自定义镜像(字段传相应镜像Name),详情参考:https://cloud.tencent.com/document/product/457/68289
8335
8390
  */
8336
8391
  ClusterOs?: string
8337
8392
 
@@ -14667,8 +14667,9 @@ export interface MediaTranscodeItem {
14667
14667
  Width: number
14668
14668
 
14669
14669
  /**
14670
- * 媒体文件总大小(视频为 HLS 时,大小是 m3u8 和 ts 文件大小的总和),单位:字节。
14671
- */
14670
+ * 媒体文件总大小,单位:字节。
14671
+ <li>当媒体文件为 HLS 时,大小是 m3u8 和 ts 文件大小的总和。</li>
14672
+ */
14672
14673
  Size: number
14673
14674
 
14674
14675
  /**
@@ -14676,25 +14677,25 @@ export interface MediaTranscodeItem {
14676
14677
  */
14677
14678
  Duration: number
14678
14679
 
14679
- /**
14680
- * 容器类型,例如 m4a,mp4 等。
14681
- */
14682
- Container: string
14683
-
14684
14680
  /**
14685
14681
  * 视频的 md5 值。
14686
14682
  */
14687
14683
  Md5: string
14688
14684
 
14689
14685
  /**
14690
- * 音频流信息。
14686
+ * 容器类型,例如 m4a,mp4 等。
14691
14687
  */
14692
- AudioStreamSet: Array<MediaAudioStreamItem>
14688
+ Container: string
14693
14689
 
14694
14690
  /**
14695
14691
  * 视频流信息。
14696
14692
  */
14697
14693
  VideoStreamSet: Array<MediaVideoStreamItem>
14694
+
14695
+ /**
14696
+ * 音频流信息。
14697
+ */
14698
+ AudioStreamSet: Array<MediaAudioStreamItem>
14698
14699
  }
14699
14700
 
14700
14701
  /**
@@ -15059,6 +15060,11 @@ export interface DescribeProcedureTemplatesResponse {
15059
15060
  * SearchMedia请求参数结构体
15060
15061
  */
15061
15062
  export interface SearchMediaRequest {
15063
+ /**
15064
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
15065
+ */
15066
+ SubAppId?: number
15067
+
15062
15068
  /**
15063
15069
  * 文件 ID 集合,匹配集合中的任意元素。
15064
15070
  <li>数组长度限制:10。</li>
@@ -15095,7 +15101,7 @@ export interface SearchMediaRequest {
15095
15101
 
15096
15102
  /**
15097
15103
  * 标签集合,匹配集合中任意元素。
15098
- <li>单个标签长度限制:8个字符。</li>
15104
+ <li>单个标签长度限制:16个字符。</li>
15099
15105
  <li>数组长度限制:10。</li>
15100
15106
  */
15101
15107
  Tags?: Array<string>
@@ -15179,11 +15185,6 @@ export interface SearchMediaRequest {
15179
15185
  */
15180
15186
  StorageRegions?: Array<string>
15181
15187
 
15182
- /**
15183
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
15184
- */
15185
- SubAppId?: number
15186
-
15187
15188
  /**
15188
15189
  * 存储类型数组。可选值有:
15189
15190
  <li> STANDARD:标准存储。</li>
@@ -294,6 +294,7 @@ import {
294
294
  DescribeVpcEndPointServiceRequest,
295
295
  ModifyServiceTemplateAttributeRequest,
296
296
  AssociateAddressResponse,
297
+ AccessPolicy,
297
298
  ModifyCcnAttachedInstancesAttributeResponse,
298
299
  CreateNetworkAclRequest,
299
300
  DescribeAddressesRequest,
@@ -531,6 +532,7 @@ import {
531
532
  ModifyVpnGatewayCcnRoutesResponse,
532
533
  DetachCcnInstancesResponse,
533
534
  ModifyServiceTemplateGroupAttributeResponse,
535
+ SslClientConfig,
534
536
  DeleteSubnetRequest,
535
537
  DescribeAddressTemplateGroupsRequest,
536
538
  CheckNetDetectStateResponse,