cdn

package
v0.0.0-...-4a3a38f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

This section is empty.

Functions ¶

This section is empty.

Types ¶

type AddCdnDomainRequest ¶

type AddCdnDomainRequest struct {
	*requests.RpcRequest
	OwnerId         requests.Integer `position:"Query" name:"OwnerId"`
	OwnerAccount    string           `position:"Query" name:"OwnerAccount"`
	SecurityToken   string           `position:"Query" name:"SecurityToken"`
	DomainName      string           `position:"Query" name:"DomainName"`
	CdnType         string           `position:"Query" name:"CdnType"`
	TopLevelDomain  string           `position:"Query" name:"TopLevelDomain"`
	ResourceGroupId string           `position:"Query" name:"ResourceGroupId"`
	SourceType      string           `position:"Query" name:"SourceType"`
	Sources         string           `position:"Query" name:"Sources"`
	SourcePort      requests.Integer `position:"Query" name:"SourcePort"`
	CheckUrl        string           `position:"Query" name:"CheckUrl"`
	Region          string           `position:"Query" name:"Region"`
	LiveType        string           `position:"Query" name:"LiveType"`
	Scope           string           `position:"Query" name:"Scope"`
	Priorities      string           `position:"Query" name:"Priorities"`
}

AddCdnDomainRequest is the request struct for api AddCdnDomain

func CreateAddCdnDomainRequest ¶

func CreateAddCdnDomainRequest() (request *AddCdnDomainRequest)

CreateAddCdnDomainRequest creates a request to invoke AddCdnDomain API

type AddCdnDomainResponse ¶

type AddCdnDomainResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

AddCdnDomainResponse is the response struct for api AddCdnDomain

func CreateAddCdnDomainResponse ¶

func CreateAddCdnDomainResponse() (response *AddCdnDomainResponse)

CreateAddCdnDomainResponse creates a response to parse from AddCdnDomain response

type AddLiveAppRecordConfigRequest ¶

type AddLiveAppRecordConfigRequest struct {
	*requests.RpcRequest
	OwnerId         requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken   string           `position:"Query" name:"SecurityToken"`
	DomainName      string           `position:"Query" name:"DomainName"`
	AppName         string           `position:"Query" name:"AppName"`
	OssEndpoint     string           `position:"Query" name:"OssEndpoint"`
	OssBucket       string           `position:"Query" name:"OssBucket"`
	OssObjectPrefix string           `position:"Query" name:"OssObjectPrefix"`
}

AddLiveAppRecordConfigRequest is the request struct for api AddLiveAppRecordConfig

func CreateAddLiveAppRecordConfigRequest ¶

func CreateAddLiveAppRecordConfigRequest() (request *AddLiveAppRecordConfigRequest)

CreateAddLiveAppRecordConfigRequest creates a request to invoke AddLiveAppRecordConfig API

type AddLiveAppRecordConfigResponse ¶

type AddLiveAppRecordConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

AddLiveAppRecordConfigResponse is the response struct for api AddLiveAppRecordConfig

func CreateAddLiveAppRecordConfigResponse ¶

func CreateAddLiveAppRecordConfigResponse() (response *AddLiveAppRecordConfigResponse)

CreateAddLiveAppRecordConfigResponse creates a response to parse from AddLiveAppRecordConfig response

type AddLiveAppSnapshotConfigRequest ¶

type AddLiveAppSnapshotConfigRequest struct {
	*requests.RpcRequest
	OwnerId            requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken      string           `position:"Query" name:"SecurityToken"`
	DomainName         string           `position:"Query" name:"DomainName"`
	AppName            string           `position:"Query" name:"AppName"`
	TimeInterval       requests.Integer `position:"Query" name:"TimeInterval"`
	OssEndpoint        string           `position:"Query" name:"OssEndpoint"`
	OssBucket          string           `position:"Query" name:"OssBucket"`
	OverwriteOssObject string           `position:"Query" name:"OverwriteOssObject"`
	SequenceOssObject  string           `position:"Query" name:"SequenceOssObject"`
}

AddLiveAppSnapshotConfigRequest is the request struct for api AddLiveAppSnapshotConfig

func CreateAddLiveAppSnapshotConfigRequest ¶

func CreateAddLiveAppSnapshotConfigRequest() (request *AddLiveAppSnapshotConfigRequest)

CreateAddLiveAppSnapshotConfigRequest creates a request to invoke AddLiveAppSnapshotConfig API

type AddLiveAppSnapshotConfigResponse ¶

type AddLiveAppSnapshotConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

AddLiveAppSnapshotConfigResponse is the response struct for api AddLiveAppSnapshotConfig

func CreateAddLiveAppSnapshotConfigResponse ¶

func CreateAddLiveAppSnapshotConfigResponse() (response *AddLiveAppSnapshotConfigResponse)

CreateAddLiveAppSnapshotConfigResponse creates a response to parse from AddLiveAppSnapshotConfig response

type AddLiveDomainMappingRequest ¶

type AddLiveDomainMappingRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	PushDomain    string           `position:"Query" name:"PushDomain"`
	PullDomain    string           `position:"Query" name:"PullDomain"`
}

AddLiveDomainMappingRequest is the request struct for api AddLiveDomainMapping

func CreateAddLiveDomainMappingRequest ¶

func CreateAddLiveDomainMappingRequest() (request *AddLiveDomainMappingRequest)

CreateAddLiveDomainMappingRequest creates a request to invoke AddLiveDomainMapping API

type AddLiveDomainMappingResponse ¶

type AddLiveDomainMappingResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

AddLiveDomainMappingResponse is the response struct for api AddLiveDomainMapping

func CreateAddLiveDomainMappingResponse ¶

func CreateAddLiveDomainMappingResponse() (response *AddLiveDomainMappingResponse)

CreateAddLiveDomainMappingResponse creates a response to parse from AddLiveDomainMapping response

type AddLivePullStreamInfoRequest ¶

type AddLivePullStreamInfoRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
	StreamName    string           `position:"Query" name:"StreamName"`
	SourceUrl     string           `position:"Query" name:"SourceUrl"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

AddLivePullStreamInfoRequest is the request struct for api AddLivePullStreamInfo

func CreateAddLivePullStreamInfoRequest ¶

func CreateAddLivePullStreamInfoRequest() (request *AddLivePullStreamInfoRequest)

CreateAddLivePullStreamInfoRequest creates a request to invoke AddLivePullStreamInfo API

type AddLivePullStreamInfoResponse ¶

type AddLivePullStreamInfoResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

AddLivePullStreamInfoResponse is the response struct for api AddLivePullStreamInfo

func CreateAddLivePullStreamInfoResponse ¶

func CreateAddLivePullStreamInfoResponse() (response *AddLivePullStreamInfoResponse)

CreateAddLivePullStreamInfoResponse creates a response to parse from AddLivePullStreamInfo response

type AddLiveStreamTranscodeRequest ¶

type AddLiveStreamTranscodeRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	OwnerAccount  string           `position:"Query" name:"OwnerAccount"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	Domain        string           `position:"Query" name:"Domain"`
	Template      string           `position:"Query" name:"Template"`
	Record        string           `position:"Query" name:"Record"`
	Snapshot      string           `position:"Query" name:"Snapshot"`
	App           string           `position:"Query" name:"App"`
}

AddLiveStreamTranscodeRequest is the request struct for api AddLiveStreamTranscode

func CreateAddLiveStreamTranscodeRequest ¶

func CreateAddLiveStreamTranscodeRequest() (request *AddLiveStreamTranscodeRequest)

CreateAddLiveStreamTranscodeRequest creates a request to invoke AddLiveStreamTranscode API

type AddLiveStreamTranscodeResponse ¶

type AddLiveStreamTranscodeResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

AddLiveStreamTranscodeResponse is the response struct for api AddLiveStreamTranscode

func CreateAddLiveStreamTranscodeResponse ¶

func CreateAddLiveStreamTranscodeResponse() (response *AddLiveStreamTranscodeResponse)

CreateAddLiveStreamTranscodeResponse creates a response to parse from AddLiveStreamTranscode response

type AliBusinessConfig ¶

type AliBusinessConfig struct {
	AliBusinessTable string `json:"AliBusinessTable" xml:"AliBusinessTable"`
	AliBusinessType  string `json:"AliBusinessType" xml:"AliBusinessType"`
	ConfigId         string `json:"ConfigId" xml:"ConfigId"`
	Status           string `json:"Status" xml:"Status"`
}

AliBusinessConfig is a nested struct in cdn response

type AllUrlList ¶

type AllUrlList struct {
	UrlList []UrlList `json:"UrlList" xml:"UrlList"`
}

AllUrlList is a nested struct in cdn response

type AttackIpDataList ¶

type AttackIpDataList struct {
	AttackIpDatas []AttackIpDatas `json:"AttackIpDatas" xml:"AttackIpDatas"`
}

AttackIpDataList is a nested struct in cdn response

type AttackIpDatas ¶

type AttackIpDatas struct {
	Ip          string `json:"Ip" xml:"Ip"`
	AttackCount string `json:"AttackCount" xml:"AttackCount"`
	Result      string `json:"Result" xml:"Result"`
}

AttackIpDatas is a nested struct in cdn response

type AttackedUrlDataList ¶

type AttackedUrlDataList struct {
	AttackedUrlDatas []AttackedUrlDatas `json:"AttackedUrlDatas" xml:"AttackedUrlDatas"`
}

AttackedUrlDataList is a nested struct in cdn response

type AttackedUrlDatas ¶

type AttackedUrlDatas struct {
	Url         string `json:"Url" xml:"Url"`
	AttackCount string `json:"AttackCount" xml:"AttackCount"`
	Result      string `json:"Result" xml:"Result"`
}

AttackedUrlDatas is a nested struct in cdn response

type AvgRTPerInterval ¶

type AvgRTPerInterval struct {
	DataModule []DataModule `json:"DataModule" xml:"DataModule"`
}

AvgRTPerInterval is a nested struct in cdn response

type BatchDescribeDomainBpsDataRequest ¶

type BatchDescribeDomainBpsDataRequest struct {
	*requests.RpcRequest
}

BatchDescribeDomainBpsDataRequest is the request struct for api BatchDescribeDomainBpsData

func CreateBatchDescribeDomainBpsDataRequest ¶

func CreateBatchDescribeDomainBpsDataRequest() (request *BatchDescribeDomainBpsDataRequest)

CreateBatchDescribeDomainBpsDataRequest creates a request to invoke BatchDescribeDomainBpsData API

type BatchDescribeDomainBpsDataResponse ¶

type BatchDescribeDomainBpsDataResponse struct {
	*responses.BaseResponse
	RequestId  string                               `json:"RequestId" xml:"RequestId"`
	PageNumber int                                  `json:"PageNumber" xml:"PageNumber"`
	PageSize   int                                  `json:"PageSize" xml:"PageSize"`
	TotalCount int                                  `json:"TotalCount" xml:"TotalCount"`
	BpsDatas   BpsDatasInBatchDescribeDomainBpsData `json:"BpsDatas" xml:"BpsDatas"`
}

BatchDescribeDomainBpsDataResponse is the response struct for api BatchDescribeDomainBpsData

func CreateBatchDescribeDomainBpsDataResponse ¶

func CreateBatchDescribeDomainBpsDataResponse() (response *BatchDescribeDomainBpsDataResponse)

CreateBatchDescribeDomainBpsDataResponse creates a response to parse from BatchDescribeDomainBpsData response

type BpsDataList ¶

type BpsDataList struct {
	BpsDataModel []BpsDataModel `json:"BpsDataModel" xml:"BpsDataModel"`
}

BpsDataList is a nested struct in cdn response

type BpsDataModel ¶

type BpsDataModel struct {
	LocationName string `json:"LocationName" xml:"LocationName"`
	IspName      string `json:"IspName" xml:"IspName"`
	Bps          int    `json:"Bps" xml:"Bps"`
}

BpsDataModel is a nested struct in cdn response

type BpsDataPerInterval ¶

type BpsDataPerInterval struct {
	DataModule []DataModule `json:"DataModule" xml:"DataModule"`
}

BpsDataPerInterval is a nested struct in cdn response

type BpsDatasInBatchDescribeDomainBpsData ¶

type BpsDatasInBatchDescribeDomainBpsData struct {
	DataModule []DataModule `json:"DataModule" xml:"DataModule"`
}

BpsDatasInBatchDescribeDomainBpsData is a nested struct in cdn response

type BpsDatasInDescribeDomainDownstreamBpsOfEdge ¶

type BpsDatasInDescribeDomainDownstreamBpsOfEdge struct {
	DomainBpsModel []DomainBpsModel `json:"DomainBpsModel" xml:"DomainBpsModel"`
}

BpsDatasInDescribeDomainDownstreamBpsOfEdge is a nested struct in cdn response

type BpsDatasInDescribeDomainUpstreamBpsOfEdge ¶

type BpsDatasInDescribeDomainUpstreamBpsOfEdge struct {
	DomainBpsModel []DomainBpsModel `json:"DomainBpsModel" xml:"DomainBpsModel"`
}

BpsDatasInDescribeDomainUpstreamBpsOfEdge is a nested struct in cdn response

type BpsDatasInDescribeDomainUpstreamOfCenter ¶

type BpsDatasInDescribeDomainUpstreamOfCenter struct {
	DomainBpsModel []DomainBpsModel `json:"DomainBpsModel" xml:"DomainBpsModel"`
}

BpsDatasInDescribeDomainUpstreamOfCenter is a nested struct in cdn response

type BpsDatasInDescribeLiveStreamBpsData ¶

type BpsDatasInDescribeLiveStreamBpsData struct {
	DomainBpsModel []DomainBpsModel `json:"DomainBpsModel" xml:"DomainBpsModel"`
}

BpsDatasInDescribeLiveStreamBpsData is a nested struct in cdn response

type BpsModel ¶

type BpsModel struct {
	Bps       float64 `json:"Bps" xml:"Bps"`
	TimeStamp string  `json:"TimeStamp" xml:"TimeStamp"`
}

BpsModel is a nested struct in cdn response

type ByteHitRateDataModel ¶

type ByteHitRateDataModel struct {
	ByteHitRate float64 `json:"ByteHitRate" xml:"ByteHitRate"`
	TimeStamp   string  `json:"TimeStamp" xml:"TimeStamp"`
}

ByteHitRateDataModel is a nested struct in cdn response

type CCDataList ¶

type CCDataList struct {
	CCDatas []CCDatas `json:"CCDatas" xml:"CCDatas"`
}

CCDataList is a nested struct in cdn response

type CCDatas ¶

type CCDatas struct {
	TimeStamp string `json:"TimeStamp" xml:"TimeStamp"`
	Count     string `json:"Count" xml:"Count"`
}

CCDatas is a nested struct in cdn response

type CDNMonitorData ¶

type CDNMonitorData struct {
	TimeStamp         string `json:"TimeStamp" xml:"TimeStamp"`
	QueryPerSecond    string `json:"QueryPerSecond" xml:"QueryPerSecond"`
	BytesPerSecond    string `json:"BytesPerSecond" xml:"BytesPerSecond"`
	BytesHitRate      string `json:"BytesHitRate" xml:"BytesHitRate"`
	RequestHitRate    string `json:"RequestHitRate" xml:"RequestHitRate"`
	AverageObjectSize string `json:"AverageObjectSize" xml:"AverageObjectSize"`
}

CDNMonitorData is a nested struct in cdn response

type CDNTask ¶

type CDNTask struct {
	TaskId       string `json:"TaskId" xml:"TaskId"`
	ObjectPath   string `json:"ObjectPath" xml:"ObjectPath"`
	Process      string `json:"Process" xml:"Process"`
	Status       string `json:"Status" xml:"Status"`
	CreationTime string `json:"CreationTime" xml:"CreationTime"`
	Description  string `json:"Description" xml:"Description"`
	ObjectType   string `json:"ObjectType" xml:"ObjectType"`
}

CDNTask is a nested struct in cdn response

type CacheExpiredConfig ¶

type CacheExpiredConfig struct {
	ConfigId     string `json:"ConfigId" xml:"ConfigId"`
	CacheType    string `json:"CacheType" xml:"CacheType"`
	CacheContent string `json:"CacheContent" xml:"CacheContent"`
	TTL          string `json:"TTL" xml:"TTL"`
	Weight       string `json:"Weight" xml:"Weight"`
	Status       string `json:"Status" xml:"Status"`
}

CacheExpiredConfig is a nested struct in cdn response

type CacheExpiredConfigs ¶

type CacheExpiredConfigs struct {
	CacheExpiredConfig []CacheExpiredConfig `json:"CacheExpiredConfig" xml:"CacheExpiredConfig"`
}

CacheExpiredConfigs is a nested struct in cdn response

type CcConfig ¶

type CcConfig struct {
	ConfigId string `json:"ConfigId" xml:"ConfigId"`
	Enable   string `json:"Enable" xml:"Enable"`
	AllowIps string `json:"AllowIps" xml:"AllowIps"`
	BlockIps string `json:"BlockIps" xml:"BlockIps"`
	Status   string `json:"Status" xml:"Status"`
}

CcConfig is a nested struct in cdn response

type CdnType ¶

type CdnType struct {
	Type string `json:"Type" xml:"Type"`
	Desc string `json:"Desc" xml:"Desc"`
}

CdnType is a nested struct in cdn response

type CdnTypes ¶

type CdnTypes struct {
	CdnType []CdnType `json:"CdnType" xml:"CdnType"`
}

CdnTypes is a nested struct in cdn response

type ClearUserBlackListRequest ¶

type ClearUserBlackListRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	OwnerAccount  string           `position:"Query" name:"OwnerAccount"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
}

ClearUserBlackListRequest is the request struct for api ClearUserBlackList

func CreateClearUserBlackListRequest ¶

func CreateClearUserBlackListRequest() (request *ClearUserBlackListRequest)

CreateClearUserBlackListRequest creates a request to invoke ClearUserBlackList API

type ClearUserBlackListResponse ¶

type ClearUserBlackListResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

ClearUserBlackListResponse is the response struct for api ClearUserBlackList

func CreateClearUserBlackListResponse ¶

func CreateClearUserBlackListResponse() (response *ClearUserBlackListResponse)

CreateClearUserBlackListResponse creates a response to parse from ClearUserBlackList response

type ClearUserDomainBlackListRequest ¶

type ClearUserDomainBlackListRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	OwnerAccount  string           `position:"Query" name:"OwnerAccount"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
}

ClearUserDomainBlackListRequest is the request struct for api ClearUserDomainBlackList

func CreateClearUserDomainBlackListRequest ¶

func CreateClearUserDomainBlackListRequest() (request *ClearUserDomainBlackListRequest)

CreateClearUserDomainBlackListRequest creates a request to invoke ClearUserDomainBlackList API

type ClearUserDomainBlackListResponse ¶

type ClearUserDomainBlackListResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

ClearUserDomainBlackListResponse is the response struct for api ClearUserDomainBlackList

func CreateClearUserDomainBlackListResponse ¶

func CreateClearUserDomainBlackListResponse() (response *ClearUserDomainBlackListResponse)

CreateClearUserDomainBlackListResponse creates a response to parse from ClearUserDomainBlackList response

type Client ¶

type Client struct {
	sdk.Client
}

Client is the sdk client struct, each func corresponds to an OpenAPI

func NewClient ¶

func NewClient() (client *Client, err error)

NewClient creates a sdk client with environment variables

func NewClientWithAccessKey ¶

func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)

NewClientWithAccessKey is a shortcut to create sdk client with accesskey usage: https://help.aliyun.com/document_detail/66217.html

func NewClientWithEcsRamRole ¶

func NewClientWithEcsRamRole(regionId string, roleName string) (client *Client, err error)

NewClientWithEcsRamRole is a shortcut to create sdk client with ecs ram role usage: https://help.aliyun.com/document_detail/66223.html

func NewClientWithOptions ¶

func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)

NewClientWithOptions creates a sdk client with regionId/sdkConfig/credential this is the common api to create a sdk client

func NewClientWithRamRoleArn ¶

func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)

NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn usage: https://help.aliyun.com/document_detail/66222.html

func NewClientWithRsaKeyPair ¶

func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)

NewClientWithRsaKeyPair is a shortcut to create sdk client with rsa key pair attention: rsa key pair auth is only Japan regions available

func NewClientWithStsToken ¶

func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)

NewClientWithStsToken is a shortcut to create sdk client with sts token usage: https://help.aliyun.com/document_detail/66222.html

func (*Client) AddCdnDomain ¶

func (client *Client) AddCdnDomain(request *AddCdnDomainRequest) (response *AddCdnDomainResponse, err error)

AddCdnDomain invokes the cdn.AddCdnDomain API synchronously api document: https://help.aliyun.com/api/cdn/addcdndomain.html

func (*Client) AddCdnDomainWithCallback ¶

func (client *Client) AddCdnDomainWithCallback(request *AddCdnDomainRequest, callback func(response *AddCdnDomainResponse, err error)) <-chan int

AddCdnDomainWithCallback invokes the cdn.AddCdnDomain API asynchronously api document: https://help.aliyun.com/api/cdn/addcdndomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddCdnDomainWithChan ¶

func (client *Client) AddCdnDomainWithChan(request *AddCdnDomainRequest) (<-chan *AddCdnDomainResponse, <-chan error)

AddCdnDomainWithChan invokes the cdn.AddCdnDomain API asynchronously api document: https://help.aliyun.com/api/cdn/addcdndomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddLiveAppRecordConfig ¶

func (client *Client) AddLiveAppRecordConfig(request *AddLiveAppRecordConfigRequest) (response *AddLiveAppRecordConfigResponse, err error)

AddLiveAppRecordConfig invokes the cdn.AddLiveAppRecordConfig API synchronously api document: https://help.aliyun.com/api/cdn/addliveapprecordconfig.html

func (*Client) AddLiveAppRecordConfigWithCallback ¶

func (client *Client) AddLiveAppRecordConfigWithCallback(request *AddLiveAppRecordConfigRequest, callback func(response *AddLiveAppRecordConfigResponse, err error)) <-chan int

AddLiveAppRecordConfigWithCallback invokes the cdn.AddLiveAppRecordConfig API asynchronously api document: https://help.aliyun.com/api/cdn/addliveapprecordconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddLiveAppRecordConfigWithChan ¶

func (client *Client) AddLiveAppRecordConfigWithChan(request *AddLiveAppRecordConfigRequest) (<-chan *AddLiveAppRecordConfigResponse, <-chan error)

AddLiveAppRecordConfigWithChan invokes the cdn.AddLiveAppRecordConfig API asynchronously api document: https://help.aliyun.com/api/cdn/addliveapprecordconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddLiveAppSnapshotConfig ¶

func (client *Client) AddLiveAppSnapshotConfig(request *AddLiveAppSnapshotConfigRequest) (response *AddLiveAppSnapshotConfigResponse, err error)

AddLiveAppSnapshotConfig invokes the cdn.AddLiveAppSnapshotConfig API synchronously api document: https://help.aliyun.com/api/cdn/addliveappsnapshotconfig.html

func (*Client) AddLiveAppSnapshotConfigWithCallback ¶

func (client *Client) AddLiveAppSnapshotConfigWithCallback(request *AddLiveAppSnapshotConfigRequest, callback func(response *AddLiveAppSnapshotConfigResponse, err error)) <-chan int

AddLiveAppSnapshotConfigWithCallback invokes the cdn.AddLiveAppSnapshotConfig API asynchronously api document: https://help.aliyun.com/api/cdn/addliveappsnapshotconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddLiveAppSnapshotConfigWithChan ¶

func (client *Client) AddLiveAppSnapshotConfigWithChan(request *AddLiveAppSnapshotConfigRequest) (<-chan *AddLiveAppSnapshotConfigResponse, <-chan error)

AddLiveAppSnapshotConfigWithChan invokes the cdn.AddLiveAppSnapshotConfig API asynchronously api document: https://help.aliyun.com/api/cdn/addliveappsnapshotconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddLiveDomainMapping ¶

func (client *Client) AddLiveDomainMapping(request *AddLiveDomainMappingRequest) (response *AddLiveDomainMappingResponse, err error)

AddLiveDomainMapping invokes the cdn.AddLiveDomainMapping API synchronously api document: https://help.aliyun.com/api/cdn/addlivedomainmapping.html

func (*Client) AddLiveDomainMappingWithCallback ¶

func (client *Client) AddLiveDomainMappingWithCallback(request *AddLiveDomainMappingRequest, callback func(response *AddLiveDomainMappingResponse, err error)) <-chan int

AddLiveDomainMappingWithCallback invokes the cdn.AddLiveDomainMapping API asynchronously api document: https://help.aliyun.com/api/cdn/addlivedomainmapping.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddLiveDomainMappingWithChan ¶

func (client *Client) AddLiveDomainMappingWithChan(request *AddLiveDomainMappingRequest) (<-chan *AddLiveDomainMappingResponse, <-chan error)

AddLiveDomainMappingWithChan invokes the cdn.AddLiveDomainMapping API asynchronously api document: https://help.aliyun.com/api/cdn/addlivedomainmapping.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddLivePullStreamInfo ¶

func (client *Client) AddLivePullStreamInfo(request *AddLivePullStreamInfoRequest) (response *AddLivePullStreamInfoResponse, err error)

AddLivePullStreamInfo invokes the cdn.AddLivePullStreamInfo API synchronously api document: https://help.aliyun.com/api/cdn/addlivepullstreaminfo.html

func (*Client) AddLivePullStreamInfoWithCallback ¶

func (client *Client) AddLivePullStreamInfoWithCallback(request *AddLivePullStreamInfoRequest, callback func(response *AddLivePullStreamInfoResponse, err error)) <-chan int

AddLivePullStreamInfoWithCallback invokes the cdn.AddLivePullStreamInfo API asynchronously api document: https://help.aliyun.com/api/cdn/addlivepullstreaminfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddLivePullStreamInfoWithChan ¶

func (client *Client) AddLivePullStreamInfoWithChan(request *AddLivePullStreamInfoRequest) (<-chan *AddLivePullStreamInfoResponse, <-chan error)

AddLivePullStreamInfoWithChan invokes the cdn.AddLivePullStreamInfo API asynchronously api document: https://help.aliyun.com/api/cdn/addlivepullstreaminfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddLiveStreamTranscode ¶

func (client *Client) AddLiveStreamTranscode(request *AddLiveStreamTranscodeRequest) (response *AddLiveStreamTranscodeResponse, err error)

AddLiveStreamTranscode invokes the cdn.AddLiveStreamTranscode API synchronously api document: https://help.aliyun.com/api/cdn/addlivestreamtranscode.html

func (*Client) AddLiveStreamTranscodeWithCallback ¶

func (client *Client) AddLiveStreamTranscodeWithCallback(request *AddLiveStreamTranscodeRequest, callback func(response *AddLiveStreamTranscodeResponse, err error)) <-chan int

AddLiveStreamTranscodeWithCallback invokes the cdn.AddLiveStreamTranscode API asynchronously api document: https://help.aliyun.com/api/cdn/addlivestreamtranscode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddLiveStreamTranscodeWithChan ¶

func (client *Client) AddLiveStreamTranscodeWithChan(request *AddLiveStreamTranscodeRequest) (<-chan *AddLiveStreamTranscodeResponse, <-chan error)

AddLiveStreamTranscodeWithChan invokes the cdn.AddLiveStreamTranscode API asynchronously api document: https://help.aliyun.com/api/cdn/addlivestreamtranscode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BatchDescribeDomainBpsData ¶

func (client *Client) BatchDescribeDomainBpsData(request *BatchDescribeDomainBpsDataRequest) (response *BatchDescribeDomainBpsDataResponse, err error)

BatchDescribeDomainBpsData invokes the cdn.BatchDescribeDomainBpsData API synchronously api document: https://help.aliyun.com/api/cdn/batchdescribedomainbpsdata.html

func (*Client) BatchDescribeDomainBpsDataWithCallback ¶

func (client *Client) BatchDescribeDomainBpsDataWithCallback(request *BatchDescribeDomainBpsDataRequest, callback func(response *BatchDescribeDomainBpsDataResponse, err error)) <-chan int

BatchDescribeDomainBpsDataWithCallback invokes the cdn.BatchDescribeDomainBpsData API asynchronously api document: https://help.aliyun.com/api/cdn/batchdescribedomainbpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) BatchDescribeDomainBpsDataWithChan ¶

func (client *Client) BatchDescribeDomainBpsDataWithChan(request *BatchDescribeDomainBpsDataRequest) (<-chan *BatchDescribeDomainBpsDataResponse, <-chan error)

BatchDescribeDomainBpsDataWithChan invokes the cdn.BatchDescribeDomainBpsData API asynchronously api document: https://help.aliyun.com/api/cdn/batchdescribedomainbpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ClearUserBlackList ¶

func (client *Client) ClearUserBlackList(request *ClearUserBlackListRequest) (response *ClearUserBlackListResponse, err error)

ClearUserBlackList invokes the cdn.ClearUserBlackList API synchronously api document: https://help.aliyun.com/api/cdn/clearuserblacklist.html

func (*Client) ClearUserBlackListWithCallback ¶

func (client *Client) ClearUserBlackListWithCallback(request *ClearUserBlackListRequest, callback func(response *ClearUserBlackListResponse, err error)) <-chan int

ClearUserBlackListWithCallback invokes the cdn.ClearUserBlackList API asynchronously api document: https://help.aliyun.com/api/cdn/clearuserblacklist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ClearUserBlackListWithChan ¶

func (client *Client) ClearUserBlackListWithChan(request *ClearUserBlackListRequest) (<-chan *ClearUserBlackListResponse, <-chan error)

ClearUserBlackListWithChan invokes the cdn.ClearUserBlackList API asynchronously api document: https://help.aliyun.com/api/cdn/clearuserblacklist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ClearUserDomainBlackList ¶

func (client *Client) ClearUserDomainBlackList(request *ClearUserDomainBlackListRequest) (response *ClearUserDomainBlackListResponse, err error)

ClearUserDomainBlackList invokes the cdn.ClearUserDomainBlackList API synchronously api document: https://help.aliyun.com/api/cdn/clearuserdomainblacklist.html

func (*Client) ClearUserDomainBlackListWithCallback ¶

func (client *Client) ClearUserDomainBlackListWithCallback(request *ClearUserDomainBlackListRequest, callback func(response *ClearUserDomainBlackListResponse, err error)) <-chan int

ClearUserDomainBlackListWithCallback invokes the cdn.ClearUserDomainBlackList API asynchronously api document: https://help.aliyun.com/api/cdn/clearuserdomainblacklist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ClearUserDomainBlackListWithChan ¶

func (client *Client) ClearUserDomainBlackListWithChan(request *ClearUserDomainBlackListRequest) (<-chan *ClearUserDomainBlackListResponse, <-chan error)

ClearUserDomainBlackListWithChan invokes the cdn.ClearUserDomainBlackList API asynchronously api document: https://help.aliyun.com/api/cdn/clearuserdomainblacklist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateLiveStreamRecordIndexFiles ¶

func (client *Client) CreateLiveStreamRecordIndexFiles(request *CreateLiveStreamRecordIndexFilesRequest) (response *CreateLiveStreamRecordIndexFilesResponse, err error)

CreateLiveStreamRecordIndexFiles invokes the cdn.CreateLiveStreamRecordIndexFiles API synchronously api document: https://help.aliyun.com/api/cdn/createlivestreamrecordindexfiles.html

func (*Client) CreateLiveStreamRecordIndexFilesWithCallback ¶

func (client *Client) CreateLiveStreamRecordIndexFilesWithCallback(request *CreateLiveStreamRecordIndexFilesRequest, callback func(response *CreateLiveStreamRecordIndexFilesResponse, err error)) <-chan int

CreateLiveStreamRecordIndexFilesWithCallback invokes the cdn.CreateLiveStreamRecordIndexFiles API asynchronously api document: https://help.aliyun.com/api/cdn/createlivestreamrecordindexfiles.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateLiveStreamRecordIndexFilesWithChan ¶

func (client *Client) CreateLiveStreamRecordIndexFilesWithChan(request *CreateLiveStreamRecordIndexFilesRequest) (<-chan *CreateLiveStreamRecordIndexFilesResponse, <-chan error)

CreateLiveStreamRecordIndexFilesWithChan invokes the cdn.CreateLiveStreamRecordIndexFiles API asynchronously api document: https://help.aliyun.com/api/cdn/createlivestreamrecordindexfiles.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteCacheExpiredConfig ¶

func (client *Client) DeleteCacheExpiredConfig(request *DeleteCacheExpiredConfigRequest) (response *DeleteCacheExpiredConfigResponse, err error)

DeleteCacheExpiredConfig invokes the cdn.DeleteCacheExpiredConfig API synchronously api document: https://help.aliyun.com/api/cdn/deletecacheexpiredconfig.html

func (*Client) DeleteCacheExpiredConfigWithCallback ¶

func (client *Client) DeleteCacheExpiredConfigWithCallback(request *DeleteCacheExpiredConfigRequest, callback func(response *DeleteCacheExpiredConfigResponse, err error)) <-chan int

DeleteCacheExpiredConfigWithCallback invokes the cdn.DeleteCacheExpiredConfig API asynchronously api document: https://help.aliyun.com/api/cdn/deletecacheexpiredconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteCacheExpiredConfigWithChan ¶

func (client *Client) DeleteCacheExpiredConfigWithChan(request *DeleteCacheExpiredConfigRequest) (<-chan *DeleteCacheExpiredConfigResponse, <-chan error)

DeleteCacheExpiredConfigWithChan invokes the cdn.DeleteCacheExpiredConfig API asynchronously api document: https://help.aliyun.com/api/cdn/deletecacheexpiredconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteCdnDomain ¶

func (client *Client) DeleteCdnDomain(request *DeleteCdnDomainRequest) (response *DeleteCdnDomainResponse, err error)

DeleteCdnDomain invokes the cdn.DeleteCdnDomain API synchronously api document: https://help.aliyun.com/api/cdn/deletecdndomain.html

func (*Client) DeleteCdnDomainWithCallback ¶

func (client *Client) DeleteCdnDomainWithCallback(request *DeleteCdnDomainRequest, callback func(response *DeleteCdnDomainResponse, err error)) <-chan int

DeleteCdnDomainWithCallback invokes the cdn.DeleteCdnDomain API asynchronously api document: https://help.aliyun.com/api/cdn/deletecdndomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteCdnDomainWithChan ¶

func (client *Client) DeleteCdnDomainWithChan(request *DeleteCdnDomainRequest) (<-chan *DeleteCdnDomainResponse, <-chan error)

DeleteCdnDomainWithChan invokes the cdn.DeleteCdnDomain API asynchronously api document: https://help.aliyun.com/api/cdn/deletecdndomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteHttpHeaderConfig ¶

func (client *Client) DeleteHttpHeaderConfig(request *DeleteHttpHeaderConfigRequest) (response *DeleteHttpHeaderConfigResponse, err error)

DeleteHttpHeaderConfig invokes the cdn.DeleteHttpHeaderConfig API synchronously api document: https://help.aliyun.com/api/cdn/deletehttpheaderconfig.html

func (*Client) DeleteHttpHeaderConfigWithCallback ¶

func (client *Client) DeleteHttpHeaderConfigWithCallback(request *DeleteHttpHeaderConfigRequest, callback func(response *DeleteHttpHeaderConfigResponse, err error)) <-chan int

DeleteHttpHeaderConfigWithCallback invokes the cdn.DeleteHttpHeaderConfig API asynchronously api document: https://help.aliyun.com/api/cdn/deletehttpheaderconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteHttpHeaderConfigWithChan ¶

func (client *Client) DeleteHttpHeaderConfigWithChan(request *DeleteHttpHeaderConfigRequest) (<-chan *DeleteHttpHeaderConfigResponse, <-chan error)

DeleteHttpHeaderConfigWithChan invokes the cdn.DeleteHttpHeaderConfig API asynchronously api document: https://help.aliyun.com/api/cdn/deletehttpheaderconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteLiveAppRecordConfig ¶

func (client *Client) DeleteLiveAppRecordConfig(request *DeleteLiveAppRecordConfigRequest) (response *DeleteLiveAppRecordConfigResponse, err error)

DeleteLiveAppRecordConfig invokes the cdn.DeleteLiveAppRecordConfig API synchronously api document: https://help.aliyun.com/api/cdn/deleteliveapprecordconfig.html

func (*Client) DeleteLiveAppRecordConfigWithCallback ¶

func (client *Client) DeleteLiveAppRecordConfigWithCallback(request *DeleteLiveAppRecordConfigRequest, callback func(response *DeleteLiveAppRecordConfigResponse, err error)) <-chan int

DeleteLiveAppRecordConfigWithCallback invokes the cdn.DeleteLiveAppRecordConfig API asynchronously api document: https://help.aliyun.com/api/cdn/deleteliveapprecordconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteLiveAppRecordConfigWithChan ¶

func (client *Client) DeleteLiveAppRecordConfigWithChan(request *DeleteLiveAppRecordConfigRequest) (<-chan *DeleteLiveAppRecordConfigResponse, <-chan error)

DeleteLiveAppRecordConfigWithChan invokes the cdn.DeleteLiveAppRecordConfig API asynchronously api document: https://help.aliyun.com/api/cdn/deleteliveapprecordconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteLiveAppSnapshotConfig ¶

func (client *Client) DeleteLiveAppSnapshotConfig(request *DeleteLiveAppSnapshotConfigRequest) (response *DeleteLiveAppSnapshotConfigResponse, err error)

DeleteLiveAppSnapshotConfig invokes the cdn.DeleteLiveAppSnapshotConfig API synchronously api document: https://help.aliyun.com/api/cdn/deleteliveappsnapshotconfig.html

func (*Client) DeleteLiveAppSnapshotConfigWithCallback ¶

func (client *Client) DeleteLiveAppSnapshotConfigWithCallback(request *DeleteLiveAppSnapshotConfigRequest, callback func(response *DeleteLiveAppSnapshotConfigResponse, err error)) <-chan int

DeleteLiveAppSnapshotConfigWithCallback invokes the cdn.DeleteLiveAppSnapshotConfig API asynchronously api document: https://help.aliyun.com/api/cdn/deleteliveappsnapshotconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteLiveAppSnapshotConfigWithChan ¶

func (client *Client) DeleteLiveAppSnapshotConfigWithChan(request *DeleteLiveAppSnapshotConfigRequest) (<-chan *DeleteLiveAppSnapshotConfigResponse, <-chan error)

DeleteLiveAppSnapshotConfigWithChan invokes the cdn.DeleteLiveAppSnapshotConfig API asynchronously api document: https://help.aliyun.com/api/cdn/deleteliveappsnapshotconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteLiveDomainMapping ¶

func (client *Client) DeleteLiveDomainMapping(request *DeleteLiveDomainMappingRequest) (response *DeleteLiveDomainMappingResponse, err error)

DeleteLiveDomainMapping invokes the cdn.DeleteLiveDomainMapping API synchronously api document: https://help.aliyun.com/api/cdn/deletelivedomainmapping.html

func (*Client) DeleteLiveDomainMappingWithCallback ¶

func (client *Client) DeleteLiveDomainMappingWithCallback(request *DeleteLiveDomainMappingRequest, callback func(response *DeleteLiveDomainMappingResponse, err error)) <-chan int

DeleteLiveDomainMappingWithCallback invokes the cdn.DeleteLiveDomainMapping API asynchronously api document: https://help.aliyun.com/api/cdn/deletelivedomainmapping.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteLiveDomainMappingWithChan ¶

func (client *Client) DeleteLiveDomainMappingWithChan(request *DeleteLiveDomainMappingRequest) (<-chan *DeleteLiveDomainMappingResponse, <-chan error)

DeleteLiveDomainMappingWithChan invokes the cdn.DeleteLiveDomainMapping API asynchronously api document: https://help.aliyun.com/api/cdn/deletelivedomainmapping.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteLivePullStreamInfo ¶

func (client *Client) DeleteLivePullStreamInfo(request *DeleteLivePullStreamInfoRequest) (response *DeleteLivePullStreamInfoResponse, err error)

DeleteLivePullStreamInfo invokes the cdn.DeleteLivePullStreamInfo API synchronously api document: https://help.aliyun.com/api/cdn/deletelivepullstreaminfo.html

func (*Client) DeleteLivePullStreamInfoWithCallback ¶

func (client *Client) DeleteLivePullStreamInfoWithCallback(request *DeleteLivePullStreamInfoRequest, callback func(response *DeleteLivePullStreamInfoResponse, err error)) <-chan int

DeleteLivePullStreamInfoWithCallback invokes the cdn.DeleteLivePullStreamInfo API asynchronously api document: https://help.aliyun.com/api/cdn/deletelivepullstreaminfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteLivePullStreamInfoWithChan ¶

func (client *Client) DeleteLivePullStreamInfoWithChan(request *DeleteLivePullStreamInfoRequest) (<-chan *DeleteLivePullStreamInfoResponse, <-chan error)

DeleteLivePullStreamInfoWithChan invokes the cdn.DeleteLivePullStreamInfo API asynchronously api document: https://help.aliyun.com/api/cdn/deletelivepullstreaminfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteLiveStreamTranscode ¶

func (client *Client) DeleteLiveStreamTranscode(request *DeleteLiveStreamTranscodeRequest) (response *DeleteLiveStreamTranscodeResponse, err error)

DeleteLiveStreamTranscode invokes the cdn.DeleteLiveStreamTranscode API synchronously api document: https://help.aliyun.com/api/cdn/deletelivestreamtranscode.html

func (*Client) DeleteLiveStreamTranscodeWithCallback ¶

func (client *Client) DeleteLiveStreamTranscodeWithCallback(request *DeleteLiveStreamTranscodeRequest, callback func(response *DeleteLiveStreamTranscodeResponse, err error)) <-chan int

DeleteLiveStreamTranscodeWithCallback invokes the cdn.DeleteLiveStreamTranscode API asynchronously api document: https://help.aliyun.com/api/cdn/deletelivestreamtranscode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteLiveStreamTranscodeWithChan ¶

func (client *Client) DeleteLiveStreamTranscodeWithChan(request *DeleteLiveStreamTranscodeRequest) (<-chan *DeleteLiveStreamTranscodeResponse, <-chan error)

DeleteLiveStreamTranscodeWithChan invokes the cdn.DeleteLiveStreamTranscode API asynchronously api document: https://help.aliyun.com/api/cdn/deletelivestreamtranscode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnDomainBaseDetail ¶

func (client *Client) DescribeCdnDomainBaseDetail(request *DescribeCdnDomainBaseDetailRequest) (response *DescribeCdnDomainBaseDetailResponse, err error)

DescribeCdnDomainBaseDetail invokes the cdn.DescribeCdnDomainBaseDetail API synchronously api document: https://help.aliyun.com/api/cdn/describecdndomainbasedetail.html

func (*Client) DescribeCdnDomainBaseDetailWithCallback ¶

func (client *Client) DescribeCdnDomainBaseDetailWithCallback(request *DescribeCdnDomainBaseDetailRequest, callback func(response *DescribeCdnDomainBaseDetailResponse, err error)) <-chan int

DescribeCdnDomainBaseDetailWithCallback invokes the cdn.DescribeCdnDomainBaseDetail API asynchronously api document: https://help.aliyun.com/api/cdn/describecdndomainbasedetail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnDomainBaseDetailWithChan ¶

func (client *Client) DescribeCdnDomainBaseDetailWithChan(request *DescribeCdnDomainBaseDetailRequest) (<-chan *DescribeCdnDomainBaseDetailResponse, <-chan error)

DescribeCdnDomainBaseDetailWithChan invokes the cdn.DescribeCdnDomainBaseDetail API asynchronously api document: https://help.aliyun.com/api/cdn/describecdndomainbasedetail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnDomainDetail ¶

func (client *Client) DescribeCdnDomainDetail(request *DescribeCdnDomainDetailRequest) (response *DescribeCdnDomainDetailResponse, err error)

DescribeCdnDomainDetail invokes the cdn.DescribeCdnDomainDetail API synchronously api document: https://help.aliyun.com/api/cdn/describecdndomaindetail.html

func (*Client) DescribeCdnDomainDetailWithCallback ¶

func (client *Client) DescribeCdnDomainDetailWithCallback(request *DescribeCdnDomainDetailRequest, callback func(response *DescribeCdnDomainDetailResponse, err error)) <-chan int

DescribeCdnDomainDetailWithCallback invokes the cdn.DescribeCdnDomainDetail API asynchronously api document: https://help.aliyun.com/api/cdn/describecdndomaindetail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnDomainDetailWithChan ¶

func (client *Client) DescribeCdnDomainDetailWithChan(request *DescribeCdnDomainDetailRequest) (<-chan *DescribeCdnDomainDetailResponse, <-chan error)

DescribeCdnDomainDetailWithChan invokes the cdn.DescribeCdnDomainDetail API asynchronously api document: https://help.aliyun.com/api/cdn/describecdndomaindetail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnDomainLogs ¶

func (client *Client) DescribeCdnDomainLogs(request *DescribeCdnDomainLogsRequest) (response *DescribeCdnDomainLogsResponse, err error)

DescribeCdnDomainLogs invokes the cdn.DescribeCdnDomainLogs API synchronously api document: https://help.aliyun.com/api/cdn/describecdndomainlogs.html

func (*Client) DescribeCdnDomainLogsWithCallback ¶

func (client *Client) DescribeCdnDomainLogsWithCallback(request *DescribeCdnDomainLogsRequest, callback func(response *DescribeCdnDomainLogsResponse, err error)) <-chan int

DescribeCdnDomainLogsWithCallback invokes the cdn.DescribeCdnDomainLogs API asynchronously api document: https://help.aliyun.com/api/cdn/describecdndomainlogs.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnDomainLogsWithChan ¶

func (client *Client) DescribeCdnDomainLogsWithChan(request *DescribeCdnDomainLogsRequest) (<-chan *DescribeCdnDomainLogsResponse, <-chan error)

DescribeCdnDomainLogsWithChan invokes the cdn.DescribeCdnDomainLogs API asynchronously api document: https://help.aliyun.com/api/cdn/describecdndomainlogs.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnMonitorData ¶

func (client *Client) DescribeCdnMonitorData(request *DescribeCdnMonitorDataRequest) (response *DescribeCdnMonitorDataResponse, err error)

DescribeCdnMonitorData invokes the cdn.DescribeCdnMonitorData API synchronously api document: https://help.aliyun.com/api/cdn/describecdnmonitordata.html

func (*Client) DescribeCdnMonitorDataWithCallback ¶

func (client *Client) DescribeCdnMonitorDataWithCallback(request *DescribeCdnMonitorDataRequest, callback func(response *DescribeCdnMonitorDataResponse, err error)) <-chan int

DescribeCdnMonitorDataWithCallback invokes the cdn.DescribeCdnMonitorData API asynchronously api document: https://help.aliyun.com/api/cdn/describecdnmonitordata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnMonitorDataWithChan ¶

func (client *Client) DescribeCdnMonitorDataWithChan(request *DescribeCdnMonitorDataRequest) (<-chan *DescribeCdnMonitorDataResponse, <-chan error)

DescribeCdnMonitorDataWithChan invokes the cdn.DescribeCdnMonitorData API asynchronously api document: https://help.aliyun.com/api/cdn/describecdnmonitordata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnRegionAndIsp ¶

func (client *Client) DescribeCdnRegionAndIsp(request *DescribeCdnRegionAndIspRequest) (response *DescribeCdnRegionAndIspResponse, err error)

DescribeCdnRegionAndIsp invokes the cdn.DescribeCdnRegionAndIsp API synchronously api document: https://help.aliyun.com/api/cdn/describecdnregionandisp.html

func (*Client) DescribeCdnRegionAndIspWithCallback ¶

func (client *Client) DescribeCdnRegionAndIspWithCallback(request *DescribeCdnRegionAndIspRequest, callback func(response *DescribeCdnRegionAndIspResponse, err error)) <-chan int

DescribeCdnRegionAndIspWithCallback invokes the cdn.DescribeCdnRegionAndIsp API asynchronously api document: https://help.aliyun.com/api/cdn/describecdnregionandisp.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnRegionAndIspWithChan ¶

func (client *Client) DescribeCdnRegionAndIspWithChan(request *DescribeCdnRegionAndIspRequest) (<-chan *DescribeCdnRegionAndIspResponse, <-chan error)

DescribeCdnRegionAndIspWithChan invokes the cdn.DescribeCdnRegionAndIsp API asynchronously api document: https://help.aliyun.com/api/cdn/describecdnregionandisp.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnService ¶

func (client *Client) DescribeCdnService(request *DescribeCdnServiceRequest) (response *DescribeCdnServiceResponse, err error)

DescribeCdnService invokes the cdn.DescribeCdnService API synchronously api document: https://help.aliyun.com/api/cdn/describecdnservice.html

func (*Client) DescribeCdnServiceWithCallback ¶

func (client *Client) DescribeCdnServiceWithCallback(request *DescribeCdnServiceRequest, callback func(response *DescribeCdnServiceResponse, err error)) <-chan int

DescribeCdnServiceWithCallback invokes the cdn.DescribeCdnService API asynchronously api document: https://help.aliyun.com/api/cdn/describecdnservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnServiceWithChan ¶

func (client *Client) DescribeCdnServiceWithChan(request *DescribeCdnServiceRequest) (<-chan *DescribeCdnServiceResponse, <-chan error)

DescribeCdnServiceWithChan invokes the cdn.DescribeCdnService API asynchronously api document: https://help.aliyun.com/api/cdn/describecdnservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnTypes ¶

func (client *Client) DescribeCdnTypes(request *DescribeCdnTypesRequest) (response *DescribeCdnTypesResponse, err error)

DescribeCdnTypes invokes the cdn.DescribeCdnTypes API synchronously api document: https://help.aliyun.com/api/cdn/describecdntypes.html

func (*Client) DescribeCdnTypesWithCallback ¶

func (client *Client) DescribeCdnTypesWithCallback(request *DescribeCdnTypesRequest, callback func(response *DescribeCdnTypesResponse, err error)) <-chan int

DescribeCdnTypesWithCallback invokes the cdn.DescribeCdnTypes API asynchronously api document: https://help.aliyun.com/api/cdn/describecdntypes.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCdnTypesWithChan ¶

func (client *Client) DescribeCdnTypesWithChan(request *DescribeCdnTypesRequest) (<-chan *DescribeCdnTypesResponse, <-chan error)

DescribeCdnTypesWithChan invokes the cdn.DescribeCdnTypes API asynchronously api document: https://help.aliyun.com/api/cdn/describecdntypes.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCustomLogConfig ¶

func (client *Client) DescribeCustomLogConfig(request *DescribeCustomLogConfigRequest) (response *DescribeCustomLogConfigResponse, err error)

DescribeCustomLogConfig invokes the cdn.DescribeCustomLogConfig API synchronously api document: https://help.aliyun.com/api/cdn/describecustomlogconfig.html

func (*Client) DescribeCustomLogConfigWithCallback ¶

func (client *Client) DescribeCustomLogConfigWithCallback(request *DescribeCustomLogConfigRequest, callback func(response *DescribeCustomLogConfigResponse, err error)) <-chan int

DescribeCustomLogConfigWithCallback invokes the cdn.DescribeCustomLogConfig API asynchronously api document: https://help.aliyun.com/api/cdn/describecustomlogconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeCustomLogConfigWithChan ¶

func (client *Client) DescribeCustomLogConfigWithChan(request *DescribeCustomLogConfigRequest) (<-chan *DescribeCustomLogConfigResponse, <-chan error)

DescribeCustomLogConfigWithChan invokes the cdn.DescribeCustomLogConfig API asynchronously api document: https://help.aliyun.com/api/cdn/describecustomlogconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainAverageResponseTime ¶

func (client *Client) DescribeDomainAverageResponseTime(request *DescribeDomainAverageResponseTimeRequest) (response *DescribeDomainAverageResponseTimeResponse, err error)

DescribeDomainAverageResponseTime invokes the cdn.DescribeDomainAverageResponseTime API synchronously api document: https://help.aliyun.com/api/cdn/describedomainaverageresponsetime.html

func (*Client) DescribeDomainAverageResponseTimeWithCallback ¶

func (client *Client) DescribeDomainAverageResponseTimeWithCallback(request *DescribeDomainAverageResponseTimeRequest, callback func(response *DescribeDomainAverageResponseTimeResponse, err error)) <-chan int

DescribeDomainAverageResponseTimeWithCallback invokes the cdn.DescribeDomainAverageResponseTime API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainaverageresponsetime.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainAverageResponseTimeWithChan ¶

func (client *Client) DescribeDomainAverageResponseTimeWithChan(request *DescribeDomainAverageResponseTimeRequest) (<-chan *DescribeDomainAverageResponseTimeResponse, <-chan error)

DescribeDomainAverageResponseTimeWithChan invokes the cdn.DescribeDomainAverageResponseTime API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainaverageresponsetime.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainBpsData ¶

func (client *Client) DescribeDomainBpsData(request *DescribeDomainBpsDataRequest) (response *DescribeDomainBpsDataResponse, err error)

DescribeDomainBpsData invokes the cdn.DescribeDomainBpsData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainbpsdata.html

func (*Client) DescribeDomainBpsDataByTimeStamp ¶

func (client *Client) DescribeDomainBpsDataByTimeStamp(request *DescribeDomainBpsDataByTimeStampRequest) (response *DescribeDomainBpsDataByTimeStampResponse, err error)

DescribeDomainBpsDataByTimeStamp invokes the cdn.DescribeDomainBpsDataByTimeStamp API synchronously api document: https://help.aliyun.com/api/cdn/describedomainbpsdatabytimestamp.html

func (*Client) DescribeDomainBpsDataByTimeStampWithCallback ¶

func (client *Client) DescribeDomainBpsDataByTimeStampWithCallback(request *DescribeDomainBpsDataByTimeStampRequest, callback func(response *DescribeDomainBpsDataByTimeStampResponse, err error)) <-chan int

DescribeDomainBpsDataByTimeStampWithCallback invokes the cdn.DescribeDomainBpsDataByTimeStamp API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainbpsdatabytimestamp.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainBpsDataByTimeStampWithChan ¶

func (client *Client) DescribeDomainBpsDataByTimeStampWithChan(request *DescribeDomainBpsDataByTimeStampRequest) (<-chan *DescribeDomainBpsDataByTimeStampResponse, <-chan error)

DescribeDomainBpsDataByTimeStampWithChan invokes the cdn.DescribeDomainBpsDataByTimeStamp API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainbpsdatabytimestamp.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainBpsDataWithCallback ¶

func (client *Client) DescribeDomainBpsDataWithCallback(request *DescribeDomainBpsDataRequest, callback func(response *DescribeDomainBpsDataResponse, err error)) <-chan int

DescribeDomainBpsDataWithCallback invokes the cdn.DescribeDomainBpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainbpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainBpsDataWithChan ¶

func (client *Client) DescribeDomainBpsDataWithChan(request *DescribeDomainBpsDataRequest) (<-chan *DescribeDomainBpsDataResponse, <-chan error)

DescribeDomainBpsDataWithChan invokes the cdn.DescribeDomainBpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainbpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainCCAttackInfo ¶

func (client *Client) DescribeDomainCCAttackInfo(request *DescribeDomainCCAttackInfoRequest) (response *DescribeDomainCCAttackInfoResponse, err error)

DescribeDomainCCAttackInfo invokes the cdn.DescribeDomainCCAttackInfo API synchronously api document: https://help.aliyun.com/api/cdn/describedomainccattackinfo.html

func (*Client) DescribeDomainCCAttackInfoWithCallback ¶

func (client *Client) DescribeDomainCCAttackInfoWithCallback(request *DescribeDomainCCAttackInfoRequest, callback func(response *DescribeDomainCCAttackInfoResponse, err error)) <-chan int

DescribeDomainCCAttackInfoWithCallback invokes the cdn.DescribeDomainCCAttackInfo API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainccattackinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainCCAttackInfoWithChan ¶

func (client *Client) DescribeDomainCCAttackInfoWithChan(request *DescribeDomainCCAttackInfoRequest) (<-chan *DescribeDomainCCAttackInfoResponse, <-chan error)

DescribeDomainCCAttackInfoWithChan invokes the cdn.DescribeDomainCCAttackInfo API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainccattackinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainCCData ¶

func (client *Client) DescribeDomainCCData(request *DescribeDomainCCDataRequest) (response *DescribeDomainCCDataResponse, err error)

DescribeDomainCCData invokes the cdn.DescribeDomainCCData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainccdata.html

func (*Client) DescribeDomainCCDataWithCallback ¶

func (client *Client) DescribeDomainCCDataWithCallback(request *DescribeDomainCCDataRequest, callback func(response *DescribeDomainCCDataResponse, err error)) <-chan int

DescribeDomainCCDataWithCallback invokes the cdn.DescribeDomainCCData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainccdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainCCDataWithChan ¶

func (client *Client) DescribeDomainCCDataWithChan(request *DescribeDomainCCDataRequest) (<-chan *DescribeDomainCCDataResponse, <-chan error)

DescribeDomainCCDataWithChan invokes the cdn.DescribeDomainCCData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainccdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainCname ¶

func (client *Client) DescribeDomainCname(request *DescribeDomainCnameRequest) (response *DescribeDomainCnameResponse, err error)

DescribeDomainCname invokes the cdn.DescribeDomainCname API synchronously api document: https://help.aliyun.com/api/cdn/describedomaincname.html

func (*Client) DescribeDomainCnameWithCallback ¶

func (client *Client) DescribeDomainCnameWithCallback(request *DescribeDomainCnameRequest, callback func(response *DescribeDomainCnameResponse, err error)) <-chan int

DescribeDomainCnameWithCallback invokes the cdn.DescribeDomainCname API asynchronously api document: https://help.aliyun.com/api/cdn/describedomaincname.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainCnameWithChan ¶

func (client *Client) DescribeDomainCnameWithChan(request *DescribeDomainCnameRequest) (<-chan *DescribeDomainCnameResponse, <-chan error)

DescribeDomainCnameWithChan invokes the cdn.DescribeDomainCname API asynchronously api document: https://help.aliyun.com/api/cdn/describedomaincname.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainConfigs ¶

func (client *Client) DescribeDomainConfigs(request *DescribeDomainConfigsRequest) (response *DescribeDomainConfigsResponse, err error)

DescribeDomainConfigs invokes the cdn.DescribeDomainConfigs API synchronously api document: https://help.aliyun.com/api/cdn/describedomainconfigs.html

func (*Client) DescribeDomainConfigsWithCallback ¶

func (client *Client) DescribeDomainConfigsWithCallback(request *DescribeDomainConfigsRequest, callback func(response *DescribeDomainConfigsResponse, err error)) <-chan int

DescribeDomainConfigsWithCallback invokes the cdn.DescribeDomainConfigs API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainconfigs.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainConfigsWithChan ¶

func (client *Client) DescribeDomainConfigsWithChan(request *DescribeDomainConfigsRequest) (<-chan *DescribeDomainConfigsResponse, <-chan error)

DescribeDomainConfigsWithChan invokes the cdn.DescribeDomainConfigs API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainconfigs.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainCustomLogConfig ¶

func (client *Client) DescribeDomainCustomLogConfig(request *DescribeDomainCustomLogConfigRequest) (response *DescribeDomainCustomLogConfigResponse, err error)

DescribeDomainCustomLogConfig invokes the cdn.DescribeDomainCustomLogConfig API synchronously api document: https://help.aliyun.com/api/cdn/describedomaincustomlogconfig.html

func (*Client) DescribeDomainCustomLogConfigWithCallback ¶

func (client *Client) DescribeDomainCustomLogConfigWithCallback(request *DescribeDomainCustomLogConfigRequest, callback func(response *DescribeDomainCustomLogConfigResponse, err error)) <-chan int

DescribeDomainCustomLogConfigWithCallback invokes the cdn.DescribeDomainCustomLogConfig API asynchronously api document: https://help.aliyun.com/api/cdn/describedomaincustomlogconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainCustomLogConfigWithChan ¶

func (client *Client) DescribeDomainCustomLogConfigWithChan(request *DescribeDomainCustomLogConfigRequest) (<-chan *DescribeDomainCustomLogConfigResponse, <-chan error)

DescribeDomainCustomLogConfigWithChan invokes the cdn.DescribeDomainCustomLogConfig API asynchronously api document: https://help.aliyun.com/api/cdn/describedomaincustomlogconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainDownstreamBpsOfEdge ¶

func (client *Client) DescribeDomainDownstreamBpsOfEdge(request *DescribeDomainDownstreamBpsOfEdgeRequest) (response *DescribeDomainDownstreamBpsOfEdgeResponse, err error)

DescribeDomainDownstreamBpsOfEdge invokes the cdn.DescribeDomainDownstreamBpsOfEdge API synchronously api document: https://help.aliyun.com/api/cdn/describedomaindownstreambpsofedge.html

func (*Client) DescribeDomainDownstreamBpsOfEdgeWithCallback ¶

func (client *Client) DescribeDomainDownstreamBpsOfEdgeWithCallback(request *DescribeDomainDownstreamBpsOfEdgeRequest, callback func(response *DescribeDomainDownstreamBpsOfEdgeResponse, err error)) <-chan int

DescribeDomainDownstreamBpsOfEdgeWithCallback invokes the cdn.DescribeDomainDownstreamBpsOfEdge API asynchronously api document: https://help.aliyun.com/api/cdn/describedomaindownstreambpsofedge.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainDownstreamBpsOfEdgeWithChan ¶

func (client *Client) DescribeDomainDownstreamBpsOfEdgeWithChan(request *DescribeDomainDownstreamBpsOfEdgeRequest) (<-chan *DescribeDomainDownstreamBpsOfEdgeResponse, <-chan error)

DescribeDomainDownstreamBpsOfEdgeWithChan invokes the cdn.DescribeDomainDownstreamBpsOfEdge API asynchronously api document: https://help.aliyun.com/api/cdn/describedomaindownstreambpsofedge.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainFileSizeProportionData ¶

func (client *Client) DescribeDomainFileSizeProportionData(request *DescribeDomainFileSizeProportionDataRequest) (response *DescribeDomainFileSizeProportionDataResponse, err error)

DescribeDomainFileSizeProportionData invokes the cdn.DescribeDomainFileSizeProportionData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainfilesizeproportiondata.html

func (*Client) DescribeDomainFileSizeProportionDataWithCallback ¶

func (client *Client) DescribeDomainFileSizeProportionDataWithCallback(request *DescribeDomainFileSizeProportionDataRequest, callback func(response *DescribeDomainFileSizeProportionDataResponse, err error)) <-chan int

DescribeDomainFileSizeProportionDataWithCallback invokes the cdn.DescribeDomainFileSizeProportionData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainfilesizeproportiondata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainFileSizeProportionDataWithChan ¶

func (client *Client) DescribeDomainFileSizeProportionDataWithChan(request *DescribeDomainFileSizeProportionDataRequest) (<-chan *DescribeDomainFileSizeProportionDataResponse, <-chan error)

DescribeDomainFileSizeProportionDataWithChan invokes the cdn.DescribeDomainFileSizeProportionData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainfilesizeproportiondata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainFlowData ¶

func (client *Client) DescribeDomainFlowData(request *DescribeDomainFlowDataRequest) (response *DescribeDomainFlowDataResponse, err error)

DescribeDomainFlowData invokes the cdn.DescribeDomainFlowData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainflowdata.html

func (*Client) DescribeDomainFlowDataWithCallback ¶

func (client *Client) DescribeDomainFlowDataWithCallback(request *DescribeDomainFlowDataRequest, callback func(response *DescribeDomainFlowDataResponse, err error)) <-chan int

DescribeDomainFlowDataWithCallback invokes the cdn.DescribeDomainFlowData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainflowdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainFlowDataWithChan ¶

func (client *Client) DescribeDomainFlowDataWithChan(request *DescribeDomainFlowDataRequest) (<-chan *DescribeDomainFlowDataResponse, <-chan error)

DescribeDomainFlowDataWithChan invokes the cdn.DescribeDomainFlowData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainflowdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainHitRateData ¶

func (client *Client) DescribeDomainHitRateData(request *DescribeDomainHitRateDataRequest) (response *DescribeDomainHitRateDataResponse, err error)

DescribeDomainHitRateData invokes the cdn.DescribeDomainHitRateData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainhitratedata.html

func (*Client) DescribeDomainHitRateDataWithCallback ¶

func (client *Client) DescribeDomainHitRateDataWithCallback(request *DescribeDomainHitRateDataRequest, callback func(response *DescribeDomainHitRateDataResponse, err error)) <-chan int

DescribeDomainHitRateDataWithCallback invokes the cdn.DescribeDomainHitRateData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainhitratedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainHitRateDataWithChan ¶

func (client *Client) DescribeDomainHitRateDataWithChan(request *DescribeDomainHitRateDataRequest) (<-chan *DescribeDomainHitRateDataResponse, <-chan error)

DescribeDomainHitRateDataWithChan invokes the cdn.DescribeDomainHitRateData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainhitratedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainHttpCodeData ¶

func (client *Client) DescribeDomainHttpCodeData(request *DescribeDomainHttpCodeDataRequest) (response *DescribeDomainHttpCodeDataResponse, err error)

DescribeDomainHttpCodeData invokes the cdn.DescribeDomainHttpCodeData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainhttpcodedata.html

func (*Client) DescribeDomainHttpCodeDataWithCallback ¶

func (client *Client) DescribeDomainHttpCodeDataWithCallback(request *DescribeDomainHttpCodeDataRequest, callback func(response *DescribeDomainHttpCodeDataResponse, err error)) <-chan int

DescribeDomainHttpCodeDataWithCallback invokes the cdn.DescribeDomainHttpCodeData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainhttpcodedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainHttpCodeDataWithChan ¶

func (client *Client) DescribeDomainHttpCodeDataWithChan(request *DescribeDomainHttpCodeDataRequest) (<-chan *DescribeDomainHttpCodeDataResponse, <-chan error)

DescribeDomainHttpCodeDataWithChan invokes the cdn.DescribeDomainHttpCodeData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainhttpcodedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainHttpsData ¶

func (client *Client) DescribeDomainHttpsData(request *DescribeDomainHttpsDataRequest) (response *DescribeDomainHttpsDataResponse, err error)

DescribeDomainHttpsData invokes the cdn.DescribeDomainHttpsData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainhttpsdata.html

func (*Client) DescribeDomainHttpsDataWithCallback ¶

func (client *Client) DescribeDomainHttpsDataWithCallback(request *DescribeDomainHttpsDataRequest, callback func(response *DescribeDomainHttpsDataResponse, err error)) <-chan int

DescribeDomainHttpsDataWithCallback invokes the cdn.DescribeDomainHttpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainhttpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainHttpsDataWithChan ¶

func (client *Client) DescribeDomainHttpsDataWithChan(request *DescribeDomainHttpsDataRequest) (<-chan *DescribeDomainHttpsDataResponse, <-chan error)

DescribeDomainHttpsDataWithChan invokes the cdn.DescribeDomainHttpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainhttpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainISPData ¶

func (client *Client) DescribeDomainISPData(request *DescribeDomainISPDataRequest) (response *DescribeDomainISPDataResponse, err error)

DescribeDomainISPData invokes the cdn.DescribeDomainISPData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainispdata.html

func (*Client) DescribeDomainISPDataWithCallback ¶

func (client *Client) DescribeDomainISPDataWithCallback(request *DescribeDomainISPDataRequest, callback func(response *DescribeDomainISPDataResponse, err error)) <-chan int

DescribeDomainISPDataWithCallback invokes the cdn.DescribeDomainISPData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainispdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainISPDataWithChan ¶

func (client *Client) DescribeDomainISPDataWithChan(request *DescribeDomainISPDataRequest) (<-chan *DescribeDomainISPDataResponse, <-chan error)

DescribeDomainISPDataWithChan invokes the cdn.DescribeDomainISPData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainispdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainMax95BpsData ¶

func (client *Client) DescribeDomainMax95BpsData(request *DescribeDomainMax95BpsDataRequest) (response *DescribeDomainMax95BpsDataResponse, err error)

DescribeDomainMax95BpsData invokes the cdn.DescribeDomainMax95BpsData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainmax95bpsdata.html

func (*Client) DescribeDomainMax95BpsDataWithCallback ¶

func (client *Client) DescribeDomainMax95BpsDataWithCallback(request *DescribeDomainMax95BpsDataRequest, callback func(response *DescribeDomainMax95BpsDataResponse, err error)) <-chan int

DescribeDomainMax95BpsDataWithCallback invokes the cdn.DescribeDomainMax95BpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainmax95bpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainMax95BpsDataWithChan ¶

func (client *Client) DescribeDomainMax95BpsDataWithChan(request *DescribeDomainMax95BpsDataRequest) (<-chan *DescribeDomainMax95BpsDataResponse, <-chan error)

DescribeDomainMax95BpsDataWithChan invokes the cdn.DescribeDomainMax95BpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainmax95bpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainMonthBillingBpsData ¶

func (client *Client) DescribeDomainMonthBillingBpsData(request *DescribeDomainMonthBillingBpsDataRequest) (response *DescribeDomainMonthBillingBpsDataResponse, err error)

DescribeDomainMonthBillingBpsData invokes the cdn.DescribeDomainMonthBillingBpsData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainmonthbillingbpsdata.html

func (*Client) DescribeDomainMonthBillingBpsDataWithCallback ¶

func (client *Client) DescribeDomainMonthBillingBpsDataWithCallback(request *DescribeDomainMonthBillingBpsDataRequest, callback func(response *DescribeDomainMonthBillingBpsDataResponse, err error)) <-chan int

DescribeDomainMonthBillingBpsDataWithCallback invokes the cdn.DescribeDomainMonthBillingBpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainmonthbillingbpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainMonthBillingBpsDataWithChan ¶

func (client *Client) DescribeDomainMonthBillingBpsDataWithChan(request *DescribeDomainMonthBillingBpsDataRequest) (<-chan *DescribeDomainMonthBillingBpsDataResponse, <-chan error)

DescribeDomainMonthBillingBpsDataWithChan invokes the cdn.DescribeDomainMonthBillingBpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainmonthbillingbpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainOnlineUserNumber ¶

func (client *Client) DescribeDomainOnlineUserNumber(request *DescribeDomainOnlineUserNumberRequest) (response *DescribeDomainOnlineUserNumberResponse, err error)

DescribeDomainOnlineUserNumber invokes the cdn.DescribeDomainOnlineUserNumber API synchronously api document: https://help.aliyun.com/api/cdn/describedomainonlineusernumber.html

func (*Client) DescribeDomainOnlineUserNumberWithCallback ¶

func (client *Client) DescribeDomainOnlineUserNumberWithCallback(request *DescribeDomainOnlineUserNumberRequest, callback func(response *DescribeDomainOnlineUserNumberResponse, err error)) <-chan int

DescribeDomainOnlineUserNumberWithCallback invokes the cdn.DescribeDomainOnlineUserNumber API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainonlineusernumber.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainOnlineUserNumberWithChan ¶

func (client *Client) DescribeDomainOnlineUserNumberWithChan(request *DescribeDomainOnlineUserNumberRequest) (<-chan *DescribeDomainOnlineUserNumberResponse, <-chan error)

DescribeDomainOnlineUserNumberWithChan invokes the cdn.DescribeDomainOnlineUserNumber API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainonlineusernumber.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainPathData ¶

func (client *Client) DescribeDomainPathData(request *DescribeDomainPathDataRequest) (response *DescribeDomainPathDataResponse, err error)

DescribeDomainPathData invokes the cdn.DescribeDomainPathData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainpathdata.html

func (*Client) DescribeDomainPathDataWithCallback ¶

func (client *Client) DescribeDomainPathDataWithCallback(request *DescribeDomainPathDataRequest, callback func(response *DescribeDomainPathDataResponse, err error)) <-chan int

DescribeDomainPathDataWithCallback invokes the cdn.DescribeDomainPathData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainpathdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainPathDataWithChan ¶

func (client *Client) DescribeDomainPathDataWithChan(request *DescribeDomainPathDataRequest) (<-chan *DescribeDomainPathDataResponse, <-chan error)

DescribeDomainPathDataWithChan invokes the cdn.DescribeDomainPathData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainpathdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainPvData ¶

func (client *Client) DescribeDomainPvData(request *DescribeDomainPvDataRequest) (response *DescribeDomainPvDataResponse, err error)

DescribeDomainPvData invokes the cdn.DescribeDomainPvData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainpvdata.html

func (*Client) DescribeDomainPvDataWithCallback ¶

func (client *Client) DescribeDomainPvDataWithCallback(request *DescribeDomainPvDataRequest, callback func(response *DescribeDomainPvDataResponse, err error)) <-chan int

DescribeDomainPvDataWithCallback invokes the cdn.DescribeDomainPvData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainpvdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainPvDataWithChan ¶

func (client *Client) DescribeDomainPvDataWithChan(request *DescribeDomainPvDataRequest) (<-chan *DescribeDomainPvDataResponse, <-chan error)

DescribeDomainPvDataWithChan invokes the cdn.DescribeDomainPvData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainpvdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainQoSRt ¶

func (client *Client) DescribeDomainQoSRt(request *DescribeDomainQoSRtRequest) (response *DescribeDomainQoSRtResponse, err error)

DescribeDomainQoSRt invokes the cdn.DescribeDomainQoSRt API synchronously api document: https://help.aliyun.com/api/cdn/describedomainqosrt.html

func (*Client) DescribeDomainQoSRtWithCallback ¶

func (client *Client) DescribeDomainQoSRtWithCallback(request *DescribeDomainQoSRtRequest, callback func(response *DescribeDomainQoSRtResponse, err error)) <-chan int

DescribeDomainQoSRtWithCallback invokes the cdn.DescribeDomainQoSRt API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainqosrt.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainQoSRtWithChan ¶

func (client *Client) DescribeDomainQoSRtWithChan(request *DescribeDomainQoSRtRequest) (<-chan *DescribeDomainQoSRtResponse, <-chan error)

DescribeDomainQoSRtWithChan invokes the cdn.DescribeDomainQoSRt API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainqosrt.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainQpsData ¶

func (client *Client) DescribeDomainQpsData(request *DescribeDomainQpsDataRequest) (response *DescribeDomainQpsDataResponse, err error)

DescribeDomainQpsData invokes the cdn.DescribeDomainQpsData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainqpsdata.html

func (*Client) DescribeDomainQpsDataWithCallback ¶

func (client *Client) DescribeDomainQpsDataWithCallback(request *DescribeDomainQpsDataRequest, callback func(response *DescribeDomainQpsDataResponse, err error)) <-chan int

DescribeDomainQpsDataWithCallback invokes the cdn.DescribeDomainQpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainqpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainQpsDataWithChan ¶

func (client *Client) DescribeDomainQpsDataWithChan(request *DescribeDomainQpsDataRequest) (<-chan *DescribeDomainQpsDataResponse, <-chan error)

DescribeDomainQpsDataWithChan invokes the cdn.DescribeDomainQpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainqpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRealTimeBpsData ¶

func (client *Client) DescribeDomainRealTimeBpsData(request *DescribeDomainRealTimeBpsDataRequest) (response *DescribeDomainRealTimeBpsDataResponse, err error)

DescribeDomainRealTimeBpsData invokes the cdn.DescribeDomainRealTimeBpsData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimebpsdata.html

func (*Client) DescribeDomainRealTimeBpsDataWithCallback ¶

func (client *Client) DescribeDomainRealTimeBpsDataWithCallback(request *DescribeDomainRealTimeBpsDataRequest, callback func(response *DescribeDomainRealTimeBpsDataResponse, err error)) <-chan int

DescribeDomainRealTimeBpsDataWithCallback invokes the cdn.DescribeDomainRealTimeBpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimebpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRealTimeBpsDataWithChan ¶

func (client *Client) DescribeDomainRealTimeBpsDataWithChan(request *DescribeDomainRealTimeBpsDataRequest) (<-chan *DescribeDomainRealTimeBpsDataResponse, <-chan error)

DescribeDomainRealTimeBpsDataWithChan invokes the cdn.DescribeDomainRealTimeBpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimebpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRealTimeByteHitRateData ¶

func (client *Client) DescribeDomainRealTimeByteHitRateData(request *DescribeDomainRealTimeByteHitRateDataRequest) (response *DescribeDomainRealTimeByteHitRateDataResponse, err error)

DescribeDomainRealTimeByteHitRateData invokes the cdn.DescribeDomainRealTimeByteHitRateData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimebytehitratedata.html

func (*Client) DescribeDomainRealTimeByteHitRateDataWithCallback ¶

func (client *Client) DescribeDomainRealTimeByteHitRateDataWithCallback(request *DescribeDomainRealTimeByteHitRateDataRequest, callback func(response *DescribeDomainRealTimeByteHitRateDataResponse, err error)) <-chan int

DescribeDomainRealTimeByteHitRateDataWithCallback invokes the cdn.DescribeDomainRealTimeByteHitRateData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimebytehitratedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRealTimeByteHitRateDataWithChan ¶

func (client *Client) DescribeDomainRealTimeByteHitRateDataWithChan(request *DescribeDomainRealTimeByteHitRateDataRequest) (<-chan *DescribeDomainRealTimeByteHitRateDataResponse, <-chan error)

DescribeDomainRealTimeByteHitRateDataWithChan invokes the cdn.DescribeDomainRealTimeByteHitRateData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimebytehitratedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRealTimeData ¶

func (client *Client) DescribeDomainRealTimeData(request *DescribeDomainRealTimeDataRequest) (response *DescribeDomainRealTimeDataResponse, err error)

DescribeDomainRealTimeData invokes the cdn.DescribeDomainRealTimeData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimedata.html

func (*Client) DescribeDomainRealTimeDataWithCallback ¶

func (client *Client) DescribeDomainRealTimeDataWithCallback(request *DescribeDomainRealTimeDataRequest, callback func(response *DescribeDomainRealTimeDataResponse, err error)) <-chan int

DescribeDomainRealTimeDataWithCallback invokes the cdn.DescribeDomainRealTimeData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRealTimeDataWithChan ¶

func (client *Client) DescribeDomainRealTimeDataWithChan(request *DescribeDomainRealTimeDataRequest) (<-chan *DescribeDomainRealTimeDataResponse, <-chan error)

DescribeDomainRealTimeDataWithChan invokes the cdn.DescribeDomainRealTimeData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRealTimeQpsData ¶

func (client *Client) DescribeDomainRealTimeQpsData(request *DescribeDomainRealTimeQpsDataRequest) (response *DescribeDomainRealTimeQpsDataResponse, err error)

DescribeDomainRealTimeQpsData invokes the cdn.DescribeDomainRealTimeQpsData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimeqpsdata.html

func (*Client) DescribeDomainRealTimeQpsDataWithCallback ¶

func (client *Client) DescribeDomainRealTimeQpsDataWithCallback(request *DescribeDomainRealTimeQpsDataRequest, callback func(response *DescribeDomainRealTimeQpsDataResponse, err error)) <-chan int

DescribeDomainRealTimeQpsDataWithCallback invokes the cdn.DescribeDomainRealTimeQpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimeqpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRealTimeQpsDataWithChan ¶

func (client *Client) DescribeDomainRealTimeQpsDataWithChan(request *DescribeDomainRealTimeQpsDataRequest) (<-chan *DescribeDomainRealTimeQpsDataResponse, <-chan error)

DescribeDomainRealTimeQpsDataWithChan invokes the cdn.DescribeDomainRealTimeQpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimeqpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRealTimeReqHitRateData ¶

func (client *Client) DescribeDomainRealTimeReqHitRateData(request *DescribeDomainRealTimeReqHitRateDataRequest) (response *DescribeDomainRealTimeReqHitRateDataResponse, err error)

DescribeDomainRealTimeReqHitRateData invokes the cdn.DescribeDomainRealTimeReqHitRateData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimereqhitratedata.html

func (*Client) DescribeDomainRealTimeReqHitRateDataWithCallback ¶

func (client *Client) DescribeDomainRealTimeReqHitRateDataWithCallback(request *DescribeDomainRealTimeReqHitRateDataRequest, callback func(response *DescribeDomainRealTimeReqHitRateDataResponse, err error)) <-chan int

DescribeDomainRealTimeReqHitRateDataWithCallback invokes the cdn.DescribeDomainRealTimeReqHitRateData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimereqhitratedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRealTimeReqHitRateDataWithChan ¶

func (client *Client) DescribeDomainRealTimeReqHitRateDataWithChan(request *DescribeDomainRealTimeReqHitRateDataRequest) (<-chan *DescribeDomainRealTimeReqHitRateDataResponse, <-chan error)

DescribeDomainRealTimeReqHitRateDataWithChan invokes the cdn.DescribeDomainRealTimeReqHitRateData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainrealtimereqhitratedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRegionData ¶

func (client *Client) DescribeDomainRegionData(request *DescribeDomainRegionDataRequest) (response *DescribeDomainRegionDataResponse, err error)

DescribeDomainRegionData invokes the cdn.DescribeDomainRegionData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainregiondata.html

func (*Client) DescribeDomainRegionDataWithCallback ¶

func (client *Client) DescribeDomainRegionDataWithCallback(request *DescribeDomainRegionDataRequest, callback func(response *DescribeDomainRegionDataResponse, err error)) <-chan int

DescribeDomainRegionDataWithCallback invokes the cdn.DescribeDomainRegionData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainregiondata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainRegionDataWithChan ¶

func (client *Client) DescribeDomainRegionDataWithChan(request *DescribeDomainRegionDataRequest) (<-chan *DescribeDomainRegionDataResponse, <-chan error)

DescribeDomainRegionDataWithChan invokes the cdn.DescribeDomainRegionData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainregiondata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainReqHitRateData ¶

func (client *Client) DescribeDomainReqHitRateData(request *DescribeDomainReqHitRateDataRequest) (response *DescribeDomainReqHitRateDataResponse, err error)

DescribeDomainReqHitRateData invokes the cdn.DescribeDomainReqHitRateData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainreqhitratedata.html

func (*Client) DescribeDomainReqHitRateDataWithCallback ¶

func (client *Client) DescribeDomainReqHitRateDataWithCallback(request *DescribeDomainReqHitRateDataRequest, callback func(response *DescribeDomainReqHitRateDataResponse, err error)) <-chan int

DescribeDomainReqHitRateDataWithCallback invokes the cdn.DescribeDomainReqHitRateData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainreqhitratedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainReqHitRateDataWithChan ¶

func (client *Client) DescribeDomainReqHitRateDataWithChan(request *DescribeDomainReqHitRateDataRequest) (<-chan *DescribeDomainReqHitRateDataResponse, <-chan error)

DescribeDomainReqHitRateDataWithChan invokes the cdn.DescribeDomainReqHitRateData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainreqhitratedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainSlowRatio ¶

func (client *Client) DescribeDomainSlowRatio(request *DescribeDomainSlowRatioRequest) (response *DescribeDomainSlowRatioResponse, err error)

DescribeDomainSlowRatio invokes the cdn.DescribeDomainSlowRatio API synchronously api document: https://help.aliyun.com/api/cdn/describedomainslowratio.html

func (*Client) DescribeDomainSlowRatioWithCallback ¶

func (client *Client) DescribeDomainSlowRatioWithCallback(request *DescribeDomainSlowRatioRequest, callback func(response *DescribeDomainSlowRatioResponse, err error)) <-chan int

DescribeDomainSlowRatioWithCallback invokes the cdn.DescribeDomainSlowRatio API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainslowratio.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainSlowRatioWithChan ¶

func (client *Client) DescribeDomainSlowRatioWithChan(request *DescribeDomainSlowRatioRequest) (<-chan *DescribeDomainSlowRatioResponse, <-chan error)

DescribeDomainSlowRatioWithChan invokes the cdn.DescribeDomainSlowRatio API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainslowratio.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainSrcBpsData ¶

func (client *Client) DescribeDomainSrcBpsData(request *DescribeDomainSrcBpsDataRequest) (response *DescribeDomainSrcBpsDataResponse, err error)

DescribeDomainSrcBpsData invokes the cdn.DescribeDomainSrcBpsData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainsrcbpsdata.html

func (*Client) DescribeDomainSrcBpsDataWithCallback ¶

func (client *Client) DescribeDomainSrcBpsDataWithCallback(request *DescribeDomainSrcBpsDataRequest, callback func(response *DescribeDomainSrcBpsDataResponse, err error)) <-chan int

DescribeDomainSrcBpsDataWithCallback invokes the cdn.DescribeDomainSrcBpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainsrcbpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainSrcBpsDataWithChan ¶

func (client *Client) DescribeDomainSrcBpsDataWithChan(request *DescribeDomainSrcBpsDataRequest) (<-chan *DescribeDomainSrcBpsDataResponse, <-chan error)

DescribeDomainSrcBpsDataWithChan invokes the cdn.DescribeDomainSrcBpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainsrcbpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainSrcFlowData ¶

func (client *Client) DescribeDomainSrcFlowData(request *DescribeDomainSrcFlowDataRequest) (response *DescribeDomainSrcFlowDataResponse, err error)

DescribeDomainSrcFlowData invokes the cdn.DescribeDomainSrcFlowData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainsrcflowdata.html

func (*Client) DescribeDomainSrcFlowDataWithCallback ¶

func (client *Client) DescribeDomainSrcFlowDataWithCallback(request *DescribeDomainSrcFlowDataRequest, callback func(response *DescribeDomainSrcFlowDataResponse, err error)) <-chan int

DescribeDomainSrcFlowDataWithCallback invokes the cdn.DescribeDomainSrcFlowData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainsrcflowdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainSrcFlowDataWithChan ¶

func (client *Client) DescribeDomainSrcFlowDataWithChan(request *DescribeDomainSrcFlowDataRequest) (<-chan *DescribeDomainSrcFlowDataResponse, <-chan error)

DescribeDomainSrcFlowDataWithChan invokes the cdn.DescribeDomainSrcFlowData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainsrcflowdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainTopReferVisit ¶

func (client *Client) DescribeDomainTopReferVisit(request *DescribeDomainTopReferVisitRequest) (response *DescribeDomainTopReferVisitResponse, err error)

DescribeDomainTopReferVisit invokes the cdn.DescribeDomainTopReferVisit API synchronously api document: https://help.aliyun.com/api/cdn/describedomaintoprefervisit.html

func (*Client) DescribeDomainTopReferVisitWithCallback ¶

func (client *Client) DescribeDomainTopReferVisitWithCallback(request *DescribeDomainTopReferVisitRequest, callback func(response *DescribeDomainTopReferVisitResponse, err error)) <-chan int

DescribeDomainTopReferVisitWithCallback invokes the cdn.DescribeDomainTopReferVisit API asynchronously api document: https://help.aliyun.com/api/cdn/describedomaintoprefervisit.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainTopReferVisitWithChan ¶

func (client *Client) DescribeDomainTopReferVisitWithChan(request *DescribeDomainTopReferVisitRequest) (<-chan *DescribeDomainTopReferVisitResponse, <-chan error)

DescribeDomainTopReferVisitWithChan invokes the cdn.DescribeDomainTopReferVisit API asynchronously api document: https://help.aliyun.com/api/cdn/describedomaintoprefervisit.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainTopUrlVisit ¶

func (client *Client) DescribeDomainTopUrlVisit(request *DescribeDomainTopUrlVisitRequest) (response *DescribeDomainTopUrlVisitResponse, err error)

DescribeDomainTopUrlVisit invokes the cdn.DescribeDomainTopUrlVisit API synchronously api document: https://help.aliyun.com/api/cdn/describedomaintopurlvisit.html

func (*Client) DescribeDomainTopUrlVisitWithCallback ¶

func (client *Client) DescribeDomainTopUrlVisitWithCallback(request *DescribeDomainTopUrlVisitRequest, callback func(response *DescribeDomainTopUrlVisitResponse, err error)) <-chan int

DescribeDomainTopUrlVisitWithCallback invokes the cdn.DescribeDomainTopUrlVisit API asynchronously api document: https://help.aliyun.com/api/cdn/describedomaintopurlvisit.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainTopUrlVisitWithChan ¶

func (client *Client) DescribeDomainTopUrlVisitWithChan(request *DescribeDomainTopUrlVisitRequest) (<-chan *DescribeDomainTopUrlVisitResponse, <-chan error)

DescribeDomainTopUrlVisitWithChan invokes the cdn.DescribeDomainTopUrlVisit API asynchronously api document: https://help.aliyun.com/api/cdn/describedomaintopurlvisit.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainUpstreamBpsOfEdge ¶

func (client *Client) DescribeDomainUpstreamBpsOfEdge(request *DescribeDomainUpstreamBpsOfEdgeRequest) (response *DescribeDomainUpstreamBpsOfEdgeResponse, err error)

DescribeDomainUpstreamBpsOfEdge invokes the cdn.DescribeDomainUpstreamBpsOfEdge API synchronously api document: https://help.aliyun.com/api/cdn/describedomainupstreambpsofedge.html

func (*Client) DescribeDomainUpstreamBpsOfEdgeWithCallback ¶

func (client *Client) DescribeDomainUpstreamBpsOfEdgeWithCallback(request *DescribeDomainUpstreamBpsOfEdgeRequest, callback func(response *DescribeDomainUpstreamBpsOfEdgeResponse, err error)) <-chan int

DescribeDomainUpstreamBpsOfEdgeWithCallback invokes the cdn.DescribeDomainUpstreamBpsOfEdge API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainupstreambpsofedge.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainUpstreamBpsOfEdgeWithChan ¶

func (client *Client) DescribeDomainUpstreamBpsOfEdgeWithChan(request *DescribeDomainUpstreamBpsOfEdgeRequest) (<-chan *DescribeDomainUpstreamBpsOfEdgeResponse, <-chan error)

DescribeDomainUpstreamBpsOfEdgeWithChan invokes the cdn.DescribeDomainUpstreamBpsOfEdge API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainupstreambpsofedge.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainUpstreamOfCenter ¶

func (client *Client) DescribeDomainUpstreamOfCenter(request *DescribeDomainUpstreamOfCenterRequest) (response *DescribeDomainUpstreamOfCenterResponse, err error)

DescribeDomainUpstreamOfCenter invokes the cdn.DescribeDomainUpstreamOfCenter API synchronously api document: https://help.aliyun.com/api/cdn/describedomainupstreamofcenter.html

func (*Client) DescribeDomainUpstreamOfCenterWithCallback ¶

func (client *Client) DescribeDomainUpstreamOfCenterWithCallback(request *DescribeDomainUpstreamOfCenterRequest, callback func(response *DescribeDomainUpstreamOfCenterResponse, err error)) <-chan int

DescribeDomainUpstreamOfCenterWithCallback invokes the cdn.DescribeDomainUpstreamOfCenter API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainupstreamofcenter.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainUpstreamOfCenterWithChan ¶

func (client *Client) DescribeDomainUpstreamOfCenterWithChan(request *DescribeDomainUpstreamOfCenterRequest) (<-chan *DescribeDomainUpstreamOfCenterResponse, <-chan error)

DescribeDomainUpstreamOfCenterWithChan invokes the cdn.DescribeDomainUpstreamOfCenter API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainupstreamofcenter.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainUvData ¶

func (client *Client) DescribeDomainUvData(request *DescribeDomainUvDataRequest) (response *DescribeDomainUvDataResponse, err error)

DescribeDomainUvData invokes the cdn.DescribeDomainUvData API synchronously api document: https://help.aliyun.com/api/cdn/describedomainuvdata.html

func (*Client) DescribeDomainUvDataWithCallback ¶

func (client *Client) DescribeDomainUvDataWithCallback(request *DescribeDomainUvDataRequest, callback func(response *DescribeDomainUvDataResponse, err error)) <-chan int

DescribeDomainUvDataWithCallback invokes the cdn.DescribeDomainUvData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainuvdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainUvDataWithChan ¶

func (client *Client) DescribeDomainUvDataWithChan(request *DescribeDomainUvDataRequest) (<-chan *DescribeDomainUvDataResponse, <-chan error)

DescribeDomainUvDataWithChan invokes the cdn.DescribeDomainUvData API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainuvdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainsBySource ¶

func (client *Client) DescribeDomainsBySource(request *DescribeDomainsBySourceRequest) (response *DescribeDomainsBySourceResponse, err error)

DescribeDomainsBySource invokes the cdn.DescribeDomainsBySource API synchronously api document: https://help.aliyun.com/api/cdn/describedomainsbysource.html

func (*Client) DescribeDomainsBySourceWithCallback ¶

func (client *Client) DescribeDomainsBySourceWithCallback(request *DescribeDomainsBySourceRequest, callback func(response *DescribeDomainsBySourceResponse, err error)) <-chan int

DescribeDomainsBySourceWithCallback invokes the cdn.DescribeDomainsBySource API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainsbysource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainsBySourceWithChan ¶

func (client *Client) DescribeDomainsBySourceWithChan(request *DescribeDomainsBySourceRequest) (<-chan *DescribeDomainsBySourceResponse, <-chan error)

DescribeDomainsBySourceWithChan invokes the cdn.DescribeDomainsBySource API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainsbysource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainsUsageByDay ¶

func (client *Client) DescribeDomainsUsageByDay(request *DescribeDomainsUsageByDayRequest) (response *DescribeDomainsUsageByDayResponse, err error)

DescribeDomainsUsageByDay invokes the cdn.DescribeDomainsUsageByDay API synchronously api document: https://help.aliyun.com/api/cdn/describedomainsusagebyday.html

func (*Client) DescribeDomainsUsageByDayWithCallback ¶

func (client *Client) DescribeDomainsUsageByDayWithCallback(request *DescribeDomainsUsageByDayRequest, callback func(response *DescribeDomainsUsageByDayResponse, err error)) <-chan int

DescribeDomainsUsageByDayWithCallback invokes the cdn.DescribeDomainsUsageByDay API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainsusagebyday.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDomainsUsageByDayWithChan ¶

func (client *Client) DescribeDomainsUsageByDayWithChan(request *DescribeDomainsUsageByDayRequest) (<-chan *DescribeDomainsUsageByDayResponse, <-chan error)

DescribeDomainsUsageByDayWithChan invokes the cdn.DescribeDomainsUsageByDay API asynchronously api document: https://help.aliyun.com/api/cdn/describedomainsusagebyday.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeExtensiveDomainData ¶

func (client *Client) DescribeExtensiveDomainData(request *DescribeExtensiveDomainDataRequest) (response *DescribeExtensiveDomainDataResponse, err error)

DescribeExtensiveDomainData invokes the cdn.DescribeExtensiveDomainData API synchronously api document: https://help.aliyun.com/api/cdn/describeextensivedomaindata.html

func (*Client) DescribeExtensiveDomainDataWithCallback ¶

func (client *Client) DescribeExtensiveDomainDataWithCallback(request *DescribeExtensiveDomainDataRequest, callback func(response *DescribeExtensiveDomainDataResponse, err error)) <-chan int

DescribeExtensiveDomainDataWithCallback invokes the cdn.DescribeExtensiveDomainData API asynchronously api document: https://help.aliyun.com/api/cdn/describeextensivedomaindata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeExtensiveDomainDataWithChan ¶

func (client *Client) DescribeExtensiveDomainDataWithChan(request *DescribeExtensiveDomainDataRequest) (<-chan *DescribeExtensiveDomainDataResponse, <-chan error)

DescribeExtensiveDomainDataWithChan invokes the cdn.DescribeExtensiveDomainData API asynchronously api document: https://help.aliyun.com/api/cdn/describeextensivedomaindata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeIpInfo ¶

func (client *Client) DescribeIpInfo(request *DescribeIpInfoRequest) (response *DescribeIpInfoResponse, err error)

DescribeIpInfo invokes the cdn.DescribeIpInfo API synchronously api document: https://help.aliyun.com/api/cdn/describeipinfo.html

func (*Client) DescribeIpInfoWithCallback ¶

func (client *Client) DescribeIpInfoWithCallback(request *DescribeIpInfoRequest, callback func(response *DescribeIpInfoResponse, err error)) <-chan int

DescribeIpInfoWithCallback invokes the cdn.DescribeIpInfo API asynchronously api document: https://help.aliyun.com/api/cdn/describeipinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeIpInfoWithChan ¶

func (client *Client) DescribeIpInfoWithChan(request *DescribeIpInfoRequest) (<-chan *DescribeIpInfoResponse, <-chan error)

DescribeIpInfoWithChan invokes the cdn.DescribeIpInfo API asynchronously api document: https://help.aliyun.com/api/cdn/describeipinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeL2VipsByDomain ¶

func (client *Client) DescribeL2VipsByDomain(request *DescribeL2VipsByDomainRequest) (response *DescribeL2VipsByDomainResponse, err error)

DescribeL2VipsByDomain invokes the cdn.DescribeL2VipsByDomain API synchronously api document: https://help.aliyun.com/api/cdn/describel2vipsbydomain.html

func (*Client) DescribeL2VipsByDomainWithCallback ¶

func (client *Client) DescribeL2VipsByDomainWithCallback(request *DescribeL2VipsByDomainRequest, callback func(response *DescribeL2VipsByDomainResponse, err error)) <-chan int

DescribeL2VipsByDomainWithCallback invokes the cdn.DescribeL2VipsByDomain API asynchronously api document: https://help.aliyun.com/api/cdn/describel2vipsbydomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeL2VipsByDomainWithChan ¶

func (client *Client) DescribeL2VipsByDomainWithChan(request *DescribeL2VipsByDomainRequest) (<-chan *DescribeL2VipsByDomainResponse, <-chan error)

DescribeL2VipsByDomainWithChan invokes the cdn.DescribeL2VipsByDomain API asynchronously api document: https://help.aliyun.com/api/cdn/describel2vipsbydomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveAppRecordConfig ¶

func (client *Client) DescribeLiveAppRecordConfig(request *DescribeLiveAppRecordConfigRequest) (response *DescribeLiveAppRecordConfigResponse, err error)

DescribeLiveAppRecordConfig invokes the cdn.DescribeLiveAppRecordConfig API synchronously api document: https://help.aliyun.com/api/cdn/describeliveapprecordconfig.html

func (*Client) DescribeLiveAppRecordConfigWithCallback ¶

func (client *Client) DescribeLiveAppRecordConfigWithCallback(request *DescribeLiveAppRecordConfigRequest, callback func(response *DescribeLiveAppRecordConfigResponse, err error)) <-chan int

DescribeLiveAppRecordConfigWithCallback invokes the cdn.DescribeLiveAppRecordConfig API asynchronously api document: https://help.aliyun.com/api/cdn/describeliveapprecordconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveAppRecordConfigWithChan ¶

func (client *Client) DescribeLiveAppRecordConfigWithChan(request *DescribeLiveAppRecordConfigRequest) (<-chan *DescribeLiveAppRecordConfigResponse, <-chan error)

DescribeLiveAppRecordConfigWithChan invokes the cdn.DescribeLiveAppRecordConfig API asynchronously api document: https://help.aliyun.com/api/cdn/describeliveapprecordconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLivePullStreamConfig ¶

func (client *Client) DescribeLivePullStreamConfig(request *DescribeLivePullStreamConfigRequest) (response *DescribeLivePullStreamConfigResponse, err error)

DescribeLivePullStreamConfig invokes the cdn.DescribeLivePullStreamConfig API synchronously api document: https://help.aliyun.com/api/cdn/describelivepullstreamconfig.html

func (*Client) DescribeLivePullStreamConfigWithCallback ¶

func (client *Client) DescribeLivePullStreamConfigWithCallback(request *DescribeLivePullStreamConfigRequest, callback func(response *DescribeLivePullStreamConfigResponse, err error)) <-chan int

DescribeLivePullStreamConfigWithCallback invokes the cdn.DescribeLivePullStreamConfig API asynchronously api document: https://help.aliyun.com/api/cdn/describelivepullstreamconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLivePullStreamConfigWithChan ¶

func (client *Client) DescribeLivePullStreamConfigWithChan(request *DescribeLivePullStreamConfigRequest) (<-chan *DescribeLivePullStreamConfigResponse, <-chan error)

DescribeLivePullStreamConfigWithChan invokes the cdn.DescribeLivePullStreamConfig API asynchronously api document: https://help.aliyun.com/api/cdn/describelivepullstreamconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveRecordConfig ¶

func (client *Client) DescribeLiveRecordConfig(request *DescribeLiveRecordConfigRequest) (response *DescribeLiveRecordConfigResponse, err error)

DescribeLiveRecordConfig invokes the cdn.DescribeLiveRecordConfig API synchronously api document: https://help.aliyun.com/api/cdn/describeliverecordconfig.html

func (*Client) DescribeLiveRecordConfigWithCallback ¶

func (client *Client) DescribeLiveRecordConfigWithCallback(request *DescribeLiveRecordConfigRequest, callback func(response *DescribeLiveRecordConfigResponse, err error)) <-chan int

DescribeLiveRecordConfigWithCallback invokes the cdn.DescribeLiveRecordConfig API asynchronously api document: https://help.aliyun.com/api/cdn/describeliverecordconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveRecordConfigWithChan ¶

func (client *Client) DescribeLiveRecordConfigWithChan(request *DescribeLiveRecordConfigRequest) (<-chan *DescribeLiveRecordConfigResponse, <-chan error)

DescribeLiveRecordConfigWithChan invokes the cdn.DescribeLiveRecordConfig API asynchronously api document: https://help.aliyun.com/api/cdn/describeliverecordconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveSnapshotConfig ¶

func (client *Client) DescribeLiveSnapshotConfig(request *DescribeLiveSnapshotConfigRequest) (response *DescribeLiveSnapshotConfigResponse, err error)

DescribeLiveSnapshotConfig invokes the cdn.DescribeLiveSnapshotConfig API synchronously api document: https://help.aliyun.com/api/cdn/describelivesnapshotconfig.html

func (*Client) DescribeLiveSnapshotConfigWithCallback ¶

func (client *Client) DescribeLiveSnapshotConfigWithCallback(request *DescribeLiveSnapshotConfigRequest, callback func(response *DescribeLiveSnapshotConfigResponse, err error)) <-chan int

DescribeLiveSnapshotConfigWithCallback invokes the cdn.DescribeLiveSnapshotConfig API asynchronously api document: https://help.aliyun.com/api/cdn/describelivesnapshotconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveSnapshotConfigWithChan ¶

func (client *Client) DescribeLiveSnapshotConfigWithChan(request *DescribeLiveSnapshotConfigRequest) (<-chan *DescribeLiveSnapshotConfigResponse, <-chan error)

DescribeLiveSnapshotConfigWithChan invokes the cdn.DescribeLiveSnapshotConfig API asynchronously api document: https://help.aliyun.com/api/cdn/describelivesnapshotconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveSpecificDomainMapping ¶

func (client *Client) DescribeLiveSpecificDomainMapping(request *DescribeLiveSpecificDomainMappingRequest) (response *DescribeLiveSpecificDomainMappingResponse, err error)

DescribeLiveSpecificDomainMapping invokes the cdn.DescribeLiveSpecificDomainMapping API synchronously api document: https://help.aliyun.com/api/cdn/describelivespecificdomainmapping.html

func (*Client) DescribeLiveSpecificDomainMappingWithCallback ¶

func (client *Client) DescribeLiveSpecificDomainMappingWithCallback(request *DescribeLiveSpecificDomainMappingRequest, callback func(response *DescribeLiveSpecificDomainMappingResponse, err error)) <-chan int

DescribeLiveSpecificDomainMappingWithCallback invokes the cdn.DescribeLiveSpecificDomainMapping API asynchronously api document: https://help.aliyun.com/api/cdn/describelivespecificdomainmapping.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveSpecificDomainMappingWithChan ¶

func (client *Client) DescribeLiveSpecificDomainMappingWithChan(request *DescribeLiveSpecificDomainMappingRequest) (<-chan *DescribeLiveSpecificDomainMappingResponse, <-chan error)

DescribeLiveSpecificDomainMappingWithChan invokes the cdn.DescribeLiveSpecificDomainMapping API asynchronously api document: https://help.aliyun.com/api/cdn/describelivespecificdomainmapping.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamBitRateData ¶

func (client *Client) DescribeLiveStreamBitRateData(request *DescribeLiveStreamBitRateDataRequest) (response *DescribeLiveStreamBitRateDataResponse, err error)

DescribeLiveStreamBitRateData invokes the cdn.DescribeLiveStreamBitRateData API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreambitratedata.html

func (*Client) DescribeLiveStreamBitRateDataWithCallback ¶

func (client *Client) DescribeLiveStreamBitRateDataWithCallback(request *DescribeLiveStreamBitRateDataRequest, callback func(response *DescribeLiveStreamBitRateDataResponse, err error)) <-chan int

DescribeLiveStreamBitRateDataWithCallback invokes the cdn.DescribeLiveStreamBitRateData API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreambitratedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamBitRateDataWithChan ¶

func (client *Client) DescribeLiveStreamBitRateDataWithChan(request *DescribeLiveStreamBitRateDataRequest) (<-chan *DescribeLiveStreamBitRateDataResponse, <-chan error)

DescribeLiveStreamBitRateDataWithChan invokes the cdn.DescribeLiveStreamBitRateData API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreambitratedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamBpsData ¶

func (client *Client) DescribeLiveStreamBpsData(request *DescribeLiveStreamBpsDataRequest) (response *DescribeLiveStreamBpsDataResponse, err error)

DescribeLiveStreamBpsData invokes the cdn.DescribeLiveStreamBpsData API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreambpsdata.html

func (*Client) DescribeLiveStreamBpsDataWithCallback ¶

func (client *Client) DescribeLiveStreamBpsDataWithCallback(request *DescribeLiveStreamBpsDataRequest, callback func(response *DescribeLiveStreamBpsDataResponse, err error)) <-chan int

DescribeLiveStreamBpsDataWithCallback invokes the cdn.DescribeLiveStreamBpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreambpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamBpsDataWithChan ¶

func (client *Client) DescribeLiveStreamBpsDataWithChan(request *DescribeLiveStreamBpsDataRequest) (<-chan *DescribeLiveStreamBpsDataResponse, <-chan error)

DescribeLiveStreamBpsDataWithChan invokes the cdn.DescribeLiveStreamBpsData API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreambpsdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamDomainAppInfo ¶

func (client *Client) DescribeLiveStreamDomainAppInfo(request *DescribeLiveStreamDomainAppInfoRequest) (response *DescribeLiveStreamDomainAppInfoResponse, err error)

DescribeLiveStreamDomainAppInfo invokes the cdn.DescribeLiveStreamDomainAppInfo API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamdomainappinfo.html

func (*Client) DescribeLiveStreamDomainAppInfoWithCallback ¶

func (client *Client) DescribeLiveStreamDomainAppInfoWithCallback(request *DescribeLiveStreamDomainAppInfoRequest, callback func(response *DescribeLiveStreamDomainAppInfoResponse, err error)) <-chan int

DescribeLiveStreamDomainAppInfoWithCallback invokes the cdn.DescribeLiveStreamDomainAppInfo API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamdomainappinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamDomainAppInfoWithChan ¶

func (client *Client) DescribeLiveStreamDomainAppInfoWithChan(request *DescribeLiveStreamDomainAppInfoRequest) (<-chan *DescribeLiveStreamDomainAppInfoResponse, <-chan error)

DescribeLiveStreamDomainAppInfoWithChan invokes the cdn.DescribeLiveStreamDomainAppInfo API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamdomainappinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamFrameAndBitRateByDomain ¶

func (client *Client) DescribeLiveStreamFrameAndBitRateByDomain(request *DescribeLiveStreamFrameAndBitRateByDomainRequest) (response *DescribeLiveStreamFrameAndBitRateByDomainResponse, err error)

DescribeLiveStreamFrameAndBitRateByDomain invokes the cdn.DescribeLiveStreamFrameAndBitRateByDomain API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamframeandbitratebydomain.html

func (*Client) DescribeLiveStreamFrameAndBitRateByDomainWithCallback ¶

func (client *Client) DescribeLiveStreamFrameAndBitRateByDomainWithCallback(request *DescribeLiveStreamFrameAndBitRateByDomainRequest, callback func(response *DescribeLiveStreamFrameAndBitRateByDomainResponse, err error)) <-chan int

DescribeLiveStreamFrameAndBitRateByDomainWithCallback invokes the cdn.DescribeLiveStreamFrameAndBitRateByDomain API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamframeandbitratebydomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamFrameAndBitRateByDomainWithChan ¶

func (client *Client) DescribeLiveStreamFrameAndBitRateByDomainWithChan(request *DescribeLiveStreamFrameAndBitRateByDomainRequest) (<-chan *DescribeLiveStreamFrameAndBitRateByDomainResponse, <-chan error)

DescribeLiveStreamFrameAndBitRateByDomainWithChan invokes the cdn.DescribeLiveStreamFrameAndBitRateByDomain API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamframeandbitratebydomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamFrameInfo ¶

func (client *Client) DescribeLiveStreamFrameInfo(request *DescribeLiveStreamFrameInfoRequest) (response *DescribeLiveStreamFrameInfoResponse, err error)

DescribeLiveStreamFrameInfo invokes the cdn.DescribeLiveStreamFrameInfo API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamframeinfo.html

func (*Client) DescribeLiveStreamFrameInfoWithCallback ¶

func (client *Client) DescribeLiveStreamFrameInfoWithCallback(request *DescribeLiveStreamFrameInfoRequest, callback func(response *DescribeLiveStreamFrameInfoResponse, err error)) <-chan int

DescribeLiveStreamFrameInfoWithCallback invokes the cdn.DescribeLiveStreamFrameInfo API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamframeinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamFrameInfoWithChan ¶

func (client *Client) DescribeLiveStreamFrameInfoWithChan(request *DescribeLiveStreamFrameInfoRequest) (<-chan *DescribeLiveStreamFrameInfoResponse, <-chan error)

DescribeLiveStreamFrameInfoWithChan invokes the cdn.DescribeLiveStreamFrameInfo API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamframeinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamFrameLossRatio ¶

func (client *Client) DescribeLiveStreamFrameLossRatio(request *DescribeLiveStreamFrameLossRatioRequest) (response *DescribeLiveStreamFrameLossRatioResponse, err error)

DescribeLiveStreamFrameLossRatio invokes the cdn.DescribeLiveStreamFrameLossRatio API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamframelossratio.html

func (*Client) DescribeLiveStreamFrameLossRatioWithCallback ¶

func (client *Client) DescribeLiveStreamFrameLossRatioWithCallback(request *DescribeLiveStreamFrameLossRatioRequest, callback func(response *DescribeLiveStreamFrameLossRatioResponse, err error)) <-chan int

DescribeLiveStreamFrameLossRatioWithCallback invokes the cdn.DescribeLiveStreamFrameLossRatio API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamframelossratio.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamFrameLossRatioWithChan ¶

func (client *Client) DescribeLiveStreamFrameLossRatioWithChan(request *DescribeLiveStreamFrameLossRatioRequest) (<-chan *DescribeLiveStreamFrameLossRatioResponse, <-chan error)

DescribeLiveStreamFrameLossRatioWithChan invokes the cdn.DescribeLiveStreamFrameLossRatio API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamframelossratio.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamHlsOnlineUserNumByDomain ¶

func (client *Client) DescribeLiveStreamHlsOnlineUserNumByDomain(request *DescribeLiveStreamHlsOnlineUserNumByDomainRequest) (response *DescribeLiveStreamHlsOnlineUserNumByDomainResponse, err error)

DescribeLiveStreamHlsOnlineUserNumByDomain invokes the cdn.DescribeLiveStreamHlsOnlineUserNumByDomain API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamhlsonlineusernumbydomain.html

func (*Client) DescribeLiveStreamHlsOnlineUserNumByDomainWithCallback ¶

func (client *Client) DescribeLiveStreamHlsOnlineUserNumByDomainWithCallback(request *DescribeLiveStreamHlsOnlineUserNumByDomainRequest, callback func(response *DescribeLiveStreamHlsOnlineUserNumByDomainResponse, err error)) <-chan int

DescribeLiveStreamHlsOnlineUserNumByDomainWithCallback invokes the cdn.DescribeLiveStreamHlsOnlineUserNumByDomain API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamhlsonlineusernumbydomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamHlsOnlineUserNumByDomainWithChan ¶

func (client *Client) DescribeLiveStreamHlsOnlineUserNumByDomainWithChan(request *DescribeLiveStreamHlsOnlineUserNumByDomainRequest) (<-chan *DescribeLiveStreamHlsOnlineUserNumByDomainResponse, <-chan error)

DescribeLiveStreamHlsOnlineUserNumByDomainWithChan invokes the cdn.DescribeLiveStreamHlsOnlineUserNumByDomain API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamhlsonlineusernumbydomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamLimitInfo ¶

func (client *Client) DescribeLiveStreamLimitInfo(request *DescribeLiveStreamLimitInfoRequest) (response *DescribeLiveStreamLimitInfoResponse, err error)

DescribeLiveStreamLimitInfo invokes the cdn.DescribeLiveStreamLimitInfo API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamlimitinfo.html

func (*Client) DescribeLiveStreamLimitInfoWithCallback ¶

func (client *Client) DescribeLiveStreamLimitInfoWithCallback(request *DescribeLiveStreamLimitInfoRequest, callback func(response *DescribeLiveStreamLimitInfoResponse, err error)) <-chan int

DescribeLiveStreamLimitInfoWithCallback invokes the cdn.DescribeLiveStreamLimitInfo API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamlimitinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamLimitInfoWithChan ¶

func (client *Client) DescribeLiveStreamLimitInfoWithChan(request *DescribeLiveStreamLimitInfoRequest) (<-chan *DescribeLiveStreamLimitInfoResponse, <-chan error)

DescribeLiveStreamLimitInfoWithChan invokes the cdn.DescribeLiveStreamLimitInfo API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamlimitinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamNumberList ¶

func (client *Client) DescribeLiveStreamNumberList(request *DescribeLiveStreamNumberListRequest) (response *DescribeLiveStreamNumberListResponse, err error)

DescribeLiveStreamNumberList invokes the cdn.DescribeLiveStreamNumberList API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamnumberlist.html

func (*Client) DescribeLiveStreamNumberListWithCallback ¶

func (client *Client) DescribeLiveStreamNumberListWithCallback(request *DescribeLiveStreamNumberListRequest, callback func(response *DescribeLiveStreamNumberListResponse, err error)) <-chan int

DescribeLiveStreamNumberListWithCallback invokes the cdn.DescribeLiveStreamNumberList API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamnumberlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamNumberListWithChan ¶

func (client *Client) DescribeLiveStreamNumberListWithChan(request *DescribeLiveStreamNumberListRequest) (<-chan *DescribeLiveStreamNumberListResponse, <-chan error)

DescribeLiveStreamNumberListWithChan invokes the cdn.DescribeLiveStreamNumberList API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamnumberlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamOnlineBps ¶

func (client *Client) DescribeLiveStreamOnlineBps(request *DescribeLiveStreamOnlineBpsRequest) (response *DescribeLiveStreamOnlineBpsResponse, err error)

DescribeLiveStreamOnlineBps invokes the cdn.DescribeLiveStreamOnlineBps API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamonlinebps.html

func (*Client) DescribeLiveStreamOnlineBpsWithCallback ¶

func (client *Client) DescribeLiveStreamOnlineBpsWithCallback(request *DescribeLiveStreamOnlineBpsRequest, callback func(response *DescribeLiveStreamOnlineBpsResponse, err error)) <-chan int

DescribeLiveStreamOnlineBpsWithCallback invokes the cdn.DescribeLiveStreamOnlineBps API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamonlinebps.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamOnlineBpsWithChan ¶

func (client *Client) DescribeLiveStreamOnlineBpsWithChan(request *DescribeLiveStreamOnlineBpsRequest) (<-chan *DescribeLiveStreamOnlineBpsResponse, <-chan error)

DescribeLiveStreamOnlineBpsWithChan invokes the cdn.DescribeLiveStreamOnlineBps API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamonlinebps.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamOnlineUserNum ¶

func (client *Client) DescribeLiveStreamOnlineUserNum(request *DescribeLiveStreamOnlineUserNumRequest) (response *DescribeLiveStreamOnlineUserNumResponse, err error)

DescribeLiveStreamOnlineUserNum invokes the cdn.DescribeLiveStreamOnlineUserNum API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamonlineusernum.html

func (*Client) DescribeLiveStreamOnlineUserNumByDomain ¶

func (client *Client) DescribeLiveStreamOnlineUserNumByDomain(request *DescribeLiveStreamOnlineUserNumByDomainRequest) (response *DescribeLiveStreamOnlineUserNumByDomainResponse, err error)

DescribeLiveStreamOnlineUserNumByDomain invokes the cdn.DescribeLiveStreamOnlineUserNumByDomain API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamonlineusernumbydomain.html

func (*Client) DescribeLiveStreamOnlineUserNumByDomainWithCallback ¶

func (client *Client) DescribeLiveStreamOnlineUserNumByDomainWithCallback(request *DescribeLiveStreamOnlineUserNumByDomainRequest, callback func(response *DescribeLiveStreamOnlineUserNumByDomainResponse, err error)) <-chan int

DescribeLiveStreamOnlineUserNumByDomainWithCallback invokes the cdn.DescribeLiveStreamOnlineUserNumByDomain API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamonlineusernumbydomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamOnlineUserNumByDomainWithChan ¶

func (client *Client) DescribeLiveStreamOnlineUserNumByDomainWithChan(request *DescribeLiveStreamOnlineUserNumByDomainRequest) (<-chan *DescribeLiveStreamOnlineUserNumByDomainResponse, <-chan error)

DescribeLiveStreamOnlineUserNumByDomainWithChan invokes the cdn.DescribeLiveStreamOnlineUserNumByDomain API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamonlineusernumbydomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamOnlineUserNumWithCallback ¶

func (client *Client) DescribeLiveStreamOnlineUserNumWithCallback(request *DescribeLiveStreamOnlineUserNumRequest, callback func(response *DescribeLiveStreamOnlineUserNumResponse, err error)) <-chan int

DescribeLiveStreamOnlineUserNumWithCallback invokes the cdn.DescribeLiveStreamOnlineUserNum API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamonlineusernum.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamOnlineUserNumWithChan ¶

func (client *Client) DescribeLiveStreamOnlineUserNumWithChan(request *DescribeLiveStreamOnlineUserNumRequest) (<-chan *DescribeLiveStreamOnlineUserNumResponse, <-chan error)

DescribeLiveStreamOnlineUserNumWithChan invokes the cdn.DescribeLiveStreamOnlineUserNum API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamonlineusernum.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamPushData ¶

func (client *Client) DescribeLiveStreamPushData(request *DescribeLiveStreamPushDataRequest) (response *DescribeLiveStreamPushDataResponse, err error)

DescribeLiveStreamPushData invokes the cdn.DescribeLiveStreamPushData API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreampushdata.html

func (*Client) DescribeLiveStreamPushDataWithCallback ¶

func (client *Client) DescribeLiveStreamPushDataWithCallback(request *DescribeLiveStreamPushDataRequest, callback func(response *DescribeLiveStreamPushDataResponse, err error)) <-chan int

DescribeLiveStreamPushDataWithCallback invokes the cdn.DescribeLiveStreamPushData API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreampushdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamPushDataWithChan ¶

func (client *Client) DescribeLiveStreamPushDataWithChan(request *DescribeLiveStreamPushDataRequest) (<-chan *DescribeLiveStreamPushDataResponse, <-chan error)

DescribeLiveStreamPushDataWithChan invokes the cdn.DescribeLiveStreamPushData API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreampushdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamPushErrors ¶

func (client *Client) DescribeLiveStreamPushErrors(request *DescribeLiveStreamPushErrorsRequest) (response *DescribeLiveStreamPushErrorsResponse, err error)

DescribeLiveStreamPushErrors invokes the cdn.DescribeLiveStreamPushErrors API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreampusherrors.html

func (*Client) DescribeLiveStreamPushErrorsWithCallback ¶

func (client *Client) DescribeLiveStreamPushErrorsWithCallback(request *DescribeLiveStreamPushErrorsRequest, callback func(response *DescribeLiveStreamPushErrorsResponse, err error)) <-chan int

DescribeLiveStreamPushErrorsWithCallback invokes the cdn.DescribeLiveStreamPushErrors API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreampusherrors.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamPushErrorsWithChan ¶

func (client *Client) DescribeLiveStreamPushErrorsWithChan(request *DescribeLiveStreamPushErrorsRequest) (<-chan *DescribeLiveStreamPushErrorsResponse, <-chan error)

DescribeLiveStreamPushErrorsWithChan invokes the cdn.DescribeLiveStreamPushErrors API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreampusherrors.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamRecordContent ¶

func (client *Client) DescribeLiveStreamRecordContent(request *DescribeLiveStreamRecordContentRequest) (response *DescribeLiveStreamRecordContentResponse, err error)

DescribeLiveStreamRecordContent invokes the cdn.DescribeLiveStreamRecordContent API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrecordcontent.html

func (*Client) DescribeLiveStreamRecordContentWithCallback ¶

func (client *Client) DescribeLiveStreamRecordContentWithCallback(request *DescribeLiveStreamRecordContentRequest, callback func(response *DescribeLiveStreamRecordContentResponse, err error)) <-chan int

DescribeLiveStreamRecordContentWithCallback invokes the cdn.DescribeLiveStreamRecordContent API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrecordcontent.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamRecordContentWithChan ¶

func (client *Client) DescribeLiveStreamRecordContentWithChan(request *DescribeLiveStreamRecordContentRequest) (<-chan *DescribeLiveStreamRecordContentResponse, <-chan error)

DescribeLiveStreamRecordContentWithChan invokes the cdn.DescribeLiveStreamRecordContent API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrecordcontent.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamRecordIndexFile ¶

func (client *Client) DescribeLiveStreamRecordIndexFile(request *DescribeLiveStreamRecordIndexFileRequest) (response *DescribeLiveStreamRecordIndexFileResponse, err error)

DescribeLiveStreamRecordIndexFile invokes the cdn.DescribeLiveStreamRecordIndexFile API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrecordindexfile.html

func (*Client) DescribeLiveStreamRecordIndexFileWithCallback ¶

func (client *Client) DescribeLiveStreamRecordIndexFileWithCallback(request *DescribeLiveStreamRecordIndexFileRequest, callback func(response *DescribeLiveStreamRecordIndexFileResponse, err error)) <-chan int

DescribeLiveStreamRecordIndexFileWithCallback invokes the cdn.DescribeLiveStreamRecordIndexFile API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrecordindexfile.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamRecordIndexFileWithChan ¶

func (client *Client) DescribeLiveStreamRecordIndexFileWithChan(request *DescribeLiveStreamRecordIndexFileRequest) (<-chan *DescribeLiveStreamRecordIndexFileResponse, <-chan error)

DescribeLiveStreamRecordIndexFileWithChan invokes the cdn.DescribeLiveStreamRecordIndexFile API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrecordindexfile.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamRecordIndexFiles ¶

func (client *Client) DescribeLiveStreamRecordIndexFiles(request *DescribeLiveStreamRecordIndexFilesRequest) (response *DescribeLiveStreamRecordIndexFilesResponse, err error)

DescribeLiveStreamRecordIndexFiles invokes the cdn.DescribeLiveStreamRecordIndexFiles API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrecordindexfiles.html

func (*Client) DescribeLiveStreamRecordIndexFilesWithCallback ¶

func (client *Client) DescribeLiveStreamRecordIndexFilesWithCallback(request *DescribeLiveStreamRecordIndexFilesRequest, callback func(response *DescribeLiveStreamRecordIndexFilesResponse, err error)) <-chan int

DescribeLiveStreamRecordIndexFilesWithCallback invokes the cdn.DescribeLiveStreamRecordIndexFiles API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrecordindexfiles.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamRecordIndexFilesWithChan ¶

func (client *Client) DescribeLiveStreamRecordIndexFilesWithChan(request *DescribeLiveStreamRecordIndexFilesRequest) (<-chan *DescribeLiveStreamRecordIndexFilesResponse, <-chan error)

DescribeLiveStreamRecordIndexFilesWithChan invokes the cdn.DescribeLiveStreamRecordIndexFiles API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrecordindexfiles.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamRelayPushBitRate ¶

func (client *Client) DescribeLiveStreamRelayPushBitRate(request *DescribeLiveStreamRelayPushBitRateRequest) (response *DescribeLiveStreamRelayPushBitRateResponse, err error)

DescribeLiveStreamRelayPushBitRate invokes the cdn.DescribeLiveStreamRelayPushBitRate API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrelaypushbitrate.html

func (*Client) DescribeLiveStreamRelayPushBitRateWithCallback ¶

func (client *Client) DescribeLiveStreamRelayPushBitRateWithCallback(request *DescribeLiveStreamRelayPushBitRateRequest, callback func(response *DescribeLiveStreamRelayPushBitRateResponse, err error)) <-chan int

DescribeLiveStreamRelayPushBitRateWithCallback invokes the cdn.DescribeLiveStreamRelayPushBitRate API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrelaypushbitrate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamRelayPushBitRateWithChan ¶

func (client *Client) DescribeLiveStreamRelayPushBitRateWithChan(request *DescribeLiveStreamRelayPushBitRateRequest) (<-chan *DescribeLiveStreamRelayPushBitRateResponse, <-chan error)

DescribeLiveStreamRelayPushBitRateWithChan invokes the cdn.DescribeLiveStreamRelayPushBitRate API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrelaypushbitrate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamRelayPushData ¶

func (client *Client) DescribeLiveStreamRelayPushData(request *DescribeLiveStreamRelayPushDataRequest) (response *DescribeLiveStreamRelayPushDataResponse, err error)

DescribeLiveStreamRelayPushData invokes the cdn.DescribeLiveStreamRelayPushData API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrelaypushdata.html

func (*Client) DescribeLiveStreamRelayPushDataWithCallback ¶

func (client *Client) DescribeLiveStreamRelayPushDataWithCallback(request *DescribeLiveStreamRelayPushDataRequest, callback func(response *DescribeLiveStreamRelayPushDataResponse, err error)) <-chan int

DescribeLiveStreamRelayPushDataWithCallback invokes the cdn.DescribeLiveStreamRelayPushData API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrelaypushdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamRelayPushDataWithChan ¶

func (client *Client) DescribeLiveStreamRelayPushDataWithChan(request *DescribeLiveStreamRelayPushDataRequest) (<-chan *DescribeLiveStreamRelayPushDataResponse, <-chan error)

DescribeLiveStreamRelayPushDataWithChan invokes the cdn.DescribeLiveStreamRelayPushData API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrelaypushdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamRelayPushErrors ¶

func (client *Client) DescribeLiveStreamRelayPushErrors(request *DescribeLiveStreamRelayPushErrorsRequest) (response *DescribeLiveStreamRelayPushErrorsResponse, err error)

DescribeLiveStreamRelayPushErrors invokes the cdn.DescribeLiveStreamRelayPushErrors API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrelaypusherrors.html

func (*Client) DescribeLiveStreamRelayPushErrorsWithCallback ¶

func (client *Client) DescribeLiveStreamRelayPushErrorsWithCallback(request *DescribeLiveStreamRelayPushErrorsRequest, callback func(response *DescribeLiveStreamRelayPushErrorsResponse, err error)) <-chan int

DescribeLiveStreamRelayPushErrorsWithCallback invokes the cdn.DescribeLiveStreamRelayPushErrors API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrelaypusherrors.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamRelayPushErrorsWithChan ¶

func (client *Client) DescribeLiveStreamRelayPushErrorsWithChan(request *DescribeLiveStreamRelayPushErrorsRequest) (<-chan *DescribeLiveStreamRelayPushErrorsResponse, <-chan error)

DescribeLiveStreamRelayPushErrorsWithChan invokes the cdn.DescribeLiveStreamRelayPushErrors API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamrelaypusherrors.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamRoomBitRate ¶

func (client *Client) DescribeLiveStreamRoomBitRate(request *DescribeLiveStreamRoomBitRateRequest) (response *DescribeLiveStreamRoomBitRateResponse, err error)

DescribeLiveStreamRoomBitRate invokes the cdn.DescribeLiveStreamRoomBitRate API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamroombitrate.html

func (*Client) DescribeLiveStreamRoomBitRateWithCallback ¶

func (client *Client) DescribeLiveStreamRoomBitRateWithCallback(request *DescribeLiveStreamRoomBitRateRequest, callback func(response *DescribeLiveStreamRoomBitRateResponse, err error)) <-chan int

DescribeLiveStreamRoomBitRateWithCallback invokes the cdn.DescribeLiveStreamRoomBitRate API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamroombitrate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamRoomBitRateWithChan ¶

func (client *Client) DescribeLiveStreamRoomBitRateWithChan(request *DescribeLiveStreamRoomBitRateRequest) (<-chan *DescribeLiveStreamRoomBitRateResponse, <-chan error)

DescribeLiveStreamRoomBitRateWithChan invokes the cdn.DescribeLiveStreamRoomBitRate API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamroombitrate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamRoomUserNumber ¶

func (client *Client) DescribeLiveStreamRoomUserNumber(request *DescribeLiveStreamRoomUserNumberRequest) (response *DescribeLiveStreamRoomUserNumberResponse, err error)

DescribeLiveStreamRoomUserNumber invokes the cdn.DescribeLiveStreamRoomUserNumber API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamroomusernumber.html

func (*Client) DescribeLiveStreamRoomUserNumberWithCallback ¶

func (client *Client) DescribeLiveStreamRoomUserNumberWithCallback(request *DescribeLiveStreamRoomUserNumberRequest, callback func(response *DescribeLiveStreamRoomUserNumberResponse, err error)) <-chan int

DescribeLiveStreamRoomUserNumberWithCallback invokes the cdn.DescribeLiveStreamRoomUserNumber API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamroomusernumber.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamRoomUserNumberWithChan ¶

func (client *Client) DescribeLiveStreamRoomUserNumberWithChan(request *DescribeLiveStreamRoomUserNumberRequest) (<-chan *DescribeLiveStreamRoomUserNumberResponse, <-chan error)

DescribeLiveStreamRoomUserNumberWithChan invokes the cdn.DescribeLiveStreamRoomUserNumber API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamroomusernumber.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamSnapshotInfo ¶

func (client *Client) DescribeLiveStreamSnapshotInfo(request *DescribeLiveStreamSnapshotInfoRequest) (response *DescribeLiveStreamSnapshotInfoResponse, err error)

DescribeLiveStreamSnapshotInfo invokes the cdn.DescribeLiveStreamSnapshotInfo API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamsnapshotinfo.html

func (*Client) DescribeLiveStreamSnapshotInfoWithCallback ¶

func (client *Client) DescribeLiveStreamSnapshotInfoWithCallback(request *DescribeLiveStreamSnapshotInfoRequest, callback func(response *DescribeLiveStreamSnapshotInfoResponse, err error)) <-chan int

DescribeLiveStreamSnapshotInfoWithCallback invokes the cdn.DescribeLiveStreamSnapshotInfo API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamsnapshotinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamSnapshotInfoWithChan ¶

func (client *Client) DescribeLiveStreamSnapshotInfoWithChan(request *DescribeLiveStreamSnapshotInfoRequest) (<-chan *DescribeLiveStreamSnapshotInfoResponse, <-chan error)

DescribeLiveStreamSnapshotInfoWithChan invokes the cdn.DescribeLiveStreamSnapshotInfo API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamsnapshotinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamStreamStatus ¶

func (client *Client) DescribeLiveStreamStreamStatus(request *DescribeLiveStreamStreamStatusRequest) (response *DescribeLiveStreamStreamStatusResponse, err error)

DescribeLiveStreamStreamStatus invokes the cdn.DescribeLiveStreamStreamStatus API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamstreamstatus.html

func (*Client) DescribeLiveStreamStreamStatusWithCallback ¶

func (client *Client) DescribeLiveStreamStreamStatusWithCallback(request *DescribeLiveStreamStreamStatusRequest, callback func(response *DescribeLiveStreamStreamStatusResponse, err error)) <-chan int

DescribeLiveStreamStreamStatusWithCallback invokes the cdn.DescribeLiveStreamStreamStatus API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamstreamstatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamStreamStatusWithChan ¶

func (client *Client) DescribeLiveStreamStreamStatusWithChan(request *DescribeLiveStreamStreamStatusRequest) (<-chan *DescribeLiveStreamStreamStatusResponse, <-chan error)

DescribeLiveStreamStreamStatusWithChan invokes the cdn.DescribeLiveStreamStreamStatus API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamstreamstatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamTranscodeInfo ¶

func (client *Client) DescribeLiveStreamTranscodeInfo(request *DescribeLiveStreamTranscodeInfoRequest) (response *DescribeLiveStreamTranscodeInfoResponse, err error)

DescribeLiveStreamTranscodeInfo invokes the cdn.DescribeLiveStreamTranscodeInfo API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamtranscodeinfo.html

func (*Client) DescribeLiveStreamTranscodeInfoWithCallback ¶

func (client *Client) DescribeLiveStreamTranscodeInfoWithCallback(request *DescribeLiveStreamTranscodeInfoRequest, callback func(response *DescribeLiveStreamTranscodeInfoResponse, err error)) <-chan int

DescribeLiveStreamTranscodeInfoWithCallback invokes the cdn.DescribeLiveStreamTranscodeInfo API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamtranscodeinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamTranscodeInfoWithChan ¶

func (client *Client) DescribeLiveStreamTranscodeInfoWithChan(request *DescribeLiveStreamTranscodeInfoRequest) (<-chan *DescribeLiveStreamTranscodeInfoResponse, <-chan error)

DescribeLiveStreamTranscodeInfoWithChan invokes the cdn.DescribeLiveStreamTranscodeInfo API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamtranscodeinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamTranscodeStreamNum ¶

func (client *Client) DescribeLiveStreamTranscodeStreamNum(request *DescribeLiveStreamTranscodeStreamNumRequest) (response *DescribeLiveStreamTranscodeStreamNumResponse, err error)

DescribeLiveStreamTranscodeStreamNum invokes the cdn.DescribeLiveStreamTranscodeStreamNum API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamtranscodestreamnum.html

func (*Client) DescribeLiveStreamTranscodeStreamNumWithCallback ¶

func (client *Client) DescribeLiveStreamTranscodeStreamNumWithCallback(request *DescribeLiveStreamTranscodeStreamNumRequest, callback func(response *DescribeLiveStreamTranscodeStreamNumResponse, err error)) <-chan int

DescribeLiveStreamTranscodeStreamNumWithCallback invokes the cdn.DescribeLiveStreamTranscodeStreamNum API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamtranscodestreamnum.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamTranscodeStreamNumWithChan ¶

func (client *Client) DescribeLiveStreamTranscodeStreamNumWithChan(request *DescribeLiveStreamTranscodeStreamNumRequest) (<-chan *DescribeLiveStreamTranscodeStreamNumResponse, <-chan error)

DescribeLiveStreamTranscodeStreamNumWithChan invokes the cdn.DescribeLiveStreamTranscodeStreamNum API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamtranscodestreamnum.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamsBlockList ¶

func (client *Client) DescribeLiveStreamsBlockList(request *DescribeLiveStreamsBlockListRequest) (response *DescribeLiveStreamsBlockListResponse, err error)

DescribeLiveStreamsBlockList invokes the cdn.DescribeLiveStreamsBlockList API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamsblocklist.html

func (*Client) DescribeLiveStreamsBlockListWithCallback ¶

func (client *Client) DescribeLiveStreamsBlockListWithCallback(request *DescribeLiveStreamsBlockListRequest, callback func(response *DescribeLiveStreamsBlockListResponse, err error)) <-chan int

DescribeLiveStreamsBlockListWithCallback invokes the cdn.DescribeLiveStreamsBlockList API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamsblocklist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamsBlockListWithChan ¶

func (client *Client) DescribeLiveStreamsBlockListWithChan(request *DescribeLiveStreamsBlockListRequest) (<-chan *DescribeLiveStreamsBlockListResponse, <-chan error)

DescribeLiveStreamsBlockListWithChan invokes the cdn.DescribeLiveStreamsBlockList API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamsblocklist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamsControlHistory ¶

func (client *Client) DescribeLiveStreamsControlHistory(request *DescribeLiveStreamsControlHistoryRequest) (response *DescribeLiveStreamsControlHistoryResponse, err error)

DescribeLiveStreamsControlHistory invokes the cdn.DescribeLiveStreamsControlHistory API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamscontrolhistory.html

func (*Client) DescribeLiveStreamsControlHistoryWithCallback ¶

func (client *Client) DescribeLiveStreamsControlHistoryWithCallback(request *DescribeLiveStreamsControlHistoryRequest, callback func(response *DescribeLiveStreamsControlHistoryResponse, err error)) <-chan int

DescribeLiveStreamsControlHistoryWithCallback invokes the cdn.DescribeLiveStreamsControlHistory API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamscontrolhistory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamsControlHistoryWithChan ¶

func (client *Client) DescribeLiveStreamsControlHistoryWithChan(request *DescribeLiveStreamsControlHistoryRequest) (<-chan *DescribeLiveStreamsControlHistoryResponse, <-chan error)

DescribeLiveStreamsControlHistoryWithChan invokes the cdn.DescribeLiveStreamsControlHistory API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamscontrolhistory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamsFrameRateAndBitRateData ¶

func (client *Client) DescribeLiveStreamsFrameRateAndBitRateData(request *DescribeLiveStreamsFrameRateAndBitRateDataRequest) (response *DescribeLiveStreamsFrameRateAndBitRateDataResponse, err error)

DescribeLiveStreamsFrameRateAndBitRateData invokes the cdn.DescribeLiveStreamsFrameRateAndBitRateData API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamsframerateandbitratedata.html

func (*Client) DescribeLiveStreamsFrameRateAndBitRateDataWithCallback ¶

func (client *Client) DescribeLiveStreamsFrameRateAndBitRateDataWithCallback(request *DescribeLiveStreamsFrameRateAndBitRateDataRequest, callback func(response *DescribeLiveStreamsFrameRateAndBitRateDataResponse, err error)) <-chan int

DescribeLiveStreamsFrameRateAndBitRateDataWithCallback invokes the cdn.DescribeLiveStreamsFrameRateAndBitRateData API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamsframerateandbitratedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamsFrameRateAndBitRateDataWithChan ¶

func (client *Client) DescribeLiveStreamsFrameRateAndBitRateDataWithChan(request *DescribeLiveStreamsFrameRateAndBitRateDataRequest) (<-chan *DescribeLiveStreamsFrameRateAndBitRateDataResponse, <-chan error)

DescribeLiveStreamsFrameRateAndBitRateDataWithChan invokes the cdn.DescribeLiveStreamsFrameRateAndBitRateData API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamsframerateandbitratedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamsOnlineList ¶

func (client *Client) DescribeLiveStreamsOnlineList(request *DescribeLiveStreamsOnlineListRequest) (response *DescribeLiveStreamsOnlineListResponse, err error)

DescribeLiveStreamsOnlineList invokes the cdn.DescribeLiveStreamsOnlineList API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamsonlinelist.html

func (*Client) DescribeLiveStreamsOnlineListWithCallback ¶

func (client *Client) DescribeLiveStreamsOnlineListWithCallback(request *DescribeLiveStreamsOnlineListRequest, callback func(response *DescribeLiveStreamsOnlineListResponse, err error)) <-chan int

DescribeLiveStreamsOnlineListWithCallback invokes the cdn.DescribeLiveStreamsOnlineList API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamsonlinelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamsOnlineListWithChan ¶

func (client *Client) DescribeLiveStreamsOnlineListWithChan(request *DescribeLiveStreamsOnlineListRequest) (<-chan *DescribeLiveStreamsOnlineListResponse, <-chan error)

DescribeLiveStreamsOnlineListWithChan invokes the cdn.DescribeLiveStreamsOnlineList API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamsonlinelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamsPublishList ¶

func (client *Client) DescribeLiveStreamsPublishList(request *DescribeLiveStreamsPublishListRequest) (response *DescribeLiveStreamsPublishListResponse, err error)

DescribeLiveStreamsPublishList invokes the cdn.DescribeLiveStreamsPublishList API synchronously api document: https://help.aliyun.com/api/cdn/describelivestreamspublishlist.html

func (*Client) DescribeLiveStreamsPublishListWithCallback ¶

func (client *Client) DescribeLiveStreamsPublishListWithCallback(request *DescribeLiveStreamsPublishListRequest, callback func(response *DescribeLiveStreamsPublishListResponse, err error)) <-chan int

DescribeLiveStreamsPublishListWithCallback invokes the cdn.DescribeLiveStreamsPublishList API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamspublishlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeLiveStreamsPublishListWithChan ¶

func (client *Client) DescribeLiveStreamsPublishListWithChan(request *DescribeLiveStreamsPublishListRequest) (<-chan *DescribeLiveStreamsPublishListResponse, <-chan error)

DescribeLiveStreamsPublishListWithChan invokes the cdn.DescribeLiveStreamsPublishList API asynchronously api document: https://help.aliyun.com/api/cdn/describelivestreamspublishlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeOneMinuteData ¶

func (client *Client) DescribeOneMinuteData(request *DescribeOneMinuteDataRequest) (response *DescribeOneMinuteDataResponse, err error)

DescribeOneMinuteData invokes the cdn.DescribeOneMinuteData API synchronously api document: https://help.aliyun.com/api/cdn/describeoneminutedata.html

func (*Client) DescribeOneMinuteDataWithCallback ¶

func (client *Client) DescribeOneMinuteDataWithCallback(request *DescribeOneMinuteDataRequest, callback func(response *DescribeOneMinuteDataResponse, err error)) <-chan int

DescribeOneMinuteDataWithCallback invokes the cdn.DescribeOneMinuteData API asynchronously api document: https://help.aliyun.com/api/cdn/describeoneminutedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeOneMinuteDataWithChan ¶

func (client *Client) DescribeOneMinuteDataWithChan(request *DescribeOneMinuteDataRequest) (<-chan *DescribeOneMinuteDataResponse, <-chan error)

DescribeOneMinuteDataWithChan invokes the cdn.DescribeOneMinuteData API asynchronously api document: https://help.aliyun.com/api/cdn/describeoneminutedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeRangeDataByLocateAndIspService ¶

func (client *Client) DescribeRangeDataByLocateAndIspService(request *DescribeRangeDataByLocateAndIspServiceRequest) (response *DescribeRangeDataByLocateAndIspServiceResponse, err error)

DescribeRangeDataByLocateAndIspService invokes the cdn.DescribeRangeDataByLocateAndIspService API synchronously api document: https://help.aliyun.com/api/cdn/describerangedatabylocateandispservice.html

func (*Client) DescribeRangeDataByLocateAndIspServiceWithCallback ¶

func (client *Client) DescribeRangeDataByLocateAndIspServiceWithCallback(request *DescribeRangeDataByLocateAndIspServiceRequest, callback func(response *DescribeRangeDataByLocateAndIspServiceResponse, err error)) <-chan int

DescribeRangeDataByLocateAndIspServiceWithCallback invokes the cdn.DescribeRangeDataByLocateAndIspService API asynchronously api document: https://help.aliyun.com/api/cdn/describerangedatabylocateandispservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeRangeDataByLocateAndIspServiceWithChan ¶

func (client *Client) DescribeRangeDataByLocateAndIspServiceWithChan(request *DescribeRangeDataByLocateAndIspServiceRequest) (<-chan *DescribeRangeDataByLocateAndIspServiceResponse, <-chan error)

DescribeRangeDataByLocateAndIspServiceWithChan invokes the cdn.DescribeRangeDataByLocateAndIspService API asynchronously api document: https://help.aliyun.com/api/cdn/describerangedatabylocateandispservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeRefreshQuota ¶

func (client *Client) DescribeRefreshQuota(request *DescribeRefreshQuotaRequest) (response *DescribeRefreshQuotaResponse, err error)

DescribeRefreshQuota invokes the cdn.DescribeRefreshQuota API synchronously api document: https://help.aliyun.com/api/cdn/describerefreshquota.html

func (*Client) DescribeRefreshQuotaWithCallback ¶

func (client *Client) DescribeRefreshQuotaWithCallback(request *DescribeRefreshQuotaRequest, callback func(response *DescribeRefreshQuotaResponse, err error)) <-chan int

DescribeRefreshQuotaWithCallback invokes the cdn.DescribeRefreshQuota API asynchronously api document: https://help.aliyun.com/api/cdn/describerefreshquota.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeRefreshQuotaWithChan ¶

func (client *Client) DescribeRefreshQuotaWithChan(request *DescribeRefreshQuotaRequest) (<-chan *DescribeRefreshQuotaResponse, <-chan error)

DescribeRefreshQuotaWithChan invokes the cdn.DescribeRefreshQuota API asynchronously api document: https://help.aliyun.com/api/cdn/describerefreshquota.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeRefreshTasks ¶

func (client *Client) DescribeRefreshTasks(request *DescribeRefreshTasksRequest) (response *DescribeRefreshTasksResponse, err error)

DescribeRefreshTasks invokes the cdn.DescribeRefreshTasks API synchronously api document: https://help.aliyun.com/api/cdn/describerefreshtasks.html

func (*Client) DescribeRefreshTasksWithCallback ¶

func (client *Client) DescribeRefreshTasksWithCallback(request *DescribeRefreshTasksRequest, callback func(response *DescribeRefreshTasksResponse, err error)) <-chan int

DescribeRefreshTasksWithCallback invokes the cdn.DescribeRefreshTasks API asynchronously api document: https://help.aliyun.com/api/cdn/describerefreshtasks.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeRefreshTasksWithChan ¶

func (client *Client) DescribeRefreshTasksWithChan(request *DescribeRefreshTasksRequest) (<-chan *DescribeRefreshTasksResponse, <-chan error)

DescribeRefreshTasksWithChan invokes the cdn.DescribeRefreshTasks API asynchronously api document: https://help.aliyun.com/api/cdn/describerefreshtasks.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeTopDomainsByFlow ¶

func (client *Client) DescribeTopDomainsByFlow(request *DescribeTopDomainsByFlowRequest) (response *DescribeTopDomainsByFlowResponse, err error)

DescribeTopDomainsByFlow invokes the cdn.DescribeTopDomainsByFlow API synchronously api document: https://help.aliyun.com/api/cdn/describetopdomainsbyflow.html

func (*Client) DescribeTopDomainsByFlowWithCallback ¶

func (client *Client) DescribeTopDomainsByFlowWithCallback(request *DescribeTopDomainsByFlowRequest, callback func(response *DescribeTopDomainsByFlowResponse, err error)) <-chan int

DescribeTopDomainsByFlowWithCallback invokes the cdn.DescribeTopDomainsByFlow API asynchronously api document: https://help.aliyun.com/api/cdn/describetopdomainsbyflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeTopDomainsByFlowWithChan ¶

func (client *Client) DescribeTopDomainsByFlowWithChan(request *DescribeTopDomainsByFlowRequest) (<-chan *DescribeTopDomainsByFlowResponse, <-chan error)

DescribeTopDomainsByFlowWithChan invokes the cdn.DescribeTopDomainsByFlow API asynchronously api document: https://help.aliyun.com/api/cdn/describetopdomainsbyflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeUserConfigs ¶

func (client *Client) DescribeUserConfigs(request *DescribeUserConfigsRequest) (response *DescribeUserConfigsResponse, err error)

DescribeUserConfigs invokes the cdn.DescribeUserConfigs API synchronously api document: https://help.aliyun.com/api/cdn/describeuserconfigs.html

func (*Client) DescribeUserConfigsWithCallback ¶

func (client *Client) DescribeUserConfigsWithCallback(request *DescribeUserConfigsRequest, callback func(response *DescribeUserConfigsResponse, err error)) <-chan int

DescribeUserConfigsWithCallback invokes the cdn.DescribeUserConfigs API asynchronously api document: https://help.aliyun.com/api/cdn/describeuserconfigs.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeUserConfigsWithChan ¶

func (client *Client) DescribeUserConfigsWithChan(request *DescribeUserConfigsRequest) (<-chan *DescribeUserConfigsResponse, <-chan error)

DescribeUserConfigsWithChan invokes the cdn.DescribeUserConfigs API asynchronously api document: https://help.aliyun.com/api/cdn/describeuserconfigs.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeUserCustomLogConfig ¶

func (client *Client) DescribeUserCustomLogConfig(request *DescribeUserCustomLogConfigRequest) (response *DescribeUserCustomLogConfigResponse, err error)

DescribeUserCustomLogConfig invokes the cdn.DescribeUserCustomLogConfig API synchronously api document: https://help.aliyun.com/api/cdn/describeusercustomlogconfig.html

func (*Client) DescribeUserCustomLogConfigWithCallback ¶

func (client *Client) DescribeUserCustomLogConfigWithCallback(request *DescribeUserCustomLogConfigRequest, callback func(response *DescribeUserCustomLogConfigResponse, err error)) <-chan int

DescribeUserCustomLogConfigWithCallback invokes the cdn.DescribeUserCustomLogConfig API asynchronously api document: https://help.aliyun.com/api/cdn/describeusercustomlogconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeUserCustomLogConfigWithChan ¶

func (client *Client) DescribeUserCustomLogConfigWithChan(request *DescribeUserCustomLogConfigRequest) (<-chan *DescribeUserCustomLogConfigResponse, <-chan error)

DescribeUserCustomLogConfigWithChan invokes the cdn.DescribeUserCustomLogConfig API asynchronously api document: https://help.aliyun.com/api/cdn/describeusercustomlogconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeUserCustomerLabels ¶

func (client *Client) DescribeUserCustomerLabels(request *DescribeUserCustomerLabelsRequest) (response *DescribeUserCustomerLabelsResponse, err error)

DescribeUserCustomerLabels invokes the cdn.DescribeUserCustomerLabels API synchronously api document: https://help.aliyun.com/api/cdn/describeusercustomerlabels.html

func (*Client) DescribeUserCustomerLabelsWithCallback ¶

func (client *Client) DescribeUserCustomerLabelsWithCallback(request *DescribeUserCustomerLabelsRequest, callback func(response *DescribeUserCustomerLabelsResponse, err error)) <-chan int

DescribeUserCustomerLabelsWithCallback invokes the cdn.DescribeUserCustomerLabels API asynchronously api document: https://help.aliyun.com/api/cdn/describeusercustomerlabels.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeUserCustomerLabelsWithChan ¶

func (client *Client) DescribeUserCustomerLabelsWithChan(request *DescribeUserCustomerLabelsRequest) (<-chan *DescribeUserCustomerLabelsResponse, <-chan error)

DescribeUserCustomerLabelsWithChan invokes the cdn.DescribeUserCustomerLabels API asynchronously api document: https://help.aliyun.com/api/cdn/describeusercustomerlabels.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeUserDomains ¶

func (client *Client) DescribeUserDomains(request *DescribeUserDomainsRequest) (response *DescribeUserDomainsResponse, err error)

DescribeUserDomains invokes the cdn.DescribeUserDomains API synchronously api document: https://help.aliyun.com/api/cdn/describeuserdomains.html

func (*Client) DescribeUserDomainsWithCallback ¶

func (client *Client) DescribeUserDomainsWithCallback(request *DescribeUserDomainsRequest, callback func(response *DescribeUserDomainsResponse, err error)) <-chan int

DescribeUserDomainsWithCallback invokes the cdn.DescribeUserDomains API asynchronously api document: https://help.aliyun.com/api/cdn/describeuserdomains.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeUserDomainsWithChan ¶

func (client *Client) DescribeUserDomainsWithChan(request *DescribeUserDomainsRequest) (<-chan *DescribeUserDomainsResponse, <-chan error)

DescribeUserDomainsWithChan invokes the cdn.DescribeUserDomains API asynchronously api document: https://help.aliyun.com/api/cdn/describeuserdomains.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeUserVipsByDomain ¶

func (client *Client) DescribeUserVipsByDomain(request *DescribeUserVipsByDomainRequest) (response *DescribeUserVipsByDomainResponse, err error)

DescribeUserVipsByDomain invokes the cdn.DescribeUserVipsByDomain API synchronously api document: https://help.aliyun.com/api/cdn/describeuservipsbydomain.html

func (*Client) DescribeUserVipsByDomainWithCallback ¶

func (client *Client) DescribeUserVipsByDomainWithCallback(request *DescribeUserVipsByDomainRequest, callback func(response *DescribeUserVipsByDomainResponse, err error)) <-chan int

DescribeUserVipsByDomainWithCallback invokes the cdn.DescribeUserVipsByDomain API asynchronously api document: https://help.aliyun.com/api/cdn/describeuservipsbydomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeUserVipsByDomainWithChan ¶

func (client *Client) DescribeUserVipsByDomainWithChan(request *DescribeUserVipsByDomainRequest) (<-chan *DescribeUserVipsByDomainResponse, <-chan error)

DescribeUserVipsByDomainWithChan invokes the cdn.DescribeUserVipsByDomain API asynchronously api document: https://help.aliyun.com/api/cdn/describeuservipsbydomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ForbidLiveStream ¶

func (client *Client) ForbidLiveStream(request *ForbidLiveStreamRequest) (response *ForbidLiveStreamResponse, err error)

ForbidLiveStream invokes the cdn.ForbidLiveStream API synchronously api document: https://help.aliyun.com/api/cdn/forbidlivestream.html

func (*Client) ForbidLiveStreamWithCallback ¶

func (client *Client) ForbidLiveStreamWithCallback(request *ForbidLiveStreamRequest, callback func(response *ForbidLiveStreamResponse, err error)) <-chan int

ForbidLiveStreamWithCallback invokes the cdn.ForbidLiveStream API asynchronously api document: https://help.aliyun.com/api/cdn/forbidlivestream.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ForbidLiveStreamWithChan ¶

func (client *Client) ForbidLiveStreamWithChan(request *ForbidLiveStreamRequest) (<-chan *ForbidLiveStreamResponse, <-chan error)

ForbidLiveStreamWithChan invokes the cdn.ForbidLiveStream API asynchronously api document: https://help.aliyun.com/api/cdn/forbidlivestream.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetUserDomainBlackList ¶

func (client *Client) GetUserDomainBlackList(request *GetUserDomainBlackListRequest) (response *GetUserDomainBlackListResponse, err error)

GetUserDomainBlackList invokes the cdn.GetUserDomainBlackList API synchronously api document: https://help.aliyun.com/api/cdn/getuserdomainblacklist.html

func (*Client) GetUserDomainBlackListWithCallback ¶

func (client *Client) GetUserDomainBlackListWithCallback(request *GetUserDomainBlackListRequest, callback func(response *GetUserDomainBlackListResponse, err error)) <-chan int

GetUserDomainBlackListWithCallback invokes the cdn.GetUserDomainBlackList API asynchronously api document: https://help.aliyun.com/api/cdn/getuserdomainblacklist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetUserDomainBlackListWithChan ¶

func (client *Client) GetUserDomainBlackListWithChan(request *GetUserDomainBlackListRequest) (<-chan *GetUserDomainBlackListResponse, <-chan error)

GetUserDomainBlackListWithChan invokes the cdn.GetUserDomainBlackList API asynchronously api document: https://help.aliyun.com/api/cdn/getuserdomainblacklist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListDomainsByLogConfigId ¶

func (client *Client) ListDomainsByLogConfigId(request *ListDomainsByLogConfigIdRequest) (response *ListDomainsByLogConfigIdResponse, err error)

ListDomainsByLogConfigId invokes the cdn.ListDomainsByLogConfigId API synchronously api document: https://help.aliyun.com/api/cdn/listdomainsbylogconfigid.html

func (*Client) ListDomainsByLogConfigIdWithCallback ¶

func (client *Client) ListDomainsByLogConfigIdWithCallback(request *ListDomainsByLogConfigIdRequest, callback func(response *ListDomainsByLogConfigIdResponse, err error)) <-chan int

ListDomainsByLogConfigIdWithCallback invokes the cdn.ListDomainsByLogConfigId API asynchronously api document: https://help.aliyun.com/api/cdn/listdomainsbylogconfigid.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListDomainsByLogConfigIdWithChan ¶

func (client *Client) ListDomainsByLogConfigIdWithChan(request *ListDomainsByLogConfigIdRequest) (<-chan *ListDomainsByLogConfigIdResponse, <-chan error)

ListDomainsByLogConfigIdWithChan invokes the cdn.ListDomainsByLogConfigId API asynchronously api document: https://help.aliyun.com/api/cdn/listdomainsbylogconfigid.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MigrateDomainToHttpsDelivery ¶

func (client *Client) MigrateDomainToHttpsDelivery(request *MigrateDomainToHttpsDeliveryRequest) (response *MigrateDomainToHttpsDeliveryResponse, err error)

MigrateDomainToHttpsDelivery invokes the cdn.MigrateDomainToHttpsDelivery API synchronously api document: https://help.aliyun.com/api/cdn/migratedomaintohttpsdelivery.html

func (*Client) MigrateDomainToHttpsDeliveryWithCallback ¶

func (client *Client) MigrateDomainToHttpsDeliveryWithCallback(request *MigrateDomainToHttpsDeliveryRequest, callback func(response *MigrateDomainToHttpsDeliveryResponse, err error)) <-chan int

MigrateDomainToHttpsDeliveryWithCallback invokes the cdn.MigrateDomainToHttpsDelivery API asynchronously api document: https://help.aliyun.com/api/cdn/migratedomaintohttpsdelivery.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MigrateDomainToHttpsDeliveryWithChan ¶

func (client *Client) MigrateDomainToHttpsDeliveryWithChan(request *MigrateDomainToHttpsDeliveryRequest) (<-chan *MigrateDomainToHttpsDeliveryResponse, <-chan error)

MigrateDomainToHttpsDeliveryWithChan invokes the cdn.MigrateDomainToHttpsDelivery API asynchronously api document: https://help.aliyun.com/api/cdn/migratedomaintohttpsdelivery.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyCdnDomain ¶

func (client *Client) ModifyCdnDomain(request *ModifyCdnDomainRequest) (response *ModifyCdnDomainResponse, err error)

ModifyCdnDomain invokes the cdn.ModifyCdnDomain API synchronously api document: https://help.aliyun.com/api/cdn/modifycdndomain.html

func (*Client) ModifyCdnDomainWithCallback ¶

func (client *Client) ModifyCdnDomainWithCallback(request *ModifyCdnDomainRequest, callback func(response *ModifyCdnDomainResponse, err error)) <-chan int

ModifyCdnDomainWithCallback invokes the cdn.ModifyCdnDomain API asynchronously api document: https://help.aliyun.com/api/cdn/modifycdndomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyCdnDomainWithChan ¶

func (client *Client) ModifyCdnDomainWithChan(request *ModifyCdnDomainRequest) (<-chan *ModifyCdnDomainResponse, <-chan error)

ModifyCdnDomainWithChan invokes the cdn.ModifyCdnDomain API asynchronously api document: https://help.aliyun.com/api/cdn/modifycdndomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyCdnService ¶

func (client *Client) ModifyCdnService(request *ModifyCdnServiceRequest) (response *ModifyCdnServiceResponse, err error)

ModifyCdnService invokes the cdn.ModifyCdnService API synchronously api document: https://help.aliyun.com/api/cdn/modifycdnservice.html

func (*Client) ModifyCdnServiceWithCallback ¶

func (client *Client) ModifyCdnServiceWithCallback(request *ModifyCdnServiceRequest, callback func(response *ModifyCdnServiceResponse, err error)) <-chan int

ModifyCdnServiceWithCallback invokes the cdn.ModifyCdnService API asynchronously api document: https://help.aliyun.com/api/cdn/modifycdnservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyCdnServiceWithChan ¶

func (client *Client) ModifyCdnServiceWithChan(request *ModifyCdnServiceRequest) (<-chan *ModifyCdnServiceResponse, <-chan error)

ModifyCdnServiceWithChan invokes the cdn.ModifyCdnService API asynchronously api document: https://help.aliyun.com/api/cdn/modifycdnservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyDomainCustomLogConfig ¶

func (client *Client) ModifyDomainCustomLogConfig(request *ModifyDomainCustomLogConfigRequest) (response *ModifyDomainCustomLogConfigResponse, err error)

ModifyDomainCustomLogConfig invokes the cdn.ModifyDomainCustomLogConfig API synchronously api document: https://help.aliyun.com/api/cdn/modifydomaincustomlogconfig.html

func (*Client) ModifyDomainCustomLogConfigWithCallback ¶

func (client *Client) ModifyDomainCustomLogConfigWithCallback(request *ModifyDomainCustomLogConfigRequest, callback func(response *ModifyDomainCustomLogConfigResponse, err error)) <-chan int

ModifyDomainCustomLogConfigWithCallback invokes the cdn.ModifyDomainCustomLogConfig API asynchronously api document: https://help.aliyun.com/api/cdn/modifydomaincustomlogconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyDomainCustomLogConfigWithChan ¶

func (client *Client) ModifyDomainCustomLogConfigWithChan(request *ModifyDomainCustomLogConfigRequest) (<-chan *ModifyDomainCustomLogConfigResponse, <-chan error)

ModifyDomainCustomLogConfigWithChan invokes the cdn.ModifyDomainCustomLogConfig API asynchronously api document: https://help.aliyun.com/api/cdn/modifydomaincustomlogconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyFileCacheExpiredConfig ¶

func (client *Client) ModifyFileCacheExpiredConfig(request *ModifyFileCacheExpiredConfigRequest) (response *ModifyFileCacheExpiredConfigResponse, err error)

ModifyFileCacheExpiredConfig invokes the cdn.ModifyFileCacheExpiredConfig API synchronously api document: https://help.aliyun.com/api/cdn/modifyfilecacheexpiredconfig.html

func (*Client) ModifyFileCacheExpiredConfigWithCallback ¶

func (client *Client) ModifyFileCacheExpiredConfigWithCallback(request *ModifyFileCacheExpiredConfigRequest, callback func(response *ModifyFileCacheExpiredConfigResponse, err error)) <-chan int

ModifyFileCacheExpiredConfigWithCallback invokes the cdn.ModifyFileCacheExpiredConfig API asynchronously api document: https://help.aliyun.com/api/cdn/modifyfilecacheexpiredconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyFileCacheExpiredConfigWithChan ¶

func (client *Client) ModifyFileCacheExpiredConfigWithChan(request *ModifyFileCacheExpiredConfigRequest) (<-chan *ModifyFileCacheExpiredConfigResponse, <-chan error)

ModifyFileCacheExpiredConfigWithChan invokes the cdn.ModifyFileCacheExpiredConfig API asynchronously api document: https://help.aliyun.com/api/cdn/modifyfilecacheexpiredconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyHttpHeaderConfig ¶

func (client *Client) ModifyHttpHeaderConfig(request *ModifyHttpHeaderConfigRequest) (response *ModifyHttpHeaderConfigResponse, err error)

ModifyHttpHeaderConfig invokes the cdn.ModifyHttpHeaderConfig API synchronously api document: https://help.aliyun.com/api/cdn/modifyhttpheaderconfig.html

func (*Client) ModifyHttpHeaderConfigWithCallback ¶

func (client *Client) ModifyHttpHeaderConfigWithCallback(request *ModifyHttpHeaderConfigRequest, callback func(response *ModifyHttpHeaderConfigResponse, err error)) <-chan int

ModifyHttpHeaderConfigWithCallback invokes the cdn.ModifyHttpHeaderConfig API asynchronously api document: https://help.aliyun.com/api/cdn/modifyhttpheaderconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyHttpHeaderConfigWithChan ¶

func (client *Client) ModifyHttpHeaderConfigWithChan(request *ModifyHttpHeaderConfigRequest) (<-chan *ModifyHttpHeaderConfigResponse, <-chan error)

ModifyHttpHeaderConfigWithChan invokes the cdn.ModifyHttpHeaderConfig API asynchronously api document: https://help.aliyun.com/api/cdn/modifyhttpheaderconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyUserCustomLogConfig ¶

func (client *Client) ModifyUserCustomLogConfig(request *ModifyUserCustomLogConfigRequest) (response *ModifyUserCustomLogConfigResponse, err error)

ModifyUserCustomLogConfig invokes the cdn.ModifyUserCustomLogConfig API synchronously api document: https://help.aliyun.com/api/cdn/modifyusercustomlogconfig.html

func (*Client) ModifyUserCustomLogConfigWithCallback ¶

func (client *Client) ModifyUserCustomLogConfigWithCallback(request *ModifyUserCustomLogConfigRequest, callback func(response *ModifyUserCustomLogConfigResponse, err error)) <-chan int

ModifyUserCustomLogConfigWithCallback invokes the cdn.ModifyUserCustomLogConfig API asynchronously api document: https://help.aliyun.com/api/cdn/modifyusercustomlogconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyUserCustomLogConfigWithChan ¶

func (client *Client) ModifyUserCustomLogConfigWithChan(request *ModifyUserCustomLogConfigRequest) (<-chan *ModifyUserCustomLogConfigResponse, <-chan error)

ModifyUserCustomLogConfigWithChan invokes the cdn.ModifyUserCustomLogConfig API asynchronously api document: https://help.aliyun.com/api/cdn/modifyusercustomlogconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OpenCdnService ¶

func (client *Client) OpenCdnService(request *OpenCdnServiceRequest) (response *OpenCdnServiceResponse, err error)

OpenCdnService invokes the cdn.OpenCdnService API synchronously api document: https://help.aliyun.com/api/cdn/opencdnservice.html

func (*Client) OpenCdnServiceWithCallback ¶

func (client *Client) OpenCdnServiceWithCallback(request *OpenCdnServiceRequest, callback func(response *OpenCdnServiceResponse, err error)) <-chan int

OpenCdnServiceWithCallback invokes the cdn.OpenCdnService API asynchronously api document: https://help.aliyun.com/api/cdn/opencdnservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OpenCdnServiceWithChan ¶

func (client *Client) OpenCdnServiceWithChan(request *OpenCdnServiceRequest) (<-chan *OpenCdnServiceResponse, <-chan error)

OpenCdnServiceWithChan invokes the cdn.OpenCdnService API asynchronously api document: https://help.aliyun.com/api/cdn/opencdnservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) PushObjectCache ¶

func (client *Client) PushObjectCache(request *PushObjectCacheRequest) (response *PushObjectCacheResponse, err error)

PushObjectCache invokes the cdn.PushObjectCache API synchronously api document: https://help.aliyun.com/api/cdn/pushobjectcache.html

func (*Client) PushObjectCacheWithCallback ¶

func (client *Client) PushObjectCacheWithCallback(request *PushObjectCacheRequest, callback func(response *PushObjectCacheResponse, err error)) <-chan int

PushObjectCacheWithCallback invokes the cdn.PushObjectCache API asynchronously api document: https://help.aliyun.com/api/cdn/pushobjectcache.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) PushObjectCacheWithChan ¶

func (client *Client) PushObjectCacheWithChan(request *PushObjectCacheRequest) (<-chan *PushObjectCacheResponse, <-chan error)

PushObjectCacheWithChan invokes the cdn.PushObjectCache API asynchronously api document: https://help.aliyun.com/api/cdn/pushobjectcache.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RefreshObjectCaches ¶

func (client *Client) RefreshObjectCaches(request *RefreshObjectCachesRequest) (response *RefreshObjectCachesResponse, err error)

RefreshObjectCaches invokes the cdn.RefreshObjectCaches API synchronously api document: https://help.aliyun.com/api/cdn/refreshobjectcaches.html

func (*Client) RefreshObjectCachesWithCallback ¶

func (client *Client) RefreshObjectCachesWithCallback(request *RefreshObjectCachesRequest, callback func(response *RefreshObjectCachesResponse, err error)) <-chan int

RefreshObjectCachesWithCallback invokes the cdn.RefreshObjectCaches API asynchronously api document: https://help.aliyun.com/api/cdn/refreshobjectcaches.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RefreshObjectCachesWithChan ¶

func (client *Client) RefreshObjectCachesWithChan(request *RefreshObjectCachesRequest) (<-chan *RefreshObjectCachesResponse, <-chan error)

RefreshObjectCachesWithChan invokes the cdn.RefreshObjectCaches API asynchronously api document: https://help.aliyun.com/api/cdn/refreshobjectcaches.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ResumeLiveStream ¶

func (client *Client) ResumeLiveStream(request *ResumeLiveStreamRequest) (response *ResumeLiveStreamResponse, err error)

ResumeLiveStream invokes the cdn.ResumeLiveStream API synchronously api document: https://help.aliyun.com/api/cdn/resumelivestream.html

func (*Client) ResumeLiveStreamWithCallback ¶

func (client *Client) ResumeLiveStreamWithCallback(request *ResumeLiveStreamRequest, callback func(response *ResumeLiveStreamResponse, err error)) <-chan int

ResumeLiveStreamWithCallback invokes the cdn.ResumeLiveStream API asynchronously api document: https://help.aliyun.com/api/cdn/resumelivestream.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ResumeLiveStreamWithChan ¶

func (client *Client) ResumeLiveStreamWithChan(request *ResumeLiveStreamRequest) (<-chan *ResumeLiveStreamResponse, <-chan error)

ResumeLiveStreamWithChan invokes the cdn.ResumeLiveStream API asynchronously api document: https://help.aliyun.com/api/cdn/resumelivestream.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetCcConfig ¶

func (client *Client) SetCcConfig(request *SetCcConfigRequest) (response *SetCcConfigResponse, err error)

SetCcConfig invokes the cdn.SetCcConfig API synchronously api document: https://help.aliyun.com/api/cdn/setccconfig.html

func (*Client) SetCcConfigWithCallback ¶

func (client *Client) SetCcConfigWithCallback(request *SetCcConfigRequest, callback func(response *SetCcConfigResponse, err error)) <-chan int

SetCcConfigWithCallback invokes the cdn.SetCcConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setccconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetCcConfigWithChan ¶

func (client *Client) SetCcConfigWithChan(request *SetCcConfigRequest) (<-chan *SetCcConfigResponse, <-chan error)

SetCcConfigWithChan invokes the cdn.SetCcConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setccconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetDomainServerCertificate ¶

func (client *Client) SetDomainServerCertificate(request *SetDomainServerCertificateRequest) (response *SetDomainServerCertificateResponse, err error)

SetDomainServerCertificate invokes the cdn.SetDomainServerCertificate API synchronously api document: https://help.aliyun.com/api/cdn/setdomainservercertificate.html

func (*Client) SetDomainServerCertificateWithCallback ¶

func (client *Client) SetDomainServerCertificateWithCallback(request *SetDomainServerCertificateRequest, callback func(response *SetDomainServerCertificateResponse, err error)) <-chan int

SetDomainServerCertificateWithCallback invokes the cdn.SetDomainServerCertificate API asynchronously api document: https://help.aliyun.com/api/cdn/setdomainservercertificate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetDomainServerCertificateWithChan ¶

func (client *Client) SetDomainServerCertificateWithChan(request *SetDomainServerCertificateRequest) (<-chan *SetDomainServerCertificateResponse, <-chan error)

SetDomainServerCertificateWithChan invokes the cdn.SetDomainServerCertificate API asynchronously api document: https://help.aliyun.com/api/cdn/setdomainservercertificate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetDynamicConfig ¶

func (client *Client) SetDynamicConfig(request *SetDynamicConfigRequest) (response *SetDynamicConfigResponse, err error)

SetDynamicConfig invokes the cdn.SetDynamicConfig API synchronously api document: https://help.aliyun.com/api/cdn/setdynamicconfig.html

func (*Client) SetDynamicConfigWithCallback ¶

func (client *Client) SetDynamicConfigWithCallback(request *SetDynamicConfigRequest, callback func(response *SetDynamicConfigResponse, err error)) <-chan int

SetDynamicConfigWithCallback invokes the cdn.SetDynamicConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setdynamicconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetDynamicConfigWithChan ¶

func (client *Client) SetDynamicConfigWithChan(request *SetDynamicConfigRequest) (<-chan *SetDynamicConfigResponse, <-chan error)

SetDynamicConfigWithChan invokes the cdn.SetDynamicConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setdynamicconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetErrorPageConfig ¶

func (client *Client) SetErrorPageConfig(request *SetErrorPageConfigRequest) (response *SetErrorPageConfigResponse, err error)

SetErrorPageConfig invokes the cdn.SetErrorPageConfig API synchronously api document: https://help.aliyun.com/api/cdn/seterrorpageconfig.html

func (*Client) SetErrorPageConfigWithCallback ¶

func (client *Client) SetErrorPageConfigWithCallback(request *SetErrorPageConfigRequest, callback func(response *SetErrorPageConfigResponse, err error)) <-chan int

SetErrorPageConfigWithCallback invokes the cdn.SetErrorPageConfig API asynchronously api document: https://help.aliyun.com/api/cdn/seterrorpageconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetErrorPageConfigWithChan ¶

func (client *Client) SetErrorPageConfigWithChan(request *SetErrorPageConfigRequest) (<-chan *SetErrorPageConfigResponse, <-chan error)

SetErrorPageConfigWithChan invokes the cdn.SetErrorPageConfig API asynchronously api document: https://help.aliyun.com/api/cdn/seterrorpageconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetFileCacheExpiredConfig ¶

func (client *Client) SetFileCacheExpiredConfig(request *SetFileCacheExpiredConfigRequest) (response *SetFileCacheExpiredConfigResponse, err error)

SetFileCacheExpiredConfig invokes the cdn.SetFileCacheExpiredConfig API synchronously api document: https://help.aliyun.com/api/cdn/setfilecacheexpiredconfig.html

func (*Client) SetFileCacheExpiredConfigWithCallback ¶

func (client *Client) SetFileCacheExpiredConfigWithCallback(request *SetFileCacheExpiredConfigRequest, callback func(response *SetFileCacheExpiredConfigResponse, err error)) <-chan int

SetFileCacheExpiredConfigWithCallback invokes the cdn.SetFileCacheExpiredConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setfilecacheexpiredconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetFileCacheExpiredConfigWithChan ¶

func (client *Client) SetFileCacheExpiredConfigWithChan(request *SetFileCacheExpiredConfigRequest) (<-chan *SetFileCacheExpiredConfigResponse, <-chan error)

SetFileCacheExpiredConfigWithChan invokes the cdn.SetFileCacheExpiredConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setfilecacheexpiredconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetFileTypeForceTtlCodeConfig ¶

func (client *Client) SetFileTypeForceTtlCodeConfig(request *SetFileTypeForceTtlCodeConfigRequest) (response *SetFileTypeForceTtlCodeConfigResponse, err error)

SetFileTypeForceTtlCodeConfig invokes the cdn.SetFileTypeForceTtlCodeConfig API synchronously api document: https://help.aliyun.com/api/cdn/setfiletypeforcettlcodeconfig.html

func (*Client) SetFileTypeForceTtlCodeConfigWithCallback ¶

func (client *Client) SetFileTypeForceTtlCodeConfigWithCallback(request *SetFileTypeForceTtlCodeConfigRequest, callback func(response *SetFileTypeForceTtlCodeConfigResponse, err error)) <-chan int

SetFileTypeForceTtlCodeConfigWithCallback invokes the cdn.SetFileTypeForceTtlCodeConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setfiletypeforcettlcodeconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetFileTypeForceTtlCodeConfigWithChan ¶

func (client *Client) SetFileTypeForceTtlCodeConfigWithChan(request *SetFileTypeForceTtlCodeConfigRequest) (<-chan *SetFileTypeForceTtlCodeConfigResponse, <-chan error)

SetFileTypeForceTtlCodeConfigWithChan invokes the cdn.SetFileTypeForceTtlCodeConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setfiletypeforcettlcodeconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetForceRedirectConfig ¶

func (client *Client) SetForceRedirectConfig(request *SetForceRedirectConfigRequest) (response *SetForceRedirectConfigResponse, err error)

SetForceRedirectConfig invokes the cdn.SetForceRedirectConfig API synchronously api document: https://help.aliyun.com/api/cdn/setforceredirectconfig.html

func (*Client) SetForceRedirectConfigWithCallback ¶

func (client *Client) SetForceRedirectConfigWithCallback(request *SetForceRedirectConfigRequest, callback func(response *SetForceRedirectConfigResponse, err error)) <-chan int

SetForceRedirectConfigWithCallback invokes the cdn.SetForceRedirectConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setforceredirectconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetForceRedirectConfigWithChan ¶

func (client *Client) SetForceRedirectConfigWithChan(request *SetForceRedirectConfigRequest) (<-chan *SetForceRedirectConfigResponse, <-chan error)

SetForceRedirectConfigWithChan invokes the cdn.SetForceRedirectConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setforceredirectconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetForwardSchemeConfig ¶

func (client *Client) SetForwardSchemeConfig(request *SetForwardSchemeConfigRequest) (response *SetForwardSchemeConfigResponse, err error)

SetForwardSchemeConfig invokes the cdn.SetForwardSchemeConfig API synchronously api document: https://help.aliyun.com/api/cdn/setforwardschemeconfig.html

func (*Client) SetForwardSchemeConfigWithCallback ¶

func (client *Client) SetForwardSchemeConfigWithCallback(request *SetForwardSchemeConfigRequest, callback func(response *SetForwardSchemeConfigResponse, err error)) <-chan int

SetForwardSchemeConfigWithCallback invokes the cdn.SetForwardSchemeConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setforwardschemeconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetForwardSchemeConfigWithChan ¶

func (client *Client) SetForwardSchemeConfigWithChan(request *SetForwardSchemeConfigRequest) (<-chan *SetForwardSchemeConfigResponse, <-chan error)

SetForwardSchemeConfigWithChan invokes the cdn.SetForwardSchemeConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setforwardschemeconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetHttpErrorPageConfig ¶

func (client *Client) SetHttpErrorPageConfig(request *SetHttpErrorPageConfigRequest) (response *SetHttpErrorPageConfigResponse, err error)

SetHttpErrorPageConfig invokes the cdn.SetHttpErrorPageConfig API synchronously api document: https://help.aliyun.com/api/cdn/sethttperrorpageconfig.html

func (*Client) SetHttpErrorPageConfigWithCallback ¶

func (client *Client) SetHttpErrorPageConfigWithCallback(request *SetHttpErrorPageConfigRequest, callback func(response *SetHttpErrorPageConfigResponse, err error)) <-chan int

SetHttpErrorPageConfigWithCallback invokes the cdn.SetHttpErrorPageConfig API asynchronously api document: https://help.aliyun.com/api/cdn/sethttperrorpageconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetHttpErrorPageConfigWithChan ¶

func (client *Client) SetHttpErrorPageConfigWithChan(request *SetHttpErrorPageConfigRequest) (<-chan *SetHttpErrorPageConfigResponse, <-chan error)

SetHttpErrorPageConfigWithChan invokes the cdn.SetHttpErrorPageConfig API asynchronously api document: https://help.aliyun.com/api/cdn/sethttperrorpageconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetHttpHeaderConfig ¶

func (client *Client) SetHttpHeaderConfig(request *SetHttpHeaderConfigRequest) (response *SetHttpHeaderConfigResponse, err error)

SetHttpHeaderConfig invokes the cdn.SetHttpHeaderConfig API synchronously api document: https://help.aliyun.com/api/cdn/sethttpheaderconfig.html

func (*Client) SetHttpHeaderConfigWithCallback ¶

func (client *Client) SetHttpHeaderConfigWithCallback(request *SetHttpHeaderConfigRequest, callback func(response *SetHttpHeaderConfigResponse, err error)) <-chan int

SetHttpHeaderConfigWithCallback invokes the cdn.SetHttpHeaderConfig API asynchronously api document: https://help.aliyun.com/api/cdn/sethttpheaderconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetHttpHeaderConfigWithChan ¶

func (client *Client) SetHttpHeaderConfigWithChan(request *SetHttpHeaderConfigRequest) (<-chan *SetHttpHeaderConfigResponse, <-chan error)

SetHttpHeaderConfigWithChan invokes the cdn.SetHttpHeaderConfig API asynchronously api document: https://help.aliyun.com/api/cdn/sethttpheaderconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetHttpsOptionConfig ¶

func (client *Client) SetHttpsOptionConfig(request *SetHttpsOptionConfigRequest) (response *SetHttpsOptionConfigResponse, err error)

SetHttpsOptionConfig invokes the cdn.SetHttpsOptionConfig API synchronously api document: https://help.aliyun.com/api/cdn/sethttpsoptionconfig.html

func (*Client) SetHttpsOptionConfigWithCallback ¶

func (client *Client) SetHttpsOptionConfigWithCallback(request *SetHttpsOptionConfigRequest, callback func(response *SetHttpsOptionConfigResponse, err error)) <-chan int

SetHttpsOptionConfigWithCallback invokes the cdn.SetHttpsOptionConfig API asynchronously api document: https://help.aliyun.com/api/cdn/sethttpsoptionconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetHttpsOptionConfigWithChan ¶

func (client *Client) SetHttpsOptionConfigWithChan(request *SetHttpsOptionConfigRequest) (<-chan *SetHttpsOptionConfigResponse, <-chan error)

SetHttpsOptionConfigWithChan invokes the cdn.SetHttpsOptionConfig API asynchronously api document: https://help.aliyun.com/api/cdn/sethttpsoptionconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetIgnoreQueryStringConfig ¶

func (client *Client) SetIgnoreQueryStringConfig(request *SetIgnoreQueryStringConfigRequest) (response *SetIgnoreQueryStringConfigResponse, err error)

SetIgnoreQueryStringConfig invokes the cdn.SetIgnoreQueryStringConfig API synchronously api document: https://help.aliyun.com/api/cdn/setignorequerystringconfig.html

func (*Client) SetIgnoreQueryStringConfigWithCallback ¶

func (client *Client) SetIgnoreQueryStringConfigWithCallback(request *SetIgnoreQueryStringConfigRequest, callback func(response *SetIgnoreQueryStringConfigResponse, err error)) <-chan int

SetIgnoreQueryStringConfigWithCallback invokes the cdn.SetIgnoreQueryStringConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setignorequerystringconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetIgnoreQueryStringConfigWithChan ¶

func (client *Client) SetIgnoreQueryStringConfigWithChan(request *SetIgnoreQueryStringConfigRequest) (<-chan *SetIgnoreQueryStringConfigResponse, <-chan error)

SetIgnoreQueryStringConfigWithChan invokes the cdn.SetIgnoreQueryStringConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setignorequerystringconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetIpAllowListConfig ¶

func (client *Client) SetIpAllowListConfig(request *SetIpAllowListConfigRequest) (response *SetIpAllowListConfigResponse, err error)

SetIpAllowListConfig invokes the cdn.SetIpAllowListConfig API synchronously api document: https://help.aliyun.com/api/cdn/setipallowlistconfig.html

func (*Client) SetIpAllowListConfigWithCallback ¶

func (client *Client) SetIpAllowListConfigWithCallback(request *SetIpAllowListConfigRequest, callback func(response *SetIpAllowListConfigResponse, err error)) <-chan int

SetIpAllowListConfigWithCallback invokes the cdn.SetIpAllowListConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setipallowlistconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetIpAllowListConfigWithChan ¶

func (client *Client) SetIpAllowListConfigWithChan(request *SetIpAllowListConfigRequest) (<-chan *SetIpAllowListConfigResponse, <-chan error)

SetIpAllowListConfigWithChan invokes the cdn.SetIpAllowListConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setipallowlistconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetIpBlackListConfig ¶

func (client *Client) SetIpBlackListConfig(request *SetIpBlackListConfigRequest) (response *SetIpBlackListConfigResponse, err error)

SetIpBlackListConfig invokes the cdn.SetIpBlackListConfig API synchronously api document: https://help.aliyun.com/api/cdn/setipblacklistconfig.html

func (*Client) SetIpBlackListConfigWithCallback ¶

func (client *Client) SetIpBlackListConfigWithCallback(request *SetIpBlackListConfigRequest, callback func(response *SetIpBlackListConfigResponse, err error)) <-chan int

SetIpBlackListConfigWithCallback invokes the cdn.SetIpBlackListConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setipblacklistconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetIpBlackListConfigWithChan ¶

func (client *Client) SetIpBlackListConfigWithChan(request *SetIpBlackListConfigRequest) (<-chan *SetIpBlackListConfigResponse, <-chan error)

SetIpBlackListConfigWithChan invokes the cdn.SetIpBlackListConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setipblacklistconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetL2OssKeyConfig ¶

func (client *Client) SetL2OssKeyConfig(request *SetL2OssKeyConfigRequest) (response *SetL2OssKeyConfigResponse, err error)

SetL2OssKeyConfig invokes the cdn.SetL2OssKeyConfig API synchronously api document: https://help.aliyun.com/api/cdn/setl2osskeyconfig.html

func (*Client) SetL2OssKeyConfigWithCallback ¶

func (client *Client) SetL2OssKeyConfigWithCallback(request *SetL2OssKeyConfigRequest, callback func(response *SetL2OssKeyConfigResponse, err error)) <-chan int

SetL2OssKeyConfigWithCallback invokes the cdn.SetL2OssKeyConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setl2osskeyconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetL2OssKeyConfigWithChan ¶

func (client *Client) SetL2OssKeyConfigWithChan(request *SetL2OssKeyConfigRequest) (<-chan *SetL2OssKeyConfigResponse, <-chan error)

SetL2OssKeyConfigWithChan invokes the cdn.SetL2OssKeyConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setl2osskeyconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetLiveStreamsNotifyUrlConfig ¶

func (client *Client) SetLiveStreamsNotifyUrlConfig(request *SetLiveStreamsNotifyUrlConfigRequest) (response *SetLiveStreamsNotifyUrlConfigResponse, err error)

SetLiveStreamsNotifyUrlConfig invokes the cdn.SetLiveStreamsNotifyUrlConfig API synchronously api document: https://help.aliyun.com/api/cdn/setlivestreamsnotifyurlconfig.html

func (*Client) SetLiveStreamsNotifyUrlConfigWithCallback ¶

func (client *Client) SetLiveStreamsNotifyUrlConfigWithCallback(request *SetLiveStreamsNotifyUrlConfigRequest, callback func(response *SetLiveStreamsNotifyUrlConfigResponse, err error)) <-chan int

SetLiveStreamsNotifyUrlConfigWithCallback invokes the cdn.SetLiveStreamsNotifyUrlConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setlivestreamsnotifyurlconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetLiveStreamsNotifyUrlConfigWithChan ¶

func (client *Client) SetLiveStreamsNotifyUrlConfigWithChan(request *SetLiveStreamsNotifyUrlConfigRequest) (<-chan *SetLiveStreamsNotifyUrlConfigResponse, <-chan error)

SetLiveStreamsNotifyUrlConfigWithChan invokes the cdn.SetLiveStreamsNotifyUrlConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setlivestreamsnotifyurlconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetLocationAccessRestriction ¶

func (client *Client) SetLocationAccessRestriction(request *SetLocationAccessRestrictionRequest) (response *SetLocationAccessRestrictionResponse, err error)

SetLocationAccessRestriction invokes the cdn.SetLocationAccessRestriction API synchronously api document: https://help.aliyun.com/api/cdn/setlocationaccessrestriction.html

func (*Client) SetLocationAccessRestrictionWithCallback ¶

func (client *Client) SetLocationAccessRestrictionWithCallback(request *SetLocationAccessRestrictionRequest, callback func(response *SetLocationAccessRestrictionResponse, err error)) <-chan int

SetLocationAccessRestrictionWithCallback invokes the cdn.SetLocationAccessRestriction API asynchronously api document: https://help.aliyun.com/api/cdn/setlocationaccessrestriction.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetLocationAccessRestrictionWithChan ¶

func (client *Client) SetLocationAccessRestrictionWithChan(request *SetLocationAccessRestrictionRequest) (<-chan *SetLocationAccessRestrictionResponse, <-chan error)

SetLocationAccessRestrictionWithChan invokes the cdn.SetLocationAccessRestriction API asynchronously api document: https://help.aliyun.com/api/cdn/setlocationaccessrestriction.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetOptimizeConfig ¶

func (client *Client) SetOptimizeConfig(request *SetOptimizeConfigRequest) (response *SetOptimizeConfigResponse, err error)

SetOptimizeConfig invokes the cdn.SetOptimizeConfig API synchronously api document: https://help.aliyun.com/api/cdn/setoptimizeconfig.html

func (*Client) SetOptimizeConfigWithCallback ¶

func (client *Client) SetOptimizeConfigWithCallback(request *SetOptimizeConfigRequest, callback func(response *SetOptimizeConfigResponse, err error)) <-chan int

SetOptimizeConfigWithCallback invokes the cdn.SetOptimizeConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setoptimizeconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetOptimizeConfigWithChan ¶

func (client *Client) SetOptimizeConfigWithChan(request *SetOptimizeConfigRequest) (<-chan *SetOptimizeConfigResponse, <-chan error)

SetOptimizeConfigWithChan invokes the cdn.SetOptimizeConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setoptimizeconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetOssLogConfig ¶

func (client *Client) SetOssLogConfig(request *SetOssLogConfigRequest) (response *SetOssLogConfigResponse, err error)

SetOssLogConfig invokes the cdn.SetOssLogConfig API synchronously api document: https://help.aliyun.com/api/cdn/setosslogconfig.html

func (*Client) SetOssLogConfigWithCallback ¶

func (client *Client) SetOssLogConfigWithCallback(request *SetOssLogConfigRequest, callback func(response *SetOssLogConfigResponse, err error)) <-chan int

SetOssLogConfigWithCallback invokes the cdn.SetOssLogConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setosslogconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetOssLogConfigWithChan ¶

func (client *Client) SetOssLogConfigWithChan(request *SetOssLogConfigRequest) (<-chan *SetOssLogConfigResponse, <-chan error)

SetOssLogConfigWithChan invokes the cdn.SetOssLogConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setosslogconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetPageCompressConfig ¶

func (client *Client) SetPageCompressConfig(request *SetPageCompressConfigRequest) (response *SetPageCompressConfigResponse, err error)

SetPageCompressConfig invokes the cdn.SetPageCompressConfig API synchronously api document: https://help.aliyun.com/api/cdn/setpagecompressconfig.html

func (*Client) SetPageCompressConfigWithCallback ¶

func (client *Client) SetPageCompressConfigWithCallback(request *SetPageCompressConfigRequest, callback func(response *SetPageCompressConfigResponse, err error)) <-chan int

SetPageCompressConfigWithCallback invokes the cdn.SetPageCompressConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setpagecompressconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetPageCompressConfigWithChan ¶

func (client *Client) SetPageCompressConfigWithChan(request *SetPageCompressConfigRequest) (<-chan *SetPageCompressConfigResponse, <-chan error)

SetPageCompressConfigWithChan invokes the cdn.SetPageCompressConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setpagecompressconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetPathCacheExpiredConfig ¶

func (client *Client) SetPathCacheExpiredConfig(request *SetPathCacheExpiredConfigRequest) (response *SetPathCacheExpiredConfigResponse, err error)

SetPathCacheExpiredConfig invokes the cdn.SetPathCacheExpiredConfig API synchronously api document: https://help.aliyun.com/api/cdn/setpathcacheexpiredconfig.html

func (*Client) SetPathCacheExpiredConfigWithCallback ¶

func (client *Client) SetPathCacheExpiredConfigWithCallback(request *SetPathCacheExpiredConfigRequest, callback func(response *SetPathCacheExpiredConfigResponse, err error)) <-chan int

SetPathCacheExpiredConfigWithCallback invokes the cdn.SetPathCacheExpiredConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setpathcacheexpiredconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetPathCacheExpiredConfigWithChan ¶

func (client *Client) SetPathCacheExpiredConfigWithChan(request *SetPathCacheExpiredConfigRequest) (<-chan *SetPathCacheExpiredConfigResponse, <-chan error)

SetPathCacheExpiredConfigWithChan invokes the cdn.SetPathCacheExpiredConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setpathcacheexpiredconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetPathForceTtlCodeConfig ¶

func (client *Client) SetPathForceTtlCodeConfig(request *SetPathForceTtlCodeConfigRequest) (response *SetPathForceTtlCodeConfigResponse, err error)

SetPathForceTtlCodeConfig invokes the cdn.SetPathForceTtlCodeConfig API synchronously api document: https://help.aliyun.com/api/cdn/setpathforcettlcodeconfig.html

func (*Client) SetPathForceTtlCodeConfigWithCallback ¶

func (client *Client) SetPathForceTtlCodeConfigWithCallback(request *SetPathForceTtlCodeConfigRequest, callback func(response *SetPathForceTtlCodeConfigResponse, err error)) <-chan int

SetPathForceTtlCodeConfigWithCallback invokes the cdn.SetPathForceTtlCodeConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setpathforcettlcodeconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetPathForceTtlCodeConfigWithChan ¶

func (client *Client) SetPathForceTtlCodeConfigWithChan(request *SetPathForceTtlCodeConfigRequest) (<-chan *SetPathForceTtlCodeConfigResponse, <-chan error)

SetPathForceTtlCodeConfigWithChan invokes the cdn.SetPathForceTtlCodeConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setpathforcettlcodeconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetRangeConfig ¶

func (client *Client) SetRangeConfig(request *SetRangeConfigRequest) (response *SetRangeConfigResponse, err error)

SetRangeConfig invokes the cdn.SetRangeConfig API synchronously api document: https://help.aliyun.com/api/cdn/setrangeconfig.html

func (*Client) SetRangeConfigWithCallback ¶

func (client *Client) SetRangeConfigWithCallback(request *SetRangeConfigRequest, callback func(response *SetRangeConfigResponse, err error)) <-chan int

SetRangeConfigWithCallback invokes the cdn.SetRangeConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setrangeconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetRangeConfigWithChan ¶

func (client *Client) SetRangeConfigWithChan(request *SetRangeConfigRequest) (<-chan *SetRangeConfigResponse, <-chan error)

SetRangeConfigWithChan invokes the cdn.SetRangeConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setrangeconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetRefererConfig ¶

func (client *Client) SetRefererConfig(request *SetRefererConfigRequest) (response *SetRefererConfigResponse, err error)

SetRefererConfig invokes the cdn.SetRefererConfig API synchronously api document: https://help.aliyun.com/api/cdn/setrefererconfig.html

func (*Client) SetRefererConfigWithCallback ¶

func (client *Client) SetRefererConfigWithCallback(request *SetRefererConfigRequest, callback func(response *SetRefererConfigResponse, err error)) <-chan int

SetRefererConfigWithCallback invokes the cdn.SetRefererConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setrefererconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetRefererConfigWithChan ¶

func (client *Client) SetRefererConfigWithChan(request *SetRefererConfigRequest) (<-chan *SetRefererConfigResponse, <-chan error)

SetRefererConfigWithChan invokes the cdn.SetRefererConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setrefererconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetRemoteReqAuthConfig ¶

func (client *Client) SetRemoteReqAuthConfig(request *SetRemoteReqAuthConfigRequest) (response *SetRemoteReqAuthConfigResponse, err error)

SetRemoteReqAuthConfig invokes the cdn.SetRemoteReqAuthConfig API synchronously api document: https://help.aliyun.com/api/cdn/setremotereqauthconfig.html

func (*Client) SetRemoteReqAuthConfigWithCallback ¶

func (client *Client) SetRemoteReqAuthConfigWithCallback(request *SetRemoteReqAuthConfigRequest, callback func(response *SetRemoteReqAuthConfigResponse, err error)) <-chan int

SetRemoteReqAuthConfigWithCallback invokes the cdn.SetRemoteReqAuthConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setremotereqauthconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetRemoteReqAuthConfigWithChan ¶

func (client *Client) SetRemoteReqAuthConfigWithChan(request *SetRemoteReqAuthConfigRequest) (<-chan *SetRemoteReqAuthConfigResponse, <-chan error)

SetRemoteReqAuthConfigWithChan invokes the cdn.SetRemoteReqAuthConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setremotereqauthconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetRemoveQueryStringConfig ¶

func (client *Client) SetRemoveQueryStringConfig(request *SetRemoveQueryStringConfigRequest) (response *SetRemoveQueryStringConfigResponse, err error)

SetRemoveQueryStringConfig invokes the cdn.SetRemoveQueryStringConfig API synchronously api document: https://help.aliyun.com/api/cdn/setremovequerystringconfig.html

func (*Client) SetRemoveQueryStringConfigWithCallback ¶

func (client *Client) SetRemoveQueryStringConfigWithCallback(request *SetRemoveQueryStringConfigRequest, callback func(response *SetRemoveQueryStringConfigResponse, err error)) <-chan int

SetRemoveQueryStringConfigWithCallback invokes the cdn.SetRemoveQueryStringConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setremovequerystringconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetRemoveQueryStringConfigWithChan ¶

func (client *Client) SetRemoveQueryStringConfigWithChan(request *SetRemoveQueryStringConfigRequest) (<-chan *SetRemoveQueryStringConfigResponse, <-chan error)

SetRemoveQueryStringConfigWithChan invokes the cdn.SetRemoveQueryStringConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setremovequerystringconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetReqAuthConfig ¶

func (client *Client) SetReqAuthConfig(request *SetReqAuthConfigRequest) (response *SetReqAuthConfigResponse, err error)

SetReqAuthConfig invokes the cdn.SetReqAuthConfig API synchronously api document: https://help.aliyun.com/api/cdn/setreqauthconfig.html

func (*Client) SetReqAuthConfigWithCallback ¶

func (client *Client) SetReqAuthConfigWithCallback(request *SetReqAuthConfigRequest, callback func(response *SetReqAuthConfigResponse, err error)) <-chan int

SetReqAuthConfigWithCallback invokes the cdn.SetReqAuthConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setreqauthconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetReqAuthConfigWithChan ¶

func (client *Client) SetReqAuthConfigWithChan(request *SetReqAuthConfigRequest) (<-chan *SetReqAuthConfigResponse, <-chan error)

SetReqAuthConfigWithChan invokes the cdn.SetReqAuthConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setreqauthconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetReqHeaderConfig ¶

func (client *Client) SetReqHeaderConfig(request *SetReqHeaderConfigRequest) (response *SetReqHeaderConfigResponse, err error)

SetReqHeaderConfig invokes the cdn.SetReqHeaderConfig API synchronously api document: https://help.aliyun.com/api/cdn/setreqheaderconfig.html

func (*Client) SetReqHeaderConfigWithCallback ¶

func (client *Client) SetReqHeaderConfigWithCallback(request *SetReqHeaderConfigRequest, callback func(response *SetReqHeaderConfigResponse, err error)) <-chan int

SetReqHeaderConfigWithCallback invokes the cdn.SetReqHeaderConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setreqheaderconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetReqHeaderConfigWithChan ¶

func (client *Client) SetReqHeaderConfigWithChan(request *SetReqHeaderConfigRequest) (<-chan *SetReqHeaderConfigResponse, <-chan error)

SetReqHeaderConfigWithChan invokes the cdn.SetReqHeaderConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setreqheaderconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetSourceHostConfig ¶

func (client *Client) SetSourceHostConfig(request *SetSourceHostConfigRequest) (response *SetSourceHostConfigResponse, err error)

SetSourceHostConfig invokes the cdn.SetSourceHostConfig API synchronously api document: https://help.aliyun.com/api/cdn/setsourcehostconfig.html

func (*Client) SetSourceHostConfigWithCallback ¶

func (client *Client) SetSourceHostConfigWithCallback(request *SetSourceHostConfigRequest, callback func(response *SetSourceHostConfigResponse, err error)) <-chan int

SetSourceHostConfigWithCallback invokes the cdn.SetSourceHostConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setsourcehostconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetSourceHostConfigWithChan ¶

func (client *Client) SetSourceHostConfigWithChan(request *SetSourceHostConfigRequest) (<-chan *SetSourceHostConfigResponse, <-chan error)

SetSourceHostConfigWithChan invokes the cdn.SetSourceHostConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setsourcehostconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetUserAgentAcessRestriction ¶

func (client *Client) SetUserAgentAcessRestriction(request *SetUserAgentAcessRestrictionRequest) (response *SetUserAgentAcessRestrictionResponse, err error)

SetUserAgentAcessRestriction invokes the cdn.SetUserAgentAcessRestriction API synchronously api document: https://help.aliyun.com/api/cdn/setuseragentacessrestriction.html

func (*Client) SetUserAgentAcessRestrictionWithCallback ¶

func (client *Client) SetUserAgentAcessRestrictionWithCallback(request *SetUserAgentAcessRestrictionRequest, callback func(response *SetUserAgentAcessRestrictionResponse, err error)) <-chan int

SetUserAgentAcessRestrictionWithCallback invokes the cdn.SetUserAgentAcessRestriction API asynchronously api document: https://help.aliyun.com/api/cdn/setuseragentacessrestriction.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetUserAgentAcessRestrictionWithChan ¶

func (client *Client) SetUserAgentAcessRestrictionWithChan(request *SetUserAgentAcessRestrictionRequest) (<-chan *SetUserAgentAcessRestrictionResponse, <-chan error)

SetUserAgentAcessRestrictionWithChan invokes the cdn.SetUserAgentAcessRestriction API asynchronously api document: https://help.aliyun.com/api/cdn/setuseragentacessrestriction.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetUserBlackList ¶

func (client *Client) SetUserBlackList(request *SetUserBlackListRequest) (response *SetUserBlackListResponse, err error)

SetUserBlackList invokes the cdn.SetUserBlackList API synchronously api document: https://help.aliyun.com/api/cdn/setuserblacklist.html

func (*Client) SetUserBlackListWithCallback ¶

func (client *Client) SetUserBlackListWithCallback(request *SetUserBlackListRequest, callback func(response *SetUserBlackListResponse, err error)) <-chan int

SetUserBlackListWithCallback invokes the cdn.SetUserBlackList API asynchronously api document: https://help.aliyun.com/api/cdn/setuserblacklist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetUserBlackListWithChan ¶

func (client *Client) SetUserBlackListWithChan(request *SetUserBlackListRequest) (<-chan *SetUserBlackListResponse, <-chan error)

SetUserBlackListWithChan invokes the cdn.SetUserBlackList API asynchronously api document: https://help.aliyun.com/api/cdn/setuserblacklist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetUserDomainBlackList ¶

func (client *Client) SetUserDomainBlackList(request *SetUserDomainBlackListRequest) (response *SetUserDomainBlackListResponse, err error)

SetUserDomainBlackList invokes the cdn.SetUserDomainBlackList API synchronously api document: https://help.aliyun.com/api/cdn/setuserdomainblacklist.html

func (*Client) SetUserDomainBlackListWithCallback ¶

func (client *Client) SetUserDomainBlackListWithCallback(request *SetUserDomainBlackListRequest, callback func(response *SetUserDomainBlackListResponse, err error)) <-chan int

SetUserDomainBlackListWithCallback invokes the cdn.SetUserDomainBlackList API asynchronously api document: https://help.aliyun.com/api/cdn/setuserdomainblacklist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetUserDomainBlackListWithChan ¶

func (client *Client) SetUserDomainBlackListWithChan(request *SetUserDomainBlackListRequest) (<-chan *SetUserDomainBlackListResponse, <-chan error)

SetUserDomainBlackListWithChan invokes the cdn.SetUserDomainBlackList API asynchronously api document: https://help.aliyun.com/api/cdn/setuserdomainblacklist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetVideoSeekConfig ¶

func (client *Client) SetVideoSeekConfig(request *SetVideoSeekConfigRequest) (response *SetVideoSeekConfigResponse, err error)

SetVideoSeekConfig invokes the cdn.SetVideoSeekConfig API synchronously api document: https://help.aliyun.com/api/cdn/setvideoseekconfig.html

func (*Client) SetVideoSeekConfigWithCallback ¶

func (client *Client) SetVideoSeekConfigWithCallback(request *SetVideoSeekConfigRequest, callback func(response *SetVideoSeekConfigResponse, err error)) <-chan int

SetVideoSeekConfigWithCallback invokes the cdn.SetVideoSeekConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setvideoseekconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetVideoSeekConfigWithChan ¶

func (client *Client) SetVideoSeekConfigWithChan(request *SetVideoSeekConfigRequest) (<-chan *SetVideoSeekConfigResponse, <-chan error)

SetVideoSeekConfigWithChan invokes the cdn.SetVideoSeekConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setvideoseekconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetWafConfig ¶

func (client *Client) SetWafConfig(request *SetWafConfigRequest) (response *SetWafConfigResponse, err error)

SetWafConfig invokes the cdn.SetWafConfig API synchronously api document: https://help.aliyun.com/api/cdn/setwafconfig.html

func (*Client) SetWafConfigWithCallback ¶

func (client *Client) SetWafConfigWithCallback(request *SetWafConfigRequest, callback func(response *SetWafConfigResponse, err error)) <-chan int

SetWafConfigWithCallback invokes the cdn.SetWafConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setwafconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetWafConfigWithChan ¶

func (client *Client) SetWafConfigWithChan(request *SetWafConfigRequest) (<-chan *SetWafConfigResponse, <-chan error)

SetWafConfigWithChan invokes the cdn.SetWafConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setwafconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetWaitingRoomConfig ¶

func (client *Client) SetWaitingRoomConfig(request *SetWaitingRoomConfigRequest) (response *SetWaitingRoomConfigResponse, err error)

SetWaitingRoomConfig invokes the cdn.SetWaitingRoomConfig API synchronously api document: https://help.aliyun.com/api/cdn/setwaitingroomconfig.html

func (*Client) SetWaitingRoomConfigWithCallback ¶

func (client *Client) SetWaitingRoomConfigWithCallback(request *SetWaitingRoomConfigRequest, callback func(response *SetWaitingRoomConfigResponse, err error)) <-chan int

SetWaitingRoomConfigWithCallback invokes the cdn.SetWaitingRoomConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setwaitingroomconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SetWaitingRoomConfigWithChan ¶

func (client *Client) SetWaitingRoomConfigWithChan(request *SetWaitingRoomConfigRequest) (<-chan *SetWaitingRoomConfigResponse, <-chan error)

SetWaitingRoomConfigWithChan invokes the cdn.SetWaitingRoomConfig API asynchronously api document: https://help.aliyun.com/api/cdn/setwaitingroomconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) StartCdnDomain ¶

func (client *Client) StartCdnDomain(request *StartCdnDomainRequest) (response *StartCdnDomainResponse, err error)

StartCdnDomain invokes the cdn.StartCdnDomain API synchronously api document: https://help.aliyun.com/api/cdn/startcdndomain.html

func (*Client) StartCdnDomainWithCallback ¶

func (client *Client) StartCdnDomainWithCallback(request *StartCdnDomainRequest, callback func(response *StartCdnDomainResponse, err error)) <-chan int

StartCdnDomainWithCallback invokes the cdn.StartCdnDomain API asynchronously api document: https://help.aliyun.com/api/cdn/startcdndomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) StartCdnDomainWithChan ¶

func (client *Client) StartCdnDomainWithChan(request *StartCdnDomainRequest) (<-chan *StartCdnDomainResponse, <-chan error)

StartCdnDomainWithChan invokes the cdn.StartCdnDomain API asynchronously api document: https://help.aliyun.com/api/cdn/startcdndomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) StartMixStreamsService ¶

func (client *Client) StartMixStreamsService(request *StartMixStreamsServiceRequest) (response *StartMixStreamsServiceResponse, err error)

StartMixStreamsService invokes the cdn.StartMixStreamsService API synchronously api document: https://help.aliyun.com/api/cdn/startmixstreamsservice.html

func (*Client) StartMixStreamsServiceWithCallback ¶

func (client *Client) StartMixStreamsServiceWithCallback(request *StartMixStreamsServiceRequest, callback func(response *StartMixStreamsServiceResponse, err error)) <-chan int

StartMixStreamsServiceWithCallback invokes the cdn.StartMixStreamsService API asynchronously api document: https://help.aliyun.com/api/cdn/startmixstreamsservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) StartMixStreamsServiceWithChan ¶

func (client *Client) StartMixStreamsServiceWithChan(request *StartMixStreamsServiceRequest) (<-chan *StartMixStreamsServiceResponse, <-chan error)

StartMixStreamsServiceWithChan invokes the cdn.StartMixStreamsService API asynchronously api document: https://help.aliyun.com/api/cdn/startmixstreamsservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) StopCdnDomain ¶

func (client *Client) StopCdnDomain(request *StopCdnDomainRequest) (response *StopCdnDomainResponse, err error)

StopCdnDomain invokes the cdn.StopCdnDomain API synchronously api document: https://help.aliyun.com/api/cdn/stopcdndomain.html

func (*Client) StopCdnDomainWithCallback ¶

func (client *Client) StopCdnDomainWithCallback(request *StopCdnDomainRequest, callback func(response *StopCdnDomainResponse, err error)) <-chan int

StopCdnDomainWithCallback invokes the cdn.StopCdnDomain API asynchronously api document: https://help.aliyun.com/api/cdn/stopcdndomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) StopCdnDomainWithChan ¶

func (client *Client) StopCdnDomainWithChan(request *StopCdnDomainRequest) (<-chan *StopCdnDomainResponse, <-chan error)

StopCdnDomainWithChan invokes the cdn.StopCdnDomain API asynchronously api document: https://help.aliyun.com/api/cdn/stopcdndomain.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) StopMixStreamsService ¶

func (client *Client) StopMixStreamsService(request *StopMixStreamsServiceRequest) (response *StopMixStreamsServiceResponse, err error)

StopMixStreamsService invokes the cdn.StopMixStreamsService API synchronously api document: https://help.aliyun.com/api/cdn/stopmixstreamsservice.html

func (*Client) StopMixStreamsServiceWithCallback ¶

func (client *Client) StopMixStreamsServiceWithCallback(request *StopMixStreamsServiceRequest, callback func(response *StopMixStreamsServiceResponse, err error)) <-chan int

StopMixStreamsServiceWithCallback invokes the cdn.StopMixStreamsService API asynchronously api document: https://help.aliyun.com/api/cdn/stopmixstreamsservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) StopMixStreamsServiceWithChan ¶

func (client *Client) StopMixStreamsServiceWithChan(request *StopMixStreamsServiceRequest) (<-chan *StopMixStreamsServiceResponse, <-chan error)

StopMixStreamsServiceWithChan invokes the cdn.StopMixStreamsService API asynchronously api document: https://help.aliyun.com/api/cdn/stopmixstreamsservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateLiveAppSnapshotConfig ¶

func (client *Client) UpdateLiveAppSnapshotConfig(request *UpdateLiveAppSnapshotConfigRequest) (response *UpdateLiveAppSnapshotConfigResponse, err error)

UpdateLiveAppSnapshotConfig invokes the cdn.UpdateLiveAppSnapshotConfig API synchronously api document: https://help.aliyun.com/api/cdn/updateliveappsnapshotconfig.html

func (*Client) UpdateLiveAppSnapshotConfigWithCallback ¶

func (client *Client) UpdateLiveAppSnapshotConfigWithCallback(request *UpdateLiveAppSnapshotConfigRequest, callback func(response *UpdateLiveAppSnapshotConfigResponse, err error)) <-chan int

UpdateLiveAppSnapshotConfigWithCallback invokes the cdn.UpdateLiveAppSnapshotConfig API asynchronously api document: https://help.aliyun.com/api/cdn/updateliveappsnapshotconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateLiveAppSnapshotConfigWithChan ¶

func (client *Client) UpdateLiveAppSnapshotConfigWithChan(request *UpdateLiveAppSnapshotConfigRequest) (<-chan *UpdateLiveAppSnapshotConfigResponse, <-chan error)

UpdateLiveAppSnapshotConfigWithChan invokes the cdn.UpdateLiveAppSnapshotConfig API asynchronously api document: https://help.aliyun.com/api/cdn/updateliveappsnapshotconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

type CnameDatas ¶

type CnameDatas struct {
	Data []Data `json:"Data" xml:"Data"`
}

CnameDatas is a nested struct in cdn response

type CodeProportionData ¶

type CodeProportionData struct {
	Code       string `json:"Code" xml:"Code"`
	Proportion string `json:"Proportion" xml:"Proportion"`
	Count      string `json:"Count" xml:"Count"`
}

CodeProportionData is a nested struct in cdn response

type ConfigIds ¶

type ConfigIds struct {
	ConfigId []string `json:"ConfigId" xml:"ConfigId"`
}

ConfigIds is a nested struct in cdn response

type Configs ¶

type Configs struct {
	OssLogConfig       OssLogConfig       `json:"OssLogConfig" xml:"OssLogConfig"`
	GreenManagerConfig GreenManagerConfig `json:"GreenManagerConfig" xml:"GreenManagerConfig"`
}

Configs is a nested struct in cdn response

type Content ¶

type Content struct {
	Data []Data `json:"Data" xml:"Data"`
}

Content is a nested struct in cdn response

type ControlInfo ¶

type ControlInfo struct {
	LiveStreamControlInfo []LiveStreamControlInfo `json:"LiveStreamControlInfo" xml:"LiveStreamControlInfo"`
}

ControlInfo is a nested struct in cdn response

type CreateLiveStreamRecordIndexFilesRequest ¶

type CreateLiveStreamRecordIndexFilesRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
	StreamName    string           `position:"Query" name:"StreamName"`
	OssEndpoint   string           `position:"Query" name:"OssEndpoint"`
	OssBucket     string           `position:"Query" name:"OssBucket"`
	OssObject     string           `position:"Query" name:"OssObject"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

CreateLiveStreamRecordIndexFilesRequest is the request struct for api CreateLiveStreamRecordIndexFiles

func CreateCreateLiveStreamRecordIndexFilesRequest ¶

func CreateCreateLiveStreamRecordIndexFilesRequest() (request *CreateLiveStreamRecordIndexFilesRequest)

CreateCreateLiveStreamRecordIndexFilesRequest creates a request to invoke CreateLiveStreamRecordIndexFiles API

type CreateLiveStreamRecordIndexFilesResponse ¶

type CreateLiveStreamRecordIndexFilesResponse struct {
	*responses.BaseResponse
	RequestId  string     `json:"RequestId" xml:"RequestId"`
	RecordInfo RecordInfo `json:"RecordInfo" xml:"RecordInfo"`
}

CreateLiveStreamRecordIndexFilesResponse is the response struct for api CreateLiveStreamRecordIndexFiles

func CreateCreateLiveStreamRecordIndexFilesResponse ¶

func CreateCreateLiveStreamRecordIndexFilesResponse() (response *CreateLiveStreamRecordIndexFilesResponse)

CreateCreateLiveStreamRecordIndexFilesResponse creates a response to parse from CreateLiveStreamRecordIndexFiles response

type Data ¶

type Data struct {
	Domain string `json:"Domain" xml:"Domain"`
	Cname  string `json:"Cname" xml:"Cname"`
	Time   string `json:"Time" xml:"Time"`
	Status int    `json:"Status" xml:"Status"`
	More3s string `json:"More3s" xml:"More3s"`
	More5s string `json:"More5s" xml:"More5s"`
}

Data is a nested struct in cdn response

type DataInDescribeDomainRealTimeBpsData ¶

type DataInDescribeDomainRealTimeBpsData struct {
	BpsModel []BpsModel `json:"BpsModel" xml:"BpsModel"`
}

DataInDescribeDomainRealTimeBpsData is a nested struct in cdn response

type DataInDescribeDomainRealTimeByteHitRateData ¶

type DataInDescribeDomainRealTimeByteHitRateData struct {
	ByteHitRateDataModel []ByteHitRateDataModel `json:"ByteHitRateDataModel" xml:"ByteHitRateDataModel"`
}

DataInDescribeDomainRealTimeByteHitRateData is a nested struct in cdn response

type DataInDescribeDomainRealTimeQpsData ¶

type DataInDescribeDomainRealTimeQpsData struct {
	QpsModel []QpsModel `json:"QpsModel" xml:"QpsModel"`
}

DataInDescribeDomainRealTimeQpsData is a nested struct in cdn response

type DataInDescribeDomainRealTimeReqHitRateData ¶

type DataInDescribeDomainRealTimeReqHitRateData struct {
	ReqHitRateDataModel []ReqHitRateDataModel `json:"ReqHitRateDataModel" xml:"ReqHitRateDataModel"`
}

DataInDescribeDomainRealTimeReqHitRateData is a nested struct in cdn response

type DataModule ¶

type DataModule struct {
	OverseasValue        string  `json:"OverseasValue" xml:"OverseasValue"`
	DynamicValue         string  `json:"DynamicValue" xml:"DynamicValue"`
	Timestamp            string  `json:"Timestamp" xml:"Timestamp"`
	DomainName           string  `json:"DomainName" xml:"DomainName"`
	L2Value              string  `json:"L2Value" xml:"L2Value"`
	StaticOverseasValue  string  `json:"StaticOverseasValue" xml:"StaticOverseasValue"`
	DynamicOverseasValue string  `json:"DynamicOverseasValue" xml:"DynamicOverseasValue"`
	L1InnerBps           float64 `json:"L1InnerBps" xml:"L1InnerBps"`
	L1Bps                float64 `json:"L1Bps" xml:"L1Bps"`
	DomesticValue        string  `json:"DomesticValue" xml:"DomesticValue"`
	AccValue             string  `json:"AccValue" xml:"AccValue"`
	Value                string  `json:"Value" xml:"Value"`
	AccDomesticValue     string  `json:"AccDomesticValue" xml:"AccDomesticValue"`
	StaticValue          string  `json:"StaticValue" xml:"StaticValue"`
	TimeStamp            string  `json:"TimeStamp" xml:"TimeStamp"`
	DynamicDomesticValue string  `json:"DynamicDomesticValue" xml:"DynamicDomesticValue"`
	StaticDomesticValue  string  `json:"StaticDomesticValue" xml:"StaticDomesticValue"`
	L1OutBps             float64 `json:"L1OutBps" xml:"L1OutBps"`
	DomesticL2Value      string  `json:"DomesticL2Value" xml:"DomesticL2Value"`
	AccOverseasValue     string  `json:"AccOverseasValue" xml:"AccOverseasValue"`
	OverseasL2Value      string  `json:"OverseasL2Value" xml:"OverseasL2Value"`
}

DataModule is a nested struct in cdn response

type DataPerIntervalInDescribeDomainRealTimeData ¶

type DataPerIntervalInDescribeDomainRealTimeData struct {
	DataModule []DataModule `json:"DataModule" xml:"DataModule"`
}

DataPerIntervalInDescribeDomainRealTimeData is a nested struct in cdn response

type DataPerIntervalInDescribeExtensiveDomainData ¶

type DataPerIntervalInDescribeExtensiveDomainData struct {
	UsageData []UsageDataInDescribeExtensiveDomainData `json:"UsageData" xml:"UsageData"`
}

DataPerIntervalInDescribeExtensiveDomainData is a nested struct in cdn response

type DeleteCacheExpiredConfigRequest ¶

type DeleteCacheExpiredConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	CacheType     string           `position:"Query" name:"CacheType"`
	ConfigID      string           `position:"Query" name:"ConfigID"`
}

DeleteCacheExpiredConfigRequest is the request struct for api DeleteCacheExpiredConfig

func CreateDeleteCacheExpiredConfigRequest ¶

func CreateDeleteCacheExpiredConfigRequest() (request *DeleteCacheExpiredConfigRequest)

CreateDeleteCacheExpiredConfigRequest creates a request to invoke DeleteCacheExpiredConfig API

type DeleteCacheExpiredConfigResponse ¶

type DeleteCacheExpiredConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteCacheExpiredConfigResponse is the response struct for api DeleteCacheExpiredConfig

func CreateDeleteCacheExpiredConfigResponse ¶

func CreateDeleteCacheExpiredConfigResponse() (response *DeleteCacheExpiredConfigResponse)

CreateDeleteCacheExpiredConfigResponse creates a response to parse from DeleteCacheExpiredConfig response

type DeleteCdnDomainRequest ¶

type DeleteCdnDomainRequest struct {
	*requests.RpcRequest
	OwnerId         requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken   string           `position:"Query" name:"SecurityToken"`
	DomainName      string           `position:"Query" name:"DomainName"`
	ResourceGroupId string           `position:"Query" name:"ResourceGroupId"`
}

DeleteCdnDomainRequest is the request struct for api DeleteCdnDomain

func CreateDeleteCdnDomainRequest ¶

func CreateDeleteCdnDomainRequest() (request *DeleteCdnDomainRequest)

CreateDeleteCdnDomainRequest creates a request to invoke DeleteCdnDomain API

type DeleteCdnDomainResponse ¶

type DeleteCdnDomainResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteCdnDomainResponse is the response struct for api DeleteCdnDomain

func CreateDeleteCdnDomainResponse ¶

func CreateDeleteCdnDomainResponse() (response *DeleteCdnDomainResponse)

CreateDeleteCdnDomainResponse creates a response to parse from DeleteCdnDomain response

type DeleteHttpHeaderConfigRequest ¶

type DeleteHttpHeaderConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	ConfigID      string           `position:"Query" name:"ConfigID"`
}

DeleteHttpHeaderConfigRequest is the request struct for api DeleteHttpHeaderConfig

func CreateDeleteHttpHeaderConfigRequest ¶

func CreateDeleteHttpHeaderConfigRequest() (request *DeleteHttpHeaderConfigRequest)

CreateDeleteHttpHeaderConfigRequest creates a request to invoke DeleteHttpHeaderConfig API

type DeleteHttpHeaderConfigResponse ¶

type DeleteHttpHeaderConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteHttpHeaderConfigResponse is the response struct for api DeleteHttpHeaderConfig

func CreateDeleteHttpHeaderConfigResponse ¶

func CreateDeleteHttpHeaderConfigResponse() (response *DeleteHttpHeaderConfigResponse)

CreateDeleteHttpHeaderConfigResponse creates a response to parse from DeleteHttpHeaderConfig response

type DeleteLiveAppRecordConfigRequest ¶

type DeleteLiveAppRecordConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
}

DeleteLiveAppRecordConfigRequest is the request struct for api DeleteLiveAppRecordConfig

func CreateDeleteLiveAppRecordConfigRequest ¶

func CreateDeleteLiveAppRecordConfigRequest() (request *DeleteLiveAppRecordConfigRequest)

CreateDeleteLiveAppRecordConfigRequest creates a request to invoke DeleteLiveAppRecordConfig API

type DeleteLiveAppRecordConfigResponse ¶

type DeleteLiveAppRecordConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteLiveAppRecordConfigResponse is the response struct for api DeleteLiveAppRecordConfig

func CreateDeleteLiveAppRecordConfigResponse ¶

func CreateDeleteLiveAppRecordConfigResponse() (response *DeleteLiveAppRecordConfigResponse)

CreateDeleteLiveAppRecordConfigResponse creates a response to parse from DeleteLiveAppRecordConfig response

type DeleteLiveAppSnapshotConfigRequest ¶

type DeleteLiveAppSnapshotConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
}

DeleteLiveAppSnapshotConfigRequest is the request struct for api DeleteLiveAppSnapshotConfig

func CreateDeleteLiveAppSnapshotConfigRequest ¶

func CreateDeleteLiveAppSnapshotConfigRequest() (request *DeleteLiveAppSnapshotConfigRequest)

CreateDeleteLiveAppSnapshotConfigRequest creates a request to invoke DeleteLiveAppSnapshotConfig API

type DeleteLiveAppSnapshotConfigResponse ¶

type DeleteLiveAppSnapshotConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteLiveAppSnapshotConfigResponse is the response struct for api DeleteLiveAppSnapshotConfig

func CreateDeleteLiveAppSnapshotConfigResponse ¶

func CreateDeleteLiveAppSnapshotConfigResponse() (response *DeleteLiveAppSnapshotConfigResponse)

CreateDeleteLiveAppSnapshotConfigResponse creates a response to parse from DeleteLiveAppSnapshotConfig response

type DeleteLiveDomainMappingRequest ¶

type DeleteLiveDomainMappingRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	PushDomain    string           `position:"Query" name:"PushDomain"`
	PullDomain    string           `position:"Query" name:"PullDomain"`
}

DeleteLiveDomainMappingRequest is the request struct for api DeleteLiveDomainMapping

func CreateDeleteLiveDomainMappingRequest ¶

func CreateDeleteLiveDomainMappingRequest() (request *DeleteLiveDomainMappingRequest)

CreateDeleteLiveDomainMappingRequest creates a request to invoke DeleteLiveDomainMapping API

type DeleteLiveDomainMappingResponse ¶

type DeleteLiveDomainMappingResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteLiveDomainMappingResponse is the response struct for api DeleteLiveDomainMapping

func CreateDeleteLiveDomainMappingResponse ¶

func CreateDeleteLiveDomainMappingResponse() (response *DeleteLiveDomainMappingResponse)

CreateDeleteLiveDomainMappingResponse creates a response to parse from DeleteLiveDomainMapping response

type DeleteLivePullStreamInfoRequest ¶

type DeleteLivePullStreamInfoRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
	StreamName    string           `position:"Query" name:"StreamName"`
}

DeleteLivePullStreamInfoRequest is the request struct for api DeleteLivePullStreamInfo

func CreateDeleteLivePullStreamInfoRequest ¶

func CreateDeleteLivePullStreamInfoRequest() (request *DeleteLivePullStreamInfoRequest)

CreateDeleteLivePullStreamInfoRequest creates a request to invoke DeleteLivePullStreamInfo API

type DeleteLivePullStreamInfoResponse ¶

type DeleteLivePullStreamInfoResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteLivePullStreamInfoResponse is the response struct for api DeleteLivePullStreamInfo

func CreateDeleteLivePullStreamInfoResponse ¶

func CreateDeleteLivePullStreamInfoResponse() (response *DeleteLivePullStreamInfoResponse)

CreateDeleteLivePullStreamInfoResponse creates a response to parse from DeleteLivePullStreamInfo response

type DeleteLiveStreamTranscodeRequest ¶

type DeleteLiveStreamTranscodeRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	OwnerAccount  string           `position:"Query" name:"OwnerAccount"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	Domain        string           `position:"Query" name:"Domain"`
	Template      string           `position:"Query" name:"Template"`
	App           string           `position:"Query" name:"App"`
}

DeleteLiveStreamTranscodeRequest is the request struct for api DeleteLiveStreamTranscode

func CreateDeleteLiveStreamTranscodeRequest ¶

func CreateDeleteLiveStreamTranscodeRequest() (request *DeleteLiveStreamTranscodeRequest)

CreateDeleteLiveStreamTranscodeRequest creates a request to invoke DeleteLiveStreamTranscode API

type DeleteLiveStreamTranscodeResponse ¶

type DeleteLiveStreamTranscodeResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

DeleteLiveStreamTranscodeResponse is the response struct for api DeleteLiveStreamTranscode

func CreateDeleteLiveStreamTranscodeResponse ¶

func CreateDeleteLiveStreamTranscodeResponse() (response *DeleteLiveStreamTranscodeResponse)

CreateDeleteLiveStreamTranscodeResponse creates a response to parse from DeleteLiveStreamTranscode response

type DescribeCdnDomainBaseDetailRequest ¶

type DescribeCdnDomainBaseDetailRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
}

DescribeCdnDomainBaseDetailRequest is the request struct for api DescribeCdnDomainBaseDetail

func CreateDescribeCdnDomainBaseDetailRequest ¶

func CreateDescribeCdnDomainBaseDetailRequest() (request *DescribeCdnDomainBaseDetailRequest)

CreateDescribeCdnDomainBaseDetailRequest creates a request to invoke DescribeCdnDomainBaseDetail API

type DescribeCdnDomainBaseDetailResponse ¶

type DescribeCdnDomainBaseDetailResponse struct {
	*responses.BaseResponse
	RequestId             string                `json:"RequestId" xml:"RequestId"`
	DomainBaseDetailModel DomainBaseDetailModel `json:"DomainBaseDetailModel" xml:"DomainBaseDetailModel"`
}

DescribeCdnDomainBaseDetailResponse is the response struct for api DescribeCdnDomainBaseDetail

func CreateDescribeCdnDomainBaseDetailResponse ¶

func CreateDescribeCdnDomainBaseDetailResponse() (response *DescribeCdnDomainBaseDetailResponse)

CreateDescribeCdnDomainBaseDetailResponse creates a response to parse from DescribeCdnDomainBaseDetail response

type DescribeCdnDomainDetailRequest ¶

type DescribeCdnDomainDetailRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
}

DescribeCdnDomainDetailRequest is the request struct for api DescribeCdnDomainDetail

func CreateDescribeCdnDomainDetailRequest ¶

func CreateDescribeCdnDomainDetailRequest() (request *DescribeCdnDomainDetailRequest)

CreateDescribeCdnDomainDetailRequest creates a request to invoke DescribeCdnDomainDetail API

type DescribeCdnDomainDetailResponse ¶

type DescribeCdnDomainDetailResponse struct {
	*responses.BaseResponse
	RequestId            string               `json:"RequestId" xml:"RequestId"`
	GetDomainDetailModel GetDomainDetailModel `json:"GetDomainDetailModel" xml:"GetDomainDetailModel"`
}

DescribeCdnDomainDetailResponse is the response struct for api DescribeCdnDomainDetail

func CreateDescribeCdnDomainDetailResponse ¶

func CreateDescribeCdnDomainDetailResponse() (response *DescribeCdnDomainDetailResponse)

CreateDescribeCdnDomainDetailResponse creates a response to parse from DescribeCdnDomainDetail response

type DescribeCdnDomainLogsRequest ¶

type DescribeCdnDomainLogsRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	LogDay        string           `position:"Query" name:"LogDay"`
	PageSize      requests.Integer `position:"Query" name:"PageSize"`
	PageNumber    requests.Integer `position:"Query" name:"PageNumber"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeCdnDomainLogsRequest is the request struct for api DescribeCdnDomainLogs

func CreateDescribeCdnDomainLogsRequest ¶

func CreateDescribeCdnDomainLogsRequest() (request *DescribeCdnDomainLogsRequest)

CreateDescribeCdnDomainLogsRequest creates a request to invoke DescribeCdnDomainLogs API

type DescribeCdnDomainLogsResponse ¶

type DescribeCdnDomainLogsResponse struct {
	*responses.BaseResponse
	RequestId      string         `json:"RequestId" xml:"RequestId"`
	PageNumber     int            `json:"PageNumber" xml:"PageNumber"`
	PageSize       int            `json:"PageSize" xml:"PageSize"`
	TotalCount     int            `json:"TotalCount" xml:"TotalCount"`
	DomainLogModel DomainLogModel `json:"DomainLogModel" xml:"DomainLogModel"`
}

DescribeCdnDomainLogsResponse is the response struct for api DescribeCdnDomainLogs

func CreateDescribeCdnDomainLogsResponse ¶

func CreateDescribeCdnDomainLogsResponse() (response *DescribeCdnDomainLogsResponse)

CreateDescribeCdnDomainLogsResponse creates a response to parse from DescribeCdnDomainLogs response

type DescribeCdnMonitorDataRequest ¶

type DescribeCdnMonitorDataRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
	Interval      string           `position:"Query" name:"Interval"`
}

DescribeCdnMonitorDataRequest is the request struct for api DescribeCdnMonitorData

func CreateDescribeCdnMonitorDataRequest ¶

func CreateDescribeCdnMonitorDataRequest() (request *DescribeCdnMonitorDataRequest)

CreateDescribeCdnMonitorDataRequest creates a request to invoke DescribeCdnMonitorData API

type DescribeCdnMonitorDataResponse ¶

type DescribeCdnMonitorDataResponse struct {
	*responses.BaseResponse
	RequestId       string       `json:"RequestId" xml:"RequestId"`
	DomainName      string       `json:"DomainName" xml:"DomainName"`
	MonitorInterval int          `json:"MonitorInterval" xml:"MonitorInterval"`
	StartTime       string       `json:"StartTime" xml:"StartTime"`
	EndTime         string       `json:"EndTime" xml:"EndTime"`
	MonitorDatas    MonitorDatas `json:"MonitorDatas" xml:"MonitorDatas"`
}

DescribeCdnMonitorDataResponse is the response struct for api DescribeCdnMonitorData

func CreateDescribeCdnMonitorDataResponse ¶

func CreateDescribeCdnMonitorDataResponse() (response *DescribeCdnMonitorDataResponse)

CreateDescribeCdnMonitorDataResponse creates a response to parse from DescribeCdnMonitorData response

type DescribeCdnRegionAndIspRequest ¶

type DescribeCdnRegionAndIspRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
}

DescribeCdnRegionAndIspRequest is the request struct for api DescribeCdnRegionAndIsp

func CreateDescribeCdnRegionAndIspRequest ¶

func CreateDescribeCdnRegionAndIspRequest() (request *DescribeCdnRegionAndIspRequest)

CreateDescribeCdnRegionAndIspRequest creates a request to invoke DescribeCdnRegionAndIsp API

type DescribeCdnRegionAndIspResponse ¶

type DescribeCdnRegionAndIspResponse struct {
	*responses.BaseResponse
	RequestId string  `json:"RequestId" xml:"RequestId"`
	Regions   Regions `json:"Regions" xml:"Regions"`
	Isps      Isps    `json:"Isps" xml:"Isps"`
}

DescribeCdnRegionAndIspResponse is the response struct for api DescribeCdnRegionAndIsp

func CreateDescribeCdnRegionAndIspResponse ¶

func CreateDescribeCdnRegionAndIspResponse() (response *DescribeCdnRegionAndIspResponse)

CreateDescribeCdnRegionAndIspResponse creates a response to parse from DescribeCdnRegionAndIsp response

type DescribeCdnServiceRequest ¶

type DescribeCdnServiceRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
}

DescribeCdnServiceRequest is the request struct for api DescribeCdnService

func CreateDescribeCdnServiceRequest ¶

func CreateDescribeCdnServiceRequest() (request *DescribeCdnServiceRequest)

CreateDescribeCdnServiceRequest creates a request to invoke DescribeCdnService API

type DescribeCdnServiceResponse ¶

type DescribeCdnServiceResponse struct {
	*responses.BaseResponse
	RequestId          string         `json:"RequestId" xml:"RequestId"`
	InstanceId         string         `json:"InstanceId" xml:"InstanceId"`
	InternetChargeType string         `json:"InternetChargeType" xml:"InternetChargeType"`
	OpeningTime        string         `json:"OpeningTime" xml:"OpeningTime"`
	ChangingChargeType string         `json:"ChangingChargeType" xml:"ChangingChargeType"`
	ChangingAffectTime string         `json:"ChangingAffectTime" xml:"ChangingAffectTime"`
	OperationLocks     OperationLocks `json:"OperationLocks" xml:"OperationLocks"`
}

DescribeCdnServiceResponse is the response struct for api DescribeCdnService

func CreateDescribeCdnServiceResponse ¶

func CreateDescribeCdnServiceResponse() (response *DescribeCdnServiceResponse)

CreateDescribeCdnServiceResponse creates a response to parse from DescribeCdnService response

type DescribeCdnTypesRequest ¶

type DescribeCdnTypesRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	OwnerAccount  string           `position:"Query" name:"OwnerAccount"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
}

DescribeCdnTypesRequest is the request struct for api DescribeCdnTypes

func CreateDescribeCdnTypesRequest ¶

func CreateDescribeCdnTypesRequest() (request *DescribeCdnTypesRequest)

CreateDescribeCdnTypesRequest creates a request to invoke DescribeCdnTypes API

type DescribeCdnTypesResponse ¶

type DescribeCdnTypesResponse struct {
	*responses.BaseResponse
	RequestId string   `json:"RequestId" xml:"RequestId"`
	CdnTypes  CdnTypes `json:"CdnTypes" xml:"CdnTypes"`
}

DescribeCdnTypesResponse is the response struct for api DescribeCdnTypes

func CreateDescribeCdnTypesResponse ¶

func CreateDescribeCdnTypesResponse() (response *DescribeCdnTypesResponse)

CreateDescribeCdnTypesResponse creates a response to parse from DescribeCdnTypes response

type DescribeCustomLogConfigRequest ¶

type DescribeCustomLogConfigRequest struct {
	*requests.RpcRequest
}

DescribeCustomLogConfigRequest is the request struct for api DescribeCustomLogConfig

func CreateDescribeCustomLogConfigRequest ¶

func CreateDescribeCustomLogConfigRequest() (request *DescribeCustomLogConfigRequest)

CreateDescribeCustomLogConfigRequest creates a request to invoke DescribeCustomLogConfig API

type DescribeCustomLogConfigResponse ¶

type DescribeCustomLogConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Remark    string `json:"Remark" xml:"Remark"`
	Sample    string `json:"Sample" xml:"Sample"`
	Tag       string `json:"Tag" xml:"Tag"`
}

DescribeCustomLogConfigResponse is the response struct for api DescribeCustomLogConfig

func CreateDescribeCustomLogConfigResponse ¶

func CreateDescribeCustomLogConfigResponse() (response *DescribeCustomLogConfigResponse)

CreateDescribeCustomLogConfigResponse creates a response to parse from DescribeCustomLogConfig response

type DescribeDomainAverageResponseTimeRequest ¶

type DescribeDomainAverageResponseTimeRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
	TimeMerge     string           `position:"Query" name:"TimeMerge"`
	Interval      string           `position:"Query" name:"Interval"`
}

DescribeDomainAverageResponseTimeRequest is the request struct for api DescribeDomainAverageResponseTime

func CreateDescribeDomainAverageResponseTimeRequest ¶

func CreateDescribeDomainAverageResponseTimeRequest() (request *DescribeDomainAverageResponseTimeRequest)

CreateDescribeDomainAverageResponseTimeRequest creates a request to invoke DescribeDomainAverageResponseTime API

type DescribeDomainAverageResponseTimeResponse ¶

type DescribeDomainAverageResponseTimeResponse struct {
	*responses.BaseResponse
	RequestId        string           `json:"RequestId" xml:"RequestId"`
	DomainName       string           `json:"DomainName" xml:"DomainName"`
	DataInterval     string           `json:"DataInterval" xml:"DataInterval"`
	StartTime        string           `json:"StartTime" xml:"StartTime"`
	EndTime          string           `json:"EndTime" xml:"EndTime"`
	AvgRTPerInterval AvgRTPerInterval `json:"AvgRTPerInterval" xml:"AvgRTPerInterval"`
}

DescribeDomainAverageResponseTimeResponse is the response struct for api DescribeDomainAverageResponseTime

func CreateDescribeDomainAverageResponseTimeResponse ¶

func CreateDescribeDomainAverageResponseTimeResponse() (response *DescribeDomainAverageResponseTimeResponse)

CreateDescribeDomainAverageResponseTimeResponse creates a response to parse from DescribeDomainAverageResponseTime response

type DescribeDomainBpsDataByTimeStampRequest ¶

type DescribeDomainBpsDataByTimeStampRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	LocationNames string           `position:"Query" name:"LocationNames"`
	IspNames      string           `position:"Query" name:"IspNames"`
	TimePoint     string           `position:"Query" name:"TimePoint"`
}

DescribeDomainBpsDataByTimeStampRequest is the request struct for api DescribeDomainBpsDataByTimeStamp

func CreateDescribeDomainBpsDataByTimeStampRequest ¶

func CreateDescribeDomainBpsDataByTimeStampRequest() (request *DescribeDomainBpsDataByTimeStampRequest)

CreateDescribeDomainBpsDataByTimeStampRequest creates a request to invoke DescribeDomainBpsDataByTimeStamp API

type DescribeDomainBpsDataByTimeStampResponse ¶

type DescribeDomainBpsDataByTimeStampResponse struct {
	*responses.BaseResponse
	RequestId   string      `json:"RequestId" xml:"RequestId"`
	DomainName  string      `json:"DomainName" xml:"DomainName"`
	TimeStamp   string      `json:"TimeStamp" xml:"TimeStamp"`
	BpsDataList BpsDataList `json:"BpsDataList" xml:"BpsDataList"`
}

DescribeDomainBpsDataByTimeStampResponse is the response struct for api DescribeDomainBpsDataByTimeStamp

func CreateDescribeDomainBpsDataByTimeStampResponse ¶

func CreateDescribeDomainBpsDataByTimeStampResponse() (response *DescribeDomainBpsDataByTimeStampResponse)

CreateDescribeDomainBpsDataByTimeStampResponse creates a response to parse from DescribeDomainBpsDataByTimeStamp response

type DescribeDomainBpsDataRequest ¶

type DescribeDomainBpsDataRequest struct {
	*requests.RpcRequest
	OwnerId        requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken  string           `position:"Query" name:"SecurityToken"`
	DomainName     string           `position:"Query" name:"DomainName"`
	StartTime      string           `position:"Query" name:"StartTime"`
	EndTime        string           `position:"Query" name:"EndTime"`
	TimeMerge      string           `position:"Query" name:"TimeMerge"`
	Interval       string           `position:"Query" name:"Interval"`
	LocationNameEn string           `position:"Query" name:"LocationNameEn"`
	IspNameEn      string           `position:"Query" name:"IspNameEn"`
	DomainType     string           `position:"Query" name:"DomainType"`
	FixTimeGap     string           `position:"Query" name:"FixTimeGap"`
}

DescribeDomainBpsDataRequest is the request struct for api DescribeDomainBpsData

func CreateDescribeDomainBpsDataRequest ¶

func CreateDescribeDomainBpsDataRequest() (request *DescribeDomainBpsDataRequest)

CreateDescribeDomainBpsDataRequest creates a request to invoke DescribeDomainBpsData API

type DescribeDomainBpsDataResponse ¶

type DescribeDomainBpsDataResponse struct {
	*responses.BaseResponse
	RequestId          string             `json:"RequestId" xml:"RequestId"`
	DomainName         string             `json:"DomainName" xml:"DomainName"`
	DataInterval       string             `json:"DataInterval" xml:"DataInterval"`
	StartTime          string             `json:"StartTime" xml:"StartTime"`
	EndTime            string             `json:"EndTime" xml:"EndTime"`
	LocationNameEn     string             `json:"LocationNameEn" xml:"LocationNameEn"`
	IspNameEn          string             `json:"IspNameEn" xml:"IspNameEn"`
	LocationName       string             `json:"LocationName" xml:"LocationName"`
	IspName            string             `json:"IspName" xml:"IspName"`
	BpsDataPerInterval BpsDataPerInterval `json:"BpsDataPerInterval" xml:"BpsDataPerInterval"`
	SupplyBpsDatas     SupplyBpsDatas     `json:"SupplyBpsDatas" xml:"SupplyBpsDatas"`
}

DescribeDomainBpsDataResponse is the response struct for api DescribeDomainBpsData

func CreateDescribeDomainBpsDataResponse ¶

func CreateDescribeDomainBpsDataResponse() (response *DescribeDomainBpsDataResponse)

CreateDescribeDomainBpsDataResponse creates a response to parse from DescribeDomainBpsData response

type DescribeDomainCCAttackInfoRequest ¶

type DescribeDomainCCAttackInfoRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeDomainCCAttackInfoRequest is the request struct for api DescribeDomainCCAttackInfo

func CreateDescribeDomainCCAttackInfoRequest ¶

func CreateDescribeDomainCCAttackInfoRequest() (request *DescribeDomainCCAttackInfoRequest)

CreateDescribeDomainCCAttackInfoRequest creates a request to invoke DescribeDomainCCAttackInfo API

type DescribeDomainCCAttackInfoResponse ¶

type DescribeDomainCCAttackInfoResponse struct {
	*responses.BaseResponse
	RequestId           string              `json:"RequestId" xml:"RequestId"`
	DomainName          string              `json:"DomainName" xml:"DomainName"`
	StartTime           string              `json:"StartTime" xml:"StartTime"`
	EndTime             string              `json:"EndTime" xml:"EndTime"`
	AttackIpDataList    AttackIpDataList    `json:"AttackIpDataList" xml:"AttackIpDataList"`
	AttackedUrlDataList AttackedUrlDataList `json:"AttackedUrlDataList" xml:"AttackedUrlDataList"`
}

DescribeDomainCCAttackInfoResponse is the response struct for api DescribeDomainCCAttackInfo

func CreateDescribeDomainCCAttackInfoResponse ¶

func CreateDescribeDomainCCAttackInfoResponse() (response *DescribeDomainCCAttackInfoResponse)

CreateDescribeDomainCCAttackInfoResponse creates a response to parse from DescribeDomainCCAttackInfo response

type DescribeDomainCCDataRequest ¶

type DescribeDomainCCDataRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeDomainCCDataRequest is the request struct for api DescribeDomainCCData

func CreateDescribeDomainCCDataRequest ¶

func CreateDescribeDomainCCDataRequest() (request *DescribeDomainCCDataRequest)

CreateDescribeDomainCCDataRequest creates a request to invoke DescribeDomainCCData API

type DescribeDomainCCDataResponse ¶

type DescribeDomainCCDataResponse struct {
	*responses.BaseResponse
	RequestId    string     `json:"RequestId" xml:"RequestId"`
	DomainName   string     `json:"DomainName" xml:"DomainName"`
	DataInterval string     `json:"DataInterval" xml:"DataInterval"`
	StartTime    string     `json:"StartTime" xml:"StartTime"`
	EndTime      string     `json:"EndTime" xml:"EndTime"`
	CCDataList   CCDataList `json:"CCDataList" xml:"CCDataList"`
}

DescribeDomainCCDataResponse is the response struct for api DescribeDomainCCData

func CreateDescribeDomainCCDataResponse ¶

func CreateDescribeDomainCCDataResponse() (response *DescribeDomainCCDataResponse)

CreateDescribeDomainCCDataResponse creates a response to parse from DescribeDomainCCData response

type DescribeDomainCnameRequest ¶

type DescribeDomainCnameRequest struct {
	*requests.RpcRequest
}

DescribeDomainCnameRequest is the request struct for api DescribeDomainCname

func CreateDescribeDomainCnameRequest ¶

func CreateDescribeDomainCnameRequest() (request *DescribeDomainCnameRequest)

CreateDescribeDomainCnameRequest creates a request to invoke DescribeDomainCname API

type DescribeDomainCnameResponse ¶

type DescribeDomainCnameResponse struct {
	*responses.BaseResponse
	RequestId  string     `json:"RequestId" xml:"RequestId"`
	CnameDatas CnameDatas `json:"CnameDatas" xml:"CnameDatas"`
}

DescribeDomainCnameResponse is the response struct for api DescribeDomainCname

func CreateDescribeDomainCnameResponse ¶

func CreateDescribeDomainCnameResponse() (response *DescribeDomainCnameResponse)

CreateDescribeDomainCnameResponse creates a response to parse from DescribeDomainCname response

type DescribeDomainConfigsRequest ¶

type DescribeDomainConfigsRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	ConfigList    string           `position:"Query" name:"ConfigList"`
}

DescribeDomainConfigsRequest is the request struct for api DescribeDomainConfigs

func CreateDescribeDomainConfigsRequest ¶

func CreateDescribeDomainConfigsRequest() (request *DescribeDomainConfigsRequest)

CreateDescribeDomainConfigsRequest creates a request to invoke DescribeDomainConfigs API

type DescribeDomainConfigsResponse ¶

type DescribeDomainConfigsResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	DomainConfigs DomainConfigs `json:"DomainConfigs" xml:"DomainConfigs"`
}

DescribeDomainConfigsResponse is the response struct for api DescribeDomainConfigs

func CreateDescribeDomainConfigsResponse ¶

func CreateDescribeDomainConfigsResponse() (response *DescribeDomainConfigsResponse)

CreateDescribeDomainConfigsResponse creates a response to parse from DescribeDomainConfigs response

type DescribeDomainCustomLogConfigRequest ¶

type DescribeDomainCustomLogConfigRequest struct {
	*requests.RpcRequest
}

DescribeDomainCustomLogConfigRequest is the request struct for api DescribeDomainCustomLogConfig

func CreateDescribeDomainCustomLogConfigRequest ¶

func CreateDescribeDomainCustomLogConfigRequest() (request *DescribeDomainCustomLogConfigRequest)

CreateDescribeDomainCustomLogConfigRequest creates a request to invoke DescribeDomainCustomLogConfig API

type DescribeDomainCustomLogConfigResponse ¶

type DescribeDomainCustomLogConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	ConfigId  string `json:"ConfigId" xml:"ConfigId"`
	Remark    string `json:"Remark" xml:"Remark"`
	Sample    string `json:"Sample" xml:"Sample"`
	Tag       string `json:"Tag" xml:"Tag"`
}

DescribeDomainCustomLogConfigResponse is the response struct for api DescribeDomainCustomLogConfig

func CreateDescribeDomainCustomLogConfigResponse ¶

func CreateDescribeDomainCustomLogConfigResponse() (response *DescribeDomainCustomLogConfigResponse)

CreateDescribeDomainCustomLogConfigResponse creates a response to parse from DescribeDomainCustomLogConfig response

type DescribeDomainDownstreamBpsOfEdgeRequest ¶

type DescribeDomainDownstreamBpsOfEdgeRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeDomainDownstreamBpsOfEdgeRequest is the request struct for api DescribeDomainDownstreamBpsOfEdge

func CreateDescribeDomainDownstreamBpsOfEdgeRequest ¶

func CreateDescribeDomainDownstreamBpsOfEdgeRequest() (request *DescribeDomainDownstreamBpsOfEdgeRequest)

CreateDescribeDomainDownstreamBpsOfEdgeRequest creates a request to invoke DescribeDomainDownstreamBpsOfEdge API

type DescribeDomainDownstreamBpsOfEdgeResponse ¶

type DescribeDomainDownstreamBpsOfEdgeResponse struct {
	*responses.BaseResponse
	RequestId string                                      `json:"RequestId" xml:"RequestId"`
	BpsDatas  BpsDatasInDescribeDomainDownstreamBpsOfEdge `json:"BpsDatas" xml:"BpsDatas"`
}

DescribeDomainDownstreamBpsOfEdgeResponse is the response struct for api DescribeDomainDownstreamBpsOfEdge

func CreateDescribeDomainDownstreamBpsOfEdgeResponse ¶

func CreateDescribeDomainDownstreamBpsOfEdgeResponse() (response *DescribeDomainDownstreamBpsOfEdgeResponse)

CreateDescribeDomainDownstreamBpsOfEdgeResponse creates a response to parse from DescribeDomainDownstreamBpsOfEdge response

type DescribeDomainFileSizeProportionDataRequest ¶

type DescribeDomainFileSizeProportionDataRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeDomainFileSizeProportionDataRequest is the request struct for api DescribeDomainFileSizeProportionData

func CreateDescribeDomainFileSizeProportionDataRequest ¶

func CreateDescribeDomainFileSizeProportionDataRequest() (request *DescribeDomainFileSizeProportionDataRequest)

CreateDescribeDomainFileSizeProportionDataRequest creates a request to invoke DescribeDomainFileSizeProportionData API

type DescribeDomainFileSizeProportionDataResponse ¶

type DescribeDomainFileSizeProportionDataResponse struct {
	*responses.BaseResponse
	RequestId                      string                         `json:"RequestId" xml:"RequestId"`
	DomainName                     string                         `json:"DomainName" xml:"DomainName"`
	DataInterval                   string                         `json:"DataInterval" xml:"DataInterval"`
	StartTime                      string                         `json:"StartTime" xml:"StartTime"`
	EndTime                        string                         `json:"EndTime" xml:"EndTime"`
	FileSizeProportionDataInterval FileSizeProportionDataInterval `json:"FileSizeProportionDataInterval" xml:"FileSizeProportionDataInterval"`
}

DescribeDomainFileSizeProportionDataResponse is the response struct for api DescribeDomainFileSizeProportionData

func CreateDescribeDomainFileSizeProportionDataResponse ¶

func CreateDescribeDomainFileSizeProportionDataResponse() (response *DescribeDomainFileSizeProportionDataResponse)

CreateDescribeDomainFileSizeProportionDataResponse creates a response to parse from DescribeDomainFileSizeProportionData response

type DescribeDomainFlowDataRequest ¶

type DescribeDomainFlowDataRequest struct {
	*requests.RpcRequest
	OwnerId        requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken  string           `position:"Query" name:"SecurityToken"`
	DomainName     string           `position:"Query" name:"DomainName"`
	StartTime      string           `position:"Query" name:"StartTime"`
	EndTime        string           `position:"Query" name:"EndTime"`
	TimeMerge      string           `position:"Query" name:"TimeMerge"`
	LocationNameEn string           `position:"Query" name:"LocationNameEn"`
	IspNameEn      string           `position:"Query" name:"IspNameEn"`
	DomainType     string           `position:"Query" name:"DomainType"`
	Interval       string           `position:"Query" name:"Interval"`
	FixTimeGap     string           `position:"Query" name:"FixTimeGap"`
}

DescribeDomainFlowDataRequest is the request struct for api DescribeDomainFlowData

func CreateDescribeDomainFlowDataRequest ¶

func CreateDescribeDomainFlowDataRequest() (request *DescribeDomainFlowDataRequest)

CreateDescribeDomainFlowDataRequest creates a request to invoke DescribeDomainFlowData API

type DescribeDomainFlowDataResponse ¶

type DescribeDomainFlowDataResponse struct {
	*responses.BaseResponse
	RequestId           string              `json:"RequestId" xml:"RequestId"`
	DomainName          string              `json:"DomainName" xml:"DomainName"`
	DataInterval        string              `json:"DataInterval" xml:"DataInterval"`
	StartTime           string              `json:"StartTime" xml:"StartTime"`
	EndTime             string              `json:"EndTime" xml:"EndTime"`
	FlowDataPerInterval FlowDataPerInterval `json:"FlowDataPerInterval" xml:"FlowDataPerInterval"`
}

DescribeDomainFlowDataResponse is the response struct for api DescribeDomainFlowData

func CreateDescribeDomainFlowDataResponse ¶

func CreateDescribeDomainFlowDataResponse() (response *DescribeDomainFlowDataResponse)

CreateDescribeDomainFlowDataResponse creates a response to parse from DescribeDomainFlowData response

type DescribeDomainHitRateDataRequest ¶

type DescribeDomainHitRateDataRequest struct {
	*requests.RpcRequest
	OwnerId        requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken  string           `position:"Query" name:"SecurityToken"`
	DomainName     string           `position:"Query" name:"DomainName"`
	StartTime      string           `position:"Query" name:"StartTime"`
	EndTime        string           `position:"Query" name:"EndTime"`
	TimeMerge      string           `position:"Query" name:"TimeMerge"`
	LocationNameEn string           `position:"Query" name:"LocationNameEn"`
	IspNameEn      string           `position:"Query" name:"IspNameEn"`
	Interval       string           `position:"Query" name:"Interval"`
}

DescribeDomainHitRateDataRequest is the request struct for api DescribeDomainHitRateData

func CreateDescribeDomainHitRateDataRequest ¶

func CreateDescribeDomainHitRateDataRequest() (request *DescribeDomainHitRateDataRequest)

CreateDescribeDomainHitRateDataRequest creates a request to invoke DescribeDomainHitRateData API

type DescribeDomainHitRateDataResponse ¶

type DescribeDomainHitRateDataResponse struct {
	*responses.BaseResponse
	RequestId       string          `json:"RequestId" xml:"RequestId"`
	DomainName      string          `json:"DomainName" xml:"DomainName"`
	DataInterval    string          `json:"DataInterval" xml:"DataInterval"`
	StartTime       string          `json:"StartTime" xml:"StartTime"`
	EndTime         string          `json:"EndTime" xml:"EndTime"`
	HitRateInterval HitRateInterval `json:"HitRateInterval" xml:"HitRateInterval"`
}

DescribeDomainHitRateDataResponse is the response struct for api DescribeDomainHitRateData

func CreateDescribeDomainHitRateDataResponse ¶

func CreateDescribeDomainHitRateDataResponse() (response *DescribeDomainHitRateDataResponse)

CreateDescribeDomainHitRateDataResponse creates a response to parse from DescribeDomainHitRateData response

type DescribeDomainHttpCodeDataRequest ¶

type DescribeDomainHttpCodeDataRequest struct {
	*requests.RpcRequest
	OwnerId        requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken  string           `position:"Query" name:"SecurityToken"`
	DomainName     string           `position:"Query" name:"DomainName"`
	StartTime      string           `position:"Query" name:"StartTime"`
	EndTime        string           `position:"Query" name:"EndTime"`
	TimeMerge      string           `position:"Query" name:"TimeMerge"`
	LocationNameEn string           `position:"Query" name:"LocationNameEn"`
	IspNameEn      string           `position:"Query" name:"IspNameEn"`
	Interval       string           `position:"Query" name:"Interval"`
}

DescribeDomainHttpCodeDataRequest is the request struct for api DescribeDomainHttpCodeData

func CreateDescribeDomainHttpCodeDataRequest ¶

func CreateDescribeDomainHttpCodeDataRequest() (request *DescribeDomainHttpCodeDataRequest)

CreateDescribeDomainHttpCodeDataRequest creates a request to invoke DescribeDomainHttpCodeData API

type DescribeDomainHttpCodeDataResponse ¶

type DescribeDomainHttpCodeDataResponse struct {
	*responses.BaseResponse
	RequestId    string       `json:"RequestId" xml:"RequestId"`
	DomainName   string       `json:"DomainName" xml:"DomainName"`
	DataInterval string       `json:"DataInterval" xml:"DataInterval"`
	StartTime    string       `json:"StartTime" xml:"StartTime"`
	EndTime      string       `json:"EndTime" xml:"EndTime"`
	HttpCodeData HttpCodeData `json:"HttpCodeData" xml:"HttpCodeData"`
}

DescribeDomainHttpCodeDataResponse is the response struct for api DescribeDomainHttpCodeData

func CreateDescribeDomainHttpCodeDataResponse ¶

func CreateDescribeDomainHttpCodeDataResponse() (response *DescribeDomainHttpCodeDataResponse)

CreateDescribeDomainHttpCodeDataResponse creates a response to parse from DescribeDomainHttpCodeData response

type DescribeDomainHttpsDataRequest ¶

type DescribeDomainHttpsDataRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainNames   string           `position:"Query" name:"DomainNames"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
	DomainType    string           `position:"Query" name:"DomainType"`
	TimeMerge     string           `position:"Query" name:"TimeMerge"`
	Interval      string           `position:"Query" name:"Interval"`
	Cls           string           `position:"Query" name:"Cls"`
	FixTimeGap    string           `position:"Query" name:"FixTimeGap"`
}

DescribeDomainHttpsDataRequest is the request struct for api DescribeDomainHttpsData

func CreateDescribeDomainHttpsDataRequest ¶

func CreateDescribeDomainHttpsDataRequest() (request *DescribeDomainHttpsDataRequest)

CreateDescribeDomainHttpsDataRequest creates a request to invoke DescribeDomainHttpsData API

type DescribeDomainHttpsDataResponse ¶

type DescribeDomainHttpsDataResponse struct {
	*responses.BaseResponse
	RequestId            string               `json:"RequestId" xml:"RequestId"`
	DomainNames          string               `json:"DomainNames" xml:"DomainNames"`
	DataInterval         string               `json:"DataInterval" xml:"DataInterval"`
	HttpsStatisticsInfos HttpsStatisticsInfos `json:"HttpsStatisticsInfos" xml:"HttpsStatisticsInfos"`
}

DescribeDomainHttpsDataResponse is the response struct for api DescribeDomainHttpsData

func CreateDescribeDomainHttpsDataResponse ¶

func CreateDescribeDomainHttpsDataResponse() (response *DescribeDomainHttpsDataResponse)

CreateDescribeDomainHttpsDataResponse creates a response to parse from DescribeDomainHttpsData response

type DescribeDomainISPDataRequest ¶

type DescribeDomainISPDataRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeDomainISPDataRequest is the request struct for api DescribeDomainISPData

func CreateDescribeDomainISPDataRequest ¶

func CreateDescribeDomainISPDataRequest() (request *DescribeDomainISPDataRequest)

CreateDescribeDomainISPDataRequest creates a request to invoke DescribeDomainISPData API

type DescribeDomainISPDataResponse ¶

type DescribeDomainISPDataResponse struct {
	*responses.BaseResponse
	RequestId    string                       `json:"RequestId" xml:"RequestId"`
	DomainName   string                       `json:"DomainName" xml:"DomainName"`
	DataInterval string                       `json:"DataInterval" xml:"DataInterval"`
	StartTime    string                       `json:"StartTime" xml:"StartTime"`
	EndTime      string                       `json:"EndTime" xml:"EndTime"`
	Value        ValueInDescribeDomainISPData `json:"Value" xml:"Value"`
}

DescribeDomainISPDataResponse is the response struct for api DescribeDomainISPData

func CreateDescribeDomainISPDataResponse ¶

func CreateDescribeDomainISPDataResponse() (response *DescribeDomainISPDataResponse)

CreateDescribeDomainISPDataResponse creates a response to parse from DescribeDomainISPData response

type DescribeDomainMax95BpsDataRequest ¶

type DescribeDomainMax95BpsDataRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeDomainMax95BpsDataRequest is the request struct for api DescribeDomainMax95BpsData

func CreateDescribeDomainMax95BpsDataRequest ¶

func CreateDescribeDomainMax95BpsDataRequest() (request *DescribeDomainMax95BpsDataRequest)

CreateDescribeDomainMax95BpsDataRequest creates a request to invoke DescribeDomainMax95BpsData API

type DescribeDomainMax95BpsDataResponse ¶

type DescribeDomainMax95BpsDataResponse struct {
	*responses.BaseResponse
	RequestId        string `json:"RequestId" xml:"RequestId"`
	DomainName       string `json:"DomainName" xml:"DomainName"`
	StartTime        string `json:"StartTime" xml:"StartTime"`
	EndTime          string `json:"EndTime" xml:"EndTime"`
	Max95Bps         string `json:"Max95Bps" xml:"Max95Bps"`
	DomesticMax95Bps string `json:"DomesticMax95Bps" xml:"DomesticMax95Bps"`
	OverseasMax95Bps string `json:"OverseasMax95Bps" xml:"OverseasMax95Bps"`
}

DescribeDomainMax95BpsDataResponse is the response struct for api DescribeDomainMax95BpsData

func CreateDescribeDomainMax95BpsDataResponse ¶

func CreateDescribeDomainMax95BpsDataResponse() (response *DescribeDomainMax95BpsDataResponse)

CreateDescribeDomainMax95BpsDataResponse creates a response to parse from DescribeDomainMax95BpsData response

type DescribeDomainMonthBillingBpsDataRequest ¶

type DescribeDomainMonthBillingBpsDataRequest struct {
	*requests.RpcRequest
	OwnerId            requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken      string           `position:"Query" name:"SecurityToken"`
	DomainName         string           `position:"Query" name:"DomainName"`
	StartTime          string           `position:"Query" name:"StartTime"`
	EndTime            string           `position:"Query" name:"EndTime"`
	InternetChargeType string           `position:"Query" name:"InternetChargeType"`
}

DescribeDomainMonthBillingBpsDataRequest is the request struct for api DescribeDomainMonthBillingBpsData

func CreateDescribeDomainMonthBillingBpsDataRequest ¶

func CreateDescribeDomainMonthBillingBpsDataRequest() (request *DescribeDomainMonthBillingBpsDataRequest)

CreateDescribeDomainMonthBillingBpsDataRequest creates a request to invoke DescribeDomainMonthBillingBpsData API

type DescribeDomainMonthBillingBpsDataResponse ¶

type DescribeDomainMonthBillingBpsDataResponse struct {
	*responses.BaseResponse
	RequestId              string  `json:"RequestId" xml:"RequestId"`
	DomainName             string  `json:"DomainName" xml:"DomainName"`
	StartTime              string  `json:"StartTime" xml:"StartTime"`
	EndTime                string  `json:"EndTime" xml:"EndTime"`
	Bandwidth95Bps         float64 `json:"Bandwidth95Bps" xml:"Bandwidth95Bps"`
	DomesticBandwidth95Bps float64 `json:"DomesticBandwidth95Bps" xml:"DomesticBandwidth95Bps"`
	OverseasBandwidth95Bps float64 `json:"OverseasBandwidth95Bps" xml:"OverseasBandwidth95Bps"`
	MonthavgBps            float64 `json:"MonthavgBps" xml:"MonthavgBps"`
	DomesticMonthavgBps    float64 `json:"DomesticMonthavgBps" xml:"DomesticMonthavgBps"`
	OverseasMonthavgBps    float64 `json:"OverseasMonthavgBps" xml:"OverseasMonthavgBps"`
	Month4thBps            float64 `json:"Month4thBps" xml:"Month4thBps"`
	DomesticMonth4thBps    float64 `json:"DomesticMonth4thBps" xml:"DomesticMonth4thBps"`
	OverseasMonth4thBps    float64 `json:"OverseasMonth4thBps" xml:"OverseasMonth4thBps"`
}

DescribeDomainMonthBillingBpsDataResponse is the response struct for api DescribeDomainMonthBillingBpsData

func CreateDescribeDomainMonthBillingBpsDataResponse ¶

func CreateDescribeDomainMonthBillingBpsDataResponse() (response *DescribeDomainMonthBillingBpsDataResponse)

CreateDescribeDomainMonthBillingBpsDataResponse creates a response to parse from DescribeDomainMonthBillingBpsData response

type DescribeDomainOnlineUserNumberRequest ¶

type DescribeDomainOnlineUserNumberRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeDomainOnlineUserNumberRequest is the request struct for api DescribeDomainOnlineUserNumber

func CreateDescribeDomainOnlineUserNumberRequest ¶

func CreateDescribeDomainOnlineUserNumberRequest() (request *DescribeDomainOnlineUserNumberRequest)

CreateDescribeDomainOnlineUserNumberRequest creates a request to invoke DescribeDomainOnlineUserNumber API

type DescribeDomainOnlineUserNumberResponse ¶

type DescribeDomainOnlineUserNumberResponse struct {
	*responses.BaseResponse
	RequestId                    string                       `json:"RequestId" xml:"RequestId"`
	LiveStreamOnlineUserNumInfos LiveStreamOnlineUserNumInfos `json:"LiveStreamOnlineUserNumInfos" xml:"LiveStreamOnlineUserNumInfos"`
}

DescribeDomainOnlineUserNumberResponse is the response struct for api DescribeDomainOnlineUserNumber

func CreateDescribeDomainOnlineUserNumberResponse ¶

func CreateDescribeDomainOnlineUserNumberResponse() (response *DescribeDomainOnlineUserNumberResponse)

CreateDescribeDomainOnlineUserNumberResponse creates a response to parse from DescribeDomainOnlineUserNumber response

type DescribeDomainPathDataRequest ¶

type DescribeDomainPathDataRequest struct {
	*requests.RpcRequest
}

DescribeDomainPathDataRequest is the request struct for api DescribeDomainPathData

func CreateDescribeDomainPathDataRequest ¶

func CreateDescribeDomainPathDataRequest() (request *DescribeDomainPathDataRequest)

CreateDescribeDomainPathDataRequest creates a request to invoke DescribeDomainPathData API

type DescribeDomainPathDataResponse ¶

type DescribeDomainPathDataResponse struct {
	*responses.BaseResponse
	DomainName          string              `json:"DomainName" xml:"DomainName"`
	StartTime           string              `json:"StartTime" xml:"StartTime"`
	EndTime             string              `json:"EndTime" xml:"EndTime"`
	PageSize            int                 `json:"PageSize" xml:"PageSize"`
	PageNumber          int                 `json:"PageNumber" xml:"PageNumber"`
	DataInterval        string              `json:"DataInterval" xml:"DataInterval"`
	TotalCount          int                 `json:"TotalCount" xml:"TotalCount"`
	PathDataPerInterval PathDataPerInterval `json:"PathDataPerInterval" xml:"PathDataPerInterval"`
}

DescribeDomainPathDataResponse is the response struct for api DescribeDomainPathData

func CreateDescribeDomainPathDataResponse ¶

func CreateDescribeDomainPathDataResponse() (response *DescribeDomainPathDataResponse)

CreateDescribeDomainPathDataResponse creates a response to parse from DescribeDomainPathData response

type DescribeDomainPvDataRequest ¶

type DescribeDomainPvDataRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeDomainPvDataRequest is the request struct for api DescribeDomainPvData

func CreateDescribeDomainPvDataRequest ¶

func CreateDescribeDomainPvDataRequest() (request *DescribeDomainPvDataRequest)

CreateDescribeDomainPvDataRequest creates a request to invoke DescribeDomainPvData API

type DescribeDomainPvDataResponse ¶

type DescribeDomainPvDataResponse struct {
	*responses.BaseResponse
	RequestId      string         `json:"RequestId" xml:"RequestId"`
	DomainName     string         `json:"DomainName" xml:"DomainName"`
	DataInterval   string         `json:"DataInterval" xml:"DataInterval"`
	StartTime      string         `json:"StartTime" xml:"StartTime"`
	EndTime        string         `json:"EndTime" xml:"EndTime"`
	PvDataInterval PvDataInterval `json:"PvDataInterval" xml:"PvDataInterval"`
}

DescribeDomainPvDataResponse is the response struct for api DescribeDomainPvData

func CreateDescribeDomainPvDataResponse ¶

func CreateDescribeDomainPvDataResponse() (response *DescribeDomainPvDataResponse)

CreateDescribeDomainPvDataResponse creates a response to parse from DescribeDomainPvData response

type DescribeDomainQoSRtRequest ¶

type DescribeDomainQoSRtRequest struct {
	*requests.RpcRequest
}

DescribeDomainQoSRtRequest is the request struct for api DescribeDomainQoSRt

func CreateDescribeDomainQoSRtRequest ¶

func CreateDescribeDomainQoSRtRequest() (request *DescribeDomainQoSRtRequest)

CreateDescribeDomainQoSRtRequest creates a request to invoke DescribeDomainQoSRt API

type DescribeDomainQoSRtResponse ¶

type DescribeDomainQoSRtResponse struct {
	*responses.BaseResponse
	DomainName string  `json:"DomainName" xml:"DomainName"`
	StartTime  string  `json:"StartTime" xml:"StartTime"`
	EndTime    string  `json:"EndTime" xml:"EndTime"`
	Ip         string  `json:"Ip" xml:"Ip"`
	Content    Content `json:"Content" xml:"Content"`
}

DescribeDomainQoSRtResponse is the response struct for api DescribeDomainQoSRt

func CreateDescribeDomainQoSRtResponse ¶

func CreateDescribeDomainQoSRtResponse() (response *DescribeDomainQoSRtResponse)

CreateDescribeDomainQoSRtResponse creates a response to parse from DescribeDomainQoSRt response

type DescribeDomainQpsDataRequest ¶

type DescribeDomainQpsDataRequest struct {
	*requests.RpcRequest
	OwnerId        requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken  string           `position:"Query" name:"SecurityToken"`
	DomainName     string           `position:"Query" name:"DomainName"`
	StartTime      string           `position:"Query" name:"StartTime"`
	EndTime        string           `position:"Query" name:"EndTime"`
	TimeMerge      string           `position:"Query" name:"TimeMerge"`
	LocationNameEn string           `position:"Query" name:"LocationNameEn"`
	IspNameEn      string           `position:"Query" name:"IspNameEn"`
	DomainType     string           `position:"Query" name:"DomainType"`
	Interval       string           `position:"Query" name:"Interval"`
	FixTimeGap     string           `position:"Query" name:"FixTimeGap"`
}

DescribeDomainQpsDataRequest is the request struct for api DescribeDomainQpsData

func CreateDescribeDomainQpsDataRequest ¶

func CreateDescribeDomainQpsDataRequest() (request *DescribeDomainQpsDataRequest)

CreateDescribeDomainQpsDataRequest creates a request to invoke DescribeDomainQpsData API

type DescribeDomainQpsDataResponse ¶

type DescribeDomainQpsDataResponse struct {
	*responses.BaseResponse
	RequestId       string          `json:"RequestId" xml:"RequestId"`
	DomainName      string          `json:"DomainName" xml:"DomainName"`
	DataInterval    string          `json:"DataInterval" xml:"DataInterval"`
	StartTime       string          `json:"StartTime" xml:"StartTime"`
	EndTime         string          `json:"EndTime" xml:"EndTime"`
	QpsDataInterval QpsDataInterval `json:"QpsDataInterval" xml:"QpsDataInterval"`
}

DescribeDomainQpsDataResponse is the response struct for api DescribeDomainQpsData

func CreateDescribeDomainQpsDataResponse ¶

func CreateDescribeDomainQpsDataResponse() (response *DescribeDomainQpsDataResponse)

CreateDescribeDomainQpsDataResponse creates a response to parse from DescribeDomainQpsData response

type DescribeDomainRealTimeBpsDataRequest ¶

type DescribeDomainRealTimeBpsDataRequest struct {
	*requests.RpcRequest
}

DescribeDomainRealTimeBpsDataRequest is the request struct for api DescribeDomainRealTimeBpsData

func CreateDescribeDomainRealTimeBpsDataRequest ¶

func CreateDescribeDomainRealTimeBpsDataRequest() (request *DescribeDomainRealTimeBpsDataRequest)

CreateDescribeDomainRealTimeBpsDataRequest creates a request to invoke DescribeDomainRealTimeBpsData API

type DescribeDomainRealTimeBpsDataResponse ¶

type DescribeDomainRealTimeBpsDataResponse struct {
	*responses.BaseResponse
	RequestId string                              `json:"RequestId" xml:"RequestId"`
	Data      DataInDescribeDomainRealTimeBpsData `json:"Data" xml:"Data"`
}

DescribeDomainRealTimeBpsDataResponse is the response struct for api DescribeDomainRealTimeBpsData

func CreateDescribeDomainRealTimeBpsDataResponse ¶

func CreateDescribeDomainRealTimeBpsDataResponse() (response *DescribeDomainRealTimeBpsDataResponse)

CreateDescribeDomainRealTimeBpsDataResponse creates a response to parse from DescribeDomainRealTimeBpsData response

type DescribeDomainRealTimeByteHitRateDataRequest ¶

type DescribeDomainRealTimeByteHitRateDataRequest struct {
	*requests.RpcRequest
}

DescribeDomainRealTimeByteHitRateDataRequest is the request struct for api DescribeDomainRealTimeByteHitRateData

func CreateDescribeDomainRealTimeByteHitRateDataRequest ¶

func CreateDescribeDomainRealTimeByteHitRateDataRequest() (request *DescribeDomainRealTimeByteHitRateDataRequest)

CreateDescribeDomainRealTimeByteHitRateDataRequest creates a request to invoke DescribeDomainRealTimeByteHitRateData API

type DescribeDomainRealTimeByteHitRateDataResponse ¶

type DescribeDomainRealTimeByteHitRateDataResponse struct {
	*responses.BaseResponse
	RequestId string                                      `json:"RequestId" xml:"RequestId"`
	Data      DataInDescribeDomainRealTimeByteHitRateData `json:"Data" xml:"Data"`
}

DescribeDomainRealTimeByteHitRateDataResponse is the response struct for api DescribeDomainRealTimeByteHitRateData

func CreateDescribeDomainRealTimeByteHitRateDataResponse ¶

func CreateDescribeDomainRealTimeByteHitRateDataResponse() (response *DescribeDomainRealTimeByteHitRateDataResponse)

CreateDescribeDomainRealTimeByteHitRateDataResponse creates a response to parse from DescribeDomainRealTimeByteHitRateData response

type DescribeDomainRealTimeDataRequest ¶

type DescribeDomainRealTimeDataRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
	Field         string           `position:"Query" name:"Field"`
}

DescribeDomainRealTimeDataRequest is the request struct for api DescribeDomainRealTimeData

func CreateDescribeDomainRealTimeDataRequest ¶

func CreateDescribeDomainRealTimeDataRequest() (request *DescribeDomainRealTimeDataRequest)

CreateDescribeDomainRealTimeDataRequest creates a request to invoke DescribeDomainRealTimeData API

type DescribeDomainRealTimeDataResponse ¶

type DescribeDomainRealTimeDataResponse struct {
	*responses.BaseResponse
	RequestId       string                                      `json:"RequestId" xml:"RequestId"`
	DomainName      string                                      `json:"DomainName" xml:"DomainName"`
	Field           string                                      `json:"Field" xml:"Field"`
	StartTime       string                                      `json:"StartTime" xml:"StartTime"`
	EndTime         string                                      `json:"EndTime" xml:"EndTime"`
	DataPerInterval DataPerIntervalInDescribeDomainRealTimeData `json:"DataPerInterval" xml:"DataPerInterval"`
}

DescribeDomainRealTimeDataResponse is the response struct for api DescribeDomainRealTimeData

func CreateDescribeDomainRealTimeDataResponse ¶

func CreateDescribeDomainRealTimeDataResponse() (response *DescribeDomainRealTimeDataResponse)

CreateDescribeDomainRealTimeDataResponse creates a response to parse from DescribeDomainRealTimeData response

type DescribeDomainRealTimeQpsDataRequest ¶

type DescribeDomainRealTimeQpsDataRequest struct {
	*requests.RpcRequest
}

DescribeDomainRealTimeQpsDataRequest is the request struct for api DescribeDomainRealTimeQpsData

func CreateDescribeDomainRealTimeQpsDataRequest ¶

func CreateDescribeDomainRealTimeQpsDataRequest() (request *DescribeDomainRealTimeQpsDataRequest)

CreateDescribeDomainRealTimeQpsDataRequest creates a request to invoke DescribeDomainRealTimeQpsData API

type DescribeDomainRealTimeQpsDataResponse ¶

type DescribeDomainRealTimeQpsDataResponse struct {
	*responses.BaseResponse
	RequestId string                              `json:"RequestId" xml:"RequestId"`
	Data      DataInDescribeDomainRealTimeQpsData `json:"Data" xml:"Data"`
}

DescribeDomainRealTimeQpsDataResponse is the response struct for api DescribeDomainRealTimeQpsData

func CreateDescribeDomainRealTimeQpsDataResponse ¶

func CreateDescribeDomainRealTimeQpsDataResponse() (response *DescribeDomainRealTimeQpsDataResponse)

CreateDescribeDomainRealTimeQpsDataResponse creates a response to parse from DescribeDomainRealTimeQpsData response

type DescribeDomainRealTimeReqHitRateDataRequest ¶

type DescribeDomainRealTimeReqHitRateDataRequest struct {
	*requests.RpcRequest
}

DescribeDomainRealTimeReqHitRateDataRequest is the request struct for api DescribeDomainRealTimeReqHitRateData

func CreateDescribeDomainRealTimeReqHitRateDataRequest ¶

func CreateDescribeDomainRealTimeReqHitRateDataRequest() (request *DescribeDomainRealTimeReqHitRateDataRequest)

CreateDescribeDomainRealTimeReqHitRateDataRequest creates a request to invoke DescribeDomainRealTimeReqHitRateData API

type DescribeDomainRealTimeReqHitRateDataResponse ¶

type DescribeDomainRealTimeReqHitRateDataResponse struct {
	*responses.BaseResponse
	RequestId string                                     `json:"RequestId" xml:"RequestId"`
	Data      DataInDescribeDomainRealTimeReqHitRateData `json:"Data" xml:"Data"`
}

DescribeDomainRealTimeReqHitRateDataResponse is the response struct for api DescribeDomainRealTimeReqHitRateData

func CreateDescribeDomainRealTimeReqHitRateDataResponse ¶

func CreateDescribeDomainRealTimeReqHitRateDataResponse() (response *DescribeDomainRealTimeReqHitRateDataResponse)

CreateDescribeDomainRealTimeReqHitRateDataResponse creates a response to parse from DescribeDomainRealTimeReqHitRateData response

type DescribeDomainRegionDataRequest ¶

type DescribeDomainRegionDataRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeDomainRegionDataRequest is the request struct for api DescribeDomainRegionData

func CreateDescribeDomainRegionDataRequest ¶

func CreateDescribeDomainRegionDataRequest() (request *DescribeDomainRegionDataRequest)

CreateDescribeDomainRegionDataRequest creates a request to invoke DescribeDomainRegionData API

type DescribeDomainRegionDataResponse ¶

type DescribeDomainRegionDataResponse struct {
	*responses.BaseResponse
	RequestId    string                          `json:"RequestId" xml:"RequestId"`
	DomainName   string                          `json:"DomainName" xml:"DomainName"`
	DataInterval string                          `json:"DataInterval" xml:"DataInterval"`
	StartTime    string                          `json:"StartTime" xml:"StartTime"`
	EndTime      string                          `json:"EndTime" xml:"EndTime"`
	Value        ValueInDescribeDomainRegionData `json:"Value" xml:"Value"`
}

DescribeDomainRegionDataResponse is the response struct for api DescribeDomainRegionData

func CreateDescribeDomainRegionDataResponse ¶

func CreateDescribeDomainRegionDataResponse() (response *DescribeDomainRegionDataResponse)

CreateDescribeDomainRegionDataResponse creates a response to parse from DescribeDomainRegionData response

type DescribeDomainReqHitRateDataRequest ¶

type DescribeDomainReqHitRateDataRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
	Interval      string           `position:"Query" name:"Interval"`
}

DescribeDomainReqHitRateDataRequest is the request struct for api DescribeDomainReqHitRateData

func CreateDescribeDomainReqHitRateDataRequest ¶

func CreateDescribeDomainReqHitRateDataRequest() (request *DescribeDomainReqHitRateDataRequest)

CreateDescribeDomainReqHitRateDataRequest creates a request to invoke DescribeDomainReqHitRateData API

type DescribeDomainReqHitRateDataResponse ¶

type DescribeDomainReqHitRateDataResponse struct {
	*responses.BaseResponse
	RequestId          string             `json:"RequestId" xml:"RequestId"`
	DomainName         string             `json:"DomainName" xml:"DomainName"`
	DataInterval       string             `json:"DataInterval" xml:"DataInterval"`
	StartTime          string             `json:"StartTime" xml:"StartTime"`
	EndTime            string             `json:"EndTime" xml:"EndTime"`
	ReqHitRateInterval ReqHitRateInterval `json:"ReqHitRateInterval" xml:"ReqHitRateInterval"`
}

DescribeDomainReqHitRateDataResponse is the response struct for api DescribeDomainReqHitRateData

func CreateDescribeDomainReqHitRateDataResponse ¶

func CreateDescribeDomainReqHitRateDataResponse() (response *DescribeDomainReqHitRateDataResponse)

CreateDescribeDomainReqHitRateDataResponse creates a response to parse from DescribeDomainReqHitRateData response

type DescribeDomainSlowRatioRequest ¶

type DescribeDomainSlowRatioRequest struct {
	*requests.RpcRequest
}

DescribeDomainSlowRatioRequest is the request struct for api DescribeDomainSlowRatio

func CreateDescribeDomainSlowRatioRequest ¶

func CreateDescribeDomainSlowRatioRequest() (request *DescribeDomainSlowRatioRequest)

CreateDescribeDomainSlowRatioRequest creates a request to invoke DescribeDomainSlowRatio API

type DescribeDomainSlowRatioResponse ¶

type DescribeDomainSlowRatioResponse struct {
	*responses.BaseResponse
	EndTime                  string                   `json:"EndTime" xml:"EndTime"`
	DataInterval             int                      `json:"DataInterval" xml:"DataInterval"`
	PageNumber               int                      `json:"PageNumber" xml:"PageNumber"`
	PageSize                 int                      `json:"PageSize" xml:"PageSize"`
	TotalCount               int                      `json:"TotalCount" xml:"TotalCount"`
	StartTime                string                   `json:"StartTime" xml:"StartTime"`
	SlowRatioDataPerInterval SlowRatioDataPerInterval `json:"SlowRatioDataPerInterval" xml:"SlowRatioDataPerInterval"`
}

DescribeDomainSlowRatioResponse is the response struct for api DescribeDomainSlowRatio

func CreateDescribeDomainSlowRatioResponse ¶

func CreateDescribeDomainSlowRatioResponse() (response *DescribeDomainSlowRatioResponse)

CreateDescribeDomainSlowRatioResponse creates a response to parse from DescribeDomainSlowRatio response

type DescribeDomainSrcBpsDataRequest ¶

type DescribeDomainSrcBpsDataRequest struct {
	*requests.RpcRequest
}

DescribeDomainSrcBpsDataRequest is the request struct for api DescribeDomainSrcBpsData

func CreateDescribeDomainSrcBpsDataRequest ¶

func CreateDescribeDomainSrcBpsDataRequest() (request *DescribeDomainSrcBpsDataRequest)

CreateDescribeDomainSrcBpsDataRequest creates a request to invoke DescribeDomainSrcBpsData API

type DescribeDomainSrcBpsDataResponse ¶

type DescribeDomainSrcBpsDataResponse struct {
	*responses.BaseResponse
	RequestId             string                `json:"RequestId" xml:"RequestId"`
	DomainName            string                `json:"DomainName" xml:"DomainName"`
	StartTime             string                `json:"StartTime" xml:"StartTime"`
	EndTime               string                `json:"EndTime" xml:"EndTime"`
	DataInterval          string                `json:"DataInterval" xml:"DataInterval"`
	SrcBpsDataPerInterval SrcBpsDataPerInterval `json:"SrcBpsDataPerInterval" xml:"SrcBpsDataPerInterval"`
}

DescribeDomainSrcBpsDataResponse is the response struct for api DescribeDomainSrcBpsData

func CreateDescribeDomainSrcBpsDataResponse ¶

func CreateDescribeDomainSrcBpsDataResponse() (response *DescribeDomainSrcBpsDataResponse)

CreateDescribeDomainSrcBpsDataResponse creates a response to parse from DescribeDomainSrcBpsData response

type DescribeDomainSrcFlowDataRequest ¶

type DescribeDomainSrcFlowDataRequest struct {
	*requests.RpcRequest
}

DescribeDomainSrcFlowDataRequest is the request struct for api DescribeDomainSrcFlowData

func CreateDescribeDomainSrcFlowDataRequest ¶

func CreateDescribeDomainSrcFlowDataRequest() (request *DescribeDomainSrcFlowDataRequest)

CreateDescribeDomainSrcFlowDataRequest creates a request to invoke DescribeDomainSrcFlowData API

type DescribeDomainSrcFlowDataResponse ¶

type DescribeDomainSrcFlowDataResponse struct {
	*responses.BaseResponse
	RequestId              string                 `json:"RequestId" xml:"RequestId"`
	DomainName             string                 `json:"DomainName" xml:"DomainName"`
	StartTime              string                 `json:"StartTime" xml:"StartTime"`
	EndTime                string                 `json:"EndTime" xml:"EndTime"`
	DataInterval           string                 `json:"DataInterval" xml:"DataInterval"`
	SrcFlowDataPerInterval SrcFlowDataPerInterval `json:"SrcFlowDataPerInterval" xml:"SrcFlowDataPerInterval"`
}

DescribeDomainSrcFlowDataResponse is the response struct for api DescribeDomainSrcFlowData

func CreateDescribeDomainSrcFlowDataResponse ¶

func CreateDescribeDomainSrcFlowDataResponse() (response *DescribeDomainSrcFlowDataResponse)

CreateDescribeDomainSrcFlowDataResponse creates a response to parse from DescribeDomainSrcFlowData response

type DescribeDomainTopReferVisitRequest ¶

type DescribeDomainTopReferVisitRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	SortBy        string           `position:"Query" name:"SortBy"`
}

DescribeDomainTopReferVisitRequest is the request struct for api DescribeDomainTopReferVisit

func CreateDescribeDomainTopReferVisitRequest ¶

func CreateDescribeDomainTopReferVisitRequest() (request *DescribeDomainTopReferVisitRequest)

CreateDescribeDomainTopReferVisitRequest creates a request to invoke DescribeDomainTopReferVisit API

type DescribeDomainTopReferVisitResponse ¶

type DescribeDomainTopReferVisitResponse struct {
	*responses.BaseResponse
	RequestId    string       `json:"RequestId" xml:"RequestId"`
	DomainName   string       `json:"DomainName" xml:"DomainName"`
	StartTime    string       `json:"StartTime" xml:"StartTime"`
	TopReferList TopReferList `json:"TopReferList" xml:"TopReferList"`
}

DescribeDomainTopReferVisitResponse is the response struct for api DescribeDomainTopReferVisit

func CreateDescribeDomainTopReferVisitResponse ¶

func CreateDescribeDomainTopReferVisitResponse() (response *DescribeDomainTopReferVisitResponse)

CreateDescribeDomainTopReferVisitResponse creates a response to parse from DescribeDomainTopReferVisit response

type DescribeDomainTopUrlVisitRequest ¶

type DescribeDomainTopUrlVisitRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	SortBy        string           `position:"Query" name:"SortBy"`
}

DescribeDomainTopUrlVisitRequest is the request struct for api DescribeDomainTopUrlVisit

func CreateDescribeDomainTopUrlVisitRequest ¶

func CreateDescribeDomainTopUrlVisitRequest() (request *DescribeDomainTopUrlVisitRequest)

CreateDescribeDomainTopUrlVisitRequest creates a request to invoke DescribeDomainTopUrlVisit API

type DescribeDomainTopUrlVisitResponse ¶

type DescribeDomainTopUrlVisitResponse struct {
	*responses.BaseResponse
	RequestId  string     `json:"RequestId" xml:"RequestId"`
	DomainName string     `json:"DomainName" xml:"DomainName"`
	StartTime  string     `json:"StartTime" xml:"StartTime"`
	AllUrlList AllUrlList `json:"AllUrlList" xml:"AllUrlList"`
	Url200List Url200List `json:"Url200List" xml:"Url200List"`
	Url300List Url300List `json:"Url300List" xml:"Url300List"`
	Url400List Url400List `json:"Url400List" xml:"Url400List"`
	Url500List Url500List `json:"Url500List" xml:"Url500List"`
}

DescribeDomainTopUrlVisitResponse is the response struct for api DescribeDomainTopUrlVisit

func CreateDescribeDomainTopUrlVisitResponse ¶

func CreateDescribeDomainTopUrlVisitResponse() (response *DescribeDomainTopUrlVisitResponse)

CreateDescribeDomainTopUrlVisitResponse creates a response to parse from DescribeDomainTopUrlVisit response

type DescribeDomainUpstreamBpsOfEdgeRequest ¶

type DescribeDomainUpstreamBpsOfEdgeRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeDomainUpstreamBpsOfEdgeRequest is the request struct for api DescribeDomainUpstreamBpsOfEdge

func CreateDescribeDomainUpstreamBpsOfEdgeRequest ¶

func CreateDescribeDomainUpstreamBpsOfEdgeRequest() (request *DescribeDomainUpstreamBpsOfEdgeRequest)

CreateDescribeDomainUpstreamBpsOfEdgeRequest creates a request to invoke DescribeDomainUpstreamBpsOfEdge API

type DescribeDomainUpstreamBpsOfEdgeResponse ¶

type DescribeDomainUpstreamBpsOfEdgeResponse struct {
	*responses.BaseResponse
	RequestId string                                    `json:"RequestId" xml:"RequestId"`
	BpsDatas  BpsDatasInDescribeDomainUpstreamBpsOfEdge `json:"BpsDatas" xml:"BpsDatas"`
}

DescribeDomainUpstreamBpsOfEdgeResponse is the response struct for api DescribeDomainUpstreamBpsOfEdge

func CreateDescribeDomainUpstreamBpsOfEdgeResponse ¶

func CreateDescribeDomainUpstreamBpsOfEdgeResponse() (response *DescribeDomainUpstreamBpsOfEdgeResponse)

CreateDescribeDomainUpstreamBpsOfEdgeResponse creates a response to parse from DescribeDomainUpstreamBpsOfEdge response

type DescribeDomainUpstreamOfCenterRequest ¶

type DescribeDomainUpstreamOfCenterRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeDomainUpstreamOfCenterRequest is the request struct for api DescribeDomainUpstreamOfCenter

func CreateDescribeDomainUpstreamOfCenterRequest ¶

func CreateDescribeDomainUpstreamOfCenterRequest() (request *DescribeDomainUpstreamOfCenterRequest)

CreateDescribeDomainUpstreamOfCenterRequest creates a request to invoke DescribeDomainUpstreamOfCenter API

type DescribeDomainUpstreamOfCenterResponse ¶

type DescribeDomainUpstreamOfCenterResponse struct {
	*responses.BaseResponse
	RequestId string                                   `json:"RequestId" xml:"RequestId"`
	BpsDatas  BpsDatasInDescribeDomainUpstreamOfCenter `json:"BpsDatas" xml:"BpsDatas"`
}

DescribeDomainUpstreamOfCenterResponse is the response struct for api DescribeDomainUpstreamOfCenter

func CreateDescribeDomainUpstreamOfCenterResponse ¶

func CreateDescribeDomainUpstreamOfCenterResponse() (response *DescribeDomainUpstreamOfCenterResponse)

CreateDescribeDomainUpstreamOfCenterResponse creates a response to parse from DescribeDomainUpstreamOfCenter response

type DescribeDomainUvDataRequest ¶

type DescribeDomainUvDataRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeDomainUvDataRequest is the request struct for api DescribeDomainUvData

func CreateDescribeDomainUvDataRequest ¶

func CreateDescribeDomainUvDataRequest() (request *DescribeDomainUvDataRequest)

CreateDescribeDomainUvDataRequest creates a request to invoke DescribeDomainUvData API

type DescribeDomainUvDataResponse ¶

type DescribeDomainUvDataResponse struct {
	*responses.BaseResponse
	RequestId      string         `json:"RequestId" xml:"RequestId"`
	DomainName     string         `json:"DomainName" xml:"DomainName"`
	DataInterval   string         `json:"DataInterval" xml:"DataInterval"`
	StartTime      string         `json:"StartTime" xml:"StartTime"`
	EndTime        string         `json:"EndTime" xml:"EndTime"`
	UvDataInterval UvDataInterval `json:"UvDataInterval" xml:"UvDataInterval"`
}

DescribeDomainUvDataResponse is the response struct for api DescribeDomainUvData

func CreateDescribeDomainUvDataResponse ¶

func CreateDescribeDomainUvDataResponse() (response *DescribeDomainUvDataResponse)

CreateDescribeDomainUvDataResponse creates a response to parse from DescribeDomainUvData response

type DescribeDomainsBySourceRequest ¶

type DescribeDomainsBySourceRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	Sources       string           `position:"Query" name:"Sources"`
}

DescribeDomainsBySourceRequest is the request struct for api DescribeDomainsBySource

func CreateDescribeDomainsBySourceRequest ¶

func CreateDescribeDomainsBySourceRequest() (request *DescribeDomainsBySourceRequest)

CreateDescribeDomainsBySourceRequest creates a request to invoke DescribeDomainsBySource API

type DescribeDomainsBySourceResponse ¶

type DescribeDomainsBySourceResponse struct {
	*responses.BaseResponse
	RequestId   string      `json:"RequestId" xml:"RequestId"`
	Sources     string      `json:"Sources" xml:"Sources"`
	DomainsList DomainsList `json:"DomainsList" xml:"DomainsList"`
}

DescribeDomainsBySourceResponse is the response struct for api DescribeDomainsBySource

func CreateDescribeDomainsBySourceResponse ¶

func CreateDescribeDomainsBySourceResponse() (response *DescribeDomainsBySourceResponse)

CreateDescribeDomainsBySourceResponse creates a response to parse from DescribeDomainsBySource response

type DescribeDomainsUsageByDayRequest ¶

type DescribeDomainsUsageByDayRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeDomainsUsageByDayRequest is the request struct for api DescribeDomainsUsageByDay

func CreateDescribeDomainsUsageByDayRequest ¶

func CreateDescribeDomainsUsageByDayRequest() (request *DescribeDomainsUsageByDayRequest)

CreateDescribeDomainsUsageByDayRequest creates a request to invoke DescribeDomainsUsageByDay API

type DescribeDomainsUsageByDayResponse ¶

type DescribeDomainsUsageByDayResponse struct {
	*responses.BaseResponse
	RequestId    string      `json:"RequestId" xml:"RequestId"`
	DomainName   string      `json:"DomainName" xml:"DomainName"`
	DataInterval string      `json:"DataInterval" xml:"DataInterval"`
	StartTime    string      `json:"StartTime" xml:"StartTime"`
	EndTime      string      `json:"EndTime" xml:"EndTime"`
	UsageTotal   UsageTotal  `json:"UsageTotal" xml:"UsageTotal"`
	UsageByDays  UsageByDays `json:"UsageByDays" xml:"UsageByDays"`
}

DescribeDomainsUsageByDayResponse is the response struct for api DescribeDomainsUsageByDay

func CreateDescribeDomainsUsageByDayResponse ¶

func CreateDescribeDomainsUsageByDayResponse() (response *DescribeDomainsUsageByDayResponse)

CreateDescribeDomainsUsageByDayResponse creates a response to parse from DescribeDomainsUsageByDay response

type DescribeExtensiveDomainDataRequest ¶

type DescribeExtensiveDomainDataRequest struct {
	*requests.RpcRequest
	OwnerId         requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken   string           `position:"Query" name:"SecurityToken"`
	ExtensiveDomain string           `position:"Query" name:"ExtensiveDomain"`
	StartTime       string           `position:"Query" name:"StartTime"`
	EndTime         string           `position:"Query" name:"EndTime"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
}

DescribeExtensiveDomainDataRequest is the request struct for api DescribeExtensiveDomainData

func CreateDescribeExtensiveDomainDataRequest ¶

func CreateDescribeExtensiveDomainDataRequest() (request *DescribeExtensiveDomainDataRequest)

CreateDescribeExtensiveDomainDataRequest creates a request to invoke DescribeExtensiveDomainData API

type DescribeExtensiveDomainDataResponse ¶

type DescribeExtensiveDomainDataResponse struct {
	*responses.BaseResponse
	RequestId       string                                       `json:"RequestId" xml:"RequestId"`
	ExtensiveDomain string                                       `json:"ExtensiveDomain" xml:"ExtensiveDomain"`
	DataInterval    string                                       `json:"DataInterval" xml:"DataInterval"`
	StartTime       string                                       `json:"StartTime" xml:"StartTime"`
	EndTime         string                                       `json:"EndTime" xml:"EndTime"`
	PageNumber      string                                       `json:"PageNumber" xml:"PageNumber"`
	TotalCount      string                                       `json:"TotalCount" xml:"TotalCount"`
	PageSize        string                                       `json:"PageSize" xml:"PageSize"`
	DataPerInterval DataPerIntervalInDescribeExtensiveDomainData `json:"DataPerInterval" xml:"DataPerInterval"`
}

DescribeExtensiveDomainDataResponse is the response struct for api DescribeExtensiveDomainData

func CreateDescribeExtensiveDomainDataResponse ¶

func CreateDescribeExtensiveDomainDataResponse() (response *DescribeExtensiveDomainDataResponse)

CreateDescribeExtensiveDomainDataResponse creates a response to parse from DescribeExtensiveDomainData response

type DescribeIpInfoRequest ¶

type DescribeIpInfoRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	IP            string           `position:"Query" name:"IP"`
}

DescribeIpInfoRequest is the request struct for api DescribeIpInfo

func CreateDescribeIpInfoRequest ¶

func CreateDescribeIpInfoRequest() (request *DescribeIpInfoRequest)

CreateDescribeIpInfoRequest creates a request to invoke DescribeIpInfo API

type DescribeIpInfoResponse ¶

type DescribeIpInfoResponse struct {
	*responses.BaseResponse
	RequestId   string `json:"RequestId" xml:"RequestId"`
	CdnIp       string `json:"CdnIp" xml:"CdnIp"`
	ISP         string `json:"ISP" xml:"ISP"`
	IspEname    string `json:"IspEname" xml:"IspEname"`
	Region      string `json:"Region" xml:"Region"`
	RegionEname string `json:"RegionEname" xml:"RegionEname"`
}

DescribeIpInfoResponse is the response struct for api DescribeIpInfo

func CreateDescribeIpInfoResponse ¶

func CreateDescribeIpInfoResponse() (response *DescribeIpInfoResponse)

CreateDescribeIpInfoResponse creates a response to parse from DescribeIpInfo response

type DescribeL2VipsByDomainRequest ¶

type DescribeL2VipsByDomainRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
}

DescribeL2VipsByDomainRequest is the request struct for api DescribeL2VipsByDomain

func CreateDescribeL2VipsByDomainRequest ¶

func CreateDescribeL2VipsByDomainRequest() (request *DescribeL2VipsByDomainRequest)

CreateDescribeL2VipsByDomainRequest creates a request to invoke DescribeL2VipsByDomain API

type DescribeL2VipsByDomainResponse ¶

type DescribeL2VipsByDomainResponse struct {
	*responses.BaseResponse
	RequestId  string                       `json:"RequestId" xml:"RequestId"`
	DomainName string                       `json:"DomainName" xml:"DomainName"`
	Vips       VipsInDescribeL2VipsByDomain `json:"Vips" xml:"Vips"`
}

DescribeL2VipsByDomainResponse is the response struct for api DescribeL2VipsByDomain

func CreateDescribeL2VipsByDomainResponse ¶

func CreateDescribeL2VipsByDomainResponse() (response *DescribeL2VipsByDomainResponse)

CreateDescribeL2VipsByDomainResponse creates a response to parse from DescribeL2VipsByDomain response

type DescribeLiveAppRecordConfigRequest ¶

type DescribeLiveAppRecordConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
}

DescribeLiveAppRecordConfigRequest is the request struct for api DescribeLiveAppRecordConfig

func CreateDescribeLiveAppRecordConfigRequest ¶

func CreateDescribeLiveAppRecordConfigRequest() (request *DescribeLiveAppRecordConfigRequest)

CreateDescribeLiveAppRecordConfigRequest creates a request to invoke DescribeLiveAppRecordConfig API

type DescribeLiveAppRecordConfigResponse ¶

type DescribeLiveAppRecordConfigResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	LiveAppRecord LiveAppRecord `json:"LiveAppRecord" xml:"LiveAppRecord"`
}

DescribeLiveAppRecordConfigResponse is the response struct for api DescribeLiveAppRecordConfig

func CreateDescribeLiveAppRecordConfigResponse ¶

func CreateDescribeLiveAppRecordConfigResponse() (response *DescribeLiveAppRecordConfigResponse)

CreateDescribeLiveAppRecordConfigResponse creates a response to parse from DescribeLiveAppRecordConfig response

type DescribeLivePullStreamConfigRequest ¶

type DescribeLivePullStreamConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
}

DescribeLivePullStreamConfigRequest is the request struct for api DescribeLivePullStreamConfig

func CreateDescribeLivePullStreamConfigRequest ¶

func CreateDescribeLivePullStreamConfigRequest() (request *DescribeLivePullStreamConfigRequest)

CreateDescribeLivePullStreamConfigRequest creates a request to invoke DescribeLivePullStreamConfig API

type DescribeLivePullStreamConfigResponse ¶

type DescribeLivePullStreamConfigResponse struct {
	*responses.BaseResponse
	RequestId         string                                          `json:"RequestId" xml:"RequestId"`
	LiveAppRecordList LiveAppRecordListInDescribeLivePullStreamConfig `json:"LiveAppRecordList" xml:"LiveAppRecordList"`
}

DescribeLivePullStreamConfigResponse is the response struct for api DescribeLivePullStreamConfig

func CreateDescribeLivePullStreamConfigResponse ¶

func CreateDescribeLivePullStreamConfigResponse() (response *DescribeLivePullStreamConfigResponse)

CreateDescribeLivePullStreamConfigResponse creates a response to parse from DescribeLivePullStreamConfig response

type DescribeLiveRecordConfigRequest ¶

type DescribeLiveRecordConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
}

DescribeLiveRecordConfigRequest is the request struct for api DescribeLiveRecordConfig

func CreateDescribeLiveRecordConfigRequest ¶

func CreateDescribeLiveRecordConfigRequest() (request *DescribeLiveRecordConfigRequest)

CreateDescribeLiveRecordConfigRequest creates a request to invoke DescribeLiveRecordConfig API

type DescribeLiveRecordConfigResponse ¶

type DescribeLiveRecordConfigResponse struct {
	*responses.BaseResponse
	RequestId         string                                      `json:"RequestId" xml:"RequestId"`
	LiveAppRecordList LiveAppRecordListInDescribeLiveRecordConfig `json:"LiveAppRecordList" xml:"LiveAppRecordList"`
}

DescribeLiveRecordConfigResponse is the response struct for api DescribeLiveRecordConfig

func CreateDescribeLiveRecordConfigResponse ¶

func CreateDescribeLiveRecordConfigResponse() (response *DescribeLiveRecordConfigResponse)

CreateDescribeLiveRecordConfigResponse creates a response to parse from DescribeLiveRecordConfig response

type DescribeLiveSnapshotConfigRequest ¶

type DescribeLiveSnapshotConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
	StreamName    string           `position:"Query" name:"StreamName"`
	PageNum       requests.Integer `position:"Query" name:"PageNum"`
	PageSize      requests.Integer `position:"Query" name:"PageSize"`
	Order         string           `position:"Query" name:"Order"`
}

DescribeLiveSnapshotConfigRequest is the request struct for api DescribeLiveSnapshotConfig

func CreateDescribeLiveSnapshotConfigRequest ¶

func CreateDescribeLiveSnapshotConfigRequest() (request *DescribeLiveSnapshotConfigRequest)

CreateDescribeLiveSnapshotConfigRequest creates a request to invoke DescribeLiveSnapshotConfig API

type DescribeLiveSnapshotConfigResponse ¶

type DescribeLiveSnapshotConfigResponse struct {
	*responses.BaseResponse
	RequestId                    string                       `json:"RequestId" xml:"RequestId"`
	PageNum                      int                          `json:"PageNum" xml:"PageNum"`
	PageSize                     int                          `json:"PageSize" xml:"PageSize"`
	Order                        string                       `json:"Order" xml:"Order"`
	TotalNum                     int                          `json:"TotalNum" xml:"TotalNum"`
	TotalPage                    int                          `json:"TotalPage" xml:"TotalPage"`
	LiveStreamSnapshotConfigList LiveStreamSnapshotConfigList `json:"LiveStreamSnapshotConfigList" xml:"LiveStreamSnapshotConfigList"`
}

DescribeLiveSnapshotConfigResponse is the response struct for api DescribeLiveSnapshotConfig

func CreateDescribeLiveSnapshotConfigResponse ¶

func CreateDescribeLiveSnapshotConfigResponse() (response *DescribeLiveSnapshotConfigResponse)

CreateDescribeLiveSnapshotConfigResponse creates a response to parse from DescribeLiveSnapshotConfig response

type DescribeLiveSpecificDomainMappingRequest ¶

type DescribeLiveSpecificDomainMappingRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	PushDomain    string           `position:"Query" name:"PushDomain"`
	PullDomain    string           `position:"Query" name:"PullDomain"`
}

DescribeLiveSpecificDomainMappingRequest is the request struct for api DescribeLiveSpecificDomainMapping

func CreateDescribeLiveSpecificDomainMappingRequest ¶

func CreateDescribeLiveSpecificDomainMappingRequest() (request *DescribeLiveSpecificDomainMappingRequest)

CreateDescribeLiveSpecificDomainMappingRequest creates a request to invoke DescribeLiveSpecificDomainMapping API

type DescribeLiveSpecificDomainMappingResponse ¶

type DescribeLiveSpecificDomainMappingResponse struct {
	*responses.BaseResponse
	RequestId           string              `json:"RequestId" xml:"RequestId"`
	DomainMappingModels DomainMappingModels `json:"DomainMappingModels" xml:"DomainMappingModels"`
}

DescribeLiveSpecificDomainMappingResponse is the response struct for api DescribeLiveSpecificDomainMapping

func CreateDescribeLiveSpecificDomainMappingResponse ¶

func CreateDescribeLiveSpecificDomainMappingResponse() (response *DescribeLiveSpecificDomainMappingResponse)

CreateDescribeLiveSpecificDomainMappingResponse creates a response to parse from DescribeLiveSpecificDomainMapping response

type DescribeLiveStreamBitRateDataRequest ¶

type DescribeLiveStreamBitRateDataRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
	StreamName    string           `position:"Query" name:"StreamName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeLiveStreamBitRateDataRequest is the request struct for api DescribeLiveStreamBitRateData

func CreateDescribeLiveStreamBitRateDataRequest ¶

func CreateDescribeLiveStreamBitRateDataRequest() (request *DescribeLiveStreamBitRateDataRequest)

CreateDescribeLiveStreamBitRateDataRequest creates a request to invoke DescribeLiveStreamBitRateData API

type DescribeLiveStreamBitRateDataResponse ¶

type DescribeLiveStreamBitRateDataResponse struct {
	*responses.BaseResponse
	RequestId                string                                                  `json:"RequestId" xml:"RequestId"`
	FrameRateAndBitRateInfos FrameRateAndBitRateInfosInDescribeLiveStreamBitRateData `json:"FrameRateAndBitRateInfos" xml:"FrameRateAndBitRateInfos"`
}

DescribeLiveStreamBitRateDataResponse is the response struct for api DescribeLiveStreamBitRateData

func CreateDescribeLiveStreamBitRateDataResponse ¶

func CreateDescribeLiveStreamBitRateDataResponse() (response *DescribeLiveStreamBitRateDataResponse)

CreateDescribeLiveStreamBitRateDataResponse creates a response to parse from DescribeLiveStreamBitRateData response

type DescribeLiveStreamBpsDataRequest ¶

type DescribeLiveStreamBpsDataRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
	StreamName    string           `position:"Query" name:"StreamName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeLiveStreamBpsDataRequest is the request struct for api DescribeLiveStreamBpsData

func CreateDescribeLiveStreamBpsDataRequest ¶

func CreateDescribeLiveStreamBpsDataRequest() (request *DescribeLiveStreamBpsDataRequest)

CreateDescribeLiveStreamBpsDataRequest creates a request to invoke DescribeLiveStreamBpsData API

type DescribeLiveStreamBpsDataResponse ¶

type DescribeLiveStreamBpsDataResponse struct {
	*responses.BaseResponse
	RequestId string                              `json:"RequestId" xml:"RequestId"`
	BpsDatas  BpsDatasInDescribeLiveStreamBpsData `json:"BpsDatas" xml:"BpsDatas"`
}

DescribeLiveStreamBpsDataResponse is the response struct for api DescribeLiveStreamBpsData

func CreateDescribeLiveStreamBpsDataResponse ¶

func CreateDescribeLiveStreamBpsDataResponse() (response *DescribeLiveStreamBpsDataResponse)

CreateDescribeLiveStreamBpsDataResponse creates a response to parse from DescribeLiveStreamBpsData response

type DescribeLiveStreamDomainAppInfoRequest ¶

type DescribeLiveStreamDomainAppInfoRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	AppDomain     string           `position:"Query" name:"AppDomain"`
}

DescribeLiveStreamDomainAppInfoRequest is the request struct for api DescribeLiveStreamDomainAppInfo

func CreateDescribeLiveStreamDomainAppInfoRequest ¶

func CreateDescribeLiveStreamDomainAppInfoRequest() (request *DescribeLiveStreamDomainAppInfoRequest)

CreateDescribeLiveStreamDomainAppInfoRequest creates a request to invoke DescribeLiveStreamDomainAppInfo API

type DescribeLiveStreamDomainAppInfoResponse ¶

type DescribeLiveStreamDomainAppInfoResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	DomainAppList DomainAppList `json:"DomainAppList" xml:"DomainAppList"`
}

DescribeLiveStreamDomainAppInfoResponse is the response struct for api DescribeLiveStreamDomainAppInfo

func CreateDescribeLiveStreamDomainAppInfoResponse ¶

func CreateDescribeLiveStreamDomainAppInfoResponse() (response *DescribeLiveStreamDomainAppInfoResponse)

CreateDescribeLiveStreamDomainAppInfoResponse creates a response to parse from DescribeLiveStreamDomainAppInfo response

type DescribeLiveStreamFrameAndBitRateByDomainRequest ¶

type DescribeLiveStreamFrameAndBitRateByDomainRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
	PageNumber    requests.Integer `position:"Query" name:"PageNumber"`
	PageSize      requests.Integer `position:"Query" name:"PageSize"`
}

DescribeLiveStreamFrameAndBitRateByDomainRequest is the request struct for api DescribeLiveStreamFrameAndBitRateByDomain

func CreateDescribeLiveStreamFrameAndBitRateByDomainRequest ¶

func CreateDescribeLiveStreamFrameAndBitRateByDomainRequest() (request *DescribeLiveStreamFrameAndBitRateByDomainRequest)

CreateDescribeLiveStreamFrameAndBitRateByDomainRequest creates a request to invoke DescribeLiveStreamFrameAndBitRateByDomain API

type DescribeLiveStreamFrameAndBitRateByDomainResponse ¶

type DescribeLiveStreamFrameAndBitRateByDomainResponse struct {
	*responses.BaseResponse
	RequestId                string                                                              `json:"RequestId" xml:"RequestId"`
	Count                    int                                                                 `json:"Count" xml:"Count"`
	PageNumber               int                                                                 `json:"pageNumber" xml:"pageNumber"`
	PageSize                 int                                                                 `json:"pageSize" xml:"pageSize"`
	FrameRateAndBitRateInfos FrameRateAndBitRateInfosInDescribeLiveStreamFrameAndBitRateByDomain `json:"FrameRateAndBitRateInfos" xml:"FrameRateAndBitRateInfos"`
}

DescribeLiveStreamFrameAndBitRateByDomainResponse is the response struct for api DescribeLiveStreamFrameAndBitRateByDomain

func CreateDescribeLiveStreamFrameAndBitRateByDomainResponse ¶

func CreateDescribeLiveStreamFrameAndBitRateByDomainResponse() (response *DescribeLiveStreamFrameAndBitRateByDomainResponse)

CreateDescribeLiveStreamFrameAndBitRateByDomainResponse creates a response to parse from DescribeLiveStreamFrameAndBitRateByDomain response

type DescribeLiveStreamFrameInfoRequest ¶

type DescribeLiveStreamFrameInfoRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
	StreamName    string           `position:"Query" name:"StreamName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeLiveStreamFrameInfoRequest is the request struct for api DescribeLiveStreamFrameInfo

func CreateDescribeLiveStreamFrameInfoRequest ¶

func CreateDescribeLiveStreamFrameInfoRequest() (request *DescribeLiveStreamFrameInfoRequest)

CreateDescribeLiveStreamFrameInfoRequest creates a request to invoke DescribeLiveStreamFrameInfo API

type DescribeLiveStreamFrameInfoResponse ¶

type DescribeLiveStreamFrameInfoResponse struct {
	*responses.BaseResponse
	RequestId      string         `json:"RequestId" xml:"RequestId"`
	FrameDataInfos FrameDataInfos `json:"FrameDataInfos" xml:"FrameDataInfos"`
}

DescribeLiveStreamFrameInfoResponse is the response struct for api DescribeLiveStreamFrameInfo

func CreateDescribeLiveStreamFrameInfoResponse ¶

func CreateDescribeLiveStreamFrameInfoResponse() (response *DescribeLiveStreamFrameInfoResponse)

CreateDescribeLiveStreamFrameInfoResponse creates a response to parse from DescribeLiveStreamFrameInfo response

type DescribeLiveStreamFrameLossRatioRequest ¶

type DescribeLiveStreamFrameLossRatioRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
	StreamName    string           `position:"Query" name:"StreamName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeLiveStreamFrameLossRatioRequest is the request struct for api DescribeLiveStreamFrameLossRatio

func CreateDescribeLiveStreamFrameLossRatioRequest ¶

func CreateDescribeLiveStreamFrameLossRatioRequest() (request *DescribeLiveStreamFrameLossRatioRequest)

CreateDescribeLiveStreamFrameLossRatioRequest creates a request to invoke DescribeLiveStreamFrameLossRatio API

type DescribeLiveStreamFrameLossRatioResponse ¶

type DescribeLiveStreamFrameLossRatioResponse struct {
	*responses.BaseResponse
	RequestId           string              `json:"RequestId" xml:"RequestId"`
	FrameLossRatioInfos FrameLossRatioInfos `json:"FrameLossRatioInfos" xml:"FrameLossRatioInfos"`
}

DescribeLiveStreamFrameLossRatioResponse is the response struct for api DescribeLiveStreamFrameLossRatio

func CreateDescribeLiveStreamFrameLossRatioResponse ¶

func CreateDescribeLiveStreamFrameLossRatioResponse() (response *DescribeLiveStreamFrameLossRatioResponse)

CreateDescribeLiveStreamFrameLossRatioResponse creates a response to parse from DescribeLiveStreamFrameLossRatio response

type DescribeLiveStreamHlsOnlineUserNumByDomainRequest ¶

type DescribeLiveStreamHlsOnlineUserNumByDomainRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
	HlsSwitch     string           `position:"Query" name:"HlsSwitch"`
	PageNumber    requests.Integer `position:"Query" name:"PageNumber"`
	PageSize      requests.Integer `position:"Query" name:"PageSize"`
}

DescribeLiveStreamHlsOnlineUserNumByDomainRequest is the request struct for api DescribeLiveStreamHlsOnlineUserNumByDomain

func CreateDescribeLiveStreamHlsOnlineUserNumByDomainRequest ¶

func CreateDescribeLiveStreamHlsOnlineUserNumByDomainRequest() (request *DescribeLiveStreamHlsOnlineUserNumByDomainRequest)

CreateDescribeLiveStreamHlsOnlineUserNumByDomainRequest creates a request to invoke DescribeLiveStreamHlsOnlineUserNumByDomain API

type DescribeLiveStreamHlsOnlineUserNumByDomainResponse ¶

type DescribeLiveStreamHlsOnlineUserNumByDomainResponse struct {
	*responses.BaseResponse
	RequestId       string                                                     `json:"RequestId" xml:"RequestId"`
	TotalUserNumber int                                                        `json:"TotalUserNumber" xml:"TotalUserNumber"`
	Count           int                                                        `json:"Count" xml:"Count"`
	PageNumber      int                                                        `json:"pageNumber" xml:"pageNumber"`
	PageSize        int                                                        `json:"pageSize" xml:"pageSize"`
	OnlineUserInfo  OnlineUserInfoInDescribeLiveStreamHlsOnlineUserNumByDomain `json:"OnlineUserInfo" xml:"OnlineUserInfo"`
}

DescribeLiveStreamHlsOnlineUserNumByDomainResponse is the response struct for api DescribeLiveStreamHlsOnlineUserNumByDomain

func CreateDescribeLiveStreamHlsOnlineUserNumByDomainResponse ¶

func CreateDescribeLiveStreamHlsOnlineUserNumByDomainResponse() (response *DescribeLiveStreamHlsOnlineUserNumByDomainResponse)

CreateDescribeLiveStreamHlsOnlineUserNumByDomainResponse creates a response to parse from DescribeLiveStreamHlsOnlineUserNumByDomain response

type DescribeLiveStreamLimitInfoRequest ¶

type DescribeLiveStreamLimitInfoRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	LimitDomain   string           `position:"Query" name:"LimitDomain"`
}

DescribeLiveStreamLimitInfoRequest is the request struct for api DescribeLiveStreamLimitInfo

func CreateDescribeLiveStreamLimitInfoRequest ¶

func CreateDescribeLiveStreamLimitInfoRequest() (request *DescribeLiveStreamLimitInfoRequest)

CreateDescribeLiveStreamLimitInfoRequest creates a request to invoke DescribeLiveStreamLimitInfo API

type DescribeLiveStreamLimitInfoResponse ¶

type DescribeLiveStreamLimitInfoResponse struct {
	*responses.BaseResponse
	RequestId      string         `json:"RequestId" xml:"RequestId"`
	UserLimitLists UserLimitLists `json:"UserLimitLists" xml:"UserLimitLists"`
}

DescribeLiveStreamLimitInfoResponse is the response struct for api DescribeLiveStreamLimitInfo

func CreateDescribeLiveStreamLimitInfoResponse ¶

func CreateDescribeLiveStreamLimitInfoResponse() (response *DescribeLiveStreamLimitInfoResponse)

CreateDescribeLiveStreamLimitInfoResponse creates a response to parse from DescribeLiveStreamLimitInfo response

type DescribeLiveStreamNumberListRequest ¶

type DescribeLiveStreamNumberListRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeLiveStreamNumberListRequest is the request struct for api DescribeLiveStreamNumberList

func CreateDescribeLiveStreamNumberListRequest ¶

func CreateDescribeLiveStreamNumberListRequest() (request *DescribeLiveStreamNumberListRequest)

CreateDescribeLiveStreamNumberListRequest creates a request to invoke DescribeLiveStreamNumberList API

type DescribeLiveStreamNumberListResponse ¶

type DescribeLiveStreamNumberListResponse struct {
	*responses.BaseResponse
	RequestId         string            `json:"RequestId" xml:"RequestId"`
	DomainName        string            `json:"DomainName" xml:"DomainName"`
	StreamNumberInfos StreamNumberInfos `json:"StreamNumberInfos" xml:"StreamNumberInfos"`
}

DescribeLiveStreamNumberListResponse is the response struct for api DescribeLiveStreamNumberList

func CreateDescribeLiveStreamNumberListResponse ¶

func CreateDescribeLiveStreamNumberListResponse() (response *DescribeLiveStreamNumberListResponse)

CreateDescribeLiveStreamNumberListResponse creates a response to parse from DescribeLiveStreamNumberList response

type DescribeLiveStreamOnlineBpsRequest ¶

type DescribeLiveStreamOnlineBpsRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
	StreamName    string           `position:"Query" name:"StreamName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeLiveStreamOnlineBpsRequest is the request struct for api DescribeLiveStreamOnlineBps

func CreateDescribeLiveStreamOnlineBpsRequest ¶

func CreateDescribeLiveStreamOnlineBpsRequest() (request *DescribeLiveStreamOnlineBpsRequest)

CreateDescribeLiveStreamOnlineBpsRequest creates a request to invoke DescribeLiveStreamOnlineBps API

type DescribeLiveStreamOnlineBpsResponse ¶

type DescribeLiveStreamOnlineBpsResponse struct {
	*responses.BaseResponse
	RequestId                string                   `json:"RequestId" xml:"RequestId"`
	TotalUserNumber          int                      `json:"TotalUserNumber" xml:"TotalUserNumber"`
	FlvBps                   float64                  `json:"FlvBps" xml:"FlvBps"`
	HlsBps                   float64                  `json:"HlsBps" xml:"HlsBps"`
	LiveStreamOnlineBpsInfos LiveStreamOnlineBpsInfos `json:"LiveStreamOnlineBpsInfos" xml:"LiveStreamOnlineBpsInfos"`
}

DescribeLiveStreamOnlineBpsResponse is the response struct for api DescribeLiveStreamOnlineBps

func CreateDescribeLiveStreamOnlineBpsResponse ¶

func CreateDescribeLiveStreamOnlineBpsResponse() (response *DescribeLiveStreamOnlineBpsResponse)

CreateDescribeLiveStreamOnlineBpsResponse creates a response to parse from DescribeLiveStreamOnlineBps response

type DescribeLiveStreamOnlineUserNumByDomainRequest ¶

type DescribeLiveStreamOnlineUserNumByDomainRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
	HlsSwitch     string           `position:"Query" name:"HlsSwitch"`
	PageNumber    requests.Integer `position:"Query" name:"PageNumber"`
	PageSize      requests.Integer `position:"Query" name:"PageSize"`
}

DescribeLiveStreamOnlineUserNumByDomainRequest is the request struct for api DescribeLiveStreamOnlineUserNumByDomain

func CreateDescribeLiveStreamOnlineUserNumByDomainRequest ¶

func CreateDescribeLiveStreamOnlineUserNumByDomainRequest() (request *DescribeLiveStreamOnlineUserNumByDomainRequest)

CreateDescribeLiveStreamOnlineUserNumByDomainRequest creates a request to invoke DescribeLiveStreamOnlineUserNumByDomain API

type DescribeLiveStreamOnlineUserNumByDomainResponse ¶

type DescribeLiveStreamOnlineUserNumByDomainResponse struct {
	*responses.BaseResponse
	RequestId       string                                                  `json:"RequestId" xml:"RequestId"`
	TotalUserNumber int                                                     `json:"TotalUserNumber" xml:"TotalUserNumber"`
	Count           int                                                     `json:"Count" xml:"Count"`
	PageNumber      int                                                     `json:"pageNumber" xml:"pageNumber"`
	PageSize        int                                                     `json:"pageSize" xml:"pageSize"`
	OnlineUserInfo  OnlineUserInfoInDescribeLiveStreamOnlineUserNumByDomain `json:"OnlineUserInfo" xml:"OnlineUserInfo"`
}

DescribeLiveStreamOnlineUserNumByDomainResponse is the response struct for api DescribeLiveStreamOnlineUserNumByDomain

func CreateDescribeLiveStreamOnlineUserNumByDomainResponse ¶

func CreateDescribeLiveStreamOnlineUserNumByDomainResponse() (response *DescribeLiveStreamOnlineUserNumByDomainResponse)

CreateDescribeLiveStreamOnlineUserNumByDomainResponse creates a response to parse from DescribeLiveStreamOnlineUserNumByDomain response

type DescribeLiveStreamOnlineUserNumRequest ¶

type DescribeLiveStreamOnlineUserNumRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
	StreamName    string           `position:"Query" name:"StreamName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
	HlsSwitch     string           `position:"Query" name:"HlsSwitch"`
}

DescribeLiveStreamOnlineUserNumRequest is the request struct for api DescribeLiveStreamOnlineUserNum

func CreateDescribeLiveStreamOnlineUserNumRequest ¶

func CreateDescribeLiveStreamOnlineUserNumRequest() (request *DescribeLiveStreamOnlineUserNumRequest)

CreateDescribeLiveStreamOnlineUserNumRequest creates a request to invoke DescribeLiveStreamOnlineUserNum API

type DescribeLiveStreamOnlineUserNumResponse ¶

type DescribeLiveStreamOnlineUserNumResponse struct {
	*responses.BaseResponse
	RequestId       string                                          `json:"RequestId" xml:"RequestId"`
	TotalUserNumber int                                             `json:"TotalUserNumber" xml:"TotalUserNumber"`
	OnlineUserInfo  OnlineUserInfoInDescribeLiveStreamOnlineUserNum `json:"OnlineUserInfo" xml:"OnlineUserInfo"`
}

DescribeLiveStreamOnlineUserNumResponse is the response struct for api DescribeLiveStreamOnlineUserNum

func CreateDescribeLiveStreamOnlineUserNumResponse ¶

func CreateDescribeLiveStreamOnlineUserNumResponse() (response *DescribeLiveStreamOnlineUserNumResponse)

CreateDescribeLiveStreamOnlineUserNumResponse creates a response to parse from DescribeLiveStreamOnlineUserNum response

type DescribeLiveStreamPushDataRequest ¶

type DescribeLiveStreamPushDataRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeLiveStreamPushDataRequest is the request struct for api DescribeLiveStreamPushData

func CreateDescribeLiveStreamPushDataRequest ¶

func CreateDescribeLiveStreamPushDataRequest() (request *DescribeLiveStreamPushDataRequest)

CreateDescribeLiveStreamPushDataRequest creates a request to invoke DescribeLiveStreamPushData API

type DescribeLiveStreamPushDataResponse ¶

type DescribeLiveStreamPushDataResponse struct {
	*responses.BaseResponse
	RequestId           string              `json:"RequestId" xml:"RequestId"`
	PushStreamModelList PushStreamModelList `json:"PushStreamModelList" xml:"PushStreamModelList"`
}

DescribeLiveStreamPushDataResponse is the response struct for api DescribeLiveStreamPushData

func CreateDescribeLiveStreamPushDataResponse ¶

func CreateDescribeLiveStreamPushDataResponse() (response *DescribeLiveStreamPushDataResponse)

CreateDescribeLiveStreamPushDataResponse creates a response to parse from DescribeLiveStreamPushData response

type DescribeLiveStreamPushErrorsRequest ¶

type DescribeLiveStreamPushErrorsRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeLiveStreamPushErrorsRequest is the request struct for api DescribeLiveStreamPushErrors

func CreateDescribeLiveStreamPushErrorsRequest ¶

func CreateDescribeLiveStreamPushErrorsRequest() (request *DescribeLiveStreamPushErrorsRequest)

CreateDescribeLiveStreamPushErrorsRequest creates a request to invoke DescribeLiveStreamPushErrors API

type DescribeLiveStreamPushErrorsResponse ¶

type DescribeLiveStreamPushErrorsResponse struct {
	*responses.BaseResponse
	RequestId           string              `json:"RequestId" xml:"RequestId"`
	PushErrorsModelList PushErrorsModelList `json:"PushErrorsModelList" xml:"PushErrorsModelList"`
}

DescribeLiveStreamPushErrorsResponse is the response struct for api DescribeLiveStreamPushErrors

func CreateDescribeLiveStreamPushErrorsResponse ¶

func CreateDescribeLiveStreamPushErrorsResponse() (response *DescribeLiveStreamPushErrorsResponse)

CreateDescribeLiveStreamPushErrorsResponse creates a response to parse from DescribeLiveStreamPushErrors response

type DescribeLiveStreamRecordContentRequest ¶

type DescribeLiveStreamRecordContentRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
	StreamName    string           `position:"Query" name:"StreamName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeLiveStreamRecordContentRequest is the request struct for api DescribeLiveStreamRecordContent

func CreateDescribeLiveStreamRecordContentRequest ¶

func CreateDescribeLiveStreamRecordContentRequest() (request *DescribeLiveStreamRecordContentRequest)

CreateDescribeLiveStreamRecordContentRequest creates a request to invoke DescribeLiveStreamRecordContent API

type DescribeLiveStreamRecordContentResponse ¶

type DescribeLiveStreamRecordContentResponse struct {
	*responses.BaseResponse
	RequestId             string                `json:"RequestId" xml:"RequestId"`
	RecordContentInfoList RecordContentInfoList `json:"RecordContentInfoList" xml:"RecordContentInfoList"`
}

DescribeLiveStreamRecordContentResponse is the response struct for api DescribeLiveStreamRecordContent

func CreateDescribeLiveStreamRecordContentResponse ¶

func CreateDescribeLiveStreamRecordContentResponse() (response *DescribeLiveStreamRecordContentResponse)

CreateDescribeLiveStreamRecordContentResponse creates a response to parse from DescribeLiveStreamRecordContent response

type DescribeLiveStreamRecordIndexFileRequest ¶

type DescribeLiveStreamRecordIndexFileRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
	StreamName    string           `position:"Query" name:"StreamName"`
	RecordId      string           `position:"Query" name:"RecordId"`
}

DescribeLiveStreamRecordIndexFileRequest is the request struct for api DescribeLiveStreamRecordIndexFile

func CreateDescribeLiveStreamRecordIndexFileRequest ¶

func CreateDescribeLiveStreamRecordIndexFileRequest() (request *DescribeLiveStreamRecordIndexFileRequest)

CreateDescribeLiveStreamRecordIndexFileRequest creates a request to invoke DescribeLiveStreamRecordIndexFile API

type DescribeLiveStreamRecordIndexFileResponse ¶

type DescribeLiveStreamRecordIndexFileResponse struct {
	*responses.BaseResponse
	RequestId       string          `json:"RequestId" xml:"RequestId"`
	RecordIndexInfo RecordIndexInfo `json:"RecordIndexInfo" xml:"RecordIndexInfo"`
}

DescribeLiveStreamRecordIndexFileResponse is the response struct for api DescribeLiveStreamRecordIndexFile

func CreateDescribeLiveStreamRecordIndexFileResponse ¶

func CreateDescribeLiveStreamRecordIndexFileResponse() (response *DescribeLiveStreamRecordIndexFileResponse)

CreateDescribeLiveStreamRecordIndexFileResponse creates a response to parse from DescribeLiveStreamRecordIndexFile response

type DescribeLiveStreamRecordIndexFilesRequest ¶

type DescribeLiveStreamRecordIndexFilesRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
	StreamName    string           `position:"Query" name:"StreamName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeLiveStreamRecordIndexFilesRequest is the request struct for api DescribeLiveStreamRecordIndexFiles

func CreateDescribeLiveStreamRecordIndexFilesRequest ¶

func CreateDescribeLiveStreamRecordIndexFilesRequest() (request *DescribeLiveStreamRecordIndexFilesRequest)

CreateDescribeLiveStreamRecordIndexFilesRequest creates a request to invoke DescribeLiveStreamRecordIndexFiles API

type DescribeLiveStreamRecordIndexFilesResponse ¶

type DescribeLiveStreamRecordIndexFilesResponse struct {
	*responses.BaseResponse
	RequestId           string              `json:"RequestId" xml:"RequestId"`
	RecordIndexInfoList RecordIndexInfoList `json:"RecordIndexInfoList" xml:"RecordIndexInfoList"`
}

DescribeLiveStreamRecordIndexFilesResponse is the response struct for api DescribeLiveStreamRecordIndexFiles

func CreateDescribeLiveStreamRecordIndexFilesResponse ¶

func CreateDescribeLiveStreamRecordIndexFilesResponse() (response *DescribeLiveStreamRecordIndexFilesResponse)

CreateDescribeLiveStreamRecordIndexFilesResponse creates a response to parse from DescribeLiveStreamRecordIndexFiles response

type DescribeLiveStreamRelayPushBitRateRequest ¶

type DescribeLiveStreamRelayPushBitRateRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
	StreamName    string           `position:"Query" name:"StreamName"`
}

DescribeLiveStreamRelayPushBitRateRequest is the request struct for api DescribeLiveStreamRelayPushBitRate

func CreateDescribeLiveStreamRelayPushBitRateRequest ¶

func CreateDescribeLiveStreamRelayPushBitRateRequest() (request *DescribeLiveStreamRelayPushBitRateRequest)

CreateDescribeLiveStreamRelayPushBitRateRequest creates a request to invoke DescribeLiveStreamRelayPushBitRate API

type DescribeLiveStreamRelayPushBitRateResponse ¶

type DescribeLiveStreamRelayPushBitRateResponse struct {
	*responses.BaseResponse
	RequestId                 string                    `json:"RequestId" xml:"RequestId"`
	RelayPushBitRateModelList RelayPushBitRateModelList `json:"RelayPushBitRateModelList" xml:"RelayPushBitRateModelList"`
}

DescribeLiveStreamRelayPushBitRateResponse is the response struct for api DescribeLiveStreamRelayPushBitRate

func CreateDescribeLiveStreamRelayPushBitRateResponse ¶

func CreateDescribeLiveStreamRelayPushBitRateResponse() (response *DescribeLiveStreamRelayPushBitRateResponse)

CreateDescribeLiveStreamRelayPushBitRateResponse creates a response to parse from DescribeLiveStreamRelayPushBitRate response

type DescribeLiveStreamRelayPushDataRequest ¶

type DescribeLiveStreamRelayPushDataRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	RelayDomain   string           `position:"Query" name:"RelayDomain"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeLiveStreamRelayPushDataRequest is the request struct for api DescribeLiveStreamRelayPushData

func CreateDescribeLiveStreamRelayPushDataRequest ¶

func CreateDescribeLiveStreamRelayPushDataRequest() (request *DescribeLiveStreamRelayPushDataRequest)

CreateDescribeLiveStreamRelayPushDataRequest creates a request to invoke DescribeLiveStreamRelayPushData API

type DescribeLiveStreamRelayPushDataResponse ¶

type DescribeLiveStreamRelayPushDataResponse struct {
	*responses.BaseResponse
	RequestId                string                   `json:"RequestId" xml:"RequestId"`
	RelayPushDetailModelList RelayPushDetailModelList `json:"RelayPushDetailModelList" xml:"RelayPushDetailModelList"`
}

DescribeLiveStreamRelayPushDataResponse is the response struct for api DescribeLiveStreamRelayPushData

func CreateDescribeLiveStreamRelayPushDataResponse ¶

func CreateDescribeLiveStreamRelayPushDataResponse() (response *DescribeLiveStreamRelayPushDataResponse)

CreateDescribeLiveStreamRelayPushDataResponse creates a response to parse from DescribeLiveStreamRelayPushData response

type DescribeLiveStreamRelayPushErrorsRequest ¶

type DescribeLiveStreamRelayPushErrorsRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	RelayDomain   string           `position:"Query" name:"RelayDomain"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeLiveStreamRelayPushErrorsRequest is the request struct for api DescribeLiveStreamRelayPushErrors

func CreateDescribeLiveStreamRelayPushErrorsRequest ¶

func CreateDescribeLiveStreamRelayPushErrorsRequest() (request *DescribeLiveStreamRelayPushErrorsRequest)

CreateDescribeLiveStreamRelayPushErrorsRequest creates a request to invoke DescribeLiveStreamRelayPushErrors API

type DescribeLiveStreamRelayPushErrorsResponse ¶

type DescribeLiveStreamRelayPushErrorsResponse struct {
	*responses.BaseResponse
	RequestId                string                   `json:"RequestId" xml:"RequestId"`
	RelayPushErrorsModelList RelayPushErrorsModelList `json:"RelayPushErrorsModelList" xml:"RelayPushErrorsModelList"`
}

DescribeLiveStreamRelayPushErrorsResponse is the response struct for api DescribeLiveStreamRelayPushErrors

func CreateDescribeLiveStreamRelayPushErrorsResponse ¶

func CreateDescribeLiveStreamRelayPushErrorsResponse() (response *DescribeLiveStreamRelayPushErrorsResponse)

CreateDescribeLiveStreamRelayPushErrorsResponse creates a response to parse from DescribeLiveStreamRelayPushErrors response

type DescribeLiveStreamRoomBitRateRequest ¶

type DescribeLiveStreamRoomBitRateRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
	StreamName    string           `position:"Query" name:"StreamName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeLiveStreamRoomBitRateRequest is the request struct for api DescribeLiveStreamRoomBitRate

func CreateDescribeLiveStreamRoomBitRateRequest ¶

func CreateDescribeLiveStreamRoomBitRateRequest() (request *DescribeLiveStreamRoomBitRateRequest)

CreateDescribeLiveStreamRoomBitRateRequest creates a request to invoke DescribeLiveStreamRoomBitRate API

type DescribeLiveStreamRoomBitRateResponse ¶

type DescribeLiveStreamRoomBitRateResponse struct {
	*responses.BaseResponse
	RequestId                string                                                  `json:"RequestId" xml:"RequestId"`
	FrameRateAndBitRateInfos FrameRateAndBitRateInfosInDescribeLiveStreamRoomBitRate `json:"FrameRateAndBitRateInfos" xml:"FrameRateAndBitRateInfos"`
}

DescribeLiveStreamRoomBitRateResponse is the response struct for api DescribeLiveStreamRoomBitRate

func CreateDescribeLiveStreamRoomBitRateResponse ¶

func CreateDescribeLiveStreamRoomBitRateResponse() (response *DescribeLiveStreamRoomBitRateResponse)

CreateDescribeLiveStreamRoomBitRateResponse creates a response to parse from DescribeLiveStreamRoomBitRate response

type DescribeLiveStreamRoomUserNumberRequest ¶

type DescribeLiveStreamRoomUserNumberRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
	StreamName    string           `position:"Query" name:"StreamName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
	HlsSwitch     string           `position:"Query" name:"HlsSwitch"`
}

DescribeLiveStreamRoomUserNumberRequest is the request struct for api DescribeLiveStreamRoomUserNumber

func CreateDescribeLiveStreamRoomUserNumberRequest ¶

func CreateDescribeLiveStreamRoomUserNumberRequest() (request *DescribeLiveStreamRoomUserNumberRequest)

CreateDescribeLiveStreamRoomUserNumberRequest creates a request to invoke DescribeLiveStreamRoomUserNumber API

type DescribeLiveStreamRoomUserNumberResponse ¶

type DescribeLiveStreamRoomUserNumberResponse struct {
	*responses.BaseResponse
	RequestId       string                                           `json:"RequestId" xml:"RequestId"`
	TotalUserNumber int                                              `json:"TotalUserNumber" xml:"TotalUserNumber"`
	OnlineUserInfo  OnlineUserInfoInDescribeLiveStreamRoomUserNumber `json:"OnlineUserInfo" xml:"OnlineUserInfo"`
}

DescribeLiveStreamRoomUserNumberResponse is the response struct for api DescribeLiveStreamRoomUserNumber

func CreateDescribeLiveStreamRoomUserNumberResponse ¶

func CreateDescribeLiveStreamRoomUserNumberResponse() (response *DescribeLiveStreamRoomUserNumberResponse)

CreateDescribeLiveStreamRoomUserNumberResponse creates a response to parse from DescribeLiveStreamRoomUserNumber response

type DescribeLiveStreamSnapshotInfoRequest ¶

type DescribeLiveStreamSnapshotInfoRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
	StreamName    string           `position:"Query" name:"StreamName"`
	Limit         requests.Integer `position:"Query" name:"Limit"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeLiveStreamSnapshotInfoRequest is the request struct for api DescribeLiveStreamSnapshotInfo

func CreateDescribeLiveStreamSnapshotInfoRequest ¶

func CreateDescribeLiveStreamSnapshotInfoRequest() (request *DescribeLiveStreamSnapshotInfoRequest)

CreateDescribeLiveStreamSnapshotInfoRequest creates a request to invoke DescribeLiveStreamSnapshotInfo API

type DescribeLiveStreamSnapshotInfoResponse ¶

type DescribeLiveStreamSnapshotInfoResponse struct {
	*responses.BaseResponse
	RequestId                  string                     `json:"RequestId" xml:"RequestId"`
	NextStartTime              string                     `json:"NextStartTime" xml:"NextStartTime"`
	LiveStreamSnapshotInfoList LiveStreamSnapshotInfoList `json:"LiveStreamSnapshotInfoList" xml:"LiveStreamSnapshotInfoList"`
}

DescribeLiveStreamSnapshotInfoResponse is the response struct for api DescribeLiveStreamSnapshotInfo

func CreateDescribeLiveStreamSnapshotInfoResponse ¶

func CreateDescribeLiveStreamSnapshotInfoResponse() (response *DescribeLiveStreamSnapshotInfoResponse)

CreateDescribeLiveStreamSnapshotInfoResponse creates a response to parse from DescribeLiveStreamSnapshotInfo response

type DescribeLiveStreamStreamStatusRequest ¶

type DescribeLiveStreamStreamStatusRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
	StreamName    string           `position:"Query" name:"StreamName"`
}

DescribeLiveStreamStreamStatusRequest is the request struct for api DescribeLiveStreamStreamStatus

func CreateDescribeLiveStreamStreamStatusRequest ¶

func CreateDescribeLiveStreamStreamStatusRequest() (request *DescribeLiveStreamStreamStatusRequest)

CreateDescribeLiveStreamStreamStatusRequest creates a request to invoke DescribeLiveStreamStreamStatus API

type DescribeLiveStreamStreamStatusResponse ¶

type DescribeLiveStreamStreamStatusResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	StreamStatus string `json:"StreamStatus" xml:"StreamStatus"`
}

DescribeLiveStreamStreamStatusResponse is the response struct for api DescribeLiveStreamStreamStatus

func CreateDescribeLiveStreamStreamStatusResponse ¶

func CreateDescribeLiveStreamStreamStatusResponse() (response *DescribeLiveStreamStreamStatusResponse)

CreateDescribeLiveStreamStreamStatusResponse creates a response to parse from DescribeLiveStreamStreamStatus response

type DescribeLiveStreamTranscodeInfoRequest ¶

type DescribeLiveStreamTranscodeInfoRequest struct {
	*requests.RpcRequest
	OwnerId             requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken       string           `position:"Query" name:"SecurityToken"`
	DomainTranscodeName string           `position:"Query" name:"DomainTranscodeName"`
}

DescribeLiveStreamTranscodeInfoRequest is the request struct for api DescribeLiveStreamTranscodeInfo

func CreateDescribeLiveStreamTranscodeInfoRequest ¶

func CreateDescribeLiveStreamTranscodeInfoRequest() (request *DescribeLiveStreamTranscodeInfoRequest)

CreateDescribeLiveStreamTranscodeInfoRequest creates a request to invoke DescribeLiveStreamTranscodeInfo API

type DescribeLiveStreamTranscodeInfoResponse ¶

type DescribeLiveStreamTranscodeInfoResponse struct {
	*responses.BaseResponse
	RequestId           string              `json:"RequestId" xml:"RequestId"`
	DomainTranscodeList DomainTranscodeList `json:"DomainTranscodeList" xml:"DomainTranscodeList"`
}

DescribeLiveStreamTranscodeInfoResponse is the response struct for api DescribeLiveStreamTranscodeInfo

func CreateDescribeLiveStreamTranscodeInfoResponse ¶

func CreateDescribeLiveStreamTranscodeInfoResponse() (response *DescribeLiveStreamTranscodeInfoResponse)

CreateDescribeLiveStreamTranscodeInfoResponse creates a response to parse from DescribeLiveStreamTranscodeInfo response

type DescribeLiveStreamTranscodeStreamNumRequest ¶

type DescribeLiveStreamTranscodeStreamNumRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	PullDomain    string           `position:"Query" name:"PullDomain"`
	PushDomain    string           `position:"Query" name:"PushDomain"`
}

DescribeLiveStreamTranscodeStreamNumRequest is the request struct for api DescribeLiveStreamTranscodeStreamNum

func CreateDescribeLiveStreamTranscodeStreamNumRequest ¶

func CreateDescribeLiveStreamTranscodeStreamNumRequest() (request *DescribeLiveStreamTranscodeStreamNumRequest)

CreateDescribeLiveStreamTranscodeStreamNumRequest creates a request to invoke DescribeLiveStreamTranscodeStreamNum API

type DescribeLiveStreamTranscodeStreamNumResponse ¶

type DescribeLiveStreamTranscodeStreamNumResponse struct {
	*responses.BaseResponse
	RequestId         string `json:"RequestId" xml:"RequestId"`
	Total             int    `json:"Total" xml:"Total"`
	TranscodedNumber  int    `json:"TranscodedNumber" xml:"TranscodedNumber"`
	UntranscodeNumber int    `json:"UntranscodeNumber" xml:"UntranscodeNumber"`
}

DescribeLiveStreamTranscodeStreamNumResponse is the response struct for api DescribeLiveStreamTranscodeStreamNum

func CreateDescribeLiveStreamTranscodeStreamNumResponse ¶

func CreateDescribeLiveStreamTranscodeStreamNumResponse() (response *DescribeLiveStreamTranscodeStreamNumResponse)

CreateDescribeLiveStreamTranscodeStreamNumResponse creates a response to parse from DescribeLiveStreamTranscodeStreamNum response

type DescribeLiveStreamsBlockListRequest ¶

type DescribeLiveStreamsBlockListRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
}

DescribeLiveStreamsBlockListRequest is the request struct for api DescribeLiveStreamsBlockList

func CreateDescribeLiveStreamsBlockListRequest ¶

func CreateDescribeLiveStreamsBlockListRequest() (request *DescribeLiveStreamsBlockListRequest)

CreateDescribeLiveStreamsBlockListRequest creates a request to invoke DescribeLiveStreamsBlockList API

type DescribeLiveStreamsBlockListResponse ¶

type DescribeLiveStreamsBlockListResponse struct {
	*responses.BaseResponse
	RequestId  string     `json:"RequestId" xml:"RequestId"`
	DomainName string     `json:"DomainName" xml:"DomainName"`
	StreamUrls StreamUrls `json:"StreamUrls" xml:"StreamUrls"`
}

DescribeLiveStreamsBlockListResponse is the response struct for api DescribeLiveStreamsBlockList

func CreateDescribeLiveStreamsBlockListResponse ¶

func CreateDescribeLiveStreamsBlockListResponse() (response *DescribeLiveStreamsBlockListResponse)

CreateDescribeLiveStreamsBlockListResponse creates a response to parse from DescribeLiveStreamsBlockList response

type DescribeLiveStreamsControlHistoryRequest ¶

type DescribeLiveStreamsControlHistoryRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeLiveStreamsControlHistoryRequest is the request struct for api DescribeLiveStreamsControlHistory

func CreateDescribeLiveStreamsControlHistoryRequest ¶

func CreateDescribeLiveStreamsControlHistoryRequest() (request *DescribeLiveStreamsControlHistoryRequest)

CreateDescribeLiveStreamsControlHistoryRequest creates a request to invoke DescribeLiveStreamsControlHistory API

type DescribeLiveStreamsControlHistoryResponse ¶

type DescribeLiveStreamsControlHistoryResponse struct {
	*responses.BaseResponse
	RequestId   string      `json:"RequestId" xml:"RequestId"`
	ControlInfo ControlInfo `json:"ControlInfo" xml:"ControlInfo"`
}

DescribeLiveStreamsControlHistoryResponse is the response struct for api DescribeLiveStreamsControlHistory

func CreateDescribeLiveStreamsControlHistoryResponse ¶

func CreateDescribeLiveStreamsControlHistoryResponse() (response *DescribeLiveStreamsControlHistoryResponse)

CreateDescribeLiveStreamsControlHistoryResponse creates a response to parse from DescribeLiveStreamsControlHistory response

type DescribeLiveStreamsFrameRateAndBitRateDataRequest ¶

type DescribeLiveStreamsFrameRateAndBitRateDataRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
	StreamName    string           `position:"Query" name:"StreamName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeLiveStreamsFrameRateAndBitRateDataRequest is the request struct for api DescribeLiveStreamsFrameRateAndBitRateData

func CreateDescribeLiveStreamsFrameRateAndBitRateDataRequest ¶

func CreateDescribeLiveStreamsFrameRateAndBitRateDataRequest() (request *DescribeLiveStreamsFrameRateAndBitRateDataRequest)

CreateDescribeLiveStreamsFrameRateAndBitRateDataRequest creates a request to invoke DescribeLiveStreamsFrameRateAndBitRateData API

type DescribeLiveStreamsFrameRateAndBitRateDataResponse ¶

type DescribeLiveStreamsFrameRateAndBitRateDataResponse struct {
	*responses.BaseResponse
	RequestId                string                                                               `json:"RequestId" xml:"RequestId"`
	FrameRateAndBitRateInfos FrameRateAndBitRateInfosInDescribeLiveStreamsFrameRateAndBitRateData `json:"FrameRateAndBitRateInfos" xml:"FrameRateAndBitRateInfos"`
}

DescribeLiveStreamsFrameRateAndBitRateDataResponse is the response struct for api DescribeLiveStreamsFrameRateAndBitRateData

func CreateDescribeLiveStreamsFrameRateAndBitRateDataResponse ¶

func CreateDescribeLiveStreamsFrameRateAndBitRateDataResponse() (response *DescribeLiveStreamsFrameRateAndBitRateDataResponse)

CreateDescribeLiveStreamsFrameRateAndBitRateDataResponse creates a response to parse from DescribeLiveStreamsFrameRateAndBitRateData response

type DescribeLiveStreamsOnlineListRequest ¶

type DescribeLiveStreamsOnlineListRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
}

DescribeLiveStreamsOnlineListRequest is the request struct for api DescribeLiveStreamsOnlineList

func CreateDescribeLiveStreamsOnlineListRequest ¶

func CreateDescribeLiveStreamsOnlineListRequest() (request *DescribeLiveStreamsOnlineListRequest)

CreateDescribeLiveStreamsOnlineListRequest creates a request to invoke DescribeLiveStreamsOnlineList API

type DescribeLiveStreamsOnlineListResponse ¶

type DescribeLiveStreamsOnlineListResponse struct {
	*responses.BaseResponse
	RequestId  string     `json:"RequestId" xml:"RequestId"`
	OnlineInfo OnlineInfo `json:"OnlineInfo" xml:"OnlineInfo"`
}

DescribeLiveStreamsOnlineListResponse is the response struct for api DescribeLiveStreamsOnlineList

func CreateDescribeLiveStreamsOnlineListResponse ¶

func CreateDescribeLiveStreamsOnlineListResponse() (response *DescribeLiveStreamsOnlineListResponse)

CreateDescribeLiveStreamsOnlineListResponse creates a response to parse from DescribeLiveStreamsOnlineList response

type DescribeLiveStreamsPublishListRequest ¶

type DescribeLiveStreamsPublishListRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AppName       string           `position:"Query" name:"AppName"`
	StreamName    string           `position:"Query" name:"StreamName"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
	PageSize      requests.Integer `position:"Query" name:"PageSize"`
	PageNumber    requests.Integer `position:"Query" name:"PageNumber"`
}

DescribeLiveStreamsPublishListRequest is the request struct for api DescribeLiveStreamsPublishList

func CreateDescribeLiveStreamsPublishListRequest ¶

func CreateDescribeLiveStreamsPublishListRequest() (request *DescribeLiveStreamsPublishListRequest)

CreateDescribeLiveStreamsPublishListRequest creates a request to invoke DescribeLiveStreamsPublishList API

type DescribeLiveStreamsPublishListResponse ¶

type DescribeLiveStreamsPublishListResponse struct {
	*responses.BaseResponse
	RequestId   string      `json:"RequestId" xml:"RequestId"`
	PublishInfo PublishInfo `json:"PublishInfo" xml:"PublishInfo"`
}

DescribeLiveStreamsPublishListResponse is the response struct for api DescribeLiveStreamsPublishList

func CreateDescribeLiveStreamsPublishListResponse ¶

func CreateDescribeLiveStreamsPublishListResponse() (response *DescribeLiveStreamsPublishListResponse)

CreateDescribeLiveStreamsPublishListResponse creates a response to parse from DescribeLiveStreamsPublishList response

type DescribeOneMinuteDataRequest ¶

type DescribeOneMinuteDataRequest struct {
	*requests.RpcRequest
	OwnerId              requests.Integer `position:"Query" name:"OwnerId"`
	ResourceOwnerAccount string           `position:"Query" name:"ResourceOwnerAccount"`
	ResourceOwnerId      requests.Integer `position:"Query" name:"ResourceOwnerId"`
	DomainName           string           `position:"Query" name:"DomainName"`
	DataTime             string           `position:"Query" name:"DataTime"`
}

DescribeOneMinuteDataRequest is the request struct for api DescribeOneMinuteData

func CreateDescribeOneMinuteDataRequest ¶

func CreateDescribeOneMinuteDataRequest() (request *DescribeOneMinuteDataRequest)

CreateDescribeOneMinuteDataRequest creates a request to invoke DescribeOneMinuteData API

type DescribeOneMinuteDataResponse ¶

type DescribeOneMinuteDataResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Bps       string `json:"Bps" xml:"Bps"`
	Qps       string `json:"Qps" xml:"Qps"`
}

DescribeOneMinuteDataResponse is the response struct for api DescribeOneMinuteData

func CreateDescribeOneMinuteDataResponse ¶

func CreateDescribeOneMinuteDataResponse() (response *DescribeOneMinuteDataResponse)

CreateDescribeOneMinuteDataResponse creates a response to parse from DescribeOneMinuteData response

type DescribeRangeDataByLocateAndIspServiceRequest ¶

type DescribeRangeDataByLocateAndIspServiceRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainNames   string           `position:"Query" name:"DomainNames"`
	LocationNames string           `position:"Query" name:"LocationNames"`
	IspNames      string           `position:"Query" name:"IspNames"`
	StartTime     string           `position:"Query" name:"startTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
}

DescribeRangeDataByLocateAndIspServiceRequest is the request struct for api DescribeRangeDataByLocateAndIspService

func CreateDescribeRangeDataByLocateAndIspServiceRequest ¶

func CreateDescribeRangeDataByLocateAndIspServiceRequest() (request *DescribeRangeDataByLocateAndIspServiceRequest)

CreateDescribeRangeDataByLocateAndIspServiceRequest creates a request to invoke DescribeRangeDataByLocateAndIspService API

type DescribeRangeDataByLocateAndIspServiceResponse ¶

type DescribeRangeDataByLocateAndIspServiceResponse struct {
	*responses.BaseResponse
	RequestId  string `json:"RequestId" xml:"RequestId"`
	JsonResult string `json:"JsonResult" xml:"JsonResult"`
}

DescribeRangeDataByLocateAndIspServiceResponse is the response struct for api DescribeRangeDataByLocateAndIspService

func CreateDescribeRangeDataByLocateAndIspServiceResponse ¶

func CreateDescribeRangeDataByLocateAndIspServiceResponse() (response *DescribeRangeDataByLocateAndIspServiceResponse)

CreateDescribeRangeDataByLocateAndIspServiceResponse creates a response to parse from DescribeRangeDataByLocateAndIspService response

type DescribeRefreshQuotaRequest ¶

type DescribeRefreshQuotaRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
}

DescribeRefreshQuotaRequest is the request struct for api DescribeRefreshQuota

func CreateDescribeRefreshQuotaRequest ¶

func CreateDescribeRefreshQuotaRequest() (request *DescribeRefreshQuotaRequest)

CreateDescribeRefreshQuotaRequest creates a request to invoke DescribeRefreshQuota API

type DescribeRefreshQuotaResponse ¶

type DescribeRefreshQuotaResponse struct {
	*responses.BaseResponse
	RequestId     string `json:"RequestId" xml:"RequestId"`
	UrlQuota      string `json:"UrlQuota" xml:"UrlQuota"`
	DirQuota      string `json:"DirQuota" xml:"DirQuota"`
	UrlRemain     string `json:"UrlRemain" xml:"UrlRemain"`
	DirRemain     string `json:"DirRemain" xml:"DirRemain"`
	PreloadQuota  string `json:"PreloadQuota" xml:"PreloadQuota"`
	BlockQuota    string `json:"BlockQuota" xml:"BlockQuota"`
	PreloadRemain string `json:"PreloadRemain" xml:"PreloadRemain"`
	BlockRemain   string `json:"blockRemain" xml:"blockRemain"`
}

DescribeRefreshQuotaResponse is the response struct for api DescribeRefreshQuota

func CreateDescribeRefreshQuotaResponse ¶

func CreateDescribeRefreshQuotaResponse() (response *DescribeRefreshQuotaResponse)

CreateDescribeRefreshQuotaResponse creates a response to parse from DescribeRefreshQuota response

type DescribeRefreshTasksRequest ¶

type DescribeRefreshTasksRequest struct {
	*requests.RpcRequest
	OwnerId         requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken   string           `position:"Query" name:"SecurityToken"`
	TaskId          string           `position:"Query" name:"TaskId"`
	ObjectPath      string           `position:"Query" name:"ObjectPath"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
	DomainName      string           `position:"Query" name:"DomainName"`
	ObjectType      string           `position:"Query" name:"ObjectType"`
	Status          string           `position:"Query" name:"Status"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	StartTime       string           `position:"Query" name:"StartTime"`
	EndTime         string           `position:"Query" name:"EndTime"`
	ResourceGroupId string           `position:"Query" name:"ResourceGroupId"`
}

DescribeRefreshTasksRequest is the request struct for api DescribeRefreshTasks

func CreateDescribeRefreshTasksRequest ¶

func CreateDescribeRefreshTasksRequest() (request *DescribeRefreshTasksRequest)

CreateDescribeRefreshTasksRequest creates a request to invoke DescribeRefreshTasks API

type DescribeRefreshTasksResponse ¶

type DescribeRefreshTasksResponse struct {
	*responses.BaseResponse
	RequestId  string `json:"RequestId" xml:"RequestId"`
	PageNumber int    `json:"PageNumber" xml:"PageNumber"`
	PageSize   int    `json:"PageSize" xml:"PageSize"`
	TotalCount int    `json:"TotalCount" xml:"TotalCount"`
	Tasks      Tasks  `json:"Tasks" xml:"Tasks"`
}

DescribeRefreshTasksResponse is the response struct for api DescribeRefreshTasks

func CreateDescribeRefreshTasksResponse ¶

func CreateDescribeRefreshTasksResponse() (response *DescribeRefreshTasksResponse)

CreateDescribeRefreshTasksResponse creates a response to parse from DescribeRefreshTasks response

type DescribeTopDomainsByFlowRequest ¶

type DescribeTopDomainsByFlowRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	StartTime     string           `position:"Query" name:"StartTime"`
	EndTime       string           `position:"Query" name:"EndTime"`
	Limit         requests.Integer `position:"Query" name:"Limit"`
}

DescribeTopDomainsByFlowRequest is the request struct for api DescribeTopDomainsByFlow

func CreateDescribeTopDomainsByFlowRequest ¶

func CreateDescribeTopDomainsByFlowRequest() (request *DescribeTopDomainsByFlowRequest)

CreateDescribeTopDomainsByFlowRequest creates a request to invoke DescribeTopDomainsByFlow API

type DescribeTopDomainsByFlowResponse ¶

type DescribeTopDomainsByFlowResponse struct {
	*responses.BaseResponse
	RequestId         string     `json:"RequestId" xml:"RequestId"`
	StartTime         string     `json:"StartTime" xml:"StartTime"`
	EndTime           string     `json:"EndTime" xml:"EndTime"`
	DomainCount       int        `json:"DomainCount" xml:"DomainCount"`
	DomainOnlineCount int        `json:"DomainOnlineCount" xml:"DomainOnlineCount"`
	TopDomains        TopDomains `json:"TopDomains" xml:"TopDomains"`
}

DescribeTopDomainsByFlowResponse is the response struct for api DescribeTopDomainsByFlow

func CreateDescribeTopDomainsByFlowResponse ¶

func CreateDescribeTopDomainsByFlowResponse() (response *DescribeTopDomainsByFlowResponse)

CreateDescribeTopDomainsByFlowResponse creates a response to parse from DescribeTopDomainsByFlow response

type DescribeUserConfigsRequest ¶

type DescribeUserConfigsRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	Config        string           `position:"Query" name:"Config"`
}

DescribeUserConfigsRequest is the request struct for api DescribeUserConfigs

func CreateDescribeUserConfigsRequest ¶

func CreateDescribeUserConfigsRequest() (request *DescribeUserConfigsRequest)

CreateDescribeUserConfigsRequest creates a request to invoke DescribeUserConfigs API

type DescribeUserConfigsResponse ¶

type DescribeUserConfigsResponse struct {
	*responses.BaseResponse
	RequestId string  `json:"RequestId" xml:"RequestId"`
	Configs   Configs `json:"Configs" xml:"Configs"`
}

DescribeUserConfigsResponse is the response struct for api DescribeUserConfigs

func CreateDescribeUserConfigsResponse ¶

func CreateDescribeUserConfigsResponse() (response *DescribeUserConfigsResponse)

CreateDescribeUserConfigsResponse creates a response to parse from DescribeUserConfigs response

type DescribeUserCustomLogConfigRequest ¶

type DescribeUserCustomLogConfigRequest struct {
	*requests.RpcRequest
	Version       string           `position:"Query" name:"Version"`
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
}

DescribeUserCustomLogConfigRequest is the request struct for api DescribeUserCustomLogConfig

func CreateDescribeUserCustomLogConfigRequest ¶

func CreateDescribeUserCustomLogConfigRequest() (request *DescribeUserCustomLogConfigRequest)

CreateDescribeUserCustomLogConfigRequest creates a request to invoke DescribeUserCustomLogConfig API

type DescribeUserCustomLogConfigResponse ¶

type DescribeUserCustomLogConfigResponse struct {
	*responses.BaseResponse
	RequestId string    `json:"RequestId" xml:"RequestId"`
	ConfigIds ConfigIds `json:"ConfigIds" xml:"ConfigIds"`
}

DescribeUserCustomLogConfigResponse is the response struct for api DescribeUserCustomLogConfig

func CreateDescribeUserCustomLogConfigResponse ¶

func CreateDescribeUserCustomLogConfigResponse() (response *DescribeUserCustomLogConfigResponse)

CreateDescribeUserCustomLogConfigResponse creates a response to parse from DescribeUserCustomLogConfig response

type DescribeUserCustomerLabelsRequest ¶

type DescribeUserCustomerLabelsRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	Uid           requests.Integer `position:"Query" name:"Uid"`
}

DescribeUserCustomerLabelsRequest is the request struct for api DescribeUserCustomerLabels

func CreateDescribeUserCustomerLabelsRequest ¶

func CreateDescribeUserCustomerLabelsRequest() (request *DescribeUserCustomerLabelsRequest)

CreateDescribeUserCustomerLabelsRequest creates a request to invoke DescribeUserCustomerLabels API

type DescribeUserCustomerLabelsResponse ¶

type DescribeUserCustomerLabelsResponse struct {
	*responses.BaseResponse
	RequestId   string `json:"RequestId" xml:"RequestId"`
	IsInnerUser bool   `json:"IsInnerUser" xml:"IsInnerUser"`
}

DescribeUserCustomerLabelsResponse is the response struct for api DescribeUserCustomerLabels

func CreateDescribeUserCustomerLabelsResponse ¶

func CreateDescribeUserCustomerLabelsResponse() (response *DescribeUserCustomerLabelsResponse)

CreateDescribeUserCustomerLabelsResponse creates a response to parse from DescribeUserCustomerLabels response

type DescribeUserDomainsRequest ¶

type DescribeUserDomainsRequest struct {
	*requests.RpcRequest
	OwnerId          requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken    string           `position:"Query" name:"SecurityToken"`
	PageSize         requests.Integer `position:"Query" name:"PageSize"`
	PageNumber       requests.Integer `position:"Query" name:"PageNumber"`
	DomainName       string           `position:"Query" name:"DomainName"`
	DomainStatus     string           `position:"Query" name:"DomainStatus"`
	DomainSearchType string           `position:"Query" name:"DomainSearchType"`
	Sources          string           `position:"Query" name:"Sources"`
	CdnType          string           `position:"Query" name:"CdnType"`
	CheckDomainShow  requests.Boolean `position:"Query" name:"CheckDomainShow"`
	ResourceGroupId  string           `position:"Query" name:"ResourceGroupId"`
	FuncId           string           `position:"Query" name:"FuncId"`
	FuncFilter       string           `position:"Query" name:"FuncFilter"`
}

DescribeUserDomainsRequest is the request struct for api DescribeUserDomains

func CreateDescribeUserDomainsRequest ¶

func CreateDescribeUserDomainsRequest() (request *DescribeUserDomainsRequest)

CreateDescribeUserDomainsRequest creates a request to invoke DescribeUserDomains API

type DescribeUserDomainsResponse ¶

type DescribeUserDomainsResponse struct {
	*responses.BaseResponse
	RequestId  string                       `json:"RequestId" xml:"RequestId"`
	PageNumber int                          `json:"PageNumber" xml:"PageNumber"`
	PageSize   int                          `json:"PageSize" xml:"PageSize"`
	TotalCount int                          `json:"TotalCount" xml:"TotalCount"`
	Domains    DomainsInDescribeUserDomains `json:"Domains" xml:"Domains"`
}

DescribeUserDomainsResponse is the response struct for api DescribeUserDomains

func CreateDescribeUserDomainsResponse ¶

func CreateDescribeUserDomainsResponse() (response *DescribeUserDomainsResponse)

CreateDescribeUserDomainsResponse creates a response to parse from DescribeUserDomains response

type DescribeUserVipsByDomainRequest ¶

type DescribeUserVipsByDomainRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	Available     string           `position:"Query" name:"Available"`
}

DescribeUserVipsByDomainRequest is the request struct for api DescribeUserVipsByDomain

func CreateDescribeUserVipsByDomainRequest ¶

func CreateDescribeUserVipsByDomainRequest() (request *DescribeUserVipsByDomainRequest)

CreateDescribeUserVipsByDomainRequest creates a request to invoke DescribeUserVipsByDomain API

type DescribeUserVipsByDomainResponse ¶

type DescribeUserVipsByDomainResponse struct {
	*responses.BaseResponse
	RequestId  string                         `json:"RequestId" xml:"RequestId"`
	DomainName int                            `json:"DomainName" xml:"DomainName"`
	Vips       VipsInDescribeUserVipsByDomain `json:"Vips" xml:"Vips"`
}

DescribeUserVipsByDomainResponse is the response struct for api DescribeUserVipsByDomain

func CreateDescribeUserVipsByDomainResponse ¶

func CreateDescribeUserVipsByDomainResponse() (response *DescribeUserVipsByDomainResponse)

CreateDescribeUserVipsByDomainResponse creates a response to parse from DescribeUserVipsByDomain response

type DomainAppInfo ¶

type DomainAppInfo struct {
	AppDomain    string `json:"AppDomain" xml:"AppDomain"`
	AppId        string `json:"AppId" xml:"AppId"`
	AppKey       string `json:"AppKey" xml:"AppKey"`
	AppOssBucket string `json:"AppOssBucket" xml:"AppOssBucket"`
	AppOssHost   string `json:"AppOssHost" xml:"AppOssHost"`
	AppOwnerId   string `json:"AppOwnerId" xml:"AppOwnerId"`
	AppSecret    string `json:"AppSecret" xml:"AppSecret"`
	UpdateTime   string `json:"UpdateTime" xml:"UpdateTime"`
}

DomainAppInfo is a nested struct in cdn response

type DomainAppList ¶

type DomainAppList struct {
	DomainAppInfo []DomainAppInfo `json:"DomainAppInfo" xml:"DomainAppInfo"`
}

DomainAppList is a nested struct in cdn response

type DomainBaseDetailModel ¶

type DomainBaseDetailModel struct {
	Cname        string                               `json:"Cname" xml:"Cname"`
	CdnType      string                               `json:"CdnType" xml:"CdnType"`
	DomainStatus string                               `json:"DomainStatus" xml:"DomainStatus"`
	SourceType   string                               `json:"SourceType" xml:"SourceType"`
	Region       string                               `json:"Region" xml:"Region"`
	DomainName   string                               `json:"DomainName" xml:"DomainName"`
	Remark       string                               `json:"Remark" xml:"Remark"`
	GmtModified  string                               `json:"GmtModified" xml:"GmtModified"`
	GmtCreated   string                               `json:"GmtCreated" xml:"GmtCreated"`
	Sources      SourcesInDescribeCdnDomainBaseDetail `json:"Sources" xml:"Sources"`
}

DomainBaseDetailModel is a nested struct in cdn response

type DomainBpsModel ¶

type DomainBpsModel struct {
	Time string  `json:"Time" xml:"Time"`
	Bps  float64 `json:"Bps" xml:"Bps"`
}

DomainBpsModel is a nested struct in cdn response

type DomainConfigs ¶

type DomainConfigs struct {
	CcConfig                CcConfig                `json:"CcConfig" xml:"CcConfig"`
	ErrorPageConfig         ErrorPageConfig         `json:"ErrorPageConfig" xml:"ErrorPageConfig"`
	OptimizeConfig          OptimizeConfig          `json:"OptimizeConfig" xml:"OptimizeConfig"`
	PageCompressConfig      PageCompressConfig      `json:"PageCompressConfig" xml:"PageCompressConfig"`
	IgnoreQueryStringConfig IgnoreQueryStringConfig `json:"IgnoreQueryStringConfig" xml:"IgnoreQueryStringConfig"`
	RangeConfig             RangeConfig             `json:"RangeConfig" xml:"RangeConfig"`
	RefererConfig           RefererConfig           `json:"RefererConfig" xml:"RefererConfig"`
	ReqAuthConfig           ReqAuthConfig           `json:"ReqAuthConfig" xml:"ReqAuthConfig"`
	SrcHostConfig           SrcHostConfig           `json:"SrcHostConfig" xml:"SrcHostConfig"`
	VideoSeekConfig         VideoSeekConfig         `json:"VideoSeekConfig" xml:"VideoSeekConfig"`
	WafConfig               WafConfig               `json:"WafConfig" xml:"WafConfig"`
	NotifyUrlConfig         NotifyUrlConfig         `json:"NotifyUrlConfig" xml:"NotifyUrlConfig"`
	RedirectTypeConfig      RedirectTypeConfig      `json:"RedirectTypeConfig" xml:"RedirectTypeConfig"`
	ForwardSchemeConfig     ForwardSchemeConfig     `json:"ForwardSchemeConfig" xml:"ForwardSchemeConfig"`
	RemoveQueryStringConfig RemoveQueryStringConfig `json:"RemoveQueryStringConfig" xml:"RemoveQueryStringConfig"`
	L2OssKeyConfig          L2OssKeyConfig          `json:"L2OssKeyConfig" xml:"L2OssKeyConfig"`
	MacServiceConfig        MacServiceConfig        `json:"MacServiceConfig" xml:"MacServiceConfig"`
	GreenManagerConfig      GreenManagerConfig      `json:"GreenManagerConfig" xml:"GreenManagerConfig"`
	HttpsOptionConfig       HttpsOptionConfig       `json:"HttpsOptionConfig" xml:"HttpsOptionConfig"`
	AliBusinessConfig       AliBusinessConfig       `json:"AliBusinessConfig" xml:"AliBusinessConfig"`
	IpAllowListConfig       IpAllowListConfig       `json:"IpAllowListConfig" xml:"IpAllowListConfig"`
	CacheExpiredConfigs     CacheExpiredConfigs     `json:"CacheExpiredConfigs" xml:"CacheExpiredConfigs"`
	HttpErrorPageConfigs    HttpErrorPageConfigs    `json:"HttpErrorPageConfigs" xml:"HttpErrorPageConfigs"`
	HttpHeaderConfigs       HttpHeaderConfigs       `json:"HttpHeaderConfigs" xml:"HttpHeaderConfigs"`
	DynamicConfigs          DynamicConfigs          `json:"DynamicConfigs" xml:"DynamicConfigs"`
	ReqHeaderConfigs        ReqHeaderConfigs        `json:"ReqHeaderConfigs" xml:"ReqHeaderConfigs"`
	SetVarsConfigs          SetVarsConfigs          `json:"SetVarsConfigs" xml:"SetVarsConfigs"`
}

DomainConfigs is a nested struct in cdn response

type DomainInfo ¶

type DomainInfo struct {
	DomainName  string `json:"DomainName" xml:"DomainName"`
	DomainCname string `json:"DomainCname" xml:"DomainCname"`
	CreateTime  string `json:"CreateTime" xml:"CreateTime"`
	UpdateTime  string `json:"UpdateTime" xml:"UpdateTime"`
	Status      string `json:"Status" xml:"Status"`
}

DomainInfo is a nested struct in cdn response

type DomainInfos ¶

type DomainInfos struct {
	DomainInfo []DomainInfo `json:"domainInfo" xml:"domainInfo"`
}

DomainInfos is a nested struct in cdn response

type DomainLogDetail ¶

type DomainLogDetail struct {
	LogName   string `json:"LogName" xml:"LogName"`
	LogPath   string `json:"LogPath" xml:"LogPath"`
	LogSize   int    `json:"LogSize" xml:"LogSize"`
	StartTime string `json:"StartTime" xml:"StartTime"`
	EndTime   string `json:"EndTime" xml:"EndTime"`
}

DomainLogDetail is a nested struct in cdn response

type DomainLogDetails ¶

type DomainLogDetails struct {
	DomainLogDetail []DomainLogDetail `json:"DomainLogDetail" xml:"DomainLogDetail"`
}

DomainLogDetails is a nested struct in cdn response

type DomainLogModel ¶

type DomainLogModel struct {
	DomainName       string           `json:"DomainName" xml:"DomainName"`
	DomainLogDetails DomainLogDetails `json:"DomainLogDetails" xml:"DomainLogDetails"`
}

DomainLogModel is a nested struct in cdn response

type DomainMappingModel ¶

type DomainMappingModel struct {
	PushDomain string `json:"PushDomain" xml:"PushDomain"`
	PullDomain string `json:"PullDomain" xml:"PullDomain"`
}

DomainMappingModel is a nested struct in cdn response

type DomainMappingModels ¶

type DomainMappingModels struct {
	DomainMappingModel []DomainMappingModel `json:"DomainMappingModel" xml:"DomainMappingModel"`
}

DomainMappingModels is a nested struct in cdn response

type DomainTranscodeInfo ¶

type DomainTranscodeInfo struct {
	TranscodeApp      string `json:"TranscodeApp" xml:"TranscodeApp"`
	TranscodeId       string `json:"TranscodeId" xml:"TranscodeId"`
	TranscodeName     string `json:"TranscodeName" xml:"TranscodeName"`
	TranscodeRecord   string `json:"TranscodeRecord" xml:"TranscodeRecord"`
	TranscodeSnapshot string `json:"TranscodeSnapshot" xml:"TranscodeSnapshot"`
	TranscodeTemplate string `json:"TranscodeTemplate" xml:"TranscodeTemplate"`
}

DomainTranscodeInfo is a nested struct in cdn response

type DomainTranscodeList ¶

type DomainTranscodeList struct {
	DomainTranscodeInfo []DomainTranscodeInfo `json:"DomainTranscodeInfo" xml:"DomainTranscodeInfo"`
}

DomainTranscodeList is a nested struct in cdn response

type DomainsData ¶

type DomainsData struct {
	Source      string                           `json:"Source" xml:"Source"`
	Domains     DomainsInDescribeDomainsBySource `json:"Domains" xml:"Domains"`
	DomainInfos DomainInfos                      `json:"DomainInfos" xml:"DomainInfos"`
}

DomainsData is a nested struct in cdn response

type DomainsInDescribeDomainsBySource ¶

type DomainsInDescribeDomainsBySource struct {
	DomainNames []string `json:"domainNames" xml:"domainNames"`
}

DomainsInDescribeDomainsBySource is a nested struct in cdn response

type DomainsInDescribeUserDomains ¶

type DomainsInDescribeUserDomains struct {
	PageData []PageData `json:"PageData" xml:"PageData"`
}

DomainsInDescribeUserDomains is a nested struct in cdn response

type DomainsInListDomainsByLogConfigId ¶

type DomainsInListDomainsByLogConfigId struct {
	Domain []string `json:"Domain" xml:"Domain"`
}

DomainsInListDomainsByLogConfigId is a nested struct in cdn response

type DomainsList ¶

type DomainsList struct {
	DomainsData []DomainsData `json:"DomainsData" xml:"DomainsData"`
}

DomainsList is a nested struct in cdn response

type DynamicConfig ¶

type DynamicConfig struct {
	ConfigId            string `json:"ConfigId" xml:"ConfigId"`
	DynamicOrigin       string `json:"DynamicOrigin" xml:"DynamicOrigin"`
	StaticType          string `json:"StaticType" xml:"StaticType"`
	StaticUri           string `json:"StaticUri" xml:"StaticUri"`
	StaticPath          string `json:"StaticPath" xml:"StaticPath"`
	DynamicCacheControl string `json:"DynamicCacheControl" xml:"DynamicCacheControl"`
	Status              string `json:"Status" xml:"Status"`
}

DynamicConfig is a nested struct in cdn response

type DynamicConfigs ¶

type DynamicConfigs struct {
	DynamicConfig []DynamicConfig `json:"DynamicConfig" xml:"DynamicConfig"`
}

DynamicConfigs is a nested struct in cdn response

type ErrorPageConfig ¶

type ErrorPageConfig struct {
	ConfigId      string `json:"ConfigId" xml:"ConfigId"`
	ErrorCode     string `json:"ErrorCode" xml:"ErrorCode"`
	PageType      string `json:"PageType" xml:"PageType"`
	CustomPageUrl string `json:"CustomPageUrl" xml:"CustomPageUrl"`
	Status        string `json:"Status" xml:"Status"`
}

ErrorPageConfig is a nested struct in cdn response

type FileSizeProportionData ¶

type FileSizeProportionData struct {
	FileSize   string `json:"FileSize" xml:"FileSize"`
	Proportion string `json:"Proportion" xml:"Proportion"`
}

FileSizeProportionData is a nested struct in cdn response

type FileSizeProportionDataInterval ¶

type FileSizeProportionDataInterval struct {
	UsageData []UsageDataInDescribeDomainFileSizeProportionData `json:"UsageData" xml:"UsageData"`
}

FileSizeProportionDataInterval is a nested struct in cdn response

type FlowDataPerInterval ¶

type FlowDataPerInterval struct {
	DataModule []DataModule `json:"DataModule" xml:"DataModule"`
}

FlowDataPerInterval is a nested struct in cdn response

type ForbidLiveStreamRequest ¶

type ForbidLiveStreamRequest struct {
	*requests.RpcRequest
	OwnerId        requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken  string           `position:"Query" name:"SecurityToken"`
	DomainName     string           `position:"Query" name:"DomainName"`
	LiveStreamType string           `position:"Query" name:"LiveStreamType"`
	AppName        string           `position:"Query" name:"AppName"`
	StreamName     string           `position:"Query" name:"StreamName"`
	ResumeTime     string           `position:"Query" name:"ResumeTime"`
}

ForbidLiveStreamRequest is the request struct for api ForbidLiveStream

func CreateForbidLiveStreamRequest ¶

func CreateForbidLiveStreamRequest() (request *ForbidLiveStreamRequest)

CreateForbidLiveStreamRequest creates a request to invoke ForbidLiveStream API

type ForbidLiveStreamResponse ¶

type ForbidLiveStreamResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

ForbidLiveStreamResponse is the response struct for api ForbidLiveStream

func CreateForbidLiveStreamResponse ¶

func CreateForbidLiveStreamResponse() (response *ForbidLiveStreamResponse)

CreateForbidLiveStreamResponse creates a response to parse from ForbidLiveStream response

type ForwardSchemeConfig ¶

type ForwardSchemeConfig struct {
	ConfigId         string `json:"ConfigId" xml:"ConfigId"`
	Enable           string `json:"Enable" xml:"Enable"`
	SchemeOrigin     string `json:"SchemeOrigin" xml:"SchemeOrigin"`
	SchemeOriginPort string `json:"SchemeOriginPort" xml:"SchemeOriginPort"`
	Status           string `json:"Status" xml:"Status"`
}

ForwardSchemeConfig is a nested struct in cdn response

type FrameDataInfos ¶

type FrameDataInfos struct {
	FrameDataModel []FrameDataModel `json:"FrameDataModel" xml:"FrameDataModel"`
}

FrameDataInfos is a nested struct in cdn response

type FrameDataModel ¶

type FrameDataModel struct {
	Time       string  `json:"Time" xml:"Time"`
	Stream     string  `json:"Stream" xml:"Stream"`
	ClientAddr string  `json:"ClientAddr" xml:"ClientAddr"`
	Server     string  `json:"Server" xml:"Server"`
	AudioRate  float64 `json:"AudioRate" xml:"AudioRate"`
	AudioByte  float64 `json:"AudioByte" xml:"AudioByte"`
	FrameRate  float64 `json:"FrameRate" xml:"FrameRate"`
	FrameByte  float64 `json:"FrameByte" xml:"FrameByte"`
}

FrameDataModel is a nested struct in cdn response

type FrameLossRatioInfo ¶

type FrameLossRatioInfo struct {
	StreamUrl      string  `json:"StreamUrl" xml:"StreamUrl"`
	FrameLossRatio float64 `json:"FrameLossRatio" xml:"FrameLossRatio"`
	Time           string  `json:"Time" xml:"Time"`
}

FrameLossRatioInfo is a nested struct in cdn response

type FrameLossRatioInfos ¶

type FrameLossRatioInfos struct {
	FrameLossRatioInfo []FrameLossRatioInfo `json:"FrameLossRatioInfo" xml:"FrameLossRatioInfo"`
}

FrameLossRatioInfos is a nested struct in cdn response

type FrameRateAndBitRateInfo ¶

type FrameRateAndBitRateInfo struct {
	BitRate        float64 `json:"BitRate" xml:"BitRate"`
	Time           string  `json:"Time" xml:"Time"`
	VideoFrameRate float64 `json:"VideoFrameRate" xml:"VideoFrameRate"`
	AudioFrameRate float64 `json:"AudioFrameRate" xml:"AudioFrameRate"`
	StreamUrl      string  `json:"StreamUrl" xml:"StreamUrl"`
}

FrameRateAndBitRateInfo is a nested struct in cdn response

type FrameRateAndBitRateInfosInDescribeLiveStreamBitRateData ¶

type FrameRateAndBitRateInfosInDescribeLiveStreamBitRateData struct {
	FrameRateAndBitRateInfo []FrameRateAndBitRateInfo `json:"FrameRateAndBitRateInfo" xml:"FrameRateAndBitRateInfo"`
}

FrameRateAndBitRateInfosInDescribeLiveStreamBitRateData is a nested struct in cdn response

type FrameRateAndBitRateInfosInDescribeLiveStreamFrameAndBitRateByDomain ¶

type FrameRateAndBitRateInfosInDescribeLiveStreamFrameAndBitRateByDomain struct {
	FrameRateAndBitRateInfo []FrameRateAndBitRateInfo `json:"FrameRateAndBitRateInfo" xml:"FrameRateAndBitRateInfo"`
}

FrameRateAndBitRateInfosInDescribeLiveStreamFrameAndBitRateByDomain is a nested struct in cdn response

type FrameRateAndBitRateInfosInDescribeLiveStreamRoomBitRate ¶

type FrameRateAndBitRateInfosInDescribeLiveStreamRoomBitRate struct {
	FrameRateAndBitRateInfo []FrameRateAndBitRateInfo `json:"FrameRateAndBitRateInfo" xml:"FrameRateAndBitRateInfo"`
}

FrameRateAndBitRateInfosInDescribeLiveStreamRoomBitRate is a nested struct in cdn response

type FrameRateAndBitRateInfosInDescribeLiveStreamsFrameRateAndBitRateData ¶

type FrameRateAndBitRateInfosInDescribeLiveStreamsFrameRateAndBitRateData struct {
	FrameRateAndBitRateInfo []FrameRateAndBitRateInfo `json:"FrameRateAndBitRateInfo" xml:"FrameRateAndBitRateInfo"`
}

FrameRateAndBitRateInfosInDescribeLiveStreamsFrameRateAndBitRateData is a nested struct in cdn response

type GetDomainDetailModel ¶

type GetDomainDetailModel struct {
	GmtCreated              string                           `json:"GmtCreated" xml:"GmtCreated"`
	GmtModified             string                           `json:"GmtModified" xml:"GmtModified"`
	SourceType              string                           `json:"SourceType" xml:"SourceType"`
	DomainStatus            string                           `json:"DomainStatus" xml:"DomainStatus"`
	SourcePort              int                              `json:"SourcePort" xml:"SourcePort"`
	CdnType                 string                           `json:"CdnType" xml:"CdnType"`
	Cname                   string                           `json:"Cname" xml:"Cname"`
	HttpsCname              string                           `json:"HttpsCname" xml:"HttpsCname"`
	DomainName              string                           `json:"DomainName" xml:"DomainName"`
	Description             string                           `json:"Description" xml:"Description"`
	ServerCertificateStatus string                           `json:"ServerCertificateStatus" xml:"ServerCertificateStatus"`
	ServerCertificate       string                           `json:"ServerCertificate" xml:"ServerCertificate"`
	Region                  string                           `json:"Region" xml:"Region"`
	Scope                   string                           `json:"Scope" xml:"Scope"`
	CertificateName         string                           `json:"CertificateName" xml:"CertificateName"`
	ResourceGroupId         string                           `json:"ResourceGroupId" xml:"ResourceGroupId"`
	Sources                 SourcesInDescribeCdnDomainDetail `json:"Sources" xml:"Sources"`
	SourceModels            SourceModels                     `json:"SourceModels" xml:"SourceModels"`
}

GetDomainDetailModel is a nested struct in cdn response

type GetUserDomainBlackListRequest ¶

type GetUserDomainBlackListRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	OwnerAccount  string           `position:"Query" name:"OwnerAccount"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
}

GetUserDomainBlackListRequest is the request struct for api GetUserDomainBlackList

func CreateGetUserDomainBlackListRequest ¶

func CreateGetUserDomainBlackListRequest() (request *GetUserDomainBlackListRequest)

CreateGetUserDomainBlackListRequest creates a request to invoke GetUserDomainBlackList API

type GetUserDomainBlackListResponse ¶

type GetUserDomainBlackListResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Bind      string `json:"Bind" xml:"Bind"`
}

GetUserDomainBlackListResponse is the response struct for api GetUserDomainBlackList

func CreateGetUserDomainBlackListResponse ¶

func CreateGetUserDomainBlackListResponse() (response *GetUserDomainBlackListResponse)

CreateGetUserDomainBlackListResponse creates a response to parse from GetUserDomainBlackList response

type GreenManagerConfig ¶

type GreenManagerConfig struct {
	Quota    string `json:"Quota" xml:"Quota"`
	ConfigId string `json:"ConfigId" xml:"ConfigId"`
	Enabled  string `json:"Enabled" xml:"Enabled"`
	Status   string `json:"Status" xml:"Status"`
	Ratio    string `json:"Ratio" xml:"Ratio"`
}

GreenManagerConfig is a nested struct in cdn response

type HitRateInterval ¶

type HitRateInterval struct {
	DataModule []DataModule `json:"DataModule" xml:"DataModule"`
}

HitRateInterval is a nested struct in cdn response

type HttpCodeData ¶

type HttpCodeData struct {
	UsageData []UsageDataInDescribeDomainHttpCodeData `json:"UsageData" xml:"UsageData"`
}

HttpCodeData is a nested struct in cdn response

type HttpErrorPageConfig ¶

type HttpErrorPageConfig struct {
	ConfigId  string `json:"ConfigId" xml:"ConfigId"`
	ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
	PageUrl   string `json:"PageUrl" xml:"PageUrl"`
	Status    string `json:"Status" xml:"Status"`
}

HttpErrorPageConfig is a nested struct in cdn response

type HttpErrorPageConfigs ¶

type HttpErrorPageConfigs struct {
	HttpErrorPageConfig []HttpErrorPageConfig `json:"HttpErrorPageConfig" xml:"HttpErrorPageConfig"`
}

HttpErrorPageConfigs is a nested struct in cdn response

type HttpHeaderConfig ¶

type HttpHeaderConfig struct {
	ConfigId    string `json:"ConfigId" xml:"ConfigId"`
	HeaderKey   string `json:"HeaderKey" xml:"HeaderKey"`
	HeaderValue string `json:"HeaderValue" xml:"HeaderValue"`
	Status      string `json:"Status" xml:"Status"`
}

HttpHeaderConfig is a nested struct in cdn response

type HttpHeaderConfigs ¶

type HttpHeaderConfigs struct {
	HttpHeaderConfig []HttpHeaderConfig `json:"HttpHeaderConfig" xml:"HttpHeaderConfig"`
}

HttpHeaderConfigs is a nested struct in cdn response

type HttpsOptionConfig ¶

type HttpsOptionConfig struct {
	Http2    string `json:"Http2" xml:"Http2"`
	ConfigId string `json:"ConfigId" xml:"ConfigId"`
	Status   string `json:"Status" xml:"Status"`
}

HttpsOptionConfig is a nested struct in cdn response

type HttpsStatisticsInfo ¶

type HttpsStatisticsInfo struct {
	Time               string  `json:"Time" xml:"Time"`
	L1HttpsBps         float64 `json:"L1HttpsBps" xml:"L1HttpsBps"`
	L1HttpsInnerBps    float64 `json:"L1HttpsInnerBps" xml:"L1HttpsInnerBps"`
	L1HttpsOutBps      float64 `json:"L1HttpsOutBps" xml:"L1HttpsOutBps"`
	L1HttpsQps         int     `json:"L1HttpsQps" xml:"L1HttpsQps"`
	L1HttpsInnerQps    int     `json:"L1HttpsInnerQps" xml:"L1HttpsInnerQps"`
	L1HttpsOutQps      int     `json:"L1HttpsOutQps" xml:"L1HttpsOutQps"`
	L1HttpsTtraf       int     `json:"L1HttpsTtraf" xml:"L1HttpsTtraf"`
	HttpsSrcBps        int     `json:"HttpsSrcBps" xml:"HttpsSrcBps"`
	HttpsSrcTraf       int     `json:"HttpsSrcTraf" xml:"HttpsSrcTraf"`
	L1HttpsInnerTraf   int     `json:"L1HttpsInnerTraf" xml:"L1HttpsInnerTraf"`
	L1HttpsOutTraf     int     `json:"L1HttpsOutTraf" xml:"L1HttpsOutTraf"`
	HttpsByteHitRate   float64 `json:"HttpsByteHitRate" xml:"HttpsByteHitRate"`
	HttpsReqHitRate    float64 `json:"HttpsReqHitRate" xml:"HttpsReqHitRate"`
	L1HttpsHitRate     float64 `json:"L1HttpsHitRate" xml:"L1HttpsHitRate"`
	L1HttpsInnerAcc    float64 `json:"L1HttpsInner_acc" xml:"L1HttpsInner_acc"`
	L1HttpsOutAcc      float64 `json:"L1HttpsOut_acc" xml:"L1HttpsOut_acc"`
	L1HttpsTacc        float64 `json:"L1HttpsTacc" xml:"L1HttpsTacc"`
	L1DyHttpsBps       float64 `json:"L1DyHttpsBps" xml:"L1DyHttpsBps"`
	L1DyHttpsInnerBps  float64 `json:"L1DyHttpsInnerBps" xml:"L1DyHttpsInnerBps"`
	L1DyHttpsOutBps    float64 `json:"L1DyHttpsOutBps" xml:"L1DyHttpsOutBps"`
	L1StHttpsBps       float64 `json:"L1StHttpsBps" xml:"L1StHttpsBps"`
	L1StHttpsInnerBps  float64 `json:"L1StHttpsInnerBps" xml:"L1StHttpsInnerBps"`
	L1StHttpsOutBps    float64 `json:"L1StHttpsOutBps" xml:"L1StHttpsOutBps"`
	L1DyHttpsTraf      float64 `json:"l1DyHttpsTraf" xml:"l1DyHttpsTraf"`
	L1DyHttpsInnerTraf float64 `json:"L1DyHttpsInnerTraf" xml:"L1DyHttpsInnerTraf"`
	L1DyHttpsOutTraf   float64 `json:"L1DyHttpsOutTraf" xml:"L1DyHttpsOutTraf"`
	L1StHttpsTraf      float64 `json:"L1StHttpsTraf" xml:"L1StHttpsTraf"`
	L1StHttpsInnerTraf float64 `json:"L1StHttpsInnerTraf" xml:"L1StHttpsInnerTraf"`
	L1StHttpsOutTraf   float64 `json:"L1StHttpsOutTraf" xml:"L1StHttpsOutTraf"`
	L1DyHttpsQps       float64 `json:"L1DyHttpsQps" xml:"L1DyHttpsQps"`
	L1DyHttpsInnerQps  float64 `json:"L1DyHttpsInnerQps" xml:"L1DyHttpsInnerQps"`
	L1DyHttpsOutQps    float64 `json:"L1DyHttpsOutQps" xml:"L1DyHttpsOutQps"`
	L1StHttpsQps       float64 `json:"L1StHttpsQps" xml:"L1StHttpsQps"`
	L1StHttpsInnerQps  float64 `json:"L1StHttpsInnerQps" xml:"L1StHttpsInnerQps"`
	L1StHttpsOutQps    float64 `json:"L1StHttpsOutQps" xml:"L1StHttpsOutQps"`
	L1DyHttpsAcc       float64 `json:"L1DyHttpsAcc" xml:"L1DyHttpsAcc"`
	L1DyHttpsInnerAcc  float64 `json:"L1DyHttpsInnerAcc" xml:"L1DyHttpsInnerAcc"`
	L1DyHttpsOutAcc    float64 `json:"L1DyHttpsOutAcc" xml:"L1DyHttpsOutAcc"`
	L1StHttpsAcc       float64 `json:"L1StHttpsAcc" xml:"L1StHttpsAcc"`
	L1StHttpsInnerAcc  float64 `json:"L1StHttpsInnerAcc" xml:"L1StHttpsInnerAcc"`
	L1StHttpsOutAcc    float64 `json:"L1StHttpsOutAcc" xml:"L1StHttpsOutAcc"`
}

HttpsStatisticsInfo is a nested struct in cdn response

type HttpsStatisticsInfos ¶

type HttpsStatisticsInfos struct {
	HttpsStatisticsInfo []HttpsStatisticsInfo `json:"HttpsStatisticsInfo" xml:"HttpsStatisticsInfo"`
}

HttpsStatisticsInfos is a nested struct in cdn response

type ISPProportionData ¶

type ISPProportionData struct {
	ISP             string `json:"ISP" xml:"ISP"`
	Proportion      string `json:"Proportion" xml:"Proportion"`
	IspEname        string `json:"IspEname" xml:"IspEname"`
	AvgObjectSize   string `json:"AvgObjectSize" xml:"AvgObjectSize"`
	AvgResponseTime string `json:"AvgResponseTime" xml:"AvgResponseTime"`
	Bps             string `json:"Bps" xml:"Bps"`
	ByteHitRate     string `json:"ByteHitRate" xml:"ByteHitRate"`
	Qps             string `json:"Qps" xml:"Qps"`
	ReqErrRate      string `json:"ReqErrRate" xml:"ReqErrRate"`
	ReqHitRate      string `json:"ReqHitRate" xml:"ReqHitRate"`
	AvgResponseRate string `json:"AvgResponseRate" xml:"AvgResponseRate"`
	TotalBytes      string `json:"TotalBytes" xml:"TotalBytes"`
	BytesProportion string `json:"BytesProportion" xml:"BytesProportion"`
	TotalQuery      string `json:"TotalQuery" xml:"TotalQuery"`
}

ISPProportionData is a nested struct in cdn response

type IgnoreQueryStringConfig ¶

type IgnoreQueryStringConfig struct {
	ConfigId    string `json:"ConfigId" xml:"ConfigId"`
	HashKeyArgs string `json:"HashKeyArgs" xml:"HashKeyArgs"`
	Enable      string `json:"Enable" xml:"Enable"`
	Status      string `json:"Status" xml:"Status"`
}

IgnoreQueryStringConfig is a nested struct in cdn response

type IpAllowListConfig ¶

type IpAllowListConfig struct {
	ConfigId  string `json:"ConfigId" xml:"ConfigId"`
	IpList    string `json:"IpList" xml:"IpList"`
	IpAclXfwd string `json:"IpAclXfwd" xml:"IpAclXfwd"`
	Status    string `json:"Status" xml:"Status"`
}

IpAllowListConfig is a nested struct in cdn response

type Isp ¶

type Isp struct {
	NameZh string `json:"NameZh" xml:"NameZh"`
	NameEn string `json:"NameEn" xml:"NameEn"`
}

Isp is a nested struct in cdn response

type Isps ¶

type Isps struct {
	Isp []Isp `json:"Isp" xml:"Isp"`
}

Isps is a nested struct in cdn response

type L2OssKeyConfig ¶

type L2OssKeyConfig struct {
	PrivateOssAuth string `json:"PrivateOssAuth" xml:"PrivateOssAuth"`
	ConfigId       string `json:"ConfigId" xml:"ConfigId"`
	Status         string `json:"Status" xml:"Status"`
}

L2OssKeyConfig is a nested struct in cdn response

type ListDomainsByLogConfigIdRequest ¶

type ListDomainsByLogConfigIdRequest struct {
	*requests.RpcRequest
}

ListDomainsByLogConfigIdRequest is the request struct for api ListDomainsByLogConfigId

func CreateListDomainsByLogConfigIdRequest ¶

func CreateListDomainsByLogConfigIdRequest() (request *ListDomainsByLogConfigIdRequest)

CreateListDomainsByLogConfigIdRequest creates a request to invoke ListDomainsByLogConfigId API

type ListDomainsByLogConfigIdResponse ¶

type ListDomainsByLogConfigIdResponse struct {
	*responses.BaseResponse
	RequestId string                            `json:"RequestId" xml:"RequestId"`
	Domains   DomainsInListDomainsByLogConfigId `json:"Domains" xml:"Domains"`
}

ListDomainsByLogConfigIdResponse is the response struct for api ListDomainsByLogConfigId

func CreateListDomainsByLogConfigIdResponse ¶

func CreateListDomainsByLogConfigIdResponse() (response *ListDomainsByLogConfigIdResponse)

CreateListDomainsByLogConfigIdResponse creates a response to parse from ListDomainsByLogConfigId response

type LiveAppRecord ¶

type LiveAppRecord struct {
	StartTime       string `json:"StartTime" xml:"StartTime"`
	OssObjectPrefix string `json:"OssObjectPrefix" xml:"OssObjectPrefix"`
	EndTime         string `json:"EndTime" xml:"EndTime"`
	DomainName      string `json:"DomainName" xml:"DomainName"`
	CreateTime      string `json:"CreateTime" xml:"CreateTime"`
	OssEndpoint     string `json:"OssEndpoint" xml:"OssEndpoint"`
	AppName         string `json:"AppName" xml:"AppName"`
	SourceUrl       string `json:"SourceUrl" xml:"SourceUrl"`
	StreamName      string `json:"StreamName" xml:"StreamName"`
	OssBucket       string `json:"OssBucket" xml:"OssBucket"`
}

LiveAppRecord is a nested struct in cdn response

type LiveAppRecordListInDescribeLivePullStreamConfig ¶

type LiveAppRecordListInDescribeLivePullStreamConfig struct {
	LiveAppRecord []LiveAppRecord `json:"LiveAppRecord" xml:"LiveAppRecord"`
}

LiveAppRecordListInDescribeLivePullStreamConfig is a nested struct in cdn response

type LiveAppRecordListInDescribeLiveRecordConfig ¶

type LiveAppRecordListInDescribeLiveRecordConfig struct {
	LiveAppRecord []LiveAppRecord `json:"LiveAppRecord" xml:"LiveAppRecord"`
}

LiveAppRecordListInDescribeLiveRecordConfig is a nested struct in cdn response

type LiveStreamControlInfo ¶

type LiveStreamControlInfo struct {
	StreamName string `json:"StreamName" xml:"StreamName"`
	ClientIP   string `json:"ClientIP" xml:"ClientIP"`
	Action     string `json:"Action" xml:"Action"`
	TimeStamp  string `json:"TimeStamp" xml:"TimeStamp"`
}

LiveStreamControlInfo is a nested struct in cdn response

type LiveStreamOnlineBpsInfo ¶

type LiveStreamOnlineBpsInfo struct {
	StreamUrl string  `json:"StreamUrl" xml:"StreamUrl"`
	UpBps     float64 `json:"UpBps" xml:"UpBps"`
	DownBps   float64 `json:"DownBps" xml:"DownBps"`
	Time      string  `json:"Time" xml:"Time"`
}

LiveStreamOnlineBpsInfo is a nested struct in cdn response

type LiveStreamOnlineBpsInfos ¶

type LiveStreamOnlineBpsInfos struct {
	LiveStreamOnlineBpsInfo []LiveStreamOnlineBpsInfo `json:"LiveStreamOnlineBpsInfo" xml:"LiveStreamOnlineBpsInfo"`
}

LiveStreamOnlineBpsInfos is a nested struct in cdn response

type LiveStreamOnlineInfo ¶

type LiveStreamOnlineInfo struct {
	DomainName  string `json:"DomainName" xml:"DomainName"`
	AppName     string `json:"AppName" xml:"AppName"`
	StreamName  string `json:"StreamName" xml:"StreamName"`
	PublishTime string `json:"PublishTime" xml:"PublishTime"`
	PublishUrl  string `json:"PublishUrl" xml:"PublishUrl"`
}

LiveStreamOnlineInfo is a nested struct in cdn response

type LiveStreamOnlineUserNumInfo ¶

type LiveStreamOnlineUserNumInfo struct {
	Time       string `json:"Time" xml:"Time"`
	StreamUrl  string `json:"StreamUrl" xml:"StreamUrl"`
	UserNumber int    `json:"UserNumber" xml:"UserNumber"`
}

LiveStreamOnlineUserNumInfo is a nested struct in cdn response

type LiveStreamOnlineUserNumInfos ¶

type LiveStreamOnlineUserNumInfos struct {
	LiveStreamOnlineUserNumInfo []LiveStreamOnlineUserNumInfo `json:"LiveStreamOnlineUserNumInfo" xml:"LiveStreamOnlineUserNumInfo"`
}

LiveStreamOnlineUserNumInfos is a nested struct in cdn response

type LiveStreamPublishInfo ¶

type LiveStreamPublishInfo struct {
	DomainName   string `json:"DomainName" xml:"DomainName"`
	AppName      string `json:"AppName" xml:"AppName"`
	StreamName   string `json:"StreamName" xml:"StreamName"`
	StreamUrl    string `json:"StreamUrl" xml:"StreamUrl"`
	PublishTime  string `json:"PublishTime" xml:"PublishTime"`
	StopTime     string `json:"StopTime" xml:"StopTime"`
	PublishUrl   string `json:"PublishUrl" xml:"PublishUrl"`
	ClientAddr   string `json:"ClientAddr" xml:"ClientAddr"`
	EdgeNodeAddr string `json:"EdgeNodeAddr" xml:"EdgeNodeAddr"`
}

LiveStreamPublishInfo is a nested struct in cdn response

type LiveStreamSnapshotConfig ¶

type LiveStreamSnapshotConfig struct {
	DomainName         string `json:"DomainName" xml:"DomainName"`
	AppName            string `json:"AppName" xml:"AppName"`
	TimeInterval       int    `json:"TimeInterval" xml:"TimeInterval"`
	OssEndpoint        string `json:"OssEndpoint" xml:"OssEndpoint"`
	OssBucket          string `json:"OssBucket" xml:"OssBucket"`
	OverwriteOssObject string `json:"OverwriteOssObject" xml:"OverwriteOssObject"`
	SequenceOssObject  string `json:"SequenceOssObject" xml:"SequenceOssObject"`
	CreateTime         string `json:"CreateTime" xml:"CreateTime"`
}

LiveStreamSnapshotConfig is a nested struct in cdn response

type LiveStreamSnapshotConfigList ¶

type LiveStreamSnapshotConfigList struct {
	LiveStreamSnapshotConfig []LiveStreamSnapshotConfig `json:"LiveStreamSnapshotConfig" xml:"LiveStreamSnapshotConfig"`
}

LiveStreamSnapshotConfigList is a nested struct in cdn response

type LiveStreamSnapshotInfo ¶

type LiveStreamSnapshotInfo struct {
	OssEndpoint string `json:"OssEndpoint" xml:"OssEndpoint"`
	OssBucket   string `json:"OssBucket" xml:"OssBucket"`
	OssObject   string `json:"OssObject" xml:"OssObject"`
	CreateTime  string `json:"CreateTime" xml:"CreateTime"`
}

LiveStreamSnapshotInfo is a nested struct in cdn response

type LiveStreamSnapshotInfoList ¶

type LiveStreamSnapshotInfoList struct {
	LiveStreamSnapshotInfo []LiveStreamSnapshotInfo `json:"LiveStreamSnapshotInfo" xml:"LiveStreamSnapshotInfo"`
}

LiveStreamSnapshotInfoList is a nested struct in cdn response

type LockReason ¶

type LockReason struct {
	LockReason string `json:"LockReason" xml:"LockReason"`
}

LockReason is a nested struct in cdn response

type MacServiceConfig ¶

type MacServiceConfig struct {
	AppList       string `json:"AppList" xml:"AppList"`
	Enabled       string `json:"Enabled" xml:"Enabled"`
	ProcessResult string `json:"ProcessResult" xml:"ProcessResult"`
	ConfigId      string `json:"ConfigId" xml:"ConfigId"`
	Status        string `json:"Status" xml:"Status"`
}

MacServiceConfig is a nested struct in cdn response

type MigrateDomainToHttpsDeliveryRequest ¶

type MigrateDomainToHttpsDeliveryRequest struct {
	*requests.RpcRequest
	OwnerId           requests.Integer `position:"Query" name:"OwnerId"`
	OwnerAccount      string           `position:"Query" name:"OwnerAccount"`
	SecurityToken     string           `position:"Query" name:"SecurityToken"`
	DomainName        string           `position:"Query" name:"DomainName"`
	ServerCertificate string           `position:"Query" name:"ServerCertificate"`
	PrivateKey        string           `position:"Query" name:"PrivateKey"`
}

MigrateDomainToHttpsDeliveryRequest is the request struct for api MigrateDomainToHttpsDelivery

func CreateMigrateDomainToHttpsDeliveryRequest ¶

func CreateMigrateDomainToHttpsDeliveryRequest() (request *MigrateDomainToHttpsDeliveryRequest)

CreateMigrateDomainToHttpsDeliveryRequest creates a request to invoke MigrateDomainToHttpsDelivery API

type MigrateDomainToHttpsDeliveryResponse ¶

type MigrateDomainToHttpsDeliveryResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

MigrateDomainToHttpsDeliveryResponse is the response struct for api MigrateDomainToHttpsDelivery

func CreateMigrateDomainToHttpsDeliveryResponse ¶

func CreateMigrateDomainToHttpsDeliveryResponse() (response *MigrateDomainToHttpsDeliveryResponse)

CreateMigrateDomainToHttpsDeliveryResponse creates a response to parse from MigrateDomainToHttpsDelivery response

type MixStreamsInfo ¶

type MixStreamsInfo struct {
	DomainName string `json:"DomainName" xml:"DomainName"`
	AppName    string `json:"AppName" xml:"AppName"`
	StreamName string `json:"StreamName" xml:"StreamName"`
}

MixStreamsInfo is a nested struct in cdn response

type MixStreamsInfoListInStartMixStreamsService ¶

type MixStreamsInfoListInStartMixStreamsService struct {
	MixStreamsInfo []MixStreamsInfo `json:"MixStreamsInfo" xml:"MixStreamsInfo"`
}

MixStreamsInfoListInStartMixStreamsService is a nested struct in cdn response

type MixStreamsInfoListInStopMixStreamsService ¶

type MixStreamsInfoListInStopMixStreamsService struct {
	MixStreamsInfo []MixStreamsInfo `json:"MixStreamsInfo" xml:"MixStreamsInfo"`
}

MixStreamsInfoListInStopMixStreamsService is a nested struct in cdn response

type ModifyCdnDomainRequest ¶

type ModifyCdnDomainRequest struct {
	*requests.RpcRequest
	OwnerId         requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken   string           `position:"Query" name:"SecurityToken"`
	DomainName      string           `position:"Query" name:"DomainName"`
	SourceType      string           `position:"Query" name:"SourceType"`
	SourcePort      requests.Integer `position:"Query" name:"SourcePort"`
	Sources         string           `position:"Query" name:"Sources"`
	ResourceGroupId string           `position:"Query" name:"ResourceGroupId"`
	Priorities      string           `position:"Query" name:"Priorities"`
	TopLevelDomain  string           `position:"Query" name:"TopLevelDomain"`
}

ModifyCdnDomainRequest is the request struct for api ModifyCdnDomain

func CreateModifyCdnDomainRequest ¶

func CreateModifyCdnDomainRequest() (request *ModifyCdnDomainRequest)

CreateModifyCdnDomainRequest creates a request to invoke ModifyCdnDomain API

type ModifyCdnDomainResponse ¶

type ModifyCdnDomainResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

ModifyCdnDomainResponse is the response struct for api ModifyCdnDomain

func CreateModifyCdnDomainResponse ¶

func CreateModifyCdnDomainResponse() (response *ModifyCdnDomainResponse)

CreateModifyCdnDomainResponse creates a response to parse from ModifyCdnDomain response

type ModifyCdnServiceRequest ¶

type ModifyCdnServiceRequest struct {
	*requests.RpcRequest
	OwnerId            requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken      string           `position:"Query" name:"SecurityToken"`
	InternetChargeType string           `position:"Query" name:"InternetChargeType"`
}

ModifyCdnServiceRequest is the request struct for api ModifyCdnService

func CreateModifyCdnServiceRequest ¶

func CreateModifyCdnServiceRequest() (request *ModifyCdnServiceRequest)

CreateModifyCdnServiceRequest creates a request to invoke ModifyCdnService API

type ModifyCdnServiceResponse ¶

type ModifyCdnServiceResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

ModifyCdnServiceResponse is the response struct for api ModifyCdnService

func CreateModifyCdnServiceResponse ¶

func CreateModifyCdnServiceResponse() (response *ModifyCdnServiceResponse)

CreateModifyCdnServiceResponse creates a response to parse from ModifyCdnService response

type ModifyDomainCustomLogConfigRequest ¶

type ModifyDomainCustomLogConfigRequest struct {
	*requests.RpcRequest
}

ModifyDomainCustomLogConfigRequest is the request struct for api ModifyDomainCustomLogConfig

func CreateModifyDomainCustomLogConfigRequest ¶

func CreateModifyDomainCustomLogConfigRequest() (request *ModifyDomainCustomLogConfigRequest)

CreateModifyDomainCustomLogConfigRequest creates a request to invoke ModifyDomainCustomLogConfig API

type ModifyDomainCustomLogConfigResponse ¶

type ModifyDomainCustomLogConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

ModifyDomainCustomLogConfigResponse is the response struct for api ModifyDomainCustomLogConfig

func CreateModifyDomainCustomLogConfigResponse ¶

func CreateModifyDomainCustomLogConfigResponse() (response *ModifyDomainCustomLogConfigResponse)

CreateModifyDomainCustomLogConfigResponse creates a response to parse from ModifyDomainCustomLogConfig response

type ModifyFileCacheExpiredConfigRequest ¶

type ModifyFileCacheExpiredConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	ConfigID      string           `position:"Query" name:"ConfigID"`
	CacheContent  string           `position:"Query" name:"CacheContent"`
	TTL           string           `position:"Query" name:"TTL"`
	Weight        string           `position:"Query" name:"Weight"`
}

ModifyFileCacheExpiredConfigRequest is the request struct for api ModifyFileCacheExpiredConfig

func CreateModifyFileCacheExpiredConfigRequest ¶

func CreateModifyFileCacheExpiredConfigRequest() (request *ModifyFileCacheExpiredConfigRequest)

CreateModifyFileCacheExpiredConfigRequest creates a request to invoke ModifyFileCacheExpiredConfig API

type ModifyFileCacheExpiredConfigResponse ¶

type ModifyFileCacheExpiredConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

ModifyFileCacheExpiredConfigResponse is the response struct for api ModifyFileCacheExpiredConfig

func CreateModifyFileCacheExpiredConfigResponse ¶

func CreateModifyFileCacheExpiredConfigResponse() (response *ModifyFileCacheExpiredConfigResponse)

CreateModifyFileCacheExpiredConfigResponse creates a response to parse from ModifyFileCacheExpiredConfig response

type ModifyHttpHeaderConfigRequest ¶

type ModifyHttpHeaderConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	HeaderKey     string           `position:"Query" name:"HeaderKey"`
	HeaderValue   string           `position:"Query" name:"HeaderValue"`
	ConfigID      string           `position:"Query" name:"ConfigID"`
}

ModifyHttpHeaderConfigRequest is the request struct for api ModifyHttpHeaderConfig

func CreateModifyHttpHeaderConfigRequest ¶

func CreateModifyHttpHeaderConfigRequest() (request *ModifyHttpHeaderConfigRequest)

CreateModifyHttpHeaderConfigRequest creates a request to invoke ModifyHttpHeaderConfig API

type ModifyHttpHeaderConfigResponse ¶

type ModifyHttpHeaderConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

ModifyHttpHeaderConfigResponse is the response struct for api ModifyHttpHeaderConfig

func CreateModifyHttpHeaderConfigResponse ¶

func CreateModifyHttpHeaderConfigResponse() (response *ModifyHttpHeaderConfigResponse)

CreateModifyHttpHeaderConfigResponse creates a response to parse from ModifyHttpHeaderConfig response

type ModifyUserCustomLogConfigRequest ¶

type ModifyUserCustomLogConfigRequest struct {
	*requests.RpcRequest
}

ModifyUserCustomLogConfigRequest is the request struct for api ModifyUserCustomLogConfig

func CreateModifyUserCustomLogConfigRequest ¶

func CreateModifyUserCustomLogConfigRequest() (request *ModifyUserCustomLogConfigRequest)

CreateModifyUserCustomLogConfigRequest creates a request to invoke ModifyUserCustomLogConfig API

type ModifyUserCustomLogConfigResponse ¶

type ModifyUserCustomLogConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

ModifyUserCustomLogConfigResponse is the response struct for api ModifyUserCustomLogConfig

func CreateModifyUserCustomLogConfigResponse ¶

func CreateModifyUserCustomLogConfigResponse() (response *ModifyUserCustomLogConfigResponse)

CreateModifyUserCustomLogConfigResponse creates a response to parse from ModifyUserCustomLogConfig response

type MonitorDatas ¶

type MonitorDatas struct {
	CDNMonitorData []CDNMonitorData `json:"CDNMonitorData" xml:"CDNMonitorData"`
}

MonitorDatas is a nested struct in cdn response

type NotifyUrlConfig ¶

type NotifyUrlConfig struct {
	Enable    string `json:"Enable" xml:"Enable"`
	NotifyUrl string `json:"NotifyUrl" xml:"NotifyUrl"`
}

NotifyUrlConfig is a nested struct in cdn response

type OnlineInfo ¶

type OnlineInfo struct {
	LiveStreamOnlineInfo []LiveStreamOnlineInfo `json:"LiveStreamOnlineInfo" xml:"LiveStreamOnlineInfo"`
}

OnlineInfo is a nested struct in cdn response

type OnlineUserInfoInDescribeLiveStreamHlsOnlineUserNumByDomain ¶

type OnlineUserInfoInDescribeLiveStreamHlsOnlineUserNumByDomain struct {
	LiveStreamOnlineUserNumInfo []LiveStreamOnlineUserNumInfo `json:"LiveStreamOnlineUserNumInfo" xml:"LiveStreamOnlineUserNumInfo"`
}

OnlineUserInfoInDescribeLiveStreamHlsOnlineUserNumByDomain is a nested struct in cdn response

type OnlineUserInfoInDescribeLiveStreamOnlineUserNum ¶

type OnlineUserInfoInDescribeLiveStreamOnlineUserNum struct {
	LiveStreamOnlineUserNumInfo []LiveStreamOnlineUserNumInfo `json:"LiveStreamOnlineUserNumInfo" xml:"LiveStreamOnlineUserNumInfo"`
}

OnlineUserInfoInDescribeLiveStreamOnlineUserNum is a nested struct in cdn response

type OnlineUserInfoInDescribeLiveStreamOnlineUserNumByDomain ¶

type OnlineUserInfoInDescribeLiveStreamOnlineUserNumByDomain struct {
	LiveStreamOnlineUserNumInfo []LiveStreamOnlineUserNumInfo `json:"LiveStreamOnlineUserNumInfo" xml:"LiveStreamOnlineUserNumInfo"`
}

OnlineUserInfoInDescribeLiveStreamOnlineUserNumByDomain is a nested struct in cdn response

type OnlineUserInfoInDescribeLiveStreamRoomUserNumber ¶

type OnlineUserInfoInDescribeLiveStreamRoomUserNumber struct {
	LiveStreamOnlineUserNumInfo []LiveStreamOnlineUserNumInfo `json:"LiveStreamOnlineUserNumInfo" xml:"LiveStreamOnlineUserNumInfo"`
}

OnlineUserInfoInDescribeLiveStreamRoomUserNumber is a nested struct in cdn response

type OpenCdnServiceRequest ¶

type OpenCdnServiceRequest struct {
	*requests.RpcRequest
	OwnerId            requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken      string           `position:"Query" name:"SecurityToken"`
	InternetChargeType string           `position:"Query" name:"InternetChargeType"`
}

OpenCdnServiceRequest is the request struct for api OpenCdnService

func CreateOpenCdnServiceRequest ¶

func CreateOpenCdnServiceRequest() (request *OpenCdnServiceRequest)

CreateOpenCdnServiceRequest creates a request to invoke OpenCdnService API

type OpenCdnServiceResponse ¶

type OpenCdnServiceResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

OpenCdnServiceResponse is the response struct for api OpenCdnService

func CreateOpenCdnServiceResponse ¶

func CreateOpenCdnServiceResponse() (response *OpenCdnServiceResponse)

CreateOpenCdnServiceResponse creates a response to parse from OpenCdnService response

type OperationLocks ¶

type OperationLocks struct {
	LockReason []LockReason `json:"LockReason" xml:"LockReason"`
}

OperationLocks is a nested struct in cdn response

type OptimizeConfig ¶

type OptimizeConfig struct {
	ConfigId string `json:"ConfigId" xml:"ConfigId"`
	Enable   string `json:"Enable" xml:"Enable"`
	Status   string `json:"Status" xml:"Status"`
}

OptimizeConfig is a nested struct in cdn response

type OssLogConfig ¶

type OssLogConfig struct {
	Enable string `json:"Enable" xml:"Enable"`
	Bucket string `json:"Bucket" xml:"Bucket"`
	Prefix string `json:"Prefix" xml:"Prefix"`
}

OssLogConfig is a nested struct in cdn response

type PageCompressConfig ¶

type PageCompressConfig struct {
	ConfigId string `json:"ConfigId" xml:"ConfigId"`
	Enable   string `json:"Enable" xml:"Enable"`
	Status   string `json:"Status" xml:"Status"`
}

PageCompressConfig is a nested struct in cdn response

type PageData ¶

type PageData struct {
	DomainName      string                       `json:"DomainName" xml:"DomainName"`
	Cname           string                       `json:"Cname" xml:"Cname"`
	CdnType         string                       `json:"CdnType" xml:"CdnType"`
	DomainStatus    string                       `json:"DomainStatus" xml:"DomainStatus"`
	GmtCreated      string                       `json:"GmtCreated" xml:"GmtCreated"`
	GmtModified     string                       `json:"GmtModified" xml:"GmtModified"`
	Description     string                       `json:"Description" xml:"Description"`
	SourceType      string                       `json:"SourceType" xml:"SourceType"`
	SslProtocol     string                       `json:"SslProtocol" xml:"SslProtocol"`
	ResourceGroupId string                       `json:"ResourceGroupId" xml:"ResourceGroupId"`
	Sandbox         string                       `json:"Sandbox" xml:"Sandbox"`
	Sources         SourcesInDescribeUserDomains `json:"Sources" xml:"Sources"`
}

PageData is a nested struct in cdn response

type PathDataPerInterval ¶

type PathDataPerInterval struct {
	UsageData []UsageData `json:"UsageData" xml:"UsageData"`
}

PathDataPerInterval is a nested struct in cdn response

type PublishInfo ¶

type PublishInfo struct {
	LiveStreamPublishInfo []LiveStreamPublishInfo `json:"LiveStreamPublishInfo" xml:"LiveStreamPublishInfo"`
}

PublishInfo is a nested struct in cdn response

type PushErrorsModel ¶

type PushErrorsModel struct {
	ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
}

PushErrorsModel is a nested struct in cdn response

type PushErrorsModelList ¶

type PushErrorsModelList struct {
	PushErrorsModel []PushErrorsModel `json:"PushErrorsModel" xml:"PushErrorsModel"`
}

PushErrorsModelList is a nested struct in cdn response

type PushObjectCacheRequest ¶

type PushObjectCacheRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	ObjectPath    string           `position:"Query" name:"ObjectPath"`
}

PushObjectCacheRequest is the request struct for api PushObjectCache

func CreatePushObjectCacheRequest ¶

func CreatePushObjectCacheRequest() (request *PushObjectCacheRequest)

CreatePushObjectCacheRequest creates a request to invoke PushObjectCache API

type PushObjectCacheResponse ¶

type PushObjectCacheResponse struct {
	*responses.BaseResponse
	RequestId  string `json:"RequestId" xml:"RequestId"`
	PushTaskId string `json:"PushTaskId" xml:"PushTaskId"`
}

PushObjectCacheResponse is the response struct for api PushObjectCache

func CreatePushObjectCacheResponse ¶

func CreatePushObjectCacheResponse() (response *PushObjectCacheResponse)

CreatePushObjectCacheResponse creates a response to parse from PushObjectCache response

type PushStreamModel ¶

type PushStreamModel struct {
	Time          string  `json:"Time" xml:"Time"`
	Stream        string  `json:"Stream" xml:"Stream"`
	FrameRate     float64 `json:"FrameRate" xml:"FrameRate"`
	BitRate       float64 `json:"BitRate" xml:"BitRate"`
	FrameLossRate float64 `json:"FrameLossRate" xml:"FrameLossRate"`
	ServerAddr    string  `json:"ServerAddr" xml:"ServerAddr"`
	ClientAddr    string  `json:"ClientAddr" xml:"ClientAddr"`
}

PushStreamModel is a nested struct in cdn response

type PushStreamModelList ¶

type PushStreamModelList struct {
	PushStreamModel []PushStreamModel `json:"PushStreamModel" xml:"PushStreamModel"`
}

PushStreamModelList is a nested struct in cdn response

type PvDataInterval ¶

type PvDataInterval struct {
	UsageData []UsageData `json:"UsageData" xml:"UsageData"`
}

PvDataInterval is a nested struct in cdn response

type QpsDataInterval ¶

type QpsDataInterval struct {
	DataModule []DataModule `json:"DataModule" xml:"DataModule"`
}

QpsDataInterval is a nested struct in cdn response

type QpsModel ¶

type QpsModel struct {
	Qps       float64 `json:"Qps" xml:"Qps"`
	TimeStamp string  `json:"TimeStamp" xml:"TimeStamp"`
}

QpsModel is a nested struct in cdn response

type RangeConfig ¶

type RangeConfig struct {
	ConfigId string `json:"ConfigId" xml:"ConfigId"`
	Enable   string `json:"Enable" xml:"Enable"`
	Status   string `json:"Status" xml:"Status"`
}

RangeConfig is a nested struct in cdn response

type RecordContentInfo ¶

type RecordContentInfo struct {
	OssEndpoint     string  `json:"OssEndpoint" xml:"OssEndpoint"`
	OssBucket       string  `json:"OssBucket" xml:"OssBucket"`
	OssObjectPrefix string  `json:"OssObjectPrefix" xml:"OssObjectPrefix"`
	StartTime       string  `json:"StartTime" xml:"StartTime"`
	EndTime         string  `json:"EndTime" xml:"EndTime"`
	Duration        float64 `json:"Duration" xml:"Duration"`
}

RecordContentInfo is a nested struct in cdn response

type RecordContentInfoList ¶

type RecordContentInfoList struct {
	RecordContentInfo []RecordContentInfo `json:"RecordContentInfo" xml:"RecordContentInfo"`
}

RecordContentInfoList is a nested struct in cdn response

type RecordIndexInfo ¶

type RecordIndexInfo struct {
	OssObject  string  `json:"OssObject" xml:"OssObject"`
	StartTime  string  `json:"StartTime" xml:"StartTime"`
	EndTime    string  `json:"EndTime" xml:"EndTime"`
	Duration   float64 `json:"Duration" xml:"Duration"`
	DomainName string  `json:"DomainName" xml:"DomainName"`
	RecordUrl  string  `json:"RecordUrl" xml:"RecordUrl"`
	CreateTime string  `json:"CreateTime" xml:"CreateTime"`
	RecordId   string  `json:"RecordId" xml:"RecordId"`
	Height     int     `json:"Height" xml:"Height"`
	Width      int     `json:"Width" xml:"Width"`
	AppName    string  `json:"AppName" xml:"AppName"`
	StreamName string  `json:"StreamName" xml:"StreamName"`
}

RecordIndexInfo is a nested struct in cdn response

type RecordIndexInfoList ¶

type RecordIndexInfoList struct {
	RecordIndexInfo []RecordIndexInfo `json:"RecordIndexInfo" xml:"RecordIndexInfo"`
}

RecordIndexInfoList is a nested struct in cdn response

type RecordInfo ¶

type RecordInfo struct {
	RecordId   string  `json:"RecordId" xml:"RecordId"`
	RecordUrl  string  `json:"RecordUrl" xml:"RecordUrl"`
	Duration   float64 `json:"Duration" xml:"Duration"`
	Height     int     `json:"Height" xml:"Height"`
	Width      int     `json:"Width" xml:"Width"`
	CreateTime string  `json:"CreateTime" xml:"CreateTime"`
}

RecordInfo is a nested struct in cdn response

type RedirectTypeConfig ¶

type RedirectTypeConfig struct {
	RedirectType string `json:"RedirectType" xml:"RedirectType"`
}

RedirectTypeConfig is a nested struct in cdn response

type ReferList ¶

type ReferList struct {
	ReferDetail     string  `json:"ReferDetail" xml:"ReferDetail"`
	VisitData       string  `json:"VisitData" xml:"VisitData"`
	VisitProportion float64 `json:"VisitProportion" xml:"VisitProportion"`
	Flow            string  `json:"Flow" xml:"Flow"`
	FlowProportion  float64 `json:"FlowProportion" xml:"FlowProportion"`
}

ReferList is a nested struct in cdn response

type RefererConfig ¶

type RefererConfig struct {
	ConfigId   string `json:"ConfigId" xml:"ConfigId"`
	ReferType  string `json:"ReferType" xml:"ReferType"`
	ReferList  string `json:"ReferList" xml:"ReferList"`
	AllowEmpty string `json:"AllowEmpty" xml:"AllowEmpty"`
	DisableAst string `json:"DisableAst" xml:"DisableAst"`
	Status     string `json:"Status" xml:"Status"`
}

RefererConfig is a nested struct in cdn response

type RefreshObjectCachesRequest ¶

type RefreshObjectCachesRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	ObjectPath    string           `position:"Query" name:"ObjectPath"`
	ObjectType    string           `position:"Query" name:"ObjectType"`
}

RefreshObjectCachesRequest is the request struct for api RefreshObjectCaches

func CreateRefreshObjectCachesRequest ¶

func CreateRefreshObjectCachesRequest() (request *RefreshObjectCachesRequest)

CreateRefreshObjectCachesRequest creates a request to invoke RefreshObjectCaches API

type RefreshObjectCachesResponse ¶

type RefreshObjectCachesResponse struct {
	*responses.BaseResponse
	RequestId     string `json:"RequestId" xml:"RequestId"`
	RefreshTaskId string `json:"RefreshTaskId" xml:"RefreshTaskId"`
}

RefreshObjectCachesResponse is the response struct for api RefreshObjectCaches

func CreateRefreshObjectCachesResponse ¶

func CreateRefreshObjectCachesResponse() (response *RefreshObjectCachesResponse)

CreateRefreshObjectCachesResponse creates a response to parse from RefreshObjectCaches response

type Region ¶

type Region struct {
	NameZh string `json:"NameZh" xml:"NameZh"`
	NameEn string `json:"NameEn" xml:"NameEn"`
}

Region is a nested struct in cdn response

type RegionProportionData ¶

type RegionProportionData struct {
	Region          string `json:"Region" xml:"Region"`
	Proportion      string `json:"Proportion" xml:"Proportion"`
	RegionEname     string `json:"RegionEname" xml:"RegionEname"`
	AvgObjectSize   string `json:"AvgObjectSize" xml:"AvgObjectSize"`
	AvgResponseTime string `json:"AvgResponseTime" xml:"AvgResponseTime"`
	Bps             string `json:"Bps" xml:"Bps"`
	ByteHitRate     string `json:"ByteHitRate" xml:"ByteHitRate"`
	Qps             string `json:"Qps" xml:"Qps"`
	ReqErrRate      string `json:"ReqErrRate" xml:"ReqErrRate"`
	ReqHitRate      string `json:"ReqHitRate" xml:"ReqHitRate"`
	AvgResponseRate string `json:"AvgResponseRate" xml:"AvgResponseRate"`
	TotalBytes      string `json:"TotalBytes" xml:"TotalBytes"`
	BytesProportion string `json:"BytesProportion" xml:"BytesProportion"`
	TotalQuery      string `json:"TotalQuery" xml:"TotalQuery"`
}

RegionProportionData is a nested struct in cdn response

type Regions ¶

type Regions struct {
	Region []Region `json:"Region" xml:"Region"`
}

Regions is a nested struct in cdn response

type RelayPushBitRateModel ¶

type RelayPushBitRateModel struct {
	Time          string `json:"Time" xml:"Time"`
	VedioFrame    string `json:"VedioFrame" xml:"VedioFrame"`
	VedioTimstamp string `json:"VedioTimstamp" xml:"VedioTimstamp"`
	AudioFrame    string `json:"AudioFrame" xml:"AudioFrame"`
	AudioTimstamp string `json:"AudioTimstamp" xml:"AudioTimstamp"`
	RelayDomain   string `json:"RelayDomain" xml:"RelayDomain"`
}

RelayPushBitRateModel is a nested struct in cdn response

type RelayPushBitRateModelList ¶

type RelayPushBitRateModelList struct {
	RelayPushBitRateModel []RelayPushBitRateModel `json:"RelayPushBitRateModel" xml:"RelayPushBitRateModel"`
}

RelayPushBitRateModelList is a nested struct in cdn response

type RelayPushDetailModel ¶

type RelayPushDetailModel struct {
	Time          string  `json:"Time" xml:"Time"`
	Stream        string  `json:"Stream" xml:"Stream"`
	FrameRate     float64 `json:"FrameRate" xml:"FrameRate"`
	BitRate       float64 `json:"BitRate" xml:"BitRate"`
	FrameLossRate float64 `json:"FrameLossRate" xml:"FrameLossRate"`
	ServerAddr    string  `json:"ServerAddr" xml:"ServerAddr"`
	ClientAddr    string  `json:"ClientAddr" xml:"ClientAddr"`
}

RelayPushDetailModel is a nested struct in cdn response

type RelayPushDetailModelList ¶

type RelayPushDetailModelList struct {
	RelayPushDetailModel []RelayPushDetailModel `json:"RelayPushDetailModel" xml:"RelayPushDetailModel"`
}

RelayPushDetailModelList is a nested struct in cdn response

type RelayPushErrorsModel ¶

type RelayPushErrorsModel struct {
	ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
}

RelayPushErrorsModel is a nested struct in cdn response

type RelayPushErrorsModelList ¶

type RelayPushErrorsModelList struct {
	RelayPushErrorsModel []RelayPushErrorsModel `json:"RelayPushErrorsModel" xml:"RelayPushErrorsModel"`
}

RelayPushErrorsModelList is a nested struct in cdn response

type RemoveQueryStringConfig ¶

type RemoveQueryStringConfig struct {
	AliRemoveArgs string `json:"AliRemoveArgs" xml:"AliRemoveArgs"`
	ConfigId      string `json:"ConfigId" xml:"ConfigId"`
	Status        string `json:"Status" xml:"Status"`
}

RemoveQueryStringConfig is a nested struct in cdn response

type ReqAuthConfig ¶

type ReqAuthConfig struct {
	ConfigId         string `json:"ConfigId" xml:"ConfigId"`
	AuthType         string `json:"AuthType" xml:"AuthType"`
	Key1             string `json:"Key1" xml:"Key1"`
	Key2             string `json:"Key2" xml:"Key2"`
	Status           string `json:"Status" xml:"Status"`
	AliAuthWhiteList string `json:"AliAuthWhiteList" xml:"AliAuthWhiteList"`
	AuthM3u8         string `json:"AuthM3u8" xml:"AuthM3u8"`
	AuthAddr         string `json:"AuthAddr" xml:"AuthAddr"`
	AuthRemoteDesc   string `json:"AuthRemoteDesc" xml:"AuthRemoteDesc"`
	TimeOut          string `json:"TimeOut" xml:"TimeOut"`
}

ReqAuthConfig is a nested struct in cdn response

type ReqHeaderConfig ¶

type ReqHeaderConfig struct {
	ConfigId string `json:"ConfigId" xml:"ConfigId"`
	Key      string `json:"Key" xml:"Key"`
	Value    string `json:"Value" xml:"Value"`
	Status   string `json:"Status" xml:"Status"`
}

ReqHeaderConfig is a nested struct in cdn response

type ReqHeaderConfigs ¶

type ReqHeaderConfigs struct {
	ReqHeaderConfig []ReqHeaderConfig `json:"ReqHeaderConfig" xml:"ReqHeaderConfig"`
}

ReqHeaderConfigs is a nested struct in cdn response

type ReqHitRateDataModel ¶

type ReqHitRateDataModel struct {
	ReqHitRate float64 `json:"ReqHitRate" xml:"ReqHitRate"`
	TimeStamp  string  `json:"TimeStamp" xml:"TimeStamp"`
}

ReqHitRateDataModel is a nested struct in cdn response

type ReqHitRateInterval ¶

type ReqHitRateInterval struct {
	DataModule []DataModule `json:"DataModule" xml:"DataModule"`
}

ReqHitRateInterval is a nested struct in cdn response

type ResumeLiveStreamRequest ¶

type ResumeLiveStreamRequest struct {
	*requests.RpcRequest
	OwnerId        requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken  string           `position:"Query" name:"SecurityToken"`
	DomainName     string           `position:"Query" name:"DomainName"`
	LiveStreamType string           `position:"Query" name:"LiveStreamType"`
	AppName        string           `position:"Query" name:"AppName"`
	StreamName     string           `position:"Query" name:"StreamName"`
}

ResumeLiveStreamRequest is the request struct for api ResumeLiveStream

func CreateResumeLiveStreamRequest ¶

func CreateResumeLiveStreamRequest() (request *ResumeLiveStreamRequest)

CreateResumeLiveStreamRequest creates a request to invoke ResumeLiveStream API

type ResumeLiveStreamResponse ¶

type ResumeLiveStreamResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

ResumeLiveStreamResponse is the response struct for api ResumeLiveStream

func CreateResumeLiveStreamResponse ¶

func CreateResumeLiveStreamResponse() (response *ResumeLiveStreamResponse)

CreateResumeLiveStreamResponse creates a response to parse from ResumeLiveStream response

type SetCcConfigRequest ¶

type SetCcConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AllowIps      string           `position:"Query" name:"AllowIps"`
	BlockIps      string           `position:"Query" name:"BlockIps"`
}

SetCcConfigRequest is the request struct for api SetCcConfig

func CreateSetCcConfigRequest ¶

func CreateSetCcConfigRequest() (request *SetCcConfigRequest)

CreateSetCcConfigRequest creates a request to invoke SetCcConfig API

type SetCcConfigResponse ¶

type SetCcConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetCcConfigResponse is the response struct for api SetCcConfig

func CreateSetCcConfigResponse ¶

func CreateSetCcConfigResponse() (response *SetCcConfigResponse)

CreateSetCcConfigResponse creates a response to parse from SetCcConfig response

type SetDomainServerCertificateRequest ¶

type SetDomainServerCertificateRequest struct {
	*requests.RpcRequest
	OwnerId                 requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken           string           `position:"Query" name:"SecurityToken"`
	DomainName              string           `position:"Query" name:"DomainName"`
	CertName                string           `position:"Query" name:"CertName"`
	ServerCertificateStatus string           `position:"Query" name:"ServerCertificateStatus"`
	ServerCertificate       string           `position:"Query" name:"ServerCertificate"`
	PrivateKey              string           `position:"Query" name:"PrivateKey"`
	Region                  string           `position:"Query" name:"Region"`
}

SetDomainServerCertificateRequest is the request struct for api SetDomainServerCertificate

func CreateSetDomainServerCertificateRequest ¶

func CreateSetDomainServerCertificateRequest() (request *SetDomainServerCertificateRequest)

CreateSetDomainServerCertificateRequest creates a request to invoke SetDomainServerCertificate API

type SetDomainServerCertificateResponse ¶

type SetDomainServerCertificateResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetDomainServerCertificateResponse is the response struct for api SetDomainServerCertificate

func CreateSetDomainServerCertificateResponse ¶

func CreateSetDomainServerCertificateResponse() (response *SetDomainServerCertificateResponse)

CreateSetDomainServerCertificateResponse creates a response to parse from SetDomainServerCertificate response

type SetDynamicConfigRequest ¶

type SetDynamicConfigRequest struct {
	*requests.RpcRequest
	OwnerId             requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken       string           `position:"Query" name:"SecurityToken"`
	DomainName          string           `position:"Query" name:"DomainName"`
	DynamicOrigin       string           `position:"Query" name:"DynamicOrigin"`
	StaticType          string           `position:"Query" name:"StaticType"`
	StaticUri           string           `position:"Query" name:"StaticUri"`
	StaticPath          string           `position:"Query" name:"StaticPath"`
	DynamicCacheControl string           `position:"Query" name:"DynamicCacheControl"`
}

SetDynamicConfigRequest is the request struct for api SetDynamicConfig

func CreateSetDynamicConfigRequest ¶

func CreateSetDynamicConfigRequest() (request *SetDynamicConfigRequest)

CreateSetDynamicConfigRequest creates a request to invoke SetDynamicConfig API

type SetDynamicConfigResponse ¶

type SetDynamicConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetDynamicConfigResponse is the response struct for api SetDynamicConfig

func CreateSetDynamicConfigResponse ¶

func CreateSetDynamicConfigResponse() (response *SetDynamicConfigResponse)

CreateSetDynamicConfigResponse creates a response to parse from SetDynamicConfig response

type SetErrorPageConfigRequest ¶

type SetErrorPageConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	PageType      string           `position:"Query" name:"PageType"`
	CustomPageUrl string           `position:"Query" name:"CustomPageUrl"`
}

SetErrorPageConfigRequest is the request struct for api SetErrorPageConfig

func CreateSetErrorPageConfigRequest ¶

func CreateSetErrorPageConfigRequest() (request *SetErrorPageConfigRequest)

CreateSetErrorPageConfigRequest creates a request to invoke SetErrorPageConfig API

type SetErrorPageConfigResponse ¶

type SetErrorPageConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetErrorPageConfigResponse is the response struct for api SetErrorPageConfig

func CreateSetErrorPageConfigResponse ¶

func CreateSetErrorPageConfigResponse() (response *SetErrorPageConfigResponse)

CreateSetErrorPageConfigResponse creates a response to parse from SetErrorPageConfig response

type SetFileCacheExpiredConfigRequest ¶

type SetFileCacheExpiredConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	CacheContent  string           `position:"Query" name:"CacheContent"`
	TTL           string           `position:"Query" name:"TTL"`
	Weight        string           `position:"Query" name:"Weight"`
}

SetFileCacheExpiredConfigRequest is the request struct for api SetFileCacheExpiredConfig

func CreateSetFileCacheExpiredConfigRequest ¶

func CreateSetFileCacheExpiredConfigRequest() (request *SetFileCacheExpiredConfigRequest)

CreateSetFileCacheExpiredConfigRequest creates a request to invoke SetFileCacheExpiredConfig API

type SetFileCacheExpiredConfigResponse ¶

type SetFileCacheExpiredConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetFileCacheExpiredConfigResponse is the response struct for api SetFileCacheExpiredConfig

func CreateSetFileCacheExpiredConfigResponse ¶

func CreateSetFileCacheExpiredConfigResponse() (response *SetFileCacheExpiredConfigResponse)

CreateSetFileCacheExpiredConfigResponse creates a response to parse from SetFileCacheExpiredConfig response

type SetFileTypeForceTtlCodeConfigRequest ¶

type SetFileTypeForceTtlCodeConfigRequest struct {
	*requests.RpcRequest
}

SetFileTypeForceTtlCodeConfigRequest is the request struct for api SetFileTypeForceTtlCodeConfig

func CreateSetFileTypeForceTtlCodeConfigRequest ¶

func CreateSetFileTypeForceTtlCodeConfigRequest() (request *SetFileTypeForceTtlCodeConfigRequest)

CreateSetFileTypeForceTtlCodeConfigRequest creates a request to invoke SetFileTypeForceTtlCodeConfig API

type SetFileTypeForceTtlCodeConfigResponse ¶

type SetFileTypeForceTtlCodeConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetFileTypeForceTtlCodeConfigResponse is the response struct for api SetFileTypeForceTtlCodeConfig

func CreateSetFileTypeForceTtlCodeConfigResponse ¶

func CreateSetFileTypeForceTtlCodeConfigResponse() (response *SetFileTypeForceTtlCodeConfigResponse)

CreateSetFileTypeForceTtlCodeConfigResponse creates a response to parse from SetFileTypeForceTtlCodeConfig response

type SetForceRedirectConfigRequest ¶

type SetForceRedirectConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	RedirectType  string           `position:"Query" name:"RedirectType"`
}

SetForceRedirectConfigRequest is the request struct for api SetForceRedirectConfig

func CreateSetForceRedirectConfigRequest ¶

func CreateSetForceRedirectConfigRequest() (request *SetForceRedirectConfigRequest)

CreateSetForceRedirectConfigRequest creates a request to invoke SetForceRedirectConfig API

type SetForceRedirectConfigResponse ¶

type SetForceRedirectConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetForceRedirectConfigResponse is the response struct for api SetForceRedirectConfig

func CreateSetForceRedirectConfigResponse ¶

func CreateSetForceRedirectConfigResponse() (response *SetForceRedirectConfigResponse)

CreateSetForceRedirectConfigResponse creates a response to parse from SetForceRedirectConfig response

type SetForwardSchemeConfigRequest ¶

type SetForwardSchemeConfigRequest struct {
	*requests.RpcRequest
	OwnerId          requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken    string           `position:"Query" name:"SecurityToken"`
	Enable           string           `position:"Query" name:"Enable"`
	DomainName       string           `position:"Query" name:"DomainName"`
	SchemeOrigin     string           `position:"Query" name:"SchemeOrigin"`
	SchemeOriginPort string           `position:"Query" name:"SchemeOriginPort"`
}

SetForwardSchemeConfigRequest is the request struct for api SetForwardSchemeConfig

func CreateSetForwardSchemeConfigRequest ¶

func CreateSetForwardSchemeConfigRequest() (request *SetForwardSchemeConfigRequest)

CreateSetForwardSchemeConfigRequest creates a request to invoke SetForwardSchemeConfig API

type SetForwardSchemeConfigResponse ¶

type SetForwardSchemeConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetForwardSchemeConfigResponse is the response struct for api SetForwardSchemeConfig

func CreateSetForwardSchemeConfigResponse ¶

func CreateSetForwardSchemeConfigResponse() (response *SetForwardSchemeConfigResponse)

CreateSetForwardSchemeConfigResponse creates a response to parse from SetForwardSchemeConfig response

type SetHttpErrorPageConfigRequest ¶

type SetHttpErrorPageConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	PageUrl       string           `position:"Query" name:"PageUrl"`
	ErrorCode     string           `position:"Query" name:"ErrorCode"`
}

SetHttpErrorPageConfigRequest is the request struct for api SetHttpErrorPageConfig

func CreateSetHttpErrorPageConfigRequest ¶

func CreateSetHttpErrorPageConfigRequest() (request *SetHttpErrorPageConfigRequest)

CreateSetHttpErrorPageConfigRequest creates a request to invoke SetHttpErrorPageConfig API

type SetHttpErrorPageConfigResponse ¶

type SetHttpErrorPageConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetHttpErrorPageConfigResponse is the response struct for api SetHttpErrorPageConfig

func CreateSetHttpErrorPageConfigResponse ¶

func CreateSetHttpErrorPageConfigResponse() (response *SetHttpErrorPageConfigResponse)

CreateSetHttpErrorPageConfigResponse creates a response to parse from SetHttpErrorPageConfig response

type SetHttpHeaderConfigRequest ¶

type SetHttpHeaderConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	HeaderKey     string           `position:"Query" name:"HeaderKey"`
	HeaderValue   string           `position:"Query" name:"HeaderValue"`
}

SetHttpHeaderConfigRequest is the request struct for api SetHttpHeaderConfig

func CreateSetHttpHeaderConfigRequest ¶

func CreateSetHttpHeaderConfigRequest() (request *SetHttpHeaderConfigRequest)

CreateSetHttpHeaderConfigRequest creates a request to invoke SetHttpHeaderConfig API

type SetHttpHeaderConfigResponse ¶

type SetHttpHeaderConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetHttpHeaderConfigResponse is the response struct for api SetHttpHeaderConfig

func CreateSetHttpHeaderConfigResponse ¶

func CreateSetHttpHeaderConfigResponse() (response *SetHttpHeaderConfigResponse)

CreateSetHttpHeaderConfigResponse creates a response to parse from SetHttpHeaderConfig response

type SetHttpsOptionConfigRequest ¶

type SetHttpsOptionConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	Http2         string           `position:"Query" name:"Http2"`
}

SetHttpsOptionConfigRequest is the request struct for api SetHttpsOptionConfig

func CreateSetHttpsOptionConfigRequest ¶

func CreateSetHttpsOptionConfigRequest() (request *SetHttpsOptionConfigRequest)

CreateSetHttpsOptionConfigRequest creates a request to invoke SetHttpsOptionConfig API

type SetHttpsOptionConfigResponse ¶

type SetHttpsOptionConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetHttpsOptionConfigResponse is the response struct for api SetHttpsOptionConfig

func CreateSetHttpsOptionConfigResponse ¶

func CreateSetHttpsOptionConfigResponse() (response *SetHttpsOptionConfigResponse)

CreateSetHttpsOptionConfigResponse creates a response to parse from SetHttpsOptionConfig response

type SetIgnoreQueryStringConfigRequest ¶

type SetIgnoreQueryStringConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	Enable        string           `position:"Query" name:"Enable"`
	HashKeyArgs   string           `position:"Query" name:"HashKeyArgs"`
	KeepOssArgs   string           `position:"Query" name:"KeepOssArgs"`
}

SetIgnoreQueryStringConfigRequest is the request struct for api SetIgnoreQueryStringConfig

func CreateSetIgnoreQueryStringConfigRequest ¶

func CreateSetIgnoreQueryStringConfigRequest() (request *SetIgnoreQueryStringConfigRequest)

CreateSetIgnoreQueryStringConfigRequest creates a request to invoke SetIgnoreQueryStringConfig API

type SetIgnoreQueryStringConfigResponse ¶

type SetIgnoreQueryStringConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetIgnoreQueryStringConfigResponse is the response struct for api SetIgnoreQueryStringConfig

func CreateSetIgnoreQueryStringConfigResponse ¶

func CreateSetIgnoreQueryStringConfigResponse() (response *SetIgnoreQueryStringConfigResponse)

CreateSetIgnoreQueryStringConfigResponse creates a response to parse from SetIgnoreQueryStringConfig response

type SetIpAllowListConfigRequest ¶

type SetIpAllowListConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AllowIps      string           `position:"Query" name:"AllowIps"`
}

SetIpAllowListConfigRequest is the request struct for api SetIpAllowListConfig

func CreateSetIpAllowListConfigRequest ¶

func CreateSetIpAllowListConfigRequest() (request *SetIpAllowListConfigRequest)

CreateSetIpAllowListConfigRequest creates a request to invoke SetIpAllowListConfig API

type SetIpAllowListConfigResponse ¶

type SetIpAllowListConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetIpAllowListConfigResponse is the response struct for api SetIpAllowListConfig

func CreateSetIpAllowListConfigResponse ¶

func CreateSetIpAllowListConfigResponse() (response *SetIpAllowListConfigResponse)

CreateSetIpAllowListConfigResponse creates a response to parse from SetIpAllowListConfig response

type SetIpBlackListConfigRequest ¶

type SetIpBlackListConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	BlockIps      string           `position:"Query" name:"BlockIps"`
}

SetIpBlackListConfigRequest is the request struct for api SetIpBlackListConfig

func CreateSetIpBlackListConfigRequest ¶

func CreateSetIpBlackListConfigRequest() (request *SetIpBlackListConfigRequest)

CreateSetIpBlackListConfigRequest creates a request to invoke SetIpBlackListConfig API

type SetIpBlackListConfigResponse ¶

type SetIpBlackListConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetIpBlackListConfigResponse is the response struct for api SetIpBlackListConfig

func CreateSetIpBlackListConfigResponse ¶

func CreateSetIpBlackListConfigResponse() (response *SetIpBlackListConfigResponse)

CreateSetIpBlackListConfigResponse creates a response to parse from SetIpBlackListConfig response

type SetL2OssKeyConfigRequest ¶

type SetL2OssKeyConfigRequest struct {
	*requests.RpcRequest
	OwnerId        requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken  string           `position:"Query" name:"SecurityToken"`
	DomainName     string           `position:"Query" name:"DomainName"`
	PrivateOssAuth string           `position:"Query" name:"PrivateOssAuth"`
}

SetL2OssKeyConfigRequest is the request struct for api SetL2OssKeyConfig

func CreateSetL2OssKeyConfigRequest ¶

func CreateSetL2OssKeyConfigRequest() (request *SetL2OssKeyConfigRequest)

CreateSetL2OssKeyConfigRequest creates a request to invoke SetL2OssKeyConfig API

type SetL2OssKeyConfigResponse ¶

type SetL2OssKeyConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetL2OssKeyConfigResponse is the response struct for api SetL2OssKeyConfig

func CreateSetL2OssKeyConfigResponse ¶

func CreateSetL2OssKeyConfigResponse() (response *SetL2OssKeyConfigResponse)

CreateSetL2OssKeyConfigResponse creates a response to parse from SetL2OssKeyConfig response

type SetLiveStreamsNotifyUrlConfigRequest ¶

type SetLiveStreamsNotifyUrlConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	NotifyUrl     string           `position:"Query" name:"NotifyUrl"`
}

SetLiveStreamsNotifyUrlConfigRequest is the request struct for api SetLiveStreamsNotifyUrlConfig

func CreateSetLiveStreamsNotifyUrlConfigRequest ¶

func CreateSetLiveStreamsNotifyUrlConfigRequest() (request *SetLiveStreamsNotifyUrlConfigRequest)

CreateSetLiveStreamsNotifyUrlConfigRequest creates a request to invoke SetLiveStreamsNotifyUrlConfig API

type SetLiveStreamsNotifyUrlConfigResponse ¶

type SetLiveStreamsNotifyUrlConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetLiveStreamsNotifyUrlConfigResponse is the response struct for api SetLiveStreamsNotifyUrlConfig

func CreateSetLiveStreamsNotifyUrlConfigResponse ¶

func CreateSetLiveStreamsNotifyUrlConfigResponse() (response *SetLiveStreamsNotifyUrlConfigResponse)

CreateSetLiveStreamsNotifyUrlConfigResponse creates a response to parse from SetLiveStreamsNotifyUrlConfig response

type SetLocationAccessRestrictionRequest ¶

type SetLocationAccessRestrictionRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	Location      string           `position:"Query" name:"Location"`
	Type          string           `position:"Query" name:"Type"`
}

SetLocationAccessRestrictionRequest is the request struct for api SetLocationAccessRestriction

func CreateSetLocationAccessRestrictionRequest ¶

func CreateSetLocationAccessRestrictionRequest() (request *SetLocationAccessRestrictionRequest)

CreateSetLocationAccessRestrictionRequest creates a request to invoke SetLocationAccessRestriction API

type SetLocationAccessRestrictionResponse ¶

type SetLocationAccessRestrictionResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetLocationAccessRestrictionResponse is the response struct for api SetLocationAccessRestriction

func CreateSetLocationAccessRestrictionResponse ¶

func CreateSetLocationAccessRestrictionResponse() (response *SetLocationAccessRestrictionResponse)

CreateSetLocationAccessRestrictionResponse creates a response to parse from SetLocationAccessRestriction response

type SetOptimizeConfigRequest ¶

type SetOptimizeConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	Enable        string           `position:"Query" name:"Enable"`
}

SetOptimizeConfigRequest is the request struct for api SetOptimizeConfig

func CreateSetOptimizeConfigRequest ¶

func CreateSetOptimizeConfigRequest() (request *SetOptimizeConfigRequest)

CreateSetOptimizeConfigRequest creates a request to invoke SetOptimizeConfig API

type SetOptimizeConfigResponse ¶

type SetOptimizeConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetOptimizeConfigResponse is the response struct for api SetOptimizeConfig

func CreateSetOptimizeConfigResponse ¶

func CreateSetOptimizeConfigResponse() (response *SetOptimizeConfigResponse)

CreateSetOptimizeConfigResponse creates a response to parse from SetOptimizeConfig response

type SetOssLogConfigRequest ¶

type SetOssLogConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	Enable        string           `position:"Query" name:"Enable"`
	Bucket        string           `position:"Query" name:"Bucket"`
	Prefix        string           `position:"Query" name:"Prefix"`
}

SetOssLogConfigRequest is the request struct for api SetOssLogConfig

func CreateSetOssLogConfigRequest ¶

func CreateSetOssLogConfigRequest() (request *SetOssLogConfigRequest)

CreateSetOssLogConfigRequest creates a request to invoke SetOssLogConfig API

type SetOssLogConfigResponse ¶

type SetOssLogConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetOssLogConfigResponse is the response struct for api SetOssLogConfig

func CreateSetOssLogConfigResponse ¶

func CreateSetOssLogConfigResponse() (response *SetOssLogConfigResponse)

CreateSetOssLogConfigResponse creates a response to parse from SetOssLogConfig response

type SetPageCompressConfigRequest ¶

type SetPageCompressConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	Enable        string           `position:"Query" name:"Enable"`
}

SetPageCompressConfigRequest is the request struct for api SetPageCompressConfig

func CreateSetPageCompressConfigRequest ¶

func CreateSetPageCompressConfigRequest() (request *SetPageCompressConfigRequest)

CreateSetPageCompressConfigRequest creates a request to invoke SetPageCompressConfig API

type SetPageCompressConfigResponse ¶

type SetPageCompressConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetPageCompressConfigResponse is the response struct for api SetPageCompressConfig

func CreateSetPageCompressConfigResponse ¶

func CreateSetPageCompressConfigResponse() (response *SetPageCompressConfigResponse)

CreateSetPageCompressConfigResponse creates a response to parse from SetPageCompressConfig response

type SetPathCacheExpiredConfigRequest ¶

type SetPathCacheExpiredConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	CacheContent  string           `position:"Query" name:"CacheContent"`
	TTL           string           `position:"Query" name:"TTL"`
	Weight        string           `position:"Query" name:"Weight"`
}

SetPathCacheExpiredConfigRequest is the request struct for api SetPathCacheExpiredConfig

func CreateSetPathCacheExpiredConfigRequest ¶

func CreateSetPathCacheExpiredConfigRequest() (request *SetPathCacheExpiredConfigRequest)

CreateSetPathCacheExpiredConfigRequest creates a request to invoke SetPathCacheExpiredConfig API

type SetPathCacheExpiredConfigResponse ¶

type SetPathCacheExpiredConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetPathCacheExpiredConfigResponse is the response struct for api SetPathCacheExpiredConfig

func CreateSetPathCacheExpiredConfigResponse ¶

func CreateSetPathCacheExpiredConfigResponse() (response *SetPathCacheExpiredConfigResponse)

CreateSetPathCacheExpiredConfigResponse creates a response to parse from SetPathCacheExpiredConfig response

type SetPathForceTtlCodeConfigRequest ¶

type SetPathForceTtlCodeConfigRequest struct {
	*requests.RpcRequest
}

SetPathForceTtlCodeConfigRequest is the request struct for api SetPathForceTtlCodeConfig

func CreateSetPathForceTtlCodeConfigRequest ¶

func CreateSetPathForceTtlCodeConfigRequest() (request *SetPathForceTtlCodeConfigRequest)

CreateSetPathForceTtlCodeConfigRequest creates a request to invoke SetPathForceTtlCodeConfig API

type SetPathForceTtlCodeConfigResponse ¶

type SetPathForceTtlCodeConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetPathForceTtlCodeConfigResponse is the response struct for api SetPathForceTtlCodeConfig

func CreateSetPathForceTtlCodeConfigResponse ¶

func CreateSetPathForceTtlCodeConfigResponse() (response *SetPathForceTtlCodeConfigResponse)

CreateSetPathForceTtlCodeConfigResponse creates a response to parse from SetPathForceTtlCodeConfig response

type SetRangeConfigRequest ¶

type SetRangeConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	Enable        string           `position:"Query" name:"Enable"`
}

SetRangeConfigRequest is the request struct for api SetRangeConfig

func CreateSetRangeConfigRequest ¶

func CreateSetRangeConfigRequest() (request *SetRangeConfigRequest)

CreateSetRangeConfigRequest creates a request to invoke SetRangeConfig API

type SetRangeConfigResponse ¶

type SetRangeConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetRangeConfigResponse is the response struct for api SetRangeConfig

func CreateSetRangeConfigResponse ¶

func CreateSetRangeConfigResponse() (response *SetRangeConfigResponse)

CreateSetRangeConfigResponse creates a response to parse from SetRangeConfig response

type SetRefererConfigRequest ¶

type SetRefererConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	ReferType     string           `position:"Query" name:"ReferType"`
	ReferList     string           `position:"Query" name:"ReferList"`
	AllowEmpty    string           `position:"Query" name:"AllowEmpty"`
	DisableAst    string           `position:"Query" name:"DisableAst"`
}

SetRefererConfigRequest is the request struct for api SetRefererConfig

func CreateSetRefererConfigRequest ¶

func CreateSetRefererConfigRequest() (request *SetRefererConfigRequest)

CreateSetRefererConfigRequest creates a request to invoke SetRefererConfig API

type SetRefererConfigResponse ¶

type SetRefererConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetRefererConfigResponse is the response struct for api SetRefererConfig

func CreateSetRefererConfigResponse ¶

func CreateSetRefererConfigResponse() (response *SetRefererConfigResponse)

CreateSetRefererConfigResponse creates a response to parse from SetRefererConfig response

type SetRemoteReqAuthConfigRequest ¶

type SetRemoteReqAuthConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AuthType      string           `position:"Query" name:"AuthType"`
	TimeOut       string           `position:"Query" name:"TimeOut"`
	AuthAddr      string           `position:"Query" name:"AuthAddr"`
	AuthCrash     string           `position:"Query" name:"AuthCrash"`
	AuthEnable    string           `position:"Query" name:"AuthEnable"`
	AuthProvider  string           `position:"Query" name:"AuthProvider"`
	AuthPath      string           `position:"Query" name:"AuthPath"`
	AuthFileType  string           `position:"Query" name:"AuthFileType"`
}

SetRemoteReqAuthConfigRequest is the request struct for api SetRemoteReqAuthConfig

func CreateSetRemoteReqAuthConfigRequest ¶

func CreateSetRemoteReqAuthConfigRequest() (request *SetRemoteReqAuthConfigRequest)

CreateSetRemoteReqAuthConfigRequest creates a request to invoke SetRemoteReqAuthConfig API

type SetRemoteReqAuthConfigResponse ¶

type SetRemoteReqAuthConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetRemoteReqAuthConfigResponse is the response struct for api SetRemoteReqAuthConfig

func CreateSetRemoteReqAuthConfigResponse ¶

func CreateSetRemoteReqAuthConfigResponse() (response *SetRemoteReqAuthConfigResponse)

CreateSetRemoteReqAuthConfigResponse creates a response to parse from SetRemoteReqAuthConfig response

type SetRemoveQueryStringConfigRequest ¶

type SetRemoveQueryStringConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	AliRemoveArgs string           `position:"Query" name:"AliRemoveArgs"`
	KeepOssArgs   string           `position:"Query" name:"KeepOssArgs"`
}

SetRemoveQueryStringConfigRequest is the request struct for api SetRemoveQueryStringConfig

func CreateSetRemoveQueryStringConfigRequest ¶

func CreateSetRemoveQueryStringConfigRequest() (request *SetRemoveQueryStringConfigRequest)

CreateSetRemoveQueryStringConfigRequest creates a request to invoke SetRemoveQueryStringConfig API

type SetRemoveQueryStringConfigResponse ¶

type SetRemoveQueryStringConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetRemoveQueryStringConfigResponse is the response struct for api SetRemoveQueryStringConfig

func CreateSetRemoveQueryStringConfigResponse ¶

func CreateSetRemoveQueryStringConfigResponse() (response *SetRemoveQueryStringConfigResponse)

CreateSetRemoveQueryStringConfigResponse creates a response to parse from SetRemoveQueryStringConfig response

type SetReqAuthConfigRequest ¶

type SetReqAuthConfigRequest struct {
	*requests.RpcRequest
	OwnerId        requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken  string           `position:"Query" name:"SecurityToken"`
	DomainName     string           `position:"Query" name:"DomainName"`
	AuthType       string           `position:"Query" name:"AuthType"`
	Key1           string           `position:"Query" name:"Key1"`
	Key2           string           `position:"Query" name:"Key2"`
	TimeOut        string           `position:"Query" name:"TimeOut"`
	AuthRemoteDesc string           `position:"Query" name:"AuthRemoteDesc"`
}

SetReqAuthConfigRequest is the request struct for api SetReqAuthConfig

func CreateSetReqAuthConfigRequest ¶

func CreateSetReqAuthConfigRequest() (request *SetReqAuthConfigRequest)

CreateSetReqAuthConfigRequest creates a request to invoke SetReqAuthConfig API

type SetReqAuthConfigResponse ¶

type SetReqAuthConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetReqAuthConfigResponse is the response struct for api SetReqAuthConfig

func CreateSetReqAuthConfigResponse ¶

func CreateSetReqAuthConfigResponse() (response *SetReqAuthConfigResponse)

CreateSetReqAuthConfigResponse creates a response to parse from SetReqAuthConfig response

type SetReqHeaderConfigRequest ¶

type SetReqHeaderConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	Key           string           `position:"Query" name:"Key"`
	Value         string           `position:"Query" name:"Value"`
	ConfigId      requests.Integer `position:"Query" name:"ConfigId"`
}

SetReqHeaderConfigRequest is the request struct for api SetReqHeaderConfig

func CreateSetReqHeaderConfigRequest ¶

func CreateSetReqHeaderConfigRequest() (request *SetReqHeaderConfigRequest)

CreateSetReqHeaderConfigRequest creates a request to invoke SetReqHeaderConfig API

type SetReqHeaderConfigResponse ¶

type SetReqHeaderConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetReqHeaderConfigResponse is the response struct for api SetReqHeaderConfig

func CreateSetReqHeaderConfigResponse ¶

func CreateSetReqHeaderConfigResponse() (response *SetReqHeaderConfigResponse)

CreateSetReqHeaderConfigResponse creates a response to parse from SetReqHeaderConfig response

type SetSourceHostConfigRequest ¶

type SetSourceHostConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	Enable        string           `position:"Query" name:"Enable"`
	BackSrcDomain string           `position:"Query" name:"BackSrcDomain"`
}

SetSourceHostConfigRequest is the request struct for api SetSourceHostConfig

func CreateSetSourceHostConfigRequest ¶

func CreateSetSourceHostConfigRequest() (request *SetSourceHostConfigRequest)

CreateSetSourceHostConfigRequest creates a request to invoke SetSourceHostConfig API

type SetSourceHostConfigResponse ¶

type SetSourceHostConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetSourceHostConfigResponse is the response struct for api SetSourceHostConfig

func CreateSetSourceHostConfigResponse ¶

func CreateSetSourceHostConfigResponse() (response *SetSourceHostConfigResponse)

CreateSetSourceHostConfigResponse creates a response to parse from SetSourceHostConfig response

type SetUserAgentAcessRestrictionRequest ¶

type SetUserAgentAcessRestrictionRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	UserAgent     string           `position:"Query" name:"UserAgent"`
	Type          string           `position:"Query" name:"Type"`
}

SetUserAgentAcessRestrictionRequest is the request struct for api SetUserAgentAcessRestriction

func CreateSetUserAgentAcessRestrictionRequest ¶

func CreateSetUserAgentAcessRestrictionRequest() (request *SetUserAgentAcessRestrictionRequest)

CreateSetUserAgentAcessRestrictionRequest creates a request to invoke SetUserAgentAcessRestriction API

type SetUserAgentAcessRestrictionResponse ¶

type SetUserAgentAcessRestrictionResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetUserAgentAcessRestrictionResponse is the response struct for api SetUserAgentAcessRestriction

func CreateSetUserAgentAcessRestrictionResponse ¶

func CreateSetUserAgentAcessRestrictionResponse() (response *SetUserAgentAcessRestrictionResponse)

CreateSetUserAgentAcessRestrictionResponse creates a response to parse from SetUserAgentAcessRestriction response

type SetUserBlackListRequest ¶

type SetUserBlackListRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	OwnerAccount  string           `position:"Query" name:"OwnerAccount"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	ConfigUrl     string           `position:"Query" name:"ConfigUrl"`
}

SetUserBlackListRequest is the request struct for api SetUserBlackList

func CreateSetUserBlackListRequest ¶

func CreateSetUserBlackListRequest() (request *SetUserBlackListRequest)

CreateSetUserBlackListRequest creates a request to invoke SetUserBlackList API

type SetUserBlackListResponse ¶

type SetUserBlackListResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetUserBlackListResponse is the response struct for api SetUserBlackList

func CreateSetUserBlackListResponse ¶

func CreateSetUserBlackListResponse() (response *SetUserBlackListResponse)

CreateSetUserBlackListResponse creates a response to parse from SetUserBlackList response

type SetUserDomainBlackListRequest ¶

type SetUserDomainBlackListRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	OwnerAccount  string           `position:"Query" name:"OwnerAccount"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
}

SetUserDomainBlackListRequest is the request struct for api SetUserDomainBlackList

func CreateSetUserDomainBlackListRequest ¶

func CreateSetUserDomainBlackListRequest() (request *SetUserDomainBlackListRequest)

CreateSetUserDomainBlackListRequest creates a request to invoke SetUserDomainBlackList API

type SetUserDomainBlackListResponse ¶

type SetUserDomainBlackListResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetUserDomainBlackListResponse is the response struct for api SetUserDomainBlackList

func CreateSetUserDomainBlackListResponse ¶

func CreateSetUserDomainBlackListResponse() (response *SetUserDomainBlackListResponse)

CreateSetUserDomainBlackListResponse creates a response to parse from SetUserDomainBlackList response

type SetVarsConfig ¶

type SetVarsConfig struct {
	ConfigId string `json:"ConfigId" xml:"ConfigId"`
	VarName  string `json:"VarName" xml:"VarName"`
	VarValue string `json:"VarValue" xml:"VarValue"`
	Status   string `json:"Status" xml:"Status"`
}

SetVarsConfig is a nested struct in cdn response

type SetVarsConfigs ¶

type SetVarsConfigs struct {
	SetVarsConfig []SetVarsConfig `json:"SetVarsConfig" xml:"SetVarsConfig"`
}

SetVarsConfigs is a nested struct in cdn response

type SetVideoSeekConfigRequest ¶

type SetVideoSeekConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	Enable        string           `position:"Query" name:"Enable"`
}

SetVideoSeekConfigRequest is the request struct for api SetVideoSeekConfig

func CreateSetVideoSeekConfigRequest ¶

func CreateSetVideoSeekConfigRequest() (request *SetVideoSeekConfigRequest)

CreateSetVideoSeekConfigRequest creates a request to invoke SetVideoSeekConfig API

type SetVideoSeekConfigResponse ¶

type SetVideoSeekConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetVideoSeekConfigResponse is the response struct for api SetVideoSeekConfig

func CreateSetVideoSeekConfigResponse ¶

func CreateSetVideoSeekConfigResponse() (response *SetVideoSeekConfigResponse)

CreateSetVideoSeekConfigResponse creates a response to parse from SetVideoSeekConfig response

type SetWafConfigRequest ¶

type SetWafConfigRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
	Enable        string           `position:"Query" name:"Enable"`
}

SetWafConfigRequest is the request struct for api SetWafConfig

func CreateSetWafConfigRequest ¶

func CreateSetWafConfigRequest() (request *SetWafConfigRequest)

CreateSetWafConfigRequest creates a request to invoke SetWafConfig API

type SetWafConfigResponse ¶

type SetWafConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetWafConfigResponse is the response struct for api SetWafConfig

func CreateSetWafConfigResponse ¶

func CreateSetWafConfigResponse() (response *SetWafConfigResponse)

CreateSetWafConfigResponse creates a response to parse from SetWafConfig response

type SetWaitingRoomConfigRequest ¶

type SetWaitingRoomConfigRequest struct {
	*requests.RpcRequest
}

SetWaitingRoomConfigRequest is the request struct for api SetWaitingRoomConfig

func CreateSetWaitingRoomConfigRequest ¶

func CreateSetWaitingRoomConfigRequest() (request *SetWaitingRoomConfigRequest)

CreateSetWaitingRoomConfigRequest creates a request to invoke SetWaitingRoomConfig API

type SetWaitingRoomConfigResponse ¶

type SetWaitingRoomConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

SetWaitingRoomConfigResponse is the response struct for api SetWaitingRoomConfig

func CreateSetWaitingRoomConfigResponse ¶

func CreateSetWaitingRoomConfigResponse() (response *SetWaitingRoomConfigResponse)

CreateSetWaitingRoomConfigResponse creates a response to parse from SetWaitingRoomConfig response

type SlowRatioData ¶

type SlowRatioData struct {
	TotalUsers   int     `json:"TotalUsers" xml:"TotalUsers"`
	SlowUsers    int     `json:"SlowUsers" xml:"SlowUsers"`
	SlowRatio    float64 `json:"SlowRatio" xml:"SlowRatio"`
	RegionNameZh string  `json:"RegionNameZh" xml:"RegionNameZh"`
	RegionNameEn string  `json:"RegionNameEn" xml:"RegionNameEn"`
	IspNameZh    string  `json:"IspNameZh" xml:"IspNameZh"`
	IspNameEn    string  `json:"IspNameEn" xml:"IspNameEn"`
	Time         string  `json:"Time" xml:"Time"`
}

SlowRatioData is a nested struct in cdn response

type SlowRatioDataPerInterval ¶

type SlowRatioDataPerInterval struct {
	SlowRatioData []SlowRatioData `json:"SlowRatioData" xml:"SlowRatioData"`
}

SlowRatioDataPerInterval is a nested struct in cdn response

type SourceModel ¶

type SourceModel struct {
	Content  string `json:"Content" xml:"Content"`
	Type     string `json:"Type" xml:"Type"`
	Port     int    `json:"Port" xml:"Port"`
	Enabled  string `json:"Enabled" xml:"Enabled"`
	Priority string `json:"Priority" xml:"Priority"`
}

SourceModel is a nested struct in cdn response

type SourceModels ¶

type SourceModels struct {
	SourceModel []SourceModel `json:"SourceModel" xml:"SourceModel"`
}

SourceModels is a nested struct in cdn response

type SourcesInDescribeCdnDomainBaseDetail ¶

type SourcesInDescribeCdnDomainBaseDetail struct {
	Source []string `json:"Source" xml:"Source"`
}

SourcesInDescribeCdnDomainBaseDetail is a nested struct in cdn response

type SourcesInDescribeCdnDomainDetail ¶

type SourcesInDescribeCdnDomainDetail struct {
	Source []string `json:"Source" xml:"Source"`
}

SourcesInDescribeCdnDomainDetail is a nested struct in cdn response

type SourcesInDescribeUserDomains ¶

type SourcesInDescribeUserDomains struct {
	Source []string `json:"Source" xml:"Source"`
}

SourcesInDescribeUserDomains is a nested struct in cdn response

type SrcBpsDataPerInterval ¶

type SrcBpsDataPerInterval struct {
	DataModule []DataModule `json:"DataModule" xml:"DataModule"`
}

SrcBpsDataPerInterval is a nested struct in cdn response

type SrcFlowDataPerInterval ¶

type SrcFlowDataPerInterval struct {
	DataModule []DataModule `json:"DataModule" xml:"DataModule"`
}

SrcFlowDataPerInterval is a nested struct in cdn response

type SrcHostConfig ¶

type SrcHostConfig struct {
	ConfigId   string `json:"ConfigId" xml:"ConfigId"`
	DomainName string `json:"DomainName" xml:"DomainName"`
	Status     string `json:"Status" xml:"Status"`
}

SrcHostConfig is a nested struct in cdn response

type StartCdnDomainRequest ¶

type StartCdnDomainRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
}

StartCdnDomainRequest is the request struct for api StartCdnDomain

func CreateStartCdnDomainRequest ¶

func CreateStartCdnDomainRequest() (request *StartCdnDomainRequest)

CreateStartCdnDomainRequest creates a request to invoke StartCdnDomain API

type StartCdnDomainResponse ¶

type StartCdnDomainResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

StartCdnDomainResponse is the response struct for api StartCdnDomain

func CreateStartCdnDomainResponse ¶

func CreateStartCdnDomainResponse() (response *StartCdnDomainResponse)

CreateStartCdnDomainResponse creates a response to parse from StartCdnDomain response

type StartMixStreamsServiceRequest ¶

type StartMixStreamsServiceRequest struct {
	*requests.RpcRequest
	OwnerId        requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken  string           `position:"Query" name:"SecurityToken"`
	MainDomainName string           `position:"Query" name:"MainDomainName"`
	MainAppName    string           `position:"Query" name:"MainAppName"`
	MainStreamName string           `position:"Query" name:"MainStreamName"`
	MixDomainName  string           `position:"Query" name:"MixDomainName"`
	MixAppName     string           `position:"Query" name:"MixAppName"`
	MixStreamName  string           `position:"Query" name:"MixStreamName"`
	MixTemplate    string           `position:"Query" name:"MixTemplate"`
	MixType        string           `position:"Query" name:"MixType"`
}

StartMixStreamsServiceRequest is the request struct for api StartMixStreamsService

func CreateStartMixStreamsServiceRequest ¶

func CreateStartMixStreamsServiceRequest() (request *StartMixStreamsServiceRequest)

CreateStartMixStreamsServiceRequest creates a request to invoke StartMixStreamsService API

type StartMixStreamsServiceResponse ¶

type StartMixStreamsServiceResponse struct {
	*responses.BaseResponse
	RequestId          string                                     `json:"RequestId" xml:"RequestId"`
	MixStreamsInfoList MixStreamsInfoListInStartMixStreamsService `json:"MixStreamsInfoList" xml:"MixStreamsInfoList"`
}

StartMixStreamsServiceResponse is the response struct for api StartMixStreamsService

func CreateStartMixStreamsServiceResponse ¶

func CreateStartMixStreamsServiceResponse() (response *StartMixStreamsServiceResponse)

CreateStartMixStreamsServiceResponse creates a response to parse from StartMixStreamsService response

type StopCdnDomainRequest ¶

type StopCdnDomainRequest struct {
	*requests.RpcRequest
	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken string           `position:"Query" name:"SecurityToken"`
	DomainName    string           `position:"Query" name:"DomainName"`
}

StopCdnDomainRequest is the request struct for api StopCdnDomain

func CreateStopCdnDomainRequest ¶

func CreateStopCdnDomainRequest() (request *StopCdnDomainRequest)

CreateStopCdnDomainRequest creates a request to invoke StopCdnDomain API

type StopCdnDomainResponse ¶

type StopCdnDomainResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

StopCdnDomainResponse is the response struct for api StopCdnDomain

func CreateStopCdnDomainResponse ¶

func CreateStopCdnDomainResponse() (response *StopCdnDomainResponse)

CreateStopCdnDomainResponse creates a response to parse from StopCdnDomain response

type StopMixStreamsServiceRequest ¶

type StopMixStreamsServiceRequest struct {
	*requests.RpcRequest
	OwnerId        requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken  string           `position:"Query" name:"SecurityToken"`
	MainDomainName string           `position:"Query" name:"MainDomainName"`
	MainAppName    string           `position:"Query" name:"MainAppName"`
	MainStreamName string           `position:"Query" name:"MainStreamName"`
	MixDomainName  string           `position:"Query" name:"MixDomainName"`
	MixAppName     string           `position:"Query" name:"MixAppName"`
	MixStreamName  string           `position:"Query" name:"MixStreamName"`
}

StopMixStreamsServiceRequest is the request struct for api StopMixStreamsService

func CreateStopMixStreamsServiceRequest ¶

func CreateStopMixStreamsServiceRequest() (request *StopMixStreamsServiceRequest)

CreateStopMixStreamsServiceRequest creates a request to invoke StopMixStreamsService API

type StopMixStreamsServiceResponse ¶

type StopMixStreamsServiceResponse struct {
	*responses.BaseResponse
	RequestId          string                                    `json:"RequestId" xml:"RequestId"`
	MixStreamsInfoList MixStreamsInfoListInStopMixStreamsService `json:"MixStreamsInfoList" xml:"MixStreamsInfoList"`
}

StopMixStreamsServiceResponse is the response struct for api StopMixStreamsService

func CreateStopMixStreamsServiceResponse ¶

func CreateStopMixStreamsServiceResponse() (response *StopMixStreamsServiceResponse)

CreateStopMixStreamsServiceResponse creates a response to parse from StopMixStreamsService response

type StreamNumberInfo ¶

type StreamNumberInfo struct {
	Number int    `json:"Number" xml:"Number"`
	Time   string `json:"Time" xml:"Time"`
}

StreamNumberInfo is a nested struct in cdn response

type StreamNumberInfos ¶

type StreamNumberInfos struct {
	StreamNumberInfo []StreamNumberInfo `json:"StreamNumberInfo" xml:"StreamNumberInfo"`
}

StreamNumberInfos is a nested struct in cdn response

type StreamUrls ¶

type StreamUrls struct {
	StreamUrl []string `json:"StreamUrl" xml:"StreamUrl"`
}

StreamUrls is a nested struct in cdn response

type SupplyBpsDatas ¶

type SupplyBpsDatas struct {
	DataModule []DataModule `json:"DataModule" xml:"DataModule"`
}

SupplyBpsDatas is a nested struct in cdn response

type Tasks ¶

type Tasks struct {
	CDNTask []CDNTask `json:"CDNTask" xml:"CDNTask"`
}

Tasks is a nested struct in cdn response

type TopDomain ¶

type TopDomain struct {
	DomainName     string `json:"DomainName" xml:"DomainName"`
	Rank           int    `json:"Rank" xml:"Rank"`
	TotalTraffic   string `json:"TotalTraffic" xml:"TotalTraffic"`
	TrafficPercent string `json:"TrafficPercent" xml:"TrafficPercent"`
	MaxBps         int    `json:"MaxBps" xml:"MaxBps"`
	MaxBpsTime     string `json:"MaxBpsTime" xml:"MaxBpsTime"`
	TotalAccess    int    `json:"TotalAccess" xml:"TotalAccess"`
}

TopDomain is a nested struct in cdn response

type TopDomains ¶

type TopDomains struct {
	TopDomain []TopDomain `json:"TopDomain" xml:"TopDomain"`
}

TopDomains is a nested struct in cdn response

type TopReferList ¶

type TopReferList struct {
	ReferList []ReferList `json:"ReferList" xml:"ReferList"`
}

TopReferList is a nested struct in cdn response

type UpdateLiveAppSnapshotConfigRequest ¶

type UpdateLiveAppSnapshotConfigRequest struct {
	*requests.RpcRequest
	OwnerId            requests.Integer `position:"Query" name:"OwnerId"`
	SecurityToken      string           `position:"Query" name:"SecurityToken"`
	DomainName         string           `position:"Query" name:"DomainName"`
	AppName            string           `position:"Query" name:"AppName"`
	TimeInterval       requests.Integer `position:"Query" name:"TimeInterval"`
	OssEndpoint        string           `position:"Query" name:"OssEndpoint"`
	OssBucket          string           `position:"Query" name:"OssBucket"`
	OverwriteOssObject string           `position:"Query" name:"OverwriteOssObject"`
	SequenceOssObject  string           `position:"Query" name:"SequenceOssObject"`
}

UpdateLiveAppSnapshotConfigRequest is the request struct for api UpdateLiveAppSnapshotConfig

func CreateUpdateLiveAppSnapshotConfigRequest ¶

func CreateUpdateLiveAppSnapshotConfigRequest() (request *UpdateLiveAppSnapshotConfigRequest)

CreateUpdateLiveAppSnapshotConfigRequest creates a request to invoke UpdateLiveAppSnapshotConfig API

type UpdateLiveAppSnapshotConfigResponse ¶

type UpdateLiveAppSnapshotConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
}

UpdateLiveAppSnapshotConfigResponse is the response struct for api UpdateLiveAppSnapshotConfig

func CreateUpdateLiveAppSnapshotConfigResponse ¶

func CreateUpdateLiveAppSnapshotConfigResponse() (response *UpdateLiveAppSnapshotConfigResponse)

CreateUpdateLiveAppSnapshotConfigResponse creates a response to parse from UpdateLiveAppSnapshotConfig response

type Url200List ¶

type Url200List struct {
	UrlList []UrlList `json:"UrlList" xml:"UrlList"`
}

Url200List is a nested struct in cdn response

type Url300List ¶

type Url300List struct {
	UrlList []UrlList `json:"UrlList" xml:"UrlList"`
}

Url300List is a nested struct in cdn response

type Url400List ¶

type Url400List struct {
	UrlList []UrlList `json:"UrlList" xml:"UrlList"`
}

Url400List is a nested struct in cdn response

type Url500List ¶

type Url500List struct {
	UrlList []UrlList `json:"UrlList" xml:"UrlList"`
}

Url500List is a nested struct in cdn response

type UrlList ¶

type UrlList struct {
	Flow            string  `json:"Flow" xml:"Flow"`
	VisitData       string  `json:"VisitData" xml:"VisitData"`
	UrlDetail       string  `json:"UrlDetail" xml:"UrlDetail"`
	FlowProportion  float64 `json:"FlowProportion" xml:"FlowProportion"`
	VisitProportion float64 `json:"VisitProportion" xml:"VisitProportion"`
}

UrlList is a nested struct in cdn response

type UsageByDay ¶

type UsageByDay struct {
	TimeStamp      string `json:"TimeStamp" xml:"TimeStamp"`
	Qps            string `json:"Qps" xml:"Qps"`
	BytesHitRate   string `json:"BytesHitRate" xml:"BytesHitRate"`
	RequestHitRate string `json:"RequestHitRate" xml:"RequestHitRate"`
	MaxBps         string `json:"MaxBps" xml:"MaxBps"`
	MaxBpsTime     string `json:"MaxBpsTime" xml:"MaxBpsTime"`
	MaxSrcBps      string `json:"MaxSrcBps" xml:"MaxSrcBps"`
	MaxSrcBpsTime  string `json:"MaxSrcBpsTime" xml:"MaxSrcBpsTime"`
	TotalAccess    string `json:"TotalAccess" xml:"TotalAccess"`
	TotalTraffic   string `json:"TotalTraffic" xml:"TotalTraffic"`
}

UsageByDay is a nested struct in cdn response

type UsageByDays ¶

type UsageByDays struct {
	UsageByDay []UsageByDay `json:"UsageByDay" xml:"UsageByDay"`
}

UsageByDays is a nested struct in cdn response

type UsageData ¶

type UsageData struct {
	Path      string `json:"Path" xml:"Path"`
	Time      string `json:"Time" xml:"Time"`
	Value     string `json:"Value" xml:"Value"`
	Traffic   int    `json:"Traffic" xml:"Traffic"`
	TimeStamp string `json:"TimeStamp" xml:"TimeStamp"`
	Acc       int    `json:"Acc" xml:"Acc"`
}

UsageData is a nested struct in cdn response

type UsageDataInDescribeDomainFileSizeProportionData ¶

type UsageDataInDescribeDomainFileSizeProportionData struct {
	TimeStamp string                                      `json:"TimeStamp" xml:"TimeStamp"`
	Value     ValueInDescribeDomainFileSizeProportionData `json:"Value" xml:"Value"`
}

UsageDataInDescribeDomainFileSizeProportionData is a nested struct in cdn response

type UsageDataInDescribeDomainHttpCodeData ¶

type UsageDataInDescribeDomainHttpCodeData struct {
	TimeStamp string                            `json:"TimeStamp" xml:"TimeStamp"`
	Value     ValueInDescribeDomainHttpCodeData `json:"Value" xml:"Value"`
}

UsageDataInDescribeDomainHttpCodeData is a nested struct in cdn response

type UsageDataInDescribeExtensiveDomainData ¶

type UsageDataInDescribeExtensiveDomainData struct {
	ExactDomain string `json:"ExactDomain" xml:"ExactDomain"`
	TimeStamp   string `json:"TimeStamp" xml:"TimeStamp"`
	Acc         string `json:"Acc" xml:"Acc"`
	Flow        string `json:"Flow" xml:"Flow"`
}

UsageDataInDescribeExtensiveDomainData is a nested struct in cdn response

type UsageTotal ¶

type UsageTotal struct {
	BytesHitRate   string `json:"BytesHitRate" xml:"BytesHitRate"`
	RequestHitRate string `json:"RequestHitRate" xml:"RequestHitRate"`
	MaxBps         string `json:"MaxBps" xml:"MaxBps"`
	MaxBpsTime     string `json:"MaxBpsTime" xml:"MaxBpsTime"`
	MaxSrcBps      string `json:"MaxSrcBps" xml:"MaxSrcBps"`
	MaxSrcBpsTime  string `json:"MaxSrcBpsTime" xml:"MaxSrcBpsTime"`
	TotalAccess    string `json:"TotalAccess" xml:"TotalAccess"`
	TotalTraffic   string `json:"TotalTraffic" xml:"TotalTraffic"`
}

UsageTotal is a nested struct in cdn response

type UserLimitLists ¶

type UserLimitLists struct {
	UserLimitMode []UserLimitMode `json:"UserLimitMode" xml:"UserLimitMode"`
}

UserLimitLists is a nested struct in cdn response

type UserLimitMode ¶

type UserLimitMode struct {
	LimitDomain       string `json:"LimitDomain" xml:"LimitDomain"`
	LimitNum          string `json:"LimitNum" xml:"LimitNum"`
	LimitTranscodeNum string `json:"LimitTranscodeNum" xml:"LimitTranscodeNum"`
}

UserLimitMode is a nested struct in cdn response

type UvDataInterval ¶

type UvDataInterval struct {
	UsageData []UsageData `json:"UsageData" xml:"UsageData"`
}

UvDataInterval is a nested struct in cdn response

type ValueInDescribeDomainFileSizeProportionData ¶

type ValueInDescribeDomainFileSizeProportionData struct {
	FileSizeProportionData []FileSizeProportionData `json:"FileSizeProportionData" xml:"FileSizeProportionData"`
}

ValueInDescribeDomainFileSizeProportionData is a nested struct in cdn response

type ValueInDescribeDomainHttpCodeData ¶

type ValueInDescribeDomainHttpCodeData struct {
	CodeProportionData []CodeProportionData `json:"CodeProportionData" xml:"CodeProportionData"`
}

ValueInDescribeDomainHttpCodeData is a nested struct in cdn response

type ValueInDescribeDomainISPData ¶

type ValueInDescribeDomainISPData struct {
	ISPProportionData []ISPProportionData `json:"ISPProportionData" xml:"ISPProportionData"`
}

ValueInDescribeDomainISPData is a nested struct in cdn response

type ValueInDescribeDomainRegionData ¶

type ValueInDescribeDomainRegionData struct {
	RegionProportionData []RegionProportionData `json:"RegionProportionData" xml:"RegionProportionData"`
}

ValueInDescribeDomainRegionData is a nested struct in cdn response

type VideoSeekConfig ¶

type VideoSeekConfig struct {
	ConfigId string `json:"ConfigId" xml:"ConfigId"`
	Enable   string `json:"Enable" xml:"Enable"`
	Status   string `json:"Status" xml:"Status"`
}

VideoSeekConfig is a nested struct in cdn response

type VipsInDescribeL2VipsByDomain ¶

type VipsInDescribeL2VipsByDomain struct {
	Vip []string `json:"Vip" xml:"Vip"`
}

VipsInDescribeL2VipsByDomain is a nested struct in cdn response

type VipsInDescribeUserVipsByDomain ¶

type VipsInDescribeUserVipsByDomain struct {
	Vip []string `json:"Vip" xml:"Vip"`
}

VipsInDescribeUserVipsByDomain is a nested struct in cdn response

type WafConfig ¶

type WafConfig struct {
	ConfigId string `json:"ConfigId" xml:"ConfigId"`
	Enable   string `json:"Enable" xml:"Enable"`
	Status   string `json:"Status" xml:"Status"`
}

WafConfig is a nested struct in cdn response

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL