Documentation ¶
Index ¶
- Variables
- func GetEndpointMap() map[string]string
- func GetEndpointType() string
- func SetClientProperty(client *Client, propertyName string, propertyValue interface{})
- func SetEndpointDataToClient(client *Client)
- type CheckReadyFlagRequest
- type CheckReadyFlagResponse
- type Client
- func NewClient() (client *Client, err error)
- func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)
- func NewClientWithEcsRamRole(regionId string, roleName string) (client *Client, err error)
- func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)
- func NewClientWithProvider(regionId string, providers ...provider.Provider) (client *Client, err error)
- func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)
- func NewClientWithRamRoleArnAndPolicy(regionId string, ...) (client *Client, err error)
- func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)
- func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)
- func (client *Client) CheckReadyFlag(request *CheckReadyFlagRequest) (response *CheckReadyFlagResponse, err error)
- func (client *Client) CheckReadyFlagWithCallback(request *CheckReadyFlagRequest, ...) <-chan int
- func (client *Client) CheckReadyFlagWithChan(request *CheckReadyFlagRequest) (<-chan *CheckReadyFlagResponse, <-chan error)
- func (client *Client) DeleteDomainPart(request *DeleteDomainPartRequest) (response *DeleteDomainPartResponse, err error)
- func (client *Client) DeleteDomainPartByProxy(request *DeleteDomainPartByProxyRequest) (response *DeleteDomainPartByProxyResponse, err error)
- func (client *Client) DeleteDomainPartByProxyWithCallback(request *DeleteDomainPartByProxyRequest, ...) <-chan int
- func (client *Client) DeleteDomainPartByProxyWithChan(request *DeleteDomainPartByProxyRequest) (<-chan *DeleteDomainPartByProxyResponse, <-chan error)
- func (client *Client) DeleteDomainPartWithCallback(request *DeleteDomainPartRequest, ...) <-chan int
- func (client *Client) DeleteDomainPartWithChan(request *DeleteDomainPartRequest) (<-chan *DeleteDomainPartResponse, <-chan error)
- func (client *Client) DeleteMeasureData(request *DeleteMeasureDataRequest) (response *DeleteMeasureDataResponse, err error)
- func (client *Client) DeleteMeasureDataWithCallback(request *DeleteMeasureDataRequest, ...) <-chan int
- func (client *Client) DeleteMeasureDataWithChan(request *DeleteMeasureDataRequest) (<-chan *DeleteMeasureDataResponse, <-chan error)
- func (client *Client) GetAccessPolicyConfig(request *GetAccessPolicyConfigRequest) (response *GetAccessPolicyConfigResponse, err error)
- func (client *Client) GetAccessPolicyConfigWithCallback(request *GetAccessPolicyConfigRequest, ...) <-chan int
- func (client *Client) GetAccessPolicyConfigWithChan(request *GetAccessPolicyConfigRequest) (<-chan *GetAccessPolicyConfigResponse, <-chan error)
- func (client *Client) GetDomainConfig(request *GetDomainConfigRequest) (response *GetDomainConfigResponse, err error)
- func (client *Client) GetDomainConfigWithCallback(request *GetDomainConfigRequest, ...) <-chan int
- func (client *Client) GetDomainConfigWithChan(request *GetDomainConfigRequest) (<-chan *GetDomainConfigResponse, <-chan error)
- func (client *Client) GetDomainPart(request *GetDomainPartRequest) (response *GetDomainPartResponse, err error)
- func (client *Client) GetDomainPartByProxy(request *GetDomainPartByProxyRequest) (response *GetDomainPartByProxyResponse, err error)
- func (client *Client) GetDomainPartByProxyWithCallback(request *GetDomainPartByProxyRequest, ...) <-chan int
- func (client *Client) GetDomainPartByProxyWithChan(request *GetDomainPartByProxyRequest) (<-chan *GetDomainPartByProxyResponse, <-chan error)
- func (client *Client) GetDomainPartConfig(request *GetDomainPartConfigRequest) (response *GetDomainPartConfigResponse, err error)
- func (client *Client) GetDomainPartConfigWithCallback(request *GetDomainPartConfigRequest, ...) <-chan int
- func (client *Client) GetDomainPartConfigWithChan(request *GetDomainPartConfigRequest) (<-chan *GetDomainPartConfigResponse, <-chan error)
- func (client *Client) GetDomainPartWithCallback(request *GetDomainPartRequest, ...) <-chan int
- func (client *Client) GetDomainPartWithChan(request *GetDomainPartRequest) (<-chan *GetDomainPartResponse, <-chan error)
- func (client *Client) GetFileConfig(request *GetFileConfigRequest) (response *GetFileConfigResponse, err error)
- func (client *Client) GetFileConfigWithCallback(request *GetFileConfigRequest, ...) <-chan int
- func (client *Client) GetFileConfigWithChan(request *GetFileConfigRequest) (<-chan *GetFileConfigResponse, <-chan error)
- func (client *Client) GetIncrementMeasureDataByProxy(request *GetIncrementMeasureDataByProxyRequest) (response *GetIncrementMeasureDataByProxyResponse, err error)
- func (client *Client) GetIncrementMeasureDataByProxyWithCallback(request *GetIncrementMeasureDataByProxyRequest, ...) <-chan int
- func (client *Client) GetIncrementMeasureDataByProxyWithChan(request *GetIncrementMeasureDataByProxyRequest) (<-chan *GetIncrementMeasureDataByProxyResponse, <-chan error)
- func (client *Client) GetMeasureData(request *GetMeasureDataRequest) (response *GetMeasureDataResponse, err error)
- func (client *Client) GetMeasureDataWithCallback(request *GetMeasureDataRequest, ...) <-chan int
- func (client *Client) GetMeasureDataWithChan(request *GetMeasureDataRequest) (<-chan *GetMeasureDataResponse, <-chan error)
- func (client *Client) GetOpenApiConfig(request *GetOpenApiConfigRequest) (response *GetOpenApiConfigResponse, err error)
- func (client *Client) GetOpenApiConfigWithCallback(request *GetOpenApiConfigRequest, ...) <-chan int
- func (client *Client) GetOpenApiConfigWithChan(request *GetOpenApiConfigRequest) (<-chan *GetOpenApiConfigResponse, <-chan error)
- func (client *Client) GetReadyFlag(request *GetReadyFlagRequest) (response *GetReadyFlagResponse, err error)
- func (client *Client) GetReadyFlagAlertConfig(request *GetReadyFlagAlertConfigRequest) (response *GetReadyFlagAlertConfigResponse, err error)
- func (client *Client) GetReadyFlagAlertConfigWithCallback(request *GetReadyFlagAlertConfigRequest, ...) <-chan int
- func (client *Client) GetReadyFlagAlertConfigWithChan(request *GetReadyFlagAlertConfigRequest) (<-chan *GetReadyFlagAlertConfigResponse, <-chan error)
- func (client *Client) GetReadyFlagByProxy(request *GetReadyFlagByProxyRequest) (response *GetReadyFlagByProxyResponse, err error)
- func (client *Client) GetReadyFlagByProxyWithCallback(request *GetReadyFlagByProxyRequest, ...) <-chan int
- func (client *Client) GetReadyFlagByProxyWithChan(request *GetReadyFlagByProxyRequest) (<-chan *GetReadyFlagByProxyResponse, <-chan error)
- func (client *Client) GetReadyFlagWithCallback(request *GetReadyFlagRequest, ...) <-chan int
- func (client *Client) GetReadyFlagWithChan(request *GetReadyFlagRequest) (<-chan *GetReadyFlagResponse, <-chan error)
- func (client *Client) PutDomainPart(request *PutDomainPartRequest) (response *PutDomainPartResponse, err error)
- func (client *Client) PutDomainPartByProxy(request *PutDomainPartByProxyRequest) (response *PutDomainPartByProxyResponse, err error)
- func (client *Client) PutDomainPartByProxyWithCallback(request *PutDomainPartByProxyRequest, ...) <-chan int
- func (client *Client) PutDomainPartByProxyWithChan(request *PutDomainPartByProxyRequest) (<-chan *PutDomainPartByProxyResponse, <-chan error)
- func (client *Client) PutDomainPartWithCallback(request *PutDomainPartRequest, ...) <-chan int
- func (client *Client) PutDomainPartWithChan(request *PutDomainPartRequest) (<-chan *PutDomainPartResponse, <-chan error)
- func (client *Client) PutMeasureData(request *PutMeasureDataRequest) (response *PutMeasureDataResponse, err error)
- func (client *Client) PutMeasureDataByProxy(request *PutMeasureDataByProxyRequest) (response *PutMeasureDataByProxyResponse, err error)
- func (client *Client) PutMeasureDataByProxyWithCallback(request *PutMeasureDataByProxyRequest, ...) <-chan int
- func (client *Client) PutMeasureDataByProxyWithChan(request *PutMeasureDataByProxyRequest) (<-chan *PutMeasureDataByProxyResponse, <-chan error)
- func (client *Client) PutMeasureDataWithCallback(request *PutMeasureDataRequest, ...) <-chan int
- func (client *Client) PutMeasureDataWithChan(request *PutMeasureDataRequest) (<-chan *PutMeasureDataResponse, <-chan error)
- func (client *Client) PutReadyFlag(request *PutReadyFlagRequest) (response *PutReadyFlagResponse, err error)
- func (client *Client) PutReadyFlagByProxy(request *PutReadyFlagByProxyRequest) (response *PutReadyFlagByProxyResponse, err error)
- func (client *Client) PutReadyFlagByProxyWithCallback(request *PutReadyFlagByProxyRequest, ...) <-chan int
- func (client *Client) PutReadyFlagByProxyWithChan(request *PutReadyFlagByProxyRequest) (<-chan *PutReadyFlagByProxyResponse, <-chan error)
- func (client *Client) PutReadyFlagWithCallback(request *PutReadyFlagRequest, ...) <-chan int
- func (client *Client) PutReadyFlagWithChan(request *PutReadyFlagRequest) (<-chan *PutReadyFlagResponse, <-chan error)
- type DeleteDomainPartByProxyRequest
- type DeleteDomainPartByProxyResponse
- type DeleteDomainPartRequest
- type DeleteDomainPartResponse
- type DeleteMeasureDataRequest
- type DeleteMeasureDataResponse
- type GetAccessPolicyConfigRequest
- type GetAccessPolicyConfigResponse
- type GetDomainConfigRequest
- type GetDomainConfigResponse
- type GetDomainPartByProxyRequest
- type GetDomainPartByProxyResponse
- type GetDomainPartConfigRequest
- type GetDomainPartConfigResponse
- type GetDomainPartRequest
- type GetDomainPartResponse
- type GetFileConfigRequest
- type GetFileConfigResponse
- type GetIncrementMeasureDataByProxyRequest
- type GetIncrementMeasureDataByProxyResponse
- type GetMeasureDataRequest
- type GetMeasureDataResponse
- type GetOpenApiConfigRequest
- type GetOpenApiConfigResponse
- type GetReadyFlagAlertConfigRequest
- type GetReadyFlagAlertConfigResponse
- type GetReadyFlagByProxyRequest
- type GetReadyFlagByProxyResponse
- type GetReadyFlagRequest
- type GetReadyFlagResponse
- type PutDomainPartByProxyRequest
- type PutDomainPartByProxyResponse
- type PutDomainPartRequest
- type PutDomainPartResponse
- type PutMeasureDataByProxyRequest
- type PutMeasureDataByProxyResponse
- type PutMeasureDataRequest
- type PutMeasureDataResponse
- type PutReadyFlagByProxyRequest
- type PutReadyFlagByProxyResponse
- type PutReadyFlagRequest
- type PutReadyFlagResponse
Constants ¶
This section is empty.
Variables ¶
var EndpointMap map[string]string
EndpointMap Endpoint Data
var EndpointType = "central"
EndpointType regional or central
Functions ¶
func SetClientProperty ¶
SetClientProperty Set Property by Reflect
func SetEndpointDataToClient ¶
func SetEndpointDataToClient(client *Client)
SetEndpointDataToClient Set EndpointMap and ENdpointType
Types ¶
type CheckReadyFlagRequest ¶ added in v1.62.621
type CheckReadyFlagRequest struct { *requests.RpcRequest Period string `position:"Query" name:"Period"` DomainCode string `position:"Query" name:"DomainCode"` DataType string `position:"Query" name:"DataType"` EndTime requests.Integer `position:"Query" name:"EndTime"` Cycles requests.Integer `position:"Query" name:"Cycles"` StartTime requests.Integer `position:"Query" name:"StartTime"` }
CheckReadyFlagRequest is the request struct for api CheckReadyFlag
func CreateCheckReadyFlagRequest ¶ added in v1.62.621
func CreateCheckReadyFlagRequest() (request *CheckReadyFlagRequest)
CreateCheckReadyFlagRequest creates a request to invoke CheckReadyFlag API
type CheckReadyFlagResponse ¶ added in v1.62.621
type CheckReadyFlagResponse struct { *responses.BaseResponse Data string `json:"Data" xml:"Data"` RequestId string `json:"RequestId" xml:"RequestId"` }
CheckReadyFlagResponse is the response struct for api CheckReadyFlag
func CreateCheckReadyFlagResponse ¶ added in v1.62.621
func CreateCheckReadyFlagResponse() (response *CheckReadyFlagResponse)
CreateCheckReadyFlagResponse creates a response to parse from CheckReadyFlag response
type Client ¶
Client is the sdk client struct, each func corresponds to an OpenAPI
func NewClientWithAccessKey ¶
func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)
NewClientWithAccessKey is a shortcut to create sdk client with accesskey usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithEcsRamRole ¶
NewClientWithEcsRamRole is a shortcut to create sdk client with ecs ram role usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
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 NewClientWithProvider ¶
func NewClientWithProvider(regionId string, providers ...provider.Provider) (client *Client, err error)
NewClientWithProvider creates a sdk client with providers usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
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://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func NewClientWithRamRoleArnAndPolicy ¶
func NewClientWithRamRoleArnAndPolicy(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName, policy string) (client *Client, err error)
NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn and policy usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
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 usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
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://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md
func (*Client) CheckReadyFlag ¶ added in v1.62.621
func (client *Client) CheckReadyFlag(request *CheckReadyFlagRequest) (response *CheckReadyFlagResponse, err error)
CheckReadyFlag invokes the oms.CheckReadyFlag API synchronously
func (*Client) CheckReadyFlagWithCallback ¶ added in v1.62.621
func (client *Client) CheckReadyFlagWithCallback(request *CheckReadyFlagRequest, callback func(response *CheckReadyFlagResponse, err error)) <-chan int
CheckReadyFlagWithCallback invokes the oms.CheckReadyFlag API asynchronously
func (*Client) CheckReadyFlagWithChan ¶ added in v1.62.621
func (client *Client) CheckReadyFlagWithChan(request *CheckReadyFlagRequest) (<-chan *CheckReadyFlagResponse, <-chan error)
CheckReadyFlagWithChan invokes the oms.CheckReadyFlag API asynchronously
func (*Client) DeleteDomainPart ¶ added in v1.62.621
func (client *Client) DeleteDomainPart(request *DeleteDomainPartRequest) (response *DeleteDomainPartResponse, err error)
DeleteDomainPart invokes the oms.DeleteDomainPart API synchronously
func (*Client) DeleteDomainPartByProxy ¶ added in v1.62.621
func (client *Client) DeleteDomainPartByProxy(request *DeleteDomainPartByProxyRequest) (response *DeleteDomainPartByProxyResponse, err error)
DeleteDomainPartByProxy invokes the oms.DeleteDomainPartByProxy API synchronously
func (*Client) DeleteDomainPartByProxyWithCallback ¶ added in v1.62.621
func (client *Client) DeleteDomainPartByProxyWithCallback(request *DeleteDomainPartByProxyRequest, callback func(response *DeleteDomainPartByProxyResponse, err error)) <-chan int
DeleteDomainPartByProxyWithCallback invokes the oms.DeleteDomainPartByProxy API asynchronously
func (*Client) DeleteDomainPartByProxyWithChan ¶ added in v1.62.621
func (client *Client) DeleteDomainPartByProxyWithChan(request *DeleteDomainPartByProxyRequest) (<-chan *DeleteDomainPartByProxyResponse, <-chan error)
DeleteDomainPartByProxyWithChan invokes the oms.DeleteDomainPartByProxy API asynchronously
func (*Client) DeleteDomainPartWithCallback ¶ added in v1.62.621
func (client *Client) DeleteDomainPartWithCallback(request *DeleteDomainPartRequest, callback func(response *DeleteDomainPartResponse, err error)) <-chan int
DeleteDomainPartWithCallback invokes the oms.DeleteDomainPart API asynchronously
func (*Client) DeleteDomainPartWithChan ¶ added in v1.62.621
func (client *Client) DeleteDomainPartWithChan(request *DeleteDomainPartRequest) (<-chan *DeleteDomainPartResponse, <-chan error)
DeleteDomainPartWithChan invokes the oms.DeleteDomainPart API asynchronously
func (*Client) DeleteMeasureData ¶ added in v1.62.621
func (client *Client) DeleteMeasureData(request *DeleteMeasureDataRequest) (response *DeleteMeasureDataResponse, err error)
DeleteMeasureData invokes the oms.DeleteMeasureData API synchronously
func (*Client) DeleteMeasureDataWithCallback ¶ added in v1.62.621
func (client *Client) DeleteMeasureDataWithCallback(request *DeleteMeasureDataRequest, callback func(response *DeleteMeasureDataResponse, err error)) <-chan int
DeleteMeasureDataWithCallback invokes the oms.DeleteMeasureData API asynchronously
func (*Client) DeleteMeasureDataWithChan ¶ added in v1.62.621
func (client *Client) DeleteMeasureDataWithChan(request *DeleteMeasureDataRequest) (<-chan *DeleteMeasureDataResponse, <-chan error)
DeleteMeasureDataWithChan invokes the oms.DeleteMeasureData API asynchronously
func (*Client) GetAccessPolicyConfig ¶ added in v1.62.621
func (client *Client) GetAccessPolicyConfig(request *GetAccessPolicyConfigRequest) (response *GetAccessPolicyConfigResponse, err error)
GetAccessPolicyConfig invokes the oms.GetAccessPolicyConfig API synchronously
func (*Client) GetAccessPolicyConfigWithCallback ¶ added in v1.62.621
func (client *Client) GetAccessPolicyConfigWithCallback(request *GetAccessPolicyConfigRequest, callback func(response *GetAccessPolicyConfigResponse, err error)) <-chan int
GetAccessPolicyConfigWithCallback invokes the oms.GetAccessPolicyConfig API asynchronously
func (*Client) GetAccessPolicyConfigWithChan ¶ added in v1.62.621
func (client *Client) GetAccessPolicyConfigWithChan(request *GetAccessPolicyConfigRequest) (<-chan *GetAccessPolicyConfigResponse, <-chan error)
GetAccessPolicyConfigWithChan invokes the oms.GetAccessPolicyConfig API asynchronously
func (*Client) GetDomainConfig ¶ added in v1.62.621
func (client *Client) GetDomainConfig(request *GetDomainConfigRequest) (response *GetDomainConfigResponse, err error)
GetDomainConfig invokes the oms.GetDomainConfig API synchronously
func (*Client) GetDomainConfigWithCallback ¶ added in v1.62.621
func (client *Client) GetDomainConfigWithCallback(request *GetDomainConfigRequest, callback func(response *GetDomainConfigResponse, err error)) <-chan int
GetDomainConfigWithCallback invokes the oms.GetDomainConfig API asynchronously
func (*Client) GetDomainConfigWithChan ¶ added in v1.62.621
func (client *Client) GetDomainConfigWithChan(request *GetDomainConfigRequest) (<-chan *GetDomainConfigResponse, <-chan error)
GetDomainConfigWithChan invokes the oms.GetDomainConfig API asynchronously
func (*Client) GetDomainPart ¶ added in v1.62.621
func (client *Client) GetDomainPart(request *GetDomainPartRequest) (response *GetDomainPartResponse, err error)
GetDomainPart invokes the oms.GetDomainPart API synchronously
func (*Client) GetDomainPartByProxy ¶ added in v1.62.621
func (client *Client) GetDomainPartByProxy(request *GetDomainPartByProxyRequest) (response *GetDomainPartByProxyResponse, err error)
GetDomainPartByProxy invokes the oms.GetDomainPartByProxy API synchronously
func (*Client) GetDomainPartByProxyWithCallback ¶ added in v1.62.621
func (client *Client) GetDomainPartByProxyWithCallback(request *GetDomainPartByProxyRequest, callback func(response *GetDomainPartByProxyResponse, err error)) <-chan int
GetDomainPartByProxyWithCallback invokes the oms.GetDomainPartByProxy API asynchronously
func (*Client) GetDomainPartByProxyWithChan ¶ added in v1.62.621
func (client *Client) GetDomainPartByProxyWithChan(request *GetDomainPartByProxyRequest) (<-chan *GetDomainPartByProxyResponse, <-chan error)
GetDomainPartByProxyWithChan invokes the oms.GetDomainPartByProxy API asynchronously
func (*Client) GetDomainPartConfig ¶ added in v1.62.621
func (client *Client) GetDomainPartConfig(request *GetDomainPartConfigRequest) (response *GetDomainPartConfigResponse, err error)
GetDomainPartConfig invokes the oms.GetDomainPartConfig API synchronously
func (*Client) GetDomainPartConfigWithCallback ¶ added in v1.62.621
func (client *Client) GetDomainPartConfigWithCallback(request *GetDomainPartConfigRequest, callback func(response *GetDomainPartConfigResponse, err error)) <-chan int
GetDomainPartConfigWithCallback invokes the oms.GetDomainPartConfig API asynchronously
func (*Client) GetDomainPartConfigWithChan ¶ added in v1.62.621
func (client *Client) GetDomainPartConfigWithChan(request *GetDomainPartConfigRequest) (<-chan *GetDomainPartConfigResponse, <-chan error)
GetDomainPartConfigWithChan invokes the oms.GetDomainPartConfig API asynchronously
func (*Client) GetDomainPartWithCallback ¶ added in v1.62.621
func (client *Client) GetDomainPartWithCallback(request *GetDomainPartRequest, callback func(response *GetDomainPartResponse, err error)) <-chan int
GetDomainPartWithCallback invokes the oms.GetDomainPart API asynchronously
func (*Client) GetDomainPartWithChan ¶ added in v1.62.621
func (client *Client) GetDomainPartWithChan(request *GetDomainPartRequest) (<-chan *GetDomainPartResponse, <-chan error)
GetDomainPartWithChan invokes the oms.GetDomainPart API asynchronously
func (*Client) GetFileConfig ¶ added in v1.62.621
func (client *Client) GetFileConfig(request *GetFileConfigRequest) (response *GetFileConfigResponse, err error)
GetFileConfig invokes the oms.GetFileConfig API synchronously
func (*Client) GetFileConfigWithCallback ¶ added in v1.62.621
func (client *Client) GetFileConfigWithCallback(request *GetFileConfigRequest, callback func(response *GetFileConfigResponse, err error)) <-chan int
GetFileConfigWithCallback invokes the oms.GetFileConfig API asynchronously
func (*Client) GetFileConfigWithChan ¶ added in v1.62.621
func (client *Client) GetFileConfigWithChan(request *GetFileConfigRequest) (<-chan *GetFileConfigResponse, <-chan error)
GetFileConfigWithChan invokes the oms.GetFileConfig API asynchronously
func (*Client) GetIncrementMeasureDataByProxy ¶ added in v1.62.621
func (client *Client) GetIncrementMeasureDataByProxy(request *GetIncrementMeasureDataByProxyRequest) (response *GetIncrementMeasureDataByProxyResponse, err error)
GetIncrementMeasureDataByProxy invokes the oms.GetIncrementMeasureDataByProxy API synchronously
func (*Client) GetIncrementMeasureDataByProxyWithCallback ¶ added in v1.62.621
func (client *Client) GetIncrementMeasureDataByProxyWithCallback(request *GetIncrementMeasureDataByProxyRequest, callback func(response *GetIncrementMeasureDataByProxyResponse, err error)) <-chan int
GetIncrementMeasureDataByProxyWithCallback invokes the oms.GetIncrementMeasureDataByProxy API asynchronously
func (*Client) GetIncrementMeasureDataByProxyWithChan ¶ added in v1.62.621
func (client *Client) GetIncrementMeasureDataByProxyWithChan(request *GetIncrementMeasureDataByProxyRequest) (<-chan *GetIncrementMeasureDataByProxyResponse, <-chan error)
GetIncrementMeasureDataByProxyWithChan invokes the oms.GetIncrementMeasureDataByProxy API asynchronously
func (*Client) GetMeasureData ¶ added in v1.62.621
func (client *Client) GetMeasureData(request *GetMeasureDataRequest) (response *GetMeasureDataResponse, err error)
GetMeasureData invokes the oms.GetMeasureData API synchronously
func (*Client) GetMeasureDataWithCallback ¶ added in v1.62.621
func (client *Client) GetMeasureDataWithCallback(request *GetMeasureDataRequest, callback func(response *GetMeasureDataResponse, err error)) <-chan int
GetMeasureDataWithCallback invokes the oms.GetMeasureData API asynchronously
func (*Client) GetMeasureDataWithChan ¶ added in v1.62.621
func (client *Client) GetMeasureDataWithChan(request *GetMeasureDataRequest) (<-chan *GetMeasureDataResponse, <-chan error)
GetMeasureDataWithChan invokes the oms.GetMeasureData API asynchronously
func (*Client) GetOpenApiConfig ¶ added in v1.62.621
func (client *Client) GetOpenApiConfig(request *GetOpenApiConfigRequest) (response *GetOpenApiConfigResponse, err error)
GetOpenApiConfig invokes the oms.GetOpenApiConfig API synchronously
func (*Client) GetOpenApiConfigWithCallback ¶ added in v1.62.621
func (client *Client) GetOpenApiConfigWithCallback(request *GetOpenApiConfigRequest, callback func(response *GetOpenApiConfigResponse, err error)) <-chan int
GetOpenApiConfigWithCallback invokes the oms.GetOpenApiConfig API asynchronously
func (*Client) GetOpenApiConfigWithChan ¶ added in v1.62.621
func (client *Client) GetOpenApiConfigWithChan(request *GetOpenApiConfigRequest) (<-chan *GetOpenApiConfigResponse, <-chan error)
GetOpenApiConfigWithChan invokes the oms.GetOpenApiConfig API asynchronously
func (*Client) GetReadyFlag ¶ added in v1.62.621
func (client *Client) GetReadyFlag(request *GetReadyFlagRequest) (response *GetReadyFlagResponse, err error)
GetReadyFlag invokes the oms.GetReadyFlag API synchronously
func (*Client) GetReadyFlagAlertConfig ¶ added in v1.62.621
func (client *Client) GetReadyFlagAlertConfig(request *GetReadyFlagAlertConfigRequest) (response *GetReadyFlagAlertConfigResponse, err error)
GetReadyFlagAlertConfig invokes the oms.GetReadyFlagAlertConfig API synchronously
func (*Client) GetReadyFlagAlertConfigWithCallback ¶ added in v1.62.621
func (client *Client) GetReadyFlagAlertConfigWithCallback(request *GetReadyFlagAlertConfigRequest, callback func(response *GetReadyFlagAlertConfigResponse, err error)) <-chan int
GetReadyFlagAlertConfigWithCallback invokes the oms.GetReadyFlagAlertConfig API asynchronously
func (*Client) GetReadyFlagAlertConfigWithChan ¶ added in v1.62.621
func (client *Client) GetReadyFlagAlertConfigWithChan(request *GetReadyFlagAlertConfigRequest) (<-chan *GetReadyFlagAlertConfigResponse, <-chan error)
GetReadyFlagAlertConfigWithChan invokes the oms.GetReadyFlagAlertConfig API asynchronously
func (*Client) GetReadyFlagByProxy ¶ added in v1.62.621
func (client *Client) GetReadyFlagByProxy(request *GetReadyFlagByProxyRequest) (response *GetReadyFlagByProxyResponse, err error)
GetReadyFlagByProxy invokes the oms.GetReadyFlagByProxy API synchronously
func (*Client) GetReadyFlagByProxyWithCallback ¶ added in v1.62.621
func (client *Client) GetReadyFlagByProxyWithCallback(request *GetReadyFlagByProxyRequest, callback func(response *GetReadyFlagByProxyResponse, err error)) <-chan int
GetReadyFlagByProxyWithCallback invokes the oms.GetReadyFlagByProxy API asynchronously
func (*Client) GetReadyFlagByProxyWithChan ¶ added in v1.62.621
func (client *Client) GetReadyFlagByProxyWithChan(request *GetReadyFlagByProxyRequest) (<-chan *GetReadyFlagByProxyResponse, <-chan error)
GetReadyFlagByProxyWithChan invokes the oms.GetReadyFlagByProxy API asynchronously
func (*Client) GetReadyFlagWithCallback ¶ added in v1.62.621
func (client *Client) GetReadyFlagWithCallback(request *GetReadyFlagRequest, callback func(response *GetReadyFlagResponse, err error)) <-chan int
GetReadyFlagWithCallback invokes the oms.GetReadyFlag API asynchronously
func (*Client) GetReadyFlagWithChan ¶ added in v1.62.621
func (client *Client) GetReadyFlagWithChan(request *GetReadyFlagRequest) (<-chan *GetReadyFlagResponse, <-chan error)
GetReadyFlagWithChan invokes the oms.GetReadyFlag API asynchronously
func (*Client) PutDomainPart ¶ added in v1.62.621
func (client *Client) PutDomainPart(request *PutDomainPartRequest) (response *PutDomainPartResponse, err error)
PutDomainPart invokes the oms.PutDomainPart API synchronously
func (*Client) PutDomainPartByProxy ¶ added in v1.62.621
func (client *Client) PutDomainPartByProxy(request *PutDomainPartByProxyRequest) (response *PutDomainPartByProxyResponse, err error)
PutDomainPartByProxy invokes the oms.PutDomainPartByProxy API synchronously
func (*Client) PutDomainPartByProxyWithCallback ¶ added in v1.62.621
func (client *Client) PutDomainPartByProxyWithCallback(request *PutDomainPartByProxyRequest, callback func(response *PutDomainPartByProxyResponse, err error)) <-chan int
PutDomainPartByProxyWithCallback invokes the oms.PutDomainPartByProxy API asynchronously
func (*Client) PutDomainPartByProxyWithChan ¶ added in v1.62.621
func (client *Client) PutDomainPartByProxyWithChan(request *PutDomainPartByProxyRequest) (<-chan *PutDomainPartByProxyResponse, <-chan error)
PutDomainPartByProxyWithChan invokes the oms.PutDomainPartByProxy API asynchronously
func (*Client) PutDomainPartWithCallback ¶ added in v1.62.621
func (client *Client) PutDomainPartWithCallback(request *PutDomainPartRequest, callback func(response *PutDomainPartResponse, err error)) <-chan int
PutDomainPartWithCallback invokes the oms.PutDomainPart API asynchronously
func (*Client) PutDomainPartWithChan ¶ added in v1.62.621
func (client *Client) PutDomainPartWithChan(request *PutDomainPartRequest) (<-chan *PutDomainPartResponse, <-chan error)
PutDomainPartWithChan invokes the oms.PutDomainPart API asynchronously
func (*Client) PutMeasureData ¶ added in v1.62.621
func (client *Client) PutMeasureData(request *PutMeasureDataRequest) (response *PutMeasureDataResponse, err error)
PutMeasureData invokes the oms.PutMeasureData API synchronously
func (*Client) PutMeasureDataByProxy ¶ added in v1.62.621
func (client *Client) PutMeasureDataByProxy(request *PutMeasureDataByProxyRequest) (response *PutMeasureDataByProxyResponse, err error)
PutMeasureDataByProxy invokes the oms.PutMeasureDataByProxy API synchronously
func (*Client) PutMeasureDataByProxyWithCallback ¶ added in v1.62.621
func (client *Client) PutMeasureDataByProxyWithCallback(request *PutMeasureDataByProxyRequest, callback func(response *PutMeasureDataByProxyResponse, err error)) <-chan int
PutMeasureDataByProxyWithCallback invokes the oms.PutMeasureDataByProxy API asynchronously
func (*Client) PutMeasureDataByProxyWithChan ¶ added in v1.62.621
func (client *Client) PutMeasureDataByProxyWithChan(request *PutMeasureDataByProxyRequest) (<-chan *PutMeasureDataByProxyResponse, <-chan error)
PutMeasureDataByProxyWithChan invokes the oms.PutMeasureDataByProxy API asynchronously
func (*Client) PutMeasureDataWithCallback ¶ added in v1.62.621
func (client *Client) PutMeasureDataWithCallback(request *PutMeasureDataRequest, callback func(response *PutMeasureDataResponse, err error)) <-chan int
PutMeasureDataWithCallback invokes the oms.PutMeasureData API asynchronously
func (*Client) PutMeasureDataWithChan ¶ added in v1.62.621
func (client *Client) PutMeasureDataWithChan(request *PutMeasureDataRequest) (<-chan *PutMeasureDataResponse, <-chan error)
PutMeasureDataWithChan invokes the oms.PutMeasureData API asynchronously
func (*Client) PutReadyFlag ¶ added in v1.62.621
func (client *Client) PutReadyFlag(request *PutReadyFlagRequest) (response *PutReadyFlagResponse, err error)
PutReadyFlag invokes the oms.PutReadyFlag API synchronously
func (*Client) PutReadyFlagByProxy ¶ added in v1.62.621
func (client *Client) PutReadyFlagByProxy(request *PutReadyFlagByProxyRequest) (response *PutReadyFlagByProxyResponse, err error)
PutReadyFlagByProxy invokes the oms.PutReadyFlagByProxy API synchronously
func (*Client) PutReadyFlagByProxyWithCallback ¶ added in v1.62.621
func (client *Client) PutReadyFlagByProxyWithCallback(request *PutReadyFlagByProxyRequest, callback func(response *PutReadyFlagByProxyResponse, err error)) <-chan int
PutReadyFlagByProxyWithCallback invokes the oms.PutReadyFlagByProxy API asynchronously
func (*Client) PutReadyFlagByProxyWithChan ¶ added in v1.62.621
func (client *Client) PutReadyFlagByProxyWithChan(request *PutReadyFlagByProxyRequest) (<-chan *PutReadyFlagByProxyResponse, <-chan error)
PutReadyFlagByProxyWithChan invokes the oms.PutReadyFlagByProxy API asynchronously
func (*Client) PutReadyFlagWithCallback ¶ added in v1.62.621
func (client *Client) PutReadyFlagWithCallback(request *PutReadyFlagRequest, callback func(response *PutReadyFlagResponse, err error)) <-chan int
PutReadyFlagWithCallback invokes the oms.PutReadyFlag API asynchronously
func (*Client) PutReadyFlagWithChan ¶ added in v1.62.621
func (client *Client) PutReadyFlagWithChan(request *PutReadyFlagRequest) (<-chan *PutReadyFlagResponse, <-chan error)
PutReadyFlagWithChan invokes the oms.PutReadyFlag API asynchronously
type DeleteDomainPartByProxyRequest ¶ added in v1.62.621
type DeleteDomainPartByProxyRequest struct { *requests.RpcRequest DomainCode string `position:"Query" name:"DomainCode"` DataType string `position:"Query" name:"DataType"` Part string `position:"Query" name:"Part"` }
DeleteDomainPartByProxyRequest is the request struct for api DeleteDomainPartByProxy
func CreateDeleteDomainPartByProxyRequest ¶ added in v1.62.621
func CreateDeleteDomainPartByProxyRequest() (request *DeleteDomainPartByProxyRequest)
CreateDeleteDomainPartByProxyRequest creates a request to invoke DeleteDomainPartByProxy API
type DeleteDomainPartByProxyResponse ¶ added in v1.62.621
type DeleteDomainPartByProxyResponse struct { *responses.BaseResponse DataType string `json:"DataType" xml:"DataType"` RequestId string `json:"RequestId" xml:"RequestId"` DomainCode string `json:"DomainCode" xml:"DomainCode"` }
DeleteDomainPartByProxyResponse is the response struct for api DeleteDomainPartByProxy
func CreateDeleteDomainPartByProxyResponse ¶ added in v1.62.621
func CreateDeleteDomainPartByProxyResponse() (response *DeleteDomainPartByProxyResponse)
CreateDeleteDomainPartByProxyResponse creates a response to parse from DeleteDomainPartByProxy response
type DeleteDomainPartRequest ¶ added in v1.62.621
type DeleteDomainPartRequest struct { *requests.RpcRequest DomainCode string `position:"Query" name:"DomainCode"` DataType string `position:"Query" name:"DataType"` Part string `position:"Query" name:"Part"` }
DeleteDomainPartRequest is the request struct for api DeleteDomainPart
func CreateDeleteDomainPartRequest ¶ added in v1.62.621
func CreateDeleteDomainPartRequest() (request *DeleteDomainPartRequest)
CreateDeleteDomainPartRequest creates a request to invoke DeleteDomainPart API
type DeleteDomainPartResponse ¶ added in v1.62.621
type DeleteDomainPartResponse struct { *responses.BaseResponse DataType string `json:"DataType" xml:"DataType"` RequestId string `json:"RequestId" xml:"RequestId"` DomainCode string `json:"DomainCode" xml:"DomainCode"` }
DeleteDomainPartResponse is the response struct for api DeleteDomainPart
func CreateDeleteDomainPartResponse ¶ added in v1.62.621
func CreateDeleteDomainPartResponse() (response *DeleteDomainPartResponse)
CreateDeleteDomainPartResponse creates a response to parse from DeleteDomainPart response
type DeleteMeasureDataRequest ¶ added in v1.62.621
type DeleteMeasureDataRequest struct { *requests.RpcRequest Filter string `position:"Query" name:"Filter"` DomainCode string `position:"Query" name:"DomainCode"` Data string `position:"Query" name:"Data"` DataType string `position:"Query" name:"DataType"` Compressed requests.Boolean `position:"Query" name:"Compressed"` ApiType string `position:"Query" name:"ApiType"` }
DeleteMeasureDataRequest is the request struct for api DeleteMeasureData
func CreateDeleteMeasureDataRequest ¶ added in v1.62.621
func CreateDeleteMeasureDataRequest() (request *DeleteMeasureDataRequest)
CreateDeleteMeasureDataRequest creates a request to invoke DeleteMeasureData API
type DeleteMeasureDataResponse ¶ added in v1.62.621
type DeleteMeasureDataResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` DomainCode string `json:"DomainCode" xml:"DomainCode"` DataType string `json:"DataType" xml:"DataType"` ApiType string `json:"ApiType" xml:"ApiType"` Total int64 `json:"Total" xml:"Total"` }
DeleteMeasureDataResponse is the response struct for api DeleteMeasureData
func CreateDeleteMeasureDataResponse ¶ added in v1.62.621
func CreateDeleteMeasureDataResponse() (response *DeleteMeasureDataResponse)
CreateDeleteMeasureDataResponse creates a response to parse from DeleteMeasureData response
type GetAccessPolicyConfigRequest ¶ added in v1.62.621
type GetAccessPolicyConfigRequest struct { *requests.RpcRequest CompressEnable requests.Boolean `position:"Query" name:"CompressEnable"` AliUid string `position:"Query" name:"AliUid"` }
GetAccessPolicyConfigRequest is the request struct for api GetAccessPolicyConfig
func CreateGetAccessPolicyConfigRequest ¶ added in v1.62.621
func CreateGetAccessPolicyConfigRequest() (request *GetAccessPolicyConfigRequest)
CreateGetAccessPolicyConfigRequest creates a request to invoke GetAccessPolicyConfig API
type GetAccessPolicyConfigResponse ¶ added in v1.62.621
type GetAccessPolicyConfigResponse struct { *responses.BaseResponse Compressed bool `json:"Compressed" xml:"Compressed"` AliUid string `json:"AliUid" xml:"AliUid"` Data string `json:"Data" xml:"Data"` RequestId string `json:"RequestId" xml:"RequestId"` }
GetAccessPolicyConfigResponse is the response struct for api GetAccessPolicyConfig
func CreateGetAccessPolicyConfigResponse ¶ added in v1.62.621
func CreateGetAccessPolicyConfigResponse() (response *GetAccessPolicyConfigResponse)
CreateGetAccessPolicyConfigResponse creates a response to parse from GetAccessPolicyConfig response
type GetDomainConfigRequest ¶ added in v1.62.621
type GetDomainConfigRequest struct { *requests.RpcRequest DomainCode string `position:"Query" name:"DomainCode"` CompressEnable requests.Boolean `position:"Query" name:"CompressEnable"` }
GetDomainConfigRequest is the request struct for api GetDomainConfig
func CreateGetDomainConfigRequest ¶ added in v1.62.621
func CreateGetDomainConfigRequest() (request *GetDomainConfigRequest)
CreateGetDomainConfigRequest creates a request to invoke GetDomainConfig API
type GetDomainConfigResponse ¶ added in v1.62.621
type GetDomainConfigResponse struct { *responses.BaseResponse Compressed bool `json:"Compressed" xml:"Compressed"` Data string `json:"Data" xml:"Data"` RequestId string `json:"RequestId" xml:"RequestId"` DomainCode string `json:"DomainCode" xml:"DomainCode"` }
GetDomainConfigResponse is the response struct for api GetDomainConfig
func CreateGetDomainConfigResponse ¶ added in v1.62.621
func CreateGetDomainConfigResponse() (response *GetDomainConfigResponse)
CreateGetDomainConfigResponse creates a response to parse from GetDomainConfig response
type GetDomainPartByProxyRequest ¶ added in v1.62.621
type GetDomainPartByProxyRequest struct { *requests.RpcRequest DomainCode string `position:"Query" name:"DomainCode"` DataType string `position:"Query" name:"DataType"` CompressEnable requests.Boolean `position:"Query" name:"CompressEnable"` Part string `position:"Query" name:"Part"` }
GetDomainPartByProxyRequest is the request struct for api GetDomainPartByProxy
func CreateGetDomainPartByProxyRequest ¶ added in v1.62.621
func CreateGetDomainPartByProxyRequest() (request *GetDomainPartByProxyRequest)
CreateGetDomainPartByProxyRequest creates a request to invoke GetDomainPartByProxy API
type GetDomainPartByProxyResponse ¶ added in v1.62.621
type GetDomainPartByProxyResponse struct { *responses.BaseResponse Compressed bool `json:"Compressed" xml:"Compressed"` Data string `json:"Data" xml:"Data"` DataType string `json:"DataType" xml:"DataType"` RequestId string `json:"RequestId" xml:"RequestId"` DomainCode string `json:"DomainCode" xml:"DomainCode"` }
GetDomainPartByProxyResponse is the response struct for api GetDomainPartByProxy
func CreateGetDomainPartByProxyResponse ¶ added in v1.62.621
func CreateGetDomainPartByProxyResponse() (response *GetDomainPartByProxyResponse)
CreateGetDomainPartByProxyResponse creates a response to parse from GetDomainPartByProxy response
type GetDomainPartConfigRequest ¶ added in v1.62.621
type GetDomainPartConfigRequest struct { *requests.RpcRequest DomainCode string `position:"Query" name:"DomainCode"` DataType string `position:"Query" name:"DataType"` CompressEnable requests.Boolean `position:"Query" name:"CompressEnable"` Part string `position:"Query" name:"Part"` }
GetDomainPartConfigRequest is the request struct for api GetDomainPartConfig
func CreateGetDomainPartConfigRequest ¶ added in v1.62.621
func CreateGetDomainPartConfigRequest() (request *GetDomainPartConfigRequest)
CreateGetDomainPartConfigRequest creates a request to invoke GetDomainPartConfig API
type GetDomainPartConfigResponse ¶ added in v1.62.621
type GetDomainPartConfigResponse struct { *responses.BaseResponse Compressed bool `json:"Compressed" xml:"Compressed"` Data string `json:"Data" xml:"Data"` DataType string `json:"DataType" xml:"DataType"` RequestId string `json:"RequestId" xml:"RequestId"` DomainCode string `json:"DomainCode" xml:"DomainCode"` }
GetDomainPartConfigResponse is the response struct for api GetDomainPartConfig
func CreateGetDomainPartConfigResponse ¶ added in v1.62.621
func CreateGetDomainPartConfigResponse() (response *GetDomainPartConfigResponse)
CreateGetDomainPartConfigResponse creates a response to parse from GetDomainPartConfig response
type GetDomainPartRequest ¶ added in v1.62.621
type GetDomainPartRequest struct { *requests.RpcRequest DomainCode string `position:"Query" name:"DomainCode"` DataType string `position:"Query" name:"DataType"` CompressEnable requests.Boolean `position:"Query" name:"CompressEnable"` Part string `position:"Query" name:"Part"` }
GetDomainPartRequest is the request struct for api GetDomainPart
func CreateGetDomainPartRequest ¶ added in v1.62.621
func CreateGetDomainPartRequest() (request *GetDomainPartRequest)
CreateGetDomainPartRequest creates a request to invoke GetDomainPart API
type GetDomainPartResponse ¶ added in v1.62.621
type GetDomainPartResponse struct { *responses.BaseResponse Compressed bool `json:"Compressed" xml:"Compressed"` Data string `json:"Data" xml:"Data"` DataType string `json:"DataType" xml:"DataType"` RequestId string `json:"RequestId" xml:"RequestId"` DomainCode string `json:"DomainCode" xml:"DomainCode"` }
GetDomainPartResponse is the response struct for api GetDomainPart
func CreateGetDomainPartResponse ¶ added in v1.62.621
func CreateGetDomainPartResponse() (response *GetDomainPartResponse)
CreateGetDomainPartResponse creates a response to parse from GetDomainPart response
type GetFileConfigRequest ¶ added in v1.62.621
type GetFileConfigRequest struct { *requests.RpcRequest DimensionType string `position:"Query" name:"DimensionType"` DomainCode string `position:"Query" name:"DomainCode"` }
GetFileConfigRequest is the request struct for api GetFileConfig
func CreateGetFileConfigRequest ¶ added in v1.62.621
func CreateGetFileConfigRequest() (request *GetFileConfigRequest)
CreateGetFileConfigRequest creates a request to invoke GetFileConfig API
type GetFileConfigResponse ¶ added in v1.62.621
type GetFileConfigResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Data string `json:"Data" xml:"Data"` Success bool `json:"Success" xml:"Success"` ErrorCode string `json:"ErrorCode" xml:"ErrorCode"` ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"` }
GetFileConfigResponse is the response struct for api GetFileConfig
func CreateGetFileConfigResponse ¶ added in v1.62.621
func CreateGetFileConfigResponse() (response *GetFileConfigResponse)
CreateGetFileConfigResponse creates a response to parse from GetFileConfig response
type GetIncrementMeasureDataByProxyRequest ¶ added in v1.62.621
type GetIncrementMeasureDataByProxyRequest struct { *requests.RpcRequest DomainCode string `position:"Query" name:"DomainCode"` ModifyEndTime requests.Integer `position:"Query" name:"ModifyEndTime"` DataType string `position:"Query" name:"DataType"` CompressEnable requests.Boolean `position:"Query" name:"CompressEnable"` RowKeyMapStr string `position:"Query" name:"RowKeyMapStr"` ModifyStartTime requests.Integer `position:"Query" name:"ModifyStartTime"` }
GetIncrementMeasureDataByProxyRequest is the request struct for api GetIncrementMeasureDataByProxy
func CreateGetIncrementMeasureDataByProxyRequest ¶ added in v1.62.621
func CreateGetIncrementMeasureDataByProxyRequest() (request *GetIncrementMeasureDataByProxyRequest)
CreateGetIncrementMeasureDataByProxyRequest creates a request to invoke GetIncrementMeasureDataByProxy API
type GetIncrementMeasureDataByProxyResponse ¶ added in v1.62.621
type GetIncrementMeasureDataByProxyResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` DomainCode string `json:"DomainCode" xml:"DomainCode"` DataType string `json:"DataType" xml:"DataType"` Data string `json:"Data" xml:"Data"` Compressed string `json:"Compressed" xml:"Compressed"` }
GetIncrementMeasureDataByProxyResponse is the response struct for api GetIncrementMeasureDataByProxy
func CreateGetIncrementMeasureDataByProxyResponse ¶ added in v1.62.621
func CreateGetIncrementMeasureDataByProxyResponse() (response *GetIncrementMeasureDataByProxyResponse)
CreateGetIncrementMeasureDataByProxyResponse creates a response to parse from GetIncrementMeasureDataByProxy response
type GetMeasureDataRequest ¶ added in v1.62.621
type GetMeasureDataRequest struct { *requests.RpcRequest Filter string `position:"Query" name:"Filter"` DomainCode string `position:"Query" name:"DomainCode"` DataType string `position:"Query" name:"DataType"` QueryField string `position:"Query" name:"QueryField"` NextToken string `position:"Query" name:"NextToken"` CompressEnable requests.Boolean `position:"Query" name:"CompressEnable"` ApiType string `position:"Query" name:"ApiType"` MaxResult requests.Integer `position:"Query" name:"MaxResult"` }
GetMeasureDataRequest is the request struct for api GetMeasureData
func CreateGetMeasureDataRequest ¶ added in v1.62.621
func CreateGetMeasureDataRequest() (request *GetMeasureDataRequest)
CreateGetMeasureDataRequest creates a request to invoke GetMeasureData API
type GetMeasureDataResponse ¶ added in v1.62.621
type GetMeasureDataResponse struct { *responses.BaseResponse DataType string `json:"DataType" xml:"DataType"` NextToken string `json:"NextToken" xml:"NextToken"` Data string `json:"Data" xml:"Data"` RequestId string `json:"RequestId" xml:"RequestId"` DomainCode string `json:"DomainCode" xml:"DomainCode"` ApiType string `json:"ApiType" xml:"ApiType"` Compressed bool `json:"Compressed" xml:"Compressed"` }
GetMeasureDataResponse is the response struct for api GetMeasureData
func CreateGetMeasureDataResponse ¶ added in v1.62.621
func CreateGetMeasureDataResponse() (response *GetMeasureDataResponse)
CreateGetMeasureDataResponse creates a response to parse from GetMeasureData response
type GetOpenApiConfigRequest ¶ added in v1.62.621
type GetOpenApiConfigRequest struct { *requests.RpcRequest DataType string `position:"Query" name:"DataType"` CompressEnable requests.Boolean `position:"Query" name:"CompressEnable"` ProductName string `position:"Query" name:"ProductName"` TableName string `position:"Query" name:"TableName"` SiteBid string `position:"Query" name:"siteBid"` }
GetOpenApiConfigRequest is the request struct for api GetOpenApiConfig
func CreateGetOpenApiConfigRequest ¶ added in v1.62.621
func CreateGetOpenApiConfigRequest() (request *GetOpenApiConfigRequest)
CreateGetOpenApiConfigRequest creates a request to invoke GetOpenApiConfig API
type GetOpenApiConfigResponse ¶ added in v1.62.621
type GetOpenApiConfigResponse struct { *responses.BaseResponse TableName string `json:"TableName" xml:"TableName"` DataType string `json:"DataType" xml:"DataType"` Data string `json:"Data" xml:"Data"` RequestId string `json:"RequestId" xml:"RequestId"` ProductName string `json:"ProductName" xml:"ProductName"` Compressed bool `json:"Compressed" xml:"Compressed"` SiteBid string `json:"SiteBid" xml:"SiteBid"` }
GetOpenApiConfigResponse is the response struct for api GetOpenApiConfig
func CreateGetOpenApiConfigResponse ¶ added in v1.62.621
func CreateGetOpenApiConfigResponse() (response *GetOpenApiConfigResponse)
CreateGetOpenApiConfigResponse creates a response to parse from GetOpenApiConfig response
type GetReadyFlagAlertConfigRequest ¶ added in v1.62.621
type GetReadyFlagAlertConfigRequest struct { *requests.RpcRequest DomainCode string `position:"Query" name:"DomainCode"` DataType string `position:"Query" name:"DataType"` CompressEnable requests.Boolean `position:"Query" name:"CompressEnable"` }
GetReadyFlagAlertConfigRequest is the request struct for api GetReadyFlagAlertConfig
func CreateGetReadyFlagAlertConfigRequest ¶ added in v1.62.621
func CreateGetReadyFlagAlertConfigRequest() (request *GetReadyFlagAlertConfigRequest)
CreateGetReadyFlagAlertConfigRequest creates a request to invoke GetReadyFlagAlertConfig API
type GetReadyFlagAlertConfigResponse ¶ added in v1.62.621
type GetReadyFlagAlertConfigResponse struct { *responses.BaseResponse Compressed bool `json:"Compressed" xml:"Compressed"` Data string `json:"Data" xml:"Data"` DataType string `json:"DataType" xml:"DataType"` RequestId string `json:"RequestId" xml:"RequestId"` DomainCode string `json:"DomainCode" xml:"DomainCode"` }
GetReadyFlagAlertConfigResponse is the response struct for api GetReadyFlagAlertConfig
func CreateGetReadyFlagAlertConfigResponse ¶ added in v1.62.621
func CreateGetReadyFlagAlertConfigResponse() (response *GetReadyFlagAlertConfigResponse)
CreateGetReadyFlagAlertConfigResponse creates a response to parse from GetReadyFlagAlertConfig response
type GetReadyFlagByProxyRequest ¶ added in v1.62.621
type GetReadyFlagByProxyRequest struct { *requests.RpcRequest Filter string `position:"Query" name:"Filter"` DomainCode string `position:"Query" name:"DomainCode"` DataType string `position:"Query" name:"DataType"` NextToken string `position:"Query" name:"NextToken"` CompressEnable requests.Boolean `position:"Query" name:"CompressEnable"` ApiType string `position:"Query" name:"ApiType"` MaxResult requests.Integer `position:"Query" name:"MaxResult"` }
GetReadyFlagByProxyRequest is the request struct for api GetReadyFlagByProxy
func CreateGetReadyFlagByProxyRequest ¶ added in v1.62.621
func CreateGetReadyFlagByProxyRequest() (request *GetReadyFlagByProxyRequest)
CreateGetReadyFlagByProxyRequest creates a request to invoke GetReadyFlagByProxy API
type GetReadyFlagByProxyResponse ¶ added in v1.62.621
type GetReadyFlagByProxyResponse struct { *responses.BaseResponse DataType string `json:"DataType" xml:"DataType"` NextToken string `json:"NextToken" xml:"NextToken"` Data string `json:"Data" xml:"Data"` RequestId string `json:"RequestId" xml:"RequestId"` DomainCode string `json:"DomainCode" xml:"DomainCode"` ApiType string `json:"ApiType" xml:"ApiType"` Compressed bool `json:"Compressed" xml:"Compressed"` }
GetReadyFlagByProxyResponse is the response struct for api GetReadyFlagByProxy
func CreateGetReadyFlagByProxyResponse ¶ added in v1.62.621
func CreateGetReadyFlagByProxyResponse() (response *GetReadyFlagByProxyResponse)
CreateGetReadyFlagByProxyResponse creates a response to parse from GetReadyFlagByProxy response
type GetReadyFlagRequest ¶ added in v1.62.621
type GetReadyFlagRequest struct { *requests.RpcRequest Filter string `position:"Query" name:"Filter"` DomainCode string `position:"Query" name:"DomainCode"` DataType string `position:"Query" name:"DataType"` NextToken string `position:"Query" name:"NextToken"` CompressEnable requests.Boolean `position:"Query" name:"CompressEnable"` ApiType string `position:"Query" name:"ApiType"` MaxResult requests.Integer `position:"Query" name:"MaxResult"` }
GetReadyFlagRequest is the request struct for api GetReadyFlag
func CreateGetReadyFlagRequest ¶ added in v1.62.621
func CreateGetReadyFlagRequest() (request *GetReadyFlagRequest)
CreateGetReadyFlagRequest creates a request to invoke GetReadyFlag API
type GetReadyFlagResponse ¶ added in v1.62.621
type GetReadyFlagResponse struct { *responses.BaseResponse DataType string `json:"DataType" xml:"DataType"` NextToken string `json:"NextToken" xml:"NextToken"` Data string `json:"Data" xml:"Data"` RequestId string `json:"RequestId" xml:"RequestId"` DomainCode string `json:"DomainCode" xml:"DomainCode"` ApiType string `json:"ApiType" xml:"ApiType"` Compressed bool `json:"Compressed" xml:"Compressed"` }
GetReadyFlagResponse is the response struct for api GetReadyFlag
func CreateGetReadyFlagResponse ¶ added in v1.62.621
func CreateGetReadyFlagResponse() (response *GetReadyFlagResponse)
CreateGetReadyFlagResponse creates a response to parse from GetReadyFlag response
type PutDomainPartByProxyRequest ¶ added in v1.62.621
type PutDomainPartByProxyRequest struct { *requests.RpcRequest DomainCode string `position:"Query" name:"DomainCode"` Data string `position:"Query" name:"Data"` DataType string `position:"Query" name:"DataType"` Compressed requests.Boolean `position:"Query" name:"Compressed"` }
PutDomainPartByProxyRequest is the request struct for api PutDomainPartByProxy
func CreatePutDomainPartByProxyRequest ¶ added in v1.62.621
func CreatePutDomainPartByProxyRequest() (request *PutDomainPartByProxyRequest)
CreatePutDomainPartByProxyRequest creates a request to invoke PutDomainPartByProxy API
type PutDomainPartByProxyResponse ¶ added in v1.62.621
type PutDomainPartByProxyResponse struct { *responses.BaseResponse DataType string `json:"DataType" xml:"DataType"` RequestId string `json:"RequestId" xml:"RequestId"` DomainCode string `json:"DomainCode" xml:"DomainCode"` }
PutDomainPartByProxyResponse is the response struct for api PutDomainPartByProxy
func CreatePutDomainPartByProxyResponse ¶ added in v1.62.621
func CreatePutDomainPartByProxyResponse() (response *PutDomainPartByProxyResponse)
CreatePutDomainPartByProxyResponse creates a response to parse from PutDomainPartByProxy response
type PutDomainPartRequest ¶ added in v1.62.621
type PutDomainPartRequest struct { *requests.RpcRequest DomainCode string `position:"Query" name:"DomainCode"` Data string `position:"Query" name:"Data"` DataType string `position:"Query" name:"DataType"` Compressed requests.Boolean `position:"Query" name:"Compressed"` }
PutDomainPartRequest is the request struct for api PutDomainPart
func CreatePutDomainPartRequest ¶ added in v1.62.621
func CreatePutDomainPartRequest() (request *PutDomainPartRequest)
CreatePutDomainPartRequest creates a request to invoke PutDomainPart API
type PutDomainPartResponse ¶ added in v1.62.621
type PutDomainPartResponse struct { *responses.BaseResponse DataType string `json:"DataType" xml:"DataType"` RequestId string `json:"RequestId" xml:"RequestId"` DomainCode string `json:"DomainCode" xml:"DomainCode"` }
PutDomainPartResponse is the response struct for api PutDomainPart
func CreatePutDomainPartResponse ¶ added in v1.62.621
func CreatePutDomainPartResponse() (response *PutDomainPartResponse)
CreatePutDomainPartResponse creates a response to parse from PutDomainPart response
type PutMeasureDataByProxyRequest ¶ added in v1.62.621
type PutMeasureDataByProxyRequest struct { *requests.RpcRequest Filter string `position:"Query" name:"Filter"` DomainCode string `position:"Query" name:"DomainCode"` Data string `position:"Query" name:"Data"` DataType string `position:"Query" name:"DataType"` Compressed requests.Boolean `position:"Query" name:"Compressed"` ApiType string `position:"Query" name:"ApiType"` }
PutMeasureDataByProxyRequest is the request struct for api PutMeasureDataByProxy
func CreatePutMeasureDataByProxyRequest ¶ added in v1.62.621
func CreatePutMeasureDataByProxyRequest() (request *PutMeasureDataByProxyRequest)
CreatePutMeasureDataByProxyRequest creates a request to invoke PutMeasureDataByProxy API
type PutMeasureDataByProxyResponse ¶ added in v1.62.621
type PutMeasureDataByProxyResponse struct { *responses.BaseResponse DataType string `json:"DataType" xml:"DataType"` RequestId string `json:"RequestId" xml:"RequestId"` DomainCode string `json:"DomainCode" xml:"DomainCode"` ApiType string `json:"ApiType" xml:"ApiType"` }
PutMeasureDataByProxyResponse is the response struct for api PutMeasureDataByProxy
func CreatePutMeasureDataByProxyResponse ¶ added in v1.62.621
func CreatePutMeasureDataByProxyResponse() (response *PutMeasureDataByProxyResponse)
CreatePutMeasureDataByProxyResponse creates a response to parse from PutMeasureDataByProxy response
type PutMeasureDataRequest ¶ added in v1.62.621
type PutMeasureDataRequest struct { *requests.RpcRequest Filter string `position:"Query" name:"Filter"` DomainCode string `position:"Query" name:"DomainCode"` Data string `position:"Query" name:"Data"` DataType string `position:"Query" name:"DataType"` Compressed requests.Boolean `position:"Query" name:"Compressed"` ApiType string `position:"Query" name:"ApiType"` SourceRequestId string `position:"Query" name:"SourceRequestId"` }
PutMeasureDataRequest is the request struct for api PutMeasureData
func CreatePutMeasureDataRequest ¶ added in v1.62.621
func CreatePutMeasureDataRequest() (request *PutMeasureDataRequest)
CreatePutMeasureDataRequest creates a request to invoke PutMeasureData API
type PutMeasureDataResponse ¶ added in v1.62.621
type PutMeasureDataResponse struct { *responses.BaseResponse DataType string `json:"DataType" xml:"DataType"` RequestId string `json:"RequestId" xml:"RequestId"` DomainCode string `json:"DomainCode" xml:"DomainCode"` ApiType string `json:"ApiType" xml:"ApiType"` SourceRequestId string `json:"SourceRequestId" xml:"SourceRequestId"` }
PutMeasureDataResponse is the response struct for api PutMeasureData
func CreatePutMeasureDataResponse ¶ added in v1.62.621
func CreatePutMeasureDataResponse() (response *PutMeasureDataResponse)
CreatePutMeasureDataResponse creates a response to parse from PutMeasureData response
type PutReadyFlagByProxyRequest ¶ added in v1.62.621
type PutReadyFlagByProxyRequest struct { *requests.RpcRequest DomainCode string `position:"Query" name:"DomainCode"` Data string `position:"Query" name:"Data"` DataType string `position:"Query" name:"DataType"` Compressed requests.Boolean `position:"Query" name:"Compressed"` ApiType string `position:"Query" name:"ApiType"` }
PutReadyFlagByProxyRequest is the request struct for api PutReadyFlagByProxy
func CreatePutReadyFlagByProxyRequest ¶ added in v1.62.621
func CreatePutReadyFlagByProxyRequest() (request *PutReadyFlagByProxyRequest)
CreatePutReadyFlagByProxyRequest creates a request to invoke PutReadyFlagByProxy API
type PutReadyFlagByProxyResponse ¶ added in v1.62.621
type PutReadyFlagByProxyResponse struct { *responses.BaseResponse DataType string `json:"DataType" xml:"DataType"` RequestId string `json:"RequestId" xml:"RequestId"` DomainCode string `json:"DomainCode" xml:"DomainCode"` ApiType string `json:"ApiType" xml:"ApiType"` }
PutReadyFlagByProxyResponse is the response struct for api PutReadyFlagByProxy
func CreatePutReadyFlagByProxyResponse ¶ added in v1.62.621
func CreatePutReadyFlagByProxyResponse() (response *PutReadyFlagByProxyResponse)
CreatePutReadyFlagByProxyResponse creates a response to parse from PutReadyFlagByProxy response
type PutReadyFlagRequest ¶ added in v1.62.621
type PutReadyFlagRequest struct { *requests.RpcRequest DomainCode string `position:"Query" name:"DomainCode"` Data string `position:"Query" name:"Data"` DataType string `position:"Query" name:"DataType"` Compressed requests.Boolean `position:"Query" name:"Compressed"` ApiType string `position:"Query" name:"ApiType"` SourceRequestId string `position:"Query" name:"SourceRequestId"` }
PutReadyFlagRequest is the request struct for api PutReadyFlag
func CreatePutReadyFlagRequest ¶ added in v1.62.621
func CreatePutReadyFlagRequest() (request *PutReadyFlagRequest)
CreatePutReadyFlagRequest creates a request to invoke PutReadyFlag API
type PutReadyFlagResponse ¶ added in v1.62.621
type PutReadyFlagResponse struct { *responses.BaseResponse DataType string `json:"DataType" xml:"DataType"` RequestId string `json:"RequestId" xml:"RequestId"` DomainCode string `json:"DomainCode" xml:"DomainCode"` ApiType string `json:"ApiType" xml:"ApiType"` SourceRequestId string `json:"SourceRequestId" xml:"SourceRequestId"` }
PutReadyFlagResponse is the response struct for api PutReadyFlag
func CreatePutReadyFlagResponse ¶ added in v1.62.621
func CreatePutReadyFlagResponse() (response *PutReadyFlagResponse)
CreatePutReadyFlagResponse creates a response to parse from PutReadyFlag response
Source Files ¶
- check_ready_flag.go
- client.go
- delete_domain_part.go
- delete_domain_part_by_proxy.go
- delete_measure_data.go
- endpoint.go
- get_access_policy_config.go
- get_domain_config.go
- get_domain_part.go
- get_domain_part_by_proxy.go
- get_domain_part_config.go
- get_file_config.go
- get_increment_measure_data_by_proxy.go
- get_measure_data.go
- get_open_api_config.go
- get_ready_flag.go
- get_ready_flag_alert_config.go
- get_ready_flag_by_proxy.go
- put_domain_part.go
- put_domain_part_by_proxy.go
- put_measure_data.go
- put_measure_data_by_proxy.go
- put_ready_flag.go
- put_ready_flag_by_proxy.go