@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
|
+
"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.EnableDomainResponse = void 0;
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
20
|
+
var EnableDomainResponse = /** @class */ (function (_super) {
|
21
|
+
__extends(EnableDomainResponse, _super);
|
22
|
+
function EnableDomainResponse() {
|
23
|
+
return _super.call(this) || this;
|
24
|
+
}
|
25
|
+
EnableDomainResponse.prototype.withDomain = function (domain) {
|
26
|
+
this['domain'] = domain;
|
27
|
+
return this;
|
28
|
+
};
|
29
|
+
return EnableDomainResponse;
|
30
|
+
}(SdkResponse_1.SdkResponse));
|
31
|
+
exports.EnableDomainResponse = EnableDomainResponse;
|
@@ -0,0 +1,17 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ErrorCodeCache = void 0;
|
4
|
+
var ErrorCodeCache = /** @class */ (function () {
|
5
|
+
function ErrorCodeCache() {
|
6
|
+
}
|
7
|
+
ErrorCodeCache.prototype.withCode = function (code) {
|
8
|
+
this['code'] = code;
|
9
|
+
return this;
|
10
|
+
};
|
11
|
+
ErrorCodeCache.prototype.withTtl = function (ttl) {
|
12
|
+
this['ttl'] = ttl;
|
13
|
+
return this;
|
14
|
+
};
|
15
|
+
return ErrorCodeCache;
|
16
|
+
}());
|
17
|
+
exports.ErrorCodeCache = ErrorCodeCache;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
export declare class ErrorCodeRedirectRules {
|
2
|
+
private 'error_code';
|
3
|
+
private 'target_code';
|
4
|
+
private 'target_link';
|
5
|
+
constructor(errorCode?: any, targetCode?: any, targetLink?: any);
|
6
|
+
withErrorCode(errorCode: string): ErrorCodeRedirectRules;
|
7
|
+
set errorCode(errorCode: string | undefined);
|
8
|
+
get errorCode(): string | undefined;
|
9
|
+
withTargetCode(targetCode: string): ErrorCodeRedirectRules;
|
10
|
+
set targetCode(targetCode: string | undefined);
|
11
|
+
get targetCode(): string | undefined;
|
12
|
+
withTargetLink(targetLink: string): ErrorCodeRedirectRules;
|
13
|
+
set targetLink(targetLink: string | undefined);
|
14
|
+
get targetLink(): string | undefined;
|
15
|
+
}
|
@@ -0,0 +1,54 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ErrorCodeRedirectRules = void 0;
|
4
|
+
var ErrorCodeRedirectRules = /** @class */ (function () {
|
5
|
+
function ErrorCodeRedirectRules(errorCode, targetCode, targetLink) {
|
6
|
+
this['error_code'] = errorCode;
|
7
|
+
this['target_code'] = targetCode;
|
8
|
+
this['target_link'] = targetLink;
|
9
|
+
}
|
10
|
+
ErrorCodeRedirectRules.prototype.withErrorCode = function (errorCode) {
|
11
|
+
this['error_code'] = errorCode;
|
12
|
+
return this;
|
13
|
+
};
|
14
|
+
Object.defineProperty(ErrorCodeRedirectRules.prototype, "errorCode", {
|
15
|
+
get: function () {
|
16
|
+
return this['error_code'];
|
17
|
+
},
|
18
|
+
set: function (errorCode) {
|
19
|
+
this['error_code'] = errorCode;
|
20
|
+
},
|
21
|
+
enumerable: false,
|
22
|
+
configurable: true
|
23
|
+
});
|
24
|
+
ErrorCodeRedirectRules.prototype.withTargetCode = function (targetCode) {
|
25
|
+
this['target_code'] = targetCode;
|
26
|
+
return this;
|
27
|
+
};
|
28
|
+
Object.defineProperty(ErrorCodeRedirectRules.prototype, "targetCode", {
|
29
|
+
get: function () {
|
30
|
+
return this['target_code'];
|
31
|
+
},
|
32
|
+
set: function (targetCode) {
|
33
|
+
this['target_code'] = targetCode;
|
34
|
+
},
|
35
|
+
enumerable: false,
|
36
|
+
configurable: true
|
37
|
+
});
|
38
|
+
ErrorCodeRedirectRules.prototype.withTargetLink = function (targetLink) {
|
39
|
+
this['target_link'] = targetLink;
|
40
|
+
return this;
|
41
|
+
};
|
42
|
+
Object.defineProperty(ErrorCodeRedirectRules.prototype, "targetLink", {
|
43
|
+
get: function () {
|
44
|
+
return this['target_link'];
|
45
|
+
},
|
46
|
+
set: function (targetLink) {
|
47
|
+
this['target_link'] = targetLink;
|
48
|
+
},
|
49
|
+
enumerable: false,
|
50
|
+
configurable: true
|
51
|
+
});
|
52
|
+
return ErrorCodeRedirectRules;
|
53
|
+
}());
|
54
|
+
exports.ErrorCodeRedirectRules = ErrorCodeRedirectRules;
|
@@ -0,0 +1,19 @@
|
|
1
|
+
export declare class Follow302StatusBody {
|
2
|
+
private 'domain_id'?;
|
3
|
+
private 'follow_status'?;
|
4
|
+
constructor();
|
5
|
+
withDomainId(domainId: string): Follow302StatusBody;
|
6
|
+
set domainId(domainId: string | undefined);
|
7
|
+
get domainId(): string | undefined;
|
8
|
+
withFollowStatus(followStatus: Follow302StatusBodyFollowStatusEnum): Follow302StatusBody;
|
9
|
+
set followStatus(followStatus: Follow302StatusBodyFollowStatusEnum | undefined);
|
10
|
+
get followStatus(): Follow302StatusBodyFollowStatusEnum | undefined;
|
11
|
+
}
|
12
|
+
/**
|
13
|
+
* @export
|
14
|
+
* @enum {string}
|
15
|
+
*/
|
16
|
+
export declare enum Follow302StatusBodyFollowStatusEnum {
|
17
|
+
OFF = "off",
|
18
|
+
ON = "on"
|
19
|
+
}
|
@@ -0,0 +1,46 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.Follow302StatusBodyFollowStatusEnum = exports.Follow302StatusBody = void 0;
|
4
|
+
var Follow302StatusBody = /** @class */ (function () {
|
5
|
+
function Follow302StatusBody() {
|
6
|
+
}
|
7
|
+
Follow302StatusBody.prototype.withDomainId = function (domainId) {
|
8
|
+
this['domain_id'] = domainId;
|
9
|
+
return this;
|
10
|
+
};
|
11
|
+
Object.defineProperty(Follow302StatusBody.prototype, "domainId", {
|
12
|
+
get: function () {
|
13
|
+
return this['domain_id'];
|
14
|
+
},
|
15
|
+
set: function (domainId) {
|
16
|
+
this['domain_id'] = domainId;
|
17
|
+
},
|
18
|
+
enumerable: false,
|
19
|
+
configurable: true
|
20
|
+
});
|
21
|
+
Follow302StatusBody.prototype.withFollowStatus = function (followStatus) {
|
22
|
+
this['follow_status'] = followStatus;
|
23
|
+
return this;
|
24
|
+
};
|
25
|
+
Object.defineProperty(Follow302StatusBody.prototype, "followStatus", {
|
26
|
+
get: function () {
|
27
|
+
return this['follow_status'];
|
28
|
+
},
|
29
|
+
set: function (followStatus) {
|
30
|
+
this['follow_status'] = followStatus;
|
31
|
+
},
|
32
|
+
enumerable: false,
|
33
|
+
configurable: true
|
34
|
+
});
|
35
|
+
return Follow302StatusBody;
|
36
|
+
}());
|
37
|
+
exports.Follow302StatusBody = Follow302StatusBody;
|
38
|
+
/**
|
39
|
+
* @export
|
40
|
+
* @enum {string}
|
41
|
+
*/
|
42
|
+
var Follow302StatusBodyFollowStatusEnum;
|
43
|
+
(function (Follow302StatusBodyFollowStatusEnum) {
|
44
|
+
Follow302StatusBodyFollowStatusEnum["OFF"] = "off";
|
45
|
+
Follow302StatusBodyFollowStatusEnum["ON"] = "on";
|
46
|
+
})(Follow302StatusBodyFollowStatusEnum = exports.Follow302StatusBodyFollowStatusEnum || (exports.Follow302StatusBodyFollowStatusEnum = {}));
|
@@ -0,0 +1,15 @@
|
|
1
|
+
export declare class Follow302StatusRequest {
|
2
|
+
private 'follow302_status';
|
3
|
+
constructor(follow302Status?: any);
|
4
|
+
withFollow302Status(follow302Status: Follow302StatusRequestFollow302StatusEnum): Follow302StatusRequest;
|
5
|
+
set follow302Status(follow302Status: Follow302StatusRequestFollow302StatusEnum | undefined);
|
6
|
+
get follow302Status(): Follow302StatusRequestFollow302StatusEnum | undefined;
|
7
|
+
}
|
8
|
+
/**
|
9
|
+
* @export
|
10
|
+
* @enum {string}
|
11
|
+
*/
|
12
|
+
export declare enum Follow302StatusRequestFollow302StatusEnum {
|
13
|
+
OFF = "off",
|
14
|
+
ON = "on"
|
15
|
+
}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.Follow302StatusRequestFollow302StatusEnum = exports.Follow302StatusRequest = void 0;
|
4
|
+
var Follow302StatusRequest = /** @class */ (function () {
|
5
|
+
function Follow302StatusRequest(follow302Status) {
|
6
|
+
this['follow302_status'] = follow302Status;
|
7
|
+
}
|
8
|
+
Follow302StatusRequest.prototype.withFollow302Status = function (follow302Status) {
|
9
|
+
this['follow302_status'] = follow302Status;
|
10
|
+
return this;
|
11
|
+
};
|
12
|
+
Object.defineProperty(Follow302StatusRequest.prototype, "follow302Status", {
|
13
|
+
get: function () {
|
14
|
+
return this['follow302_status'];
|
15
|
+
},
|
16
|
+
set: function (follow302Status) {
|
17
|
+
this['follow302_status'] = follow302Status;
|
18
|
+
},
|
19
|
+
enumerable: false,
|
20
|
+
configurable: true
|
21
|
+
});
|
22
|
+
return Follow302StatusRequest;
|
23
|
+
}());
|
24
|
+
exports.Follow302StatusRequest = Follow302StatusRequest;
|
25
|
+
/**
|
26
|
+
* @export
|
27
|
+
* @enum {string}
|
28
|
+
*/
|
29
|
+
var Follow302StatusRequestFollow302StatusEnum;
|
30
|
+
(function (Follow302StatusRequestFollow302StatusEnum) {
|
31
|
+
Follow302StatusRequestFollow302StatusEnum["OFF"] = "off";
|
32
|
+
Follow302StatusRequestFollow302StatusEnum["ON"] = "on";
|
33
|
+
})(Follow302StatusRequestFollow302StatusEnum = exports.Follow302StatusRequestFollow302StatusEnum || (exports.Follow302StatusRequestFollow302StatusEnum = {}));
|
@@ -0,0 +1,11 @@
|
|
1
|
+
export declare class ForceRedirect {
|
2
|
+
private 'switch';
|
3
|
+
private 'redirect_type'?;
|
4
|
+
constructor(_switch?: any);
|
5
|
+
withSwitch(_switch: number): ForceRedirect;
|
6
|
+
set _switch(_switch: number | undefined);
|
7
|
+
get _switch(): number | undefined;
|
8
|
+
withRedirectType(redirectType: string): ForceRedirect;
|
9
|
+
set redirectType(redirectType: string | undefined);
|
10
|
+
get redirectType(): string | undefined;
|
11
|
+
}
|
@@ -0,0 +1,38 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ForceRedirect = void 0;
|
4
|
+
var ForceRedirect = /** @class */ (function () {
|
5
|
+
function ForceRedirect(_switch) {
|
6
|
+
this['switch'] = _switch;
|
7
|
+
}
|
8
|
+
ForceRedirect.prototype.withSwitch = function (_switch) {
|
9
|
+
this['switch'] = _switch;
|
10
|
+
return this;
|
11
|
+
};
|
12
|
+
Object.defineProperty(ForceRedirect.prototype, "_switch", {
|
13
|
+
get: function () {
|
14
|
+
return this['switch'];
|
15
|
+
},
|
16
|
+
set: function (_switch) {
|
17
|
+
this['switch'] = _switch;
|
18
|
+
},
|
19
|
+
enumerable: false,
|
20
|
+
configurable: true
|
21
|
+
});
|
22
|
+
ForceRedirect.prototype.withRedirectType = function (redirectType) {
|
23
|
+
this['redirect_type'] = redirectType;
|
24
|
+
return this;
|
25
|
+
};
|
26
|
+
Object.defineProperty(ForceRedirect.prototype, "redirectType", {
|
27
|
+
get: function () {
|
28
|
+
return this['redirect_type'];
|
29
|
+
},
|
30
|
+
set: function (redirectType) {
|
31
|
+
this['redirect_type'] = redirectType;
|
32
|
+
},
|
33
|
+
enumerable: false,
|
34
|
+
configurable: true
|
35
|
+
});
|
36
|
+
return ForceRedirect;
|
37
|
+
}());
|
38
|
+
exports.ForceRedirect = ForceRedirect;
|
@@ -0,0 +1,18 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ForceRedirectConfig = void 0;
|
4
|
+
var ForceRedirectConfig = /** @class */ (function () {
|
5
|
+
function ForceRedirectConfig(status) {
|
6
|
+
this['status'] = status;
|
7
|
+
}
|
8
|
+
ForceRedirectConfig.prototype.withStatus = function (status) {
|
9
|
+
this['status'] = status;
|
10
|
+
return this;
|
11
|
+
};
|
12
|
+
ForceRedirectConfig.prototype.withType = function (type) {
|
13
|
+
this['type'] = type;
|
14
|
+
return this;
|
15
|
+
};
|
16
|
+
return ForceRedirectConfig;
|
17
|
+
}());
|
18
|
+
exports.ForceRedirectConfig = ForceRedirectConfig;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.HeaderBody = void 0;
|
4
|
+
var HeaderBody = /** @class */ (function () {
|
5
|
+
function HeaderBody() {
|
6
|
+
}
|
7
|
+
HeaderBody.prototype.withHeaders = function (headers) {
|
8
|
+
this['headers'] = headers;
|
9
|
+
return this;
|
10
|
+
};
|
11
|
+
return HeaderBody;
|
12
|
+
}());
|
13
|
+
exports.HeaderBody = HeaderBody;
|
@@ -0,0 +1,27 @@
|
|
1
|
+
export declare class HeaderMap {
|
2
|
+
private 'Content-Disposition'?;
|
3
|
+
private 'Content-Language'?;
|
4
|
+
private 'Access-Control-Allow-Origin'?;
|
5
|
+
private 'Access-Control-Allow-Methods'?;
|
6
|
+
private 'Access-Control-Max-Age'?;
|
7
|
+
private 'Access-Control-Expose-Headers'?;
|
8
|
+
constructor();
|
9
|
+
withContentDisposition(contentDisposition: string): HeaderMap;
|
10
|
+
set contentDisposition(contentDisposition: string | undefined);
|
11
|
+
get contentDisposition(): string | undefined;
|
12
|
+
withContentLanguage(contentLanguage: string): HeaderMap;
|
13
|
+
set contentLanguage(contentLanguage: string | undefined);
|
14
|
+
get contentLanguage(): string | undefined;
|
15
|
+
withAccessControlAllowOrigin(accessControlAllowOrigin: string): HeaderMap;
|
16
|
+
set accessControlAllowOrigin(accessControlAllowOrigin: string | undefined);
|
17
|
+
get accessControlAllowOrigin(): string | undefined;
|
18
|
+
withAccessControlAllowMethods(accessControlAllowMethods: string): HeaderMap;
|
19
|
+
set accessControlAllowMethods(accessControlAllowMethods: string | undefined);
|
20
|
+
get accessControlAllowMethods(): string | undefined;
|
21
|
+
withAccessControlMaxAge(accessControlMaxAge: string): HeaderMap;
|
22
|
+
set accessControlMaxAge(accessControlMaxAge: string | undefined);
|
23
|
+
get accessControlMaxAge(): string | undefined;
|
24
|
+
withAccessControlExposeHeaders(accessControlExposeHeaders: string): HeaderMap;
|
25
|
+
set accessControlExposeHeaders(accessControlExposeHeaders: string | undefined);
|
26
|
+
get accessControlExposeHeaders(): string | undefined;
|
27
|
+
}
|
@@ -0,0 +1,93 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.HeaderMap = void 0;
|
4
|
+
var HeaderMap = /** @class */ (function () {
|
5
|
+
function HeaderMap() {
|
6
|
+
}
|
7
|
+
HeaderMap.prototype.withContentDisposition = function (contentDisposition) {
|
8
|
+
this['Content-Disposition'] = contentDisposition;
|
9
|
+
return this;
|
10
|
+
};
|
11
|
+
Object.defineProperty(HeaderMap.prototype, "contentDisposition", {
|
12
|
+
get: function () {
|
13
|
+
return this['Content-Disposition'];
|
14
|
+
},
|
15
|
+
set: function (contentDisposition) {
|
16
|
+
this['Content-Disposition'] = contentDisposition;
|
17
|
+
},
|
18
|
+
enumerable: false,
|
19
|
+
configurable: true
|
20
|
+
});
|
21
|
+
HeaderMap.prototype.withContentLanguage = function (contentLanguage) {
|
22
|
+
this['Content-Language'] = contentLanguage;
|
23
|
+
return this;
|
24
|
+
};
|
25
|
+
Object.defineProperty(HeaderMap.prototype, "contentLanguage", {
|
26
|
+
get: function () {
|
27
|
+
return this['Content-Language'];
|
28
|
+
},
|
29
|
+
set: function (contentLanguage) {
|
30
|
+
this['Content-Language'] = contentLanguage;
|
31
|
+
},
|
32
|
+
enumerable: false,
|
33
|
+
configurable: true
|
34
|
+
});
|
35
|
+
HeaderMap.prototype.withAccessControlAllowOrigin = function (accessControlAllowOrigin) {
|
36
|
+
this['Access-Control-Allow-Origin'] = accessControlAllowOrigin;
|
37
|
+
return this;
|
38
|
+
};
|
39
|
+
Object.defineProperty(HeaderMap.prototype, "accessControlAllowOrigin", {
|
40
|
+
get: function () {
|
41
|
+
return this['Access-Control-Allow-Origin'];
|
42
|
+
},
|
43
|
+
set: function (accessControlAllowOrigin) {
|
44
|
+
this['Access-Control-Allow-Origin'] = accessControlAllowOrigin;
|
45
|
+
},
|
46
|
+
enumerable: false,
|
47
|
+
configurable: true
|
48
|
+
});
|
49
|
+
HeaderMap.prototype.withAccessControlAllowMethods = function (accessControlAllowMethods) {
|
50
|
+
this['Access-Control-Allow-Methods'] = accessControlAllowMethods;
|
51
|
+
return this;
|
52
|
+
};
|
53
|
+
Object.defineProperty(HeaderMap.prototype, "accessControlAllowMethods", {
|
54
|
+
get: function () {
|
55
|
+
return this['Access-Control-Allow-Methods'];
|
56
|
+
},
|
57
|
+
set: function (accessControlAllowMethods) {
|
58
|
+
this['Access-Control-Allow-Methods'] = accessControlAllowMethods;
|
59
|
+
},
|
60
|
+
enumerable: false,
|
61
|
+
configurable: true
|
62
|
+
});
|
63
|
+
HeaderMap.prototype.withAccessControlMaxAge = function (accessControlMaxAge) {
|
64
|
+
this['Access-Control-Max-Age'] = accessControlMaxAge;
|
65
|
+
return this;
|
66
|
+
};
|
67
|
+
Object.defineProperty(HeaderMap.prototype, "accessControlMaxAge", {
|
68
|
+
get: function () {
|
69
|
+
return this['Access-Control-Max-Age'];
|
70
|
+
},
|
71
|
+
set: function (accessControlMaxAge) {
|
72
|
+
this['Access-Control-Max-Age'] = accessControlMaxAge;
|
73
|
+
},
|
74
|
+
enumerable: false,
|
75
|
+
configurable: true
|
76
|
+
});
|
77
|
+
HeaderMap.prototype.withAccessControlExposeHeaders = function (accessControlExposeHeaders) {
|
78
|
+
this['Access-Control-Expose-Headers'] = accessControlExposeHeaders;
|
79
|
+
return this;
|
80
|
+
};
|
81
|
+
Object.defineProperty(HeaderMap.prototype, "accessControlExposeHeaders", {
|
82
|
+
get: function () {
|
83
|
+
return this['Access-Control-Expose-Headers'];
|
84
|
+
},
|
85
|
+
set: function (accessControlExposeHeaders) {
|
86
|
+
this['Access-Control-Expose-Headers'] = accessControlExposeHeaders;
|
87
|
+
},
|
88
|
+
enumerable: false,
|
89
|
+
configurable: true
|
90
|
+
});
|
91
|
+
return HeaderMap;
|
92
|
+
}());
|
93
|
+
exports.HeaderMap = HeaderMap;
|
@@ -0,0 +1,27 @@
|
|
1
|
+
export declare class HttpGetBody {
|
2
|
+
private 'https_status'?;
|
3
|
+
private 'certificate_name'?;
|
4
|
+
private 'certificate_value'?;
|
5
|
+
private 'certificate_source'?;
|
6
|
+
private 'http2_status'?;
|
7
|
+
private 'tls_version'?;
|
8
|
+
constructor();
|
9
|
+
withHttpsStatus(httpsStatus: string): HttpGetBody;
|
10
|
+
set httpsStatus(httpsStatus: string | undefined);
|
11
|
+
get httpsStatus(): string | undefined;
|
12
|
+
withCertificateName(certificateName: string): HttpGetBody;
|
13
|
+
set certificateName(certificateName: string | undefined);
|
14
|
+
get certificateName(): string | undefined;
|
15
|
+
withCertificateValue(certificateValue: string): HttpGetBody;
|
16
|
+
set certificateValue(certificateValue: string | undefined);
|
17
|
+
get certificateValue(): string | undefined;
|
18
|
+
withCertificateSource(certificateSource: number): HttpGetBody;
|
19
|
+
set certificateSource(certificateSource: number | undefined);
|
20
|
+
get certificateSource(): number | undefined;
|
21
|
+
withHttp2Status(http2Status: string): HttpGetBody;
|
22
|
+
set http2Status(http2Status: string | undefined);
|
23
|
+
get http2Status(): string | undefined;
|
24
|
+
withTlsVersion(tlsVersion: string): HttpGetBody;
|
25
|
+
set tlsVersion(tlsVersion: string | undefined);
|
26
|
+
get tlsVersion(): string | undefined;
|
27
|
+
}
|
@@ -0,0 +1,93 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.HttpGetBody = void 0;
|
4
|
+
var HttpGetBody = /** @class */ (function () {
|
5
|
+
function HttpGetBody() {
|
6
|
+
}
|
7
|
+
HttpGetBody.prototype.withHttpsStatus = function (httpsStatus) {
|
8
|
+
this['https_status'] = httpsStatus;
|
9
|
+
return this;
|
10
|
+
};
|
11
|
+
Object.defineProperty(HttpGetBody.prototype, "httpsStatus", {
|
12
|
+
get: function () {
|
13
|
+
return this['https_status'];
|
14
|
+
},
|
15
|
+
set: function (httpsStatus) {
|
16
|
+
this['https_status'] = httpsStatus;
|
17
|
+
},
|
18
|
+
enumerable: false,
|
19
|
+
configurable: true
|
20
|
+
});
|
21
|
+
HttpGetBody.prototype.withCertificateName = function (certificateName) {
|
22
|
+
this['certificate_name'] = certificateName;
|
23
|
+
return this;
|
24
|
+
};
|
25
|
+
Object.defineProperty(HttpGetBody.prototype, "certificateName", {
|
26
|
+
get: function () {
|
27
|
+
return this['certificate_name'];
|
28
|
+
},
|
29
|
+
set: function (certificateName) {
|
30
|
+
this['certificate_name'] = certificateName;
|
31
|
+
},
|
32
|
+
enumerable: false,
|
33
|
+
configurable: true
|
34
|
+
});
|
35
|
+
HttpGetBody.prototype.withCertificateValue = function (certificateValue) {
|
36
|
+
this['certificate_value'] = certificateValue;
|
37
|
+
return this;
|
38
|
+
};
|
39
|
+
Object.defineProperty(HttpGetBody.prototype, "certificateValue", {
|
40
|
+
get: function () {
|
41
|
+
return this['certificate_value'];
|
42
|
+
},
|
43
|
+
set: function (certificateValue) {
|
44
|
+
this['certificate_value'] = certificateValue;
|
45
|
+
},
|
46
|
+
enumerable: false,
|
47
|
+
configurable: true
|
48
|
+
});
|
49
|
+
HttpGetBody.prototype.withCertificateSource = function (certificateSource) {
|
50
|
+
this['certificate_source'] = certificateSource;
|
51
|
+
return this;
|
52
|
+
};
|
53
|
+
Object.defineProperty(HttpGetBody.prototype, "certificateSource", {
|
54
|
+
get: function () {
|
55
|
+
return this['certificate_source'];
|
56
|
+
},
|
57
|
+
set: function (certificateSource) {
|
58
|
+
this['certificate_source'] = certificateSource;
|
59
|
+
},
|
60
|
+
enumerable: false,
|
61
|
+
configurable: true
|
62
|
+
});
|
63
|
+
HttpGetBody.prototype.withHttp2Status = function (http2Status) {
|
64
|
+
this['http2_status'] = http2Status;
|
65
|
+
return this;
|
66
|
+
};
|
67
|
+
Object.defineProperty(HttpGetBody.prototype, "http2Status", {
|
68
|
+
get: function () {
|
69
|
+
return this['http2_status'];
|
70
|
+
},
|
71
|
+
set: function (http2Status) {
|
72
|
+
this['http2_status'] = http2Status;
|
73
|
+
},
|
74
|
+
enumerable: false,
|
75
|
+
configurable: true
|
76
|
+
});
|
77
|
+
HttpGetBody.prototype.withTlsVersion = function (tlsVersion) {
|
78
|
+
this['tls_version'] = tlsVersion;
|
79
|
+
return this;
|
80
|
+
};
|
81
|
+
Object.defineProperty(HttpGetBody.prototype, "tlsVersion", {
|
82
|
+
get: function () {
|
83
|
+
return this['tls_version'];
|
84
|
+
},
|
85
|
+
set: function (tlsVersion) {
|
86
|
+
this['tls_version'] = tlsVersion;
|
87
|
+
},
|
88
|
+
enumerable: false,
|
89
|
+
configurable: true
|
90
|
+
});
|
91
|
+
return HttpGetBody;
|
92
|
+
}());
|
93
|
+
exports.HttpGetBody = HttpGetBody;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.HttpInfoRequest = void 0;
|
4
|
+
var HttpInfoRequest = /** @class */ (function () {
|
5
|
+
function HttpInfoRequest(https) {
|
6
|
+
this['https'] = https;
|
7
|
+
}
|
8
|
+
HttpInfoRequest.prototype.withHttps = function (https) {
|
9
|
+
this['https'] = https;
|
10
|
+
return this;
|
11
|
+
};
|
12
|
+
return HttpInfoRequest;
|
13
|
+
}());
|
14
|
+
exports.HttpInfoRequest = HttpInfoRequest;
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import { ForceRedirect } from './ForceRedirect';
|
2
|
+
export declare class HttpInfoRequestBody {
|
3
|
+
private 'cert_name';
|
4
|
+
private 'https_status';
|
5
|
+
certificate?: string;
|
6
|
+
private 'private_key'?;
|
7
|
+
http2?: number;
|
8
|
+
private 'certificate_type'?;
|
9
|
+
private 'force_redirect_https'?;
|
10
|
+
private 'force_redirect_config'?;
|
11
|
+
constructor(certName?: any, httpsStatus?: any);
|
12
|
+
withCertName(certName: string): HttpInfoRequestBody;
|
13
|
+
set certName(certName: string | undefined);
|
14
|
+
get certName(): string | undefined;
|
15
|
+
withHttpsStatus(httpsStatus: number): HttpInfoRequestBody;
|
16
|
+
set httpsStatus(httpsStatus: number | undefined);
|
17
|
+
get httpsStatus(): number | undefined;
|
18
|
+
withCertificate(certificate: string): HttpInfoRequestBody;
|
19
|
+
withPrivateKey(privateKey: string): HttpInfoRequestBody;
|
20
|
+
set privateKey(privateKey: string | undefined);
|
21
|
+
get privateKey(): string | undefined;
|
22
|
+
withHttp2(http2: number): HttpInfoRequestBody;
|
23
|
+
withCertificateType(certificateType: number): HttpInfoRequestBody;
|
24
|
+
set certificateType(certificateType: number | undefined);
|
25
|
+
get certificateType(): number | undefined;
|
26
|
+
withForceRedirectHttps(forceRedirectHttps: number): HttpInfoRequestBody;
|
27
|
+
set forceRedirectHttps(forceRedirectHttps: number | undefined);
|
28
|
+
get forceRedirectHttps(): number | undefined;
|
29
|
+
withForceRedirectConfig(forceRedirectConfig: ForceRedirect): HttpInfoRequestBody;
|
30
|
+
set forceRedirectConfig(forceRedirectConfig: ForceRedirect | undefined);
|
31
|
+
get forceRedirectConfig(): ForceRedirect | undefined;
|
32
|
+
}
|