tencentcloud-sdk-nodejs-cdn 4.0.317 → 4.0.320

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.
@@ -1514,14 +1514,14 @@ export interface ListTopDataRequest {
1514
1514
  /**
1515
1515
  * 查询起始日期:yyyy-MM-dd HH:mm:ss
1516
1516
  仅支持按天粒度的数据查询,取入参中的天信息作为起始日期
1517
- 返回大于等于起始日期当天 00:00:00 点产生的数据
1517
+ 返回大于等于起始日期当天 00:00:00 点产生的数据,如 StartTime为2018-09-04 10:40:00,返回数据的起始时间为2018-09-04 00:00:00
1518
1518
  仅支持 90 天内数据查询
1519
1519
  */
1520
1520
  StartTime: string;
1521
1521
  /**
1522
1522
  * 查询结束日期:yyyy-MM-dd HH:mm:ss
1523
1523
  仅支持按天粒度的数据查询,取入参中的天信息作为结束日期
1524
- 返回小于等于结束日期当天 23:59:59 产生的数据
1524
+ 返回小于等于结束日期当天 23:59:59 产生的数据,如EndTime为2018-09-05 22:40:00,返回数据的结束时间为2018-09-05 23:59:59
1525
1525
  EndTime 需要大于等于 StartTime
1526
1526
  */
1527
1527
  EndTime: string;
@@ -3484,6 +3484,11 @@ export interface UpdateDomainConfigRequest {
3484
3484
  * 浏览器缓存配置(功能灰度中,尚未全量)
3485
3485
  */
3486
3486
  MaxAge?: MaxAge;
3487
+ /**
3488
+ * 地域属性特殊配置
3489
+ 适用于域名境内加速、境外加速配置不一致场景
3490
+ */
3491
+ SpecificConfig?: SpecificConfig;
3487
3492
  /**
3488
3493
  * 域名业务类型
3489
3494
  web:静态加速
@@ -3491,11 +3496,6 @@ export interface UpdateDomainConfigRequest {
3491
3496
  media:流媒体点播加速
3492
3497
  */
3493
3498
  ServiceType?: string;
3494
- /**
3495
- * 地域属性特殊配置
3496
- 适用于域名境内加速、境外加速配置不一致场景
3497
- */
3498
- SpecificConfig?: SpecificConfig;
3499
3499
  /**
3500
3500
  * 域名加速区域
3501
3501
  mainland:中国境内加速
@@ -7579,35 +7579,40 @@ export interface DescribeDiagnoseReportResponse {
7579
7579
  /**
7580
7580
  * 诊断报告基础信息
7581
7581
  */
7582
- BaskInfo?: DiagnoseData;
7582
+ BaskInfo: DiagnoseData;
7583
7583
  /**
7584
7584
  * CNAME检测信息
7585
7585
  */
7586
- CnameInfo?: DiagnoseData;
7586
+ CnameInfo: DiagnoseData;
7587
7587
  /**
7588
7588
  * 客户端检测信息
7589
7589
  */
7590
- ClientInfo?: DiagnoseData;
7590
+ ClientInfo: DiagnoseData;
7591
7591
  /**
7592
7592
  * DNS检测信息
7593
7593
  */
7594
- DnsInfo?: DiagnoseData;
7594
+ DnsInfo: DiagnoseData;
7595
7595
  /**
7596
7596
  * 网络检测信息
7597
7597
  */
7598
- NetworkInfo?: DiagnoseData;
7598
+ NetworkInfo: DiagnoseData;
7599
7599
  /**
7600
7600
  * 边缘节点检测信息
7601
7601
  */
7602
- OcNodeInfo?: DiagnoseData;
7602
+ OcNodeInfo: DiagnoseData;
7603
7603
  /**
7604
7604
  * 中间源节点检测信息
7605
7605
  */
7606
- MidNodeInfo?: DiagnoseData;
7606
+ MidNodeInfo: DiagnoseData;
7607
7607
  /**
7608
7608
  * 源站检测信息
7609
7609
  */
7610
- OriginInfo?: DiagnoseData;
7610
+ OriginInfo: DiagnoseData;
7611
+ /**
7612
+ * 刷新检测信息
7613
+ 注意:此字段可能返回 null,表示取不到有效值。
7614
+ */
7615
+ PurgeInfo: DiagnoseData;
7611
7616
  /**
7612
7617
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7613
7618
  */