emr

package
v0.0.0-...-66ec9f1 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2019 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 AccessInfo ¶

type AccessInfo struct {
	ZKLinks ZKLinks `json:"ZKLinks" xml:"ZKLinks"`
}

AccessInfo is a nested struct in emr response

type AddClusterServiceRequest ¶

type AddClusterServiceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer            `position:"Query" name:"ResourceOwnerId"`
	Service         *[]AddClusterServiceService `position:"Query" name:"Service"  type:"Repeated"`
	Comment         string                      `position:"Query" name:"Comment"`
	ClusterId       string                      `position:"Query" name:"ClusterId"`
}

AddClusterServiceRequest is the request struct for api AddClusterService

func CreateAddClusterServiceRequest ¶

func CreateAddClusterServiceRequest() (request *AddClusterServiceRequest)

CreateAddClusterServiceRequest creates a request to invoke AddClusterService API

type AddClusterServiceResponse ¶

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

AddClusterServiceResponse is the response struct for api AddClusterService

func CreateAddClusterServiceResponse ¶

func CreateAddClusterServiceResponse() (response *AddClusterServiceResponse)

CreateAddClusterServiceResponse creates a response to parse from AddClusterService response

type AddClusterServiceService ¶

type AddClusterServiceService struct {
	ServiceName string `name:"ServiceName"`
}

AddClusterServiceService is a repeated param struct in AddClusterServiceRequest

type AdvancedConfig ¶

type AdvancedConfig struct {
	Key   string `json:"Key" xml:"Key"`
	Value string `json:"Value" xml:"Value"`
}

AdvancedConfig is a nested struct in emr response

type AdvancedConfigListInMetastoreDescribeKafkaTopic ¶

type AdvancedConfigListInMetastoreDescribeKafkaTopic struct {
	AdvancedConfig []AdvancedConfig `json:"AdvancedConfig" xml:"AdvancedConfig"`
}

AdvancedConfigListInMetastoreDescribeKafkaTopic is a nested struct in emr response

type AdvancedConfigListInMetastoreListKafkaTopic ¶

type AdvancedConfigListInMetastoreListKafkaTopic struct {
	AdvancedConfig []AdvancedConfig `json:"AdvancedConfig" xml:"AdvancedConfig"`
}

AdvancedConfigListInMetastoreListKafkaTopic is a nested struct in emr response

type Alarm ¶

type Alarm struct {
	Name               string `json:"Name" xml:"Name"`
	MetricName         string `json:"MetricName" xml:"MetricName"`
	Period             int    `json:"Period" xml:"Period"`
	Threshold          string `json:"Threshold" xml:"Threshold"`
	EvaluationCount    int    `json:"EvaluationCount" xml:"EvaluationCount"`
	StartTime          int    `json:"StartTime" xml:"StartTime"`
	EndTime            int    `json:"EndTime" xml:"EndTime"`
	SilenceTime        int    `json:"SilenceTime" xml:"SilenceTime"`
	NotifyType         int    `json:"NotifyType" xml:"NotifyType"`
	Enable             bool   `json:"Enable" xml:"Enable"`
	State              string `json:"State" xml:"State"`
	ComparisonOperator string `json:"ComparisonOperator" xml:"ComparisonOperator"`
	ContactGroups      string `json:"ContactGroups" xml:"ContactGroups"`
}

Alarm is a nested struct in emr response

type AlarmHistoryList ¶

type AlarmHistoryList struct {
	EmrAlarmHistory []EmrAlarmHistory `json:"EmrAlarmHistory" xml:"EmrAlarmHistory"`
}

AlarmHistoryList is a nested struct in emr response

type AlarmList ¶

type AlarmList struct {
	Alarm []Alarm `json:"Alarm" xml:"Alarm"`
}

AlarmList is a nested struct in emr response

type AlertConfig ¶

type AlertConfig struct {
	Items Items `json:"Items" xml:"Items"`
}

AlertConfig is a nested struct in emr response

type AlertContact ¶

type AlertContact struct {
	Id          int    `json:"Id" xml:"Id"`
	GmtCreate   string `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified string `json:"GmtModified" xml:"GmtModified"`
	BizId       string `json:"BizId" xml:"BizId"`
	Name        string `json:"Name" xml:"Name"`
	Email       string `json:"Email" xml:"Email"`
	PhoneNumber string `json:"PhoneNumber" xml:"PhoneNumber"`
}

AlertContact is a nested struct in emr response

type AlertContactList ¶

type AlertContactList struct {
	AlertContact []AlertContact `json:"AlertContact" xml:"AlertContact"`
}

AlertContactList is a nested struct in emr response

type AlertDingDingGroup ¶

type AlertDingDingGroup struct {
	Id          int    `json:"Id" xml:"Id"`
	GmtCreate   string `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified string `json:"GmtModified" xml:"GmtModified"`
	BizId       string `json:"BizId" xml:"BizId"`
	Name        string `json:"Name" xml:"Name"`
	Description string `json:"Description" xml:"Description"`
	WebHookUrl  string `json:"WebHookUrl" xml:"WebHookUrl"`
}

AlertDingDingGroup is a nested struct in emr response

type AlertDingDingGroupIdList ¶

type AlertDingDingGroupIdList struct {
	AlertDingDingGroupId []string `json:"AlertDingDingGroupId" xml:"AlertDingDingGroupId"`
}

AlertDingDingGroupIdList is a nested struct in emr response

type AlertDingDingGroupList ¶

type AlertDingDingGroupList struct {
	AlertDingDingGroup []AlertDingDingGroup `json:"alertDingDingGroup" xml:"alertDingDingGroup"`
}

AlertDingDingGroupList is a nested struct in emr response

type AlertUserGroupIdList ¶

type AlertUserGroupIdList struct {
	AlertUserGroupId []string `json:"AlertUserGroupId" xml:"AlertUserGroupId"`
}

AlertUserGroupIdList is a nested struct in emr response

type AlertUserGroupList ¶

type AlertUserGroupList struct {
	Group []Group `json:"Group" xml:"Group"`
}

AlertUserGroupList is a nested struct in emr response

type Arguments ¶

type Arguments struct {
	Key   string `json:"Key" xml:"Key"`
	Value string `json:"Value" xml:"Value"`
}

Arguments is a nested struct in emr response

type AttachClusterForNoteRequest ¶

type AttachClusterForNoteRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

AttachClusterForNoteRequest is the request struct for api AttachClusterForNote

func CreateAttachClusterForNoteRequest ¶

func CreateAttachClusterForNoteRequest() (request *AttachClusterForNoteRequest)

CreateAttachClusterForNoteRequest creates a request to invoke AttachClusterForNote API

type AttachClusterForNoteResponse ¶

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

AttachClusterForNoteResponse is the response struct for api AttachClusterForNote

func CreateAttachClusterForNoteResponse ¶

func CreateAttachClusterForNoteResponse() (response *AttachClusterForNoteResponse)

CreateAttachClusterForNoteResponse creates a response to parse from AttachClusterForNote response

type AttachPubIpRequest ¶

type AttachPubIpRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	InstanceIds     *[]string        `position:"Query" name:"InstanceIds"  type:"Repeated"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

AttachPubIpRequest is the request struct for api AttachPubIp

func CreateAttachPubIpRequest ¶

func CreateAttachPubIpRequest() (request *AttachPubIpRequest)

CreateAttachPubIpRequest creates a request to invoke AttachPubIp API

type AttachPubIpResponse ¶

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

AttachPubIpResponse is the response struct for api AttachPubIp

func CreateAttachPubIpResponse ¶

func CreateAttachPubIpResponse() (response *AttachPubIpResponse)

CreateAttachPubIpResponse creates a response to parse from AttachPubIp response

type AuthorizeSecurityGroupRequest ¶

type AuthorizeSecurityGroupRequest struct {
	*requests.RpcRequest
	BizType         string           `position:"Query" name:"BizType"`
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	BizContent      string           `position:"Query" name:"BizContent"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

AuthorizeSecurityGroupRequest is the request struct for api AuthorizeSecurityGroup

func CreateAuthorizeSecurityGroupRequest ¶

func CreateAuthorizeSecurityGroupRequest() (request *AuthorizeSecurityGroupRequest)

CreateAuthorizeSecurityGroupRequest creates a request to invoke AuthorizeSecurityGroup API

type AuthorizeSecurityGroupResponse ¶

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

AuthorizeSecurityGroupResponse is the response struct for api AuthorizeSecurityGroup

func CreateAuthorizeSecurityGroupResponse ¶

func CreateAuthorizeSecurityGroupResponse() (response *AuthorizeSecurityGroupResponse)

CreateAuthorizeSecurityGroupResponse creates a response to parse from AuthorizeSecurityGroup response

type AvailableGroupList ¶

type AvailableGroupList struct {
	SecurityGroup []SecurityGroup `json:"SecurityGroup" xml:"SecurityGroup"`
}

AvailableGroupList is a nested struct in emr response

type BootstrapAction ¶

type BootstrapAction struct {
	Name string `json:"Name" xml:"Name"`
	Path string `json:"Path" xml:"Path"`
	Arg  string `json:"Arg" xml:"Arg"`
}

BootstrapAction is a nested struct in emr response

type BootstrapActionListInDescribeClusterBasicInfo ¶

type BootstrapActionListInDescribeClusterBasicInfo struct {
	BootstrapAction []BootstrapAction `json:"BootstrapAction" xml:"BootstrapAction"`
}

BootstrapActionListInDescribeClusterBasicInfo is a nested struct in emr response

type BootstrapActionListInDescribeClusterTemplate ¶

type BootstrapActionListInDescribeClusterTemplate struct {
	BootstrapAction []BootstrapAction `json:"BootstrapAction" xml:"BootstrapAction"`
}

BootstrapActionListInDescribeClusterTemplate is a nested struct in emr response

type BootstrapActionListInDescribeClusterV2 ¶

type BootstrapActionListInDescribeClusterV2 struct {
	BootstrapAction []BootstrapAction `json:"BootstrapAction" xml:"BootstrapAction"`
}

BootstrapActionListInDescribeClusterV2 is a nested struct in emr response

type BootstrapActionListInDescribeExecutionPlan ¶

type BootstrapActionListInDescribeExecutionPlan struct {
	BootstrapAction []BootstrapAction `json:"BootstrapAction" xml:"BootstrapAction"`
}

BootstrapActionListInDescribeExecutionPlan is a nested struct in emr response

type BootstrapActionListInListClusterTemplates ¶

type BootstrapActionListInListClusterTemplates struct {
	BootstrapAction []BootstrapAction `json:"BootstrapAction" xml:"BootstrapAction"`
}

BootstrapActionListInListClusterTemplates is a nested struct in emr response

type CancelETLJobReleaseRequest ¶

type CancelETLJobReleaseRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	EtlJobId        string           `position:"Query" name:"EtlJobId"`
	ReleaseId       string           `position:"Query" name:"ReleaseId"`
}

CancelETLJobReleaseRequest is the request struct for api CancelETLJobRelease

func CreateCancelETLJobReleaseRequest ¶

func CreateCancelETLJobReleaseRequest() (request *CancelETLJobReleaseRequest)

CreateCancelETLJobReleaseRequest creates a request to invoke CancelETLJobRelease API

type CancelETLJobReleaseResponse ¶

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

CancelETLJobReleaseResponse is the response struct for api CancelETLJobRelease

func CreateCancelETLJobReleaseResponse ¶

func CreateCancelETLJobReleaseResponse() (response *CancelETLJobReleaseResponse)

CreateCancelETLJobReleaseResponse creates a response to parse from CancelETLJobRelease response

type CancelOrderRequest ¶

type CancelOrderRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

CancelOrderRequest is the request struct for api CancelOrder

func CreateCancelOrderRequest ¶

func CreateCancelOrderRequest() (request *CancelOrderRequest)

CreateCancelOrderRequest creates a request to invoke CancelOrder API

type CancelOrderResponse ¶

type CancelOrderResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	ClusterId string `json:"clusterId" xml:"clusterId"`
}

CancelOrderResponse is the response struct for api CancelOrder

func CreateCancelOrderResponse ¶

func CreateCancelOrderResponse() (response *CancelOrderResponse)

CreateCancelOrderResponse creates a response to parse from CancelOrder response

type Categories ¶

type Categories struct {
	Category []Category `json:"Category" xml:"Category"`
}

Categories is a nested struct in emr response

type Category ¶

type Category struct {
	Id           string `json:"Id" xml:"Id"`
	GmtCreate    int    `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified  int    `json:"GmtModified" xml:"GmtModified"`
	Name         string `json:"Name" xml:"Name"`
	ParentId     string `json:"ParentId" xml:"ParentId"`
	Type         string `json:"Type" xml:"Type"`
	CategoryType string `json:"CategoryType" xml:"CategoryType"`
	ObjectType   string `json:"ObjectType" xml:"ObjectType"`
	ObjectId     string `json:"ObjectId" xml:"ObjectId"`
	ProjectId    string `json:"ProjectId" xml:"ProjectId"`
}

Category is a nested struct in emr response

type ChangeLog ¶

type ChangeLog struct {
	Id          int    `json:"Id" xml:"Id"`
	GmtCreate   string `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified string `json:"GmtModified" xml:"GmtModified"`
	TargetKey   string `json:"TargetKey" xml:"TargetKey"`
	Status      string `json:"Status" xml:"Status"`
	ChangeType  string `json:"ChangeType" xml:"ChangeType"`
	Message     string `json:"Message" xml:"Message"`
	TargetType  string `json:"TargetType" xml:"TargetType"`
}

ChangeLog is a nested struct in emr response

type ChangeLogList ¶

type ChangeLogList struct {
	ChangeLog []ChangeLog `json:"ChangeLog" xml:"ChangeLog"`
}

ChangeLogList is a nested struct in emr response

type CheckDataSourceRequest ¶

type CheckDataSourceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Conf            string           `position:"Query" name:"Conf"`
	Id              string           `position:"Query" name:"Id"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

CheckDataSourceRequest is the request struct for api CheckDataSource

func CreateCheckDataSourceRequest ¶

func CreateCheckDataSourceRequest() (request *CheckDataSourceRequest)

CreateCheckDataSourceRequest creates a request to invoke CheckDataSource API

type CheckDataSourceResponse ¶

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

CheckDataSourceResponse is the response struct for api CheckDataSource

func CreateCheckDataSourceResponse ¶

func CreateCheckDataSourceResponse() (response *CheckDataSourceResponse)

CreateCheckDataSourceResponse creates a response to parse from CheckDataSource 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) AddClusterService ¶

func (client *Client) AddClusterService(request *AddClusterServiceRequest) (response *AddClusterServiceResponse, err error)

AddClusterService invokes the emr.AddClusterService API synchronously api document: https://help.aliyun.com/api/emr/addclusterservice.html

func (*Client) AddClusterServiceWithCallback ¶

func (client *Client) AddClusterServiceWithCallback(request *AddClusterServiceRequest, callback func(response *AddClusterServiceResponse, err error)) <-chan int

AddClusterServiceWithCallback invokes the emr.AddClusterService API asynchronously api document: https://help.aliyun.com/api/emr/addclusterservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AddClusterServiceWithChan ¶

func (client *Client) AddClusterServiceWithChan(request *AddClusterServiceRequest) (<-chan *AddClusterServiceResponse, <-chan error)

AddClusterServiceWithChan invokes the emr.AddClusterService API asynchronously api document: https://help.aliyun.com/api/emr/addclusterservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AttachClusterForNote ¶

func (client *Client) AttachClusterForNote(request *AttachClusterForNoteRequest) (response *AttachClusterForNoteResponse, err error)

AttachClusterForNote invokes the emr.AttachClusterForNote API synchronously api document: https://help.aliyun.com/api/emr/attachclusterfornote.html

func (*Client) AttachClusterForNoteWithCallback ¶

func (client *Client) AttachClusterForNoteWithCallback(request *AttachClusterForNoteRequest, callback func(response *AttachClusterForNoteResponse, err error)) <-chan int

AttachClusterForNoteWithCallback invokes the emr.AttachClusterForNote API asynchronously api document: https://help.aliyun.com/api/emr/attachclusterfornote.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AttachClusterForNoteWithChan ¶

func (client *Client) AttachClusterForNoteWithChan(request *AttachClusterForNoteRequest) (<-chan *AttachClusterForNoteResponse, <-chan error)

AttachClusterForNoteWithChan invokes the emr.AttachClusterForNote API asynchronously api document: https://help.aliyun.com/api/emr/attachclusterfornote.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AttachPubIp ¶

func (client *Client) AttachPubIp(request *AttachPubIpRequest) (response *AttachPubIpResponse, err error)

AttachPubIp invokes the emr.AttachPubIp API synchronously api document: https://help.aliyun.com/api/emr/attachpubip.html

func (*Client) AttachPubIpWithCallback ¶

func (client *Client) AttachPubIpWithCallback(request *AttachPubIpRequest, callback func(response *AttachPubIpResponse, err error)) <-chan int

AttachPubIpWithCallback invokes the emr.AttachPubIp API asynchronously api document: https://help.aliyun.com/api/emr/attachpubip.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AttachPubIpWithChan ¶

func (client *Client) AttachPubIpWithChan(request *AttachPubIpRequest) (<-chan *AttachPubIpResponse, <-chan error)

AttachPubIpWithChan invokes the emr.AttachPubIp API asynchronously api document: https://help.aliyun.com/api/emr/attachpubip.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AuthorizeSecurityGroup ¶

func (client *Client) AuthorizeSecurityGroup(request *AuthorizeSecurityGroupRequest) (response *AuthorizeSecurityGroupResponse, err error)

AuthorizeSecurityGroup invokes the emr.AuthorizeSecurityGroup API synchronously api document: https://help.aliyun.com/api/emr/authorizesecuritygroup.html

func (*Client) AuthorizeSecurityGroupWithCallback ¶

func (client *Client) AuthorizeSecurityGroupWithCallback(request *AuthorizeSecurityGroupRequest, callback func(response *AuthorizeSecurityGroupResponse, err error)) <-chan int

AuthorizeSecurityGroupWithCallback invokes the emr.AuthorizeSecurityGroup API asynchronously api document: https://help.aliyun.com/api/emr/authorizesecuritygroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) AuthorizeSecurityGroupWithChan ¶

func (client *Client) AuthorizeSecurityGroupWithChan(request *AuthorizeSecurityGroupRequest) (<-chan *AuthorizeSecurityGroupResponse, <-chan error)

AuthorizeSecurityGroupWithChan invokes the emr.AuthorizeSecurityGroup API asynchronously api document: https://help.aliyun.com/api/emr/authorizesecuritygroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CancelETLJobRelease ¶

func (client *Client) CancelETLJobRelease(request *CancelETLJobReleaseRequest) (response *CancelETLJobReleaseResponse, err error)

CancelETLJobRelease invokes the emr.CancelETLJobRelease API synchronously api document: https://help.aliyun.com/api/emr/canceletljobrelease.html

func (*Client) CancelETLJobReleaseWithCallback ¶

func (client *Client) CancelETLJobReleaseWithCallback(request *CancelETLJobReleaseRequest, callback func(response *CancelETLJobReleaseResponse, err error)) <-chan int

CancelETLJobReleaseWithCallback invokes the emr.CancelETLJobRelease API asynchronously api document: https://help.aliyun.com/api/emr/canceletljobrelease.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CancelETLJobReleaseWithChan ¶

func (client *Client) CancelETLJobReleaseWithChan(request *CancelETLJobReleaseRequest) (<-chan *CancelETLJobReleaseResponse, <-chan error)

CancelETLJobReleaseWithChan invokes the emr.CancelETLJobRelease API asynchronously api document: https://help.aliyun.com/api/emr/canceletljobrelease.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CancelOrder ¶

func (client *Client) CancelOrder(request *CancelOrderRequest) (response *CancelOrderResponse, err error)

CancelOrder invokes the emr.CancelOrder API synchronously api document: https://help.aliyun.com/api/emr/cancelorder.html

func (*Client) CancelOrderWithCallback ¶

func (client *Client) CancelOrderWithCallback(request *CancelOrderRequest, callback func(response *CancelOrderResponse, err error)) <-chan int

CancelOrderWithCallback invokes the emr.CancelOrder API asynchronously api document: https://help.aliyun.com/api/emr/cancelorder.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CancelOrderWithChan ¶

func (client *Client) CancelOrderWithChan(request *CancelOrderRequest) (<-chan *CancelOrderResponse, <-chan error)

CancelOrderWithChan invokes the emr.CancelOrder API asynchronously api document: https://help.aliyun.com/api/emr/cancelorder.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CheckDataSource ¶

func (client *Client) CheckDataSource(request *CheckDataSourceRequest) (response *CheckDataSourceResponse, err error)

CheckDataSource invokes the emr.CheckDataSource API synchronously api document: https://help.aliyun.com/api/emr/checkdatasource.html

func (*Client) CheckDataSourceWithCallback ¶

func (client *Client) CheckDataSourceWithCallback(request *CheckDataSourceRequest, callback func(response *CheckDataSourceResponse, err error)) <-chan int

CheckDataSourceWithCallback invokes the emr.CheckDataSource API asynchronously api document: https://help.aliyun.com/api/emr/checkdatasource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CheckDataSourceWithChan ¶

func (client *Client) CheckDataSourceWithChan(request *CheckDataSourceRequest) (<-chan *CheckDataSourceResponse, <-chan error)

CheckDataSourceWithChan invokes the emr.CheckDataSource API asynchronously api document: https://help.aliyun.com/api/emr/checkdatasource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CloneDataSource ¶

func (client *Client) CloneDataSource(request *CloneDataSourceRequest) (response *CloneDataSourceResponse, err error)

CloneDataSource invokes the emr.CloneDataSource API synchronously api document: https://help.aliyun.com/api/emr/clonedatasource.html

func (*Client) CloneDataSourceWithCallback ¶

func (client *Client) CloneDataSourceWithCallback(request *CloneDataSourceRequest, callback func(response *CloneDataSourceResponse, err error)) <-chan int

CloneDataSourceWithCallback invokes the emr.CloneDataSource API asynchronously api document: https://help.aliyun.com/api/emr/clonedatasource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CloneDataSourceWithChan ¶

func (client *Client) CloneDataSourceWithChan(request *CloneDataSourceRequest) (<-chan *CloneDataSourceResponse, <-chan error)

CloneDataSourceWithChan invokes the emr.CloneDataSource API asynchronously api document: https://help.aliyun.com/api/emr/clonedatasource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CloneETLJob ¶

func (client *Client) CloneETLJob(request *CloneETLJobRequest) (response *CloneETLJobResponse, err error)

CloneETLJob invokes the emr.CloneETLJob API synchronously api document: https://help.aliyun.com/api/emr/cloneetljob.html

func (*Client) CloneETLJobWithCallback ¶

func (client *Client) CloneETLJobWithCallback(request *CloneETLJobRequest, callback func(response *CloneETLJobResponse, err error)) <-chan int

CloneETLJobWithCallback invokes the emr.CloneETLJob API asynchronously api document: https://help.aliyun.com/api/emr/cloneetljob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CloneETLJobWithChan ¶

func (client *Client) CloneETLJobWithChan(request *CloneETLJobRequest) (<-chan *CloneETLJobResponse, <-chan error)

CloneETLJobWithChan invokes the emr.CloneETLJob API asynchronously api document: https://help.aliyun.com/api/emr/cloneetljob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CloneFlow ¶

func (client *Client) CloneFlow(request *CloneFlowRequest) (response *CloneFlowResponse, err error)

CloneFlow invokes the emr.CloneFlow API synchronously api document: https://help.aliyun.com/api/emr/cloneflow.html

func (*Client) CloneFlowJob ¶

func (client *Client) CloneFlowJob(request *CloneFlowJobRequest) (response *CloneFlowJobResponse, err error)

CloneFlowJob invokes the emr.CloneFlowJob API synchronously api document: https://help.aliyun.com/api/emr/cloneflowjob.html

func (*Client) CloneFlowJobWithCallback ¶

func (client *Client) CloneFlowJobWithCallback(request *CloneFlowJobRequest, callback func(response *CloneFlowJobResponse, err error)) <-chan int

CloneFlowJobWithCallback invokes the emr.CloneFlowJob API asynchronously api document: https://help.aliyun.com/api/emr/cloneflowjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CloneFlowJobWithChan ¶

func (client *Client) CloneFlowJobWithChan(request *CloneFlowJobRequest) (<-chan *CloneFlowJobResponse, <-chan error)

CloneFlowJobWithChan invokes the emr.CloneFlowJob API asynchronously api document: https://help.aliyun.com/api/emr/cloneflowjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CloneFlowWithCallback ¶

func (client *Client) CloneFlowWithCallback(request *CloneFlowRequest, callback func(response *CloneFlowResponse, err error)) <-chan int

CloneFlowWithCallback invokes the emr.CloneFlow API asynchronously api document: https://help.aliyun.com/api/emr/cloneflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CloneFlowWithChan ¶

func (client *Client) CloneFlowWithChan(request *CloneFlowRequest) (<-chan *CloneFlowResponse, <-chan error)

CloneFlowWithChan invokes the emr.CloneFlow API asynchronously api document: https://help.aliyun.com/api/emr/cloneflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CommonApiWhiteList ¶

func (client *Client) CommonApiWhiteList(request *CommonApiWhiteListRequest) (response *CommonApiWhiteListResponse, err error)

CommonApiWhiteList invokes the emr.CommonApiWhiteList API synchronously api document: https://help.aliyun.com/api/emr/commonapiwhitelist.html

func (*Client) CommonApiWhiteListWithCallback ¶

func (client *Client) CommonApiWhiteListWithCallback(request *CommonApiWhiteListRequest, callback func(response *CommonApiWhiteListResponse, err error)) <-chan int

CommonApiWhiteListWithCallback invokes the emr.CommonApiWhiteList API asynchronously api document: https://help.aliyun.com/api/emr/commonapiwhitelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CommonApiWhiteListWithChan ¶

func (client *Client) CommonApiWhiteListWithChan(request *CommonApiWhiteListRequest) (<-chan *CommonApiWhiteListResponse, <-chan error)

CommonApiWhiteListWithChan invokes the emr.CommonApiWhiteList API asynchronously api document: https://help.aliyun.com/api/emr/commonapiwhitelist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ContextQueryLog ¶

func (client *Client) ContextQueryLog(request *ContextQueryLogRequest) (response *ContextQueryLogResponse, err error)

ContextQueryLog invokes the emr.ContextQueryLog API synchronously api document: https://help.aliyun.com/api/emr/contextquerylog.html

func (*Client) ContextQueryLogWithCallback ¶

func (client *Client) ContextQueryLogWithCallback(request *ContextQueryLogRequest, callback func(response *ContextQueryLogResponse, err error)) <-chan int

ContextQueryLogWithCallback invokes the emr.ContextQueryLog API asynchronously api document: https://help.aliyun.com/api/emr/contextquerylog.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ContextQueryLogWithChan ¶

func (client *Client) ContextQueryLogWithChan(request *ContextQueryLogRequest) (<-chan *ContextQueryLogResponse, <-chan error)

ContextQueryLogWithChan invokes the emr.ContextQueryLog API asynchronously api document: https://help.aliyun.com/api/emr/contextquerylog.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateAlertContact ¶

func (client *Client) CreateAlertContact(request *CreateAlertContactRequest) (response *CreateAlertContactResponse, err error)

CreateAlertContact invokes the emr.CreateAlertContact API synchronously api document: https://help.aliyun.com/api/emr/createalertcontact.html

func (*Client) CreateAlertContactWithCallback ¶

func (client *Client) CreateAlertContactWithCallback(request *CreateAlertContactRequest, callback func(response *CreateAlertContactResponse, err error)) <-chan int

CreateAlertContactWithCallback invokes the emr.CreateAlertContact API asynchronously api document: https://help.aliyun.com/api/emr/createalertcontact.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateAlertContactWithChan ¶

func (client *Client) CreateAlertContactWithChan(request *CreateAlertContactRequest) (<-chan *CreateAlertContactResponse, <-chan error)

CreateAlertContactWithChan invokes the emr.CreateAlertContact API asynchronously api document: https://help.aliyun.com/api/emr/createalertcontact.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateAlertDingDingGroup ¶

func (client *Client) CreateAlertDingDingGroup(request *CreateAlertDingDingGroupRequest) (response *CreateAlertDingDingGroupResponse, err error)

CreateAlertDingDingGroup invokes the emr.CreateAlertDingDingGroup API synchronously api document: https://help.aliyun.com/api/emr/createalertdingdinggroup.html

func (*Client) CreateAlertDingDingGroupWithCallback ¶

func (client *Client) CreateAlertDingDingGroupWithCallback(request *CreateAlertDingDingGroupRequest, callback func(response *CreateAlertDingDingGroupResponse, err error)) <-chan int

CreateAlertDingDingGroupWithCallback invokes the emr.CreateAlertDingDingGroup API asynchronously api document: https://help.aliyun.com/api/emr/createalertdingdinggroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateAlertDingDingGroupWithChan ¶

func (client *Client) CreateAlertDingDingGroupWithChan(request *CreateAlertDingDingGroupRequest) (<-chan *CreateAlertDingDingGroupResponse, <-chan error)

CreateAlertDingDingGroupWithChan invokes the emr.CreateAlertDingDingGroup API asynchronously api document: https://help.aliyun.com/api/emr/createalertdingdinggroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateAlertUserGroup ¶

func (client *Client) CreateAlertUserGroup(request *CreateAlertUserGroupRequest) (response *CreateAlertUserGroupResponse, err error)

CreateAlertUserGroup invokes the emr.CreateAlertUserGroup API synchronously api document: https://help.aliyun.com/api/emr/createalertusergroup.html

func (*Client) CreateAlertUserGroupWithCallback ¶

func (client *Client) CreateAlertUserGroupWithCallback(request *CreateAlertUserGroupRequest, callback func(response *CreateAlertUserGroupResponse, err error)) <-chan int

CreateAlertUserGroupWithCallback invokes the emr.CreateAlertUserGroup API asynchronously api document: https://help.aliyun.com/api/emr/createalertusergroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateAlertUserGroupWithChan ¶

func (client *Client) CreateAlertUserGroupWithChan(request *CreateAlertUserGroupRequest) (<-chan *CreateAlertUserGroupResponse, <-chan error)

CreateAlertUserGroupWithChan invokes the emr.CreateAlertUserGroup API asynchronously api document: https://help.aliyun.com/api/emr/createalertusergroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateClusterHostGroup ¶

func (client *Client) CreateClusterHostGroup(request *CreateClusterHostGroupRequest) (response *CreateClusterHostGroupResponse, err error)

CreateClusterHostGroup invokes the emr.CreateClusterHostGroup API synchronously api document: https://help.aliyun.com/api/emr/createclusterhostgroup.html

func (*Client) CreateClusterHostGroupWithCallback ¶

func (client *Client) CreateClusterHostGroupWithCallback(request *CreateClusterHostGroupRequest, callback func(response *CreateClusterHostGroupResponse, err error)) <-chan int

CreateClusterHostGroupWithCallback invokes the emr.CreateClusterHostGroup API asynchronously api document: https://help.aliyun.com/api/emr/createclusterhostgroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateClusterHostGroupWithChan ¶

func (client *Client) CreateClusterHostGroupWithChan(request *CreateClusterHostGroupRequest) (<-chan *CreateClusterHostGroupResponse, <-chan error)

CreateClusterHostGroupWithChan invokes the emr.CreateClusterHostGroup API asynchronously api document: https://help.aliyun.com/api/emr/createclusterhostgroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateClusterScript ¶

func (client *Client) CreateClusterScript(request *CreateClusterScriptRequest) (response *CreateClusterScriptResponse, err error)

CreateClusterScript invokes the emr.CreateClusterScript API synchronously api document: https://help.aliyun.com/api/emr/createclusterscript.html

func (*Client) CreateClusterScriptWithCallback ¶

func (client *Client) CreateClusterScriptWithCallback(request *CreateClusterScriptRequest, callback func(response *CreateClusterScriptResponse, err error)) <-chan int

CreateClusterScriptWithCallback invokes the emr.CreateClusterScript API asynchronously api document: https://help.aliyun.com/api/emr/createclusterscript.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateClusterScriptWithChan ¶

func (client *Client) CreateClusterScriptWithChan(request *CreateClusterScriptRequest) (<-chan *CreateClusterScriptResponse, <-chan error)

CreateClusterScriptWithChan invokes the emr.CreateClusterScript API asynchronously api document: https://help.aliyun.com/api/emr/createclusterscript.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateClusterTemplate ¶

func (client *Client) CreateClusterTemplate(request *CreateClusterTemplateRequest) (response *CreateClusterTemplateResponse, err error)

CreateClusterTemplate invokes the emr.CreateClusterTemplate API synchronously api document: https://help.aliyun.com/api/emr/createclustertemplate.html

func (*Client) CreateClusterTemplateWithCallback ¶

func (client *Client) CreateClusterTemplateWithCallback(request *CreateClusterTemplateRequest, callback func(response *CreateClusterTemplateResponse, err error)) <-chan int

CreateClusterTemplateWithCallback invokes the emr.CreateClusterTemplate API asynchronously api document: https://help.aliyun.com/api/emr/createclustertemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateClusterTemplateWithChan ¶

func (client *Client) CreateClusterTemplateWithChan(request *CreateClusterTemplateRequest) (<-chan *CreateClusterTemplateResponse, <-chan error)

CreateClusterTemplateWithChan invokes the emr.CreateClusterTemplate API asynchronously api document: https://help.aliyun.com/api/emr/createclustertemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateClusterV2 ¶

func (client *Client) CreateClusterV2(request *CreateClusterV2Request) (response *CreateClusterV2Response, err error)

CreateClusterV2 invokes the emr.CreateClusterV2 API synchronously api document: https://help.aliyun.com/api/emr/createclusterv2.html

func (*Client) CreateClusterV2WithCallback ¶

func (client *Client) CreateClusterV2WithCallback(request *CreateClusterV2Request, callback func(response *CreateClusterV2Response, err error)) <-chan int

CreateClusterV2WithCallback invokes the emr.CreateClusterV2 API asynchronously api document: https://help.aliyun.com/api/emr/createclusterv2.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateClusterV2WithChan ¶

func (client *Client) CreateClusterV2WithChan(request *CreateClusterV2Request) (<-chan *CreateClusterV2Response, <-chan error)

CreateClusterV2WithChan invokes the emr.CreateClusterV2 API asynchronously api document: https://help.aliyun.com/api/emr/createclusterv2.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateClusterWithTemplate ¶

func (client *Client) CreateClusterWithTemplate(request *CreateClusterWithTemplateRequest) (response *CreateClusterWithTemplateResponse, err error)

CreateClusterWithTemplate invokes the emr.CreateClusterWithTemplate API synchronously api document: https://help.aliyun.com/api/emr/createclusterwithtemplate.html

func (*Client) CreateClusterWithTemplateWithCallback ¶

func (client *Client) CreateClusterWithTemplateWithCallback(request *CreateClusterWithTemplateRequest, callback func(response *CreateClusterWithTemplateResponse, err error)) <-chan int

CreateClusterWithTemplateWithCallback invokes the emr.CreateClusterWithTemplate API asynchronously api document: https://help.aliyun.com/api/emr/createclusterwithtemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateClusterWithTemplateWithChan ¶

func (client *Client) CreateClusterWithTemplateWithChan(request *CreateClusterWithTemplateRequest) (<-chan *CreateClusterWithTemplateResponse, <-chan error)

CreateClusterWithTemplateWithChan invokes the emr.CreateClusterWithTemplate API asynchronously api document: https://help.aliyun.com/api/emr/createclusterwithtemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateDataSource ¶

func (client *Client) CreateDataSource(request *CreateDataSourceRequest) (response *CreateDataSourceResponse, err error)

CreateDataSource invokes the emr.CreateDataSource API synchronously api document: https://help.aliyun.com/api/emr/createdatasource.html

func (*Client) CreateDataSourceWithCallback ¶

func (client *Client) CreateDataSourceWithCallback(request *CreateDataSourceRequest, callback func(response *CreateDataSourceResponse, err error)) <-chan int

CreateDataSourceWithCallback invokes the emr.CreateDataSource API asynchronously api document: https://help.aliyun.com/api/emr/createdatasource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateDataSourceWithChan ¶

func (client *Client) CreateDataSourceWithChan(request *CreateDataSourceRequest) (<-chan *CreateDataSourceResponse, <-chan error)

CreateDataSourceWithChan invokes the emr.CreateDataSource API asynchronously api document: https://help.aliyun.com/api/emr/createdatasource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateETLJob ¶

func (client *Client) CreateETLJob(request *CreateETLJobRequest) (response *CreateETLJobResponse, err error)

CreateETLJob invokes the emr.CreateETLJob API synchronously api document: https://help.aliyun.com/api/emr/createetljob.html

func (*Client) CreateETLJobWithCallback ¶

func (client *Client) CreateETLJobWithCallback(request *CreateETLJobRequest, callback func(response *CreateETLJobResponse, err error)) <-chan int

CreateETLJobWithCallback invokes the emr.CreateETLJob API asynchronously api document: https://help.aliyun.com/api/emr/createetljob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateETLJobWithChan ¶

func (client *Client) CreateETLJobWithChan(request *CreateETLJobRequest) (<-chan *CreateETLJobResponse, <-chan error)

CreateETLJobWithChan invokes the emr.CreateETLJob API asynchronously api document: https://help.aliyun.com/api/emr/createetljob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateExecutionPlan ¶

func (client *Client) CreateExecutionPlan(request *CreateExecutionPlanRequest) (response *CreateExecutionPlanResponse, err error)

CreateExecutionPlan invokes the emr.CreateExecutionPlan API synchronously api document: https://help.aliyun.com/api/emr/createexecutionplan.html

func (*Client) CreateExecutionPlanWithCallback ¶

func (client *Client) CreateExecutionPlanWithCallback(request *CreateExecutionPlanRequest, callback func(response *CreateExecutionPlanResponse, err error)) <-chan int

CreateExecutionPlanWithCallback invokes the emr.CreateExecutionPlan API asynchronously api document: https://help.aliyun.com/api/emr/createexecutionplan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateExecutionPlanWithChan ¶

func (client *Client) CreateExecutionPlanWithChan(request *CreateExecutionPlanRequest) (<-chan *CreateExecutionPlanResponse, <-chan error)

CreateExecutionPlanWithChan invokes the emr.CreateExecutionPlan API asynchronously api document: https://help.aliyun.com/api/emr/createexecutionplan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateFlow ¶

func (client *Client) CreateFlow(request *CreateFlowRequest) (response *CreateFlowResponse, err error)

CreateFlow invokes the emr.CreateFlow API synchronously api document: https://help.aliyun.com/api/emr/createflow.html

func (*Client) CreateFlowCategory ¶

func (client *Client) CreateFlowCategory(request *CreateFlowCategoryRequest) (response *CreateFlowCategoryResponse, err error)

CreateFlowCategory invokes the emr.CreateFlowCategory API synchronously api document: https://help.aliyun.com/api/emr/createflowcategory.html

func (*Client) CreateFlowCategoryWithCallback ¶

func (client *Client) CreateFlowCategoryWithCallback(request *CreateFlowCategoryRequest, callback func(response *CreateFlowCategoryResponse, err error)) <-chan int

CreateFlowCategoryWithCallback invokes the emr.CreateFlowCategory API asynchronously api document: https://help.aliyun.com/api/emr/createflowcategory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateFlowCategoryWithChan ¶

func (client *Client) CreateFlowCategoryWithChan(request *CreateFlowCategoryRequest) (<-chan *CreateFlowCategoryResponse, <-chan error)

CreateFlowCategoryWithChan invokes the emr.CreateFlowCategory API asynchronously api document: https://help.aliyun.com/api/emr/createflowcategory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateFlowForWeb ¶

func (client *Client) CreateFlowForWeb(request *CreateFlowForWebRequest) (response *CreateFlowForWebResponse, err error)

CreateFlowForWeb invokes the emr.CreateFlowForWeb API synchronously api document: https://help.aliyun.com/api/emr/createflowforweb.html

func (*Client) CreateFlowForWebWithCallback ¶

func (client *Client) CreateFlowForWebWithCallback(request *CreateFlowForWebRequest, callback func(response *CreateFlowForWebResponse, err error)) <-chan int

CreateFlowForWebWithCallback invokes the emr.CreateFlowForWeb API asynchronously api document: https://help.aliyun.com/api/emr/createflowforweb.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateFlowForWebWithChan ¶

func (client *Client) CreateFlowForWebWithChan(request *CreateFlowForWebRequest) (<-chan *CreateFlowForWebResponse, <-chan error)

CreateFlowForWebWithChan invokes the emr.CreateFlowForWeb API asynchronously api document: https://help.aliyun.com/api/emr/createflowforweb.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateFlowJob ¶

func (client *Client) CreateFlowJob(request *CreateFlowJobRequest) (response *CreateFlowJobResponse, err error)

CreateFlowJob invokes the emr.CreateFlowJob API synchronously api document: https://help.aliyun.com/api/emr/createflowjob.html

func (*Client) CreateFlowJobWithCallback ¶

func (client *Client) CreateFlowJobWithCallback(request *CreateFlowJobRequest, callback func(response *CreateFlowJobResponse, err error)) <-chan int

CreateFlowJobWithCallback invokes the emr.CreateFlowJob API asynchronously api document: https://help.aliyun.com/api/emr/createflowjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateFlowJobWithChan ¶

func (client *Client) CreateFlowJobWithChan(request *CreateFlowJobRequest) (<-chan *CreateFlowJobResponse, <-chan error)

CreateFlowJobWithChan invokes the emr.CreateFlowJob API asynchronously api document: https://help.aliyun.com/api/emr/createflowjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateFlowProject ¶

func (client *Client) CreateFlowProject(request *CreateFlowProjectRequest) (response *CreateFlowProjectResponse, err error)

CreateFlowProject invokes the emr.CreateFlowProject API synchronously api document: https://help.aliyun.com/api/emr/createflowproject.html

func (*Client) CreateFlowProjectClusterSetting ¶

func (client *Client) CreateFlowProjectClusterSetting(request *CreateFlowProjectClusterSettingRequest) (response *CreateFlowProjectClusterSettingResponse, err error)

CreateFlowProjectClusterSetting invokes the emr.CreateFlowProjectClusterSetting API synchronously api document: https://help.aliyun.com/api/emr/createflowprojectclustersetting.html

func (*Client) CreateFlowProjectClusterSettingWithCallback ¶

func (client *Client) CreateFlowProjectClusterSettingWithCallback(request *CreateFlowProjectClusterSettingRequest, callback func(response *CreateFlowProjectClusterSettingResponse, err error)) <-chan int

CreateFlowProjectClusterSettingWithCallback invokes the emr.CreateFlowProjectClusterSetting API asynchronously api document: https://help.aliyun.com/api/emr/createflowprojectclustersetting.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateFlowProjectClusterSettingWithChan ¶

func (client *Client) CreateFlowProjectClusterSettingWithChan(request *CreateFlowProjectClusterSettingRequest) (<-chan *CreateFlowProjectClusterSettingResponse, <-chan error)

CreateFlowProjectClusterSettingWithChan invokes the emr.CreateFlowProjectClusterSetting API asynchronously api document: https://help.aliyun.com/api/emr/createflowprojectclustersetting.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateFlowProjectUser ¶

func (client *Client) CreateFlowProjectUser(request *CreateFlowProjectUserRequest) (response *CreateFlowProjectUserResponse, err error)

CreateFlowProjectUser invokes the emr.CreateFlowProjectUser API synchronously api document: https://help.aliyun.com/api/emr/createflowprojectuser.html

func (*Client) CreateFlowProjectUserWithCallback ¶

func (client *Client) CreateFlowProjectUserWithCallback(request *CreateFlowProjectUserRequest, callback func(response *CreateFlowProjectUserResponse, err error)) <-chan int

CreateFlowProjectUserWithCallback invokes the emr.CreateFlowProjectUser API asynchronously api document: https://help.aliyun.com/api/emr/createflowprojectuser.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateFlowProjectUserWithChan ¶

func (client *Client) CreateFlowProjectUserWithChan(request *CreateFlowProjectUserRequest) (<-chan *CreateFlowProjectUserResponse, <-chan error)

CreateFlowProjectUserWithChan invokes the emr.CreateFlowProjectUser API asynchronously api document: https://help.aliyun.com/api/emr/createflowprojectuser.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateFlowProjectWithCallback ¶

func (client *Client) CreateFlowProjectWithCallback(request *CreateFlowProjectRequest, callback func(response *CreateFlowProjectResponse, err error)) <-chan int

CreateFlowProjectWithCallback invokes the emr.CreateFlowProject API asynchronously api document: https://help.aliyun.com/api/emr/createflowproject.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateFlowProjectWithChan ¶

func (client *Client) CreateFlowProjectWithChan(request *CreateFlowProjectRequest) (<-chan *CreateFlowProjectResponse, <-chan error)

CreateFlowProjectWithChan invokes the emr.CreateFlowProject API asynchronously api document: https://help.aliyun.com/api/emr/createflowproject.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateFlowWithCallback ¶

func (client *Client) CreateFlowWithCallback(request *CreateFlowRequest, callback func(response *CreateFlowResponse, err error)) <-chan int

CreateFlowWithCallback invokes the emr.CreateFlow API asynchronously api document: https://help.aliyun.com/api/emr/createflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateFlowWithChan ¶

func (client *Client) CreateFlowWithChan(request *CreateFlowRequest) (<-chan *CreateFlowResponse, <-chan error)

CreateFlowWithChan invokes the emr.CreateFlow API asynchronously api document: https://help.aliyun.com/api/emr/createflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateJob ¶

func (client *Client) CreateJob(request *CreateJobRequest) (response *CreateJobResponse, err error)

CreateJob invokes the emr.CreateJob API synchronously api document: https://help.aliyun.com/api/emr/createjob.html

func (*Client) CreateJobWithCallback ¶

func (client *Client) CreateJobWithCallback(request *CreateJobRequest, callback func(response *CreateJobResponse, err error)) <-chan int

CreateJobWithCallback invokes the emr.CreateJob API asynchronously api document: https://help.aliyun.com/api/emr/createjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateJobWithChan ¶

func (client *Client) CreateJobWithChan(request *CreateJobRequest) (<-chan *CreateJobResponse, <-chan error)

CreateJobWithChan invokes the emr.CreateJob API asynchronously api document: https://help.aliyun.com/api/emr/createjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateNavNode ¶

func (client *Client) CreateNavNode(request *CreateNavNodeRequest) (response *CreateNavNodeResponse, err error)

CreateNavNode invokes the emr.CreateNavNode API synchronously api document: https://help.aliyun.com/api/emr/createnavnode.html

func (*Client) CreateNavNodeWithCallback ¶

func (client *Client) CreateNavNodeWithCallback(request *CreateNavNodeRequest, callback func(response *CreateNavNodeResponse, err error)) <-chan int

CreateNavNodeWithCallback invokes the emr.CreateNavNode API asynchronously api document: https://help.aliyun.com/api/emr/createnavnode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateNavNodeWithChan ¶

func (client *Client) CreateNavNodeWithChan(request *CreateNavNodeRequest) (<-chan *CreateNavNodeResponse, <-chan error)

CreateNavNodeWithChan invokes the emr.CreateNavNode API asynchronously api document: https://help.aliyun.com/api/emr/createnavnode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateNote ¶

func (client *Client) CreateNote(request *CreateNoteRequest) (response *CreateNoteResponse, err error)

CreateNote invokes the emr.CreateNote API synchronously api document: https://help.aliyun.com/api/emr/createnote.html

func (*Client) CreateNoteWithCallback ¶

func (client *Client) CreateNoteWithCallback(request *CreateNoteRequest, callback func(response *CreateNoteResponse, err error)) <-chan int

CreateNoteWithCallback invokes the emr.CreateNote API asynchronously api document: https://help.aliyun.com/api/emr/createnote.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateNoteWithChan ¶

func (client *Client) CreateNoteWithChan(request *CreateNoteRequest) (<-chan *CreateNoteResponse, <-chan error)

CreateNoteWithChan invokes the emr.CreateNote API asynchronously api document: https://help.aliyun.com/api/emr/createnote.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateParagraph ¶

func (client *Client) CreateParagraph(request *CreateParagraphRequest) (response *CreateParagraphResponse, err error)

CreateParagraph invokes the emr.CreateParagraph API synchronously api document: https://help.aliyun.com/api/emr/createparagraph.html

func (*Client) CreateParagraphWithCallback ¶

func (client *Client) CreateParagraphWithCallback(request *CreateParagraphRequest, callback func(response *CreateParagraphResponse, err error)) <-chan int

CreateParagraphWithCallback invokes the emr.CreateParagraph API asynchronously api document: https://help.aliyun.com/api/emr/createparagraph.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateParagraphWithChan ¶

func (client *Client) CreateParagraphWithChan(request *CreateParagraphRequest) (<-chan *CreateParagraphResponse, <-chan error)

CreateParagraphWithChan invokes the emr.CreateParagraph API asynchronously api document: https://help.aliyun.com/api/emr/createparagraph.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateResourcePool ¶

func (client *Client) CreateResourcePool(request *CreateResourcePoolRequest) (response *CreateResourcePoolResponse, err error)

CreateResourcePool invokes the emr.CreateResourcePool API synchronously api document: https://help.aliyun.com/api/emr/createresourcepool.html

func (*Client) CreateResourcePoolWithCallback ¶

func (client *Client) CreateResourcePoolWithCallback(request *CreateResourcePoolRequest, callback func(response *CreateResourcePoolResponse, err error)) <-chan int

CreateResourcePoolWithCallback invokes the emr.CreateResourcePool API asynchronously api document: https://help.aliyun.com/api/emr/createresourcepool.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateResourcePoolWithChan ¶

func (client *Client) CreateResourcePoolWithChan(request *CreateResourcePoolRequest) (<-chan *CreateResourcePoolResponse, <-chan error)

CreateResourcePoolWithChan invokes the emr.CreateResourcePool API asynchronously api document: https://help.aliyun.com/api/emr/createresourcepool.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateResourceQueue ¶

func (client *Client) CreateResourceQueue(request *CreateResourceQueueRequest) (response *CreateResourceQueueResponse, err error)

CreateResourceQueue invokes the emr.CreateResourceQueue API synchronously api document: https://help.aliyun.com/api/emr/createresourcequeue.html

func (*Client) CreateResourceQueueWithCallback ¶

func (client *Client) CreateResourceQueueWithCallback(request *CreateResourceQueueRequest, callback func(response *CreateResourceQueueResponse, err error)) <-chan int

CreateResourceQueueWithCallback invokes the emr.CreateResourceQueue API asynchronously api document: https://help.aliyun.com/api/emr/createresourcequeue.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateResourceQueueWithChan ¶

func (client *Client) CreateResourceQueueWithChan(request *CreateResourceQueueRequest) (<-chan *CreateResourceQueueResponse, <-chan error)

CreateResourceQueueWithChan invokes the emr.CreateResourceQueue API asynchronously api document: https://help.aliyun.com/api/emr/createresourcequeue.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateScalingRule ¶

func (client *Client) CreateScalingRule(request *CreateScalingRuleRequest) (response *CreateScalingRuleResponse, err error)

CreateScalingRule invokes the emr.CreateScalingRule API synchronously api document: https://help.aliyun.com/api/emr/createscalingrule.html

func (*Client) CreateScalingRuleWithCallback ¶

func (client *Client) CreateScalingRuleWithCallback(request *CreateScalingRuleRequest, callback func(response *CreateScalingRuleResponse, err error)) <-chan int

CreateScalingRuleWithCallback invokes the emr.CreateScalingRule API asynchronously api document: https://help.aliyun.com/api/emr/createscalingrule.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateScalingRuleWithChan ¶

func (client *Client) CreateScalingRuleWithChan(request *CreateScalingRuleRequest) (<-chan *CreateScalingRuleResponse, <-chan error)

CreateScalingRuleWithChan invokes the emr.CreateScalingRule API asynchronously api document: https://help.aliyun.com/api/emr/createscalingrule.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateScalingTaskGroup ¶

func (client *Client) CreateScalingTaskGroup(request *CreateScalingTaskGroupRequest) (response *CreateScalingTaskGroupResponse, err error)

CreateScalingTaskGroup invokes the emr.CreateScalingTaskGroup API synchronously api document: https://help.aliyun.com/api/emr/createscalingtaskgroup.html

func (*Client) CreateScalingTaskGroupWithCallback ¶

func (client *Client) CreateScalingTaskGroupWithCallback(request *CreateScalingTaskGroupRequest, callback func(response *CreateScalingTaskGroupResponse, err error)) <-chan int

CreateScalingTaskGroupWithCallback invokes the emr.CreateScalingTaskGroup API asynchronously api document: https://help.aliyun.com/api/emr/createscalingtaskgroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateScalingTaskGroupWithChan ¶

func (client *Client) CreateScalingTaskGroupWithChan(request *CreateScalingTaskGroupRequest) (<-chan *CreateScalingTaskGroupResponse, <-chan error)

CreateScalingTaskGroupWithChan invokes the emr.CreateScalingTaskGroup API asynchronously api document: https://help.aliyun.com/api/emr/createscalingtaskgroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateUserPassword ¶

func (client *Client) CreateUserPassword(request *CreateUserPasswordRequest) (response *CreateUserPasswordResponse, err error)

CreateUserPassword invokes the emr.CreateUserPassword API synchronously api document: https://help.aliyun.com/api/emr/createuserpassword.html

func (*Client) CreateUserPasswordWithCallback ¶

func (client *Client) CreateUserPasswordWithCallback(request *CreateUserPasswordRequest, callback func(response *CreateUserPasswordResponse, err error)) <-chan int

CreateUserPasswordWithCallback invokes the emr.CreateUserPassword API asynchronously api document: https://help.aliyun.com/api/emr/createuserpassword.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateUserPasswordWithChan ¶

func (client *Client) CreateUserPasswordWithChan(request *CreateUserPasswordRequest) (<-chan *CreateUserPasswordResponse, <-chan error)

CreateUserPasswordWithChan invokes the emr.CreateUserPassword API asynchronously api document: https://help.aliyun.com/api/emr/createuserpassword.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateUserStatistics ¶

func (client *Client) CreateUserStatistics(request *CreateUserStatisticsRequest) (response *CreateUserStatisticsResponse, err error)

CreateUserStatistics invokes the emr.CreateUserStatistics API synchronously api document: https://help.aliyun.com/api/emr/createuserstatistics.html

func (*Client) CreateUserStatisticsWithCallback ¶

func (client *Client) CreateUserStatisticsWithCallback(request *CreateUserStatisticsRequest, callback func(response *CreateUserStatisticsResponse, err error)) <-chan int

CreateUserStatisticsWithCallback invokes the emr.CreateUserStatistics API asynchronously api document: https://help.aliyun.com/api/emr/createuserstatistics.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateUserStatisticsWithChan ¶

func (client *Client) CreateUserStatisticsWithChan(request *CreateUserStatisticsRequest) (<-chan *CreateUserStatisticsResponse, <-chan error)

CreateUserStatisticsWithChan invokes the emr.CreateUserStatistics API asynchronously api document: https://help.aliyun.com/api/emr/createuserstatistics.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateUsers ¶

func (client *Client) CreateUsers(request *CreateUsersRequest) (response *CreateUsersResponse, err error)

CreateUsers invokes the emr.CreateUsers API synchronously api document: https://help.aliyun.com/api/emr/createusers.html

func (*Client) CreateUsersWithCallback ¶

func (client *Client) CreateUsersWithCallback(request *CreateUsersRequest, callback func(response *CreateUsersResponse, err error)) <-chan int

CreateUsersWithCallback invokes the emr.CreateUsers API asynchronously api document: https://help.aliyun.com/api/emr/createusers.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateUsersWithChan ¶

func (client *Client) CreateUsersWithChan(request *CreateUsersRequest) (<-chan *CreateUsersResponse, <-chan error)

CreateUsersWithChan invokes the emr.CreateUsers API asynchronously api document: https://help.aliyun.com/api/emr/createusers.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateVerificationCode ¶

func (client *Client) CreateVerificationCode(request *CreateVerificationCodeRequest) (response *CreateVerificationCodeResponse, err error)

CreateVerificationCode invokes the emr.CreateVerificationCode API synchronously api document: https://help.aliyun.com/api/emr/createverificationcode.html

func (*Client) CreateVerificationCodeWithCallback ¶

func (client *Client) CreateVerificationCodeWithCallback(request *CreateVerificationCodeRequest, callback func(response *CreateVerificationCodeResponse, err error)) <-chan int

CreateVerificationCodeWithCallback invokes the emr.CreateVerificationCode API asynchronously api document: https://help.aliyun.com/api/emr/createverificationcode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) CreateVerificationCodeWithChan ¶

func (client *Client) CreateVerificationCodeWithChan(request *CreateVerificationCodeRequest) (<-chan *CreateVerificationCodeResponse, <-chan error)

CreateVerificationCodeWithChan invokes the emr.CreateVerificationCode API asynchronously api document: https://help.aliyun.com/api/emr/createverificationcode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteAlertContacts ¶

func (client *Client) DeleteAlertContacts(request *DeleteAlertContactsRequest) (response *DeleteAlertContactsResponse, err error)

DeleteAlertContacts invokes the emr.DeleteAlertContacts API synchronously api document: https://help.aliyun.com/api/emr/deletealertcontacts.html

func (*Client) DeleteAlertContactsWithCallback ¶

func (client *Client) DeleteAlertContactsWithCallback(request *DeleteAlertContactsRequest, callback func(response *DeleteAlertContactsResponse, err error)) <-chan int

DeleteAlertContactsWithCallback invokes the emr.DeleteAlertContacts API asynchronously api document: https://help.aliyun.com/api/emr/deletealertcontacts.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteAlertContactsWithChan ¶

func (client *Client) DeleteAlertContactsWithChan(request *DeleteAlertContactsRequest) (<-chan *DeleteAlertContactsResponse, <-chan error)

DeleteAlertContactsWithChan invokes the emr.DeleteAlertContacts API asynchronously api document: https://help.aliyun.com/api/emr/deletealertcontacts.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteAlertDingDingGroups ¶

func (client *Client) DeleteAlertDingDingGroups(request *DeleteAlertDingDingGroupsRequest) (response *DeleteAlertDingDingGroupsResponse, err error)

DeleteAlertDingDingGroups invokes the emr.DeleteAlertDingDingGroups API synchronously api document: https://help.aliyun.com/api/emr/deletealertdingdinggroups.html

func (*Client) DeleteAlertDingDingGroupsWithCallback ¶

func (client *Client) DeleteAlertDingDingGroupsWithCallback(request *DeleteAlertDingDingGroupsRequest, callback func(response *DeleteAlertDingDingGroupsResponse, err error)) <-chan int

DeleteAlertDingDingGroupsWithCallback invokes the emr.DeleteAlertDingDingGroups API asynchronously api document: https://help.aliyun.com/api/emr/deletealertdingdinggroups.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteAlertDingDingGroupsWithChan ¶

func (client *Client) DeleteAlertDingDingGroupsWithChan(request *DeleteAlertDingDingGroupsRequest) (<-chan *DeleteAlertDingDingGroupsResponse, <-chan error)

DeleteAlertDingDingGroupsWithChan invokes the emr.DeleteAlertDingDingGroups API asynchronously api document: https://help.aliyun.com/api/emr/deletealertdingdinggroups.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteAlertUserGroups ¶

func (client *Client) DeleteAlertUserGroups(request *DeleteAlertUserGroupsRequest) (response *DeleteAlertUserGroupsResponse, err error)

DeleteAlertUserGroups invokes the emr.DeleteAlertUserGroups API synchronously api document: https://help.aliyun.com/api/emr/deletealertusergroups.html

func (*Client) DeleteAlertUserGroupsWithCallback ¶

func (client *Client) DeleteAlertUserGroupsWithCallback(request *DeleteAlertUserGroupsRequest, callback func(response *DeleteAlertUserGroupsResponse, err error)) <-chan int

DeleteAlertUserGroupsWithCallback invokes the emr.DeleteAlertUserGroups API asynchronously api document: https://help.aliyun.com/api/emr/deletealertusergroups.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteAlertUserGroupsWithChan ¶

func (client *Client) DeleteAlertUserGroupsWithChan(request *DeleteAlertUserGroupsRequest) (<-chan *DeleteAlertUserGroupsResponse, <-chan error)

DeleteAlertUserGroupsWithChan invokes the emr.DeleteAlertUserGroups API asynchronously api document: https://help.aliyun.com/api/emr/deletealertusergroups.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteClusterHostGroup ¶

func (client *Client) DeleteClusterHostGroup(request *DeleteClusterHostGroupRequest) (response *DeleteClusterHostGroupResponse, err error)

DeleteClusterHostGroup invokes the emr.DeleteClusterHostGroup API synchronously api document: https://help.aliyun.com/api/emr/deleteclusterhostgroup.html

func (*Client) DeleteClusterHostGroupWithCallback ¶

func (client *Client) DeleteClusterHostGroupWithCallback(request *DeleteClusterHostGroupRequest, callback func(response *DeleteClusterHostGroupResponse, err error)) <-chan int

DeleteClusterHostGroupWithCallback invokes the emr.DeleteClusterHostGroup API asynchronously api document: https://help.aliyun.com/api/emr/deleteclusterhostgroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteClusterHostGroupWithChan ¶

func (client *Client) DeleteClusterHostGroupWithChan(request *DeleteClusterHostGroupRequest) (<-chan *DeleteClusterHostGroupResponse, <-chan error)

DeleteClusterHostGroupWithChan invokes the emr.DeleteClusterHostGroup API asynchronously api document: https://help.aliyun.com/api/emr/deleteclusterhostgroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteClusterScript ¶

func (client *Client) DeleteClusterScript(request *DeleteClusterScriptRequest) (response *DeleteClusterScriptResponse, err error)

DeleteClusterScript invokes the emr.DeleteClusterScript API synchronously api document: https://help.aliyun.com/api/emr/deleteclusterscript.html

func (*Client) DeleteClusterScriptWithCallback ¶

func (client *Client) DeleteClusterScriptWithCallback(request *DeleteClusterScriptRequest, callback func(response *DeleteClusterScriptResponse, err error)) <-chan int

DeleteClusterScriptWithCallback invokes the emr.DeleteClusterScript API asynchronously api document: https://help.aliyun.com/api/emr/deleteclusterscript.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteClusterScriptWithChan ¶

func (client *Client) DeleteClusterScriptWithChan(request *DeleteClusterScriptRequest) (<-chan *DeleteClusterScriptResponse, <-chan error)

DeleteClusterScriptWithChan invokes the emr.DeleteClusterScript API asynchronously api document: https://help.aliyun.com/api/emr/deleteclusterscript.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteClusterTemplate ¶

func (client *Client) DeleteClusterTemplate(request *DeleteClusterTemplateRequest) (response *DeleteClusterTemplateResponse, err error)

DeleteClusterTemplate invokes the emr.DeleteClusterTemplate API synchronously api document: https://help.aliyun.com/api/emr/deleteclustertemplate.html

func (*Client) DeleteClusterTemplateWithCallback ¶

func (client *Client) DeleteClusterTemplateWithCallback(request *DeleteClusterTemplateRequest, callback func(response *DeleteClusterTemplateResponse, err error)) <-chan int

DeleteClusterTemplateWithCallback invokes the emr.DeleteClusterTemplate API asynchronously api document: https://help.aliyun.com/api/emr/deleteclustertemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteClusterTemplateWithChan ¶

func (client *Client) DeleteClusterTemplateWithChan(request *DeleteClusterTemplateRequest) (<-chan *DeleteClusterTemplateResponse, <-chan error)

DeleteClusterTemplateWithChan invokes the emr.DeleteClusterTemplate API asynchronously api document: https://help.aliyun.com/api/emr/deleteclustertemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteDataSource ¶

func (client *Client) DeleteDataSource(request *DeleteDataSourceRequest) (response *DeleteDataSourceResponse, err error)

DeleteDataSource invokes the emr.DeleteDataSource API synchronously api document: https://help.aliyun.com/api/emr/deletedatasource.html

func (*Client) DeleteDataSourceWithCallback ¶

func (client *Client) DeleteDataSourceWithCallback(request *DeleteDataSourceRequest, callback func(response *DeleteDataSourceResponse, err error)) <-chan int

DeleteDataSourceWithCallback invokes the emr.DeleteDataSource API asynchronously api document: https://help.aliyun.com/api/emr/deletedatasource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteDataSourceWithChan ¶

func (client *Client) DeleteDataSourceWithChan(request *DeleteDataSourceRequest) (<-chan *DeleteDataSourceResponse, <-chan error)

DeleteDataSourceWithChan invokes the emr.DeleteDataSource API asynchronously api document: https://help.aliyun.com/api/emr/deletedatasource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteETLJob ¶

func (client *Client) DeleteETLJob(request *DeleteETLJobRequest) (response *DeleteETLJobResponse, err error)

DeleteETLJob invokes the emr.DeleteETLJob API synchronously api document: https://help.aliyun.com/api/emr/deleteetljob.html

func (*Client) DeleteETLJobWithCallback ¶

func (client *Client) DeleteETLJobWithCallback(request *DeleteETLJobRequest, callback func(response *DeleteETLJobResponse, err error)) <-chan int

DeleteETLJobWithCallback invokes the emr.DeleteETLJob API asynchronously api document: https://help.aliyun.com/api/emr/deleteetljob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteETLJobWithChan ¶

func (client *Client) DeleteETLJobWithChan(request *DeleteETLJobRequest) (<-chan *DeleteETLJobResponse, <-chan error)

DeleteETLJobWithChan invokes the emr.DeleteETLJob API asynchronously api document: https://help.aliyun.com/api/emr/deleteetljob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteExecutionPlan ¶

func (client *Client) DeleteExecutionPlan(request *DeleteExecutionPlanRequest) (response *DeleteExecutionPlanResponse, err error)

DeleteExecutionPlan invokes the emr.DeleteExecutionPlan API synchronously api document: https://help.aliyun.com/api/emr/deleteexecutionplan.html

func (*Client) DeleteExecutionPlanWithCallback ¶

func (client *Client) DeleteExecutionPlanWithCallback(request *DeleteExecutionPlanRequest, callback func(response *DeleteExecutionPlanResponse, err error)) <-chan int

DeleteExecutionPlanWithCallback invokes the emr.DeleteExecutionPlan API asynchronously api document: https://help.aliyun.com/api/emr/deleteexecutionplan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteExecutionPlanWithChan ¶

func (client *Client) DeleteExecutionPlanWithChan(request *DeleteExecutionPlanRequest) (<-chan *DeleteExecutionPlanResponse, <-chan error)

DeleteExecutionPlanWithChan invokes the emr.DeleteExecutionPlan API asynchronously api document: https://help.aliyun.com/api/emr/deleteexecutionplan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteFlow ¶

func (client *Client) DeleteFlow(request *DeleteFlowRequest) (response *DeleteFlowResponse, err error)

DeleteFlow invokes the emr.DeleteFlow API synchronously api document: https://help.aliyun.com/api/emr/deleteflow.html

func (*Client) DeleteFlowCategory ¶

func (client *Client) DeleteFlowCategory(request *DeleteFlowCategoryRequest) (response *DeleteFlowCategoryResponse, err error)

DeleteFlowCategory invokes the emr.DeleteFlowCategory API synchronously api document: https://help.aliyun.com/api/emr/deleteflowcategory.html

func (*Client) DeleteFlowCategoryWithCallback ¶

func (client *Client) DeleteFlowCategoryWithCallback(request *DeleteFlowCategoryRequest, callback func(response *DeleteFlowCategoryResponse, err error)) <-chan int

DeleteFlowCategoryWithCallback invokes the emr.DeleteFlowCategory API asynchronously api document: https://help.aliyun.com/api/emr/deleteflowcategory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteFlowCategoryWithChan ¶

func (client *Client) DeleteFlowCategoryWithChan(request *DeleteFlowCategoryRequest) (<-chan *DeleteFlowCategoryResponse, <-chan error)

DeleteFlowCategoryWithChan invokes the emr.DeleteFlowCategory API asynchronously api document: https://help.aliyun.com/api/emr/deleteflowcategory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteFlowJob ¶

func (client *Client) DeleteFlowJob(request *DeleteFlowJobRequest) (response *DeleteFlowJobResponse, err error)

DeleteFlowJob invokes the emr.DeleteFlowJob API synchronously api document: https://help.aliyun.com/api/emr/deleteflowjob.html

func (*Client) DeleteFlowJobWithCallback ¶

func (client *Client) DeleteFlowJobWithCallback(request *DeleteFlowJobRequest, callback func(response *DeleteFlowJobResponse, err error)) <-chan int

DeleteFlowJobWithCallback invokes the emr.DeleteFlowJob API asynchronously api document: https://help.aliyun.com/api/emr/deleteflowjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteFlowJobWithChan ¶

func (client *Client) DeleteFlowJobWithChan(request *DeleteFlowJobRequest) (<-chan *DeleteFlowJobResponse, <-chan error)

DeleteFlowJobWithChan invokes the emr.DeleteFlowJob API asynchronously api document: https://help.aliyun.com/api/emr/deleteflowjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteFlowProject ¶

func (client *Client) DeleteFlowProject(request *DeleteFlowProjectRequest) (response *DeleteFlowProjectResponse, err error)

DeleteFlowProject invokes the emr.DeleteFlowProject API synchronously api document: https://help.aliyun.com/api/emr/deleteflowproject.html

func (*Client) DeleteFlowProjectById ¶

func (client *Client) DeleteFlowProjectById(request *DeleteFlowProjectByIdRequest) (response *DeleteFlowProjectByIdResponse, err error)

DeleteFlowProjectById invokes the emr.DeleteFlowProjectById API synchronously api document: https://help.aliyun.com/api/emr/deleteflowprojectbyid.html

func (*Client) DeleteFlowProjectByIdWithCallback ¶

func (client *Client) DeleteFlowProjectByIdWithCallback(request *DeleteFlowProjectByIdRequest, callback func(response *DeleteFlowProjectByIdResponse, err error)) <-chan int

DeleteFlowProjectByIdWithCallback invokes the emr.DeleteFlowProjectById API asynchronously api document: https://help.aliyun.com/api/emr/deleteflowprojectbyid.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteFlowProjectByIdWithChan ¶

func (client *Client) DeleteFlowProjectByIdWithChan(request *DeleteFlowProjectByIdRequest) (<-chan *DeleteFlowProjectByIdResponse, <-chan error)

DeleteFlowProjectByIdWithChan invokes the emr.DeleteFlowProjectById API asynchronously api document: https://help.aliyun.com/api/emr/deleteflowprojectbyid.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteFlowProjectClusterSetting ¶

func (client *Client) DeleteFlowProjectClusterSetting(request *DeleteFlowProjectClusterSettingRequest) (response *DeleteFlowProjectClusterSettingResponse, err error)

DeleteFlowProjectClusterSetting invokes the emr.DeleteFlowProjectClusterSetting API synchronously api document: https://help.aliyun.com/api/emr/deleteflowprojectclustersetting.html

func (*Client) DeleteFlowProjectClusterSettingWithCallback ¶

func (client *Client) DeleteFlowProjectClusterSettingWithCallback(request *DeleteFlowProjectClusterSettingRequest, callback func(response *DeleteFlowProjectClusterSettingResponse, err error)) <-chan int

DeleteFlowProjectClusterSettingWithCallback invokes the emr.DeleteFlowProjectClusterSetting API asynchronously api document: https://help.aliyun.com/api/emr/deleteflowprojectclustersetting.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteFlowProjectClusterSettingWithChan ¶

func (client *Client) DeleteFlowProjectClusterSettingWithChan(request *DeleteFlowProjectClusterSettingRequest) (<-chan *DeleteFlowProjectClusterSettingResponse, <-chan error)

DeleteFlowProjectClusterSettingWithChan invokes the emr.DeleteFlowProjectClusterSetting API asynchronously api document: https://help.aliyun.com/api/emr/deleteflowprojectclustersetting.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteFlowProjectUser ¶

func (client *Client) DeleteFlowProjectUser(request *DeleteFlowProjectUserRequest) (response *DeleteFlowProjectUserResponse, err error)

DeleteFlowProjectUser invokes the emr.DeleteFlowProjectUser API synchronously api document: https://help.aliyun.com/api/emr/deleteflowprojectuser.html

func (*Client) DeleteFlowProjectUserWithCallback ¶

func (client *Client) DeleteFlowProjectUserWithCallback(request *DeleteFlowProjectUserRequest, callback func(response *DeleteFlowProjectUserResponse, err error)) <-chan int

DeleteFlowProjectUserWithCallback invokes the emr.DeleteFlowProjectUser API asynchronously api document: https://help.aliyun.com/api/emr/deleteflowprojectuser.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteFlowProjectUserWithChan ¶

func (client *Client) DeleteFlowProjectUserWithChan(request *DeleteFlowProjectUserRequest) (<-chan *DeleteFlowProjectUserResponse, <-chan error)

DeleteFlowProjectUserWithChan invokes the emr.DeleteFlowProjectUser API asynchronously api document: https://help.aliyun.com/api/emr/deleteflowprojectuser.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteFlowProjectWithCallback ¶

func (client *Client) DeleteFlowProjectWithCallback(request *DeleteFlowProjectRequest, callback func(response *DeleteFlowProjectResponse, err error)) <-chan int

DeleteFlowProjectWithCallback invokes the emr.DeleteFlowProject API asynchronously api document: https://help.aliyun.com/api/emr/deleteflowproject.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteFlowProjectWithChan ¶

func (client *Client) DeleteFlowProjectWithChan(request *DeleteFlowProjectRequest) (<-chan *DeleteFlowProjectResponse, <-chan error)

DeleteFlowProjectWithChan invokes the emr.DeleteFlowProject API asynchronously api document: https://help.aliyun.com/api/emr/deleteflowproject.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteFlowWithCallback ¶

func (client *Client) DeleteFlowWithCallback(request *DeleteFlowRequest, callback func(response *DeleteFlowResponse, err error)) <-chan int

DeleteFlowWithCallback invokes the emr.DeleteFlow API asynchronously api document: https://help.aliyun.com/api/emr/deleteflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteFlowWithChan ¶

func (client *Client) DeleteFlowWithChan(request *DeleteFlowRequest) (<-chan *DeleteFlowResponse, <-chan error)

DeleteFlowWithChan invokes the emr.DeleteFlow API asynchronously api document: https://help.aliyun.com/api/emr/deleteflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteJob ¶

func (client *Client) DeleteJob(request *DeleteJobRequest) (response *DeleteJobResponse, err error)

DeleteJob invokes the emr.DeleteJob API synchronously api document: https://help.aliyun.com/api/emr/deletejob.html

func (*Client) DeleteJobWithCallback ¶

func (client *Client) DeleteJobWithCallback(request *DeleteJobRequest, callback func(response *DeleteJobResponse, err error)) <-chan int

DeleteJobWithCallback invokes the emr.DeleteJob API asynchronously api document: https://help.aliyun.com/api/emr/deletejob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteJobWithChan ¶

func (client *Client) DeleteJobWithChan(request *DeleteJobRequest) (<-chan *DeleteJobResponse, <-chan error)

DeleteJobWithChan invokes the emr.DeleteJob API asynchronously api document: https://help.aliyun.com/api/emr/deletejob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteNavNode ¶

func (client *Client) DeleteNavNode(request *DeleteNavNodeRequest) (response *DeleteNavNodeResponse, err error)

DeleteNavNode invokes the emr.DeleteNavNode API synchronously api document: https://help.aliyun.com/api/emr/deletenavnode.html

func (*Client) DeleteNavNodeWithCallback ¶

func (client *Client) DeleteNavNodeWithCallback(request *DeleteNavNodeRequest, callback func(response *DeleteNavNodeResponse, err error)) <-chan int

DeleteNavNodeWithCallback invokes the emr.DeleteNavNode API asynchronously api document: https://help.aliyun.com/api/emr/deletenavnode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteNavNodeWithChan ¶

func (client *Client) DeleteNavNodeWithChan(request *DeleteNavNodeRequest) (<-chan *DeleteNavNodeResponse, <-chan error)

DeleteNavNodeWithChan invokes the emr.DeleteNavNode API asynchronously api document: https://help.aliyun.com/api/emr/deletenavnode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteNote ¶

func (client *Client) DeleteNote(request *DeleteNoteRequest) (response *DeleteNoteResponse, err error)

DeleteNote invokes the emr.DeleteNote API synchronously api document: https://help.aliyun.com/api/emr/deletenote.html

func (*Client) DeleteNoteWithCallback ¶

func (client *Client) DeleteNoteWithCallback(request *DeleteNoteRequest, callback func(response *DeleteNoteResponse, err error)) <-chan int

DeleteNoteWithCallback invokes the emr.DeleteNote API asynchronously api document: https://help.aliyun.com/api/emr/deletenote.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteNoteWithChan ¶

func (client *Client) DeleteNoteWithChan(request *DeleteNoteRequest) (<-chan *DeleteNoteResponse, <-chan error)

DeleteNoteWithChan invokes the emr.DeleteNote API asynchronously api document: https://help.aliyun.com/api/emr/deletenote.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteParagraph ¶

func (client *Client) DeleteParagraph(request *DeleteParagraphRequest) (response *DeleteParagraphResponse, err error)

DeleteParagraph invokes the emr.DeleteParagraph API synchronously api document: https://help.aliyun.com/api/emr/deleteparagraph.html

func (*Client) DeleteParagraphWithCallback ¶

func (client *Client) DeleteParagraphWithCallback(request *DeleteParagraphRequest, callback func(response *DeleteParagraphResponse, err error)) <-chan int

DeleteParagraphWithCallback invokes the emr.DeleteParagraph API asynchronously api document: https://help.aliyun.com/api/emr/deleteparagraph.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteParagraphWithChan ¶

func (client *Client) DeleteParagraphWithChan(request *DeleteParagraphRequest) (<-chan *DeleteParagraphResponse, <-chan error)

DeleteParagraphWithChan invokes the emr.DeleteParagraph API asynchronously api document: https://help.aliyun.com/api/emr/deleteparagraph.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteResourcePool ¶

func (client *Client) DeleteResourcePool(request *DeleteResourcePoolRequest) (response *DeleteResourcePoolResponse, err error)

DeleteResourcePool invokes the emr.DeleteResourcePool API synchronously api document: https://help.aliyun.com/api/emr/deleteresourcepool.html

func (*Client) DeleteResourcePoolWithCallback ¶

func (client *Client) DeleteResourcePoolWithCallback(request *DeleteResourcePoolRequest, callback func(response *DeleteResourcePoolResponse, err error)) <-chan int

DeleteResourcePoolWithCallback invokes the emr.DeleteResourcePool API asynchronously api document: https://help.aliyun.com/api/emr/deleteresourcepool.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteResourcePoolWithChan ¶

func (client *Client) DeleteResourcePoolWithChan(request *DeleteResourcePoolRequest) (<-chan *DeleteResourcePoolResponse, <-chan error)

DeleteResourcePoolWithChan invokes the emr.DeleteResourcePool API asynchronously api document: https://help.aliyun.com/api/emr/deleteresourcepool.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteResourceQueue ¶

func (client *Client) DeleteResourceQueue(request *DeleteResourceQueueRequest) (response *DeleteResourceQueueResponse, err error)

DeleteResourceQueue invokes the emr.DeleteResourceQueue API synchronously api document: https://help.aliyun.com/api/emr/deleteresourcequeue.html

func (*Client) DeleteResourceQueueWithCallback ¶

func (client *Client) DeleteResourceQueueWithCallback(request *DeleteResourceQueueRequest, callback func(response *DeleteResourceQueueResponse, err error)) <-chan int

DeleteResourceQueueWithCallback invokes the emr.DeleteResourceQueue API asynchronously api document: https://help.aliyun.com/api/emr/deleteresourcequeue.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteResourceQueueWithChan ¶

func (client *Client) DeleteResourceQueueWithChan(request *DeleteResourceQueueRequest) (<-chan *DeleteResourceQueueResponse, <-chan error)

DeleteResourceQueueWithChan invokes the emr.DeleteResourceQueue API asynchronously api document: https://help.aliyun.com/api/emr/deleteresourcequeue.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteScalingRule ¶

func (client *Client) DeleteScalingRule(request *DeleteScalingRuleRequest) (response *DeleteScalingRuleResponse, err error)

DeleteScalingRule invokes the emr.DeleteScalingRule API synchronously api document: https://help.aliyun.com/api/emr/deletescalingrule.html

func (*Client) DeleteScalingRuleWithCallback ¶

func (client *Client) DeleteScalingRuleWithCallback(request *DeleteScalingRuleRequest, callback func(response *DeleteScalingRuleResponse, err error)) <-chan int

DeleteScalingRuleWithCallback invokes the emr.DeleteScalingRule API asynchronously api document: https://help.aliyun.com/api/emr/deletescalingrule.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteScalingRuleWithChan ¶

func (client *Client) DeleteScalingRuleWithChan(request *DeleteScalingRuleRequest) (<-chan *DeleteScalingRuleResponse, <-chan error)

DeleteScalingRuleWithChan invokes the emr.DeleteScalingRule API asynchronously api document: https://help.aliyun.com/api/emr/deletescalingrule.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteScalingTaskGroup ¶

func (client *Client) DeleteScalingTaskGroup(request *DeleteScalingTaskGroupRequest) (response *DeleteScalingTaskGroupResponse, err error)

DeleteScalingTaskGroup invokes the emr.DeleteScalingTaskGroup API synchronously api document: https://help.aliyun.com/api/emr/deletescalingtaskgroup.html

func (*Client) DeleteScalingTaskGroupWithCallback ¶

func (client *Client) DeleteScalingTaskGroupWithCallback(request *DeleteScalingTaskGroupRequest, callback func(response *DeleteScalingTaskGroupResponse, err error)) <-chan int

DeleteScalingTaskGroupWithCallback invokes the emr.DeleteScalingTaskGroup API asynchronously api document: https://help.aliyun.com/api/emr/deletescalingtaskgroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteScalingTaskGroupWithChan ¶

func (client *Client) DeleteScalingTaskGroupWithChan(request *DeleteScalingTaskGroupRequest) (<-chan *DeleteScalingTaskGroupResponse, <-chan error)

DeleteScalingTaskGroupWithChan invokes the emr.DeleteScalingTaskGroup API asynchronously api document: https://help.aliyun.com/api/emr/deletescalingtaskgroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteUser ¶

func (client *Client) DeleteUser(request *DeleteUserRequest) (response *DeleteUserResponse, err error)

DeleteUser invokes the emr.DeleteUser API synchronously api document: https://help.aliyun.com/api/emr/deleteuser.html

func (*Client) DeleteUserWithCallback ¶

func (client *Client) DeleteUserWithCallback(request *DeleteUserRequest, callback func(response *DeleteUserResponse, err error)) <-chan int

DeleteUserWithCallback invokes the emr.DeleteUser API asynchronously api document: https://help.aliyun.com/api/emr/deleteuser.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DeleteUserWithChan ¶

func (client *Client) DeleteUserWithChan(request *DeleteUserRequest) (<-chan *DeleteUserResponse, <-chan error)

DeleteUserWithChan invokes the emr.DeleteUser API asynchronously api document: https://help.aliyun.com/api/emr/deleteuser.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeAvailableInstanceType ¶

func (client *Client) DescribeAvailableInstanceType(request *DescribeAvailableInstanceTypeRequest) (response *DescribeAvailableInstanceTypeResponse, err error)

DescribeAvailableInstanceType invokes the emr.DescribeAvailableInstanceType API synchronously api document: https://help.aliyun.com/api/emr/describeavailableinstancetype.html

func (*Client) DescribeAvailableInstanceTypeWithCallback ¶

func (client *Client) DescribeAvailableInstanceTypeWithCallback(request *DescribeAvailableInstanceTypeRequest, callback func(response *DescribeAvailableInstanceTypeResponse, err error)) <-chan int

DescribeAvailableInstanceTypeWithCallback invokes the emr.DescribeAvailableInstanceType API asynchronously api document: https://help.aliyun.com/api/emr/describeavailableinstancetype.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeAvailableInstanceTypeWithChan ¶

func (client *Client) DescribeAvailableInstanceTypeWithChan(request *DescribeAvailableInstanceTypeRequest) (<-chan *DescribeAvailableInstanceTypeResponse, <-chan error)

DescribeAvailableInstanceTypeWithChan invokes the emr.DescribeAvailableInstanceType API asynchronously api document: https://help.aliyun.com/api/emr/describeavailableinstancetype.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeClusterBasicInfo ¶

func (client *Client) DescribeClusterBasicInfo(request *DescribeClusterBasicInfoRequest) (response *DescribeClusterBasicInfoResponse, err error)

DescribeClusterBasicInfo invokes the emr.DescribeClusterBasicInfo API synchronously api document: https://help.aliyun.com/api/emr/describeclusterbasicinfo.html

func (*Client) DescribeClusterBasicInfoWithCallback ¶

func (client *Client) DescribeClusterBasicInfoWithCallback(request *DescribeClusterBasicInfoRequest, callback func(response *DescribeClusterBasicInfoResponse, err error)) <-chan int

DescribeClusterBasicInfoWithCallback invokes the emr.DescribeClusterBasicInfo API asynchronously api document: https://help.aliyun.com/api/emr/describeclusterbasicinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeClusterBasicInfoWithChan ¶

func (client *Client) DescribeClusterBasicInfoWithChan(request *DescribeClusterBasicInfoRequest) (<-chan *DescribeClusterBasicInfoResponse, <-chan error)

DescribeClusterBasicInfoWithChan invokes the emr.DescribeClusterBasicInfo API asynchronously api document: https://help.aliyun.com/api/emr/describeclusterbasicinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeClusterOpLog ¶

func (client *Client) DescribeClusterOpLog(request *DescribeClusterOpLogRequest) (response *DescribeClusterOpLogResponse, err error)

DescribeClusterOpLog invokes the emr.DescribeClusterOpLog API synchronously api document: https://help.aliyun.com/api/emr/describeclusteroplog.html

func (*Client) DescribeClusterOpLogWithCallback ¶

func (client *Client) DescribeClusterOpLogWithCallback(request *DescribeClusterOpLogRequest, callback func(response *DescribeClusterOpLogResponse, err error)) <-chan int

DescribeClusterOpLogWithCallback invokes the emr.DescribeClusterOpLog API asynchronously api document: https://help.aliyun.com/api/emr/describeclusteroplog.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeClusterOpLogWithChan ¶

func (client *Client) DescribeClusterOpLogWithChan(request *DescribeClusterOpLogRequest) (<-chan *DescribeClusterOpLogResponse, <-chan error)

DescribeClusterOpLogWithChan invokes the emr.DescribeClusterOpLog API asynchronously api document: https://help.aliyun.com/api/emr/describeclusteroplog.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeClusterOperationHostTaskLog ¶

func (client *Client) DescribeClusterOperationHostTaskLog(request *DescribeClusterOperationHostTaskLogRequest) (response *DescribeClusterOperationHostTaskLogResponse, err error)

DescribeClusterOperationHostTaskLog invokes the emr.DescribeClusterOperationHostTaskLog API synchronously api document: https://help.aliyun.com/api/emr/describeclusteroperationhosttasklog.html

func (*Client) DescribeClusterOperationHostTaskLogWithCallback ¶

func (client *Client) DescribeClusterOperationHostTaskLogWithCallback(request *DescribeClusterOperationHostTaskLogRequest, callback func(response *DescribeClusterOperationHostTaskLogResponse, err error)) <-chan int

DescribeClusterOperationHostTaskLogWithCallback invokes the emr.DescribeClusterOperationHostTaskLog API asynchronously api document: https://help.aliyun.com/api/emr/describeclusteroperationhosttasklog.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeClusterOperationHostTaskLogWithChan ¶

func (client *Client) DescribeClusterOperationHostTaskLogWithChan(request *DescribeClusterOperationHostTaskLogRequest) (<-chan *DescribeClusterOperationHostTaskLogResponse, <-chan error)

DescribeClusterOperationHostTaskLogWithChan invokes the emr.DescribeClusterOperationHostTaskLog API asynchronously api document: https://help.aliyun.com/api/emr/describeclusteroperationhosttasklog.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeClusterResourcePoolSchedulerType ¶

func (client *Client) DescribeClusterResourcePoolSchedulerType(request *DescribeClusterResourcePoolSchedulerTypeRequest) (response *DescribeClusterResourcePoolSchedulerTypeResponse, err error)

DescribeClusterResourcePoolSchedulerType invokes the emr.DescribeClusterResourcePoolSchedulerType API synchronously api document: https://help.aliyun.com/api/emr/describeclusterresourcepoolschedulertype.html

func (*Client) DescribeClusterResourcePoolSchedulerTypeWithCallback ¶

func (client *Client) DescribeClusterResourcePoolSchedulerTypeWithCallback(request *DescribeClusterResourcePoolSchedulerTypeRequest, callback func(response *DescribeClusterResourcePoolSchedulerTypeResponse, err error)) <-chan int

DescribeClusterResourcePoolSchedulerTypeWithCallback invokes the emr.DescribeClusterResourcePoolSchedulerType API asynchronously api document: https://help.aliyun.com/api/emr/describeclusterresourcepoolschedulertype.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeClusterResourcePoolSchedulerTypeWithChan ¶

func (client *Client) DescribeClusterResourcePoolSchedulerTypeWithChan(request *DescribeClusterResourcePoolSchedulerTypeRequest) (<-chan *DescribeClusterResourcePoolSchedulerTypeResponse, <-chan error)

DescribeClusterResourcePoolSchedulerTypeWithChan invokes the emr.DescribeClusterResourcePoolSchedulerType API asynchronously api document: https://help.aliyun.com/api/emr/describeclusterresourcepoolschedulertype.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeClusterScript ¶

func (client *Client) DescribeClusterScript(request *DescribeClusterScriptRequest) (response *DescribeClusterScriptResponse, err error)

DescribeClusterScript invokes the emr.DescribeClusterScript API synchronously api document: https://help.aliyun.com/api/emr/describeclusterscript.html

func (*Client) DescribeClusterScriptWithCallback ¶

func (client *Client) DescribeClusterScriptWithCallback(request *DescribeClusterScriptRequest, callback func(response *DescribeClusterScriptResponse, err error)) <-chan int

DescribeClusterScriptWithCallback invokes the emr.DescribeClusterScript API asynchronously api document: https://help.aliyun.com/api/emr/describeclusterscript.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeClusterScriptWithChan ¶

func (client *Client) DescribeClusterScriptWithChan(request *DescribeClusterScriptRequest) (<-chan *DescribeClusterScriptResponse, <-chan error)

DescribeClusterScriptWithChan invokes the emr.DescribeClusterScript API asynchronously api document: https://help.aliyun.com/api/emr/describeclusterscript.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeClusterService ¶

func (client *Client) DescribeClusterService(request *DescribeClusterServiceRequest) (response *DescribeClusterServiceResponse, err error)

DescribeClusterService invokes the emr.DescribeClusterService API synchronously api document: https://help.aliyun.com/api/emr/describeclusterservice.html

func (*Client) DescribeClusterServiceConfig ¶

func (client *Client) DescribeClusterServiceConfig(request *DescribeClusterServiceConfigRequest) (response *DescribeClusterServiceConfigResponse, err error)

DescribeClusterServiceConfig invokes the emr.DescribeClusterServiceConfig API synchronously api document: https://help.aliyun.com/api/emr/describeclusterserviceconfig.html

func (*Client) DescribeClusterServiceConfigHistory ¶

func (client *Client) DescribeClusterServiceConfigHistory(request *DescribeClusterServiceConfigHistoryRequest) (response *DescribeClusterServiceConfigHistoryResponse, err error)

DescribeClusterServiceConfigHistory invokes the emr.DescribeClusterServiceConfigHistory API synchronously api document: https://help.aliyun.com/api/emr/describeclusterserviceconfighistory.html

func (*Client) DescribeClusterServiceConfigHistoryWithCallback ¶

func (client *Client) DescribeClusterServiceConfigHistoryWithCallback(request *DescribeClusterServiceConfigHistoryRequest, callback func(response *DescribeClusterServiceConfigHistoryResponse, err error)) <-chan int

DescribeClusterServiceConfigHistoryWithCallback invokes the emr.DescribeClusterServiceConfigHistory API asynchronously api document: https://help.aliyun.com/api/emr/describeclusterserviceconfighistory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeClusterServiceConfigHistoryWithChan ¶

func (client *Client) DescribeClusterServiceConfigHistoryWithChan(request *DescribeClusterServiceConfigHistoryRequest) (<-chan *DescribeClusterServiceConfigHistoryResponse, <-chan error)

DescribeClusterServiceConfigHistoryWithChan invokes the emr.DescribeClusterServiceConfigHistory API asynchronously api document: https://help.aliyun.com/api/emr/describeclusterserviceconfighistory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeClusterServiceConfigTag ¶

func (client *Client) DescribeClusterServiceConfigTag(request *DescribeClusterServiceConfigTagRequest) (response *DescribeClusterServiceConfigTagResponse, err error)

DescribeClusterServiceConfigTag invokes the emr.DescribeClusterServiceConfigTag API synchronously api document: https://help.aliyun.com/api/emr/describeclusterserviceconfigtag.html

func (*Client) DescribeClusterServiceConfigTagWithCallback ¶

func (client *Client) DescribeClusterServiceConfigTagWithCallback(request *DescribeClusterServiceConfigTagRequest, callback func(response *DescribeClusterServiceConfigTagResponse, err error)) <-chan int

DescribeClusterServiceConfigTagWithCallback invokes the emr.DescribeClusterServiceConfigTag API asynchronously api document: https://help.aliyun.com/api/emr/describeclusterserviceconfigtag.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeClusterServiceConfigTagWithChan ¶

func (client *Client) DescribeClusterServiceConfigTagWithChan(request *DescribeClusterServiceConfigTagRequest) (<-chan *DescribeClusterServiceConfigTagResponse, <-chan error)

DescribeClusterServiceConfigTagWithChan invokes the emr.DescribeClusterServiceConfigTag API asynchronously api document: https://help.aliyun.com/api/emr/describeclusterserviceconfigtag.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeClusterServiceConfigWithCallback ¶

func (client *Client) DescribeClusterServiceConfigWithCallback(request *DescribeClusterServiceConfigRequest, callback func(response *DescribeClusterServiceConfigResponse, err error)) <-chan int

DescribeClusterServiceConfigWithCallback invokes the emr.DescribeClusterServiceConfig API asynchronously api document: https://help.aliyun.com/api/emr/describeclusterserviceconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeClusterServiceConfigWithChan ¶

func (client *Client) DescribeClusterServiceConfigWithChan(request *DescribeClusterServiceConfigRequest) (<-chan *DescribeClusterServiceConfigResponse, <-chan error)

DescribeClusterServiceConfigWithChan invokes the emr.DescribeClusterServiceConfig API asynchronously api document: https://help.aliyun.com/api/emr/describeclusterserviceconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeClusterServiceWithCallback ¶

func (client *Client) DescribeClusterServiceWithCallback(request *DescribeClusterServiceRequest, callback func(response *DescribeClusterServiceResponse, err error)) <-chan int

DescribeClusterServiceWithCallback invokes the emr.DescribeClusterService API asynchronously api document: https://help.aliyun.com/api/emr/describeclusterservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeClusterServiceWithChan ¶

func (client *Client) DescribeClusterServiceWithChan(request *DescribeClusterServiceRequest) (<-chan *DescribeClusterServiceResponse, <-chan error)

DescribeClusterServiceWithChan invokes the emr.DescribeClusterService API asynchronously api document: https://help.aliyun.com/api/emr/describeclusterservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeClusterStatistics ¶

func (client *Client) DescribeClusterStatistics(request *DescribeClusterStatisticsRequest) (response *DescribeClusterStatisticsResponse, err error)

DescribeClusterStatistics invokes the emr.DescribeClusterStatistics API synchronously api document: https://help.aliyun.com/api/emr/describeclusterstatistics.html

func (*Client) DescribeClusterStatisticsWithCallback ¶

func (client *Client) DescribeClusterStatisticsWithCallback(request *DescribeClusterStatisticsRequest, callback func(response *DescribeClusterStatisticsResponse, err error)) <-chan int

DescribeClusterStatisticsWithCallback invokes the emr.DescribeClusterStatistics API asynchronously api document: https://help.aliyun.com/api/emr/describeclusterstatistics.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeClusterStatisticsWithChan ¶

func (client *Client) DescribeClusterStatisticsWithChan(request *DescribeClusterStatisticsRequest) (<-chan *DescribeClusterStatisticsResponse, <-chan error)

DescribeClusterStatisticsWithChan invokes the emr.DescribeClusterStatistics API asynchronously api document: https://help.aliyun.com/api/emr/describeclusterstatistics.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeClusterTemplate ¶

func (client *Client) DescribeClusterTemplate(request *DescribeClusterTemplateRequest) (response *DescribeClusterTemplateResponse, err error)

DescribeClusterTemplate invokes the emr.DescribeClusterTemplate API synchronously api document: https://help.aliyun.com/api/emr/describeclustertemplate.html

func (*Client) DescribeClusterTemplateWithCallback ¶

func (client *Client) DescribeClusterTemplateWithCallback(request *DescribeClusterTemplateRequest, callback func(response *DescribeClusterTemplateResponse, err error)) <-chan int

DescribeClusterTemplateWithCallback invokes the emr.DescribeClusterTemplate API asynchronously api document: https://help.aliyun.com/api/emr/describeclustertemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeClusterTemplateWithChan ¶

func (client *Client) DescribeClusterTemplateWithChan(request *DescribeClusterTemplateRequest) (<-chan *DescribeClusterTemplateResponse, <-chan error)

DescribeClusterTemplateWithChan invokes the emr.DescribeClusterTemplate API asynchronously api document: https://help.aliyun.com/api/emr/describeclustertemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeClusterV2 ¶

func (client *Client) DescribeClusterV2(request *DescribeClusterV2Request) (response *DescribeClusterV2Response, err error)

DescribeClusterV2 invokes the emr.DescribeClusterV2 API synchronously api document: https://help.aliyun.com/api/emr/describeclusterv2.html

func (*Client) DescribeClusterV2WithCallback ¶

func (client *Client) DescribeClusterV2WithCallback(request *DescribeClusterV2Request, callback func(response *DescribeClusterV2Response, err error)) <-chan int

DescribeClusterV2WithCallback invokes the emr.DescribeClusterV2 API asynchronously api document: https://help.aliyun.com/api/emr/describeclusterv2.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeClusterV2WithChan ¶

func (client *Client) DescribeClusterV2WithChan(request *DescribeClusterV2Request) (<-chan *DescribeClusterV2Response, <-chan error)

DescribeClusterV2WithChan invokes the emr.DescribeClusterV2 API asynchronously api document: https://help.aliyun.com/api/emr/describeclusterv2.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDataSource ¶

func (client *Client) DescribeDataSource(request *DescribeDataSourceRequest) (response *DescribeDataSourceResponse, err error)

DescribeDataSource invokes the emr.DescribeDataSource API synchronously api document: https://help.aliyun.com/api/emr/describedatasource.html

func (*Client) DescribeDataSourceCommand ¶

func (client *Client) DescribeDataSourceCommand(request *DescribeDataSourceCommandRequest) (response *DescribeDataSourceCommandResponse, err error)

DescribeDataSourceCommand invokes the emr.DescribeDataSourceCommand API synchronously api document: https://help.aliyun.com/api/emr/describedatasourcecommand.html

func (*Client) DescribeDataSourceCommandWithCallback ¶

func (client *Client) DescribeDataSourceCommandWithCallback(request *DescribeDataSourceCommandRequest, callback func(response *DescribeDataSourceCommandResponse, err error)) <-chan int

DescribeDataSourceCommandWithCallback invokes the emr.DescribeDataSourceCommand API asynchronously api document: https://help.aliyun.com/api/emr/describedatasourcecommand.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDataSourceCommandWithChan ¶

func (client *Client) DescribeDataSourceCommandWithChan(request *DescribeDataSourceCommandRequest) (<-chan *DescribeDataSourceCommandResponse, <-chan error)

DescribeDataSourceCommandWithChan invokes the emr.DescribeDataSourceCommand API asynchronously api document: https://help.aliyun.com/api/emr/describedatasourcecommand.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDataSourceSchemaDatabase ¶

func (client *Client) DescribeDataSourceSchemaDatabase(request *DescribeDataSourceSchemaDatabaseRequest) (response *DescribeDataSourceSchemaDatabaseResponse, err error)

DescribeDataSourceSchemaDatabase invokes the emr.DescribeDataSourceSchemaDatabase API synchronously api document: https://help.aliyun.com/api/emr/describedatasourceschemadatabase.html

func (*Client) DescribeDataSourceSchemaDatabaseWithCallback ¶

func (client *Client) DescribeDataSourceSchemaDatabaseWithCallback(request *DescribeDataSourceSchemaDatabaseRequest, callback func(response *DescribeDataSourceSchemaDatabaseResponse, err error)) <-chan int

DescribeDataSourceSchemaDatabaseWithCallback invokes the emr.DescribeDataSourceSchemaDatabase API asynchronously api document: https://help.aliyun.com/api/emr/describedatasourceschemadatabase.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDataSourceSchemaDatabaseWithChan ¶

func (client *Client) DescribeDataSourceSchemaDatabaseWithChan(request *DescribeDataSourceSchemaDatabaseRequest) (<-chan *DescribeDataSourceSchemaDatabaseResponse, <-chan error)

DescribeDataSourceSchemaDatabaseWithChan invokes the emr.DescribeDataSourceSchemaDatabase API asynchronously api document: https://help.aliyun.com/api/emr/describedatasourceschemadatabase.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDataSourceSchemaTable ¶

func (client *Client) DescribeDataSourceSchemaTable(request *DescribeDataSourceSchemaTableRequest) (response *DescribeDataSourceSchemaTableResponse, err error)

DescribeDataSourceSchemaTable invokes the emr.DescribeDataSourceSchemaTable API synchronously api document: https://help.aliyun.com/api/emr/describedatasourceschematable.html

func (*Client) DescribeDataSourceSchemaTableWithCallback ¶

func (client *Client) DescribeDataSourceSchemaTableWithCallback(request *DescribeDataSourceSchemaTableRequest, callback func(response *DescribeDataSourceSchemaTableResponse, err error)) <-chan int

DescribeDataSourceSchemaTableWithCallback invokes the emr.DescribeDataSourceSchemaTable API asynchronously api document: https://help.aliyun.com/api/emr/describedatasourceschematable.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDataSourceSchemaTableWithChan ¶

func (client *Client) DescribeDataSourceSchemaTableWithChan(request *DescribeDataSourceSchemaTableRequest) (<-chan *DescribeDataSourceSchemaTableResponse, <-chan error)

DescribeDataSourceSchemaTableWithChan invokes the emr.DescribeDataSourceSchemaTable API asynchronously api document: https://help.aliyun.com/api/emr/describedatasourceschematable.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDataSourceWithCallback ¶

func (client *Client) DescribeDataSourceWithCallback(request *DescribeDataSourceRequest, callback func(response *DescribeDataSourceResponse, err error)) <-chan int

DescribeDataSourceWithCallback invokes the emr.DescribeDataSource API asynchronously api document: https://help.aliyun.com/api/emr/describedatasource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeDataSourceWithChan ¶

func (client *Client) DescribeDataSourceWithChan(request *DescribeDataSourceRequest) (<-chan *DescribeDataSourceResponse, <-chan error)

DescribeDataSourceWithChan invokes the emr.DescribeDataSource API asynchronously api document: https://help.aliyun.com/api/emr/describedatasource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeETLJob ¶

func (client *Client) DescribeETLJob(request *DescribeETLJobRequest) (response *DescribeETLJobResponse, err error)

DescribeETLJob invokes the emr.DescribeETLJob API synchronously api document: https://help.aliyun.com/api/emr/describeetljob.html

func (*Client) DescribeETLJobInstance ¶

func (client *Client) DescribeETLJobInstance(request *DescribeETLJobInstanceRequest) (response *DescribeETLJobInstanceResponse, err error)

DescribeETLJobInstance invokes the emr.DescribeETLJobInstance API synchronously api document: https://help.aliyun.com/api/emr/describeetljobinstance.html

func (*Client) DescribeETLJobInstanceWithCallback ¶

func (client *Client) DescribeETLJobInstanceWithCallback(request *DescribeETLJobInstanceRequest, callback func(response *DescribeETLJobInstanceResponse, err error)) <-chan int

DescribeETLJobInstanceWithCallback invokes the emr.DescribeETLJobInstance API asynchronously api document: https://help.aliyun.com/api/emr/describeetljobinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeETLJobInstanceWithChan ¶

func (client *Client) DescribeETLJobInstanceWithChan(request *DescribeETLJobInstanceRequest) (<-chan *DescribeETLJobInstanceResponse, <-chan error)

DescribeETLJobInstanceWithChan invokes the emr.DescribeETLJobInstance API asynchronously api document: https://help.aliyun.com/api/emr/describeetljobinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeETLJobSqlSchema ¶

func (client *Client) DescribeETLJobSqlSchema(request *DescribeETLJobSqlSchemaRequest) (response *DescribeETLJobSqlSchemaResponse, err error)

DescribeETLJobSqlSchema invokes the emr.DescribeETLJobSqlSchema API synchronously api document: https://help.aliyun.com/api/emr/describeetljobsqlschema.html

func (*Client) DescribeETLJobSqlSchemaWithCallback ¶

func (client *Client) DescribeETLJobSqlSchemaWithCallback(request *DescribeETLJobSqlSchemaRequest, callback func(response *DescribeETLJobSqlSchemaResponse, err error)) <-chan int

DescribeETLJobSqlSchemaWithCallback invokes the emr.DescribeETLJobSqlSchema API asynchronously api document: https://help.aliyun.com/api/emr/describeetljobsqlschema.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeETLJobSqlSchemaWithChan ¶

func (client *Client) DescribeETLJobSqlSchemaWithChan(request *DescribeETLJobSqlSchemaRequest) (<-chan *DescribeETLJobSqlSchemaResponse, <-chan error)

DescribeETLJobSqlSchemaWithChan invokes the emr.DescribeETLJobSqlSchema API asynchronously api document: https://help.aliyun.com/api/emr/describeetljobsqlschema.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeETLJobStageOutputSchema ¶

func (client *Client) DescribeETLJobStageOutputSchema(request *DescribeETLJobStageOutputSchemaRequest) (response *DescribeETLJobStageOutputSchemaResponse, err error)

DescribeETLJobStageOutputSchema invokes the emr.DescribeETLJobStageOutputSchema API synchronously api document: https://help.aliyun.com/api/emr/describeetljobstageoutputschema.html

func (*Client) DescribeETLJobStageOutputSchemaWithCallback ¶

func (client *Client) DescribeETLJobStageOutputSchemaWithCallback(request *DescribeETLJobStageOutputSchemaRequest, callback func(response *DescribeETLJobStageOutputSchemaResponse, err error)) <-chan int

DescribeETLJobStageOutputSchemaWithCallback invokes the emr.DescribeETLJobStageOutputSchema API asynchronously api document: https://help.aliyun.com/api/emr/describeetljobstageoutputschema.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeETLJobStageOutputSchemaWithChan ¶

func (client *Client) DescribeETLJobStageOutputSchemaWithChan(request *DescribeETLJobStageOutputSchemaRequest) (<-chan *DescribeETLJobStageOutputSchemaResponse, <-chan error)

DescribeETLJobStageOutputSchemaWithChan invokes the emr.DescribeETLJobStageOutputSchema API asynchronously api document: https://help.aliyun.com/api/emr/describeetljobstageoutputschema.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeETLJobWithCallback ¶

func (client *Client) DescribeETLJobWithCallback(request *DescribeETLJobRequest, callback func(response *DescribeETLJobResponse, err error)) <-chan int

DescribeETLJobWithCallback invokes the emr.DescribeETLJob API asynchronously api document: https://help.aliyun.com/api/emr/describeetljob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeETLJobWithChan ¶

func (client *Client) DescribeETLJobWithChan(request *DescribeETLJobRequest) (<-chan *DescribeETLJobResponse, <-chan error)

DescribeETLJobWithChan invokes the emr.DescribeETLJob API asynchronously api document: https://help.aliyun.com/api/emr/describeetljob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeEmrMainVersion ¶

func (client *Client) DescribeEmrMainVersion(request *DescribeEmrMainVersionRequest) (response *DescribeEmrMainVersionResponse, err error)

DescribeEmrMainVersion invokes the emr.DescribeEmrMainVersion API synchronously api document: https://help.aliyun.com/api/emr/describeemrmainversion.html

func (*Client) DescribeEmrMainVersionWithCallback ¶

func (client *Client) DescribeEmrMainVersionWithCallback(request *DescribeEmrMainVersionRequest, callback func(response *DescribeEmrMainVersionResponse, err error)) <-chan int

DescribeEmrMainVersionWithCallback invokes the emr.DescribeEmrMainVersion API asynchronously api document: https://help.aliyun.com/api/emr/describeemrmainversion.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeEmrMainVersionWithChan ¶

func (client *Client) DescribeEmrMainVersionWithChan(request *DescribeEmrMainVersionRequest) (<-chan *DescribeEmrMainVersionResponse, <-chan error)

DescribeEmrMainVersionWithChan invokes the emr.DescribeEmrMainVersion API asynchronously api document: https://help.aliyun.com/api/emr/describeemrmainversion.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeExecutionPlan ¶

func (client *Client) DescribeExecutionPlan(request *DescribeExecutionPlanRequest) (response *DescribeExecutionPlanResponse, err error)

DescribeExecutionPlan invokes the emr.DescribeExecutionPlan API synchronously api document: https://help.aliyun.com/api/emr/describeexecutionplan.html

func (*Client) DescribeExecutionPlanWithCallback ¶

func (client *Client) DescribeExecutionPlanWithCallback(request *DescribeExecutionPlanRequest, callback func(response *DescribeExecutionPlanResponse, err error)) <-chan int

DescribeExecutionPlanWithCallback invokes the emr.DescribeExecutionPlan API asynchronously api document: https://help.aliyun.com/api/emr/describeexecutionplan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeExecutionPlanWithChan ¶

func (client *Client) DescribeExecutionPlanWithChan(request *DescribeExecutionPlanRequest) (<-chan *DescribeExecutionPlanResponse, <-chan error)

DescribeExecutionPlanWithChan invokes the emr.DescribeExecutionPlan API asynchronously api document: https://help.aliyun.com/api/emr/describeexecutionplan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFlow ¶

func (client *Client) DescribeFlow(request *DescribeFlowRequest) (response *DescribeFlowResponse, err error)

DescribeFlow invokes the emr.DescribeFlow API synchronously api document: https://help.aliyun.com/api/emr/describeflow.html

func (*Client) DescribeFlowCategory ¶

func (client *Client) DescribeFlowCategory(request *DescribeFlowCategoryRequest) (response *DescribeFlowCategoryResponse, err error)

DescribeFlowCategory invokes the emr.DescribeFlowCategory API synchronously api document: https://help.aliyun.com/api/emr/describeflowcategory.html

func (*Client) DescribeFlowCategoryTree ¶

func (client *Client) DescribeFlowCategoryTree(request *DescribeFlowCategoryTreeRequest) (response *DescribeFlowCategoryTreeResponse, err error)

DescribeFlowCategoryTree invokes the emr.DescribeFlowCategoryTree API synchronously api document: https://help.aliyun.com/api/emr/describeflowcategorytree.html

func (*Client) DescribeFlowCategoryTreeWithCallback ¶

func (client *Client) DescribeFlowCategoryTreeWithCallback(request *DescribeFlowCategoryTreeRequest, callback func(response *DescribeFlowCategoryTreeResponse, err error)) <-chan int

DescribeFlowCategoryTreeWithCallback invokes the emr.DescribeFlowCategoryTree API asynchronously api document: https://help.aliyun.com/api/emr/describeflowcategorytree.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFlowCategoryTreeWithChan ¶

func (client *Client) DescribeFlowCategoryTreeWithChan(request *DescribeFlowCategoryTreeRequest) (<-chan *DescribeFlowCategoryTreeResponse, <-chan error)

DescribeFlowCategoryTreeWithChan invokes the emr.DescribeFlowCategoryTree API asynchronously api document: https://help.aliyun.com/api/emr/describeflowcategorytree.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFlowCategoryWithCallback ¶

func (client *Client) DescribeFlowCategoryWithCallback(request *DescribeFlowCategoryRequest, callback func(response *DescribeFlowCategoryResponse, err error)) <-chan int

DescribeFlowCategoryWithCallback invokes the emr.DescribeFlowCategory API asynchronously api document: https://help.aliyun.com/api/emr/describeflowcategory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFlowCategoryWithChan ¶

func (client *Client) DescribeFlowCategoryWithChan(request *DescribeFlowCategoryRequest) (<-chan *DescribeFlowCategoryResponse, <-chan error)

DescribeFlowCategoryWithChan invokes the emr.DescribeFlowCategory API asynchronously api document: https://help.aliyun.com/api/emr/describeflowcategory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFlowInstance ¶

func (client *Client) DescribeFlowInstance(request *DescribeFlowInstanceRequest) (response *DescribeFlowInstanceResponse, err error)

DescribeFlowInstance invokes the emr.DescribeFlowInstance API synchronously api document: https://help.aliyun.com/api/emr/describeflowinstance.html

func (*Client) DescribeFlowInstanceWithCallback ¶

func (client *Client) DescribeFlowInstanceWithCallback(request *DescribeFlowInstanceRequest, callback func(response *DescribeFlowInstanceResponse, err error)) <-chan int

DescribeFlowInstanceWithCallback invokes the emr.DescribeFlowInstance API asynchronously api document: https://help.aliyun.com/api/emr/describeflowinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFlowInstanceWithChan ¶

func (client *Client) DescribeFlowInstanceWithChan(request *DescribeFlowInstanceRequest) (<-chan *DescribeFlowInstanceResponse, <-chan error)

DescribeFlowInstanceWithChan invokes the emr.DescribeFlowInstance API asynchronously api document: https://help.aliyun.com/api/emr/describeflowinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFlowJob ¶

func (client *Client) DescribeFlowJob(request *DescribeFlowJobRequest) (response *DescribeFlowJobResponse, err error)

DescribeFlowJob invokes the emr.DescribeFlowJob API synchronously api document: https://help.aliyun.com/api/emr/describeflowjob.html

func (*Client) DescribeFlowJobStatistic ¶

func (client *Client) DescribeFlowJobStatistic(request *DescribeFlowJobStatisticRequest) (response *DescribeFlowJobStatisticResponse, err error)

DescribeFlowJobStatistic invokes the emr.DescribeFlowJobStatistic API synchronously api document: https://help.aliyun.com/api/emr/describeflowjobstatistic.html

func (*Client) DescribeFlowJobStatisticWithCallback ¶

func (client *Client) DescribeFlowJobStatisticWithCallback(request *DescribeFlowJobStatisticRequest, callback func(response *DescribeFlowJobStatisticResponse, err error)) <-chan int

DescribeFlowJobStatisticWithCallback invokes the emr.DescribeFlowJobStatistic API asynchronously api document: https://help.aliyun.com/api/emr/describeflowjobstatistic.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFlowJobStatisticWithChan ¶

func (client *Client) DescribeFlowJobStatisticWithChan(request *DescribeFlowJobStatisticRequest) (<-chan *DescribeFlowJobStatisticResponse, <-chan error)

DescribeFlowJobStatisticWithChan invokes the emr.DescribeFlowJobStatistic API asynchronously api document: https://help.aliyun.com/api/emr/describeflowjobstatistic.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFlowJobWithCallback ¶

func (client *Client) DescribeFlowJobWithCallback(request *DescribeFlowJobRequest, callback func(response *DescribeFlowJobResponse, err error)) <-chan int

DescribeFlowJobWithCallback invokes the emr.DescribeFlowJob API asynchronously api document: https://help.aliyun.com/api/emr/describeflowjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFlowJobWithChan ¶

func (client *Client) DescribeFlowJobWithChan(request *DescribeFlowJobRequest) (<-chan *DescribeFlowJobResponse, <-chan error)

DescribeFlowJobWithChan invokes the emr.DescribeFlowJob API asynchronously api document: https://help.aliyun.com/api/emr/describeflowjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFlowNodeInstance ¶

func (client *Client) DescribeFlowNodeInstance(request *DescribeFlowNodeInstanceRequest) (response *DescribeFlowNodeInstanceResponse, err error)

DescribeFlowNodeInstance invokes the emr.DescribeFlowNodeInstance API synchronously api document: https://help.aliyun.com/api/emr/describeflownodeinstance.html

func (*Client) DescribeFlowNodeInstanceContainerLog ¶

func (client *Client) DescribeFlowNodeInstanceContainerLog(request *DescribeFlowNodeInstanceContainerLogRequest) (response *DescribeFlowNodeInstanceContainerLogResponse, err error)

DescribeFlowNodeInstanceContainerLog invokes the emr.DescribeFlowNodeInstanceContainerLog API synchronously api document: https://help.aliyun.com/api/emr/describeflownodeinstancecontainerlog.html

func (*Client) DescribeFlowNodeInstanceContainerLogWithCallback ¶

func (client *Client) DescribeFlowNodeInstanceContainerLogWithCallback(request *DescribeFlowNodeInstanceContainerLogRequest, callback func(response *DescribeFlowNodeInstanceContainerLogResponse, err error)) <-chan int

DescribeFlowNodeInstanceContainerLogWithCallback invokes the emr.DescribeFlowNodeInstanceContainerLog API asynchronously api document: https://help.aliyun.com/api/emr/describeflownodeinstancecontainerlog.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFlowNodeInstanceContainerLogWithChan ¶

func (client *Client) DescribeFlowNodeInstanceContainerLogWithChan(request *DescribeFlowNodeInstanceContainerLogRequest) (<-chan *DescribeFlowNodeInstanceContainerLogResponse, <-chan error)

DescribeFlowNodeInstanceContainerLogWithChan invokes the emr.DescribeFlowNodeInstanceContainerLog API asynchronously api document: https://help.aliyun.com/api/emr/describeflownodeinstancecontainerlog.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFlowNodeInstanceLauncherLog ¶

func (client *Client) DescribeFlowNodeInstanceLauncherLog(request *DescribeFlowNodeInstanceLauncherLogRequest) (response *DescribeFlowNodeInstanceLauncherLogResponse, err error)

DescribeFlowNodeInstanceLauncherLog invokes the emr.DescribeFlowNodeInstanceLauncherLog API synchronously api document: https://help.aliyun.com/api/emr/describeflownodeinstancelauncherlog.html

func (*Client) DescribeFlowNodeInstanceLauncherLogWithCallback ¶

func (client *Client) DescribeFlowNodeInstanceLauncherLogWithCallback(request *DescribeFlowNodeInstanceLauncherLogRequest, callback func(response *DescribeFlowNodeInstanceLauncherLogResponse, err error)) <-chan int

DescribeFlowNodeInstanceLauncherLogWithCallback invokes the emr.DescribeFlowNodeInstanceLauncherLog API asynchronously api document: https://help.aliyun.com/api/emr/describeflownodeinstancelauncherlog.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFlowNodeInstanceLauncherLogWithChan ¶

func (client *Client) DescribeFlowNodeInstanceLauncherLogWithChan(request *DescribeFlowNodeInstanceLauncherLogRequest) (<-chan *DescribeFlowNodeInstanceLauncherLogResponse, <-chan error)

DescribeFlowNodeInstanceLauncherLogWithChan invokes the emr.DescribeFlowNodeInstanceLauncherLog API asynchronously api document: https://help.aliyun.com/api/emr/describeflownodeinstancelauncherlog.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFlowNodeInstanceWithCallback ¶

func (client *Client) DescribeFlowNodeInstanceWithCallback(request *DescribeFlowNodeInstanceRequest, callback func(response *DescribeFlowNodeInstanceResponse, err error)) <-chan int

DescribeFlowNodeInstanceWithCallback invokes the emr.DescribeFlowNodeInstance API asynchronously api document: https://help.aliyun.com/api/emr/describeflownodeinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFlowNodeInstanceWithChan ¶

func (client *Client) DescribeFlowNodeInstanceWithChan(request *DescribeFlowNodeInstanceRequest) (<-chan *DescribeFlowNodeInstanceResponse, <-chan error)

DescribeFlowNodeInstanceWithChan invokes the emr.DescribeFlowNodeInstance API asynchronously api document: https://help.aliyun.com/api/emr/describeflownodeinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFlowProject ¶

func (client *Client) DescribeFlowProject(request *DescribeFlowProjectRequest) (response *DescribeFlowProjectResponse, err error)

DescribeFlowProject invokes the emr.DescribeFlowProject API synchronously api document: https://help.aliyun.com/api/emr/describeflowproject.html

func (*Client) DescribeFlowProjectClusterSetting ¶

func (client *Client) DescribeFlowProjectClusterSetting(request *DescribeFlowProjectClusterSettingRequest) (response *DescribeFlowProjectClusterSettingResponse, err error)

DescribeFlowProjectClusterSetting invokes the emr.DescribeFlowProjectClusterSetting API synchronously api document: https://help.aliyun.com/api/emr/describeflowprojectclustersetting.html

func (*Client) DescribeFlowProjectClusterSettingWithCallback ¶

func (client *Client) DescribeFlowProjectClusterSettingWithCallback(request *DescribeFlowProjectClusterSettingRequest, callback func(response *DescribeFlowProjectClusterSettingResponse, err error)) <-chan int

DescribeFlowProjectClusterSettingWithCallback invokes the emr.DescribeFlowProjectClusterSetting API asynchronously api document: https://help.aliyun.com/api/emr/describeflowprojectclustersetting.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFlowProjectClusterSettingWithChan ¶

func (client *Client) DescribeFlowProjectClusterSettingWithChan(request *DescribeFlowProjectClusterSettingRequest) (<-chan *DescribeFlowProjectClusterSettingResponse, <-chan error)

DescribeFlowProjectClusterSettingWithChan invokes the emr.DescribeFlowProjectClusterSetting API asynchronously api document: https://help.aliyun.com/api/emr/describeflowprojectclustersetting.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFlowProjectWithCallback ¶

func (client *Client) DescribeFlowProjectWithCallback(request *DescribeFlowProjectRequest, callback func(response *DescribeFlowProjectResponse, err error)) <-chan int

DescribeFlowProjectWithCallback invokes the emr.DescribeFlowProject API asynchronously api document: https://help.aliyun.com/api/emr/describeflowproject.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFlowProjectWithChan ¶

func (client *Client) DescribeFlowProjectWithChan(request *DescribeFlowProjectRequest) (<-chan *DescribeFlowProjectResponse, <-chan error)

DescribeFlowProjectWithChan invokes the emr.DescribeFlowProject API asynchronously api document: https://help.aliyun.com/api/emr/describeflowproject.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFlowVariableCollection ¶

func (client *Client) DescribeFlowVariableCollection(request *DescribeFlowVariableCollectionRequest) (response *DescribeFlowVariableCollectionResponse, err error)

DescribeFlowVariableCollection invokes the emr.DescribeFlowVariableCollection API synchronously api document: https://help.aliyun.com/api/emr/describeflowvariablecollection.html

func (*Client) DescribeFlowVariableCollectionWithCallback ¶

func (client *Client) DescribeFlowVariableCollectionWithCallback(request *DescribeFlowVariableCollectionRequest, callback func(response *DescribeFlowVariableCollectionResponse, err error)) <-chan int

DescribeFlowVariableCollectionWithCallback invokes the emr.DescribeFlowVariableCollection API asynchronously api document: https://help.aliyun.com/api/emr/describeflowvariablecollection.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFlowVariableCollectionWithChan ¶

func (client *Client) DescribeFlowVariableCollectionWithChan(request *DescribeFlowVariableCollectionRequest) (<-chan *DescribeFlowVariableCollectionResponse, <-chan error)

DescribeFlowVariableCollectionWithChan invokes the emr.DescribeFlowVariableCollection API asynchronously api document: https://help.aliyun.com/api/emr/describeflowvariablecollection.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFlowWithCallback ¶

func (client *Client) DescribeFlowWithCallback(request *DescribeFlowRequest, callback func(response *DescribeFlowResponse, err error)) <-chan int

DescribeFlowWithCallback invokes the emr.DescribeFlow API asynchronously api document: https://help.aliyun.com/api/emr/describeflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeFlowWithChan ¶

func (client *Client) DescribeFlowWithChan(request *DescribeFlowRequest) (<-chan *DescribeFlowResponse, <-chan error)

DescribeFlowWithChan invokes the emr.DescribeFlow API asynchronously api document: https://help.aliyun.com/api/emr/describeflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeJob ¶

func (client *Client) DescribeJob(request *DescribeJobRequest) (response *DescribeJobResponse, err error)

DescribeJob invokes the emr.DescribeJob API synchronously api document: https://help.aliyun.com/api/emr/describejob.html

func (*Client) DescribeJobWithCallback ¶

func (client *Client) DescribeJobWithCallback(request *DescribeJobRequest, callback func(response *DescribeJobResponse, err error)) <-chan int

DescribeJobWithCallback invokes the emr.DescribeJob API asynchronously api document: https://help.aliyun.com/api/emr/describejob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeJobWithChan ¶

func (client *Client) DescribeJobWithChan(request *DescribeJobRequest) (<-chan *DescribeJobResponse, <-chan error)

DescribeJobWithChan invokes the emr.DescribeJob API asynchronously api document: https://help.aliyun.com/api/emr/describejob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeNote ¶

func (client *Client) DescribeNote(request *DescribeNoteRequest) (response *DescribeNoteResponse, err error)

DescribeNote invokes the emr.DescribeNote API synchronously api document: https://help.aliyun.com/api/emr/describenote.html

func (*Client) DescribeNoteWithCallback ¶

func (client *Client) DescribeNoteWithCallback(request *DescribeNoteRequest, callback func(response *DescribeNoteResponse, err error)) <-chan int

DescribeNoteWithCallback invokes the emr.DescribeNote API asynchronously api document: https://help.aliyun.com/api/emr/describenote.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeNoteWithChan ¶

func (client *Client) DescribeNoteWithChan(request *DescribeNoteRequest) (<-chan *DescribeNoteResponse, <-chan error)

DescribeNoteWithChan invokes the emr.DescribeNote API asynchronously api document: https://help.aliyun.com/api/emr/describenote.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeParagraph ¶

func (client *Client) DescribeParagraph(request *DescribeParagraphRequest) (response *DescribeParagraphResponse, err error)

DescribeParagraph invokes the emr.DescribeParagraph API synchronously api document: https://help.aliyun.com/api/emr/describeparagraph.html

func (*Client) DescribeParagraphWithCallback ¶

func (client *Client) DescribeParagraphWithCallback(request *DescribeParagraphRequest, callback func(response *DescribeParagraphResponse, err error)) <-chan int

DescribeParagraphWithCallback invokes the emr.DescribeParagraph API asynchronously api document: https://help.aliyun.com/api/emr/describeparagraph.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeParagraphWithChan ¶

func (client *Client) DescribeParagraphWithChan(request *DescribeParagraphRequest) (<-chan *DescribeParagraphResponse, <-chan error)

DescribeParagraphWithChan invokes the emr.DescribeParagraph API asynchronously api document: https://help.aliyun.com/api/emr/describeparagraph.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeScalingActivity ¶

func (client *Client) DescribeScalingActivity(request *DescribeScalingActivityRequest) (response *DescribeScalingActivityResponse, err error)

DescribeScalingActivity invokes the emr.DescribeScalingActivity API synchronously api document: https://help.aliyun.com/api/emr/describescalingactivity.html

func (*Client) DescribeScalingActivityWithCallback ¶

func (client *Client) DescribeScalingActivityWithCallback(request *DescribeScalingActivityRequest, callback func(response *DescribeScalingActivityResponse, err error)) <-chan int

DescribeScalingActivityWithCallback invokes the emr.DescribeScalingActivity API asynchronously api document: https://help.aliyun.com/api/emr/describescalingactivity.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeScalingActivityWithChan ¶

func (client *Client) DescribeScalingActivityWithChan(request *DescribeScalingActivityRequest) (<-chan *DescribeScalingActivityResponse, <-chan error)

DescribeScalingActivityWithChan invokes the emr.DescribeScalingActivity API asynchronously api document: https://help.aliyun.com/api/emr/describescalingactivity.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeScalingRule ¶

func (client *Client) DescribeScalingRule(request *DescribeScalingRuleRequest) (response *DescribeScalingRuleResponse, err error)

DescribeScalingRule invokes the emr.DescribeScalingRule API synchronously api document: https://help.aliyun.com/api/emr/describescalingrule.html

func (*Client) DescribeScalingRuleWithCallback ¶

func (client *Client) DescribeScalingRuleWithCallback(request *DescribeScalingRuleRequest, callback func(response *DescribeScalingRuleResponse, err error)) <-chan int

DescribeScalingRuleWithCallback invokes the emr.DescribeScalingRule API asynchronously api document: https://help.aliyun.com/api/emr/describescalingrule.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeScalingRuleWithChan ¶

func (client *Client) DescribeScalingRuleWithChan(request *DescribeScalingRuleRequest) (<-chan *DescribeScalingRuleResponse, <-chan error)

DescribeScalingRuleWithChan invokes the emr.DescribeScalingRule API asynchronously api document: https://help.aliyun.com/api/emr/describescalingrule.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeScalingTaskGroup ¶

func (client *Client) DescribeScalingTaskGroup(request *DescribeScalingTaskGroupRequest) (response *DescribeScalingTaskGroupResponse, err error)

DescribeScalingTaskGroup invokes the emr.DescribeScalingTaskGroup API synchronously api document: https://help.aliyun.com/api/emr/describescalingtaskgroup.html

func (*Client) DescribeScalingTaskGroupWithCallback ¶

func (client *Client) DescribeScalingTaskGroupWithCallback(request *DescribeScalingTaskGroupRequest, callback func(response *DescribeScalingTaskGroupResponse, err error)) <-chan int

DescribeScalingTaskGroupWithCallback invokes the emr.DescribeScalingTaskGroup API asynchronously api document: https://help.aliyun.com/api/emr/describescalingtaskgroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeScalingTaskGroupWithChan ¶

func (client *Client) DescribeScalingTaskGroupWithChan(request *DescribeScalingTaskGroupRequest) (<-chan *DescribeScalingTaskGroupResponse, <-chan error)

DescribeScalingTaskGroupWithChan invokes the emr.DescribeScalingTaskGroup API asynchronously api document: https://help.aliyun.com/api/emr/describescalingtaskgroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeSecurityGroupAttribute ¶

func (client *Client) DescribeSecurityGroupAttribute(request *DescribeSecurityGroupAttributeRequest) (response *DescribeSecurityGroupAttributeResponse, err error)

DescribeSecurityGroupAttribute invokes the emr.DescribeSecurityGroupAttribute API synchronously api document: https://help.aliyun.com/api/emr/describesecuritygroupattribute.html

func (*Client) DescribeSecurityGroupAttributeWithCallback ¶

func (client *Client) DescribeSecurityGroupAttributeWithCallback(request *DescribeSecurityGroupAttributeRequest, callback func(response *DescribeSecurityGroupAttributeResponse, err error)) <-chan int

DescribeSecurityGroupAttributeWithCallback invokes the emr.DescribeSecurityGroupAttribute API asynchronously api document: https://help.aliyun.com/api/emr/describesecuritygroupattribute.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeSecurityGroupAttributeWithChan ¶

func (client *Client) DescribeSecurityGroupAttributeWithChan(request *DescribeSecurityGroupAttributeRequest) (<-chan *DescribeSecurityGroupAttributeResponse, <-chan error)

DescribeSecurityGroupAttributeWithChan invokes the emr.DescribeSecurityGroupAttribute API asynchronously api document: https://help.aliyun.com/api/emr/describesecuritygroupattribute.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeUserStatistics ¶

func (client *Client) DescribeUserStatistics(request *DescribeUserStatisticsRequest) (response *DescribeUserStatisticsResponse, err error)

DescribeUserStatistics invokes the emr.DescribeUserStatistics API synchronously api document: https://help.aliyun.com/api/emr/describeuserstatistics.html

func (*Client) DescribeUserStatisticsWithCallback ¶

func (client *Client) DescribeUserStatisticsWithCallback(request *DescribeUserStatisticsRequest, callback func(response *DescribeUserStatisticsResponse, err error)) <-chan int

DescribeUserStatisticsWithCallback invokes the emr.DescribeUserStatistics API asynchronously api document: https://help.aliyun.com/api/emr/describeuserstatistics.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DescribeUserStatisticsWithChan ¶

func (client *Client) DescribeUserStatisticsWithChan(request *DescribeUserStatisticsRequest) (<-chan *DescribeUserStatisticsResponse, <-chan error)

DescribeUserStatisticsWithChan invokes the emr.DescribeUserStatistics API asynchronously api document: https://help.aliyun.com/api/emr/describeuserstatistics.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DetachClusterForNote ¶

func (client *Client) DetachClusterForNote(request *DetachClusterForNoteRequest) (response *DetachClusterForNoteResponse, err error)

DetachClusterForNote invokes the emr.DetachClusterForNote API synchronously api document: https://help.aliyun.com/api/emr/detachclusterfornote.html

func (*Client) DetachClusterForNoteWithCallback ¶

func (client *Client) DetachClusterForNoteWithCallback(request *DetachClusterForNoteRequest, callback func(response *DetachClusterForNoteResponse, err error)) <-chan int

DetachClusterForNoteWithCallback invokes the emr.DetachClusterForNote API asynchronously api document: https://help.aliyun.com/api/emr/detachclusterfornote.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) DetachClusterForNoteWithChan ¶

func (client *Client) DetachClusterForNoteWithChan(request *DetachClusterForNoteRequest) (<-chan *DetachClusterForNoteResponse, <-chan error)

DetachClusterForNoteWithChan invokes the emr.DetachClusterForNote API asynchronously api document: https://help.aliyun.com/api/emr/detachclusterfornote.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetHdfsCapacityStatisticInfo ¶

func (client *Client) GetHdfsCapacityStatisticInfo(request *GetHdfsCapacityStatisticInfoRequest) (response *GetHdfsCapacityStatisticInfoResponse, err error)

GetHdfsCapacityStatisticInfo invokes the emr.GetHdfsCapacityStatisticInfo API synchronously api document: https://help.aliyun.com/api/emr/gethdfscapacitystatisticinfo.html

func (*Client) GetHdfsCapacityStatisticInfoWithCallback ¶

func (client *Client) GetHdfsCapacityStatisticInfoWithCallback(request *GetHdfsCapacityStatisticInfoRequest, callback func(response *GetHdfsCapacityStatisticInfoResponse, err error)) <-chan int

GetHdfsCapacityStatisticInfoWithCallback invokes the emr.GetHdfsCapacityStatisticInfo API asynchronously api document: https://help.aliyun.com/api/emr/gethdfscapacitystatisticinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetHdfsCapacityStatisticInfoWithChan ¶

func (client *Client) GetHdfsCapacityStatisticInfoWithChan(request *GetHdfsCapacityStatisticInfoRequest) (<-chan *GetHdfsCapacityStatisticInfoResponse, <-chan error)

GetHdfsCapacityStatisticInfoWithChan invokes the emr.GetHdfsCapacityStatisticInfo API asynchronously api document: https://help.aliyun.com/api/emr/gethdfscapacitystatisticinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetJobInputStatisticInfo ¶

func (client *Client) GetJobInputStatisticInfo(request *GetJobInputStatisticInfoRequest) (response *GetJobInputStatisticInfoResponse, err error)

GetJobInputStatisticInfo invokes the emr.GetJobInputStatisticInfo API synchronously api document: https://help.aliyun.com/api/emr/getjobinputstatisticinfo.html

func (*Client) GetJobInputStatisticInfoWithCallback ¶

func (client *Client) GetJobInputStatisticInfoWithCallback(request *GetJobInputStatisticInfoRequest, callback func(response *GetJobInputStatisticInfoResponse, err error)) <-chan int

GetJobInputStatisticInfoWithCallback invokes the emr.GetJobInputStatisticInfo API asynchronously api document: https://help.aliyun.com/api/emr/getjobinputstatisticinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetJobInputStatisticInfoWithChan ¶

func (client *Client) GetJobInputStatisticInfoWithChan(request *GetJobInputStatisticInfoRequest) (<-chan *GetJobInputStatisticInfoResponse, <-chan error)

GetJobInputStatisticInfoWithChan invokes the emr.GetJobInputStatisticInfo API asynchronously api document: https://help.aliyun.com/api/emr/getjobinputstatisticinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetJobMigrateResult ¶

func (client *Client) GetJobMigrateResult(request *GetJobMigrateResultRequest) (response *GetJobMigrateResultResponse, err error)

GetJobMigrateResult invokes the emr.GetJobMigrateResult API synchronously api document: https://help.aliyun.com/api/emr/getjobmigrateresult.html

func (*Client) GetJobMigrateResultWithCallback ¶

func (client *Client) GetJobMigrateResultWithCallback(request *GetJobMigrateResultRequest, callback func(response *GetJobMigrateResultResponse, err error)) <-chan int

GetJobMigrateResultWithCallback invokes the emr.GetJobMigrateResult API asynchronously api document: https://help.aliyun.com/api/emr/getjobmigrateresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetJobMigrateResultWithChan ¶

func (client *Client) GetJobMigrateResultWithChan(request *GetJobMigrateResultRequest) (<-chan *GetJobMigrateResultResponse, <-chan error)

GetJobMigrateResultWithChan invokes the emr.GetJobMigrateResult API asynchronously api document: https://help.aliyun.com/api/emr/getjobmigrateresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetJobOutputStatisticInfo ¶

func (client *Client) GetJobOutputStatisticInfo(request *GetJobOutputStatisticInfoRequest) (response *GetJobOutputStatisticInfoResponse, err error)

GetJobOutputStatisticInfo invokes the emr.GetJobOutputStatisticInfo API synchronously api document: https://help.aliyun.com/api/emr/getjoboutputstatisticinfo.html

func (*Client) GetJobOutputStatisticInfoWithCallback ¶

func (client *Client) GetJobOutputStatisticInfoWithCallback(request *GetJobOutputStatisticInfoRequest, callback func(response *GetJobOutputStatisticInfoResponse, err error)) <-chan int

GetJobOutputStatisticInfoWithCallback invokes the emr.GetJobOutputStatisticInfo API asynchronously api document: https://help.aliyun.com/api/emr/getjoboutputstatisticinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetJobOutputStatisticInfoWithChan ¶

func (client *Client) GetJobOutputStatisticInfoWithChan(request *GetJobOutputStatisticInfoRequest) (<-chan *GetJobOutputStatisticInfoResponse, <-chan error)

GetJobOutputStatisticInfoWithChan invokes the emr.GetJobOutputStatisticInfo API asynchronously api document: https://help.aliyun.com/api/emr/getjoboutputstatisticinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetJobRunningTimeStatisticInfo ¶

func (client *Client) GetJobRunningTimeStatisticInfo(request *GetJobRunningTimeStatisticInfoRequest) (response *GetJobRunningTimeStatisticInfoResponse, err error)

GetJobRunningTimeStatisticInfo invokes the emr.GetJobRunningTimeStatisticInfo API synchronously api document: https://help.aliyun.com/api/emr/getjobrunningtimestatisticinfo.html

func (*Client) GetJobRunningTimeStatisticInfoWithCallback ¶

func (client *Client) GetJobRunningTimeStatisticInfoWithCallback(request *GetJobRunningTimeStatisticInfoRequest, callback func(response *GetJobRunningTimeStatisticInfoResponse, err error)) <-chan int

GetJobRunningTimeStatisticInfoWithCallback invokes the emr.GetJobRunningTimeStatisticInfo API asynchronously api document: https://help.aliyun.com/api/emr/getjobrunningtimestatisticinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetJobRunningTimeStatisticInfoWithChan ¶

func (client *Client) GetJobRunningTimeStatisticInfoWithChan(request *GetJobRunningTimeStatisticInfoRequest) (<-chan *GetJobRunningTimeStatisticInfoResponse, <-chan error)

GetJobRunningTimeStatisticInfoWithChan invokes the emr.GetJobRunningTimeStatisticInfo API asynchronously api document: https://help.aliyun.com/api/emr/getjobrunningtimestatisticinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetLogDownloadUrl ¶

func (client *Client) GetLogDownloadUrl(request *GetLogDownloadUrlRequest) (response *GetLogDownloadUrlResponse, err error)

GetLogDownloadUrl invokes the emr.GetLogDownloadUrl API synchronously api document: https://help.aliyun.com/api/emr/getlogdownloadurl.html

func (*Client) GetLogDownloadUrlWithCallback ¶

func (client *Client) GetLogDownloadUrlWithCallback(request *GetLogDownloadUrlRequest, callback func(response *GetLogDownloadUrlResponse, err error)) <-chan int

GetLogDownloadUrlWithCallback invokes the emr.GetLogDownloadUrl API asynchronously api document: https://help.aliyun.com/api/emr/getlogdownloadurl.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetLogDownloadUrlWithChan ¶

func (client *Client) GetLogDownloadUrlWithChan(request *GetLogDownloadUrlRequest) (<-chan *GetLogDownloadUrlResponse, <-chan error)

GetLogDownloadUrlWithChan invokes the emr.GetLogDownloadUrl API asynchronously api document: https://help.aliyun.com/api/emr/getlogdownloadurl.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetLogHistogram ¶

func (client *Client) GetLogHistogram(request *GetLogHistogramRequest) (response *GetLogHistogramResponse, err error)

GetLogHistogram invokes the emr.GetLogHistogram API synchronously api document: https://help.aliyun.com/api/emr/getloghistogram.html

func (*Client) GetLogHistogramWithCallback ¶

func (client *Client) GetLogHistogramWithCallback(request *GetLogHistogramRequest, callback func(response *GetLogHistogramResponse, err error)) <-chan int

GetLogHistogramWithCallback invokes the emr.GetLogHistogram API asynchronously api document: https://help.aliyun.com/api/emr/getloghistogram.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetLogHistogramWithChan ¶

func (client *Client) GetLogHistogramWithChan(request *GetLogHistogramRequest) (<-chan *GetLogHistogramResponse, <-chan error)

GetLogHistogramWithChan invokes the emr.GetLogHistogram API asynchronously api document: https://help.aliyun.com/api/emr/getloghistogram.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetOpsCommandDetail ¶

func (client *Client) GetOpsCommandDetail(request *GetOpsCommandDetailRequest) (response *GetOpsCommandDetailResponse, err error)

GetOpsCommandDetail invokes the emr.GetOpsCommandDetail API synchronously api document: https://help.aliyun.com/api/emr/getopscommanddetail.html

func (*Client) GetOpsCommandDetailWithCallback ¶

func (client *Client) GetOpsCommandDetailWithCallback(request *GetOpsCommandDetailRequest, callback func(response *GetOpsCommandDetailResponse, err error)) <-chan int

GetOpsCommandDetailWithCallback invokes the emr.GetOpsCommandDetail API asynchronously api document: https://help.aliyun.com/api/emr/getopscommanddetail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetOpsCommandDetailWithChan ¶

func (client *Client) GetOpsCommandDetailWithChan(request *GetOpsCommandDetailRequest) (<-chan *GetOpsCommandDetailResponse, <-chan error)

GetOpsCommandDetailWithChan invokes the emr.GetOpsCommandDetail API asynchronously api document: https://help.aliyun.com/api/emr/getopscommanddetail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetOpsCommandResult ¶

func (client *Client) GetOpsCommandResult(request *GetOpsCommandResultRequest) (response *GetOpsCommandResultResponse, err error)

GetOpsCommandResult invokes the emr.GetOpsCommandResult API synchronously api document: https://help.aliyun.com/api/emr/getopscommandresult.html

func (*Client) GetOpsCommandResultOnce ¶

func (client *Client) GetOpsCommandResultOnce(request *GetOpsCommandResultOnceRequest) (response *GetOpsCommandResultOnceResponse, err error)

GetOpsCommandResultOnce invokes the emr.GetOpsCommandResultOnce API synchronously api document: https://help.aliyun.com/api/emr/getopscommandresultonce.html

func (*Client) GetOpsCommandResultOnceWithCallback ¶

func (client *Client) GetOpsCommandResultOnceWithCallback(request *GetOpsCommandResultOnceRequest, callback func(response *GetOpsCommandResultOnceResponse, err error)) <-chan int

GetOpsCommandResultOnceWithCallback invokes the emr.GetOpsCommandResultOnce API asynchronously api document: https://help.aliyun.com/api/emr/getopscommandresultonce.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetOpsCommandResultOnceWithChan ¶

func (client *Client) GetOpsCommandResultOnceWithChan(request *GetOpsCommandResultOnceRequest) (<-chan *GetOpsCommandResultOnceResponse, <-chan error)

GetOpsCommandResultOnceWithChan invokes the emr.GetOpsCommandResultOnce API asynchronously api document: https://help.aliyun.com/api/emr/getopscommandresultonce.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetOpsCommandResultWithCallback ¶

func (client *Client) GetOpsCommandResultWithCallback(request *GetOpsCommandResultRequest, callback func(response *GetOpsCommandResultResponse, err error)) <-chan int

GetOpsCommandResultWithCallback invokes the emr.GetOpsCommandResult API asynchronously api document: https://help.aliyun.com/api/emr/getopscommandresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetOpsCommandResultWithChan ¶

func (client *Client) GetOpsCommandResultWithChan(request *GetOpsCommandResultRequest) (<-chan *GetOpsCommandResultResponse, <-chan error)

GetOpsCommandResultWithChan invokes the emr.GetOpsCommandResult API asynchronously api document: https://help.aliyun.com/api/emr/getopscommandresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetQueueInputStatisticInfo ¶

func (client *Client) GetQueueInputStatisticInfo(request *GetQueueInputStatisticInfoRequest) (response *GetQueueInputStatisticInfoResponse, err error)

GetQueueInputStatisticInfo invokes the emr.GetQueueInputStatisticInfo API synchronously api document: https://help.aliyun.com/api/emr/getqueueinputstatisticinfo.html

func (*Client) GetQueueInputStatisticInfoWithCallback ¶

func (client *Client) GetQueueInputStatisticInfoWithCallback(request *GetQueueInputStatisticInfoRequest, callback func(response *GetQueueInputStatisticInfoResponse, err error)) <-chan int

GetQueueInputStatisticInfoWithCallback invokes the emr.GetQueueInputStatisticInfo API asynchronously api document: https://help.aliyun.com/api/emr/getqueueinputstatisticinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetQueueInputStatisticInfoWithChan ¶

func (client *Client) GetQueueInputStatisticInfoWithChan(request *GetQueueInputStatisticInfoRequest) (<-chan *GetQueueInputStatisticInfoResponse, <-chan error)

GetQueueInputStatisticInfoWithChan invokes the emr.GetQueueInputStatisticInfo API asynchronously api document: https://help.aliyun.com/api/emr/getqueueinputstatisticinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetQueueOutputStatisticInfo ¶

func (client *Client) GetQueueOutputStatisticInfo(request *GetQueueOutputStatisticInfoRequest) (response *GetQueueOutputStatisticInfoResponse, err error)

GetQueueOutputStatisticInfo invokes the emr.GetQueueOutputStatisticInfo API synchronously api document: https://help.aliyun.com/api/emr/getqueueoutputstatisticinfo.html

func (*Client) GetQueueOutputStatisticInfoWithCallback ¶

func (client *Client) GetQueueOutputStatisticInfoWithCallback(request *GetQueueOutputStatisticInfoRequest, callback func(response *GetQueueOutputStatisticInfoResponse, err error)) <-chan int

GetQueueOutputStatisticInfoWithCallback invokes the emr.GetQueueOutputStatisticInfo API asynchronously api document: https://help.aliyun.com/api/emr/getqueueoutputstatisticinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetQueueOutputStatisticInfoWithChan ¶

func (client *Client) GetQueueOutputStatisticInfoWithChan(request *GetQueueOutputStatisticInfoRequest) (<-chan *GetQueueOutputStatisticInfoResponse, <-chan error)

GetQueueOutputStatisticInfoWithChan invokes the emr.GetQueueOutputStatisticInfo API asynchronously api document: https://help.aliyun.com/api/emr/getqueueoutputstatisticinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetQueueSubmissionStatisticInfo ¶

func (client *Client) GetQueueSubmissionStatisticInfo(request *GetQueueSubmissionStatisticInfoRequest) (response *GetQueueSubmissionStatisticInfoResponse, err error)

GetQueueSubmissionStatisticInfo invokes the emr.GetQueueSubmissionStatisticInfo API synchronously api document: https://help.aliyun.com/api/emr/getqueuesubmissionstatisticinfo.html

func (*Client) GetQueueSubmissionStatisticInfoWithCallback ¶

func (client *Client) GetQueueSubmissionStatisticInfoWithCallback(request *GetQueueSubmissionStatisticInfoRequest, callback func(response *GetQueueSubmissionStatisticInfoResponse, err error)) <-chan int

GetQueueSubmissionStatisticInfoWithCallback invokes the emr.GetQueueSubmissionStatisticInfo API asynchronously api document: https://help.aliyun.com/api/emr/getqueuesubmissionstatisticinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetQueueSubmissionStatisticInfoWithChan ¶

func (client *Client) GetQueueSubmissionStatisticInfoWithChan(request *GetQueueSubmissionStatisticInfoRequest) (<-chan *GetQueueSubmissionStatisticInfoResponse, <-chan error)

GetQueueSubmissionStatisticInfoWithChan invokes the emr.GetQueueSubmissionStatisticInfo API asynchronously api document: https://help.aliyun.com/api/emr/getqueuesubmissionstatisticinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetSupportedOpsCommand ¶

func (client *Client) GetSupportedOpsCommand(request *GetSupportedOpsCommandRequest) (response *GetSupportedOpsCommandResponse, err error)

GetSupportedOpsCommand invokes the emr.GetSupportedOpsCommand API synchronously api document: https://help.aliyun.com/api/emr/getsupportedopscommand.html

func (*Client) GetSupportedOpsCommandWithCallback ¶

func (client *Client) GetSupportedOpsCommandWithCallback(request *GetSupportedOpsCommandRequest, callback func(response *GetSupportedOpsCommandResponse, err error)) <-chan int

GetSupportedOpsCommandWithCallback invokes the emr.GetSupportedOpsCommand API asynchronously api document: https://help.aliyun.com/api/emr/getsupportedopscommand.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetSupportedOpsCommandWithChan ¶

func (client *Client) GetSupportedOpsCommandWithChan(request *GetSupportedOpsCommandRequest) (<-chan *GetSupportedOpsCommandResponse, <-chan error)

GetSupportedOpsCommandWithChan invokes the emr.GetSupportedOpsCommand API asynchronously api document: https://help.aliyun.com/api/emr/getsupportedopscommand.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetUserInputStatisticInfo ¶

func (client *Client) GetUserInputStatisticInfo(request *GetUserInputStatisticInfoRequest) (response *GetUserInputStatisticInfoResponse, err error)

GetUserInputStatisticInfo invokes the emr.GetUserInputStatisticInfo API synchronously api document: https://help.aliyun.com/api/emr/getuserinputstatisticinfo.html

func (*Client) GetUserInputStatisticInfoWithCallback ¶

func (client *Client) GetUserInputStatisticInfoWithCallback(request *GetUserInputStatisticInfoRequest, callback func(response *GetUserInputStatisticInfoResponse, err error)) <-chan int

GetUserInputStatisticInfoWithCallback invokes the emr.GetUserInputStatisticInfo API asynchronously api document: https://help.aliyun.com/api/emr/getuserinputstatisticinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetUserInputStatisticInfoWithChan ¶

func (client *Client) GetUserInputStatisticInfoWithChan(request *GetUserInputStatisticInfoRequest) (<-chan *GetUserInputStatisticInfoResponse, <-chan error)

GetUserInputStatisticInfoWithChan invokes the emr.GetUserInputStatisticInfo API asynchronously api document: https://help.aliyun.com/api/emr/getuserinputstatisticinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetUserOutputStatisticInfo ¶

func (client *Client) GetUserOutputStatisticInfo(request *GetUserOutputStatisticInfoRequest) (response *GetUserOutputStatisticInfoResponse, err error)

GetUserOutputStatisticInfo invokes the emr.GetUserOutputStatisticInfo API synchronously api document: https://help.aliyun.com/api/emr/getuseroutputstatisticinfo.html

func (*Client) GetUserOutputStatisticInfoWithCallback ¶

func (client *Client) GetUserOutputStatisticInfoWithCallback(request *GetUserOutputStatisticInfoRequest, callback func(response *GetUserOutputStatisticInfoResponse, err error)) <-chan int

GetUserOutputStatisticInfoWithCallback invokes the emr.GetUserOutputStatisticInfo API asynchronously api document: https://help.aliyun.com/api/emr/getuseroutputstatisticinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetUserOutputStatisticInfoWithChan ¶

func (client *Client) GetUserOutputStatisticInfoWithChan(request *GetUserOutputStatisticInfoRequest) (<-chan *GetUserOutputStatisticInfoResponse, <-chan error)

GetUserOutputStatisticInfoWithChan invokes the emr.GetUserOutputStatisticInfo API asynchronously api document: https://help.aliyun.com/api/emr/getuseroutputstatisticinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetUserSubmissionStatisticInfo ¶

func (client *Client) GetUserSubmissionStatisticInfo(request *GetUserSubmissionStatisticInfoRequest) (response *GetUserSubmissionStatisticInfoResponse, err error)

GetUserSubmissionStatisticInfo invokes the emr.GetUserSubmissionStatisticInfo API synchronously api document: https://help.aliyun.com/api/emr/getusersubmissionstatisticinfo.html

func (*Client) GetUserSubmissionStatisticInfoWithCallback ¶

func (client *Client) GetUserSubmissionStatisticInfoWithCallback(request *GetUserSubmissionStatisticInfoRequest, callback func(response *GetUserSubmissionStatisticInfoResponse, err error)) <-chan int

GetUserSubmissionStatisticInfoWithCallback invokes the emr.GetUserSubmissionStatisticInfo API asynchronously api document: https://help.aliyun.com/api/emr/getusersubmissionstatisticinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetUserSubmissionStatisticInfoWithChan ¶

func (client *Client) GetUserSubmissionStatisticInfoWithChan(request *GetUserSubmissionStatisticInfoRequest) (<-chan *GetUserSubmissionStatisticInfoResponse, <-chan error)

GetUserSubmissionStatisticInfoWithChan invokes the emr.GetUserSubmissionStatisticInfo API asynchronously api document: https://help.aliyun.com/api/emr/getusersubmissionstatisticinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) KillETLJobInstance ¶

func (client *Client) KillETLJobInstance(request *KillETLJobInstanceRequest) (response *KillETLJobInstanceResponse, err error)

KillETLJobInstance invokes the emr.KillETLJobInstance API synchronously api document: https://help.aliyun.com/api/emr/killetljobinstance.html

func (*Client) KillETLJobInstanceWithCallback ¶

func (client *Client) KillETLJobInstanceWithCallback(request *KillETLJobInstanceRequest, callback func(response *KillETLJobInstanceResponse, err error)) <-chan int

KillETLJobInstanceWithCallback invokes the emr.KillETLJobInstance API asynchronously api document: https://help.aliyun.com/api/emr/killetljobinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) KillETLJobInstanceWithChan ¶

func (client *Client) KillETLJobInstanceWithChan(request *KillETLJobInstanceRequest) (<-chan *KillETLJobInstanceResponse, <-chan error)

KillETLJobInstanceWithChan invokes the emr.KillETLJobInstance API asynchronously api document: https://help.aliyun.com/api/emr/killetljobinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) KillExecutionJobInstance ¶

func (client *Client) KillExecutionJobInstance(request *KillExecutionJobInstanceRequest) (response *KillExecutionJobInstanceResponse, err error)

KillExecutionJobInstance invokes the emr.KillExecutionJobInstance API synchronously api document: https://help.aliyun.com/api/emr/killexecutionjobinstance.html

func (*Client) KillExecutionJobInstanceWithCallback ¶

func (client *Client) KillExecutionJobInstanceWithCallback(request *KillExecutionJobInstanceRequest, callback func(response *KillExecutionJobInstanceResponse, err error)) <-chan int

KillExecutionJobInstanceWithCallback invokes the emr.KillExecutionJobInstance API asynchronously api document: https://help.aliyun.com/api/emr/killexecutionjobinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) KillExecutionJobInstanceWithChan ¶

func (client *Client) KillExecutionJobInstanceWithChan(request *KillExecutionJobInstanceRequest) (<-chan *KillExecutionJobInstanceResponse, <-chan error)

KillExecutionJobInstanceWithChan invokes the emr.KillExecutionJobInstance API asynchronously api document: https://help.aliyun.com/api/emr/killexecutionjobinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) KillExecutionPlanInstance ¶

func (client *Client) KillExecutionPlanInstance(request *KillExecutionPlanInstanceRequest) (response *KillExecutionPlanInstanceResponse, err error)

KillExecutionPlanInstance invokes the emr.KillExecutionPlanInstance API synchronously api document: https://help.aliyun.com/api/emr/killexecutionplaninstance.html

func (*Client) KillExecutionPlanInstanceWithCallback ¶

func (client *Client) KillExecutionPlanInstanceWithCallback(request *KillExecutionPlanInstanceRequest, callback func(response *KillExecutionPlanInstanceResponse, err error)) <-chan int

KillExecutionPlanInstanceWithCallback invokes the emr.KillExecutionPlanInstance API asynchronously api document: https://help.aliyun.com/api/emr/killexecutionplaninstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) KillExecutionPlanInstanceWithChan ¶

func (client *Client) KillExecutionPlanInstanceWithChan(request *KillExecutionPlanInstanceRequest) (<-chan *KillExecutionPlanInstanceResponse, <-chan error)

KillExecutionPlanInstanceWithChan invokes the emr.KillExecutionPlanInstance API asynchronously api document: https://help.aliyun.com/api/emr/killexecutionplaninstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) KillFlow ¶

func (client *Client) KillFlow(request *KillFlowRequest) (response *KillFlowResponse, err error)

KillFlow invokes the emr.KillFlow API synchronously api document: https://help.aliyun.com/api/emr/killflow.html

func (*Client) KillFlowJob ¶

func (client *Client) KillFlowJob(request *KillFlowJobRequest) (response *KillFlowJobResponse, err error)

KillFlowJob invokes the emr.KillFlowJob API synchronously api document: https://help.aliyun.com/api/emr/killflowjob.html

func (*Client) KillFlowJobWithCallback ¶

func (client *Client) KillFlowJobWithCallback(request *KillFlowJobRequest, callback func(response *KillFlowJobResponse, err error)) <-chan int

KillFlowJobWithCallback invokes the emr.KillFlowJob API asynchronously api document: https://help.aliyun.com/api/emr/killflowjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) KillFlowJobWithChan ¶

func (client *Client) KillFlowJobWithChan(request *KillFlowJobRequest) (<-chan *KillFlowJobResponse, <-chan error)

KillFlowJobWithChan invokes the emr.KillFlowJob API asynchronously api document: https://help.aliyun.com/api/emr/killflowjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) KillFlowWithCallback ¶

func (client *Client) KillFlowWithCallback(request *KillFlowRequest, callback func(response *KillFlowResponse, err error)) <-chan int

KillFlowWithCallback invokes the emr.KillFlow API asynchronously api document: https://help.aliyun.com/api/emr/killflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) KillFlowWithChan ¶

func (client *Client) KillFlowWithChan(request *KillFlowRequest) (<-chan *KillFlowResponse, <-chan error)

KillFlowWithChan invokes the emr.KillFlow API asynchronously api document: https://help.aliyun.com/api/emr/killflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListAlertContacts ¶

func (client *Client) ListAlertContacts(request *ListAlertContactsRequest) (response *ListAlertContactsResponse, err error)

ListAlertContacts invokes the emr.ListAlertContacts API synchronously api document: https://help.aliyun.com/api/emr/listalertcontacts.html

func (*Client) ListAlertContactsWithCallback ¶

func (client *Client) ListAlertContactsWithCallback(request *ListAlertContactsRequest, callback func(response *ListAlertContactsResponse, err error)) <-chan int

ListAlertContactsWithCallback invokes the emr.ListAlertContacts API asynchronously api document: https://help.aliyun.com/api/emr/listalertcontacts.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListAlertContactsWithChan ¶

func (client *Client) ListAlertContactsWithChan(request *ListAlertContactsRequest) (<-chan *ListAlertContactsResponse, <-chan error)

ListAlertContactsWithChan invokes the emr.ListAlertContacts API asynchronously api document: https://help.aliyun.com/api/emr/listalertcontacts.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListAlertDingDingGroup ¶

func (client *Client) ListAlertDingDingGroup(request *ListAlertDingDingGroupRequest) (response *ListAlertDingDingGroupResponse, err error)

ListAlertDingDingGroup invokes the emr.ListAlertDingDingGroup API synchronously api document: https://help.aliyun.com/api/emr/listalertdingdinggroup.html

func (*Client) ListAlertDingDingGroupWithCallback ¶

func (client *Client) ListAlertDingDingGroupWithCallback(request *ListAlertDingDingGroupRequest, callback func(response *ListAlertDingDingGroupResponse, err error)) <-chan int

ListAlertDingDingGroupWithCallback invokes the emr.ListAlertDingDingGroup API asynchronously api document: https://help.aliyun.com/api/emr/listalertdingdinggroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListAlertDingDingGroupWithChan ¶

func (client *Client) ListAlertDingDingGroupWithChan(request *ListAlertDingDingGroupRequest) (<-chan *ListAlertDingDingGroupResponse, <-chan error)

ListAlertDingDingGroupWithChan invokes the emr.ListAlertDingDingGroup API asynchronously api document: https://help.aliyun.com/api/emr/listalertdingdinggroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListAlertUserGroup ¶

func (client *Client) ListAlertUserGroup(request *ListAlertUserGroupRequest) (response *ListAlertUserGroupResponse, err error)

ListAlertUserGroup invokes the emr.ListAlertUserGroup API synchronously api document: https://help.aliyun.com/api/emr/listalertusergroup.html

func (*Client) ListAlertUserGroupWithCallback ¶

func (client *Client) ListAlertUserGroupWithCallback(request *ListAlertUserGroupRequest, callback func(response *ListAlertUserGroupResponse, err error)) <-chan int

ListAlertUserGroupWithCallback invokes the emr.ListAlertUserGroup API asynchronously api document: https://help.aliyun.com/api/emr/listalertusergroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListAlertUserGroupWithChan ¶

func (client *Client) ListAlertUserGroupWithChan(request *ListAlertUserGroupRequest) (<-chan *ListAlertUserGroupResponse, <-chan error)

ListAlertUserGroupWithChan invokes the emr.ListAlertUserGroup API asynchronously api document: https://help.aliyun.com/api/emr/listalertusergroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterHost ¶

func (client *Client) ListClusterHost(request *ListClusterHostRequest) (response *ListClusterHostResponse, err error)

ListClusterHost invokes the emr.ListClusterHost API synchronously api document: https://help.aliyun.com/api/emr/listclusterhost.html

func (*Client) ListClusterHostComponent ¶

func (client *Client) ListClusterHostComponent(request *ListClusterHostComponentRequest) (response *ListClusterHostComponentResponse, err error)

ListClusterHostComponent invokes the emr.ListClusterHostComponent API synchronously api document: https://help.aliyun.com/api/emr/listclusterhostcomponent.html

func (*Client) ListClusterHostComponentWithCallback ¶

func (client *Client) ListClusterHostComponentWithCallback(request *ListClusterHostComponentRequest, callback func(response *ListClusterHostComponentResponse, err error)) <-chan int

ListClusterHostComponentWithCallback invokes the emr.ListClusterHostComponent API asynchronously api document: https://help.aliyun.com/api/emr/listclusterhostcomponent.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterHostComponentWithChan ¶

func (client *Client) ListClusterHostComponentWithChan(request *ListClusterHostComponentRequest) (<-chan *ListClusterHostComponentResponse, <-chan error)

ListClusterHostComponentWithChan invokes the emr.ListClusterHostComponent API asynchronously api document: https://help.aliyun.com/api/emr/listclusterhostcomponent.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterHostGroup ¶

func (client *Client) ListClusterHostGroup(request *ListClusterHostGroupRequest) (response *ListClusterHostGroupResponse, err error)

ListClusterHostGroup invokes the emr.ListClusterHostGroup API synchronously api document: https://help.aliyun.com/api/emr/listclusterhostgroup.html

func (*Client) ListClusterHostGroupWithCallback ¶

func (client *Client) ListClusterHostGroupWithCallback(request *ListClusterHostGroupRequest, callback func(response *ListClusterHostGroupResponse, err error)) <-chan int

ListClusterHostGroupWithCallback invokes the emr.ListClusterHostGroup API asynchronously api document: https://help.aliyun.com/api/emr/listclusterhostgroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterHostGroupWithChan ¶

func (client *Client) ListClusterHostGroupWithChan(request *ListClusterHostGroupRequest) (<-chan *ListClusterHostGroupResponse, <-chan error)

ListClusterHostGroupWithChan invokes the emr.ListClusterHostGroup API asynchronously api document: https://help.aliyun.com/api/emr/listclusterhostgroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterHostWithCallback ¶

func (client *Client) ListClusterHostWithCallback(request *ListClusterHostRequest, callback func(response *ListClusterHostResponse, err error)) <-chan int

ListClusterHostWithCallback invokes the emr.ListClusterHost API asynchronously api document: https://help.aliyun.com/api/emr/listclusterhost.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterHostWithChan ¶

func (client *Client) ListClusterHostWithChan(request *ListClusterHostRequest) (<-chan *ListClusterHostResponse, <-chan error)

ListClusterHostWithChan invokes the emr.ListClusterHost API asynchronously api document: https://help.aliyun.com/api/emr/listclusterhost.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterOperation ¶

func (client *Client) ListClusterOperation(request *ListClusterOperationRequest) (response *ListClusterOperationResponse, err error)

ListClusterOperation invokes the emr.ListClusterOperation API synchronously api document: https://help.aliyun.com/api/emr/listclusteroperation.html

func (*Client) ListClusterOperationHost ¶

func (client *Client) ListClusterOperationHost(request *ListClusterOperationHostRequest) (response *ListClusterOperationHostResponse, err error)

ListClusterOperationHost invokes the emr.ListClusterOperationHost API synchronously api document: https://help.aliyun.com/api/emr/listclusteroperationhost.html

func (*Client) ListClusterOperationHostTask ¶

func (client *Client) ListClusterOperationHostTask(request *ListClusterOperationHostTaskRequest) (response *ListClusterOperationHostTaskResponse, err error)

ListClusterOperationHostTask invokes the emr.ListClusterOperationHostTask API synchronously api document: https://help.aliyun.com/api/emr/listclusteroperationhosttask.html

func (*Client) ListClusterOperationHostTaskWithCallback ¶

func (client *Client) ListClusterOperationHostTaskWithCallback(request *ListClusterOperationHostTaskRequest, callback func(response *ListClusterOperationHostTaskResponse, err error)) <-chan int

ListClusterOperationHostTaskWithCallback invokes the emr.ListClusterOperationHostTask API asynchronously api document: https://help.aliyun.com/api/emr/listclusteroperationhosttask.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterOperationHostTaskWithChan ¶

func (client *Client) ListClusterOperationHostTaskWithChan(request *ListClusterOperationHostTaskRequest) (<-chan *ListClusterOperationHostTaskResponse, <-chan error)

ListClusterOperationHostTaskWithChan invokes the emr.ListClusterOperationHostTask API asynchronously api document: https://help.aliyun.com/api/emr/listclusteroperationhosttask.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterOperationHostWithCallback ¶

func (client *Client) ListClusterOperationHostWithCallback(request *ListClusterOperationHostRequest, callback func(response *ListClusterOperationHostResponse, err error)) <-chan int

ListClusterOperationHostWithCallback invokes the emr.ListClusterOperationHost API asynchronously api document: https://help.aliyun.com/api/emr/listclusteroperationhost.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterOperationHostWithChan ¶

func (client *Client) ListClusterOperationHostWithChan(request *ListClusterOperationHostRequest) (<-chan *ListClusterOperationHostResponse, <-chan error)

ListClusterOperationHostWithChan invokes the emr.ListClusterOperationHost API asynchronously api document: https://help.aliyun.com/api/emr/listclusteroperationhost.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterOperationWithCallback ¶

func (client *Client) ListClusterOperationWithCallback(request *ListClusterOperationRequest, callback func(response *ListClusterOperationResponse, err error)) <-chan int

ListClusterOperationWithCallback invokes the emr.ListClusterOperation API asynchronously api document: https://help.aliyun.com/api/emr/listclusteroperation.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterOperationWithChan ¶

func (client *Client) ListClusterOperationWithChan(request *ListClusterOperationRequest) (<-chan *ListClusterOperationResponse, <-chan error)

ListClusterOperationWithChan invokes the emr.ListClusterOperation API asynchronously api document: https://help.aliyun.com/api/emr/listclusteroperation.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterScripts ¶

func (client *Client) ListClusterScripts(request *ListClusterScriptsRequest) (response *ListClusterScriptsResponse, err error)

ListClusterScripts invokes the emr.ListClusterScripts API synchronously api document: https://help.aliyun.com/api/emr/listclusterscripts.html

func (*Client) ListClusterScriptsWithCallback ¶

func (client *Client) ListClusterScriptsWithCallback(request *ListClusterScriptsRequest, callback func(response *ListClusterScriptsResponse, err error)) <-chan int

ListClusterScriptsWithCallback invokes the emr.ListClusterScripts API asynchronously api document: https://help.aliyun.com/api/emr/listclusterscripts.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterScriptsWithChan ¶

func (client *Client) ListClusterScriptsWithChan(request *ListClusterScriptsRequest) (<-chan *ListClusterScriptsResponse, <-chan error)

ListClusterScriptsWithChan invokes the emr.ListClusterScripts API asynchronously api document: https://help.aliyun.com/api/emr/listclusterscripts.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterService ¶

func (client *Client) ListClusterService(request *ListClusterServiceRequest) (response *ListClusterServiceResponse, err error)

ListClusterService invokes the emr.ListClusterService API synchronously api document: https://help.aliyun.com/api/emr/listclusterservice.html

func (*Client) ListClusterServiceComponentHealthInfo ¶

func (client *Client) ListClusterServiceComponentHealthInfo(request *ListClusterServiceComponentHealthInfoRequest) (response *ListClusterServiceComponentHealthInfoResponse, err error)

ListClusterServiceComponentHealthInfo invokes the emr.ListClusterServiceComponentHealthInfo API synchronously api document: https://help.aliyun.com/api/emr/listclusterservicecomponenthealthinfo.html

func (*Client) ListClusterServiceComponentHealthInfoWithCallback ¶

func (client *Client) ListClusterServiceComponentHealthInfoWithCallback(request *ListClusterServiceComponentHealthInfoRequest, callback func(response *ListClusterServiceComponentHealthInfoResponse, err error)) <-chan int

ListClusterServiceComponentHealthInfoWithCallback invokes the emr.ListClusterServiceComponentHealthInfo API asynchronously api document: https://help.aliyun.com/api/emr/listclusterservicecomponenthealthinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterServiceComponentHealthInfoWithChan ¶

func (client *Client) ListClusterServiceComponentHealthInfoWithChan(request *ListClusterServiceComponentHealthInfoRequest) (<-chan *ListClusterServiceComponentHealthInfoResponse, <-chan error)

ListClusterServiceComponentHealthInfoWithChan invokes the emr.ListClusterServiceComponentHealthInfo API asynchronously api document: https://help.aliyun.com/api/emr/listclusterservicecomponenthealthinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterServiceConfigHistory ¶

func (client *Client) ListClusterServiceConfigHistory(request *ListClusterServiceConfigHistoryRequest) (response *ListClusterServiceConfigHistoryResponse, err error)

ListClusterServiceConfigHistory invokes the emr.ListClusterServiceConfigHistory API synchronously api document: https://help.aliyun.com/api/emr/listclusterserviceconfighistory.html

func (*Client) ListClusterServiceConfigHistoryWithCallback ¶

func (client *Client) ListClusterServiceConfigHistoryWithCallback(request *ListClusterServiceConfigHistoryRequest, callback func(response *ListClusterServiceConfigHistoryResponse, err error)) <-chan int

ListClusterServiceConfigHistoryWithCallback invokes the emr.ListClusterServiceConfigHistory API asynchronously api document: https://help.aliyun.com/api/emr/listclusterserviceconfighistory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterServiceConfigHistoryWithChan ¶

func (client *Client) ListClusterServiceConfigHistoryWithChan(request *ListClusterServiceConfigHistoryRequest) (<-chan *ListClusterServiceConfigHistoryResponse, <-chan error)

ListClusterServiceConfigHistoryWithChan invokes the emr.ListClusterServiceConfigHistory API asynchronously api document: https://help.aliyun.com/api/emr/listclusterserviceconfighistory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterServiceCustomActionSupportConfig ¶

func (client *Client) ListClusterServiceCustomActionSupportConfig(request *ListClusterServiceCustomActionSupportConfigRequest) (response *ListClusterServiceCustomActionSupportConfigResponse, err error)

ListClusterServiceCustomActionSupportConfig invokes the emr.ListClusterServiceCustomActionSupportConfig API synchronously api document: https://help.aliyun.com/api/emr/listclusterservicecustomactionsupportconfig.html

func (*Client) ListClusterServiceCustomActionSupportConfigWithCallback ¶

func (client *Client) ListClusterServiceCustomActionSupportConfigWithCallback(request *ListClusterServiceCustomActionSupportConfigRequest, callback func(response *ListClusterServiceCustomActionSupportConfigResponse, err error)) <-chan int

ListClusterServiceCustomActionSupportConfigWithCallback invokes the emr.ListClusterServiceCustomActionSupportConfig API asynchronously api document: https://help.aliyun.com/api/emr/listclusterservicecustomactionsupportconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterServiceCustomActionSupportConfigWithChan ¶

func (client *Client) ListClusterServiceCustomActionSupportConfigWithChan(request *ListClusterServiceCustomActionSupportConfigRequest) (<-chan *ListClusterServiceCustomActionSupportConfigResponse, <-chan error)

ListClusterServiceCustomActionSupportConfigWithChan invokes the emr.ListClusterServiceCustomActionSupportConfig API asynchronously api document: https://help.aliyun.com/api/emr/listclusterservicecustomactionsupportconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (client *Client) ListClusterServiceQuickLink(request *ListClusterServiceQuickLinkRequest) (response *ListClusterServiceQuickLinkResponse, err error)

ListClusterServiceQuickLink invokes the emr.ListClusterServiceQuickLink API synchronously api document: https://help.aliyun.com/api/emr/listclusterservicequicklink.html

func (*Client) ListClusterServiceQuickLinkWithCallback ¶

func (client *Client) ListClusterServiceQuickLinkWithCallback(request *ListClusterServiceQuickLinkRequest, callback func(response *ListClusterServiceQuickLinkResponse, err error)) <-chan int

ListClusterServiceQuickLinkWithCallback invokes the emr.ListClusterServiceQuickLink API asynchronously api document: https://help.aliyun.com/api/emr/listclusterservicequicklink.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterServiceQuickLinkWithChan ¶

func (client *Client) ListClusterServiceQuickLinkWithChan(request *ListClusterServiceQuickLinkRequest) (<-chan *ListClusterServiceQuickLinkResponse, <-chan error)

ListClusterServiceQuickLinkWithChan invokes the emr.ListClusterServiceQuickLink API asynchronously api document: https://help.aliyun.com/api/emr/listclusterservicequicklink.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterServiceWithCallback ¶

func (client *Client) ListClusterServiceWithCallback(request *ListClusterServiceRequest, callback func(response *ListClusterServiceResponse, err error)) <-chan int

ListClusterServiceWithCallback invokes the emr.ListClusterService API asynchronously api document: https://help.aliyun.com/api/emr/listclusterservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterServiceWithChan ¶

func (client *Client) ListClusterServiceWithChan(request *ListClusterServiceRequest) (<-chan *ListClusterServiceResponse, <-chan error)

ListClusterServiceWithChan invokes the emr.ListClusterService API asynchronously api document: https://help.aliyun.com/api/emr/listclusterservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterTag ¶

func (client *Client) ListClusterTag(request *ListClusterTagRequest) (response *ListClusterTagResponse, err error)

ListClusterTag invokes the emr.ListClusterTag API synchronously api document: https://help.aliyun.com/api/emr/listclustertag.html

func (*Client) ListClusterTagWithCallback ¶

func (client *Client) ListClusterTagWithCallback(request *ListClusterTagRequest, callback func(response *ListClusterTagResponse, err error)) <-chan int

ListClusterTagWithCallback invokes the emr.ListClusterTag API asynchronously api document: https://help.aliyun.com/api/emr/listclustertag.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterTagWithChan ¶

func (client *Client) ListClusterTagWithChan(request *ListClusterTagRequest) (<-chan *ListClusterTagResponse, <-chan error)

ListClusterTagWithChan invokes the emr.ListClusterTag API asynchronously api document: https://help.aliyun.com/api/emr/listclustertag.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterTemplates ¶

func (client *Client) ListClusterTemplates(request *ListClusterTemplatesRequest) (response *ListClusterTemplatesResponse, err error)

ListClusterTemplates invokes the emr.ListClusterTemplates API synchronously api document: https://help.aliyun.com/api/emr/listclustertemplates.html

func (*Client) ListClusterTemplatesWithCallback ¶

func (client *Client) ListClusterTemplatesWithCallback(request *ListClusterTemplatesRequest, callback func(response *ListClusterTemplatesResponse, err error)) <-chan int

ListClusterTemplatesWithCallback invokes the emr.ListClusterTemplates API asynchronously api document: https://help.aliyun.com/api/emr/listclustertemplates.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusterTemplatesWithChan ¶

func (client *Client) ListClusterTemplatesWithChan(request *ListClusterTemplatesRequest) (<-chan *ListClusterTemplatesResponse, <-chan error)

ListClusterTemplatesWithChan invokes the emr.ListClusterTemplates API asynchronously api document: https://help.aliyun.com/api/emr/listclustertemplates.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClusters ¶

func (client *Client) ListClusters(request *ListClustersRequest) (response *ListClustersResponse, err error)

ListClusters invokes the emr.ListClusters API synchronously api document: https://help.aliyun.com/api/emr/listclusters.html

func (*Client) ListClustersWithCallback ¶

func (client *Client) ListClustersWithCallback(request *ListClustersRequest, callback func(response *ListClustersResponse, err error)) <-chan int

ListClustersWithCallback invokes the emr.ListClusters API asynchronously api document: https://help.aliyun.com/api/emr/listclusters.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListClustersWithChan ¶

func (client *Client) ListClustersWithChan(request *ListClustersRequest) (<-chan *ListClustersResponse, <-chan error)

ListClustersWithChan invokes the emr.ListClusters API asynchronously api document: https://help.aliyun.com/api/emr/listclusters.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListDataSource ¶

func (client *Client) ListDataSource(request *ListDataSourceRequest) (response *ListDataSourceResponse, err error)

ListDataSource invokes the emr.ListDataSource API synchronously api document: https://help.aliyun.com/api/emr/listdatasource.html

func (*Client) ListDataSourceSchemaDatabase ¶

func (client *Client) ListDataSourceSchemaDatabase(request *ListDataSourceSchemaDatabaseRequest) (response *ListDataSourceSchemaDatabaseResponse, err error)

ListDataSourceSchemaDatabase invokes the emr.ListDataSourceSchemaDatabase API synchronously api document: https://help.aliyun.com/api/emr/listdatasourceschemadatabase.html

func (*Client) ListDataSourceSchemaDatabaseWithCallback ¶

func (client *Client) ListDataSourceSchemaDatabaseWithCallback(request *ListDataSourceSchemaDatabaseRequest, callback func(response *ListDataSourceSchemaDatabaseResponse, err error)) <-chan int

ListDataSourceSchemaDatabaseWithCallback invokes the emr.ListDataSourceSchemaDatabase API asynchronously api document: https://help.aliyun.com/api/emr/listdatasourceschemadatabase.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListDataSourceSchemaDatabaseWithChan ¶

func (client *Client) ListDataSourceSchemaDatabaseWithChan(request *ListDataSourceSchemaDatabaseRequest) (<-chan *ListDataSourceSchemaDatabaseResponse, <-chan error)

ListDataSourceSchemaDatabaseWithChan invokes the emr.ListDataSourceSchemaDatabase API asynchronously api document: https://help.aliyun.com/api/emr/listdatasourceschemadatabase.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListDataSourceSchemaTable ¶

func (client *Client) ListDataSourceSchemaTable(request *ListDataSourceSchemaTableRequest) (response *ListDataSourceSchemaTableResponse, err error)

ListDataSourceSchemaTable invokes the emr.ListDataSourceSchemaTable API synchronously api document: https://help.aliyun.com/api/emr/listdatasourceschematable.html

func (*Client) ListDataSourceSchemaTableWithCallback ¶

func (client *Client) ListDataSourceSchemaTableWithCallback(request *ListDataSourceSchemaTableRequest, callback func(response *ListDataSourceSchemaTableResponse, err error)) <-chan int

ListDataSourceSchemaTableWithCallback invokes the emr.ListDataSourceSchemaTable API asynchronously api document: https://help.aliyun.com/api/emr/listdatasourceschematable.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListDataSourceSchemaTableWithChan ¶

func (client *Client) ListDataSourceSchemaTableWithChan(request *ListDataSourceSchemaTableRequest) (<-chan *ListDataSourceSchemaTableResponse, <-chan error)

ListDataSourceSchemaTableWithChan invokes the emr.ListDataSourceSchemaTable API asynchronously api document: https://help.aliyun.com/api/emr/listdatasourceschematable.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListDataSourceWithCallback ¶

func (client *Client) ListDataSourceWithCallback(request *ListDataSourceRequest, callback func(response *ListDataSourceResponse, err error)) <-chan int

ListDataSourceWithCallback invokes the emr.ListDataSource API asynchronously api document: https://help.aliyun.com/api/emr/listdatasource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListDataSourceWithChan ¶

func (client *Client) ListDataSourceWithChan(request *ListDataSourceRequest) (<-chan *ListDataSourceResponse, <-chan error)

ListDataSourceWithChan invokes the emr.ListDataSource API asynchronously api document: https://help.aliyun.com/api/emr/listdatasource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListDependedService ¶

func (client *Client) ListDependedService(request *ListDependedServiceRequest) (response *ListDependedServiceResponse, err error)

ListDependedService invokes the emr.ListDependedService API synchronously api document: https://help.aliyun.com/api/emr/listdependedservice.html

func (*Client) ListDependedServiceWithCallback ¶

func (client *Client) ListDependedServiceWithCallback(request *ListDependedServiceRequest, callback func(response *ListDependedServiceResponse, err error)) <-chan int

ListDependedServiceWithCallback invokes the emr.ListDependedService API asynchronously api document: https://help.aliyun.com/api/emr/listdependedservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListDependedServiceWithChan ¶

func (client *Client) ListDependedServiceWithChan(request *ListDependedServiceRequest) (<-chan *ListDependedServiceResponse, <-chan error)

ListDependedServiceWithChan invokes the emr.ListDependedService API asynchronously api document: https://help.aliyun.com/api/emr/listdependedservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListETLJobInstance ¶

func (client *Client) ListETLJobInstance(request *ListETLJobInstanceRequest) (response *ListETLJobInstanceResponse, err error)

ListETLJobInstance invokes the emr.ListETLJobInstance API synchronously api document: https://help.aliyun.com/api/emr/listetljobinstance.html

func (*Client) ListETLJobInstanceWithCallback ¶

func (client *Client) ListETLJobInstanceWithCallback(request *ListETLJobInstanceRequest, callback func(response *ListETLJobInstanceResponse, err error)) <-chan int

ListETLJobInstanceWithCallback invokes the emr.ListETLJobInstance API asynchronously api document: https://help.aliyun.com/api/emr/listetljobinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListETLJobInstanceWithChan ¶

func (client *Client) ListETLJobInstanceWithChan(request *ListETLJobInstanceRequest) (<-chan *ListETLJobInstanceResponse, <-chan error)

ListETLJobInstanceWithChan invokes the emr.ListETLJobInstance API asynchronously api document: https://help.aliyun.com/api/emr/listetljobinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListETLJobTriggerEntity ¶

func (client *Client) ListETLJobTriggerEntity(request *ListETLJobTriggerEntityRequest) (response *ListETLJobTriggerEntityResponse, err error)

ListETLJobTriggerEntity invokes the emr.ListETLJobTriggerEntity API synchronously api document: https://help.aliyun.com/api/emr/listetljobtriggerentity.html

func (*Client) ListETLJobTriggerEntityWithCallback ¶

func (client *Client) ListETLJobTriggerEntityWithCallback(request *ListETLJobTriggerEntityRequest, callback func(response *ListETLJobTriggerEntityResponse, err error)) <-chan int

ListETLJobTriggerEntityWithCallback invokes the emr.ListETLJobTriggerEntity API asynchronously api document: https://help.aliyun.com/api/emr/listetljobtriggerentity.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListETLJobTriggerEntityWithChan ¶

func (client *Client) ListETLJobTriggerEntityWithChan(request *ListETLJobTriggerEntityRequest) (<-chan *ListETLJobTriggerEntityResponse, <-chan error)

ListETLJobTriggerEntityWithChan invokes the emr.ListETLJobTriggerEntity API asynchronously api document: https://help.aliyun.com/api/emr/listetljobtriggerentity.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListEmrAvailableConfig ¶

func (client *Client) ListEmrAvailableConfig(request *ListEmrAvailableConfigRequest) (response *ListEmrAvailableConfigResponse, err error)

ListEmrAvailableConfig invokes the emr.ListEmrAvailableConfig API synchronously api document: https://help.aliyun.com/api/emr/listemravailableconfig.html

func (*Client) ListEmrAvailableConfigWithCallback ¶

func (client *Client) ListEmrAvailableConfigWithCallback(request *ListEmrAvailableConfigRequest, callback func(response *ListEmrAvailableConfigResponse, err error)) <-chan int

ListEmrAvailableConfigWithCallback invokes the emr.ListEmrAvailableConfig API asynchronously api document: https://help.aliyun.com/api/emr/listemravailableconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListEmrAvailableConfigWithChan ¶

func (client *Client) ListEmrAvailableConfigWithChan(request *ListEmrAvailableConfigRequest) (<-chan *ListEmrAvailableConfigResponse, <-chan error)

ListEmrAvailableConfigWithChan invokes the emr.ListEmrAvailableConfig API asynchronously api document: https://help.aliyun.com/api/emr/listemravailableconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListEmrAvailableResource ¶

func (client *Client) ListEmrAvailableResource(request *ListEmrAvailableResourceRequest) (response *ListEmrAvailableResourceResponse, err error)

ListEmrAvailableResource invokes the emr.ListEmrAvailableResource API synchronously api document: https://help.aliyun.com/api/emr/listemravailableresource.html

func (*Client) ListEmrAvailableResourceWithCallback ¶

func (client *Client) ListEmrAvailableResourceWithCallback(request *ListEmrAvailableResourceRequest, callback func(response *ListEmrAvailableResourceResponse, err error)) <-chan int

ListEmrAvailableResourceWithCallback invokes the emr.ListEmrAvailableResource API asynchronously api document: https://help.aliyun.com/api/emr/listemravailableresource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListEmrAvailableResourceWithChan ¶

func (client *Client) ListEmrAvailableResourceWithChan(request *ListEmrAvailableResourceRequest) (<-chan *ListEmrAvailableResourceResponse, <-chan error)

ListEmrAvailableResourceWithChan invokes the emr.ListEmrAvailableResource API asynchronously api document: https://help.aliyun.com/api/emr/listemravailableresource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListEmrMainVersion ¶

func (client *Client) ListEmrMainVersion(request *ListEmrMainVersionRequest) (response *ListEmrMainVersionResponse, err error)

ListEmrMainVersion invokes the emr.ListEmrMainVersion API synchronously api document: https://help.aliyun.com/api/emr/listemrmainversion.html

func (*Client) ListEmrMainVersionWithCallback ¶

func (client *Client) ListEmrMainVersionWithCallback(request *ListEmrMainVersionRequest, callback func(response *ListEmrMainVersionResponse, err error)) <-chan int

ListEmrMainVersionWithCallback invokes the emr.ListEmrMainVersion API asynchronously api document: https://help.aliyun.com/api/emr/listemrmainversion.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListEmrMainVersionWithChan ¶

func (client *Client) ListEmrMainVersionWithChan(request *ListEmrMainVersionRequest) (<-chan *ListEmrMainVersionResponse, <-chan error)

ListEmrMainVersionWithChan invokes the emr.ListEmrMainVersion API asynchronously api document: https://help.aliyun.com/api/emr/listemrmainversion.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListExecutePlanMigrateInfo ¶

func (client *Client) ListExecutePlanMigrateInfo(request *ListExecutePlanMigrateInfoRequest) (response *ListExecutePlanMigrateInfoResponse, err error)

ListExecutePlanMigrateInfo invokes the emr.ListExecutePlanMigrateInfo API synchronously api document: https://help.aliyun.com/api/emr/listexecuteplanmigrateinfo.html

func (*Client) ListExecutePlanMigrateInfoWithCallback ¶

func (client *Client) ListExecutePlanMigrateInfoWithCallback(request *ListExecutePlanMigrateInfoRequest, callback func(response *ListExecutePlanMigrateInfoResponse, err error)) <-chan int

ListExecutePlanMigrateInfoWithCallback invokes the emr.ListExecutePlanMigrateInfo API asynchronously api document: https://help.aliyun.com/api/emr/listexecuteplanmigrateinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListExecutePlanMigrateInfoWithChan ¶

func (client *Client) ListExecutePlanMigrateInfoWithChan(request *ListExecutePlanMigrateInfoRequest) (<-chan *ListExecutePlanMigrateInfoResponse, <-chan error)

ListExecutePlanMigrateInfoWithChan invokes the emr.ListExecutePlanMigrateInfo API asynchronously api document: https://help.aliyun.com/api/emr/listexecuteplanmigrateinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListExecutionPlanInstanceTrend ¶

func (client *Client) ListExecutionPlanInstanceTrend(request *ListExecutionPlanInstanceTrendRequest) (response *ListExecutionPlanInstanceTrendResponse, err error)

ListExecutionPlanInstanceTrend invokes the emr.ListExecutionPlanInstanceTrend API synchronously api document: https://help.aliyun.com/api/emr/listexecutionplaninstancetrend.html

func (*Client) ListExecutionPlanInstanceTrendWithCallback ¶

func (client *Client) ListExecutionPlanInstanceTrendWithCallback(request *ListExecutionPlanInstanceTrendRequest, callback func(response *ListExecutionPlanInstanceTrendResponse, err error)) <-chan int

ListExecutionPlanInstanceTrendWithCallback invokes the emr.ListExecutionPlanInstanceTrend API asynchronously api document: https://help.aliyun.com/api/emr/listexecutionplaninstancetrend.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListExecutionPlanInstanceTrendWithChan ¶

func (client *Client) ListExecutionPlanInstanceTrendWithChan(request *ListExecutionPlanInstanceTrendRequest) (<-chan *ListExecutionPlanInstanceTrendResponse, <-chan error)

ListExecutionPlanInstanceTrendWithChan invokes the emr.ListExecutionPlanInstanceTrend API asynchronously api document: https://help.aliyun.com/api/emr/listexecutionplaninstancetrend.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListExecutionPlanInstances ¶

func (client *Client) ListExecutionPlanInstances(request *ListExecutionPlanInstancesRequest) (response *ListExecutionPlanInstancesResponse, err error)

ListExecutionPlanInstances invokes the emr.ListExecutionPlanInstances API synchronously api document: https://help.aliyun.com/api/emr/listexecutionplaninstances.html

func (*Client) ListExecutionPlanInstancesWithCallback ¶

func (client *Client) ListExecutionPlanInstancesWithCallback(request *ListExecutionPlanInstancesRequest, callback func(response *ListExecutionPlanInstancesResponse, err error)) <-chan int

ListExecutionPlanInstancesWithCallback invokes the emr.ListExecutionPlanInstances API asynchronously api document: https://help.aliyun.com/api/emr/listexecutionplaninstances.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListExecutionPlanInstancesWithChan ¶

func (client *Client) ListExecutionPlanInstancesWithChan(request *ListExecutionPlanInstancesRequest) (<-chan *ListExecutionPlanInstancesResponse, <-chan error)

ListExecutionPlanInstancesWithChan invokes the emr.ListExecutionPlanInstances API asynchronously api document: https://help.aliyun.com/api/emr/listexecutionplaninstances.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListExecutionPlans ¶

func (client *Client) ListExecutionPlans(request *ListExecutionPlansRequest) (response *ListExecutionPlansResponse, err error)

ListExecutionPlans invokes the emr.ListExecutionPlans API synchronously api document: https://help.aliyun.com/api/emr/listexecutionplans.html

func (*Client) ListExecutionPlansWithCallback ¶

func (client *Client) ListExecutionPlansWithCallback(request *ListExecutionPlansRequest, callback func(response *ListExecutionPlansResponse, err error)) <-chan int

ListExecutionPlansWithCallback invokes the emr.ListExecutionPlans API asynchronously api document: https://help.aliyun.com/api/emr/listexecutionplans.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListExecutionPlansWithChan ¶

func (client *Client) ListExecutionPlansWithChan(request *ListExecutionPlansRequest) (<-chan *ListExecutionPlansResponse, <-chan error)

ListExecutionPlansWithChan invokes the emr.ListExecutionPlans API asynchronously api document: https://help.aliyun.com/api/emr/listexecutionplans.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFailureJobExecutionInstances ¶

func (client *Client) ListFailureJobExecutionInstances(request *ListFailureJobExecutionInstancesRequest) (response *ListFailureJobExecutionInstancesResponse, err error)

ListFailureJobExecutionInstances invokes the emr.ListFailureJobExecutionInstances API synchronously api document: https://help.aliyun.com/api/emr/listfailurejobexecutioninstances.html

func (*Client) ListFailureJobExecutionInstancesWithCallback ¶

func (client *Client) ListFailureJobExecutionInstancesWithCallback(request *ListFailureJobExecutionInstancesRequest, callback func(response *ListFailureJobExecutionInstancesResponse, err error)) <-chan int

ListFailureJobExecutionInstancesWithCallback invokes the emr.ListFailureJobExecutionInstances API asynchronously api document: https://help.aliyun.com/api/emr/listfailurejobexecutioninstances.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFailureJobExecutionInstancesWithChan ¶

func (client *Client) ListFailureJobExecutionInstancesWithChan(request *ListFailureJobExecutionInstancesRequest) (<-chan *ListFailureJobExecutionInstancesResponse, <-chan error)

ListFailureJobExecutionInstancesWithChan invokes the emr.ListFailureJobExecutionInstances API asynchronously api document: https://help.aliyun.com/api/emr/listfailurejobexecutioninstances.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlow ¶

func (client *Client) ListFlow(request *ListFlowRequest) (response *ListFlowResponse, err error)

ListFlow invokes the emr.ListFlow API synchronously api document: https://help.aliyun.com/api/emr/listflow.html

func (*Client) ListFlowCategory ¶

func (client *Client) ListFlowCategory(request *ListFlowCategoryRequest) (response *ListFlowCategoryResponse, err error)

ListFlowCategory invokes the emr.ListFlowCategory API synchronously api document: https://help.aliyun.com/api/emr/listflowcategory.html

func (*Client) ListFlowCategoryWithCallback ¶

func (client *Client) ListFlowCategoryWithCallback(request *ListFlowCategoryRequest, callback func(response *ListFlowCategoryResponse, err error)) <-chan int

ListFlowCategoryWithCallback invokes the emr.ListFlowCategory API asynchronously api document: https://help.aliyun.com/api/emr/listflowcategory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowCategoryWithChan ¶

func (client *Client) ListFlowCategoryWithChan(request *ListFlowCategoryRequest) (<-chan *ListFlowCategoryResponse, <-chan error)

ListFlowCategoryWithChan invokes the emr.ListFlowCategory API asynchronously api document: https://help.aliyun.com/api/emr/listflowcategory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowCluster ¶

func (client *Client) ListFlowCluster(request *ListFlowClusterRequest) (response *ListFlowClusterResponse, err error)

ListFlowCluster invokes the emr.ListFlowCluster API synchronously api document: https://help.aliyun.com/api/emr/listflowcluster.html

func (*Client) ListFlowClusterAll ¶

func (client *Client) ListFlowClusterAll(request *ListFlowClusterAllRequest) (response *ListFlowClusterAllResponse, err error)

ListFlowClusterAll invokes the emr.ListFlowClusterAll API synchronously api document: https://help.aliyun.com/api/emr/listflowclusterall.html

func (*Client) ListFlowClusterAllHosts ¶

func (client *Client) ListFlowClusterAllHosts(request *ListFlowClusterAllHostsRequest) (response *ListFlowClusterAllHostsResponse, err error)

ListFlowClusterAllHosts invokes the emr.ListFlowClusterAllHosts API synchronously api document: https://help.aliyun.com/api/emr/listflowclusterallhosts.html

func (*Client) ListFlowClusterAllHostsWithCallback ¶

func (client *Client) ListFlowClusterAllHostsWithCallback(request *ListFlowClusterAllHostsRequest, callback func(response *ListFlowClusterAllHostsResponse, err error)) <-chan int

ListFlowClusterAllHostsWithCallback invokes the emr.ListFlowClusterAllHosts API asynchronously api document: https://help.aliyun.com/api/emr/listflowclusterallhosts.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowClusterAllHostsWithChan ¶

func (client *Client) ListFlowClusterAllHostsWithChan(request *ListFlowClusterAllHostsRequest) (<-chan *ListFlowClusterAllHostsResponse, <-chan error)

ListFlowClusterAllHostsWithChan invokes the emr.ListFlowClusterAllHosts API asynchronously api document: https://help.aliyun.com/api/emr/listflowclusterallhosts.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowClusterAllWithCallback ¶

func (client *Client) ListFlowClusterAllWithCallback(request *ListFlowClusterAllRequest, callback func(response *ListFlowClusterAllResponse, err error)) <-chan int

ListFlowClusterAllWithCallback invokes the emr.ListFlowClusterAll API asynchronously api document: https://help.aliyun.com/api/emr/listflowclusterall.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowClusterAllWithChan ¶

func (client *Client) ListFlowClusterAllWithChan(request *ListFlowClusterAllRequest) (<-chan *ListFlowClusterAllResponse, <-chan error)

ListFlowClusterAllWithChan invokes the emr.ListFlowClusterAll API asynchronously api document: https://help.aliyun.com/api/emr/listflowclusterall.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowClusterHost ¶

func (client *Client) ListFlowClusterHost(request *ListFlowClusterHostRequest) (response *ListFlowClusterHostResponse, err error)

ListFlowClusterHost invokes the emr.ListFlowClusterHost API synchronously api document: https://help.aliyun.com/api/emr/listflowclusterhost.html

func (*Client) ListFlowClusterHostWithCallback ¶

func (client *Client) ListFlowClusterHostWithCallback(request *ListFlowClusterHostRequest, callback func(response *ListFlowClusterHostResponse, err error)) <-chan int

ListFlowClusterHostWithCallback invokes the emr.ListFlowClusterHost API asynchronously api document: https://help.aliyun.com/api/emr/listflowclusterhost.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowClusterHostWithChan ¶

func (client *Client) ListFlowClusterHostWithChan(request *ListFlowClusterHostRequest) (<-chan *ListFlowClusterHostResponse, <-chan error)

ListFlowClusterHostWithChan invokes the emr.ListFlowClusterHost API asynchronously api document: https://help.aliyun.com/api/emr/listflowclusterhost.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowClusterWithCallback ¶

func (client *Client) ListFlowClusterWithCallback(request *ListFlowClusterRequest, callback func(response *ListFlowClusterResponse, err error)) <-chan int

ListFlowClusterWithCallback invokes the emr.ListFlowCluster API asynchronously api document: https://help.aliyun.com/api/emr/listflowcluster.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowClusterWithChan ¶

func (client *Client) ListFlowClusterWithChan(request *ListFlowClusterRequest) (<-chan *ListFlowClusterResponse, <-chan error)

ListFlowClusterWithChan invokes the emr.ListFlowCluster API asynchronously api document: https://help.aliyun.com/api/emr/listflowcluster.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowInstance ¶

func (client *Client) ListFlowInstance(request *ListFlowInstanceRequest) (response *ListFlowInstanceResponse, err error)

ListFlowInstance invokes the emr.ListFlowInstance API synchronously api document: https://help.aliyun.com/api/emr/listflowinstance.html

func (*Client) ListFlowInstanceWithCallback ¶

func (client *Client) ListFlowInstanceWithCallback(request *ListFlowInstanceRequest, callback func(response *ListFlowInstanceResponse, err error)) <-chan int

ListFlowInstanceWithCallback invokes the emr.ListFlowInstance API asynchronously api document: https://help.aliyun.com/api/emr/listflowinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowInstanceWithChan ¶

func (client *Client) ListFlowInstanceWithChan(request *ListFlowInstanceRequest) (<-chan *ListFlowInstanceResponse, <-chan error)

ListFlowInstanceWithChan invokes the emr.ListFlowInstance API asynchronously api document: https://help.aliyun.com/api/emr/listflowinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowJob ¶

func (client *Client) ListFlowJob(request *ListFlowJobRequest) (response *ListFlowJobResponse, err error)

ListFlowJob invokes the emr.ListFlowJob API synchronously api document: https://help.aliyun.com/api/emr/listflowjob.html

func (*Client) ListFlowJobHistory ¶

func (client *Client) ListFlowJobHistory(request *ListFlowJobHistoryRequest) (response *ListFlowJobHistoryResponse, err error)

ListFlowJobHistory invokes the emr.ListFlowJobHistory API synchronously api document: https://help.aliyun.com/api/emr/listflowjobhistory.html

func (*Client) ListFlowJobHistoryWithCallback ¶

func (client *Client) ListFlowJobHistoryWithCallback(request *ListFlowJobHistoryRequest, callback func(response *ListFlowJobHistoryResponse, err error)) <-chan int

ListFlowJobHistoryWithCallback invokes the emr.ListFlowJobHistory API asynchronously api document: https://help.aliyun.com/api/emr/listflowjobhistory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowJobHistoryWithChan ¶

func (client *Client) ListFlowJobHistoryWithChan(request *ListFlowJobHistoryRequest) (<-chan *ListFlowJobHistoryResponse, <-chan error)

ListFlowJobHistoryWithChan invokes the emr.ListFlowJobHistory API asynchronously api document: https://help.aliyun.com/api/emr/listflowjobhistory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowJobWithCallback ¶

func (client *Client) ListFlowJobWithCallback(request *ListFlowJobRequest, callback func(response *ListFlowJobResponse, err error)) <-chan int

ListFlowJobWithCallback invokes the emr.ListFlowJob API asynchronously api document: https://help.aliyun.com/api/emr/listflowjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowJobWithChan ¶

func (client *Client) ListFlowJobWithChan(request *ListFlowJobRequest) (<-chan *ListFlowJobResponse, <-chan error)

ListFlowJobWithChan invokes the emr.ListFlowJob API asynchronously api document: https://help.aliyun.com/api/emr/listflowjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowNodeInstance ¶

func (client *Client) ListFlowNodeInstance(request *ListFlowNodeInstanceRequest) (response *ListFlowNodeInstanceResponse, err error)

ListFlowNodeInstance invokes the emr.ListFlowNodeInstance API synchronously api document: https://help.aliyun.com/api/emr/listflownodeinstance.html

func (*Client) ListFlowNodeInstanceContainerStatus ¶

func (client *Client) ListFlowNodeInstanceContainerStatus(request *ListFlowNodeInstanceContainerStatusRequest) (response *ListFlowNodeInstanceContainerStatusResponse, err error)

ListFlowNodeInstanceContainerStatus invokes the emr.ListFlowNodeInstanceContainerStatus API synchronously api document: https://help.aliyun.com/api/emr/listflownodeinstancecontainerstatus.html

func (*Client) ListFlowNodeInstanceContainerStatusWithCallback ¶

func (client *Client) ListFlowNodeInstanceContainerStatusWithCallback(request *ListFlowNodeInstanceContainerStatusRequest, callback func(response *ListFlowNodeInstanceContainerStatusResponse, err error)) <-chan int

ListFlowNodeInstanceContainerStatusWithCallback invokes the emr.ListFlowNodeInstanceContainerStatus API asynchronously api document: https://help.aliyun.com/api/emr/listflownodeinstancecontainerstatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowNodeInstanceContainerStatusWithChan ¶

func (client *Client) ListFlowNodeInstanceContainerStatusWithChan(request *ListFlowNodeInstanceContainerStatusRequest) (<-chan *ListFlowNodeInstanceContainerStatusResponse, <-chan error)

ListFlowNodeInstanceContainerStatusWithChan invokes the emr.ListFlowNodeInstanceContainerStatus API asynchronously api document: https://help.aliyun.com/api/emr/listflownodeinstancecontainerstatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowNodeInstanceWithCallback ¶

func (client *Client) ListFlowNodeInstanceWithCallback(request *ListFlowNodeInstanceRequest, callback func(response *ListFlowNodeInstanceResponse, err error)) <-chan int

ListFlowNodeInstanceWithCallback invokes the emr.ListFlowNodeInstance API asynchronously api document: https://help.aliyun.com/api/emr/listflownodeinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowNodeInstanceWithChan ¶

func (client *Client) ListFlowNodeInstanceWithChan(request *ListFlowNodeInstanceRequest) (<-chan *ListFlowNodeInstanceResponse, <-chan error)

ListFlowNodeInstanceWithChan invokes the emr.ListFlowNodeInstance API asynchronously api document: https://help.aliyun.com/api/emr/listflownodeinstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowNodeSqlResult ¶

func (client *Client) ListFlowNodeSqlResult(request *ListFlowNodeSqlResultRequest) (response *ListFlowNodeSqlResultResponse, err error)

ListFlowNodeSqlResult invokes the emr.ListFlowNodeSqlResult API synchronously api document: https://help.aliyun.com/api/emr/listflownodesqlresult.html

func (*Client) ListFlowNodeSqlResultWithCallback ¶

func (client *Client) ListFlowNodeSqlResultWithCallback(request *ListFlowNodeSqlResultRequest, callback func(response *ListFlowNodeSqlResultResponse, err error)) <-chan int

ListFlowNodeSqlResultWithCallback invokes the emr.ListFlowNodeSqlResult API asynchronously api document: https://help.aliyun.com/api/emr/listflownodesqlresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowNodeSqlResultWithChan ¶

func (client *Client) ListFlowNodeSqlResultWithChan(request *ListFlowNodeSqlResultRequest) (<-chan *ListFlowNodeSqlResultResponse, <-chan error)

ListFlowNodeSqlResultWithChan invokes the emr.ListFlowNodeSqlResult API asynchronously api document: https://help.aliyun.com/api/emr/listflownodesqlresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowProject ¶

func (client *Client) ListFlowProject(request *ListFlowProjectRequest) (response *ListFlowProjectResponse, err error)

ListFlowProject invokes the emr.ListFlowProject API synchronously api document: https://help.aliyun.com/api/emr/listflowproject.html

func (*Client) ListFlowProjectClusterSetting ¶

func (client *Client) ListFlowProjectClusterSetting(request *ListFlowProjectClusterSettingRequest) (response *ListFlowProjectClusterSettingResponse, err error)

ListFlowProjectClusterSetting invokes the emr.ListFlowProjectClusterSetting API synchronously api document: https://help.aliyun.com/api/emr/listflowprojectclustersetting.html

func (*Client) ListFlowProjectClusterSettingWithCallback ¶

func (client *Client) ListFlowProjectClusterSettingWithCallback(request *ListFlowProjectClusterSettingRequest, callback func(response *ListFlowProjectClusterSettingResponse, err error)) <-chan int

ListFlowProjectClusterSettingWithCallback invokes the emr.ListFlowProjectClusterSetting API asynchronously api document: https://help.aliyun.com/api/emr/listflowprojectclustersetting.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowProjectClusterSettingWithChan ¶

func (client *Client) ListFlowProjectClusterSettingWithChan(request *ListFlowProjectClusterSettingRequest) (<-chan *ListFlowProjectClusterSettingResponse, <-chan error)

ListFlowProjectClusterSettingWithChan invokes the emr.ListFlowProjectClusterSetting API asynchronously api document: https://help.aliyun.com/api/emr/listflowprojectclustersetting.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowProjectUser ¶

func (client *Client) ListFlowProjectUser(request *ListFlowProjectUserRequest) (response *ListFlowProjectUserResponse, err error)

ListFlowProjectUser invokes the emr.ListFlowProjectUser API synchronously api document: https://help.aliyun.com/api/emr/listflowprojectuser.html

func (*Client) ListFlowProjectUserWithCallback ¶

func (client *Client) ListFlowProjectUserWithCallback(request *ListFlowProjectUserRequest, callback func(response *ListFlowProjectUserResponse, err error)) <-chan int

ListFlowProjectUserWithCallback invokes the emr.ListFlowProjectUser API asynchronously api document: https://help.aliyun.com/api/emr/listflowprojectuser.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowProjectUserWithChan ¶

func (client *Client) ListFlowProjectUserWithChan(request *ListFlowProjectUserRequest) (<-chan *ListFlowProjectUserResponse, <-chan error)

ListFlowProjectUserWithChan invokes the emr.ListFlowProjectUser API asynchronously api document: https://help.aliyun.com/api/emr/listflowprojectuser.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowProjectWithCallback ¶

func (client *Client) ListFlowProjectWithCallback(request *ListFlowProjectRequest, callback func(response *ListFlowProjectResponse, err error)) <-chan int

ListFlowProjectWithCallback invokes the emr.ListFlowProject API asynchronously api document: https://help.aliyun.com/api/emr/listflowproject.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowProjectWithChan ¶

func (client *Client) ListFlowProjectWithChan(request *ListFlowProjectRequest) (<-chan *ListFlowProjectResponse, <-chan error)

ListFlowProjectWithChan invokes the emr.ListFlowProject API asynchronously api document: https://help.aliyun.com/api/emr/listflowproject.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowWithCallback ¶

func (client *Client) ListFlowWithCallback(request *ListFlowRequest, callback func(response *ListFlowResponse, err error)) <-chan int

ListFlowWithCallback invokes the emr.ListFlow API asynchronously api document: https://help.aliyun.com/api/emr/listflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListFlowWithChan ¶

func (client *Client) ListFlowWithChan(request *ListFlowRequest) (<-chan *ListFlowResponse, <-chan error)

ListFlowWithChan invokes the emr.ListFlow API asynchronously api document: https://help.aliyun.com/api/emr/listflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListJobExecutionInstanceTrend ¶

func (client *Client) ListJobExecutionInstanceTrend(request *ListJobExecutionInstanceTrendRequest) (response *ListJobExecutionInstanceTrendResponse, err error)

ListJobExecutionInstanceTrend invokes the emr.ListJobExecutionInstanceTrend API synchronously api document: https://help.aliyun.com/api/emr/listjobexecutioninstancetrend.html

func (*Client) ListJobExecutionInstanceTrendWithCallback ¶

func (client *Client) ListJobExecutionInstanceTrendWithCallback(request *ListJobExecutionInstanceTrendRequest, callback func(response *ListJobExecutionInstanceTrendResponse, err error)) <-chan int

ListJobExecutionInstanceTrendWithCallback invokes the emr.ListJobExecutionInstanceTrend API asynchronously api document: https://help.aliyun.com/api/emr/listjobexecutioninstancetrend.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListJobExecutionInstanceTrendWithChan ¶

func (client *Client) ListJobExecutionInstanceTrendWithChan(request *ListJobExecutionInstanceTrendRequest) (<-chan *ListJobExecutionInstanceTrendResponse, <-chan error)

ListJobExecutionInstanceTrendWithChan invokes the emr.ListJobExecutionInstanceTrend API asynchronously api document: https://help.aliyun.com/api/emr/listjobexecutioninstancetrend.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListJobExecutionInstances ¶

func (client *Client) ListJobExecutionInstances(request *ListJobExecutionInstancesRequest) (response *ListJobExecutionInstancesResponse, err error)

ListJobExecutionInstances invokes the emr.ListJobExecutionInstances API synchronously api document: https://help.aliyun.com/api/emr/listjobexecutioninstances.html

func (*Client) ListJobExecutionInstancesWithCallback ¶

func (client *Client) ListJobExecutionInstancesWithCallback(request *ListJobExecutionInstancesRequest, callback func(response *ListJobExecutionInstancesResponse, err error)) <-chan int

ListJobExecutionInstancesWithCallback invokes the emr.ListJobExecutionInstances API asynchronously api document: https://help.aliyun.com/api/emr/listjobexecutioninstances.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListJobExecutionInstancesWithChan ¶

func (client *Client) ListJobExecutionInstancesWithChan(request *ListJobExecutionInstancesRequest) (<-chan *ListJobExecutionInstancesResponse, <-chan error)

ListJobExecutionInstancesWithChan invokes the emr.ListJobExecutionInstances API asynchronously api document: https://help.aliyun.com/api/emr/listjobexecutioninstances.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListJobExecutionPlanHierarchy ¶

func (client *Client) ListJobExecutionPlanHierarchy(request *ListJobExecutionPlanHierarchyRequest) (response *ListJobExecutionPlanHierarchyResponse, err error)

ListJobExecutionPlanHierarchy invokes the emr.ListJobExecutionPlanHierarchy API synchronously api document: https://help.aliyun.com/api/emr/listjobexecutionplanhierarchy.html

func (*Client) ListJobExecutionPlanHierarchyWithCallback ¶

func (client *Client) ListJobExecutionPlanHierarchyWithCallback(request *ListJobExecutionPlanHierarchyRequest, callback func(response *ListJobExecutionPlanHierarchyResponse, err error)) <-chan int

ListJobExecutionPlanHierarchyWithCallback invokes the emr.ListJobExecutionPlanHierarchy API asynchronously api document: https://help.aliyun.com/api/emr/listjobexecutionplanhierarchy.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListJobExecutionPlanHierarchyWithChan ¶

func (client *Client) ListJobExecutionPlanHierarchyWithChan(request *ListJobExecutionPlanHierarchyRequest) (<-chan *ListJobExecutionPlanHierarchyResponse, <-chan error)

ListJobExecutionPlanHierarchyWithChan invokes the emr.ListJobExecutionPlanHierarchy API asynchronously api document: https://help.aliyun.com/api/emr/listjobexecutionplanhierarchy.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListJobExecutionPlanParams ¶

func (client *Client) ListJobExecutionPlanParams(request *ListJobExecutionPlanParamsRequest) (response *ListJobExecutionPlanParamsResponse, err error)

ListJobExecutionPlanParams invokes the emr.ListJobExecutionPlanParams API synchronously api document: https://help.aliyun.com/api/emr/listjobexecutionplanparams.html

func (*Client) ListJobExecutionPlanParamsWithCallback ¶

func (client *Client) ListJobExecutionPlanParamsWithCallback(request *ListJobExecutionPlanParamsRequest, callback func(response *ListJobExecutionPlanParamsResponse, err error)) <-chan int

ListJobExecutionPlanParamsWithCallback invokes the emr.ListJobExecutionPlanParams API asynchronously api document: https://help.aliyun.com/api/emr/listjobexecutionplanparams.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListJobExecutionPlanParamsWithChan ¶

func (client *Client) ListJobExecutionPlanParamsWithChan(request *ListJobExecutionPlanParamsRequest) (<-chan *ListJobExecutionPlanParamsResponse, <-chan error)

ListJobExecutionPlanParamsWithChan invokes the emr.ListJobExecutionPlanParams API asynchronously api document: https://help.aliyun.com/api/emr/listjobexecutionplanparams.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListJobInstanceWorkers ¶

func (client *Client) ListJobInstanceWorkers(request *ListJobInstanceWorkersRequest) (response *ListJobInstanceWorkersResponse, err error)

ListJobInstanceWorkers invokes the emr.ListJobInstanceWorkers API synchronously api document: https://help.aliyun.com/api/emr/listjobinstanceworkers.html

func (*Client) ListJobInstanceWorkersWithCallback ¶

func (client *Client) ListJobInstanceWorkersWithCallback(request *ListJobInstanceWorkersRequest, callback func(response *ListJobInstanceWorkersResponse, err error)) <-chan int

ListJobInstanceWorkersWithCallback invokes the emr.ListJobInstanceWorkers API asynchronously api document: https://help.aliyun.com/api/emr/listjobinstanceworkers.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListJobInstanceWorkersWithChan ¶

func (client *Client) ListJobInstanceWorkersWithChan(request *ListJobInstanceWorkersRequest) (<-chan *ListJobInstanceWorkersResponse, <-chan error)

ListJobInstanceWorkersWithChan invokes the emr.ListJobInstanceWorkers API asynchronously api document: https://help.aliyun.com/api/emr/listjobinstanceworkers.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListJobMigrateInfo ¶

func (client *Client) ListJobMigrateInfo(request *ListJobMigrateInfoRequest) (response *ListJobMigrateInfoResponse, err error)

ListJobMigrateInfo invokes the emr.ListJobMigrateInfo API synchronously api document: https://help.aliyun.com/api/emr/listjobmigrateinfo.html

func (*Client) ListJobMigrateInfoWithCallback ¶

func (client *Client) ListJobMigrateInfoWithCallback(request *ListJobMigrateInfoRequest, callback func(response *ListJobMigrateInfoResponse, err error)) <-chan int

ListJobMigrateInfoWithCallback invokes the emr.ListJobMigrateInfo API asynchronously api document: https://help.aliyun.com/api/emr/listjobmigrateinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListJobMigrateInfoWithChan ¶

func (client *Client) ListJobMigrateInfoWithChan(request *ListJobMigrateInfoRequest) (<-chan *ListJobMigrateInfoResponse, <-chan error)

ListJobMigrateInfoWithChan invokes the emr.ListJobMigrateInfo API asynchronously api document: https://help.aliyun.com/api/emr/listjobmigrateinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListJobs ¶

func (client *Client) ListJobs(request *ListJobsRequest) (response *ListJobsResponse, err error)

ListJobs invokes the emr.ListJobs API synchronously api document: https://help.aliyun.com/api/emr/listjobs.html

func (*Client) ListJobsWithCallback ¶

func (client *Client) ListJobsWithCallback(request *ListJobsRequest, callback func(response *ListJobsResponse, err error)) <-chan int

ListJobsWithCallback invokes the emr.ListJobs API asynchronously api document: https://help.aliyun.com/api/emr/listjobs.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListJobsWithChan ¶

func (client *Client) ListJobsWithChan(request *ListJobsRequest) (<-chan *ListJobsResponse, <-chan error)

ListJobsWithChan invokes the emr.ListJobs API asynchronously api document: https://help.aliyun.com/api/emr/listjobs.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListNavSubTree ¶

func (client *Client) ListNavSubTree(request *ListNavSubTreeRequest) (response *ListNavSubTreeResponse, err error)

ListNavSubTree invokes the emr.ListNavSubTree API synchronously api document: https://help.aliyun.com/api/emr/listnavsubtree.html

func (*Client) ListNavSubTreeWithCallback ¶

func (client *Client) ListNavSubTreeWithCallback(request *ListNavSubTreeRequest, callback func(response *ListNavSubTreeResponse, err error)) <-chan int

ListNavSubTreeWithCallback invokes the emr.ListNavSubTree API asynchronously api document: https://help.aliyun.com/api/emr/listnavsubtree.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListNavSubTreeWithChan ¶

func (client *Client) ListNavSubTreeWithChan(request *ListNavSubTreeRequest) (<-chan *ListNavSubTreeResponse, <-chan error)

ListNavSubTreeWithChan invokes the emr.ListNavSubTree API asynchronously api document: https://help.aliyun.com/api/emr/listnavsubtree.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListNotes ¶

func (client *Client) ListNotes(request *ListNotesRequest) (response *ListNotesResponse, err error)

ListNotes invokes the emr.ListNotes API synchronously api document: https://help.aliyun.com/api/emr/listnotes.html

func (*Client) ListNotesWithCallback ¶

func (client *Client) ListNotesWithCallback(request *ListNotesRequest, callback func(response *ListNotesResponse, err error)) <-chan int

ListNotesWithCallback invokes the emr.ListNotes API asynchronously api document: https://help.aliyun.com/api/emr/listnotes.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListNotesWithChan ¶

func (client *Client) ListNotesWithChan(request *ListNotesRequest) (<-chan *ListNotesResponse, <-chan error)

ListNotesWithChan invokes the emr.ListNotes API asynchronously api document: https://help.aliyun.com/api/emr/listnotes.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListOpsOperation ¶

func (client *Client) ListOpsOperation(request *ListOpsOperationRequest) (response *ListOpsOperationResponse, err error)

ListOpsOperation invokes the emr.ListOpsOperation API synchronously api document: https://help.aliyun.com/api/emr/listopsoperation.html

func (*Client) ListOpsOperationTask ¶

func (client *Client) ListOpsOperationTask(request *ListOpsOperationTaskRequest) (response *ListOpsOperationTaskResponse, err error)

ListOpsOperationTask invokes the emr.ListOpsOperationTask API synchronously api document: https://help.aliyun.com/api/emr/listopsoperationtask.html

func (*Client) ListOpsOperationTaskWithCallback ¶

func (client *Client) ListOpsOperationTaskWithCallback(request *ListOpsOperationTaskRequest, callback func(response *ListOpsOperationTaskResponse, err error)) <-chan int

ListOpsOperationTaskWithCallback invokes the emr.ListOpsOperationTask API asynchronously api document: https://help.aliyun.com/api/emr/listopsoperationtask.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListOpsOperationTaskWithChan ¶

func (client *Client) ListOpsOperationTaskWithChan(request *ListOpsOperationTaskRequest) (<-chan *ListOpsOperationTaskResponse, <-chan error)

ListOpsOperationTaskWithChan invokes the emr.ListOpsOperationTask API asynchronously api document: https://help.aliyun.com/api/emr/listopsoperationtask.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListOpsOperationWithCallback ¶

func (client *Client) ListOpsOperationWithCallback(request *ListOpsOperationRequest, callback func(response *ListOpsOperationResponse, err error)) <-chan int

ListOpsOperationWithCallback invokes the emr.ListOpsOperation API asynchronously api document: https://help.aliyun.com/api/emr/listopsoperation.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListOpsOperationWithChan ¶

func (client *Client) ListOpsOperationWithChan(request *ListOpsOperationRequest) (<-chan *ListOpsOperationResponse, <-chan error)

ListOpsOperationWithChan invokes the emr.ListOpsOperation API asynchronously api document: https://help.aliyun.com/api/emr/listopsoperation.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListRequiredService ¶

func (client *Client) ListRequiredService(request *ListRequiredServiceRequest) (response *ListRequiredServiceResponse, err error)

ListRequiredService invokes the emr.ListRequiredService API synchronously api document: https://help.aliyun.com/api/emr/listrequiredservice.html

func (*Client) ListRequiredServiceWithCallback ¶

func (client *Client) ListRequiredServiceWithCallback(request *ListRequiredServiceRequest, callback func(response *ListRequiredServiceResponse, err error)) <-chan int

ListRequiredServiceWithCallback invokes the emr.ListRequiredService API asynchronously api document: https://help.aliyun.com/api/emr/listrequiredservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListRequiredServiceWithChan ¶

func (client *Client) ListRequiredServiceWithChan(request *ListRequiredServiceRequest) (<-chan *ListRequiredServiceResponse, <-chan error)

ListRequiredServiceWithChan invokes the emr.ListRequiredService API asynchronously api document: https://help.aliyun.com/api/emr/listrequiredservice.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListResourcePool ¶

func (client *Client) ListResourcePool(request *ListResourcePoolRequest) (response *ListResourcePoolResponse, err error)

ListResourcePool invokes the emr.ListResourcePool API synchronously api document: https://help.aliyun.com/api/emr/listresourcepool.html

func (*Client) ListResourcePoolWithCallback ¶

func (client *Client) ListResourcePoolWithCallback(request *ListResourcePoolRequest, callback func(response *ListResourcePoolResponse, err error)) <-chan int

ListResourcePoolWithCallback invokes the emr.ListResourcePool API asynchronously api document: https://help.aliyun.com/api/emr/listresourcepool.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListResourcePoolWithChan ¶

func (client *Client) ListResourcePoolWithChan(request *ListResourcePoolRequest) (<-chan *ListResourcePoolResponse, <-chan error)

ListResourcePoolWithChan invokes the emr.ListResourcePool API asynchronously api document: https://help.aliyun.com/api/emr/listresourcepool.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListResourceQueue ¶

func (client *Client) ListResourceQueue(request *ListResourceQueueRequest) (response *ListResourceQueueResponse, err error)

ListResourceQueue invokes the emr.ListResourceQueue API synchronously api document: https://help.aliyun.com/api/emr/listresourcequeue.html

func (*Client) ListResourceQueueWithCallback ¶

func (client *Client) ListResourceQueueWithCallback(request *ListResourceQueueRequest, callback func(response *ListResourceQueueResponse, err error)) <-chan int

ListResourceQueueWithCallback invokes the emr.ListResourceQueue API asynchronously api document: https://help.aliyun.com/api/emr/listresourcequeue.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListResourceQueueWithChan ¶

func (client *Client) ListResourceQueueWithChan(request *ListResourceQueueRequest) (<-chan *ListResourceQueueResponse, <-chan error)

ListResourceQueueWithChan invokes the emr.ListResourceQueue API asynchronously api document: https://help.aliyun.com/api/emr/listresourcequeue.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListScalingActivity ¶

func (client *Client) ListScalingActivity(request *ListScalingActivityRequest) (response *ListScalingActivityResponse, err error)

ListScalingActivity invokes the emr.ListScalingActivity API synchronously api document: https://help.aliyun.com/api/emr/listscalingactivity.html

func (*Client) ListScalingActivityWithCallback ¶

func (client *Client) ListScalingActivityWithCallback(request *ListScalingActivityRequest, callback func(response *ListScalingActivityResponse, err error)) <-chan int

ListScalingActivityWithCallback invokes the emr.ListScalingActivity API asynchronously api document: https://help.aliyun.com/api/emr/listscalingactivity.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListScalingActivityWithChan ¶

func (client *Client) ListScalingActivityWithChan(request *ListScalingActivityRequest) (<-chan *ListScalingActivityResponse, <-chan error)

ListScalingActivityWithChan invokes the emr.ListScalingActivity API asynchronously api document: https://help.aliyun.com/api/emr/listscalingactivity.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListScalingRule ¶

func (client *Client) ListScalingRule(request *ListScalingRuleRequest) (response *ListScalingRuleResponse, err error)

ListScalingRule invokes the emr.ListScalingRule API synchronously api document: https://help.aliyun.com/api/emr/listscalingrule.html

func (*Client) ListScalingRuleWithCallback ¶

func (client *Client) ListScalingRuleWithCallback(request *ListScalingRuleRequest, callback func(response *ListScalingRuleResponse, err error)) <-chan int

ListScalingRuleWithCallback invokes the emr.ListScalingRule API asynchronously api document: https://help.aliyun.com/api/emr/listscalingrule.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListScalingRuleWithChan ¶

func (client *Client) ListScalingRuleWithChan(request *ListScalingRuleRequest) (<-chan *ListScalingRuleResponse, <-chan error)

ListScalingRuleWithChan invokes the emr.ListScalingRule API asynchronously api document: https://help.aliyun.com/api/emr/listscalingrule.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListScalingTaskGroup ¶

func (client *Client) ListScalingTaskGroup(request *ListScalingTaskGroupRequest) (response *ListScalingTaskGroupResponse, err error)

ListScalingTaskGroup invokes the emr.ListScalingTaskGroup API synchronously api document: https://help.aliyun.com/api/emr/listscalingtaskgroup.html

func (*Client) ListScalingTaskGroupWithCallback ¶

func (client *Client) ListScalingTaskGroupWithCallback(request *ListScalingTaskGroupRequest, callback func(response *ListScalingTaskGroupResponse, err error)) <-chan int

ListScalingTaskGroupWithCallback invokes the emr.ListScalingTaskGroup API asynchronously api document: https://help.aliyun.com/api/emr/listscalingtaskgroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListScalingTaskGroupWithChan ¶

func (client *Client) ListScalingTaskGroupWithChan(request *ListScalingTaskGroupRequest) (<-chan *ListScalingTaskGroupResponse, <-chan error)

ListScalingTaskGroupWithChan invokes the emr.ListScalingTaskGroup API asynchronously api document: https://help.aliyun.com/api/emr/listscalingtaskgroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListServiceLog ¶

func (client *Client) ListServiceLog(request *ListServiceLogRequest) (response *ListServiceLogResponse, err error)

ListServiceLog invokes the emr.ListServiceLog API synchronously api document: https://help.aliyun.com/api/emr/listservicelog.html

func (*Client) ListServiceLogWithCallback ¶

func (client *Client) ListServiceLogWithCallback(request *ListServiceLogRequest, callback func(response *ListServiceLogResponse, err error)) <-chan int

ListServiceLogWithCallback invokes the emr.ListServiceLog API asynchronously api document: https://help.aliyun.com/api/emr/listservicelog.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListServiceLogWithChan ¶

func (client *Client) ListServiceLogWithChan(request *ListServiceLogRequest) (<-chan *ListServiceLogResponse, <-chan error)

ListServiceLogWithChan invokes the emr.ListServiceLog API asynchronously api document: https://help.aliyun.com/api/emr/listservicelog.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListSlsLogstoreInfo ¶

func (client *Client) ListSlsLogstoreInfo(request *ListSlsLogstoreInfoRequest) (response *ListSlsLogstoreInfoResponse, err error)

ListSlsLogstoreInfo invokes the emr.ListSlsLogstoreInfo API synchronously api document: https://help.aliyun.com/api/emr/listslslogstoreinfo.html

func (*Client) ListSlsLogstoreInfoWithCallback ¶

func (client *Client) ListSlsLogstoreInfoWithCallback(request *ListSlsLogstoreInfoRequest, callback func(response *ListSlsLogstoreInfoResponse, err error)) <-chan int

ListSlsLogstoreInfoWithCallback invokes the emr.ListSlsLogstoreInfo API asynchronously api document: https://help.aliyun.com/api/emr/listslslogstoreinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListSlsLogstoreInfoWithChan ¶

func (client *Client) ListSlsLogstoreInfoWithChan(request *ListSlsLogstoreInfoRequest) (<-chan *ListSlsLogstoreInfoResponse, <-chan error)

ListSlsLogstoreInfoWithChan invokes the emr.ListSlsLogstoreInfo API asynchronously api document: https://help.aliyun.com/api/emr/listslslogstoreinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListSupportedServiceName ¶

func (client *Client) ListSupportedServiceName(request *ListSupportedServiceNameRequest) (response *ListSupportedServiceNameResponse, err error)

ListSupportedServiceName invokes the emr.ListSupportedServiceName API synchronously api document: https://help.aliyun.com/api/emr/listsupportedservicename.html

func (*Client) ListSupportedServiceNameWithCallback ¶

func (client *Client) ListSupportedServiceNameWithCallback(request *ListSupportedServiceNameRequest, callback func(response *ListSupportedServiceNameResponse, err error)) <-chan int

ListSupportedServiceNameWithCallback invokes the emr.ListSupportedServiceName API asynchronously api document: https://help.aliyun.com/api/emr/listsupportedservicename.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListSupportedServiceNameWithChan ¶

func (client *Client) ListSupportedServiceNameWithChan(request *ListSupportedServiceNameRequest) (<-chan *ListSupportedServiceNameResponse, <-chan error)

ListSupportedServiceNameWithChan invokes the emr.ListSupportedServiceName API asynchronously api document: https://help.aliyun.com/api/emr/listsupportedservicename.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListUserStatistics ¶

func (client *Client) ListUserStatistics(request *ListUserStatisticsRequest) (response *ListUserStatisticsResponse, err error)

ListUserStatistics invokes the emr.ListUserStatistics API synchronously api document: https://help.aliyun.com/api/emr/listuserstatistics.html

func (*Client) ListUserStatisticsWithCallback ¶

func (client *Client) ListUserStatisticsWithCallback(request *ListUserStatisticsRequest, callback func(response *ListUserStatisticsResponse, err error)) <-chan int

ListUserStatisticsWithCallback invokes the emr.ListUserStatistics API asynchronously api document: https://help.aliyun.com/api/emr/listuserstatistics.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListUserStatisticsWithChan ¶

func (client *Client) ListUserStatisticsWithChan(request *ListUserStatisticsRequest) (<-chan *ListUserStatisticsResponse, <-chan error)

ListUserStatisticsWithChan invokes the emr.ListUserStatistics API asynchronously api document: https://help.aliyun.com/api/emr/listuserstatistics.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListUsers ¶

func (client *Client) ListUsers(request *ListUsersRequest) (response *ListUsersResponse, err error)

ListUsers invokes the emr.ListUsers API synchronously api document: https://help.aliyun.com/api/emr/listusers.html

func (*Client) ListUsersWithCallback ¶

func (client *Client) ListUsersWithCallback(request *ListUsersRequest, callback func(response *ListUsersResponse, err error)) <-chan int

ListUsersWithCallback invokes the emr.ListUsers API asynchronously api document: https://help.aliyun.com/api/emr/listusers.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListUsersWithChan ¶

func (client *Client) ListUsersWithChan(request *ListUsersRequest) (<-chan *ListUsersResponse, <-chan error)

ListUsersWithChan invokes the emr.ListUsers API asynchronously api document: https://help.aliyun.com/api/emr/listusers.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreCreateDataResource ¶

func (client *Client) MetastoreCreateDataResource(request *MetastoreCreateDataResourceRequest) (response *MetastoreCreateDataResourceResponse, err error)

MetastoreCreateDataResource invokes the emr.MetastoreCreateDataResource API synchronously api document: https://help.aliyun.com/api/emr/metastorecreatedataresource.html

func (*Client) MetastoreCreateDataResourceWithCallback ¶

func (client *Client) MetastoreCreateDataResourceWithCallback(request *MetastoreCreateDataResourceRequest, callback func(response *MetastoreCreateDataResourceResponse, err error)) <-chan int

MetastoreCreateDataResourceWithCallback invokes the emr.MetastoreCreateDataResource API asynchronously api document: https://help.aliyun.com/api/emr/metastorecreatedataresource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreCreateDataResourceWithChan ¶

func (client *Client) MetastoreCreateDataResourceWithChan(request *MetastoreCreateDataResourceRequest) (<-chan *MetastoreCreateDataResourceResponse, <-chan error)

MetastoreCreateDataResourceWithChan invokes the emr.MetastoreCreateDataResource API asynchronously api document: https://help.aliyun.com/api/emr/metastorecreatedataresource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreCreateDatabase ¶

func (client *Client) MetastoreCreateDatabase(request *MetastoreCreateDatabaseRequest) (response *MetastoreCreateDatabaseResponse, err error)

MetastoreCreateDatabase invokes the emr.MetastoreCreateDatabase API synchronously api document: https://help.aliyun.com/api/emr/metastorecreatedatabase.html

func (*Client) MetastoreCreateDatabaseWithCallback ¶

func (client *Client) MetastoreCreateDatabaseWithCallback(request *MetastoreCreateDatabaseRequest, callback func(response *MetastoreCreateDatabaseResponse, err error)) <-chan int

MetastoreCreateDatabaseWithCallback invokes the emr.MetastoreCreateDatabase API asynchronously api document: https://help.aliyun.com/api/emr/metastorecreatedatabase.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreCreateDatabaseWithChan ¶

func (client *Client) MetastoreCreateDatabaseWithChan(request *MetastoreCreateDatabaseRequest) (<-chan *MetastoreCreateDatabaseResponse, <-chan error)

MetastoreCreateDatabaseWithChan invokes the emr.MetastoreCreateDatabase API asynchronously api document: https://help.aliyun.com/api/emr/metastorecreatedatabase.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreCreateKafkaTopic ¶

func (client *Client) MetastoreCreateKafkaTopic(request *MetastoreCreateKafkaTopicRequest) (response *MetastoreCreateKafkaTopicResponse, err error)

MetastoreCreateKafkaTopic invokes the emr.MetastoreCreateKafkaTopic API synchronously api document: https://help.aliyun.com/api/emr/metastorecreatekafkatopic.html

func (*Client) MetastoreCreateKafkaTopicWithCallback ¶

func (client *Client) MetastoreCreateKafkaTopicWithCallback(request *MetastoreCreateKafkaTopicRequest, callback func(response *MetastoreCreateKafkaTopicResponse, err error)) <-chan int

MetastoreCreateKafkaTopicWithCallback invokes the emr.MetastoreCreateKafkaTopic API asynchronously api document: https://help.aliyun.com/api/emr/metastorecreatekafkatopic.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreCreateKafkaTopicWithChan ¶

func (client *Client) MetastoreCreateKafkaTopicWithChan(request *MetastoreCreateKafkaTopicRequest) (<-chan *MetastoreCreateKafkaTopicResponse, <-chan error)

MetastoreCreateKafkaTopicWithChan invokes the emr.MetastoreCreateKafkaTopic API asynchronously api document: https://help.aliyun.com/api/emr/metastorecreatekafkatopic.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreCreateTable ¶

func (client *Client) MetastoreCreateTable(request *MetastoreCreateTableRequest) (response *MetastoreCreateTableResponse, err error)

MetastoreCreateTable invokes the emr.MetastoreCreateTable API synchronously api document: https://help.aliyun.com/api/emr/metastorecreatetable.html

func (*Client) MetastoreCreateTableWithCallback ¶

func (client *Client) MetastoreCreateTableWithCallback(request *MetastoreCreateTableRequest, callback func(response *MetastoreCreateTableResponse, err error)) <-chan int

MetastoreCreateTableWithCallback invokes the emr.MetastoreCreateTable API asynchronously api document: https://help.aliyun.com/api/emr/metastorecreatetable.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreCreateTableWithChan ¶

func (client *Client) MetastoreCreateTableWithChan(request *MetastoreCreateTableRequest) (<-chan *MetastoreCreateTableResponse, <-chan error)

MetastoreCreateTableWithChan invokes the emr.MetastoreCreateTable API asynchronously api document: https://help.aliyun.com/api/emr/metastorecreatetable.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreDataPreview ¶

func (client *Client) MetastoreDataPreview(request *MetastoreDataPreviewRequest) (response *MetastoreDataPreviewResponse, err error)

MetastoreDataPreview invokes the emr.MetastoreDataPreview API synchronously api document: https://help.aliyun.com/api/emr/metastoredatapreview.html

func (*Client) MetastoreDataPreviewWithCallback ¶

func (client *Client) MetastoreDataPreviewWithCallback(request *MetastoreDataPreviewRequest, callback func(response *MetastoreDataPreviewResponse, err error)) <-chan int

MetastoreDataPreviewWithCallback invokes the emr.MetastoreDataPreview API asynchronously api document: https://help.aliyun.com/api/emr/metastoredatapreview.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreDataPreviewWithChan ¶

func (client *Client) MetastoreDataPreviewWithChan(request *MetastoreDataPreviewRequest) (<-chan *MetastoreDataPreviewResponse, <-chan error)

MetastoreDataPreviewWithChan invokes the emr.MetastoreDataPreview API asynchronously api document: https://help.aliyun.com/api/emr/metastoredatapreview.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreDeleteDataResource ¶

func (client *Client) MetastoreDeleteDataResource(request *MetastoreDeleteDataResourceRequest) (response *MetastoreDeleteDataResourceResponse, err error)

MetastoreDeleteDataResource invokes the emr.MetastoreDeleteDataResource API synchronously api document: https://help.aliyun.com/api/emr/metastoredeletedataresource.html

func (*Client) MetastoreDeleteDataResourceWithCallback ¶

func (client *Client) MetastoreDeleteDataResourceWithCallback(request *MetastoreDeleteDataResourceRequest, callback func(response *MetastoreDeleteDataResourceResponse, err error)) <-chan int

MetastoreDeleteDataResourceWithCallback invokes the emr.MetastoreDeleteDataResource API asynchronously api document: https://help.aliyun.com/api/emr/metastoredeletedataresource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreDeleteDataResourceWithChan ¶

func (client *Client) MetastoreDeleteDataResourceWithChan(request *MetastoreDeleteDataResourceRequest) (<-chan *MetastoreDeleteDataResourceResponse, <-chan error)

MetastoreDeleteDataResourceWithChan invokes the emr.MetastoreDeleteDataResource API asynchronously api document: https://help.aliyun.com/api/emr/metastoredeletedataresource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreDeleteKafkaTopic ¶

func (client *Client) MetastoreDeleteKafkaTopic(request *MetastoreDeleteKafkaTopicRequest) (response *MetastoreDeleteKafkaTopicResponse, err error)

MetastoreDeleteKafkaTopic invokes the emr.MetastoreDeleteKafkaTopic API synchronously api document: https://help.aliyun.com/api/emr/metastoredeletekafkatopic.html

func (*Client) MetastoreDeleteKafkaTopicWithCallback ¶

func (client *Client) MetastoreDeleteKafkaTopicWithCallback(request *MetastoreDeleteKafkaTopicRequest, callback func(response *MetastoreDeleteKafkaTopicResponse, err error)) <-chan int

MetastoreDeleteKafkaTopicWithCallback invokes the emr.MetastoreDeleteKafkaTopic API asynchronously api document: https://help.aliyun.com/api/emr/metastoredeletekafkatopic.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreDeleteKafkaTopicWithChan ¶

func (client *Client) MetastoreDeleteKafkaTopicWithChan(request *MetastoreDeleteKafkaTopicRequest) (<-chan *MetastoreDeleteKafkaTopicResponse, <-chan error)

MetastoreDeleteKafkaTopicWithChan invokes the emr.MetastoreDeleteKafkaTopic API asynchronously api document: https://help.aliyun.com/api/emr/metastoredeletekafkatopic.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreDescribeDataSource ¶

func (client *Client) MetastoreDescribeDataSource(request *MetastoreDescribeDataSourceRequest) (response *MetastoreDescribeDataSourceResponse, err error)

MetastoreDescribeDataSource invokes the emr.MetastoreDescribeDataSource API synchronously api document: https://help.aliyun.com/api/emr/metastoredescribedatasource.html

func (*Client) MetastoreDescribeDataSourceWithCallback ¶

func (client *Client) MetastoreDescribeDataSourceWithCallback(request *MetastoreDescribeDataSourceRequest, callback func(response *MetastoreDescribeDataSourceResponse, err error)) <-chan int

MetastoreDescribeDataSourceWithCallback invokes the emr.MetastoreDescribeDataSource API asynchronously api document: https://help.aliyun.com/api/emr/metastoredescribedatasource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreDescribeDataSourceWithChan ¶

func (client *Client) MetastoreDescribeDataSourceWithChan(request *MetastoreDescribeDataSourceRequest) (<-chan *MetastoreDescribeDataSourceResponse, <-chan error)

MetastoreDescribeDataSourceWithChan invokes the emr.MetastoreDescribeDataSource API asynchronously api document: https://help.aliyun.com/api/emr/metastoredescribedatasource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreDescribeDatabase ¶

func (client *Client) MetastoreDescribeDatabase(request *MetastoreDescribeDatabaseRequest) (response *MetastoreDescribeDatabaseResponse, err error)

MetastoreDescribeDatabase invokes the emr.MetastoreDescribeDatabase API synchronously api document: https://help.aliyun.com/api/emr/metastoredescribedatabase.html

func (*Client) MetastoreDescribeDatabaseWithCallback ¶

func (client *Client) MetastoreDescribeDatabaseWithCallback(request *MetastoreDescribeDatabaseRequest, callback func(response *MetastoreDescribeDatabaseResponse, err error)) <-chan int

MetastoreDescribeDatabaseWithCallback invokes the emr.MetastoreDescribeDatabase API asynchronously api document: https://help.aliyun.com/api/emr/metastoredescribedatabase.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreDescribeDatabaseWithChan ¶

func (client *Client) MetastoreDescribeDatabaseWithChan(request *MetastoreDescribeDatabaseRequest) (<-chan *MetastoreDescribeDatabaseResponse, <-chan error)

MetastoreDescribeDatabaseWithChan invokes the emr.MetastoreDescribeDatabase API asynchronously api document: https://help.aliyun.com/api/emr/metastoredescribedatabase.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreDescribeKafkaConsumerGroup ¶

func (client *Client) MetastoreDescribeKafkaConsumerGroup(request *MetastoreDescribeKafkaConsumerGroupRequest) (response *MetastoreDescribeKafkaConsumerGroupResponse, err error)

MetastoreDescribeKafkaConsumerGroup invokes the emr.MetastoreDescribeKafkaConsumerGroup API synchronously api document: https://help.aliyun.com/api/emr/metastoredescribekafkaconsumergroup.html

func (*Client) MetastoreDescribeKafkaConsumerGroupWithCallback ¶

func (client *Client) MetastoreDescribeKafkaConsumerGroupWithCallback(request *MetastoreDescribeKafkaConsumerGroupRequest, callback func(response *MetastoreDescribeKafkaConsumerGroupResponse, err error)) <-chan int

MetastoreDescribeKafkaConsumerGroupWithCallback invokes the emr.MetastoreDescribeKafkaConsumerGroup API asynchronously api document: https://help.aliyun.com/api/emr/metastoredescribekafkaconsumergroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreDescribeKafkaConsumerGroupWithChan ¶

func (client *Client) MetastoreDescribeKafkaConsumerGroupWithChan(request *MetastoreDescribeKafkaConsumerGroupRequest) (<-chan *MetastoreDescribeKafkaConsumerGroupResponse, <-chan error)

MetastoreDescribeKafkaConsumerGroupWithChan invokes the emr.MetastoreDescribeKafkaConsumerGroup API asynchronously api document: https://help.aliyun.com/api/emr/metastoredescribekafkaconsumergroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreDescribeKafkaTopic ¶

func (client *Client) MetastoreDescribeKafkaTopic(request *MetastoreDescribeKafkaTopicRequest) (response *MetastoreDescribeKafkaTopicResponse, err error)

MetastoreDescribeKafkaTopic invokes the emr.MetastoreDescribeKafkaTopic API synchronously api document: https://help.aliyun.com/api/emr/metastoredescribekafkatopic.html

func (*Client) MetastoreDescribeKafkaTopicWithCallback ¶

func (client *Client) MetastoreDescribeKafkaTopicWithCallback(request *MetastoreDescribeKafkaTopicRequest, callback func(response *MetastoreDescribeKafkaTopicResponse, err error)) <-chan int

MetastoreDescribeKafkaTopicWithCallback invokes the emr.MetastoreDescribeKafkaTopic API asynchronously api document: https://help.aliyun.com/api/emr/metastoredescribekafkatopic.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreDescribeKafkaTopicWithChan ¶

func (client *Client) MetastoreDescribeKafkaTopicWithChan(request *MetastoreDescribeKafkaTopicRequest) (<-chan *MetastoreDescribeKafkaTopicResponse, <-chan error)

MetastoreDescribeKafkaTopicWithChan invokes the emr.MetastoreDescribeKafkaTopic API asynchronously api document: https://help.aliyun.com/api/emr/metastoredescribekafkatopic.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreDescribeTable ¶

func (client *Client) MetastoreDescribeTable(request *MetastoreDescribeTableRequest) (response *MetastoreDescribeTableResponse, err error)

MetastoreDescribeTable invokes the emr.MetastoreDescribeTable API synchronously api document: https://help.aliyun.com/api/emr/metastoredescribetable.html

func (*Client) MetastoreDescribeTableWithCallback ¶

func (client *Client) MetastoreDescribeTableWithCallback(request *MetastoreDescribeTableRequest, callback func(response *MetastoreDescribeTableResponse, err error)) <-chan int

MetastoreDescribeTableWithCallback invokes the emr.MetastoreDescribeTable API asynchronously api document: https://help.aliyun.com/api/emr/metastoredescribetable.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreDescribeTableWithChan ¶

func (client *Client) MetastoreDescribeTableWithChan(request *MetastoreDescribeTableRequest) (<-chan *MetastoreDescribeTableResponse, <-chan error)

MetastoreDescribeTableWithChan invokes the emr.MetastoreDescribeTable API asynchronously api document: https://help.aliyun.com/api/emr/metastoredescribetable.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreDescribeTask ¶

func (client *Client) MetastoreDescribeTask(request *MetastoreDescribeTaskRequest) (response *MetastoreDescribeTaskResponse, err error)

MetastoreDescribeTask invokes the emr.MetastoreDescribeTask API synchronously api document: https://help.aliyun.com/api/emr/metastoredescribetask.html

func (*Client) MetastoreDescribeTaskWithCallback ¶

func (client *Client) MetastoreDescribeTaskWithCallback(request *MetastoreDescribeTaskRequest, callback func(response *MetastoreDescribeTaskResponse, err error)) <-chan int

MetastoreDescribeTaskWithCallback invokes the emr.MetastoreDescribeTask API asynchronously api document: https://help.aliyun.com/api/emr/metastoredescribetask.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreDescribeTaskWithChan ¶

func (client *Client) MetastoreDescribeTaskWithChan(request *MetastoreDescribeTaskRequest) (<-chan *MetastoreDescribeTaskResponse, <-chan error)

MetastoreDescribeTaskWithChan invokes the emr.MetastoreDescribeTask API asynchronously api document: https://help.aliyun.com/api/emr/metastoredescribetask.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreDropDatabase ¶

func (client *Client) MetastoreDropDatabase(request *MetastoreDropDatabaseRequest) (response *MetastoreDropDatabaseResponse, err error)

MetastoreDropDatabase invokes the emr.MetastoreDropDatabase API synchronously api document: https://help.aliyun.com/api/emr/metastoredropdatabase.html

func (*Client) MetastoreDropDatabaseWithCallback ¶

func (client *Client) MetastoreDropDatabaseWithCallback(request *MetastoreDropDatabaseRequest, callback func(response *MetastoreDropDatabaseResponse, err error)) <-chan int

MetastoreDropDatabaseWithCallback invokes the emr.MetastoreDropDatabase API asynchronously api document: https://help.aliyun.com/api/emr/metastoredropdatabase.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreDropDatabaseWithChan ¶

func (client *Client) MetastoreDropDatabaseWithChan(request *MetastoreDropDatabaseRequest) (<-chan *MetastoreDropDatabaseResponse, <-chan error)

MetastoreDropDatabaseWithChan invokes the emr.MetastoreDropDatabase API asynchronously api document: https://help.aliyun.com/api/emr/metastoredropdatabase.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreDropTable ¶

func (client *Client) MetastoreDropTable(request *MetastoreDropTableRequest) (response *MetastoreDropTableResponse, err error)

MetastoreDropTable invokes the emr.MetastoreDropTable API synchronously api document: https://help.aliyun.com/api/emr/metastoredroptable.html

func (*Client) MetastoreDropTableWithCallback ¶

func (client *Client) MetastoreDropTableWithCallback(request *MetastoreDropTableRequest, callback func(response *MetastoreDropTableResponse, err error)) <-chan int

MetastoreDropTableWithCallback invokes the emr.MetastoreDropTable API asynchronously api document: https://help.aliyun.com/api/emr/metastoredroptable.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreDropTableWithChan ¶

func (client *Client) MetastoreDropTableWithChan(request *MetastoreDropTableRequest) (<-chan *MetastoreDropTableResponse, <-chan error)

MetastoreDropTableWithChan invokes the emr.MetastoreDropTable API asynchronously api document: https://help.aliyun.com/api/emr/metastoredroptable.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreListDataResources ¶

func (client *Client) MetastoreListDataResources(request *MetastoreListDataResourcesRequest) (response *MetastoreListDataResourcesResponse, err error)

MetastoreListDataResources invokes the emr.MetastoreListDataResources API synchronously api document: https://help.aliyun.com/api/emr/metastorelistdataresources.html

func (*Client) MetastoreListDataResourcesWithCallback ¶

func (client *Client) MetastoreListDataResourcesWithCallback(request *MetastoreListDataResourcesRequest, callback func(response *MetastoreListDataResourcesResponse, err error)) <-chan int

MetastoreListDataResourcesWithCallback invokes the emr.MetastoreListDataResources API asynchronously api document: https://help.aliyun.com/api/emr/metastorelistdataresources.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreListDataResourcesWithChan ¶

func (client *Client) MetastoreListDataResourcesWithChan(request *MetastoreListDataResourcesRequest) (<-chan *MetastoreListDataResourcesResponse, <-chan error)

MetastoreListDataResourcesWithChan invokes the emr.MetastoreListDataResources API asynchronously api document: https://help.aliyun.com/api/emr/metastorelistdataresources.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreListDataSource ¶

func (client *Client) MetastoreListDataSource(request *MetastoreListDataSourceRequest) (response *MetastoreListDataSourceResponse, err error)

MetastoreListDataSource invokes the emr.MetastoreListDataSource API synchronously api document: https://help.aliyun.com/api/emr/metastorelistdatasource.html

func (*Client) MetastoreListDataSourceWithCallback ¶

func (client *Client) MetastoreListDataSourceWithCallback(request *MetastoreListDataSourceRequest, callback func(response *MetastoreListDataSourceResponse, err error)) <-chan int

MetastoreListDataSourceWithCallback invokes the emr.MetastoreListDataSource API asynchronously api document: https://help.aliyun.com/api/emr/metastorelistdatasource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreListDataSourceWithChan ¶

func (client *Client) MetastoreListDataSourceWithChan(request *MetastoreListDataSourceRequest) (<-chan *MetastoreListDataSourceResponse, <-chan error)

MetastoreListDataSourceWithChan invokes the emr.MetastoreListDataSource API asynchronously api document: https://help.aliyun.com/api/emr/metastorelistdatasource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreListDatabases ¶

func (client *Client) MetastoreListDatabases(request *MetastoreListDatabasesRequest) (response *MetastoreListDatabasesResponse, err error)

MetastoreListDatabases invokes the emr.MetastoreListDatabases API synchronously api document: https://help.aliyun.com/api/emr/metastorelistdatabases.html

func (*Client) MetastoreListDatabasesWithCallback ¶

func (client *Client) MetastoreListDatabasesWithCallback(request *MetastoreListDatabasesRequest, callback func(response *MetastoreListDatabasesResponse, err error)) <-chan int

MetastoreListDatabasesWithCallback invokes the emr.MetastoreListDatabases API asynchronously api document: https://help.aliyun.com/api/emr/metastorelistdatabases.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreListDatabasesWithChan ¶

func (client *Client) MetastoreListDatabasesWithChan(request *MetastoreListDatabasesRequest) (<-chan *MetastoreListDatabasesResponse, <-chan error)

MetastoreListDatabasesWithChan invokes the emr.MetastoreListDatabases API asynchronously api document: https://help.aliyun.com/api/emr/metastorelistdatabases.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreListKafkaConsumerGroup ¶

func (client *Client) MetastoreListKafkaConsumerGroup(request *MetastoreListKafkaConsumerGroupRequest) (response *MetastoreListKafkaConsumerGroupResponse, err error)

MetastoreListKafkaConsumerGroup invokes the emr.MetastoreListKafkaConsumerGroup API synchronously api document: https://help.aliyun.com/api/emr/metastorelistkafkaconsumergroup.html

func (*Client) MetastoreListKafkaConsumerGroupWithCallback ¶

func (client *Client) MetastoreListKafkaConsumerGroupWithCallback(request *MetastoreListKafkaConsumerGroupRequest, callback func(response *MetastoreListKafkaConsumerGroupResponse, err error)) <-chan int

MetastoreListKafkaConsumerGroupWithCallback invokes the emr.MetastoreListKafkaConsumerGroup API asynchronously api document: https://help.aliyun.com/api/emr/metastorelistkafkaconsumergroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreListKafkaConsumerGroupWithChan ¶

func (client *Client) MetastoreListKafkaConsumerGroupWithChan(request *MetastoreListKafkaConsumerGroupRequest) (<-chan *MetastoreListKafkaConsumerGroupResponse, <-chan error)

MetastoreListKafkaConsumerGroupWithChan invokes the emr.MetastoreListKafkaConsumerGroup API asynchronously api document: https://help.aliyun.com/api/emr/metastorelistkafkaconsumergroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreListKafkaTopic ¶

func (client *Client) MetastoreListKafkaTopic(request *MetastoreListKafkaTopicRequest) (response *MetastoreListKafkaTopicResponse, err error)

MetastoreListKafkaTopic invokes the emr.MetastoreListKafkaTopic API synchronously api document: https://help.aliyun.com/api/emr/metastorelistkafkatopic.html

func (*Client) MetastoreListKafkaTopicWithCallback ¶

func (client *Client) MetastoreListKafkaTopicWithCallback(request *MetastoreListKafkaTopicRequest, callback func(response *MetastoreListKafkaTopicResponse, err error)) <-chan int

MetastoreListKafkaTopicWithCallback invokes the emr.MetastoreListKafkaTopic API asynchronously api document: https://help.aliyun.com/api/emr/metastorelistkafkatopic.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreListKafkaTopicWithChan ¶

func (client *Client) MetastoreListKafkaTopicWithChan(request *MetastoreListKafkaTopicRequest) (<-chan *MetastoreListKafkaTopicResponse, <-chan error)

MetastoreListKafkaTopicWithChan invokes the emr.MetastoreListKafkaTopic API asynchronously api document: https://help.aliyun.com/api/emr/metastorelistkafkatopic.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreListTablePartition ¶

func (client *Client) MetastoreListTablePartition(request *MetastoreListTablePartitionRequest) (response *MetastoreListTablePartitionResponse, err error)

MetastoreListTablePartition invokes the emr.MetastoreListTablePartition API synchronously api document: https://help.aliyun.com/api/emr/metastorelisttablepartition.html

func (*Client) MetastoreListTablePartitionWithCallback ¶

func (client *Client) MetastoreListTablePartitionWithCallback(request *MetastoreListTablePartitionRequest, callback func(response *MetastoreListTablePartitionResponse, err error)) <-chan int

MetastoreListTablePartitionWithCallback invokes the emr.MetastoreListTablePartition API asynchronously api document: https://help.aliyun.com/api/emr/metastorelisttablepartition.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreListTablePartitionWithChan ¶

func (client *Client) MetastoreListTablePartitionWithChan(request *MetastoreListTablePartitionRequest) (<-chan *MetastoreListTablePartitionResponse, <-chan error)

MetastoreListTablePartitionWithChan invokes the emr.MetastoreListTablePartition API asynchronously api document: https://help.aliyun.com/api/emr/metastorelisttablepartition.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreListTables ¶

func (client *Client) MetastoreListTables(request *MetastoreListTablesRequest) (response *MetastoreListTablesResponse, err error)

MetastoreListTables invokes the emr.MetastoreListTables API synchronously api document: https://help.aliyun.com/api/emr/metastorelisttables.html

func (*Client) MetastoreListTablesWithCallback ¶

func (client *Client) MetastoreListTablesWithCallback(request *MetastoreListTablesRequest, callback func(response *MetastoreListTablesResponse, err error)) <-chan int

MetastoreListTablesWithCallback invokes the emr.MetastoreListTables API asynchronously api document: https://help.aliyun.com/api/emr/metastorelisttables.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreListTablesWithChan ¶

func (client *Client) MetastoreListTablesWithChan(request *MetastoreListTablesRequest) (<-chan *MetastoreListTablesResponse, <-chan error)

MetastoreListTablesWithChan invokes the emr.MetastoreListTables API asynchronously api document: https://help.aliyun.com/api/emr/metastorelisttables.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreListTask ¶

func (client *Client) MetastoreListTask(request *MetastoreListTaskRequest) (response *MetastoreListTaskResponse, err error)

MetastoreListTask invokes the emr.MetastoreListTask API synchronously api document: https://help.aliyun.com/api/emr/metastorelisttask.html

func (*Client) MetastoreListTaskWithCallback ¶

func (client *Client) MetastoreListTaskWithCallback(request *MetastoreListTaskRequest, callback func(response *MetastoreListTaskResponse, err error)) <-chan int

MetastoreListTaskWithCallback invokes the emr.MetastoreListTask API asynchronously api document: https://help.aliyun.com/api/emr/metastorelisttask.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreListTaskWithChan ¶

func (client *Client) MetastoreListTaskWithChan(request *MetastoreListTaskRequest) (<-chan *MetastoreListTaskResponse, <-chan error)

MetastoreListTaskWithChan invokes the emr.MetastoreListTask API asynchronously api document: https://help.aliyun.com/api/emr/metastorelisttask.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreModifyDataResource ¶

func (client *Client) MetastoreModifyDataResource(request *MetastoreModifyDataResourceRequest) (response *MetastoreModifyDataResourceResponse, err error)

MetastoreModifyDataResource invokes the emr.MetastoreModifyDataResource API synchronously api document: https://help.aliyun.com/api/emr/metastoremodifydataresource.html

func (*Client) MetastoreModifyDataResourceWithCallback ¶

func (client *Client) MetastoreModifyDataResourceWithCallback(request *MetastoreModifyDataResourceRequest, callback func(response *MetastoreModifyDataResourceResponse, err error)) <-chan int

MetastoreModifyDataResourceWithCallback invokes the emr.MetastoreModifyDataResource API asynchronously api document: https://help.aliyun.com/api/emr/metastoremodifydataresource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreModifyDataResourceWithChan ¶

func (client *Client) MetastoreModifyDataResourceWithChan(request *MetastoreModifyDataResourceRequest) (<-chan *MetastoreModifyDataResourceResponse, <-chan error)

MetastoreModifyDataResourceWithChan invokes the emr.MetastoreModifyDataResource API asynchronously api document: https://help.aliyun.com/api/emr/metastoremodifydataresource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreRetryTask ¶

func (client *Client) MetastoreRetryTask(request *MetastoreRetryTaskRequest) (response *MetastoreRetryTaskResponse, err error)

MetastoreRetryTask invokes the emr.MetastoreRetryTask API synchronously api document: https://help.aliyun.com/api/emr/metastoreretrytask.html

func (*Client) MetastoreRetryTaskWithCallback ¶

func (client *Client) MetastoreRetryTaskWithCallback(request *MetastoreRetryTaskRequest, callback func(response *MetastoreRetryTaskResponse, err error)) <-chan int

MetastoreRetryTaskWithCallback invokes the emr.MetastoreRetryTask API asynchronously api document: https://help.aliyun.com/api/emr/metastoreretrytask.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreRetryTaskWithChan ¶

func (client *Client) MetastoreRetryTaskWithChan(request *MetastoreRetryTaskRequest) (<-chan *MetastoreRetryTaskResponse, <-chan error)

MetastoreRetryTaskWithChan invokes the emr.MetastoreRetryTask API asynchronously api document: https://help.aliyun.com/api/emr/metastoreretrytask.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreSearchTables ¶

func (client *Client) MetastoreSearchTables(request *MetastoreSearchTablesRequest) (response *MetastoreSearchTablesResponse, err error)

MetastoreSearchTables invokes the emr.MetastoreSearchTables API synchronously api document: https://help.aliyun.com/api/emr/metastoresearchtables.html

func (*Client) MetastoreSearchTablesWithCallback ¶

func (client *Client) MetastoreSearchTablesWithCallback(request *MetastoreSearchTablesRequest, callback func(response *MetastoreSearchTablesResponse, err error)) <-chan int

MetastoreSearchTablesWithCallback invokes the emr.MetastoreSearchTables API asynchronously api document: https://help.aliyun.com/api/emr/metastoresearchtables.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreSearchTablesWithChan ¶

func (client *Client) MetastoreSearchTablesWithChan(request *MetastoreSearchTablesRequest) (<-chan *MetastoreSearchTablesResponse, <-chan error)

MetastoreSearchTablesWithChan invokes the emr.MetastoreSearchTables API asynchronously api document: https://help.aliyun.com/api/emr/metastoresearchtables.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreUpdateKafkaTopic ¶

func (client *Client) MetastoreUpdateKafkaTopic(request *MetastoreUpdateKafkaTopicRequest) (response *MetastoreUpdateKafkaTopicResponse, err error)

MetastoreUpdateKafkaTopic invokes the emr.MetastoreUpdateKafkaTopic API synchronously api document: https://help.aliyun.com/api/emr/metastoreupdatekafkatopic.html

func (*Client) MetastoreUpdateKafkaTopicBatch ¶

func (client *Client) MetastoreUpdateKafkaTopicBatch(request *MetastoreUpdateKafkaTopicBatchRequest) (response *MetastoreUpdateKafkaTopicBatchResponse, err error)

MetastoreUpdateKafkaTopicBatch invokes the emr.MetastoreUpdateKafkaTopicBatch API synchronously api document: https://help.aliyun.com/api/emr/metastoreupdatekafkatopicbatch.html

func (*Client) MetastoreUpdateKafkaTopicBatchWithCallback ¶

func (client *Client) MetastoreUpdateKafkaTopicBatchWithCallback(request *MetastoreUpdateKafkaTopicBatchRequest, callback func(response *MetastoreUpdateKafkaTopicBatchResponse, err error)) <-chan int

MetastoreUpdateKafkaTopicBatchWithCallback invokes the emr.MetastoreUpdateKafkaTopicBatch API asynchronously api document: https://help.aliyun.com/api/emr/metastoreupdatekafkatopicbatch.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreUpdateKafkaTopicBatchWithChan ¶

func (client *Client) MetastoreUpdateKafkaTopicBatchWithChan(request *MetastoreUpdateKafkaTopicBatchRequest) (<-chan *MetastoreUpdateKafkaTopicBatchResponse, <-chan error)

MetastoreUpdateKafkaTopicBatchWithChan invokes the emr.MetastoreUpdateKafkaTopicBatch API asynchronously api document: https://help.aliyun.com/api/emr/metastoreupdatekafkatopicbatch.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreUpdateKafkaTopicWithCallback ¶

func (client *Client) MetastoreUpdateKafkaTopicWithCallback(request *MetastoreUpdateKafkaTopicRequest, callback func(response *MetastoreUpdateKafkaTopicResponse, err error)) <-chan int

MetastoreUpdateKafkaTopicWithCallback invokes the emr.MetastoreUpdateKafkaTopic API asynchronously api document: https://help.aliyun.com/api/emr/metastoreupdatekafkatopic.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreUpdateKafkaTopicWithChan ¶

func (client *Client) MetastoreUpdateKafkaTopicWithChan(request *MetastoreUpdateKafkaTopicRequest) (<-chan *MetastoreUpdateKafkaTopicResponse, <-chan error)

MetastoreUpdateKafkaTopicWithChan invokes the emr.MetastoreUpdateKafkaTopic API asynchronously api document: https://help.aliyun.com/api/emr/metastoreupdatekafkatopic.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreUpdateTable ¶

func (client *Client) MetastoreUpdateTable(request *MetastoreUpdateTableRequest) (response *MetastoreUpdateTableResponse, err error)

MetastoreUpdateTable invokes the emr.MetastoreUpdateTable API synchronously api document: https://help.aliyun.com/api/emr/metastoreupdatetable.html

func (*Client) MetastoreUpdateTableWithCallback ¶

func (client *Client) MetastoreUpdateTableWithCallback(request *MetastoreUpdateTableRequest, callback func(response *MetastoreUpdateTableResponse, err error)) <-chan int

MetastoreUpdateTableWithCallback invokes the emr.MetastoreUpdateTable API asynchronously api document: https://help.aliyun.com/api/emr/metastoreupdatetable.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MetastoreUpdateTableWithChan ¶

func (client *Client) MetastoreUpdateTableWithChan(request *MetastoreUpdateTableRequest) (<-chan *MetastoreUpdateTableResponse, <-chan error)

MetastoreUpdateTableWithChan invokes the emr.MetastoreUpdateTable API asynchronously api document: https://help.aliyun.com/api/emr/metastoreupdatetable.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MigrateClusterHostGroupHost ¶

func (client *Client) MigrateClusterHostGroupHost(request *MigrateClusterHostGroupHostRequest) (response *MigrateClusterHostGroupHostResponse, err error)

MigrateClusterHostGroupHost invokes the emr.MigrateClusterHostGroupHost API synchronously api document: https://help.aliyun.com/api/emr/migrateclusterhostgrouphost.html

func (*Client) MigrateClusterHostGroupHostWithCallback ¶

func (client *Client) MigrateClusterHostGroupHostWithCallback(request *MigrateClusterHostGroupHostRequest, callback func(response *MigrateClusterHostGroupHostResponse, err error)) <-chan int

MigrateClusterHostGroupHostWithCallback invokes the emr.MigrateClusterHostGroupHost API asynchronously api document: https://help.aliyun.com/api/emr/migrateclusterhostgrouphost.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MigrateClusterHostGroupHostWithChan ¶

func (client *Client) MigrateClusterHostGroupHostWithChan(request *MigrateClusterHostGroupHostRequest) (<-chan *MigrateClusterHostGroupHostResponse, <-chan error)

MigrateClusterHostGroupHostWithChan invokes the emr.MigrateClusterHostGroupHost API asynchronously api document: https://help.aliyun.com/api/emr/migrateclusterhostgrouphost.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MigrateJobs ¶

func (client *Client) MigrateJobs(request *MigrateJobsRequest) (response *MigrateJobsResponse, err error)

MigrateJobs invokes the emr.MigrateJobs API synchronously api document: https://help.aliyun.com/api/emr/migratejobs.html

func (*Client) MigrateJobsWithCallback ¶

func (client *Client) MigrateJobsWithCallback(request *MigrateJobsRequest, callback func(response *MigrateJobsResponse, err error)) <-chan int

MigrateJobsWithCallback invokes the emr.MigrateJobs API asynchronously api document: https://help.aliyun.com/api/emr/migratejobs.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) MigrateJobsWithChan ¶

func (client *Client) MigrateJobsWithChan(request *MigrateJobsRequest) (<-chan *MigrateJobsResponse, <-chan error)

MigrateJobsWithChan invokes the emr.MigrateJobs API asynchronously api document: https://help.aliyun.com/api/emr/migratejobs.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyAlertContact ¶

func (client *Client) ModifyAlertContact(request *ModifyAlertContactRequest) (response *ModifyAlertContactResponse, err error)

ModifyAlertContact invokes the emr.ModifyAlertContact API synchronously api document: https://help.aliyun.com/api/emr/modifyalertcontact.html

func (*Client) ModifyAlertContactWithCallback ¶

func (client *Client) ModifyAlertContactWithCallback(request *ModifyAlertContactRequest, callback func(response *ModifyAlertContactResponse, err error)) <-chan int

ModifyAlertContactWithCallback invokes the emr.ModifyAlertContact API asynchronously api document: https://help.aliyun.com/api/emr/modifyalertcontact.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyAlertContactWithChan ¶

func (client *Client) ModifyAlertContactWithChan(request *ModifyAlertContactRequest) (<-chan *ModifyAlertContactResponse, <-chan error)

ModifyAlertContactWithChan invokes the emr.ModifyAlertContact API asynchronously api document: https://help.aliyun.com/api/emr/modifyalertcontact.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyAlertDingDingGroup ¶

func (client *Client) ModifyAlertDingDingGroup(request *ModifyAlertDingDingGroupRequest) (response *ModifyAlertDingDingGroupResponse, err error)

ModifyAlertDingDingGroup invokes the emr.ModifyAlertDingDingGroup API synchronously api document: https://help.aliyun.com/api/emr/modifyalertdingdinggroup.html

func (*Client) ModifyAlertDingDingGroupWithCallback ¶

func (client *Client) ModifyAlertDingDingGroupWithCallback(request *ModifyAlertDingDingGroupRequest, callback func(response *ModifyAlertDingDingGroupResponse, err error)) <-chan int

ModifyAlertDingDingGroupWithCallback invokes the emr.ModifyAlertDingDingGroup API asynchronously api document: https://help.aliyun.com/api/emr/modifyalertdingdinggroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyAlertDingDingGroupWithChan ¶

func (client *Client) ModifyAlertDingDingGroupWithChan(request *ModifyAlertDingDingGroupRequest) (<-chan *ModifyAlertDingDingGroupResponse, <-chan error)

ModifyAlertDingDingGroupWithChan invokes the emr.ModifyAlertDingDingGroup API asynchronously api document: https://help.aliyun.com/api/emr/modifyalertdingdinggroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyAlertUserGroup ¶

func (client *Client) ModifyAlertUserGroup(request *ModifyAlertUserGroupRequest) (response *ModifyAlertUserGroupResponse, err error)

ModifyAlertUserGroup invokes the emr.ModifyAlertUserGroup API synchronously api document: https://help.aliyun.com/api/emr/modifyalertusergroup.html

func (*Client) ModifyAlertUserGroupWithCallback ¶

func (client *Client) ModifyAlertUserGroupWithCallback(request *ModifyAlertUserGroupRequest, callback func(response *ModifyAlertUserGroupResponse, err error)) <-chan int

ModifyAlertUserGroupWithCallback invokes the emr.ModifyAlertUserGroup API asynchronously api document: https://help.aliyun.com/api/emr/modifyalertusergroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyAlertUserGroupWithChan ¶

func (client *Client) ModifyAlertUserGroupWithChan(request *ModifyAlertUserGroupRequest) (<-chan *ModifyAlertUserGroupResponse, <-chan error)

ModifyAlertUserGroupWithChan invokes the emr.ModifyAlertUserGroup API asynchronously api document: https://help.aliyun.com/api/emr/modifyalertusergroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyClusterHostGroup ¶

func (client *Client) ModifyClusterHostGroup(request *ModifyClusterHostGroupRequest) (response *ModifyClusterHostGroupResponse, err error)

ModifyClusterHostGroup invokes the emr.ModifyClusterHostGroup API synchronously api document: https://help.aliyun.com/api/emr/modifyclusterhostgroup.html

func (*Client) ModifyClusterHostGroupWithCallback ¶

func (client *Client) ModifyClusterHostGroupWithCallback(request *ModifyClusterHostGroupRequest, callback func(response *ModifyClusterHostGroupResponse, err error)) <-chan int

ModifyClusterHostGroupWithCallback invokes the emr.ModifyClusterHostGroup API asynchronously api document: https://help.aliyun.com/api/emr/modifyclusterhostgroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyClusterHostGroupWithChan ¶

func (client *Client) ModifyClusterHostGroupWithChan(request *ModifyClusterHostGroupRequest) (<-chan *ModifyClusterHostGroupResponse, <-chan error)

ModifyClusterHostGroupWithChan invokes the emr.ModifyClusterHostGroup API asynchronously api document: https://help.aliyun.com/api/emr/modifyclusterhostgroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyClusterName ¶

func (client *Client) ModifyClusterName(request *ModifyClusterNameRequest) (response *ModifyClusterNameResponse, err error)

ModifyClusterName invokes the emr.ModifyClusterName API synchronously api document: https://help.aliyun.com/api/emr/modifyclustername.html

func (*Client) ModifyClusterNameWithCallback ¶

func (client *Client) ModifyClusterNameWithCallback(request *ModifyClusterNameRequest, callback func(response *ModifyClusterNameResponse, err error)) <-chan int

ModifyClusterNameWithCallback invokes the emr.ModifyClusterName API asynchronously api document: https://help.aliyun.com/api/emr/modifyclustername.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyClusterNameWithChan ¶

func (client *Client) ModifyClusterNameWithChan(request *ModifyClusterNameRequest) (<-chan *ModifyClusterNameResponse, <-chan error)

ModifyClusterNameWithChan invokes the emr.ModifyClusterName API asynchronously api document: https://help.aliyun.com/api/emr/modifyclustername.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyClusterServiceConfig ¶

func (client *Client) ModifyClusterServiceConfig(request *ModifyClusterServiceConfigRequest) (response *ModifyClusterServiceConfigResponse, err error)

ModifyClusterServiceConfig invokes the emr.ModifyClusterServiceConfig API synchronously api document: https://help.aliyun.com/api/emr/modifyclusterserviceconfig.html

func (*Client) ModifyClusterServiceConfigWithCallback ¶

func (client *Client) ModifyClusterServiceConfigWithCallback(request *ModifyClusterServiceConfigRequest, callback func(response *ModifyClusterServiceConfigResponse, err error)) <-chan int

ModifyClusterServiceConfigWithCallback invokes the emr.ModifyClusterServiceConfig API asynchronously api document: https://help.aliyun.com/api/emr/modifyclusterserviceconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyClusterServiceConfigWithChan ¶

func (client *Client) ModifyClusterServiceConfigWithChan(request *ModifyClusterServiceConfigRequest) (<-chan *ModifyClusterServiceConfigResponse, <-chan error)

ModifyClusterServiceConfigWithChan invokes the emr.ModifyClusterServiceConfig API asynchronously api document: https://help.aliyun.com/api/emr/modifyclusterserviceconfig.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyClusterTemplate ¶

func (client *Client) ModifyClusterTemplate(request *ModifyClusterTemplateRequest) (response *ModifyClusterTemplateResponse, err error)

ModifyClusterTemplate invokes the emr.ModifyClusterTemplate API synchronously api document: https://help.aliyun.com/api/emr/modifyclustertemplate.html

func (*Client) ModifyClusterTemplateWithCallback ¶

func (client *Client) ModifyClusterTemplateWithCallback(request *ModifyClusterTemplateRequest, callback func(response *ModifyClusterTemplateResponse, err error)) <-chan int

ModifyClusterTemplateWithCallback invokes the emr.ModifyClusterTemplate API asynchronously api document: https://help.aliyun.com/api/emr/modifyclustertemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyClusterTemplateWithChan ¶

func (client *Client) ModifyClusterTemplateWithChan(request *ModifyClusterTemplateRequest) (<-chan *ModifyClusterTemplateResponse, <-chan error)

ModifyClusterTemplateWithChan invokes the emr.ModifyClusterTemplate API asynchronously api document: https://help.aliyun.com/api/emr/modifyclustertemplate.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyExecutionPlan ¶

func (client *Client) ModifyExecutionPlan(request *ModifyExecutionPlanRequest) (response *ModifyExecutionPlanResponse, err error)

ModifyExecutionPlan invokes the emr.ModifyExecutionPlan API synchronously api document: https://help.aliyun.com/api/emr/modifyexecutionplan.html

func (*Client) ModifyExecutionPlanBasicInfo ¶

func (client *Client) ModifyExecutionPlanBasicInfo(request *ModifyExecutionPlanBasicInfoRequest) (response *ModifyExecutionPlanBasicInfoResponse, err error)

ModifyExecutionPlanBasicInfo invokes the emr.ModifyExecutionPlanBasicInfo API synchronously api document: https://help.aliyun.com/api/emr/modifyexecutionplanbasicinfo.html

func (*Client) ModifyExecutionPlanBasicInfoWithCallback ¶

func (client *Client) ModifyExecutionPlanBasicInfoWithCallback(request *ModifyExecutionPlanBasicInfoRequest, callback func(response *ModifyExecutionPlanBasicInfoResponse, err error)) <-chan int

ModifyExecutionPlanBasicInfoWithCallback invokes the emr.ModifyExecutionPlanBasicInfo API asynchronously api document: https://help.aliyun.com/api/emr/modifyexecutionplanbasicinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyExecutionPlanBasicInfoWithChan ¶

func (client *Client) ModifyExecutionPlanBasicInfoWithChan(request *ModifyExecutionPlanBasicInfoRequest) (<-chan *ModifyExecutionPlanBasicInfoResponse, <-chan error)

ModifyExecutionPlanBasicInfoWithChan invokes the emr.ModifyExecutionPlanBasicInfo API asynchronously api document: https://help.aliyun.com/api/emr/modifyexecutionplanbasicinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyExecutionPlanClusterInfo ¶

func (client *Client) ModifyExecutionPlanClusterInfo(request *ModifyExecutionPlanClusterInfoRequest) (response *ModifyExecutionPlanClusterInfoResponse, err error)

ModifyExecutionPlanClusterInfo invokes the emr.ModifyExecutionPlanClusterInfo API synchronously api document: https://help.aliyun.com/api/emr/modifyexecutionplanclusterinfo.html

func (*Client) ModifyExecutionPlanClusterInfoWithCallback ¶

func (client *Client) ModifyExecutionPlanClusterInfoWithCallback(request *ModifyExecutionPlanClusterInfoRequest, callback func(response *ModifyExecutionPlanClusterInfoResponse, err error)) <-chan int

ModifyExecutionPlanClusterInfoWithCallback invokes the emr.ModifyExecutionPlanClusterInfo API asynchronously api document: https://help.aliyun.com/api/emr/modifyexecutionplanclusterinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyExecutionPlanClusterInfoWithChan ¶

func (client *Client) ModifyExecutionPlanClusterInfoWithChan(request *ModifyExecutionPlanClusterInfoRequest) (<-chan *ModifyExecutionPlanClusterInfoResponse, <-chan error)

ModifyExecutionPlanClusterInfoWithChan invokes the emr.ModifyExecutionPlanClusterInfo API asynchronously api document: https://help.aliyun.com/api/emr/modifyexecutionplanclusterinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyExecutionPlanJobInfo ¶

func (client *Client) ModifyExecutionPlanJobInfo(request *ModifyExecutionPlanJobInfoRequest) (response *ModifyExecutionPlanJobInfoResponse, err error)

ModifyExecutionPlanJobInfo invokes the emr.ModifyExecutionPlanJobInfo API synchronously api document: https://help.aliyun.com/api/emr/modifyexecutionplanjobinfo.html

func (*Client) ModifyExecutionPlanJobInfoWithCallback ¶

func (client *Client) ModifyExecutionPlanJobInfoWithCallback(request *ModifyExecutionPlanJobInfoRequest, callback func(response *ModifyExecutionPlanJobInfoResponse, err error)) <-chan int

ModifyExecutionPlanJobInfoWithCallback invokes the emr.ModifyExecutionPlanJobInfo API asynchronously api document: https://help.aliyun.com/api/emr/modifyexecutionplanjobinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyExecutionPlanJobInfoWithChan ¶

func (client *Client) ModifyExecutionPlanJobInfoWithChan(request *ModifyExecutionPlanJobInfoRequest) (<-chan *ModifyExecutionPlanJobInfoResponse, <-chan error)

ModifyExecutionPlanJobInfoWithChan invokes the emr.ModifyExecutionPlanJobInfo API asynchronously api document: https://help.aliyun.com/api/emr/modifyexecutionplanjobinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyExecutionPlanScheduleInfo ¶

func (client *Client) ModifyExecutionPlanScheduleInfo(request *ModifyExecutionPlanScheduleInfoRequest) (response *ModifyExecutionPlanScheduleInfoResponse, err error)

ModifyExecutionPlanScheduleInfo invokes the emr.ModifyExecutionPlanScheduleInfo API synchronously api document: https://help.aliyun.com/api/emr/modifyexecutionplanscheduleinfo.html

func (*Client) ModifyExecutionPlanScheduleInfoWithCallback ¶

func (client *Client) ModifyExecutionPlanScheduleInfoWithCallback(request *ModifyExecutionPlanScheduleInfoRequest, callback func(response *ModifyExecutionPlanScheduleInfoResponse, err error)) <-chan int

ModifyExecutionPlanScheduleInfoWithCallback invokes the emr.ModifyExecutionPlanScheduleInfo API asynchronously api document: https://help.aliyun.com/api/emr/modifyexecutionplanscheduleinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyExecutionPlanScheduleInfoWithChan ¶

func (client *Client) ModifyExecutionPlanScheduleInfoWithChan(request *ModifyExecutionPlanScheduleInfoRequest) (<-chan *ModifyExecutionPlanScheduleInfoResponse, <-chan error)

ModifyExecutionPlanScheduleInfoWithChan invokes the emr.ModifyExecutionPlanScheduleInfo API asynchronously api document: https://help.aliyun.com/api/emr/modifyexecutionplanscheduleinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyExecutionPlanWithCallback ¶

func (client *Client) ModifyExecutionPlanWithCallback(request *ModifyExecutionPlanRequest, callback func(response *ModifyExecutionPlanResponse, err error)) <-chan int

ModifyExecutionPlanWithCallback invokes the emr.ModifyExecutionPlan API asynchronously api document: https://help.aliyun.com/api/emr/modifyexecutionplan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyExecutionPlanWithChan ¶

func (client *Client) ModifyExecutionPlanWithChan(request *ModifyExecutionPlanRequest) (<-chan *ModifyExecutionPlanResponse, <-chan error)

ModifyExecutionPlanWithChan invokes the emr.ModifyExecutionPlan API asynchronously api document: https://help.aliyun.com/api/emr/modifyexecutionplan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyFlow ¶

func (client *Client) ModifyFlow(request *ModifyFlowRequest) (response *ModifyFlowResponse, err error)

ModifyFlow invokes the emr.ModifyFlow API synchronously api document: https://help.aliyun.com/api/emr/modifyflow.html

func (*Client) ModifyFlowCategory ¶

func (client *Client) ModifyFlowCategory(request *ModifyFlowCategoryRequest) (response *ModifyFlowCategoryResponse, err error)

ModifyFlowCategory invokes the emr.ModifyFlowCategory API synchronously api document: https://help.aliyun.com/api/emr/modifyflowcategory.html

func (*Client) ModifyFlowCategoryWithCallback ¶

func (client *Client) ModifyFlowCategoryWithCallback(request *ModifyFlowCategoryRequest, callback func(response *ModifyFlowCategoryResponse, err error)) <-chan int

ModifyFlowCategoryWithCallback invokes the emr.ModifyFlowCategory API asynchronously api document: https://help.aliyun.com/api/emr/modifyflowcategory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyFlowCategoryWithChan ¶

func (client *Client) ModifyFlowCategoryWithChan(request *ModifyFlowCategoryRequest) (<-chan *ModifyFlowCategoryResponse, <-chan error)

ModifyFlowCategoryWithChan invokes the emr.ModifyFlowCategory API asynchronously api document: https://help.aliyun.com/api/emr/modifyflowcategory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyFlowForWeb ¶

func (client *Client) ModifyFlowForWeb(request *ModifyFlowForWebRequest) (response *ModifyFlowForWebResponse, err error)

ModifyFlowForWeb invokes the emr.ModifyFlowForWeb API synchronously api document: https://help.aliyun.com/api/emr/modifyflowforweb.html

func (*Client) ModifyFlowForWebWithCallback ¶

func (client *Client) ModifyFlowForWebWithCallback(request *ModifyFlowForWebRequest, callback func(response *ModifyFlowForWebResponse, err error)) <-chan int

ModifyFlowForWebWithCallback invokes the emr.ModifyFlowForWeb API asynchronously api document: https://help.aliyun.com/api/emr/modifyflowforweb.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyFlowForWebWithChan ¶

func (client *Client) ModifyFlowForWebWithChan(request *ModifyFlowForWebRequest) (<-chan *ModifyFlowForWebResponse, <-chan error)

ModifyFlowForWebWithChan invokes the emr.ModifyFlowForWeb API asynchronously api document: https://help.aliyun.com/api/emr/modifyflowforweb.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyFlowJob ¶

func (client *Client) ModifyFlowJob(request *ModifyFlowJobRequest) (response *ModifyFlowJobResponse, err error)

ModifyFlowJob invokes the emr.ModifyFlowJob API synchronously api document: https://help.aliyun.com/api/emr/modifyflowjob.html

func (*Client) ModifyFlowJobWithCallback ¶

func (client *Client) ModifyFlowJobWithCallback(request *ModifyFlowJobRequest, callback func(response *ModifyFlowJobResponse, err error)) <-chan int

ModifyFlowJobWithCallback invokes the emr.ModifyFlowJob API asynchronously api document: https://help.aliyun.com/api/emr/modifyflowjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyFlowJobWithChan ¶

func (client *Client) ModifyFlowJobWithChan(request *ModifyFlowJobRequest) (<-chan *ModifyFlowJobResponse, <-chan error)

ModifyFlowJobWithChan invokes the emr.ModifyFlowJob API asynchronously api document: https://help.aliyun.com/api/emr/modifyflowjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyFlowProject ¶

func (client *Client) ModifyFlowProject(request *ModifyFlowProjectRequest) (response *ModifyFlowProjectResponse, err error)

ModifyFlowProject invokes the emr.ModifyFlowProject API synchronously api document: https://help.aliyun.com/api/emr/modifyflowproject.html

func (*Client) ModifyFlowProjectClusterSetting ¶

func (client *Client) ModifyFlowProjectClusterSetting(request *ModifyFlowProjectClusterSettingRequest) (response *ModifyFlowProjectClusterSettingResponse, err error)

ModifyFlowProjectClusterSetting invokes the emr.ModifyFlowProjectClusterSetting API synchronously api document: https://help.aliyun.com/api/emr/modifyflowprojectclustersetting.html

func (*Client) ModifyFlowProjectClusterSettingWithCallback ¶

func (client *Client) ModifyFlowProjectClusterSettingWithCallback(request *ModifyFlowProjectClusterSettingRequest, callback func(response *ModifyFlowProjectClusterSettingResponse, err error)) <-chan int

ModifyFlowProjectClusterSettingWithCallback invokes the emr.ModifyFlowProjectClusterSetting API asynchronously api document: https://help.aliyun.com/api/emr/modifyflowprojectclustersetting.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyFlowProjectClusterSettingWithChan ¶

func (client *Client) ModifyFlowProjectClusterSettingWithChan(request *ModifyFlowProjectClusterSettingRequest) (<-chan *ModifyFlowProjectClusterSettingResponse, <-chan error)

ModifyFlowProjectClusterSettingWithChan invokes the emr.ModifyFlowProjectClusterSetting API asynchronously api document: https://help.aliyun.com/api/emr/modifyflowprojectclustersetting.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyFlowProjectWithCallback ¶

func (client *Client) ModifyFlowProjectWithCallback(request *ModifyFlowProjectRequest, callback func(response *ModifyFlowProjectResponse, err error)) <-chan int

ModifyFlowProjectWithCallback invokes the emr.ModifyFlowProject API asynchronously api document: https://help.aliyun.com/api/emr/modifyflowproject.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyFlowProjectWithChan ¶

func (client *Client) ModifyFlowProjectWithChan(request *ModifyFlowProjectRequest) (<-chan *ModifyFlowProjectResponse, <-chan error)

ModifyFlowProjectWithChan invokes the emr.ModifyFlowProject API asynchronously api document: https://help.aliyun.com/api/emr/modifyflowproject.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyFlowVariableCollection ¶

func (client *Client) ModifyFlowVariableCollection(request *ModifyFlowVariableCollectionRequest) (response *ModifyFlowVariableCollectionResponse, err error)

ModifyFlowVariableCollection invokes the emr.ModifyFlowVariableCollection API synchronously api document: https://help.aliyun.com/api/emr/modifyflowvariablecollection.html

func (*Client) ModifyFlowVariableCollectionWithCallback ¶

func (client *Client) ModifyFlowVariableCollectionWithCallback(request *ModifyFlowVariableCollectionRequest, callback func(response *ModifyFlowVariableCollectionResponse, err error)) <-chan int

ModifyFlowVariableCollectionWithCallback invokes the emr.ModifyFlowVariableCollection API asynchronously api document: https://help.aliyun.com/api/emr/modifyflowvariablecollection.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyFlowVariableCollectionWithChan ¶

func (client *Client) ModifyFlowVariableCollectionWithChan(request *ModifyFlowVariableCollectionRequest) (<-chan *ModifyFlowVariableCollectionResponse, <-chan error)

ModifyFlowVariableCollectionWithChan invokes the emr.ModifyFlowVariableCollection API asynchronously api document: https://help.aliyun.com/api/emr/modifyflowvariablecollection.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyFlowWithCallback ¶

func (client *Client) ModifyFlowWithCallback(request *ModifyFlowRequest, callback func(response *ModifyFlowResponse, err error)) <-chan int

ModifyFlowWithCallback invokes the emr.ModifyFlow API asynchronously api document: https://help.aliyun.com/api/emr/modifyflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyFlowWithChan ¶

func (client *Client) ModifyFlowWithChan(request *ModifyFlowRequest) (<-chan *ModifyFlowResponse, <-chan error)

ModifyFlowWithChan invokes the emr.ModifyFlow API asynchronously api document: https://help.aliyun.com/api/emr/modifyflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyJob ¶

func (client *Client) ModifyJob(request *ModifyJobRequest) (response *ModifyJobResponse, err error)

ModifyJob invokes the emr.ModifyJob API synchronously api document: https://help.aliyun.com/api/emr/modifyjob.html

func (*Client) ModifyJobExecutionPlanFolder ¶

func (client *Client) ModifyJobExecutionPlanFolder(request *ModifyJobExecutionPlanFolderRequest) (response *ModifyJobExecutionPlanFolderResponse, err error)

ModifyJobExecutionPlanFolder invokes the emr.ModifyJobExecutionPlanFolder API synchronously api document: https://help.aliyun.com/api/emr/modifyjobexecutionplanfolder.html

func (*Client) ModifyJobExecutionPlanFolderWithCallback ¶

func (client *Client) ModifyJobExecutionPlanFolderWithCallback(request *ModifyJobExecutionPlanFolderRequest, callback func(response *ModifyJobExecutionPlanFolderResponse, err error)) <-chan int

ModifyJobExecutionPlanFolderWithCallback invokes the emr.ModifyJobExecutionPlanFolder API asynchronously api document: https://help.aliyun.com/api/emr/modifyjobexecutionplanfolder.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyJobExecutionPlanFolderWithChan ¶

func (client *Client) ModifyJobExecutionPlanFolderWithChan(request *ModifyJobExecutionPlanFolderRequest) (<-chan *ModifyJobExecutionPlanFolderResponse, <-chan error)

ModifyJobExecutionPlanFolderWithChan invokes the emr.ModifyJobExecutionPlanFolder API asynchronously api document: https://help.aliyun.com/api/emr/modifyjobexecutionplanfolder.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyJobExecutionPlanParam ¶

func (client *Client) ModifyJobExecutionPlanParam(request *ModifyJobExecutionPlanParamRequest) (response *ModifyJobExecutionPlanParamResponse, err error)

ModifyJobExecutionPlanParam invokes the emr.ModifyJobExecutionPlanParam API synchronously api document: https://help.aliyun.com/api/emr/modifyjobexecutionplanparam.html

func (*Client) ModifyJobExecutionPlanParamWithCallback ¶

func (client *Client) ModifyJobExecutionPlanParamWithCallback(request *ModifyJobExecutionPlanParamRequest, callback func(response *ModifyJobExecutionPlanParamResponse, err error)) <-chan int

ModifyJobExecutionPlanParamWithCallback invokes the emr.ModifyJobExecutionPlanParam API asynchronously api document: https://help.aliyun.com/api/emr/modifyjobexecutionplanparam.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyJobExecutionPlanParamWithChan ¶

func (client *Client) ModifyJobExecutionPlanParamWithChan(request *ModifyJobExecutionPlanParamRequest) (<-chan *ModifyJobExecutionPlanParamResponse, <-chan error)

ModifyJobExecutionPlanParamWithChan invokes the emr.ModifyJobExecutionPlanParam API asynchronously api document: https://help.aliyun.com/api/emr/modifyjobexecutionplanparam.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyJobWithCallback ¶

func (client *Client) ModifyJobWithCallback(request *ModifyJobRequest, callback func(response *ModifyJobResponse, err error)) <-chan int

ModifyJobWithCallback invokes the emr.ModifyJob API asynchronously api document: https://help.aliyun.com/api/emr/modifyjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyJobWithChan ¶

func (client *Client) ModifyJobWithChan(request *ModifyJobRequest) (<-chan *ModifyJobResponse, <-chan error)

ModifyJobWithChan invokes the emr.ModifyJob API asynchronously api document: https://help.aliyun.com/api/emr/modifyjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyResourcePool ¶

func (client *Client) ModifyResourcePool(request *ModifyResourcePoolRequest) (response *ModifyResourcePoolResponse, err error)

ModifyResourcePool invokes the emr.ModifyResourcePool API synchronously api document: https://help.aliyun.com/api/emr/modifyresourcepool.html

func (*Client) ModifyResourcePoolSchedulerType ¶

func (client *Client) ModifyResourcePoolSchedulerType(request *ModifyResourcePoolSchedulerTypeRequest) (response *ModifyResourcePoolSchedulerTypeResponse, err error)

ModifyResourcePoolSchedulerType invokes the emr.ModifyResourcePoolSchedulerType API synchronously api document: https://help.aliyun.com/api/emr/modifyresourcepoolschedulertype.html

func (*Client) ModifyResourcePoolSchedulerTypeWithCallback ¶

func (client *Client) ModifyResourcePoolSchedulerTypeWithCallback(request *ModifyResourcePoolSchedulerTypeRequest, callback func(response *ModifyResourcePoolSchedulerTypeResponse, err error)) <-chan int

ModifyResourcePoolSchedulerTypeWithCallback invokes the emr.ModifyResourcePoolSchedulerType API asynchronously api document: https://help.aliyun.com/api/emr/modifyresourcepoolschedulertype.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyResourcePoolSchedulerTypeWithChan ¶

func (client *Client) ModifyResourcePoolSchedulerTypeWithChan(request *ModifyResourcePoolSchedulerTypeRequest) (<-chan *ModifyResourcePoolSchedulerTypeResponse, <-chan error)

ModifyResourcePoolSchedulerTypeWithChan invokes the emr.ModifyResourcePoolSchedulerType API asynchronously api document: https://help.aliyun.com/api/emr/modifyresourcepoolschedulertype.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyResourcePoolWithCallback ¶

func (client *Client) ModifyResourcePoolWithCallback(request *ModifyResourcePoolRequest, callback func(response *ModifyResourcePoolResponse, err error)) <-chan int

ModifyResourcePoolWithCallback invokes the emr.ModifyResourcePool API asynchronously api document: https://help.aliyun.com/api/emr/modifyresourcepool.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyResourcePoolWithChan ¶

func (client *Client) ModifyResourcePoolWithChan(request *ModifyResourcePoolRequest) (<-chan *ModifyResourcePoolResponse, <-chan error)

ModifyResourcePoolWithChan invokes the emr.ModifyResourcePool API asynchronously api document: https://help.aliyun.com/api/emr/modifyresourcepool.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyResourceQueue ¶

func (client *Client) ModifyResourceQueue(request *ModifyResourceQueueRequest) (response *ModifyResourceQueueResponse, err error)

ModifyResourceQueue invokes the emr.ModifyResourceQueue API synchronously api document: https://help.aliyun.com/api/emr/modifyresourcequeue.html

func (*Client) ModifyResourceQueueWithCallback ¶

func (client *Client) ModifyResourceQueueWithCallback(request *ModifyResourceQueueRequest, callback func(response *ModifyResourceQueueResponse, err error)) <-chan int

ModifyResourceQueueWithCallback invokes the emr.ModifyResourceQueue API asynchronously api document: https://help.aliyun.com/api/emr/modifyresourcequeue.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyResourceQueueWithChan ¶

func (client *Client) ModifyResourceQueueWithChan(request *ModifyResourceQueueRequest) (<-chan *ModifyResourceQueueResponse, <-chan error)

ModifyResourceQueueWithChan invokes the emr.ModifyResourceQueue API asynchronously api document: https://help.aliyun.com/api/emr/modifyresourcequeue.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyScalingRule ¶

func (client *Client) ModifyScalingRule(request *ModifyScalingRuleRequest) (response *ModifyScalingRuleResponse, err error)

ModifyScalingRule invokes the emr.ModifyScalingRule API synchronously api document: https://help.aliyun.com/api/emr/modifyscalingrule.html

func (*Client) ModifyScalingRuleWithCallback ¶

func (client *Client) ModifyScalingRuleWithCallback(request *ModifyScalingRuleRequest, callback func(response *ModifyScalingRuleResponse, err error)) <-chan int

ModifyScalingRuleWithCallback invokes the emr.ModifyScalingRule API asynchronously api document: https://help.aliyun.com/api/emr/modifyscalingrule.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyScalingRuleWithChan ¶

func (client *Client) ModifyScalingRuleWithChan(request *ModifyScalingRuleRequest) (<-chan *ModifyScalingRuleResponse, <-chan error)

ModifyScalingRuleWithChan invokes the emr.ModifyScalingRule API asynchronously api document: https://help.aliyun.com/api/emr/modifyscalingrule.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyScalingTaskGroup ¶

func (client *Client) ModifyScalingTaskGroup(request *ModifyScalingTaskGroupRequest) (response *ModifyScalingTaskGroupResponse, err error)

ModifyScalingTaskGroup invokes the emr.ModifyScalingTaskGroup API synchronously api document: https://help.aliyun.com/api/emr/modifyscalingtaskgroup.html

func (*Client) ModifyScalingTaskGroupWithCallback ¶

func (client *Client) ModifyScalingTaskGroupWithCallback(request *ModifyScalingTaskGroupRequest, callback func(response *ModifyScalingTaskGroupResponse, err error)) <-chan int

ModifyScalingTaskGroupWithCallback invokes the emr.ModifyScalingTaskGroup API asynchronously api document: https://help.aliyun.com/api/emr/modifyscalingtaskgroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyScalingTaskGroupWithChan ¶

func (client *Client) ModifyScalingTaskGroupWithChan(request *ModifyScalingTaskGroupRequest) (<-chan *ModifyScalingTaskGroupResponse, <-chan error)

ModifyScalingTaskGroupWithChan invokes the emr.ModifyScalingTaskGroup API asynchronously api document: https://help.aliyun.com/api/emr/modifyscalingtaskgroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyUserStatistics ¶

func (client *Client) ModifyUserStatistics(request *ModifyUserStatisticsRequest) (response *ModifyUserStatisticsResponse, err error)

ModifyUserStatistics invokes the emr.ModifyUserStatistics API synchronously api document: https://help.aliyun.com/api/emr/modifyuserstatistics.html

func (*Client) ModifyUserStatisticsWithCallback ¶

func (client *Client) ModifyUserStatisticsWithCallback(request *ModifyUserStatisticsRequest, callback func(response *ModifyUserStatisticsResponse, err error)) <-chan int

ModifyUserStatisticsWithCallback invokes the emr.ModifyUserStatistics API asynchronously api document: https://help.aliyun.com/api/emr/modifyuserstatistics.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ModifyUserStatisticsWithChan ¶

func (client *Client) ModifyUserStatisticsWithChan(request *ModifyUserStatisticsRequest) (<-chan *ModifyUserStatisticsResponse, <-chan error)

ModifyUserStatisticsWithChan invokes the emr.ModifyUserStatistics API asynchronously api document: https://help.aliyun.com/api/emr/modifyuserstatistics.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OperateExistsNodeCluster ¶

func (client *Client) OperateExistsNodeCluster(request *OperateExistsNodeClusterRequest) (response *OperateExistsNodeClusterResponse, err error)

OperateExistsNodeCluster invokes the emr.OperateExistsNodeCluster API synchronously api document: https://help.aliyun.com/api/emr/operateexistsnodecluster.html

func (*Client) OperateExistsNodeClusterWithCallback ¶

func (client *Client) OperateExistsNodeClusterWithCallback(request *OperateExistsNodeClusterRequest, callback func(response *OperateExistsNodeClusterResponse, err error)) <-chan int

OperateExistsNodeClusterWithCallback invokes the emr.OperateExistsNodeCluster API asynchronously api document: https://help.aliyun.com/api/emr/operateexistsnodecluster.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) OperateExistsNodeClusterWithChan ¶

func (client *Client) OperateExistsNodeClusterWithChan(request *OperateExistsNodeClusterRequest) (<-chan *OperateExistsNodeClusterResponse, <-chan error)

OperateExistsNodeClusterWithChan invokes the emr.OperateExistsNodeCluster API asynchronously api document: https://help.aliyun.com/api/emr/operateexistsnodecluster.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryAlarmHistory ¶

func (client *Client) QueryAlarmHistory(request *QueryAlarmHistoryRequest) (response *QueryAlarmHistoryResponse, err error)

QueryAlarmHistory invokes the emr.QueryAlarmHistory API synchronously api document: https://help.aliyun.com/api/emr/queryalarmhistory.html

func (*Client) QueryAlarmHistoryWithCallback ¶

func (client *Client) QueryAlarmHistoryWithCallback(request *QueryAlarmHistoryRequest, callback func(response *QueryAlarmHistoryResponse, err error)) <-chan int

QueryAlarmHistoryWithCallback invokes the emr.QueryAlarmHistory API asynchronously api document: https://help.aliyun.com/api/emr/queryalarmhistory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryAlarmHistoryWithChan ¶

func (client *Client) QueryAlarmHistoryWithChan(request *QueryAlarmHistoryRequest) (<-chan *QueryAlarmHistoryResponse, <-chan error)

QueryAlarmHistoryWithChan invokes the emr.QueryAlarmHistory API asynchronously api document: https://help.aliyun.com/api/emr/queryalarmhistory.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryAlarmRules ¶

func (client *Client) QueryAlarmRules(request *QueryAlarmRulesRequest) (response *QueryAlarmRulesResponse, err error)

QueryAlarmRules invokes the emr.QueryAlarmRules API synchronously api document: https://help.aliyun.com/api/emr/queryalarmrules.html

func (*Client) QueryAlarmRulesWithCallback ¶

func (client *Client) QueryAlarmRulesWithCallback(request *QueryAlarmRulesRequest, callback func(response *QueryAlarmRulesResponse, err error)) <-chan int

QueryAlarmRulesWithCallback invokes the emr.QueryAlarmRules API asynchronously api document: https://help.aliyun.com/api/emr/queryalarmrules.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QueryAlarmRulesWithChan ¶

func (client *Client) QueryAlarmRulesWithChan(request *QueryAlarmRulesRequest) (<-chan *QueryAlarmRulesResponse, <-chan error)

QueryAlarmRulesWithChan invokes the emr.QueryAlarmRules API asynchronously api document: https://help.aliyun.com/api/emr/queryalarmrules.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QuerySlsMetricData ¶

func (client *Client) QuerySlsMetricData(request *QuerySlsMetricDataRequest) (response *QuerySlsMetricDataResponse, err error)

QuerySlsMetricData invokes the emr.QuerySlsMetricData API synchronously api document: https://help.aliyun.com/api/emr/queryslsmetricdata.html

func (*Client) QuerySlsMetricDataWithCallback ¶

func (client *Client) QuerySlsMetricDataWithCallback(request *QuerySlsMetricDataRequest, callback func(response *QuerySlsMetricDataResponse, err error)) <-chan int

QuerySlsMetricDataWithCallback invokes the emr.QuerySlsMetricData API asynchronously api document: https://help.aliyun.com/api/emr/queryslsmetricdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) QuerySlsMetricDataWithChan ¶

func (client *Client) QuerySlsMetricDataWithChan(request *QuerySlsMetricDataRequest) (<-chan *QuerySlsMetricDataResponse, <-chan error)

QuerySlsMetricDataWithChan invokes the emr.QuerySlsMetricData API asynchronously api document: https://help.aliyun.com/api/emr/queryslsmetricdata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RefreshClusterResourcePool ¶

func (client *Client) RefreshClusterResourcePool(request *RefreshClusterResourcePoolRequest) (response *RefreshClusterResourcePoolResponse, err error)

RefreshClusterResourcePool invokes the emr.RefreshClusterResourcePool API synchronously api document: https://help.aliyun.com/api/emr/refreshclusterresourcepool.html

func (*Client) RefreshClusterResourcePoolWithCallback ¶

func (client *Client) RefreshClusterResourcePoolWithCallback(request *RefreshClusterResourcePoolRequest, callback func(response *RefreshClusterResourcePoolResponse, err error)) <-chan int

RefreshClusterResourcePoolWithCallback invokes the emr.RefreshClusterResourcePool API asynchronously api document: https://help.aliyun.com/api/emr/refreshclusterresourcepool.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RefreshClusterResourcePoolWithChan ¶

func (client *Client) RefreshClusterResourcePoolWithChan(request *RefreshClusterResourcePoolRequest) (<-chan *RefreshClusterResourcePoolResponse, <-chan error)

RefreshClusterResourcePoolWithChan invokes the emr.RefreshClusterResourcePool API asynchronously api document: https://help.aliyun.com/api/emr/refreshclusterresourcepool.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReleaseCluster ¶

func (client *Client) ReleaseCluster(request *ReleaseClusterRequest) (response *ReleaseClusterResponse, err error)

ReleaseCluster invokes the emr.ReleaseCluster API synchronously api document: https://help.aliyun.com/api/emr/releasecluster.html

func (*Client) ReleaseClusterHostGroup ¶

func (client *Client) ReleaseClusterHostGroup(request *ReleaseClusterHostGroupRequest) (response *ReleaseClusterHostGroupResponse, err error)

ReleaseClusterHostGroup invokes the emr.ReleaseClusterHostGroup API synchronously api document: https://help.aliyun.com/api/emr/releaseclusterhostgroup.html

func (*Client) ReleaseClusterHostGroupWithCallback ¶

func (client *Client) ReleaseClusterHostGroupWithCallback(request *ReleaseClusterHostGroupRequest, callback func(response *ReleaseClusterHostGroupResponse, err error)) <-chan int

ReleaseClusterHostGroupWithCallback invokes the emr.ReleaseClusterHostGroup API asynchronously api document: https://help.aliyun.com/api/emr/releaseclusterhostgroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReleaseClusterHostGroupWithChan ¶

func (client *Client) ReleaseClusterHostGroupWithChan(request *ReleaseClusterHostGroupRequest) (<-chan *ReleaseClusterHostGroupResponse, <-chan error)

ReleaseClusterHostGroupWithChan invokes the emr.ReleaseClusterHostGroup API asynchronously api document: https://help.aliyun.com/api/emr/releaseclusterhostgroup.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReleaseClusterWithCallback ¶

func (client *Client) ReleaseClusterWithCallback(request *ReleaseClusterRequest, callback func(response *ReleaseClusterResponse, err error)) <-chan int

ReleaseClusterWithCallback invokes the emr.ReleaseCluster API asynchronously api document: https://help.aliyun.com/api/emr/releasecluster.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReleaseClusterWithChan ¶

func (client *Client) ReleaseClusterWithChan(request *ReleaseClusterRequest) (<-chan *ReleaseClusterResponse, <-chan error)

ReleaseClusterWithChan invokes the emr.ReleaseCluster API asynchronously api document: https://help.aliyun.com/api/emr/releasecluster.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReleaseETLJob ¶

func (client *Client) ReleaseETLJob(request *ReleaseETLJobRequest) (response *ReleaseETLJobResponse, err error)

ReleaseETLJob invokes the emr.ReleaseETLJob API synchronously api document: https://help.aliyun.com/api/emr/releaseetljob.html

func (*Client) ReleaseETLJobWithCallback ¶

func (client *Client) ReleaseETLJobWithCallback(request *ReleaseETLJobRequest, callback func(response *ReleaseETLJobResponse, err error)) <-chan int

ReleaseETLJobWithCallback invokes the emr.ReleaseETLJob API asynchronously api document: https://help.aliyun.com/api/emr/releaseetljob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ReleaseETLJobWithChan ¶

func (client *Client) ReleaseETLJobWithChan(request *ReleaseETLJobRequest) (<-chan *ReleaseETLJobResponse, <-chan error)

ReleaseETLJobWithChan invokes the emr.ReleaseETLJob API asynchronously api document: https://help.aliyun.com/api/emr/releaseetljob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RemoveClusterHosts ¶

func (client *Client) RemoveClusterHosts(request *RemoveClusterHostsRequest) (response *RemoveClusterHostsResponse, err error)

RemoveClusterHosts invokes the emr.RemoveClusterHosts API synchronously api document: https://help.aliyun.com/api/emr/removeclusterhosts.html

func (*Client) RemoveClusterHostsWithCallback ¶

func (client *Client) RemoveClusterHostsWithCallback(request *RemoveClusterHostsRequest, callback func(response *RemoveClusterHostsResponse, err error)) <-chan int

RemoveClusterHostsWithCallback invokes the emr.RemoveClusterHosts API asynchronously api document: https://help.aliyun.com/api/emr/removeclusterhosts.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RemoveClusterHostsWithChan ¶

func (client *Client) RemoveClusterHostsWithChan(request *RemoveClusterHostsRequest) (<-chan *RemoveClusterHostsResponse, <-chan error)

RemoveClusterHostsWithChan invokes the emr.RemoveClusterHosts API asynchronously api document: https://help.aliyun.com/api/emr/removeclusterhosts.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RenderResourcePoolXml ¶

func (client *Client) RenderResourcePoolXml(request *RenderResourcePoolXmlRequest) (response *RenderResourcePoolXmlResponse, err error)

RenderResourcePoolXml invokes the emr.RenderResourcePoolXml API synchronously api document: https://help.aliyun.com/api/emr/renderresourcepoolxml.html

func (*Client) RenderResourcePoolXmlWithCallback ¶

func (client *Client) RenderResourcePoolXmlWithCallback(request *RenderResourcePoolXmlRequest, callback func(response *RenderResourcePoolXmlResponse, err error)) <-chan int

RenderResourcePoolXmlWithCallback invokes the emr.RenderResourcePoolXml API asynchronously api document: https://help.aliyun.com/api/emr/renderresourcepoolxml.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RenderResourcePoolXmlWithChan ¶

func (client *Client) RenderResourcePoolXmlWithChan(request *RenderResourcePoolXmlRequest) (<-chan *RenderResourcePoolXmlResponse, <-chan error)

RenderResourcePoolXmlWithChan invokes the emr.RenderResourcePoolXml API asynchronously api document: https://help.aliyun.com/api/emr/renderresourcepoolxml.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RerunFlow ¶

func (client *Client) RerunFlow(request *RerunFlowRequest) (response *RerunFlowResponse, err error)

RerunFlow invokes the emr.RerunFlow API synchronously api document: https://help.aliyun.com/api/emr/rerunflow.html

func (*Client) RerunFlowWithCallback ¶

func (client *Client) RerunFlowWithCallback(request *RerunFlowRequest, callback func(response *RerunFlowResponse, err error)) <-chan int

RerunFlowWithCallback invokes the emr.RerunFlow API asynchronously api document: https://help.aliyun.com/api/emr/rerunflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RerunFlowWithChan ¶

func (client *Client) RerunFlowWithChan(request *RerunFlowRequest) (<-chan *RerunFlowResponse, <-chan error)

RerunFlowWithChan invokes the emr.RerunFlow API asynchronously api document: https://help.aliyun.com/api/emr/rerunflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ResizeClusterV2 ¶

func (client *Client) ResizeClusterV2(request *ResizeClusterV2Request) (response *ResizeClusterV2Response, err error)

ResizeClusterV2 invokes the emr.ResizeClusterV2 API synchronously api document: https://help.aliyun.com/api/emr/resizeclusterv2.html

func (*Client) ResizeClusterV2WithCallback ¶

func (client *Client) ResizeClusterV2WithCallback(request *ResizeClusterV2Request, callback func(response *ResizeClusterV2Response, err error)) <-chan int

ResizeClusterV2WithCallback invokes the emr.ResizeClusterV2 API asynchronously api document: https://help.aliyun.com/api/emr/resizeclusterv2.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ResizeClusterV2WithChan ¶

func (client *Client) ResizeClusterV2WithChan(request *ResizeClusterV2Request) (<-chan *ResizeClusterV2Response, <-chan error)

ResizeClusterV2WithChan invokes the emr.ResizeClusterV2 API asynchronously api document: https://help.aliyun.com/api/emr/resizeclusterv2.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ResolveETLJobSqlSchema ¶

func (client *Client) ResolveETLJobSqlSchema(request *ResolveETLJobSqlSchemaRequest) (response *ResolveETLJobSqlSchemaResponse, err error)

ResolveETLJobSqlSchema invokes the emr.ResolveETLJobSqlSchema API synchronously api document: https://help.aliyun.com/api/emr/resolveetljobsqlschema.html

func (*Client) ResolveETLJobSqlSchemaWithCallback ¶

func (client *Client) ResolveETLJobSqlSchemaWithCallback(request *ResolveETLJobSqlSchemaRequest, callback func(response *ResolveETLJobSqlSchemaResponse, err error)) <-chan int

ResolveETLJobSqlSchemaWithCallback invokes the emr.ResolveETLJobSqlSchema API asynchronously api document: https://help.aliyun.com/api/emr/resolveetljobsqlschema.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ResolveETLJobSqlSchemaWithChan ¶

func (client *Client) ResolveETLJobSqlSchemaWithChan(request *ResolveETLJobSqlSchemaRequest) (<-chan *ResolveETLJobSqlSchemaResponse, <-chan error)

ResolveETLJobSqlSchemaWithChan invokes the emr.ResolveETLJobSqlSchema API asynchronously api document: https://help.aliyun.com/api/emr/resolveetljobsqlschema.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ResumeExecutionPlanInstance ¶

func (client *Client) ResumeExecutionPlanInstance(request *ResumeExecutionPlanInstanceRequest) (response *ResumeExecutionPlanInstanceResponse, err error)

ResumeExecutionPlanInstance invokes the emr.ResumeExecutionPlanInstance API synchronously api document: https://help.aliyun.com/api/emr/resumeexecutionplaninstance.html

func (*Client) ResumeExecutionPlanInstanceWithCallback ¶

func (client *Client) ResumeExecutionPlanInstanceWithCallback(request *ResumeExecutionPlanInstanceRequest, callback func(response *ResumeExecutionPlanInstanceResponse, err error)) <-chan int

ResumeExecutionPlanInstanceWithCallback invokes the emr.ResumeExecutionPlanInstance API asynchronously api document: https://help.aliyun.com/api/emr/resumeexecutionplaninstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ResumeExecutionPlanInstanceWithChan ¶

func (client *Client) ResumeExecutionPlanInstanceWithChan(request *ResumeExecutionPlanInstanceRequest) (<-chan *ResumeExecutionPlanInstanceResponse, <-chan error)

ResumeExecutionPlanInstanceWithChan invokes the emr.ResumeExecutionPlanInstance API asynchronously api document: https://help.aliyun.com/api/emr/resumeexecutionplaninstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ResumeExecutionPlanScheduler ¶

func (client *Client) ResumeExecutionPlanScheduler(request *ResumeExecutionPlanSchedulerRequest) (response *ResumeExecutionPlanSchedulerResponse, err error)

ResumeExecutionPlanScheduler invokes the emr.ResumeExecutionPlanScheduler API synchronously api document: https://help.aliyun.com/api/emr/resumeexecutionplanscheduler.html

func (*Client) ResumeExecutionPlanSchedulerWithCallback ¶

func (client *Client) ResumeExecutionPlanSchedulerWithCallback(request *ResumeExecutionPlanSchedulerRequest, callback func(response *ResumeExecutionPlanSchedulerResponse, err error)) <-chan int

ResumeExecutionPlanSchedulerWithCallback invokes the emr.ResumeExecutionPlanScheduler API asynchronously api document: https://help.aliyun.com/api/emr/resumeexecutionplanscheduler.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ResumeExecutionPlanSchedulerWithChan ¶

func (client *Client) ResumeExecutionPlanSchedulerWithChan(request *ResumeExecutionPlanSchedulerRequest) (<-chan *ResumeExecutionPlanSchedulerResponse, <-chan error)

ResumeExecutionPlanSchedulerWithChan invokes the emr.ResumeExecutionPlanScheduler API asynchronously api document: https://help.aliyun.com/api/emr/resumeexecutionplanscheduler.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ResumeFlow ¶

func (client *Client) ResumeFlow(request *ResumeFlowRequest) (response *ResumeFlowResponse, err error)

ResumeFlow invokes the emr.ResumeFlow API synchronously api document: https://help.aliyun.com/api/emr/resumeflow.html

func (*Client) ResumeFlowWithCallback ¶

func (client *Client) ResumeFlowWithCallback(request *ResumeFlowRequest, callback func(response *ResumeFlowResponse, err error)) <-chan int

ResumeFlowWithCallback invokes the emr.ResumeFlow API asynchronously api document: https://help.aliyun.com/api/emr/resumeflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ResumeFlowWithChan ¶

func (client *Client) ResumeFlowWithChan(request *ResumeFlowRequest) (<-chan *ResumeFlowResponse, <-chan error)

ResumeFlowWithChan invokes the emr.ResumeFlow API asynchronously api document: https://help.aliyun.com/api/emr/resumeflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RetryCreateUserPassword ¶

func (client *Client) RetryCreateUserPassword(request *RetryCreateUserPasswordRequest) (response *RetryCreateUserPasswordResponse, err error)

RetryCreateUserPassword invokes the emr.RetryCreateUserPassword API synchronously api document: https://help.aliyun.com/api/emr/retrycreateuserpassword.html

func (*Client) RetryCreateUserPasswordWithCallback ¶

func (client *Client) RetryCreateUserPasswordWithCallback(request *RetryCreateUserPasswordRequest, callback func(response *RetryCreateUserPasswordResponse, err error)) <-chan int

RetryCreateUserPasswordWithCallback invokes the emr.RetryCreateUserPassword API asynchronously api document: https://help.aliyun.com/api/emr/retrycreateuserpassword.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RetryCreateUserPasswordWithChan ¶

func (client *Client) RetryCreateUserPasswordWithChan(request *RetryCreateUserPasswordRequest) (<-chan *RetryCreateUserPasswordResponse, <-chan error)

RetryCreateUserPasswordWithChan invokes the emr.RetryCreateUserPassword API asynchronously api document: https://help.aliyun.com/api/emr/retrycreateuserpassword.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RetryExecutionPlan ¶

func (client *Client) RetryExecutionPlan(request *RetryExecutionPlanRequest) (response *RetryExecutionPlanResponse, err error)

RetryExecutionPlan invokes the emr.RetryExecutionPlan API synchronously api document: https://help.aliyun.com/api/emr/retryexecutionplan.html

func (*Client) RetryExecutionPlanInstance ¶

func (client *Client) RetryExecutionPlanInstance(request *RetryExecutionPlanInstanceRequest) (response *RetryExecutionPlanInstanceResponse, err error)

RetryExecutionPlanInstance invokes the emr.RetryExecutionPlanInstance API synchronously api document: https://help.aliyun.com/api/emr/retryexecutionplaninstance.html

func (*Client) RetryExecutionPlanInstanceWithCallback ¶

func (client *Client) RetryExecutionPlanInstanceWithCallback(request *RetryExecutionPlanInstanceRequest, callback func(response *RetryExecutionPlanInstanceResponse, err error)) <-chan int

RetryExecutionPlanInstanceWithCallback invokes the emr.RetryExecutionPlanInstance API asynchronously api document: https://help.aliyun.com/api/emr/retryexecutionplaninstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RetryExecutionPlanInstanceWithChan ¶

func (client *Client) RetryExecutionPlanInstanceWithChan(request *RetryExecutionPlanInstanceRequest) (<-chan *RetryExecutionPlanInstanceResponse, <-chan error)

RetryExecutionPlanInstanceWithChan invokes the emr.RetryExecutionPlanInstance API asynchronously api document: https://help.aliyun.com/api/emr/retryexecutionplaninstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RetryExecutionPlanWithCallback ¶

func (client *Client) RetryExecutionPlanWithCallback(request *RetryExecutionPlanRequest, callback func(response *RetryExecutionPlanResponse, err error)) <-chan int

RetryExecutionPlanWithCallback invokes the emr.RetryExecutionPlan API asynchronously api document: https://help.aliyun.com/api/emr/retryexecutionplan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RetryExecutionPlanWithChan ¶

func (client *Client) RetryExecutionPlanWithChan(request *RetryExecutionPlanRequest) (<-chan *RetryExecutionPlanResponse, <-chan error)

RetryExecutionPlanWithChan invokes the emr.RetryExecutionPlan API asynchronously api document: https://help.aliyun.com/api/emr/retryexecutionplan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RunClusterServiceAction ¶

func (client *Client) RunClusterServiceAction(request *RunClusterServiceActionRequest) (response *RunClusterServiceActionResponse, err error)

RunClusterServiceAction invokes the emr.RunClusterServiceAction API synchronously api document: https://help.aliyun.com/api/emr/runclusterserviceaction.html

func (*Client) RunClusterServiceActionWithCallback ¶

func (client *Client) RunClusterServiceActionWithCallback(request *RunClusterServiceActionRequest, callback func(response *RunClusterServiceActionResponse, err error)) <-chan int

RunClusterServiceActionWithCallback invokes the emr.RunClusterServiceAction API asynchronously api document: https://help.aliyun.com/api/emr/runclusterserviceaction.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RunClusterServiceActionWithChan ¶

func (client *Client) RunClusterServiceActionWithChan(request *RunClusterServiceActionRequest) (<-chan *RunClusterServiceActionResponse, <-chan error)

RunClusterServiceActionWithChan invokes the emr.RunClusterServiceAction API asynchronously api document: https://help.aliyun.com/api/emr/runclusterserviceaction.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RunETLJob ¶

func (client *Client) RunETLJob(request *RunETLJobRequest) (response *RunETLJobResponse, err error)

RunETLJob invokes the emr.RunETLJob API synchronously api document: https://help.aliyun.com/api/emr/runetljob.html

func (*Client) RunETLJobWithCallback ¶

func (client *Client) RunETLJobWithCallback(request *RunETLJobRequest, callback func(response *RunETLJobResponse, err error)) <-chan int

RunETLJobWithCallback invokes the emr.RunETLJob API asynchronously api document: https://help.aliyun.com/api/emr/runetljob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RunETLJobWithChan ¶

func (client *Client) RunETLJobWithChan(request *RunETLJobRequest) (<-chan *RunETLJobResponse, <-chan error)

RunETLJobWithChan invokes the emr.RunETLJob API asynchronously api document: https://help.aliyun.com/api/emr/runetljob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RunExecutionPlan ¶

func (client *Client) RunExecutionPlan(request *RunExecutionPlanRequest) (response *RunExecutionPlanResponse, err error)

RunExecutionPlan invokes the emr.RunExecutionPlan API synchronously api document: https://help.aliyun.com/api/emr/runexecutionplan.html

func (*Client) RunExecutionPlanWithCallback ¶

func (client *Client) RunExecutionPlanWithCallback(request *RunExecutionPlanRequest, callback func(response *RunExecutionPlanResponse, err error)) <-chan int

RunExecutionPlanWithCallback invokes the emr.RunExecutionPlan API asynchronously api document: https://help.aliyun.com/api/emr/runexecutionplan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RunExecutionPlanWithChan ¶

func (client *Client) RunExecutionPlanWithChan(request *RunExecutionPlanRequest) (<-chan *RunExecutionPlanResponse, <-chan error)

RunExecutionPlanWithChan invokes the emr.RunExecutionPlan API asynchronously api document: https://help.aliyun.com/api/emr/runexecutionplan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RunNoteParagraphs ¶

func (client *Client) RunNoteParagraphs(request *RunNoteParagraphsRequest) (response *RunNoteParagraphsResponse, err error)

RunNoteParagraphs invokes the emr.RunNoteParagraphs API synchronously api document: https://help.aliyun.com/api/emr/runnoteparagraphs.html

func (*Client) RunNoteParagraphsWithCallback ¶

func (client *Client) RunNoteParagraphsWithCallback(request *RunNoteParagraphsRequest, callback func(response *RunNoteParagraphsResponse, err error)) <-chan int

RunNoteParagraphsWithCallback invokes the emr.RunNoteParagraphs API asynchronously api document: https://help.aliyun.com/api/emr/runnoteparagraphs.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RunNoteParagraphsWithChan ¶

func (client *Client) RunNoteParagraphsWithChan(request *RunNoteParagraphsRequest) (<-chan *RunNoteParagraphsResponse, <-chan error)

RunNoteParagraphsWithChan invokes the emr.RunNoteParagraphs API asynchronously api document: https://help.aliyun.com/api/emr/runnoteparagraphs.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RunOpsCommand ¶

func (client *Client) RunOpsCommand(request *RunOpsCommandRequest) (response *RunOpsCommandResponse, err error)

RunOpsCommand invokes the emr.RunOpsCommand API synchronously api document: https://help.aliyun.com/api/emr/runopscommand.html

func (*Client) RunOpsCommandWithCallback ¶

func (client *Client) RunOpsCommandWithCallback(request *RunOpsCommandRequest, callback func(response *RunOpsCommandResponse, err error)) <-chan int

RunOpsCommandWithCallback invokes the emr.RunOpsCommand API asynchronously api document: https://help.aliyun.com/api/emr/runopscommand.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RunOpsCommandWithChan ¶

func (client *Client) RunOpsCommandWithChan(request *RunOpsCommandRequest) (<-chan *RunOpsCommandResponse, <-chan error)

RunOpsCommandWithChan invokes the emr.RunOpsCommand API asynchronously api document: https://help.aliyun.com/api/emr/runopscommand.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RunParagraph ¶

func (client *Client) RunParagraph(request *RunParagraphRequest) (response *RunParagraphResponse, err error)

RunParagraph invokes the emr.RunParagraph API synchronously api document: https://help.aliyun.com/api/emr/runparagraph.html

func (*Client) RunParagraphWithCallback ¶

func (client *Client) RunParagraphWithCallback(request *RunParagraphRequest, callback func(response *RunParagraphResponse, err error)) <-chan int

RunParagraphWithCallback invokes the emr.RunParagraph API asynchronously api document: https://help.aliyun.com/api/emr/runparagraph.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) RunParagraphWithChan ¶

func (client *Client) RunParagraphWithChan(request *RunParagraphRequest) (<-chan *RunParagraphResponse, <-chan error)

RunParagraphWithChan invokes the emr.RunParagraph API asynchronously api document: https://help.aliyun.com/api/emr/runparagraph.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveParagraph ¶

func (client *Client) SaveParagraph(request *SaveParagraphRequest) (response *SaveParagraphResponse, err error)

SaveParagraph invokes the emr.SaveParagraph API synchronously api document: https://help.aliyun.com/api/emr/saveparagraph.html

func (*Client) SaveParagraphWithCallback ¶

func (client *Client) SaveParagraphWithCallback(request *SaveParagraphRequest, callback func(response *SaveParagraphResponse, err error)) <-chan int

SaveParagraphWithCallback invokes the emr.SaveParagraph API asynchronously api document: https://help.aliyun.com/api/emr/saveparagraph.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SaveParagraphWithChan ¶

func (client *Client) SaveParagraphWithChan(request *SaveParagraphRequest) (<-chan *SaveParagraphResponse, <-chan error)

SaveParagraphWithChan invokes the emr.SaveParagraph API asynchronously api document: https://help.aliyun.com/api/emr/saveparagraph.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SearchLog ¶

func (client *Client) SearchLog(request *SearchLogRequest) (response *SearchLogResponse, err error)

SearchLog invokes the emr.SearchLog API synchronously api document: https://help.aliyun.com/api/emr/searchlog.html

func (*Client) SearchLogWithCallback ¶

func (client *Client) SearchLogWithCallback(request *SearchLogRequest, callback func(response *SearchLogResponse, err error)) <-chan int

SearchLogWithCallback invokes the emr.SearchLog API asynchronously api document: https://help.aliyun.com/api/emr/searchlog.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SearchLogWithChan ¶

func (client *Client) SearchLogWithChan(request *SearchLogRequest) (<-chan *SearchLogResponse, <-chan error)

SearchLogWithChan invokes the emr.SearchLog API asynchronously api document: https://help.aliyun.com/api/emr/searchlog.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) StartFlow ¶

func (client *Client) StartFlow(request *StartFlowRequest) (response *StartFlowResponse, err error)

StartFlow invokes the emr.StartFlow API synchronously api document: https://help.aliyun.com/api/emr/startflow.html

func (*Client) StartFlowWithCallback ¶

func (client *Client) StartFlowWithCallback(request *StartFlowRequest, callback func(response *StartFlowResponse, err error)) <-chan int

StartFlowWithCallback invokes the emr.StartFlow API asynchronously api document: https://help.aliyun.com/api/emr/startflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) StartFlowWithChan ¶

func (client *Client) StartFlowWithChan(request *StartFlowRequest) (<-chan *StartFlowResponse, <-chan error)

StartFlowWithChan invokes the emr.StartFlow API asynchronously api document: https://help.aliyun.com/api/emr/startflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) StopParagraph ¶

func (client *Client) StopParagraph(request *StopParagraphRequest) (response *StopParagraphResponse, err error)

StopParagraph invokes the emr.StopParagraph API synchronously api document: https://help.aliyun.com/api/emr/stopparagraph.html

func (*Client) StopParagraphWithCallback ¶

func (client *Client) StopParagraphWithCallback(request *StopParagraphRequest, callback func(response *StopParagraphResponse, err error)) <-chan int

StopParagraphWithCallback invokes the emr.StopParagraph API asynchronously api document: https://help.aliyun.com/api/emr/stopparagraph.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) StopParagraphWithChan ¶

func (client *Client) StopParagraphWithChan(request *StopParagraphRequest) (<-chan *StopParagraphResponse, <-chan error)

StopParagraphWithChan invokes the emr.StopParagraph API asynchronously api document: https://help.aliyun.com/api/emr/stopparagraph.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitFlow ¶

func (client *Client) SubmitFlow(request *SubmitFlowRequest) (response *SubmitFlowResponse, err error)

SubmitFlow invokes the emr.SubmitFlow API synchronously api document: https://help.aliyun.com/api/emr/submitflow.html

func (*Client) SubmitFlowJob ¶

func (client *Client) SubmitFlowJob(request *SubmitFlowJobRequest) (response *SubmitFlowJobResponse, err error)

SubmitFlowJob invokes the emr.SubmitFlowJob API synchronously api document: https://help.aliyun.com/api/emr/submitflowjob.html

func (*Client) SubmitFlowJobWithCallback ¶

func (client *Client) SubmitFlowJobWithCallback(request *SubmitFlowJobRequest, callback func(response *SubmitFlowJobResponse, err error)) <-chan int

SubmitFlowJobWithCallback invokes the emr.SubmitFlowJob API asynchronously api document: https://help.aliyun.com/api/emr/submitflowjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitFlowJobWithChan ¶

func (client *Client) SubmitFlowJobWithChan(request *SubmitFlowJobRequest) (<-chan *SubmitFlowJobResponse, <-chan error)

SubmitFlowJobWithChan invokes the emr.SubmitFlowJob API asynchronously api document: https://help.aliyun.com/api/emr/submitflowjob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitFlowWithCallback ¶

func (client *Client) SubmitFlowWithCallback(request *SubmitFlowRequest, callback func(response *SubmitFlowResponse, err error)) <-chan int

SubmitFlowWithCallback invokes the emr.SubmitFlow API asynchronously api document: https://help.aliyun.com/api/emr/submitflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitFlowWithChan ¶

func (client *Client) SubmitFlowWithChan(request *SubmitFlowRequest) (<-chan *SubmitFlowResponse, <-chan error)

SubmitFlowWithChan invokes the emr.SubmitFlow API asynchronously api document: https://help.aliyun.com/api/emr/submitflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SuspendExecutionPlanInstance ¶

func (client *Client) SuspendExecutionPlanInstance(request *SuspendExecutionPlanInstanceRequest) (response *SuspendExecutionPlanInstanceResponse, err error)

SuspendExecutionPlanInstance invokes the emr.SuspendExecutionPlanInstance API synchronously api document: https://help.aliyun.com/api/emr/suspendexecutionplaninstance.html

func (*Client) SuspendExecutionPlanInstanceWithCallback ¶

func (client *Client) SuspendExecutionPlanInstanceWithCallback(request *SuspendExecutionPlanInstanceRequest, callback func(response *SuspendExecutionPlanInstanceResponse, err error)) <-chan int

SuspendExecutionPlanInstanceWithCallback invokes the emr.SuspendExecutionPlanInstance API asynchronously api document: https://help.aliyun.com/api/emr/suspendexecutionplaninstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SuspendExecutionPlanInstanceWithChan ¶

func (client *Client) SuspendExecutionPlanInstanceWithChan(request *SuspendExecutionPlanInstanceRequest) (<-chan *SuspendExecutionPlanInstanceResponse, <-chan error)

SuspendExecutionPlanInstanceWithChan invokes the emr.SuspendExecutionPlanInstance API asynchronously api document: https://help.aliyun.com/api/emr/suspendexecutionplaninstance.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SuspendExecutionPlanScheduler ¶

func (client *Client) SuspendExecutionPlanScheduler(request *SuspendExecutionPlanSchedulerRequest) (response *SuspendExecutionPlanSchedulerResponse, err error)

SuspendExecutionPlanScheduler invokes the emr.SuspendExecutionPlanScheduler API synchronously api document: https://help.aliyun.com/api/emr/suspendexecutionplanscheduler.html

func (*Client) SuspendExecutionPlanSchedulerWithCallback ¶

func (client *Client) SuspendExecutionPlanSchedulerWithCallback(request *SuspendExecutionPlanSchedulerRequest, callback func(response *SuspendExecutionPlanSchedulerResponse, err error)) <-chan int

SuspendExecutionPlanSchedulerWithCallback invokes the emr.SuspendExecutionPlanScheduler API asynchronously api document: https://help.aliyun.com/api/emr/suspendexecutionplanscheduler.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SuspendExecutionPlanSchedulerWithChan ¶

func (client *Client) SuspendExecutionPlanSchedulerWithChan(request *SuspendExecutionPlanSchedulerRequest) (<-chan *SuspendExecutionPlanSchedulerResponse, <-chan error)

SuspendExecutionPlanSchedulerWithChan invokes the emr.SuspendExecutionPlanScheduler API asynchronously api document: https://help.aliyun.com/api/emr/suspendexecutionplanscheduler.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SuspendFlow ¶

func (client *Client) SuspendFlow(request *SuspendFlowRequest) (response *SuspendFlowResponse, err error)

SuspendFlow invokes the emr.SuspendFlow API synchronously api document: https://help.aliyun.com/api/emr/suspendflow.html

func (*Client) SuspendFlowWithCallback ¶

func (client *Client) SuspendFlowWithCallback(request *SuspendFlowRequest, callback func(response *SuspendFlowResponse, err error)) <-chan int

SuspendFlowWithCallback invokes the emr.SuspendFlow API asynchronously api document: https://help.aliyun.com/api/emr/suspendflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SuspendFlowWithChan ¶

func (client *Client) SuspendFlowWithChan(request *SuspendFlowRequest) (<-chan *SuspendFlowResponse, <-chan error)

SuspendFlowWithChan invokes the emr.SuspendFlow API asynchronously api document: https://help.aliyun.com/api/emr/suspendflow.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SyncDataSourceSchemaDatabase ¶

func (client *Client) SyncDataSourceSchemaDatabase(request *SyncDataSourceSchemaDatabaseRequest) (response *SyncDataSourceSchemaDatabaseResponse, err error)

SyncDataSourceSchemaDatabase invokes the emr.SyncDataSourceSchemaDatabase API synchronously api document: https://help.aliyun.com/api/emr/syncdatasourceschemadatabase.html

func (*Client) SyncDataSourceSchemaDatabaseWithCallback ¶

func (client *Client) SyncDataSourceSchemaDatabaseWithCallback(request *SyncDataSourceSchemaDatabaseRequest, callback func(response *SyncDataSourceSchemaDatabaseResponse, err error)) <-chan int

SyncDataSourceSchemaDatabaseWithCallback invokes the emr.SyncDataSourceSchemaDatabase API asynchronously api document: https://help.aliyun.com/api/emr/syncdatasourceschemadatabase.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SyncDataSourceSchemaDatabaseWithChan ¶

func (client *Client) SyncDataSourceSchemaDatabaseWithChan(request *SyncDataSourceSchemaDatabaseRequest) (<-chan *SyncDataSourceSchemaDatabaseResponse, <-chan error)

SyncDataSourceSchemaDatabaseWithChan invokes the emr.SyncDataSourceSchemaDatabase API asynchronously api document: https://help.aliyun.com/api/emr/syncdatasourceschemadatabase.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SyncDataSourceSchemaTable ¶

func (client *Client) SyncDataSourceSchemaTable(request *SyncDataSourceSchemaTableRequest) (response *SyncDataSourceSchemaTableResponse, err error)

SyncDataSourceSchemaTable invokes the emr.SyncDataSourceSchemaTable API synchronously api document: https://help.aliyun.com/api/emr/syncdatasourceschematable.html

func (*Client) SyncDataSourceSchemaTableWithCallback ¶

func (client *Client) SyncDataSourceSchemaTableWithCallback(request *SyncDataSourceSchemaTableRequest, callback func(response *SyncDataSourceSchemaTableResponse, err error)) <-chan int

SyncDataSourceSchemaTableWithCallback invokes the emr.SyncDataSourceSchemaTable API asynchronously api document: https://help.aliyun.com/api/emr/syncdatasourceschematable.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SyncDataSourceSchemaTableWithChan ¶

func (client *Client) SyncDataSourceSchemaTableWithChan(request *SyncDataSourceSchemaTableRequest) (<-chan *SyncDataSourceSchemaTableResponse, <-chan error)

SyncDataSourceSchemaTableWithChan invokes the emr.SyncDataSourceSchemaTable API asynchronously api document: https://help.aliyun.com/api/emr/syncdatasourceschematable.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) TerminateClusterOperation ¶

func (client *Client) TerminateClusterOperation(request *TerminateClusterOperationRequest) (response *TerminateClusterOperationResponse, err error)

TerminateClusterOperation invokes the emr.TerminateClusterOperation API synchronously api document: https://help.aliyun.com/api/emr/terminateclusteroperation.html

func (*Client) TerminateClusterOperationWithCallback ¶

func (client *Client) TerminateClusterOperationWithCallback(request *TerminateClusterOperationRequest, callback func(response *TerminateClusterOperationResponse, err error)) <-chan int

TerminateClusterOperationWithCallback invokes the emr.TerminateClusterOperation API asynchronously api document: https://help.aliyun.com/api/emr/terminateclusteroperation.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) TerminateClusterOperationWithChan ¶

func (client *Client) TerminateClusterOperationWithChan(request *TerminateClusterOperationRequest) (<-chan *TerminateClusterOperationResponse, <-chan error)

TerminateClusterOperationWithChan invokes the emr.TerminateClusterOperation API asynchronously api document: https://help.aliyun.com/api/emr/terminateclusteroperation.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateDataSource ¶

func (client *Client) UpdateDataSource(request *UpdateDataSourceRequest) (response *UpdateDataSourceResponse, err error)

UpdateDataSource invokes the emr.UpdateDataSource API synchronously api document: https://help.aliyun.com/api/emr/updatedatasource.html

func (*Client) UpdateDataSourceWithCallback ¶

func (client *Client) UpdateDataSourceWithCallback(request *UpdateDataSourceRequest, callback func(response *UpdateDataSourceResponse, err error)) <-chan int

UpdateDataSourceWithCallback invokes the emr.UpdateDataSource API asynchronously api document: https://help.aliyun.com/api/emr/updatedatasource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateDataSourceWithChan ¶

func (client *Client) UpdateDataSourceWithChan(request *UpdateDataSourceRequest) (<-chan *UpdateDataSourceResponse, <-chan error)

UpdateDataSourceWithChan invokes the emr.UpdateDataSource API asynchronously api document: https://help.aliyun.com/api/emr/updatedatasource.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateETLJob ¶

func (client *Client) UpdateETLJob(request *UpdateETLJobRequest) (response *UpdateETLJobResponse, err error)

UpdateETLJob invokes the emr.UpdateETLJob API synchronously api document: https://help.aliyun.com/api/emr/updateetljob.html

func (*Client) UpdateETLJobStage ¶

func (client *Client) UpdateETLJobStage(request *UpdateETLJobStageRequest) (response *UpdateETLJobStageResponse, err error)

UpdateETLJobStage invokes the emr.UpdateETLJobStage API synchronously api document: https://help.aliyun.com/api/emr/updateetljobstage.html

func (*Client) UpdateETLJobStageWithCallback ¶

func (client *Client) UpdateETLJobStageWithCallback(request *UpdateETLJobStageRequest, callback func(response *UpdateETLJobStageResponse, err error)) <-chan int

UpdateETLJobStageWithCallback invokes the emr.UpdateETLJobStage API asynchronously api document: https://help.aliyun.com/api/emr/updateetljobstage.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateETLJobStageWithChan ¶

func (client *Client) UpdateETLJobStageWithChan(request *UpdateETLJobStageRequest) (<-chan *UpdateETLJobStageResponse, <-chan error)

UpdateETLJobStageWithChan invokes the emr.UpdateETLJobStage API asynchronously api document: https://help.aliyun.com/api/emr/updateetljobstage.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateETLJobWithCallback ¶

func (client *Client) UpdateETLJobWithCallback(request *UpdateETLJobRequest, callback func(response *UpdateETLJobResponse, err error)) <-chan int

UpdateETLJobWithCallback invokes the emr.UpdateETLJob API asynchronously api document: https://help.aliyun.com/api/emr/updateetljob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateETLJobWithChan ¶

func (client *Client) UpdateETLJobWithChan(request *UpdateETLJobRequest) (<-chan *UpdateETLJobResponse, <-chan error)

UpdateETLJobWithChan invokes the emr.UpdateETLJob API asynchronously api document: https://help.aliyun.com/api/emr/updateetljob.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateNavNode ¶

func (client *Client) UpdateNavNode(request *UpdateNavNodeRequest) (response *UpdateNavNodeResponse, err error)

UpdateNavNode invokes the emr.UpdateNavNode API synchronously api document: https://help.aliyun.com/api/emr/updatenavnode.html

func (*Client) UpdateNavNodeWithCallback ¶

func (client *Client) UpdateNavNodeWithCallback(request *UpdateNavNodeRequest, callback func(response *UpdateNavNodeResponse, err error)) <-chan int

UpdateNavNodeWithCallback invokes the emr.UpdateNavNode API asynchronously api document: https://help.aliyun.com/api/emr/updatenavnode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateNavNodeWithChan ¶

func (client *Client) UpdateNavNodeWithChan(request *UpdateNavNodeRequest) (<-chan *UpdateNavNodeResponse, <-chan error)

UpdateNavNodeWithChan invokes the emr.UpdateNavNode API asynchronously api document: https://help.aliyun.com/api/emr/updatenavnode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateProjectSetting ¶

func (client *Client) UpdateProjectSetting(request *UpdateProjectSettingRequest) (response *UpdateProjectSettingResponse, err error)

UpdateProjectSetting invokes the emr.UpdateProjectSetting API synchronously api document: https://help.aliyun.com/api/emr/updateprojectsetting.html

func (*Client) UpdateProjectSettingWithCallback ¶

func (client *Client) UpdateProjectSettingWithCallback(request *UpdateProjectSettingRequest, callback func(response *UpdateProjectSettingResponse, err error)) <-chan int

UpdateProjectSettingWithCallback invokes the emr.UpdateProjectSetting API asynchronously api document: https://help.aliyun.com/api/emr/updateprojectsetting.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) UpdateProjectSettingWithChan ¶

func (client *Client) UpdateProjectSettingWithChan(request *UpdateProjectSettingRequest) (<-chan *UpdateProjectSettingResponse, <-chan error)

UpdateProjectSettingWithChan invokes the emr.UpdateProjectSetting API asynchronously api document: https://help.aliyun.com/api/emr/updateprojectsetting.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

type CloneDataSourceRequest ¶

type CloneDataSourceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

CloneDataSourceRequest is the request struct for api CloneDataSource

func CreateCloneDataSourceRequest ¶

func CreateCloneDataSourceRequest() (request *CloneDataSourceRequest)

CreateCloneDataSourceRequest creates a request to invoke CloneDataSource API

type CloneDataSourceResponse ¶

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

CloneDataSourceResponse is the response struct for api CloneDataSource

func CreateCloneDataSourceResponse ¶

func CreateCloneDataSourceResponse() (response *CloneDataSourceResponse)

CreateCloneDataSourceResponse creates a response to parse from CloneDataSource response

type CloneETLJobRequest ¶

type CloneETLJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

CloneETLJobRequest is the request struct for api CloneETLJob

func CreateCloneETLJobRequest ¶

func CreateCloneETLJobRequest() (request *CloneETLJobRequest)

CreateCloneETLJobRequest creates a request to invoke CloneETLJob API

type CloneETLJobResponse ¶

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

CloneETLJobResponse is the response struct for api CloneETLJob

func CreateCloneETLJobResponse ¶

func CreateCloneETLJobResponse() (response *CloneETLJobResponse)

CreateCloneETLJobResponse creates a response to parse from CloneETLJob response

type CloneFlowJobRequest ¶

type CloneFlowJobRequest struct {
	*requests.RpcRequest
	Id        string `position:"Query" name:"Id"`
	ProjectId string `position:"Query" name:"ProjectId"`
}

CloneFlowJobRequest is the request struct for api CloneFlowJob

func CreateCloneFlowJobRequest ¶

func CreateCloneFlowJobRequest() (request *CloneFlowJobRequest)

CreateCloneFlowJobRequest creates a request to invoke CloneFlowJob API

type CloneFlowJobResponse ¶

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

CloneFlowJobResponse is the response struct for api CloneFlowJob

func CreateCloneFlowJobResponse ¶

func CreateCloneFlowJobResponse() (response *CloneFlowJobResponse)

CreateCloneFlowJobResponse creates a response to parse from CloneFlowJob response

type CloneFlowRequest ¶

type CloneFlowRequest struct {
	*requests.RpcRequest
	Id        string `position:"Query" name:"Id"`
	ProjectId string `position:"Query" name:"ProjectId"`
}

CloneFlowRequest is the request struct for api CloneFlow

func CreateCloneFlowRequest ¶

func CreateCloneFlowRequest() (request *CloneFlowRequest)

CreateCloneFlowRequest creates a request to invoke CloneFlow API

type CloneFlowResponse ¶

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

CloneFlowResponse is the response struct for api CloneFlow

func CreateCloneFlowResponse ¶

func CreateCloneFlowResponse() (response *CloneFlowResponse)

CreateCloneFlowResponse creates a response to parse from CloneFlow response

type CloudWatchTrigger ¶

type CloudWatchTrigger struct {
	ComparisonOperator string `json:"ComparisonOperator" xml:"ComparisonOperator"`
	MetricDisplayName  string `json:"MetricDisplayName" xml:"MetricDisplayName"`
	Unit               string `json:"Unit" xml:"Unit"`
	Period             int    `json:"Period" xml:"Period"`
	MetricName         string `json:"MetricName" xml:"MetricName"`
	Statistics         string `json:"Statistics" xml:"Statistics"`
	EvaluationCount    string `json:"EvaluationCount" xml:"EvaluationCount"`
	Threshold          string `json:"Threshold" xml:"Threshold"`
}

CloudWatchTrigger is a nested struct in emr response

type Cluster ¶

type Cluster struct {
	ClusterBizId  string `json:"ClusterBizId" xml:"ClusterBizId"`
	ClusterName   string `json:"ClusterName" xml:"ClusterName"`
	ClusterStatus string `json:"ClusterStatus" xml:"ClusterStatus"`
}

Cluster is a nested struct in emr response

type ClusterConfig ¶

type ClusterConfig struct {
	IsOnDemand       bool             `json:"IsOnDemand" xml:"IsOnDemand"`
	ClusterId        string           `json:"ClusterId" xml:"ClusterId"`
	Queue            string           `json:"Queue" xml:"Queue"`
	UserName         string           `json:"UserName" xml:"UserName"`
	RecordRate       int              `json:"RecordRate" xml:"RecordRate"`
	SizeRate         int              `json:"SizeRate" xml:"SizeRate"`
	DriverResource   DriverResource   `json:"DriverResource" xml:"DriverResource"`
	ExecutorResource ExecutorResource `json:"ExecutorResource" xml:"ExecutorResource"`
}

ClusterConfig is a nested struct in emr response

type ClusterInfo ¶

type ClusterInfo struct {
	UserDefinedEmrEcsRole           string                                 `json:"UserDefinedEmrEcsRole" xml:"UserDefinedEmrEcsRole"`
	ImageId                         string                                 `json:"ImageId" xml:"ImageId"`
	Configurations                  string                                 `json:"Configurations" xml:"Configurations"`
	AutoScalingEnable               bool                                   `json:"AutoScalingEnable" xml:"AutoScalingEnable"`
	EasEnable                       bool                                   `json:"EasEnable" xml:"EasEnable"`
	CreateType                      string                                 `json:"CreateType" xml:"CreateType"`
	StartTime                       int                                    `json:"StartTime" xml:"StartTime"`
	RunningTime                     int                                    `json:"RunningTime" xml:"RunningTime"`
	LocalMetaDb                     bool                                   `json:"LocalMetaDb" xml:"LocalMetaDb"`
	BootstrapFailed                 bool                                   `json:"BootstrapFailed" xml:"BootstrapFailed"`
	Id                              string                                 `json:"Id" xml:"Id"`
	VpcId                           string                                 `json:"VpcId" xml:"VpcId"`
	SecurityGroupName               string                                 `json:"SecurityGroupName" xml:"SecurityGroupName"`
	TaskNodeInService               int                                    `json:"TaskNodeInService" xml:"TaskNodeInService"`
	ExpiredTime                     int                                    `json:"ExpiredTime" xml:"ExpiredTime"`
	NetType                         string                                 `json:"NetType" xml:"NetType"`
	AutoScalingByLoadAllowed        bool                                   `json:"AutoScalingByLoadAllowed" xml:"AutoScalingByLoadAllowed"`
	Type                            string                                 `json:"Type" xml:"Type"`
	InitCustomHiveMetaDB            bool                                   `json:"InitCustomHiveMetaDB" xml:"InitCustomHiveMetaDB"`
	DepositType                     string                                 `json:"DepositType" xml:"DepositType"`
	UseLocalMetaDb                  bool                                   `json:"UseLocalMetaDb" xml:"UseLocalMetaDb"`
	OrderList                       string                                 `json:"OrderList" xml:"OrderList"`
	CreateResource                  string                                 `json:"CreateResource" xml:"CreateResource"`
	UseCustomHiveMetaDB             bool                                   `json:"UseCustomHiveMetaDB" xml:"UseCustomHiveMetaDB"`
	ResizeDiskEnable                bool                                   `json:"ResizeDiskEnable" xml:"ResizeDiskEnable"`
	StopTime                        int                                    `json:"StopTime" xml:"StopTime"`
	ZoneId                          string                                 `json:"ZoneId" xml:"ZoneId"`
	HasUncompletedOrder             bool                                   `json:"HasUncompletedOrder" xml:"HasUncompletedOrder"`
	MasterNodeInService             int                                    `json:"MasterNodeInService" xml:"MasterNodeInService"`
	Status                          string                                 `json:"Status" xml:"Status"`
	Name                            string                                 `json:"Name" xml:"Name"`
	SecurityGroupId                 string                                 `json:"SecurityGroupId" xml:"SecurityGroupId"`
	AutoScalingSpotWithLimitAllowed bool                                   `json:"AutoScalingSpotWithLimitAllowed" xml:"AutoScalingSpotWithLimitAllowed"`
	ChargeType                      string                                 `json:"ChargeType" xml:"ChargeType"`
	ShowSoftwareInterface           bool                                   `json:"ShowSoftwareInterface" xml:"ShowSoftwareInterface"`
	CreateTime                      int                                    `json:"CreateTime" xml:"CreateTime"`
	RelateClusterId                 string                                 `json:"RelateClusterId" xml:"RelateClusterId"`
	GatewayClusterIds               string                                 `json:"GatewayClusterIds" xml:"GatewayClusterIds"`
	BizId                           string                                 `json:"BizId" xml:"BizId"`
	RegionId                        string                                 `json:"RegionId" xml:"RegionId"`
	CoreNodeTotal                   int                                    `json:"CoreNodeTotal" xml:"CoreNodeTotal"`
	IoOptimized                     bool                                   `json:"IoOptimized" xml:"IoOptimized"`
	CoreNodeInService               int                                    `json:"CoreNodeInService" xml:"CoreNodeInService"`
	UserId                          string                                 `json:"UserId" xml:"UserId"`
	EmrVer                          string                                 `json:"EmrVer" xml:"EmrVer"`
	AutoScalingAllowed              bool                                   `json:"AutoScalingAllowed" xml:"AutoScalingAllowed"`
	ClusterType                     string                                 `json:"ClusterType" xml:"ClusterType"`
	MasterNodeTotal                 int                                    `json:"MasterNodeTotal" xml:"MasterNodeTotal"`
	TaskNodeTotal                   int                                    `json:"TaskNodeTotal" xml:"TaskNodeTotal"`
	VSwitchId                       string                                 `json:"VSwitchId" xml:"VSwitchId"`
	Period                          int                                    `json:"Period" xml:"Period"`
	InstanceGeneration              string                                 `json:"InstanceGeneration" xml:"InstanceGeneration"`
	LogPath                         string                                 `json:"LogPath" xml:"LogPath"`
	HighAvailabilityEnable          bool                                   `json:"HighAvailabilityEnable" xml:"HighAvailabilityEnable"`
	LogEnable                       bool                                   `json:"LogEnable" xml:"LogEnable"`
	RelateClusterInfo               RelateClusterInfo                      `json:"RelateClusterInfo" xml:"RelateClusterInfo"`
	OrderTaskInfo                   OrderTaskInfo                          `json:"OrderTaskInfo" xml:"OrderTaskInfo"`
	FailReason                      FailReason                             `json:"FailReason" xml:"FailReason"`
	SoftwareInfo                    SoftwareInfo                           `json:"SoftwareInfo" xml:"SoftwareInfo"`
	AccessInfo                      AccessInfo                             `json:"AccessInfo" xml:"AccessInfo"`
	EcsOrders                       EcsOrders                              `json:"EcsOrders" xml:"EcsOrders"`
	HostGroupList                   HostGroupListInDescribeClusterV2       `json:"HostGroupList" xml:"HostGroupList"`
	BootstrapActionList             BootstrapActionListInDescribeClusterV2 `json:"BootstrapActionList" xml:"BootstrapActionList"`
	ConfigList                      ConfigListInDescribeExecutionPlan      `json:"ConfigList" xml:"ConfigList"`
	GatewayClusterInfoList          GatewayClusterInfoList                 `json:"GatewayClusterInfoList" xml:"GatewayClusterInfoList"`
}

ClusterInfo is a nested struct in emr response

type ClusterNodeTypeSupportInfo ¶

type ClusterNodeTypeSupportInfo struct {
	ClusterNodeType         string                  `json:"ClusterNodeType" xml:"ClusterNodeType"`
	SupportInstanceTypeList SupportInstanceTypeList `json:"SupportInstanceTypeList" xml:"SupportInstanceTypeList"`
}

ClusterNodeTypeSupportInfo is a nested struct in emr response

type ClusterOperation ¶

type ClusterOperation struct {
	OperationId   string `json:"OperationId" xml:"OperationId"`
	OperationName string `json:"OperationName" xml:"OperationName"`
	StartTime     string `json:"StartTime" xml:"StartTime"`
	Duration      string `json:"Duration" xml:"Duration"`
	Status        string `json:"Status" xml:"Status"`
	Percentage    string `json:"Percentage" xml:"Percentage"`
	Comment       string `json:"Comment" xml:"Comment"`
}

ClusterOperation is a nested struct in emr response

type ClusterOperationHost ¶

type ClusterOperationHost struct {
	HostId     string `json:"HostId" xml:"HostId"`
	HostName   string `json:"HostName" xml:"HostName"`
	Status     string `json:"Status" xml:"Status"`
	Percentage string `json:"Percentage" xml:"Percentage"`
}

ClusterOperationHost is a nested struct in emr response

type ClusterOperationHostList ¶

type ClusterOperationHostList struct {
	ClusterOperationHost []ClusterOperationHost `json:"ClusterOperationHost" xml:"ClusterOperationHost"`
}

ClusterOperationHostList is a nested struct in emr response

type ClusterOperationHostTask ¶

type ClusterOperationHostTask struct {
	TaskId     string `json:"TaskId" xml:"TaskId"`
	TaskName   string `json:"TaskName" xml:"TaskName"`
	Status     string `json:"Status" xml:"Status"`
	Percentage string `json:"Percentage" xml:"Percentage"`
}

ClusterOperationHostTask is a nested struct in emr response

type ClusterOperationHostTaskList ¶

type ClusterOperationHostTaskList struct {
	ClusterOperationHostTask []ClusterOperationHostTask `json:"ClusterOperationHostTask" xml:"ClusterOperationHostTask"`
}

ClusterOperationHostTaskList is a nested struct in emr response

type ClusterOperationList ¶

type ClusterOperationList struct {
	ClusterOperation []ClusterOperation `json:"ClusterOperation" xml:"ClusterOperation"`
}

ClusterOperationList is a nested struct in emr response

type ClusterScript ¶

type ClusterScript struct {
	Id        string `json:"Id" xml:"Id"`
	Name      string `json:"Name" xml:"Name"`
	StartTime int    `json:"StartTime" xml:"StartTime"`
	EndTime   int    `json:"EndTime" xml:"EndTime"`
	Path      string `json:"Path" xml:"Path"`
	Args      string `json:"Args" xml:"Args"`
	Status    string `json:"Status" xml:"Status"`
}

ClusterScript is a nested struct in emr response

type ClusterScripts ¶

type ClusterScripts struct {
	ClusterScript []ClusterScript `json:"ClusterScript" xml:"ClusterScript"`
}

ClusterScripts is a nested struct in emr response

type ClusterService ¶

type ClusterService struct {
	ServiceName        string                                `json:"ServiceName" xml:"ServiceName"`
	ServiceDisplayName string                                `json:"ServiceDisplayName" xml:"ServiceDisplayName"`
	ServiceVersion     string                                `json:"ServiceVersion" xml:"ServiceVersion"`
	InstallStatus      bool                                  `json:"InstallStatus" xml:"InstallStatus"`
	ClientType         bool                                  `json:"ClientType" xml:"ClientType"`
	ServiceStatus      string                                `json:"ServiceStatus" xml:"ServiceStatus"`
	HealthStatus       string                                `json:"HealthStatus" xml:"HealthStatus"`
	NeedRestartInfo    string                                `json:"NeedRestartInfo" xml:"NeedRestartInfo"`
	NotStartInfo       string                                `json:"NotStartInfo" xml:"NotStartInfo"`
	AbnormalNum        int                                   `json:"AbnormalNum" xml:"AbnormalNum"`
	StoppedNum         int                                   `json:"StoppedNum" xml:"StoppedNum"`
	NeedRestartNum     int                                   `json:"NeedRestartNum" xml:"NeedRestartNum"`
	ServiceActionList  ServiceActionListInListClusterService `json:"ServiceActionList" xml:"ServiceActionList"`
}

ClusterService is a nested struct in emr response

type ClusterServiceInfo ¶

type ClusterServiceInfo struct {
	ServiceName        string `json:"ServiceName" xml:"ServiceName"`
	ServiceDisplayName string `json:"ServiceDisplayName" xml:"ServiceDisplayName"`
	ServiceVersion     string `json:"ServiceVersion" xml:"ServiceVersion"`
	Mandatory          bool   `json:"Mandatory" xml:"Mandatory"`
}

ClusterServiceInfo is a nested struct in emr response

type ClusterServiceInfoList ¶

type ClusterServiceInfoList struct {
	ClusterServiceInfo []ClusterServiceInfo `json:"ClusterServiceInfo" xml:"ClusterServiceInfo"`
}

ClusterServiceInfoList is a nested struct in emr response

type ClusterServiceList ¶

type ClusterServiceList struct {
	ClusterService []ClusterService `json:"ClusterService" xml:"ClusterService"`
}

ClusterServiceList is a nested struct in emr response

type ClusterServiceSummary ¶

type ClusterServiceSummary struct {
	Key                 string `json:"Key" xml:"Key"`
	DisplayName         string `json:"DisplayName" xml:"DisplayName"`
	Value               string `json:"Value" xml:"Value"`
	DesiredStoppedValue int    `json:"DesiredStoppedValue" xml:"DesiredStoppedValue"`
	Status              string `json:"Status" xml:"Status"`
	Type                string `json:"Type" xml:"Type"`
	Category            string `json:"Category" xml:"Category"`
	AlertInfo           string `json:"AlertInfo" xml:"AlertInfo"`
}

ClusterServiceSummary is a nested struct in emr response

type ClusterServiceSummaryList ¶

type ClusterServiceSummaryList struct {
	ClusterServiceSummary []ClusterServiceSummary `json:"ClusterServiceSummary" xml:"ClusterServiceSummary"`
}

ClusterServiceSummaryList is a nested struct in emr response

type ClusterSetting ¶

type ClusterSetting struct {
	GmtCreate    int                                      `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified  int                                      `json:"GmtModified" xml:"GmtModified"`
	ProjectId    string                                   `json:"ProjectId" xml:"ProjectId"`
	ClusterId    string                                   `json:"ClusterId" xml:"ClusterId"`
	ClusterName  string                                   `json:"ClusterName" xml:"ClusterName"`
	DefaultUser  string                                   `json:"DefaultUser" xml:"DefaultUser"`
	DefaultQueue string                                   `json:"DefaultQueue" xml:"DefaultQueue"`
	UserList     UserListInListFlowProjectClusterSetting  `json:"UserList" xml:"UserList"`
	QueueList    QueueListInListFlowProjectClusterSetting `json:"QueueList" xml:"QueueList"`
	HostList     HostListInListFlowProjectClusterSetting  `json:"HostList" xml:"HostList"`
}

ClusterSetting is a nested struct in emr response

type ClusterSettings ¶

type ClusterSettings struct {
	ClusterSetting []ClusterSetting `json:"ClusterSetting" xml:"ClusterSetting"`
}

ClusterSettings is a nested struct in emr response

type ClusterStatHdfsCapacity ¶

type ClusterStatHdfsCapacity struct {
	CapacityTotal       int    `json:"CapacityTotal" xml:"CapacityTotal"`
	CapacityTotalGB     int    `json:"CapacityTotalGB" xml:"CapacityTotalGB"`
	CapacityUsed        int    `json:"CapacityUsed" xml:"CapacityUsed"`
	CapacityUsedGB      int    `json:"CapacityUsedGB" xml:"CapacityUsedGB"`
	CapacityRemaining   int    `json:"CapacityRemaining" xml:"CapacityRemaining"`
	CapacityRemainingGB int    `json:"CapacityRemainingGB" xml:"CapacityRemainingGB"`
	CapacityUsedNonDfs  int    `json:"CapacityUsedNonDfs" xml:"CapacityUsedNonDfs"`
	ClusterBizId        string `json:"ClusterBizId" xml:"ClusterBizId"`
	DateTime            string `json:"DateTime" xml:"DateTime"`
}

ClusterStatHdfsCapacity is a nested struct in emr response

type ClusterStatJobInput ¶

type ClusterStatJobInput struct {
	ApplicationId string `json:"ApplicationId" xml:"ApplicationId"`
	JobId         string `json:"JobId" xml:"JobId"`
	StartTime     int    `json:"StartTime" xml:"StartTime"`
	FinishTime    int    `json:"FinishTime" xml:"FinishTime"`
	Name          string `json:"Name" xml:"Name"`
	Queue         string `json:"Queue" xml:"Queue"`
	User          string `json:"User" xml:"User"`
	State         string `json:"State" xml:"State"`
	BytesInput    int    `json:"BytesInput" xml:"BytesInput"`
}

ClusterStatJobInput is a nested struct in emr response

type ClusterStatJobOutput ¶

type ClusterStatJobOutput struct {
	ApplicationId string `json:"ApplicationId" xml:"ApplicationId"`
	JobId         string `json:"JobId" xml:"JobId"`
	StartTime     int    `json:"StartTime" xml:"StartTime"`
	FinishTime    int    `json:"FinishTime" xml:"FinishTime"`
	Name          string `json:"Name" xml:"Name"`
	Queue         string `json:"Queue" xml:"Queue"`
	User          string `json:"User" xml:"User"`
	State         string `json:"State" xml:"State"`
	BytesOutput   int    `json:"BytesOutput" xml:"BytesOutput"`
}

ClusterStatJobOutput is a nested struct in emr response

type ClusterStatJobRunningTime ¶

type ClusterStatJobRunningTime struct {
	ApplicationId string `json:"ApplicationId" xml:"ApplicationId"`
	JobId         string `json:"JobId" xml:"JobId"`
	StartTime     int    `json:"StartTime" xml:"StartTime"`
	FinishTime    int    `json:"FinishTime" xml:"FinishTime"`
	Name          string `json:"Name" xml:"Name"`
	Queue         string `json:"Queue" xml:"Queue"`
	User          string `json:"User" xml:"User"`
	State         string `json:"State" xml:"State"`
	RunningTime   int    `json:"RunningTime" xml:"RunningTime"`
}

ClusterStatJobRunningTime is a nested struct in emr response

type ClusterStatQueueInput ¶

type ClusterStatQueueInput struct {
	Queue      string `json:"Queue" xml:"Queue"`
	BytesInput int    `json:"BytesInput" xml:"BytesInput"`
}

ClusterStatQueueInput is a nested struct in emr response

type ClusterStatQueueOutput ¶

type ClusterStatQueueOutput struct {
	Queue       string `json:"Queue" xml:"Queue"`
	BytesOutput int    `json:"BytesOutput" xml:"BytesOutput"`
}

ClusterStatQueueOutput is a nested struct in emr response

type ClusterStatQueueSubmission ¶

type ClusterStatQueueSubmission struct {
	Queue      string `json:"Queue" xml:"Queue"`
	Submission int    `json:"Submission" xml:"Submission"`
}

ClusterStatQueueSubmission is a nested struct in emr response

type ClusterStatUserInput ¶

type ClusterStatUserInput struct {
	User       string `json:"User" xml:"User"`
	BytesInput int    `json:"BytesInput" xml:"BytesInput"`
}

ClusterStatUserInput is a nested struct in emr response

type ClusterStatUserOutput ¶

type ClusterStatUserOutput struct {
	User        string `json:"User" xml:"User"`
	BytesOutput int    `json:"BytesOutput" xml:"BytesOutput"`
}

ClusterStatUserOutput is a nested struct in emr response

type ClusterStatUserSubmission ¶

type ClusterStatUserSubmission struct {
	User       string `json:"User" xml:"User"`
	Submission int    `json:"Submission" xml:"Submission"`
}

ClusterStatUserSubmission is a nested struct in emr response

type ClusterStatistics ¶

type ClusterStatistics struct {
	ClusterType   string `json:"ClusterType" xml:"ClusterType"`
	Count         int    `json:"Count" xml:"Count"`
	ClusterStatus string `json:"ClusterStatus" xml:"ClusterStatus"`
}

ClusterStatistics is a nested struct in emr response

type ClusterStatisticsList ¶

type ClusterStatisticsList struct {
	ClusterStatistics []ClusterStatistics `json:"ClusterStatistics" xml:"ClusterStatistics"`
}

ClusterStatisticsList is a nested struct in emr response

type ClusterTag ¶

type ClusterTag struct {
	ClusterId   string      `json:"ClusterId" xml:"ClusterId"`
	TagInfoList TagInfoList `json:"TagInfoList" xml:"TagInfoList"`
}

ClusterTag is a nested struct in emr response

type ClusterTagList ¶

type ClusterTagList struct {
	ClusterTag []ClusterTag `json:"ClusterTag" xml:"ClusterTag"`
}

ClusterTagList is a nested struct in emr response

type ClusterTypeInfo ¶

type ClusterTypeInfo struct {
	ClusterType            string                              `json:"ClusterType" xml:"ClusterType"`
	ClusterServiceInfoList ClusterServiceInfoList              `json:"ClusterServiceInfoList" xml:"ClusterServiceInfoList"`
	ServiceInfoList        ServiceInfoListInListEmrMainVersion `json:"ServiceInfoList" xml:"ServiceInfoList"`
}

ClusterTypeInfo is a nested struct in emr response

type ClusterTypeInfoListInDescribeEmrMainVersion ¶

type ClusterTypeInfoListInDescribeEmrMainVersion struct {
	ClusterTypeInfo []ClusterTypeInfo `json:"ClusterTypeInfo" xml:"ClusterTypeInfo"`
}

ClusterTypeInfoListInDescribeEmrMainVersion is a nested struct in emr response

type ClusterTypeInfoListInListEmrAvailableConfig ¶

type ClusterTypeInfoListInListEmrAvailableConfig struct {
	ClusterTypeInfo []ClusterTypeInfo `json:"ClusterTypeInfo" xml:"ClusterTypeInfo"`
}

ClusterTypeInfoListInListEmrAvailableConfig is a nested struct in emr response

type ClusterTypeInfoListInListEmrMainVersion ¶

type ClusterTypeInfoListInListEmrMainVersion struct {
	ClusterTypeInfo []ClusterTypeInfo `json:"ClusterTypeInfo" xml:"ClusterTypeInfo"`
}

ClusterTypeInfoListInListEmrMainVersion is a nested struct in emr response

type ClustersInListClusters ¶

type ClustersInListClusters struct {
	ClusterInfo []ClusterInfo `json:"ClusterInfo" xml:"ClusterInfo"`
}

ClustersInListClusters is a nested struct in emr response

type ClustersInListFlowCluster ¶

type ClustersInListFlowCluster struct {
	ClusterInfo []ClusterInfo `json:"ClusterInfo" xml:"ClusterInfo"`
}

ClustersInListFlowCluster is a nested struct in emr response

type ClustersInListFlowClusterAll ¶

type ClustersInListFlowClusterAll struct {
	ClusterInfo []ClusterInfo `json:"ClusterInfo" xml:"ClusterInfo"`
}

ClustersInListFlowClusterAll is a nested struct in emr response

type Column ¶

type Column struct {
	Name    string `json:"Name" xml:"Name"`
	Type    string `json:"Type" xml:"Type"`
	Comment string `json:"Comment" xml:"Comment"`
}

Column is a nested struct in emr response

type Columns ¶

type Columns struct {
	Column []Column `json:"Column" xml:"Column"`
}

Columns is a nested struct in emr response

type CommandList ¶

type CommandList struct {
	OpsCommandInfo []OpsCommandInfo `json:"OpsCommandInfo" xml:"OpsCommandInfo"`
}

CommandList is a nested struct in emr response

type CommonApiWhiteListRequest ¶

type CommonApiWhiteListRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
}

CommonApiWhiteListRequest is the request struct for api CommonApiWhiteList

func CreateCommonApiWhiteListRequest ¶

func CreateCommonApiWhiteListRequest() (request *CommonApiWhiteListRequest)

CreateCommonApiWhiteListRequest creates a request to invoke CommonApiWhiteList API

type CommonApiWhiteListResponse ¶

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

CommonApiWhiteListResponse is the response struct for api CommonApiWhiteList

func CreateCommonApiWhiteListResponse ¶

func CreateCommonApiWhiteListResponse() (response *CommonApiWhiteListResponse)

CreateCommonApiWhiteListResponse creates a response to parse from CommonApiWhiteList response

type Component ¶

type Component struct {
	ServiceName          string `json:"ServiceName" xml:"ServiceName"`
	ServiceDisplayName   string `json:"ServiceDisplayName" xml:"ServiceDisplayName"`
	ComponentName        string `json:"ComponentName" xml:"ComponentName"`
	ComponentDisplayName string `json:"ComponentDisplayName" xml:"ComponentDisplayName"`
	Status               string `json:"Status" xml:"Status"`
	NeedRestart          bool   `json:"NeedRestart" xml:"NeedRestart"`
	HostId               string `json:"HostId" xml:"HostId"`
	ServerStatus         string `json:"ServerStatus" xml:"ServerStatus"`
	HostName             string `json:"HostName" xml:"HostName"`
	PublicIp             string `json:"PublicIp" xml:"PublicIp"`
	PrivateIp            string `json:"PrivateIp" xml:"PrivateIp"`
	Role                 string `json:"Role" xml:"Role"`
	InstanceType         string `json:"InstanceType" xml:"InstanceType"`
	Cpu                  int    `json:"Cpu" xml:"Cpu"`
	Memory               int    `json:"Memory" xml:"Memory"`
	HostInstanceId       string `json:"HostInstanceId" xml:"HostInstanceId"`
	SerialNumber         string `json:"SerialNumber" xml:"SerialNumber"`
}

Component is a nested struct in emr response

type ComponentList ¶

type ComponentList struct {
	Component []Component `json:"Component" xml:"Component"`
}

ComponentList is a nested struct in emr response

type Config ¶

type Config struct {
	Applied         bool                                                 `json:"Applied" xml:"Applied"`
	Author          string                                               `json:"Author" xml:"Author"`
	CreateTime      string                                               `json:"CreateTime" xml:"CreateTime"`
	ConfigName      string                                               `json:"ConfigName" xml:"ConfigName"`
	ConfigValue     string                                               `json:"ConfigValue" xml:"ConfigValue"`
	ConfigVersion   string                                               `json:"ConfigVersion" xml:"ConfigVersion"`
	Replace         string                                               `json:"Replace" xml:"Replace"`
	Value           string                                               `json:"Value" xml:"Value"`
	Comment         string                                               `json:"Comment" xml:"Comment"`
	ConfigKey       string                                               `json:"ConfigKey" xml:"ConfigKey"`
	ServiceName     string                                               `json:"ServiceName" xml:"ServiceName"`
	FileName        string                                               `json:"FileName" xml:"FileName"`
	Encrypt         string                                               `json:"Encrypt" xml:"Encrypt"`
	ConfigValueList ConfigValueListInDescribeClusterServiceConfigHistory `json:"ConfigValueList" xml:"ConfigValueList"`
}

Config is a nested struct in emr response

type ConfigHistory ¶

type ConfigHistory struct {
	ServiceName    string `json:"ServiceName" xml:"ServiceName"`
	ConfigVersion  string `json:"ConfigVersion" xml:"ConfigVersion"`
	ConfigFileName string `json:"ConfigFileName" xml:"ConfigFileName"`
	ConfigItemName string `json:"ConfigItemName" xml:"ConfigItemName"`
	NewValue       string `json:"NewValue" xml:"NewValue"`
	OldValue       string `json:"OldValue" xml:"OldValue"`
	Applied        bool   `json:"Applied" xml:"Applied"`
	CreateTime     int    `json:"CreateTime" xml:"CreateTime"`
	Author         string `json:"Author" xml:"Author"`
	Comment        string `json:"Comment" xml:"Comment"`
}

ConfigHistory is a nested struct in emr response

type ConfigHistoryList ¶

type ConfigHistoryList struct {
	ConfigHistory []ConfigHistory `json:"ConfigHistory" xml:"ConfigHistory"`
}

ConfigHistoryList is a nested struct in emr response

type ConfigInDescribeClusterServiceConfig ¶

type ConfigInDescribeClusterServiceConfig struct {
	ServiceName      string                                        `json:"ServiceName" xml:"ServiceName"`
	ConfigVersion    string                                        `json:"ConfigVersion" xml:"ConfigVersion"`
	Applied          string                                        `json:"Applied" xml:"Applied"`
	CreateTime       string                                        `json:"CreateTime" xml:"CreateTime"`
	Author           string                                        `json:"Author" xml:"Author"`
	Comment          string                                        `json:"Comment" xml:"Comment"`
	ConfigValueList  ConfigValueListInDescribeClusterServiceConfig `json:"ConfigValueList" xml:"ConfigValueList"`
	PropertyInfoList PropertyInfoList                              `json:"PropertyInfoList" xml:"PropertyInfoList"`
}

ConfigInDescribeClusterServiceConfig is a nested struct in emr response

type ConfigItemValue ¶

type ConfigItemValue struct {
	ChangeType  string `json:"ChangeType" xml:"ChangeType"`
	Value       string `json:"Value" xml:"Value"`
	OldValue    string `json:"OldValue" xml:"OldValue"`
	IsCustom    bool   `json:"IsCustom" xml:"IsCustom"`
	Description string `json:"Description" xml:"Description"`
	ItemName    string `json:"ItemName" xml:"ItemName"`
}

ConfigItemValue is a nested struct in emr response

type ConfigItemValueListInDescribeClusterServiceConfig ¶

type ConfigItemValueListInDescribeClusterServiceConfig struct {
	ConfigItemValue []ConfigItemValue `json:"ConfigItemValue" xml:"ConfigItemValue"`
}

ConfigItemValueListInDescribeClusterServiceConfig is a nested struct in emr response

type ConfigItemValueListInDescribeClusterServiceConfigHistory ¶

type ConfigItemValueListInDescribeClusterServiceConfigHistory struct {
	ConfigItemValue []ConfigItemValue `json:"ConfigItemValue" xml:"ConfigItemValue"`
}

ConfigItemValueListInDescribeClusterServiceConfigHistory is a nested struct in emr response

type ConfigListInDescribeClusterTemplate ¶

type ConfigListInDescribeClusterTemplate struct {
	Config []Config `json:"Config" xml:"Config"`
}

ConfigListInDescribeClusterTemplate is a nested struct in emr response

type ConfigListInDescribeExecutionPlan ¶

type ConfigListInDescribeExecutionPlan struct {
	Config []Config `json:"Config" xml:"Config"`
}

ConfigListInDescribeExecutionPlan is a nested struct in emr response

type ConfigListInListClusterTemplates ¶

type ConfigListInListClusterTemplates struct {
	Config []Config `json:"Config" xml:"Config"`
}

ConfigListInListClusterTemplates is a nested struct in emr response

type ConfigListInMetastoreDescribeDataSource ¶

type ConfigListInMetastoreDescribeDataSource struct {
	Config []Config `json:"Config" xml:"Config"`
}

ConfigListInMetastoreDescribeDataSource is a nested struct in emr response

type ConfigListInMetastoreListDataSource ¶

type ConfigListInMetastoreListDataSource struct {
	Config []Config `json:"Config" xml:"Config"`
}

ConfigListInMetastoreListDataSource is a nested struct in emr response

type ConfigTag ¶

type ConfigTag struct {
	Tag       string    `json:"Tag" xml:"Tag"`
	TagDesc   string    `json:"TagDesc" xml:"TagDesc"`
	ValueList ValueList `json:"ValueList" xml:"ValueList"`
}

ConfigTag is a nested struct in emr response

type ConfigTagList ¶

type ConfigTagList struct {
	ConfigTag []ConfigTag `json:"ConfigTag" xml:"ConfigTag"`
}

ConfigTagList is a nested struct in emr response

type ConfigValue ¶

type ConfigValue struct {
	ConfigName          string                                            `json:"ConfigName" xml:"ConfigName"`
	AllowCustom         bool                                              `json:"AllowCustom" xml:"AllowCustom"`
	ConfigItemValueList ConfigItemValueListInDescribeClusterServiceConfig `json:"ConfigItemValueList" xml:"ConfigItemValueList"`
}

ConfigValue is a nested struct in emr response

type ConfigValueListInDescribeClusterServiceConfig ¶

type ConfigValueListInDescribeClusterServiceConfig struct {
	ConfigValue []ConfigValue `json:"ConfigValue" xml:"ConfigValue"`
}

ConfigValueListInDescribeClusterServiceConfig is a nested struct in emr response

type ConfigValueListInDescribeClusterServiceConfigHistory ¶

type ConfigValueListInDescribeClusterServiceConfigHistory struct {
	ConfigValue []ConfigValue `json:"ConfigValue" xml:"ConfigValue"`
}

ConfigValueListInDescribeClusterServiceConfigHistory is a nested struct in emr response

type ConsumerGroup ¶

type ConsumerGroup struct {
	Id                  string `json:"Id" xml:"Id"`
	DataSourceId        string `json:"DataSourceId" xml:"DataSourceId"`
	ConsumerGroup       string `json:"ConsumerGroup" xml:"ConsumerGroup"`
	ConsumerType        string `json:"ConsumerType" xml:"ConsumerType"`
	TotalLag            int    `json:"TotalLag" xml:"TotalLag"`
	GmtCreate           int    `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified         int    `json:"GmtModified" xml:"GmtModified"`
	PartitionProportion string `json:"PartitionProportion" xml:"PartitionProportion"`
}

ConsumerGroup is a nested struct in emr response

type ConsumerGroupList ¶

type ConsumerGroupList struct {
	ConsumerGroup []ConsumerGroup `json:"consumerGroup" xml:"consumerGroup"`
}

ConsumerGroupList is a nested struct in emr response

type ContainerStatus ¶

type ContainerStatus struct {
	ApplicationId string `json:"ApplicationId" xml:"ApplicationId"`
	ContainerId   string `json:"ContainerId" xml:"ContainerId"`
	HostName      string `json:"HostName" xml:"HostName"`
	Status        string `json:"Status" xml:"Status"`
}

ContainerStatus is a nested struct in emr response

type ContainerStatusList ¶

type ContainerStatusList struct {
	ContainerStatus []ContainerStatus `json:"ContainerStatus" xml:"ContainerStatus"`
}

ContainerStatusList is a nested struct in emr response

type ContextQueryLogRequest ¶

type ContextQueryLogRequest struct {
	*requests.RpcRequest
	PackId          string           `position:"Query" name:"PackId"`
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	TotalOffset     requests.Integer `position:"Query" name:"TotalOffset"`
	Size            requests.Integer `position:"Query" name:"Size"`
	PackMeta        string           `position:"Query" name:"PackMeta"`
	From            requests.Integer `position:"Query" name:"From"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	To              requests.Integer `position:"Query" name:"To"`
	Reverse         requests.Boolean `position:"Query" name:"Reverse"`
	LogStore        string           `position:"Query" name:"LogStore"`
}

ContextQueryLogRequest is the request struct for api ContextQueryLog

func CreateContextQueryLogRequest ¶

func CreateContextQueryLogRequest() (request *ContextQueryLogRequest)

CreateContextQueryLogRequest creates a request to invoke ContextQueryLog API

type ContextQueryLogResponse ¶

type ContextQueryLogResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	PackId    string `json:"PackId" xml:"PackId"`
	PackMeta  string `json:"PackMeta" xml:"PackMeta"`
	Time      string `json:"Time" xml:"Time"`
	Logs      Logs   `json:"Logs" xml:"Logs"`
}

ContextQueryLogResponse is the response struct for api ContextQueryLog

func CreateContextQueryLogResponse ¶

func CreateContextQueryLogResponse() (response *ContextQueryLogResponse)

CreateContextQueryLogResponse creates a response to parse from ContextQueryLog response

type CreateAlertContactRequest ¶

type CreateAlertContactRequest struct {
	*requests.RpcRequest
	EmailVerificationCode       string           `position:"Query" name:"EmailVerificationCode"`
	ResourceOwnerId             requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PhoneNumberVerificationCode string           `position:"Query" name:"PhoneNumberVerificationCode"`
	Name                        string           `position:"Query" name:"Name"`
	PhoneNumber                 string           `position:"Query" name:"PhoneNumber"`
	Email                       string           `position:"Query" name:"Email"`
}

CreateAlertContactRequest is the request struct for api CreateAlertContact

func CreateCreateAlertContactRequest ¶

func CreateCreateAlertContactRequest() (request *CreateAlertContactRequest)

CreateCreateAlertContactRequest creates a request to invoke CreateAlertContact API

type CreateAlertContactResponse ¶

type CreateAlertContactResponse struct {
	*responses.BaseResponse
	Id int `json:"Id" xml:"Id"`
}

CreateAlertContactResponse is the response struct for api CreateAlertContact

func CreateCreateAlertContactResponse ¶

func CreateCreateAlertContactResponse() (response *CreateAlertContactResponse)

CreateCreateAlertContactResponse creates a response to parse from CreateAlertContact response

type CreateAlertDingDingGroupRequest ¶

type CreateAlertDingDingGroupRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Name            string           `position:"Query" name:"Name"`
	Description     string           `position:"Query" name:"Description"`
	WebHookUrl      string           `position:"Query" name:"WebHookUrl"`
}

CreateAlertDingDingGroupRequest is the request struct for api CreateAlertDingDingGroup

func CreateCreateAlertDingDingGroupRequest ¶

func CreateCreateAlertDingDingGroupRequest() (request *CreateAlertDingDingGroupRequest)

CreateCreateAlertDingDingGroupRequest creates a request to invoke CreateAlertDingDingGroup API

type CreateAlertDingDingGroupResponse ¶

type CreateAlertDingDingGroupResponse struct {
	*responses.BaseResponse
	Id int `json:"Id" xml:"Id"`
}

CreateAlertDingDingGroupResponse is the response struct for api CreateAlertDingDingGroup

func CreateCreateAlertDingDingGroupResponse ¶

func CreateCreateAlertDingDingGroupResponse() (response *CreateAlertDingDingGroupResponse)

CreateCreateAlertDingDingGroupResponse creates a response to parse from CreateAlertDingDingGroup response

type CreateAlertUserGroupRequest ¶

type CreateAlertUserGroupRequest struct {
	*requests.RpcRequest
	UserList        string           `position:"Query" name:"UserList"`
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Name            string           `position:"Query" name:"Name"`
	Description     string           `position:"Query" name:"Description"`
}

CreateAlertUserGroupRequest is the request struct for api CreateAlertUserGroup

func CreateCreateAlertUserGroupRequest ¶

func CreateCreateAlertUserGroupRequest() (request *CreateAlertUserGroupRequest)

CreateCreateAlertUserGroupRequest creates a request to invoke CreateAlertUserGroup API

type CreateAlertUserGroupResponse ¶

type CreateAlertUserGroupResponse struct {
	*responses.BaseResponse
	Id int `json:"Id" xml:"Id"`
}

CreateAlertUserGroupResponse is the response struct for api CreateAlertUserGroup

func CreateCreateAlertUserGroupResponse ¶

func CreateCreateAlertUserGroupResponse() (response *CreateAlertUserGroupResponse)

CreateCreateAlertUserGroupResponse creates a response to parse from CreateAlertUserGroup response

type CreateClusterHostGroupRequest ¶

type CreateClusterHostGroupRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Comment         string           `position:"Query" name:"Comment"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	HostGroupName   string           `position:"Query" name:"HostGroupName"`
	HostGroupType   string           `position:"Query" name:"HostGroupType"`
}

CreateClusterHostGroupRequest is the request struct for api CreateClusterHostGroup

func CreateCreateClusterHostGroupRequest ¶

func CreateCreateClusterHostGroupRequest() (request *CreateClusterHostGroupRequest)

CreateCreateClusterHostGroupRequest creates a request to invoke CreateClusterHostGroup API

type CreateClusterHostGroupResponse ¶

type CreateClusterHostGroupResponse struct {
	*responses.BaseResponse
	RequestId   string `json:"RequestId" xml:"RequestId"`
	ClusterId   string `json:"ClusterId" xml:"ClusterId"`
	HostGroupId string `json:"HostGroupId" xml:"HostGroupId"`
}

CreateClusterHostGroupResponse is the response struct for api CreateClusterHostGroup

func CreateCreateClusterHostGroupResponse ¶

func CreateCreateClusterHostGroupResponse() (response *CreateClusterHostGroupResponse)

CreateCreateClusterHostGroupResponse creates a response to parse from CreateClusterHostGroup response

type CreateClusterScriptRequest ¶

type CreateClusterScriptRequest struct {
	*requests.RpcRequest
	Args            string           `position:"Query" name:"Args"`
	Path            string           `position:"Query" name:"Path"`
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Name            string           `position:"Query" name:"Name"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	NodeIdList      string           `position:"Query" name:"NodeIdList"`
}

CreateClusterScriptRequest is the request struct for api CreateClusterScript

func CreateCreateClusterScriptRequest ¶

func CreateCreateClusterScriptRequest() (request *CreateClusterScriptRequest)

CreateCreateClusterScriptRequest creates a request to invoke CreateClusterScript API

type CreateClusterScriptResponse ¶

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

CreateClusterScriptResponse is the response struct for api CreateClusterScript

func CreateCreateClusterScriptResponse ¶

func CreateCreateClusterScriptResponse() (response *CreateClusterScriptResponse)

CreateCreateClusterScriptResponse creates a response to parse from CreateClusterScript response

type CreateClusterTemplateBootstrapAction ¶

type CreateClusterTemplateBootstrapAction struct {
	Path string `name:"Path"`
	Arg  string `name:"Arg"`
	Name string `name:"Name"`
}

CreateClusterTemplateBootstrapAction is a repeated param struct in CreateClusterTemplateRequest

type CreateClusterTemplateConfig ¶

type CreateClusterTemplateConfig struct {
	ConfigKey   string `name:"ConfigKey"`
	FileName    string `name:"FileName"`
	Encrypt     string `name:"Encrypt"`
	Replace     string `name:"Replace"`
	ConfigValue string `name:"ConfigValue"`
	ServiceName string `name:"ServiceName"`
}

CreateClusterTemplateConfig is a repeated param struct in CreateClusterTemplateRequest

type CreateClusterTemplateHostGroup ¶

type CreateClusterTemplateHostGroup struct {
	Period             string `name:"Period"`
	SysDiskCapacity    string `name:"SysDiskCapacity"`
	DiskCapacity       string `name:"DiskCapacity"`
	SysDiskType        string `name:"SysDiskType"`
	ClusterId          string `name:"ClusterId"`
	DiskType           string `name:"DiskType"`
	HostGroupName      string `name:"HostGroupName"`
	VSwitchId          string `name:"VSwitchId"`
	DiskCount          string `name:"DiskCount"`
	AutoRenew          string `name:"AutoRenew"`
	HostGroupId        string `name:"HostGroupId"`
	NodeCount          string `name:"NodeCount"`
	InstanceType       string `name:"InstanceType"`
	Comment            string `name:"Comment"`
	ChargeType         string `name:"ChargeType"`
	MultiInstanceTypes string `name:"MultiInstanceTypes"`
	CreateType         string `name:"CreateType"`
	HostGroupType      string `name:"HostGroupType"`
}

CreateClusterTemplateHostGroup is a repeated param struct in CreateClusterTemplateRequest

type CreateClusterTemplateRequest ¶

type CreateClusterTemplateRequest struct {
	*requests.RpcRequest
	ResourceOwnerId        requests.Integer                        `position:"Query" name:"ResourceOwnerId"`
	LogPath                string                                  `position:"Query" name:"LogPath"`
	MasterPwd              string                                  `position:"Query" name:"MasterPwd"`
	Configurations         string                                  `position:"Query" name:"Configurations"`
	IoOptimized            requests.Boolean                        `position:"Query" name:"IoOptimized"`
	SecurityGroupId        string                                  `position:"Query" name:"SecurityGroupId"`
	SshEnable              requests.Boolean                        `position:"Query" name:"SshEnable"`
	EasEnable              requests.Boolean                        `position:"Query" name:"EasEnable"`
	SecurityGroupName      string                                  `position:"Query" name:"SecurityGroupName"`
	DepositType            string                                  `position:"Query" name:"DepositType"`
	MachineType            string                                  `position:"Query" name:"MachineType"`
	BootstrapAction        *[]CreateClusterTemplateBootstrapAction `position:"Query" name:"BootstrapAction"  type:"Repeated"`
	UseLocalMetaDb         requests.Boolean                        `position:"Query" name:"UseLocalMetaDb"`
	EmrVer                 string                                  `position:"Query" name:"EmrVer"`
	TemplateName           string                                  `position:"Query" name:"TemplateName"`
	UserDefinedEmrEcsRole  string                                  `position:"Query" name:"UserDefinedEmrEcsRole"`
	IsOpenPublicIp         requests.Boolean                        `position:"Query" name:"IsOpenPublicIp"`
	Period                 requests.Integer                        `position:"Query" name:"Period"`
	InstanceGeneration     string                                  `position:"Query" name:"InstanceGeneration"`
	VSwitchId              string                                  `position:"Query" name:"VSwitchId"`
	ClusterType            string                                  `position:"Query" name:"ClusterType"`
	AutoRenew              requests.Boolean                        `position:"Query" name:"AutoRenew"`
	OptionSoftWareList     *[]string                               `position:"Query" name:"OptionSoftWareList"  type:"Repeated"`
	VpcId                  string                                  `position:"Query" name:"VpcId"`
	NetType                string                                  `position:"Query" name:"NetType"`
	HostGroup              *[]CreateClusterTemplateHostGroup       `position:"Query" name:"HostGroup"  type:"Repeated"`
	ZoneId                 string                                  `position:"Query" name:"ZoneId"`
	UseCustomHiveMetaDb    requests.Boolean                        `position:"Query" name:"UseCustomHiveMetaDb"`
	Config                 *[]CreateClusterTemplateConfig          `position:"Query" name:"Config"  type:"Repeated"`
	HighAvailabilityEnable requests.Boolean                        `position:"Query" name:"HighAvailabilityEnable"`
	InitCustomHiveMetaDb   requests.Boolean                        `position:"Query" name:"InitCustomHiveMetaDb"`
}

CreateClusterTemplateRequest is the request struct for api CreateClusterTemplate

func CreateCreateClusterTemplateRequest ¶

func CreateCreateClusterTemplateRequest() (request *CreateClusterTemplateRequest)

CreateCreateClusterTemplateRequest creates a request to invoke CreateClusterTemplate API

type CreateClusterTemplateResponse ¶

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

CreateClusterTemplateResponse is the response struct for api CreateClusterTemplate

func CreateCreateClusterTemplateResponse ¶

func CreateCreateClusterTemplateResponse() (response *CreateClusterTemplateResponse)

CreateCreateClusterTemplateResponse creates a response to parse from CreateClusterTemplate response

type CreateClusterV2BootstrapAction ¶

type CreateClusterV2BootstrapAction struct {
	Path string `name:"Path"`
	Arg  string `name:"Arg"`
	Name string `name:"Name"`
}

CreateClusterV2BootstrapAction is a repeated param struct in CreateClusterV2Request

type CreateClusterV2Config ¶

type CreateClusterV2Config struct {
	ConfigKey   string `name:"ConfigKey"`
	FileName    string `name:"FileName"`
	Encrypt     string `name:"Encrypt"`
	Replace     string `name:"Replace"`
	ConfigValue string `name:"ConfigValue"`
	ServiceName string `name:"ServiceName"`
}

CreateClusterV2Config is a repeated param struct in CreateClusterV2Request

type CreateClusterV2HostComponentInfo ¶

type CreateClusterV2HostComponentInfo struct {
	HostName          string    `name:"HostName"`
	ComponentNameList *[]string `name:"ComponentNameList" type:"Repeated"`
	ServiceName       string    `name:"ServiceName"`
}

CreateClusterV2HostComponentInfo is a repeated param struct in CreateClusterV2Request

type CreateClusterV2HostGroup ¶

type CreateClusterV2HostGroup struct {
	Period          string `name:"Period"`
	SysDiskCapacity string `name:"SysDiskCapacity"`
	DiskCapacity    string `name:"DiskCapacity"`
	SysDiskType     string `name:"SysDiskType"`
	ClusterId       string `name:"ClusterId"`
	DiskType        string `name:"DiskType"`
	HostGroupName   string `name:"HostGroupName"`
	VSwitchId       string `name:"VSwitchId"`
	DiskCount       string `name:"DiskCount"`
	AutoRenew       string `name:"AutoRenew"`
	GpuDriver       string `name:"GpuDriver"`
	HostGroupId     string `name:"HostGroupId"`
	NodeCount       string `name:"NodeCount"`
	InstanceType    string `name:"InstanceType"`
	Comment         string `name:"Comment"`
	ChargeType      string `name:"ChargeType"`
	CreateType      string `name:"CreateType"`
	HostGroupType   string `name:"HostGroupType"`
}

CreateClusterV2HostGroup is a repeated param struct in CreateClusterV2Request

type CreateClusterV2Request ¶

type CreateClusterV2Request struct {
	*requests.RpcRequest
	AutoPayOrder           requests.Boolean                    `position:"Query" name:"AutoPayOrder"`
	ResourceOwnerId        requests.Integer                    `position:"Query" name:"ResourceOwnerId"`
	LogPath                string                              `position:"Query" name:"LogPath"`
	MasterPwd              string                              `position:"Query" name:"MasterPwd"`
	Configurations         string                              `position:"Query" name:"Configurations"`
	IoOptimized            requests.Boolean                    `position:"Query" name:"IoOptimized"`
	SecurityGroupId        string                              `position:"Query" name:"SecurityGroupId"`
	SshEnable              requests.Boolean                    `position:"Query" name:"SshEnable"`
	EasEnable              requests.Boolean                    `position:"Query" name:"EasEnable"`
	KeyPairName            string                              `position:"Query" name:"KeyPairName"`
	SecurityGroupName      string                              `position:"Query" name:"SecurityGroupName"`
	DepositType            string                              `position:"Query" name:"DepositType"`
	MachineType            string                              `position:"Query" name:"MachineType"`
	HostComponentInfo      *[]CreateClusterV2HostComponentInfo `position:"Query" name:"HostComponentInfo"  type:"Repeated"`
	BootstrapAction        *[]CreateClusterV2BootstrapAction   `position:"Query" name:"BootstrapAction"  type:"Repeated"`
	UseLocalMetaDb         requests.Boolean                    `position:"Query" name:"UseLocalMetaDb"`
	EmrVer                 string                              `position:"Query" name:"EmrVer"`
	UserInfo               *[]CreateClusterV2UserInfo          `position:"Query" name:"UserInfo"  type:"Repeated"`
	UserDefinedEmrEcsRole  string                              `position:"Query" name:"UserDefinedEmrEcsRole"`
	AuthorizeContent       string                              `position:"Query" name:"AuthorizeContent"`
	IsOpenPublicIp         requests.Boolean                    `position:"Query" name:"IsOpenPublicIp"`
	Period                 requests.Integer                    `position:"Query" name:"Period"`
	WhiteListType          string                              `position:"Query" name:"WhiteListType"`
	RelatedClusterId       string                              `position:"Query" name:"RelatedClusterId"`
	InstanceGeneration     string                              `position:"Query" name:"InstanceGeneration"`
	VSwitchId              string                              `position:"Query" name:"VSwitchId"`
	ClusterType            string                              `position:"Query" name:"ClusterType"`
	AutoRenew              requests.Boolean                    `position:"Query" name:"AutoRenew"`
	OptionSoftWareList     *[]string                           `position:"Query" name:"OptionSoftWareList"  type:"Repeated"`
	VpcId                  string                              `position:"Query" name:"VpcId"`
	NetType                string                              `position:"Query" name:"NetType"`
	Name                   string                              `position:"Query" name:"Name"`
	HostGroup              *[]CreateClusterV2HostGroup         `position:"Query" name:"HostGroup"  type:"Repeated"`
	ZoneId                 string                              `position:"Query" name:"ZoneId"`
	ChargeType             string                              `position:"Query" name:"ChargeType"`
	UseCustomHiveMetaDB    requests.Boolean                    `position:"Query" name:"UseCustomHiveMetaDB"`
	Config                 *[]CreateClusterV2Config            `position:"Query" name:"Config"  type:"Repeated"`
	HighAvailabilityEnable requests.Boolean                    `position:"Query" name:"HighAvailabilityEnable"`
	InitCustomHiveMetaDB   requests.Boolean                    `position:"Query" name:"InitCustomHiveMetaDB"`
}

CreateClusterV2Request is the request struct for api CreateClusterV2

func CreateCreateClusterV2Request ¶

func CreateCreateClusterV2Request() (request *CreateClusterV2Request)

CreateCreateClusterV2Request creates a request to invoke CreateClusterV2 API

type CreateClusterV2Response ¶

type CreateClusterV2Response struct {
	*responses.BaseResponse
	RequestId     string `json:"RequestId" xml:"RequestId"`
	ClusterId     string `json:"ClusterId" xml:"ClusterId"`
	EmrOrderId    string `json:"EmrOrderId" xml:"EmrOrderId"`
	MasterOrderId string `json:"MasterOrderId" xml:"MasterOrderId"`
	CoreOrderId   string `json:"CoreOrderId" xml:"CoreOrderId"`
}

CreateClusterV2Response is the response struct for api CreateClusterV2

func CreateCreateClusterV2Response ¶

func CreateCreateClusterV2Response() (response *CreateClusterV2Response)

CreateCreateClusterV2Response creates a response to parse from CreateClusterV2 response

type CreateClusterV2UserInfo ¶

type CreateClusterV2UserInfo struct {
	Password string `name:"Password"`
	UserId   string `name:"UserId"`
	UserName string `name:"UserName"`
}

CreateClusterV2UserInfo is a repeated param struct in CreateClusterV2Request

type CreateClusterWithTemplateRequest ¶

type CreateClusterWithTemplateRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	UniqueTag       string           `position:"Query" name:"UniqueTag"`
	TemplateBizId   string           `position:"Query" name:"TemplateBizId"`
}

CreateClusterWithTemplateRequest is the request struct for api CreateClusterWithTemplate

func CreateCreateClusterWithTemplateRequest ¶

func CreateCreateClusterWithTemplateRequest() (request *CreateClusterWithTemplateRequest)

CreateCreateClusterWithTemplateRequest creates a request to invoke CreateClusterWithTemplate API

type CreateClusterWithTemplateResponse ¶

type CreateClusterWithTemplateResponse struct {
	*responses.BaseResponse
	RequestId     string `json:"RequestId" xml:"RequestId"`
	ClusterId     string `json:"ClusterId" xml:"ClusterId"`
	EmrOrderId    string `json:"EmrOrderId" xml:"EmrOrderId"`
	MasterOrderId string `json:"MasterOrderId" xml:"MasterOrderId"`
	CoreOrderId   string `json:"CoreOrderId" xml:"CoreOrderId"`
}

CreateClusterWithTemplateResponse is the response struct for api CreateClusterWithTemplate

func CreateCreateClusterWithTemplateResponse ¶

func CreateCreateClusterWithTemplateResponse() (response *CreateClusterWithTemplateResponse)

CreateCreateClusterWithTemplateResponse creates a response to parse from CreateClusterWithTemplate response

type CreateDataSourceRequest ¶

type CreateDataSourceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	NavParentId     string           `position:"Query" name:"NavParentId"`
	Name            string           `position:"Query" name:"Name"`
	Description     string           `position:"Query" name:"Description"`
	SourceType      string           `position:"Query" name:"SourceType"`
	Conf            string           `position:"Query" name:"Conf"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

CreateDataSourceRequest is the request struct for api CreateDataSource

func CreateCreateDataSourceRequest ¶

func CreateCreateDataSourceRequest() (request *CreateDataSourceRequest)

CreateCreateDataSourceRequest creates a request to invoke CreateDataSource API

type CreateDataSourceResponse ¶

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

CreateDataSourceResponse is the response struct for api CreateDataSource

func CreateCreateDataSourceResponse ¶

func CreateCreateDataSourceResponse() (response *CreateDataSourceResponse)

CreateCreateDataSourceResponse creates a response to parse from CreateDataSource response

type CreateETLJobRequest ¶

type CreateETLJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	NavParentId     string           `position:"Query" name:"NavParentId"`
	Name            string           `position:"Query" name:"Name"`
	Description     string           `position:"Query" name:"Description"`
	Type            string           `position:"Query" name:"Type"`
	ProjectId       string           `position:"Query" name:"ProjectId"`
}

CreateETLJobRequest is the request struct for api CreateETLJob

func CreateCreateETLJobRequest ¶

func CreateCreateETLJobRequest() (request *CreateETLJobRequest)

CreateCreateETLJobRequest creates a request to invoke CreateETLJob API

type CreateETLJobResponse ¶

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

CreateETLJobResponse is the response struct for api CreateETLJob

func CreateCreateETLJobResponse ¶

func CreateCreateETLJobResponse() (response *CreateETLJobResponse)

CreateCreateETLJobResponse creates a response to parse from CreateETLJob response

type CreateExecutionPlanBootstrapAction ¶

type CreateExecutionPlanBootstrapAction struct {
	Path string `name:"Path"`
	Arg  string `name:"Arg"`
	Name string `name:"Name"`
}

CreateExecutionPlanBootstrapAction is a repeated param struct in CreateExecutionPlanRequest

type CreateExecutionPlanConfig ¶

type CreateExecutionPlanConfig struct {
	ConfigKey   string `name:"ConfigKey"`
	FileName    string `name:"FileName"`
	Encrypt     string `name:"Encrypt"`
	Replace     string `name:"Replace"`
	ConfigValue string `name:"ConfigValue"`
	ServiceName string `name:"ServiceName"`
}

CreateExecutionPlanConfig is a repeated param struct in CreateExecutionPlanRequest

type CreateExecutionPlanEcsOrder ¶

type CreateExecutionPlanEcsOrder struct {
	NodeType     string `name:"NodeType"`
	DiskCount    string `name:"DiskCount"`
	NodeCount    string `name:"NodeCount"`
	DiskCapacity string `name:"DiskCapacity"`
	Index        string `name:"Index"`
	InstanceType string `name:"InstanceType"`
	DiskType     string `name:"DiskType"`
}

CreateExecutionPlanEcsOrder is a repeated param struct in CreateExecutionPlanRequest

type CreateExecutionPlanRequest ¶

type CreateExecutionPlanRequest struct {
	*requests.RpcRequest
	ResourceOwnerId        requests.Integer                      `position:"Query" name:"ResourceOwnerId"`
	TimeInterval           requests.Integer                      `position:"Query" name:"TimeInterval"`
	LogPath                string                                `position:"Query" name:"LogPath"`
	ClusterName            string                                `position:"Query" name:"ClusterName"`
	Configurations         string                                `position:"Query" name:"Configurations"`
	IoOptimized            requests.Boolean                      `position:"Query" name:"IoOptimized"`
	SecurityGroupId        string                                `position:"Query" name:"SecurityGroupId"`
	EasEnable              requests.Boolean                      `position:"Query" name:"EasEnable"`
	CreateClusterOnDemand  requests.Boolean                      `position:"Query" name:"CreateClusterOnDemand"`
	StartTime              requests.Integer                      `position:"Query" name:"StartTime"`
	JobIdList              *[]string                             `position:"Query" name:"JobIdList"  type:"Repeated"`
	DayOfMonth             string                                `position:"Query" name:"DayOfMonth"`
	BootstrapAction        *[]CreateExecutionPlanBootstrapAction `position:"Query" name:"BootstrapAction"  type:"Repeated"`
	UseLocalMetaDb         requests.Boolean                      `position:"Query" name:"UseLocalMetaDb"`
	EmrVer                 string                                `position:"Query" name:"EmrVer"`
	UserDefinedEmrEcsRole  string                                `position:"Query" name:"UserDefinedEmrEcsRole"`
	IsOpenPublicIp         requests.Boolean                      `position:"Query" name:"IsOpenPublicIp"`
	ClusterId              string                                `position:"Query" name:"ClusterId"`
	TimeUnit               string                                `position:"Query" name:"TimeUnit"`
	InstanceGeneration     string                                `position:"Query" name:"InstanceGeneration"`
	ClusterType            string                                `position:"Query" name:"ClusterType"`
	VSwitchId              string                                `position:"Query" name:"VSwitchId"`
	OptionSoftWareList     *[]string                             `position:"Query" name:"OptionSoftWareList"  type:"Repeated"`
	VpcId                  string                                `position:"Query" name:"VpcId"`
	NetType                string                                `position:"Query" name:"NetType"`
	EcsOrder               *[]CreateExecutionPlanEcsOrder        `position:"Query" name:"EcsOrder"  type:"Repeated"`
	WorkflowDefinition     string                                `position:"Query" name:"WorkflowDefinition"`
	Name                   string                                `position:"Query" name:"Name"`
	DayOfWeek              string                                `position:"Query" name:"DayOfWeek"`
	ZoneId                 string                                `position:"Query" name:"ZoneId"`
	UseCustomHiveMetaDB    requests.Boolean                      `position:"Query" name:"UseCustomHiveMetaDB"`
	Strategy               string                                `position:"Query" name:"Strategy"`
	Config                 *[]CreateExecutionPlanConfig          `position:"Query" name:"Config"  type:"Repeated"`
	HighAvailabilityEnable requests.Boolean                      `position:"Query" name:"HighAvailabilityEnable"`
	InitCustomHiveMetaDB   requests.Boolean                      `position:"Query" name:"InitCustomHiveMetaDB"`
	LogEnable              requests.Boolean                      `position:"Query" name:"LogEnable"`
}

CreateExecutionPlanRequest is the request struct for api CreateExecutionPlan

func CreateCreateExecutionPlanRequest ¶

func CreateCreateExecutionPlanRequest() (request *CreateExecutionPlanRequest)

CreateCreateExecutionPlanRequest creates a request to invoke CreateExecutionPlan API

type CreateExecutionPlanResponse ¶

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

CreateExecutionPlanResponse is the response struct for api CreateExecutionPlan

func CreateCreateExecutionPlanResponse ¶

func CreateCreateExecutionPlanResponse() (response *CreateExecutionPlanResponse)

CreateCreateExecutionPlanResponse creates a response to parse from CreateExecutionPlan response

type CreateFlowCategoryRequest ¶

type CreateFlowCategoryRequest struct {
	*requests.RpcRequest
	Name      string `position:"Query" name:"Name"`
	Type      string `position:"Query" name:"Type"`
	ProjectId string `position:"Query" name:"ProjectId"`
	ParentId  string `position:"Query" name:"ParentId"`
}

CreateFlowCategoryRequest is the request struct for api CreateFlowCategory

func CreateCreateFlowCategoryRequest ¶

func CreateCreateFlowCategoryRequest() (request *CreateFlowCategoryRequest)

CreateCreateFlowCategoryRequest creates a request to invoke CreateFlowCategory API

type CreateFlowCategoryResponse ¶

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

CreateFlowCategoryResponse is the response struct for api CreateFlowCategory

func CreateCreateFlowCategoryResponse ¶

func CreateCreateFlowCategoryResponse() (response *CreateFlowCategoryResponse)

CreateCreateFlowCategoryResponse creates a response to parse from CreateFlowCategory response

type CreateFlowForWebRequest ¶

type CreateFlowForWebRequest struct {
	*requests.RpcRequest
	CronExpr                string           `position:"Query" name:"CronExpr"`
	ParentFlowList          string           `position:"Query" name:"ParentFlowList"`
	AlertDingDingGroupBizId string           `position:"Query" name:"AlertDingDingGroupBizId"`
	StartSchedule           requests.Integer `position:"Query" name:"StartSchedule"`
	Description             string           `position:"Query" name:"Description"`
	ClusterId               string           `position:"Query" name:"ClusterId"`
	AlertUserGroupBizId     string           `position:"Query" name:"AlertUserGroupBizId"`
	Graph                   string           `position:"Query" name:"Graph"`
	HostName                string           `position:"Query" name:"HostName"`
	CreateCluster           requests.Boolean `position:"Query" name:"CreateCluster"`
	Name                    string           `position:"Query" name:"Name"`
	EndSchedule             requests.Integer `position:"Query" name:"EndSchedule"`
	AlertConf               string           `position:"Query" name:"AlertConf"`
	ProjectId               string           `position:"Query" name:"ProjectId"`
	ParentCategory          string           `position:"Query" name:"ParentCategory"`
}

CreateFlowForWebRequest is the request struct for api CreateFlowForWeb

func CreateCreateFlowForWebRequest ¶

func CreateCreateFlowForWebRequest() (request *CreateFlowForWebRequest)

CreateCreateFlowForWebRequest creates a request to invoke CreateFlowForWeb API

type CreateFlowForWebResponse ¶

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

CreateFlowForWebResponse is the response struct for api CreateFlowForWeb

func CreateCreateFlowForWebResponse ¶

func CreateCreateFlowForWebResponse() (response *CreateFlowForWebResponse)

CreateCreateFlowForWebResponse creates a response to parse from CreateFlowForWeb response

type CreateFlowJobRequest ¶

type CreateFlowJobRequest struct {
	*requests.RpcRequest
	RunConf        string                       `position:"Query" name:"RunConf"`
	EnvConf        string                       `position:"Query" name:"EnvConf"`
	Description    string                       `position:"Query" name:"Description"`
	ClusterId      string                       `position:"Query" name:"ClusterId"`
	Type           string                       `position:"Query" name:"Type"`
	Params         string                       `position:"Query" name:"Params"`
	ParamConf      string                       `position:"Query" name:"ParamConf"`
	ResourceList   *[]CreateFlowJobResourceList `position:"Query" name:"ResourceList"  type:"Repeated"`
	FailAct        string                       `position:"Query" name:"FailAct"`
	Mode           string                       `position:"Query" name:"Mode"`
	RetryInterval  requests.Integer             `position:"Query" name:"RetryInterval"`
	MonitorConf    string                       `position:"Query" name:"MonitorConf"`
	Name           string                       `position:"Query" name:"Name"`
	MaxRetry       requests.Integer             `position:"Query" name:"MaxRetry"`
	Adhoc          requests.Boolean             `position:"Query" name:"Adhoc"`
	AlertConf      string                       `position:"Query" name:"AlertConf"`
	ProjectId      string                       `position:"Query" name:"ProjectId"`
	ParentCategory string                       `position:"Query" name:"ParentCategory"`
}

CreateFlowJobRequest is the request struct for api CreateFlowJob

func CreateCreateFlowJobRequest ¶

func CreateCreateFlowJobRequest() (request *CreateFlowJobRequest)

CreateCreateFlowJobRequest creates a request to invoke CreateFlowJob API

type CreateFlowJobResourceList ¶

type CreateFlowJobResourceList struct {
	Path  string `name:"Path"`
	Alias string `name:"Alias"`
}

CreateFlowJobResourceList is a repeated param struct in CreateFlowJobRequest

type CreateFlowJobResponse ¶

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

CreateFlowJobResponse is the response struct for api CreateFlowJob

func CreateCreateFlowJobResponse ¶

func CreateCreateFlowJobResponse() (response *CreateFlowJobResponse)

CreateCreateFlowJobResponse creates a response to parse from CreateFlowJob response

type CreateFlowProjectClusterSettingRequest ¶

type CreateFlowProjectClusterSettingRequest struct {
	*requests.RpcRequest
	UserList     *[]string `position:"Query" name:"UserList"  type:"Repeated"`
	QueueList    *[]string `position:"Query" name:"QueueList"  type:"Repeated"`
	HostList     *[]string `position:"Query" name:"HostList"  type:"Repeated"`
	ClusterId    string    `position:"Query" name:"ClusterId"`
	DefaultQueue string    `position:"Query" name:"DefaultQueue"`
	ProjectId    string    `position:"Query" name:"ProjectId"`
	DefaultUser  string    `position:"Query" name:"DefaultUser"`
}

CreateFlowProjectClusterSettingRequest is the request struct for api CreateFlowProjectClusterSetting

func CreateCreateFlowProjectClusterSettingRequest ¶

func CreateCreateFlowProjectClusterSettingRequest() (request *CreateFlowProjectClusterSettingRequest)

CreateCreateFlowProjectClusterSettingRequest creates a request to invoke CreateFlowProjectClusterSetting API

type CreateFlowProjectClusterSettingResponse ¶

type CreateFlowProjectClusterSettingResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      bool   `json:"Data" xml:"Data"`
}

CreateFlowProjectClusterSettingResponse is the response struct for api CreateFlowProjectClusterSetting

func CreateCreateFlowProjectClusterSettingResponse ¶

func CreateCreateFlowProjectClusterSettingResponse() (response *CreateFlowProjectClusterSettingResponse)

CreateCreateFlowProjectClusterSettingResponse creates a response to parse from CreateFlowProjectClusterSetting response

type CreateFlowProjectRequest ¶

type CreateFlowProjectRequest struct {
	*requests.RpcRequest
	Name        string `position:"Query" name:"Name"`
	Description string `position:"Query" name:"Description"`
}

CreateFlowProjectRequest is the request struct for api CreateFlowProject

func CreateCreateFlowProjectRequest ¶

func CreateCreateFlowProjectRequest() (request *CreateFlowProjectRequest)

CreateCreateFlowProjectRequest creates a request to invoke CreateFlowProject API

type CreateFlowProjectResponse ¶

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

CreateFlowProjectResponse is the response struct for api CreateFlowProject

func CreateCreateFlowProjectResponse ¶

func CreateCreateFlowProjectResponse() (response *CreateFlowProjectResponse)

CreateCreateFlowProjectResponse creates a response to parse from CreateFlowProject response

type CreateFlowProjectUserRequest ¶

type CreateFlowProjectUserRequest struct {
	*requests.RpcRequest
	ProjectId string                       `position:"Query" name:"ProjectId"`
	User      *[]CreateFlowProjectUserUser `position:"Query" name:"User"  type:"Repeated"`
}

CreateFlowProjectUserRequest is the request struct for api CreateFlowProjectUser

func CreateCreateFlowProjectUserRequest ¶

func CreateCreateFlowProjectUserRequest() (request *CreateFlowProjectUserRequest)

CreateCreateFlowProjectUserRequest creates a request to invoke CreateFlowProjectUser API

type CreateFlowProjectUserResponse ¶

type CreateFlowProjectUserResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      bool   `json:"Data" xml:"Data"`
}

CreateFlowProjectUserResponse is the response struct for api CreateFlowProjectUser

func CreateCreateFlowProjectUserResponse ¶

func CreateCreateFlowProjectUserResponse() (response *CreateFlowProjectUserResponse)

CreateCreateFlowProjectUserResponse creates a response to parse from CreateFlowProjectUser response

type CreateFlowProjectUserUser ¶

type CreateFlowProjectUserUser struct {
	UserId   string `name:"UserId"`
	UserName string `name:"UserName"`
}

CreateFlowProjectUserUser is a repeated param struct in CreateFlowProjectUserRequest

type CreateFlowRequest ¶

type CreateFlowRequest struct {
	*requests.RpcRequest
	CronExpr                string           `position:"Query" name:"CronExpr"`
	ParentFlowList          string           `position:"Query" name:"ParentFlowList"`
	AlertDingDingGroupBizId string           `position:"Query" name:"AlertDingDingGroupBizId"`
	StartSchedule           requests.Integer `position:"Query" name:"StartSchedule"`
	Description             string           `position:"Query" name:"Description"`
	ClusterId               string           `position:"Query" name:"ClusterId"`
	AlertUserGroupBizId     string           `position:"Query" name:"AlertUserGroupBizId"`
	HostName                string           `position:"Query" name:"HostName"`
	Application             string           `position:"Query" name:"Application"`
	CreateCluster           requests.Boolean `position:"Query" name:"CreateCluster"`
	Name                    string           `position:"Query" name:"Name"`
	EndSchedule             requests.Integer `position:"Query" name:"EndSchedule"`
	AlertConf               string           `position:"Query" name:"AlertConf"`
	ProjectId               string           `position:"Query" name:"ProjectId"`
	ParentCategory          string           `position:"Query" name:"ParentCategory"`
}

CreateFlowRequest is the request struct for api CreateFlow

func CreateCreateFlowRequest ¶

func CreateCreateFlowRequest() (request *CreateFlowRequest)

CreateCreateFlowRequest creates a request to invoke CreateFlow API

type CreateFlowResponse ¶

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

CreateFlowResponse is the response struct for api CreateFlow

func CreateCreateFlowResponse ¶

func CreateCreateFlowResponse() (response *CreateFlowResponse)

CreateCreateFlowResponse creates a response to parse from CreateFlow response

type CreateJobRequest ¶

type CreateJobRequest struct {
	*requests.RpcRequest
	RunParameter    string           `position:"Query" name:"RunParameter"`
	RetryInterval   requests.Integer `position:"Query" name:"RetryInterval"`
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Name            string           `position:"Query" name:"Name"`
	Type            string           `position:"Query" name:"Type"`
	MaxRetry        requests.Integer `position:"Query" name:"MaxRetry"`
	FailAct         string           `position:"Query" name:"FailAct"`
}

CreateJobRequest is the request struct for api CreateJob

func CreateCreateJobRequest ¶

func CreateCreateJobRequest() (request *CreateJobRequest)

CreateCreateJobRequest creates a request to invoke CreateJob API

type CreateJobResponse ¶

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

CreateJobResponse is the response struct for api CreateJob

func CreateCreateJobResponse ¶

func CreateCreateJobResponse() (response *CreateJobResponse)

CreateCreateJobResponse creates a response to parse from CreateJob response

type CreateNavNodeRequest ¶

type CreateNavNodeRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Name            string           `position:"Query" name:"Name"`
	Type            string           `position:"Query" name:"Type"`
	ProjectId       string           `position:"Query" name:"ProjectId"`
	CategoryType    string           `position:"Query" name:"CategoryType"`
	ObjectId        string           `position:"Query" name:"ObjectId"`
	ParentId        string           `position:"Query" name:"ParentId"`
}

CreateNavNodeRequest is the request struct for api CreateNavNode

func CreateCreateNavNodeRequest ¶

func CreateCreateNavNodeRequest() (request *CreateNavNodeRequest)

CreateCreateNavNodeRequest creates a request to invoke CreateNavNode API

type CreateNavNodeResponse ¶

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

CreateNavNodeResponse is the response struct for api CreateNavNode

func CreateCreateNavNodeResponse ¶

func CreateCreateNavNodeResponse() (response *CreateNavNodeResponse)

CreateCreateNavNodeResponse creates a response to parse from CreateNavNode response

type CreateNoteRequest ¶

type CreateNoteRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Name            string           `position:"Query" name:"Name"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	Type            string           `position:"Query" name:"Type"`
}

CreateNoteRequest is the request struct for api CreateNote

func CreateCreateNoteRequest ¶

func CreateCreateNoteRequest() (request *CreateNoteRequest)

CreateCreateNoteRequest creates a request to invoke CreateNote API

type CreateNoteResponse ¶

type CreateNoteResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Id        string `json:"Id" xml:"Id"`
	Paragraph string `json:"Paragraph" xml:"Paragraph"`
}

CreateNoteResponse is the response struct for api CreateNote

func CreateCreateNoteResponse ¶

func CreateCreateNoteResponse() (response *CreateNoteResponse)

CreateCreateNoteResponse creates a response to parse from CreateNote response

type CreateParagraphRequest ¶

type CreateParagraphRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	NoteId          string           `position:"Query" name:"NoteId"`
	Text            string           `position:"Query" name:"Text"`
}

CreateParagraphRequest is the request struct for api CreateParagraph

func CreateCreateParagraphRequest ¶

func CreateCreateParagraphRequest() (request *CreateParagraphRequest)

CreateCreateParagraphRequest creates a request to invoke CreateParagraph API

type CreateParagraphResponse ¶

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

CreateParagraphResponse is the response struct for api CreateParagraph

func CreateCreateParagraphResponse ¶

func CreateCreateParagraphResponse() (response *CreateParagraphResponse)

CreateCreateParagraphResponse creates a response to parse from CreateParagraph response

type CreateResourcePoolConfig ¶

type CreateResourcePoolConfig struct {
	ConfigKey   string `name:"ConfigKey"`
	Note        string `name:"Note"`
	ConfigType  string `name:"configType"`
	TargetId    string `name:"TargetId"`
	ConfigValue string `name:"ConfigValue"`
	Category    string `name:"Category"`
}

CreateResourcePoolConfig is a repeated param struct in CreateResourcePoolRequest

type CreateResourcePoolRequest ¶

type CreateResourcePoolRequest struct {
	*requests.RpcRequest
	Note            string                      `position:"Query" name:"Note"`
	ResourceOwnerId requests.Integer            `position:"Query" name:"ResourceOwnerId"`
	Name            string                      `position:"Query" name:"Name"`
	Active          requests.Boolean            `position:"Query" name:"Active"`
	ClusterId       string                      `position:"Query" name:"ClusterId"`
	YarnSiteConfig  string                      `position:"Query" name:"YarnSiteConfig"`
	Config          *[]CreateResourcePoolConfig `position:"Query" name:"Config"  type:"Repeated"`
	PoolType        string                      `position:"Query" name:"PoolType"`
}

CreateResourcePoolRequest is the request struct for api CreateResourcePool

func CreateCreateResourcePoolRequest ¶

func CreateCreateResourcePoolRequest() (request *CreateResourcePoolRequest)

CreateCreateResourcePoolRequest creates a request to invoke CreateResourcePool API

type CreateResourcePoolResponse ¶

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

CreateResourcePoolResponse is the response struct for api CreateResourcePool

func CreateCreateResourcePoolResponse ¶

func CreateCreateResourcePoolResponse() (response *CreateResourcePoolResponse)

CreateCreateResourcePoolResponse creates a response to parse from CreateResourcePool response

type CreateResourceQueueConfig ¶

type CreateResourceQueueConfig struct {
	ConfigKey   string `name:"ConfigKey"`
	Note        string `name:"Note"`
	ConfigValue string `name:"ConfigValue"`
	Category    string `name:"Category"`
}

CreateResourceQueueConfig is a repeated param struct in CreateResourceQueueRequest

type CreateResourceQueueRequest ¶

type CreateResourceQueueRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer             `position:"Query" name:"ResourceOwnerId"`
	ParentQueueId   requests.Integer             `position:"Query" name:"ParentQueueId"`
	Name            string                       `position:"Query" name:"Name"`
	QualifiedName   string                       `position:"Query" name:"QualifiedName"`
	ResourcePoolId  requests.Integer             `position:"Query" name:"ResourcePoolId"`
	ClusterId       string                       `position:"Query" name:"ClusterId"`
	Leaf            requests.Boolean             `position:"Query" name:"Leaf"`
	Config          *[]CreateResourceQueueConfig `position:"Query" name:"Config"  type:"Repeated"`
}

CreateResourceQueueRequest is the request struct for api CreateResourceQueue

func CreateCreateResourceQueueRequest ¶

func CreateCreateResourceQueueRequest() (request *CreateResourceQueueRequest)

CreateCreateResourceQueueRequest creates a request to invoke CreateResourceQueue API

type CreateResourceQueueResponse ¶

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

CreateResourceQueueResponse is the response struct for api CreateResourceQueue

func CreateCreateResourceQueueResponse ¶

func CreateCreateResourceQueueResponse() (response *CreateResourceQueueResponse)

CreateCreateResourceQueueResponse creates a response to parse from CreateResourceQueue response

type CreateScalingRuleCloudWatchTrigger ¶

type CreateScalingRuleCloudWatchTrigger struct {
	Period             string `name:"Period"`
	EvaluationCount    string `name:"EvaluationCount"`
	Threshold          string `name:"Threshold"`
	MetricName         string `name:"MetricName"`
	ComparisonOperator string `name:"ComparisonOperator"`
	Statistics         string `name:"Statistics"`
}

CreateScalingRuleCloudWatchTrigger is a repeated param struct in CreateScalingRuleRequest

type CreateScalingRuleRequest ¶

type CreateScalingRuleRequest struct {
	*requests.RpcRequest
	LaunchTime           string                                `position:"Query" name:"LaunchTime"`
	ResourceOwnerId      requests.Integer                      `position:"Query" name:"ResourceOwnerId"`
	RuleCategory         string                                `position:"Query" name:"RuleCategory"`
	AdjustmentValue      requests.Integer                      `position:"Query" name:"AdjustmentValue"`
	AdjustmentType       string                                `position:"Query" name:"AdjustmentType"`
	RuleName             string                                `position:"Query" name:"RuleName"`
	ClusterId            string                                `position:"Query" name:"ClusterId"`
	LaunchExpirationTime requests.Integer                      `position:"Query" name:"LaunchExpirationTime"`
	RecurrenceValue      string                                `position:"Query" name:"RecurrenceValue"`
	RecurrenceEndTime    string                                `position:"Query" name:"RecurrenceEndTime"`
	CloudWatchTrigger    *[]CreateScalingRuleCloudWatchTrigger `position:"Query" name:"CloudWatchTrigger"  type:"Repeated"`
	HostGroupId          string                                `position:"Query" name:"HostGroupId"`
	SchedulerTrigger     *[]CreateScalingRuleSchedulerTrigger  `position:"Query" name:"SchedulerTrigger"  type:"Repeated"`
	Cooldown             requests.Integer                      `position:"Query" name:"Cooldown"`
	RecurrenceType       string                                `position:"Query" name:"RecurrenceType"`
}

CreateScalingRuleRequest is the request struct for api CreateScalingRule

func CreateCreateScalingRuleRequest ¶

func CreateCreateScalingRuleRequest() (request *CreateScalingRuleRequest)

CreateCreateScalingRuleRequest creates a request to invoke CreateScalingRule API

type CreateScalingRuleResponse ¶

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

CreateScalingRuleResponse is the response struct for api CreateScalingRule

func CreateCreateScalingRuleResponse ¶

func CreateCreateScalingRuleResponse() (response *CreateScalingRuleResponse)

CreateCreateScalingRuleResponse creates a response to parse from CreateScalingRule response

type CreateScalingRuleSchedulerTrigger ¶

type CreateScalingRuleSchedulerTrigger struct {
	LaunchTime           string `name:"LaunchTime"`
	LaunchExpirationTime string `name:"LaunchExpirationTime"`
	RecurrenceValue      string `name:"RecurrenceValue"`
	RecurrenceEndTime    string `name:"RecurrenceEndTime"`
	RecurrenceType       string `name:"RecurrenceType"`
}

CreateScalingRuleSchedulerTrigger is a repeated param struct in CreateScalingRuleRequest

type CreateScalingTaskGroupRequest ¶

type CreateScalingTaskGroupRequest struct {
	*requests.RpcRequest
	ResourceOwnerId    requests.Integer                         `position:"Query" name:"ResourceOwnerId"`
	DataDiskCategory   string                                   `position:"Query" name:"DataDiskCategory"`
	ClusterId          string                                   `position:"Query" name:"ClusterId"`
	MinSize            requests.Integer                         `position:"Query" name:"MinSize"`
	SpotStrategy       string                                   `position:"Query" name:"SpotStrategy"`
	DataDiskSize       requests.Integer                         `position:"Query" name:"DataDiskSize"`
	SpotPriceLimits    *[]CreateScalingTaskGroupSpotPriceLimits `position:"Query" name:"SpotPriceLimits"  type:"Repeated"`
	ScalingRule        *[]CreateScalingTaskGroupScalingRule     `position:"Query" name:"ScalingRule"  type:"Repeated"`
	ActiveRuleCategory string                                   `position:"Query" name:"ActiveRuleCategory"`
	MaxSize            requests.Integer                         `position:"Query" name:"MaxSize"`
	DataDiskCount      requests.Integer                         `position:"Query" name:"DataDiskCount"`
	DefaultCooldown    requests.Integer                         `position:"Query" name:"DefaultCooldown"`
	PayType            string                                   `position:"Query" name:"PayType"`
	InstanceTypeList   *[]string                                `position:"Query" name:"InstanceTypeList"  type:"Repeated"`
}

CreateScalingTaskGroupRequest is the request struct for api CreateScalingTaskGroup

func CreateCreateScalingTaskGroupRequest ¶

func CreateCreateScalingTaskGroupRequest() (request *CreateScalingTaskGroupRequest)

CreateCreateScalingTaskGroupRequest creates a request to invoke CreateScalingTaskGroup API

type CreateScalingTaskGroupResponse ¶

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

CreateScalingTaskGroupResponse is the response struct for api CreateScalingTaskGroup

func CreateCreateScalingTaskGroupResponse ¶

func CreateCreateScalingTaskGroupResponse() (response *CreateScalingTaskGroupResponse)

CreateCreateScalingTaskGroupResponse creates a response to parse from CreateScalingTaskGroup response

type CreateScalingTaskGroupScalingRule ¶

type CreateScalingTaskGroupScalingRule struct {
	LaunchTime           string    `name:"LaunchTime"`
	RuleCategory         string    `name:"RuleCategory"`
	AdjustmentValue      string    `name:"AdjustmentValue"`
	SchedulerTrigger     *[]string `name:"SchedulerTrigger" type:"Repeated"`
	AdjustmentType       string    `name:"AdjustmentType"`
	Cooldown             string    `name:"Cooldown"`
	RuleName             string    `name:"RuleName"`
	LaunchExpirationTime string    `name:"LaunchExpirationTime"`
	RecurrenceValue      string    `name:"RecurrenceValue"`
	RecurrenceEndTime    string    `name:"RecurrenceEndTime"`
	CloudWatchTrigger    *[]string `name:"CloudWatchTrigger" type:"Repeated"`
	RecurrenceType       string    `name:"RecurrenceType"`
}

CreateScalingTaskGroupScalingRule is a repeated param struct in CreateScalingTaskGroupRequest

type CreateScalingTaskGroupSpotPriceLimits ¶

type CreateScalingTaskGroupSpotPriceLimits struct {
	InstanceType string `name:"InstanceType"`
	PriceLimit   string `name:"PriceLimit"`
}

CreateScalingTaskGroupSpotPriceLimits is a repeated param struct in CreateScalingTaskGroupRequest

type CreateUserPasswordRequest ¶

type CreateUserPasswordRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer              `position:"Query" name:"ResourceOwnerId"`
	Password        string                        `position:"Query" name:"Password"`
	ClusterId       string                        `position:"Query" name:"ClusterId"`
	UserInfo        *[]CreateUserPasswordUserInfo `position:"Query" name:"UserInfo"  type:"Repeated"`
}

CreateUserPasswordRequest is the request struct for api CreateUserPassword

func CreateCreateUserPasswordRequest ¶

func CreateCreateUserPasswordRequest() (request *CreateUserPasswordRequest)

CreateCreateUserPasswordRequest creates a request to invoke CreateUserPassword API

type CreateUserPasswordResponse ¶

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

CreateUserPasswordResponse is the response struct for api CreateUserPassword

func CreateCreateUserPasswordResponse ¶

func CreateCreateUserPasswordResponse() (response *CreateUserPasswordResponse)

CreateCreateUserPasswordResponse creates a response to parse from CreateUserPassword response

type CreateUserPasswordUserInfo ¶

type CreateUserPasswordUserInfo struct {
	Type      string `name:"Type"`
	GroupName string `name:"GroupName"`
	UserId    string `name:"UserId"`
	UserName  string `name:"UserName"`
}

CreateUserPasswordUserInfo is a repeated param struct in CreateUserPasswordRequest

type CreateUserStatisticsRequest ¶

type CreateUserStatisticsRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
}

CreateUserStatisticsRequest is the request struct for api CreateUserStatistics

func CreateCreateUserStatisticsRequest ¶

func CreateCreateUserStatisticsRequest() (request *CreateUserStatisticsRequest)

CreateCreateUserStatisticsRequest creates a request to invoke CreateUserStatistics API

type CreateUserStatisticsResponse ¶

type CreateUserStatisticsResponse struct {
	*responses.BaseResponse
}

CreateUserStatisticsResponse is the response struct for api CreateUserStatistics

func CreateCreateUserStatisticsResponse ¶

func CreateCreateUserStatisticsResponse() (response *CreateUserStatisticsResponse)

CreateCreateUserStatisticsResponse creates a response to parse from CreateUserStatistics response

type CreateUsersRequest ¶

type CreateUsersRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer       `position:"Query" name:"ResourceOwnerId"`
	ClusterId       string                 `position:"Query" name:"ClusterId"`
	UserInfo        *[]CreateUsersUserInfo `position:"Query" name:"UserInfo"  type:"Repeated"`
}

CreateUsersRequest is the request struct for api CreateUsers

func CreateCreateUsersRequest ¶

func CreateCreateUsersRequest() (request *CreateUsersRequest)

CreateCreateUsersRequest creates a request to invoke CreateUsers API

type CreateUsersResponse ¶

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

CreateUsersResponse is the response struct for api CreateUsers

func CreateCreateUsersResponse ¶

func CreateCreateUsersResponse() (response *CreateUsersResponse)

CreateCreateUsersResponse creates a response to parse from CreateUsers response

type CreateUsersUserInfo ¶

type CreateUsersUserInfo struct {
	Type     string `name:"Type"`
	UserId   string `name:"UserId"`
	UserName string `name:"UserName"`
}

CreateUsersUserInfo is a repeated param struct in CreateUsersRequest

type CreateVerificationCodeRequest ¶

type CreateVerificationCodeRequest struct {
	*requests.RpcRequest
	Mode            string           `position:"Query" name:"Mode"`
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Target          string           `position:"Query" name:"Target"`
}

CreateVerificationCodeRequest is the request struct for api CreateVerificationCode

func CreateCreateVerificationCodeRequest ¶

func CreateCreateVerificationCodeRequest() (request *CreateVerificationCodeRequest)

CreateCreateVerificationCodeRequest creates a request to invoke CreateVerificationCode API

type CreateVerificationCodeResponse ¶

type CreateVerificationCodeResponse struct {
	*responses.BaseResponse
	Status int `json:"Status" xml:"Status"`
}

CreateVerificationCodeResponse is the response struct for api CreateVerificationCode

func CreateCreateVerificationCodeResponse ¶

func CreateCreateVerificationCodeResponse() (response *CreateVerificationCodeResponse)

CreateCreateVerificationCodeResponse creates a response to parse from CreateVerificationCode response

type DaemonInfo ¶

type DaemonInfo struct {
	Name string `json:"Name" xml:"Name"`
}

DaemonInfo is a nested struct in emr response

type DaemonInfos ¶

type DaemonInfos struct {
	DaemonInfo []DaemonInfo `json:"DaemonInfo" xml:"DaemonInfo"`
}

DaemonInfos is a nested struct in emr response

type DataResourceInfo ¶

type DataResourceInfo struct {
	Id          string `json:"Id" xml:"Id"`
	RegionId    string `json:"RegionId" xml:"RegionId"`
	Name        string `json:"Name" xml:"Name"`
	MetaType    string `json:"MetaType" xml:"MetaType"`
	ClusterId   int    `json:"ClusterId" xml:"ClusterId"`
	AccessType  string `json:"AccessType" xml:"AccessType"`
	Default     bool   `json:"Default" xml:"Default"`
	Description string `json:"Description" xml:"Description"`
}

DataResourceInfo is a nested struct in emr response

type DataResources ¶

type DataResources struct {
	DataResourceInfo []DataResourceInfo `json:"DataResourceInfo" xml:"DataResourceInfo"`
}

DataResources is a nested struct in emr response

type DataSource ¶

type DataSource struct {
	Name           string                                  `json:"Name" xml:"Name"`
	ClusterId      string                                  `json:"ClusterId" xml:"ClusterId"`
	Capacity       int                                     `json:"Capacity" xml:"Capacity"`
	UsedSize       int                                     `json:"UsedSize" xml:"UsedSize"`
	CreateFrom     string                                  `json:"CreateFrom" xml:"CreateFrom"`
	GmtCreate      int                                     `json:"GmtCreate" xml:"GmtCreate"`
	Conf           string                                  `json:"Conf" xml:"Conf"`
	SourceType     string                                  `json:"SourceType" xml:"SourceType"`
	Modifier       string                                  `json:"Modifier" xml:"Modifier"`
	ConnectionInfo string                                  `json:"ConnectionInfo" xml:"ConnectionInfo"`
	UserId         string                                  `json:"UserId" xml:"UserId"`
	Creator        string                                  `json:"Creator" xml:"Creator"`
	GmtModified    int                                     `json:"GmtModified" xml:"GmtModified"`
	ClusterBizId   string                                  `json:"ClusterBizId" xml:"ClusterBizId"`
	ClusterName    string                                  `json:"ClusterName" xml:"ClusterName"`
	Id             string                                  `json:"Id" xml:"Id"`
	Status         string                                  `json:"Status" xml:"Status"`
	Description    string                                  `json:"Description" xml:"Description"`
	ConfigList     ConfigListInMetastoreDescribeDataSource `json:"ConfigList" xml:"ConfigList"`
}

DataSource is a nested struct in emr response

type DataSourceListInListDataSource ¶

type DataSourceListInListDataSource struct {
	DataSource []DataSource `json:"DataSource" xml:"DataSource"`
}

DataSourceListInListDataSource is a nested struct in emr response

type DataSourceListInMetastoreListDataSource ¶

type DataSourceListInMetastoreListDataSource struct {
	DataSource []DataSource `json:"DataSource" xml:"DataSource"`
}

DataSourceListInMetastoreListDataSource is a nested struct in emr response

type Database ¶

type Database struct {
	DataSourceId       string `json:"DataSourceId" xml:"DataSourceId"`
	DataSourceType     string `json:"DataSourceType" xml:"DataSourceType"`
	Owner              string `json:"Owner" xml:"Owner"`
	Location           string `json:"Location" xml:"Location"`
	GmtCreate          int    `json:"GmtCreate" xml:"GmtCreate"`
	LocationType       string `json:"LocationType" xml:"LocationType"`
	OwnerType          string `json:"OwnerType" xml:"OwnerType"`
	DatabaseType       string `json:"DatabaseType" xml:"DatabaseType"`
	ProjectName        string `json:"ProjectName" xml:"ProjectName"`
	GmtModified        int    `json:"GmtModified" xml:"GmtModified"`
	ProjectId          string `json:"ProjectId" xml:"ProjectId"`
	ClusterBizId       string `json:"ClusterBizId" xml:"ClusterBizId"`
	ClusterName        string `json:"ClusterName" xml:"ClusterName"`
	Id                 string `json:"Id" xml:"Id"`
	Status             string `json:"Status" xml:"Status"`
	DatabaseParameters string `json:"DatabaseParameters" xml:"DatabaseParameters"`
	DatabaseName       string `json:"DatabaseName" xml:"DatabaseName"`
	DatabaseComment    string `json:"DatabaseComment" xml:"DatabaseComment"`
}

Database is a nested struct in emr response

type DatabaseList ¶

type DatabaseList struct {
	Database []Database `json:"Database" xml:"Database"`
}

DatabaseList is a nested struct in emr response

type Datapoints ¶

type Datapoints struct {
	SlsDataPoint []SlsDataPoint `json:"SlsDataPoint" xml:"SlsDataPoint"`
}

Datapoints is a nested struct in emr response

type DbNames ¶

type DbNames struct {
	DbName []string `json:"DbName" xml:"DbName"`
}

DbNames is a nested struct in emr response

type DeleteAlertContactsRequest ¶

type DeleteAlertContactsRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Ids             string           `position:"Query" name:"Ids"`
}

DeleteAlertContactsRequest is the request struct for api DeleteAlertContacts

func CreateDeleteAlertContactsRequest ¶

func CreateDeleteAlertContactsRequest() (request *DeleteAlertContactsRequest)

CreateDeleteAlertContactsRequest creates a request to invoke DeleteAlertContacts API

type DeleteAlertContactsResponse ¶

type DeleteAlertContactsResponse struct {
	*responses.BaseResponse
	Done bool `json:"Done" xml:"Done"`
}

DeleteAlertContactsResponse is the response struct for api DeleteAlertContacts

func CreateDeleteAlertContactsResponse ¶

func CreateDeleteAlertContactsResponse() (response *DeleteAlertContactsResponse)

CreateDeleteAlertContactsResponse creates a response to parse from DeleteAlertContacts response

type DeleteAlertDingDingGroupsRequest ¶

type DeleteAlertDingDingGroupsRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Ids             string           `position:"Query" name:"Ids"`
}

DeleteAlertDingDingGroupsRequest is the request struct for api DeleteAlertDingDingGroups

func CreateDeleteAlertDingDingGroupsRequest ¶

func CreateDeleteAlertDingDingGroupsRequest() (request *DeleteAlertDingDingGroupsRequest)

CreateDeleteAlertDingDingGroupsRequest creates a request to invoke DeleteAlertDingDingGroups API

type DeleteAlertDingDingGroupsResponse ¶

type DeleteAlertDingDingGroupsResponse struct {
	*responses.BaseResponse
	Done bool `json:"Done" xml:"Done"`
}

DeleteAlertDingDingGroupsResponse is the response struct for api DeleteAlertDingDingGroups

func CreateDeleteAlertDingDingGroupsResponse ¶

func CreateDeleteAlertDingDingGroupsResponse() (response *DeleteAlertDingDingGroupsResponse)

CreateDeleteAlertDingDingGroupsResponse creates a response to parse from DeleteAlertDingDingGroups response

type DeleteAlertUserGroupsRequest ¶

type DeleteAlertUserGroupsRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Ids             string           `position:"Query" name:"Ids"`
}

DeleteAlertUserGroupsRequest is the request struct for api DeleteAlertUserGroups

func CreateDeleteAlertUserGroupsRequest ¶

func CreateDeleteAlertUserGroupsRequest() (request *DeleteAlertUserGroupsRequest)

CreateDeleteAlertUserGroupsRequest creates a request to invoke DeleteAlertUserGroups API

type DeleteAlertUserGroupsResponse ¶

type DeleteAlertUserGroupsResponse struct {
	*responses.BaseResponse
	Done bool `json:"Done" xml:"Done"`
}

DeleteAlertUserGroupsResponse is the response struct for api DeleteAlertUserGroups

func CreateDeleteAlertUserGroupsResponse ¶

func CreateDeleteAlertUserGroupsResponse() (response *DeleteAlertUserGroupsResponse)

CreateDeleteAlertUserGroupsResponse creates a response to parse from DeleteAlertUserGroups response

type DeleteClusterHostGroupRequest ¶

type DeleteClusterHostGroupRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	HostGroupId     string           `position:"Query" name:"HostGroupId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

DeleteClusterHostGroupRequest is the request struct for api DeleteClusterHostGroup

func CreateDeleteClusterHostGroupRequest ¶

func CreateDeleteClusterHostGroupRequest() (request *DeleteClusterHostGroupRequest)

CreateDeleteClusterHostGroupRequest creates a request to invoke DeleteClusterHostGroup API

type DeleteClusterHostGroupResponse ¶

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

DeleteClusterHostGroupResponse is the response struct for api DeleteClusterHostGroup

func CreateDeleteClusterHostGroupResponse ¶

func CreateDeleteClusterHostGroupResponse() (response *DeleteClusterHostGroupResponse)

CreateDeleteClusterHostGroupResponse creates a response to parse from DeleteClusterHostGroup response

type DeleteClusterScriptRequest ¶

type DeleteClusterScriptRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

DeleteClusterScriptRequest is the request struct for api DeleteClusterScript

func CreateDeleteClusterScriptRequest ¶

func CreateDeleteClusterScriptRequest() (request *DeleteClusterScriptRequest)

CreateDeleteClusterScriptRequest creates a request to invoke DeleteClusterScript API

type DeleteClusterScriptResponse ¶

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

DeleteClusterScriptResponse is the response struct for api DeleteClusterScript

func CreateDeleteClusterScriptResponse ¶

func CreateDeleteClusterScriptResponse() (response *DeleteClusterScriptResponse)

CreateDeleteClusterScriptResponse creates a response to parse from DeleteClusterScript response

type DeleteClusterTemplateRequest ¶

type DeleteClusterTemplateRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	BizId           string           `position:"Query" name:"BizId"`
}

DeleteClusterTemplateRequest is the request struct for api DeleteClusterTemplate

func CreateDeleteClusterTemplateRequest ¶

func CreateDeleteClusterTemplateRequest() (request *DeleteClusterTemplateRequest)

CreateDeleteClusterTemplateRequest creates a request to invoke DeleteClusterTemplate API

type DeleteClusterTemplateResponse ¶

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

DeleteClusterTemplateResponse is the response struct for api DeleteClusterTemplate

func CreateDeleteClusterTemplateResponse ¶

func CreateDeleteClusterTemplateResponse() (response *DeleteClusterTemplateResponse)

CreateDeleteClusterTemplateResponse creates a response to parse from DeleteClusterTemplate response

type DeleteDataSourceRequest ¶

type DeleteDataSourceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

DeleteDataSourceRequest is the request struct for api DeleteDataSource

func CreateDeleteDataSourceRequest ¶

func CreateDeleteDataSourceRequest() (request *DeleteDataSourceRequest)

CreateDeleteDataSourceRequest creates a request to invoke DeleteDataSource API

type DeleteDataSourceResponse ¶

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

DeleteDataSourceResponse is the response struct for api DeleteDataSource

func CreateDeleteDataSourceResponse ¶

func CreateDeleteDataSourceResponse() (response *DeleteDataSourceResponse)

CreateDeleteDataSourceResponse creates a response to parse from DeleteDataSource response

type DeleteETLJobRequest ¶

type DeleteETLJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

DeleteETLJobRequest is the request struct for api DeleteETLJob

func CreateDeleteETLJobRequest ¶

func CreateDeleteETLJobRequest() (request *DeleteETLJobRequest)

CreateDeleteETLJobRequest creates a request to invoke DeleteETLJob API

type DeleteETLJobResponse ¶

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

DeleteETLJobResponse is the response struct for api DeleteETLJob

func CreateDeleteETLJobResponse ¶

func CreateDeleteETLJobResponse() (response *DeleteETLJobResponse)

CreateDeleteETLJobResponse creates a response to parse from DeleteETLJob response

type DeleteExecutionPlanRequest ¶

type DeleteExecutionPlanRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

DeleteExecutionPlanRequest is the request struct for api DeleteExecutionPlan

func CreateDeleteExecutionPlanRequest ¶

func CreateDeleteExecutionPlanRequest() (request *DeleteExecutionPlanRequest)

CreateDeleteExecutionPlanRequest creates a request to invoke DeleteExecutionPlan API

type DeleteExecutionPlanResponse ¶

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

DeleteExecutionPlanResponse is the response struct for api DeleteExecutionPlan

func CreateDeleteExecutionPlanResponse ¶

func CreateDeleteExecutionPlanResponse() (response *DeleteExecutionPlanResponse)

CreateDeleteExecutionPlanResponse creates a response to parse from DeleteExecutionPlan response

type DeleteFlowCategoryRequest ¶

type DeleteFlowCategoryRequest struct {
	*requests.RpcRequest
	Id        string `position:"Query" name:"Id"`
	ProjectId string `position:"Query" name:"ProjectId"`
}

DeleteFlowCategoryRequest is the request struct for api DeleteFlowCategory

func CreateDeleteFlowCategoryRequest ¶

func CreateDeleteFlowCategoryRequest() (request *DeleteFlowCategoryRequest)

CreateDeleteFlowCategoryRequest creates a request to invoke DeleteFlowCategory API

type DeleteFlowCategoryResponse ¶

type DeleteFlowCategoryResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      bool   `json:"Data" xml:"Data"`
}

DeleteFlowCategoryResponse is the response struct for api DeleteFlowCategory

func CreateDeleteFlowCategoryResponse ¶

func CreateDeleteFlowCategoryResponse() (response *DeleteFlowCategoryResponse)

CreateDeleteFlowCategoryResponse creates a response to parse from DeleteFlowCategory response

type DeleteFlowJobRequest ¶

type DeleteFlowJobRequest struct {
	*requests.RpcRequest
	Id        string `position:"Query" name:"Id"`
	ProjectId string `position:"Query" name:"ProjectId"`
}

DeleteFlowJobRequest is the request struct for api DeleteFlowJob

func CreateDeleteFlowJobRequest ¶

func CreateDeleteFlowJobRequest() (request *DeleteFlowJobRequest)

CreateDeleteFlowJobRequest creates a request to invoke DeleteFlowJob API

type DeleteFlowJobResponse ¶

type DeleteFlowJobResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      bool   `json:"Data" xml:"Data"`
}

DeleteFlowJobResponse is the response struct for api DeleteFlowJob

func CreateDeleteFlowJobResponse ¶

func CreateDeleteFlowJobResponse() (response *DeleteFlowJobResponse)

CreateDeleteFlowJobResponse creates a response to parse from DeleteFlowJob response

type DeleteFlowProjectByIdRequest ¶

type DeleteFlowProjectByIdRequest struct {
	*requests.RpcRequest
	ProjectId string `position:"Query" name:"ProjectId"`
}

DeleteFlowProjectByIdRequest is the request struct for api DeleteFlowProjectById

func CreateDeleteFlowProjectByIdRequest ¶

func CreateDeleteFlowProjectByIdRequest() (request *DeleteFlowProjectByIdRequest)

CreateDeleteFlowProjectByIdRequest creates a request to invoke DeleteFlowProjectById API

type DeleteFlowProjectByIdResponse ¶

type DeleteFlowProjectByIdResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      bool   `json:"Data" xml:"Data"`
}

DeleteFlowProjectByIdResponse is the response struct for api DeleteFlowProjectById

func CreateDeleteFlowProjectByIdResponse ¶

func CreateDeleteFlowProjectByIdResponse() (response *DeleteFlowProjectByIdResponse)

CreateDeleteFlowProjectByIdResponse creates a response to parse from DeleteFlowProjectById response

type DeleteFlowProjectClusterSettingRequest ¶

type DeleteFlowProjectClusterSettingRequest struct {
	*requests.RpcRequest
	ClusterId string `position:"Query" name:"ClusterId"`
	ProjectId string `position:"Query" name:"ProjectId"`
}

DeleteFlowProjectClusterSettingRequest is the request struct for api DeleteFlowProjectClusterSetting

func CreateDeleteFlowProjectClusterSettingRequest ¶

func CreateDeleteFlowProjectClusterSettingRequest() (request *DeleteFlowProjectClusterSettingRequest)

CreateDeleteFlowProjectClusterSettingRequest creates a request to invoke DeleteFlowProjectClusterSetting API

type DeleteFlowProjectClusterSettingResponse ¶

type DeleteFlowProjectClusterSettingResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      bool   `json:"Data" xml:"Data"`
}

DeleteFlowProjectClusterSettingResponse is the response struct for api DeleteFlowProjectClusterSetting

func CreateDeleteFlowProjectClusterSettingResponse ¶

func CreateDeleteFlowProjectClusterSettingResponse() (response *DeleteFlowProjectClusterSettingResponse)

CreateDeleteFlowProjectClusterSettingResponse creates a response to parse from DeleteFlowProjectClusterSetting response

type DeleteFlowProjectRequest ¶

type DeleteFlowProjectRequest struct {
	*requests.RpcRequest
	ProjectId string `position:"Query" name:"ProjectId"`
}

DeleteFlowProjectRequest is the request struct for api DeleteFlowProject

func CreateDeleteFlowProjectRequest ¶

func CreateDeleteFlowProjectRequest() (request *DeleteFlowProjectRequest)

CreateDeleteFlowProjectRequest creates a request to invoke DeleteFlowProject API

type DeleteFlowProjectResponse ¶

type DeleteFlowProjectResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      bool   `json:"Data" xml:"Data"`
}

DeleteFlowProjectResponse is the response struct for api DeleteFlowProject

func CreateDeleteFlowProjectResponse ¶

func CreateDeleteFlowProjectResponse() (response *DeleteFlowProjectResponse)

CreateDeleteFlowProjectResponse creates a response to parse from DeleteFlowProject response

type DeleteFlowProjectUserRequest ¶

type DeleteFlowProjectUserRequest struct {
	*requests.RpcRequest
	ProjectId string `position:"Query" name:"ProjectId"`
	UserName  string `position:"Query" name:"UserName"`
}

DeleteFlowProjectUserRequest is the request struct for api DeleteFlowProjectUser

func CreateDeleteFlowProjectUserRequest ¶

func CreateDeleteFlowProjectUserRequest() (request *DeleteFlowProjectUserRequest)

CreateDeleteFlowProjectUserRequest creates a request to invoke DeleteFlowProjectUser API

type DeleteFlowProjectUserResponse ¶

type DeleteFlowProjectUserResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      bool   `json:"Data" xml:"Data"`
}

DeleteFlowProjectUserResponse is the response struct for api DeleteFlowProjectUser

func CreateDeleteFlowProjectUserResponse ¶

func CreateDeleteFlowProjectUserResponse() (response *DeleteFlowProjectUserResponse)

CreateDeleteFlowProjectUserResponse creates a response to parse from DeleteFlowProjectUser response

type DeleteFlowRequest ¶

type DeleteFlowRequest struct {
	*requests.RpcRequest
	Id        string `position:"Query" name:"Id"`
	ProjectId string `position:"Query" name:"ProjectId"`
}

DeleteFlowRequest is the request struct for api DeleteFlow

func CreateDeleteFlowRequest ¶

func CreateDeleteFlowRequest() (request *DeleteFlowRequest)

CreateDeleteFlowRequest creates a request to invoke DeleteFlow API

type DeleteFlowResponse ¶

type DeleteFlowResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      bool   `json:"Data" xml:"Data"`
}

DeleteFlowResponse is the response struct for api DeleteFlow

func CreateDeleteFlowResponse ¶

func CreateDeleteFlowResponse() (response *DeleteFlowResponse)

CreateDeleteFlowResponse creates a response to parse from DeleteFlow response

type DeleteJobRequest ¶

type DeleteJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

DeleteJobRequest is the request struct for api DeleteJob

func CreateDeleteJobRequest ¶

func CreateDeleteJobRequest() (request *DeleteJobRequest)

CreateDeleteJobRequest creates a request to invoke DeleteJob API

type DeleteJobResponse ¶

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

DeleteJobResponse is the response struct for api DeleteJob

func CreateDeleteJobResponse ¶

func CreateDeleteJobResponse() (response *DeleteJobResponse)

CreateDeleteJobResponse creates a response to parse from DeleteJob response

type DeleteNavNodeRequest ¶

type DeleteNavNodeRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
	ProjectId       string           `position:"Query" name:"ProjectId"`
}

DeleteNavNodeRequest is the request struct for api DeleteNavNode

func CreateDeleteNavNodeRequest ¶

func CreateDeleteNavNodeRequest() (request *DeleteNavNodeRequest)

CreateDeleteNavNodeRequest creates a request to invoke DeleteNavNode API

type DeleteNavNodeResponse ¶

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

DeleteNavNodeResponse is the response struct for api DeleteNavNode

func CreateDeleteNavNodeResponse ¶

func CreateDeleteNavNodeResponse() (response *DeleteNavNodeResponse)

CreateDeleteNavNodeResponse creates a response to parse from DeleteNavNode response

type DeleteNoteRequest ¶

type DeleteNoteRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

DeleteNoteRequest is the request struct for api DeleteNote

func CreateDeleteNoteRequest ¶

func CreateDeleteNoteRequest() (request *DeleteNoteRequest)

CreateDeleteNoteRequest creates a request to invoke DeleteNote API

type DeleteNoteResponse ¶

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

DeleteNoteResponse is the response struct for api DeleteNote

func CreateDeleteNoteResponse ¶

func CreateDeleteNoteResponse() (response *DeleteNoteResponse)

CreateDeleteNoteResponse creates a response to parse from DeleteNote response

type DeleteParagraphRequest ¶

type DeleteParagraphRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	NoteId          string           `position:"Query" name:"NoteId"`
	Id              string           `position:"Query" name:"Id"`
}

DeleteParagraphRequest is the request struct for api DeleteParagraph

func CreateDeleteParagraphRequest ¶

func CreateDeleteParagraphRequest() (request *DeleteParagraphRequest)

CreateDeleteParagraphRequest creates a request to invoke DeleteParagraph API

type DeleteParagraphResponse ¶

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

DeleteParagraphResponse is the response struct for api DeleteParagraph

func CreateDeleteParagraphResponse ¶

func CreateDeleteParagraphResponse() (response *DeleteParagraphResponse)

CreateDeleteParagraphResponse creates a response to parse from DeleteParagraph response

type DeleteResourcePoolRequest ¶

type DeleteResourcePoolRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourcePoolId  string           `position:"Query" name:"ResourcePoolId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

DeleteResourcePoolRequest is the request struct for api DeleteResourcePool

func CreateDeleteResourcePoolRequest ¶

func CreateDeleteResourcePoolRequest() (request *DeleteResourcePoolRequest)

CreateDeleteResourcePoolRequest creates a request to invoke DeleteResourcePool API

type DeleteResourcePoolResponse ¶

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

DeleteResourcePoolResponse is the response struct for api DeleteResourcePool

func CreateDeleteResourcePoolResponse ¶

func CreateDeleteResourcePoolResponse() (response *DeleteResourcePoolResponse)

CreateDeleteResourcePoolResponse creates a response to parse from DeleteResourcePool response

type DeleteResourceQueueRequest ¶

type DeleteResourceQueueRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourceQueueId string           `position:"Query" name:"ResourceQueueId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

DeleteResourceQueueRequest is the request struct for api DeleteResourceQueue

func CreateDeleteResourceQueueRequest ¶

func CreateDeleteResourceQueueRequest() (request *DeleteResourceQueueRequest)

CreateDeleteResourceQueueRequest creates a request to invoke DeleteResourceQueue API

type DeleteResourceQueueResponse ¶

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

DeleteResourceQueueResponse is the response struct for api DeleteResourceQueue

func CreateDeleteResourceQueueResponse ¶

func CreateDeleteResourceQueueResponse() (response *DeleteResourceQueueResponse)

CreateDeleteResourceQueueResponse creates a response to parse from DeleteResourceQueue response

type DeleteScalingRuleRequest ¶

type DeleteScalingRuleRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	HostGroupId     string           `position:"Query" name:"HostGroupId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	ScalingRuleId   string           `position:"Query" name:"ScalingRuleId"`
}

DeleteScalingRuleRequest is the request struct for api DeleteScalingRule

func CreateDeleteScalingRuleRequest ¶

func CreateDeleteScalingRuleRequest() (request *DeleteScalingRuleRequest)

CreateDeleteScalingRuleRequest creates a request to invoke DeleteScalingRule API

type DeleteScalingRuleResponse ¶

type DeleteScalingRuleResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      bool   `json:"Data" xml:"Data"`
}

DeleteScalingRuleResponse is the response struct for api DeleteScalingRule

func CreateDeleteScalingRuleResponse ¶

func CreateDeleteScalingRuleResponse() (response *DeleteScalingRuleResponse)

CreateDeleteScalingRuleResponse creates a response to parse from DeleteScalingRule response

type DeleteScalingTaskGroupRequest ¶

type DeleteScalingTaskGroupRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	HostGroupId     string           `position:"Query" name:"HostGroupId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

DeleteScalingTaskGroupRequest is the request struct for api DeleteScalingTaskGroup

func CreateDeleteScalingTaskGroupRequest ¶

func CreateDeleteScalingTaskGroupRequest() (request *DeleteScalingTaskGroupRequest)

CreateDeleteScalingTaskGroupRequest creates a request to invoke DeleteScalingTaskGroup API

type DeleteScalingTaskGroupResponse ¶

type DeleteScalingTaskGroupResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      bool   `json:"Data" xml:"Data"`
}

DeleteScalingTaskGroupResponse is the response struct for api DeleteScalingTaskGroup

func CreateDeleteScalingTaskGroupResponse ¶

func CreateDeleteScalingTaskGroupResponse() (response *DeleteScalingTaskGroupResponse)

CreateDeleteScalingTaskGroupResponse creates a response to parse from DeleteScalingTaskGroup response

type DeleteUserRequest ¶

type DeleteUserRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	Type            string           `position:"Query" name:"Type"`
	UserId          string           `position:"Query" name:"UserId"`
}

DeleteUserRequest is the request struct for api DeleteUser

func CreateDeleteUserRequest ¶

func CreateDeleteUserRequest() (request *DeleteUserRequest)

CreateDeleteUserRequest creates a request to invoke DeleteUser API

type DeleteUserResponse ¶

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

DeleteUserResponse is the response struct for api DeleteUser

func CreateDeleteUserResponse ¶

func CreateDeleteUserResponse() (response *DeleteUserResponse)

CreateDeleteUserResponse creates a response to parse from DeleteUser response

type DependencyFlowList ¶

type DependencyFlowList struct {
	ParentFlow []ParentFlow `json:"ParentFlow" xml:"ParentFlow"`
}

DependencyFlowList is a nested struct in emr response

type DescribeAvailableInstanceTypeRequest ¶

type DescribeAvailableInstanceTypeRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

DescribeAvailableInstanceTypeRequest is the request struct for api DescribeAvailableInstanceType

func CreateDescribeAvailableInstanceTypeRequest ¶

func CreateDescribeAvailableInstanceTypeRequest() (request *DescribeAvailableInstanceTypeRequest)

CreateDescribeAvailableInstanceTypeRequest creates a request to invoke DescribeAvailableInstanceType API

type DescribeAvailableInstanceTypeResponse ¶

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

DescribeAvailableInstanceTypeResponse is the response struct for api DescribeAvailableInstanceType

func CreateDescribeAvailableInstanceTypeResponse ¶

func CreateDescribeAvailableInstanceTypeResponse() (response *DescribeAvailableInstanceTypeResponse)

CreateDescribeAvailableInstanceTypeResponse creates a response to parse from DescribeAvailableInstanceType response

type DescribeClusterBasicInfoRequest ¶

type DescribeClusterBasicInfoRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

DescribeClusterBasicInfoRequest is the request struct for api DescribeClusterBasicInfo

func CreateDescribeClusterBasicInfoRequest ¶

func CreateDescribeClusterBasicInfoRequest() (request *DescribeClusterBasicInfoRequest)

CreateDescribeClusterBasicInfoRequest creates a request to invoke DescribeClusterBasicInfo API

type DescribeClusterBasicInfoResponse ¶

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

DescribeClusterBasicInfoResponse is the response struct for api DescribeClusterBasicInfo

func CreateDescribeClusterBasicInfoResponse ¶

func CreateDescribeClusterBasicInfoResponse() (response *DescribeClusterBasicInfoResponse)

CreateDescribeClusterBasicInfoResponse creates a response to parse from DescribeClusterBasicInfo response

type DescribeClusterOpLogRequest ¶

type DescribeClusterOpLogRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	EndTime         requests.Integer `position:"Query" name:"EndTime"`
	Id              string           `position:"Query" name:"Id"`
	StartTime       requests.Integer `position:"Query" name:"StartTime"`
}

DescribeClusterOpLogRequest is the request struct for api DescribeClusterOpLog

func CreateDescribeClusterOpLogRequest ¶

func CreateDescribeClusterOpLogRequest() (request *DescribeClusterOpLogRequest)

CreateDescribeClusterOpLogRequest creates a request to invoke DescribeClusterOpLog API

type DescribeClusterOpLogResponse ¶

type DescribeClusterOpLogResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	PageNumber    string        `json:"PageNumber" xml:"PageNumber"`
	PageSize      string        `json:"PageSize" xml:"PageSize"`
	Total         string        `json:"Total" xml:"Total"`
	ChangeLogList ChangeLogList `json:"ChangeLogList" xml:"ChangeLogList"`
}

DescribeClusterOpLogResponse is the response struct for api DescribeClusterOpLog

func CreateDescribeClusterOpLogResponse ¶

func CreateDescribeClusterOpLogResponse() (response *DescribeClusterOpLogResponse)

CreateDescribeClusterOpLogResponse creates a response to parse from DescribeClusterOpLog response

type DescribeClusterOperationHostTaskLogRequest ¶

type DescribeClusterOperationHostTaskLogRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	OperationId     string           `position:"Query" name:"OperationId"`
	HostId          string           `position:"Query" name:"HostId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	TaskId          string           `position:"Query" name:"TaskId"`
	Status          string           `position:"Query" name:"Status"`
}

DescribeClusterOperationHostTaskLogRequest is the request struct for api DescribeClusterOperationHostTaskLog

func CreateDescribeClusterOperationHostTaskLogRequest ¶

func CreateDescribeClusterOperationHostTaskLogRequest() (request *DescribeClusterOperationHostTaskLogRequest)

CreateDescribeClusterOperationHostTaskLogRequest creates a request to invoke DescribeClusterOperationHostTaskLog API

type DescribeClusterOperationHostTaskLogResponse ¶

type DescribeClusterOperationHostTaskLogResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Stdout    string `json:"Stdout" xml:"Stdout"`
	Stderr    string `json:"Stderr" xml:"Stderr"`
}

DescribeClusterOperationHostTaskLogResponse is the response struct for api DescribeClusterOperationHostTaskLog

func CreateDescribeClusterOperationHostTaskLogResponse ¶

func CreateDescribeClusterOperationHostTaskLogResponse() (response *DescribeClusterOperationHostTaskLogResponse)

CreateDescribeClusterOperationHostTaskLogResponse creates a response to parse from DescribeClusterOperationHostTaskLog response

type DescribeClusterResourcePoolSchedulerTypeRequest ¶

type DescribeClusterResourcePoolSchedulerTypeRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

DescribeClusterResourcePoolSchedulerTypeRequest is the request struct for api DescribeClusterResourcePoolSchedulerType

func CreateDescribeClusterResourcePoolSchedulerTypeRequest ¶

func CreateDescribeClusterResourcePoolSchedulerTypeRequest() (request *DescribeClusterResourcePoolSchedulerTypeRequest)

CreateDescribeClusterResourcePoolSchedulerTypeRequest creates a request to invoke DescribeClusterResourcePoolSchedulerType API

type DescribeClusterResourcePoolSchedulerTypeResponse ¶

type DescribeClusterResourcePoolSchedulerTypeResponse struct {
	*responses.BaseResponse
	RequestId            string `json:"RequestId" xml:"RequestId"`
	CurrentSchedulerType string `json:"CurrentSchedulerType" xml:"CurrentSchedulerType"`
	SupportSchedulerType string `json:"SupportSchedulerType" xml:"SupportSchedulerType"`
	DefaultSchedulerType string `json:"DefaultSchedulerType" xml:"DefaultSchedulerType"`
}

DescribeClusterResourcePoolSchedulerTypeResponse is the response struct for api DescribeClusterResourcePoolSchedulerType

func CreateDescribeClusterResourcePoolSchedulerTypeResponse ¶

func CreateDescribeClusterResourcePoolSchedulerTypeResponse() (response *DescribeClusterResourcePoolSchedulerTypeResponse)

CreateDescribeClusterResourcePoolSchedulerTypeResponse creates a response to parse from DescribeClusterResourcePoolSchedulerType response

type DescribeClusterScriptRequest ¶

type DescribeClusterScriptRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

DescribeClusterScriptRequest is the request struct for api DescribeClusterScript

func CreateDescribeClusterScriptRequest ¶

func CreateDescribeClusterScriptRequest() (request *DescribeClusterScriptRequest)

CreateDescribeClusterScriptRequest creates a request to invoke DescribeClusterScript API

type DescribeClusterScriptResponse ¶

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

DescribeClusterScriptResponse is the response struct for api DescribeClusterScript

func CreateDescribeClusterScriptResponse ¶

func CreateDescribeClusterScriptResponse() (response *DescribeClusterScriptResponse)

CreateDescribeClusterScriptResponse creates a response to parse from DescribeClusterScript response

type DescribeClusterServiceConfigHistoryRequest ¶

type DescribeClusterServiceConfigHistoryRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ServiceName     string           `position:"Query" name:"ServiceName"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	ConfigVersion   string           `position:"Query" name:"ConfigVersion"`
}

DescribeClusterServiceConfigHistoryRequest is the request struct for api DescribeClusterServiceConfigHistory

func CreateDescribeClusterServiceConfigHistoryRequest ¶

func CreateDescribeClusterServiceConfigHistoryRequest() (request *DescribeClusterServiceConfigHistoryRequest)

CreateDescribeClusterServiceConfigHistoryRequest creates a request to invoke DescribeClusterServiceConfigHistory API

type DescribeClusterServiceConfigHistoryResponse ¶

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

DescribeClusterServiceConfigHistoryResponse is the response struct for api DescribeClusterServiceConfigHistory

func CreateDescribeClusterServiceConfigHistoryResponse ¶

func CreateDescribeClusterServiceConfigHistoryResponse() (response *DescribeClusterServiceConfigHistoryResponse)

CreateDescribeClusterServiceConfigHistoryResponse creates a response to parse from DescribeClusterServiceConfigHistory response

type DescribeClusterServiceConfigRequest ¶

type DescribeClusterServiceConfigRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	HostInstanceId  string           `position:"Query" name:"HostInstanceId"`
	TagValue        string           `position:"Query" name:"TagValue"`
	GroupId         string           `position:"Query" name:"GroupId"`
	ServiceName     string           `position:"Query" name:"ServiceName"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	ConfigVersion   string           `position:"Query" name:"ConfigVersion"`
}

DescribeClusterServiceConfigRequest is the request struct for api DescribeClusterServiceConfig

func CreateDescribeClusterServiceConfigRequest ¶

func CreateDescribeClusterServiceConfigRequest() (request *DescribeClusterServiceConfigRequest)

CreateDescribeClusterServiceConfigRequest creates a request to invoke DescribeClusterServiceConfig API

type DescribeClusterServiceConfigResponse ¶

type DescribeClusterServiceConfigResponse struct {
	*responses.BaseResponse
	RequestId string                               `json:"RequestId" xml:"RequestId"`
	Config    ConfigInDescribeClusterServiceConfig `json:"Config" xml:"Config"`
}

DescribeClusterServiceConfigResponse is the response struct for api DescribeClusterServiceConfig

func CreateDescribeClusterServiceConfigResponse ¶

func CreateDescribeClusterServiceConfigResponse() (response *DescribeClusterServiceConfigResponse)

CreateDescribeClusterServiceConfigResponse creates a response to parse from DescribeClusterServiceConfig response

type DescribeClusterServiceConfigTagRequest ¶

type DescribeClusterServiceConfigTagRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ConfigTag       string           `position:"Query" name:"ConfigTag"`
	ServiceName     string           `position:"Query" name:"ServiceName"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

DescribeClusterServiceConfigTagRequest is the request struct for api DescribeClusterServiceConfigTag

func CreateDescribeClusterServiceConfigTagRequest ¶

func CreateDescribeClusterServiceConfigTagRequest() (request *DescribeClusterServiceConfigTagRequest)

CreateDescribeClusterServiceConfigTagRequest creates a request to invoke DescribeClusterServiceConfigTag API

type DescribeClusterServiceConfigTagResponse ¶

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

DescribeClusterServiceConfigTagResponse is the response struct for api DescribeClusterServiceConfigTag

func CreateDescribeClusterServiceConfigTagResponse ¶

func CreateDescribeClusterServiceConfigTagResponse() (response *DescribeClusterServiceConfigTagResponse)

CreateDescribeClusterServiceConfigTagResponse creates a response to parse from DescribeClusterServiceConfigTag response

type DescribeClusterServiceRequest ¶

type DescribeClusterServiceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ServiceName     string           `position:"Query" name:"ServiceName"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

DescribeClusterServiceRequest is the request struct for api DescribeClusterService

func CreateDescribeClusterServiceRequest ¶

func CreateDescribeClusterServiceRequest() (request *DescribeClusterServiceRequest)

CreateDescribeClusterServiceRequest creates a request to invoke DescribeClusterService API

type DescribeClusterServiceResponse ¶

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

DescribeClusterServiceResponse is the response struct for api DescribeClusterService

func CreateDescribeClusterServiceResponse ¶

func CreateDescribeClusterServiceResponse() (response *DescribeClusterServiceResponse)

CreateDescribeClusterServiceResponse creates a response to parse from DescribeClusterService response

type DescribeClusterStatisticsRequest ¶

type DescribeClusterStatisticsRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Strategy        string           `position:"Query" name:"Strategy"`
}

DescribeClusterStatisticsRequest is the request struct for api DescribeClusterStatistics

func CreateDescribeClusterStatisticsRequest ¶

func CreateDescribeClusterStatisticsRequest() (request *DescribeClusterStatisticsRequest)

CreateDescribeClusterStatisticsRequest creates a request to invoke DescribeClusterStatistics API

type DescribeClusterStatisticsResponse ¶

type DescribeClusterStatisticsResponse struct {
	*responses.BaseResponse
	RequestId             string                `json:"RequestId" xml:"RequestId"`
	TotalCount            int                   `json:"TotalCount" xml:"TotalCount"`
	ClusterStatisticsList ClusterStatisticsList `json:"ClusterStatisticsList" xml:"ClusterStatisticsList"`
}

DescribeClusterStatisticsResponse is the response struct for api DescribeClusterStatistics

func CreateDescribeClusterStatisticsResponse ¶

func CreateDescribeClusterStatisticsResponse() (response *DescribeClusterStatisticsResponse)

CreateDescribeClusterStatisticsResponse creates a response to parse from DescribeClusterStatistics response

type DescribeClusterTemplateRequest ¶

type DescribeClusterTemplateRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	BizId           string           `position:"Query" name:"BizId"`
}

DescribeClusterTemplateRequest is the request struct for api DescribeClusterTemplate

func CreateDescribeClusterTemplateRequest ¶

func CreateDescribeClusterTemplateRequest() (request *DescribeClusterTemplateRequest)

CreateDescribeClusterTemplateRequest creates a request to invoke DescribeClusterTemplate API

type DescribeClusterTemplateResponse ¶

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

DescribeClusterTemplateResponse is the response struct for api DescribeClusterTemplate

func CreateDescribeClusterTemplateResponse ¶

func CreateDescribeClusterTemplateResponse() (response *DescribeClusterTemplateResponse)

CreateDescribeClusterTemplateResponse creates a response to parse from DescribeClusterTemplate response

type DescribeClusterV2Request ¶

type DescribeClusterV2Request struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

DescribeClusterV2Request is the request struct for api DescribeClusterV2

func CreateDescribeClusterV2Request ¶

func CreateDescribeClusterV2Request() (request *DescribeClusterV2Request)

CreateDescribeClusterV2Request creates a request to invoke DescribeClusterV2 API

type DescribeClusterV2Response ¶

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

DescribeClusterV2Response is the response struct for api DescribeClusterV2

func CreateDescribeClusterV2Response ¶

func CreateDescribeClusterV2Response() (response *DescribeClusterV2Response)

CreateDescribeClusterV2Response creates a response to parse from DescribeClusterV2 response

type DescribeDataSourceCommandRequest ¶

type DescribeDataSourceCommandRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

DescribeDataSourceCommandRequest is the request struct for api DescribeDataSourceCommand

func CreateDescribeDataSourceCommandRequest ¶

func CreateDescribeDataSourceCommandRequest() (request *DescribeDataSourceCommandRequest)

CreateDescribeDataSourceCommandRequest creates a request to invoke DescribeDataSourceCommand API

type DescribeDataSourceCommandResponse ¶

type DescribeDataSourceCommandResponse struct {
	*responses.BaseResponse
	RequestId string                              `json:"RequestId" xml:"RequestId"`
	CommandId string                              `json:"CommandId" xml:"CommandId"`
	HostName  string                              `json:"HostName" xml:"HostName"`
	State     string                              `json:"State" xml:"State"`
	StartTime int                                 `json:"StartTime" xml:"StartTime"`
	EndTime   int                                 `json:"EndTime" xml:"EndTime"`
	Message   string                              `json:"Message" xml:"Message"`
	Data      string                              `json:"Data" xml:"Data"`
	HostList  HostListInDescribeDataSourceCommand `json:"HostList" xml:"HostList"`
}

DescribeDataSourceCommandResponse is the response struct for api DescribeDataSourceCommand

func CreateDescribeDataSourceCommandResponse ¶

func CreateDescribeDataSourceCommandResponse() (response *DescribeDataSourceCommandResponse)

CreateDescribeDataSourceCommandResponse creates a response to parse from DescribeDataSourceCommand response

type DescribeDataSourceRequest ¶

type DescribeDataSourceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

DescribeDataSourceRequest is the request struct for api DescribeDataSource

func CreateDescribeDataSourceRequest ¶

func CreateDescribeDataSourceRequest() (request *DescribeDataSourceRequest)

CreateDescribeDataSourceRequest creates a request to invoke DescribeDataSource API

type DescribeDataSourceResponse ¶

type DescribeDataSourceResponse struct {
	*responses.BaseResponse
	RequestId   string `json:"RequestId" xml:"RequestId"`
	Id          string `json:"Id" xml:"Id"`
	Name        string `json:"Name" xml:"Name"`
	Description string `json:"Description" xml:"Description"`
	CategoryId  string `json:"CategoryId" xml:"CategoryId"`
	Status      string `json:"Status" xml:"Status"`
	SourceType  string `json:"SourceType" xml:"SourceType"`
	CreateFrom  string `json:"CreateFrom" xml:"CreateFrom"`
	Conf        string `json:"Conf" xml:"Conf"`
	ClusterId   string `json:"ClusterId" xml:"ClusterId"`
	Creator     string `json:"Creator" xml:"Creator"`
	Modifier    string `json:"Modifier" xml:"Modifier"`
	GmtCreate   int    `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified int    `json:"GmtModified" xml:"GmtModified"`
}

DescribeDataSourceResponse is the response struct for api DescribeDataSource

func CreateDescribeDataSourceResponse ¶

func CreateDescribeDataSourceResponse() (response *DescribeDataSourceResponse)

CreateDescribeDataSourceResponse creates a response to parse from DescribeDataSource response

type DescribeDataSourceSchemaDatabaseRequest ¶

type DescribeDataSourceSchemaDatabaseRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	DbName          string           `position:"Query" name:"DbName"`
	DataSourceId    string           `position:"Query" name:"DataSourceId"`
}

DescribeDataSourceSchemaDatabaseRequest is the request struct for api DescribeDataSourceSchemaDatabase

func CreateDescribeDataSourceSchemaDatabaseRequest ¶

func CreateDescribeDataSourceSchemaDatabaseRequest() (request *DescribeDataSourceSchemaDatabaseRequest)

CreateDescribeDataSourceSchemaDatabaseRequest creates a request to invoke DescribeDataSourceSchemaDatabase API

type DescribeDataSourceSchemaDatabaseResponse ¶

type DescribeDataSourceSchemaDatabaseResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	DataSourceId string `json:"DataSourceId" xml:"DataSourceId"`
	Schema       Schema `json:"Schema" xml:"Schema"`
}

DescribeDataSourceSchemaDatabaseResponse is the response struct for api DescribeDataSourceSchemaDatabase

func CreateDescribeDataSourceSchemaDatabaseResponse ¶

func CreateDescribeDataSourceSchemaDatabaseResponse() (response *DescribeDataSourceSchemaDatabaseResponse)

CreateDescribeDataSourceSchemaDatabaseResponse creates a response to parse from DescribeDataSourceSchemaDatabase response

type DescribeDataSourceSchemaTableRequest ¶

type DescribeDataSourceSchemaTableRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	DbName          string           `position:"Query" name:"DbName"`
	DataSourceId    string           `position:"Query" name:"DataSourceId"`
	TableName       string           `position:"Query" name:"TableName"`
}

DescribeDataSourceSchemaTableRequest is the request struct for api DescribeDataSourceSchemaTable

func CreateDescribeDataSourceSchemaTableRequest ¶

func CreateDescribeDataSourceSchemaTableRequest() (request *DescribeDataSourceSchemaTableRequest)

CreateDescribeDataSourceSchemaTableRequest creates a request to invoke DescribeDataSourceSchemaTable API

type DescribeDataSourceSchemaTableResponse ¶

type DescribeDataSourceSchemaTableResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	DataSourceId string `json:"DataSourceId" xml:"DataSourceId"`
	Schema       Schema `json:"Schema" xml:"Schema"`
}

DescribeDataSourceSchemaTableResponse is the response struct for api DescribeDataSourceSchemaTable

func CreateDescribeDataSourceSchemaTableResponse ¶

func CreateDescribeDataSourceSchemaTableResponse() (response *DescribeDataSourceSchemaTableResponse)

CreateDescribeDataSourceSchemaTableResponse creates a response to parse from DescribeDataSourceSchemaTable response

type DescribeETLJobInstanceRequest ¶

type DescribeETLJobInstanceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

DescribeETLJobInstanceRequest is the request struct for api DescribeETLJobInstance

func CreateDescribeETLJobInstanceRequest ¶

func CreateDescribeETLJobInstanceRequest() (request *DescribeETLJobInstanceRequest)

CreateDescribeETLJobInstanceRequest creates a request to invoke DescribeETLJobInstance API

type DescribeETLJobInstanceResponse ¶

type DescribeETLJobInstanceResponse struct {
	*responses.BaseResponse
	RequestId         string                                    `json:"RequestId" xml:"RequestId"`
	Id                string                                    `json:"Id" xml:"Id"`
	EtlJobId          string                                    `json:"EtlJobId" xml:"EtlJobId"`
	InstanceStatus    string                                    `json:"InstanceStatus" xml:"InstanceStatus"`
	TriggerUser       string                                    `json:"TriggerUser" xml:"TriggerUser"`
	StartTime         int                                       `json:"StartTime" xml:"StartTime"`
	EndTime           int                                       `json:"EndTime" xml:"EndTime"`
	TriggerHistory    TriggerHistory                            `json:"TriggerHistory" xml:"TriggerHistory"`
	Arguments         Arguments                                 `json:"Arguments" xml:"Arguments"`
	Metrics           Metrics                                   `json:"Metrics" xml:"Metrics"`
	FlowRelationList  FlowRelationListInDescribeETLJobInstance  `json:"FlowRelationList" xml:"FlowRelationList"`
	StageInstanceList StageInstanceListInDescribeETLJobInstance `json:"StageInstanceList" xml:"StageInstanceList"`
}

DescribeETLJobInstanceResponse is the response struct for api DescribeETLJobInstance

func CreateDescribeETLJobInstanceResponse ¶

func CreateDescribeETLJobInstanceResponse() (response *DescribeETLJobInstanceResponse)

CreateDescribeETLJobInstanceResponse creates a response to parse from DescribeETLJobInstance response

type DescribeETLJobRequest ¶

type DescribeETLJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

DescribeETLJobRequest is the request struct for api DescribeETLJob

func CreateDescribeETLJobRequest ¶

func CreateDescribeETLJobRequest() (request *DescribeETLJobRequest)

CreateDescribeETLJobRequest creates a request to invoke DescribeETLJob API

type DescribeETLJobResponse ¶

type DescribeETLJobResponse struct {
	*responses.BaseResponse
	RequestId           string              `json:"RequestId" xml:"RequestId"`
	Id                  string              `json:"Id" xml:"Id"`
	Name                string              `json:"Name" xml:"Name"`
	Description         string              `json:"Description" xml:"Description"`
	CategoryId          string              `json:"CategoryId" xml:"CategoryId"`
	Graph               string              `json:"Graph" xml:"Graph"`
	ClusterConfig       ClusterConfig       `json:"ClusterConfig" xml:"ClusterConfig"`
	AlertConfig         AlertConfig         `json:"AlertConfig" xml:"AlertConfig"`
	TriggerRuleList     TriggerRuleList     `json:"TriggerRuleList" xml:"TriggerRuleList"`
	StageList           StageList           `json:"StageList" xml:"StageList"`
	StageConnectionList StageConnectionList `json:"StageConnectionList" xml:"StageConnectionList"`
}

DescribeETLJobResponse is the response struct for api DescribeETLJob

func CreateDescribeETLJobResponse ¶

func CreateDescribeETLJobResponse() (response *DescribeETLJobResponse)

CreateDescribeETLJobResponse creates a response to parse from DescribeETLJob response

type DescribeETLJobSqlSchemaRequest ¶

type DescribeETLJobSqlSchemaRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResolveId       string           `position:"Query" name:"ResolveId"`
}

DescribeETLJobSqlSchemaRequest is the request struct for api DescribeETLJobSqlSchema

func CreateDescribeETLJobSqlSchemaRequest ¶

func CreateDescribeETLJobSqlSchemaRequest() (request *DescribeETLJobSqlSchemaRequest)

CreateDescribeETLJobSqlSchemaRequest creates a request to invoke DescribeETLJobSqlSchema API

type DescribeETLJobSqlSchemaResponse ¶

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

DescribeETLJobSqlSchemaResponse is the response struct for api DescribeETLJobSqlSchema

func CreateDescribeETLJobSqlSchemaResponse ¶

func CreateDescribeETLJobSqlSchemaResponse() (response *DescribeETLJobSqlSchemaResponse)

CreateDescribeETLJobSqlSchemaResponse creates a response to parse from DescribeETLJobSqlSchema response

type DescribeETLJobStageOutputSchemaRequest ¶

type DescribeETLJobStageOutputSchemaRequest struct {
	*requests.RpcRequest
	StageName       string           `position:"Query" name:"StageName"`
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	EtlJobId        string           `position:"Query" name:"EtlJobId"`
}

DescribeETLJobStageOutputSchemaRequest is the request struct for api DescribeETLJobStageOutputSchema

func CreateDescribeETLJobStageOutputSchemaRequest ¶

func CreateDescribeETLJobStageOutputSchemaRequest() (request *DescribeETLJobStageOutputSchemaRequest)

CreateDescribeETLJobStageOutputSchemaRequest creates a request to invoke DescribeETLJobStageOutputSchema API

type DescribeETLJobStageOutputSchemaResponse ¶

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

DescribeETLJobStageOutputSchemaResponse is the response struct for api DescribeETLJobStageOutputSchema

func CreateDescribeETLJobStageOutputSchemaResponse ¶

func CreateDescribeETLJobStageOutputSchemaResponse() (response *DescribeETLJobStageOutputSchemaResponse)

CreateDescribeETLJobStageOutputSchemaResponse creates a response to parse from DescribeETLJobStageOutputSchema response

type DescribeEmrMainVersionRequest ¶

type DescribeEmrMainVersionRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	EmrVersion      string           `position:"Query" name:"EmrVersion"`
}

DescribeEmrMainVersionRequest is the request struct for api DescribeEmrMainVersion

func CreateDescribeEmrMainVersionRequest ¶

func CreateDescribeEmrMainVersionRequest() (request *DescribeEmrMainVersionRequest)

CreateDescribeEmrMainVersionRequest creates a request to invoke DescribeEmrMainVersion API

type DescribeEmrMainVersionResponse ¶

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

DescribeEmrMainVersionResponse is the response struct for api DescribeEmrMainVersion

func CreateDescribeEmrMainVersionResponse ¶

func CreateDescribeEmrMainVersionResponse() (response *DescribeEmrMainVersionResponse)

CreateDescribeEmrMainVersionResponse creates a response to parse from DescribeEmrMainVersion response

type DescribeExecutionPlanRequest ¶

type DescribeExecutionPlanRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

DescribeExecutionPlanRequest is the request struct for api DescribeExecutionPlan

func CreateDescribeExecutionPlanRequest ¶

func CreateDescribeExecutionPlanRequest() (request *DescribeExecutionPlanRequest)

CreateDescribeExecutionPlanRequest creates a request to invoke DescribeExecutionPlan API

type DescribeExecutionPlanResponse ¶

type DescribeExecutionPlanResponse struct {
	*responses.BaseResponse
	RequestId             string      `json:"RequestId" xml:"RequestId"`
	Id                    string      `json:"Id" xml:"Id"`
	Name                  string      `json:"Name" xml:"Name"`
	Status                string      `json:"Status" xml:"Status"`
	Strategy              string      `json:"Strategy" xml:"Strategy"`
	TimeInterval          int         `json:"TimeInterval" xml:"TimeInterval"`
	StartTime             int         `json:"StartTime" xml:"StartTime"`
	TimeUnit              string      `json:"TimeUnit" xml:"TimeUnit"`
	DayOfWeek             string      `json:"DayOfWeek" xml:"DayOfWeek"`
	DayOfMonth            string      `json:"DayOfMonth" xml:"DayOfMonth"`
	CreateClusterOnDemand bool        `json:"CreateClusterOnDemand" xml:"CreateClusterOnDemand"`
	ClusterId             string      `json:"ClusterId" xml:"ClusterId"`
	ClusterName           string      `json:"ClusterName" xml:"ClusterName"`
	WorkflowApp           string      `json:"WorkflowApp" xml:"WorkflowApp"`
	ExecutionPlanVersion  int         `json:"ExecutionPlanVersion" xml:"ExecutionPlanVersion"`
	ClusterInfo           ClusterInfo `json:"ClusterInfo" xml:"ClusterInfo"`
	JobInfoList           JobInfoList `json:"JobInfoList" xml:"JobInfoList"`
}

DescribeExecutionPlanResponse is the response struct for api DescribeExecutionPlan

func CreateDescribeExecutionPlanResponse ¶

func CreateDescribeExecutionPlanResponse() (response *DescribeExecutionPlanResponse)

CreateDescribeExecutionPlanResponse creates a response to parse from DescribeExecutionPlan response

type DescribeFlowCategoryRequest ¶

type DescribeFlowCategoryRequest struct {
	*requests.RpcRequest
	Id        string `position:"Query" name:"Id"`
	ProjectId string `position:"Query" name:"ProjectId"`
}

DescribeFlowCategoryRequest is the request struct for api DescribeFlowCategory

func CreateDescribeFlowCategoryRequest ¶

func CreateDescribeFlowCategoryRequest() (request *DescribeFlowCategoryRequest)

CreateDescribeFlowCategoryRequest creates a request to invoke DescribeFlowCategory API

type DescribeFlowCategoryResponse ¶

type DescribeFlowCategoryResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	Id           string `json:"Id" xml:"Id"`
	GmtCreate    int    `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified  int    `json:"GmtModified" xml:"GmtModified"`
	Name         string `json:"Name" xml:"Name"`
	ParentId     string `json:"ParentId" xml:"ParentId"`
	Type         string `json:"Type" xml:"Type"`
	CategoryType string `json:"CategoryType" xml:"CategoryType"`
	ObjectType   string `json:"ObjectType" xml:"ObjectType"`
	ObjectId     string `json:"ObjectId" xml:"ObjectId"`
	ProjectId    string `json:"ProjectId" xml:"ProjectId"`
}

DescribeFlowCategoryResponse is the response struct for api DescribeFlowCategory

func CreateDescribeFlowCategoryResponse ¶

func CreateDescribeFlowCategoryResponse() (response *DescribeFlowCategoryResponse)

CreateDescribeFlowCategoryResponse creates a response to parse from DescribeFlowCategory response

type DescribeFlowCategoryTreeRequest ¶

type DescribeFlowCategoryTreeRequest struct {
	*requests.RpcRequest
	Type      string `position:"Query" name:"Type"`
	ProjectId string `position:"Query" name:"ProjectId"`
}

DescribeFlowCategoryTreeRequest is the request struct for api DescribeFlowCategoryTree

func CreateDescribeFlowCategoryTreeRequest ¶

func CreateDescribeFlowCategoryTreeRequest() (request *DescribeFlowCategoryTreeRequest)

CreateDescribeFlowCategoryTreeRequest creates a request to invoke DescribeFlowCategoryTree API

type DescribeFlowCategoryTreeResponse ¶

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

DescribeFlowCategoryTreeResponse is the response struct for api DescribeFlowCategoryTree

func CreateDescribeFlowCategoryTreeResponse ¶

func CreateDescribeFlowCategoryTreeResponse() (response *DescribeFlowCategoryTreeResponse)

CreateDescribeFlowCategoryTreeResponse creates a response to parse from DescribeFlowCategoryTree response

type DescribeFlowInstanceRequest ¶

type DescribeFlowInstanceRequest struct {
	*requests.RpcRequest
	Id        string `position:"Query" name:"Id"`
	ProjectId string `position:"Query" name:"ProjectId"`
}

DescribeFlowInstanceRequest is the request struct for api DescribeFlowInstance

func CreateDescribeFlowInstanceRequest ¶

func CreateDescribeFlowInstanceRequest() (request *DescribeFlowInstanceRequest)

CreateDescribeFlowInstanceRequest creates a request to invoke DescribeFlowInstance API

type DescribeFlowInstanceResponse ¶

type DescribeFlowInstanceResponse struct {
	*responses.BaseResponse
	RequestId          string                             `json:"RequestId" xml:"RequestId"`
	Id                 string                             `json:"Id" xml:"Id"`
	GmtCreate          int                                `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified        int                                `json:"GmtModified" xml:"GmtModified"`
	FlowId             string                             `json:"FlowId" xml:"FlowId"`
	FlowName           string                             `json:"FlowName" xml:"FlowName"`
	ProjectId          string                             `json:"ProjectId" xml:"ProjectId"`
	Status             string                             `json:"Status" xml:"Status"`
	ClusterId          string                             `json:"ClusterId" xml:"ClusterId"`
	StartTime          int                                `json:"StartTime" xml:"StartTime"`
	EndTime            int                                `json:"EndTime" xml:"EndTime"`
	Duration           int                                `json:"Duration" xml:"Duration"`
	ScheduleTime       int                                `json:"ScheduleTime" xml:"ScheduleTime"`
	Graph              string                             `json:"Graph" xml:"Graph"`
	CronExpression     string                             `json:"CronExpression" xml:"CronExpression"`
	HasNodeFailed      bool                               `json:"HasNodeFailed" xml:"HasNodeFailed"`
	DependencyFlowList DependencyFlowList                 `json:"DependencyFlowList" xml:"DependencyFlowList"`
	NodeInstance       NodeInstanceInDescribeFlowInstance `json:"NodeInstance" xml:"NodeInstance"`
}

DescribeFlowInstanceResponse is the response struct for api DescribeFlowInstance

func CreateDescribeFlowInstanceResponse ¶

func CreateDescribeFlowInstanceResponse() (response *DescribeFlowInstanceResponse)

CreateDescribeFlowInstanceResponse creates a response to parse from DescribeFlowInstance response

type DescribeFlowJobRequest ¶

type DescribeFlowJobRequest struct {
	*requests.RpcRequest
	Id        string `position:"Query" name:"Id"`
	ProjectId string `position:"Query" name:"ProjectId"`
}

DescribeFlowJobRequest is the request struct for api DescribeFlowJob

func CreateDescribeFlowJobRequest ¶

func CreateDescribeFlowJobRequest() (request *DescribeFlowJobRequest)

CreateDescribeFlowJobRequest creates a request to invoke DescribeFlowJob API

type DescribeFlowJobResponse ¶

type DescribeFlowJobResponse struct {
	*responses.BaseResponse
	RequestId       string                        `json:"RequestId" xml:"RequestId"`
	Id              string                        `json:"Id" xml:"Id"`
	GmtCreate       int                           `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified     int                           `json:"GmtModified" xml:"GmtModified"`
	Name            string                        `json:"Name" xml:"Name"`
	Type            string                        `json:"Type" xml:"Type"`
	Description     string                        `json:"Description" xml:"Description"`
	FailAct         string                        `json:"FailAct" xml:"FailAct"`
	MaxRetry        int                           `json:"MaxRetry" xml:"MaxRetry"`
	RetryInterval   int                           `json:"RetryInterval" xml:"RetryInterval"`
	Params          string                        `json:"Params" xml:"Params"`
	ParamConf       string                        `json:"ParamConf" xml:"ParamConf"`
	CustomVariables string                        `json:"CustomVariables" xml:"CustomVariables"`
	EnvConf         string                        `json:"EnvConf" xml:"EnvConf"`
	RunConf         string                        `json:"RunConf" xml:"RunConf"`
	MonitorConf     string                        `json:"MonitorConf" xml:"MonitorConf"`
	CategoryId      string                        `json:"CategoryId" xml:"CategoryId"`
	Mode            string                        `json:"mode" xml:"mode"`
	LastInstanceId  string                        `json:"LastInstanceId" xml:"LastInstanceId"`
	Adhoc           string                        `json:"Adhoc" xml:"Adhoc"`
	AlertConf       string                        `json:"AlertConf" xml:"AlertConf"`
	ResourceList    ResourceListInDescribeFlowJob `json:"ResourceList" xml:"ResourceList"`
}

DescribeFlowJobResponse is the response struct for api DescribeFlowJob

func CreateDescribeFlowJobResponse ¶

func CreateDescribeFlowJobResponse() (response *DescribeFlowJobResponse)

CreateDescribeFlowJobResponse creates a response to parse from DescribeFlowJob response

type DescribeFlowJobStatisticRequest ¶

type DescribeFlowJobStatisticRequest struct {
	*requests.RpcRequest
	FromApp   string `position:"Query" name:"FromApp"`
	ProjectId string `position:"Query" name:"ProjectId"`
}

DescribeFlowJobStatisticRequest is the request struct for api DescribeFlowJobStatistic

func CreateDescribeFlowJobStatisticRequest ¶

func CreateDescribeFlowJobStatisticRequest() (request *DescribeFlowJobStatisticRequest)

CreateDescribeFlowJobStatisticRequest creates a request to invoke DescribeFlowJobStatistic API

type DescribeFlowJobStatisticResponse ¶

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

DescribeFlowJobStatisticResponse is the response struct for api DescribeFlowJobStatistic

func CreateDescribeFlowJobStatisticResponse ¶

func CreateDescribeFlowJobStatisticResponse() (response *DescribeFlowJobStatisticResponse)

CreateDescribeFlowJobStatisticResponse creates a response to parse from DescribeFlowJobStatistic response

type DescribeFlowNodeInstanceContainerLogRequest ¶

type DescribeFlowNodeInstanceContainerLogRequest struct {
	*requests.RpcRequest
	Offset         requests.Integer `position:"Query" name:"Offset"`
	LogName        string           `position:"Query" name:"LogName"`
	AppId          string           `position:"Query" name:"AppId"`
	Length         requests.Integer `position:"Query" name:"Length"`
	ContainerId    string           `position:"Query" name:"ContainerId"`
	NodeInstanceId string           `position:"Query" name:"NodeInstanceId"`
	ProjectId      string           `position:"Query" name:"ProjectId"`
}

DescribeFlowNodeInstanceContainerLogRequest is the request struct for api DescribeFlowNodeInstanceContainerLog

func CreateDescribeFlowNodeInstanceContainerLogRequest ¶

func CreateDescribeFlowNodeInstanceContainerLogRequest() (request *DescribeFlowNodeInstanceContainerLogRequest)

CreateDescribeFlowNodeInstanceContainerLogRequest creates a request to invoke DescribeFlowNodeInstanceContainerLog API

type DescribeFlowNodeInstanceContainerLogResponse ¶

type DescribeFlowNodeInstanceContainerLogResponse struct {
	*responses.BaseResponse
	RequestId string                                          `json:"RequestId" xml:"RequestId"`
	LogEnd    bool                                            `json:"LogEnd" xml:"LogEnd"`
	LogEntrys LogEntrysInDescribeFlowNodeInstanceContainerLog `json:"LogEntrys" xml:"LogEntrys"`
}

DescribeFlowNodeInstanceContainerLogResponse is the response struct for api DescribeFlowNodeInstanceContainerLog

func CreateDescribeFlowNodeInstanceContainerLogResponse ¶

func CreateDescribeFlowNodeInstanceContainerLogResponse() (response *DescribeFlowNodeInstanceContainerLogResponse)

CreateDescribeFlowNodeInstanceContainerLogResponse creates a response to parse from DescribeFlowNodeInstanceContainerLog response

type DescribeFlowNodeInstanceLauncherLogRequest ¶

type DescribeFlowNodeInstanceLauncherLogRequest struct {
	*requests.RpcRequest
	Offset         requests.Integer `position:"Query" name:"Offset"`
	Start          requests.Integer `position:"Query" name:"Start"`
	Length         requests.Integer `position:"Query" name:"Length"`
	EndTime        requests.Integer `position:"Query" name:"EndTime"`
	StartTime      requests.Integer `position:"Query" name:"StartTime"`
	Lines          requests.Integer `position:"Query" name:"Lines"`
	Reverse        requests.Boolean `position:"Query" name:"Reverse"`
	NodeInstanceId string           `position:"Query" name:"NodeInstanceId"`
	ProjectId      string           `position:"Query" name:"ProjectId"`
}

DescribeFlowNodeInstanceLauncherLogRequest is the request struct for api DescribeFlowNodeInstanceLauncherLog

func CreateDescribeFlowNodeInstanceLauncherLogRequest ¶

func CreateDescribeFlowNodeInstanceLauncherLogRequest() (request *DescribeFlowNodeInstanceLauncherLogRequest)

CreateDescribeFlowNodeInstanceLauncherLogRequest creates a request to invoke DescribeFlowNodeInstanceLauncherLog API

type DescribeFlowNodeInstanceLauncherLogResponse ¶

type DescribeFlowNodeInstanceLauncherLogResponse struct {
	*responses.BaseResponse
	RequestId string                                         `json:"RequestId" xml:"RequestId"`
	LogEnd    bool                                           `json:"LogEnd" xml:"LogEnd"`
	LogEntrys LogEntrysInDescribeFlowNodeInstanceLauncherLog `json:"LogEntrys" xml:"LogEntrys"`
}

DescribeFlowNodeInstanceLauncherLogResponse is the response struct for api DescribeFlowNodeInstanceLauncherLog

func CreateDescribeFlowNodeInstanceLauncherLogResponse ¶

func CreateDescribeFlowNodeInstanceLauncherLogResponse() (response *DescribeFlowNodeInstanceLauncherLogResponse)

CreateDescribeFlowNodeInstanceLauncherLogResponse creates a response to parse from DescribeFlowNodeInstanceLauncherLog response

type DescribeFlowNodeInstanceRequest ¶

type DescribeFlowNodeInstanceRequest struct {
	*requests.RpcRequest
	Id        string `position:"Query" name:"Id"`
	ProjectId string `position:"Query" name:"ProjectId"`
}

DescribeFlowNodeInstanceRequest is the request struct for api DescribeFlowNodeInstance

func CreateDescribeFlowNodeInstanceRequest ¶

func CreateDescribeFlowNodeInstanceRequest() (request *DescribeFlowNodeInstanceRequest)

CreateDescribeFlowNodeInstanceRequest creates a request to invoke DescribeFlowNodeInstance API

type DescribeFlowNodeInstanceResponse ¶

type DescribeFlowNodeInstanceResponse struct {
	*responses.BaseResponse
	RequestId        string `json:"RequestId" xml:"RequestId"`
	Id               string `json:"Id" xml:"Id"`
	GmtCreate        int    `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified      int    `json:"GmtModified" xml:"GmtModified"`
	Type             string `json:"Type" xml:"Type"`
	Status           string `json:"Status" xml:"Status"`
	JobId            string `json:"JobId" xml:"JobId"`
	JobName          string `json:"JobName" xml:"JobName"`
	JobType          string `json:"JobType" xml:"JobType"`
	JobParams        string `json:"JobParams" xml:"JobParams"`
	FailAct          string `json:"FailAct" xml:"FailAct"`
	MaxRetry         string `json:"MaxRetry" xml:"MaxRetry"`
	RetryInterval    string `json:"RetryInterval" xml:"RetryInterval"`
	NodeName         string `json:"NodeName" xml:"NodeName"`
	FlowId           string `json:"FlowId" xml:"FlowId"`
	FlowInstanceId   string `json:"FlowInstanceId" xml:"FlowInstanceId"`
	ClusterId        string `json:"ClusterId" xml:"ClusterId"`
	HostName         string `json:"HostName" xml:"HostName"`
	ProjectId        string `json:"ProjectId" xml:"ProjectId"`
	Pending          bool   `json:"Pending" xml:"Pending"`
	StartTime        int    `json:"StartTime" xml:"StartTime"`
	EndTime          int    `json:"EndTime" xml:"EndTime"`
	Duration         int    `json:"Duration" xml:"Duration"`
	Retries          int    `json:"Retries" xml:"Retries"`
	ExternalId       string `json:"ExternalId" xml:"ExternalId"`
	ExternalSubId    string `json:"ExternalSubId" xml:"ExternalSubId"`
	ExternalChildIds string `json:"ExternalChildIds" xml:"ExternalChildIds"`
	ExternalStatus   string `json:"ExternalStatus" xml:"ExternalStatus"`
	ExternalInfo     string `json:"ExternalInfo" xml:"ExternalInfo"`
	ParamConf        string `json:"ParamConf" xml:"ParamConf"`
	EnvConf          string `json:"EnvConf" xml:"EnvConf"`
	RunConf          string `json:"RunConf" xml:"RunConf"`
	Adhoc            bool   `json:"Adhoc" xml:"Adhoc"`
	MonitorConf      string `json:"MonitorConf" xml:"MonitorConf"`
	Mode             string `json:"Mode" xml:"Mode"`
	ClusterName      string `json:"ClusterName" xml:"ClusterName"`
}

DescribeFlowNodeInstanceResponse is the response struct for api DescribeFlowNodeInstance

func CreateDescribeFlowNodeInstanceResponse ¶

func CreateDescribeFlowNodeInstanceResponse() (response *DescribeFlowNodeInstanceResponse)

CreateDescribeFlowNodeInstanceResponse creates a response to parse from DescribeFlowNodeInstance response

type DescribeFlowProjectClusterSettingRequest ¶

type DescribeFlowProjectClusterSettingRequest struct {
	*requests.RpcRequest
	ClusterId string `position:"Query" name:"ClusterId"`
	ProjectId string `position:"Query" name:"ProjectId"`
}

DescribeFlowProjectClusterSettingRequest is the request struct for api DescribeFlowProjectClusterSetting

func CreateDescribeFlowProjectClusterSettingRequest ¶

func CreateDescribeFlowProjectClusterSettingRequest() (request *DescribeFlowProjectClusterSettingRequest)

CreateDescribeFlowProjectClusterSettingRequest creates a request to invoke DescribeFlowProjectClusterSetting API

type DescribeFlowProjectClusterSettingResponse ¶

type DescribeFlowProjectClusterSettingResponse struct {
	*responses.BaseResponse
	RequestId    string                                       `json:"RequestId" xml:"RequestId"`
	GmtCreate    int                                          `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified  int                                          `json:"GmtModified" xml:"GmtModified"`
	ProjectId    string                                       `json:"ProjectId" xml:"ProjectId"`
	ClusterId    string                                       `json:"ClusterId" xml:"ClusterId"`
	DefaultUser  string                                       `json:"DefaultUser" xml:"DefaultUser"`
	DefaultQueue string                                       `json:"DefaultQueue" xml:"DefaultQueue"`
	UserList     UserListInDescribeFlowProjectClusterSetting  `json:"UserList" xml:"UserList"`
	QueueList    QueueListInDescribeFlowProjectClusterSetting `json:"QueueList" xml:"QueueList"`
	HostList     HostListInDescribeFlowProjectClusterSetting  `json:"HostList" xml:"HostList"`
}

DescribeFlowProjectClusterSettingResponse is the response struct for api DescribeFlowProjectClusterSetting

func CreateDescribeFlowProjectClusterSettingResponse ¶

func CreateDescribeFlowProjectClusterSettingResponse() (response *DescribeFlowProjectClusterSettingResponse)

CreateDescribeFlowProjectClusterSettingResponse creates a response to parse from DescribeFlowProjectClusterSetting response

type DescribeFlowProjectRequest ¶

type DescribeFlowProjectRequest struct {
	*requests.RpcRequest
	ProjectId string `position:"Query" name:"ProjectId"`
}

DescribeFlowProjectRequest is the request struct for api DescribeFlowProject

func CreateDescribeFlowProjectRequest ¶

func CreateDescribeFlowProjectRequest() (request *DescribeFlowProjectRequest)

CreateDescribeFlowProjectRequest creates a request to invoke DescribeFlowProject API

type DescribeFlowProjectResponse ¶

type DescribeFlowProjectResponse struct {
	*responses.BaseResponse
	RequestId   string `json:"RequestId" xml:"RequestId"`
	Id          string `json:"Id" xml:"Id"`
	GmtCreate   int    `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified int    `json:"GmtModified" xml:"GmtModified"`
	UserId      string `json:"UserId" xml:"UserId"`
	Name        string `json:"Name" xml:"Name"`
	Description string `json:"Description" xml:"Description"`
}

DescribeFlowProjectResponse is the response struct for api DescribeFlowProject

func CreateDescribeFlowProjectResponse ¶

func CreateDescribeFlowProjectResponse() (response *DescribeFlowProjectResponse)

CreateDescribeFlowProjectResponse creates a response to parse from DescribeFlowProject response

type DescribeFlowRequest ¶

type DescribeFlowRequest struct {
	*requests.RpcRequest
	Id        string `position:"Query" name:"Id"`
	ProjectId string `position:"Query" name:"ProjectId"`
}

DescribeFlowRequest is the request struct for api DescribeFlow

func CreateDescribeFlowRequest ¶

func CreateDescribeFlowRequest() (request *DescribeFlowRequest)

CreateDescribeFlowRequest creates a request to invoke DescribeFlow API

type DescribeFlowResponse ¶

type DescribeFlowResponse struct {
	*responses.BaseResponse
	RequestId               string         `json:"RequestId" xml:"RequestId"`
	Id                      string         `json:"Id" xml:"Id"`
	GmtCreate               int            `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified             int            `json:"GmtModified" xml:"GmtModified"`
	Name                    string         `json:"Name" xml:"Name"`
	Description             string         `json:"Description" xml:"Description"`
	Type                    string         `json:"Type" xml:"Type"`
	Status                  string         `json:"Status" xml:"Status"`
	Periodic                bool           `json:"Periodic" xml:"Periodic"`
	StartSchedule           int            `json:"StartSchedule" xml:"StartSchedule"`
	EndSchedule             int            `json:"EndSchedule" xml:"EndSchedule"`
	CronExpr                string         `json:"CronExpr" xml:"CronExpr"`
	CreateCluster           bool           `json:"CreateCluster" xml:"CreateCluster"`
	ClusterId               string         `json:"ClusterId" xml:"ClusterId"`
	HostName                string         `json:"HostName" xml:"HostName"`
	Graph                   string         `json:"Graph" xml:"Graph"`
	CategoryId              string         `json:"CategoryId" xml:"CategoryId"`
	AlertConf               string         `json:"AlertConf" xml:"AlertConf"`
	AlertUserGroupBizId     string         `json:"AlertUserGroupBizId" xml:"AlertUserGroupBizId"`
	AlertDingDingGroupBizId string         `json:"AlertDingDingGroupBizId" xml:"AlertDingDingGroupBizId"`
	Application             string         `json:"Application" xml:"Application"`
	ParentFlowList          ParentFlowList `json:"ParentFlowList" xml:"ParentFlowList"`
}

DescribeFlowResponse is the response struct for api DescribeFlow

func CreateDescribeFlowResponse ¶

func CreateDescribeFlowResponse() (response *DescribeFlowResponse)

CreateDescribeFlowResponse creates a response to parse from DescribeFlow response

type DescribeFlowVariableCollectionRequest ¶

type DescribeFlowVariableCollectionRequest struct {
	*requests.RpcRequest
	EntityId string `position:"Query" name:"EntityId"`
}

DescribeFlowVariableCollectionRequest is the request struct for api DescribeFlowVariableCollection

func CreateDescribeFlowVariableCollectionRequest ¶

func CreateDescribeFlowVariableCollectionRequest() (request *DescribeFlowVariableCollectionRequest)

CreateDescribeFlowVariableCollectionRequest creates a request to invoke DescribeFlowVariableCollection API

type DescribeFlowVariableCollectionResponse ¶

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

DescribeFlowVariableCollectionResponse is the response struct for api DescribeFlowVariableCollection

func CreateDescribeFlowVariableCollectionResponse ¶

func CreateDescribeFlowVariableCollectionResponse() (response *DescribeFlowVariableCollectionResponse)

CreateDescribeFlowVariableCollectionResponse creates a response to parse from DescribeFlowVariableCollection response

type DescribeJobRequest ¶

type DescribeJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

DescribeJobRequest is the request struct for api DescribeJob

func CreateDescribeJobRequest ¶

func CreateDescribeJobRequest() (request *DescribeJobRequest)

CreateDescribeJobRequest creates a request to invoke DescribeJob API

type DescribeJobResponse ¶

type DescribeJobResponse struct {
	*responses.BaseResponse
	RequestId     string `json:"RequestId" xml:"RequestId"`
	Id            string `json:"Id" xml:"Id"`
	Name          string `json:"Name" xml:"Name"`
	FailAct       string `json:"FailAct" xml:"FailAct"`
	Type          string `json:"Type" xml:"Type"`
	MaxRetry      int    `json:"MaxRetry" xml:"MaxRetry"`
	RetryInterval int    `json:"RetryInterval" xml:"RetryInterval"`
	RunParameter  string `json:"RunParameter" xml:"RunParameter"`
}

DescribeJobResponse is the response struct for api DescribeJob

func CreateDescribeJobResponse ¶

func CreateDescribeJobResponse() (response *DescribeJobResponse)

CreateDescribeJobResponse creates a response to parse from DescribeJob response

type DescribeNoteRequest ¶

type DescribeNoteRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

DescribeNoteRequest is the request struct for api DescribeNote

func CreateDescribeNoteRequest ¶

func CreateDescribeNoteRequest() (request *DescribeNoteRequest)

CreateDescribeNoteRequest creates a request to invoke DescribeNote API

type DescribeNoteResponse ¶

type DescribeNoteResponse struct {
	*responses.BaseResponse
	RequestId  string `json:"RequestId" xml:"RequestId"`
	Id         string `json:"Id" xml:"Id"`
	Name       string `json:"Name" xml:"Name"`
	ClusterId  string `json:"ClusterId" xml:"ClusterId"`
	Type       string `json:"Type" xml:"Type"`
	Paragraphs string `json:"Paragraphs" xml:"Paragraphs"`
}

DescribeNoteResponse is the response struct for api DescribeNote

func CreateDescribeNoteResponse ¶

func CreateDescribeNoteResponse() (response *DescribeNoteResponse)

CreateDescribeNoteResponse creates a response to parse from DescribeNote response

type DescribeParagraphRequest ¶

type DescribeParagraphRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	NoteId          string           `position:"Query" name:"NoteId"`
	Id              string           `position:"Query" name:"Id"`
}

DescribeParagraphRequest is the request struct for api DescribeParagraph

func CreateDescribeParagraphRequest ¶

func CreateDescribeParagraphRequest() (request *DescribeParagraphRequest)

CreateDescribeParagraphRequest creates a request to invoke DescribeParagraph API

type DescribeParagraphResponse ¶

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

DescribeParagraphResponse is the response struct for api DescribeParagraph

func CreateDescribeParagraphResponse ¶

func CreateDescribeParagraphResponse() (response *DescribeParagraphResponse)

CreateDescribeParagraphResponse creates a response to parse from DescribeParagraph response

type DescribeScalingActivityRequest ¶

type DescribeScalingActivityRequest struct {
	*requests.RpcRequest
	ResourceOwnerId   requests.Integer `position:"Query" name:"ResourceOwnerId"`
	HostGroupId       string           `position:"Query" name:"HostGroupId"`
	ClusterId         string           `position:"Query" name:"ClusterId"`
	ScalingActivityId string           `position:"Query" name:"ScalingActivityId"`
}

DescribeScalingActivityRequest is the request struct for api DescribeScalingActivity

func CreateDescribeScalingActivityRequest ¶

func CreateDescribeScalingActivityRequest() (request *DescribeScalingActivityRequest)

CreateDescribeScalingActivityRequest creates a request to invoke DescribeScalingActivity API

type DescribeScalingActivityResponse ¶

type DescribeScalingActivityResponse struct {
	*responses.BaseResponse
	RequestId     string `json:"RequestId" xml:"RequestId"`
	BizId         string `json:"BizId" xml:"BizId"`
	StartTime     int    `json:"StartTime" xml:"StartTime"`
	EndTime       int    `json:"EndTime" xml:"EndTime"`
	InstanceIds   string `json:"InstanceIds" xml:"InstanceIds"`
	TotalCapacity int    `json:"TotalCapacity" xml:"TotalCapacity"`
	Cause         string `json:"Cause" xml:"Cause"`
	Description   string `json:"Description" xml:"Description"`
	Status        string `json:"Status" xml:"Status"`
	Transition    string `json:"Transition" xml:"Transition"`
	ScalingRuleId string `json:"ScalingRuleId" xml:"ScalingRuleId"`
	ExpectNum     int    `json:"ExpectNum" xml:"ExpectNum"`
}

DescribeScalingActivityResponse is the response struct for api DescribeScalingActivity

func CreateDescribeScalingActivityResponse ¶

func CreateDescribeScalingActivityResponse() (response *DescribeScalingActivityResponse)

CreateDescribeScalingActivityResponse creates a response to parse from DescribeScalingActivity response

type DescribeScalingRuleRequest ¶

type DescribeScalingRuleRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	HostGroupId     string           `position:"Query" name:"HostGroupId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	ScalingRuleId   string           `position:"Query" name:"ScalingRuleId"`
}

DescribeScalingRuleRequest is the request struct for api DescribeScalingRule

func CreateDescribeScalingRuleRequest ¶

func CreateDescribeScalingRuleRequest() (request *DescribeScalingRuleRequest)

CreateDescribeScalingRuleRequest creates a request to invoke DescribeScalingRule API

type DescribeScalingRuleResponse ¶

type DescribeScalingRuleResponse struct {
	*responses.BaseResponse
	RequestId         string            `json:"RequestId" xml:"RequestId"`
	Id                string            `json:"Id" xml:"Id"`
	GmtCreate         string            `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified       string            `json:"GmtModified" xml:"GmtModified"`
	RuleName          string            `json:"RuleName" xml:"RuleName"`
	RuleCategory      string            `json:"RuleCategory" xml:"RuleCategory"`
	AdjustmentType    string            `json:"AdjustmentType" xml:"AdjustmentType"`
	AdjustmentValue   int               `json:"AdjustmentValue" xml:"AdjustmentValue"`
	Cooldown          int               `json:"Cooldown" xml:"Cooldown"`
	Status            string            `json:"Status" xml:"Status"`
	SchedulerTrigger  SchedulerTrigger  `json:"SchedulerTrigger" xml:"SchedulerTrigger"`
	CloudWatchTrigger CloudWatchTrigger `json:"CloudWatchTrigger" xml:"CloudWatchTrigger"`
}

DescribeScalingRuleResponse is the response struct for api DescribeScalingRule

func CreateDescribeScalingRuleResponse ¶

func CreateDescribeScalingRuleResponse() (response *DescribeScalingRuleResponse)

CreateDescribeScalingRuleResponse creates a response to parse from DescribeScalingRule response

type DescribeScalingTaskGroupRequest ¶

type DescribeScalingTaskGroupRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	HostGroupId     string           `position:"Query" name:"HostGroupId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

DescribeScalingTaskGroupRequest is the request struct for api DescribeScalingTaskGroup

func CreateDescribeScalingTaskGroupRequest ¶

func CreateDescribeScalingTaskGroupRequest() (request *DescribeScalingTaskGroupRequest)

CreateDescribeScalingTaskGroupRequest creates a request to invoke DescribeScalingTaskGroup API

type DescribeScalingTaskGroupResponse ¶

type DescribeScalingTaskGroupResponse struct {
	*responses.BaseResponse
	RequestId          string        `json:"RequestId" xml:"RequestId"`
	ScalingGroupId     string        `json:"ScalingGroupId" xml:"ScalingGroupId"`
	HostGroupId        string        `json:"HostGroupId" xml:"HostGroupId"`
	MinSize            int           `json:"MinSize" xml:"MinSize"`
	MaxSize            int           `json:"MaxSize" xml:"MaxSize"`
	DefaultCooldown    int           `json:"DefaultCooldown" xml:"DefaultCooldown"`
	Status             string        `json:"Status" xml:"Status"`
	ActiveRuleCategory string        `json:"ActiveRuleCategory" xml:"ActiveRuleCategory"`
	ScalingConfig      ScalingConfig `json:"ScalingConfig" xml:"ScalingConfig"`
}

DescribeScalingTaskGroupResponse is the response struct for api DescribeScalingTaskGroup

func CreateDescribeScalingTaskGroupResponse ¶

func CreateDescribeScalingTaskGroupResponse() (response *DescribeScalingTaskGroupResponse)

CreateDescribeScalingTaskGroupResponse creates a response to parse from DescribeScalingTaskGroup response

type DescribeSecurityGroupAttributeRequest ¶

type DescribeSecurityGroupAttributeRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

DescribeSecurityGroupAttributeRequest is the request struct for api DescribeSecurityGroupAttribute

func CreateDescribeSecurityGroupAttributeRequest ¶

func CreateDescribeSecurityGroupAttributeRequest() (request *DescribeSecurityGroupAttributeRequest)

CreateDescribeSecurityGroupAttributeRequest creates a request to invoke DescribeSecurityGroupAttribute API

type DescribeSecurityGroupAttributeResponse ¶

type DescribeSecurityGroupAttributeResponse struct {
	*responses.BaseResponse
	RequestId                  string                     `json:"RequestId" xml:"RequestId"`
	AvailableGroupList         AvailableGroupList         `json:"AvailableGroupList" xml:"AvailableGroupList"`
	SecurityGroupAttributeList SecurityGroupAttributeList `json:"SecurityGroupAttributeList" xml:"SecurityGroupAttributeList"`
}

DescribeSecurityGroupAttributeResponse is the response struct for api DescribeSecurityGroupAttribute

func CreateDescribeSecurityGroupAttributeResponse ¶

func CreateDescribeSecurityGroupAttributeResponse() (response *DescribeSecurityGroupAttributeResponse)

CreateDescribeSecurityGroupAttributeResponse creates a response to parse from DescribeSecurityGroupAttribute response

type DescribeUserStatisticsRequest ¶

type DescribeUserStatisticsRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	UserId          string           `position:"Query" name:"UserId"`
}

DescribeUserStatisticsRequest is the request struct for api DescribeUserStatistics

func CreateDescribeUserStatisticsRequest ¶

func CreateDescribeUserStatisticsRequest() (request *DescribeUserStatisticsRequest)

CreateDescribeUserStatisticsRequest creates a request to invoke DescribeUserStatistics API

type DescribeUserStatisticsResponse ¶

type DescribeUserStatisticsResponse struct {
	*responses.BaseResponse
	Id                        int    `json:"Id" xml:"Id"`
	UserId                    string `json:"UserId" xml:"UserId"`
	JobNum                    int    `json:"JobNum" xml:"JobNum"`
	ExecutePlanNum            int    `json:"ExecutePlanNum" xml:"ExecutePlanNum"`
	InteractionJobNum         int    `json:"InteractionJobNum" xml:"InteractionJobNum"`
	JobMigratedNum            int    `json:"JobMigratedNum" xml:"JobMigratedNum"`
	ExecutePlanMigratedNum    int    `json:"ExecutePlanMigratedNum" xml:"ExecutePlanMigratedNum"`
	InteractionJobMigratedNum int    `json:"InteractionJobMigratedNum" xml:"InteractionJobMigratedNum"`
}

DescribeUserStatisticsResponse is the response struct for api DescribeUserStatistics

func CreateDescribeUserStatisticsResponse ¶

func CreateDescribeUserStatisticsResponse() (response *DescribeUserStatisticsResponse)

CreateDescribeUserStatisticsResponse creates a response to parse from DescribeUserStatistics response

type DetachClusterForNoteRequest ¶

type DetachClusterForNoteRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

DetachClusterForNoteRequest is the request struct for api DetachClusterForNote

func CreateDetachClusterForNoteRequest ¶

func CreateDetachClusterForNoteRequest() (request *DetachClusterForNoteRequest)

CreateDetachClusterForNoteRequest creates a request to invoke DetachClusterForNote API

type DetachClusterForNoteResponse ¶

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

DetachClusterForNoteResponse is the response struct for api DetachClusterForNote

func CreateDetachClusterForNoteResponse ¶

func CreateDetachClusterForNoteResponse() (response *DetachClusterForNoteResponse)

CreateDetachClusterForNoteResponse creates a response to parse from DetachClusterForNote response

type Disk ¶

type Disk struct {
	DiskId   string `json:"DiskId" xml:"DiskId"`
	Type     string `json:"Type" xml:"Type"`
	DiskType string `json:"DiskType" xml:"DiskType"`
	DiskSize int    `json:"DiskSize" xml:"DiskSize"`
}

Disk is a nested struct in emr response

type DiskInfo ¶

type DiskInfo struct {
	Device   string `json:"Device" xml:"Device"`
	DiskName string `json:"DiskName" xml:"DiskName"`
	DiskId   string `json:"DiskId" xml:"DiskId"`
	Type     string `json:"Type" xml:"Type"`
	Size     int    `json:"Size" xml:"Size"`
}

DiskInfo is a nested struct in emr response

type DiskInfos ¶

type DiskInfos struct {
	DiskInfo []DiskInfo `json:"DiskInfo" xml:"DiskInfo"`
}

DiskInfos is a nested struct in emr response

type DiskList ¶

type DiskList struct {
	Disk []Disk `json:"Disk" xml:"Disk"`
}

DiskList is a nested struct in emr response

type Distribution ¶

type Distribution struct {
	Partition       int         `json:"Partition" xml:"Partition"`
	Offset          int         `json:"Offset" xml:"Offset"`
	Leader          int         `json:"Leader" xml:"Leader"`
	PreferredLeader bool        `json:"PreferredLeader" xml:"PreferredLeader"`
	UnderReplicated bool        `json:"UnderReplicated" xml:"UnderReplicated"`
	LogEndOffset    int         `json:"LogEndOffset" xml:"LogEndOffset"`
	IsrList         IsrList     `json:"IsrList" xml:"IsrList"`
	ReplicaList     ReplicaList `json:"ReplicaList" xml:"ReplicaList"`
}

Distribution is a nested struct in emr response

type DistributionList ¶

type DistributionList struct {
	Distribution []Distribution `json:"Distribution" xml:"Distribution"`
}

DistributionList is a nested struct in emr response

type DriverResource ¶

type DriverResource struct {
	Vcores  int `json:"Vcores" xml:"Vcores"`
	MemSize int `json:"MemSize" xml:"MemSize"`
}

DriverResource is a nested struct in emr response

type EcmResourcePool ¶

type EcmResourcePool struct {
	Id             int    `json:"Id" xml:"Id"`
	Name           string `json:"Name" xml:"Name"`
	PoolType       string `json:"PoolType" xml:"PoolType"`
	Active         bool   `json:"Active" xml:"Active"`
	Note           string `json:"Note" xml:"Note"`
	UserId         string `json:"UserId" xml:"UserId"`
	YarnSiteConfig string `json:"YarnSiteConfig" xml:"YarnSiteConfig"`
}

EcmResourcePool is a nested struct in emr response

type EcmResourcePoolConfig ¶

type EcmResourcePoolConfig struct {
	Category    string `json:"Category" xml:"Category"`
	ConfigType  string `json:"ConfigType" xml:"ConfigType"`
	Id          int    `json:"Id" xml:"Id"`
	ConfigKey   string `json:"ConfigKey" xml:"ConfigKey"`
	ConfigValue string `json:"ConfigValue" xml:"ConfigValue"`
	Status      string `json:"Status" xml:"Status"`
	Note        string `json:"Note" xml:"Note"`
}

EcmResourcePoolConfig is a nested struct in emr response

type EcmResourcePoolConfigListInListResourcePool ¶

type EcmResourcePoolConfigListInListResourcePool struct {
	EcmResourcePoolConfig []EcmResourcePoolConfig `json:"EcmResourcePoolConfig" xml:"EcmResourcePoolConfig"`
}

EcmResourcePoolConfigListInListResourcePool is a nested struct in emr response

type EcmResourceQueue ¶

type EcmResourceQueue struct {
	Name           string `json:"Name" xml:"Name"`
	QualifiedName  string `json:"QualifiedName" xml:"QualifiedName"`
	UserId         string `json:"UserId" xml:"UserId"`
	QueueType      string `json:"QueueType" xml:"QueueType"`
	Id             int    `json:"Id" xml:"Id"`
	ParentQueueId  int    `json:"ParentQueueId" xml:"ParentQueueId"`
	Status         string `json:"Status" xml:"Status"`
	Leaf           bool   `json:"Leaf" xml:"Leaf"`
	ResourcePoolId int    `json:"ResourcePoolId" xml:"ResourcePoolId"`
}

EcmResourceQueue is a nested struct in emr response

type EcsOrderInfo ¶

type EcsOrderInfo struct {
	Index        int    `json:"Index" xml:"Index"`
	NodeCount    int    `json:"NodeCount" xml:"NodeCount"`
	InstanceType string `json:"InstanceType" xml:"InstanceType"`
	DiskType     string `json:"DiskType" xml:"DiskType"`
	DiskCapacity int    `json:"DiskCapacity" xml:"DiskCapacity"`
	NodeType     string `json:"NodeType" xml:"NodeType"`
	DiskCount    int    `json:"DiskCount" xml:"DiskCount"`
}

EcsOrderInfo is a nested struct in emr response

type EcsOrders ¶

type EcsOrders struct {
	EcsOrderInfo []EcsOrderInfo `json:"EcsOrderInfo" xml:"EcsOrderInfo"`
}

EcsOrders is a nested struct in emr response

type EffectWay ¶

type EffectWay struct {
	EffectType        string `json:"EffectType" xml:"EffectType"`
	InvokeServiceName string `json:"InvokeServiceName" xml:"InvokeServiceName"`
}

EffectWay is a nested struct in emr response

type EmrAlarmHistory ¶

type EmrAlarmHistory struct {
	ClusterId     string `json:"ClusterId" xml:"ClusterId"`
	Role          string `json:"Role" xml:"Role"`
	InstanceId    string `json:"InstanceId" xml:"InstanceId"`
	Name          string `json:"Name" xml:"Name"`
	MetricName    string `json:"MetricName" xml:"MetricName"`
	AlarmTime     int    `json:"AlarmTime" xml:"AlarmTime"`
	LastTime      int    `json:"LastTime" xml:"LastTime"`
	State         string `json:"State" xml:"State"`
	Status        int    `json:"Status" xml:"Status"`
	ContactGroups string `json:"ContactGroups" xml:"ContactGroups"`
}

EmrAlarmHistory is a nested struct in emr response

type EmrInstanceType ¶

type EmrInstanceType struct {
	InstanceType         string `json:"InstanceType" xml:"InstanceType"`
	CpuCoreCount         int    `json:"CpuCoreCount" xml:"CpuCoreCount"`
	MemorySize           int    `json:"MemorySize" xml:"MemorySize"`
	InstanceTypeFamily   string `json:"InstanceTypeFamily" xml:"InstanceTypeFamily"`
	LocalStorageCapacity int    `json:"LocalStorageCapacity" xml:"LocalStorageCapacity"`
	LocalStorageAmount   int    `json:"LocalStorageAmount" xml:"LocalStorageAmount"`
	LocalStorageCategory string `json:"LocalStorageCategory" xml:"LocalStorageCategory"`
	GPUAmount            int    `json:"GPUAmount" xml:"GPUAmount"`
	GPUSpec              string `json:"GPUSpec" xml:"GPUSpec"`
	InitialCredit        int    `json:"InitialCredit" xml:"InitialCredit"`
	BaselineCredit       int    `json:"BaselineCredit" xml:"BaselineCredit"`
	EniQuantity          int    `json:"EniQuantity" xml:"EniQuantity"`
	InstanceBandwidthRx  int    `json:"InstanceBandwidthRx" xml:"InstanceBandwidthRx"`
	InstanceBandwidthTx  int    `json:"InstanceBandwidthTx" xml:"InstanceBandwidthTx"`
	InstancePpsRx        int    `json:"InstancePpsRx" xml:"InstancePpsRx"`
	InstancePpsTx        int    `json:"InstancePpsTx" xml:"InstancePpsTx"`
}

EmrInstanceType is a nested struct in emr response

type EmrMainVersion ¶

type EmrMainVersion struct {
	EcmVersion          bool                                    `json:"EcmVersion" xml:"EcmVersion"`
	RegionId            string                                  `json:"RegionId" xml:"RegionId"`
	EmrVersion          string                                  `json:"EmrVersion" xml:"EmrVersion"`
	Display             bool                                    `json:"Display" xml:"Display"`
	ImageId             string                                  `json:"ImageId" xml:"ImageId"`
	MainVersionName     string                                  `json:"MainVersionName" xml:"MainVersionName"`
	StackName           string                                  `json:"StackName" xml:"StackName"`
	StackVersion        string                                  `json:"StackVersion" xml:"StackVersion"`
	WhiteUserList       WhiteUserListInListEmrMainVersion       `json:"WhiteUserList" xml:"WhiteUserList"`
	ClusterTypeInfoList ClusterTypeInfoListInListEmrMainVersion `json:"ClusterTypeInfoList" xml:"ClusterTypeInfoList"`
}

EmrMainVersion is a nested struct in emr response

type EmrMainVersionListInListEmrAvailableConfig ¶

type EmrMainVersionListInListEmrAvailableConfig struct {
	EmrMainVersion []EmrMainVersion `json:"EmrMainVersion" xml:"EmrMainVersion"`
}

EmrMainVersionListInListEmrAvailableConfig is a nested struct in emr response

type EmrMainVersionListInListEmrMainVersion ¶

type EmrMainVersionListInListEmrMainVersion struct {
	EmrMainVersion []EmrMainVersion `json:"EmrMainVersion" xml:"EmrMainVersion"`
}

EmrMainVersionListInListEmrMainVersion is a nested struct in emr response

type EmrResourceInfo ¶

type EmrResourceInfo struct {
	Type                  string                `json:"Type" xml:"Type"`
	SupportedResourceList SupportedResourceList `json:"SupportedResourceList" xml:"SupportedResourceList"`
}

EmrResourceInfo is a nested struct in emr response

type EmrResourceInfoList ¶

type EmrResourceInfoList struct {
	EmrResourceInfo []EmrResourceInfo `json:"EmrResourceInfo" xml:"EmrResourceInfo"`
}

EmrResourceInfoList is a nested struct in emr response

type EmrSupportInstanceType ¶

type EmrSupportInstanceType struct {
	ClusterType             string                  `json:"ClusterType" xml:"ClusterType"`
	NodeTypeSupportInfoList NodeTypeSupportInfoList `json:"NodeTypeSupportInfoList" xml:"NodeTypeSupportInfoList"`
}

EmrSupportInstanceType is a nested struct in emr response

type EmrSupportedInstanceTypeList ¶

type EmrSupportedInstanceTypeList struct {
	EmrSupportInstanceType []EmrSupportInstanceType `json:"EmrSupportInstanceType" xml:"EmrSupportInstanceType"`
}

EmrSupportedInstanceTypeList is a nested struct in emr response

type EmrZoneInfo ¶

type EmrZoneInfo struct {
	ZoneId              string              `json:"ZoneId" xml:"ZoneId"`
	EmrResourceInfoList EmrResourceInfoList `json:"EmrResourceInfoList" xml:"EmrResourceInfoList"`
}

EmrZoneInfo is a nested struct in emr response

type EmrZoneInfoList ¶

type EmrZoneInfoList struct {
	EmrZoneInfo []EmrZoneInfo `json:"EmrZoneInfo" xml:"EmrZoneInfo"`
}

EmrZoneInfoList is a nested struct in emr response

type Entries ¶

type Entries struct {
	ValueEntryInfo []ValueEntryInfo `json:"ValueEntryInfo" xml:"ValueEntryInfo"`
}

Entries is a nested struct in emr response

type ExecutePlanMigrateInfo ¶

type ExecutePlanMigrateInfo struct {
	Id                    int       `json:"Id" xml:"Id"`
	BizId                 string    `json:"BizId" xml:"BizId"`
	CreateTime            string    `json:"CreateTime" xml:"CreateTime"`
	Name                  string    `json:"Name" xml:"Name"`
	Status                int       `json:"Status" xml:"Status"`
	CronExpr              string    `json:"CronExpr" xml:"CronExpr"`
	StartScheduleTime     string    `json:"StartScheduleTime" xml:"StartScheduleTime"`
	IsCycle               int       `json:"IsCycle" xml:"IsCycle"`
	BuildClusterCondition string    `json:"BuildClusterCondition" xml:"BuildClusterCondition"`
	JobList               []JobInfo `json:"JobList" xml:"JobList"`
}

ExecutePlanMigrateInfo is a nested struct in emr response

type ExecutePlanMigrateInfoList ¶

type ExecutePlanMigrateInfoList struct {
	ExecutePlanMigrateInfo []ExecutePlanMigrateInfo `json:"ExecutePlanMigrateInfo" xml:"ExecutePlanMigrateInfo"`
}

ExecutePlanMigrateInfoList is a nested struct in emr response

type ExecutionPlan ¶

type ExecutionPlan struct {
	BizId                string `json:"BizId" xml:"BizId"`
	Name                 string `json:"Name" xml:"Name"`
	Status               int    `json:"Status" xml:"Status"`
	LastExeStatus        int    `json:"LastExeStatus" xml:"LastExeStatus"`
	IsCreateCluster      bool   `json:"IsCreateCluster" xml:"IsCreateCluster"`
	IsInterruptWhenError bool   `json:"IsInterruptWhenError" xml:"IsInterruptWhenError"`
	IsCycle              bool   `json:"IsCycle" xml:"IsCycle"`
	ScheduleCycle        string `json:"ScheduleCycle" xml:"ScheduleCycle"`
	RegionId             string `json:"RegionId" xml:"RegionId"`
	CronExpr             string `json:"CronExpr" xml:"CronExpr"`
	UtcCreateTimestamp   int    `json:"UtcCreateTimestamp" xml:"UtcCreateTimestamp"`
	UtcModifiedTimestamp int    `json:"UtcModifiedTimestamp" xml:"UtcModifiedTimestamp"`
	Version              string `json:"Version" xml:"Version"`
	ClusterTemplateId    string `json:"ClusterTemplateId" xml:"ClusterTemplateId"`
}

ExecutionPlan is a nested struct in emr response

type ExecutionPlanInfo ¶

type ExecutionPlanInfo struct {
	Id                    string `json:"Id" xml:"Id"`
	Name                  string `json:"Name" xml:"Name"`
	CreateClusterOnDemand bool   `json:"CreateClusterOnDemand" xml:"CreateClusterOnDemand"`
	Stragety              string `json:"Stragety" xml:"Stragety"`
	Status                string `json:"Status" xml:"Status"`
	TimeInterval          int    `json:"TimeInterval" xml:"TimeInterval"`
	StartTime             int    `json:"StartTime" xml:"StartTime"`
	TimeUnit              string `json:"TimeUnit" xml:"TimeUnit"`
}

ExecutionPlanInfo is a nested struct in emr response

type ExecutionPlanInstance ¶

type ExecutionPlanInstance struct {
	Id                string `json:"Id" xml:"Id"`
	ExecutionPlanId   string `json:"ExecutionPlanId" xml:"ExecutionPlanId"`
	ExecutionPlanName string `json:"ExecutionPlanName" xml:"ExecutionPlanName"`
	StartTime         int    `json:"StartTime" xml:"StartTime"`
	RunTime           int    `json:"RunTime" xml:"RunTime"`
	ClusterId         string `json:"ClusterId" xml:"ClusterId"`
	ClusterName       string `json:"ClusterName" xml:"ClusterName"`
	ClusterType       string `json:"ClusterType" xml:"ClusterType"`
	Status            string `json:"Status" xml:"Status"`
	LogEnable         bool   `json:"LogEnable" xml:"LogEnable"`
	LogPath           string `json:"LogPath" xml:"LogPath"`
	WorkflowApp       string `json:"WorkflowApp" xml:"WorkflowApp"`
}

ExecutionPlanInstance is a nested struct in emr response

type ExecutionPlanInstances ¶

type ExecutionPlanInstances struct {
	ExecutionPlanInstance []ExecutionPlanInstance `json:"ExecutionPlanInstance" xml:"ExecutionPlanInstance"`
}

ExecutionPlanInstances is a nested struct in emr response

type ExecutionPlans ¶

type ExecutionPlans struct {
	ExecutionPlanInfo []ExecutionPlanInfo `json:"ExecutionPlanInfo" xml:"ExecutionPlanInfo"`
}

ExecutionPlans is a nested struct in emr response

type ExecutorResource ¶

type ExecutorResource struct {
	Vcores  int `json:"Vcores" xml:"Vcores"`
	MemSize int `json:"MemSize" xml:"MemSize"`
}

ExecutorResource is a nested struct in emr response

type FailReason ¶

type FailReason struct {
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
}

FailReason is a nested struct in emr response

type Field ¶

type Field struct {
	Name        string `json:"Name" xml:"Name"`
	AssignType  string `json:"AssignType" xml:"AssignType"`
	RawType     string `json:"RawType" xml:"RawType"`
	AssignValue string `json:"AssignValue" xml:"AssignValue"`
	Type        string `json:"Type" xml:"Type"`
	Index       int    `json:"Index" xml:"Index"`
}

Field is a nested struct in emr response

type FieldsInDescribeDataSourceSchemaTable ¶

type FieldsInDescribeDataSourceSchemaTable struct {
	Field []Field `json:"Field" xml:"Field"`
}

FieldsInDescribeDataSourceSchemaTable is a nested struct in emr response

type FieldsInDescribeETLJobSqlSchema ¶

type FieldsInDescribeETLJobSqlSchema struct {
	Field []Field `json:"Field" xml:"Field"`
}

FieldsInDescribeETLJobSqlSchema is a nested struct in emr response

type FieldsInDescribeETLJobStageOutputSchema ¶

type FieldsInDescribeETLJobStageOutputSchema struct {
	Field []Field `json:"Field" xml:"Field"`
}

FieldsInDescribeETLJobStageOutputSchema is a nested struct in emr response

type FieldsInListDataSourceSchemaTable ¶

type FieldsInListDataSourceSchemaTable struct {
	Field []Field `json:"Field" xml:"Field"`
}

FieldsInListDataSourceSchemaTable is a nested struct in emr response

type Flow ¶

type Flow struct {
	FlowItem []FlowItem `json:"FlowItem" xml:"FlowItem"`
}

Flow is a nested struct in emr response

type FlowInstance ¶

type FlowInstance struct {
	Id            string `json:"Id" xml:"Id"`
	GmtCreate     int    `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified   int    `json:"GmtModified" xml:"GmtModified"`
	FlowId        string `json:"FlowId" xml:"FlowId"`
	FlowName      string `json:"FlowName" xml:"FlowName"`
	ProjectId     string `json:"ProjectId" xml:"ProjectId"`
	Status        string `json:"Status" xml:"Status"`
	ClusterId     string `json:"ClusterId" xml:"ClusterId"`
	Owner         string `json:"Owner" xml:"Owner"`
	StartTime     int    `json:"StartTime" xml:"StartTime"`
	EndTime       int    `json:"EndTime" xml:"EndTime"`
	Duration      int    `json:"Duration" xml:"Duration"`
	HasNodeFailed bool   `json:"HasNodeFailed" xml:"HasNodeFailed"`
}

FlowInstance is a nested struct in emr response

type FlowInstances ¶

type FlowInstances struct {
	FlowInstance []FlowInstance `json:"FlowInstance" xml:"FlowInstance"`
}

FlowInstances is a nested struct in emr response

type FlowItem ¶

type FlowItem struct {
	Id                      string `json:"Id" xml:"Id"`
	GmtCreate               int    `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified             int    `json:"GmtModified" xml:"GmtModified"`
	Name                    string `json:"Name" xml:"Name"`
	Description             string `json:"Description" xml:"Description"`
	Type                    string `json:"Type" xml:"Type"`
	Status                  string `json:"Status" xml:"Status"`
	Periodic                bool   `json:"Periodic" xml:"Periodic"`
	StartSchedule           int    `json:"StartSchedule" xml:"StartSchedule"`
	EndSchedule             int    `json:"EndSchedule" xml:"EndSchedule"`
	CronExpr                string `json:"CronExpr" xml:"CronExpr"`
	CreateCluster           bool   `json:"CreateCluster" xml:"CreateCluster"`
	ClusterId               string `json:"ClusterId" xml:"ClusterId"`
	ProjectId               string `json:"ProjectId" xml:"ProjectId"`
	HostName                string `json:"HostName" xml:"HostName"`
	Graph                   string `json:"Graph" xml:"Graph"`
	AlertUserGroupBizId     string `json:"AlertUserGroupBizId" xml:"AlertUserGroupBizId"`
	AlertDingDingGroupBizId string `json:"AlertDingDingGroupBizId" xml:"AlertDingDingGroupBizId"`
	AlertConf               string `json:"AlertConf" xml:"AlertConf"`
	CategoryId              string `json:"CategoryId" xml:"CategoryId"`
}

FlowItem is a nested struct in emr response

type FlowNodeInstance ¶

type FlowNodeInstance struct {
	Id               string `json:"Id" xml:"Id"`
	GmtCreate        int    `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified      int    `json:"GmtModified" xml:"GmtModified"`
	Type             string `json:"Type" xml:"Type"`
	Status           string `json:"Status" xml:"Status"`
	JobId            string `json:"JobId" xml:"JobId"`
	JobName          string `json:"JobName" xml:"JobName"`
	JobType          string `json:"JobType" xml:"JobType"`
	JobParams        string `json:"JobParams" xml:"JobParams"`
	FailAct          string `json:"FailAct" xml:"FailAct"`
	MaxRetry         string `json:"MaxRetry" xml:"MaxRetry"`
	RetryInterval    string `json:"RetryInterval" xml:"RetryInterval"`
	NodeName         string `json:"NodeName" xml:"NodeName"`
	FlowId           string `json:"FlowId" xml:"FlowId"`
	FlowInstanceId   string `json:"FlowInstanceId" xml:"FlowInstanceId"`
	ClusterId        string `json:"ClusterId" xml:"ClusterId"`
	HostName         string `json:"HostName" xml:"HostName"`
	ProjectId        string `json:"ProjectId" xml:"ProjectId"`
	Pending          bool   `json:"Pending" xml:"Pending"`
	StartTime        int    `json:"StartTime" xml:"StartTime"`
	EndTime          int    `json:"EndTime" xml:"EndTime"`
	Duration         int    `json:"Duration" xml:"Duration"`
	Retries          int    `json:"Retries" xml:"Retries"`
	ExternalId       string `json:"ExternalId" xml:"ExternalId"`
	ExternalSubId    string `json:"ExternalSubId" xml:"ExternalSubId"`
	ExternalChildIds string `json:"ExternalChildIds" xml:"ExternalChildIds"`
	ExternalStatus   string `json:"ExternalStatus" xml:"ExternalStatus"`
	ExternalInfo     string `json:"ExternalInfo" xml:"ExternalInfo"`
}

FlowNodeInstance is a nested struct in emr response

type FlowNodeInstances ¶

type FlowNodeInstances struct {
	FlowNodeInstance []FlowNodeInstance `json:"FlowNodeInstance" xml:"FlowNodeInstance"`
}

FlowNodeInstances is a nested struct in emr response

type FlowRelation ¶

type FlowRelation struct {
	FlowJobInstanceId string `json:"FlowJobInstanceId" xml:"FlowJobInstanceId"`
	FlowJobId         string `json:"FlowJobId" xml:"FlowJobId"`
}

FlowRelation is a nested struct in emr response

type FlowRelationListInDescribeETLJobInstance ¶

type FlowRelationListInDescribeETLJobInstance struct {
	FlowRelation []FlowRelation `json:"FlowRelation" xml:"FlowRelation"`
}

FlowRelationListInDescribeETLJobInstance is a nested struct in emr response

type FlowRelationListInListETLJobInstance ¶

type FlowRelationListInListETLJobInstance struct {
	FlowRelation []FlowRelation `json:"FlowRelation" xml:"FlowRelation"`
}

FlowRelationListInListETLJobInstance is a nested struct in emr response

type GatewayClusterInfo ¶

type GatewayClusterInfo struct {
	ClusterId   string `json:"ClusterId" xml:"ClusterId"`
	ClusterName string `json:"ClusterName" xml:"ClusterName"`
	Status      string `json:"Status" xml:"Status"`
}

GatewayClusterInfo is a nested struct in emr response

type GatewayClusterInfoList ¶

type GatewayClusterInfoList struct {
	GatewayClusterInfo []GatewayClusterInfo `json:"GatewayClusterInfo" xml:"GatewayClusterInfo"`
}

GatewayClusterInfoList is a nested struct in emr response

type GetHdfsCapacityStatisticInfoRequest ¶

type GetHdfsCapacityStatisticInfoRequest struct {
	*requests.RpcRequest
	FromDatetime    string           `position:"Query" name:"FromDatetime"`
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	ToDatetime      string           `position:"Query" name:"ToDatetime"`
}

GetHdfsCapacityStatisticInfoRequest is the request struct for api GetHdfsCapacityStatisticInfo

func CreateGetHdfsCapacityStatisticInfoRequest ¶

func CreateGetHdfsCapacityStatisticInfoRequest() (request *GetHdfsCapacityStatisticInfoRequest)

CreateGetHdfsCapacityStatisticInfoRequest creates a request to invoke GetHdfsCapacityStatisticInfo API

type GetHdfsCapacityStatisticInfoResponse ¶

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

GetHdfsCapacityStatisticInfoResponse is the response struct for api GetHdfsCapacityStatisticInfo

func CreateGetHdfsCapacityStatisticInfoResponse ¶

func CreateGetHdfsCapacityStatisticInfoResponse() (response *GetHdfsCapacityStatisticInfoResponse)

CreateGetHdfsCapacityStatisticInfoResponse creates a response to parse from GetHdfsCapacityStatisticInfo response

type GetJobInputStatisticInfoRequest ¶

type GetJobInputStatisticInfoRequest struct {
	*requests.RpcRequest
	FromDatetime    string           `position:"Query" name:"FromDatetime"`
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	ToDatetime      string           `position:"Query" name:"ToDatetime"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
}

GetJobInputStatisticInfoRequest is the request struct for api GetJobInputStatisticInfo

func CreateGetJobInputStatisticInfoRequest ¶

func CreateGetJobInputStatisticInfoRequest() (request *GetJobInputStatisticInfoRequest)

CreateGetJobInputStatisticInfoRequest creates a request to invoke GetJobInputStatisticInfo API

type GetJobInputStatisticInfoResponse ¶

type GetJobInputStatisticInfoResponse struct {
	*responses.BaseResponse
	RequestId    string       `json:"RequestId" xml:"RequestId"`
	Total        int          `json:"Total" xml:"Total"`
	PageNumber   int          `json:"PageNumber" xml:"PageNumber"`
	PageSize     int          `json:"PageSize" xml:"PageSize"`
	JobInputList JobInputList `json:"JobInputList" xml:"JobInputList"`
}

GetJobInputStatisticInfoResponse is the response struct for api GetJobInputStatisticInfo

func CreateGetJobInputStatisticInfoResponse ¶

func CreateGetJobInputStatisticInfoResponse() (response *GetJobInputStatisticInfoResponse)

CreateGetJobInputStatisticInfoResponse creates a response to parse from GetJobInputStatisticInfo response

type GetJobMigrateResultRequest ¶

type GetJobMigrateResultRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

GetJobMigrateResultRequest is the request struct for api GetJobMigrateResult

func CreateGetJobMigrateResultRequest ¶

func CreateGetJobMigrateResultRequest() (request *GetJobMigrateResultRequest)

CreateGetJobMigrateResultRequest creates a request to invoke GetJobMigrateResult API

type GetJobMigrateResultResponse ¶

type GetJobMigrateResultResponse struct {
	*responses.BaseResponse
	Result string `json:"Result" xml:"Result"`
}

GetJobMigrateResultResponse is the response struct for api GetJobMigrateResult

func CreateGetJobMigrateResultResponse ¶

func CreateGetJobMigrateResultResponse() (response *GetJobMigrateResultResponse)

CreateGetJobMigrateResultResponse creates a response to parse from GetJobMigrateResult response

type GetJobOutputStatisticInfoRequest ¶

type GetJobOutputStatisticInfoRequest struct {
	*requests.RpcRequest
	FromDatetime    string           `position:"Query" name:"FromDatetime"`
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	ToDatetime      string           `position:"Query" name:"ToDatetime"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
}

GetJobOutputStatisticInfoRequest is the request struct for api GetJobOutputStatisticInfo

func CreateGetJobOutputStatisticInfoRequest ¶

func CreateGetJobOutputStatisticInfoRequest() (request *GetJobOutputStatisticInfoRequest)

CreateGetJobOutputStatisticInfoRequest creates a request to invoke GetJobOutputStatisticInfo API

type GetJobOutputStatisticInfoResponse ¶

type GetJobOutputStatisticInfoResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	Total         int           `json:"Total" xml:"Total"`
	PageNumber    int           `json:"PageNumber" xml:"PageNumber"`
	PageSize      int           `json:"PageSize" xml:"PageSize"`
	JobOutputList JobOutputList `json:"JobOutputList" xml:"JobOutputList"`
}

GetJobOutputStatisticInfoResponse is the response struct for api GetJobOutputStatisticInfo

func CreateGetJobOutputStatisticInfoResponse ¶

func CreateGetJobOutputStatisticInfoResponse() (response *GetJobOutputStatisticInfoResponse)

CreateGetJobOutputStatisticInfoResponse creates a response to parse from GetJobOutputStatisticInfo response

type GetJobRunningTimeStatisticInfoRequest ¶

type GetJobRunningTimeStatisticInfoRequest struct {
	*requests.RpcRequest
	FromDatetime    string           `position:"Query" name:"FromDatetime"`
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	ToDatetime      string           `position:"Query" name:"ToDatetime"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
}

GetJobRunningTimeStatisticInfoRequest is the request struct for api GetJobRunningTimeStatisticInfo

func CreateGetJobRunningTimeStatisticInfoRequest ¶

func CreateGetJobRunningTimeStatisticInfoRequest() (request *GetJobRunningTimeStatisticInfoRequest)

CreateGetJobRunningTimeStatisticInfoRequest creates a request to invoke GetJobRunningTimeStatisticInfo API

type GetJobRunningTimeStatisticInfoResponse ¶

type GetJobRunningTimeStatisticInfoResponse struct {
	*responses.BaseResponse
	RequestId       string          `json:"RequestId" xml:"RequestId"`
	Total           int             `json:"Total" xml:"Total"`
	PageNumber      int             `json:"PageNumber" xml:"PageNumber"`
	PageSize        int             `json:"PageSize" xml:"PageSize"`
	RunningTimeList RunningTimeList `json:"RunningTimeList" xml:"RunningTimeList"`
}

GetJobRunningTimeStatisticInfoResponse is the response struct for api GetJobRunningTimeStatisticInfo

func CreateGetJobRunningTimeStatisticInfoResponse ¶

func CreateGetJobRunningTimeStatisticInfoResponse() (response *GetJobRunningTimeStatisticInfoResponse)

CreateGetJobRunningTimeStatisticInfoResponse creates a response to parse from GetJobRunningTimeStatisticInfo response

type GetLogDownloadUrlRequest ¶

type GetLogDownloadUrlRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	HostName        string           `position:"Query" name:"HostName"`
	LogstoreName    string           `position:"Query" name:"LogstoreName"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	LogFileName     string           `position:"Query" name:"LogFileName"`
}

GetLogDownloadUrlRequest is the request struct for api GetLogDownloadUrl

func CreateGetLogDownloadUrlRequest ¶

func CreateGetLogDownloadUrlRequest() (request *GetLogDownloadUrlRequest)

CreateGetLogDownloadUrlRequest creates a request to invoke GetLogDownloadUrl API

type GetLogDownloadUrlResponse ¶

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

GetLogDownloadUrlResponse is the response struct for api GetLogDownloadUrl

func CreateGetLogDownloadUrlResponse ¶

func CreateGetLogDownloadUrlResponse() (response *GetLogDownloadUrlResponse)

CreateGetLogDownloadUrlResponse creates a response to parse from GetLogDownloadUrl response

type GetLogHistogramRequest ¶

type GetLogHistogramRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	HostInnerIp     string           `position:"Query" name:"HostInnerIp"`
	HostName        string           `position:"Query" name:"HostName"`
	LogstoreName    string           `position:"Query" name:"LogstoreName"`
	FromTimestamp   requests.Integer `position:"Query" name:"FromTimestamp"`
	ToTimestamp     requests.Integer `position:"Query" name:"ToTimestamp"`
	SlsQueryString  string           `position:"Query" name:"SlsQueryString"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

GetLogHistogramRequest is the request struct for api GetLogHistogram

func CreateGetLogHistogramRequest ¶

func CreateGetLogHistogramRequest() (request *GetLogHistogramRequest)

CreateGetLogHistogramRequest creates a request to invoke GetLogHistogram API

type GetLogHistogramResponse ¶

type GetLogHistogramResponse struct {
	*responses.BaseResponse
	RequestId           string              `json:"RequestId" xml:"RequestId"`
	Completed           bool                `json:"Completed" xml:"Completed"`
	TotalCount          int                 `json:"TotalCount" xml:"TotalCount"`
	SlsLogHistogramList SlsLogHistogramList `json:"SlsLogHistogramList" xml:"SlsLogHistogramList"`
}

GetLogHistogramResponse is the response struct for api GetLogHistogram

func CreateGetLogHistogramResponse ¶

func CreateGetLogHistogramResponse() (response *GetLogHistogramResponse)

CreateGetLogHistogramResponse creates a response to parse from GetLogHistogram response

type GetOpsCommandDetailRequest ¶

type GetOpsCommandDetailRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	OpsCommandName  string           `position:"Query" name:"OpsCommandName"`
}

GetOpsCommandDetailRequest is the request struct for api GetOpsCommandDetail

func CreateGetOpsCommandDetailRequest ¶

func CreateGetOpsCommandDetailRequest() (request *GetOpsCommandDetailRequest)

CreateGetOpsCommandDetailRequest creates a request to invoke GetOpsCommandDetail API

type GetOpsCommandDetailResponse ¶

type GetOpsCommandDetailResponse struct {
	*responses.BaseResponse
	RequestId   string `json:"RequestId" xml:"RequestId"`
	Id          int    `json:"Id" xml:"Id"`
	Name        string `json:"Name" xml:"Name"`
	Description string `json:"Description" xml:"Description"`
	TargetType  string `json:"TargetType" xml:"TargetType"`
	ServiceName string `json:"ServiceName" xml:"ServiceName"`
	Category    string `json:"Category" xml:"Category"`
	Params      string `json:"Params" xml:"Params"`
}

GetOpsCommandDetailResponse is the response struct for api GetOpsCommandDetail

func CreateGetOpsCommandDetailResponse ¶

func CreateGetOpsCommandDetailResponse() (response *GetOpsCommandDetailResponse)

CreateGetOpsCommandDetailResponse creates a response to parse from GetOpsCommandDetail response

type GetOpsCommandResultOnceRequest ¶

type GetOpsCommandResultOnceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	TaskId          requests.Integer `position:"Query" name:"TaskId"`
}

GetOpsCommandResultOnceRequest is the request struct for api GetOpsCommandResultOnce

func CreateGetOpsCommandResultOnceRequest ¶

func CreateGetOpsCommandResultOnceRequest() (request *GetOpsCommandResultOnceRequest)

CreateGetOpsCommandResultOnceRequest creates a request to invoke GetOpsCommandResultOnce API

type GetOpsCommandResultOnceResponse ¶

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

GetOpsCommandResultOnceResponse is the response struct for api GetOpsCommandResultOnce

func CreateGetOpsCommandResultOnceResponse ¶

func CreateGetOpsCommandResultOnceResponse() (response *GetOpsCommandResultOnceResponse)

CreateGetOpsCommandResultOnceResponse creates a response to parse from GetOpsCommandResultOnce response

type GetOpsCommandResultRequest ¶

type GetOpsCommandResultRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	EndCursor       requests.Integer `position:"Query" name:"EndCursor"`
	StartCursor     requests.Integer `position:"Query" name:"StartCursor"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	TaskId          requests.Integer `position:"Query" name:"TaskId"`
}

GetOpsCommandResultRequest is the request struct for api GetOpsCommandResult

func CreateGetOpsCommandResultRequest ¶

func CreateGetOpsCommandResultRequest() (request *GetOpsCommandResultRequest)

CreateGetOpsCommandResultRequest creates a request to invoke GetOpsCommandResult API

type GetOpsCommandResultResponse ¶

type GetOpsCommandResultResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Content   string `json:"Content" xml:"Content"`
	Cursor    int    `json:"Cursor" xml:"Cursor"`
	Finished  bool   `json:"Finished" xml:"Finished"`
}

GetOpsCommandResultResponse is the response struct for api GetOpsCommandResult

func CreateGetOpsCommandResultResponse ¶

func CreateGetOpsCommandResultResponse() (response *GetOpsCommandResultResponse)

CreateGetOpsCommandResultResponse creates a response to parse from GetOpsCommandResult response

type GetQueueInputStatisticInfoRequest ¶

type GetQueueInputStatisticInfoRequest struct {
	*requests.RpcRequest
	FromDatetime    string           `position:"Query" name:"FromDatetime"`
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	ToDatetime      string           `position:"Query" name:"ToDatetime"`
}

GetQueueInputStatisticInfoRequest is the request struct for api GetQueueInputStatisticInfo

func CreateGetQueueInputStatisticInfoRequest ¶

func CreateGetQueueInputStatisticInfoRequest() (request *GetQueueInputStatisticInfoRequest)

CreateGetQueueInputStatisticInfoRequest creates a request to invoke GetQueueInputStatisticInfo API

type GetQueueInputStatisticInfoResponse ¶

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

GetQueueInputStatisticInfoResponse is the response struct for api GetQueueInputStatisticInfo

func CreateGetQueueInputStatisticInfoResponse ¶

func CreateGetQueueInputStatisticInfoResponse() (response *GetQueueInputStatisticInfoResponse)

CreateGetQueueInputStatisticInfoResponse creates a response to parse from GetQueueInputStatisticInfo response

type GetQueueOutputStatisticInfoRequest ¶

type GetQueueOutputStatisticInfoRequest struct {
	*requests.RpcRequest
	FromDatetime    string           `position:"Query" name:"FromDatetime"`
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	ToDatetime      string           `position:"Query" name:"ToDatetime"`
}

GetQueueOutputStatisticInfoRequest is the request struct for api GetQueueOutputStatisticInfo

func CreateGetQueueOutputStatisticInfoRequest ¶

func CreateGetQueueOutputStatisticInfoRequest() (request *GetQueueOutputStatisticInfoRequest)

CreateGetQueueOutputStatisticInfoRequest creates a request to invoke GetQueueOutputStatisticInfo API

type GetQueueOutputStatisticInfoResponse ¶

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

GetQueueOutputStatisticInfoResponse is the response struct for api GetQueueOutputStatisticInfo

func CreateGetQueueOutputStatisticInfoResponse ¶

func CreateGetQueueOutputStatisticInfoResponse() (response *GetQueueOutputStatisticInfoResponse)

CreateGetQueueOutputStatisticInfoResponse creates a response to parse from GetQueueOutputStatisticInfo response

type GetQueueSubmissionStatisticInfoRequest ¶

type GetQueueSubmissionStatisticInfoRequest struct {
	*requests.RpcRequest
	FromDatetime    string           `position:"Query" name:"FromDatetime"`
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	ToDatetime      string           `position:"Query" name:"ToDatetime"`
	ApplicationType string           `position:"Query" name:"ApplicationType"`
	FinalStatus     string           `position:"Query" name:"FinalStatus"`
}

GetQueueSubmissionStatisticInfoRequest is the request struct for api GetQueueSubmissionStatisticInfo

func CreateGetQueueSubmissionStatisticInfoRequest ¶

func CreateGetQueueSubmissionStatisticInfoRequest() (request *GetQueueSubmissionStatisticInfoRequest)

CreateGetQueueSubmissionStatisticInfoRequest creates a request to invoke GetQueueSubmissionStatisticInfo API

type GetQueueSubmissionStatisticInfoResponse ¶

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

GetQueueSubmissionStatisticInfoResponse is the response struct for api GetQueueSubmissionStatisticInfo

func CreateGetQueueSubmissionStatisticInfoResponse ¶

func CreateGetQueueSubmissionStatisticInfoResponse() (response *GetQueueSubmissionStatisticInfoResponse)

CreateGetQueueSubmissionStatisticInfoResponse creates a response to parse from GetQueueSubmissionStatisticInfo response

type GetSupportedOpsCommandRequest ¶

type GetSupportedOpsCommandRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
}

GetSupportedOpsCommandRequest is the request struct for api GetSupportedOpsCommand

func CreateGetSupportedOpsCommandRequest ¶

func CreateGetSupportedOpsCommandRequest() (request *GetSupportedOpsCommandRequest)

CreateGetSupportedOpsCommandRequest creates a request to invoke GetSupportedOpsCommand API

type GetSupportedOpsCommandResponse ¶

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

GetSupportedOpsCommandResponse is the response struct for api GetSupportedOpsCommand

func CreateGetSupportedOpsCommandResponse ¶

func CreateGetSupportedOpsCommandResponse() (response *GetSupportedOpsCommandResponse)

CreateGetSupportedOpsCommandResponse creates a response to parse from GetSupportedOpsCommand response

type GetUserInputStatisticInfoRequest ¶

type GetUserInputStatisticInfoRequest struct {
	*requests.RpcRequest
	FromDatetime    string           `position:"Query" name:"FromDatetime"`
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	ToDatetime      string           `position:"Query" name:"ToDatetime"`
}

GetUserInputStatisticInfoRequest is the request struct for api GetUserInputStatisticInfo

func CreateGetUserInputStatisticInfoRequest ¶

func CreateGetUserInputStatisticInfoRequest() (request *GetUserInputStatisticInfoRequest)

CreateGetUserInputStatisticInfoRequest creates a request to invoke GetUserInputStatisticInfo API

type GetUserInputStatisticInfoResponse ¶

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

GetUserInputStatisticInfoResponse is the response struct for api GetUserInputStatisticInfo

func CreateGetUserInputStatisticInfoResponse ¶

func CreateGetUserInputStatisticInfoResponse() (response *GetUserInputStatisticInfoResponse)

CreateGetUserInputStatisticInfoResponse creates a response to parse from GetUserInputStatisticInfo response

type GetUserOutputStatisticInfoRequest ¶

type GetUserOutputStatisticInfoRequest struct {
	*requests.RpcRequest
	FromDatetime    string           `position:"Query" name:"FromDatetime"`
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	ToDatetime      string           `position:"Query" name:"ToDatetime"`
}

GetUserOutputStatisticInfoRequest is the request struct for api GetUserOutputStatisticInfo

func CreateGetUserOutputStatisticInfoRequest ¶

func CreateGetUserOutputStatisticInfoRequest() (request *GetUserOutputStatisticInfoRequest)

CreateGetUserOutputStatisticInfoRequest creates a request to invoke GetUserOutputStatisticInfo API

type GetUserOutputStatisticInfoResponse ¶

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

GetUserOutputStatisticInfoResponse is the response struct for api GetUserOutputStatisticInfo

func CreateGetUserOutputStatisticInfoResponse ¶

func CreateGetUserOutputStatisticInfoResponse() (response *GetUserOutputStatisticInfoResponse)

CreateGetUserOutputStatisticInfoResponse creates a response to parse from GetUserOutputStatisticInfo response

type GetUserSubmissionStatisticInfoRequest ¶

type GetUserSubmissionStatisticInfoRequest struct {
	*requests.RpcRequest
	FromDatetime    string           `position:"Query" name:"FromDatetime"`
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	ToDatetime      string           `position:"Query" name:"ToDatetime"`
	ApplicationType string           `position:"Query" name:"ApplicationType"`
	FinalStatus     string           `position:"Query" name:"FinalStatus"`
}

GetUserSubmissionStatisticInfoRequest is the request struct for api GetUserSubmissionStatisticInfo

func CreateGetUserSubmissionStatisticInfoRequest ¶

func CreateGetUserSubmissionStatisticInfoRequest() (request *GetUserSubmissionStatisticInfoRequest)

CreateGetUserSubmissionStatisticInfoRequest creates a request to invoke GetUserSubmissionStatisticInfo API

type GetUserSubmissionStatisticInfoResponse ¶

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

GetUserSubmissionStatisticInfoResponse is the response struct for api GetUserSubmissionStatisticInfo

func CreateGetUserSubmissionStatisticInfoResponse ¶

func CreateGetUserSubmissionStatisticInfoResponse() (response *GetUserSubmissionStatisticInfoResponse)

CreateGetUserSubmissionStatisticInfoResponse creates a response to parse from GetUserSubmissionStatisticInfo response

type Group ¶

type Group struct {
	Name               string                                `json:"Name" xml:"Name"`
	DataDiskSize       int                                   `json:"DataDiskSize" xml:"DataDiskSize"`
	BizId              string                                `json:"BizId" xml:"BizId"`
	GmtCreate          string                                `json:"GmtCreate" xml:"GmtCreate"`
	MinSize            int                                   `json:"MinSize" xml:"MinSize"`
	Description        string                                `json:"Description" xml:"Description"`
	CpuCount           int                                   `json:"CpuCount" xml:"CpuCount"`
	SysDiskCategory    string                                `json:"SysDiskCategory" xml:"SysDiskCategory"`
	PayType            string                                `json:"PayType" xml:"PayType"`
	GmtModified        string                                `json:"GmtModified" xml:"GmtModified"`
	Id                 int                                   `json:"Id" xml:"Id"`
	DefaultCooldown    int                                   `json:"DefaultCooldown" xml:"DefaultCooldown"`
	SysDiskSize        int                                   `json:"SysDiskSize" xml:"SysDiskSize"`
	ActiveRuleCategory string                                `json:"ActiveRuleCategory" xml:"ActiveRuleCategory"`
	MemSize            int                                   `json:"MemSize" xml:"MemSize"`
	Status             string                                `json:"Status" xml:"Status"`
	SpotStrategy       string                                `json:"SpotStrategy" xml:"SpotStrategy"`
	ScalingGroupId     string                                `json:"ScalingGroupId" xml:"ScalingGroupId"`
	DataDiskCategory   string                                `json:"DataDiskCategory" xml:"DataDiskCategory"`
	HostGroupId        string                                `json:"HostGroupId" xml:"HostGroupId"`
	DataDiskCount      int                                   `json:"DataDiskCount" xml:"DataDiskCount"`
	MaxSize            int                                   `json:"MaxSize" xml:"MaxSize"`
	InstanceTypeList   []string                              `json:"InstanceTypeList" xml:"InstanceTypeList"`
	ScalingConfig      ScalingConfig                         `json:"ScalingConfig" xml:"ScalingConfig"`
	ScalingRuleList    ScalingRuleList                       `json:"ScalingRuleList" xml:"ScalingRuleList"`
	UserList           []UserInfo                            `json:"UserList" xml:"UserList"`
	SpotPriceLimits    SpotPriceLimitsInListScalingTaskGroup `json:"SpotPriceLimits" xml:"SpotPriceLimits"`
}

Group is a nested struct in emr response

type GroupInListScalingTaskGroup ¶

type GroupInListScalingTaskGroup struct {
	ScalingGroupId     string                                 `json:"ScalingGroupId" xml:"ScalingGroupId"`
	HostGroupId        string                                 `json:"HostGroupId" xml:"HostGroupId"`
	MinSize            int                                    `json:"MinSize" xml:"MinSize"`
	MaxSize            int                                    `json:"MaxSize" xml:"MaxSize"`
	DefaultCooldown    int                                    `json:"DefaultCooldown" xml:"DefaultCooldown"`
	ActiveRuleCategory string                                 `json:"ActiveRuleCategory" xml:"ActiveRuleCategory"`
	Status             string                                 `json:"Status" xml:"Status"`
	PayType            string                                 `json:"PayType" xml:"PayType"`
	DataDiskCategory   string                                 `json:"DataDiskCategory" xml:"DataDiskCategory"`
	DataDiskSize       int                                    `json:"DataDiskSize" xml:"DataDiskSize"`
	DataDiskCount      int                                    `json:"DataDiskCount" xml:"DataDiskCount"`
	SysDiskCategory    string                                 `json:"SysDiskCategory" xml:"SysDiskCategory"`
	SysDiskSize        int                                    `json:"SysDiskSize" xml:"SysDiskSize"`
	CpuCount           int                                    `json:"CpuCount" xml:"CpuCount"`
	MemSize            int                                    `json:"MemSize" xml:"MemSize"`
	SpotStrategy       string                                 `json:"SpotStrategy" xml:"SpotStrategy"`
	InstanceTypeList   InstanceTypeListInListScalingTaskGroup `json:"InstanceTypeList" xml:"InstanceTypeList"`
	ScalingConfig      ScalingConfig                          `json:"ScalingConfig" xml:"ScalingConfig"`
	SpotPriceLimits    SpotPriceLimitsInListScalingTaskGroup  `json:"SpotPriceLimits" xml:"SpotPriceLimits"`
	ScalingRuleList    ScalingRuleList                        `json:"ScalingRuleList" xml:"ScalingRuleList"`
}

GroupInListScalingTaskGroup is a nested struct in emr response

type GroupList ¶

type GroupList struct {
	Group []GroupInListScalingTaskGroup `json:"Group" xml:"Group"`
}

GroupList is a nested struct in emr response

type HdfsCapacityList ¶

type HdfsCapacityList struct {
	ClusterStatHdfsCapacity []ClusterStatHdfsCapacity `json:"ClusterStatHdfsCapacity" xml:"ClusterStatHdfsCapacity"`
}

HdfsCapacityList is a nested struct in emr response

type HeaderList ¶

type HeaderList struct {
	Header []string `json:"Header" xml:"Header"`
}

HeaderList is a nested struct in emr response

type HealthDetail ¶

type HealthDetail struct {
	Code            string          `json:"code" xml:"code"`
	HealthRuleParam HealthRuleParam `json:"HealthRuleParam" xml:"HealthRuleParam"`
}

HealthDetail is a nested struct in emr response

type HealthDetailList ¶

type HealthDetailList struct {
	HealthDetail []HealthDetail `json:"HealthDetail" xml:"HealthDetail"`
}

HealthDetailList is a nested struct in emr response

type HealthInfo ¶

type HealthInfo struct {
	ServiceName           string           `json:"ServiceName" xml:"ServiceName"`
	ComponentName         string           `json:"ComponentName" xml:"ComponentName"`
	HealthLevel           string           `json:"HealthLevel" xml:"HealthLevel"`
	StoppedNum            int              `json:"StoppedNum" xml:"StoppedNum"`
	ManualStoppedNum      int              `json:"ManualStoppedNum" xml:"ManualStoppedNum"`
	NormalNum             int              `json:"NormalNum" xml:"NormalNum"`
	TotalNum              int              `json:"TotalNum" xml:"TotalNum"`
	AgentHeartBeatLostNum int              `json:"AgentHeartBeatLostNum" xml:"AgentHeartBeatLostNum"`
	HealthDetailList      HealthDetailList `json:"HealthDetailList" xml:"HealthDetailList"`
}

HealthInfo is a nested struct in emr response

type HealthInfoList ¶

type HealthInfoList struct {
	HealthInfo []HealthInfo `json:"HealthInfo" xml:"HealthInfo"`
}

HealthInfoList is a nested struct in emr response

type HealthRuleParam ¶

type HealthRuleParam struct {
	Service         string `json:"Service" xml:"Service"`
	Component       string `json:"Component" xml:"Component"`
	RuleTitle       string `json:"RuleTitle" xml:"RuleTitle"`
	Pass            string `json:"Pass" xml:"Pass"`
	RuleId          string `json:"RuleId" xml:"RuleId"`
	RuleDescription string `json:"RuleDescription" xml:"RuleDescription"`
	HostNames       string `json:"HostNames" xml:"HostNames"`
}

HealthRuleParam is a nested struct in emr response

type HierarchyInfo ¶

type HierarchyInfo struct {
	Id                   int                                `json:"Id" xml:"Id"`
	NodeBizType          string                             `json:"NodeBizType" xml:"NodeBizType"`
	NodeType             string                             `json:"NodeType" xml:"NodeType"`
	RelateId             string                             `json:"RelateId" xml:"RelateId"`
	Name                 string                             `json:"Name" xml:"Name"`
	ParentId             string                             `json:"ParentId" xml:"ParentId"`
	ResourceOwnerId      string                             `json:"ResourceOwnerId" xml:"ResourceOwnerId"`
	UtcCreateTimestamp   int                                `json:"UtcCreateTimestamp" xml:"UtcCreateTimestamp"`
	UtcModifiedTimestamp int                                `json:"UtcModifiedTimestamp" xml:"UtcModifiedTimestamp"`
	NodeStatus           int                                `json:"NodeStatus" xml:"NodeStatus"`
	ExecutionPlan        ExecutionPlan                      `json:"ExecutionPlan" xml:"ExecutionPlan"`
	Job                  JobInListJobExecutionPlanHierarchy `json:"Job" xml:"Job"`
}

HierarchyInfo is a nested struct in emr response

type HierarchyInfos ¶

type HierarchyInfos struct {
	HierarchyInfo []HierarchyInfo `json:"HierarchyInfo" xml:"HierarchyInfo"`
}

HierarchyInfos is a nested struct in emr response

type Host ¶

type Host struct {
	HostId         string   `json:"HostId" xml:"HostId"`
	PublicIp       string   `json:"PublicIp" xml:"PublicIp"`
	ChargeType     string   `json:"ChargeType" xml:"ChargeType"`
	CreateTime     string   `json:"CreateTime" xml:"CreateTime"`
	InstanceType   string   `json:"InstanceType" xml:"InstanceType"`
	EndTime        int      `json:"EndTime" xml:"EndTime"`
	SerialNumber   string   `json:"SerialNumber" xml:"SerialNumber"`
	StartTime      int      `json:"StartTime" xml:"StartTime"`
	Role           string   `json:"Role" xml:"Role"`
	PrivateIp      string   `json:"PrivateIp" xml:"PrivateIp"`
	InstanceStatus string   `json:"InstanceStatus" xml:"InstanceStatus"`
	ExpiredTime    int      `json:"ExpiredTime" xml:"ExpiredTime"`
	Type           string   `json:"Type" xml:"Type"`
	Message        string   `json:"Message" xml:"Message"`
	HostInstanceId string   `json:"HostInstanceId" xml:"HostInstanceId"`
	Data           string   `json:"Data" xml:"Data"`
	Memory         int      `json:"Memory" xml:"Memory"`
	EmrExpiredTime string   `json:"EmrExpiredTime" xml:"EmrExpiredTime"`
	State          string   `json:"State" xml:"State"`
	HostName       string   `json:"HostName" xml:"HostName"`
	Cpu            int      `json:"Cpu" xml:"Cpu"`
	Status         string   `json:"Status" xml:"Status"`
	SupportIpV6    bool     `json:"SupportIpV6" xml:"SupportIpV6"`
	HostGroupId    string   `json:"HostGroupId" xml:"HostGroupId"`
	DiskList       DiskList `json:"DiskList" xml:"DiskList"`
}

Host is a nested struct in emr response

type HostGroup ¶

type HostGroup struct {
	HostGroupType         string `json:"HostGroupType" xml:"HostGroupType"`
	LockReason            string `json:"LockReason" xml:"LockReason"`
	MemoryCapacity        int    `json:"MemoryCapacity" xml:"MemoryCapacity"`
	HostGroupSubType      string `json:"HostGroupSubType" xml:"HostGroupSubType"`
	SecurityGroupId       string `json:"SecurityGroupId" xml:"SecurityGroupId"`
	CpuCore               int    `json:"CpuCore" xml:"CpuCore"`
	SystemDiskCount       int    `json:"SystemDiskCount" xml:"SystemDiskCount"`
	ChargeType            string `json:"ChargeType" xml:"ChargeType"`
	SysDiskCapacity       int    `json:"SysDiskCapacity" xml:"SysDiskCapacity"`
	SystemDiskSize        int    `json:"SystemDiskSize" xml:"SystemDiskSize"`
	InstanceType          string `json:"InstanceType" xml:"InstanceType"`
	DataDiskSize          int    `json:"DataDiskSize" xml:"DataDiskSize"`
	NodeCount             int    `json:"NodeCount" xml:"NodeCount"`
	GmtModified           string `json:"gmtModified" xml:"gmtModified"`
	DiskCount             int    `json:"DiskCount" xml:"DiskCount"`
	Comment               string `json:"Comment" xml:"Comment"`
	VswitchId             string `json:"VswitchId" xml:"VswitchId"`
	HostGroupName         string `json:"HostGroupName" xml:"HostGroupName"`
	DiskCapacity          int    `json:"DiskCapacity" xml:"DiskCapacity"`
	BandWidth             string `json:"BandWidth" xml:"BandWidth"`
	Memory                int    `json:"Memory" xml:"Memory"`
	DiskType              string `json:"DiskType" xml:"DiskType"`
	PayType               string `json:"PayType" xml:"PayType"`
	LockType              string `json:"LockType" xml:"LockType"`
	MultiInstanceTypes    string `json:"MultiInstanceTypes" xml:"MultiInstanceTypes"`
	Period                string `json:"Period" xml:"Period"`
	GmtCreate             string `json:"gmtCreate" xml:"gmtCreate"`
	DataDiskType          string `json:"DataDiskType" xml:"DataDiskType"`
	SysDiskType           string `json:"SysDiskType" xml:"SysDiskType"`
	Cpu                   int    `json:"Cpu" xml:"Cpu"`
	Status                string `json:"Status" xml:"Status"`
	HostGroupChangeType   string `json:"HostGroupChangeType" xml:"HostGroupChangeType"`
	HostGroupChangeStatus string `json:"hostGroupChangeStatus" xml:"hostGroupChangeStatus"`
	HostGroupId           string `json:"HostGroupId" xml:"HostGroupId"`
	DataDiskCount         int    `json:"DataDiskCount" xml:"DataDiskCount"`
	SystemDiskType        string `json:"SystemDiskType" xml:"SystemDiskType"`
	Nodes                 Nodes  `json:"Nodes" xml:"Nodes"`
}

HostGroup is a nested struct in emr response

type HostGroupListInDescribeClusterTemplate ¶

type HostGroupListInDescribeClusterTemplate struct {
	HostGroup []HostGroup `json:"HostGroup" xml:"HostGroup"`
}

HostGroupListInDescribeClusterTemplate is a nested struct in emr response

type HostGroupListInDescribeClusterV2 ¶

type HostGroupListInDescribeClusterV2 struct {
	HostGroup []HostGroup `json:"HostGroup" xml:"HostGroup"`
}

HostGroupListInDescribeClusterV2 is a nested struct in emr response

type HostGroupListInListClusterHostGroup ¶

type HostGroupListInListClusterHostGroup struct {
	HostGroup []HostGroup `json:"HostGroup" xml:"HostGroup"`
}

HostGroupListInListClusterHostGroup is a nested struct in emr response

type HostGroupListInListClusterTemplates ¶

type HostGroupListInListClusterTemplates struct {
	HostGroup []HostGroup `json:"HostGroup" xml:"HostGroup"`
}

HostGroupListInListClusterTemplates is a nested struct in emr response

type HostListInDescribeDataSourceCommand ¶

type HostListInDescribeDataSourceCommand struct {
	Host []Host `json:"Host" xml:"Host"`
}

HostListInDescribeDataSourceCommand is a nested struct in emr response

type HostListInDescribeFlowProjectClusterSetting ¶

type HostListInDescribeFlowProjectClusterSetting struct {
	Host []string `json:"Host" xml:"Host"`
}

HostListInDescribeFlowProjectClusterSetting is a nested struct in emr response

type HostListInListClusterHost ¶

type HostListInListClusterHost struct {
	Host []Host `json:"Host" xml:"Host"`
}

HostListInListClusterHost is a nested struct in emr response

type HostListInListFlowClusterAllHosts ¶

type HostListInListFlowClusterAllHosts struct {
	Host []Host `json:"Host" xml:"Host"`
}

HostListInListFlowClusterAllHosts is a nested struct in emr response

type HostListInListFlowClusterHost ¶

type HostListInListFlowClusterHost struct {
	Host []Host `json:"Host" xml:"Host"`
}

HostListInListFlowClusterHost is a nested struct in emr response

type HostListInListFlowProjectClusterSetting ¶

type HostListInListFlowProjectClusterSetting struct {
	Host []string `json:"Host" xml:"Host"`
}

HostListInListFlowProjectClusterSetting is a nested struct in emr response

type Instance ¶

type Instance struct {
	Id                string                                `json:"Id" xml:"Id"`
	Name              string                                `json:"Name" xml:"Name"`
	EtlJobId          string                                `json:"EtlJobId" xml:"EtlJobId"`
	InstanceStatus    string                                `json:"InstanceStatus" xml:"InstanceStatus"`
	TriggerType       string                                `json:"TriggerType" xml:"TriggerType"`
	TriggerUser       string                                `json:"TriggerUser" xml:"TriggerUser"`
	StartTime         int                                   `json:"StartTime" xml:"StartTime"`
	EndTime           int                                   `json:"EndTime" xml:"EndTime"`
	Arguments         Arguments                             `json:"Arguments" xml:"Arguments"`
	Metrics           Metrics                               `json:"Metrics" xml:"Metrics"`
	FlowRelationList  FlowRelationListInListETLJobInstance  `json:"FlowRelationList" xml:"FlowRelationList"`
	StageInstanceList StageInstanceListInListETLJobInstance `json:"StageInstanceList" xml:"StageInstanceList"`
}

Instance is a nested struct in emr response

type InstanceList ¶

type InstanceList struct {
	Instance []Instance `json:"Instance" xml:"Instance"`
}

InstanceList is a nested struct in emr response

type InstanceTypeListInDescribeScalingTaskGroup ¶

type InstanceTypeListInDescribeScalingTaskGroup struct {
	InstanceType []string `json:"InstanceType" xml:"InstanceType"`
}

InstanceTypeListInDescribeScalingTaskGroup is a nested struct in emr response

type InstanceTypeListInListScalingTaskGroup ¶

type InstanceTypeListInListScalingTaskGroup struct {
	InstanceType []string `json:"InstanceType" xml:"InstanceType"`
}

InstanceTypeListInListScalingTaskGroup is a nested struct in emr response

type IsrList ¶

type IsrList struct {
	Isr []string `json:"Isr" xml:"Isr"`
}

IsrList is a nested struct in emr response

type Item ¶

type Item struct {
	Content                  string                   `json:"Content" xml:"Content"`
	EventId                  string                   `json:"EventId" xml:"EventId"`
	Enable                   bool                     `json:"Enable" xml:"Enable"`
	Index                    int                      `json:"Index" xml:"Index"`
	AlertUserGroupIdList     AlertUserGroupIdList     `json:"AlertUserGroupIdList" xml:"AlertUserGroupIdList"`
	AlertDingDingGroupIdList AlertDingDingGroupIdList `json:"AlertDingDingGroupIdList" xml:"AlertDingDingGroupIdList"`
}

Item is a nested struct in emr response

type Items ¶

type Items struct {
	Item []Item `json:"Item" xml:"Item"`
}

Items is a nested struct in emr response

type Job ¶

type Job struct {
	Name               string                    `json:"Name" xml:"Name"`
	FailAct            string                    `json:"FailAct" xml:"FailAct"`
	RunConf            string                    `json:"RunConf" xml:"RunConf"`
	RetryInterval      int                       `json:"RetryInterval" xml:"RetryInterval"`
	ParamConf          string                    `json:"ParamConf" xml:"ParamConf"`
	Mode               string                    `json:"mode" xml:"mode"`
	MaxRetry           int                       `json:"MaxRetry" xml:"MaxRetry"`
	EnvConf            string                    `json:"EnvConf" xml:"EnvConf"`
	AlertConf          string                    `json:"AlertConf" xml:"AlertConf"`
	GmtCreate          int                       `json:"GmtCreate" xml:"GmtCreate"`
	CategoryId         string                    `json:"CategoryId" xml:"CategoryId"`
	GmtModified        int                       `json:"GmtModified" xml:"GmtModified"`
	Id                 string                    `json:"Id" xml:"Id"`
	Description        string                    `json:"Description" xml:"Description"`
	CustomVariables    string                    `json:"CustomVariables" xml:"CustomVariables"`
	MonitorConf        string                    `json:"MonitorConf" xml:"MonitorConf"`
	Params             string                    `json:"Params" xml:"Params"`
	Adhoc              string                    `json:"Adhoc" xml:"Adhoc"`
	Type               string                    `json:"Type" xml:"Type"`
	LastInstanceDetail string                    `json:"LastInstanceDetail" xml:"LastInstanceDetail"`
	ResourceList       ResourceListInListFlowJob `json:"ResourceList" xml:"ResourceList"`
}

Job is a nested struct in emr response

type JobInListJobExecutionPlanHierarchy ¶

type JobInListJobExecutionPlanHierarchy struct {
	BizId         string `json:"BizId" xml:"BizId"`
	Name          string `json:"Name" xml:"Name"`
	JobFailAct    int    `json:"JobFailAct" xml:"JobFailAct"`
	JobType       int    `json:"JobType" xml:"JobType"`
	EnvParam      string `json:"EnvParam" xml:"EnvParam"`
	MaxRetry      int    `json:"MaxRetry" xml:"MaxRetry"`
	RetryInterval int    `json:"RetryInterval" xml:"RetryInterval"`
}

JobInListJobExecutionPlanHierarchy is a nested struct in emr response

type JobInfo ¶

type JobInfo struct {
	Name          string `json:"Name" xml:"Name"`
	ClusterId     string `json:"ClusterId" xml:"ClusterId"`
	JobId         string `json:"JobId" xml:"JobId"`
	FailAct       string `json:"FailAct" xml:"FailAct"`
	IndexNO       int    `json:"IndexNO" xml:"IndexNO"`
	RetryInterval int    `json:"RetryInterval" xml:"RetryInterval"`
	Status        int    `json:"Status" xml:"Status"`
	MaxRetry      int    `json:"MaxRetry" xml:"MaxRetry"`
	Id            string `json:"Id" xml:"Id"`
	RunParameter  string `json:"RunParameter" xml:"RunParameter"`
	Description   string `json:"Description" xml:"Description"`
	Type          string `json:"Type" xml:"Type"`
}

JobInfo is a nested struct in emr response

type JobInfoList ¶

type JobInfoList struct {
	JobInfo []JobInfo `json:"JobInfo" xml:"JobInfo"`
}

JobInfoList is a nested struct in emr response

type JobInputList ¶

type JobInputList struct {
	ClusterStatJobInput []ClusterStatJobInput `json:"ClusterStatJobInput" xml:"ClusterStatJobInput"`
}

JobInputList is a nested struct in emr response

type JobInstance ¶

type JobInstance struct {
	StartTime int    `json:"StartTime" xml:"StartTime"`
	JobId     string `json:"JobId" xml:"JobId"`
	ClusterId string `json:"ClusterId" xml:"ClusterId"`
	RetryInfo string `json:"RetryInfo" xml:"RetryInfo"`
	Id        string `json:"Id" xml:"Id"`
	RunTime   int    `json:"RunTime" xml:"RunTime"`
	Status    string `json:"Status" xml:"Status"`
	JobType   string `json:"JobType" xml:"JobType"`
	JobName   string `json:"JobName" xml:"JobName"`
}

JobInstance is a nested struct in emr response

type JobInstanceWorkerInfo ¶

type JobInstanceWorkerInfo struct {
	ApplicationId string `json:"ApplicationId" xml:"ApplicationId"`
	InstanceInfo  string `json:"InstanceInfo" xml:"InstanceInfo"`
	ContainerInfo string `json:"ContainerInfo" xml:"ContainerInfo"`
}

JobInstanceWorkerInfo is a nested struct in emr response

type JobInstanceWorkers ¶

type JobInstanceWorkers struct {
	JobInstanceWorkerInfo []JobInstanceWorkerInfo `json:"JobInstanceWorkerInfo" xml:"JobInstanceWorkerInfo"`
}

JobInstanceWorkers is a nested struct in emr response

type JobInstancesInListFailureJobExecutionInstances ¶

type JobInstancesInListFailureJobExecutionInstances struct {
	JobInstance []JobInstance `json:"JobInstance" xml:"JobInstance"`
}

JobInstancesInListFailureJobExecutionInstances is a nested struct in emr response

type JobInstancesInListJobExecutionInstances ¶

type JobInstancesInListJobExecutionInstances struct {
	JobInstance []JobInstance `json:"JobInstance" xml:"JobInstance"`
}

JobInstancesInListJobExecutionInstances is a nested struct in emr response

type JobListInListExecutePlanMigrateInfo ¶

type JobListInListExecutePlanMigrateInfo struct {
	JobInfo []JobInfo `json:"JobInfo" xml:"JobInfo"`
}

JobListInListExecutePlanMigrateInfo is a nested struct in emr response

type JobListInListFlowJob ¶

type JobListInListFlowJob struct {
	Job []Job `json:"Job" xml:"Job"`
}

JobListInListFlowJob is a nested struct in emr response

type JobMigrateInfo ¶

type JobMigrateInfo struct {
	Id              string `json:"Id" xml:"Id"`
	Name            string `json:"Name" xml:"Name"`
	Type            string `json:"Type" xml:"Type"`
	MaxRetry        int    `json:"MaxRetry" xml:"MaxRetry"`
	FailedAction    string `json:"FailedAction" xml:"FailedAction"`
	Params          string `json:"Params" xml:"Params"`
	NewId           string `json:"NewId" xml:"NewId"`
	PremigratedDate string `json:"PremigratedDate" xml:"PremigratedDate"`
	MigratedDate    string `json:"MigratedDate" xml:"MigratedDate"`
	CreateTime      string `json:"CreateTime" xml:"CreateTime"`
}

JobMigrateInfo is a nested struct in emr response

type JobMigrateInfoList ¶

type JobMigrateInfoList struct {
	JobMigrateInfo []JobMigrateInfo `json:"JobMigrateInfo" xml:"JobMigrateInfo"`
}

JobMigrateInfoList is a nested struct in emr response

type JobOutputList ¶

type JobOutputList struct {
	ClusterStatJobOutput []ClusterStatJobOutput `json:"ClusterStatJobOutput" xml:"ClusterStatJobOutput"`
}

JobOutputList is a nested struct in emr response

type Jobs ¶

type Jobs struct {
	JobInfo []JobInfo `json:"JobInfo" xml:"JobInfo"`
}

Jobs is a nested struct in emr response

type KeyPairNameList ¶

type KeyPairNameList struct {
	KeyPairName []string `json:"KeyPairName" xml:"KeyPairName"`
}

KeyPairNameList is a nested struct in emr response

type KillETLJobInstanceRequest ¶

type KillETLJobInstanceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	InstanceId      string           `position:"Query" name:"InstanceId"`
}

KillETLJobInstanceRequest is the request struct for api KillETLJobInstance

func CreateKillETLJobInstanceRequest ¶

func CreateKillETLJobInstanceRequest() (request *KillETLJobInstanceRequest)

CreateKillETLJobInstanceRequest creates a request to invoke KillETLJobInstance API

type KillETLJobInstanceResponse ¶

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

KillETLJobInstanceResponse is the response struct for api KillETLJobInstance

func CreateKillETLJobInstanceResponse ¶

func CreateKillETLJobInstanceResponse() (response *KillETLJobInstanceResponse)

CreateKillETLJobInstanceResponse creates a response to parse from KillETLJobInstance response

type KillExecutionJobInstanceRequest ¶

type KillExecutionJobInstanceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobInstanceId   string           `position:"Query" name:"JobInstanceId"`
}

KillExecutionJobInstanceRequest is the request struct for api KillExecutionJobInstance

func CreateKillExecutionJobInstanceRequest ¶

func CreateKillExecutionJobInstanceRequest() (request *KillExecutionJobInstanceRequest)

CreateKillExecutionJobInstanceRequest creates a request to invoke KillExecutionJobInstance API

type KillExecutionJobInstanceResponse ¶

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

KillExecutionJobInstanceResponse is the response struct for api KillExecutionJobInstance

func CreateKillExecutionJobInstanceResponse ¶

func CreateKillExecutionJobInstanceResponse() (response *KillExecutionJobInstanceResponse)

CreateKillExecutionJobInstanceResponse creates a response to parse from KillExecutionJobInstance response

type KillExecutionPlanInstanceRequest ¶

type KillExecutionPlanInstanceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

KillExecutionPlanInstanceRequest is the request struct for api KillExecutionPlanInstance

func CreateKillExecutionPlanInstanceRequest ¶

func CreateKillExecutionPlanInstanceRequest() (request *KillExecutionPlanInstanceRequest)

CreateKillExecutionPlanInstanceRequest creates a request to invoke KillExecutionPlanInstance API

type KillExecutionPlanInstanceResponse ¶

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

KillExecutionPlanInstanceResponse is the response struct for api KillExecutionPlanInstance

func CreateKillExecutionPlanInstanceResponse ¶

func CreateKillExecutionPlanInstanceResponse() (response *KillExecutionPlanInstanceResponse)

CreateKillExecutionPlanInstanceResponse creates a response to parse from KillExecutionPlanInstance response

type KillFlowJobRequest ¶

type KillFlowJobRequest struct {
	*requests.RpcRequest
	JobInstanceId string `position:"Query" name:"JobInstanceId"`
	ProjectId     string `position:"Query" name:"ProjectId"`
}

KillFlowJobRequest is the request struct for api KillFlowJob

func CreateKillFlowJobRequest ¶

func CreateKillFlowJobRequest() (request *KillFlowJobRequest)

CreateKillFlowJobRequest creates a request to invoke KillFlowJob API

type KillFlowJobResponse ¶

type KillFlowJobResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      bool   `json:"Data" xml:"Data"`
}

KillFlowJobResponse is the response struct for api KillFlowJob

func CreateKillFlowJobResponse ¶

func CreateKillFlowJobResponse() (response *KillFlowJobResponse)

CreateKillFlowJobResponse creates a response to parse from KillFlowJob response

type KillFlowRequest ¶

type KillFlowRequest struct {
	*requests.RpcRequest
	FlowInstanceId string `position:"Query" name:"FlowInstanceId"`
	ProjectId      string `position:"Query" name:"ProjectId"`
}

KillFlowRequest is the request struct for api KillFlow

func CreateKillFlowRequest ¶

func CreateKillFlowRequest() (request *KillFlowRequest)

CreateKillFlowRequest creates a request to invoke KillFlow API

type KillFlowResponse ¶

type KillFlowResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      bool   `json:"Data" xml:"Data"`
}

KillFlowResponse is the response struct for api KillFlow

func CreateKillFlowResponse ¶

func CreateKillFlowResponse() (response *KillFlowResponse)

CreateKillFlowResponse creates a response to parse from KillFlow response

type List ¶

type List struct {
	OpsCommandCategory []OpsCommandCategory `json:"OpsCommandCategory" xml:"OpsCommandCategory"`
}

List is a nested struct in emr response

type ListAlertContactsRequest ¶

type ListAlertContactsRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	FromApp         string           `position:"Query" name:"FromApp"`
	Ids             string           `position:"Query" name:"Ids"`
	UserId          string           `position:"Query" name:"UserId"`
}

ListAlertContactsRequest is the request struct for api ListAlertContacts

func CreateListAlertContactsRequest ¶

func CreateListAlertContactsRequest() (request *ListAlertContactsRequest)

CreateListAlertContactsRequest creates a request to invoke ListAlertContacts API

type ListAlertContactsResponse ¶

type ListAlertContactsResponse struct {
	*responses.BaseResponse
	AlertContactList []AlertContact `json:"AlertContactList" xml:"AlertContactList"`
}

ListAlertContactsResponse is the response struct for api ListAlertContacts

func CreateListAlertContactsResponse ¶

func CreateListAlertContactsResponse() (response *ListAlertContactsResponse)

CreateListAlertContactsResponse creates a response to parse from ListAlertContacts response

type ListAlertDingDingGroupRequest ¶

type ListAlertDingDingGroupRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	FromApp         string           `position:"Query" name:"FromApp"`
	Ids             string           `position:"Query" name:"Ids"`
	UserId          string           `position:"Query" name:"UserId"`
}

ListAlertDingDingGroupRequest is the request struct for api ListAlertDingDingGroup

func CreateListAlertDingDingGroupRequest ¶

func CreateListAlertDingDingGroupRequest() (request *ListAlertDingDingGroupRequest)

CreateListAlertDingDingGroupRequest creates a request to invoke ListAlertDingDingGroup API

type ListAlertDingDingGroupResponse ¶

type ListAlertDingDingGroupResponse struct {
	*responses.BaseResponse
	AlertDingDingGroupList []AlertDingDingGroup `json:"AlertDingDingGroupList" xml:"AlertDingDingGroupList"`
}

ListAlertDingDingGroupResponse is the response struct for api ListAlertDingDingGroup

func CreateListAlertDingDingGroupResponse ¶

func CreateListAlertDingDingGroupResponse() (response *ListAlertDingDingGroupResponse)

CreateListAlertDingDingGroupResponse creates a response to parse from ListAlertDingDingGroup response

type ListAlertUserGroupRequest ¶

type ListAlertUserGroupRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	FromApp         string           `position:"Query" name:"FromApp"`
	Ids             string           `position:"Query" name:"Ids"`
	UserId          string           `position:"Query" name:"UserId"`
}

ListAlertUserGroupRequest is the request struct for api ListAlertUserGroup

func CreateListAlertUserGroupRequest ¶

func CreateListAlertUserGroupRequest() (request *ListAlertUserGroupRequest)

CreateListAlertUserGroupRequest creates a request to invoke ListAlertUserGroup API

type ListAlertUserGroupResponse ¶

type ListAlertUserGroupResponse struct {
	*responses.BaseResponse
	AlertUserGroupList []Group `json:"AlertUserGroupList" xml:"AlertUserGroupList"`
}

ListAlertUserGroupResponse is the response struct for api ListAlertUserGroup

func CreateListAlertUserGroupResponse ¶

func CreateListAlertUserGroupResponse() (response *ListAlertUserGroupResponse)

CreateListAlertUserGroupResponse creates a response to parse from ListAlertUserGroup response

type ListClusterHostComponentRequest ¶

type ListClusterHostComponentRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	HostName        string           `position:"Query" name:"HostName"`
	HostInstanceId  string           `position:"Query" name:"HostInstanceId"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	ComponentName   string           `position:"Query" name:"ComponentName"`
	ServiceName     string           `position:"Query" name:"ServiceName"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	HostRole        string           `position:"Query" name:"HostRole"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
	ComponentStatus string           `position:"Query" name:"ComponentStatus"`
}

ListClusterHostComponentRequest is the request struct for api ListClusterHostComponent

func CreateListClusterHostComponentRequest ¶

func CreateListClusterHostComponentRequest() (request *ListClusterHostComponentRequest)

CreateListClusterHostComponentRequest creates a request to invoke ListClusterHostComponent API

type ListClusterHostComponentResponse ¶

type ListClusterHostComponentResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	PageNumber    int           `json:"PageNumber" xml:"PageNumber"`
	PageSize      int           `json:"PageSize" xml:"PageSize"`
	Total         int           `json:"Total" xml:"Total"`
	ComponentList ComponentList `json:"ComponentList" xml:"ComponentList"`
}

ListClusterHostComponentResponse is the response struct for api ListClusterHostComponent

func CreateListClusterHostComponentResponse ¶

func CreateListClusterHostComponentResponse() (response *ListClusterHostComponentResponse)

CreateListClusterHostComponentResponse creates a response to parse from ListClusterHostComponent response

type ListClusterHostGroupRequest ¶

type ListClusterHostGroupRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	StatusList      *[]string        `position:"Query" name:"StatusList"  type:"Repeated"`
	HostGroupId     string           `position:"Query" name:"HostGroupId"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	HostGroupName   string           `position:"Query" name:"HostGroupName"`
	HostGroupType   string           `position:"Query" name:"HostGroupType"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
}

ListClusterHostGroupRequest is the request struct for api ListClusterHostGroup

func CreateListClusterHostGroupRequest ¶

func CreateListClusterHostGroupRequest() (request *ListClusterHostGroupRequest)

CreateListClusterHostGroupRequest creates a request to invoke ListClusterHostGroup API

type ListClusterHostGroupResponse ¶

type ListClusterHostGroupResponse struct {
	*responses.BaseResponse
	RequestId     string                              `json:"RequestId" xml:"RequestId"`
	PageNumber    int                                 `json:"PageNumber" xml:"PageNumber"`
	PageSize      int                                 `json:"PageSize" xml:"PageSize"`
	Total         int                                 `json:"Total" xml:"Total"`
	ClusterId     string                              `json:"ClusterId" xml:"ClusterId"`
	HostGroupList HostGroupListInListClusterHostGroup `json:"HostGroupList" xml:"HostGroupList"`
}

ListClusterHostGroupResponse is the response struct for api ListClusterHostGroup

func CreateListClusterHostGroupResponse ¶

func CreateListClusterHostGroupResponse() (response *ListClusterHostGroupResponse)

CreateListClusterHostGroupResponse creates a response to parse from ListClusterHostGroup response

type ListClusterHostRequest ¶

type ListClusterHostRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	HostInstanceId  string           `position:"Query" name:"HostInstanceId"`
	StatusList      *[]string        `position:"Query" name:"StatusList"  type:"Repeated"`
	PrivateIp       string           `position:"Query" name:"PrivateIp"`
	ComponentName   string           `position:"Query" name:"ComponentName"`
	PublicIp        string           `position:"Query" name:"PublicIp"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
	HostName        string           `position:"Query" name:"HostName"`
	GroupType       string           `position:"Query" name:"GroupType"`
	HostGroupId     string           `position:"Query" name:"HostGroupId"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
}

ListClusterHostRequest is the request struct for api ListClusterHost

func CreateListClusterHostRequest ¶

func CreateListClusterHostRequest() (request *ListClusterHostRequest)

CreateListClusterHostRequest creates a request to invoke ListClusterHost API

type ListClusterHostResponse ¶

type ListClusterHostResponse struct {
	*responses.BaseResponse
	RequestId  string                    `json:"RequestId" xml:"RequestId"`
	PageNumber int                       `json:"PageNumber" xml:"PageNumber"`
	PageSize   int                       `json:"PageSize" xml:"PageSize"`
	Total      int                       `json:"Total" xml:"Total"`
	HostList   HostListInListClusterHost `json:"HostList" xml:"HostList"`
}

ListClusterHostResponse is the response struct for api ListClusterHost

func CreateListClusterHostResponse ¶

func CreateListClusterHostResponse() (response *ListClusterHostResponse)

CreateListClusterHostResponse creates a response to parse from ListClusterHost response

type ListClusterOperationHostRequest ¶

type ListClusterOperationHostRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	OperationId     string           `position:"Query" name:"OperationId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
	Status          string           `position:"Query" name:"Status"`
}

ListClusterOperationHostRequest is the request struct for api ListClusterOperationHost

func CreateListClusterOperationHostRequest ¶

func CreateListClusterOperationHostRequest() (request *ListClusterOperationHostRequest)

CreateListClusterOperationHostRequest creates a request to invoke ListClusterOperationHost API

type ListClusterOperationHostResponse ¶

type ListClusterOperationHostResponse struct {
	*responses.BaseResponse
	RequestId                string                   `json:"RequestId" xml:"RequestId"`
	TotalCount               int                      `json:"TotalCount" xml:"TotalCount"`
	PageNumber               int                      `json:"PageNumber" xml:"PageNumber"`
	PageSize                 int                      `json:"PageSize" xml:"PageSize"`
	ClusterOperationHostList ClusterOperationHostList `json:"ClusterOperationHostList" xml:"ClusterOperationHostList"`
}

ListClusterOperationHostResponse is the response struct for api ListClusterOperationHost

func CreateListClusterOperationHostResponse ¶

func CreateListClusterOperationHostResponse() (response *ListClusterOperationHostResponse)

CreateListClusterOperationHostResponse creates a response to parse from ListClusterOperationHost response

type ListClusterOperationHostTaskRequest ¶

type ListClusterOperationHostTaskRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	OperationId     string           `position:"Query" name:"OperationId"`
	HostId          string           `position:"Query" name:"HostId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
	Status          string           `position:"Query" name:"Status"`
}

ListClusterOperationHostTaskRequest is the request struct for api ListClusterOperationHostTask

func CreateListClusterOperationHostTaskRequest ¶

func CreateListClusterOperationHostTaskRequest() (request *ListClusterOperationHostTaskRequest)

CreateListClusterOperationHostTaskRequest creates a request to invoke ListClusterOperationHostTask API

type ListClusterOperationHostTaskResponse ¶

type ListClusterOperationHostTaskResponse struct {
	*responses.BaseResponse
	RequestId                    string                       `json:"RequestId" xml:"RequestId"`
	TotalCount                   int                          `json:"TotalCount" xml:"TotalCount"`
	PageNumber                   int                          `json:"PageNumber" xml:"PageNumber"`
	PageSize                     int                          `json:"PageSize" xml:"PageSize"`
	ClusterOperationHostTaskList ClusterOperationHostTaskList `json:"ClusterOperationHostTaskList" xml:"ClusterOperationHostTaskList"`
}

ListClusterOperationHostTaskResponse is the response struct for api ListClusterOperationHostTask

func CreateListClusterOperationHostTaskResponse ¶

func CreateListClusterOperationHostTaskResponse() (response *ListClusterOperationHostTaskResponse)

CreateListClusterOperationHostTaskResponse creates a response to parse from ListClusterOperationHostTask response

type ListClusterOperationRequest ¶

type ListClusterOperationRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	ServiceName     string           `position:"Query" name:"ServiceName"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
	Status          string           `position:"Query" name:"Status"`
}

ListClusterOperationRequest is the request struct for api ListClusterOperation

func CreateListClusterOperationRequest ¶

func CreateListClusterOperationRequest() (request *ListClusterOperationRequest)

CreateListClusterOperationRequest creates a request to invoke ListClusterOperation API

type ListClusterOperationResponse ¶

type ListClusterOperationResponse struct {
	*responses.BaseResponse
	RequestId            string               `json:"RequestId" xml:"RequestId"`
	TotalCount           int                  `json:"TotalCount" xml:"TotalCount"`
	PageNumber           int                  `json:"PageNumber" xml:"PageNumber"`
	PageSize             int                  `json:"PageSize" xml:"PageSize"`
	ClusterOperationList ClusterOperationList `json:"ClusterOperationList" xml:"ClusterOperationList"`
}

ListClusterOperationResponse is the response struct for api ListClusterOperation

func CreateListClusterOperationResponse ¶

func CreateListClusterOperationResponse() (response *ListClusterOperationResponse)

CreateListClusterOperationResponse creates a response to parse from ListClusterOperation response

type ListClusterScriptsRequest ¶

type ListClusterScriptsRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

ListClusterScriptsRequest is the request struct for api ListClusterScripts

func CreateListClusterScriptsRequest ¶

func CreateListClusterScriptsRequest() (request *ListClusterScriptsRequest)

CreateListClusterScriptsRequest creates a request to invoke ListClusterScripts API

type ListClusterScriptsResponse ¶

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

ListClusterScriptsResponse is the response struct for api ListClusterScripts

func CreateListClusterScriptsResponse ¶

func CreateListClusterScriptsResponse() (response *ListClusterScriptsResponse)

CreateListClusterScriptsResponse creates a response to parse from ListClusterScripts response

type ListClusterServiceComponentHealthInfoRequest ¶

type ListClusterServiceComponentHealthInfoRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ServiceName     string           `position:"Query" name:"ServiceName"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

ListClusterServiceComponentHealthInfoRequest is the request struct for api ListClusterServiceComponentHealthInfo

func CreateListClusterServiceComponentHealthInfoRequest ¶

func CreateListClusterServiceComponentHealthInfoRequest() (request *ListClusterServiceComponentHealthInfoRequest)

CreateListClusterServiceComponentHealthInfoRequest creates a request to invoke ListClusterServiceComponentHealthInfo API

type ListClusterServiceComponentHealthInfoResponse ¶

type ListClusterServiceComponentHealthInfoResponse struct {
	*responses.BaseResponse
	RequestId      string         `json:"RequestId" xml:"RequestId"`
	ClusterId      string         `json:"ClusterId" xml:"ClusterId"`
	HealthInfoList HealthInfoList `json:"HealthInfoList" xml:"HealthInfoList"`
}

ListClusterServiceComponentHealthInfoResponse is the response struct for api ListClusterServiceComponentHealthInfo

func CreateListClusterServiceComponentHealthInfoResponse ¶

func CreateListClusterServiceComponentHealthInfoResponse() (response *ListClusterServiceComponentHealthInfoResponse)

CreateListClusterServiceComponentHealthInfoResponse creates a response to parse from ListClusterServiceComponentHealthInfo response

type ListClusterServiceConfigHistoryRequest ¶

type ListClusterServiceConfigHistoryRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	ServiceName     string           `position:"Query" name:"ServiceName"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
	ConfigVersion   string           `position:"Query" name:"ConfigVersion"`
}

ListClusterServiceConfigHistoryRequest is the request struct for api ListClusterServiceConfigHistory

func CreateListClusterServiceConfigHistoryRequest ¶

func CreateListClusterServiceConfigHistoryRequest() (request *ListClusterServiceConfigHistoryRequest)

CreateListClusterServiceConfigHistoryRequest creates a request to invoke ListClusterServiceConfigHistory API

type ListClusterServiceConfigHistoryResponse ¶

type ListClusterServiceConfigHistoryResponse struct {
	*responses.BaseResponse
	RequestId         string            `json:"RequestId" xml:"RequestId"`
	TotalCount        int               `json:"TotalCount" xml:"TotalCount"`
	PageNumber        int               `json:"PageNumber" xml:"PageNumber"`
	PageSize          int               `json:"PageSize" xml:"PageSize"`
	ConfigHistoryList ConfigHistoryList `json:"ConfigHistoryList" xml:"ConfigHistoryList"`
}

ListClusterServiceConfigHistoryResponse is the response struct for api ListClusterServiceConfigHistory

func CreateListClusterServiceConfigHistoryResponse ¶

func CreateListClusterServiceConfigHistoryResponse() (response *ListClusterServiceConfigHistoryResponse)

CreateListClusterServiceConfigHistoryResponse creates a response to parse from ListClusterServiceConfigHistory response

type ListClusterServiceCustomActionSupportConfigRequest ¶

type ListClusterServiceCustomActionSupportConfigRequest struct {
	*requests.RpcRequest
	ServiceCustomActionName string           `position:"Query" name:"ServiceCustomActionName"`
	ResourceOwnerId         requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ServiceName             string           `position:"Query" name:"ServiceName"`
	ClusterId               string           `position:"Query" name:"ClusterId"`
}

ListClusterServiceCustomActionSupportConfigRequest is the request struct for api ListClusterServiceCustomActionSupportConfig

func CreateListClusterServiceCustomActionSupportConfigRequest ¶

func CreateListClusterServiceCustomActionSupportConfigRequest() (request *ListClusterServiceCustomActionSupportConfigRequest)

CreateListClusterServiceCustomActionSupportConfigRequest creates a request to invoke ListClusterServiceCustomActionSupportConfig API

type ListClusterServiceCustomActionSupportConfigResponse ¶

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

ListClusterServiceCustomActionSupportConfigResponse is the response struct for api ListClusterServiceCustomActionSupportConfig

func CreateListClusterServiceCustomActionSupportConfigResponse ¶

func CreateListClusterServiceCustomActionSupportConfigResponse() (response *ListClusterServiceCustomActionSupportConfigResponse)

CreateListClusterServiceCustomActionSupportConfigResponse creates a response to parse from ListClusterServiceCustomActionSupportConfig response

type ListClusterServiceQuickLinkRequest ¶

type ListClusterServiceQuickLinkRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ServiceName     string           `position:"Query" name:"ServiceName"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

ListClusterServiceQuickLinkRequest is the request struct for api ListClusterServiceQuickLink

func CreateListClusterServiceQuickLinkRequest ¶

func CreateListClusterServiceQuickLinkRequest() (request *ListClusterServiceQuickLinkRequest)

CreateListClusterServiceQuickLinkRequest creates a request to invoke ListClusterServiceQuickLink API

type ListClusterServiceQuickLinkResponse ¶

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

ListClusterServiceQuickLinkResponse is the response struct for api ListClusterServiceQuickLink

func CreateListClusterServiceQuickLinkResponse ¶

func CreateListClusterServiceQuickLinkResponse() (response *ListClusterServiceQuickLinkResponse)

CreateListClusterServiceQuickLinkResponse creates a response to parse from ListClusterServiceQuickLink response

type ListClusterServiceRequest ¶

type ListClusterServiceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
}

ListClusterServiceRequest is the request struct for api ListClusterService

func CreateListClusterServiceRequest ¶

func CreateListClusterServiceRequest() (request *ListClusterServiceRequest)

CreateListClusterServiceRequest creates a request to invoke ListClusterService API

type ListClusterServiceResponse ¶

type ListClusterServiceResponse struct {
	*responses.BaseResponse
	RequestId          string             `json:"RequestId" xml:"RequestId"`
	TotalCount         int                `json:"TotalCount" xml:"TotalCount"`
	PageNumber         int                `json:"PageNumber" xml:"PageNumber"`
	PageSize           int                `json:"PageSize" xml:"PageSize"`
	ClusterServiceList ClusterServiceList `json:"ClusterServiceList" xml:"ClusterServiceList"`
}

ListClusterServiceResponse is the response struct for api ListClusterService

func CreateListClusterServiceResponse ¶

func CreateListClusterServiceResponse() (response *ListClusterServiceResponse)

CreateListClusterServiceResponse creates a response to parse from ListClusterService response

type ListClusterTagRequest ¶

type ListClusterTagRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ClusterIdList   *[]string        `position:"Query" name:"ClusterIdList"  type:"Repeated"`
}

ListClusterTagRequest is the request struct for api ListClusterTag

func CreateListClusterTagRequest ¶

func CreateListClusterTagRequest() (request *ListClusterTagRequest)

CreateListClusterTagRequest creates a request to invoke ListClusterTag API

type ListClusterTagResponse ¶

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

ListClusterTagResponse is the response struct for api ListClusterTag

func CreateListClusterTagResponse ¶

func CreateListClusterTagResponse() (response *ListClusterTagResponse)

CreateListClusterTagResponse creates a response to parse from ListClusterTag response

type ListClusterTemplatesRequest ¶

type ListClusterTemplatesRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	BizId           string           `position:"Query" name:"BizId"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
}

ListClusterTemplatesRequest is the request struct for api ListClusterTemplates

func CreateListClusterTemplatesRequest ¶

func CreateListClusterTemplatesRequest() (request *ListClusterTemplatesRequest)

CreateListClusterTemplatesRequest creates a request to invoke ListClusterTemplates API

type ListClusterTemplatesResponse ¶

type ListClusterTemplatesResponse struct {
	*responses.BaseResponse
	RequestId        string           `json:"RequestId" xml:"RequestId"`
	TotalCount       int              `json:"TotalCount" xml:"TotalCount"`
	PageNumber       int              `json:"PageNumber" xml:"PageNumber"`
	PageSize         int              `json:"PageSize" xml:"PageSize"`
	TemplateInfoList TemplateInfoList `json:"TemplateInfoList" xml:"TemplateInfoList"`
}

ListClusterTemplatesResponse is the response struct for api ListClusterTemplates

func CreateListClusterTemplatesResponse ¶

func CreateListClusterTemplatesResponse() (response *ListClusterTemplatesResponse)

CreateListClusterTemplatesResponse creates a response to parse from ListClusterTemplates response

type ListClustersRequest ¶

type ListClustersRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	StatusList      *[]string        `position:"Query" name:"StatusList"  type:"Repeated"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	ClusterTypeList *[]string        `position:"Query" name:"ClusterTypeList"  type:"Repeated"`
	IsDesc          requests.Boolean `position:"Query" name:"IsDesc"`
	CreateType      string           `position:"Query" name:"CreateType"`
	DepositType     string           `position:"Query" name:"DepositType"`
	DefaultStatus   requests.Boolean `position:"Query" name:"DefaultStatus"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
}

ListClustersRequest is the request struct for api ListClusters

func CreateListClustersRequest ¶

func CreateListClustersRequest() (request *ListClustersRequest)

CreateListClustersRequest creates a request to invoke ListClusters API

type ListClustersResponse ¶

type ListClustersResponse struct {
	*responses.BaseResponse
	RequestId  string                 `json:"RequestId" xml:"RequestId"`
	TotalCount int                    `json:"TotalCount" xml:"TotalCount"`
	PageNumber int                    `json:"PageNumber" xml:"PageNumber"`
	PageSize   int                    `json:"PageSize" xml:"PageSize"`
	Clusters   ClustersInListClusters `json:"Clusters" xml:"Clusters"`
}

ListClustersResponse is the response struct for api ListClusters

func CreateListClustersResponse ¶

func CreateListClustersResponse() (response *ListClustersResponse)

CreateListClustersResponse creates a response to parse from ListClusters response

type ListDataSourceRequest ¶

type ListDataSourceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	CreateFrom      string           `position:"Query" name:"CreateFrom"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	Name            string           `position:"Query" name:"Name"`
	SourceType      string           `position:"Query" name:"SourceType"`
	Id              string           `position:"Query" name:"Id"`
	ProjectId       string           `position:"Query" name:"ProjectId"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
}

ListDataSourceRequest is the request struct for api ListDataSource

func CreateListDataSourceRequest ¶

func CreateListDataSourceRequest() (request *ListDataSourceRequest)

CreateListDataSourceRequest creates a request to invoke ListDataSource API

type ListDataSourceResponse ¶

type ListDataSourceResponse struct {
	*responses.BaseResponse
	RequestId      string                         `json:"RequestId" xml:"RequestId"`
	Total          int                            `json:"Total" xml:"Total"`
	PageSize       int                            `json:"PageSize" xml:"PageSize"`
	PageNumber     int                            `json:"PageNumber" xml:"PageNumber"`
	DataSourceList DataSourceListInListDataSource `json:"DataSourceList" xml:"DataSourceList"`
}

ListDataSourceResponse is the response struct for api ListDataSource

func CreateListDataSourceResponse ¶

func CreateListDataSourceResponse() (response *ListDataSourceResponse)

CreateListDataSourceResponse creates a response to parse from ListDataSource response

type ListDataSourceSchemaDatabaseRequest ¶

type ListDataSourceSchemaDatabaseRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	DbName          string           `position:"Query" name:"DbName"`
	DataSourceId    string           `position:"Query" name:"DataSourceId"`
}

ListDataSourceSchemaDatabaseRequest is the request struct for api ListDataSourceSchemaDatabase

func CreateListDataSourceSchemaDatabaseRequest ¶

func CreateListDataSourceSchemaDatabaseRequest() (request *ListDataSourceSchemaDatabaseRequest)

CreateListDataSourceSchemaDatabaseRequest creates a request to invoke ListDataSourceSchemaDatabase API

type ListDataSourceSchemaDatabaseResponse ¶

type ListDataSourceSchemaDatabaseResponse struct {
	*responses.BaseResponse
	RequestId    string                                   `json:"RequestId" xml:"RequestId"`
	DataSourceId string                                   `json:"DataSourceId" xml:"DataSourceId"`
	SchemaList   SchemaListInListDataSourceSchemaDatabase `json:"SchemaList" xml:"SchemaList"`
}

ListDataSourceSchemaDatabaseResponse is the response struct for api ListDataSourceSchemaDatabase

func CreateListDataSourceSchemaDatabaseResponse ¶

func CreateListDataSourceSchemaDatabaseResponse() (response *ListDataSourceSchemaDatabaseResponse)

CreateListDataSourceSchemaDatabaseResponse creates a response to parse from ListDataSourceSchemaDatabase response

type ListDataSourceSchemaTableRequest ¶

type ListDataSourceSchemaTableRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	DbName          string           `position:"Query" name:"DbName"`
	DataSourceId    string           `position:"Query" name:"DataSourceId"`
	TableName       string           `position:"Query" name:"TableName"`
}

ListDataSourceSchemaTableRequest is the request struct for api ListDataSourceSchemaTable

func CreateListDataSourceSchemaTableRequest ¶

func CreateListDataSourceSchemaTableRequest() (request *ListDataSourceSchemaTableRequest)

CreateListDataSourceSchemaTableRequest creates a request to invoke ListDataSourceSchemaTable API

type ListDataSourceSchemaTableResponse ¶

type ListDataSourceSchemaTableResponse struct {
	*responses.BaseResponse
	RequestId    string                                `json:"RequestId" xml:"RequestId"`
	DataSourceId string                                `json:"DataSourceId" xml:"DataSourceId"`
	SchemaList   SchemaListInListDataSourceSchemaTable `json:"SchemaList" xml:"SchemaList"`
}

ListDataSourceSchemaTableResponse is the response struct for api ListDataSourceSchemaTable

func CreateListDataSourceSchemaTableResponse ¶

func CreateListDataSourceSchemaTableResponse() (response *ListDataSourceSchemaTableResponse)

CreateListDataSourceSchemaTableResponse creates a response to parse from ListDataSourceSchemaTable response

type ListDependedServiceRequest ¶

type ListDependedServiceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ServiceName     string           `position:"Query" name:"ServiceName"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

ListDependedServiceRequest is the request struct for api ListDependedService

func CreateListDependedServiceRequest ¶

func CreateListDependedServiceRequest() (request *ListDependedServiceRequest)

CreateListDependedServiceRequest creates a request to invoke ListDependedService API

type ListDependedServiceResponse ¶

type ListDependedServiceResponse struct {
	*responses.BaseResponse
	RequestId     string                           `json:"RequestId" xml:"RequestId"`
	ExistServices bool                             `json:"ExistServices" xml:"ExistServices"`
	ServiceList   ServiceListInListDependedService `json:"ServiceList" xml:"ServiceList"`
}

ListDependedServiceResponse is the response struct for api ListDependedService

func CreateListDependedServiceResponse ¶

func CreateListDependedServiceResponse() (response *ListDependedServiceResponse)

CreateListDependedServiceResponse creates a response to parse from ListDependedService response

type ListETLJobInstanceRequest ¶

type ListETLJobInstanceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	InstanceId      string           `position:"Query" name:"InstanceId"`
	EtlJobId        string           `position:"Query" name:"EtlJobId"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
	Status          string           `position:"Query" name:"Status"`
}

ListETLJobInstanceRequest is the request struct for api ListETLJobInstance

func CreateListETLJobInstanceRequest ¶

func CreateListETLJobInstanceRequest() (request *ListETLJobInstanceRequest)

CreateListETLJobInstanceRequest creates a request to invoke ListETLJobInstance API

type ListETLJobInstanceResponse ¶

type ListETLJobInstanceResponse struct {
	*responses.BaseResponse
	RequestId    string       `json:"RequestId" xml:"RequestId"`
	Total        int          `json:"Total" xml:"Total"`
	PageSize     int          `json:"PageSize" xml:"PageSize"`
	PageNumber   int          `json:"PageNumber" xml:"PageNumber"`
	InstanceList InstanceList `json:"InstanceList" xml:"InstanceList"`
}

ListETLJobInstanceResponse is the response struct for api ListETLJobInstance

func CreateListETLJobInstanceResponse ¶

func CreateListETLJobInstanceResponse() (response *ListETLJobInstanceResponse)

CreateListETLJobInstanceResponse creates a response to parse from ListETLJobInstance response

type ListETLJobTriggerEntityRequest ¶

type ListETLJobTriggerEntityRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	EntityType      string           `position:"Query" name:"EntityType"`
}

ListETLJobTriggerEntityRequest is the request struct for api ListETLJobTriggerEntity

func CreateListETLJobTriggerEntityRequest ¶

func CreateListETLJobTriggerEntityRequest() (request *ListETLJobTriggerEntityRequest)

CreateListETLJobTriggerEntityRequest creates a request to invoke ListETLJobTriggerEntity API

type ListETLJobTriggerEntityResponse ¶

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

ListETLJobTriggerEntityResponse is the response struct for api ListETLJobTriggerEntity

func CreateListETLJobTriggerEntityResponse ¶

func CreateListETLJobTriggerEntityResponse() (response *ListETLJobTriggerEntityResponse)

CreateListETLJobTriggerEntityResponse creates a response to parse from ListETLJobTriggerEntity response

type ListEmrAvailableConfigRequest ¶

type ListEmrAvailableConfigRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
}

ListEmrAvailableConfigRequest is the request struct for api ListEmrAvailableConfig

func CreateListEmrAvailableConfigRequest ¶

func CreateListEmrAvailableConfigRequest() (request *ListEmrAvailableConfigRequest)

CreateListEmrAvailableConfigRequest creates a request to invoke ListEmrAvailableConfig API

type ListEmrAvailableConfigResponse ¶

type ListEmrAvailableConfigResponse struct {
	*responses.BaseResponse
	RequestId          string                                     `json:"RequestId" xml:"RequestId"`
	KeyPairNameList    KeyPairNameList                            `json:"KeyPairNameList" xml:"KeyPairNameList"`
	EmrMainVersionList EmrMainVersionListInListEmrAvailableConfig `json:"EmrMainVersionList" xml:"EmrMainVersionList"`
	SecurityGroupList  SecurityGroupList                          `json:"SecurityGroupList" xml:"SecurityGroupList"`
	VpcInfoList        VpcInfoList                                `json:"VpcInfoList" xml:"VpcInfoList"`
}

ListEmrAvailableConfigResponse is the response struct for api ListEmrAvailableConfig

func CreateListEmrAvailableConfigResponse ¶

func CreateListEmrAvailableConfigResponse() (response *ListEmrAvailableConfigResponse)

CreateListEmrAvailableConfigResponse creates a response to parse from ListEmrAvailableConfig response

type ListEmrAvailableResourceRequest ¶

type ListEmrAvailableResourceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId     requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ClusterId           string           `position:"Query" name:"ClusterId"`
	DepositType         string           `position:"Query" name:"DepositType"`
	DestinationResource string           `position:"Query" name:"DestinationResource"`
	ClusterType         string           `position:"Query" name:"ClusterType"`
	SpotStrategy        string           `position:"Query" name:"SpotStrategy"`
	SystemDiskType      string           `position:"Query" name:"SystemDiskType"`
	NetType             string           `position:"Query" name:"NetType"`
	ZoneId              string           `position:"Query" name:"ZoneId"`
	InstanceType        string           `position:"Query" name:"InstanceType"`
	DataDiskType        string           `position:"Query" name:"DataDiskType"`
	InstanceChargeType  string           `position:"Query" name:"InstanceChargeType"`
}

ListEmrAvailableResourceRequest is the request struct for api ListEmrAvailableResource

func CreateListEmrAvailableResourceRequest ¶

func CreateListEmrAvailableResourceRequest() (request *ListEmrAvailableResourceRequest)

CreateListEmrAvailableResourceRequest creates a request to invoke ListEmrAvailableResource API

type ListEmrAvailableResourceResponse ¶

type ListEmrAvailableResourceResponse struct {
	*responses.BaseResponse
	RequestId       string          `json:"RequestId" xml:"RequestId"`
	RegionId        string          `json:"RegionId" xml:"RegionId"`
	EmrZoneInfoList EmrZoneInfoList `json:"EmrZoneInfoList" xml:"EmrZoneInfoList"`
}

ListEmrAvailableResourceResponse is the response struct for api ListEmrAvailableResource

func CreateListEmrAvailableResourceResponse ¶

func CreateListEmrAvailableResourceResponse() (response *ListEmrAvailableResourceResponse)

CreateListEmrAvailableResourceResponse creates a response to parse from ListEmrAvailableResource response

type ListEmrMainVersionRequest ¶

type ListEmrMainVersionRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	EmrVersion      string           `position:"Query" name:"EmrVersion"`
	StackName       string           `position:"Query" name:"StackName"`
	StackVersion    string           `position:"Query" name:"StackVersion"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
}

ListEmrMainVersionRequest is the request struct for api ListEmrMainVersion

func CreateListEmrMainVersionRequest ¶

func CreateListEmrMainVersionRequest() (request *ListEmrMainVersionRequest)

CreateListEmrMainVersionRequest creates a request to invoke ListEmrMainVersion API

type ListEmrMainVersionResponse ¶

type ListEmrMainVersionResponse struct {
	*responses.BaseResponse
	RequestId          string                                 `json:"RequestId" xml:"RequestId"`
	TotalCount         int                                    `json:"TotalCount" xml:"TotalCount"`
	PageNumber         int                                    `json:"PageNumber" xml:"PageNumber"`
	PageSize           int                                    `json:"PageSize" xml:"PageSize"`
	EmrMainVersionList EmrMainVersionListInListEmrMainVersion `json:"EmrMainVersionList" xml:"EmrMainVersionList"`
}

ListEmrMainVersionResponse is the response struct for api ListEmrMainVersion

func CreateListEmrMainVersionResponse ¶

func CreateListEmrMainVersionResponse() (response *ListEmrMainVersionResponse)

CreateListEmrMainVersionResponse creates a response to parse from ListEmrMainVersion response

type ListExecutePlanMigrateInfoRequest ¶

type ListExecutePlanMigrateInfoRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	UserId          string           `position:"Query" name:"UserId"`
	CurrentSize     requests.Integer `position:"Query" name:"CurrentSize"`
}

ListExecutePlanMigrateInfoRequest is the request struct for api ListExecutePlanMigrateInfo

func CreateListExecutePlanMigrateInfoRequest ¶

func CreateListExecutePlanMigrateInfoRequest() (request *ListExecutePlanMigrateInfoRequest)

CreateListExecutePlanMigrateInfoRequest creates a request to invoke ListExecutePlanMigrateInfo API

type ListExecutePlanMigrateInfoResponse ¶

type ListExecutePlanMigrateInfoResponse struct {
	*responses.BaseResponse
	Total                      int                      `json:"Total" xml:"Total"`
	ExecutePlanMigrateInfoList []ExecutePlanMigrateInfo `json:"ExecutePlanMigrateInfoList" xml:"ExecutePlanMigrateInfoList"`
}

ListExecutePlanMigrateInfoResponse is the response struct for api ListExecutePlanMigrateInfo

func CreateListExecutePlanMigrateInfoResponse ¶

func CreateListExecutePlanMigrateInfoResponse() (response *ListExecutePlanMigrateInfoResponse)

CreateListExecutePlanMigrateInfoResponse creates a response to parse from ListExecutePlanMigrateInfo response

type ListExecutionPlanInstanceTrendRequest ¶

type ListExecutionPlanInstanceTrendRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
}

ListExecutionPlanInstanceTrendRequest is the request struct for api ListExecutionPlanInstanceTrend

func CreateListExecutionPlanInstanceTrendRequest ¶

func CreateListExecutionPlanInstanceTrendRequest() (request *ListExecutionPlanInstanceTrendRequest)

CreateListExecutionPlanInstanceTrendRequest creates a request to invoke ListExecutionPlanInstanceTrend API

type ListExecutionPlanInstanceTrendResponse ¶

type ListExecutionPlanInstanceTrendResponse struct {
	*responses.BaseResponse
	RequestId string                                 `json:"RequestId" xml:"RequestId"`
	Trends    TrendsInListExecutionPlanInstanceTrend `json:"Trends" xml:"Trends"`
}

ListExecutionPlanInstanceTrendResponse is the response struct for api ListExecutionPlanInstanceTrend

func CreateListExecutionPlanInstanceTrendResponse ¶

func CreateListExecutionPlanInstanceTrendResponse() (response *ListExecutionPlanInstanceTrendResponse)

CreateListExecutionPlanInstanceTrendResponse creates a response to parse from ListExecutionPlanInstanceTrend response

type ListExecutionPlanInstancesRequest ¶

type ListExecutionPlanInstancesRequest struct {
	*requests.RpcRequest
	OnlyLastInstance    requests.Boolean `position:"Query" name:"OnlyLastInstance"`
	ResourceOwnerId     requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ExecutionPlanIdList *[]string        `position:"Query" name:"ExecutionPlanIdList"  type:"Repeated"`
	StatusList          *[]string        `position:"Query" name:"StatusList"  type:"Repeated"`
	PageSize            requests.Integer `position:"Query" name:"PageSize"`
	IsDesc              requests.Boolean `position:"Query" name:"IsDesc"`
	PageNumber          requests.Integer `position:"Query" name:"PageNumber"`
}

ListExecutionPlanInstancesRequest is the request struct for api ListExecutionPlanInstances

func CreateListExecutionPlanInstancesRequest ¶

func CreateListExecutionPlanInstancesRequest() (request *ListExecutionPlanInstancesRequest)

CreateListExecutionPlanInstancesRequest creates a request to invoke ListExecutionPlanInstances API

type ListExecutionPlanInstancesResponse ¶

type ListExecutionPlanInstancesResponse struct {
	*responses.BaseResponse
	RequestId              string                 `json:"RequestId" xml:"RequestId"`
	TotalCount             int                    `json:"TotalCount" xml:"TotalCount"`
	PageNumber             int                    `json:"PageNumber" xml:"PageNumber"`
	PageSize               int                    `json:"PageSize" xml:"PageSize"`
	ExecutionPlanInstances ExecutionPlanInstances `json:"ExecutionPlanInstances" xml:"ExecutionPlanInstances"`
}

ListExecutionPlanInstancesResponse is the response struct for api ListExecutionPlanInstances

func CreateListExecutionPlanInstancesResponse ¶

func CreateListExecutionPlanInstancesResponse() (response *ListExecutionPlanInstancesResponse)

CreateListExecutionPlanInstancesResponse creates a response to parse from ListExecutionPlanInstances response

type ListExecutionPlansRequest ¶

type ListExecutionPlansRequest struct {
	*requests.RpcRequest
	JobId           string           `position:"Query" name:"JobId"`
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	StatusList      *[]string        `position:"Query" name:"StatusList"  type:"Repeated"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	QueryString     string           `position:"Query" name:"QueryString"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	IsDesc          requests.Boolean `position:"Query" name:"IsDesc"`
	Strategy        string           `position:"Query" name:"Strategy"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
	QueryType       string           `position:"Query" name:"QueryType"`
}

ListExecutionPlansRequest is the request struct for api ListExecutionPlans

func CreateListExecutionPlansRequest ¶

func CreateListExecutionPlansRequest() (request *ListExecutionPlansRequest)

CreateListExecutionPlansRequest creates a request to invoke ListExecutionPlans API

type ListExecutionPlansResponse ¶

type ListExecutionPlansResponse struct {
	*responses.BaseResponse
	RequestId      string         `json:"RequestId" xml:"RequestId"`
	TotalCount     int            `json:"TotalCount" xml:"TotalCount"`
	PageNumber     int            `json:"PageNumber" xml:"PageNumber"`
	PageSize       int            `json:"PageSize" xml:"PageSize"`
	ExecutionPlans ExecutionPlans `json:"ExecutionPlans" xml:"ExecutionPlans"`
}

ListExecutionPlansResponse is the response struct for api ListExecutionPlans

func CreateListExecutionPlansResponse ¶

func CreateListExecutionPlansResponse() (response *ListExecutionPlansResponse)

CreateListExecutionPlansResponse creates a response to parse from ListExecutionPlans response

type ListFailureJobExecutionInstancesRequest ¶

type ListFailureJobExecutionInstancesRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Count           requests.Integer `position:"Query" name:"Count"`
}

ListFailureJobExecutionInstancesRequest is the request struct for api ListFailureJobExecutionInstances

func CreateListFailureJobExecutionInstancesRequest ¶

func CreateListFailureJobExecutionInstancesRequest() (request *ListFailureJobExecutionInstancesRequest)

CreateListFailureJobExecutionInstancesRequest creates a request to invoke ListFailureJobExecutionInstances API

type ListFailureJobExecutionInstancesResponse ¶

type ListFailureJobExecutionInstancesResponse struct {
	*responses.BaseResponse
	RequestId    string                                         `json:"RequestId" xml:"RequestId"`
	JobInstances JobInstancesInListFailureJobExecutionInstances `json:"JobInstances" xml:"JobInstances"`
}

ListFailureJobExecutionInstancesResponse is the response struct for api ListFailureJobExecutionInstances

func CreateListFailureJobExecutionInstancesResponse ¶

func CreateListFailureJobExecutionInstancesResponse() (response *ListFailureJobExecutionInstancesResponse)

CreateListFailureJobExecutionInstancesResponse creates a response to parse from ListFailureJobExecutionInstances response

type ListFlowCategoryRequest ¶

type ListFlowCategoryRequest struct {
	*requests.RpcRequest
	Root       requests.Boolean `position:"Query" name:"Root"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	ProjectId  string           `position:"Query" name:"ProjectId"`
	ParentId   string           `position:"Query" name:"ParentId"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
}

ListFlowCategoryRequest is the request struct for api ListFlowCategory

func CreateListFlowCategoryRequest ¶

func CreateListFlowCategoryRequest() (request *ListFlowCategoryRequest)

CreateListFlowCategoryRequest creates a request to invoke ListFlowCategory API

type ListFlowCategoryResponse ¶

type ListFlowCategoryResponse struct {
	*responses.BaseResponse
	RequestId  string     `json:"RequestId" xml:"RequestId"`
	PageNumber int        `json:"PageNumber" xml:"PageNumber"`
	PageSize   int        `json:"PageSize" xml:"PageSize"`
	Total      int        `json:"Total" xml:"Total"`
	Categories Categories `json:"Categories" xml:"Categories"`
}

ListFlowCategoryResponse is the response struct for api ListFlowCategory

func CreateListFlowCategoryResponse ¶

func CreateListFlowCategoryResponse() (response *ListFlowCategoryResponse)

CreateListFlowCategoryResponse creates a response to parse from ListFlowCategory response

type ListFlowClusterAllHostsRequest ¶

type ListFlowClusterAllHostsRequest struct {
	*requests.RpcRequest
	ClusterId string `position:"Query" name:"ClusterId"`
	ProjectId string `position:"Query" name:"ProjectId"`
}

ListFlowClusterAllHostsRequest is the request struct for api ListFlowClusterAllHosts

func CreateListFlowClusterAllHostsRequest ¶

func CreateListFlowClusterAllHostsRequest() (request *ListFlowClusterAllHostsRequest)

CreateListFlowClusterAllHostsRequest creates a request to invoke ListFlowClusterAllHosts API

type ListFlowClusterAllHostsResponse ¶

type ListFlowClusterAllHostsResponse struct {
	*responses.BaseResponse
	RequestId string                            `json:"RequestId" xml:"RequestId"`
	HostList  HostListInListFlowClusterAllHosts `json:"HostList" xml:"HostList"`
}

ListFlowClusterAllHostsResponse is the response struct for api ListFlowClusterAllHosts

func CreateListFlowClusterAllHostsResponse ¶

func CreateListFlowClusterAllHostsResponse() (response *ListFlowClusterAllHostsResponse)

CreateListFlowClusterAllHostsResponse creates a response to parse from ListFlowClusterAllHosts response

type ListFlowClusterAllRequest ¶

type ListFlowClusterAllRequest struct {
	*requests.RpcRequest
}

ListFlowClusterAllRequest is the request struct for api ListFlowClusterAll

func CreateListFlowClusterAllRequest ¶

func CreateListFlowClusterAllRequest() (request *ListFlowClusterAllRequest)

CreateListFlowClusterAllRequest creates a request to invoke ListFlowClusterAll API

type ListFlowClusterAllResponse ¶

type ListFlowClusterAllResponse struct {
	*responses.BaseResponse
	RequestId  string                       `json:"RequestId" xml:"RequestId"`
	TotalCount int                          `json:"TotalCount" xml:"TotalCount"`
	PageNumber int                          `json:"PageNumber" xml:"PageNumber"`
	PageSize   int                          `json:"PageSize" xml:"PageSize"`
	Clusters   ClustersInListFlowClusterAll `json:"Clusters" xml:"Clusters"`
}

ListFlowClusterAllResponse is the response struct for api ListFlowClusterAll

func CreateListFlowClusterAllResponse ¶

func CreateListFlowClusterAllResponse() (response *ListFlowClusterAllResponse)

CreateListFlowClusterAllResponse creates a response to parse from ListFlowClusterAll response

type ListFlowClusterHostRequest ¶

type ListFlowClusterHostRequest struct {
	*requests.RpcRequest
	ClusterId string `position:"Query" name:"ClusterId"`
	ProjectId string `position:"Query" name:"ProjectId"`
}

ListFlowClusterHostRequest is the request struct for api ListFlowClusterHost

func CreateListFlowClusterHostRequest ¶

func CreateListFlowClusterHostRequest() (request *ListFlowClusterHostRequest)

CreateListFlowClusterHostRequest creates a request to invoke ListFlowClusterHost API

type ListFlowClusterHostResponse ¶

type ListFlowClusterHostResponse struct {
	*responses.BaseResponse
	RequestId string                        `json:"RequestId" xml:"RequestId"`
	HostList  HostListInListFlowClusterHost `json:"HostList" xml:"HostList"`
}

ListFlowClusterHostResponse is the response struct for api ListFlowClusterHost

func CreateListFlowClusterHostResponse ¶

func CreateListFlowClusterHostResponse() (response *ListFlowClusterHostResponse)

CreateListFlowClusterHostResponse creates a response to parse from ListFlowClusterHost response

type ListFlowClusterRequest ¶

type ListFlowClusterRequest struct {
	*requests.RpcRequest
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	ProjectId  string           `position:"Query" name:"ProjectId"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
}

ListFlowClusterRequest is the request struct for api ListFlowCluster

func CreateListFlowClusterRequest ¶

func CreateListFlowClusterRequest() (request *ListFlowClusterRequest)

CreateListFlowClusterRequest creates a request to invoke ListFlowCluster API

type ListFlowClusterResponse ¶

type ListFlowClusterResponse struct {
	*responses.BaseResponse
	RequestId  string                    `json:"RequestId" xml:"RequestId"`
	TotalCount int                       `json:"TotalCount" xml:"TotalCount"`
	PageNumber int                       `json:"PageNumber" xml:"PageNumber"`
	PageSize   int                       `json:"PageSize" xml:"PageSize"`
	Clusters   ClustersInListFlowCluster `json:"Clusters" xml:"Clusters"`
}

ListFlowClusterResponse is the response struct for api ListFlowCluster

func CreateListFlowClusterResponse ¶

func CreateListFlowClusterResponse() (response *ListFlowClusterResponse)

CreateListFlowClusterResponse creates a response to parse from ListFlowCluster response

type ListFlowInstanceRequest ¶

type ListFlowInstanceRequest struct {
	*requests.RpcRequest
	Owner      string           `position:"Query" name:"Owner"`
	TimeRange  string           `position:"Query" name:"TimeRange"`
	StatusList *[]string        `position:"Query" name:"StatusList"  type:"Repeated"`
	OrderBy    string           `position:"Query" name:"OrderBy"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	InstanceId string           `position:"Query" name:"InstanceId"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	FlowName   string           `position:"Query" name:"FlowName"`
	Id         string           `position:"Query" name:"Id"`
	FlowId     string           `position:"Query" name:"FlowId"`
	ProjectId  string           `position:"Query" name:"ProjectId"`
	OrderType  string           `position:"Query" name:"OrderType"`
}

ListFlowInstanceRequest is the request struct for api ListFlowInstance

func CreateListFlowInstanceRequest ¶

func CreateListFlowInstanceRequest() (request *ListFlowInstanceRequest)

CreateListFlowInstanceRequest creates a request to invoke ListFlowInstance API

type ListFlowInstanceResponse ¶

type ListFlowInstanceResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	PageNumber    int           `json:"PageNumber" xml:"PageNumber"`
	PageSize      int           `json:"PageSize" xml:"PageSize"`
	Total         int           `json:"Total" xml:"Total"`
	FlowInstances FlowInstances `json:"FlowInstances" xml:"FlowInstances"`
}

ListFlowInstanceResponse is the response struct for api ListFlowInstance

func CreateListFlowInstanceResponse ¶

func CreateListFlowInstanceResponse() (response *ListFlowInstanceResponse)

CreateListFlowInstanceResponse creates a response to parse from ListFlowInstance response

type ListFlowJobHistoryRequest ¶

type ListFlowJobHistoryRequest struct {
	*requests.RpcRequest
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	Id         string           `position:"Query" name:"Id"`
	ProjectId  string           `position:"Query" name:"ProjectId"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
}

ListFlowJobHistoryRequest is the request struct for api ListFlowJobHistory

func CreateListFlowJobHistoryRequest ¶

func CreateListFlowJobHistoryRequest() (request *ListFlowJobHistoryRequest)

CreateListFlowJobHistoryRequest creates a request to invoke ListFlowJobHistory API

type ListFlowJobHistoryResponse ¶

type ListFlowJobHistoryResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	PageNumber    int           `json:"PageNumber" xml:"PageNumber"`
	PageSize      int           `json:"PageSize" xml:"PageSize"`
	Total         int           `json:"Total" xml:"Total"`
	NodeInstances NodeInstances `json:"NodeInstances" xml:"NodeInstances"`
}

ListFlowJobHistoryResponse is the response struct for api ListFlowJobHistory

func CreateListFlowJobHistoryResponse ¶

func CreateListFlowJobHistoryResponse() (response *ListFlowJobHistoryResponse)

CreateListFlowJobHistoryResponse creates a response to parse from ListFlowJobHistory response

type ListFlowJobRequest ¶

type ListFlowJobRequest struct {
	*requests.RpcRequest
	Name       string           `position:"Query" name:"Name"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	Id         string           `position:"Query" name:"Id"`
	Type       string           `position:"Query" name:"Type"`
	Adhoc      requests.Boolean `position:"Query" name:"Adhoc"`
	ProjectId  string           `position:"Query" name:"ProjectId"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
}

ListFlowJobRequest is the request struct for api ListFlowJob

func CreateListFlowJobRequest ¶

func CreateListFlowJobRequest() (request *ListFlowJobRequest)

CreateListFlowJobRequest creates a request to invoke ListFlowJob API

type ListFlowJobResponse ¶

type ListFlowJobResponse struct {
	*responses.BaseResponse
	RequestId  string               `json:"RequestId" xml:"RequestId"`
	PageNumber int                  `json:"PageNumber" xml:"PageNumber"`
	PageSize   int                  `json:"PageSize" xml:"PageSize"`
	Total      int                  `json:"Total" xml:"Total"`
	JobList    JobListInListFlowJob `json:"JobList" xml:"JobList"`
}

ListFlowJobResponse is the response struct for api ListFlowJob

func CreateListFlowJobResponse ¶

func CreateListFlowJobResponse() (response *ListFlowJobResponse)

CreateListFlowJobResponse creates a response to parse from ListFlowJob response

type ListFlowNodeInstanceContainerStatusRequest ¶

type ListFlowNodeInstanceContainerStatusRequest struct {
	*requests.RpcRequest
	PageSize       requests.Integer `position:"Query" name:"PageSize"`
	NodeInstanceId string           `position:"Query" name:"NodeInstanceId"`
	ProjectId      string           `position:"Query" name:"ProjectId"`
	PageNumber     requests.Integer `position:"Query" name:"PageNumber"`
}

ListFlowNodeInstanceContainerStatusRequest is the request struct for api ListFlowNodeInstanceContainerStatus

func CreateListFlowNodeInstanceContainerStatusRequest ¶

func CreateListFlowNodeInstanceContainerStatusRequest() (request *ListFlowNodeInstanceContainerStatusRequest)

CreateListFlowNodeInstanceContainerStatusRequest creates a request to invoke ListFlowNodeInstanceContainerStatus API

type ListFlowNodeInstanceContainerStatusResponse ¶

type ListFlowNodeInstanceContainerStatusResponse struct {
	*responses.BaseResponse
	RequestId           string              `json:"RequestId" xml:"RequestId"`
	PageNumber          int                 `json:"PageNumber" xml:"PageNumber"`
	PageSize            int                 `json:"PageSize" xml:"PageSize"`
	Total               int                 `json:"Total" xml:"Total"`
	ContainerStatusList ContainerStatusList `json:"ContainerStatusList" xml:"ContainerStatusList"`
}

ListFlowNodeInstanceContainerStatusResponse is the response struct for api ListFlowNodeInstanceContainerStatus

func CreateListFlowNodeInstanceContainerStatusResponse ¶

func CreateListFlowNodeInstanceContainerStatusResponse() (response *ListFlowNodeInstanceContainerStatusResponse)

CreateListFlowNodeInstanceContainerStatusResponse creates a response to parse from ListFlowNodeInstanceContainerStatus response

type ListFlowNodeInstanceRequest ¶

type ListFlowNodeInstanceRequest struct {
	*requests.RpcRequest
	StatusList *[]string        `position:"Query" name:"StatusList"  type:"Repeated"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	OrderBy    string           `position:"Query" name:"OrderBy"`
	StartTime  requests.Integer `position:"Query" name:"StartTime"`
	ProjectId  string           `position:"Query" name:"ProjectId"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	OrderType  string           `position:"Query" name:"OrderType"`
}

ListFlowNodeInstanceRequest is the request struct for api ListFlowNodeInstance

func CreateListFlowNodeInstanceRequest ¶

func CreateListFlowNodeInstanceRequest() (request *ListFlowNodeInstanceRequest)

CreateListFlowNodeInstanceRequest creates a request to invoke ListFlowNodeInstance API

type ListFlowNodeInstanceResponse ¶

type ListFlowNodeInstanceResponse struct {
	*responses.BaseResponse
	RequestId         string            `json:"RequestId" xml:"RequestId"`
	PageNumber        int               `json:"PageNumber" xml:"PageNumber"`
	PageSize          int               `json:"PageSize" xml:"PageSize"`
	Total             int               `json:"Total" xml:"Total"`
	FlowNodeInstances FlowNodeInstances `json:"FlowNodeInstances" xml:"FlowNodeInstances"`
}

ListFlowNodeInstanceResponse is the response struct for api ListFlowNodeInstance

func CreateListFlowNodeInstanceResponse ¶

func CreateListFlowNodeInstanceResponse() (response *ListFlowNodeInstanceResponse)

CreateListFlowNodeInstanceResponse creates a response to parse from ListFlowNodeInstance response

type ListFlowNodeSqlResultRequest ¶

type ListFlowNodeSqlResultRequest struct {
	*requests.RpcRequest
	Offset         requests.Integer `position:"Query" name:"Offset"`
	Length         requests.Integer `position:"Query" name:"Length"`
	SqlIndex       requests.Integer `position:"Query" name:"SqlIndex"`
	NodeInstanceId string           `position:"Query" name:"NodeInstanceId"`
	ProjectId      string           `position:"Query" name:"ProjectId"`
}

ListFlowNodeSqlResultRequest is the request struct for api ListFlowNodeSqlResult

func CreateListFlowNodeSqlResultRequest ¶

func CreateListFlowNodeSqlResultRequest() (request *ListFlowNodeSqlResultRequest)

CreateListFlowNodeSqlResultRequest creates a request to invoke ListFlowNodeSqlResult API

type ListFlowNodeSqlResultResponse ¶

type ListFlowNodeSqlResultResponse struct {
	*responses.BaseResponse
	RequestId  string     `json:"RequestId" xml:"RequestId"`
	End        bool       `json:"End" xml:"End"`
	HeaderList HeaderList `json:"HeaderList" xml:"HeaderList"`
	RowList    RowList    `json:"RowList" xml:"RowList"`
}

ListFlowNodeSqlResultResponse is the response struct for api ListFlowNodeSqlResult

func CreateListFlowNodeSqlResultResponse ¶

func CreateListFlowNodeSqlResultResponse() (response *ListFlowNodeSqlResultResponse)

CreateListFlowNodeSqlResultResponse creates a response to parse from ListFlowNodeSqlResult response

type ListFlowProjectClusterSettingRequest ¶

type ListFlowProjectClusterSettingRequest struct {
	*requests.RpcRequest
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	ProjectId  string           `position:"Query" name:"ProjectId"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
}

ListFlowProjectClusterSettingRequest is the request struct for api ListFlowProjectClusterSetting

func CreateListFlowProjectClusterSettingRequest ¶

func CreateListFlowProjectClusterSettingRequest() (request *ListFlowProjectClusterSettingRequest)

CreateListFlowProjectClusterSettingRequest creates a request to invoke ListFlowProjectClusterSetting API

type ListFlowProjectClusterSettingResponse ¶

type ListFlowProjectClusterSettingResponse struct {
	*responses.BaseResponse
	RequestId       string          `json:"RequestId" xml:"RequestId"`
	PageNumber      int             `json:"PageNumber" xml:"PageNumber"`
	PageSize        int             `json:"PageSize" xml:"PageSize"`
	Total           int             `json:"Total" xml:"Total"`
	ClusterSettings ClusterSettings `json:"ClusterSettings" xml:"ClusterSettings"`
}

ListFlowProjectClusterSettingResponse is the response struct for api ListFlowProjectClusterSetting

func CreateListFlowProjectClusterSettingResponse ¶

func CreateListFlowProjectClusterSettingResponse() (response *ListFlowProjectClusterSettingResponse)

CreateListFlowProjectClusterSettingResponse creates a response to parse from ListFlowProjectClusterSetting response

type ListFlowProjectRequest ¶

type ListFlowProjectRequest struct {
	*requests.RpcRequest
	Name       string           `position:"Query" name:"Name"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	ProjectId  string           `position:"Query" name:"ProjectId"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
}

ListFlowProjectRequest is the request struct for api ListFlowProject

func CreateListFlowProjectRequest ¶

func CreateListFlowProjectRequest() (request *ListFlowProjectRequest)

CreateListFlowProjectRequest creates a request to invoke ListFlowProject API

type ListFlowProjectResponse ¶

type ListFlowProjectResponse struct {
	*responses.BaseResponse
	RequestId  string   `json:"RequestId" xml:"RequestId"`
	PageNumber int      `json:"PageNumber" xml:"PageNumber"`
	PageSize   int      `json:"PageSize" xml:"PageSize"`
	Total      int      `json:"Total" xml:"Total"`
	Projects   Projects `json:"Projects" xml:"Projects"`
}

ListFlowProjectResponse is the response struct for api ListFlowProject

func CreateListFlowProjectResponse ¶

func CreateListFlowProjectResponse() (response *ListFlowProjectResponse)

CreateListFlowProjectResponse creates a response to parse from ListFlowProject response

type ListFlowProjectUserRequest ¶

type ListFlowProjectUserRequest struct {
	*requests.RpcRequest
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	ProjectId  string           `position:"Query" name:"ProjectId"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
}

ListFlowProjectUserRequest is the request struct for api ListFlowProjectUser

func CreateListFlowProjectUserRequest ¶

func CreateListFlowProjectUserRequest() (request *ListFlowProjectUserRequest)

CreateListFlowProjectUserRequest creates a request to invoke ListFlowProjectUser API

type ListFlowProjectUserResponse ¶

type ListFlowProjectUserResponse struct {
	*responses.BaseResponse
	RequestId  string `json:"RequestId" xml:"RequestId"`
	PageNumber int    `json:"PageNumber" xml:"PageNumber"`
	PageSize   int    `json:"PageSize" xml:"PageSize"`
	Total      int    `json:"Total" xml:"Total"`
	Users      Users  `json:"Users" xml:"Users"`
}

ListFlowProjectUserResponse is the response struct for api ListFlowProjectUser

func CreateListFlowProjectUserResponse ¶

func CreateListFlowProjectUserResponse() (response *ListFlowProjectUserResponse)

CreateListFlowProjectUserResponse creates a response to parse from ListFlowProjectUser response

type ListFlowRequest ¶

type ListFlowRequest struct {
	*requests.RpcRequest
	JobId      string           `position:"Query" name:"JobId"`
	Periodic   requests.Boolean `position:"Query" name:"Periodic"`
	Name       string           `position:"Query" name:"Name"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	Id         string           `position:"Query" name:"Id"`
	ClusterId  string           `position:"Query" name:"ClusterId"`
	ProjectId  string           `position:"Query" name:"ProjectId"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	Status     string           `position:"Query" name:"Status"`
}

ListFlowRequest is the request struct for api ListFlow

func CreateListFlowRequest ¶

func CreateListFlowRequest() (request *ListFlowRequest)

CreateListFlowRequest creates a request to invoke ListFlow API

type ListFlowResponse ¶

type ListFlowResponse struct {
	*responses.BaseResponse
	RequestId  string `json:"RequestId" xml:"RequestId"`
	PageNumber int    `json:"PageNumber" xml:"PageNumber"`
	PageSize   int    `json:"PageSize" xml:"PageSize"`
	Total      int    `json:"Total" xml:"Total"`
	Flow       Flow   `json:"Flow" xml:"Flow"`
}

ListFlowResponse is the response struct for api ListFlow

func CreateListFlowResponse ¶

func CreateListFlowResponse() (response *ListFlowResponse)

CreateListFlowResponse creates a response to parse from ListFlow response

type ListJobExecutionInstanceTrendRequest ¶

type ListJobExecutionInstanceTrendRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
}

ListJobExecutionInstanceTrendRequest is the request struct for api ListJobExecutionInstanceTrend

func CreateListJobExecutionInstanceTrendRequest ¶

func CreateListJobExecutionInstanceTrendRequest() (request *ListJobExecutionInstanceTrendRequest)

CreateListJobExecutionInstanceTrendRequest creates a request to invoke ListJobExecutionInstanceTrend API

type ListJobExecutionInstanceTrendResponse ¶

type ListJobExecutionInstanceTrendResponse struct {
	*responses.BaseResponse
	RequestId string                                `json:"RequestId" xml:"RequestId"`
	Trends    TrendsInListJobExecutionInstanceTrend `json:"Trends" xml:"Trends"`
}

ListJobExecutionInstanceTrendResponse is the response struct for api ListJobExecutionInstanceTrend

func CreateListJobExecutionInstanceTrendResponse ¶

func CreateListJobExecutionInstanceTrendResponse() (response *ListJobExecutionInstanceTrendResponse)

CreateListJobExecutionInstanceTrendResponse creates a response to parse from ListJobExecutionInstanceTrend response

type ListJobExecutionInstancesRequest ¶

type ListJobExecutionInstancesRequest struct {
	*requests.RpcRequest
	ResourceOwnerId         requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ExecutionPlanInstanceId string           `position:"Query" name:"ExecutionPlanInstanceId"`
	PageSize                requests.Integer `position:"Query" name:"PageSize"`
	IsDesc                  requests.Boolean `position:"Query" name:"IsDesc"`
	PageNumber              requests.Integer `position:"Query" name:"PageNumber"`
}

ListJobExecutionInstancesRequest is the request struct for api ListJobExecutionInstances

func CreateListJobExecutionInstancesRequest ¶

func CreateListJobExecutionInstancesRequest() (request *ListJobExecutionInstancesRequest)

CreateListJobExecutionInstancesRequest creates a request to invoke ListJobExecutionInstances API

type ListJobExecutionInstancesResponse ¶

type ListJobExecutionInstancesResponse struct {
	*responses.BaseResponse
	RequestId    string                                  `json:"RequestId" xml:"RequestId"`
	TotalCount   int                                     `json:"TotalCount" xml:"TotalCount"`
	PageNumber   int                                     `json:"PageNumber" xml:"PageNumber"`
	PageSize     int                                     `json:"PageSize" xml:"PageSize"`
	JobInstances JobInstancesInListJobExecutionInstances `json:"JobInstances" xml:"JobInstances"`
}

ListJobExecutionInstancesResponse is the response struct for api ListJobExecutionInstances

func CreateListJobExecutionInstancesResponse ¶

func CreateListJobExecutionInstancesResponse() (response *ListJobExecutionInstancesResponse)

CreateListJobExecutionInstancesResponse creates a response to parse from ListJobExecutionInstances response

type ListJobExecutionPlanHierarchyRequest ¶

type ListJobExecutionPlanHierarchyRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	CurrentId       requests.Integer `position:"Query" name:"CurrentId"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
}

ListJobExecutionPlanHierarchyRequest is the request struct for api ListJobExecutionPlanHierarchy

func CreateListJobExecutionPlanHierarchyRequest ¶

func CreateListJobExecutionPlanHierarchyRequest() (request *ListJobExecutionPlanHierarchyRequest)

CreateListJobExecutionPlanHierarchyRequest creates a request to invoke ListJobExecutionPlanHierarchy API

type ListJobExecutionPlanHierarchyResponse ¶

type ListJobExecutionPlanHierarchyResponse struct {
	*responses.BaseResponse
	RequestId      string         `json:"RequestId" xml:"RequestId"`
	Success        string         `json:"Success" xml:"Success"`
	ErrCode        string         `json:"ErrCode" xml:"ErrCode"`
	ErrMsg         string         `json:"ErrMsg" xml:"ErrMsg"`
	TotalCount     int            `json:"TotalCount" xml:"TotalCount"`
	PageSize       int            `json:"pageSize" xml:"pageSize"`
	PageNumber     int            `json:"pageNumber" xml:"pageNumber"`
	HierarchyInfos HierarchyInfos `json:"HierarchyInfos" xml:"HierarchyInfos"`
}

ListJobExecutionPlanHierarchyResponse is the response struct for api ListJobExecutionPlanHierarchy

func CreateListJobExecutionPlanHierarchyResponse ¶

func CreateListJobExecutionPlanHierarchyResponse() (response *ListJobExecutionPlanHierarchyResponse)

CreateListJobExecutionPlanHierarchyResponse creates a response to parse from ListJobExecutionPlanHierarchy response

type ListJobExecutionPlanParamsRequest ¶

type ListJobExecutionPlanParamsRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	RelateId        string           `position:"Query" name:"RelateId"`
	ParamBizType    string           `position:"Query" name:"ParamBizType"`
}

ListJobExecutionPlanParamsRequest is the request struct for api ListJobExecutionPlanParams

func CreateListJobExecutionPlanParamsRequest ¶

func CreateListJobExecutionPlanParamsRequest() (request *ListJobExecutionPlanParamsRequest)

CreateListJobExecutionPlanParamsRequest creates a request to invoke ListJobExecutionPlanParams API

type ListJobExecutionPlanParamsResponse ¶

type ListJobExecutionPlanParamsResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	Success       string        `json:"Success" xml:"Success"`
	ErrCode       string        `json:"ErrCode" xml:"ErrCode"`
	ErrMsg        string        `json:"ErrMsg" xml:"ErrMsg"`
	ParamInfoList ParamInfoList `json:"ParamInfoList" xml:"ParamInfoList"`
}

ListJobExecutionPlanParamsResponse is the response struct for api ListJobExecutionPlanParams

func CreateListJobExecutionPlanParamsResponse ¶

func CreateListJobExecutionPlanParamsResponse() (response *ListJobExecutionPlanParamsResponse)

CreateListJobExecutionPlanParamsResponse creates a response to parse from ListJobExecutionPlanParams response

type ListJobInstanceWorkersRequest ¶

type ListJobInstanceWorkersRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	JobInstanceId   string           `position:"Query" name:"JobInstanceId"`
}

ListJobInstanceWorkersRequest is the request struct for api ListJobInstanceWorkers

func CreateListJobInstanceWorkersRequest ¶

func CreateListJobInstanceWorkersRequest() (request *ListJobInstanceWorkersRequest)

CreateListJobInstanceWorkersRequest creates a request to invoke ListJobInstanceWorkers API

type ListJobInstanceWorkersResponse ¶

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

ListJobInstanceWorkersResponse is the response struct for api ListJobInstanceWorkers

func CreateListJobInstanceWorkersResponse ¶

func CreateListJobInstanceWorkersResponse() (response *ListJobInstanceWorkersResponse)

CreateListJobInstanceWorkersResponse creates a response to parse from ListJobInstanceWorkers response

type ListJobMigrateInfoRequest ¶

type ListJobMigrateInfoRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	UserId          string           `position:"Query" name:"UserId"`
	CurrentSize     requests.Integer `position:"Query" name:"CurrentSize"`
}

ListJobMigrateInfoRequest is the request struct for api ListJobMigrateInfo

func CreateListJobMigrateInfoRequest ¶

func CreateListJobMigrateInfoRequest() (request *ListJobMigrateInfoRequest)

CreateListJobMigrateInfoRequest creates a request to invoke ListJobMigrateInfo API

type ListJobMigrateInfoResponse ¶

type ListJobMigrateInfoResponse struct {
	*responses.BaseResponse
	Total              int              `json:"Total" xml:"Total"`
	JobMigrateInfoList []JobMigrateInfo `json:"JobMigrateInfoList" xml:"JobMigrateInfoList"`
}

ListJobMigrateInfoResponse is the response struct for api ListJobMigrateInfo

func CreateListJobMigrateInfoResponse ¶

func CreateListJobMigrateInfoResponse() (response *ListJobMigrateInfoResponse)

CreateListJobMigrateInfoResponse creates a response to parse from ListJobMigrateInfo response

type ListJobsRequest ¶

type ListJobsRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	QueryString     string           `position:"Query" name:"QueryString"`
	IsDesc          requests.Boolean `position:"Query" name:"IsDesc"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
	QueryType       string           `position:"Query" name:"QueryType"`
}

ListJobsRequest is the request struct for api ListJobs

func CreateListJobsRequest ¶

func CreateListJobsRequest() (request *ListJobsRequest)

CreateListJobsRequest creates a request to invoke ListJobs API

type ListJobsResponse ¶

type ListJobsResponse struct {
	*responses.BaseResponse
	RequestId  string `json:"RequestId" xml:"RequestId"`
	TotalCount int    `json:"TotalCount" xml:"TotalCount"`
	PageNumber int    `json:"PageNumber" xml:"PageNumber"`
	PageSize   int    `json:"PageSize" xml:"PageSize"`
	Jobs       Jobs   `json:"Jobs" xml:"Jobs"`
}

ListJobsResponse is the response struct for api ListJobs

func CreateListJobsResponse ¶

func CreateListJobsResponse() (response *ListJobsResponse)

CreateListJobsResponse creates a response to parse from ListJobs response

type ListNavSubTreeRequest ¶

type ListNavSubTreeRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Name            string           `position:"Query" name:"Name"`
	Type            string           `position:"Query" name:"Type"`
	ProjectId       string           `position:"Query" name:"ProjectId"`
	ParentId        string           `position:"Query" name:"ParentId"`
}

ListNavSubTreeRequest is the request struct for api ListNavSubTree

func CreateListNavSubTreeRequest ¶

func CreateListNavSubTreeRequest() (request *ListNavSubTreeRequest)

CreateListNavSubTreeRequest creates a request to invoke ListNavSubTree API

type ListNavSubTreeResponse ¶

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

ListNavSubTreeResponse is the response struct for api ListNavSubTree

func CreateListNavSubTreeResponse ¶

func CreateListNavSubTreeResponse() (response *ListNavSubTreeResponse)

CreateListNavSubTreeResponse creates a response to parse from ListNavSubTree response

type ListNotesRequest ¶

type ListNotesRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
}

ListNotesRequest is the request struct for api ListNotes

func CreateListNotesRequest ¶

func CreateListNotesRequest() (request *ListNotesRequest)

CreateListNotesRequest creates a request to invoke ListNotes API

type ListNotesResponse ¶

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

ListNotesResponse is the response struct for api ListNotes

func CreateListNotesResponse ¶

func CreateListNotesResponse() (response *ListNotesResponse)

CreateListNotesResponse creates a response to parse from ListNotes response

type ListOpsOperationRequest ¶

type ListOpsOperationRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
}

ListOpsOperationRequest is the request struct for api ListOpsOperation

func CreateListOpsOperationRequest ¶

func CreateListOpsOperationRequest() (request *ListOpsOperationRequest)

CreateListOpsOperationRequest creates a request to invoke ListOpsOperation API

type ListOpsOperationResponse ¶

type ListOpsOperationResponse struct {
	*responses.BaseResponse
	RequestId        string           `json:"RequestId" xml:"RequestId"`
	Total            int              `json:"Total" xml:"Total"`
	PageNumber       int              `json:"PageNumber" xml:"PageNumber"`
	PageSize         int              `json:"PageSize" xml:"PageSize"`
	OpsOperationList OpsOperationList `json:"OpsOperationList" xml:"OpsOperationList"`
}

ListOpsOperationResponse is the response struct for api ListOpsOperation

func CreateListOpsOperationResponse ¶

func CreateListOpsOperationResponse() (response *ListOpsOperationResponse)

CreateListOpsOperationResponse creates a response to parse from ListOpsOperation response

type ListOpsOperationTaskRequest ¶

type ListOpsOperationTaskRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	OperationId     requests.Integer `position:"Query" name:"OperationId"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
}

ListOpsOperationTaskRequest is the request struct for api ListOpsOperationTask

func CreateListOpsOperationTaskRequest ¶

func CreateListOpsOperationTaskRequest() (request *ListOpsOperationTaskRequest)

CreateListOpsOperationTaskRequest creates a request to invoke ListOpsOperationTask API

type ListOpsOperationTaskResponse ¶

type ListOpsOperationTaskResponse struct {
	*responses.BaseResponse
	RequestId  string                         `json:"RequestId" xml:"RequestId"`
	Total      int                            `json:"Total" xml:"Total"`
	PageNumber int                            `json:"PageNumber" xml:"PageNumber"`
	PageSize   int                            `json:"PageSize" xml:"PageSize"`
	TaskList   TaskListInListOpsOperationTask `json:"TaskList" xml:"TaskList"`
}

ListOpsOperationTaskResponse is the response struct for api ListOpsOperationTask

func CreateListOpsOperationTaskResponse ¶

func CreateListOpsOperationTaskResponse() (response *ListOpsOperationTaskResponse)

CreateListOpsOperationTaskResponse creates a response to parse from ListOpsOperationTask response

type ListRequiredServiceRequest ¶

type ListRequiredServiceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	EmrVersion      string           `position:"Query" name:"EmrVersion"`
	ServiceNameList string           `position:"Query" name:"ServiceNameList"`
}

ListRequiredServiceRequest is the request struct for api ListRequiredService

func CreateListRequiredServiceRequest ¶

func CreateListRequiredServiceRequest() (request *ListRequiredServiceRequest)

CreateListRequiredServiceRequest creates a request to invoke ListRequiredService API

type ListRequiredServiceResponse ¶

type ListRequiredServiceResponse struct {
	*responses.BaseResponse
	RequestId        string                           `json:"RequestId" xml:"RequestId"`
	NeedOtherService bool                             `json:"NeedOtherService" xml:"NeedOtherService"`
	ServiceList      ServiceListInListRequiredService `json:"ServiceList" xml:"ServiceList"`
}

ListRequiredServiceResponse is the response struct for api ListRequiredService

func CreateListRequiredServiceResponse ¶

func CreateListRequiredServiceResponse() (response *ListRequiredServiceResponse)

CreateListRequiredServiceResponse creates a response to parse from ListRequiredService response

type ListResourcePoolRequest ¶

type ListResourcePoolRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
	PoolType        string           `position:"Query" name:"PoolType"`
}

ListResourcePoolRequest is the request struct for api ListResourcePool

func CreateListResourcePoolRequest ¶

func CreateListResourcePoolRequest() (request *ListResourcePoolRequest)

CreateListResourcePoolRequest creates a request to invoke ListResourcePool API

type ListResourcePoolResponse ¶

type ListResourcePoolResponse struct {
	*responses.BaseResponse
	RequestId    string       `json:"RequestId" xml:"RequestId"`
	PageNumber   int          `json:"PageNumber" xml:"PageNumber"`
	PageSize     int          `json:"PageSize" xml:"PageSize"`
	Total        int          `json:"Total" xml:"Total"`
	PoolInfoList PoolInfoList `json:"PoolInfoList" xml:"PoolInfoList"`
}

ListResourcePoolResponse is the response struct for api ListResourcePool

func CreateListResourcePoolResponse ¶

func CreateListResourcePoolResponse() (response *ListResourcePoolResponse)

CreateListResourcePoolResponse creates a response to parse from ListResourcePool response

type ListResourceQueueRequest ¶

type ListResourceQueueRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PoolId          requests.Integer `position:"Query" name:"PoolId"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
	PoolType        string           `position:"Query" name:"PoolType"`
}

ListResourceQueueRequest is the request struct for api ListResourceQueue

func CreateListResourceQueueRequest ¶

func CreateListResourceQueueRequest() (request *ListResourceQueueRequest)

CreateListResourceQueueRequest creates a request to invoke ListResourceQueue API

type ListResourceQueueResponse ¶

type ListResourceQueueResponse struct {
	*responses.BaseResponse
	QueueList QueueListInListResourceQueue `json:"QueueList" xml:"QueueList"`
}

ListResourceQueueResponse is the response struct for api ListResourceQueue

func CreateListResourceQueueResponse ¶

func CreateListResourceQueueResponse() (response *ListResourceQueueResponse)

CreateListResourceQueueResponse creates a response to parse from ListResourceQueue response

type ListScalingActivityRequest ¶

type ListScalingActivityRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	HostGroupId     string           `position:"Query" name:"HostGroupId"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
}

ListScalingActivityRequest is the request struct for api ListScalingActivity

func CreateListScalingActivityRequest ¶

func CreateListScalingActivityRequest() (request *ListScalingActivityRequest)

CreateListScalingActivityRequest creates a request to invoke ListScalingActivity API

type ListScalingActivityResponse ¶

type ListScalingActivityResponse struct {
	*responses.BaseResponse
	RequestId           string              `json:"RequestId" xml:"RequestId"`
	PageNumber          int                 `json:"PageNumber" xml:"PageNumber"`
	PageSize            int                 `json:"PageSize" xml:"PageSize"`
	Total               int                 `json:"Total" xml:"Total"`
	ScalingActivityList ScalingActivityList `json:"ScalingActivityList" xml:"ScalingActivityList"`
}

ListScalingActivityResponse is the response struct for api ListScalingActivity

func CreateListScalingActivityResponse ¶

func CreateListScalingActivityResponse() (response *ListScalingActivityResponse)

CreateListScalingActivityResponse creates a response to parse from ListScalingActivity response

type ListScalingRuleRequest ¶

type ListScalingRuleRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	HostGroupId     string           `position:"Query" name:"HostGroupId"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
}

ListScalingRuleRequest is the request struct for api ListScalingRule

func CreateListScalingRuleRequest ¶

func CreateListScalingRuleRequest() (request *ListScalingRuleRequest)

CreateListScalingRuleRequest creates a request to invoke ListScalingRule API

type ListScalingRuleResponse ¶

type ListScalingRuleResponse struct {
	*responses.BaseResponse
	RequestId  string   `json:"RequestId" xml:"RequestId"`
	PageNumber int      `json:"PageNumber" xml:"PageNumber"`
	PageSize   int      `json:"PageSize" xml:"PageSize"`
	Total      int      `json:"Total" xml:"Total"`
	RuleList   RuleList `json:"RuleList" xml:"RuleList"`
}

ListScalingRuleResponse is the response struct for api ListScalingRule

func CreateListScalingRuleResponse ¶

func CreateListScalingRuleResponse() (response *ListScalingRuleResponse)

CreateListScalingRuleResponse creates a response to parse from ListScalingRule response

type ListScalingTaskGroupRequest ¶

type ListScalingTaskGroupRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

ListScalingTaskGroupRequest is the request struct for api ListScalingTaskGroup

func CreateListScalingTaskGroupRequest ¶

func CreateListScalingTaskGroupRequest() (request *ListScalingTaskGroupRequest)

CreateListScalingTaskGroupRequest creates a request to invoke ListScalingTaskGroup API

type ListScalingTaskGroupResponse ¶

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

ListScalingTaskGroupResponse is the response struct for api ListScalingTaskGroup

func CreateListScalingTaskGroupResponse ¶

func CreateListScalingTaskGroupResponse() (response *ListScalingTaskGroupResponse)

CreateListScalingTaskGroupResponse creates a response to parse from ListScalingTaskGroup response

type ListServiceLogRequest ¶

type ListServiceLogRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	HostName        string           `position:"Query" name:"HostName"`
	MaxKeys         requests.Integer `position:"Query" name:"MaxKeys"`
	LogstoreName    string           `position:"Query" name:"LogstoreName"`
	Marker          string           `position:"Query" name:"Marker"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

ListServiceLogRequest is the request struct for api ListServiceLog

func CreateListServiceLogRequest ¶

func CreateListServiceLogRequest() (request *ListServiceLogRequest)

CreateListServiceLogRequest creates a request to invoke ListServiceLog API

type ListServiceLogResponse ¶

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

ListServiceLogResponse is the response struct for api ListServiceLog

func CreateListServiceLogResponse ¶

func CreateListServiceLogResponse() (response *ListServiceLogResponse)

CreateListServiceLogResponse creates a response to parse from ListServiceLog response

type ListSlsLogstoreInfoRequest ¶

type ListSlsLogstoreInfoRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ComponentName   string           `position:"Query" name:"ComponentName"`
	ServiceName     string           `position:"Query" name:"ServiceName"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

ListSlsLogstoreInfoRequest is the request struct for api ListSlsLogstoreInfo

func CreateListSlsLogstoreInfoRequest ¶

func CreateListSlsLogstoreInfoRequest() (request *ListSlsLogstoreInfoRequest)

CreateListSlsLogstoreInfoRequest creates a request to invoke ListSlsLogstoreInfo API

type ListSlsLogstoreInfoResponse ¶

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

ListSlsLogstoreInfoResponse is the response struct for api ListSlsLogstoreInfo

func CreateListSlsLogstoreInfoResponse ¶

func CreateListSlsLogstoreInfoResponse() (response *ListSlsLogstoreInfoResponse)

CreateListSlsLogstoreInfoResponse creates a response to parse from ListSlsLogstoreInfo response

type ListSupportedServiceNameRequest ¶

type ListSupportedServiceNameRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
}

ListSupportedServiceNameRequest is the request struct for api ListSupportedServiceName

func CreateListSupportedServiceNameRequest ¶

func CreateListSupportedServiceNameRequest() (request *ListSupportedServiceNameRequest)

CreateListSupportedServiceNameRequest creates a request to invoke ListSupportedServiceName API

type ListSupportedServiceNameResponse ¶

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

ListSupportedServiceNameResponse is the response struct for api ListSupportedServiceName

func CreateListSupportedServiceNameResponse ¶

func CreateListSupportedServiceNameResponse() (response *ListSupportedServiceNameResponse)

CreateListSupportedServiceNameResponse creates a response to parse from ListSupportedServiceName response

type ListUserStatisticsRequest ¶

type ListUserStatisticsRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	OrderMode       string           `position:"Query" name:"OrderMode"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	OrderFieldName  string           `position:"Query" name:"OrderFieldName"`
	CurrentSize     requests.Integer `position:"Query" name:"CurrentSize"`
}

ListUserStatisticsRequest is the request struct for api ListUserStatistics

func CreateListUserStatisticsRequest ¶

func CreateListUserStatisticsRequest() (request *ListUserStatisticsRequest)

CreateListUserStatisticsRequest creates a request to invoke ListUserStatistics API

type ListUserStatisticsResponse ¶

type ListUserStatisticsResponse struct {
	*responses.BaseResponse
	Total              int              `json:"Total" xml:"Total"`
	UserStatisticsList []UserStatistics `json:"UserStatisticsList" xml:"UserStatisticsList"`
}

ListUserStatisticsResponse is the response struct for api ListUserStatistics

func CreateListUserStatisticsResponse ¶

func CreateListUserStatisticsResponse() (response *ListUserStatisticsResponse)

CreateListUserStatisticsResponse creates a response to parse from ListUserStatistics response

type ListUsersRequest ¶

type ListUsersRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	Type            string           `position:"Query" name:"Type"`
}

ListUsersRequest is the request struct for api ListUsers

func CreateListUsersRequest ¶

func CreateListUsersRequest() (request *ListUsersRequest)

CreateListUsersRequest creates a request to invoke ListUsers API

type ListUsersResponse ¶

type ListUsersResponse struct {
	*responses.BaseResponse
	RequestId string              `json:"RequestId" xml:"RequestId"`
	UserList  UserListInListUsers `json:"UserList" xml:"UserList"`
}

ListUsersResponse is the response struct for api ListUsers

func CreateListUsersResponse ¶

func CreateListUsersResponse() (response *ListUsersResponse)

CreateListUsersResponse creates a response to parse from ListUsers response

type LogEntry ¶

type LogEntry struct {
	Content string `json:"Content" xml:"Content"`
}

LogEntry is a nested struct in emr response

type LogEntrysInDescribeFlowNodeInstanceContainerLog ¶

type LogEntrysInDescribeFlowNodeInstanceContainerLog struct {
	LogEntry []LogEntry `json:"LogEntry" xml:"LogEntry"`
}

LogEntrysInDescribeFlowNodeInstanceContainerLog is a nested struct in emr response

type LogEntrysInDescribeFlowNodeInstanceLauncherLog ¶

type LogEntrysInDescribeFlowNodeInstanceLauncherLog struct {
	LogEntry []LogEntry `json:"LogEntry" xml:"LogEntry"`
}

LogEntrysInDescribeFlowNodeInstanceLauncherLog is a nested struct in emr response

type LogFile ¶

type LogFile struct {
	FileName     string `json:"FileName" xml:"FileName"`
	Size         int    `json:"Size" xml:"Size"`
	HostName     string `json:"HostName" xml:"HostName"`
	LastModified int    `json:"LastModified" xml:"LastModified"`
}

LogFile is a nested struct in emr response

type LogFileList ¶

type LogFileList struct {
	LogFile []LogFile `json:"LogFile" xml:"LogFile"`
}

LogFileList is a nested struct in emr response

type Logs ¶

type Logs struct {
	Item []Item `json:"Item" xml:"Item"`
}

Logs is a nested struct in emr response

type MetastoreCreateDataResourceRequest ¶

type MetastoreCreateDataResourceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Default         requests.Boolean `position:"Query" name:"Default"`
	AccessType      string           `position:"Query" name:"AccessType"`
	Name            string           `position:"Query" name:"Name"`
	Description     string           `position:"Query" name:"Description"`
	MetaType        string           `position:"Query" name:"MetaType"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

MetastoreCreateDataResourceRequest is the request struct for api MetastoreCreateDataResource

func CreateMetastoreCreateDataResourceRequest ¶

func CreateMetastoreCreateDataResourceRequest() (request *MetastoreCreateDataResourceRequest)

CreateMetastoreCreateDataResourceRequest creates a request to invoke MetastoreCreateDataResource API

type MetastoreCreateDataResourceResponse ¶

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

MetastoreCreateDataResourceResponse is the response struct for api MetastoreCreateDataResource

func CreateMetastoreCreateDataResourceResponse ¶

func CreateMetastoreCreateDataResourceResponse() (response *MetastoreCreateDataResourceResponse)

CreateMetastoreCreateDataResourceResponse creates a response to parse from MetastoreCreateDataResource response

type MetastoreCreateDatabaseRequest ¶

type MetastoreCreateDatabaseRequest struct {
	*requests.RpcRequest
	DbSource        string           `position:"Query" name:"DbSource"`
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	DbName          string           `position:"Query" name:"DbName"`
	DataSourceId    string           `position:"Query" name:"DataSourceId"`
	Description     string           `position:"Query" name:"Description"`
	Comment         string           `position:"Query" name:"Comment"`
	LocationUri     string           `position:"Query" name:"LocationUri"`
	ClusterBizId    string           `position:"Query" name:"ClusterBizId"`
}

MetastoreCreateDatabaseRequest is the request struct for api MetastoreCreateDatabase

func CreateMetastoreCreateDatabaseRequest ¶

func CreateMetastoreCreateDatabaseRequest() (request *MetastoreCreateDatabaseRequest)

CreateMetastoreCreateDatabaseRequest creates a request to invoke MetastoreCreateDatabase API

type MetastoreCreateDatabaseResponse ¶

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

MetastoreCreateDatabaseResponse is the response struct for api MetastoreCreateDatabase

func CreateMetastoreCreateDatabaseResponse ¶

func CreateMetastoreCreateDatabaseResponse() (response *MetastoreCreateDatabaseResponse)

CreateMetastoreCreateDatabaseResponse creates a response to parse from MetastoreCreateDatabase response

type MetastoreCreateKafkaTopicAdvancedConfig ¶

type MetastoreCreateKafkaTopicAdvancedConfig struct {
	Value string `name:"Value"`
	Key   string `name:"Key"`
}

MetastoreCreateKafkaTopicAdvancedConfig is a repeated param struct in MetastoreCreateKafkaTopicRequest

type MetastoreCreateKafkaTopicRequest ¶

type MetastoreCreateKafkaTopicRequest struct {
	*requests.RpcRequest
	ResourceOwnerId   requests.Integer                           `position:"Query" name:"ResourceOwnerId"`
	DataSourceId      string                                     `position:"Query" name:"DataSourceId"`
	TopicName         string                                     `position:"Query" name:"TopicName"`
	AdvancedConfig    *[]MetastoreCreateKafkaTopicAdvancedConfig `position:"Query" name:"AdvancedConfig"  type:"Repeated"`
	NumPartitions     requests.Integer                           `position:"Query" name:"NumPartitions"`
	ReplicationFactor requests.Integer                           `position:"Query" name:"ReplicationFactor"`
}

MetastoreCreateKafkaTopicRequest is the request struct for api MetastoreCreateKafkaTopic

func CreateMetastoreCreateKafkaTopicRequest ¶

func CreateMetastoreCreateKafkaTopicRequest() (request *MetastoreCreateKafkaTopicRequest)

CreateMetastoreCreateKafkaTopicRequest creates a request to invoke MetastoreCreateKafkaTopic API

type MetastoreCreateKafkaTopicResponse ¶

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

MetastoreCreateKafkaTopicResponse is the response struct for api MetastoreCreateKafkaTopic

func CreateMetastoreCreateKafkaTopicResponse ¶

func CreateMetastoreCreateKafkaTopicResponse() (response *MetastoreCreateKafkaTopicResponse)

CreateMetastoreCreateKafkaTopicResponse creates a response to parse from MetastoreCreateKafkaTopic response

type MetastoreCreateTableColumn ¶

type MetastoreCreateTableColumn struct {
	Name    string `name:"Name"`
	Comment string `name:"Comment"`
	Type    string `name:"Type"`
}

MetastoreCreateTableColumn is a repeated param struct in MetastoreCreateTableRequest

type MetastoreCreateTablePartition ¶

type MetastoreCreateTablePartition struct {
	Name    string `name:"Name"`
	Comment string `name:"Comment"`
	Type    string `name:"Type"`
}

MetastoreCreateTablePartition is a repeated param struct in MetastoreCreateTableRequest

type MetastoreCreateTableRequest ¶

type MetastoreCreateTableRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer                 `position:"Query" name:"ResourceOwnerId"`
	FieldDelimiter  string                           `position:"Query" name:"FieldDelimiter"`
	Column          *[]MetastoreCreateTableColumn    `position:"Query" name:"Column"  type:"Repeated"`
	CreateWith      string                           `position:"Query" name:"CreateWith"`
	Partition       *[]MetastoreCreateTablePartition `position:"Query" name:"Partition"  type:"Repeated"`
	DbName          string                           `position:"Query" name:"DbName"`
	CreateSql       string                           `position:"Query" name:"CreateSql"`
	Comment         string                           `position:"Query" name:"Comment"`
	LocationUri     string                           `position:"Query" name:"LocationUri"`
	TableName       string                           `position:"Query" name:"TableName"`
	DatabaseId      string                           `position:"Query" name:"DatabaseId"`
}

MetastoreCreateTableRequest is the request struct for api MetastoreCreateTable

func CreateMetastoreCreateTableRequest ¶

func CreateMetastoreCreateTableRequest() (request *MetastoreCreateTableRequest)

CreateMetastoreCreateTableRequest creates a request to invoke MetastoreCreateTable API

type MetastoreCreateTableResponse ¶

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

MetastoreCreateTableResponse is the response struct for api MetastoreCreateTable

func CreateMetastoreCreateTableResponse ¶

func CreateMetastoreCreateTableResponse() (response *MetastoreCreateTableResponse)

CreateMetastoreCreateTableResponse creates a response to parse from MetastoreCreateTable response

type MetastoreDataPreviewRequest ¶

type MetastoreDataPreviewRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	DbName          string           `position:"Query" name:"DbName"`
	TableName       string           `position:"Query" name:"TableName"`
}

MetastoreDataPreviewRequest is the request struct for api MetastoreDataPreview

func CreateMetastoreDataPreviewRequest ¶

func CreateMetastoreDataPreviewRequest() (request *MetastoreDataPreviewRequest)

CreateMetastoreDataPreviewRequest creates a request to invoke MetastoreDataPreview API

type MetastoreDataPreviewResponse ¶

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

MetastoreDataPreviewResponse is the response struct for api MetastoreDataPreview

func CreateMetastoreDataPreviewResponse ¶

func CreateMetastoreDataPreviewResponse() (response *MetastoreDataPreviewResponse)

CreateMetastoreDataPreviewResponse creates a response to parse from MetastoreDataPreview response

type MetastoreDeleteDataResourceRequest ¶

type MetastoreDeleteDataResourceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

MetastoreDeleteDataResourceRequest is the request struct for api MetastoreDeleteDataResource

func CreateMetastoreDeleteDataResourceRequest ¶

func CreateMetastoreDeleteDataResourceRequest() (request *MetastoreDeleteDataResourceRequest)

CreateMetastoreDeleteDataResourceRequest creates a request to invoke MetastoreDeleteDataResource API

type MetastoreDeleteDataResourceResponse ¶

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

MetastoreDeleteDataResourceResponse is the response struct for api MetastoreDeleteDataResource

func CreateMetastoreDeleteDataResourceResponse ¶

func CreateMetastoreDeleteDataResourceResponse() (response *MetastoreDeleteDataResourceResponse)

CreateMetastoreDeleteDataResourceResponse creates a response to parse from MetastoreDeleteDataResource response

type MetastoreDeleteKafkaTopicRequest ¶

type MetastoreDeleteKafkaTopicRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	TopicId         string           `position:"Query" name:"TopicId"`
}

MetastoreDeleteKafkaTopicRequest is the request struct for api MetastoreDeleteKafkaTopic

func CreateMetastoreDeleteKafkaTopicRequest ¶

func CreateMetastoreDeleteKafkaTopicRequest() (request *MetastoreDeleteKafkaTopicRequest)

CreateMetastoreDeleteKafkaTopicRequest creates a request to invoke MetastoreDeleteKafkaTopic API

type MetastoreDeleteKafkaTopicResponse ¶

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

MetastoreDeleteKafkaTopicResponse is the response struct for api MetastoreDeleteKafkaTopic

func CreateMetastoreDeleteKafkaTopicResponse ¶

func CreateMetastoreDeleteKafkaTopicResponse() (response *MetastoreDeleteKafkaTopicResponse)

CreateMetastoreDeleteKafkaTopicResponse creates a response to parse from MetastoreDeleteKafkaTopic response

type MetastoreDescribeDataSourceRequest ¶

type MetastoreDescribeDataSourceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	DataSourceId    string           `position:"Query" name:"DataSourceId"`
}

MetastoreDescribeDataSourceRequest is the request struct for api MetastoreDescribeDataSource

func CreateMetastoreDescribeDataSourceRequest ¶

func CreateMetastoreDescribeDataSourceRequest() (request *MetastoreDescribeDataSourceRequest)

CreateMetastoreDescribeDataSourceRequest creates a request to invoke MetastoreDescribeDataSource API

type MetastoreDescribeDataSourceResponse ¶

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

MetastoreDescribeDataSourceResponse is the response struct for api MetastoreDescribeDataSource

func CreateMetastoreDescribeDataSourceResponse ¶

func CreateMetastoreDescribeDataSourceResponse() (response *MetastoreDescribeDataSourceResponse)

CreateMetastoreDescribeDataSourceResponse creates a response to parse from MetastoreDescribeDataSource response

type MetastoreDescribeDatabaseRequest ¶

type MetastoreDescribeDatabaseRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	DbName          string           `position:"Query" name:"DbName"`
	Id              string           `position:"Query" name:"Id"`
}

MetastoreDescribeDatabaseRequest is the request struct for api MetastoreDescribeDatabase

func CreateMetastoreDescribeDatabaseRequest ¶

func CreateMetastoreDescribeDatabaseRequest() (request *MetastoreDescribeDatabaseRequest)

CreateMetastoreDescribeDatabaseRequest creates a request to invoke MetastoreDescribeDatabase API

type MetastoreDescribeDatabaseResponse ¶

type MetastoreDescribeDatabaseResponse struct {
	*responses.BaseResponse
	RequestId   string     `json:"RequestId" xml:"RequestId"`
	DbName      string     `json:"DbName" xml:"DbName"`
	Description string     `json:"Description" xml:"Description"`
	LocationUri string     `json:"LocationUri" xml:"LocationUri"`
	Database    Database   `json:"Database" xml:"Database"`
	Parameters  Parameters `json:"Parameters" xml:"Parameters"`
}

MetastoreDescribeDatabaseResponse is the response struct for api MetastoreDescribeDatabase

func CreateMetastoreDescribeDatabaseResponse ¶

func CreateMetastoreDescribeDatabaseResponse() (response *MetastoreDescribeDatabaseResponse)

CreateMetastoreDescribeDatabaseResponse creates a response to parse from MetastoreDescribeDatabase response

type MetastoreDescribeKafkaConsumerGroupRequest ¶

type MetastoreDescribeKafkaConsumerGroupRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	TopicId         string           `position:"Query" name:"TopicId"`
	ConsumerGroupId string           `position:"Query" name:"ConsumerGroupId"`
}

MetastoreDescribeKafkaConsumerGroupRequest is the request struct for api MetastoreDescribeKafkaConsumerGroup

func CreateMetastoreDescribeKafkaConsumerGroupRequest ¶

func CreateMetastoreDescribeKafkaConsumerGroupRequest() (request *MetastoreDescribeKafkaConsumerGroupRequest)

CreateMetastoreDescribeKafkaConsumerGroupRequest creates a request to invoke MetastoreDescribeKafkaConsumerGroup API

type MetastoreDescribeKafkaConsumerGroupResponse ¶

type MetastoreDescribeKafkaConsumerGroupResponse struct {
	*responses.BaseResponse
	RequestId           string                                             `json:"RequestId" xml:"RequestId"`
	Id                  string                                             `json:"Id" xml:"Id"`
	DataSourceId        string                                             `json:"DataSourceId" xml:"DataSourceId"`
	ConsumerGroup       string                                             `json:"ConsumerGroup" xml:"ConsumerGroup"`
	ConsumerType        string                                             `json:"ConsumerType" xml:"ConsumerType"`
	TotalLag            int                                                `json:"TotalLag" xml:"TotalLag"`
	PartitionProportion string                                             `json:"PartitionProportion" xml:"PartitionProportion"`
	GmtCreate           int                                                `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified         int                                                `json:"GmtModified" xml:"GmtModified"`
	PartitionList       PartitionListInMetastoreDescribeKafkaConsumerGroup `json:"PartitionList" xml:"PartitionList"`
}

MetastoreDescribeKafkaConsumerGroupResponse is the response struct for api MetastoreDescribeKafkaConsumerGroup

func CreateMetastoreDescribeKafkaConsumerGroupResponse ¶

func CreateMetastoreDescribeKafkaConsumerGroupResponse() (response *MetastoreDescribeKafkaConsumerGroupResponse)

CreateMetastoreDescribeKafkaConsumerGroupResponse creates a response to parse from MetastoreDescribeKafkaConsumerGroup response

type MetastoreDescribeKafkaTopicRequest ¶

type MetastoreDescribeKafkaTopicRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	TopicId         string           `position:"Query" name:"TopicId"`
}

MetastoreDescribeKafkaTopicRequest is the request struct for api MetastoreDescribeKafkaTopic

func CreateMetastoreDescribeKafkaTopicRequest ¶

func CreateMetastoreDescribeKafkaTopicRequest() (request *MetastoreDescribeKafkaTopicRequest)

CreateMetastoreDescribeKafkaTopicRequest creates a request to invoke MetastoreDescribeKafkaTopic API

type MetastoreDescribeKafkaTopicResponse ¶

type MetastoreDescribeKafkaTopicResponse struct {
	*responses.BaseResponse
	RequestId                   string                                          `json:"RequestId" xml:"RequestId"`
	Id                          string                                          `json:"Id" xml:"Id"`
	DataSourceId                string                                          `json:"DataSourceId" xml:"DataSourceId"`
	TopicName                   string                                          `json:"TopicName" xml:"TopicName"`
	NumPartitions               int                                             `json:"NumPartitions" xml:"NumPartitions"`
	ReplicationFactor           int                                             `json:"ReplicationFactor" xml:"ReplicationFactor"`
	GmtCreate                   int                                             `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified                 int                                             `json:"GmtModified" xml:"GmtModified"`
	BrokerTotal                 int                                             `json:"BrokerTotal" xml:"BrokerTotal"`
	NumUsingBrokers             int                                             `json:"NumUsingBrokers" xml:"NumUsingBrokers"`
	BrokersLeaderSkewPercentage string                                          `json:"BrokersLeaderSkewPercentage" xml:"BrokersLeaderSkewPercentage"`
	UnderReplicatedPercentage   string                                          `json:"UnderReplicatedPercentage" xml:"UnderReplicatedPercentage"`
	PreferredReplicasPercentage string                                          `json:"PreferredReplicasPercentage" xml:"PreferredReplicasPercentage"`
	Cluster                     Cluster                                         `json:"Cluster" xml:"Cluster"`
	AdvancedConfigList          AdvancedConfigListInMetastoreDescribeKafkaTopic `json:"AdvancedConfigList" xml:"AdvancedConfigList"`
	SummaryList                 SummaryList                                     `json:"SummaryList" xml:"SummaryList"`
	DistributionList            DistributionList                                `json:"DistributionList" xml:"DistributionList"`
}

MetastoreDescribeKafkaTopicResponse is the response struct for api MetastoreDescribeKafkaTopic

func CreateMetastoreDescribeKafkaTopicResponse ¶

func CreateMetastoreDescribeKafkaTopicResponse() (response *MetastoreDescribeKafkaTopicResponse)

CreateMetastoreDescribeKafkaTopicResponse creates a response to parse from MetastoreDescribeKafkaTopic response

type MetastoreDescribeTableRequest ¶

type MetastoreDescribeTableRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	DbName          string           `position:"Query" name:"DbName"`
	Id              string           `position:"Query" name:"Id"`
	TableName       string           `position:"Query" name:"TableName"`
	DatabaseId      string           `position:"Query" name:"DatabaseId"`
}

MetastoreDescribeTableRequest is the request struct for api MetastoreDescribeTable

func CreateMetastoreDescribeTableRequest ¶

func CreateMetastoreDescribeTableRequest() (request *MetastoreDescribeTableRequest)

CreateMetastoreDescribeTableRequest creates a request to invoke MetastoreDescribeTable API

type MetastoreDescribeTableResponse ¶

type MetastoreDescribeTableResponse struct {
	*responses.BaseResponse
	RequestId             string                `json:"RequestId" xml:"RequestId"`
	Id                    string                `json:"Id" xml:"Id"`
	DatabaseId            string                `json:"DatabaseId" xml:"DatabaseId"`
	ClusterBizId          string                `json:"ClusterBizId" xml:"ClusterBizId"`
	ClusterName           string                `json:"ClusterName" xml:"ClusterName"`
	CreateTime            int                   `json:"CreateTime" xml:"CreateTime"`
	LastAccessTime        int                   `json:"LastAccessTime" xml:"LastAccessTime"`
	LocationUri           string                `json:"LocationUri" xml:"LocationUri"`
	InputFormat           string                `json:"InputFormat" xml:"InputFormat"`
	OutputFormat          string                `json:"OutputFormat" xml:"OutputFormat"`
	Compressed            bool                  `json:"Compressed" xml:"Compressed"`
	SerializationLib      string                `json:"SerializationLib" xml:"SerializationLib"`
	TableName             string                `json:"TableName" xml:"TableName"`
	DbName                string                `json:"DbName" xml:"DbName"`
	Owner                 string                `json:"Owner" xml:"Owner"`
	TableComment          string                `json:"TableComment" xml:"TableComment"`
	TableType             string                `json:"TableType" xml:"TableType"`
	Creator               string                `json:"Creator" xml:"Creator"`
	FieldDelimiter        string                `json:"FieldDelimiter" xml:"FieldDelimiter"`
	Columns               Columns               `json:"Columns" xml:"Columns"`
	PartitionColumns      PartitionColumns      `json:"PartitionColumns" xml:"PartitionColumns"`
	SerdeParameters       SerdeParameters       `json:"SerdeParameters" xml:"SerdeParameters"`
	StorageDescParameters StorageDescParameters `json:"StorageDescParameters" xml:"StorageDescParameters"`
	TableParameters       TableParameters       `json:"TableParameters" xml:"TableParameters"`
}

MetastoreDescribeTableResponse is the response struct for api MetastoreDescribeTable

func CreateMetastoreDescribeTableResponse ¶

func CreateMetastoreDescribeTableResponse() (response *MetastoreDescribeTableResponse)

CreateMetastoreDescribeTableResponse creates a response to parse from MetastoreDescribeTable response

type MetastoreDescribeTaskRequest ¶

type MetastoreDescribeTaskRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	TaskId          string           `position:"Query" name:"TaskId"`
}

MetastoreDescribeTaskRequest is the request struct for api MetastoreDescribeTask

func CreateMetastoreDescribeTaskRequest ¶

func CreateMetastoreDescribeTaskRequest() (request *MetastoreDescribeTaskRequest)

CreateMetastoreDescribeTaskRequest creates a request to invoke MetastoreDescribeTask API

type MetastoreDescribeTaskResponse ¶

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

MetastoreDescribeTaskResponse is the response struct for api MetastoreDescribeTask

func CreateMetastoreDescribeTaskResponse ¶

func CreateMetastoreDescribeTaskResponse() (response *MetastoreDescribeTaskResponse)

CreateMetastoreDescribeTaskResponse creates a response to parse from MetastoreDescribeTask response

type MetastoreDropDatabaseRequest ¶

type MetastoreDropDatabaseRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	DbName          string           `position:"Query" name:"DbName"`
	DatabaseId      string           `position:"Query" name:"DatabaseId"`
}

MetastoreDropDatabaseRequest is the request struct for api MetastoreDropDatabase

func CreateMetastoreDropDatabaseRequest ¶

func CreateMetastoreDropDatabaseRequest() (request *MetastoreDropDatabaseRequest)

CreateMetastoreDropDatabaseRequest creates a request to invoke MetastoreDropDatabase API

type MetastoreDropDatabaseResponse ¶

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

MetastoreDropDatabaseResponse is the response struct for api MetastoreDropDatabase

func CreateMetastoreDropDatabaseResponse ¶

func CreateMetastoreDropDatabaseResponse() (response *MetastoreDropDatabaseResponse)

CreateMetastoreDropDatabaseResponse creates a response to parse from MetastoreDropDatabase response

type MetastoreDropTableRequest ¶

type MetastoreDropTableRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	DbName          string           `position:"Query" name:"DbName"`
	TableId         string           `position:"Query" name:"TableId"`
	TableName       string           `position:"Query" name:"TableName"`
	DatabaseId      string           `position:"Query" name:"DatabaseId"`
}

MetastoreDropTableRequest is the request struct for api MetastoreDropTable

func CreateMetastoreDropTableRequest ¶

func CreateMetastoreDropTableRequest() (request *MetastoreDropTableRequest)

CreateMetastoreDropTableRequest creates a request to invoke MetastoreDropTable API

type MetastoreDropTableResponse ¶

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

MetastoreDropTableResponse is the response struct for api MetastoreDropTable

func CreateMetastoreDropTableResponse ¶

func CreateMetastoreDropTableResponse() (response *MetastoreDropTableResponse)

CreateMetastoreDropTableResponse creates a response to parse from MetastoreDropTable response

type MetastoreListDataResourcesRequest ¶

type MetastoreListDataResourcesRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
}

MetastoreListDataResourcesRequest is the request struct for api MetastoreListDataResources

func CreateMetastoreListDataResourcesRequest ¶

func CreateMetastoreListDataResourcesRequest() (request *MetastoreListDataResourcesRequest)

CreateMetastoreListDataResourcesRequest creates a request to invoke MetastoreListDataResources API

type MetastoreListDataResourcesResponse ¶

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

MetastoreListDataResourcesResponse is the response struct for api MetastoreListDataResources

func CreateMetastoreListDataResourcesResponse ¶

func CreateMetastoreListDataResourcesResponse() (response *MetastoreListDataResourcesResponse)

CreateMetastoreListDataResourcesResponse creates a response to parse from MetastoreListDataResources response

type MetastoreListDataSourceRequest ¶

type MetastoreListDataSourceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ClusterReleased requests.Boolean `position:"Query" name:"ClusterReleased"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	SourceType      string           `position:"Query" name:"SourceType"`
	DataSourceName  string           `position:"Query" name:"DataSourceName"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
}

MetastoreListDataSourceRequest is the request struct for api MetastoreListDataSource

func CreateMetastoreListDataSourceRequest ¶

func CreateMetastoreListDataSourceRequest() (request *MetastoreListDataSourceRequest)

CreateMetastoreListDataSourceRequest creates a request to invoke MetastoreListDataSource API

type MetastoreListDataSourceResponse ¶

type MetastoreListDataSourceResponse struct {
	*responses.BaseResponse
	RequestId      string                                  `json:"RequestId" xml:"RequestId"`
	TotalCount     int                                     `json:"TotalCount" xml:"TotalCount"`
	PageNumber     int                                     `json:"PageNumber" xml:"PageNumber"`
	PageSize       int                                     `json:"PageSize" xml:"PageSize"`
	DataSourceList DataSourceListInMetastoreListDataSource `json:"DataSourceList" xml:"DataSourceList"`
}

MetastoreListDataSourceResponse is the response struct for api MetastoreListDataSource

func CreateMetastoreListDataSourceResponse ¶

func CreateMetastoreListDataSourceResponse() (response *MetastoreListDataSourceResponse)

CreateMetastoreListDataSourceResponse creates a response to parse from MetastoreListDataSource response

type MetastoreListDatabasesRequest ¶

type MetastoreListDatabasesRequest struct {
	*requests.RpcRequest
	ResourceOwnerId   requests.Integer `position:"Query" name:"ResourceOwnerId"`
	DbName            string           `position:"Query" name:"DbName"`
	PageSize          requests.Integer `position:"Query" name:"PageSize"`
	FuzzyDatabaseName string           `position:"Query" name:"FuzzyDatabaseName"`
	PageNumber        requests.Integer `position:"Query" name:"PageNumber"`
}

MetastoreListDatabasesRequest is the request struct for api MetastoreListDatabases

func CreateMetastoreListDatabasesRequest ¶

func CreateMetastoreListDatabasesRequest() (request *MetastoreListDatabasesRequest)

CreateMetastoreListDatabasesRequest creates a request to invoke MetastoreListDatabases API

type MetastoreListDatabasesResponse ¶

type MetastoreListDatabasesResponse struct {
	*responses.BaseResponse
	RequestId    string       `json:"RequestId" xml:"RequestId"`
	Description  string       `json:"Description" xml:"Description"`
	TotalCount   int          `json:"TotalCount" xml:"TotalCount"`
	PageNumber   int          `json:"PageNumber" xml:"PageNumber"`
	PageSize     int          `json:"PageSize" xml:"PageSize"`
	DbNames      DbNames      `json:"DbNames" xml:"DbNames"`
	DatabaseList DatabaseList `json:"DatabaseList" xml:"DatabaseList"`
}

MetastoreListDatabasesResponse is the response struct for api MetastoreListDatabases

func CreateMetastoreListDatabasesResponse ¶

func CreateMetastoreListDatabasesResponse() (response *MetastoreListDatabasesResponse)

CreateMetastoreListDatabasesResponse creates a response to parse from MetastoreListDatabases response

type MetastoreListKafkaConsumerGroupRequest ¶

type MetastoreListKafkaConsumerGroupRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	TopicId         string           `position:"Query" name:"TopicId"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
}

MetastoreListKafkaConsumerGroupRequest is the request struct for api MetastoreListKafkaConsumerGroup

func CreateMetastoreListKafkaConsumerGroupRequest ¶

func CreateMetastoreListKafkaConsumerGroupRequest() (request *MetastoreListKafkaConsumerGroupRequest)

CreateMetastoreListKafkaConsumerGroupRequest creates a request to invoke MetastoreListKafkaConsumerGroup API

type MetastoreListKafkaConsumerGroupResponse ¶

type MetastoreListKafkaConsumerGroupResponse struct {
	*responses.BaseResponse
	RequestId         string            `json:"RequestId" xml:"RequestId"`
	TotalCount        int               `json:"TotalCount" xml:"TotalCount"`
	PageNumber        int               `json:"PageNumber" xml:"PageNumber"`
	PageSize          int               `json:"PageSize" xml:"PageSize"`
	ConsumerGroupList ConsumerGroupList `json:"ConsumerGroupList" xml:"ConsumerGroupList"`
}

MetastoreListKafkaConsumerGroupResponse is the response struct for api MetastoreListKafkaConsumerGroup

func CreateMetastoreListKafkaConsumerGroupResponse ¶

func CreateMetastoreListKafkaConsumerGroupResponse() (response *MetastoreListKafkaConsumerGroupResponse)

CreateMetastoreListKafkaConsumerGroupResponse creates a response to parse from MetastoreListKafkaConsumerGroup response

type MetastoreListKafkaTopicRequest ¶

type MetastoreListKafkaTopicRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	DataSourceId    string           `position:"Query" name:"DataSourceId"`
	TopicName       string           `position:"Query" name:"TopicName"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
}

MetastoreListKafkaTopicRequest is the request struct for api MetastoreListKafkaTopic

func CreateMetastoreListKafkaTopicRequest ¶

func CreateMetastoreListKafkaTopicRequest() (request *MetastoreListKafkaTopicRequest)

CreateMetastoreListKafkaTopicRequest creates a request to invoke MetastoreListKafkaTopic API

type MetastoreListKafkaTopicResponse ¶

type MetastoreListKafkaTopicResponse struct {
	*responses.BaseResponse
	RequestId  string    `json:"RequestId" xml:"RequestId"`
	TotalCount int       `json:"TotalCount" xml:"TotalCount"`
	PageNumber int       `json:"PageNumber" xml:"PageNumber"`
	PageSize   int       `json:"PageSize" xml:"PageSize"`
	TopicList  TopicList `json:"TopicList" xml:"TopicList"`
}

MetastoreListKafkaTopicResponse is the response struct for api MetastoreListKafkaTopic

func CreateMetastoreListKafkaTopicResponse ¶

func CreateMetastoreListKafkaTopicResponse() (response *MetastoreListKafkaTopicResponse)

CreateMetastoreListKafkaTopicResponse creates a response to parse from MetastoreListKafkaTopic response

type MetastoreListTablePartitionRequest ¶

type MetastoreListTablePartitionRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	TableId         string           `position:"Query" name:"TableId"`
	DatabaseId      string           `position:"Query" name:"DatabaseId"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
}

MetastoreListTablePartitionRequest is the request struct for api MetastoreListTablePartition

func CreateMetastoreListTablePartitionRequest ¶

func CreateMetastoreListTablePartitionRequest() (request *MetastoreListTablePartitionRequest)

CreateMetastoreListTablePartitionRequest creates a request to invoke MetastoreListTablePartition API

type MetastoreListTablePartitionResponse ¶

type MetastoreListTablePartitionResponse struct {
	*responses.BaseResponse
	RequestId     string                                     `json:"RequestId" xml:"RequestId"`
	TotalCount    int                                        `json:"TotalCount" xml:"TotalCount"`
	PageNumber    int                                        `json:"PageNumber" xml:"PageNumber"`
	PageSize      int                                        `json:"PageSize" xml:"PageSize"`
	PartitionList PartitionListInMetastoreListTablePartition `json:"PartitionList" xml:"PartitionList"`
}

MetastoreListTablePartitionResponse is the response struct for api MetastoreListTablePartition

func CreateMetastoreListTablePartitionResponse ¶

func CreateMetastoreListTablePartitionResponse() (response *MetastoreListTablePartitionResponse)

CreateMetastoreListTablePartitionResponse creates a response to parse from MetastoreListTablePartition response

type MetastoreListTablesRequest ¶

type MetastoreListTablesRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	DbName          string           `position:"Query" name:"DbName"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	TableId         string           `position:"Query" name:"TableId"`
	DatabaseId      string           `position:"Query" name:"DatabaseId"`
	TableName       string           `position:"Query" name:"TableName"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
	FuzzyTableName  string           `position:"Query" name:"FuzzyTableName"`
}

MetastoreListTablesRequest is the request struct for api MetastoreListTables

func CreateMetastoreListTablesRequest ¶

func CreateMetastoreListTablesRequest() (request *MetastoreListTablesRequest)

CreateMetastoreListTablesRequest creates a request to invoke MetastoreListTables API

type MetastoreListTablesResponse ¶

type MetastoreListTablesResponse struct {
	*responses.BaseResponse
	RequestId  string                          `json:"RequestId" xml:"RequestId"`
	TotalCount int                             `json:"TotalCount" xml:"TotalCount"`
	PageNumber int                             `json:"PageNumber" xml:"PageNumber"`
	PageSize   int                             `json:"PageSize" xml:"PageSize"`
	TableNames TableNamesInMetastoreListTables `json:"TableNames" xml:"TableNames"`
	TableList  TableList                       `json:"TableList" xml:"TableList"`
}

MetastoreListTablesResponse is the response struct for api MetastoreListTables

func CreateMetastoreListTablesResponse ¶

func CreateMetastoreListTablesResponse() (response *MetastoreListTablesResponse)

CreateMetastoreListTablesResponse creates a response to parse from MetastoreListTables response

type MetastoreListTaskRequest ¶

type MetastoreListTaskRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	TaskStatus      string           `position:"Query" name:"TaskStatus"`
	TaskSourceType  string           `position:"Query" name:"TaskSourceType"`
	TaskType        string           `position:"Query" name:"TaskType"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	DataSourceId    string           `position:"Query" name:"DataSourceId"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
	TaskId          string           `position:"Query" name:"TaskId"`
}

MetastoreListTaskRequest is the request struct for api MetastoreListTask

func CreateMetastoreListTaskRequest ¶

func CreateMetastoreListTaskRequest() (request *MetastoreListTaskRequest)

CreateMetastoreListTaskRequest creates a request to invoke MetastoreListTask API

type MetastoreListTaskResponse ¶

type MetastoreListTaskResponse struct {
	*responses.BaseResponse
	RequestId  string                      `json:"RequestId" xml:"RequestId"`
	TotalCount int                         `json:"TotalCount" xml:"TotalCount"`
	PageNumber int                         `json:"PageNumber" xml:"PageNumber"`
	PageSize   int                         `json:"PageSize" xml:"PageSize"`
	TaskList   TaskListInMetastoreListTask `json:"TaskList" xml:"TaskList"`
}

MetastoreListTaskResponse is the response struct for api MetastoreListTask

func CreateMetastoreListTaskResponse ¶

func CreateMetastoreListTaskResponse() (response *MetastoreListTaskResponse)

CreateMetastoreListTaskResponse creates a response to parse from MetastoreListTask response

type MetastoreModifyDataResourceRequest ¶

type MetastoreModifyDataResourceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Default         requests.Boolean `position:"Query" name:"Default"`
	Name            string           `position:"Query" name:"Name"`
	Description     string           `position:"Query" name:"Description"`
	Id              string           `position:"Query" name:"Id"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

MetastoreModifyDataResourceRequest is the request struct for api MetastoreModifyDataResource

func CreateMetastoreModifyDataResourceRequest ¶

func CreateMetastoreModifyDataResourceRequest() (request *MetastoreModifyDataResourceRequest)

CreateMetastoreModifyDataResourceRequest creates a request to invoke MetastoreModifyDataResource API

type MetastoreModifyDataResourceResponse ¶

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

MetastoreModifyDataResourceResponse is the response struct for api MetastoreModifyDataResource

func CreateMetastoreModifyDataResourceResponse ¶

func CreateMetastoreModifyDataResourceResponse() (response *MetastoreModifyDataResourceResponse)

CreateMetastoreModifyDataResourceResponse creates a response to parse from MetastoreModifyDataResource response

type MetastoreRetryTaskRequest ¶

type MetastoreRetryTaskRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	TaskId          string           `position:"Query" name:"TaskId"`
}

MetastoreRetryTaskRequest is the request struct for api MetastoreRetryTask

func CreateMetastoreRetryTaskRequest ¶

func CreateMetastoreRetryTaskRequest() (request *MetastoreRetryTaskRequest)

CreateMetastoreRetryTaskRequest creates a request to invoke MetastoreRetryTask API

type MetastoreRetryTaskResponse ¶

type MetastoreRetryTaskResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"success" xml:"success"`
	NewTaskId bool   `json:"NewTaskId" xml:"NewTaskId"`
}

MetastoreRetryTaskResponse is the response struct for api MetastoreRetryTask

func CreateMetastoreRetryTaskResponse ¶

func CreateMetastoreRetryTaskResponse() (response *MetastoreRetryTaskResponse)

CreateMetastoreRetryTaskResponse creates a response to parse from MetastoreRetryTask response

type MetastoreSearchTablesRequest ¶

type MetastoreSearchTablesRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	DbName          string           `position:"Query" name:"DbName"`
	TableName       string           `position:"Query" name:"TableName"`
}

MetastoreSearchTablesRequest is the request struct for api MetastoreSearchTables

func CreateMetastoreSearchTablesRequest ¶

func CreateMetastoreSearchTablesRequest() (request *MetastoreSearchTablesRequest)

CreateMetastoreSearchTablesRequest creates a request to invoke MetastoreSearchTables API

type MetastoreSearchTablesResponse ¶

type MetastoreSearchTablesResponse struct {
	*responses.BaseResponse
	RequestId  string                            `json:"RequestId" xml:"RequestId"`
	TableNames TableNamesInMetastoreSearchTables `json:"TableNames" xml:"TableNames"`
}

MetastoreSearchTablesResponse is the response struct for api MetastoreSearchTables

func CreateMetastoreSearchTablesResponse ¶

func CreateMetastoreSearchTablesResponse() (response *MetastoreSearchTablesResponse)

CreateMetastoreSearchTablesResponse creates a response to parse from MetastoreSearchTables response

type MetastoreUpdateKafkaTopicAdvancedConfig ¶

type MetastoreUpdateKafkaTopicAdvancedConfig struct {
	Value string `name:"Value"`
	Key   string `name:"Key"`
}

MetastoreUpdateKafkaTopicAdvancedConfig is a repeated param struct in MetastoreUpdateKafkaTopicRequest

type MetastoreUpdateKafkaTopicBatchRequest ¶

type MetastoreUpdateKafkaTopicBatchRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer                            `position:"Query" name:"ResourceOwnerId"`
	TopicParam      *[]MetastoreUpdateKafkaTopicBatchTopicParam `position:"Query" name:"TopicParam"  type:"Repeated"`
}

MetastoreUpdateKafkaTopicBatchRequest is the request struct for api MetastoreUpdateKafkaTopicBatch

func CreateMetastoreUpdateKafkaTopicBatchRequest ¶

func CreateMetastoreUpdateKafkaTopicBatchRequest() (request *MetastoreUpdateKafkaTopicBatchRequest)

CreateMetastoreUpdateKafkaTopicBatchRequest creates a request to invoke MetastoreUpdateKafkaTopicBatch API

type MetastoreUpdateKafkaTopicBatchResponse ¶

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

MetastoreUpdateKafkaTopicBatchResponse is the response struct for api MetastoreUpdateKafkaTopicBatch

func CreateMetastoreUpdateKafkaTopicBatchResponse ¶

func CreateMetastoreUpdateKafkaTopicBatchResponse() (response *MetastoreUpdateKafkaTopicBatchResponse)

CreateMetastoreUpdateKafkaTopicBatchResponse creates a response to parse from MetastoreUpdateKafkaTopicBatch response

type MetastoreUpdateKafkaTopicBatchTopicParam ¶

type MetastoreUpdateKafkaTopicBatchTopicParam struct {
	TopicId       string `name:"TopicId"`
	NumPartitions string `name:"NumPartitions"`
}

MetastoreUpdateKafkaTopicBatchTopicParam is a repeated param struct in MetastoreUpdateKafkaTopicBatchRequest

type MetastoreUpdateKafkaTopicRequest ¶

type MetastoreUpdateKafkaTopicRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer                           `position:"Query" name:"ResourceOwnerId"`
	TopicId         string                                     `position:"Query" name:"TopicId"`
	AdvancedConfig  *[]MetastoreUpdateKafkaTopicAdvancedConfig `position:"Query" name:"AdvancedConfig"  type:"Repeated"`
	NumPartitions   requests.Integer                           `position:"Query" name:"NumPartitions"`
}

MetastoreUpdateKafkaTopicRequest is the request struct for api MetastoreUpdateKafkaTopic

func CreateMetastoreUpdateKafkaTopicRequest ¶

func CreateMetastoreUpdateKafkaTopicRequest() (request *MetastoreUpdateKafkaTopicRequest)

CreateMetastoreUpdateKafkaTopicRequest creates a request to invoke MetastoreUpdateKafkaTopic API

type MetastoreUpdateKafkaTopicResponse ¶

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

MetastoreUpdateKafkaTopicResponse is the response struct for api MetastoreUpdateKafkaTopic

func CreateMetastoreUpdateKafkaTopicResponse ¶

func CreateMetastoreUpdateKafkaTopicResponse() (response *MetastoreUpdateKafkaTopicResponse)

CreateMetastoreUpdateKafkaTopicResponse creates a response to parse from MetastoreUpdateKafkaTopic response

type MetastoreUpdateTableAddColumn ¶

type MetastoreUpdateTableAddColumn struct {
	Name    string `name:"Name"`
	Comment string `name:"Comment"`
	Type    string `name:"Type"`
}

MetastoreUpdateTableAddColumn is a repeated param struct in MetastoreUpdateTableRequest

type MetastoreUpdateTableAddPartition ¶

type MetastoreUpdateTableAddPartition struct {
	Name    string `name:"Name"`
	Comment string `name:"Comment"`
	Type    string `name:"Type"`
}

MetastoreUpdateTableAddPartition is a repeated param struct in MetastoreUpdateTableRequest

type MetastoreUpdateTableRequest ¶

type MetastoreUpdateTableRequest struct {
	*requests.RpcRequest
	ResourceOwnerId     requests.Integer                    `position:"Query" name:"ResourceOwnerId"`
	AddColumn           *[]MetastoreUpdateTableAddColumn    `position:"Query" name:"AddColumn"  type:"Repeated"`
	AddPartition        *[]MetastoreUpdateTableAddPartition `position:"Query" name:"AddPartition"  type:"Repeated"`
	DeleteColumnName    *[]string                           `position:"Query" name:"DeleteColumnName"  type:"Repeated"`
	TableId             string                              `position:"Query" name:"TableId"`
	DeletePartitionName *[]string                           `position:"Query" name:"DeletePartitionName"  type:"Repeated"`
}

MetastoreUpdateTableRequest is the request struct for api MetastoreUpdateTable

func CreateMetastoreUpdateTableRequest ¶

func CreateMetastoreUpdateTableRequest() (request *MetastoreUpdateTableRequest)

CreateMetastoreUpdateTableRequest creates a request to invoke MetastoreUpdateTable API

type MetastoreUpdateTableResponse ¶

type MetastoreUpdateTableResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"success" xml:"success"`
}

MetastoreUpdateTableResponse is the response struct for api MetastoreUpdateTable

func CreateMetastoreUpdateTableResponse ¶

func CreateMetastoreUpdateTableResponse() (response *MetastoreUpdateTableResponse)

CreateMetastoreUpdateTableResponse creates a response to parse from MetastoreUpdateTable response

type Metrics ¶

type Metrics struct {
	RecordsError int    `json:"RecordsError" xml:"RecordsError"`
	Vcores       int    `json:"Vcores" xml:"Vcores"`
	RecordsRate  string `json:"RecordsRate" xml:"RecordsRate"`
	MemSize      int    `json:"MemSize" xml:"MemSize"`
	RecordsIn    int    `json:"RecordsIn" xml:"RecordsIn"`
	RecordsOut   int    `json:"RecordsOut" xml:"RecordsOut"`
	TotalTime    int    `json:"TotalTime" xml:"TotalTime"`
}

Metrics is a nested struct in emr response

type MigrateClusterHostGroupHostRequest ¶

type MigrateClusterHostGroupHostRequest struct {
	*requests.RpcRequest
	HostInstanceIdList *[]string        `position:"Query" name:"HostInstanceIdList"  type:"Repeated"`
	ResourceOwnerId    requests.Integer `position:"Query" name:"ResourceOwnerId"`
	HostGroupId        string           `position:"Query" name:"HostGroupId"`
	ClusterId          string           `position:"Query" name:"ClusterId"`
}

MigrateClusterHostGroupHostRequest is the request struct for api MigrateClusterHostGroupHost

func CreateMigrateClusterHostGroupHostRequest ¶

func CreateMigrateClusterHostGroupHostRequest() (request *MigrateClusterHostGroupHostRequest)

CreateMigrateClusterHostGroupHostRequest creates a request to invoke MigrateClusterHostGroupHost API

type MigrateClusterHostGroupHostResponse ¶

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

MigrateClusterHostGroupHostResponse is the response struct for api MigrateClusterHostGroupHost

func CreateMigrateClusterHostGroupHostResponse ¶

func CreateMigrateClusterHostGroupHostResponse() (response *MigrateClusterHostGroupHostResponse)

CreateMigrateClusterHostGroupHostResponse creates a response to parse from MigrateClusterHostGroupHost response

type MigrateJobsRequest ¶

type MigrateJobsRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ProjectName     string           `position:"Query" name:"ProjectName"`
}

MigrateJobsRequest is the request struct for api MigrateJobs

func CreateMigrateJobsRequest ¶

func CreateMigrateJobsRequest() (request *MigrateJobsRequest)

CreateMigrateJobsRequest creates a request to invoke MigrateJobs API

type MigrateJobsResponse ¶

type MigrateJobsResponse struct {
	*responses.BaseResponse
	Result string `json:"Result" xml:"Result"`
}

MigrateJobsResponse is the response struct for api MigrateJobs

func CreateMigrateJobsResponse ¶

func CreateMigrateJobsResponse() (response *MigrateJobsResponse)

CreateMigrateJobsResponse creates a response to parse from MigrateJobs response

type ModifyAlertContactRequest ¶

type ModifyAlertContactRequest struct {
	*requests.RpcRequest
	EmailVerificationCode       string           `position:"Query" name:"EmailVerificationCode"`
	ResourceOwnerId             requests.Integer `position:"Query" name:"ResourceOwnerId"`
	PhoneNumberVerificationCode string           `position:"Query" name:"PhoneNumberVerificationCode"`
	BizId                       string           `position:"Query" name:"BizId"`
	Name                        string           `position:"Query" name:"Name"`
	PhoneNumber                 string           `position:"Query" name:"PhoneNumber"`
	Email                       string           `position:"Query" name:"Email"`
}

ModifyAlertContactRequest is the request struct for api ModifyAlertContact

func CreateModifyAlertContactRequest ¶

func CreateModifyAlertContactRequest() (request *ModifyAlertContactRequest)

CreateModifyAlertContactRequest creates a request to invoke ModifyAlertContact API

type ModifyAlertContactResponse ¶

type ModifyAlertContactResponse struct {
	*responses.BaseResponse
	Done bool `json:"Done" xml:"Done"`
}

ModifyAlertContactResponse is the response struct for api ModifyAlertContact

func CreateModifyAlertContactResponse ¶

func CreateModifyAlertContactResponse() (response *ModifyAlertContactResponse)

CreateModifyAlertContactResponse creates a response to parse from ModifyAlertContact response

type ModifyAlertDingDingGroupRequest ¶

type ModifyAlertDingDingGroupRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	BizId           string           `position:"Query" name:"BizId"`
	Name            string           `position:"Query" name:"Name"`
	Description     string           `position:"Query" name:"Description"`
	WebHookUrl      string           `position:"Query" name:"WebHookUrl"`
}

ModifyAlertDingDingGroupRequest is the request struct for api ModifyAlertDingDingGroup

func CreateModifyAlertDingDingGroupRequest ¶

func CreateModifyAlertDingDingGroupRequest() (request *ModifyAlertDingDingGroupRequest)

CreateModifyAlertDingDingGroupRequest creates a request to invoke ModifyAlertDingDingGroup API

type ModifyAlertDingDingGroupResponse ¶

type ModifyAlertDingDingGroupResponse struct {
	*responses.BaseResponse
	Done bool `json:"Done" xml:"Done"`
}

ModifyAlertDingDingGroupResponse is the response struct for api ModifyAlertDingDingGroup

func CreateModifyAlertDingDingGroupResponse ¶

func CreateModifyAlertDingDingGroupResponse() (response *ModifyAlertDingDingGroupResponse)

CreateModifyAlertDingDingGroupResponse creates a response to parse from ModifyAlertDingDingGroup response

type ModifyAlertUserGroupRequest ¶

type ModifyAlertUserGroupRequest struct {
	*requests.RpcRequest
	UserList        string           `position:"Query" name:"UserList"`
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	BizId           string           `position:"Query" name:"BizId"`
	Name            string           `position:"Query" name:"Name"`
	Description     string           `position:"Query" name:"Description"`
}

ModifyAlertUserGroupRequest is the request struct for api ModifyAlertUserGroup

func CreateModifyAlertUserGroupRequest ¶

func CreateModifyAlertUserGroupRequest() (request *ModifyAlertUserGroupRequest)

CreateModifyAlertUserGroupRequest creates a request to invoke ModifyAlertUserGroup API

type ModifyAlertUserGroupResponse ¶

type ModifyAlertUserGroupResponse struct {
	*responses.BaseResponse
	Done bool `json:"Done" xml:"Done"`
}

ModifyAlertUserGroupResponse is the response struct for api ModifyAlertUserGroup

func CreateModifyAlertUserGroupResponse ¶

func CreateModifyAlertUserGroupResponse() (response *ModifyAlertUserGroupResponse)

CreateModifyAlertUserGroupResponse creates a response to parse from ModifyAlertUserGroup response

type ModifyClusterHostGroupRequest ¶

type ModifyClusterHostGroupRequest struct {
	*requests.RpcRequest
	VswitchId       string           `position:"Query" name:"VswitchId"`
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	HostGroupId     string           `position:"Query" name:"HostGroupId"`
	SecurityGroupId string           `position:"Query" name:"SecurityGroupId"`
	Comment         string           `position:"Query" name:"Comment"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	HostGroupName   string           `position:"Query" name:"HostGroupName"`
}

ModifyClusterHostGroupRequest is the request struct for api ModifyClusterHostGroup

func CreateModifyClusterHostGroupRequest ¶

func CreateModifyClusterHostGroupRequest() (request *ModifyClusterHostGroupRequest)

CreateModifyClusterHostGroupRequest creates a request to invoke ModifyClusterHostGroup API

type ModifyClusterHostGroupResponse ¶

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

ModifyClusterHostGroupResponse is the response struct for api ModifyClusterHostGroup

func CreateModifyClusterHostGroupResponse ¶

func CreateModifyClusterHostGroupResponse() (response *ModifyClusterHostGroupResponse)

CreateModifyClusterHostGroupResponse creates a response to parse from ModifyClusterHostGroup response

type ModifyClusterNameRequest ¶

type ModifyClusterNameRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Name            string           `position:"Query" name:"Name"`
	Id              string           `position:"Query" name:"Id"`
}

ModifyClusterNameRequest is the request struct for api ModifyClusterName

func CreateModifyClusterNameRequest ¶

func CreateModifyClusterNameRequest() (request *ModifyClusterNameRequest)

CreateModifyClusterNameRequest creates a request to invoke ModifyClusterName API

type ModifyClusterNameResponse ¶

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

ModifyClusterNameResponse is the response struct for api ModifyClusterName

func CreateModifyClusterNameResponse ¶

func CreateModifyClusterNameResponse() (response *ModifyClusterNameResponse)

CreateModifyClusterNameResponse creates a response to parse from ModifyClusterName response

type ModifyClusterServiceConfigRequest ¶

type ModifyClusterServiceConfigRequest struct {
	*requests.RpcRequest
	ResourceOwnerId    requests.Integer `position:"Query" name:"ResourceOwnerId"`
	CustomConfigParams string           `position:"Query" name:"CustomConfigParams"`
	ConfigType         string           `position:"Query" name:"ConfigType"`
	HostInstanceId     string           `position:"Query" name:"HostInstanceId"`
	GroupId            string           `position:"Query" name:"GroupId"`
	ServiceName        string           `position:"Query" name:"ServiceName"`
	Comment            string           `position:"Query" name:"Comment"`
	ClusterId          string           `position:"Query" name:"ClusterId"`
	ConfigParams       string           `position:"Query" name:"ConfigParams"`
}

ModifyClusterServiceConfigRequest is the request struct for api ModifyClusterServiceConfig

func CreateModifyClusterServiceConfigRequest ¶

func CreateModifyClusterServiceConfigRequest() (request *ModifyClusterServiceConfigRequest)

CreateModifyClusterServiceConfigRequest creates a request to invoke ModifyClusterServiceConfig API

type ModifyClusterServiceConfigResponse ¶

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

ModifyClusterServiceConfigResponse is the response struct for api ModifyClusterServiceConfig

func CreateModifyClusterServiceConfigResponse ¶

func CreateModifyClusterServiceConfigResponse() (response *ModifyClusterServiceConfigResponse)

CreateModifyClusterServiceConfigResponse creates a response to parse from ModifyClusterServiceConfig response

type ModifyClusterTemplateBootstrapAction ¶

type ModifyClusterTemplateBootstrapAction struct {
	Path string `name:"Path"`
	Arg  string `name:"Arg"`
	Name string `name:"Name"`
}

ModifyClusterTemplateBootstrapAction is a repeated param struct in ModifyClusterTemplateRequest

type ModifyClusterTemplateConfig ¶

type ModifyClusterTemplateConfig struct {
	ConfigKey   string `name:"ConfigKey"`
	FileName    string `name:"FileName"`
	Encrypt     string `name:"Encrypt"`
	Replace     string `name:"Replace"`
	ConfigValue string `name:"ConfigValue"`
	ServiceName string `name:"ServiceName"`
}

ModifyClusterTemplateConfig is a repeated param struct in ModifyClusterTemplateRequest

type ModifyClusterTemplateHostGroup ¶

type ModifyClusterTemplateHostGroup struct {
	Period             string `name:"Period"`
	SysDiskCapacity    string `name:"SysDiskCapacity"`
	DiskCapacity       string `name:"DiskCapacity"`
	SysDiskType        string `name:"SysDiskType"`
	ClusterId          string `name:"ClusterId"`
	DiskType           string `name:"DiskType"`
	HostGroupName      string `name:"HostGroupName"`
	VSwitchId          string `name:"VSwitchId"`
	DiskCount          string `name:"DiskCount"`
	AutoRenew          string `name:"AutoRenew"`
	HostGroupId        string `name:"HostGroupId"`
	NodeCount          string `name:"NodeCount"`
	InstanceType       string `name:"InstanceType"`
	Comment            string `name:"Comment"`
	ChargeType         string `name:"ChargeType"`
	MultiInstanceTypes string `name:"MultiInstanceTypes"`
	CreateType         string `name:"CreateType"`
	HostGroupType      string `name:"HostGroupType"`
}

ModifyClusterTemplateHostGroup is a repeated param struct in ModifyClusterTemplateRequest

type ModifyClusterTemplateRequest ¶

type ModifyClusterTemplateRequest struct {
	*requests.RpcRequest
	ResourceOwnerId        requests.Integer                        `position:"Query" name:"ResourceOwnerId"`
	LogPath                string                                  `position:"Query" name:"LogPath"`
	MasterPwd              string                                  `position:"Query" name:"MasterPwd"`
	Configurations         string                                  `position:"Query" name:"Configurations"`
	IoOptimized            requests.Boolean                        `position:"Query" name:"IoOptimized"`
	SecurityGroupId        string                                  `position:"Query" name:"SecurityGroupId"`
	SshEnable              requests.Boolean                        `position:"Query" name:"SshEnable"`
	EasEnable              requests.Boolean                        `position:"Query" name:"EasEnable"`
	SecurityGroupName      string                                  `position:"Query" name:"SecurityGroupName"`
	DepositType            string                                  `position:"Query" name:"DepositType"`
	MachineType            string                                  `position:"Query" name:"MachineType"`
	BootstrapAction        *[]ModifyClusterTemplateBootstrapAction `position:"Query" name:"BootstrapAction"  type:"Repeated"`
	UseLocalMetaDb         requests.Boolean                        `position:"Query" name:"UseLocalMetaDb"`
	EmrVer                 string                                  `position:"Query" name:"EmrVer"`
	TemplateName           string                                  `position:"Query" name:"TemplateName"`
	UserDefinedEmrEcsRole  string                                  `position:"Query" name:"UserDefinedEmrEcsRole"`
	IsOpenPublicIp         requests.Boolean                        `position:"Query" name:"IsOpenPublicIp"`
	Period                 requests.Integer                        `position:"Query" name:"Period"`
	InstanceGeneration     string                                  `position:"Query" name:"InstanceGeneration"`
	VSwitchId              string                                  `position:"Query" name:"VSwitchId"`
	ClusterType            string                                  `position:"Query" name:"ClusterType"`
	AutoRenew              requests.Boolean                        `position:"Query" name:"AutoRenew"`
	OptionSoftWareList     *[]string                               `position:"Query" name:"OptionSoftWareList"  type:"Repeated"`
	VpcId                  string                                  `position:"Query" name:"VpcId"`
	NetType                string                                  `position:"Query" name:"NetType"`
	BizId                  string                                  `position:"Query" name:"BizId"`
	HostGroup              *[]ModifyClusterTemplateHostGroup       `position:"Query" name:"HostGroup"  type:"Repeated"`
	ZoneId                 string                                  `position:"Query" name:"ZoneId"`
	ChargeType             string                                  `position:"Query" name:"ChargeType"`
	UseCustomHiveMetaDb    requests.Boolean                        `position:"Query" name:"UseCustomHiveMetaDb"`
	Config                 *[]ModifyClusterTemplateConfig          `position:"Query" name:"Config"  type:"Repeated"`
	HighAvailabilityEnable requests.Boolean                        `position:"Query" name:"HighAvailabilityEnable"`
	InitCustomHiveMetaDb   requests.Boolean                        `position:"Query" name:"InitCustomHiveMetaDb"`
}

ModifyClusterTemplateRequest is the request struct for api ModifyClusterTemplate

func CreateModifyClusterTemplateRequest ¶

func CreateModifyClusterTemplateRequest() (request *ModifyClusterTemplateRequest)

CreateModifyClusterTemplateRequest creates a request to invoke ModifyClusterTemplate API

type ModifyClusterTemplateResponse ¶

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

ModifyClusterTemplateResponse is the response struct for api ModifyClusterTemplate

func CreateModifyClusterTemplateResponse ¶

func CreateModifyClusterTemplateResponse() (response *ModifyClusterTemplateResponse)

CreateModifyClusterTemplateResponse creates a response to parse from ModifyClusterTemplate response

type ModifyExecutionPlanBasicInfoRequest ¶

type ModifyExecutionPlanBasicInfoRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Name            string           `position:"Query" name:"Name"`
	Id              string           `position:"Query" name:"Id"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

ModifyExecutionPlanBasicInfoRequest is the request struct for api ModifyExecutionPlanBasicInfo

func CreateModifyExecutionPlanBasicInfoRequest ¶

func CreateModifyExecutionPlanBasicInfoRequest() (request *ModifyExecutionPlanBasicInfoRequest)

CreateModifyExecutionPlanBasicInfoRequest creates a request to invoke ModifyExecutionPlanBasicInfo API

type ModifyExecutionPlanBasicInfoResponse ¶

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

ModifyExecutionPlanBasicInfoResponse is the response struct for api ModifyExecutionPlanBasicInfo

func CreateModifyExecutionPlanBasicInfoResponse ¶

func CreateModifyExecutionPlanBasicInfoResponse() (response *ModifyExecutionPlanBasicInfoResponse)

CreateModifyExecutionPlanBasicInfoResponse creates a response to parse from ModifyExecutionPlanBasicInfo response

type ModifyExecutionPlanBootstrapAction ¶

type ModifyExecutionPlanBootstrapAction struct {
	Path string `name:"Path"`
	Arg  string `name:"Arg"`
	Name string `name:"Name"`
}

ModifyExecutionPlanBootstrapAction is a repeated param struct in ModifyExecutionPlanRequest

type ModifyExecutionPlanClusterInfoBootstrapAction ¶

type ModifyExecutionPlanClusterInfoBootstrapAction struct {
	Path string `name:"Path"`
	Arg  string `name:"Arg"`
	Name string `name:"Name"`
}

ModifyExecutionPlanClusterInfoBootstrapAction is a repeated param struct in ModifyExecutionPlanClusterInfoRequest

type ModifyExecutionPlanClusterInfoEcsOrder ¶

type ModifyExecutionPlanClusterInfoEcsOrder struct {
	NodeType     string `name:"NodeType"`
	DiskCount    string `name:"DiskCount"`
	NodeCount    string `name:"NodeCount"`
	DiskCapacity string `name:"DiskCapacity"`
	Index        string `name:"Index"`
	InstanceType string `name:"InstanceType"`
	DiskType     string `name:"DiskType"`
}

ModifyExecutionPlanClusterInfoEcsOrder is a repeated param struct in ModifyExecutionPlanClusterInfoRequest

type ModifyExecutionPlanClusterInfoRequest ¶

type ModifyExecutionPlanClusterInfoRequest struct {
	*requests.RpcRequest
	ResourceOwnerId        requests.Integer                                 `position:"Query" name:"ResourceOwnerId"`
	LogPath                string                                           `position:"Query" name:"LogPath"`
	ClusterName            string                                           `position:"Query" name:"ClusterName"`
	Configurations         string                                           `position:"Query" name:"Configurations"`
	IoOptimized            requests.Boolean                                 `position:"Query" name:"IoOptimized"`
	SecurityGroupId        string                                           `position:"Query" name:"SecurityGroupId"`
	EasEnable              requests.Boolean                                 `position:"Query" name:"EasEnable"`
	CreateClusterOnDemand  requests.Boolean                                 `position:"Query" name:"CreateClusterOnDemand"`
	BootstrapAction        *[]ModifyExecutionPlanClusterInfoBootstrapAction `position:"Query" name:"BootstrapAction"  type:"Repeated"`
	UseLocalMetaDb         requests.Boolean                                 `position:"Query" name:"UseLocalMetaDb"`
	EmrVer                 string                                           `position:"Query" name:"EmrVer"`
	Id                     string                                           `position:"Query" name:"Id"`
	IsOpenPublicIp         requests.Boolean                                 `position:"Query" name:"IsOpenPublicIp"`
	ClusterId              string                                           `position:"Query" name:"ClusterId"`
	InstanceGeneration     string                                           `position:"Query" name:"InstanceGeneration"`
	ClusterType            string                                           `position:"Query" name:"ClusterType"`
	VSwitchId              string                                           `position:"Query" name:"VSwitchId"`
	OptionSoftWareList     *[]string                                        `position:"Query" name:"OptionSoftWareList"  type:"Repeated"`
	VpcId                  string                                           `position:"Query" name:"VpcId"`
	NetType                string                                           `position:"Query" name:"NetType"`
	EcsOrder               *[]ModifyExecutionPlanClusterInfoEcsOrder        `position:"Query" name:"EcsOrder"  type:"Repeated"`
	ZoneId                 string                                           `position:"Query" name:"ZoneId"`
	HighAvailabilityEnable requests.Boolean                                 `position:"Query" name:"HighAvailabilityEnable"`
	LogEnable              requests.Boolean                                 `position:"Query" name:"LogEnable"`
}

ModifyExecutionPlanClusterInfoRequest is the request struct for api ModifyExecutionPlanClusterInfo

func CreateModifyExecutionPlanClusterInfoRequest ¶

func CreateModifyExecutionPlanClusterInfoRequest() (request *ModifyExecutionPlanClusterInfoRequest)

CreateModifyExecutionPlanClusterInfoRequest creates a request to invoke ModifyExecutionPlanClusterInfo API

type ModifyExecutionPlanClusterInfoResponse ¶

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

ModifyExecutionPlanClusterInfoResponse is the response struct for api ModifyExecutionPlanClusterInfo

func CreateModifyExecutionPlanClusterInfoResponse ¶

func CreateModifyExecutionPlanClusterInfoResponse() (response *ModifyExecutionPlanClusterInfoResponse)

CreateModifyExecutionPlanClusterInfoResponse creates a response to parse from ModifyExecutionPlanClusterInfo response

type ModifyExecutionPlanConfig ¶

type ModifyExecutionPlanConfig struct {
	ConfigKey   string `name:"ConfigKey"`
	FileName    string `name:"FileName"`
	Encrypt     string `name:"Encrypt"`
	Replace     string `name:"Replace"`
	ConfigValue string `name:"ConfigValue"`
	ServiceName string `name:"ServiceName"`
}

ModifyExecutionPlanConfig is a repeated param struct in ModifyExecutionPlanRequest

type ModifyExecutionPlanEcsOrder ¶

type ModifyExecutionPlanEcsOrder struct {
	NodeType     string `name:"NodeType"`
	DiskCount    string `name:"DiskCount"`
	NodeCount    string `name:"NodeCount"`
	DiskCapacity string `name:"DiskCapacity"`
	Index        string `name:"Index"`
	InstanceType string `name:"InstanceType"`
	DiskType     string `name:"DiskType"`
}

ModifyExecutionPlanEcsOrder is a repeated param struct in ModifyExecutionPlanRequest

type ModifyExecutionPlanJobInfoRequest ¶

type ModifyExecutionPlanJobInfoRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
	JobIdList       *[]string        `position:"Query" name:"JobIdList"  type:"Repeated"`
}

ModifyExecutionPlanJobInfoRequest is the request struct for api ModifyExecutionPlanJobInfo

func CreateModifyExecutionPlanJobInfoRequest ¶

func CreateModifyExecutionPlanJobInfoRequest() (request *ModifyExecutionPlanJobInfoRequest)

CreateModifyExecutionPlanJobInfoRequest creates a request to invoke ModifyExecutionPlanJobInfo API

type ModifyExecutionPlanJobInfoResponse ¶

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

ModifyExecutionPlanJobInfoResponse is the response struct for api ModifyExecutionPlanJobInfo

func CreateModifyExecutionPlanJobInfoResponse ¶

func CreateModifyExecutionPlanJobInfoResponse() (response *ModifyExecutionPlanJobInfoResponse)

CreateModifyExecutionPlanJobInfoResponse creates a response to parse from ModifyExecutionPlanJobInfo response

type ModifyExecutionPlanRequest ¶

type ModifyExecutionPlanRequest struct {
	*requests.RpcRequest
	ResourceOwnerId        requests.Integer                      `position:"Query" name:"ResourceOwnerId"`
	LogPath                string                                `position:"Query" name:"LogPath"`
	TimeInterval           requests.Integer                      `position:"Query" name:"TimeInterval"`
	ClusterName            string                                `position:"Query" name:"ClusterName"`
	Configurations         string                                `position:"Query" name:"Configurations"`
	IoOptimized            requests.Boolean                      `position:"Query" name:"IoOptimized"`
	SecurityGroupId        string                                `position:"Query" name:"SecurityGroupId"`
	EasEnable              requests.Boolean                      `position:"Query" name:"EasEnable"`
	CreateClusterOnDemand  requests.Boolean                      `position:"Query" name:"CreateClusterOnDemand"`
	StartTime              requests.Integer                      `position:"Query" name:"StartTime"`
	JobIdList              *[]string                             `position:"Query" name:"JobIdList"  type:"Repeated"`
	DayOfMonth             string                                `position:"Query" name:"DayOfMonth"`
	BootstrapAction        *[]ModifyExecutionPlanBootstrapAction `position:"Query" name:"BootstrapAction"  type:"Repeated"`
	UseLocalMetaDb         requests.Boolean                      `position:"Query" name:"UseLocalMetaDb"`
	EmrVer                 string                                `position:"Query" name:"EmrVer"`
	Id                     string                                `position:"Query" name:"Id"`
	UserDefinedEmrEcsRole  string                                `position:"Query" name:"UserDefinedEmrEcsRole"`
	IsOpenPublicIp         requests.Boolean                      `position:"Query" name:"IsOpenPublicIp"`
	ExecutionPlanVersion   requests.Integer                      `position:"Query" name:"ExecutionPlanVersion"`
	ClusterId              string                                `position:"Query" name:"ClusterId"`
	TimeUnit               string                                `position:"Query" name:"TimeUnit"`
	InstanceGeneration     string                                `position:"Query" name:"InstanceGeneration"`
	ClusterType            string                                `position:"Query" name:"ClusterType"`
	VSwitchId              string                                `position:"Query" name:"VSwitchId"`
	OptionSoftWareList     *[]string                             `position:"Query" name:"OptionSoftWareList"  type:"Repeated"`
	VpcId                  string                                `position:"Query" name:"VpcId"`
	NetType                string                                `position:"Query" name:"NetType"`
	WorkflowDefinition     string                                `position:"Query" name:"WorkflowDefinition"`
	EcsOrder               *[]ModifyExecutionPlanEcsOrder        `position:"Query" name:"EcsOrder"  type:"Repeated"`
	Name                   string                                `position:"Query" name:"Name"`
	ZoneId                 string                                `position:"Query" name:"ZoneId"`
	DayOfWeek              string                                `position:"Query" name:"DayOfWeek"`
	UseCustomHiveMetaDB    requests.Boolean                      `position:"Query" name:"UseCustomHiveMetaDB"`
	Strategy               string                                `position:"Query" name:"Strategy"`
	Config                 *[]ModifyExecutionPlanConfig          `position:"Query" name:"Config"  type:"Repeated"`
	HighAvailabilityEnable requests.Boolean                      `position:"Query" name:"HighAvailabilityEnable"`
	InitCustomHiveMetaDB   requests.Boolean                      `position:"Query" name:"InitCustomHiveMetaDB"`
	LogEnable              requests.Boolean                      `position:"Query" name:"LogEnable"`
}

ModifyExecutionPlanRequest is the request struct for api ModifyExecutionPlan

func CreateModifyExecutionPlanRequest ¶

func CreateModifyExecutionPlanRequest() (request *ModifyExecutionPlanRequest)

CreateModifyExecutionPlanRequest creates a request to invoke ModifyExecutionPlan API

type ModifyExecutionPlanResponse ¶

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

ModifyExecutionPlanResponse is the response struct for api ModifyExecutionPlan

func CreateModifyExecutionPlanResponse ¶

func CreateModifyExecutionPlanResponse() (response *ModifyExecutionPlanResponse)

CreateModifyExecutionPlanResponse creates a response to parse from ModifyExecutionPlan response

type ModifyExecutionPlanScheduleInfoRequest ¶

type ModifyExecutionPlanScheduleInfoRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	TimeInterval    requests.Integer `position:"Query" name:"TimeInterval"`
	DayOfWeek       string           `position:"Query" name:"DayOfWeek"`
	Id              string           `position:"Query" name:"Id"`
	StartTime       requests.Integer `position:"Query" name:"StartTime"`
	Strategy        string           `position:"Query" name:"Strategy"`
	TimeUnit        string           `position:"Query" name:"TimeUnit"`
	DayOfMonth      string           `position:"Query" name:"DayOfMonth"`
}

ModifyExecutionPlanScheduleInfoRequest is the request struct for api ModifyExecutionPlanScheduleInfo

func CreateModifyExecutionPlanScheduleInfoRequest ¶

func CreateModifyExecutionPlanScheduleInfoRequest() (request *ModifyExecutionPlanScheduleInfoRequest)

CreateModifyExecutionPlanScheduleInfoRequest creates a request to invoke ModifyExecutionPlanScheduleInfo API

type ModifyExecutionPlanScheduleInfoResponse ¶

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

ModifyExecutionPlanScheduleInfoResponse is the response struct for api ModifyExecutionPlanScheduleInfo

func CreateModifyExecutionPlanScheduleInfoResponse ¶

func CreateModifyExecutionPlanScheduleInfoResponse() (response *ModifyExecutionPlanScheduleInfoResponse)

CreateModifyExecutionPlanScheduleInfoResponse creates a response to parse from ModifyExecutionPlanScheduleInfo response

type ModifyFlowCategoryRequest ¶

type ModifyFlowCategoryRequest struct {
	*requests.RpcRequest
	Name      string `position:"Query" name:"Name"`
	Id        string `position:"Query" name:"Id"`
	ProjectId string `position:"Query" name:"ProjectId"`
	ParentId  string `position:"Query" name:"ParentId"`
}

ModifyFlowCategoryRequest is the request struct for api ModifyFlowCategory

func CreateModifyFlowCategoryRequest ¶

func CreateModifyFlowCategoryRequest() (request *ModifyFlowCategoryRequest)

CreateModifyFlowCategoryRequest creates a request to invoke ModifyFlowCategory API

type ModifyFlowCategoryResponse ¶

type ModifyFlowCategoryResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      bool   `json:"Data" xml:"Data"`
}

ModifyFlowCategoryResponse is the response struct for api ModifyFlowCategory

func CreateModifyFlowCategoryResponse ¶

func CreateModifyFlowCategoryResponse() (response *ModifyFlowCategoryResponse)

CreateModifyFlowCategoryResponse creates a response to parse from ModifyFlowCategory response

type ModifyFlowForWebRequest ¶

type ModifyFlowForWebRequest struct {
	*requests.RpcRequest
	CronExpr                string           `position:"Query" name:"CronExpr"`
	ParentFlowList          string           `position:"Query" name:"ParentFlowList"`
	AlertDingDingGroupBizId string           `position:"Query" name:"AlertDingDingGroupBizId"`
	Periodic                requests.Boolean `position:"Query" name:"Periodic"`
	StartSchedule           requests.Integer `position:"Query" name:"StartSchedule"`
	Description             string           `position:"Query" name:"Description"`
	ClusterId               string           `position:"Query" name:"ClusterId"`
	AlertUserGroupBizId     string           `position:"Query" name:"AlertUserGroupBizId"`
	Graph                   string           `position:"Query" name:"Graph"`
	HostName                string           `position:"Query" name:"HostName"`
	CreateCluster           requests.Boolean `position:"Query" name:"CreateCluster"`
	Name                    string           `position:"Query" name:"Name"`
	EndSchedule             requests.Integer `position:"Query" name:"EndSchedule"`
	Id                      string           `position:"Query" name:"Id"`
	AlertConf               string           `position:"Query" name:"AlertConf"`
	ProjectId               string           `position:"Query" name:"ProjectId"`
	Status                  string           `position:"Query" name:"Status"`
	ParentCategory          string           `position:"Query" name:"ParentCategory"`
}

ModifyFlowForWebRequest is the request struct for api ModifyFlowForWeb

func CreateModifyFlowForWebRequest ¶

func CreateModifyFlowForWebRequest() (request *ModifyFlowForWebRequest)

CreateModifyFlowForWebRequest creates a request to invoke ModifyFlowForWeb API

type ModifyFlowForWebResponse ¶

type ModifyFlowForWebResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      bool   `json:"Data" xml:"Data"`
}

ModifyFlowForWebResponse is the response struct for api ModifyFlowForWeb

func CreateModifyFlowForWebResponse ¶

func CreateModifyFlowForWebResponse() (response *ModifyFlowForWebResponse)

CreateModifyFlowForWebResponse creates a response to parse from ModifyFlowForWeb response

type ModifyFlowJobRequest ¶

type ModifyFlowJobRequest struct {
	*requests.RpcRequest
	RunConf         string                       `position:"Query" name:"RunConf"`
	EnvConf         string                       `position:"Query" name:"EnvConf"`
	Description     string                       `position:"Query" name:"Description"`
	ClusterId       string                       `position:"Query" name:"ClusterId"`
	Params          string                       `position:"Query" name:"Params"`
	ParamConf       string                       `position:"Query" name:"ParamConf"`
	ResourceList    *[]ModifyFlowJobResourceList `position:"Query" name:"ResourceList"  type:"Repeated"`
	FailAct         string                       `position:"Query" name:"FailAct"`
	CustomVariables string                       `position:"Query" name:"CustomVariables"`
	Mode            string                       `position:"Query" name:"Mode"`
	RetryInterval   requests.Integer             `position:"Query" name:"RetryInterval"`
	MonitorConf     string                       `position:"Query" name:"MonitorConf"`
	Name            string                       `position:"Query" name:"Name"`
	Id              string                       `position:"Query" name:"Id"`
	MaxRetry        requests.Integer             `position:"Query" name:"MaxRetry"`
	AlertConf       string                       `position:"Query" name:"AlertConf"`
	ProjectId       string                       `position:"Query" name:"ProjectId"`
}

ModifyFlowJobRequest is the request struct for api ModifyFlowJob

func CreateModifyFlowJobRequest ¶

func CreateModifyFlowJobRequest() (request *ModifyFlowJobRequest)

CreateModifyFlowJobRequest creates a request to invoke ModifyFlowJob API

type ModifyFlowJobResourceList ¶

type ModifyFlowJobResourceList struct {
	Path  string `name:"Path"`
	Alias string `name:"Alias"`
}

ModifyFlowJobResourceList is a repeated param struct in ModifyFlowJobRequest

type ModifyFlowJobResponse ¶

type ModifyFlowJobResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      bool   `json:"Data" xml:"Data"`
}

ModifyFlowJobResponse is the response struct for api ModifyFlowJob

func CreateModifyFlowJobResponse ¶

func CreateModifyFlowJobResponse() (response *ModifyFlowJobResponse)

CreateModifyFlowJobResponse creates a response to parse from ModifyFlowJob response

type ModifyFlowProjectClusterSettingRequest ¶

type ModifyFlowProjectClusterSettingRequest struct {
	*requests.RpcRequest
	UserList     *[]string `position:"Query" name:"UserList"  type:"Repeated"`
	QueueList    *[]string `position:"Query" name:"QueueList"  type:"Repeated"`
	HostList     *[]string `position:"Query" name:"HostList"  type:"Repeated"`
	ClusterId    string    `position:"Query" name:"ClusterId"`
	DefaultQueue string    `position:"Query" name:"DefaultQueue"`
	ProjectId    string    `position:"Query" name:"ProjectId"`
	DefaultUser  string    `position:"Query" name:"DefaultUser"`
}

ModifyFlowProjectClusterSettingRequest is the request struct for api ModifyFlowProjectClusterSetting

func CreateModifyFlowProjectClusterSettingRequest ¶

func CreateModifyFlowProjectClusterSettingRequest() (request *ModifyFlowProjectClusterSettingRequest)

CreateModifyFlowProjectClusterSettingRequest creates a request to invoke ModifyFlowProjectClusterSetting API

type ModifyFlowProjectClusterSettingResponse ¶

type ModifyFlowProjectClusterSettingResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      bool   `json:"Data" xml:"Data"`
}

ModifyFlowProjectClusterSettingResponse is the response struct for api ModifyFlowProjectClusterSetting

func CreateModifyFlowProjectClusterSettingResponse ¶

func CreateModifyFlowProjectClusterSettingResponse() (response *ModifyFlowProjectClusterSettingResponse)

CreateModifyFlowProjectClusterSettingResponse creates a response to parse from ModifyFlowProjectClusterSetting response

type ModifyFlowProjectRequest ¶

type ModifyFlowProjectRequest struct {
	*requests.RpcRequest
	Name        string `position:"Query" name:"Name"`
	Description string `position:"Query" name:"Description"`
	ProjectId   string `position:"Query" name:"ProjectId"`
}

ModifyFlowProjectRequest is the request struct for api ModifyFlowProject

func CreateModifyFlowProjectRequest ¶

func CreateModifyFlowProjectRequest() (request *ModifyFlowProjectRequest)

CreateModifyFlowProjectRequest creates a request to invoke ModifyFlowProject API

type ModifyFlowProjectResponse ¶

type ModifyFlowProjectResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      bool   `json:"Data" xml:"Data"`
}

ModifyFlowProjectResponse is the response struct for api ModifyFlowProject

func CreateModifyFlowProjectResponse ¶

func CreateModifyFlowProjectResponse() (response *ModifyFlowProjectResponse)

CreateModifyFlowProjectResponse creates a response to parse from ModifyFlowProject response

type ModifyFlowRequest ¶

type ModifyFlowRequest struct {
	*requests.RpcRequest
	CronExpr                string           `position:"Query" name:"CronExpr"`
	ParentFlowList          string           `position:"Query" name:"ParentFlowList"`
	AlertDingDingGroupBizId string           `position:"Query" name:"AlertDingDingGroupBizId"`
	Periodic                requests.Boolean `position:"Query" name:"Periodic"`
	StartSchedule           requests.Integer `position:"Query" name:"StartSchedule"`
	Description             string           `position:"Query" name:"Description"`
	ClusterId               string           `position:"Query" name:"ClusterId"`
	AlertUserGroupBizId     string           `position:"Query" name:"AlertUserGroupBizId"`
	HostName                string           `position:"Query" name:"HostName"`
	Application             string           `position:"Query" name:"Application"`
	CreateCluster           requests.Boolean `position:"Query" name:"CreateCluster"`
	Name                    string           `position:"Query" name:"Name"`
	EndSchedule             requests.Integer `position:"Query" name:"EndSchedule"`
	Id                      string           `position:"Query" name:"Id"`
	AlertConf               string           `position:"Query" name:"AlertConf"`
	ProjectId               string           `position:"Query" name:"ProjectId"`
	Status                  string           `position:"Query" name:"Status"`
	ParentCategory          string           `position:"Query" name:"ParentCategory"`
}

ModifyFlowRequest is the request struct for api ModifyFlow

func CreateModifyFlowRequest ¶

func CreateModifyFlowRequest() (request *ModifyFlowRequest)

CreateModifyFlowRequest creates a request to invoke ModifyFlow API

type ModifyFlowResponse ¶

type ModifyFlowResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      bool   `json:"Data" xml:"Data"`
}

ModifyFlowResponse is the response struct for api ModifyFlow

func CreateModifyFlowResponse ¶

func CreateModifyFlowResponse() (response *ModifyFlowResponse)

CreateModifyFlowResponse creates a response to parse from ModifyFlow response

type ModifyFlowVariableCollectionRequest ¶

type ModifyFlowVariableCollectionRequest struct {
	*requests.RpcRequest
	Data string `position:"Query" name:"Data"`
}

ModifyFlowVariableCollectionRequest is the request struct for api ModifyFlowVariableCollection

func CreateModifyFlowVariableCollectionRequest ¶

func CreateModifyFlowVariableCollectionRequest() (request *ModifyFlowVariableCollectionRequest)

CreateModifyFlowVariableCollectionRequest creates a request to invoke ModifyFlowVariableCollection API

type ModifyFlowVariableCollectionResponse ¶

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

ModifyFlowVariableCollectionResponse is the response struct for api ModifyFlowVariableCollection

func CreateModifyFlowVariableCollectionResponse ¶

func CreateModifyFlowVariableCollectionResponse() (response *ModifyFlowVariableCollectionResponse)

CreateModifyFlowVariableCollectionResponse creates a response to parse from ModifyFlowVariableCollection response

type ModifyJobExecutionPlanFolderRequest ¶

type ModifyJobExecutionPlanFolderRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Name            string           `position:"Query" name:"Name"`
	Id              requests.Integer `position:"Query" name:"Id"`
	ParentId        requests.Integer `position:"Query" name:"ParentId"`
}

ModifyJobExecutionPlanFolderRequest is the request struct for api ModifyJobExecutionPlanFolder

func CreateModifyJobExecutionPlanFolderRequest ¶

func CreateModifyJobExecutionPlanFolderRequest() (request *ModifyJobExecutionPlanFolderRequest)

CreateModifyJobExecutionPlanFolderRequest creates a request to invoke ModifyJobExecutionPlanFolder API

type ModifyJobExecutionPlanFolderResponse ¶

type ModifyJobExecutionPlanFolderResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   string `json:"Success" xml:"Success"`
	ErrCode   string `json:"ErrCode" xml:"ErrCode"`
	ErrMsg    string `json:"ErrMsg" xml:"ErrMsg"`
	FolderId  string `json:"FolderId" xml:"FolderId"`
}

ModifyJobExecutionPlanFolderResponse is the response struct for api ModifyJobExecutionPlanFolder

func CreateModifyJobExecutionPlanFolderResponse ¶

func CreateModifyJobExecutionPlanFolderResponse() (response *ModifyJobExecutionPlanFolderResponse)

CreateModifyJobExecutionPlanFolderResponse creates a response to parse from ModifyJobExecutionPlanFolder response

type ModifyJobExecutionPlanParamRequest ¶

type ModifyJobExecutionPlanParamRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ParamName       string           `position:"Query" name:"ParamName"`
	ParamValue      string           `position:"Query" name:"ParamValue"`
	Id              requests.Integer `position:"Query" name:"Id"`
}

ModifyJobExecutionPlanParamRequest is the request struct for api ModifyJobExecutionPlanParam

func CreateModifyJobExecutionPlanParamRequest ¶

func CreateModifyJobExecutionPlanParamRequest() (request *ModifyJobExecutionPlanParamRequest)

CreateModifyJobExecutionPlanParamRequest creates a request to invoke ModifyJobExecutionPlanParam API

type ModifyJobExecutionPlanParamResponse ¶

type ModifyJobExecutionPlanParamResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   string `json:"Success" xml:"Success"`
	ErrCode   string `json:"ErrCode" xml:"ErrCode"`
	ErrMsg    string `json:"ErrMsg" xml:"ErrMsg"`
}

ModifyJobExecutionPlanParamResponse is the response struct for api ModifyJobExecutionPlanParam

func CreateModifyJobExecutionPlanParamResponse ¶

func CreateModifyJobExecutionPlanParamResponse() (response *ModifyJobExecutionPlanParamResponse)

CreateModifyJobExecutionPlanParamResponse creates a response to parse from ModifyJobExecutionPlanParam response

type ModifyJobRequest ¶

type ModifyJobRequest struct {
	*requests.RpcRequest
	RunParameter    string           `position:"Query" name:"RunParameter"`
	RetryInterval   requests.Integer `position:"Query" name:"RetryInterval"`
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Name            string           `position:"Query" name:"Name"`
	Id              string           `position:"Query" name:"Id"`
	Type            string           `position:"Query" name:"Type"`
	MaxRetry        requests.Integer `position:"Query" name:"MaxRetry"`
	FailAct         string           `position:"Query" name:"FailAct"`
}

ModifyJobRequest is the request struct for api ModifyJob

func CreateModifyJobRequest ¶

func CreateModifyJobRequest() (request *ModifyJobRequest)

CreateModifyJobRequest creates a request to invoke ModifyJob API

type ModifyJobResponse ¶

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

ModifyJobResponse is the response struct for api ModifyJob

func CreateModifyJobResponse ¶

func CreateModifyJobResponse() (response *ModifyJobResponse)

CreateModifyJobResponse creates a response to parse from ModifyJob response

type ModifyResourcePoolConfig ¶

type ModifyResourcePoolConfig struct {
	ConfigKey   string `name:"ConfigKey"`
	Note        string `name:"Note"`
	ConfigValue string `name:"ConfigValue"`
	Id          string `name:"Id"`
	Category    string `name:"Category"`
}

ModifyResourcePoolConfig is a repeated param struct in ModifyResourcePoolRequest

type ModifyResourcePoolRequest ¶

type ModifyResourcePoolRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer            `position:"Query" name:"ResourceOwnerId"`
	Name            string                      `position:"Query" name:"Name"`
	Active          requests.Boolean            `position:"Query" name:"Active"`
	Id              string                      `position:"Query" name:"Id"`
	ClusterId       string                      `position:"Query" name:"ClusterId"`
	Yarnsiteconfig  string                      `position:"Query" name:"Yarnsiteconfig"`
	Config          *[]ModifyResourcePoolConfig `position:"Query" name:"Config"  type:"Repeated"`
}

ModifyResourcePoolRequest is the request struct for api ModifyResourcePool

func CreateModifyResourcePoolRequest ¶

func CreateModifyResourcePoolRequest() (request *ModifyResourcePoolRequest)

CreateModifyResourcePoolRequest creates a request to invoke ModifyResourcePool API

type ModifyResourcePoolResponse ¶

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

ModifyResourcePoolResponse is the response struct for api ModifyResourcePool

func CreateModifyResourcePoolResponse ¶

func CreateModifyResourcePoolResponse() (response *ModifyResourcePoolResponse)

CreateModifyResourcePoolResponse creates a response to parse from ModifyResourcePool response

type ModifyResourcePoolSchedulerTypeRequest ¶

type ModifyResourcePoolSchedulerTypeRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	SchedulerType   string           `position:"Query" name:"SchedulerType"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

ModifyResourcePoolSchedulerTypeRequest is the request struct for api ModifyResourcePoolSchedulerType

func CreateModifyResourcePoolSchedulerTypeRequest ¶

func CreateModifyResourcePoolSchedulerTypeRequest() (request *ModifyResourcePoolSchedulerTypeRequest)

CreateModifyResourcePoolSchedulerTypeRequest creates a request to invoke ModifyResourcePoolSchedulerType API

type ModifyResourcePoolSchedulerTypeResponse ¶

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

ModifyResourcePoolSchedulerTypeResponse is the response struct for api ModifyResourcePoolSchedulerType

func CreateModifyResourcePoolSchedulerTypeResponse ¶

func CreateModifyResourcePoolSchedulerTypeResponse() (response *ModifyResourcePoolSchedulerTypeResponse)

CreateModifyResourcePoolSchedulerTypeResponse creates a response to parse from ModifyResourcePoolSchedulerType response

type ModifyResourceQueueConfig ¶

type ModifyResourceQueueConfig struct {
	ConfigKey   string `name:"ConfigKey"`
	Note        string `name:"Note"`
	ConfigValue string `name:"ConfigValue"`
	Id          string `name:"Id"`
	Category    string `name:"Category"`
}

ModifyResourceQueueConfig is a repeated param struct in ModifyResourceQueueRequest

type ModifyResourceQueueRequest ¶

type ModifyResourceQueueRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer             `position:"Query" name:"ResourceOwnerId"`
	ParentQueueId   requests.Integer             `position:"Query" name:"ParentQueueId"`
	Name            string                       `position:"Query" name:"Name"`
	QualifiedName   string                       `position:"Query" name:"QualifiedName"`
	ResourcePoolId  requests.Integer             `position:"Query" name:"ResourcePoolId"`
	Id              string                       `position:"Query" name:"Id"`
	ClusterId       string                       `position:"Query" name:"ClusterId"`
	Leaf            requests.Boolean             `position:"Query" name:"Leaf"`
	Config          *[]ModifyResourceQueueConfig `position:"Query" name:"Config"  type:"Repeated"`
}

ModifyResourceQueueRequest is the request struct for api ModifyResourceQueue

func CreateModifyResourceQueueRequest ¶

func CreateModifyResourceQueueRequest() (request *ModifyResourceQueueRequest)

CreateModifyResourceQueueRequest creates a request to invoke ModifyResourceQueue API

type ModifyResourceQueueResponse ¶

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

ModifyResourceQueueResponse is the response struct for api ModifyResourceQueue

func CreateModifyResourceQueueResponse ¶

func CreateModifyResourceQueueResponse() (response *ModifyResourceQueueResponse)

CreateModifyResourceQueueResponse creates a response to parse from ModifyResourceQueue response

type ModifyScalingRuleCloudWatchTrigger ¶

type ModifyScalingRuleCloudWatchTrigger struct {
	Period             string `name:"Period"`
	EvaluationCount    string `name:"EvaluationCount"`
	Threshold          string `name:"Threshold"`
	MetricName         string `name:"MetricName"`
	ComparisonOperator string `name:"ComparisonOperator"`
	Statistics         string `name:"Statistics"`
}

ModifyScalingRuleCloudWatchTrigger is a repeated param struct in ModifyScalingRuleRequest

type ModifyScalingRuleRequest ¶

type ModifyScalingRuleRequest struct {
	*requests.RpcRequest
	LaunchTime           string                                `position:"Query" name:"LaunchTime"`
	ResourceOwnerId      requests.Integer                      `position:"Query" name:"ResourceOwnerId"`
	AdjustmentValue      requests.Integer                      `position:"Query" name:"AdjustmentValue"`
	AdjustmentType       string                                `position:"Query" name:"AdjustmentType"`
	RuleName             string                                `position:"Query" name:"RuleName"`
	ClusterId            string                                `position:"Query" name:"ClusterId"`
	ScalingRuleId        string                                `position:"Query" name:"ScalingRuleId"`
	LaunchExpirationTime requests.Integer                      `position:"Query" name:"LaunchExpirationTime"`
	RecurrenceValue      string                                `position:"Query" name:"RecurrenceValue"`
	RecurrenceEndTime    string                                `position:"Query" name:"RecurrenceEndTime"`
	CloudWatchTrigger    *[]ModifyScalingRuleCloudWatchTrigger `position:"Query" name:"CloudWatchTrigger"  type:"Repeated"`
	HostGroupId          string                                `position:"Query" name:"HostGroupId"`
	SchedulerTrigger     *[]ModifyScalingRuleSchedulerTrigger  `position:"Query" name:"SchedulerTrigger"  type:"Repeated"`
	Cooldown             requests.Integer                      `position:"Query" name:"Cooldown"`
	RecurrenceType       string                                `position:"Query" name:"RecurrenceType"`
}

ModifyScalingRuleRequest is the request struct for api ModifyScalingRule

func CreateModifyScalingRuleRequest ¶

func CreateModifyScalingRuleRequest() (request *ModifyScalingRuleRequest)

CreateModifyScalingRuleRequest creates a request to invoke ModifyScalingRule API

type ModifyScalingRuleResponse ¶

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

ModifyScalingRuleResponse is the response struct for api ModifyScalingRule

func CreateModifyScalingRuleResponse ¶

func CreateModifyScalingRuleResponse() (response *ModifyScalingRuleResponse)

CreateModifyScalingRuleResponse creates a response to parse from ModifyScalingRule response

type ModifyScalingRuleSchedulerTrigger ¶

type ModifyScalingRuleSchedulerTrigger struct {
	LaunchTime           string `name:"LaunchTime"`
	LaunchExpirationTime string `name:"LaunchExpirationTime"`
	RecurrenceValue      string `name:"RecurrenceValue"`
	RecurrenceEndTime    string `name:"RecurrenceEndTime"`
	RecurrenceType       string `name:"RecurrenceType"`
}

ModifyScalingRuleSchedulerTrigger is a repeated param struct in ModifyScalingRuleRequest

type ModifyScalingTaskGroupRequest ¶

type ModifyScalingTaskGroupRequest struct {
	*requests.RpcRequest
	ResourceOwnerId    requests.Integer `position:"Query" name:"ResourceOwnerId"`
	HostGroupId        string           `position:"Query" name:"HostGroupId"`
	ActiveRuleCategory string           `position:"Query" name:"ActiveRuleCategory"`
	ClusterId          string           `position:"Query" name:"ClusterId"`
	MinSize            requests.Integer `position:"Query" name:"MinSize"`
	MaxSize            requests.Integer `position:"Query" name:"MaxSize"`
	DefaultCooldown    requests.Integer `position:"Query" name:"DefaultCooldown"`
}

ModifyScalingTaskGroupRequest is the request struct for api ModifyScalingTaskGroup

func CreateModifyScalingTaskGroupRequest ¶

func CreateModifyScalingTaskGroupRequest() (request *ModifyScalingTaskGroupRequest)

CreateModifyScalingTaskGroupRequest creates a request to invoke ModifyScalingTaskGroup API

type ModifyScalingTaskGroupResponse ¶

type ModifyScalingTaskGroupResponse struct {
	*responses.BaseResponse
	HostGroupId string `json:"HostGroupId" xml:"HostGroupId"`
}

ModifyScalingTaskGroupResponse is the response struct for api ModifyScalingTaskGroup

func CreateModifyScalingTaskGroupResponse ¶

func CreateModifyScalingTaskGroupResponse() (response *ModifyScalingTaskGroupResponse)

CreateModifyScalingTaskGroupResponse creates a response to parse from ModifyScalingTaskGroup response

type ModifyUserStatisticsRequest ¶

type ModifyUserStatisticsRequest struct {
	*requests.RpcRequest
	JobMigratedNum            requests.Integer `position:"Query" name:"JobMigratedNum"`
	ResourceOwnerId           requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ExecutePlanNum            requests.Integer `position:"Query" name:"ExecutePlanNum"`
	JobNum                    requests.Integer `position:"Query" name:"JobNum"`
	ExecutePlanMigratedNum    requests.Integer `position:"Query" name:"ExecutePlanMigratedNum"`
	InteractionJobMigratedNum requests.Integer `position:"Query" name:"InteractionJobMigratedNum"`
	UserId                    string           `position:"Query" name:"UserId"`
	InteractionJobNum         requests.Integer `position:"Query" name:"InteractionJobNum"`
}

ModifyUserStatisticsRequest is the request struct for api ModifyUserStatistics

func CreateModifyUserStatisticsRequest ¶

func CreateModifyUserStatisticsRequest() (request *ModifyUserStatisticsRequest)

CreateModifyUserStatisticsRequest creates a request to invoke ModifyUserStatistics API

type ModifyUserStatisticsResponse ¶

type ModifyUserStatisticsResponse struct {
	*responses.BaseResponse
}

ModifyUserStatisticsResponse is the response struct for api ModifyUserStatistics

func CreateModifyUserStatisticsResponse ¶

func CreateModifyUserStatisticsResponse() (response *ModifyUserStatisticsResponse)

CreateModifyUserStatisticsResponse creates a response to parse from ModifyUserStatistics response

type NeedRestartComponentNameList ¶

type NeedRestartComponentNameList struct {
	Service []string `json:"Service" xml:"Service"`
}

NeedRestartComponentNameList is a nested struct in emr response

type NeedRestartHostIdList ¶

type NeedRestartHostIdList struct {
	Service []string `json:"Service" xml:"Service"`
}

NeedRestartHostIdList is a nested struct in emr response

type Node ¶

type Node struct {
	ZoneId         string      `json:"ZoneId" xml:"ZoneId"`
	InstanceId     string      `json:"InstanceId" xml:"InstanceId"`
	Status         string      `json:"Status" xml:"Status"`
	PubIp          string      `json:"PubIp" xml:"PubIp"`
	InnerIp        string      `json:"InnerIp" xml:"InnerIp"`
	ExpiredTime    string      `json:"ExpiredTime" xml:"ExpiredTime"`
	CreateTime     string      `json:"CreateTime" xml:"CreateTime"`
	EmrExpiredTime string      `json:"EmrExpiredTime" xml:"EmrExpiredTime"`
	SupportIpV6    bool        `json:"SupportIpV6" xml:"SupportIpV6"`
	DaemonInfos    DaemonInfos `json:"DaemonInfos" xml:"DaemonInfos"`
	DiskInfos      DiskInfos   `json:"DiskInfos" xml:"DiskInfos"`
}

Node is a nested struct in emr response

type NodeInstance ¶

type NodeInstance struct {
	RunConf        string `json:"RunConf" xml:"RunConf"`
	MaxRetry       int    `json:"MaxRetry" xml:"MaxRetry"`
	EndTime        int    `json:"EndTime" xml:"EndTime"`
	StartTime      int    `json:"StartTime" xml:"StartTime"`
	NodeName       string `json:"NodeName" xml:"NodeName"`
	ProjectId      string `json:"ProjectId" xml:"ProjectId"`
	Id             string `json:"Id" xml:"Id"`
	JobType        string `json:"JobType" xml:"JobType"`
	JobName        string `json:"JobName" xml:"JobName"`
	Type           string `json:"Type" xml:"Type"`
	JobId          string `json:"JobId" xml:"JobId"`
	FailAct        string `json:"FailAct" xml:"FailAct"`
	ClusterId      string `json:"ClusterId" xml:"ClusterId"`
	RetryInterval  int    `json:"RetryInterval" xml:"RetryInterval"`
	ParamConf      string `json:"ParamConf" xml:"ParamConf"`
	ExternalId     string `json:"ExternalId" xml:"ExternalId"`
	EnvConf        string `json:"EnvConf" xml:"EnvConf"`
	GmtCreate      int    `json:"GmtCreate" xml:"GmtCreate"`
	ExternalInfo   string `json:"ExternalInfo" xml:"ExternalInfo"`
	Retries        int    `json:"Retries" xml:"Retries"`
	GmtModified    int    `json:"GmtModified" xml:"GmtModified"`
	ExternalStatus string `json:"ExternalStatus" xml:"ExternalStatus"`
	JobParams      string `json:"JobParams" xml:"JobParams"`
	HostName       string `json:"HostName" xml:"HostName"`
	Status         string `json:"Status" xml:"Status"`
	Pending        bool   `json:"pending" xml:"pending"`
}

NodeInstance is a nested struct in emr response

type NodeInstanceInDescribeFlowInstance ¶

type NodeInstanceInDescribeFlowInstance struct {
	NodeInstanceItem []NodeInstanceItem `json:"NodeInstanceItem" xml:"NodeInstanceItem"`
}

NodeInstanceInDescribeFlowInstance is a nested struct in emr response

type NodeInstanceItem ¶

type NodeInstanceItem struct {
	Id             string `json:"Id" xml:"Id"`
	GmtCreate      int    `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified    int    `json:"GmtModified" xml:"GmtModified"`
	Type           string `json:"Type" xml:"Type"`
	Status         string `json:"Status" xml:"Status"`
	JobId          string `json:"JobId" xml:"JobId"`
	JobName        string `json:"JobName" xml:"JobName"`
	JobType        string `json:"JobType" xml:"JobType"`
	FailAct        string `json:"FailAct" xml:"FailAct"`
	MaxRetry       string `json:"MaxRetry" xml:"MaxRetry"`
	RetryInterval  string `json:"RetryInterval" xml:"RetryInterval"`
	NodeName       string `json:"NodeName" xml:"NodeName"`
	ClusterId      string `json:"ClusterId" xml:"ClusterId"`
	HostName       string `json:"HostName" xml:"HostName"`
	ProjectId      string `json:"ProjectId" xml:"ProjectId"`
	Pending        bool   `json:"Pending" xml:"Pending"`
	StartTime      int    `json:"StartTime" xml:"StartTime"`
	EndTime        int    `json:"EndTime" xml:"EndTime"`
	Duration       int    `json:"Duration" xml:"Duration"`
	Retries        int    `json:"Retries" xml:"Retries"`
	ExternalId     string `json:"ExternalId" xml:"ExternalId"`
	ExternalStatus string `json:"ExternalStatus" xml:"ExternalStatus"`
	ExternalInfo   string `json:"ExternalInfo" xml:"ExternalInfo"`
}

NodeInstanceItem is a nested struct in emr response

type NodeInstances ¶

type NodeInstances struct {
	NodeInstance []NodeInstance `json:"NodeInstance" xml:"NodeInstance"`
}

NodeInstances is a nested struct in emr response

type NodeTypeSupportInfoList ¶

type NodeTypeSupportInfoList struct {
	ClusterNodeTypeSupportInfo []ClusterNodeTypeSupportInfo `json:"ClusterNodeTypeSupportInfo" xml:"ClusterNodeTypeSupportInfo"`
}

NodeTypeSupportInfoList is a nested struct in emr response

type Nodes ¶

type Nodes struct {
	Node []Node `json:"Node" xml:"Node"`
}

Nodes is a nested struct in emr response

type NoteInfo ¶

type NoteInfo struct {
	Id   string `json:"Id" xml:"Id"`
	Name string `json:"Name" xml:"Name"`
	Type string `json:"Type" xml:"Type"`
}

NoteInfo is a nested struct in emr response

type Notes ¶

type Notes struct {
	NoteInfo []NoteInfo `json:"NoteInfo" xml:"NoteInfo"`
}

Notes is a nested struct in emr response

type OperateExistsNodeClusterRequest ¶

type OperateExistsNodeClusterRequest struct {
	*requests.RpcRequest
	ResourceOwnerId        requests.Integer `position:"Query" name:"ResourceOwnerId"`
	LogPath                string           `position:"Query" name:"LogPath"`
	MasterInstanceIdList   *[]string        `position:"Query" name:"MasterInstanceIdList"  type:"Repeated"`
	IoOptimized            requests.Boolean `position:"Query" name:"IoOptimized"`
	SecurityGroupId        string           `position:"Query" name:"SecurityGroupId"`
	EasEnable              requests.Boolean `position:"Query" name:"EasEnable"`
	IsResize               requests.Boolean `position:"Query" name:"IsResize"`
	DepositType            string           `position:"Query" name:"DepositType"`
	MachineType            string           `position:"Query" name:"MachineType"`
	UseLocalMetaDb         requests.Boolean `position:"Query" name:"UseLocalMetaDb"`
	EmrVer                 string           `position:"Query" name:"EmrVer"`
	Period                 requests.Integer `position:"Query" name:"Period"`
	ClusterId              string           `position:"Query" name:"ClusterId"`
	VSwitchId              string           `position:"Query" name:"VSwitchId"`
	ClusterType            string           `position:"Query" name:"ClusterType"`
	OptionSoftWareList     *[]string        `position:"Query" name:"OptionSoftWareList"  type:"Repeated"`
	InstanceIdList         *[]string        `position:"Query" name:"InstanceIdList"  type:"Repeated"`
	VpcId                  string           `position:"Query" name:"VpcId"`
	NetType                string           `position:"Query" name:"NetType"`
	Name                   string           `position:"Query" name:"Name"`
	ZoneId                 string           `position:"Query" name:"ZoneId"`
	ChargeType             string           `position:"Query" name:"ChargeType"`
	OperateType            string           `position:"Query" name:"OperateType"`
	HighAvailabilityEnable requests.Boolean `position:"Query" name:"HighAvailabilityEnable"`
}

OperateExistsNodeClusterRequest is the request struct for api OperateExistsNodeCluster

func CreateOperateExistsNodeClusterRequest ¶

func CreateOperateExistsNodeClusterRequest() (request *OperateExistsNodeClusterRequest)

CreateOperateExistsNodeClusterRequest creates a request to invoke OperateExistsNodeCluster API

type OperateExistsNodeClusterResponse ¶

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

OperateExistsNodeClusterResponse is the response struct for api OperateExistsNodeCluster

func CreateOperateExistsNodeClusterResponse ¶

func CreateOperateExistsNodeClusterResponse() (response *OperateExistsNodeClusterResponse)

CreateOperateExistsNodeClusterResponse creates a response to parse from OperateExistsNodeCluster response

type OpsCommandCategory ¶

type OpsCommandCategory struct {
	Category    string      `json:"Category" xml:"Category"`
	CommandList CommandList `json:"CommandList" xml:"CommandList"`
}

OpsCommandCategory is a nested struct in emr response

type OpsCommandInfo ¶

type OpsCommandInfo struct {
	Id          string `json:"Id" xml:"Id"`
	Name        string `json:"Name" xml:"Name"`
	Discription string `json:"Discription" xml:"Discription"`
	TargetType  string `json:"TargetType" xml:"TargetType"`
	Params      string `json:"Params" xml:"Params"`
}

OpsCommandInfo is a nested struct in emr response

type OpsOperationList ¶

type OpsOperationList struct {
	OpsOperationListItem []OpsOperationListItem `json:"OpsOperationListItem" xml:"OpsOperationListItem"`
}

OpsOperationList is a nested struct in emr response

type OpsOperationListItem ¶

type OpsOperationListItem struct {
	Id              int    `json:"Id" xml:"Id"`
	StartTime       string `json:"StartTime" xml:"StartTime"`
	EndTime         string `json:"EndTime" xml:"EndTime"`
	OpsCommandId    int    `json:"OpsCommandId" xml:"OpsCommandId"`
	OpsCommandName  string `json:"OpsCommandName" xml:"OpsCommandName"`
	Status          string `json:"Status" xml:"Status"`
	TotalTaskNum    int    `json:"TotalTaskNum" xml:"TotalTaskNum"`
	FailedTaskNum   int    `json:"FailedTaskNum" xml:"FailedTaskNum"`
	FinishedTaskNum int    `json:"FinishedTaskNum" xml:"FinishedTaskNum"`
	ClusterId       string `json:"ClusterId" xml:"ClusterId"`
	RegionId        string `json:"RegionId" xml:"RegionId"`
	Params          string `json:"Params" xml:"Params"`
	Remark          string `json:"Remark" xml:"Remark"`
	RunningTime     int    `json:"RunningTime" xml:"RunningTime"`
	Category        string `json:"Category" xml:"Category"`
}

OpsOperationListItem is a nested struct in emr response

type OrderTaskInfo ¶

type OrderTaskInfo struct {
	TargetCount  int    `json:"TargetCount" xml:"TargetCount"`
	CurrentCount int    `json:"CurrentCount" xml:"CurrentCount"`
	OrderIdList  string `json:"OrderIdList" xml:"OrderIdList"`
}

OrderTaskInfo is a nested struct in emr response

type ParamInfo ¶

type ParamInfo struct {
	ParamBizType         string `json:"ParamBizType" xml:"ParamBizType"`
	RelateId             string `json:"RelateId" xml:"RelateId"`
	ParamName            string `json:"ParamName" xml:"ParamName"`
	ParamValue           string `json:"ParamValue" xml:"ParamValue"`
	UtcCreateTimestamp   int    `json:"UtcCreateTimestamp" xml:"UtcCreateTimestamp"`
	UtcModifiedTimestamp int    `json:"UtcModifiedTimestamp" xml:"UtcModifiedTimestamp"`
}

ParamInfo is a nested struct in emr response

type ParamInfoList ¶

type ParamInfoList struct {
	ParamInfo []ParamInfo `json:"ParamInfo" xml:"ParamInfo"`
}

ParamInfoList is a nested struct in emr response

type Parameter ¶

type Parameter struct {
	Key   string `json:"Key" xml:"Key"`
	Value string `json:"Value" xml:"Value"`
}

Parameter is a nested struct in emr response

type Parameters ¶

type Parameters struct {
	Parameter []Parameter `json:"Parameter" xml:"Parameter"`
}

Parameters is a nested struct in emr response

type ParentFlow ¶

type ParentFlow struct {
	BizDate              int    `json:"BizDate" xml:"BizDate"`
	FlowId               string `json:"FlowId" xml:"FlowId"`
	ScheduleKey          string `json:"ScheduleKey" xml:"ScheduleKey"`
	ParentFlowId         string `json:"ParentFlowId" xml:"ParentFlowId"`
	ProjectName          string `json:"ProjectName" xml:"ProjectName"`
	ProjectId            string `json:"ProjectId" xml:"ProjectId"`
	DependencyFlowId     string `json:"DependencyFlowId" xml:"DependencyFlowId"`
	FlowInstanceId       string `json:"FlowInstanceId" xml:"FlowInstanceId"`
	DependencyInstanceId string `json:"DependencyInstanceId" xml:"DependencyInstanceId"`
	ParentFlowName       string `json:"ParentFlowName" xml:"ParentFlowName"`
}

ParentFlow is a nested struct in emr response

type ParentFlowList ¶

type ParentFlowList struct {
	ParentFlow []ParentFlow `json:"ParentFlow" xml:"ParentFlow"`
}

ParentFlowList is a nested struct in emr response

type Partition ¶

type Partition struct {
	ConsumerOffset        int    `json:"ConsumerOffset" xml:"ConsumerOffset"`
	ConsumerInstanceOwner string `json:"ConsumerInstanceOwner" xml:"ConsumerInstanceOwner"`
	ConsumerGroupId       string `json:"ConsumerGroupId" xml:"ConsumerGroupId"`
	LogEndOffset          int    `json:"LogEndOffset" xml:"LogEndOffset"`
	DataSourceId          string `json:"DataSourceId" xml:"DataSourceId"`
	PartitionComment      string `json:"PartitionComment" xml:"PartitionComment"`
	TableId               string `json:"TableId" xml:"TableId"`
	PartitionPath         string `json:"PartitionPath" xml:"PartitionPath"`
	Location              string `json:"Location" xml:"Location"`
	PartitionName         string `json:"PartitionName" xml:"PartitionName"`
	Lag                   int    `json:"Lag" xml:"Lag"`
	GmtCreate             int    `json:"GmtCreate" xml:"GmtCreate"`
	PartitionType         string `json:"PartitionType" xml:"PartitionType"`
	DatabaseId            string `json:"DatabaseId" xml:"DatabaseId"`
	PartitionId           int    `json:"PartitionId" xml:"PartitionId"`
	BucketNum             int    `json:"BucketNum" xml:"BucketNum"`
	GmtModified           int    `json:"GmtModified" xml:"GmtModified"`
}

Partition is a nested struct in emr response

type PartitionColumn ¶

type PartitionColumn struct {
	Name    string `json:"Name" xml:"Name"`
	Type    string `json:"Type" xml:"Type"`
	Comment string `json:"Comment" xml:"Comment"`
}

PartitionColumn is a nested struct in emr response

type PartitionColumns ¶

type PartitionColumns struct {
	PartitionColumn []PartitionColumn `json:"PartitionColumn" xml:"PartitionColumn"`
}

PartitionColumns is a nested struct in emr response

type PartitionListInMetastoreDescribeKafkaConsumerGroup ¶

type PartitionListInMetastoreDescribeKafkaConsumerGroup struct {
	Partition []Partition `json:"Partition" xml:"Partition"`
}

PartitionListInMetastoreDescribeKafkaConsumerGroup is a nested struct in emr response

type PartitionListInMetastoreListTablePartition ¶

type PartitionListInMetastoreListTablePartition struct {
	Partition []Partition `json:"Partition" xml:"Partition"`
}

PartitionListInMetastoreListTablePartition is a nested struct in emr response

type PoolInfo ¶

type PoolInfo struct {
	EcmResourcePool           EcmResourcePool                             `json:"EcmResourcePool" xml:"EcmResourcePool"`
	QueueList                 QueueListInListResourcePool                 `json:"QueueList" xml:"QueueList"`
	EcmResourcePoolConfigList EcmResourcePoolConfigListInListResourcePool `json:"EcmResourcePoolConfigList" xml:"EcmResourcePoolConfigList"`
}

PoolInfo is a nested struct in emr response

type PoolInfoList ¶

type PoolInfoList struct {
	PoolInfo []PoolInfo `json:"PoolInfo" xml:"PoolInfo"`
}

PoolInfoList is a nested struct in emr response

type Project ¶

type Project struct {
	Id          string `json:"Id" xml:"Id"`
	GmtCreate   int    `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified int    `json:"GmtModified" xml:"GmtModified"`
	UserId      string `json:"UserId" xml:"UserId"`
	Name        string `json:"Name" xml:"Name"`
	Description string `json:"Description" xml:"Description"`
}

Project is a nested struct in emr response

type Projects ¶

type Projects struct {
	Project []Project `json:"Project" xml:"Project"`
}

Projects is a nested struct in emr response

type PropertyInfo ¶

type PropertyInfo struct {
	Name                    string                  `json:"Name" xml:"Name"`
	Value                   string                  `json:"Value" xml:"Value"`
	Description             string                  `json:"Description" xml:"Description"`
	FileName                string                  `json:"FileName" xml:"FileName"`
	DisplayName             string                  `json:"DisplayName" xml:"DisplayName"`
	ServiceName             string                  `json:"ServiceName" xml:"ServiceName"`
	Component               string                  `json:"Component" xml:"Component"`
	PropertyTypes           PropertyTypes           `json:"PropertyTypes" xml:"PropertyTypes"`
	PropertyValueAttributes PropertyValueAttributes `json:"PropertyValueAttributes" xml:"PropertyValueAttributes"`
	EffectWay               EffectWay               `json:"EffectWay" xml:"EffectWay"`
}

PropertyInfo is a nested struct in emr response

type PropertyInfoList ¶

type PropertyInfoList struct {
	PropertyInfo []PropertyInfo `json:"PropertyInfo" xml:"PropertyInfo"`
}

PropertyInfoList is a nested struct in emr response

type PropertyTypes ¶

type PropertyTypes struct {
	PropertyType []string `json:"propertyType" xml:"propertyType"`
}

PropertyTypes is a nested struct in emr response

type PropertyValueAttributes ¶

type PropertyValueAttributes struct {
	Type          string  `json:"Type" xml:"Type"`
	Maximum       string  `json:"Maximum" xml:"Maximum"`
	Mimimum       string  `json:"Mimimum" xml:"Mimimum"`
	Unit          string  `json:"Unit" xml:"Unit"`
	ReadOnly      bool    `json:"ReadOnly" xml:"ReadOnly"`
	Hidden        bool    `json:"Hidden" xml:"Hidden"`
	IncrememtStep string  `json:"IncrememtStep" xml:"IncrememtStep"`
	Entries       Entries `json:"Entries" xml:"Entries"`
}

PropertyValueAttributes is a nested struct in emr response

type QueryAlarmHistoryRequest ¶

type QueryAlarmHistoryRequest struct {
	*requests.RpcRequest
	Cursor          string           `position:"Query" name:"Cursor"`
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Size            requests.Integer `position:"Query" name:"Size"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	StartTimeStamp  requests.Integer `position:"Query" name:"StartTimeStamp"`
	EndTimeStamp    requests.Integer `position:"Query" name:"EndTimeStamp"`
}

QueryAlarmHistoryRequest is the request struct for api QueryAlarmHistory

func CreateQueryAlarmHistoryRequest ¶

func CreateQueryAlarmHistoryRequest() (request *QueryAlarmHistoryRequest)

CreateQueryAlarmHistoryRequest creates a request to invoke QueryAlarmHistory API

type QueryAlarmHistoryResponse ¶

type QueryAlarmHistoryResponse struct {
	*responses.BaseResponse
	RequestId        string           `json:"RequestId" xml:"RequestId"`
	Total            string           `json:"Total" xml:"Total"`
	Cursor           string           `json:"Cursor" xml:"Cursor"`
	AlarmHistoryList AlarmHistoryList `json:"AlarmHistoryList" xml:"AlarmHistoryList"`
}

QueryAlarmHistoryResponse is the response struct for api QueryAlarmHistory

func CreateQueryAlarmHistoryResponse ¶

func CreateQueryAlarmHistoryResponse() (response *QueryAlarmHistoryResponse)

CreateQueryAlarmHistoryResponse creates a response to parse from QueryAlarmHistory response

type QueryAlarmRulesRequest ¶

type QueryAlarmRulesRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

QueryAlarmRulesRequest is the request struct for api QueryAlarmRules

func CreateQueryAlarmRulesRequest ¶

func CreateQueryAlarmRulesRequest() (request *QueryAlarmRulesRequest)

CreateQueryAlarmRulesRequest creates a request to invoke QueryAlarmRules API

type QueryAlarmRulesResponse ¶

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

QueryAlarmRulesResponse is the response struct for api QueryAlarmRules

func CreateQueryAlarmRulesResponse ¶

func CreateQueryAlarmRulesResponse() (response *QueryAlarmRulesResponse)

CreateQueryAlarmRulesResponse creates a response to parse from QueryAlarmRules response

type QuerySlsMetricDataRequest ¶

type QuerySlsMetricDataRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Period          requests.Integer `position:"Query" name:"Period"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	StartTimeStamp  requests.Integer `position:"Query" name:"StartTimeStamp"`
	MetricName      string           `position:"Query" name:"MetricName"`
	HostRole        string           `position:"Query" name:"HostRole"`
	EndTimeStamp    requests.Integer `position:"Query" name:"EndTimeStamp"`
}

QuerySlsMetricDataRequest is the request struct for api QuerySlsMetricData

func CreateQuerySlsMetricDataRequest ¶

func CreateQuerySlsMetricDataRequest() (request *QuerySlsMetricDataRequest)

CreateQuerySlsMetricDataRequest creates a request to invoke QuerySlsMetricData API

type QuerySlsMetricDataResponse ¶

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

QuerySlsMetricDataResponse is the response struct for api QuerySlsMetricData

func CreateQuerySlsMetricDataResponse ¶

func CreateQuerySlsMetricDataResponse() (response *QuerySlsMetricDataResponse)

CreateQuerySlsMetricDataResponse creates a response to parse from QuerySlsMetricData response

type Queue ¶

type Queue struct {
	EcmResourceQueue          EcmResourceQueue                            `json:"EcmResourceQueue" xml:"EcmResourceQueue"`
	EcmResourcePoolConfigList EcmResourcePoolConfigListInListResourcePool `json:"EcmResourcePoolConfigList" xml:"EcmResourcePoolConfigList"`
}

Queue is a nested struct in emr response

type QueueInputList ¶

type QueueInputList struct {
	ClusterStatQueueInput []ClusterStatQueueInput `json:"ClusterStatQueueInput" xml:"ClusterStatQueueInput"`
}

QueueInputList is a nested struct in emr response

type QueueListInDescribeFlowProjectClusterSetting ¶

type QueueListInDescribeFlowProjectClusterSetting struct {
	Queue []string `json:"Queue" xml:"Queue"`
}

QueueListInDescribeFlowProjectClusterSetting is a nested struct in emr response

type QueueListInListFlowProjectClusterSetting ¶

type QueueListInListFlowProjectClusterSetting struct {
	Queue []string `json:"Queue" xml:"Queue"`
}

QueueListInListFlowProjectClusterSetting is a nested struct in emr response

type QueueListInListResourcePool ¶

type QueueListInListResourcePool struct {
	Queue []Queue `json:"Queue" xml:"Queue"`
}

QueueListInListResourcePool is a nested struct in emr response

type QueueListInListResourceQueue ¶

type QueueListInListResourceQueue struct {
	Queue []Queue `json:"Queue" xml:"Queue"`
}

QueueListInListResourceQueue is a nested struct in emr response

type QueueOutputList ¶

type QueueOutputList struct {
	ClusterStatQueueOutput []ClusterStatQueueOutput `json:"ClusterStatQueueOutput" xml:"ClusterStatQueueOutput"`
}

QueueOutputList is a nested struct in emr response

type QueueSubmissionList ¶

type QueueSubmissionList struct {
	ClusterStatQueueSubmission []ClusterStatQueueSubmission `json:"ClusterStatQueueSubmission" xml:"ClusterStatQueueSubmission"`
}

QueueSubmissionList is a nested struct in emr response

type QuickLink struct {
	ServiceName        string `json:"ServiceName" xml:"ServiceName"`
	ServiceDisplayName string `json:"ServiceDisplayName" xml:"ServiceDisplayName"`
	QuickLinkAddress   string `json:"QuickLinkAddress" xml:"QuickLinkAddress"`
	Protocol           string `json:"Protocol" xml:"Protocol"`
	Port               string `json:"Port" xml:"Port"`
	Type               string `json:"Type" xml:"Type"`
}

QuickLink is a nested struct in emr response

type QuickLinkList struct {
	QuickLink []QuickLink `json:"QuickLink" xml:"QuickLink"`
}

QuickLinkList is a nested struct in emr response

type RefreshClusterResourcePoolRequest ¶

type RefreshClusterResourcePoolRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourcePoolId  requests.Integer `position:"Query" name:"ResourcePoolId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

RefreshClusterResourcePoolRequest is the request struct for api RefreshClusterResourcePool

func CreateRefreshClusterResourcePoolRequest ¶

func CreateRefreshClusterResourcePoolRequest() (request *RefreshClusterResourcePoolRequest)

CreateRefreshClusterResourcePoolRequest creates a request to invoke RefreshClusterResourcePool API

type RefreshClusterResourcePoolResponse ¶

type RefreshClusterResourcePoolResponse struct {
	*responses.BaseResponse
	RequestId          string `json:"RequestId" xml:"RequestId"`
	WorkFlowInstanceId string `json:"WorkFlowInstanceId" xml:"WorkFlowInstanceId"`
	OperationId        string `json:"OperationId" xml:"OperationId"`
}

RefreshClusterResourcePoolResponse is the response struct for api RefreshClusterResourcePool

func CreateRefreshClusterResourcePoolResponse ¶

func CreateRefreshClusterResourcePoolResponse() (response *RefreshClusterResourcePoolResponse)

CreateRefreshClusterResourcePoolResponse creates a response to parse from RefreshClusterResourcePool response

type RelateClusterInfo ¶

type RelateClusterInfo struct {
	ClusterId   string `json:"ClusterId" xml:"ClusterId"`
	ClusterName string `json:"ClusterName" xml:"ClusterName"`
	Status      string `json:"Status" xml:"Status"`
}

RelateClusterInfo is a nested struct in emr response

type ReleaseClusterHostGroupRequest ¶

type ReleaseClusterHostGroupRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	HostGroupId     string           `position:"Query" name:"HostGroupId"`
	InstanceIdList  string           `position:"Query" name:"InstanceIdList"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

ReleaseClusterHostGroupRequest is the request struct for api ReleaseClusterHostGroup

func CreateReleaseClusterHostGroupRequest ¶

func CreateReleaseClusterHostGroupRequest() (request *ReleaseClusterHostGroupRequest)

CreateReleaseClusterHostGroupRequest creates a request to invoke ReleaseClusterHostGroup API

type ReleaseClusterHostGroupResponse ¶

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

ReleaseClusterHostGroupResponse is the response struct for api ReleaseClusterHostGroup

func CreateReleaseClusterHostGroupResponse ¶

func CreateReleaseClusterHostGroupResponse() (response *ReleaseClusterHostGroupResponse)

CreateReleaseClusterHostGroupResponse creates a response to parse from ReleaseClusterHostGroup response

type ReleaseClusterRequest ¶

type ReleaseClusterRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ForceRelease    requests.Boolean `position:"Query" name:"ForceRelease"`
	Id              string           `position:"Query" name:"Id"`
}

ReleaseClusterRequest is the request struct for api ReleaseCluster

func CreateReleaseClusterRequest ¶

func CreateReleaseClusterRequest() (request *ReleaseClusterRequest)

CreateReleaseClusterRequest creates a request to invoke ReleaseCluster API

type ReleaseClusterResponse ¶

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

ReleaseClusterResponse is the response struct for api ReleaseCluster

func CreateReleaseClusterResponse ¶

func CreateReleaseClusterResponse() (response *ReleaseClusterResponse)

CreateReleaseClusterResponse creates a response to parse from ReleaseCluster response

type ReleaseETLJobRequest ¶

type ReleaseETLJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

ReleaseETLJobRequest is the request struct for api ReleaseETLJob

func CreateReleaseETLJobRequest ¶

func CreateReleaseETLJobRequest() (request *ReleaseETLJobRequest)

CreateReleaseETLJobRequest creates a request to invoke ReleaseETLJob API

type ReleaseETLJobResponse ¶

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

ReleaseETLJobResponse is the response struct for api ReleaseETLJob

func CreateReleaseETLJobResponse ¶

func CreateReleaseETLJobResponse() (response *ReleaseETLJobResponse)

CreateReleaseETLJobResponse creates a response to parse from ReleaseETLJob response

type RemoveClusterHostsRequest ¶

type RemoveClusterHostsRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	HostIdList      *[]string        `position:"Query" name:"HostIdList"  type:"Repeated"`
}

RemoveClusterHostsRequest is the request struct for api RemoveClusterHosts

func CreateRemoveClusterHostsRequest ¶

func CreateRemoveClusterHostsRequest() (request *RemoveClusterHostsRequest)

CreateRemoveClusterHostsRequest creates a request to invoke RemoveClusterHosts API

type RemoveClusterHostsResponse ¶

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

RemoveClusterHostsResponse is the response struct for api RemoveClusterHosts

func CreateRemoveClusterHostsResponse ¶

func CreateRemoveClusterHostsResponse() (response *RemoveClusterHostsResponse)

CreateRemoveClusterHostsResponse creates a response to parse from RemoveClusterHosts response

type RenderResourcePoolXmlRequest ¶

type RenderResourcePoolXmlRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ResourcePoolId  string           `position:"Query" name:"ResourcePoolId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

RenderResourcePoolXmlRequest is the request struct for api RenderResourcePoolXml

func CreateRenderResourcePoolXmlRequest ¶

func CreateRenderResourcePoolXmlRequest() (request *RenderResourcePoolXmlRequest)

CreateRenderResourcePoolXmlRequest creates a request to invoke RenderResourcePoolXml API

type RenderResourcePoolXmlResponse ¶

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

RenderResourcePoolXmlResponse is the response struct for api RenderResourcePoolXml

func CreateRenderResourcePoolXmlResponse ¶

func CreateRenderResourcePoolXmlResponse() (response *RenderResourcePoolXmlResponse)

CreateRenderResourcePoolXmlResponse creates a response to parse from RenderResourcePoolXml response

type ReplicaList ¶

type ReplicaList struct {
	Replica []string `json:"Replica" xml:"Replica"`
}

ReplicaList is a nested struct in emr response

type RerunFlowRequest ¶

type RerunFlowRequest struct {
	*requests.RpcRequest
	FlowInstanceId string           `position:"Query" name:"FlowInstanceId"`
	ProjectId      string           `position:"Query" name:"ProjectId"`
	ReRunFail      requests.Boolean `position:"Query" name:"ReRunFail"`
}

RerunFlowRequest is the request struct for api RerunFlow

func CreateRerunFlowRequest ¶

func CreateRerunFlowRequest() (request *RerunFlowRequest)

CreateRerunFlowRequest creates a request to invoke RerunFlow API

type RerunFlowResponse ¶

type RerunFlowResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      bool   `json:"Data" xml:"Data"`
}

RerunFlowResponse is the response struct for api RerunFlow

func CreateRerunFlowResponse ¶

func CreateRerunFlowResponse() (response *RerunFlowResponse)

CreateRerunFlowResponse creates a response to parse from RerunFlow response

type ResizeClusterV2HostComponentInfo ¶

type ResizeClusterV2HostComponentInfo struct {
	HostName          string    `name:"HostName"`
	ComponentNameList *[]string `name:"ComponentNameList" type:"Repeated"`
	ServiceName       string    `name:"ServiceName"`
}

ResizeClusterV2HostComponentInfo is a repeated param struct in ResizeClusterV2Request

type ResizeClusterV2HostGroup ¶

type ResizeClusterV2HostGroup struct {
	Period          string `name:"Period"`
	SysDiskCapacity string `name:"SysDiskCapacity"`
	HostKeyPairName string `name:"HostKeyPairName"`
	DiskCapacity    string `name:"DiskCapacity"`
	SysDiskType     string `name:"SysDiskType"`
	ClusterId       string `name:"ClusterId"`
	DiskType        string `name:"DiskType"`
	HostGroupName   string `name:"HostGroupName"`
	VswitchId       string `name:"VswitchId"`
	DiskCount       string `name:"DiskCount"`
	AutoRenew       string `name:"AutoRenew"`
	HostGroupId     string `name:"HostGroupId"`
	NodeCount       string `name:"NodeCount"`
	InstanceType    string `name:"InstanceType"`
	Comment         string `name:"Comment"`
	ChargeType      string `name:"ChargeType"`
	CreateType      string `name:"CreateType"`
	HostPassword    string `name:"HostPassword"`
	HostGroupType   string `name:"HostGroupType"`
}

ResizeClusterV2HostGroup is a repeated param struct in ResizeClusterV2Request

type ResizeClusterV2Request ¶

type ResizeClusterV2Request struct {
	*requests.RpcRequest
	VswitchId         string                              `position:"Query" name:"VswitchId"`
	IsOpenPublicIp    requests.Boolean                    `position:"Query" name:"IsOpenPublicIp"`
	AutoPayOrder      requests.Boolean                    `position:"Query" name:"AutoPayOrder"`
	HostComponentInfo *[]ResizeClusterV2HostComponentInfo `position:"Query" name:"HostComponentInfo"  type:"Repeated"`
	HostGroup         *[]ResizeClusterV2HostGroup         `position:"Query" name:"HostGroup"  type:"Repeated"`
	ClusterId         string                              `position:"Query" name:"ClusterId"`
}

ResizeClusterV2Request is the request struct for api ResizeClusterV2

func CreateResizeClusterV2Request ¶

func CreateResizeClusterV2Request() (request *ResizeClusterV2Request)

CreateResizeClusterV2Request creates a request to invoke ResizeClusterV2 API

type ResizeClusterV2Response ¶

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

ResizeClusterV2Response is the response struct for api ResizeClusterV2

func CreateResizeClusterV2Response ¶

func CreateResizeClusterV2Response() (response *ResizeClusterV2Response)

CreateResizeClusterV2Response creates a response to parse from ResizeClusterV2 response

type ResolveETLJobSqlSchemaRequest ¶

type ResolveETLJobSqlSchemaRequest struct {
	*requests.RpcRequest
	StageName       string           `position:"Query" name:"StageName"`
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	EtlJobId        string           `position:"Query" name:"EtlJobId"`
	DataSourceId    string           `position:"Query" name:"DataSourceId"`
	Sql             string           `position:"Query" name:"Sql"`
}

ResolveETLJobSqlSchemaRequest is the request struct for api ResolveETLJobSqlSchema

func CreateResolveETLJobSqlSchemaRequest ¶

func CreateResolveETLJobSqlSchemaRequest() (request *ResolveETLJobSqlSchemaRequest)

CreateResolveETLJobSqlSchemaRequest creates a request to invoke ResolveETLJobSqlSchema API

type ResolveETLJobSqlSchemaResponse ¶

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

ResolveETLJobSqlSchemaResponse is the response struct for api ResolveETLJobSqlSchema

func CreateResolveETLJobSqlSchemaResponse ¶

func CreateResolveETLJobSqlSchemaResponse() (response *ResolveETLJobSqlSchemaResponse)

CreateResolveETLJobSqlSchemaResponse creates a response to parse from ResolveETLJobSqlSchema response

type Resource ¶

type Resource struct {
	Path  string `json:"Path" xml:"Path"`
	Alias string `json:"Alias" xml:"Alias"`
}

Resource is a nested struct in emr response

type ResourceListInDescribeFlowJob ¶

type ResourceListInDescribeFlowJob struct {
	Resource []Resource `json:"Resource" xml:"Resource"`
}

ResourceListInDescribeFlowJob is a nested struct in emr response

type ResourceListInListFlowJob ¶

type ResourceListInListFlowJob struct {
	Resource []Resource `json:"Resource" xml:"Resource"`
}

ResourceListInListFlowJob is a nested struct in emr response

type ResumeExecutionPlanInstanceRequest ¶

type ResumeExecutionPlanInstanceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

ResumeExecutionPlanInstanceRequest is the request struct for api ResumeExecutionPlanInstance

func CreateResumeExecutionPlanInstanceRequest ¶

func CreateResumeExecutionPlanInstanceRequest() (request *ResumeExecutionPlanInstanceRequest)

CreateResumeExecutionPlanInstanceRequest creates a request to invoke ResumeExecutionPlanInstance API

type ResumeExecutionPlanInstanceResponse ¶

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

ResumeExecutionPlanInstanceResponse is the response struct for api ResumeExecutionPlanInstance

func CreateResumeExecutionPlanInstanceResponse ¶

func CreateResumeExecutionPlanInstanceResponse() (response *ResumeExecutionPlanInstanceResponse)

CreateResumeExecutionPlanInstanceResponse creates a response to parse from ResumeExecutionPlanInstance response

type ResumeExecutionPlanSchedulerRequest ¶

type ResumeExecutionPlanSchedulerRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

ResumeExecutionPlanSchedulerRequest is the request struct for api ResumeExecutionPlanScheduler

func CreateResumeExecutionPlanSchedulerRequest ¶

func CreateResumeExecutionPlanSchedulerRequest() (request *ResumeExecutionPlanSchedulerRequest)

CreateResumeExecutionPlanSchedulerRequest creates a request to invoke ResumeExecutionPlanScheduler API

type ResumeExecutionPlanSchedulerResponse ¶

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

ResumeExecutionPlanSchedulerResponse is the response struct for api ResumeExecutionPlanScheduler

func CreateResumeExecutionPlanSchedulerResponse ¶

func CreateResumeExecutionPlanSchedulerResponse() (response *ResumeExecutionPlanSchedulerResponse)

CreateResumeExecutionPlanSchedulerResponse creates a response to parse from ResumeExecutionPlanScheduler response

type ResumeFlowRequest ¶

type ResumeFlowRequest struct {
	*requests.RpcRequest
	FlowInstanceId string `position:"Query" name:"FlowInstanceId"`
	ProjectId      string `position:"Query" name:"ProjectId"`
}

ResumeFlowRequest is the request struct for api ResumeFlow

func CreateResumeFlowRequest ¶

func CreateResumeFlowRequest() (request *ResumeFlowRequest)

CreateResumeFlowRequest creates a request to invoke ResumeFlow API

type ResumeFlowResponse ¶

type ResumeFlowResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      bool   `json:"Data" xml:"Data"`
}

ResumeFlowResponse is the response struct for api ResumeFlow

func CreateResumeFlowResponse ¶

func CreateResumeFlowResponse() (response *ResumeFlowResponse)

CreateResumeFlowResponse creates a response to parse from ResumeFlow response

type RetryCreateUserPasswordRequest ¶

type RetryCreateUserPasswordRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer                   `position:"Query" name:"ResourceOwnerId"`
	ClusterId       string                             `position:"Query" name:"ClusterId"`
	UserInfo        *[]RetryCreateUserPasswordUserInfo `position:"Query" name:"UserInfo"  type:"Repeated"`
}

RetryCreateUserPasswordRequest is the request struct for api RetryCreateUserPassword

func CreateRetryCreateUserPasswordRequest ¶

func CreateRetryCreateUserPasswordRequest() (request *RetryCreateUserPasswordRequest)

CreateRetryCreateUserPasswordRequest creates a request to invoke RetryCreateUserPassword API

type RetryCreateUserPasswordResponse ¶

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

RetryCreateUserPasswordResponse is the response struct for api RetryCreateUserPassword

func CreateRetryCreateUserPasswordResponse ¶

func CreateRetryCreateUserPasswordResponse() (response *RetryCreateUserPasswordResponse)

CreateRetryCreateUserPasswordResponse creates a response to parse from RetryCreateUserPassword response

type RetryCreateUserPasswordUserInfo ¶

type RetryCreateUserPasswordUserInfo struct {
	Type      string `name:"Type"`
	GroupName string `name:"GroupName"`
	UserId    string `name:"UserId"`
	UserName  string `name:"UserName"`
}

RetryCreateUserPasswordUserInfo is a repeated param struct in RetryCreateUserPasswordRequest

type RetryExecutionPlanInstanceRequest ¶

type RetryExecutionPlanInstanceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Arguments       string           `position:"Query" name:"Arguments"`
	Id              string           `position:"Query" name:"Id"`
	RerunFail       requests.Boolean `position:"Query" name:"RerunFail"`
}

RetryExecutionPlanInstanceRequest is the request struct for api RetryExecutionPlanInstance

func CreateRetryExecutionPlanInstanceRequest ¶

func CreateRetryExecutionPlanInstanceRequest() (request *RetryExecutionPlanInstanceRequest)

CreateRetryExecutionPlanInstanceRequest creates a request to invoke RetryExecutionPlanInstance API

type RetryExecutionPlanInstanceResponse ¶

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

RetryExecutionPlanInstanceResponse is the response struct for api RetryExecutionPlanInstance

func CreateRetryExecutionPlanInstanceResponse ¶

func CreateRetryExecutionPlanInstanceResponse() (response *RetryExecutionPlanInstanceResponse)

CreateRetryExecutionPlanInstanceResponse creates a response to parse from RetryExecutionPlanInstance response

type RetryExecutionPlanRequest ¶

type RetryExecutionPlanRequest struct {
	*requests.RpcRequest
	ResourceOwnerId          requests.Integer `position:"Query" name:"ResourceOwnerId"`
	ExecutionPlanWorkNodeIds string           `position:"Query" name:"ExecutionPlanWorkNodeIds"`
	Id                       string           `position:"Query" name:"Id"`
}

RetryExecutionPlanRequest is the request struct for api RetryExecutionPlan

func CreateRetryExecutionPlanRequest ¶

func CreateRetryExecutionPlanRequest() (request *RetryExecutionPlanRequest)

CreateRetryExecutionPlanRequest creates a request to invoke RetryExecutionPlan API

type RetryExecutionPlanResponse ¶

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

RetryExecutionPlanResponse is the response struct for api RetryExecutionPlan

func CreateRetryExecutionPlanResponse ¶

func CreateRetryExecutionPlanResponse() (response *RetryExecutionPlanResponse)

CreateRetryExecutionPlanResponse creates a response to parse from RetryExecutionPlan response

type Row ¶

type Row struct {
	RowIndex    int         `json:"RowIndex" xml:"RowIndex"`
	RowItemList RowItemList `json:"RowItemList" xml:"RowItemList"`
}

Row is a nested struct in emr response

type RowItemList ¶

type RowItemList struct {
	RowItem []string `json:"rowItem" xml:"rowItem"`
}

RowItemList is a nested struct in emr response

type RowList ¶

type RowList struct {
	Row []Row `json:"Row" xml:"Row"`
}

RowList is a nested struct in emr response

type Rule ¶

type Rule struct {
	Id                string            `json:"Id" xml:"Id"`
	GmtCreate         int               `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified       int               `json:"GmtModified" xml:"GmtModified"`
	RuleName          string            `json:"RuleName" xml:"RuleName"`
	RuleCategory      string            `json:"RuleCategory" xml:"RuleCategory"`
	AdjustmentType    string            `json:"AdjustmentType" xml:"AdjustmentType"`
	AdjustmentValue   int               `json:"AdjustmentValue" xml:"AdjustmentValue"`
	Cooldown          int               `json:"Cooldown" xml:"Cooldown"`
	Status            string            `json:"Status" xml:"Status"`
	SchedulerTrigger  SchedulerTrigger  `json:"SchedulerTrigger" xml:"SchedulerTrigger"`
	CloudWatchTrigger CloudWatchTrigger `json:"CloudWatchTrigger" xml:"CloudWatchTrigger"`
}

Rule is a nested struct in emr response

type RuleList ¶

type RuleList struct {
	Rule []Rule `json:"Rule" xml:"Rule"`
}

RuleList is a nested struct in emr response

type RunClusterServiceActionRequest ¶

type RunClusterServiceActionRequest struct {
	*requests.RpcRequest
	ExecuteStrategy             string           `position:"Query" name:"ExecuteStrategy"`
	HostGroupIdList             *[]string        `position:"Query" name:"HostGroupIdList"  type:"Repeated"`
	ResourceOwnerId             requests.Integer `position:"Query" name:"ResourceOwnerId"`
	OnlyRestartStaleConfigNodes requests.Boolean `position:"Query" name:"OnlyRestartStaleConfigNodes"`
	NodeCountPerBatch           requests.Integer `position:"Query" name:"NodeCountPerBatch"`
	ClusterId                   string           `position:"Query" name:"ClusterId"`
	CustomCommand               string           `position:"Query" name:"CustomCommand"`
	ComponentNameList           string           `position:"Query" name:"ComponentNameList"`
	ServiceActionName           string           `position:"Query" name:"ServiceActionName"`
	IsRolling                   requests.Boolean `position:"Query" name:"IsRolling"`
	TotlerateFailCount          requests.Integer `position:"Query" name:"TotlerateFailCount"`
	ServiceName                 string           `position:"Query" name:"ServiceName"`
	Comment                     string           `position:"Query" name:"Comment"`
	CustomParams                string           `position:"Query" name:"CustomParams"`
	Interval                    requests.Integer `position:"Query" name:"Interval"`
	HostIdList                  string           `position:"Query" name:"HostIdList"`
	TurnOnMaintenanceMode       requests.Boolean `position:"Query" name:"TurnOnMaintenanceMode"`
}

RunClusterServiceActionRequest is the request struct for api RunClusterServiceAction

func CreateRunClusterServiceActionRequest ¶

func CreateRunClusterServiceActionRequest() (request *RunClusterServiceActionRequest)

CreateRunClusterServiceActionRequest creates a request to invoke RunClusterServiceAction API

type RunClusterServiceActionResponse ¶

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

RunClusterServiceActionResponse is the response struct for api RunClusterServiceAction

func CreateRunClusterServiceActionResponse ¶

func CreateRunClusterServiceActionResponse() (response *RunClusterServiceActionResponse)

CreateRunClusterServiceActionResponse creates a response to parse from RunClusterServiceAction response

type RunETLJobInstanceRunParam ¶

type RunETLJobInstanceRunParam struct {
	Value string `name:"Value"`
	Key   string `name:"Key"`
}

RunETLJobInstanceRunParam is a repeated param struct in RunETLJobRequest

type RunETLJobRequest ¶

type RunETLJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId  requests.Integer             `position:"Query" name:"ResourceOwnerId"`
	InstanceRunParam *[]RunETLJobInstanceRunParam `position:"Query" name:"InstanceRunParam"  type:"Repeated"`
	IsDebug          requests.Boolean             `position:"Query" name:"IsDebug"`
	Id               string                       `position:"Query" name:"Id"`
}

RunETLJobRequest is the request struct for api RunETLJob

func CreateRunETLJobRequest ¶

func CreateRunETLJobRequest() (request *RunETLJobRequest)

CreateRunETLJobRequest creates a request to invoke RunETLJob API

type RunETLJobResponse ¶

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

RunETLJobResponse is the response struct for api RunETLJob

func CreateRunETLJobResponse ¶

func CreateRunETLJobResponse() (response *RunETLJobResponse)

CreateRunETLJobResponse creates a response to parse from RunETLJob response

type RunExecutionPlanRequest ¶

type RunExecutionPlanRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Arguments       string           `position:"Query" name:"Arguments"`
	Id              string           `position:"Query" name:"Id"`
}

RunExecutionPlanRequest is the request struct for api RunExecutionPlan

func CreateRunExecutionPlanRequest ¶

func CreateRunExecutionPlanRequest() (request *RunExecutionPlanRequest)

CreateRunExecutionPlanRequest creates a request to invoke RunExecutionPlan API

type RunExecutionPlanResponse ¶

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

RunExecutionPlanResponse is the response struct for api RunExecutionPlan

func CreateRunExecutionPlanResponse ¶

func CreateRunExecutionPlanResponse() (response *RunExecutionPlanResponse)

CreateRunExecutionPlanResponse creates a response to parse from RunExecutionPlan response

type RunNoteParagraphsRequest ¶

type RunNoteParagraphsRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	NoteId          string           `position:"Query" name:"NoteId"`
}

RunNoteParagraphsRequest is the request struct for api RunNoteParagraphs

func CreateRunNoteParagraphsRequest ¶

func CreateRunNoteParagraphsRequest() (request *RunNoteParagraphsRequest)

CreateRunNoteParagraphsRequest creates a request to invoke RunNoteParagraphs API

type RunNoteParagraphsResponse ¶

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

RunNoteParagraphsResponse is the response struct for api RunNoteParagraphs

func CreateRunNoteParagraphsResponse ¶

func CreateRunNoteParagraphsResponse() (response *RunNoteParagraphsResponse)

CreateRunNoteParagraphsResponse creates a response to parse from RunNoteParagraphs response

type RunOpsCommandRequest ¶

type RunOpsCommandRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	OpsCommandName  string           `position:"Query" name:"OpsCommandName"`
	Comment         string           `position:"Query" name:"Comment"`
	CustomParams    string           `position:"Query" name:"CustomParams"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	HostIdList      *[]string        `position:"Query" name:"HostIdList"  type:"Repeated"`
	Dimension       string           `position:"Query" name:"Dimension"`
}

RunOpsCommandRequest is the request struct for api RunOpsCommand

func CreateRunOpsCommandRequest ¶

func CreateRunOpsCommandRequest() (request *RunOpsCommandRequest)

CreateRunOpsCommandRequest creates a request to invoke RunOpsCommand API

type RunOpsCommandResponse ¶

type RunOpsCommandResponse struct {
	*responses.BaseResponse
	RequestId   string `json:"RequestId" xml:"RequestId"`
	OperationId int    `json:"OperationId" xml:"OperationId"`
}

RunOpsCommandResponse is the response struct for api RunOpsCommand

func CreateRunOpsCommandResponse ¶

func CreateRunOpsCommandResponse() (response *RunOpsCommandResponse)

CreateRunOpsCommandResponse creates a response to parse from RunOpsCommand response

type RunParagraphRequest ¶

type RunParagraphRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	NoteId          string           `position:"Query" name:"NoteId"`
	Id              string           `position:"Query" name:"Id"`
	Text            string           `position:"Query" name:"Text"`
}

RunParagraphRequest is the request struct for api RunParagraph

func CreateRunParagraphRequest ¶

func CreateRunParagraphRequest() (request *RunParagraphRequest)

CreateRunParagraphRequest creates a request to invoke RunParagraph API

type RunParagraphResponse ¶

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

RunParagraphResponse is the response struct for api RunParagraph

func CreateRunParagraphResponse ¶

func CreateRunParagraphResponse() (response *RunParagraphResponse)

CreateRunParagraphResponse creates a response to parse from RunParagraph response

type RunningTimeList ¶

type RunningTimeList struct {
	ClusterStatJobRunningTime []ClusterStatJobRunningTime `json:"ClusterStatJobRunningTime" xml:"ClusterStatJobRunningTime"`
}

RunningTimeList is a nested struct in emr response

type SaveParagraphRequest ¶

type SaveParagraphRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	NoteId          string           `position:"Query" name:"NoteId"`
	Id              string           `position:"Query" name:"Id"`
	Text            string           `position:"Query" name:"Text"`
}

SaveParagraphRequest is the request struct for api SaveParagraph

func CreateSaveParagraphRequest ¶

func CreateSaveParagraphRequest() (request *SaveParagraphRequest)

CreateSaveParagraphRequest creates a request to invoke SaveParagraph API

type SaveParagraphResponse ¶

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

SaveParagraphResponse is the response struct for api SaveParagraph

func CreateSaveParagraphResponse ¶

func CreateSaveParagraphResponse() (response *SaveParagraphResponse)

CreateSaveParagraphResponse creates a response to parse from SaveParagraph response

type ScalingActivity ¶

type ScalingActivity struct {
	BizId         string `json:"BizId" xml:"BizId"`
	StartTime     int    `json:"StartTime" xml:"StartTime"`
	EndTime       int    `json:"EndTime" xml:"EndTime"`
	InstanceIds   string `json:"InstanceIds" xml:"InstanceIds"`
	TotalCapacity int    `json:"TotalCapacity" xml:"TotalCapacity"`
	Cause         string `json:"Cause" xml:"Cause"`
	Description   string `json:"Description" xml:"Description"`
	Status        string `json:"Status" xml:"Status"`
	Transition    string `json:"Transition" xml:"Transition"`
	ScalingRuleId string `json:"ScalingRuleId" xml:"ScalingRuleId"`
	ExpectNum     int    `json:"ExpectNum" xml:"ExpectNum"`
}

ScalingActivity is a nested struct in emr response

type ScalingActivityList ¶

type ScalingActivityList struct {
	ScalingActivity []ScalingActivity `json:"ScalingActivity" xml:"ScalingActivity"`
}

ScalingActivityList is a nested struct in emr response

type ScalingConfig ¶

type ScalingConfig struct {
	SysDiskCategory  string                                 `json:"SysDiskCategory" xml:"SysDiskCategory"`
	MemSize          int                                    `json:"MemSize" xml:"MemSize"`
	PayType          string                                 `json:"PayType" xml:"PayType"`
	DataDiskSize     int                                    `json:"DataDiskSize" xml:"DataDiskSize"`
	SpotStrategy     string                                 `json:"SpotStrategy" xml:"SpotStrategy"`
	SysDiskSize      int                                    `json:"SysDiskSize" xml:"SysDiskSize"`
	DataDiskCategory string                                 `json:"DataDiskCategory" xml:"DataDiskCategory"`
	DataDiskCount    int                                    `json:"DataDiskCount" xml:"DataDiskCount"`
	CpuCount         int                                    `json:"CpuCount" xml:"CpuCount"`
	InstanceTypeList InstanceTypeListInListScalingTaskGroup `json:"InstanceTypeList" xml:"InstanceTypeList"`
	SpotPriceLimits  SpotPriceLimitsInListScalingTaskGroup  `json:"SpotPriceLimits" xml:"SpotPriceLimits"`
}

ScalingConfig is a nested struct in emr response

type ScalingRule ¶

type ScalingRule struct {
	Id                   string            `json:"Id" xml:"Id"`
	RuleCategory         string            `json:"RuleCategory" xml:"RuleCategory"`
	RuleName             string            `json:"RuleName" xml:"RuleName"`
	AdjustmentType       string            `json:"AdjustmentType" xml:"AdjustmentType"`
	AdjustmentValue      int               `json:"AdjustmentValue" xml:"AdjustmentValue"`
	Cooldown             int               `json:"Cooldown" xml:"Cooldown"`
	Status               string            `json:"Status" xml:"Status"`
	LaunchTime           string            `json:"LaunchTime" xml:"LaunchTime"`
	LaunchExpirationTime int               `json:"LaunchExpirationTime" xml:"LaunchExpirationTime"`
	RecurrenceType       string            `json:"RecurrenceType" xml:"RecurrenceType"`
	RecurrenceValue      string            `json:"RecurrenceValue" xml:"RecurrenceValue"`
	RecurrenceEndTime    string            `json:"RecurrenceEndTime" xml:"RecurrenceEndTime"`
	SchedulerTrigger     SchedulerTrigger  `json:"SchedulerTrigger" xml:"SchedulerTrigger"`
	CloudWatchTrigger    CloudWatchTrigger `json:"CloudWatchTrigger" xml:"CloudWatchTrigger"`
}

ScalingRule is a nested struct in emr response

type ScalingRuleList ¶

type ScalingRuleList struct {
	ScalingRule []ScalingRule `json:"ScalingRule" xml:"ScalingRule"`
}

ScalingRuleList is a nested struct in emr response

type SchedulerTrigger ¶

type SchedulerTrigger struct {
	RecurrenceEndTime    int    `json:"RecurrenceEndTime" xml:"RecurrenceEndTime"`
	RecurrenceType       string `json:"RecurrenceType" xml:"RecurrenceType"`
	LaunchTime           int    `json:"LaunchTime" xml:"LaunchTime"`
	RecurrenceValue      string `json:"RecurrenceValue" xml:"RecurrenceValue"`
	LaunchExpirationTime int    `json:"LaunchExpirationTime" xml:"LaunchExpirationTime"`
}

SchedulerTrigger is a nested struct in emr response

type Schema ¶

type Schema struct {
	Name      string                                  `json:"Name" xml:"Name"`
	DbVersion string                                  `json:"DbVersion" xml:"DbVersion"`
	TableName string                                  `json:"TableName" xml:"TableName"`
	DbName    string                                  `json:"DbName" xml:"DbName"`
	DbType    string                                  `json:"DbType" xml:"DbType"`
	Fields    FieldsInDescribeETLJobStageOutputSchema `json:"Fields" xml:"Fields"`
}

Schema is a nested struct in emr response

type SchemaListInListDataSourceSchemaDatabase ¶

type SchemaListInListDataSourceSchemaDatabase struct {
	Schema []Schema `json:"Schema" xml:"Schema"`
}

SchemaListInListDataSourceSchemaDatabase is a nested struct in emr response

type SchemaListInListDataSourceSchemaTable ¶

type SchemaListInListDataSourceSchemaTable struct {
	Schema []Schema `json:"Schema" xml:"Schema"`
}

SchemaListInListDataSourceSchemaTable is a nested struct in emr response

type ScriptNodeInstance ¶

type ScriptNodeInstance struct {
	NodeId    string `json:"NodeId" xml:"NodeId"`
	NodeIp    string `json:"NodeIp" xml:"NodeIp"`
	StartTime int    `json:"StartTime" xml:"StartTime"`
	EndTime   int    `json:"EndTime" xml:"EndTime"`
	Status    string `json:"Status" xml:"Status"`
}

ScriptNodeInstance is a nested struct in emr response

type ScriptNodeInstances ¶

type ScriptNodeInstances struct {
	ScriptNodeInstance []ScriptNodeInstance `json:"ScriptNodeInstance" xml:"ScriptNodeInstance"`
}

ScriptNodeInstances is a nested struct in emr response

type SearchLogRequest ¶

type SearchLogRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	LogstoreName    string           `position:"Query" name:"LogstoreName"`
	FromTimestamp   requests.Integer `position:"Query" name:"FromTimestamp"`
	Offset          requests.Integer `position:"Query" name:"Offset"`
	Line            requests.Integer `position:"Query" name:"Line"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
	Reverse         requests.Boolean `position:"Query" name:"Reverse"`
	HostInnerIp     string           `position:"Query" name:"HostInnerIp"`
	HostName        string           `position:"Query" name:"HostName"`
	ToTimestamp     requests.Integer `position:"Query" name:"ToTimestamp"`
	SlsQueryString  string           `position:"Query" name:"SlsQueryString"`
}

SearchLogRequest is the request struct for api SearchLog

func CreateSearchLogRequest ¶

func CreateSearchLogRequest() (request *SearchLogRequest)

CreateSearchLogRequest creates a request to invoke SearchLog API

type SearchLogResponse ¶

type SearchLogResponse struct {
	*responses.BaseResponse
	RequestId      string         `json:"RequestId" xml:"RequestId"`
	Completed      bool           `json:"Completed" xml:"Completed"`
	SlsLogItemList SlsLogItemList `json:"SlsLogItemList" xml:"SlsLogItemList"`
}

SearchLogResponse is the response struct for api SearchLog

func CreateSearchLogResponse ¶

func CreateSearchLogResponse() (response *SearchLogResponse)

CreateSearchLogResponse creates a response to parse from SearchLog response

type SecurityGroup ¶

type SecurityGroup struct {
	SecurityGroupId         string `json:"SecurityGroupId" xml:"SecurityGroupId"`
	EcsCount                int    `json:"EcsCount" xml:"EcsCount"`
	CreationTime            string `json:"CreationTime" xml:"CreationTime"`
	SecurityGroupName       string `json:"SecurityGroupName" xml:"SecurityGroupName"`
	VpcId                   string `json:"VpcId" xml:"VpcId"`
	Description             string `json:"Description" xml:"Description"`
	AvailableInstanceAmount int    `json:"AvailableInstanceAmount" xml:"AvailableInstanceAmount"`
}

SecurityGroup is a nested struct in emr response

type SecurityGroupAttribute ¶

type SecurityGroupAttribute struct {
	BizType    string `json:"BizType" xml:"BizType"`
	BizContent string `json:"BizContent" xml:"BizContent"`
}

SecurityGroupAttribute is a nested struct in emr response

type SecurityGroupAttributeList ¶

type SecurityGroupAttributeList struct {
	SecurityGroupAttribute []SecurityGroupAttribute `json:"SecurityGroupAttribute" xml:"SecurityGroupAttribute"`
}

SecurityGroupAttributeList is a nested struct in emr response

type SecurityGroupList ¶

type SecurityGroupList struct {
	SecurityGroup []SecurityGroup `json:"SecurityGroup" xml:"SecurityGroup"`
}

SecurityGroupList is a nested struct in emr response

type SerdeParameter ¶

type SerdeParameter struct {
	Key   string `json:"Key" xml:"Key"`
	Value string `json:"Value" xml:"Value"`
}

SerdeParameter is a nested struct in emr response

type SerdeParameters ¶

type SerdeParameters struct {
	SerdeParameter []SerdeParameter `json:"SerdeParameter" xml:"SerdeParameter"`
}

SerdeParameters is a nested struct in emr response

type Service ¶

type Service struct {
	ServiceDisplayName string `json:"ServiceDisplayName" xml:"ServiceDisplayName"`
	ServiceName        string `json:"ServiceName" xml:"ServiceName"`
}

Service is a nested struct in emr response

type ServiceAction ¶

type ServiceAction struct {
	Command       string `json:"Command" xml:"Command"`
	ComponentName string `json:"ComponentName" xml:"ComponentName"`
	ActionName    string `json:"ActionName" xml:"ActionName"`
	ServiceName   string `json:"ServiceName" xml:"ServiceName"`
	DisplayName   string `json:"DisplayName" xml:"DisplayName"`
}

ServiceAction is a nested struct in emr response

type ServiceActionListInDescribeClusterService ¶

type ServiceActionListInDescribeClusterService struct {
	ServiceAction []ServiceAction `json:"ServiceAction" xml:"ServiceAction"`
}

ServiceActionListInDescribeClusterService is a nested struct in emr response

type ServiceActionListInListClusterService ¶

type ServiceActionListInListClusterService struct {
	ServiceAction []ServiceAction `json:"ServiceAction" xml:"ServiceAction"`
}

ServiceActionListInListClusterService is a nested struct in emr response

type ServiceInfo ¶

type ServiceInfo struct {
	ServiceDisplayVersion        string                                    `json:"ServiceDisplayVersion" xml:"ServiceDisplayVersion"`
	Mandatory                    bool                                      `json:"Mandatory" xml:"Mandatory"`
	NeedRestartInfo              string                                    `json:"NeedRestartInfo" xml:"NeedRestartInfo"`
	Display                      bool                                      `json:"Display" xml:"Display"`
	NeedRestartNum               int                                       `json:"NeedRestartNum" xml:"NeedRestartNum"`
	ServiceStatus                string                                    `json:"ServiceStatus" xml:"ServiceStatus"`
	ServiceDisplayName           string                                    `json:"ServiceDisplayName" xml:"ServiceDisplayName"`
	ServiceName                  string                                    `json:"ServiceName" xml:"ServiceName"`
	ServiceVersion               string                                    `json:"ServiceVersion" xml:"ServiceVersion"`
	NeedRestartComponentNameList NeedRestartComponentNameList              `json:"NeedRestartComponentNameList" xml:"NeedRestartComponentNameList"`
	NeedRestartHostIdList        NeedRestartHostIdList                     `json:"NeedRestartHostIdList" xml:"NeedRestartHostIdList"`
	ClusterServiceSummaryList    ClusterServiceSummaryList                 `json:"ClusterServiceSummaryList" xml:"ClusterServiceSummaryList"`
	ServiceActionList            ServiceActionListInDescribeClusterService `json:"ServiceActionList" xml:"ServiceActionList"`
}

ServiceInfo is a nested struct in emr response

type ServiceInfoListInDescribeEmrMainVersion ¶

type ServiceInfoListInDescribeEmrMainVersion struct {
	ServiceInfo []ServiceInfo `json:"ServiceInfo" xml:"ServiceInfo"`
}

ServiceInfoListInDescribeEmrMainVersion is a nested struct in emr response

type ServiceInfoListInListEmrMainVersion ¶

type ServiceInfoListInListEmrMainVersion struct {
	ServiceInfo []ServiceInfo `json:"ServiceInfo" xml:"ServiceInfo"`
}

ServiceInfoListInListEmrMainVersion is a nested struct in emr response

type ServiceListInListDependedService ¶

type ServiceListInListDependedService struct {
	Service []Service `json:"Service" xml:"Service"`
}

ServiceListInListDependedService is a nested struct in emr response

type ServiceListInListRequiredService ¶

type ServiceListInListRequiredService struct {
	Service []Service `json:"Service" xml:"Service"`
}

ServiceListInListRequiredService is a nested struct in emr response

type SlsDataPoint ¶

type SlsDataPoint struct {
	Role      string `json:"Role" xml:"Role"`
	Value     string `json:"Value" xml:"Value"`
	Timestamp int    `json:"Timestamp" xml:"Timestamp"`
}

SlsDataPoint is a nested struct in emr response

type SlsLogHistogram ¶

type SlsLogHistogram struct {
	FromTime  int  `json:"FromTime" xml:"FromTime"`
	ToTime    int  `json:"ToTime" xml:"ToTime"`
	Count     int  `json:"Count" xml:"Count"`
	Completed bool `json:"Completed" xml:"Completed"`
}

SlsLogHistogram is a nested struct in emr response

type SlsLogHistogramList ¶

type SlsLogHistogramList struct {
	SlsLogHistogram []SlsLogHistogram `json:"SlsLogHistogram" xml:"SlsLogHistogram"`
}

SlsLogHistogramList is a nested struct in emr response

type SlsLogItem ¶

type SlsLogItem struct {
	Timestamp int    `json:"Timestamp" xml:"Timestamp"`
	SourceIp  string `json:"SourceIp" xml:"SourceIp"`
	HostName  string `json:"HostName" xml:"HostName"`
	Path      string `json:"Path" xml:"Path"`
	Content   string `json:"Content" xml:"Content"`
	PackMeta  string `json:"PackMeta" xml:"PackMeta"`
	PackId    string `json:"PackId" xml:"PackId"`
}

SlsLogItem is a nested struct in emr response

type SlsLogItemList ¶

type SlsLogItemList struct {
	SlsLogItem []SlsLogItem `json:"SlsLogItem" xml:"SlsLogItem"`
}

SlsLogItemList is a nested struct in emr response

type SlsLogstoreInfo ¶

type SlsLogstoreInfo struct {
	Id            int    `json:"Id" xml:"Id"`
	ServiceName   string `json:"ServiceName" xml:"ServiceName"`
	ComponentName string `json:"ComponentName" xml:"ComponentName"`
	LogstoreName  string `json:"LogstoreName" xml:"LogstoreName"`
	LogType       string `json:"LogType" xml:"LogType"`
}

SlsLogstoreInfo is a nested struct in emr response

type SlsLogstoreInfoList ¶

type SlsLogstoreInfoList struct {
	SlsLogstoreInfo []SlsLogstoreInfo `json:"SlsLogstoreInfo" xml:"SlsLogstoreInfo"`
}

SlsLogstoreInfoList is a nested struct in emr response

type Software ¶

type Software struct {
	Name        string `json:"Name" xml:"Name"`
	Optional    bool   `json:"Optional" xml:"Optional"`
	StartTpe    int    `json:"StartTpe" xml:"StartTpe"`
	Version     string `json:"Version" xml:"Version"`
	OnlyDisplay bool   `json:"OnlyDisplay" xml:"OnlyDisplay"`
	DisplayName string `json:"DisplayName" xml:"DisplayName"`
}

Software is a nested struct in emr response

type SoftwareInfo ¶

type SoftwareInfo struct {
	ClusterType string                           `json:"ClusterType" xml:"ClusterType"`
	EmrVer      string                           `json:"EmrVer" xml:"EmrVer"`
	Softwares   SoftwaresInDescribeExecutionPlan `json:"Softwares" xml:"Softwares"`
}

SoftwareInfo is a nested struct in emr response

type SoftwareInfoListInDescribeClusterTemplate ¶

type SoftwareInfoListInDescribeClusterTemplate struct {
	SoftwareInfo []string `json:"SoftwareInfo" xml:"SoftwareInfo"`
}

SoftwareInfoListInDescribeClusterTemplate is a nested struct in emr response

type SoftwareInfoListInListClusterTemplates ¶

type SoftwareInfoListInListClusterTemplates struct {
	SoftwareInfo []string `json:"SoftwareInfo" xml:"SoftwareInfo"`
}

SoftwareInfoListInListClusterTemplates is a nested struct in emr response

type SoftwaresInDescribeClusterBasicInfo ¶

type SoftwaresInDescribeClusterBasicInfo struct {
	Software []Software `json:"Software" xml:"Software"`
}

SoftwaresInDescribeClusterBasicInfo is a nested struct in emr response

type SoftwaresInDescribeClusterV2 ¶

type SoftwaresInDescribeClusterV2 struct {
	Software []Software `json:"Software" xml:"Software"`
}

SoftwaresInDescribeClusterV2 is a nested struct in emr response

type SoftwaresInDescribeExecutionPlan ¶

type SoftwaresInDescribeExecutionPlan struct {
	Software []Software `json:"Software" xml:"Software"`
}

SoftwaresInDescribeExecutionPlan is a nested struct in emr response

type SpotPriceLimit ¶

type SpotPriceLimit struct {
	InstanceType string  `json:"InstanceType" xml:"InstanceType"`
	PriceLimit   float64 `json:"PriceLimit" xml:"PriceLimit"`
}

SpotPriceLimit is a nested struct in emr response

type SpotPriceLimitsInDescribeScalingTaskGroup ¶

type SpotPriceLimitsInDescribeScalingTaskGroup struct {
	SpotPriceLimit []SpotPriceLimit `json:"SpotPriceLimit" xml:"SpotPriceLimit"`
}

SpotPriceLimitsInDescribeScalingTaskGroup is a nested struct in emr response

type SpotPriceLimitsInListScalingTaskGroup ¶

type SpotPriceLimitsInListScalingTaskGroup struct {
	SpotPriceLimit []SpotPriceLimit `json:"SpotPriceLimit" xml:"SpotPriceLimit"`
}

SpotPriceLimitsInListScalingTaskGroup is a nested struct in emr response

type Stage ¶

type Stage struct {
	StageName   string `json:"StageName" xml:"StageName"`
	StageType   string `json:"StageType" xml:"StageType"`
	StagePlugin string `json:"StagePlugin" xml:"StagePlugin"`
	StageConf   string `json:"StageConf" xml:"StageConf"`
}

Stage is a nested struct in emr response

type StageConnection ¶

type StageConnection struct {
	From string `json:"From" xml:"From"`
	To   string `json:"To" xml:"To"`
	Port string `json:"Port" xml:"Port"`
}

StageConnection is a nested struct in emr response

type StageConnectionList ¶

type StageConnectionList struct {
	StageConnection []StageConnection `json:"StageConnection" xml:"StageConnection"`
}

StageConnectionList is a nested struct in emr response

type StageInstance ¶

type StageInstance struct {
	Name      string  `json:"Name" xml:"Name"`
	StartTime int     `json:"StartTime" xml:"StartTime"`
	Id        string  `json:"Id" xml:"Id"`
	EndTime   int     `json:"EndTime" xml:"EndTime"`
	Metrics   Metrics `json:"Metrics" xml:"Metrics"`
}

StageInstance is a nested struct in emr response

type StageInstanceListInDescribeETLJobInstance ¶

type StageInstanceListInDescribeETLJobInstance struct {
	StageInstance []StageInstance `json:"StageInstance" xml:"StageInstance"`
}

StageInstanceListInDescribeETLJobInstance is a nested struct in emr response

type StageInstanceListInListETLJobInstance ¶

type StageInstanceListInListETLJobInstance struct {
	StageInstance []StageInstance `json:"StageInstance" xml:"StageInstance"`
}

StageInstanceListInListETLJobInstance is a nested struct in emr response

type StageList ¶

type StageList struct {
	Stage []Stage `json:"Stage" xml:"Stage"`
}

StageList is a nested struct in emr response

type StartFlowRequest ¶

type StartFlowRequest struct {
	*requests.RpcRequest
	FlowInstanceId string `position:"Query" name:"FlowInstanceId"`
	ProjectId      string `position:"Query" name:"ProjectId"`
}

StartFlowRequest is the request struct for api StartFlow

func CreateStartFlowRequest ¶

func CreateStartFlowRequest() (request *StartFlowRequest)

CreateStartFlowRequest creates a request to invoke StartFlow API

type StartFlowResponse ¶

type StartFlowResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      bool   `json:"Data" xml:"Data"`
}

StartFlowResponse is the response struct for api StartFlow

func CreateStartFlowResponse ¶

func CreateStartFlowResponse() (response *StartFlowResponse)

CreateStartFlowResponse creates a response to parse from StartFlow response

type StopParagraphRequest ¶

type StopParagraphRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	NoteId          string           `position:"Query" name:"NoteId"`
	Id              string           `position:"Query" name:"Id"`
}

StopParagraphRequest is the request struct for api StopParagraph

func CreateStopParagraphRequest ¶

func CreateStopParagraphRequest() (request *StopParagraphRequest)

CreateStopParagraphRequest creates a request to invoke StopParagraph API

type StopParagraphResponse ¶

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

StopParagraphResponse is the response struct for api StopParagraph

func CreateStopParagraphResponse ¶

func CreateStopParagraphResponse() (response *StopParagraphResponse)

CreateStopParagraphResponse creates a response to parse from StopParagraph response

type StorageDescParameter ¶

type StorageDescParameter struct {
	Key   string `json:"Key" xml:"Key"`
	Value string `json:"Value" xml:"Value"`
}

StorageDescParameter is a nested struct in emr response

type StorageDescParameters ¶

type StorageDescParameters struct {
	StorageDescParameter []StorageDescParameter `json:"StorageDescParameter" xml:"StorageDescParameter"`
}

StorageDescParameters is a nested struct in emr response

type SubmitFlowJobRequest ¶

type SubmitFlowJobRequest struct {
	*requests.RpcRequest
	JobId     string `position:"Query" name:"JobId"`
	HostName  string `position:"Query" name:"HostName"`
	Conf      string `position:"Query" name:"Conf"`
	ClusterId string `position:"Query" name:"ClusterId"`
	ProjectId string `position:"Query" name:"ProjectId"`
}

SubmitFlowJobRequest is the request struct for api SubmitFlowJob

func CreateSubmitFlowJobRequest ¶

func CreateSubmitFlowJobRequest() (request *SubmitFlowJobRequest)

CreateSubmitFlowJobRequest creates a request to invoke SubmitFlowJob API

type SubmitFlowJobResponse ¶

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

SubmitFlowJobResponse is the response struct for api SubmitFlowJob

func CreateSubmitFlowJobResponse ¶

func CreateSubmitFlowJobResponse() (response *SubmitFlowJobResponse)

CreateSubmitFlowJobResponse creates a response to parse from SubmitFlowJob response

type SubmitFlowRequest ¶

type SubmitFlowRequest struct {
	*requests.RpcRequest
	Conf      string `position:"Query" name:"Conf"`
	ProjectId string `position:"Query" name:"ProjectId"`
	FlowId    string `position:"Query" name:"FlowId"`
}

SubmitFlowRequest is the request struct for api SubmitFlow

func CreateSubmitFlowRequest ¶

func CreateSubmitFlowRequest() (request *SubmitFlowRequest)

CreateSubmitFlowRequest creates a request to invoke SubmitFlow API

type SubmitFlowResponse ¶

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

SubmitFlowResponse is the response struct for api SubmitFlow

func CreateSubmitFlowResponse ¶

func CreateSubmitFlowResponse() (response *SubmitFlowResponse)

CreateSubmitFlowResponse creates a response to parse from SubmitFlow response

type Summary ¶

type Summary struct {
	Key   string `json:"Key" xml:"Key"`
	Value string `json:"Value" xml:"Value"`
}

Summary is a nested struct in emr response

type SummaryList ¶

type SummaryList struct {
	Summary []Summary `json:"Summary" xml:"Summary"`
}

SummaryList is a nested struct in emr response

type SupportInstanceTypeList ¶

type SupportInstanceTypeList struct {
	InstanceType []string `json:"InstanceType" xml:"InstanceType"`
}

SupportInstanceTypeList is a nested struct in emr response

type SupportNodeTypeList ¶

type SupportNodeTypeList struct {
	SupportNodeType []string `json:"SupportNodeType" xml:"SupportNodeType"`
}

SupportNodeTypeList is a nested struct in emr response

type SupportedConfig ¶

type SupportedConfig struct {
	ConfigKey string `json:"ConfigKey" xml:"ConfigKey"`
}

SupportedConfig is a nested struct in emr response

type SupportedConfigList ¶

type SupportedConfigList struct {
	SupportedConfig []SupportedConfig `json:"SupportedConfig" xml:"SupportedConfig"`
}

SupportedConfigList is a nested struct in emr response

type SupportedResource ¶

type SupportedResource struct {
	Value               string              `json:"Value" xml:"Value"`
	Min                 int                 `json:"Min" xml:"Min"`
	Max                 int                 `json:"Max" xml:"Max"`
	Unit                string              `json:"Unit" xml:"Unit"`
	SupportNodeTypeList SupportNodeTypeList `json:"SupportNodeTypeList" xml:"SupportNodeTypeList"`
	EmrInstanceType     EmrInstanceType     `json:"EmrInstanceType" xml:"EmrInstanceType"`
}

SupportedResource is a nested struct in emr response

type SupportedResourceList ¶

type SupportedResourceList struct {
	SupportedResource []SupportedResource `json:"SupportedResource" xml:"SupportedResource"`
}

SupportedResourceList is a nested struct in emr response

type SupportedServiceNameList ¶

type SupportedServiceNameList struct {
	SupportedServiceName []string `json:"SupportedServiceName" xml:"SupportedServiceName"`
}

SupportedServiceNameList is a nested struct in emr response

type SuspendExecutionPlanInstanceRequest ¶

type SuspendExecutionPlanInstanceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

SuspendExecutionPlanInstanceRequest is the request struct for api SuspendExecutionPlanInstance

func CreateSuspendExecutionPlanInstanceRequest ¶

func CreateSuspendExecutionPlanInstanceRequest() (request *SuspendExecutionPlanInstanceRequest)

CreateSuspendExecutionPlanInstanceRequest creates a request to invoke SuspendExecutionPlanInstance API

type SuspendExecutionPlanInstanceResponse ¶

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

SuspendExecutionPlanInstanceResponse is the response struct for api SuspendExecutionPlanInstance

func CreateSuspendExecutionPlanInstanceResponse ¶

func CreateSuspendExecutionPlanInstanceResponse() (response *SuspendExecutionPlanInstanceResponse)

CreateSuspendExecutionPlanInstanceResponse creates a response to parse from SuspendExecutionPlanInstance response

type SuspendExecutionPlanSchedulerRequest ¶

type SuspendExecutionPlanSchedulerRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Id              string           `position:"Query" name:"Id"`
}

SuspendExecutionPlanSchedulerRequest is the request struct for api SuspendExecutionPlanScheduler

func CreateSuspendExecutionPlanSchedulerRequest ¶

func CreateSuspendExecutionPlanSchedulerRequest() (request *SuspendExecutionPlanSchedulerRequest)

CreateSuspendExecutionPlanSchedulerRequest creates a request to invoke SuspendExecutionPlanScheduler API

type SuspendExecutionPlanSchedulerResponse ¶

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

SuspendExecutionPlanSchedulerResponse is the response struct for api SuspendExecutionPlanScheduler

func CreateSuspendExecutionPlanSchedulerResponse ¶

func CreateSuspendExecutionPlanSchedulerResponse() (response *SuspendExecutionPlanSchedulerResponse)

CreateSuspendExecutionPlanSchedulerResponse creates a response to parse from SuspendExecutionPlanScheduler response

type SuspendFlowRequest ¶

type SuspendFlowRequest struct {
	*requests.RpcRequest
	FlowInstanceId string `position:"Query" name:"FlowInstanceId"`
	ProjectId      string `position:"Query" name:"ProjectId"`
}

SuspendFlowRequest is the request struct for api SuspendFlow

func CreateSuspendFlowRequest ¶

func CreateSuspendFlowRequest() (request *SuspendFlowRequest)

CreateSuspendFlowRequest creates a request to invoke SuspendFlow API

type SuspendFlowResponse ¶

type SuspendFlowResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      bool   `json:"Data" xml:"Data"`
}

SuspendFlowResponse is the response struct for api SuspendFlow

func CreateSuspendFlowResponse ¶

func CreateSuspendFlowResponse() (response *SuspendFlowResponse)

CreateSuspendFlowResponse creates a response to parse from SuspendFlow response

type SyncDataSourceSchemaDatabaseRequest ¶

type SyncDataSourceSchemaDatabaseRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	DbName          string           `position:"Query" name:"DbName"`
	EtlJobId        string           `position:"Query" name:"EtlJobId"`
	DataSourceId    string           `position:"Query" name:"DataSourceId"`
}

SyncDataSourceSchemaDatabaseRequest is the request struct for api SyncDataSourceSchemaDatabase

func CreateSyncDataSourceSchemaDatabaseRequest ¶

func CreateSyncDataSourceSchemaDatabaseRequest() (request *SyncDataSourceSchemaDatabaseRequest)

CreateSyncDataSourceSchemaDatabaseRequest creates a request to invoke SyncDataSourceSchemaDatabase API

type SyncDataSourceSchemaDatabaseResponse ¶

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

SyncDataSourceSchemaDatabaseResponse is the response struct for api SyncDataSourceSchemaDatabase

func CreateSyncDataSourceSchemaDatabaseResponse ¶

func CreateSyncDataSourceSchemaDatabaseResponse() (response *SyncDataSourceSchemaDatabaseResponse)

CreateSyncDataSourceSchemaDatabaseResponse creates a response to parse from SyncDataSourceSchemaDatabase response

type SyncDataSourceSchemaTableRequest ¶

type SyncDataSourceSchemaTableRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	DbName          string           `position:"Query" name:"DbName"`
	EtlJobId        string           `position:"Query" name:"EtlJobId"`
	DataSourceId    string           `position:"Query" name:"DataSourceId"`
	TableName       string           `position:"Query" name:"TableName"`
}

SyncDataSourceSchemaTableRequest is the request struct for api SyncDataSourceSchemaTable

func CreateSyncDataSourceSchemaTableRequest ¶

func CreateSyncDataSourceSchemaTableRequest() (request *SyncDataSourceSchemaTableRequest)

CreateSyncDataSourceSchemaTableRequest creates a request to invoke SyncDataSourceSchemaTable API

type SyncDataSourceSchemaTableResponse ¶

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

SyncDataSourceSchemaTableResponse is the response struct for api SyncDataSourceSchemaTable

func CreateSyncDataSourceSchemaTableResponse ¶

func CreateSyncDataSourceSchemaTableResponse() (response *SyncDataSourceSchemaTableResponse)

CreateSyncDataSourceSchemaTableResponse creates a response to parse from SyncDataSourceSchemaTable response

type Table ¶

type Table struct {
	Id               string `json:"Id" xml:"Id"`
	DatabaseId       string `json:"DatabaseId" xml:"DatabaseId"`
	DatabaseName     string `json:"DatabaseName" xml:"DatabaseName"`
	ClusterBizId     string `json:"ClusterBizId" xml:"ClusterBizId"`
	ClusterName      string `json:"ClusterName" xml:"ClusterName"`
	TableName        string `json:"TableName" xml:"TableName"`
	TableComment     string `json:"TableComment" xml:"TableComment"`
	TableType        string `json:"TableType" xml:"TableType"`
	TableParameters  string `json:"TableParameters" xml:"TableParameters"`
	Owner            string `json:"Owner" xml:"Owner"`
	OwnerType        string `json:"OwnerType" xml:"OwnerType"`
	IsTemporary      bool   `json:"IsTemporary" xml:"IsTemporary"`
	PartitionKeys    string `json:"PartitionKeys" xml:"PartitionKeys"`
	SerializationLib string `json:"SerializationLib" xml:"SerializationLib"`
	SerdeParameters  string `json:"SerdeParameters" xml:"SerdeParameters"`
	InputFormat      string `json:"InputFormat" xml:"InputFormat"`
	OutputFormat     string `json:"OutputFormat" xml:"OutputFormat"`
	Location         string `json:"Location" xml:"Location"`
	IsCompressed     bool   `json:"IsCompressed" xml:"IsCompressed"`
	LastAccessTime   int    `json:"LastAccessTime" xml:"LastAccessTime"`
	CreateTime       int    `json:"CreateTime" xml:"CreateTime"`
	GmtCreate        int    `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified      int    `json:"GmtModified" xml:"GmtModified"`
}

Table is a nested struct in emr response

type TableList ¶

type TableList struct {
	Table []Table `json:"Table" xml:"Table"`
}

TableList is a nested struct in emr response

type TableNamesInMetastoreListTables ¶

type TableNamesInMetastoreListTables struct {
	TableName []string `json:"TableName" xml:"TableName"`
}

TableNamesInMetastoreListTables is a nested struct in emr response

type TableNamesInMetastoreSearchTables ¶

type TableNamesInMetastoreSearchTables struct {
	TableName []string `json:"TableName" xml:"TableName"`
}

TableNamesInMetastoreSearchTables is a nested struct in emr response

type TableParameter ¶

type TableParameter struct {
	Key   string `json:"Key" xml:"Key"`
	Value string `json:"Value" xml:"Value"`
}

TableParameter is a nested struct in emr response

type TableParameters ¶

type TableParameters struct {
	TableParameter []TableParameter `json:"TableParameter" xml:"TableParameter"`
}

TableParameters is a nested struct in emr response

type TagInfo ¶

type TagInfo struct {
	TagType  string `json:"TagType" xml:"TagType"`
	TagValue string `json:"TagValue" xml:"TagValue"`
	TagKey   string `json:"TagKey" xml:"TagKey"`
}

TagInfo is a nested struct in emr response

type TagInfoList ¶

type TagInfoList struct {
	TagInfo []TagInfo `json:"TagInfo" xml:"TagInfo"`
}

TagInfoList is a nested struct in emr response

type Task ¶

type Task struct {
	DataSourceId     string `json:"DataSourceId" xml:"DataSourceId"`
	TaskResultDetail string `json:"TaskResultDetail" xml:"TaskResultDetail"`
	TaskStatus       string `json:"TaskStatus" xml:"TaskStatus"`
	EndTime          int    `json:"EndTime" xml:"EndTime"`
	BizId            string `json:"BizId" xml:"BizId"`
	StartTime        int    `json:"StartTime" xml:"StartTime"`
	GmtCreate        int    `json:"GmtCreate" xml:"GmtCreate"`
	ExecuteTime      int    `json:"ExecuteTime" xml:"ExecuteTime"`
	TaskProcess      int    `json:"TaskProcess" xml:"TaskProcess"`
	TaskObject       string `json:"TaskObject" xml:"TaskObject"`
	GmtModified      int    `json:"GmtModified" xml:"GmtModified"`
	TaskType         string `json:"TaskType" xml:"TaskType"`
	TriggerUser      string `json:"TriggerUser" xml:"TriggerUser"`
	TriggerType      string `json:"TriggerType" xml:"TriggerType"`
	TaskDetail       string `json:"TaskDetail" xml:"TaskDetail"`
}

Task is a nested struct in emr response

type TaskListInListOpsOperationTask ¶

type TaskListInListOpsOperationTask struct {
	TaskListItem []TaskListItem `json:"TaskListItem" xml:"TaskListItem"`
}

TaskListInListOpsOperationTask is a nested struct in emr response

type TaskListInMetastoreListTask ¶

type TaskListInMetastoreListTask struct {
	Task []Task `json:"Task" xml:"Task"`
}

TaskListInMetastoreListTask is a nested struct in emr response

type TaskListItem ¶

type TaskListItem struct {
	Id                int    `json:"Id" xml:"Id"`
	OpsOperationId    int    `json:"OpsOperationId" xml:"OpsOperationId"`
	TaskId            int    `json:"TaskId" xml:"TaskId"`
	Status            string `json:"Status" xml:"Status"`
	RegionId          string `json:"RegionId" xml:"RegionId"`
	UserId            string `json:"UserId" xml:"UserId"`
	ClusterId         int    `json:"ClusterId" xml:"ClusterId"`
	ExternalClusterId string `json:"ExternalClusterId" xml:"ExternalClusterId"`
	HostId            int    `json:"HostId" xml:"HostId"`
	StartTime         string `json:"StartTime" xml:"StartTime"`
	EndTime           string `json:"EndTime" xml:"EndTime"`
	CommandName       string `json:"CommandName" xml:"CommandName"`
	HostName          string `json:"HostName" xml:"HostName"`
}

TaskListItem is a nested struct in emr response

type TemplateInfo ¶

type TemplateInfo struct {
	UserDefinedEmrEcsRole  string                                    `json:"UserDefinedEmrEcsRole" xml:"UserDefinedEmrEcsRole"`
	InitCustomHiveMetaDb   bool                                      `json:"InitCustomHiveMetaDb" xml:"InitCustomHiveMetaDb"`
	TemplateName           string                                    `json:"TemplateName" xml:"TemplateName"`
	SecurityGroupId        string                                    `json:"SecurityGroupId" xml:"SecurityGroupId"`
	MachineType            string                                    `json:"MachineType" xml:"MachineType"`
	Configurations         string                                    `json:"Configurations" xml:"Configurations"`
	IsOpenPublicIp         bool                                      `json:"IsOpenPublicIp" xml:"IsOpenPublicIp"`
	CreateSource           string                                    `json:"CreateSource" xml:"CreateSource"`
	UseCustomHiveMetaDb    bool                                      `json:"UseCustomHiveMetaDb" xml:"UseCustomHiveMetaDb"`
	EasEnable              bool                                      `json:"EasEnable" xml:"EasEnable"`
	IoOptimized            bool                                      `json:"IoOptimized" xml:"IoOptimized"`
	UserId                 string                                    `json:"UserId" xml:"UserId"`
	Id                     string                                    `json:"Id" xml:"Id"`
	EmrVer                 string                                    `json:"EmrVer" xml:"EmrVer"`
	VpcId                  string                                    `json:"VpcId" xml:"VpcId"`
	SecurityGroupName      string                                    `json:"SecurityGroupName" xml:"SecurityGroupName"`
	AllowNotebook          bool                                      `json:"AllowNotebook" xml:"AllowNotebook"`
	NetType                string                                    `json:"NetType" xml:"NetType"`
	ClusterType            string                                    `json:"ClusterType" xml:"ClusterType"`
	MasterNodeTotal        int                                       `json:"MasterNodeTotal" xml:"MasterNodeTotal"`
	VSwitchId              string                                    `json:"VSwitchId" xml:"VSwitchId"`
	DepositType            string                                    `json:"DepositType" xml:"DepositType"`
	UseLocalMetaDb         bool                                      `json:"UseLocalMetaDb" xml:"UseLocalMetaDb"`
	GmtCreate              int                                       `json:"GmtCreate" xml:"GmtCreate"`
	ZoneId                 string                                    `json:"ZoneId" xml:"ZoneId"`
	SshEnable              bool                                      `json:"SshEnable" xml:"SshEnable"`
	InstanceGeneration     string                                    `json:"InstanceGeneration" xml:"InstanceGeneration"`
	GmtModified            int                                       `json:"GmtModified" xml:"GmtModified"`
	LogPath                string                                    `json:"LogPath" xml:"LogPath"`
	HighAvailabilityEnable bool                                      `json:"HighAvailabilityEnable" xml:"HighAvailabilityEnable"`
	LogEnable              bool                                      `json:"LogEnable" xml:"LogEnable"`
	SoftwareInfoList       SoftwareInfoListInListClusterTemplates    `json:"SoftwareInfoList" xml:"SoftwareInfoList"`
	HostGroupList          HostGroupListInListClusterTemplates       `json:"HostGroupList" xml:"HostGroupList"`
	BootstrapActionList    BootstrapActionListInListClusterTemplates `json:"BootstrapActionList" xml:"BootstrapActionList"`
	ConfigList             ConfigListInListClusterTemplates          `json:"ConfigList" xml:"ConfigList"`
}

TemplateInfo is a nested struct in emr response

type TemplateInfoList ¶

type TemplateInfoList struct {
	TemplateInfo []TemplateInfo `json:"TemplateInfo" xml:"TemplateInfo"`
}

TemplateInfoList is a nested struct in emr response

type TerminateClusterOperationRequest ¶

type TerminateClusterOperationRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	OperationId     string           `position:"Query" name:"OperationId"`
	ClusterId       string           `position:"Query" name:"ClusterId"`
}

TerminateClusterOperationRequest is the request struct for api TerminateClusterOperation

func CreateTerminateClusterOperationRequest ¶

func CreateTerminateClusterOperationRequest() (request *TerminateClusterOperationRequest)

CreateTerminateClusterOperationRequest creates a request to invoke TerminateClusterOperation API

type TerminateClusterOperationResponse ¶

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

TerminateClusterOperationResponse is the response struct for api TerminateClusterOperation

func CreateTerminateClusterOperationResponse ¶

func CreateTerminateClusterOperationResponse() (response *TerminateClusterOperationResponse)

CreateTerminateClusterOperationResponse creates a response to parse from TerminateClusterOperation response

type Topic ¶

type Topic struct {
	Id                 string                                      `json:"Id" xml:"Id"`
	DataSourceId       string                                      `json:"DataSourceId" xml:"DataSourceId"`
	TopicName          string                                      `json:"TopicName" xml:"TopicName"`
	NumPartitions      int                                         `json:"NumPartitions" xml:"NumPartitions"`
	ReplicationFactor  int                                         `json:"ReplicationFactor" xml:"ReplicationFactor"`
	GmtCreate          int                                         `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified        int                                         `json:"GmtModified" xml:"GmtModified"`
	Cluster            Cluster                                     `json:"Cluster" xml:"Cluster"`
	AdvancedConfigList AdvancedConfigListInMetastoreListKafkaTopic `json:"AdvancedConfigList" xml:"AdvancedConfigList"`
}

Topic is a nested struct in emr response

type TopicList ¶

type TopicList struct {
	Topic []Topic `json:"Topic" xml:"Topic"`
}

TopicList is a nested struct in emr response

type Trend ¶

type Trend struct {
	Count  int    `json:"Count" xml:"Count"`
	Day    string `json:"Day" xml:"Day"`
	Status string `json:"Status" xml:"Status"`
}

Trend is a nested struct in emr response

type TrendsInListExecutionPlanInstanceTrend ¶

type TrendsInListExecutionPlanInstanceTrend struct {
	Trend []Trend `json:"Trend" xml:"Trend"`
}

TrendsInListExecutionPlanInstanceTrend is a nested struct in emr response

type TrendsInListJobExecutionInstanceTrend ¶

type TrendsInListJobExecutionInstanceTrend struct {
	Trend []Trend `json:"Trend" xml:"Trend"`
}

TrendsInListJobExecutionInstanceTrend is a nested struct in emr response

type TriggerEntity ¶

type TriggerEntity struct {
	EntityType string `json:"EntityType" xml:"EntityType"`
	Id         string `json:"Id" xml:"Id"`
	Name       string `json:"Name" xml:"Name"`
}

TriggerEntity is a nested struct in emr response

type TriggerEntityList ¶

type TriggerEntityList struct {
	TriggerEntity []TriggerEntity `json:"TriggerEntity" xml:"TriggerEntity"`
}

TriggerEntityList is a nested struct in emr response

type TriggerHistory ¶

type TriggerHistory struct {
	HistoryId   string `json:"HistoryId" xml:"HistoryId"`
	TriggerId   string `json:"TriggerId" xml:"TriggerId"`
	TriggerType string `json:"TriggerType" xml:"TriggerType"`
	FireState   string `json:"FireState" xml:"FireState"`
	FireTime    int    `json:"FireTime" xml:"FireTime"`
}

TriggerHistory is a nested struct in emr response

type TriggerRule ¶

type TriggerRule struct {
	Enabled   bool   `json:"Enabled" xml:"Enabled"`
	StartTime int    `json:"StartTime" xml:"StartTime"`
	EndTime   int    `json:"EndTime" xml:"EndTime"`
	CronExpr  string `json:"CronExpr" xml:"CronExpr"`
}

TriggerRule is a nested struct in emr response

type TriggerRuleList ¶

type TriggerRuleList struct {
	TriggerRule []TriggerRule `json:"TriggerRule" xml:"TriggerRule"`
}

TriggerRuleList is a nested struct in emr response

type UpdateDataSourceRequest ¶

type UpdateDataSourceRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Name            string           `position:"Query" name:"Name"`
	Description     string           `position:"Query" name:"Description"`
	Conf            string           `position:"Query" name:"Conf"`
	Id              string           `position:"Query" name:"Id"`
}

UpdateDataSourceRequest is the request struct for api UpdateDataSource

func CreateUpdateDataSourceRequest ¶

func CreateUpdateDataSourceRequest() (request *UpdateDataSourceRequest)

CreateUpdateDataSourceRequest creates a request to invoke UpdateDataSource API

type UpdateDataSourceResponse ¶

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

UpdateDataSourceResponse is the response struct for api UpdateDataSource

func CreateUpdateDataSourceResponse ¶

func CreateUpdateDataSourceResponse() (response *UpdateDataSourceResponse)

CreateUpdateDataSourceResponse creates a response to parse from UpdateDataSource response

type UpdateETLJobRequest ¶

type UpdateETLJobRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer               `position:"Query" name:"ResourceOwnerId"`
	StageConnection *[]UpdateETLJobStageConnection `position:"Query" name:"StageConnection"  type:"Repeated"`
	ClusterConfig   string                         `position:"Query" name:"ClusterConfig"`
	TriggerRule     *[]UpdateETLJobTriggerRule     `position:"Query" name:"TriggerRule"  type:"Repeated"`
	Stage           *[]UpdateETLJobStage           `position:"Query" name:"Stage"  type:"Repeated"`
	AlertConfig     string                         `position:"Query" name:"AlertConfig"`
	Name            string                         `position:"Query" name:"Name"`
	Description     string                         `position:"Query" name:"Description"`
	Id              string                         `position:"Query" name:"Id"`
	Check           requests.Boolean               `position:"Query" name:"Check"`
}

UpdateETLJobRequest is the request struct for api UpdateETLJob

func CreateUpdateETLJobRequest ¶

func CreateUpdateETLJobRequest() (request *UpdateETLJobRequest)

CreateUpdateETLJobRequest creates a request to invoke UpdateETLJob API

type UpdateETLJobResponse ¶

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

UpdateETLJobResponse is the response struct for api UpdateETLJob

func CreateUpdateETLJobResponse ¶

func CreateUpdateETLJobResponse() (response *UpdateETLJobResponse)

CreateUpdateETLJobResponse creates a response to parse from UpdateETLJob response

type UpdateETLJobStage ¶

type UpdateETLJobStage struct {
	StageName   string `name:"StageName"`
	StageConf   string `name:"StageConf"`
	StageType   string `name:"StageType"`
	StagePlugin string `name:"StagePlugin"`
}

UpdateETLJobStage is a repeated param struct in UpdateETLJobRequest

type UpdateETLJobStageConnection ¶

type UpdateETLJobStageConnection struct {
	Port string `name:"Port"`
	From string `name:"From"`
	To   string `name:"To"`
}

UpdateETLJobStageConnection is a repeated param struct in UpdateETLJobRequest

type UpdateETLJobStageRequest ¶

type UpdateETLJobStageRequest struct {
	*requests.RpcRequest
	StageName       string           `position:"Query" name:"StageName"`
	StageConf       string           `position:"Query" name:"StageConf"`
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	StageType       string           `position:"Query" name:"StageType"`
	EtlJobId        string           `position:"Query" name:"EtlJobId"`
	StagePlugin     string           `position:"Query" name:"StagePlugin"`
}

UpdateETLJobStageRequest is the request struct for api UpdateETLJobStage

func CreateUpdateETLJobStageRequest ¶

func CreateUpdateETLJobStageRequest() (request *UpdateETLJobStageRequest)

CreateUpdateETLJobStageRequest creates a request to invoke UpdateETLJobStage API

type UpdateETLJobStageResponse ¶

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

UpdateETLJobStageResponse is the response struct for api UpdateETLJobStage

func CreateUpdateETLJobStageResponse ¶

func CreateUpdateETLJobStageResponse() (response *UpdateETLJobStageResponse)

CreateUpdateETLJobStageResponse creates a response to parse from UpdateETLJobStage response

type UpdateETLJobTriggerRule ¶

type UpdateETLJobTriggerRule struct {
	CronExpr  string `name:"CronExpr"`
	EndTime   string `name:"EndTime"`
	StartTime string `name:"StartTime"`
	Enabled   string `name:"Enabled"`
}

UpdateETLJobTriggerRule is a repeated param struct in UpdateETLJobRequest

type UpdateNavNodeRequest ¶

type UpdateNavNodeRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	Name            string           `position:"Query" name:"Name"`
	Id              string           `position:"Query" name:"Id"`
	ProjectId       string           `position:"Query" name:"ProjectId"`
	ParentId        string           `position:"Query" name:"ParentId"`
}

UpdateNavNodeRequest is the request struct for api UpdateNavNode

func CreateUpdateNavNodeRequest ¶

func CreateUpdateNavNodeRequest() (request *UpdateNavNodeRequest)

CreateUpdateNavNodeRequest creates a request to invoke UpdateNavNode API

type UpdateNavNodeResponse ¶

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

UpdateNavNodeResponse is the response struct for api UpdateNavNode

func CreateUpdateNavNodeResponse ¶

func CreateUpdateNavNodeResponse() (response *UpdateNavNodeResponse)

CreateUpdateNavNodeResponse creates a response to parse from UpdateNavNode response

type UpdateProjectSettingRequest ¶

type UpdateProjectSettingRequest struct {
	*requests.RpcRequest
	ResourceOwnerId requests.Integer `position:"Query" name:"ResourceOwnerId"`
	DefaultOssPath  string           `position:"Query" name:"DefaultOssPath"`
	ProjectId       string           `position:"Query" name:"ProjectId"`
	OssConfig       string           `position:"Query" name:"OssConfig"`
}

UpdateProjectSettingRequest is the request struct for api UpdateProjectSetting

func CreateUpdateProjectSettingRequest ¶

func CreateUpdateProjectSettingRequest() (request *UpdateProjectSettingRequest)

CreateUpdateProjectSettingRequest creates a request to invoke UpdateProjectSetting API

type UpdateProjectSettingResponse ¶

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

UpdateProjectSettingResponse is the response struct for api UpdateProjectSetting

func CreateUpdateProjectSettingResponse ¶

func CreateUpdateProjectSettingResponse() (response *UpdateProjectSettingResponse)

CreateUpdateProjectSettingResponse creates a response to parse from UpdateProjectSetting response

type User ¶

type User struct {
	GmtCreate      int    `json:"GmtCreate" xml:"GmtCreate"`
	KnoxStatus     string `json:"KnoxStatus" xml:"KnoxStatus"`
	UserId         string `json:"UserId" xml:"UserId"`
	OwnerId        string `json:"OwnerId" xml:"OwnerId"`
	GmtModified    int    `json:"GmtModified" xml:"GmtModified"`
	ProjectId      string `json:"ProjectId" xml:"ProjectId"`
	UserName       string `json:"UserName" xml:"UserName"`
	GroupName      string `json:"GroupName" xml:"GroupName"`
	KerberosStatus string `json:"KerberosStatus" xml:"KerberosStatus"`
	LinuxStatus    string `json:"LinuxStatus" xml:"LinuxStatus"`
}

User is a nested struct in emr response

type UserInfo ¶

type UserInfo struct {
	UserId      string `json:"UserId" xml:"UserId"`
	UserName    string `json:"UserName" xml:"UserName"`
	EnableSMS   bool   `json:"EnableSMS" xml:"EnableSMS"`
	EnableEmail bool   `json:"EnableEmail" xml:"EnableEmail"`
}

UserInfo is a nested struct in emr response

type UserInputList ¶

type UserInputList struct {
	ClusterStatUserInput []ClusterStatUserInput `json:"ClusterStatUserInput" xml:"ClusterStatUserInput"`
}

UserInputList is a nested struct in emr response

type UserListInDescribeFlowProjectClusterSetting ¶

type UserListInDescribeFlowProjectClusterSetting struct {
	User []string `json:"User" xml:"User"`
}

UserListInDescribeFlowProjectClusterSetting is a nested struct in emr response

type UserListInListAlertUserGroup ¶

type UserListInListAlertUserGroup struct {
	UserInfo []UserInfo `json:"UserInfo" xml:"UserInfo"`
}

UserListInListAlertUserGroup is a nested struct in emr response

type UserListInListFlowProjectClusterSetting ¶

type UserListInListFlowProjectClusterSetting struct {
	User []string `json:"User" xml:"User"`
}

UserListInListFlowProjectClusterSetting is a nested struct in emr response

type UserListInListUsers ¶

type UserListInListUsers struct {
	User []User `json:"User" xml:"User"`
}

UserListInListUsers is a nested struct in emr response

type UserOutputList ¶

type UserOutputList struct {
	ClusterStatUserOutput []ClusterStatUserOutput `json:"ClusterStatUserOutput" xml:"ClusterStatUserOutput"`
}

UserOutputList is a nested struct in emr response

type UserStatistics ¶

type UserStatistics struct {
	Id                        int    `json:"Id" xml:"Id"`
	UserId                    string `json:"UserId" xml:"UserId"`
	JobNum                    int    `json:"JobNum" xml:"JobNum"`
	ExecutePlanNum            int    `json:"ExecutePlanNum" xml:"ExecutePlanNum"`
	InteractionJobNum         int    `json:"InteractionJobNum" xml:"InteractionJobNum"`
	JobMigratedNum            int    `json:"JobMigratedNum" xml:"JobMigratedNum"`
	ExecutePlanMigratedNum    int    `json:"ExecutePlanMigratedNum" xml:"ExecutePlanMigratedNum"`
	InteractionJobMigratedNum int    `json:"InteractionJobMigratedNum" xml:"InteractionJobMigratedNum"`
}

UserStatistics is a nested struct in emr response

type UserStatisticsList ¶

type UserStatisticsList struct {
	UserStatistics []UserStatistics `json:"UserStatistics" xml:"UserStatistics"`
}

UserStatisticsList is a nested struct in emr response

type UserSubmissionList ¶

type UserSubmissionList struct {
	ClusterStatUserSubmission []ClusterStatUserSubmission `json:"ClusterStatUserSubmission" xml:"ClusterStatUserSubmission"`
}

UserSubmissionList is a nested struct in emr response

type Users ¶

type Users struct {
	User []User `json:"User" xml:"User"`
}

Users is a nested struct in emr response

type Value ¶

type Value struct {
	Value     string `json:"Value" xml:"Value"`
	ValueDesc string `json:"ValueDesc" xml:"ValueDesc"`
}

Value is a nested struct in emr response

type ValueEntryInfo ¶

type ValueEntryInfo struct {
	Value       string `json:"Value" xml:"Value"`
	Label       string `json:"Label" xml:"Label"`
	Description string `json:"Description" xml:"Description"`
}

ValueEntryInfo is a nested struct in emr response

type ValueList ¶

type ValueList struct {
	Value []Value `json:"Value" xml:"Value"`
}

ValueList is a nested struct in emr response

type VpcInfo ¶

type VpcInfo struct {
	VpcId           string          `json:"VpcId" xml:"VpcId"`
	VpcName         string          `json:"VpcName" xml:"VpcName"`
	CidrBlock       string          `json:"CidrBlock" xml:"CidrBlock"`
	CreationTime    string          `json:"CreationTime" xml:"CreationTime"`
	VRouterId       string          `json:"VRouterId" xml:"VRouterId"`
	Description     string          `json:"Description" xml:"Description"`
	VswitchInfoList VswitchInfoList `json:"VswitchInfoList" xml:"VswitchInfoList"`
}

VpcInfo is a nested struct in emr response

type VpcInfoList ¶

type VpcInfoList struct {
	VpcInfo []VpcInfo `json:"VpcInfo" xml:"VpcInfo"`
}

VpcInfoList is a nested struct in emr response

type VswitchInfo ¶

type VswitchInfo struct {
	VpcId                   string `json:"VpcId" xml:"VpcId"`
	VswitchId               string `json:"VswitchId" xml:"VswitchId"`
	VswitchName             string `json:"VswitchName" xml:"VswitchName"`
	ZoneId                  string `json:"ZoneId" xml:"ZoneId"`
	CidrBlock               string `json:"CidrBlock" xml:"CidrBlock"`
	AvailableIpAddressCount int    `json:"AvailableIpAddressCount" xml:"AvailableIpAddressCount"`
	Description             string `json:"Description" xml:"Description"`
	CreationTime            string `json:"CreationTime" xml:"CreationTime"`
}

VswitchInfo is a nested struct in emr response

type VswitchInfoList ¶

type VswitchInfoList struct {
	VswitchInfo []VswitchInfo `json:"VswitchInfo" xml:"VswitchInfo"`
}

VswitchInfoList is a nested struct in emr response

type WhiteUserListInDescribeEmrMainVersion ¶

type WhiteUserListInDescribeEmrMainVersion struct {
	WwhiteUser []string `json:"WwhiteUser" xml:"WwhiteUser"`
}

WhiteUserListInDescribeEmrMainVersion is a nested struct in emr response

type WhiteUserListInListEmrMainVersion ¶

type WhiteUserListInListEmrMainVersion struct {
	WwhiteUser []string `json:"WwhiteUser" xml:"WwhiteUser"`
}

WhiteUserListInListEmrMainVersion is a nested struct in emr response

type ZKLink struct {
	Link string `json:"Link" xml:"Link"`
	Port string `json:"Port" xml:"Port"`
}

ZKLink is a nested struct in emr response

type ZKLinks struct {
	ZKLink []ZKLink `json:"ZKLink" xml:"ZKLink"`
}

ZKLinks is a nested struct in emr response

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL