@huaweicloud/huaweicloud-sdk-cdn 3.1.23
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE +13 -0
- package/README.md +1 -0
- package/huaweicloud-sdk-cdn.d.ts +2 -0
- package/huaweicloud-sdk-cdn.js +18 -0
- package/package.json +19 -0
- package/v1/CdnClient.d.ts +1372 -0
- package/v1/CdnClient.js +3128 -0
- package/v1/CdnRegion.d.ts +7 -0
- package/v1/CdnRegion.js +29 -0
- package/v1/model/BatchDeleteTagsRequest.d.ts +6 -0
- package/v1/model/BatchDeleteTagsRequest.js +13 -0
- package/v1/model/BatchDeleteTagsResponse.d.ts +4 -0
- package/v1/model/BatchDeleteTagsResponse.js +27 -0
- package/v1/model/BlackWhiteListBody.d.ts +9 -0
- package/v1/model/BlackWhiteListBody.js +28 -0
- package/v1/model/CacheConfig.d.ts +17 -0
- package/v1/model/CacheConfig.js +45 -0
- package/v1/model/CacheConfigRequest.d.ts +17 -0
- package/v1/model/CacheConfigRequest.js +45 -0
- package/v1/model/CacheConfigRequestBody.d.ts +8 -0
- package/v1/model/CacheConfigRequestBody.js +24 -0
- package/v1/model/CacheUrlParameterFilter.d.ts +7 -0
- package/v1/model/CacheUrlParameterFilter.js +17 -0
- package/v1/model/CdnIps.d.ts +13 -0
- package/v1/model/CdnIps.js +29 -0
- package/v1/model/Compress.d.ts +7 -0
- package/v1/model/Compress.js +18 -0
- package/v1/model/CompressRequest.d.ts +7 -0
- package/v1/model/CompressRequest.js +23 -0
- package/v1/model/CompressResponse.d.ts +12 -0
- package/v1/model/CompressResponse.js +38 -0
- package/v1/model/CompressRules.d.ts +11 -0
- package/v1/model/CompressRules.js +37 -0
- package/v1/model/Configs.d.ts +69 -0
- package/v1/model/Configs.js +189 -0
- package/v1/model/ConfigsGetBody.d.ts +69 -0
- package/v1/model/ConfigsGetBody.js +189 -0
- package/v1/model/CreateDomainRequest.d.ts +6 -0
- package/v1/model/CreateDomainRequest.js +13 -0
- package/v1/model/CreateDomainRequestBody.d.ts +6 -0
- package/v1/model/CreateDomainRequestBody.js +14 -0
- package/v1/model/CreateDomainResponse.d.ts +7 -0
- package/v1/model/CreateDomainResponse.js +31 -0
- package/v1/model/CreateDomainResponseBodyContent.d.ts +67 -0
- package/v1/model/CreateDomainResponseBodyContent.js +211 -0
- package/v1/model/CreatePreheatingTasksRequest.d.ts +10 -0
- package/v1/model/CreatePreheatingTasksRequest.js +27 -0
- package/v1/model/CreatePreheatingTasksResponse.d.ts +8 -0
- package/v1/model/CreatePreheatingTasksResponse.js +41 -0
- package/v1/model/CreateRefreshTasksRequest.d.ts +10 -0
- package/v1/model/CreateRefreshTasksRequest.js +27 -0
- package/v1/model/CreateRefreshTasksResponse.d.ts +8 -0
- package/v1/model/CreateRefreshTasksResponse.js +41 -0
- package/v1/model/CreateTagsRequest.d.ts +6 -0
- package/v1/model/CreateTagsRequest.js +13 -0
- package/v1/model/CreateTagsRequestBody.d.ts +9 -0
- package/v1/model/CreateTagsRequestBody.js +29 -0
- package/v1/model/CreateTagsResponse.d.ts +4 -0
- package/v1/model/CreateTagsResponse.js +27 -0
- package/v1/model/DeleteDomainRequest.d.ts +11 -0
- package/v1/model/DeleteDomainRequest.js +38 -0
- package/v1/model/DeleteDomainResponse.d.ts +7 -0
- package/v1/model/DeleteDomainResponse.js +31 -0
- package/v1/model/DeleteTagsRequestBody.d.ts +9 -0
- package/v1/model/DeleteTagsRequestBody.js +29 -0
- package/v1/model/DisableDomainRequest.d.ts +11 -0
- package/v1/model/DisableDomainRequest.js +38 -0
- package/v1/model/DisableDomainResponse.d.ts +7 -0
- package/v1/model/DisableDomainResponse.js +31 -0
- package/v1/model/DomainBody.d.ts +41 -0
- package/v1/model/DomainBody.js +94 -0
- package/v1/model/DomainItemDetail.d.ts +21 -0
- package/v1/model/DomainItemDetail.js +55 -0
- package/v1/model/DomainItemLocationDetails.d.ts +18 -0
- package/v1/model/DomainItemLocationDetails.js +55 -0
- package/v1/model/DomainOriginHost.d.ts +15 -0
- package/v1/model/DomainOriginHost.js +52 -0
- package/v1/model/DomainRegion.d.ts +17 -0
- package/v1/model/DomainRegion.js +37 -0
- package/v1/model/Domains.d.ts +88 -0
- package/v1/model/Domains.js +263 -0
- package/v1/model/DomainsWithPort.d.ts +88 -0
- package/v1/model/DomainsWithPort.js +263 -0
- package/v1/model/EnableDomainRequest.d.ts +11 -0
- package/v1/model/EnableDomainRequest.js +38 -0
- package/v1/model/EnableDomainResponse.d.ts +7 -0
- package/v1/model/EnableDomainResponse.js +31 -0
- package/v1/model/ErrorCodeCache.d.ts +7 -0
- package/v1/model/ErrorCodeCache.js +17 -0
- package/v1/model/ErrorCodeRedirectRules.d.ts +15 -0
- package/v1/model/ErrorCodeRedirectRules.js +54 -0
- package/v1/model/Follow302StatusBody.d.ts +19 -0
- package/v1/model/Follow302StatusBody.js +46 -0
- package/v1/model/Follow302StatusRequest.d.ts +15 -0
- package/v1/model/Follow302StatusRequest.js +33 -0
- package/v1/model/ForceRedirect.d.ts +11 -0
- package/v1/model/ForceRedirect.js +38 -0
- package/v1/model/ForceRedirectConfig.d.ts +7 -0
- package/v1/model/ForceRedirectConfig.js +18 -0
- package/v1/model/HeaderBody.d.ts +6 -0
- package/v1/model/HeaderBody.js +13 -0
- package/v1/model/HeaderMap.d.ts +27 -0
- package/v1/model/HeaderMap.js +93 -0
- package/v1/model/HttpGetBody.d.ts +27 -0
- package/v1/model/HttpGetBody.js +93 -0
- package/v1/model/HttpInfoRequest.d.ts +6 -0
- package/v1/model/HttpInfoRequest.js +14 -0
- package/v1/model/HttpInfoRequestBody.d.ts +32 -0
- package/v1/model/HttpInfoRequestBody.js +103 -0
- package/v1/model/HttpInfoResponseBody.d.ts +36 -0
- package/v1/model/HttpInfoResponseBody.js +115 -0
- package/v1/model/HttpPutBody.d.ts +31 -0
- package/v1/model/HttpPutBody.js +107 -0
- package/v1/model/HttpResponseHeader.d.ts +9 -0
- package/v1/model/HttpResponseHeader.js +23 -0
- package/v1/model/HttpsDetail.d.ts +44 -0
- package/v1/model/HttpsDetail.js +143 -0
- package/v1/model/ListDomainsRequest.d.ts +63 -0
- package/v1/model/ListDomainsRequest.js +142 -0
- package/v1/model/ListDomainsResponse.d.ts +9 -0
- package/v1/model/ListDomainsResponse.js +35 -0
- package/v1/model/LogObject.d.ts +21 -0
- package/v1/model/LogObject.js +63 -0
- package/v1/model/ModelMap.d.ts +7 -0
- package/v1/model/ModelMap.js +18 -0
- package/v1/model/ModifyDomainConfigRequestBody.d.ts +6 -0
- package/v1/model/ModifyDomainConfigRequestBody.js +13 -0
- package/v1/model/OriginHostBody.d.ts +19 -0
- package/v1/model/OriginHostBody.js +47 -0
- package/v1/model/OriginHostRequest.d.ts +8 -0
- package/v1/model/OriginHostRequest.js +24 -0
- package/v1/model/OriginRangeBody.d.ts +19 -0
- package/v1/model/OriginRangeBody.js +46 -0
- package/v1/model/OriginRequest.d.ts +6 -0
- package/v1/model/OriginRequest.js +14 -0
- package/v1/model/OriginRequestHeader.d.ts +9 -0
- package/v1/model/OriginRequestHeader.js +23 -0
- package/v1/model/OriginRequestUrlRewrite.d.ts +17 -0
- package/v1/model/OriginRequestUrlRewrite.js +58 -0
- package/v1/model/PreheatingTaskRequest.d.ts +8 -0
- package/v1/model/PreheatingTaskRequest.js +24 -0
- package/v1/model/PreheatingTaskRequestBody.d.ts +5 -0
- package/v1/model/PreheatingTaskRequestBody.js +14 -0
- package/v1/model/Quotas.d.ts +15 -0
- package/v1/model/Quotas.js +45 -0
- package/v1/model/RangeStatusRequest.d.ts +15 -0
- package/v1/model/RangeStatusRequest.js +33 -0
- package/v1/model/Referer.d.ts +15 -0
- package/v1/model/Referer.js +52 -0
- package/v1/model/RefererBody.d.ts +6 -0
- package/v1/model/RefererBody.js +14 -0
- package/v1/model/RefererRsp.d.ts +15 -0
- package/v1/model/RefererRsp.js +51 -0
- package/v1/model/RefreshTaskRequest.d.ts +8 -0
- package/v1/model/RefreshTaskRequest.js +24 -0
- package/v1/model/RefreshTaskRequestBody.d.ts +15 -0
- package/v1/model/RefreshTaskRequestBody.js +27 -0
- package/v1/model/ResourceBody.d.ts +6 -0
- package/v1/model/ResourceBody.js +14 -0
- package/v1/model/Rules.d.ts +17 -0
- package/v1/model/Rules.js +53 -0
- package/v1/model/ShowBlackWhiteListRequest.d.ts +11 -0
- package/v1/model/ShowBlackWhiteListRequest.js +38 -0
- package/v1/model/ShowBlackWhiteListResponse.d.ts +10 -0
- package/v1/model/ShowBlackWhiteListResponse.js +45 -0
- package/v1/model/ShowCacheRulesRequest.d.ts +11 -0
- package/v1/model/ShowCacheRulesRequest.js +38 -0
- package/v1/model/ShowCacheRulesResponse.d.ts +9 -0
- package/v1/model/ShowCacheRulesResponse.js +41 -0
- package/v1/model/ShowCertificatesHttpsInfoRequest.d.ts +23 -0
- package/v1/model/ShowCertificatesHttpsInfoRequest.js +79 -0
- package/v1/model/ShowCertificatesHttpsInfoResponse.d.ts +9 -0
- package/v1/model/ShowCertificatesHttpsInfoResponse.js +35 -0
- package/v1/model/ShowDomainDetailRequest.d.ts +11 -0
- package/v1/model/ShowDomainDetailRequest.js +38 -0
- package/v1/model/ShowDomainDetailResponse.d.ts +7 -0
- package/v1/model/ShowDomainDetailResponse.js +31 -0
- package/v1/model/ShowDomainFullConfigRequest.d.ts +11 -0
- package/v1/model/ShowDomainFullConfigRequest.js +38 -0
- package/v1/model/ShowDomainFullConfigResponse.d.ts +7 -0
- package/v1/model/ShowDomainFullConfigResponse.js +31 -0
- package/v1/model/ShowDomainItemDetailsRequest.d.ts +27 -0
- package/v1/model/ShowDomainItemDetailsRequest.js +97 -0
- package/v1/model/ShowDomainItemDetailsResponse.d.ts +9 -0
- package/v1/model/ShowDomainItemDetailsResponse.js +41 -0
- package/v1/model/ShowDomainItemLocationDetailsRequest.d.ts +27 -0
- package/v1/model/ShowDomainItemLocationDetailsRequest.js +93 -0
- package/v1/model/ShowDomainItemLocationDetailsResponse.d.ts +9 -0
- package/v1/model/ShowDomainItemLocationDetailsResponse.js +41 -0
- package/v1/model/ShowDomainLocationStatsRequest.d.ts +37 -0
- package/v1/model/ShowDomainLocationStatsRequest.js +118 -0
- package/v1/model/ShowDomainLocationStatsResponse.d.ts +14 -0
- package/v1/model/ShowDomainLocationStatsResponse.js +45 -0
- package/v1/model/ShowDomainStatsRequest.d.ts +35 -0
- package/v1/model/ShowDomainStatsRequest.js +120 -0
- package/v1/model/ShowDomainStatsResponse.d.ts +10 -0
- package/v1/model/ShowDomainStatsResponse.js +31 -0
- package/v1/model/ShowHistoryTaskDetailsRequest.d.ts +27 -0
- package/v1/model/ShowHistoryTaskDetailsRequest.js +88 -0
- package/v1/model/ShowHistoryTaskDetailsResponse.d.ts +31 -0
- package/v1/model/ShowHistoryTaskDetailsResponse.js +97 -0
- package/v1/model/ShowHistoryTasksRequest.d.ts +53 -0
- package/v1/model/ShowHistoryTasksRequest.js +143 -0
- package/v1/model/ShowHistoryTasksResponse.d.ts +9 -0
- package/v1/model/ShowHistoryTasksResponse.js +35 -0
- package/v1/model/ShowHttpInfoRequest.d.ts +11 -0
- package/v1/model/ShowHttpInfoRequest.js +38 -0
- package/v1/model/ShowHttpInfoResponse.d.ts +7 -0
- package/v1/model/ShowHttpInfoResponse.js +31 -0
- package/v1/model/ShowIpInfoRequest.d.ts +9 -0
- package/v1/model/ShowIpInfoRequest.js +28 -0
- package/v1/model/ShowIpInfoResponse.d.ts +9 -0
- package/v1/model/ShowIpInfoResponse.js +41 -0
- package/v1/model/ShowLogsRequest.d.ts +23 -0
- package/v1/model/ShowLogsRequest.js +81 -0
- package/v1/model/ShowLogsResponse.d.ts +9 -0
- package/v1/model/ShowLogsResponse.js +35 -0
- package/v1/model/ShowOriginHostRequest.d.ts +11 -0
- package/v1/model/ShowOriginHostRequest.js +38 -0
- package/v1/model/ShowOriginHostResponse.d.ts +9 -0
- package/v1/model/ShowOriginHostResponse.js +41 -0
- package/v1/model/ShowQuotaRequest.d.ts +3 -0
- package/v1/model/ShowQuotaRequest.js +9 -0
- package/v1/model/ShowQuotaResponse.d.ts +7 -0
- package/v1/model/ShowQuotaResponse.js +31 -0
- package/v1/model/ShowReferRequest.d.ts +11 -0
- package/v1/model/ShowReferRequest.js +38 -0
- package/v1/model/ShowReferResponse.d.ts +7 -0
- package/v1/model/ShowReferResponse.js +31 -0
- package/v1/model/ShowResponseHeaderRequest.d.ts +11 -0
- package/v1/model/ShowResponseHeaderRequest.js +38 -0
- package/v1/model/ShowResponseHeaderResponse.d.ts +7 -0
- package/v1/model/ShowResponseHeaderResponse.js +31 -0
- package/v1/model/ShowTagsRequest.d.ts +7 -0
- package/v1/model/ShowTagsRequest.js +24 -0
- package/v1/model/ShowTagsResponse.d.ts +6 -0
- package/v1/model/ShowTagsResponse.js +31 -0
- package/v1/model/ShowTopUrlRequest.d.ts +43 -0
- package/v1/model/ShowTopUrlRequest.js +115 -0
- package/v1/model/ShowTopUrlResponse.d.ts +13 -0
- package/v1/model/ShowTopUrlResponse.js +55 -0
- package/v1/model/ShowUrlTaskInfoRequest.d.ts +27 -0
- package/v1/model/ShowUrlTaskInfoRequest.js +81 -0
- package/v1/model/ShowUrlTaskInfoResponse.d.ts +15 -0
- package/v1/model/ShowUrlTaskInfoResponse.js +53 -0
- package/v1/model/SourceWithPort.d.ts +40 -0
- package/v1/model/SourceWithPort.js +120 -0
- package/v1/model/Sources.d.ts +32 -0
- package/v1/model/Sources.js +92 -0
- package/v1/model/SourcesConfig.d.ts +29 -0
- package/v1/model/SourcesConfig.js +100 -0
- package/v1/model/TasksObject.d.ts +43 -0
- package/v1/model/TasksObject.js +93 -0
- package/v1/model/TopUrlSummary.d.ts +19 -0
- package/v1/model/TopUrlSummary.js +59 -0
- package/v1/model/UpdateBlackWhiteListRequest.d.ts +14 -0
- package/v1/model/UpdateBlackWhiteListRequest.js +42 -0
- package/v1/model/UpdateBlackWhiteListResponse.d.ts +10 -0
- package/v1/model/UpdateBlackWhiteListResponse.js +39 -0
- package/v1/model/UpdateCacheRulesRequest.d.ts +14 -0
- package/v1/model/UpdateCacheRulesRequest.js +42 -0
- package/v1/model/UpdateCacheRulesResponse.d.ts +9 -0
- package/v1/model/UpdateCacheRulesResponse.js +41 -0
- package/v1/model/UpdateDomainFullConfigRequest.d.ts +14 -0
- package/v1/model/UpdateDomainFullConfigRequest.js +42 -0
- package/v1/model/UpdateDomainFullConfigResponse.d.ts +4 -0
- package/v1/model/UpdateDomainFullConfigResponse.js +27 -0
- package/v1/model/UpdateDomainMultiCertificatesRequest.d.ts +10 -0
- package/v1/model/UpdateDomainMultiCertificatesRequest.js +27 -0
- package/v1/model/UpdateDomainMultiCertificatesRequestBody.d.ts +6 -0
- package/v1/model/UpdateDomainMultiCertificatesRequestBody.js +13 -0
- package/v1/model/UpdateDomainMultiCertificatesRequestBodyContent.d.ts +40 -0
- package/v1/model/UpdateDomainMultiCertificatesRequestBodyContent.js +131 -0
- package/v1/model/UpdateDomainMultiCertificatesResponse.d.ts +7 -0
- package/v1/model/UpdateDomainMultiCertificatesResponse.js +31 -0
- package/v1/model/UpdateDomainMultiCertificatesResponseBodyContent.d.ts +40 -0
- package/v1/model/UpdateDomainMultiCertificatesResponseBodyContent.js +130 -0
- package/v1/model/UpdateDomainOriginRequest.d.ts +14 -0
- package/v1/model/UpdateDomainOriginRequest.js +42 -0
- package/v1/model/UpdateDomainOriginResponse.d.ts +7 -0
- package/v1/model/UpdateDomainOriginResponse.js +31 -0
- package/v1/model/UpdateFollow302SwitchRequest.d.ts +14 -0
- package/v1/model/UpdateFollow302SwitchRequest.js +42 -0
- package/v1/model/UpdateFollow302SwitchResponse.d.ts +9 -0
- package/v1/model/UpdateFollow302SwitchResponse.js +41 -0
- package/v1/model/UpdateHttpsInfoRequest.d.ts +14 -0
- package/v1/model/UpdateHttpsInfoRequest.js +42 -0
- package/v1/model/UpdateHttpsInfoResponse.d.ts +7 -0
- package/v1/model/UpdateHttpsInfoResponse.js +31 -0
- package/v1/model/UpdateOriginHostRequest.d.ts +14 -0
- package/v1/model/UpdateOriginHostRequest.js +42 -0
- package/v1/model/UpdateOriginHostResponse.d.ts +9 -0
- package/v1/model/UpdateOriginHostResponse.js +41 -0
- package/v1/model/UpdatePrivateBucketAccessBody.d.ts +5 -0
- package/v1/model/UpdatePrivateBucketAccessBody.js +13 -0
- package/v1/model/UpdatePrivateBucketAccessRequest.d.ts +14 -0
- package/v1/model/UpdatePrivateBucketAccessRequest.js +42 -0
- package/v1/model/UpdatePrivateBucketAccessResponse.d.ts +6 -0
- package/v1/model/UpdatePrivateBucketAccessResponse.js +31 -0
- package/v1/model/UpdateRangeSwitchRequest.d.ts +14 -0
- package/v1/model/UpdateRangeSwitchRequest.js +42 -0
- package/v1/model/UpdateRangeSwitchResponse.d.ts +9 -0
- package/v1/model/UpdateRangeSwitchResponse.js +41 -0
- package/v1/model/UpdateReferRequest.d.ts +14 -0
- package/v1/model/UpdateReferRequest.js +42 -0
- package/v1/model/UpdateReferResponse.d.ts +7 -0
- package/v1/model/UpdateReferResponse.js +31 -0
- package/v1/model/UpdateResponseHeaderRequest.d.ts +14 -0
- package/v1/model/UpdateResponseHeaderRequest.js +42 -0
- package/v1/model/UpdateResponseHeaderResponse.d.ts +7 -0
- package/v1/model/UpdateResponseHeaderResponse.js +31 -0
- package/v1/model/UrlAuth.d.ts +17 -0
- package/v1/model/UrlAuth.js +50 -0
- package/v1/model/UrlAuthGetBody.d.ts +15 -0
- package/v1/model/UrlAuthGetBody.js +46 -0
- package/v1/model/UrlObject.d.ts +21 -0
- package/v1/model/UrlObject.js +63 -0
- package/v1/model/Urls.d.ts +27 -0
- package/v1/model/Urls.js +81 -0
- package/v1/model/UserAgentFilter.d.ts +7 -0
- package/v1/model/UserAgentFilter.js +18 -0
- package/v1/public-api.d.ts +158 -0
- package/v1/public-api.js +174 -0
- package/v2/CdnClient.d.ts +532 -0
- package/v2/CdnClient.js +1196 -0
- package/v2/CdnRegion.d.ts +7 -0
- package/v2/CdnRegion.js +29 -0
- package/v2/model/BatchCopyConfigs.d.ts +15 -0
- package/v2/model/BatchCopyConfigs.js +54 -0
- package/v2/model/BatchCopyDRequestBody.d.ts +6 -0
- package/v2/model/BatchCopyDRequestBody.js +14 -0
- package/v2/model/BatchCopyDomainRequest.d.ts +6 -0
- package/v2/model/BatchCopyDomainRequest.js +13 -0
- package/v2/model/BatchCopyDomainResponse.d.ts +7 -0
- package/v2/model/BatchCopyDomainResponse.js +31 -0
- package/v2/model/BatchCopyErrorRsp.d.ts +6 -0
- package/v2/model/BatchCopyErrorRsp.js +13 -0
- package/v2/model/BatchCopyErrorRspError.d.ts +11 -0
- package/v2/model/BatchCopyErrorRspError.js +37 -0
- package/v2/model/BatchCopyResultVo.d.ts +19 -0
- package/v2/model/BatchCopyResultVo.js +42 -0
- package/v2/model/DownloadRegionCarrierExcelRequest.d.ts +35 -0
- package/v2/model/DownloadRegionCarrierExcelRequest.js +113 -0
- package/v2/model/DownloadRegionCarrierExcelResponse.d.ts +4 -0
- package/v2/model/DownloadRegionCarrierExcelResponse.js +27 -0
- package/v2/model/DownloadStatisticsExcelRequest.d.ts +33 -0
- package/v2/model/DownloadStatisticsExcelRequest.js +115 -0
- package/v2/model/DownloadStatisticsExcelResponse.d.ts +4 -0
- package/v2/model/DownloadStatisticsExcelResponse.js +27 -0
- package/v2/model/ErrMsg.d.ts +11 -0
- package/v2/model/ErrMsg.js +39 -0
- package/v2/model/ErrRsp.d.ts +6 -0
- package/v2/model/ErrRsp.js +14 -0
- package/v2/model/SetChargeModesBody.d.ts +15 -0
- package/v2/model/SetChargeModesBody.js +54 -0
- package/v2/model/SetChargeModesRequest.d.ts +6 -0
- package/v2/model/SetChargeModesRequest.js +13 -0
- package/v2/model/SetChargeModesResponse.d.ts +26 -0
- package/v2/model/SetChargeModesResponse.js +101 -0
- package/v2/model/ShowBandwidthCalcRequest.d.ts +27 -0
- package/v2/model/ShowBandwidthCalcRequest.js +97 -0
- package/v2/model/ShowBandwidthCalcResponse.d.ts +14 -0
- package/v2/model/ShowBandwidthCalcResponse.js +41 -0
- package/v2/model/ShowChargeModesRequest.d.ts +13 -0
- package/v2/model/ShowChargeModesRequest.js +42 -0
- package/v2/model/ShowChargeModesResponse.d.ts +10 -0
- package/v2/model/ShowChargeModesResponse.js +31 -0
- package/v2/model/ShowDomainLocationStatsRequest.d.ts +37 -0
- package/v2/model/ShowDomainLocationStatsRequest.js +118 -0
- package/v2/model/ShowDomainLocationStatsResponse.d.ts +14 -0
- package/v2/model/ShowDomainLocationStatsResponse.js +45 -0
- package/v2/model/ShowDomainStatsRequest.d.ts +35 -0
- package/v2/model/ShowDomainStatsRequest.js +120 -0
- package/v2/model/ShowDomainStatsResponse.d.ts +10 -0
- package/v2/model/ShowDomainStatsResponse.js +31 -0
- package/v2/model/ShowTopDomainNamesRequest.d.ts +25 -0
- package/v2/model/ShowTopDomainNamesRequest.js +86 -0
- package/v2/model/ShowTopDomainNamesResponse.d.ts +14 -0
- package/v2/model/ShowTopDomainNamesResponse.js +41 -0
- package/v2/model/ShowTopUrlRequest.d.ts +27 -0
- package/v2/model/ShowTopUrlRequest.js +97 -0
- package/v2/model/ShowTopUrlResponse.d.ts +13 -0
- package/v2/model/ShowTopUrlResponse.js +55 -0
- package/v2/model/TopUrlSummary.d.ts +19 -0
- package/v2/model/TopUrlSummary.js +59 -0
- package/v2/public-api.d.ts +31 -0
- package/v2/public-api.js +47 -0
@@ -0,0 +1,31 @@
|
|
1
|
+
import { UrlObject } from './UrlObject';
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
3
|
+
export declare class ShowHistoryTaskDetailsResponse extends SdkResponse {
|
4
|
+
id?: string;
|
5
|
+
private 'task_type'?;
|
6
|
+
status?: string;
|
7
|
+
urls?: Array<UrlObject>;
|
8
|
+
private 'create_time'?;
|
9
|
+
processing?: number;
|
10
|
+
succeed?: number;
|
11
|
+
failed?: number;
|
12
|
+
total?: number;
|
13
|
+
private 'file_type'?;
|
14
|
+
constructor();
|
15
|
+
withId(id: string): ShowHistoryTaskDetailsResponse;
|
16
|
+
withTaskType(taskType: string): ShowHistoryTaskDetailsResponse;
|
17
|
+
set taskType(taskType: string | undefined);
|
18
|
+
get taskType(): string | undefined;
|
19
|
+
withStatus(status: string): ShowHistoryTaskDetailsResponse;
|
20
|
+
withUrls(urls: Array<UrlObject>): ShowHistoryTaskDetailsResponse;
|
21
|
+
withCreateTime(createTime: number): ShowHistoryTaskDetailsResponse;
|
22
|
+
set createTime(createTime: number | undefined);
|
23
|
+
get createTime(): number | undefined;
|
24
|
+
withProcessing(processing: number): ShowHistoryTaskDetailsResponse;
|
25
|
+
withSucceed(succeed: number): ShowHistoryTaskDetailsResponse;
|
26
|
+
withFailed(failed: number): ShowHistoryTaskDetailsResponse;
|
27
|
+
withTotal(total: number): ShowHistoryTaskDetailsResponse;
|
28
|
+
withFileType(fileType: string): ShowHistoryTaskDetailsResponse;
|
29
|
+
set fileType(fileType: string | undefined);
|
30
|
+
get fileType(): string | undefined;
|
31
|
+
}
|
@@ -0,0 +1,97 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
3
|
+
var extendStatics = function (d, b) {
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
7
|
+
return extendStatics(d, b);
|
8
|
+
};
|
9
|
+
return function (d, b) {
|
10
|
+
if (typeof b !== "function" && b !== null)
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
12
|
+
extendStatics(d, b);
|
13
|
+
function __() { this.constructor = d; }
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
15
|
+
};
|
16
|
+
})();
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
18
|
+
exports.ShowHistoryTaskDetailsResponse = void 0;
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
20
|
+
var ShowHistoryTaskDetailsResponse = /** @class */ (function (_super) {
|
21
|
+
__extends(ShowHistoryTaskDetailsResponse, _super);
|
22
|
+
function ShowHistoryTaskDetailsResponse() {
|
23
|
+
return _super.call(this) || this;
|
24
|
+
}
|
25
|
+
ShowHistoryTaskDetailsResponse.prototype.withId = function (id) {
|
26
|
+
this['id'] = id;
|
27
|
+
return this;
|
28
|
+
};
|
29
|
+
ShowHistoryTaskDetailsResponse.prototype.withTaskType = function (taskType) {
|
30
|
+
this['task_type'] = taskType;
|
31
|
+
return this;
|
32
|
+
};
|
33
|
+
Object.defineProperty(ShowHistoryTaskDetailsResponse.prototype, "taskType", {
|
34
|
+
get: function () {
|
35
|
+
return this['task_type'];
|
36
|
+
},
|
37
|
+
set: function (taskType) {
|
38
|
+
this['task_type'] = taskType;
|
39
|
+
},
|
40
|
+
enumerable: false,
|
41
|
+
configurable: true
|
42
|
+
});
|
43
|
+
ShowHistoryTaskDetailsResponse.prototype.withStatus = function (status) {
|
44
|
+
this['status'] = status;
|
45
|
+
return this;
|
46
|
+
};
|
47
|
+
ShowHistoryTaskDetailsResponse.prototype.withUrls = function (urls) {
|
48
|
+
this['urls'] = urls;
|
49
|
+
return this;
|
50
|
+
};
|
51
|
+
ShowHistoryTaskDetailsResponse.prototype.withCreateTime = function (createTime) {
|
52
|
+
this['create_time'] = createTime;
|
53
|
+
return this;
|
54
|
+
};
|
55
|
+
Object.defineProperty(ShowHistoryTaskDetailsResponse.prototype, "createTime", {
|
56
|
+
get: function () {
|
57
|
+
return this['create_time'];
|
58
|
+
},
|
59
|
+
set: function (createTime) {
|
60
|
+
this['create_time'] = createTime;
|
61
|
+
},
|
62
|
+
enumerable: false,
|
63
|
+
configurable: true
|
64
|
+
});
|
65
|
+
ShowHistoryTaskDetailsResponse.prototype.withProcessing = function (processing) {
|
66
|
+
this['processing'] = processing;
|
67
|
+
return this;
|
68
|
+
};
|
69
|
+
ShowHistoryTaskDetailsResponse.prototype.withSucceed = function (succeed) {
|
70
|
+
this['succeed'] = succeed;
|
71
|
+
return this;
|
72
|
+
};
|
73
|
+
ShowHistoryTaskDetailsResponse.prototype.withFailed = function (failed) {
|
74
|
+
this['failed'] = failed;
|
75
|
+
return this;
|
76
|
+
};
|
77
|
+
ShowHistoryTaskDetailsResponse.prototype.withTotal = function (total) {
|
78
|
+
this['total'] = total;
|
79
|
+
return this;
|
80
|
+
};
|
81
|
+
ShowHistoryTaskDetailsResponse.prototype.withFileType = function (fileType) {
|
82
|
+
this['file_type'] = fileType;
|
83
|
+
return this;
|
84
|
+
};
|
85
|
+
Object.defineProperty(ShowHistoryTaskDetailsResponse.prototype, "fileType", {
|
86
|
+
get: function () {
|
87
|
+
return this['file_type'];
|
88
|
+
},
|
89
|
+
set: function (fileType) {
|
90
|
+
this['file_type'] = fileType;
|
91
|
+
},
|
92
|
+
enumerable: false,
|
93
|
+
configurable: true
|
94
|
+
});
|
95
|
+
return ShowHistoryTaskDetailsResponse;
|
96
|
+
}(SdkResponse_1.SdkResponse));
|
97
|
+
exports.ShowHistoryTaskDetailsResponse = ShowHistoryTaskDetailsResponse;
|
@@ -0,0 +1,53 @@
|
|
1
|
+
export declare class ShowHistoryTasksRequest {
|
2
|
+
private 'enterprise_project_id'?;
|
3
|
+
private 'page_size'?;
|
4
|
+
private 'page_number'?;
|
5
|
+
status?: ShowHistoryTasksRequestStatusEnum;
|
6
|
+
private 'start_date'?;
|
7
|
+
private 'end_date'?;
|
8
|
+
private 'order_field'?;
|
9
|
+
private 'order_type'?;
|
10
|
+
private 'file_type'?;
|
11
|
+
constructor();
|
12
|
+
withEnterpriseProjectId(enterpriseProjectId: string): ShowHistoryTasksRequest;
|
13
|
+
set enterpriseProjectId(enterpriseProjectId: string | undefined);
|
14
|
+
get enterpriseProjectId(): string | undefined;
|
15
|
+
withPageSize(pageSize: number): ShowHistoryTasksRequest;
|
16
|
+
set pageSize(pageSize: number | undefined);
|
17
|
+
get pageSize(): number | undefined;
|
18
|
+
withPageNumber(pageNumber: number): ShowHistoryTasksRequest;
|
19
|
+
set pageNumber(pageNumber: number | undefined);
|
20
|
+
get pageNumber(): number | undefined;
|
21
|
+
withStatus(status: ShowHistoryTasksRequestStatusEnum): ShowHistoryTasksRequest;
|
22
|
+
withStartDate(startDate: number): ShowHistoryTasksRequest;
|
23
|
+
set startDate(startDate: number | undefined);
|
24
|
+
get startDate(): number | undefined;
|
25
|
+
withEndDate(endDate: number): ShowHistoryTasksRequest;
|
26
|
+
set endDate(endDate: number | undefined);
|
27
|
+
get endDate(): number | undefined;
|
28
|
+
withOrderField(orderField: string): ShowHistoryTasksRequest;
|
29
|
+
set orderField(orderField: string | undefined);
|
30
|
+
get orderField(): string | undefined;
|
31
|
+
withOrderType(orderType: string): ShowHistoryTasksRequest;
|
32
|
+
set orderType(orderType: string | undefined);
|
33
|
+
get orderType(): string | undefined;
|
34
|
+
withFileType(fileType: ShowHistoryTasksRequestFileTypeEnum): ShowHistoryTasksRequest;
|
35
|
+
set fileType(fileType: ShowHistoryTasksRequestFileTypeEnum | undefined);
|
36
|
+
get fileType(): ShowHistoryTasksRequestFileTypeEnum | undefined;
|
37
|
+
}
|
38
|
+
/**
|
39
|
+
* @export
|
40
|
+
* @enum {string}
|
41
|
+
*/
|
42
|
+
export declare enum ShowHistoryTasksRequestStatusEnum {
|
43
|
+
TASK_INPROCESS = "task_inprocess",
|
44
|
+
TASK_DONE = "task_done"
|
45
|
+
}
|
46
|
+
/**
|
47
|
+
* @export
|
48
|
+
* @enum {string}
|
49
|
+
*/
|
50
|
+
export declare enum ShowHistoryTasksRequestFileTypeEnum {
|
51
|
+
FILE = "file",
|
52
|
+
DIRECTORY = "directory"
|
53
|
+
}
|
@@ -0,0 +1,143 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ShowHistoryTasksRequestFileTypeEnum = exports.ShowHistoryTasksRequestStatusEnum = exports.ShowHistoryTasksRequest = void 0;
|
4
|
+
var ShowHistoryTasksRequest = /** @class */ (function () {
|
5
|
+
function ShowHistoryTasksRequest() {
|
6
|
+
}
|
7
|
+
ShowHistoryTasksRequest.prototype.withEnterpriseProjectId = function (enterpriseProjectId) {
|
8
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
9
|
+
return this;
|
10
|
+
};
|
11
|
+
Object.defineProperty(ShowHistoryTasksRequest.prototype, "enterpriseProjectId", {
|
12
|
+
get: function () {
|
13
|
+
return this['enterprise_project_id'];
|
14
|
+
},
|
15
|
+
set: function (enterpriseProjectId) {
|
16
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
17
|
+
},
|
18
|
+
enumerable: false,
|
19
|
+
configurable: true
|
20
|
+
});
|
21
|
+
ShowHistoryTasksRequest.prototype.withPageSize = function (pageSize) {
|
22
|
+
this['page_size'] = pageSize;
|
23
|
+
return this;
|
24
|
+
};
|
25
|
+
Object.defineProperty(ShowHistoryTasksRequest.prototype, "pageSize", {
|
26
|
+
get: function () {
|
27
|
+
return this['page_size'];
|
28
|
+
},
|
29
|
+
set: function (pageSize) {
|
30
|
+
this['page_size'] = pageSize;
|
31
|
+
},
|
32
|
+
enumerable: false,
|
33
|
+
configurable: true
|
34
|
+
});
|
35
|
+
ShowHistoryTasksRequest.prototype.withPageNumber = function (pageNumber) {
|
36
|
+
this['page_number'] = pageNumber;
|
37
|
+
return this;
|
38
|
+
};
|
39
|
+
Object.defineProperty(ShowHistoryTasksRequest.prototype, "pageNumber", {
|
40
|
+
get: function () {
|
41
|
+
return this['page_number'];
|
42
|
+
},
|
43
|
+
set: function (pageNumber) {
|
44
|
+
this['page_number'] = pageNumber;
|
45
|
+
},
|
46
|
+
enumerable: false,
|
47
|
+
configurable: true
|
48
|
+
});
|
49
|
+
ShowHistoryTasksRequest.prototype.withStatus = function (status) {
|
50
|
+
this['status'] = status;
|
51
|
+
return this;
|
52
|
+
};
|
53
|
+
ShowHistoryTasksRequest.prototype.withStartDate = function (startDate) {
|
54
|
+
this['start_date'] = startDate;
|
55
|
+
return this;
|
56
|
+
};
|
57
|
+
Object.defineProperty(ShowHistoryTasksRequest.prototype, "startDate", {
|
58
|
+
get: function () {
|
59
|
+
return this['start_date'];
|
60
|
+
},
|
61
|
+
set: function (startDate) {
|
62
|
+
this['start_date'] = startDate;
|
63
|
+
},
|
64
|
+
enumerable: false,
|
65
|
+
configurable: true
|
66
|
+
});
|
67
|
+
ShowHistoryTasksRequest.prototype.withEndDate = function (endDate) {
|
68
|
+
this['end_date'] = endDate;
|
69
|
+
return this;
|
70
|
+
};
|
71
|
+
Object.defineProperty(ShowHistoryTasksRequest.prototype, "endDate", {
|
72
|
+
get: function () {
|
73
|
+
return this['end_date'];
|
74
|
+
},
|
75
|
+
set: function (endDate) {
|
76
|
+
this['end_date'] = endDate;
|
77
|
+
},
|
78
|
+
enumerable: false,
|
79
|
+
configurable: true
|
80
|
+
});
|
81
|
+
ShowHistoryTasksRequest.prototype.withOrderField = function (orderField) {
|
82
|
+
this['order_field'] = orderField;
|
83
|
+
return this;
|
84
|
+
};
|
85
|
+
Object.defineProperty(ShowHistoryTasksRequest.prototype, "orderField", {
|
86
|
+
get: function () {
|
87
|
+
return this['order_field'];
|
88
|
+
},
|
89
|
+
set: function (orderField) {
|
90
|
+
this['order_field'] = orderField;
|
91
|
+
},
|
92
|
+
enumerable: false,
|
93
|
+
configurable: true
|
94
|
+
});
|
95
|
+
ShowHistoryTasksRequest.prototype.withOrderType = function (orderType) {
|
96
|
+
this['order_type'] = orderType;
|
97
|
+
return this;
|
98
|
+
};
|
99
|
+
Object.defineProperty(ShowHistoryTasksRequest.prototype, "orderType", {
|
100
|
+
get: function () {
|
101
|
+
return this['order_type'];
|
102
|
+
},
|
103
|
+
set: function (orderType) {
|
104
|
+
this['order_type'] = orderType;
|
105
|
+
},
|
106
|
+
enumerable: false,
|
107
|
+
configurable: true
|
108
|
+
});
|
109
|
+
ShowHistoryTasksRequest.prototype.withFileType = function (fileType) {
|
110
|
+
this['file_type'] = fileType;
|
111
|
+
return this;
|
112
|
+
};
|
113
|
+
Object.defineProperty(ShowHistoryTasksRequest.prototype, "fileType", {
|
114
|
+
get: function () {
|
115
|
+
return this['file_type'];
|
116
|
+
},
|
117
|
+
set: function (fileType) {
|
118
|
+
this['file_type'] = fileType;
|
119
|
+
},
|
120
|
+
enumerable: false,
|
121
|
+
configurable: true
|
122
|
+
});
|
123
|
+
return ShowHistoryTasksRequest;
|
124
|
+
}());
|
125
|
+
exports.ShowHistoryTasksRequest = ShowHistoryTasksRequest;
|
126
|
+
/**
|
127
|
+
* @export
|
128
|
+
* @enum {string}
|
129
|
+
*/
|
130
|
+
var ShowHistoryTasksRequestStatusEnum;
|
131
|
+
(function (ShowHistoryTasksRequestStatusEnum) {
|
132
|
+
ShowHistoryTasksRequestStatusEnum["TASK_INPROCESS"] = "task_inprocess";
|
133
|
+
ShowHistoryTasksRequestStatusEnum["TASK_DONE"] = "task_done";
|
134
|
+
})(ShowHistoryTasksRequestStatusEnum = exports.ShowHistoryTasksRequestStatusEnum || (exports.ShowHistoryTasksRequestStatusEnum = {}));
|
135
|
+
/**
|
136
|
+
* @export
|
137
|
+
* @enum {string}
|
138
|
+
*/
|
139
|
+
var ShowHistoryTasksRequestFileTypeEnum;
|
140
|
+
(function (ShowHistoryTasksRequestFileTypeEnum) {
|
141
|
+
ShowHistoryTasksRequestFileTypeEnum["FILE"] = "file";
|
142
|
+
ShowHistoryTasksRequestFileTypeEnum["DIRECTORY"] = "directory";
|
143
|
+
})(ShowHistoryTasksRequestFileTypeEnum = exports.ShowHistoryTasksRequestFileTypeEnum || (exports.ShowHistoryTasksRequestFileTypeEnum = {}));
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { TasksObject } from './TasksObject';
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
3
|
+
export declare class ShowHistoryTasksResponse extends SdkResponse {
|
4
|
+
total?: number;
|
5
|
+
tasks?: Array<TasksObject>;
|
6
|
+
constructor();
|
7
|
+
withTotal(total: number): ShowHistoryTasksResponse;
|
8
|
+
withTasks(tasks: Array<TasksObject>): ShowHistoryTasksResponse;
|
9
|
+
}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
3
|
+
var extendStatics = function (d, b) {
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
7
|
+
return extendStatics(d, b);
|
8
|
+
};
|
9
|
+
return function (d, b) {
|
10
|
+
if (typeof b !== "function" && b !== null)
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
12
|
+
extendStatics(d, b);
|
13
|
+
function __() { this.constructor = d; }
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
15
|
+
};
|
16
|
+
})();
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
18
|
+
exports.ShowHistoryTasksResponse = void 0;
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
20
|
+
var ShowHistoryTasksResponse = /** @class */ (function (_super) {
|
21
|
+
__extends(ShowHistoryTasksResponse, _super);
|
22
|
+
function ShowHistoryTasksResponse() {
|
23
|
+
return _super.call(this) || this;
|
24
|
+
}
|
25
|
+
ShowHistoryTasksResponse.prototype.withTotal = function (total) {
|
26
|
+
this['total'] = total;
|
27
|
+
return this;
|
28
|
+
};
|
29
|
+
ShowHistoryTasksResponse.prototype.withTasks = function (tasks) {
|
30
|
+
this['tasks'] = tasks;
|
31
|
+
return this;
|
32
|
+
};
|
33
|
+
return ShowHistoryTasksResponse;
|
34
|
+
}(SdkResponse_1.SdkResponse));
|
35
|
+
exports.ShowHistoryTasksResponse = ShowHistoryTasksResponse;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
export declare class ShowHttpInfoRequest {
|
2
|
+
private 'domain_id';
|
3
|
+
private 'enterprise_project_id'?;
|
4
|
+
constructor(domainId?: any);
|
5
|
+
withDomainId(domainId: string): ShowHttpInfoRequest;
|
6
|
+
set domainId(domainId: string | undefined);
|
7
|
+
get domainId(): string | undefined;
|
8
|
+
withEnterpriseProjectId(enterpriseProjectId: string): ShowHttpInfoRequest;
|
9
|
+
set enterpriseProjectId(enterpriseProjectId: string | undefined);
|
10
|
+
get enterpriseProjectId(): string | undefined;
|
11
|
+
}
|
@@ -0,0 +1,38 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ShowHttpInfoRequest = void 0;
|
4
|
+
var ShowHttpInfoRequest = /** @class */ (function () {
|
5
|
+
function ShowHttpInfoRequest(domainId) {
|
6
|
+
this['domain_id'] = domainId;
|
7
|
+
}
|
8
|
+
ShowHttpInfoRequest.prototype.withDomainId = function (domainId) {
|
9
|
+
this['domain_id'] = domainId;
|
10
|
+
return this;
|
11
|
+
};
|
12
|
+
Object.defineProperty(ShowHttpInfoRequest.prototype, "domainId", {
|
13
|
+
get: function () {
|
14
|
+
return this['domain_id'];
|
15
|
+
},
|
16
|
+
set: function (domainId) {
|
17
|
+
this['domain_id'] = domainId;
|
18
|
+
},
|
19
|
+
enumerable: false,
|
20
|
+
configurable: true
|
21
|
+
});
|
22
|
+
ShowHttpInfoRequest.prototype.withEnterpriseProjectId = function (enterpriseProjectId) {
|
23
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
24
|
+
return this;
|
25
|
+
};
|
26
|
+
Object.defineProperty(ShowHttpInfoRequest.prototype, "enterpriseProjectId", {
|
27
|
+
get: function () {
|
28
|
+
return this['enterprise_project_id'];
|
29
|
+
},
|
30
|
+
set: function (enterpriseProjectId) {
|
31
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
32
|
+
},
|
33
|
+
enumerable: false,
|
34
|
+
configurable: true
|
35
|
+
});
|
36
|
+
return ShowHttpInfoRequest;
|
37
|
+
}());
|
38
|
+
exports.ShowHttpInfoRequest = ShowHttpInfoRequest;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { HttpInfoResponseBody } from './HttpInfoResponseBody';
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
3
|
+
export declare class ShowHttpInfoResponse extends SdkResponse {
|
4
|
+
https?: HttpInfoResponseBody;
|
5
|
+
constructor();
|
6
|
+
withHttps(https: HttpInfoResponseBody): ShowHttpInfoResponse;
|
7
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
3
|
+
var extendStatics = function (d, b) {
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
7
|
+
return extendStatics(d, b);
|
8
|
+
};
|
9
|
+
return function (d, b) {
|
10
|
+
if (typeof b !== "function" && b !== null)
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
12
|
+
extendStatics(d, b);
|
13
|
+
function __() { this.constructor = d; }
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
15
|
+
};
|
16
|
+
})();
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
18
|
+
exports.ShowHttpInfoResponse = void 0;
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
20
|
+
var ShowHttpInfoResponse = /** @class */ (function (_super) {
|
21
|
+
__extends(ShowHttpInfoResponse, _super);
|
22
|
+
function ShowHttpInfoResponse() {
|
23
|
+
return _super.call(this) || this;
|
24
|
+
}
|
25
|
+
ShowHttpInfoResponse.prototype.withHttps = function (https) {
|
26
|
+
this['https'] = https;
|
27
|
+
return this;
|
28
|
+
};
|
29
|
+
return ShowHttpInfoResponse;
|
30
|
+
}(SdkResponse_1.SdkResponse));
|
31
|
+
exports.ShowHttpInfoResponse = ShowHttpInfoResponse;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
export declare class ShowIpInfoRequest {
|
2
|
+
private 'enterprise_project_id'?;
|
3
|
+
ips: string;
|
4
|
+
constructor(ips?: any);
|
5
|
+
withEnterpriseProjectId(enterpriseProjectId: string): ShowIpInfoRequest;
|
6
|
+
set enterpriseProjectId(enterpriseProjectId: string | undefined);
|
7
|
+
get enterpriseProjectId(): string | undefined;
|
8
|
+
withIps(ips: string): ShowIpInfoRequest;
|
9
|
+
}
|
@@ -0,0 +1,28 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ShowIpInfoRequest = void 0;
|
4
|
+
var ShowIpInfoRequest = /** @class */ (function () {
|
5
|
+
function ShowIpInfoRequest(ips) {
|
6
|
+
this['ips'] = ips;
|
7
|
+
}
|
8
|
+
ShowIpInfoRequest.prototype.withEnterpriseProjectId = function (enterpriseProjectId) {
|
9
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
10
|
+
return this;
|
11
|
+
};
|
12
|
+
Object.defineProperty(ShowIpInfoRequest.prototype, "enterpriseProjectId", {
|
13
|
+
get: function () {
|
14
|
+
return this['enterprise_project_id'];
|
15
|
+
},
|
16
|
+
set: function (enterpriseProjectId) {
|
17
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
18
|
+
},
|
19
|
+
enumerable: false,
|
20
|
+
configurable: true
|
21
|
+
});
|
22
|
+
ShowIpInfoRequest.prototype.withIps = function (ips) {
|
23
|
+
this['ips'] = ips;
|
24
|
+
return this;
|
25
|
+
};
|
26
|
+
return ShowIpInfoRequest;
|
27
|
+
}());
|
28
|
+
exports.ShowIpInfoRequest = ShowIpInfoRequest;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { CdnIps } from './CdnIps';
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
3
|
+
export declare class ShowIpInfoResponse extends SdkResponse {
|
4
|
+
private 'cdn_ips'?;
|
5
|
+
constructor();
|
6
|
+
withCdnIps(cdnIps: Array<CdnIps>): ShowIpInfoResponse;
|
7
|
+
set cdnIps(cdnIps: Array<CdnIps> | undefined);
|
8
|
+
get cdnIps(): Array<CdnIps> | undefined;
|
9
|
+
}
|
@@ -0,0 +1,41 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
3
|
+
var extendStatics = function (d, b) {
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
7
|
+
return extendStatics(d, b);
|
8
|
+
};
|
9
|
+
return function (d, b) {
|
10
|
+
if (typeof b !== "function" && b !== null)
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
12
|
+
extendStatics(d, b);
|
13
|
+
function __() { this.constructor = d; }
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
15
|
+
};
|
16
|
+
})();
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
18
|
+
exports.ShowIpInfoResponse = void 0;
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
20
|
+
var ShowIpInfoResponse = /** @class */ (function (_super) {
|
21
|
+
__extends(ShowIpInfoResponse, _super);
|
22
|
+
function ShowIpInfoResponse() {
|
23
|
+
return _super.call(this) || this;
|
24
|
+
}
|
25
|
+
ShowIpInfoResponse.prototype.withCdnIps = function (cdnIps) {
|
26
|
+
this['cdn_ips'] = cdnIps;
|
27
|
+
return this;
|
28
|
+
};
|
29
|
+
Object.defineProperty(ShowIpInfoResponse.prototype, "cdnIps", {
|
30
|
+
get: function () {
|
31
|
+
return this['cdn_ips'];
|
32
|
+
},
|
33
|
+
set: function (cdnIps) {
|
34
|
+
this['cdn_ips'] = cdnIps;
|
35
|
+
},
|
36
|
+
enumerable: false,
|
37
|
+
configurable: true
|
38
|
+
});
|
39
|
+
return ShowIpInfoResponse;
|
40
|
+
}(SdkResponse_1.SdkResponse));
|
41
|
+
exports.ShowIpInfoResponse = ShowIpInfoResponse;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
export declare class ShowLogsRequest {
|
2
|
+
private 'domain_name';
|
3
|
+
private 'query_date';
|
4
|
+
private 'page_size'?;
|
5
|
+
private 'page_number'?;
|
6
|
+
private 'enterprise_project_id'?;
|
7
|
+
constructor(domainName?: any, queryDate?: any);
|
8
|
+
withDomainName(domainName: string): ShowLogsRequest;
|
9
|
+
set domainName(domainName: string | undefined);
|
10
|
+
get domainName(): string | undefined;
|
11
|
+
withQueryDate(queryDate: number): ShowLogsRequest;
|
12
|
+
set queryDate(queryDate: number | undefined);
|
13
|
+
get queryDate(): number | undefined;
|
14
|
+
withPageSize(pageSize: number): ShowLogsRequest;
|
15
|
+
set pageSize(pageSize: number | undefined);
|
16
|
+
get pageSize(): number | undefined;
|
17
|
+
withPageNumber(pageNumber: number): ShowLogsRequest;
|
18
|
+
set pageNumber(pageNumber: number | undefined);
|
19
|
+
get pageNumber(): number | undefined;
|
20
|
+
withEnterpriseProjectId(enterpriseProjectId: string): ShowLogsRequest;
|
21
|
+
set enterpriseProjectId(enterpriseProjectId: string | undefined);
|
22
|
+
get enterpriseProjectId(): string | undefined;
|
23
|
+
}
|
@@ -0,0 +1,81 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ShowLogsRequest = void 0;
|
4
|
+
var ShowLogsRequest = /** @class */ (function () {
|
5
|
+
function ShowLogsRequest(domainName, queryDate) {
|
6
|
+
this['domain_name'] = domainName;
|
7
|
+
this['query_date'] = queryDate;
|
8
|
+
}
|
9
|
+
ShowLogsRequest.prototype.withDomainName = function (domainName) {
|
10
|
+
this['domain_name'] = domainName;
|
11
|
+
return this;
|
12
|
+
};
|
13
|
+
Object.defineProperty(ShowLogsRequest.prototype, "domainName", {
|
14
|
+
get: function () {
|
15
|
+
return this['domain_name'];
|
16
|
+
},
|
17
|
+
set: function (domainName) {
|
18
|
+
this['domain_name'] = domainName;
|
19
|
+
},
|
20
|
+
enumerable: false,
|
21
|
+
configurable: true
|
22
|
+
});
|
23
|
+
ShowLogsRequest.prototype.withQueryDate = function (queryDate) {
|
24
|
+
this['query_date'] = queryDate;
|
25
|
+
return this;
|
26
|
+
};
|
27
|
+
Object.defineProperty(ShowLogsRequest.prototype, "queryDate", {
|
28
|
+
get: function () {
|
29
|
+
return this['query_date'];
|
30
|
+
},
|
31
|
+
set: function (queryDate) {
|
32
|
+
this['query_date'] = queryDate;
|
33
|
+
},
|
34
|
+
enumerable: false,
|
35
|
+
configurable: true
|
36
|
+
});
|
37
|
+
ShowLogsRequest.prototype.withPageSize = function (pageSize) {
|
38
|
+
this['page_size'] = pageSize;
|
39
|
+
return this;
|
40
|
+
};
|
41
|
+
Object.defineProperty(ShowLogsRequest.prototype, "pageSize", {
|
42
|
+
get: function () {
|
43
|
+
return this['page_size'];
|
44
|
+
},
|
45
|
+
set: function (pageSize) {
|
46
|
+
this['page_size'] = pageSize;
|
47
|
+
},
|
48
|
+
enumerable: false,
|
49
|
+
configurable: true
|
50
|
+
});
|
51
|
+
ShowLogsRequest.prototype.withPageNumber = function (pageNumber) {
|
52
|
+
this['page_number'] = pageNumber;
|
53
|
+
return this;
|
54
|
+
};
|
55
|
+
Object.defineProperty(ShowLogsRequest.prototype, "pageNumber", {
|
56
|
+
get: function () {
|
57
|
+
return this['page_number'];
|
58
|
+
},
|
59
|
+
set: function (pageNumber) {
|
60
|
+
this['page_number'] = pageNumber;
|
61
|
+
},
|
62
|
+
enumerable: false,
|
63
|
+
configurable: true
|
64
|
+
});
|
65
|
+
ShowLogsRequest.prototype.withEnterpriseProjectId = function (enterpriseProjectId) {
|
66
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
67
|
+
return this;
|
68
|
+
};
|
69
|
+
Object.defineProperty(ShowLogsRequest.prototype, "enterpriseProjectId", {
|
70
|
+
get: function () {
|
71
|
+
return this['enterprise_project_id'];
|
72
|
+
},
|
73
|
+
set: function (enterpriseProjectId) {
|
74
|
+
this['enterprise_project_id'] = enterpriseProjectId;
|
75
|
+
},
|
76
|
+
enumerable: false,
|
77
|
+
configurable: true
|
78
|
+
});
|
79
|
+
return ShowLogsRequest;
|
80
|
+
}());
|
81
|
+
exports.ShowLogsRequest = ShowLogsRequest;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { LogObject } from './LogObject';
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
3
|
+
export declare class ShowLogsResponse extends SdkResponse {
|
4
|
+
total?: number;
|
5
|
+
logs?: Array<LogObject>;
|
6
|
+
constructor();
|
7
|
+
withTotal(total: number): ShowLogsResponse;
|
8
|
+
withLogs(logs: Array<LogObject>): ShowLogsResponse;
|
9
|
+
}
|