dms_enterprise

package
v1.62.742 Latest Latest
Warning

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

Go to latest
Published: May 22, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

View Source
var EndpointMap map[string]string

EndpointMap Endpoint Data

View Source
var EndpointType = "central"

EndpointType regional or central

Functions ¶

func GetEndpointMap ¶ added in v1.61.13

func GetEndpointMap() map[string]string

GetEndpointMap Get Endpoint Data Map

func GetEndpointType ¶ added in v1.61.13

func GetEndpointType() string

GetEndpointType Get Endpoint Type Value

func SetClientProperty ¶ added in v1.61.13

func SetClientProperty(client *Client, propertyName string, propertyValue interface{})

SetClientProperty Set Property by Reflect

func SetEndpointDataToClient ¶ added in v1.61.13

func SetEndpointDataToClient(client *Client)

SetEndpointDataToClient Set EndpointMap and ENdpointType

Types ¶

type AddDesensitizationRuleRequest ¶ added in v1.61.1630

type AddDesensitizationRuleRequest struct {
	*requests.RpcRequest
	FunctionParams  *[]map[string]string `position:"Body" name:"FunctionParams"  type:"Repeated"`
	RuleName        string               `position:"Query" name:"RuleName"`
	Tid             requests.Integer     `position:"Query" name:"Tid"`
	RuleDescription string               `position:"Query" name:"RuleDescription"`
	RuleType        string               `position:"Query" name:"RuleType"`
	FunctionType    string               `position:"Query" name:"FunctionType"`
}

AddDesensitizationRuleRequest is the request struct for api AddDesensitizationRule

func CreateAddDesensitizationRuleRequest ¶ added in v1.61.1630

func CreateAddDesensitizationRuleRequest() (request *AddDesensitizationRuleRequest)

CreateAddDesensitizationRuleRequest creates a request to invoke AddDesensitizationRule API

type AddDesensitizationRuleResponse ¶ added in v1.61.1630

type AddDesensitizationRuleResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
	RuleId       int    `json:"RuleId" xml:"RuleId"`
}

AddDesensitizationRuleResponse is the response struct for api AddDesensitizationRule

func CreateAddDesensitizationRuleResponse ¶ added in v1.61.1630

func CreateAddDesensitizationRuleResponse() (response *AddDesensitizationRuleResponse)

CreateAddDesensitizationRuleResponse creates a response to parse from AddDesensitizationRule response

type AddInstanceRequest ¶ added in v1.62.719

type AddInstanceRequest struct {
	*requests.RpcRequest
	EcsRegion        string           `position:"Query" name:"EcsRegion"`
	NetworkType      string           `position:"Query" name:"NetworkType"`
	Tid              requests.Integer `position:"Query" name:"Tid"`
	UseSsl           requests.Integer `position:"Query" name:"UseSsl"`
	EnableSellCommon string           `position:"Query" name:"EnableSellCommon"`
	EnableSellSitd   string           `position:"Query" name:"EnableSellSitd"`
	InstanceSource   string           `position:"Query" name:"InstanceSource"`
	EnvType          string           `position:"Query" name:"EnvType"`
	Host             string           `position:"Query" name:"Host"`
	QueryTimeout     requests.Integer `position:"Query" name:"QueryTimeout"`
	EcsInstanceId    string           `position:"Query" name:"EcsInstanceId"`
	ExportTimeout    requests.Integer `position:"Query" name:"ExportTimeout"`
	TemplateId       requests.Integer `position:"Query" name:"TemplateId"`
	EnableSellTrust  string           `position:"Query" name:"EnableSellTrust"`
	Port             requests.Integer `position:"Query" name:"Port"`
	SafeRule         string           `position:"Query" name:"SafeRule"`
	DdlOnline        requests.Integer `position:"Query" name:"DdlOnline"`
	UseDsql          requests.Integer `position:"Query" name:"UseDsql"`
	EnableSellStable string           `position:"Query" name:"EnableSellStable"`
	Sid              string           `position:"Query" name:"Sid"`
	DbaId            requests.Integer `position:"Query" name:"DbaId"`
	DataLinkName     string           `position:"Query" name:"DataLinkName"`
	TemplateType     string           `position:"Query" name:"TemplateType"`
	InstanceType     string           `position:"Query" name:"InstanceType"`
	DatabasePassword string           `position:"Query" name:"DatabasePassword"`
	InstanceAlias    string           `position:"Query" name:"InstanceAlias"`
	DatabaseUser     string           `position:"Query" name:"DatabaseUser"`
	VpcId            string           `position:"Query" name:"VpcId"`
	SkipTest         requests.Boolean `position:"Query" name:"SkipTest"`
}

AddInstanceRequest is the request struct for api AddInstance

func CreateAddInstanceRequest ¶ added in v1.62.719

func CreateAddInstanceRequest() (request *AddInstanceRequest)

CreateAddInstanceRequest creates a request to invoke AddInstance API

type AddInstanceResponse ¶ added in v1.62.719

type AddInstanceResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

AddInstanceResponse is the response struct for api AddInstance

func CreateAddInstanceResponse ¶ added in v1.62.719

func CreateAddInstanceResponse() (response *AddInstanceResponse)

CreateAddInstanceResponse creates a response to parse from AddInstance response

type AddLhMembersMembers ¶ added in v1.61.1525

type AddLhMembersMembers struct {
	Roles  *[]string `name:"Roles" type:"Repeated"`
	UserId string    `name:"UserId"`
}

AddLhMembersMembers is a repeated param struct in AddLhMembersRequest

type AddLhMembersRequest ¶ added in v1.61.1525

type AddLhMembersRequest struct {
	*requests.RpcRequest
	Tid        requests.Integer       `position:"Query" name:"Tid"`
	Members    *[]AddLhMembersMembers `position:"Query" name:"Members"  type:"Json"`
	ObjectType requests.Integer       `position:"Query" name:"ObjectType"`
	ObjectId   requests.Integer       `position:"Query" name:"ObjectId"`
}

AddLhMembersRequest is the request struct for api AddLhMembers

func CreateAddLhMembersRequest ¶ added in v1.61.1525

func CreateAddLhMembersRequest() (request *AddLhMembersRequest)

CreateAddLhMembersRequest creates a request to invoke AddLhMembers API

type AddLhMembersResponse ¶ added in v1.61.1525

type AddLhMembersResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

AddLhMembersResponse is the response struct for api AddLhMembers

func CreateAddLhMembersResponse ¶ added in v1.61.1525

func CreateAddLhMembersResponse() (response *AddLhMembersResponse)

CreateAddLhMembersResponse creates a response to parse from AddLhMembers response

type AddLogicTableRouteConfigRequest ¶ added in v1.61.1354

type AddLogicTableRouteConfigRequest struct {
	*requests.RpcRequest
	Tid       requests.Integer `position:"Query" name:"Tid"`
	TableId   requests.Integer `position:"Query" name:"TableId"`
	RouteKey  string           `position:"Query" name:"RouteKey"`
	RouteExpr string           `position:"Query" name:"RouteExpr"`
}

AddLogicTableRouteConfigRequest is the request struct for api AddLogicTableRouteConfig

func CreateAddLogicTableRouteConfigRequest ¶ added in v1.61.1354

func CreateAddLogicTableRouteConfigRequest() (request *AddLogicTableRouteConfigRequest)

CreateAddLogicTableRouteConfigRequest creates a request to invoke AddLogicTableRouteConfig API

type AddLogicTableRouteConfigResponse ¶ added in v1.61.1354

type AddLogicTableRouteConfigResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

AddLogicTableRouteConfigResponse is the response struct for api AddLogicTableRouteConfig

func CreateAddLogicTableRouteConfigResponse ¶ added in v1.61.1354

func CreateAddLogicTableRouteConfigResponse() (response *AddLogicTableRouteConfigResponse)

CreateAddLogicTableRouteConfigResponse creates a response to parse from AddLogicTableRouteConfig response

type AddTaskFlowEdgesEdges ¶ added in v1.61.1835

type AddTaskFlowEdgesEdges struct {
	NodeEnd  string `name:"NodeEnd"`
	NodeFrom string `name:"NodeFrom"`
}

AddTaskFlowEdgesEdges is a repeated param struct in AddTaskFlowEdgesRequest

type AddTaskFlowEdgesRequest ¶ added in v1.61.1835

type AddTaskFlowEdgesRequest struct {
	*requests.RpcRequest
	DagId requests.Integer         `position:"Query" name:"DagId"`
	Tid   requests.Integer         `position:"Query" name:"Tid"`
	Edges *[]AddTaskFlowEdgesEdges `position:"Query" name:"Edges"  type:"Json"`
}

AddTaskFlowEdgesRequest is the request struct for api AddTaskFlowEdges

func CreateAddTaskFlowEdgesRequest ¶ added in v1.61.1835

func CreateAddTaskFlowEdgesRequest() (request *AddTaskFlowEdgesRequest)

CreateAddTaskFlowEdgesRequest creates a request to invoke AddTaskFlowEdges API

type AddTaskFlowEdgesResponse ¶ added in v1.61.1835

type AddTaskFlowEdgesResponse struct {
	*responses.BaseResponse
	RequestId    string  `json:"RequestId" xml:"RequestId"`
	ErrorCode    string  `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string  `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool    `json:"Success" xml:"Success"`
	EdgeIds      EdgeIds `json:"EdgeIds" xml:"EdgeIds"`
}

AddTaskFlowEdgesResponse is the response struct for api AddTaskFlowEdges

func CreateAddTaskFlowEdgesResponse ¶ added in v1.61.1835

func CreateAddTaskFlowEdgesResponse() (response *AddTaskFlowEdgesResponse)

CreateAddTaskFlowEdgesResponse creates a response to parse from AddTaskFlowEdges response

type AnalyzeSQLLineageRequest ¶ added in v1.62.345

type AnalyzeSQLLineageRequest struct {
	*requests.RpcRequest
	SqlContent string           `position:"Query" name:"SqlContent"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
	DbId       requests.Integer `position:"Query" name:"DbId"`
}

AnalyzeSQLLineageRequest is the request struct for api AnalyzeSQLLineage

func CreateAnalyzeSQLLineageRequest ¶ added in v1.62.345

func CreateAnalyzeSQLLineageRequest() (request *AnalyzeSQLLineageRequest)

CreateAnalyzeSQLLineageRequest creates a request to invoke AnalyzeSQLLineage API

type AnalyzeSQLLineageResponse ¶ added in v1.62.345

type AnalyzeSQLLineageResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	Success       bool          `json:"Success" xml:"Success"`
	ErrorMessage  string        `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode     string        `json:"ErrorCode" xml:"ErrorCode"`
	LineageResult LineageResult `json:"LineageResult" xml:"LineageResult"`
}

AnalyzeSQLLineageResponse is the response struct for api AnalyzeSQLLineage

func CreateAnalyzeSQLLineageResponse ¶ added in v1.62.345

func CreateAnalyzeSQLLineageResponse() (response *AnalyzeSQLLineageResponse)

CreateAnalyzeSQLLineageResponse creates a response to parse from AnalyzeSQLLineage response

type ApprovalDetail ¶ added in v1.61.13

type ApprovalDetail struct {
	Description     string                           `json:"Description" xml:"Description"`
	CreateTime      string                           `json:"CreateTime" xml:"CreateTime"`
	OrderType       string                           `json:"OrderType" xml:"OrderType"`
	Title           string                           `json:"Title" xml:"Title"`
	AuditId         int64                            `json:"AuditId" xml:"AuditId"`
	OrderId         int64                            `json:"OrderId" xml:"OrderId"`
	WorkflowInsCode string                           `json:"WorkflowInsCode" xml:"WorkflowInsCode"`
	TemplateId      int64                            `json:"TemplateId" xml:"TemplateId"`
	ReasonList      ReasonList                       `json:"ReasonList" xml:"ReasonList"`
	WorkflowNodes   WorkflowNodesInGetApprovalDetail `json:"WorkflowNodes" xml:"WorkflowNodes"`
	CurrentHandlers CurrentHandlers                  `json:"CurrentHandlers" xml:"CurrentHandlers"`
}

ApprovalDetail is a nested struct in dms_enterprise response

type ApproveOrderRequest ¶ added in v1.61.13

type ApproveOrderRequest struct {
	*requests.RpcRequest
	Tid                requests.Integer `position:"Query" name:"Tid"`
	WorkflowInstanceId requests.Integer `position:"Query" name:"WorkflowInstanceId"`
	ApprovalType       string           `position:"Query" name:"ApprovalType"`
	NewApprover        requests.Integer `position:"Query" name:"NewApprover"`
	ApprovalNodeId     requests.Integer `position:"Query" name:"ApprovalNodeId"`
	OldApprover        requests.Integer `position:"Query" name:"OldApprover"`
	Comment            string           `position:"Query" name:"Comment"`
	ApprovalNodePos    string           `position:"Query" name:"ApprovalNodePos"`
	NewApproverList    string           `position:"Query" name:"NewApproverList"`
}

ApproveOrderRequest is the request struct for api ApproveOrder

func CreateApproveOrderRequest ¶ added in v1.61.13

func CreateApproveOrderRequest() (request *ApproveOrderRequest)

CreateApproveOrderRequest creates a request to invoke ApproveOrder API

type ApproveOrderResponse ¶ added in v1.61.13

type ApproveOrderResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

ApproveOrderResponse is the response struct for api ApproveOrder

func CreateApproveOrderResponse ¶ added in v1.61.13

func CreateApproveOrderResponse() (response *ApproveOrderResponse)

CreateApproveOrderResponse creates a response to parse from ApproveOrder response

type AuditUser ¶ added in v1.61.13

type AuditUser struct {
	NickName string `json:"NickName" xml:"NickName"`
	RealName string `json:"RealName" xml:"RealName"`
	UserId   int64  `json:"UserId" xml:"UserId"`
}

AuditUser is a nested struct in dms_enterprise response

type AuditUserIdList ¶ added in v1.61.13

type AuditUserIdList struct {
	AuditUserIds []string `json:"AuditUserIds" xml:"AuditUserIds"`
}

AuditUserIdList is a nested struct in dms_enterprise response

type AuditUserList ¶ added in v1.62.568

type AuditUserList struct {
	AuditUser []AuditUser `json:"AuditUser" xml:"AuditUser"`
}

AuditUserList is a nested struct in dms_enterprise response

type AuditUsers ¶ added in v1.61.13

type AuditUsers struct {
	AuditUser []AuditUser `json:"AuditUser" xml:"AuditUser"`
}

AuditUsers is a nested struct in dms_enterprise response

type AuthorityTemplateItem ¶ added in v1.62.277

type AuthorityTemplateItem struct {
	InstanceId   int64  `json:"InstanceId" xml:"InstanceId"`
	DbId         int64  `json:"DbId" xml:"DbId"`
	ResourceType string `json:"ResourceType" xml:"ResourceType"`
	Attribute    string `json:"Attribute" xml:"Attribute"`
	TemplateId   int64  `json:"TemplateId" xml:"TemplateId"`
	ModifierId   int64  `json:"ModifierId" xml:"ModifierId"`
	TableName    string `json:"TableName" xml:"TableName"`
	ItemId       int64  `json:"ItemId" xml:"ItemId"`
}

AuthorityTemplateItem is a nested struct in dms_enterprise response

type AuthorityTemplateItemListInGetAuthorityTemplate ¶ added in v1.62.277

type AuthorityTemplateItemListInGetAuthorityTemplate struct {
	AuthorityTemplateItem []AuthorityTemplateItem `json:"AuthorityTemplateItem" xml:"AuthorityTemplateItem"`
}

AuthorityTemplateItemListInGetAuthorityTemplate is a nested struct in dms_enterprise response

type AuthorityTemplateItemListInGetAuthorityTemplateItem ¶ added in v1.62.277

type AuthorityTemplateItemListInGetAuthorityTemplateItem struct {
	AuthorityTemplateItem []AuthorityTemplateItem `json:"AuthorityTemplateItem" xml:"AuthorityTemplateItem"`
}

AuthorityTemplateItemListInGetAuthorityTemplateItem is a nested struct in dms_enterprise response

type AuthorityTemplateView ¶ added in v1.62.277

type AuthorityTemplateView struct {
	Name                      string                                          `json:"Name" xml:"Name"`
	TemplateId                int64                                           `json:"TemplateId" xml:"TemplateId"`
	CreateTime                string                                          `json:"CreateTime" xml:"CreateTime"`
	CreatorId                 int64                                           `json:"CreatorId" xml:"CreatorId"`
	Description               string                                          `json:"Description" xml:"Description"`
	AuthorityTemplateItemList AuthorityTemplateItemListInGetAuthorityTemplate `json:"AuthorityTemplateItemList" xml:"AuthorityTemplateItemList"`
}

AuthorityTemplateView is a nested struct in dms_enterprise response

type AuthorityTemplateViewList ¶ added in v1.62.625

type AuthorityTemplateViewList struct {
	AuthorityTemplateView []AuthorityTemplateView `json:"AuthorityTemplateView" xml:"AuthorityTemplateView"`
}

AuthorityTemplateViewList is a nested struct in dms_enterprise response

type BackFillRequest ¶ added in v1.61.1835

type BackFillRequest struct {
	*requests.RpcRequest
	DagId             requests.Integer `position:"Query" name:"DagId"`
	Tid               requests.Integer `position:"Query" name:"Tid"`
	IsTriggerSubTree  requests.Boolean `position:"Query" name:"IsTriggerSubTree"`
	BackFillDateEnd   string           `position:"Query" name:"BackFillDateEnd"`
	HistoryDagId      requests.Integer `position:"Query" name:"HistoryDagId"`
	StartNodeIds      *[]string        `position:"Query" name:"StartNodeIds"  type:"Json"`
	FilterNodeIds     *[]string        `position:"Query" name:"FilterNodeIds"  type:"Json"`
	BackFillDateBegin string           `position:"Query" name:"BackFillDateBegin"`
	BackFillDate      string           `position:"Query" name:"BackFillDate"`
	Asc               requests.Boolean `position:"Query" name:"Asc"`
	Interval          requests.Integer `position:"Query" name:"Interval"`
}

BackFillRequest is the request struct for api BackFill

func CreateBackFillRequest ¶ added in v1.61.1835

func CreateBackFillRequest() (request *BackFillRequest)

CreateBackFillRequest creates a request to invoke BackFill API

type BackFillResponse ¶ added in v1.61.1835

type BackFillResponse struct {
	*responses.BaseResponse
	RequestId     string `json:"RequestId" xml:"RequestId"`
	ErrorCode     string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage  string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success       bool   `json:"Success" xml:"Success"`
	DagInstanceId int64  `json:"DagInstanceId" xml:"DagInstanceId"`
	NodeId        int64  `json:"NodeId" xml:"NodeId"`
}

BackFillResponse is the response struct for api BackFill

func CreateBackFillResponse ¶ added in v1.61.1835

func CreateBackFillResponse() (response *BackFillResponse)

CreateBackFillResponse creates a response to parse from BackFill response

type BaseDatabase ¶ added in v1.62.726

type BaseDatabase struct {
	SearchName string `json:"SearchName" xml:"SearchName"`
	SchemaName string `json:"SchemaName" xml:"SchemaName"`
	DbId       int    `json:"DbId" xml:"DbId"`
	Logic      bool   `json:"Logic" xml:"Logic"`
	Alias      string `json:"Alias" xml:"Alias"`
	EnvType    string `json:"EnvType" xml:"EnvType"`
	DbType     string `json:"DbType" xml:"DbType"`
}

BaseDatabase is a nested struct in dms_enterprise response

type BuyPayAsYouGoOrderRequest ¶ added in v1.61.1835

type BuyPayAsYouGoOrderRequest struct {
	*requests.RpcRequest
	Tid           requests.Integer `position:"Query" name:"Tid"`
	CommodityType string           `position:"Query" name:"CommodityType"`
	InsNum        requests.Integer `position:"Query" name:"InsNum"`
	VersionType   string           `position:"Query" name:"VersionType"`
}

BuyPayAsYouGoOrderRequest is the request struct for api BuyPayAsYouGoOrder

func CreateBuyPayAsYouGoOrderRequest ¶ added in v1.61.1835

func CreateBuyPayAsYouGoOrderRequest() (request *BuyPayAsYouGoOrderRequest)

CreateBuyPayAsYouGoOrderRequest creates a request to invoke BuyPayAsYouGoOrder API

type BuyPayAsYouGoOrderResponse ¶ added in v1.61.1835

type BuyPayAsYouGoOrderResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	Success      bool   `json:"Success" xml:"Success"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	InstanceId   string `json:"InstanceId" xml:"InstanceId"`
}

BuyPayAsYouGoOrderResponse is the response struct for api BuyPayAsYouGoOrder

func CreateBuyPayAsYouGoOrderResponse ¶ added in v1.61.1835

func CreateBuyPayAsYouGoOrderResponse() (response *BuyPayAsYouGoOrderResponse)

CreateBuyPayAsYouGoOrderResponse creates a response to parse from BuyPayAsYouGoOrder response

type ChangeColumnSecLevelRequest ¶ added in v1.61.1302

type ChangeColumnSecLevelRequest struct {
	*requests.RpcRequest
	Tid        requests.Integer `position:"Query" name:"Tid"`
	TableName  string           `position:"Query" name:"TableName"`
	SchemaName string           `position:"Query" name:"SchemaName"`
	IsLogic    requests.Boolean `position:"Query" name:"IsLogic"`
	NewLevel   string           `position:"Query" name:"NewLevel"`
	ColumnName string           `position:"Query" name:"ColumnName"`
	DbId       requests.Integer `position:"Query" name:"DbId"`
}

ChangeColumnSecLevelRequest is the request struct for api ChangeColumnSecLevel

func CreateChangeColumnSecLevelRequest ¶ added in v1.61.1302

func CreateChangeColumnSecLevelRequest() (request *ChangeColumnSecLevelRequest)

CreateChangeColumnSecLevelRequest creates a request to invoke ChangeColumnSecLevel API

type ChangeColumnSecLevelResponse ¶ added in v1.61.1302

type ChangeColumnSecLevelResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

ChangeColumnSecLevelResponse is the response struct for api ChangeColumnSecLevel

func CreateChangeColumnSecLevelResponse ¶ added in v1.61.1302

func CreateChangeColumnSecLevelResponse() (response *ChangeColumnSecLevelResponse)

CreateChangeColumnSecLevelResponse creates a response to parse from ChangeColumnSecLevel response

type ChangeColumnSecurityLevelRequest ¶ added in v1.62.564

type ChangeColumnSecurityLevelRequest struct {
	*requests.RpcRequest
	NewSensitivityLevel string           `position:"Query" name:"NewSensitivityLevel"`
	Tid                 requests.Integer `position:"Query" name:"Tid"`
	TableName           string           `position:"Query" name:"TableName"`
	SchemaName          string           `position:"Query" name:"SchemaName"`
	IsLogic             requests.Boolean `position:"Query" name:"IsLogic"`
	ColumnName          string           `position:"Query" name:"ColumnName"`
	DbId                requests.Integer `position:"Query" name:"DbId"`
}

ChangeColumnSecurityLevelRequest is the request struct for api ChangeColumnSecurityLevel

func CreateChangeColumnSecurityLevelRequest ¶ added in v1.62.564

func CreateChangeColumnSecurityLevelRequest() (request *ChangeColumnSecurityLevelRequest)

CreateChangeColumnSecurityLevelRequest creates a request to invoke ChangeColumnSecurityLevel API

type ChangeColumnSecurityLevelResponse ¶ added in v1.62.564

type ChangeColumnSecurityLevelResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

ChangeColumnSecurityLevelResponse is the response struct for api ChangeColumnSecurityLevel

func CreateChangeColumnSecurityLevelResponse ¶ added in v1.62.564

func CreateChangeColumnSecurityLevelResponse() (response *ChangeColumnSecurityLevelResponse)

CreateChangeColumnSecurityLevelResponse creates a response to parse from ChangeColumnSecurityLevel response

type ChangeLhDagOwnerRequest ¶ added in v1.61.1535

type ChangeLhDagOwnerRequest struct {
	*requests.RpcRequest
	DagId       requests.Integer `position:"Query" name:"DagId"`
	Tid         requests.Integer `position:"Query" name:"Tid"`
	OwnerUserId requests.Integer `position:"Query" name:"OwnerUserId"`
}

ChangeLhDagOwnerRequest is the request struct for api ChangeLhDagOwner

func CreateChangeLhDagOwnerRequest ¶ added in v1.61.1535

func CreateChangeLhDagOwnerRequest() (request *ChangeLhDagOwnerRequest)

CreateChangeLhDagOwnerRequest creates a request to invoke ChangeLhDagOwner API

type ChangeLhDagOwnerResponse ¶ added in v1.61.1535

type ChangeLhDagOwnerResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

ChangeLhDagOwnerResponse is the response struct for api ChangeLhDagOwner

func CreateChangeLhDagOwnerResponse ¶ added in v1.61.1535

func CreateChangeLhDagOwnerResponse() (response *ChangeLhDagOwnerResponse)

CreateChangeLhDagOwnerResponse creates a response to parse from ChangeLhDagOwner response

type CheckResultStatus ¶ added in v1.61.1139

type CheckResultStatus struct {
	TotalSQLCount     int64             `json:"TotalSQLCount" xml:"TotalSQLCount"`
	CheckedCount      int64             `json:"CheckedCount" xml:"CheckedCount"`
	CheckStatusResult CheckStatusResult `json:"CheckStatusResult" xml:"CheckStatusResult"`
	SQLReviewResult   SQLReviewResult   `json:"SQLReviewResult" xml:"SQLReviewResult"`
}

CheckResultStatus is a nested struct in dms_enterprise response

type CheckStatusResult ¶ added in v1.61.1139

type CheckStatusResult struct {
	New          int64 `json:"New" xml:"New"`
	Unknown      int64 `json:"Unknown" xml:"Unknown"`
	CheckNotPass int64 `json:"CheckNotPass" xml:"CheckNotPass"`
	CheckPass    int64 `json:"CheckPass" xml:"CheckPass"`
	ForcePass    int64 `json:"ForcePass" xml:"ForcePass"`
	ForceNotPass int64 `json:"ForceNotPass" xml:"ForceNotPass"`
}

CheckStatusResult is a nested struct in dms_enterprise response

type ClassificationResourceTemplateMap ¶ added in v1.62.564

type ClassificationResourceTemplateMap struct {
	TemplateId   int64  `json:"TemplateId" xml:"TemplateId"`
	TemplateType string `json:"TemplateType" xml:"TemplateType"`
	ResourceId   int64  `json:"ResourceId" xml:"ResourceId"`
	ResourceType string `json:"ResourceType" xml:"ResourceType"`
}

ClassificationResourceTemplateMap is a nested struct in dms_enterprise 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://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

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://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithOptions ¶

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

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

func NewClientWithProvider ¶ added in v1.61.13

func NewClientWithProvider(regionId string, providers ...provider.Provider) (client *Client, err error)

NewClientWithProvider creates a sdk client with providers usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithRamRoleArn ¶

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

NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithRamRoleArnAndPolicy ¶ added in v1.61.13

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

NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn and policy usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithRsaKeyPair ¶

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

NewClientWithRsaKeyPair is a shortcut to create sdk client with rsa key pair usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithStsToken ¶

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

NewClientWithStsToken is a shortcut to create sdk client with sts token usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func (*Client) AddDesensitizationRule ¶ added in v1.61.1630

func (client *Client) AddDesensitizationRule(request *AddDesensitizationRuleRequest) (response *AddDesensitizationRuleResponse, err error)

AddDesensitizationRule invokes the dms_enterprise.AddDesensitizationRule API synchronously

func (*Client) AddDesensitizationRuleWithCallback ¶ added in v1.61.1630

func (client *Client) AddDesensitizationRuleWithCallback(request *AddDesensitizationRuleRequest, callback func(response *AddDesensitizationRuleResponse, err error)) <-chan int

AddDesensitizationRuleWithCallback invokes the dms_enterprise.AddDesensitizationRule API asynchronously

func (*Client) AddDesensitizationRuleWithChan ¶ added in v1.61.1630

func (client *Client) AddDesensitizationRuleWithChan(request *AddDesensitizationRuleRequest) (<-chan *AddDesensitizationRuleResponse, <-chan error)

AddDesensitizationRuleWithChan invokes the dms_enterprise.AddDesensitizationRule API asynchronously

func (*Client) AddInstance ¶ added in v1.62.719

func (client *Client) AddInstance(request *AddInstanceRequest) (response *AddInstanceResponse, err error)

AddInstance invokes the dms_enterprise.AddInstance API synchronously

func (*Client) AddInstanceWithCallback ¶ added in v1.62.719

func (client *Client) AddInstanceWithCallback(request *AddInstanceRequest, callback func(response *AddInstanceResponse, err error)) <-chan int

AddInstanceWithCallback invokes the dms_enterprise.AddInstance API asynchronously

func (*Client) AddInstanceWithChan ¶ added in v1.62.719

func (client *Client) AddInstanceWithChan(request *AddInstanceRequest) (<-chan *AddInstanceResponse, <-chan error)

AddInstanceWithChan invokes the dms_enterprise.AddInstance API asynchronously

func (*Client) AddLhMembers ¶ added in v1.61.1525

func (client *Client) AddLhMembers(request *AddLhMembersRequest) (response *AddLhMembersResponse, err error)

AddLhMembers invokes the dms_enterprise.AddLhMembers API synchronously

func (*Client) AddLhMembersWithCallback ¶ added in v1.61.1525

func (client *Client) AddLhMembersWithCallback(request *AddLhMembersRequest, callback func(response *AddLhMembersResponse, err error)) <-chan int

AddLhMembersWithCallback invokes the dms_enterprise.AddLhMembers API asynchronously

func (*Client) AddLhMembersWithChan ¶ added in v1.61.1525

func (client *Client) AddLhMembersWithChan(request *AddLhMembersRequest) (<-chan *AddLhMembersResponse, <-chan error)

AddLhMembersWithChan invokes the dms_enterprise.AddLhMembers API asynchronously

func (*Client) AddLogicTableRouteConfig ¶ added in v1.61.1354

func (client *Client) AddLogicTableRouteConfig(request *AddLogicTableRouteConfigRequest) (response *AddLogicTableRouteConfigResponse, err error)

AddLogicTableRouteConfig invokes the dms_enterprise.AddLogicTableRouteConfig API synchronously

func (*Client) AddLogicTableRouteConfigWithCallback ¶ added in v1.61.1354

func (client *Client) AddLogicTableRouteConfigWithCallback(request *AddLogicTableRouteConfigRequest, callback func(response *AddLogicTableRouteConfigResponse, err error)) <-chan int

AddLogicTableRouteConfigWithCallback invokes the dms_enterprise.AddLogicTableRouteConfig API asynchronously

func (*Client) AddLogicTableRouteConfigWithChan ¶ added in v1.61.1354

func (client *Client) AddLogicTableRouteConfigWithChan(request *AddLogicTableRouteConfigRequest) (<-chan *AddLogicTableRouteConfigResponse, <-chan error)

AddLogicTableRouteConfigWithChan invokes the dms_enterprise.AddLogicTableRouteConfig API asynchronously

func (*Client) AddTaskFlowEdges ¶ added in v1.61.1835

func (client *Client) AddTaskFlowEdges(request *AddTaskFlowEdgesRequest) (response *AddTaskFlowEdgesResponse, err error)

AddTaskFlowEdges invokes the dms_enterprise.AddTaskFlowEdges API synchronously

func (*Client) AddTaskFlowEdgesWithCallback ¶ added in v1.61.1835

func (client *Client) AddTaskFlowEdgesWithCallback(request *AddTaskFlowEdgesRequest, callback func(response *AddTaskFlowEdgesResponse, err error)) <-chan int

AddTaskFlowEdgesWithCallback invokes the dms_enterprise.AddTaskFlowEdges API asynchronously

func (*Client) AddTaskFlowEdgesWithChan ¶ added in v1.61.1835

func (client *Client) AddTaskFlowEdgesWithChan(request *AddTaskFlowEdgesRequest) (<-chan *AddTaskFlowEdgesResponse, <-chan error)

AddTaskFlowEdgesWithChan invokes the dms_enterprise.AddTaskFlowEdges API asynchronously

func (*Client) AnalyzeSQLLineage ¶ added in v1.62.345

func (client *Client) AnalyzeSQLLineage(request *AnalyzeSQLLineageRequest) (response *AnalyzeSQLLineageResponse, err error)

AnalyzeSQLLineage invokes the dms_enterprise.AnalyzeSQLLineage API synchronously

func (*Client) AnalyzeSQLLineageWithCallback ¶ added in v1.62.345

func (client *Client) AnalyzeSQLLineageWithCallback(request *AnalyzeSQLLineageRequest, callback func(response *AnalyzeSQLLineageResponse, err error)) <-chan int

AnalyzeSQLLineageWithCallback invokes the dms_enterprise.AnalyzeSQLLineage API asynchronously

func (*Client) AnalyzeSQLLineageWithChan ¶ added in v1.62.345

func (client *Client) AnalyzeSQLLineageWithChan(request *AnalyzeSQLLineageRequest) (<-chan *AnalyzeSQLLineageResponse, <-chan error)

AnalyzeSQLLineageWithChan invokes the dms_enterprise.AnalyzeSQLLineage API asynchronously

func (*Client) ApproveOrder ¶ added in v1.61.13

func (client *Client) ApproveOrder(request *ApproveOrderRequest) (response *ApproveOrderResponse, err error)

ApproveOrder invokes the dms_enterprise.ApproveOrder API synchronously

func (*Client) ApproveOrderWithCallback ¶ added in v1.61.13

func (client *Client) ApproveOrderWithCallback(request *ApproveOrderRequest, callback func(response *ApproveOrderResponse, err error)) <-chan int

ApproveOrderWithCallback invokes the dms_enterprise.ApproveOrder API asynchronously

func (*Client) ApproveOrderWithChan ¶ added in v1.61.13

func (client *Client) ApproveOrderWithChan(request *ApproveOrderRequest) (<-chan *ApproveOrderResponse, <-chan error)

ApproveOrderWithChan invokes the dms_enterprise.ApproveOrder API asynchronously

func (*Client) BackFill ¶ added in v1.61.1835

func (client *Client) BackFill(request *BackFillRequest) (response *BackFillResponse, err error)

BackFill invokes the dms_enterprise.BackFill API synchronously

func (*Client) BackFillWithCallback ¶ added in v1.61.1835

func (client *Client) BackFillWithCallback(request *BackFillRequest, callback func(response *BackFillResponse, err error)) <-chan int

BackFillWithCallback invokes the dms_enterprise.BackFill API asynchronously

func (*Client) BackFillWithChan ¶ added in v1.61.1835

func (client *Client) BackFillWithChan(request *BackFillRequest) (<-chan *BackFillResponse, <-chan error)

BackFillWithChan invokes the dms_enterprise.BackFill API asynchronously

func (*Client) BuyPayAsYouGoOrder ¶ added in v1.61.1835

func (client *Client) BuyPayAsYouGoOrder(request *BuyPayAsYouGoOrderRequest) (response *BuyPayAsYouGoOrderResponse, err error)

BuyPayAsYouGoOrder invokes the dms_enterprise.BuyPayAsYouGoOrder API synchronously

func (*Client) BuyPayAsYouGoOrderWithCallback ¶ added in v1.61.1835

func (client *Client) BuyPayAsYouGoOrderWithCallback(request *BuyPayAsYouGoOrderRequest, callback func(response *BuyPayAsYouGoOrderResponse, err error)) <-chan int

BuyPayAsYouGoOrderWithCallback invokes the dms_enterprise.BuyPayAsYouGoOrder API asynchronously

func (*Client) BuyPayAsYouGoOrderWithChan ¶ added in v1.61.1835

func (client *Client) BuyPayAsYouGoOrderWithChan(request *BuyPayAsYouGoOrderRequest) (<-chan *BuyPayAsYouGoOrderResponse, <-chan error)

BuyPayAsYouGoOrderWithChan invokes the dms_enterprise.BuyPayAsYouGoOrder API asynchronously

func (*Client) ChangeColumnSecLevel ¶ added in v1.61.1302

func (client *Client) ChangeColumnSecLevel(request *ChangeColumnSecLevelRequest) (response *ChangeColumnSecLevelResponse, err error)

ChangeColumnSecLevel invokes the dms_enterprise.ChangeColumnSecLevel API synchronously

func (*Client) ChangeColumnSecLevelWithCallback ¶ added in v1.61.1302

func (client *Client) ChangeColumnSecLevelWithCallback(request *ChangeColumnSecLevelRequest, callback func(response *ChangeColumnSecLevelResponse, err error)) <-chan int

ChangeColumnSecLevelWithCallback invokes the dms_enterprise.ChangeColumnSecLevel API asynchronously

func (*Client) ChangeColumnSecLevelWithChan ¶ added in v1.61.1302

func (client *Client) ChangeColumnSecLevelWithChan(request *ChangeColumnSecLevelRequest) (<-chan *ChangeColumnSecLevelResponse, <-chan error)

ChangeColumnSecLevelWithChan invokes the dms_enterprise.ChangeColumnSecLevel API asynchronously

func (*Client) ChangeColumnSecurityLevel ¶ added in v1.62.564

func (client *Client) ChangeColumnSecurityLevel(request *ChangeColumnSecurityLevelRequest) (response *ChangeColumnSecurityLevelResponse, err error)

ChangeColumnSecurityLevel invokes the dms_enterprise.ChangeColumnSecurityLevel API synchronously

func (*Client) ChangeColumnSecurityLevelWithCallback ¶ added in v1.62.564

func (client *Client) ChangeColumnSecurityLevelWithCallback(request *ChangeColumnSecurityLevelRequest, callback func(response *ChangeColumnSecurityLevelResponse, err error)) <-chan int

ChangeColumnSecurityLevelWithCallback invokes the dms_enterprise.ChangeColumnSecurityLevel API asynchronously

func (*Client) ChangeColumnSecurityLevelWithChan ¶ added in v1.62.564

func (client *Client) ChangeColumnSecurityLevelWithChan(request *ChangeColumnSecurityLevelRequest) (<-chan *ChangeColumnSecurityLevelResponse, <-chan error)

ChangeColumnSecurityLevelWithChan invokes the dms_enterprise.ChangeColumnSecurityLevel API asynchronously

func (*Client) ChangeLhDagOwner ¶ added in v1.61.1535

func (client *Client) ChangeLhDagOwner(request *ChangeLhDagOwnerRequest) (response *ChangeLhDagOwnerResponse, err error)

ChangeLhDagOwner invokes the dms_enterprise.ChangeLhDagOwner API synchronously

func (*Client) ChangeLhDagOwnerWithCallback ¶ added in v1.61.1535

func (client *Client) ChangeLhDagOwnerWithCallback(request *ChangeLhDagOwnerRequest, callback func(response *ChangeLhDagOwnerResponse, err error)) <-chan int

ChangeLhDagOwnerWithCallback invokes the dms_enterprise.ChangeLhDagOwner API asynchronously

func (*Client) ChangeLhDagOwnerWithChan ¶ added in v1.61.1535

func (client *Client) ChangeLhDagOwnerWithChan(request *ChangeLhDagOwnerRequest) (<-chan *ChangeLhDagOwnerResponse, <-chan error)

ChangeLhDagOwnerWithChan invokes the dms_enterprise.ChangeLhDagOwner API asynchronously

func (*Client) CloseOrder ¶ added in v1.61.13

func (client *Client) CloseOrder(request *CloseOrderRequest) (response *CloseOrderResponse, err error)

CloseOrder invokes the dms_enterprise.CloseOrder API synchronously

func (*Client) CloseOrderWithCallback ¶ added in v1.61.13

func (client *Client) CloseOrderWithCallback(request *CloseOrderRequest, callback func(response *CloseOrderResponse, err error)) <-chan int

CloseOrderWithCallback invokes the dms_enterprise.CloseOrder API asynchronously

func (*Client) CloseOrderWithChan ¶ added in v1.61.13

func (client *Client) CloseOrderWithChan(request *CloseOrderRequest) (<-chan *CloseOrderResponse, <-chan error)

CloseOrderWithChan invokes the dms_enterprise.CloseOrder API asynchronously

func (*Client) CreateAuthorityTemplate ¶ added in v1.62.277

func (client *Client) CreateAuthorityTemplate(request *CreateAuthorityTemplateRequest) (response *CreateAuthorityTemplateResponse, err error)

CreateAuthorityTemplate invokes the dms_enterprise.CreateAuthorityTemplate API synchronously

func (*Client) CreateAuthorityTemplateWithCallback ¶ added in v1.62.277

func (client *Client) CreateAuthorityTemplateWithCallback(request *CreateAuthorityTemplateRequest, callback func(response *CreateAuthorityTemplateResponse, err error)) <-chan int

CreateAuthorityTemplateWithCallback invokes the dms_enterprise.CreateAuthorityTemplate API asynchronously

func (*Client) CreateAuthorityTemplateWithChan ¶ added in v1.62.277

func (client *Client) CreateAuthorityTemplateWithChan(request *CreateAuthorityTemplateRequest) (<-chan *CreateAuthorityTemplateResponse, <-chan error)

CreateAuthorityTemplateWithChan invokes the dms_enterprise.CreateAuthorityTemplate API asynchronously

func (*Client) CreateDataArchiveOrder ¶ added in v1.62.436

func (client *Client) CreateDataArchiveOrder(request *CreateDataArchiveOrderRequest) (response *CreateDataArchiveOrderResponse, err error)

CreateDataArchiveOrder invokes the dms_enterprise.CreateDataArchiveOrder API synchronously

func (*Client) CreateDataArchiveOrderWithCallback ¶ added in v1.62.436

func (client *Client) CreateDataArchiveOrderWithCallback(request *CreateDataArchiveOrderRequest, callback func(response *CreateDataArchiveOrderResponse, err error)) <-chan int

CreateDataArchiveOrderWithCallback invokes the dms_enterprise.CreateDataArchiveOrder API asynchronously

func (*Client) CreateDataArchiveOrderWithChan ¶ added in v1.62.436

func (client *Client) CreateDataArchiveOrderWithChan(request *CreateDataArchiveOrderRequest) (<-chan *CreateDataArchiveOrderResponse, <-chan error)

CreateDataArchiveOrderWithChan invokes the dms_enterprise.CreateDataArchiveOrder API asynchronously

func (*Client) CreateDataCorrectOrder ¶ added in v1.61.1009

func (client *Client) CreateDataCorrectOrder(request *CreateDataCorrectOrderRequest) (response *CreateDataCorrectOrderResponse, err error)

CreateDataCorrectOrder invokes the dms_enterprise.CreateDataCorrectOrder API synchronously

func (*Client) CreateDataCorrectOrderWithCallback ¶ added in v1.61.1009

func (client *Client) CreateDataCorrectOrderWithCallback(request *CreateDataCorrectOrderRequest, callback func(response *CreateDataCorrectOrderResponse, err error)) <-chan int

CreateDataCorrectOrderWithCallback invokes the dms_enterprise.CreateDataCorrectOrder API asynchronously

func (*Client) CreateDataCorrectOrderWithChan ¶ added in v1.61.1009

func (client *Client) CreateDataCorrectOrderWithChan(request *CreateDataCorrectOrderRequest) (<-chan *CreateDataCorrectOrderResponse, <-chan error)

CreateDataCorrectOrderWithChan invokes the dms_enterprise.CreateDataCorrectOrder API asynchronously

func (*Client) CreateDataCronClearOrder ¶ added in v1.61.1009

func (client *Client) CreateDataCronClearOrder(request *CreateDataCronClearOrderRequest) (response *CreateDataCronClearOrderResponse, err error)

CreateDataCronClearOrder invokes the dms_enterprise.CreateDataCronClearOrder API synchronously

func (*Client) CreateDataCronClearOrderWithCallback ¶ added in v1.61.1009

func (client *Client) CreateDataCronClearOrderWithCallback(request *CreateDataCronClearOrderRequest, callback func(response *CreateDataCronClearOrderResponse, err error)) <-chan int

CreateDataCronClearOrderWithCallback invokes the dms_enterprise.CreateDataCronClearOrder API asynchronously

func (*Client) CreateDataCronClearOrderWithChan ¶ added in v1.61.1009

func (client *Client) CreateDataCronClearOrderWithChan(request *CreateDataCronClearOrderRequest) (<-chan *CreateDataCronClearOrderResponse, <-chan error)

CreateDataCronClearOrderWithChan invokes the dms_enterprise.CreateDataCronClearOrder API asynchronously

func (*Client) CreateDataExportOrder ¶ added in v1.61.1513

func (client *Client) CreateDataExportOrder(request *CreateDataExportOrderRequest) (response *CreateDataExportOrderResponse, err error)

CreateDataExportOrder invokes the dms_enterprise.CreateDataExportOrder API synchronously

func (*Client) CreateDataExportOrderWithCallback ¶ added in v1.61.1513

func (client *Client) CreateDataExportOrderWithCallback(request *CreateDataExportOrderRequest, callback func(response *CreateDataExportOrderResponse, err error)) <-chan int

CreateDataExportOrderWithCallback invokes the dms_enterprise.CreateDataExportOrder API asynchronously

func (*Client) CreateDataExportOrderWithChan ¶ added in v1.61.1513

func (client *Client) CreateDataExportOrderWithChan(request *CreateDataExportOrderRequest) (<-chan *CreateDataExportOrderResponse, <-chan error)

CreateDataExportOrderWithChan invokes the dms_enterprise.CreateDataExportOrder API asynchronously

func (*Client) CreateDataImportOrder ¶ added in v1.61.1009

func (client *Client) CreateDataImportOrder(request *CreateDataImportOrderRequest) (response *CreateDataImportOrderResponse, err error)

CreateDataImportOrder invokes the dms_enterprise.CreateDataImportOrder API synchronously

func (*Client) CreateDataImportOrderWithCallback ¶ added in v1.61.1009

func (client *Client) CreateDataImportOrderWithCallback(request *CreateDataImportOrderRequest, callback func(response *CreateDataImportOrderResponse, err error)) <-chan int

CreateDataImportOrderWithCallback invokes the dms_enterprise.CreateDataImportOrder API asynchronously

func (*Client) CreateDataImportOrderWithChan ¶ added in v1.61.1009

func (client *Client) CreateDataImportOrderWithChan(request *CreateDataImportOrderRequest) (<-chan *CreateDataImportOrderResponse, <-chan error)

CreateDataImportOrderWithChan invokes the dms_enterprise.CreateDataImportOrder API asynchronously

func (*Client) CreateDataTrackOrder ¶ added in v1.62.289

func (client *Client) CreateDataTrackOrder(request *CreateDataTrackOrderRequest) (response *CreateDataTrackOrderResponse, err error)

CreateDataTrackOrder invokes the dms_enterprise.CreateDataTrackOrder API synchronously

func (*Client) CreateDataTrackOrderWithCallback ¶ added in v1.62.289

func (client *Client) CreateDataTrackOrderWithCallback(request *CreateDataTrackOrderRequest, callback func(response *CreateDataTrackOrderResponse, err error)) <-chan int

CreateDataTrackOrderWithCallback invokes the dms_enterprise.CreateDataTrackOrder API asynchronously

func (*Client) CreateDataTrackOrderWithChan ¶ added in v1.62.289

func (client *Client) CreateDataTrackOrderWithChan(request *CreateDataTrackOrderRequest) (<-chan *CreateDataTrackOrderResponse, <-chan error)

CreateDataTrackOrderWithChan invokes the dms_enterprise.CreateDataTrackOrder API asynchronously

func (*Client) CreateDatabaseExportOrder ¶ added in v1.62.289

func (client *Client) CreateDatabaseExportOrder(request *CreateDatabaseExportOrderRequest) (response *CreateDatabaseExportOrderResponse, err error)

CreateDatabaseExportOrder invokes the dms_enterprise.CreateDatabaseExportOrder API synchronously

func (*Client) CreateDatabaseExportOrderWithCallback ¶ added in v1.62.289

func (client *Client) CreateDatabaseExportOrderWithCallback(request *CreateDatabaseExportOrderRequest, callback func(response *CreateDatabaseExportOrderResponse, err error)) <-chan int

CreateDatabaseExportOrderWithCallback invokes the dms_enterprise.CreateDatabaseExportOrder API asynchronously

func (*Client) CreateDatabaseExportOrderWithChan ¶ added in v1.62.289

func (client *Client) CreateDatabaseExportOrderWithChan(request *CreateDatabaseExportOrderRequest) (<-chan *CreateDatabaseExportOrderResponse, <-chan error)

CreateDatabaseExportOrderWithChan invokes the dms_enterprise.CreateDatabaseExportOrder API asynchronously

func (*Client) CreateFreeLockCorrectOrder ¶ added in v1.61.1009

func (client *Client) CreateFreeLockCorrectOrder(request *CreateFreeLockCorrectOrderRequest) (response *CreateFreeLockCorrectOrderResponse, err error)

CreateFreeLockCorrectOrder invokes the dms_enterprise.CreateFreeLockCorrectOrder API synchronously

func (*Client) CreateFreeLockCorrectOrderWithCallback ¶ added in v1.61.1009

func (client *Client) CreateFreeLockCorrectOrderWithCallback(request *CreateFreeLockCorrectOrderRequest, callback func(response *CreateFreeLockCorrectOrderResponse, err error)) <-chan int

CreateFreeLockCorrectOrderWithCallback invokes the dms_enterprise.CreateFreeLockCorrectOrder API asynchronously

func (*Client) CreateFreeLockCorrectOrderWithChan ¶ added in v1.61.1009

func (client *Client) CreateFreeLockCorrectOrderWithChan(request *CreateFreeLockCorrectOrderRequest) (<-chan *CreateFreeLockCorrectOrderResponse, <-chan error)

CreateFreeLockCorrectOrderWithChan invokes the dms_enterprise.CreateFreeLockCorrectOrder API asynchronously

func (*Client) CreateLakeHouseSpace ¶ added in v1.61.1525

func (client *Client) CreateLakeHouseSpace(request *CreateLakeHouseSpaceRequest) (response *CreateLakeHouseSpaceResponse, err error)

CreateLakeHouseSpace invokes the dms_enterprise.CreateLakeHouseSpace API synchronously

func (*Client) CreateLakeHouseSpaceWithCallback ¶ added in v1.61.1525

func (client *Client) CreateLakeHouseSpaceWithCallback(request *CreateLakeHouseSpaceRequest, callback func(response *CreateLakeHouseSpaceResponse, err error)) <-chan int

CreateLakeHouseSpaceWithCallback invokes the dms_enterprise.CreateLakeHouseSpace API asynchronously

func (*Client) CreateLakeHouseSpaceWithChan ¶ added in v1.61.1525

func (client *Client) CreateLakeHouseSpaceWithChan(request *CreateLakeHouseSpaceRequest) (<-chan *CreateLakeHouseSpaceResponse, <-chan error)

CreateLakeHouseSpaceWithChan invokes the dms_enterprise.CreateLakeHouseSpace API asynchronously

func (*Client) CreateLogicDatabase ¶ added in v1.61.1302

func (client *Client) CreateLogicDatabase(request *CreateLogicDatabaseRequest) (response *CreateLogicDatabaseResponse, err error)

CreateLogicDatabase invokes the dms_enterprise.CreateLogicDatabase API synchronously

func (*Client) CreateLogicDatabaseWithCallback ¶ added in v1.61.1302

func (client *Client) CreateLogicDatabaseWithCallback(request *CreateLogicDatabaseRequest, callback func(response *CreateLogicDatabaseResponse, err error)) <-chan int

CreateLogicDatabaseWithCallback invokes the dms_enterprise.CreateLogicDatabase API asynchronously

func (*Client) CreateLogicDatabaseWithChan ¶ added in v1.61.1302

func (client *Client) CreateLogicDatabaseWithChan(request *CreateLogicDatabaseRequest) (<-chan *CreateLogicDatabaseResponse, <-chan error)

CreateLogicDatabaseWithChan invokes the dms_enterprise.CreateLogicDatabase API asynchronously

func (*Client) CreateOrder ¶ added in v1.61.13

func (client *Client) CreateOrder(request *CreateOrderRequest) (response *CreateOrderResponse, err error)

CreateOrder invokes the dms_enterprise.CreateOrder API synchronously

func (*Client) CreateOrderWithCallback ¶ added in v1.61.13

func (client *Client) CreateOrderWithCallback(request *CreateOrderRequest, callback func(response *CreateOrderResponse, err error)) <-chan int

CreateOrderWithCallback invokes the dms_enterprise.CreateOrder API asynchronously

func (*Client) CreateOrderWithChan ¶ added in v1.61.13

func (client *Client) CreateOrderWithChan(request *CreateOrderRequest) (<-chan *CreateOrderResponse, <-chan error)

CreateOrderWithChan invokes the dms_enterprise.CreateOrder API asynchronously

func (*Client) CreateProcCorrectOrder ¶ added in v1.62.564

func (client *Client) CreateProcCorrectOrder(request *CreateProcCorrectOrderRequest) (response *CreateProcCorrectOrderResponse, err error)

CreateProcCorrectOrder invokes the dms_enterprise.CreateProcCorrectOrder API synchronously

func (*Client) CreateProcCorrectOrderWithCallback ¶ added in v1.62.564

func (client *Client) CreateProcCorrectOrderWithCallback(request *CreateProcCorrectOrderRequest, callback func(response *CreateProcCorrectOrderResponse, err error)) <-chan int

CreateProcCorrectOrderWithCallback invokes the dms_enterprise.CreateProcCorrectOrder API asynchronously

func (*Client) CreateProcCorrectOrderWithChan ¶ added in v1.62.564

func (client *Client) CreateProcCorrectOrderWithChan(request *CreateProcCorrectOrderRequest) (<-chan *CreateProcCorrectOrderResponse, <-chan error)

CreateProcCorrectOrderWithChan invokes the dms_enterprise.CreateProcCorrectOrder API asynchronously

func (*Client) CreateProxy ¶ added in v1.61.1227

func (client *Client) CreateProxy(request *CreateProxyRequest) (response *CreateProxyResponse, err error)

CreateProxy invokes the dms_enterprise.CreateProxy API synchronously

func (*Client) CreateProxyAccess ¶ added in v1.61.1227

func (client *Client) CreateProxyAccess(request *CreateProxyAccessRequest) (response *CreateProxyAccessResponse, err error)

CreateProxyAccess invokes the dms_enterprise.CreateProxyAccess API synchronously

func (*Client) CreateProxyAccessWithCallback ¶ added in v1.61.1227

func (client *Client) CreateProxyAccessWithCallback(request *CreateProxyAccessRequest, callback func(response *CreateProxyAccessResponse, err error)) <-chan int

CreateProxyAccessWithCallback invokes the dms_enterprise.CreateProxyAccess API asynchronously

func (*Client) CreateProxyAccessWithChan ¶ added in v1.61.1227

func (client *Client) CreateProxyAccessWithChan(request *CreateProxyAccessRequest) (<-chan *CreateProxyAccessResponse, <-chan error)

CreateProxyAccessWithChan invokes the dms_enterprise.CreateProxyAccess API asynchronously

func (*Client) CreateProxyWithCallback ¶ added in v1.61.1227

func (client *Client) CreateProxyWithCallback(request *CreateProxyRequest, callback func(response *CreateProxyResponse, err error)) <-chan int

CreateProxyWithCallback invokes the dms_enterprise.CreateProxy API asynchronously

func (*Client) CreateProxyWithChan ¶ added in v1.61.1227

func (client *Client) CreateProxyWithChan(request *CreateProxyRequest) (<-chan *CreateProxyResponse, <-chan error)

CreateProxyWithChan invokes the dms_enterprise.CreateProxy API asynchronously

func (*Client) CreatePublishGroupTask ¶ added in v1.61.13

func (client *Client) CreatePublishGroupTask(request *CreatePublishGroupTaskRequest) (response *CreatePublishGroupTaskResponse, err error)

CreatePublishGroupTask invokes the dms_enterprise.CreatePublishGroupTask API synchronously

func (*Client) CreatePublishGroupTaskWithCallback ¶ added in v1.61.13

func (client *Client) CreatePublishGroupTaskWithCallback(request *CreatePublishGroupTaskRequest, callback func(response *CreatePublishGroupTaskResponse, err error)) <-chan int

CreatePublishGroupTaskWithCallback invokes the dms_enterprise.CreatePublishGroupTask API asynchronously

func (*Client) CreatePublishGroupTaskWithChan ¶ added in v1.61.13

func (client *Client) CreatePublishGroupTaskWithChan(request *CreatePublishGroupTaskRequest) (<-chan *CreatePublishGroupTaskResponse, <-chan error)

CreatePublishGroupTaskWithChan invokes the dms_enterprise.CreatePublishGroupTask API asynchronously

func (*Client) CreateSQLReviewOrder ¶ added in v1.61.1139

func (client *Client) CreateSQLReviewOrder(request *CreateSQLReviewOrderRequest) (response *CreateSQLReviewOrderResponse, err error)

CreateSQLReviewOrder invokes the dms_enterprise.CreateSQLReviewOrder API synchronously

func (*Client) CreateSQLReviewOrderWithCallback ¶ added in v1.61.1139

func (client *Client) CreateSQLReviewOrderWithCallback(request *CreateSQLReviewOrderRequest, callback func(response *CreateSQLReviewOrderResponse, err error)) <-chan int

CreateSQLReviewOrderWithCallback invokes the dms_enterprise.CreateSQLReviewOrder API asynchronously

func (*Client) CreateSQLReviewOrderWithChan ¶ added in v1.61.1139

func (client *Client) CreateSQLReviewOrderWithChan(request *CreateSQLReviewOrderRequest) (<-chan *CreateSQLReviewOrderResponse, <-chan error)

CreateSQLReviewOrderWithChan invokes the dms_enterprise.CreateSQLReviewOrder API asynchronously

func (*Client) CreateScenario ¶ added in v1.61.1835

func (client *Client) CreateScenario(request *CreateScenarioRequest) (response *CreateScenarioResponse, err error)

CreateScenario invokes the dms_enterprise.CreateScenario API synchronously

func (*Client) CreateScenarioWithCallback ¶ added in v1.61.1835

func (client *Client) CreateScenarioWithCallback(request *CreateScenarioRequest, callback func(response *CreateScenarioResponse, err error)) <-chan int

CreateScenarioWithCallback invokes the dms_enterprise.CreateScenario API asynchronously

func (*Client) CreateScenarioWithChan ¶ added in v1.61.1835

func (client *Client) CreateScenarioWithChan(request *CreateScenarioRequest) (<-chan *CreateScenarioResponse, <-chan error)

CreateScenarioWithChan invokes the dms_enterprise.CreateScenario API asynchronously

func (*Client) CreateStandardGroup ¶ added in v1.61.1525

func (client *Client) CreateStandardGroup(request *CreateStandardGroupRequest) (response *CreateStandardGroupResponse, err error)

CreateStandardGroup invokes the dms_enterprise.CreateStandardGroup API synchronously

func (*Client) CreateStandardGroupWithCallback ¶ added in v1.61.1525

func (client *Client) CreateStandardGroupWithCallback(request *CreateStandardGroupRequest, callback func(response *CreateStandardGroupResponse, err error)) <-chan int

CreateStandardGroupWithCallback invokes the dms_enterprise.CreateStandardGroup API asynchronously

func (*Client) CreateStandardGroupWithChan ¶ added in v1.61.1525

func (client *Client) CreateStandardGroupWithChan(request *CreateStandardGroupRequest) (<-chan *CreateStandardGroupResponse, <-chan error)

CreateStandardGroupWithChan invokes the dms_enterprise.CreateStandardGroup API asynchronously

func (*Client) CreateStructSyncOrder ¶ added in v1.61.968

func (client *Client) CreateStructSyncOrder(request *CreateStructSyncOrderRequest) (response *CreateStructSyncOrderResponse, err error)

CreateStructSyncOrder invokes the dms_enterprise.CreateStructSyncOrder API synchronously

func (*Client) CreateStructSyncOrderWithCallback ¶ added in v1.61.968

func (client *Client) CreateStructSyncOrderWithCallback(request *CreateStructSyncOrderRequest, callback func(response *CreateStructSyncOrderResponse, err error)) <-chan int

CreateStructSyncOrderWithCallback invokes the dms_enterprise.CreateStructSyncOrder API asynchronously

func (*Client) CreateStructSyncOrderWithChan ¶ added in v1.61.968

func (client *Client) CreateStructSyncOrderWithChan(request *CreateStructSyncOrderRequest) (<-chan *CreateStructSyncOrderResponse, <-chan error)

CreateStructSyncOrderWithChan invokes the dms_enterprise.CreateStructSyncOrder API asynchronously

func (*Client) CreateTask ¶ added in v1.61.1835

func (client *Client) CreateTask(request *CreateTaskRequest) (response *CreateTaskResponse, err error)

CreateTask invokes the dms_enterprise.CreateTask API synchronously

func (*Client) CreateTaskFlow ¶ added in v1.61.1835

func (client *Client) CreateTaskFlow(request *CreateTaskFlowRequest) (response *CreateTaskFlowResponse, err error)

CreateTaskFlow invokes the dms_enterprise.CreateTaskFlow API synchronously

func (*Client) CreateTaskFlowWithCallback ¶ added in v1.61.1835

func (client *Client) CreateTaskFlowWithCallback(request *CreateTaskFlowRequest, callback func(response *CreateTaskFlowResponse, err error)) <-chan int

CreateTaskFlowWithCallback invokes the dms_enterprise.CreateTaskFlow API asynchronously

func (*Client) CreateTaskFlowWithChan ¶ added in v1.61.1835

func (client *Client) CreateTaskFlowWithChan(request *CreateTaskFlowRequest) (<-chan *CreateTaskFlowResponse, <-chan error)

CreateTaskFlowWithChan invokes the dms_enterprise.CreateTaskFlow API asynchronously

func (*Client) CreateTaskWithCallback ¶ added in v1.61.1835

func (client *Client) CreateTaskWithCallback(request *CreateTaskRequest, callback func(response *CreateTaskResponse, err error)) <-chan int

CreateTaskWithCallback invokes the dms_enterprise.CreateTask API asynchronously

func (*Client) CreateTaskWithChan ¶ added in v1.61.1835

func (client *Client) CreateTaskWithChan(request *CreateTaskRequest) (<-chan *CreateTaskResponse, <-chan error)

CreateTaskWithChan invokes the dms_enterprise.CreateTask API asynchronously

func (*Client) CreateUploadFileJob ¶ added in v1.61.968

func (client *Client) CreateUploadFileJob(request *CreateUploadFileJobRequest) (response *CreateUploadFileJobResponse, err error)

CreateUploadFileJob invokes the dms_enterprise.CreateUploadFileJob API synchronously

func (*Client) CreateUploadFileJobWithCallback ¶ added in v1.61.968

func (client *Client) CreateUploadFileJobWithCallback(request *CreateUploadFileJobRequest, callback func(response *CreateUploadFileJobResponse, err error)) <-chan int

CreateUploadFileJobWithCallback invokes the dms_enterprise.CreateUploadFileJob API asynchronously

func (*Client) CreateUploadFileJobWithChan ¶ added in v1.61.968

func (client *Client) CreateUploadFileJobWithChan(request *CreateUploadFileJobRequest) (<-chan *CreateUploadFileJobResponse, <-chan error)

CreateUploadFileJobWithChan invokes the dms_enterprise.CreateUploadFileJob API asynchronously

func (*Client) CreateUploadOSSFileJob ¶ added in v1.61.968

func (client *Client) CreateUploadOSSFileJob(request *CreateUploadOSSFileJobRequest) (response *CreateUploadOSSFileJobResponse, err error)

CreateUploadOSSFileJob invokes the dms_enterprise.CreateUploadOSSFileJob API synchronously

func (*Client) CreateUploadOSSFileJobWithCallback ¶ added in v1.61.968

func (client *Client) CreateUploadOSSFileJobWithCallback(request *CreateUploadOSSFileJobRequest, callback func(response *CreateUploadOSSFileJobResponse, err error)) <-chan int

CreateUploadOSSFileJobWithCallback invokes the dms_enterprise.CreateUploadOSSFileJob API asynchronously

func (*Client) CreateUploadOSSFileJobWithChan ¶ added in v1.61.968

func (client *Client) CreateUploadOSSFileJobWithChan(request *CreateUploadOSSFileJobRequest) (<-chan *CreateUploadOSSFileJobResponse, <-chan error)

CreateUploadOSSFileJobWithChan invokes the dms_enterprise.CreateUploadOSSFileJob API asynchronously

func (*Client) DeleteAuthorityTemplate ¶ added in v1.62.625

func (client *Client) DeleteAuthorityTemplate(request *DeleteAuthorityTemplateRequest) (response *DeleteAuthorityTemplateResponse, err error)

DeleteAuthorityTemplate invokes the dms_enterprise.DeleteAuthorityTemplate API synchronously

func (*Client) DeleteAuthorityTemplateWithCallback ¶ added in v1.62.625

func (client *Client) DeleteAuthorityTemplateWithCallback(request *DeleteAuthorityTemplateRequest, callback func(response *DeleteAuthorityTemplateResponse, err error)) <-chan int

DeleteAuthorityTemplateWithCallback invokes the dms_enterprise.DeleteAuthorityTemplate API asynchronously

func (*Client) DeleteAuthorityTemplateWithChan ¶ added in v1.62.625

func (client *Client) DeleteAuthorityTemplateWithChan(request *DeleteAuthorityTemplateRequest) (<-chan *DeleteAuthorityTemplateResponse, <-chan error)

DeleteAuthorityTemplateWithChan invokes the dms_enterprise.DeleteAuthorityTemplate API asynchronously

func (*Client) DeleteInstance ¶ added in v1.61.13

func (client *Client) DeleteInstance(request *DeleteInstanceRequest) (response *DeleteInstanceResponse, err error)

DeleteInstance invokes the dms_enterprise.DeleteInstance API synchronously

func (*Client) DeleteInstanceWithCallback ¶ added in v1.61.13

func (client *Client) DeleteInstanceWithCallback(request *DeleteInstanceRequest, callback func(response *DeleteInstanceResponse, err error)) <-chan int

DeleteInstanceWithCallback invokes the dms_enterprise.DeleteInstance API asynchronously

func (*Client) DeleteInstanceWithChan ¶ added in v1.61.13

func (client *Client) DeleteInstanceWithChan(request *DeleteInstanceRequest) (<-chan *DeleteInstanceResponse, <-chan error)

DeleteInstanceWithChan invokes the dms_enterprise.DeleteInstance API asynchronously

func (*Client) DeleteLakeHouseSpace ¶ added in v1.61.1544

func (client *Client) DeleteLakeHouseSpace(request *DeleteLakeHouseSpaceRequest) (response *DeleteLakeHouseSpaceResponse, err error)

DeleteLakeHouseSpace invokes the dms_enterprise.DeleteLakeHouseSpace API synchronously

func (*Client) DeleteLakeHouseSpaceWithCallback ¶ added in v1.61.1544

func (client *Client) DeleteLakeHouseSpaceWithCallback(request *DeleteLakeHouseSpaceRequest, callback func(response *DeleteLakeHouseSpaceResponse, err error)) <-chan int

DeleteLakeHouseSpaceWithCallback invokes the dms_enterprise.DeleteLakeHouseSpace API asynchronously

func (*Client) DeleteLakeHouseSpaceWithChan ¶ added in v1.61.1544

func (client *Client) DeleteLakeHouseSpaceWithChan(request *DeleteLakeHouseSpaceRequest) (<-chan *DeleteLakeHouseSpaceResponse, <-chan error)

DeleteLakeHouseSpaceWithChan invokes the dms_enterprise.DeleteLakeHouseSpace API asynchronously

func (*Client) DeleteLhMembers ¶ added in v1.61.1525

func (client *Client) DeleteLhMembers(request *DeleteLhMembersRequest) (response *DeleteLhMembersResponse, err error)

DeleteLhMembers invokes the dms_enterprise.DeleteLhMembers API synchronously

func (*Client) DeleteLhMembersWithCallback ¶ added in v1.61.1525

func (client *Client) DeleteLhMembersWithCallback(request *DeleteLhMembersRequest, callback func(response *DeleteLhMembersResponse, err error)) <-chan int

DeleteLhMembersWithCallback invokes the dms_enterprise.DeleteLhMembers API asynchronously

func (*Client) DeleteLhMembersWithChan ¶ added in v1.61.1525

func (client *Client) DeleteLhMembersWithChan(request *DeleteLhMembersRequest) (<-chan *DeleteLhMembersResponse, <-chan error)

DeleteLhMembersWithChan invokes the dms_enterprise.DeleteLhMembers API asynchronously

func (*Client) DeleteLogicDatabase ¶ added in v1.61.1302

func (client *Client) DeleteLogicDatabase(request *DeleteLogicDatabaseRequest) (response *DeleteLogicDatabaseResponse, err error)

DeleteLogicDatabase invokes the dms_enterprise.DeleteLogicDatabase API synchronously

func (*Client) DeleteLogicDatabaseWithCallback ¶ added in v1.61.1302

func (client *Client) DeleteLogicDatabaseWithCallback(request *DeleteLogicDatabaseRequest, callback func(response *DeleteLogicDatabaseResponse, err error)) <-chan int

DeleteLogicDatabaseWithCallback invokes the dms_enterprise.DeleteLogicDatabase API asynchronously

func (*Client) DeleteLogicDatabaseWithChan ¶ added in v1.61.1302

func (client *Client) DeleteLogicDatabaseWithChan(request *DeleteLogicDatabaseRequest) (<-chan *DeleteLogicDatabaseResponse, <-chan error)

DeleteLogicDatabaseWithChan invokes the dms_enterprise.DeleteLogicDatabase API asynchronously

func (*Client) DeleteLogicTableRouteConfig ¶ added in v1.61.1354

func (client *Client) DeleteLogicTableRouteConfig(request *DeleteLogicTableRouteConfigRequest) (response *DeleteLogicTableRouteConfigResponse, err error)

DeleteLogicTableRouteConfig invokes the dms_enterprise.DeleteLogicTableRouteConfig API synchronously

func (*Client) DeleteLogicTableRouteConfigWithCallback ¶ added in v1.61.1354

func (client *Client) DeleteLogicTableRouteConfigWithCallback(request *DeleteLogicTableRouteConfigRequest, callback func(response *DeleteLogicTableRouteConfigResponse, err error)) <-chan int

DeleteLogicTableRouteConfigWithCallback invokes the dms_enterprise.DeleteLogicTableRouteConfig API asynchronously

func (*Client) DeleteLogicTableRouteConfigWithChan ¶ added in v1.61.1354

func (client *Client) DeleteLogicTableRouteConfigWithChan(request *DeleteLogicTableRouteConfigRequest) (<-chan *DeleteLogicTableRouteConfigResponse, <-chan error)

DeleteLogicTableRouteConfigWithChan invokes the dms_enterprise.DeleteLogicTableRouteConfig API asynchronously

func (*Client) DeleteProxy ¶ added in v1.61.1227

func (client *Client) DeleteProxy(request *DeleteProxyRequest) (response *DeleteProxyResponse, err error)

DeleteProxy invokes the dms_enterprise.DeleteProxy API synchronously

func (*Client) DeleteProxyAccess ¶ added in v1.61.1227

func (client *Client) DeleteProxyAccess(request *DeleteProxyAccessRequest) (response *DeleteProxyAccessResponse, err error)

DeleteProxyAccess invokes the dms_enterprise.DeleteProxyAccess API synchronously

func (*Client) DeleteProxyAccessWithCallback ¶ added in v1.61.1227

func (client *Client) DeleteProxyAccessWithCallback(request *DeleteProxyAccessRequest, callback func(response *DeleteProxyAccessResponse, err error)) <-chan int

DeleteProxyAccessWithCallback invokes the dms_enterprise.DeleteProxyAccess API asynchronously

func (*Client) DeleteProxyAccessWithChan ¶ added in v1.61.1227

func (client *Client) DeleteProxyAccessWithChan(request *DeleteProxyAccessRequest) (<-chan *DeleteProxyAccessResponse, <-chan error)

DeleteProxyAccessWithChan invokes the dms_enterprise.DeleteProxyAccess API asynchronously

func (*Client) DeleteProxyWithCallback ¶ added in v1.61.1227

func (client *Client) DeleteProxyWithCallback(request *DeleteProxyRequest, callback func(response *DeleteProxyResponse, err error)) <-chan int

DeleteProxyWithCallback invokes the dms_enterprise.DeleteProxy API asynchronously

func (*Client) DeleteProxyWithChan ¶ added in v1.61.1227

func (client *Client) DeleteProxyWithChan(request *DeleteProxyRequest) (<-chan *DeleteProxyResponse, <-chan error)

DeleteProxyWithChan invokes the dms_enterprise.DeleteProxy API asynchronously

func (*Client) DeleteScenario ¶ added in v1.61.1835

func (client *Client) DeleteScenario(request *DeleteScenarioRequest) (response *DeleteScenarioResponse, err error)

DeleteScenario invokes the dms_enterprise.DeleteScenario API synchronously

func (*Client) DeleteScenarioWithCallback ¶ added in v1.61.1835

func (client *Client) DeleteScenarioWithCallback(request *DeleteScenarioRequest, callback func(response *DeleteScenarioResponse, err error)) <-chan int

DeleteScenarioWithCallback invokes the dms_enterprise.DeleteScenario API asynchronously

func (*Client) DeleteScenarioWithChan ¶ added in v1.61.1835

func (client *Client) DeleteScenarioWithChan(request *DeleteScenarioRequest) (<-chan *DeleteScenarioResponse, <-chan error)

DeleteScenarioWithChan invokes the dms_enterprise.DeleteScenario API asynchronously

func (*Client) DeleteStandardGroup ¶ added in v1.62.719

func (client *Client) DeleteStandardGroup(request *DeleteStandardGroupRequest) (response *DeleteStandardGroupResponse, err error)

DeleteStandardGroup invokes the dms_enterprise.DeleteStandardGroup API synchronously

func (*Client) DeleteStandardGroupWithCallback ¶ added in v1.62.719

func (client *Client) DeleteStandardGroupWithCallback(request *DeleteStandardGroupRequest, callback func(response *DeleteStandardGroupResponse, err error)) <-chan int

DeleteStandardGroupWithCallback invokes the dms_enterprise.DeleteStandardGroup API asynchronously

func (*Client) DeleteStandardGroupWithChan ¶ added in v1.62.719

func (client *Client) DeleteStandardGroupWithChan(request *DeleteStandardGroupRequest) (<-chan *DeleteStandardGroupResponse, <-chan error)

DeleteStandardGroupWithChan invokes the dms_enterprise.DeleteStandardGroup API asynchronously

func (*Client) DeleteTask ¶ added in v1.61.1835

func (client *Client) DeleteTask(request *DeleteTaskRequest) (response *DeleteTaskResponse, err error)

DeleteTask invokes the dms_enterprise.DeleteTask API synchronously

func (*Client) DeleteTaskFlow ¶ added in v1.61.1544

func (client *Client) DeleteTaskFlow(request *DeleteTaskFlowRequest) (response *DeleteTaskFlowResponse, err error)

DeleteTaskFlow invokes the dms_enterprise.DeleteTaskFlow API synchronously

func (*Client) DeleteTaskFlowEdgesByCondition ¶ added in v1.61.1835

func (client *Client) DeleteTaskFlowEdgesByCondition(request *DeleteTaskFlowEdgesByConditionRequest) (response *DeleteTaskFlowEdgesByConditionResponse, err error)

DeleteTaskFlowEdgesByCondition invokes the dms_enterprise.DeleteTaskFlowEdgesByCondition API synchronously

func (*Client) DeleteTaskFlowEdgesByConditionWithCallback ¶ added in v1.61.1835

func (client *Client) DeleteTaskFlowEdgesByConditionWithCallback(request *DeleteTaskFlowEdgesByConditionRequest, callback func(response *DeleteTaskFlowEdgesByConditionResponse, err error)) <-chan int

DeleteTaskFlowEdgesByConditionWithCallback invokes the dms_enterprise.DeleteTaskFlowEdgesByCondition API asynchronously

func (*Client) DeleteTaskFlowEdgesByConditionWithChan ¶ added in v1.61.1835

func (client *Client) DeleteTaskFlowEdgesByConditionWithChan(request *DeleteTaskFlowEdgesByConditionRequest) (<-chan *DeleteTaskFlowEdgesByConditionResponse, <-chan error)

DeleteTaskFlowEdgesByConditionWithChan invokes the dms_enterprise.DeleteTaskFlowEdgesByCondition API asynchronously

func (*Client) DeleteTaskFlowWithCallback ¶ added in v1.61.1544

func (client *Client) DeleteTaskFlowWithCallback(request *DeleteTaskFlowRequest, callback func(response *DeleteTaskFlowResponse, err error)) <-chan int

DeleteTaskFlowWithCallback invokes the dms_enterprise.DeleteTaskFlow API asynchronously

func (*Client) DeleteTaskFlowWithChan ¶ added in v1.61.1544

func (client *Client) DeleteTaskFlowWithChan(request *DeleteTaskFlowRequest) (<-chan *DeleteTaskFlowResponse, <-chan error)

DeleteTaskFlowWithChan invokes the dms_enterprise.DeleteTaskFlow API asynchronously

func (*Client) DeleteTaskWithCallback ¶ added in v1.61.1835

func (client *Client) DeleteTaskWithCallback(request *DeleteTaskRequest, callback func(response *DeleteTaskResponse, err error)) <-chan int

DeleteTaskWithCallback invokes the dms_enterprise.DeleteTask API asynchronously

func (*Client) DeleteTaskWithChan ¶ added in v1.61.1835

func (client *Client) DeleteTaskWithChan(request *DeleteTaskRequest) (<-chan *DeleteTaskResponse, <-chan error)

DeleteTaskWithChan invokes the dms_enterprise.DeleteTask API asynchronously

func (*Client) DeleteUser ¶

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

DeleteUser invokes the dms_enterprise.DeleteUser API synchronously

func (*Client) DeleteUserWithCallback ¶

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

DeleteUserWithCallback invokes the dms_enterprise.DeleteUser API asynchronously

func (*Client) DeleteUserWithChan ¶

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

DeleteUserWithChan invokes the dms_enterprise.DeleteUser API asynchronously

func (*Client) DisableUser ¶

func (client *Client) DisableUser(request *DisableUserRequest) (response *DisableUserResponse, err error)

DisableUser invokes the dms_enterprise.DisableUser API synchronously

func (*Client) DisableUserWithCallback ¶

func (client *Client) DisableUserWithCallback(request *DisableUserRequest, callback func(response *DisableUserResponse, err error)) <-chan int

DisableUserWithCallback invokes the dms_enterprise.DisableUser API asynchronously

func (*Client) DisableUserWithChan ¶

func (client *Client) DisableUserWithChan(request *DisableUserRequest) (<-chan *DisableUserResponse, <-chan error)

DisableUserWithChan invokes the dms_enterprise.DisableUser API asynchronously

func (*Client) DownloadDataTrackResult ¶ added in v1.62.289

func (client *Client) DownloadDataTrackResult(request *DownloadDataTrackResultRequest) (response *DownloadDataTrackResultResponse, err error)

DownloadDataTrackResult invokes the dms_enterprise.DownloadDataTrackResult API synchronously

func (*Client) DownloadDataTrackResultWithCallback ¶ added in v1.62.289

func (client *Client) DownloadDataTrackResultWithCallback(request *DownloadDataTrackResultRequest, callback func(response *DownloadDataTrackResultResponse, err error)) <-chan int

DownloadDataTrackResultWithCallback invokes the dms_enterprise.DownloadDataTrackResult API asynchronously

func (*Client) DownloadDataTrackResultWithChan ¶ added in v1.62.289

func (client *Client) DownloadDataTrackResultWithChan(request *DownloadDataTrackResultRequest) (<-chan *DownloadDataTrackResultResponse, <-chan error)

DownloadDataTrackResultWithChan invokes the dms_enterprise.DownloadDataTrackResult API asynchronously

func (*Client) EditLogicDatabase ¶ added in v1.61.1302

func (client *Client) EditLogicDatabase(request *EditLogicDatabaseRequest) (response *EditLogicDatabaseResponse, err error)

EditLogicDatabase invokes the dms_enterprise.EditLogicDatabase API synchronously

func (*Client) EditLogicDatabaseWithCallback ¶ added in v1.61.1302

func (client *Client) EditLogicDatabaseWithCallback(request *EditLogicDatabaseRequest, callback func(response *EditLogicDatabaseResponse, err error)) <-chan int

EditLogicDatabaseWithCallback invokes the dms_enterprise.EditLogicDatabase API asynchronously

func (*Client) EditLogicDatabaseWithChan ¶ added in v1.61.1302

func (client *Client) EditLogicDatabaseWithChan(request *EditLogicDatabaseRequest) (<-chan *EditLogicDatabaseResponse, <-chan error)

EditLogicDatabaseWithChan invokes the dms_enterprise.EditLogicDatabase API asynchronously

func (*Client) EnableUser ¶

func (client *Client) EnableUser(request *EnableUserRequest) (response *EnableUserResponse, err error)

EnableUser invokes the dms_enterprise.EnableUser API synchronously

func (*Client) EnableUserWithCallback ¶

func (client *Client) EnableUserWithCallback(request *EnableUserRequest, callback func(response *EnableUserResponse, err error)) <-chan int

EnableUserWithCallback invokes the dms_enterprise.EnableUser API asynchronously

func (*Client) EnableUserWithChan ¶

func (client *Client) EnableUserWithChan(request *EnableUserRequest) (<-chan *EnableUserResponse, <-chan error)

EnableUserWithChan invokes the dms_enterprise.EnableUser API asynchronously

func (*Client) ExecuteDataCorrect ¶ added in v1.61.13

func (client *Client) ExecuteDataCorrect(request *ExecuteDataCorrectRequest) (response *ExecuteDataCorrectResponse, err error)

ExecuteDataCorrect invokes the dms_enterprise.ExecuteDataCorrect API synchronously

func (*Client) ExecuteDataCorrectWithCallback ¶ added in v1.61.13

func (client *Client) ExecuteDataCorrectWithCallback(request *ExecuteDataCorrectRequest, callback func(response *ExecuteDataCorrectResponse, err error)) <-chan int

ExecuteDataCorrectWithCallback invokes the dms_enterprise.ExecuteDataCorrect API asynchronously

func (*Client) ExecuteDataCorrectWithChan ¶ added in v1.61.13

func (client *Client) ExecuteDataCorrectWithChan(request *ExecuteDataCorrectRequest) (<-chan *ExecuteDataCorrectResponse, <-chan error)

ExecuteDataCorrectWithChan invokes the dms_enterprise.ExecuteDataCorrect API asynchronously

func (*Client) ExecuteDataExport ¶ added in v1.61.13

func (client *Client) ExecuteDataExport(request *ExecuteDataExportRequest) (response *ExecuteDataExportResponse, err error)

ExecuteDataExport invokes the dms_enterprise.ExecuteDataExport API synchronously

func (*Client) ExecuteDataExportWithCallback ¶ added in v1.61.13

func (client *Client) ExecuteDataExportWithCallback(request *ExecuteDataExportRequest, callback func(response *ExecuteDataExportResponse, err error)) <-chan int

ExecuteDataExportWithCallback invokes the dms_enterprise.ExecuteDataExport API asynchronously

func (*Client) ExecuteDataExportWithChan ¶ added in v1.61.13

func (client *Client) ExecuteDataExportWithChan(request *ExecuteDataExportRequest) (<-chan *ExecuteDataExportResponse, <-chan error)

ExecuteDataExportWithChan invokes the dms_enterprise.ExecuteDataExport API asynchronously

func (*Client) ExecuteScript ¶ added in v1.61.487

func (client *Client) ExecuteScript(request *ExecuteScriptRequest) (response *ExecuteScriptResponse, err error)

ExecuteScript invokes the dms_enterprise.ExecuteScript API synchronously

func (*Client) ExecuteScriptWithCallback ¶ added in v1.61.487

func (client *Client) ExecuteScriptWithCallback(request *ExecuteScriptRequest, callback func(response *ExecuteScriptResponse, err error)) <-chan int

ExecuteScriptWithCallback invokes the dms_enterprise.ExecuteScript API asynchronously

func (*Client) ExecuteScriptWithChan ¶ added in v1.61.487

func (client *Client) ExecuteScriptWithChan(request *ExecuteScriptRequest) (<-chan *ExecuteScriptResponse, <-chan error)

ExecuteScriptWithChan invokes the dms_enterprise.ExecuteScript API asynchronously

func (*Client) ExecuteStructSync ¶ added in v1.61.968

func (client *Client) ExecuteStructSync(request *ExecuteStructSyncRequest) (response *ExecuteStructSyncResponse, err error)

ExecuteStructSync invokes the dms_enterprise.ExecuteStructSync API synchronously

func (*Client) ExecuteStructSyncWithCallback ¶ added in v1.61.968

func (client *Client) ExecuteStructSyncWithCallback(request *ExecuteStructSyncRequest, callback func(response *ExecuteStructSyncResponse, err error)) <-chan int

ExecuteStructSyncWithCallback invokes the dms_enterprise.ExecuteStructSync API asynchronously

func (*Client) ExecuteStructSyncWithChan ¶ added in v1.61.968

func (client *Client) ExecuteStructSyncWithChan(request *ExecuteStructSyncRequest) (<-chan *ExecuteStructSyncResponse, <-chan error)

ExecuteStructSyncWithChan invokes the dms_enterprise.ExecuteStructSync API asynchronously

func (*Client) GetApprovalDetail ¶ added in v1.61.13

func (client *Client) GetApprovalDetail(request *GetApprovalDetailRequest) (response *GetApprovalDetailResponse, err error)

GetApprovalDetail invokes the dms_enterprise.GetApprovalDetail API synchronously

func (*Client) GetApprovalDetailWithCallback ¶ added in v1.61.13

func (client *Client) GetApprovalDetailWithCallback(request *GetApprovalDetailRequest, callback func(response *GetApprovalDetailResponse, err error)) <-chan int

GetApprovalDetailWithCallback invokes the dms_enterprise.GetApprovalDetail API asynchronously

func (*Client) GetApprovalDetailWithChan ¶ added in v1.61.13

func (client *Client) GetApprovalDetailWithChan(request *GetApprovalDetailRequest) (<-chan *GetApprovalDetailResponse, <-chan error)

GetApprovalDetailWithChan invokes the dms_enterprise.GetApprovalDetail API asynchronously

func (*Client) GetAuthorityTemplate ¶ added in v1.62.277

func (client *Client) GetAuthorityTemplate(request *GetAuthorityTemplateRequest) (response *GetAuthorityTemplateResponse, err error)

GetAuthorityTemplate invokes the dms_enterprise.GetAuthorityTemplate API synchronously

func (*Client) GetAuthorityTemplateItem ¶ added in v1.62.277

func (client *Client) GetAuthorityTemplateItem(request *GetAuthorityTemplateItemRequest) (response *GetAuthorityTemplateItemResponse, err error)

GetAuthorityTemplateItem invokes the dms_enterprise.GetAuthorityTemplateItem API synchronously

func (*Client) GetAuthorityTemplateItemWithCallback ¶ added in v1.62.277

func (client *Client) GetAuthorityTemplateItemWithCallback(request *GetAuthorityTemplateItemRequest, callback func(response *GetAuthorityTemplateItemResponse, err error)) <-chan int

GetAuthorityTemplateItemWithCallback invokes the dms_enterprise.GetAuthorityTemplateItem API asynchronously

func (*Client) GetAuthorityTemplateItemWithChan ¶ added in v1.62.277

func (client *Client) GetAuthorityTemplateItemWithChan(request *GetAuthorityTemplateItemRequest) (<-chan *GetAuthorityTemplateItemResponse, <-chan error)

GetAuthorityTemplateItemWithChan invokes the dms_enterprise.GetAuthorityTemplateItem API asynchronously

func (*Client) GetAuthorityTemplateWithCallback ¶ added in v1.62.277

func (client *Client) GetAuthorityTemplateWithCallback(request *GetAuthorityTemplateRequest, callback func(response *GetAuthorityTemplateResponse, err error)) <-chan int

GetAuthorityTemplateWithCallback invokes the dms_enterprise.GetAuthorityTemplate API asynchronously

func (*Client) GetAuthorityTemplateWithChan ¶ added in v1.62.277

func (client *Client) GetAuthorityTemplateWithChan(request *GetAuthorityTemplateRequest) (<-chan *GetAuthorityTemplateResponse, <-chan error)

GetAuthorityTemplateWithChan invokes the dms_enterprise.GetAuthorityTemplate API asynchronously

func (*Client) GetClassificationTemplate ¶ added in v1.62.564

func (client *Client) GetClassificationTemplate(request *GetClassificationTemplateRequest) (response *GetClassificationTemplateResponse, err error)

GetClassificationTemplate invokes the dms_enterprise.GetClassificationTemplate API synchronously

func (*Client) GetClassificationTemplateWithCallback ¶ added in v1.62.564

func (client *Client) GetClassificationTemplateWithCallback(request *GetClassificationTemplateRequest, callback func(response *GetClassificationTemplateResponse, err error)) <-chan int

GetClassificationTemplateWithCallback invokes the dms_enterprise.GetClassificationTemplate API asynchronously

func (*Client) GetClassificationTemplateWithChan ¶ added in v1.62.564

func (client *Client) GetClassificationTemplateWithChan(request *GetClassificationTemplateRequest) (<-chan *GetClassificationTemplateResponse, <-chan error)

GetClassificationTemplateWithChan invokes the dms_enterprise.GetClassificationTemplate API asynchronously

func (*Client) GetDBTaskSQLJobLog ¶ added in v1.61.1354

func (client *Client) GetDBTaskSQLJobLog(request *GetDBTaskSQLJobLogRequest) (response *GetDBTaskSQLJobLogResponse, err error)

GetDBTaskSQLJobLog invokes the dms_enterprise.GetDBTaskSQLJobLog API synchronously

func (*Client) GetDBTaskSQLJobLogWithCallback ¶ added in v1.61.1354

func (client *Client) GetDBTaskSQLJobLogWithCallback(request *GetDBTaskSQLJobLogRequest, callback func(response *GetDBTaskSQLJobLogResponse, err error)) <-chan int

GetDBTaskSQLJobLogWithCallback invokes the dms_enterprise.GetDBTaskSQLJobLog API asynchronously

func (*Client) GetDBTaskSQLJobLogWithChan ¶ added in v1.61.1354

func (client *Client) GetDBTaskSQLJobLogWithChan(request *GetDBTaskSQLJobLogRequest) (<-chan *GetDBTaskSQLJobLogResponse, <-chan error)

GetDBTaskSQLJobLogWithChan invokes the dms_enterprise.GetDBTaskSQLJobLog API asynchronously

func (*Client) GetDBTopology ¶ added in v1.61.1023

func (client *Client) GetDBTopology(request *GetDBTopologyRequest) (response *GetDBTopologyResponse, err error)

GetDBTopology invokes the dms_enterprise.GetDBTopology API synchronously

func (*Client) GetDBTopologyWithCallback ¶ added in v1.61.1023

func (client *Client) GetDBTopologyWithCallback(request *GetDBTopologyRequest, callback func(response *GetDBTopologyResponse, err error)) <-chan int

GetDBTopologyWithCallback invokes the dms_enterprise.GetDBTopology API asynchronously

func (*Client) GetDBTopologyWithChan ¶ added in v1.61.1023

func (client *Client) GetDBTopologyWithChan(request *GetDBTopologyRequest) (<-chan *GetDBTopologyResponse, <-chan error)

GetDBTopologyWithChan invokes the dms_enterprise.GetDBTopology API asynchronously

func (*Client) GetDataArchiveCount ¶ added in v1.62.436

func (client *Client) GetDataArchiveCount(request *GetDataArchiveCountRequest) (response *GetDataArchiveCountResponse, err error)

GetDataArchiveCount invokes the dms_enterprise.GetDataArchiveCount API synchronously

func (*Client) GetDataArchiveCountWithCallback ¶ added in v1.62.436

func (client *Client) GetDataArchiveCountWithCallback(request *GetDataArchiveCountRequest, callback func(response *GetDataArchiveCountResponse, err error)) <-chan int

GetDataArchiveCountWithCallback invokes the dms_enterprise.GetDataArchiveCount API asynchronously

func (*Client) GetDataArchiveCountWithChan ¶ added in v1.62.436

func (client *Client) GetDataArchiveCountWithChan(request *GetDataArchiveCountRequest) (<-chan *GetDataArchiveCountResponse, <-chan error)

GetDataArchiveCountWithChan invokes the dms_enterprise.GetDataArchiveCount API asynchronously

func (*Client) GetDataArchiveOrderDetail ¶ added in v1.62.345

func (client *Client) GetDataArchiveOrderDetail(request *GetDataArchiveOrderDetailRequest) (response *GetDataArchiveOrderDetailResponse, err error)

GetDataArchiveOrderDetail invokes the dms_enterprise.GetDataArchiveOrderDetail API synchronously

func (*Client) GetDataArchiveOrderDetailWithCallback ¶ added in v1.62.345

func (client *Client) GetDataArchiveOrderDetailWithCallback(request *GetDataArchiveOrderDetailRequest, callback func(response *GetDataArchiveOrderDetailResponse, err error)) <-chan int

GetDataArchiveOrderDetailWithCallback invokes the dms_enterprise.GetDataArchiveOrderDetail API asynchronously

func (*Client) GetDataArchiveOrderDetailWithChan ¶ added in v1.62.345

func (client *Client) GetDataArchiveOrderDetailWithChan(request *GetDataArchiveOrderDetailRequest) (<-chan *GetDataArchiveOrderDetailResponse, <-chan error)

GetDataArchiveOrderDetailWithChan invokes the dms_enterprise.GetDataArchiveOrderDetail API asynchronously

func (*Client) GetDataCorrectBackupFiles ¶ added in v1.61.13

func (client *Client) GetDataCorrectBackupFiles(request *GetDataCorrectBackupFilesRequest) (response *GetDataCorrectBackupFilesResponse, err error)

GetDataCorrectBackupFiles invokes the dms_enterprise.GetDataCorrectBackupFiles API synchronously

func (*Client) GetDataCorrectBackupFilesWithCallback ¶ added in v1.61.13

func (client *Client) GetDataCorrectBackupFilesWithCallback(request *GetDataCorrectBackupFilesRequest, callback func(response *GetDataCorrectBackupFilesResponse, err error)) <-chan int

GetDataCorrectBackupFilesWithCallback invokes the dms_enterprise.GetDataCorrectBackupFiles API asynchronously

func (*Client) GetDataCorrectBackupFilesWithChan ¶ added in v1.61.13

func (client *Client) GetDataCorrectBackupFilesWithChan(request *GetDataCorrectBackupFilesRequest) (<-chan *GetDataCorrectBackupFilesResponse, <-chan error)

GetDataCorrectBackupFilesWithChan invokes the dms_enterprise.GetDataCorrectBackupFiles API asynchronously

func (*Client) GetDataCorrectOrderDetail ¶ added in v1.61.13

func (client *Client) GetDataCorrectOrderDetail(request *GetDataCorrectOrderDetailRequest) (response *GetDataCorrectOrderDetailResponse, err error)

GetDataCorrectOrderDetail invokes the dms_enterprise.GetDataCorrectOrderDetail API synchronously

func (*Client) GetDataCorrectOrderDetailWithCallback ¶ added in v1.61.13

func (client *Client) GetDataCorrectOrderDetailWithCallback(request *GetDataCorrectOrderDetailRequest, callback func(response *GetDataCorrectOrderDetailResponse, err error)) <-chan int

GetDataCorrectOrderDetailWithCallback invokes the dms_enterprise.GetDataCorrectOrderDetail API asynchronously

func (*Client) GetDataCorrectOrderDetailWithChan ¶ added in v1.61.13

func (client *Client) GetDataCorrectOrderDetailWithChan(request *GetDataCorrectOrderDetailRequest) (<-chan *GetDataCorrectOrderDetailResponse, <-chan error)

GetDataCorrectOrderDetailWithChan invokes the dms_enterprise.GetDataCorrectOrderDetail API asynchronously

func (*Client) GetDataCorrectRollbackFile ¶ added in v1.62.34

func (client *Client) GetDataCorrectRollbackFile(request *GetDataCorrectRollbackFileRequest) (response *GetDataCorrectRollbackFileResponse, err error)

GetDataCorrectRollbackFile invokes the dms_enterprise.GetDataCorrectRollbackFile API synchronously

func (*Client) GetDataCorrectRollbackFileWithCallback ¶ added in v1.62.34

func (client *Client) GetDataCorrectRollbackFileWithCallback(request *GetDataCorrectRollbackFileRequest, callback func(response *GetDataCorrectRollbackFileResponse, err error)) <-chan int

GetDataCorrectRollbackFileWithCallback invokes the dms_enterprise.GetDataCorrectRollbackFile API asynchronously

func (*Client) GetDataCorrectRollbackFileWithChan ¶ added in v1.62.34

func (client *Client) GetDataCorrectRollbackFileWithChan(request *GetDataCorrectRollbackFileRequest) (<-chan *GetDataCorrectRollbackFileResponse, <-chan error)

GetDataCorrectRollbackFileWithChan invokes the dms_enterprise.GetDataCorrectRollbackFile API asynchronously

func (*Client) GetDataCorrectSQLFile ¶ added in v1.61.968

func (client *Client) GetDataCorrectSQLFile(request *GetDataCorrectSQLFileRequest) (response *GetDataCorrectSQLFileResponse, err error)

GetDataCorrectSQLFile invokes the dms_enterprise.GetDataCorrectSQLFile API synchronously

func (*Client) GetDataCorrectSQLFileWithCallback ¶ added in v1.61.968

func (client *Client) GetDataCorrectSQLFileWithCallback(request *GetDataCorrectSQLFileRequest, callback func(response *GetDataCorrectSQLFileResponse, err error)) <-chan int

GetDataCorrectSQLFileWithCallback invokes the dms_enterprise.GetDataCorrectSQLFile API asynchronously

func (*Client) GetDataCorrectSQLFileWithChan ¶ added in v1.61.968

func (client *Client) GetDataCorrectSQLFileWithChan(request *GetDataCorrectSQLFileRequest) (<-chan *GetDataCorrectSQLFileResponse, <-chan error)

GetDataCorrectSQLFileWithChan invokes the dms_enterprise.GetDataCorrectSQLFile API asynchronously

func (*Client) GetDataCorrectTaskDetail ¶ added in v1.61.1009

func (client *Client) GetDataCorrectTaskDetail(request *GetDataCorrectTaskDetailRequest) (response *GetDataCorrectTaskDetailResponse, err error)

GetDataCorrectTaskDetail invokes the dms_enterprise.GetDataCorrectTaskDetail API synchronously

func (*Client) GetDataCorrectTaskDetailWithCallback ¶ added in v1.61.1009

func (client *Client) GetDataCorrectTaskDetailWithCallback(request *GetDataCorrectTaskDetailRequest, callback func(response *GetDataCorrectTaskDetailResponse, err error)) <-chan int

GetDataCorrectTaskDetailWithCallback invokes the dms_enterprise.GetDataCorrectTaskDetail API asynchronously

func (*Client) GetDataCorrectTaskDetailWithChan ¶ added in v1.61.1009

func (client *Client) GetDataCorrectTaskDetailWithChan(request *GetDataCorrectTaskDetailRequest) (<-chan *GetDataCorrectTaskDetailResponse, <-chan error)

GetDataCorrectTaskDetailWithChan invokes the dms_enterprise.GetDataCorrectTaskDetail API asynchronously

func (*Client) GetDataCronClearConfig ¶ added in v1.62.34

func (client *Client) GetDataCronClearConfig(request *GetDataCronClearConfigRequest) (response *GetDataCronClearConfigResponse, err error)

GetDataCronClearConfig invokes the dms_enterprise.GetDataCronClearConfig API synchronously

func (*Client) GetDataCronClearConfigWithCallback ¶ added in v1.62.34

func (client *Client) GetDataCronClearConfigWithCallback(request *GetDataCronClearConfigRequest, callback func(response *GetDataCronClearConfigResponse, err error)) <-chan int

GetDataCronClearConfigWithCallback invokes the dms_enterprise.GetDataCronClearConfig API asynchronously

func (*Client) GetDataCronClearConfigWithChan ¶ added in v1.62.34

func (client *Client) GetDataCronClearConfigWithChan(request *GetDataCronClearConfigRequest) (<-chan *GetDataCronClearConfigResponse, <-chan error)

GetDataCronClearConfigWithChan invokes the dms_enterprise.GetDataCronClearConfig API asynchronously

func (*Client) GetDataCronClearTaskDetailList ¶ added in v1.61.1009

func (client *Client) GetDataCronClearTaskDetailList(request *GetDataCronClearTaskDetailListRequest) (response *GetDataCronClearTaskDetailListResponse, err error)

GetDataCronClearTaskDetailList invokes the dms_enterprise.GetDataCronClearTaskDetailList API synchronously

func (*Client) GetDataCronClearTaskDetailListWithCallback ¶ added in v1.61.1009

func (client *Client) GetDataCronClearTaskDetailListWithCallback(request *GetDataCronClearTaskDetailListRequest, callback func(response *GetDataCronClearTaskDetailListResponse, err error)) <-chan int

GetDataCronClearTaskDetailListWithCallback invokes the dms_enterprise.GetDataCronClearTaskDetailList API asynchronously

func (*Client) GetDataCronClearTaskDetailListWithChan ¶ added in v1.61.1009

func (client *Client) GetDataCronClearTaskDetailListWithChan(request *GetDataCronClearTaskDetailListRequest) (<-chan *GetDataCronClearTaskDetailListResponse, <-chan error)

GetDataCronClearTaskDetailListWithChan invokes the dms_enterprise.GetDataCronClearTaskDetailList API asynchronously

func (*Client) GetDataExportDownloadURL ¶ added in v1.61.13

func (client *Client) GetDataExportDownloadURL(request *GetDataExportDownloadURLRequest) (response *GetDataExportDownloadURLResponse, err error)

GetDataExportDownloadURL invokes the dms_enterprise.GetDataExportDownloadURL API synchronously

func (*Client) GetDataExportDownloadURLWithCallback ¶ added in v1.61.13

func (client *Client) GetDataExportDownloadURLWithCallback(request *GetDataExportDownloadURLRequest, callback func(response *GetDataExportDownloadURLResponse, err error)) <-chan int

GetDataExportDownloadURLWithCallback invokes the dms_enterprise.GetDataExportDownloadURL API asynchronously

func (*Client) GetDataExportDownloadURLWithChan ¶ added in v1.61.13

func (client *Client) GetDataExportDownloadURLWithChan(request *GetDataExportDownloadURLRequest) (<-chan *GetDataExportDownloadURLResponse, <-chan error)

GetDataExportDownloadURLWithChan invokes the dms_enterprise.GetDataExportDownloadURL API asynchronously

func (*Client) GetDataExportOrderDetail ¶ added in v1.61.13

func (client *Client) GetDataExportOrderDetail(request *GetDataExportOrderDetailRequest) (response *GetDataExportOrderDetailResponse, err error)

GetDataExportOrderDetail invokes the dms_enterprise.GetDataExportOrderDetail API synchronously

func (*Client) GetDataExportOrderDetailWithCallback ¶ added in v1.61.13

func (client *Client) GetDataExportOrderDetailWithCallback(request *GetDataExportOrderDetailRequest, callback func(response *GetDataExportOrderDetailResponse, err error)) <-chan int

GetDataExportOrderDetailWithCallback invokes the dms_enterprise.GetDataExportOrderDetail API asynchronously

func (*Client) GetDataExportOrderDetailWithChan ¶ added in v1.61.13

func (client *Client) GetDataExportOrderDetailWithChan(request *GetDataExportOrderDetailRequest) (<-chan *GetDataExportOrderDetailResponse, <-chan error)

GetDataExportOrderDetailWithChan invokes the dms_enterprise.GetDataExportOrderDetail API asynchronously

func (*Client) GetDataExportPreCheckDetail ¶ added in v1.62.297

func (client *Client) GetDataExportPreCheckDetail(request *GetDataExportPreCheckDetailRequest) (response *GetDataExportPreCheckDetailResponse, err error)

GetDataExportPreCheckDetail invokes the dms_enterprise.GetDataExportPreCheckDetail API synchronously

func (*Client) GetDataExportPreCheckDetailWithCallback ¶ added in v1.62.297

func (client *Client) GetDataExportPreCheckDetailWithCallback(request *GetDataExportPreCheckDetailRequest, callback func(response *GetDataExportPreCheckDetailResponse, err error)) <-chan int

GetDataExportPreCheckDetailWithCallback invokes the dms_enterprise.GetDataExportPreCheckDetail API asynchronously

func (*Client) GetDataExportPreCheckDetailWithChan ¶ added in v1.62.297

func (client *Client) GetDataExportPreCheckDetailWithChan(request *GetDataExportPreCheckDetailRequest) (<-chan *GetDataExportPreCheckDetailResponse, <-chan error)

GetDataExportPreCheckDetailWithChan invokes the dms_enterprise.GetDataExportPreCheckDetail API asynchronously

func (*Client) GetDataImportSQL ¶ added in v1.62.277

func (client *Client) GetDataImportSQL(request *GetDataImportSQLRequest) (response *GetDataImportSQLResponse, err error)

GetDataImportSQL invokes the dms_enterprise.GetDataImportSQL API synchronously

func (*Client) GetDataImportSQLWithCallback ¶ added in v1.62.277

func (client *Client) GetDataImportSQLWithCallback(request *GetDataImportSQLRequest, callback func(response *GetDataImportSQLResponse, err error)) <-chan int

GetDataImportSQLWithCallback invokes the dms_enterprise.GetDataImportSQL API asynchronously

func (*Client) GetDataImportSQLWithChan ¶ added in v1.62.277

func (client *Client) GetDataImportSQLWithChan(request *GetDataImportSQLRequest) (<-chan *GetDataImportSQLResponse, <-chan error)

GetDataImportSQLWithChan invokes the dms_enterprise.GetDataImportSQL API asynchronously

func (*Client) GetDataTrackJobDegree ¶ added in v1.62.289

func (client *Client) GetDataTrackJobDegree(request *GetDataTrackJobDegreeRequest) (response *GetDataTrackJobDegreeResponse, err error)

GetDataTrackJobDegree invokes the dms_enterprise.GetDataTrackJobDegree API synchronously

func (*Client) GetDataTrackJobDegreeWithCallback ¶ added in v1.62.289

func (client *Client) GetDataTrackJobDegreeWithCallback(request *GetDataTrackJobDegreeRequest, callback func(response *GetDataTrackJobDegreeResponse, err error)) <-chan int

GetDataTrackJobDegreeWithCallback invokes the dms_enterprise.GetDataTrackJobDegree API asynchronously

func (*Client) GetDataTrackJobDegreeWithChan ¶ added in v1.62.289

func (client *Client) GetDataTrackJobDegreeWithChan(request *GetDataTrackJobDegreeRequest) (<-chan *GetDataTrackJobDegreeResponse, <-chan error)

GetDataTrackJobDegreeWithChan invokes the dms_enterprise.GetDataTrackJobDegree API asynchronously

func (*Client) GetDataTrackJobTableMeta ¶ added in v1.62.289

func (client *Client) GetDataTrackJobTableMeta(request *GetDataTrackJobTableMetaRequest) (response *GetDataTrackJobTableMetaResponse, err error)

GetDataTrackJobTableMeta invokes the dms_enterprise.GetDataTrackJobTableMeta API synchronously

func (*Client) GetDataTrackJobTableMetaWithCallback ¶ added in v1.62.289

func (client *Client) GetDataTrackJobTableMetaWithCallback(request *GetDataTrackJobTableMetaRequest, callback func(response *GetDataTrackJobTableMetaResponse, err error)) <-chan int

GetDataTrackJobTableMetaWithCallback invokes the dms_enterprise.GetDataTrackJobTableMeta API asynchronously

func (*Client) GetDataTrackJobTableMetaWithChan ¶ added in v1.62.289

func (client *Client) GetDataTrackJobTableMetaWithChan(request *GetDataTrackJobTableMetaRequest) (<-chan *GetDataTrackJobTableMetaResponse, <-chan error)

GetDataTrackJobTableMetaWithChan invokes the dms_enterprise.GetDataTrackJobTableMeta API asynchronously

func (*Client) GetDataTrackOrderDetail ¶ added in v1.62.289

func (client *Client) GetDataTrackOrderDetail(request *GetDataTrackOrderDetailRequest) (response *GetDataTrackOrderDetailResponse, err error)

GetDataTrackOrderDetail invokes the dms_enterprise.GetDataTrackOrderDetail API synchronously

func (*Client) GetDataTrackOrderDetailWithCallback ¶ added in v1.62.289

func (client *Client) GetDataTrackOrderDetailWithCallback(request *GetDataTrackOrderDetailRequest, callback func(response *GetDataTrackOrderDetailResponse, err error)) <-chan int

GetDataTrackOrderDetailWithCallback invokes the dms_enterprise.GetDataTrackOrderDetail API asynchronously

func (*Client) GetDataTrackOrderDetailWithChan ¶ added in v1.62.289

func (client *Client) GetDataTrackOrderDetailWithChan(request *GetDataTrackOrderDetailRequest) (<-chan *GetDataTrackOrderDetailResponse, <-chan error)

GetDataTrackOrderDetailWithChan invokes the dms_enterprise.GetDataTrackOrderDetail API asynchronously

func (*Client) GetDatabase ¶ added in v1.61.13

func (client *Client) GetDatabase(request *GetDatabaseRequest) (response *GetDatabaseResponse, err error)

GetDatabase invokes the dms_enterprise.GetDatabase API synchronously

func (*Client) GetDatabaseExportOrderDetail ¶ added in v1.62.289

func (client *Client) GetDatabaseExportOrderDetail(request *GetDatabaseExportOrderDetailRequest) (response *GetDatabaseExportOrderDetailResponse, err error)

GetDatabaseExportOrderDetail invokes the dms_enterprise.GetDatabaseExportOrderDetail API synchronously

func (*Client) GetDatabaseExportOrderDetailWithCallback ¶ added in v1.62.289

func (client *Client) GetDatabaseExportOrderDetailWithCallback(request *GetDatabaseExportOrderDetailRequest, callback func(response *GetDatabaseExportOrderDetailResponse, err error)) <-chan int

GetDatabaseExportOrderDetailWithCallback invokes the dms_enterprise.GetDatabaseExportOrderDetail API asynchronously

func (*Client) GetDatabaseExportOrderDetailWithChan ¶ added in v1.62.289

func (client *Client) GetDatabaseExportOrderDetailWithChan(request *GetDatabaseExportOrderDetailRequest) (<-chan *GetDatabaseExportOrderDetailResponse, <-chan error)

GetDatabaseExportOrderDetailWithChan invokes the dms_enterprise.GetDatabaseExportOrderDetail API asynchronously

func (*Client) GetDatabaseWithCallback ¶ added in v1.61.13

func (client *Client) GetDatabaseWithCallback(request *GetDatabaseRequest, callback func(response *GetDatabaseResponse, err error)) <-chan int

GetDatabaseWithCallback invokes the dms_enterprise.GetDatabase API asynchronously

func (*Client) GetDatabaseWithChan ¶ added in v1.61.13

func (client *Client) GetDatabaseWithChan(request *GetDatabaseRequest) (<-chan *GetDatabaseResponse, <-chan error)

GetDatabaseWithChan invokes the dms_enterprise.GetDatabase API asynchronously

func (*Client) GetDbExportDownloadURL ¶ added in v1.62.578

func (client *Client) GetDbExportDownloadURL(request *GetDbExportDownloadURLRequest) (response *GetDbExportDownloadURLResponse, err error)

GetDbExportDownloadURL invokes the dms_enterprise.GetDbExportDownloadURL API synchronously

func (*Client) GetDbExportDownloadURLWithCallback ¶ added in v1.62.578

func (client *Client) GetDbExportDownloadURLWithCallback(request *GetDbExportDownloadURLRequest, callback func(response *GetDbExportDownloadURLResponse, err error)) <-chan int

GetDbExportDownloadURLWithCallback invokes the dms_enterprise.GetDbExportDownloadURL API asynchronously

func (*Client) GetDbExportDownloadURLWithChan ¶ added in v1.62.578

func (client *Client) GetDbExportDownloadURLWithChan(request *GetDbExportDownloadURLRequest) (<-chan *GetDbExportDownloadURLResponse, <-chan error)

GetDbExportDownloadURLWithChan invokes the dms_enterprise.GetDbExportDownloadURL API asynchronously

func (*Client) GetInstance ¶ added in v1.61.13

func (client *Client) GetInstance(request *GetInstanceRequest) (response *GetInstanceResponse, err error)

GetInstance invokes the dms_enterprise.GetInstance API synchronously

func (*Client) GetInstanceWithCallback ¶ added in v1.61.13

func (client *Client) GetInstanceWithCallback(request *GetInstanceRequest, callback func(response *GetInstanceResponse, err error)) <-chan int

GetInstanceWithCallback invokes the dms_enterprise.GetInstance API asynchronously

func (*Client) GetInstanceWithChan ¶ added in v1.61.13

func (client *Client) GetInstanceWithChan(request *GetInstanceRequest) (<-chan *GetInstanceResponse, <-chan error)

GetInstanceWithChan invokes the dms_enterprise.GetInstance API asynchronously

func (*Client) GetIntervalLimitOfSLA ¶ added in v1.61.1835

func (client *Client) GetIntervalLimitOfSLA(request *GetIntervalLimitOfSLARequest) (response *GetIntervalLimitOfSLAResponse, err error)

GetIntervalLimitOfSLA invokes the dms_enterprise.GetIntervalLimitOfSLA API synchronously

func (*Client) GetIntervalLimitOfSLAWithCallback ¶ added in v1.61.1835

func (client *Client) GetIntervalLimitOfSLAWithCallback(request *GetIntervalLimitOfSLARequest, callback func(response *GetIntervalLimitOfSLAResponse, err error)) <-chan int

GetIntervalLimitOfSLAWithCallback invokes the dms_enterprise.GetIntervalLimitOfSLA API asynchronously

func (*Client) GetIntervalLimitOfSLAWithChan ¶ added in v1.61.1835

func (client *Client) GetIntervalLimitOfSLAWithChan(request *GetIntervalLimitOfSLARequest) (<-chan *GetIntervalLimitOfSLAResponse, <-chan error)

GetIntervalLimitOfSLAWithChan invokes the dms_enterprise.GetIntervalLimitOfSLA API asynchronously

func (*Client) GetLhSpaceByName ¶ added in v1.61.1544

func (client *Client) GetLhSpaceByName(request *GetLhSpaceByNameRequest) (response *GetLhSpaceByNameResponse, err error)

GetLhSpaceByName invokes the dms_enterprise.GetLhSpaceByName API synchronously

func (*Client) GetLhSpaceByNameWithCallback ¶ added in v1.61.1544

func (client *Client) GetLhSpaceByNameWithCallback(request *GetLhSpaceByNameRequest, callback func(response *GetLhSpaceByNameResponse, err error)) <-chan int

GetLhSpaceByNameWithCallback invokes the dms_enterprise.GetLhSpaceByName API asynchronously

func (*Client) GetLhSpaceByNameWithChan ¶ added in v1.61.1544

func (client *Client) GetLhSpaceByNameWithChan(request *GetLhSpaceByNameRequest) (<-chan *GetLhSpaceByNameResponse, <-chan error)

GetLhSpaceByNameWithChan invokes the dms_enterprise.GetLhSpaceByName API asynchronously

func (*Client) GetLogicDatabase ¶ added in v1.61.13

func (client *Client) GetLogicDatabase(request *GetLogicDatabaseRequest) (response *GetLogicDatabaseResponse, err error)

GetLogicDatabase invokes the dms_enterprise.GetLogicDatabase API synchronously

func (*Client) GetLogicDatabaseWithCallback ¶ added in v1.61.13

func (client *Client) GetLogicDatabaseWithCallback(request *GetLogicDatabaseRequest, callback func(response *GetLogicDatabaseResponse, err error)) <-chan int

GetLogicDatabaseWithCallback invokes the dms_enterprise.GetLogicDatabase API asynchronously

func (*Client) GetLogicDatabaseWithChan ¶ added in v1.61.13

func (client *Client) GetLogicDatabaseWithChan(request *GetLogicDatabaseRequest) (<-chan *GetLogicDatabaseResponse, <-chan error)

GetLogicDatabaseWithChan invokes the dms_enterprise.GetLogicDatabase API asynchronously

func (*Client) GetMetaTableColumn ¶ added in v1.61.504

func (client *Client) GetMetaTableColumn(request *GetMetaTableColumnRequest) (response *GetMetaTableColumnResponse, err error)

GetMetaTableColumn invokes the dms_enterprise.GetMetaTableColumn API synchronously

func (*Client) GetMetaTableColumnWithCallback ¶ added in v1.61.504

func (client *Client) GetMetaTableColumnWithCallback(request *GetMetaTableColumnRequest, callback func(response *GetMetaTableColumnResponse, err error)) <-chan int

GetMetaTableColumnWithCallback invokes the dms_enterprise.GetMetaTableColumn API asynchronously

func (*Client) GetMetaTableColumnWithChan ¶ added in v1.61.504

func (client *Client) GetMetaTableColumnWithChan(request *GetMetaTableColumnRequest) (<-chan *GetMetaTableColumnResponse, <-chan error)

GetMetaTableColumnWithChan invokes the dms_enterprise.GetMetaTableColumn API asynchronously

func (*Client) GetMetaTableDetailInfo ¶ added in v1.61.504

func (client *Client) GetMetaTableDetailInfo(request *GetMetaTableDetailInfoRequest) (response *GetMetaTableDetailInfoResponse, err error)

GetMetaTableDetailInfo invokes the dms_enterprise.GetMetaTableDetailInfo API synchronously

func (*Client) GetMetaTableDetailInfoWithCallback ¶ added in v1.61.504

func (client *Client) GetMetaTableDetailInfoWithCallback(request *GetMetaTableDetailInfoRequest, callback func(response *GetMetaTableDetailInfoResponse, err error)) <-chan int

GetMetaTableDetailInfoWithCallback invokes the dms_enterprise.GetMetaTableDetailInfo API asynchronously

func (*Client) GetMetaTableDetailInfoWithChan ¶ added in v1.61.504

func (client *Client) GetMetaTableDetailInfoWithChan(request *GetMetaTableDetailInfoRequest) (<-chan *GetMetaTableDetailInfoResponse, <-chan error)

GetMetaTableDetailInfoWithChan invokes the dms_enterprise.GetMetaTableDetailInfo API asynchronously

func (*Client) GetOnlineDDLProgress ¶ added in v1.62.61

func (client *Client) GetOnlineDDLProgress(request *GetOnlineDDLProgressRequest) (response *GetOnlineDDLProgressResponse, err error)

GetOnlineDDLProgress invokes the dms_enterprise.GetOnlineDDLProgress API synchronously

func (*Client) GetOnlineDDLProgressWithCallback ¶ added in v1.62.61

func (client *Client) GetOnlineDDLProgressWithCallback(request *GetOnlineDDLProgressRequest, callback func(response *GetOnlineDDLProgressResponse, err error)) <-chan int

GetOnlineDDLProgressWithCallback invokes the dms_enterprise.GetOnlineDDLProgress API asynchronously

func (*Client) GetOnlineDDLProgressWithChan ¶ added in v1.62.61

func (client *Client) GetOnlineDDLProgressWithChan(request *GetOnlineDDLProgressRequest) (<-chan *GetOnlineDDLProgressResponse, <-chan error)

GetOnlineDDLProgressWithChan invokes the dms_enterprise.GetOnlineDDLProgress API asynchronously

func (*Client) GetOpLog ¶

func (client *Client) GetOpLog(request *GetOpLogRequest) (response *GetOpLogResponse, err error)

GetOpLog invokes the dms_enterprise.GetOpLog API synchronously

func (*Client) GetOpLogWithCallback ¶

func (client *Client) GetOpLogWithCallback(request *GetOpLogRequest, callback func(response *GetOpLogResponse, err error)) <-chan int

GetOpLogWithCallback invokes the dms_enterprise.GetOpLog API asynchronously

func (*Client) GetOpLogWithChan ¶

func (client *Client) GetOpLogWithChan(request *GetOpLogRequest) (<-chan *GetOpLogResponse, <-chan error)

GetOpLogWithChan invokes the dms_enterprise.GetOpLog API asynchronously

func (*Client) GetOrderAttachmentFile ¶ added in v1.62.34

func (client *Client) GetOrderAttachmentFile(request *GetOrderAttachmentFileRequest) (response *GetOrderAttachmentFileResponse, err error)

GetOrderAttachmentFile invokes the dms_enterprise.GetOrderAttachmentFile API synchronously

func (*Client) GetOrderAttachmentFileWithCallback ¶ added in v1.62.34

func (client *Client) GetOrderAttachmentFileWithCallback(request *GetOrderAttachmentFileRequest, callback func(response *GetOrderAttachmentFileResponse, err error)) <-chan int

GetOrderAttachmentFileWithCallback invokes the dms_enterprise.GetOrderAttachmentFile API asynchronously

func (*Client) GetOrderAttachmentFileWithChan ¶ added in v1.62.34

func (client *Client) GetOrderAttachmentFileWithChan(request *GetOrderAttachmentFileRequest) (<-chan *GetOrderAttachmentFileResponse, <-chan error)

GetOrderAttachmentFileWithChan invokes the dms_enterprise.GetOrderAttachmentFile API asynchronously

func (*Client) GetOrderBaseInfo ¶ added in v1.61.13

func (client *Client) GetOrderBaseInfo(request *GetOrderBaseInfoRequest) (response *GetOrderBaseInfoResponse, err error)

GetOrderBaseInfo invokes the dms_enterprise.GetOrderBaseInfo API synchronously

func (*Client) GetOrderBaseInfoWithCallback ¶ added in v1.61.13

func (client *Client) GetOrderBaseInfoWithCallback(request *GetOrderBaseInfoRequest, callback func(response *GetOrderBaseInfoResponse, err error)) <-chan int

GetOrderBaseInfoWithCallback invokes the dms_enterprise.GetOrderBaseInfo API asynchronously

func (*Client) GetOrderBaseInfoWithChan ¶ added in v1.61.13

func (client *Client) GetOrderBaseInfoWithChan(request *GetOrderBaseInfoRequest) (<-chan *GetOrderBaseInfoResponse, <-chan error)

GetOrderBaseInfoWithChan invokes the dms_enterprise.GetOrderBaseInfo API asynchronously

func (*Client) GetOwnerApplyOrderDetail ¶ added in v1.61.968

func (client *Client) GetOwnerApplyOrderDetail(request *GetOwnerApplyOrderDetailRequest) (response *GetOwnerApplyOrderDetailResponse, err error)

GetOwnerApplyOrderDetail invokes the dms_enterprise.GetOwnerApplyOrderDetail API synchronously

func (*Client) GetOwnerApplyOrderDetailWithCallback ¶ added in v1.61.968

func (client *Client) GetOwnerApplyOrderDetailWithCallback(request *GetOwnerApplyOrderDetailRequest, callback func(response *GetOwnerApplyOrderDetailResponse, err error)) <-chan int

GetOwnerApplyOrderDetailWithCallback invokes the dms_enterprise.GetOwnerApplyOrderDetail API asynchronously

func (*Client) GetOwnerApplyOrderDetailWithChan ¶ added in v1.61.968

func (client *Client) GetOwnerApplyOrderDetailWithChan(request *GetOwnerApplyOrderDetailRequest) (<-chan *GetOwnerApplyOrderDetailResponse, <-chan error)

GetOwnerApplyOrderDetailWithChan invokes the dms_enterprise.GetOwnerApplyOrderDetail API asynchronously

func (*Client) GetPagedInstance ¶ added in v1.62.568

func (client *Client) GetPagedInstance(request *GetPagedInstanceRequest) (response *GetPagedInstanceResponse, err error)

GetPagedInstance invokes the dms_enterprise.GetPagedInstance API synchronously

func (*Client) GetPagedInstanceWithCallback ¶ added in v1.62.568

func (client *Client) GetPagedInstanceWithCallback(request *GetPagedInstanceRequest, callback func(response *GetPagedInstanceResponse, err error)) <-chan int

GetPagedInstanceWithCallback invokes the dms_enterprise.GetPagedInstance API asynchronously

func (*Client) GetPagedInstanceWithChan ¶ added in v1.62.568

func (client *Client) GetPagedInstanceWithChan(request *GetPagedInstanceRequest) (<-chan *GetPagedInstanceResponse, <-chan error)

GetPagedInstanceWithChan invokes the dms_enterprise.GetPagedInstance API asynchronously

func (*Client) GetPermApplyOrderDetail ¶ added in v1.61.968

func (client *Client) GetPermApplyOrderDetail(request *GetPermApplyOrderDetailRequest) (response *GetPermApplyOrderDetailResponse, err error)

GetPermApplyOrderDetail invokes the dms_enterprise.GetPermApplyOrderDetail API synchronously

func (*Client) GetPermApplyOrderDetailWithCallback ¶ added in v1.61.968

func (client *Client) GetPermApplyOrderDetailWithCallback(request *GetPermApplyOrderDetailRequest, callback func(response *GetPermApplyOrderDetailResponse, err error)) <-chan int

GetPermApplyOrderDetailWithCallback invokes the dms_enterprise.GetPermApplyOrderDetail API asynchronously

func (*Client) GetPermApplyOrderDetailWithChan ¶ added in v1.61.968

func (client *Client) GetPermApplyOrderDetailWithChan(request *GetPermApplyOrderDetailRequest) (<-chan *GetPermApplyOrderDetailResponse, <-chan error)

GetPermApplyOrderDetailWithChan invokes the dms_enterprise.GetPermApplyOrderDetail API asynchronously

func (*Client) GetPhysicalDatabase ¶ added in v1.61.1043

func (client *Client) GetPhysicalDatabase(request *GetPhysicalDatabaseRequest) (response *GetPhysicalDatabaseResponse, err error)

GetPhysicalDatabase invokes the dms_enterprise.GetPhysicalDatabase API synchronously

func (*Client) GetPhysicalDatabaseWithCallback ¶ added in v1.61.1043

func (client *Client) GetPhysicalDatabaseWithCallback(request *GetPhysicalDatabaseRequest, callback func(response *GetPhysicalDatabaseResponse, err error)) <-chan int

GetPhysicalDatabaseWithCallback invokes the dms_enterprise.GetPhysicalDatabase API asynchronously

func (*Client) GetPhysicalDatabaseWithChan ¶ added in v1.61.1043

func (client *Client) GetPhysicalDatabaseWithChan(request *GetPhysicalDatabaseRequest) (<-chan *GetPhysicalDatabaseResponse, <-chan error)

GetPhysicalDatabaseWithChan invokes the dms_enterprise.GetPhysicalDatabase API asynchronously

func (*Client) GetProxy ¶ added in v1.61.1227

func (client *Client) GetProxy(request *GetProxyRequest) (response *GetProxyResponse, err error)

GetProxy invokes the dms_enterprise.GetProxy API synchronously

func (*Client) GetProxyAccess ¶ added in v1.62.92

func (client *Client) GetProxyAccess(request *GetProxyAccessRequest) (response *GetProxyAccessResponse, err error)

GetProxyAccess invokes the dms_enterprise.GetProxyAccess API synchronously

func (*Client) GetProxyAccessWithCallback ¶ added in v1.62.92

func (client *Client) GetProxyAccessWithCallback(request *GetProxyAccessRequest, callback func(response *GetProxyAccessResponse, err error)) <-chan int

GetProxyAccessWithCallback invokes the dms_enterprise.GetProxyAccess API asynchronously

func (*Client) GetProxyAccessWithChan ¶ added in v1.62.92

func (client *Client) GetProxyAccessWithChan(request *GetProxyAccessRequest) (<-chan *GetProxyAccessResponse, <-chan error)

GetProxyAccessWithChan invokes the dms_enterprise.GetProxyAccess API asynchronously

func (*Client) GetProxyWithCallback ¶ added in v1.61.1227

func (client *Client) GetProxyWithCallback(request *GetProxyRequest, callback func(response *GetProxyResponse, err error)) <-chan int

GetProxyWithCallback invokes the dms_enterprise.GetProxy API asynchronously

func (*Client) GetProxyWithChan ¶ added in v1.61.1227

func (client *Client) GetProxyWithChan(request *GetProxyRequest) (<-chan *GetProxyResponse, <-chan error)

GetProxyWithChan invokes the dms_enterprise.GetProxy API asynchronously

func (*Client) GetRuleNumLimitOfSLA ¶ added in v1.61.1835

func (client *Client) GetRuleNumLimitOfSLA(request *GetRuleNumLimitOfSLARequest) (response *GetRuleNumLimitOfSLAResponse, err error)

GetRuleNumLimitOfSLA invokes the dms_enterprise.GetRuleNumLimitOfSLA API synchronously

func (*Client) GetRuleNumLimitOfSLAWithCallback ¶ added in v1.61.1835

func (client *Client) GetRuleNumLimitOfSLAWithCallback(request *GetRuleNumLimitOfSLARequest, callback func(response *GetRuleNumLimitOfSLAResponse, err error)) <-chan int

GetRuleNumLimitOfSLAWithCallback invokes the dms_enterprise.GetRuleNumLimitOfSLA API asynchronously

func (*Client) GetRuleNumLimitOfSLAWithChan ¶ added in v1.61.1835

func (client *Client) GetRuleNumLimitOfSLAWithChan(request *GetRuleNumLimitOfSLARequest) (<-chan *GetRuleNumLimitOfSLAResponse, <-chan error)

GetRuleNumLimitOfSLAWithChan invokes the dms_enterprise.GetRuleNumLimitOfSLA API asynchronously

func (*Client) GetSQLReviewCheckResultStatus ¶ added in v1.61.1139

func (client *Client) GetSQLReviewCheckResultStatus(request *GetSQLReviewCheckResultStatusRequest) (response *GetSQLReviewCheckResultStatusResponse, err error)

GetSQLReviewCheckResultStatus invokes the dms_enterprise.GetSQLReviewCheckResultStatus API synchronously

func (*Client) GetSQLReviewCheckResultStatusWithCallback ¶ added in v1.61.1139

func (client *Client) GetSQLReviewCheckResultStatusWithCallback(request *GetSQLReviewCheckResultStatusRequest, callback func(response *GetSQLReviewCheckResultStatusResponse, err error)) <-chan int

GetSQLReviewCheckResultStatusWithCallback invokes the dms_enterprise.GetSQLReviewCheckResultStatus API asynchronously

func (*Client) GetSQLReviewCheckResultStatusWithChan ¶ added in v1.61.1139

func (client *Client) GetSQLReviewCheckResultStatusWithChan(request *GetSQLReviewCheckResultStatusRequest) (<-chan *GetSQLReviewCheckResultStatusResponse, <-chan error)

GetSQLReviewCheckResultStatusWithChan invokes the dms_enterprise.GetSQLReviewCheckResultStatus API asynchronously

func (*Client) GetSQLReviewOptimizeDetail ¶ added in v1.61.1163

func (client *Client) GetSQLReviewOptimizeDetail(request *GetSQLReviewOptimizeDetailRequest) (response *GetSQLReviewOptimizeDetailResponse, err error)

GetSQLReviewOptimizeDetail invokes the dms_enterprise.GetSQLReviewOptimizeDetail API synchronously

func (*Client) GetSQLReviewOptimizeDetailWithCallback ¶ added in v1.61.1163

func (client *Client) GetSQLReviewOptimizeDetailWithCallback(request *GetSQLReviewOptimizeDetailRequest, callback func(response *GetSQLReviewOptimizeDetailResponse, err error)) <-chan int

GetSQLReviewOptimizeDetailWithCallback invokes the dms_enterprise.GetSQLReviewOptimizeDetail API asynchronously

func (*Client) GetSQLReviewOptimizeDetailWithChan ¶ added in v1.61.1163

func (client *Client) GetSQLReviewOptimizeDetailWithChan(request *GetSQLReviewOptimizeDetailRequest) (<-chan *GetSQLReviewOptimizeDetailResponse, <-chan error)

GetSQLReviewOptimizeDetailWithChan invokes the dms_enterprise.GetSQLReviewOptimizeDetail API asynchronously

func (*Client) GetStandardGroup ¶ added in v1.62.719

func (client *Client) GetStandardGroup(request *GetStandardGroupRequest) (response *GetStandardGroupResponse, err error)

GetStandardGroup invokes the dms_enterprise.GetStandardGroup API synchronously

func (*Client) GetStandardGroupWithCallback ¶ added in v1.62.719

func (client *Client) GetStandardGroupWithCallback(request *GetStandardGroupRequest, callback func(response *GetStandardGroupResponse, err error)) <-chan int

GetStandardGroupWithCallback invokes the dms_enterprise.GetStandardGroup API asynchronously

func (*Client) GetStandardGroupWithChan ¶ added in v1.62.719

func (client *Client) GetStandardGroupWithChan(request *GetStandardGroupRequest) (<-chan *GetStandardGroupResponse, <-chan error)

GetStandardGroupWithChan invokes the dms_enterprise.GetStandardGroup API asynchronously

func (*Client) GetStructSyncExecSqlDetail ¶ added in v1.61.968

func (client *Client) GetStructSyncExecSqlDetail(request *GetStructSyncExecSqlDetailRequest) (response *GetStructSyncExecSqlDetailResponse, err error)

GetStructSyncExecSqlDetail invokes the dms_enterprise.GetStructSyncExecSqlDetail API synchronously

func (*Client) GetStructSyncExecSqlDetailWithCallback ¶ added in v1.61.968

func (client *Client) GetStructSyncExecSqlDetailWithCallback(request *GetStructSyncExecSqlDetailRequest, callback func(response *GetStructSyncExecSqlDetailResponse, err error)) <-chan int

GetStructSyncExecSqlDetailWithCallback invokes the dms_enterprise.GetStructSyncExecSqlDetail API asynchronously

func (*Client) GetStructSyncExecSqlDetailWithChan ¶ added in v1.61.968

func (client *Client) GetStructSyncExecSqlDetailWithChan(request *GetStructSyncExecSqlDetailRequest) (<-chan *GetStructSyncExecSqlDetailResponse, <-chan error)

GetStructSyncExecSqlDetailWithChan invokes the dms_enterprise.GetStructSyncExecSqlDetail API asynchronously

func (*Client) GetStructSyncJobAnalyzeResult ¶ added in v1.61.968

func (client *Client) GetStructSyncJobAnalyzeResult(request *GetStructSyncJobAnalyzeResultRequest) (response *GetStructSyncJobAnalyzeResultResponse, err error)

GetStructSyncJobAnalyzeResult invokes the dms_enterprise.GetStructSyncJobAnalyzeResult API synchronously

func (*Client) GetStructSyncJobAnalyzeResultWithCallback ¶ added in v1.61.968

func (client *Client) GetStructSyncJobAnalyzeResultWithCallback(request *GetStructSyncJobAnalyzeResultRequest, callback func(response *GetStructSyncJobAnalyzeResultResponse, err error)) <-chan int

GetStructSyncJobAnalyzeResultWithCallback invokes the dms_enterprise.GetStructSyncJobAnalyzeResult API asynchronously

func (*Client) GetStructSyncJobAnalyzeResultWithChan ¶ added in v1.61.968

func (client *Client) GetStructSyncJobAnalyzeResultWithChan(request *GetStructSyncJobAnalyzeResultRequest) (<-chan *GetStructSyncJobAnalyzeResultResponse, <-chan error)

GetStructSyncJobAnalyzeResultWithChan invokes the dms_enterprise.GetStructSyncJobAnalyzeResult API asynchronously

func (*Client) GetStructSyncJobDetail ¶ added in v1.61.968

func (client *Client) GetStructSyncJobDetail(request *GetStructSyncJobDetailRequest) (response *GetStructSyncJobDetailResponse, err error)

GetStructSyncJobDetail invokes the dms_enterprise.GetStructSyncJobDetail API synchronously

func (*Client) GetStructSyncJobDetailWithCallback ¶ added in v1.61.968

func (client *Client) GetStructSyncJobDetailWithCallback(request *GetStructSyncJobDetailRequest, callback func(response *GetStructSyncJobDetailResponse, err error)) <-chan int

GetStructSyncJobDetailWithCallback invokes the dms_enterprise.GetStructSyncJobDetail API asynchronously

func (*Client) GetStructSyncJobDetailWithChan ¶ added in v1.61.968

func (client *Client) GetStructSyncJobDetailWithChan(request *GetStructSyncJobDetailRequest) (<-chan *GetStructSyncJobDetailResponse, <-chan error)

GetStructSyncJobDetailWithChan invokes the dms_enterprise.GetStructSyncJobDetail API asynchronously

func (*Client) GetStructSyncOrderDetail ¶ added in v1.61.968

func (client *Client) GetStructSyncOrderDetail(request *GetStructSyncOrderDetailRequest) (response *GetStructSyncOrderDetailResponse, err error)

GetStructSyncOrderDetail invokes the dms_enterprise.GetStructSyncOrderDetail API synchronously

func (*Client) GetStructSyncOrderDetailWithCallback ¶ added in v1.61.968

func (client *Client) GetStructSyncOrderDetailWithCallback(request *GetStructSyncOrderDetailRequest, callback func(response *GetStructSyncOrderDetailResponse, err error)) <-chan int

GetStructSyncOrderDetailWithCallback invokes the dms_enterprise.GetStructSyncOrderDetail API asynchronously

func (*Client) GetStructSyncOrderDetailWithChan ¶ added in v1.61.968

func (client *Client) GetStructSyncOrderDetailWithChan(request *GetStructSyncOrderDetailRequest) (<-chan *GetStructSyncOrderDetailResponse, <-chan error)

GetStructSyncOrderDetailWithChan invokes the dms_enterprise.GetStructSyncOrderDetail API asynchronously

func (*Client) GetTableDBTopology ¶ added in v1.61.504

func (client *Client) GetTableDBTopology(request *GetTableDBTopologyRequest) (response *GetTableDBTopologyResponse, err error)

GetTableDBTopology invokes the dms_enterprise.GetTableDBTopology API synchronously

func (*Client) GetTableDBTopologyWithCallback ¶ added in v1.61.504

func (client *Client) GetTableDBTopologyWithCallback(request *GetTableDBTopologyRequest, callback func(response *GetTableDBTopologyResponse, err error)) <-chan int

GetTableDBTopologyWithCallback invokes the dms_enterprise.GetTableDBTopology API asynchronously

func (*Client) GetTableDBTopologyWithChan ¶ added in v1.61.504

func (client *Client) GetTableDBTopologyWithChan(request *GetTableDBTopologyRequest) (<-chan *GetTableDBTopologyResponse, <-chan error)

GetTableDBTopologyWithChan invokes the dms_enterprise.GetTableDBTopology API asynchronously

func (*Client) GetTableDesignProjectFlow ¶ added in v1.62.726

func (client *Client) GetTableDesignProjectFlow(request *GetTableDesignProjectFlowRequest) (response *GetTableDesignProjectFlowResponse, err error)

GetTableDesignProjectFlow invokes the dms_enterprise.GetTableDesignProjectFlow API synchronously

func (*Client) GetTableDesignProjectFlowWithCallback ¶ added in v1.62.726

func (client *Client) GetTableDesignProjectFlowWithCallback(request *GetTableDesignProjectFlowRequest, callback func(response *GetTableDesignProjectFlowResponse, err error)) <-chan int

GetTableDesignProjectFlowWithCallback invokes the dms_enterprise.GetTableDesignProjectFlow API asynchronously

func (*Client) GetTableDesignProjectFlowWithChan ¶ added in v1.62.726

func (client *Client) GetTableDesignProjectFlowWithChan(request *GetTableDesignProjectFlowRequest) (<-chan *GetTableDesignProjectFlowResponse, <-chan error)

GetTableDesignProjectFlowWithChan invokes the dms_enterprise.GetTableDesignProjectFlow API asynchronously

func (*Client) GetTableDesignProjectInfo ¶ added in v1.62.726

func (client *Client) GetTableDesignProjectInfo(request *GetTableDesignProjectInfoRequest) (response *GetTableDesignProjectInfoResponse, err error)

GetTableDesignProjectInfo invokes the dms_enterprise.GetTableDesignProjectInfo API synchronously

func (*Client) GetTableDesignProjectInfoWithCallback ¶ added in v1.62.726

func (client *Client) GetTableDesignProjectInfoWithCallback(request *GetTableDesignProjectInfoRequest, callback func(response *GetTableDesignProjectInfoResponse, err error)) <-chan int

GetTableDesignProjectInfoWithCallback invokes the dms_enterprise.GetTableDesignProjectInfo API asynchronously

func (*Client) GetTableDesignProjectInfoWithChan ¶ added in v1.62.726

func (client *Client) GetTableDesignProjectInfoWithChan(request *GetTableDesignProjectInfoRequest) (<-chan *GetTableDesignProjectInfoResponse, <-chan error)

GetTableDesignProjectInfoWithChan invokes the dms_enterprise.GetTableDesignProjectInfo API asynchronously

func (*Client) GetTableTopology ¶ added in v1.61.968

func (client *Client) GetTableTopology(request *GetTableTopologyRequest) (response *GetTableTopologyResponse, err error)

GetTableTopology invokes the dms_enterprise.GetTableTopology API synchronously

func (*Client) GetTableTopologyWithCallback ¶ added in v1.61.968

func (client *Client) GetTableTopologyWithCallback(request *GetTableTopologyRequest, callback func(response *GetTableTopologyResponse, err error)) <-chan int

GetTableTopologyWithCallback invokes the dms_enterprise.GetTableTopology API asynchronously

func (*Client) GetTableTopologyWithChan ¶ added in v1.61.968

func (client *Client) GetTableTopologyWithChan(request *GetTableTopologyRequest) (<-chan *GetTableTopologyResponse, <-chan error)

GetTableTopologyWithChan invokes the dms_enterprise.GetTableTopology API asynchronously

func (*Client) GetTask ¶ added in v1.61.1835

func (client *Client) GetTask(request *GetTaskRequest) (response *GetTaskResponse, err error)

GetTask invokes the dms_enterprise.GetTask API synchronously

func (*Client) GetTaskFlowGraph ¶ added in v1.61.1835

func (client *Client) GetTaskFlowGraph(request *GetTaskFlowGraphRequest) (response *GetTaskFlowGraphResponse, err error)

GetTaskFlowGraph invokes the dms_enterprise.GetTaskFlowGraph API synchronously

func (*Client) GetTaskFlowGraphWithCallback ¶ added in v1.61.1835

func (client *Client) GetTaskFlowGraphWithCallback(request *GetTaskFlowGraphRequest, callback func(response *GetTaskFlowGraphResponse, err error)) <-chan int

GetTaskFlowGraphWithCallback invokes the dms_enterprise.GetTaskFlowGraph API asynchronously

func (*Client) GetTaskFlowGraphWithChan ¶ added in v1.61.1835

func (client *Client) GetTaskFlowGraphWithChan(request *GetTaskFlowGraphRequest) (<-chan *GetTaskFlowGraphResponse, <-chan error)

GetTaskFlowGraphWithChan invokes the dms_enterprise.GetTaskFlowGraph API asynchronously

func (*Client) GetTaskFlowNotification ¶ added in v1.61.1835

func (client *Client) GetTaskFlowNotification(request *GetTaskFlowNotificationRequest) (response *GetTaskFlowNotificationResponse, err error)

GetTaskFlowNotification invokes the dms_enterprise.GetTaskFlowNotification API synchronously

func (*Client) GetTaskFlowNotificationWithCallback ¶ added in v1.61.1835

func (client *Client) GetTaskFlowNotificationWithCallback(request *GetTaskFlowNotificationRequest, callback func(response *GetTaskFlowNotificationResponse, err error)) <-chan int

GetTaskFlowNotificationWithCallback invokes the dms_enterprise.GetTaskFlowNotification API asynchronously

func (*Client) GetTaskFlowNotificationWithChan ¶ added in v1.61.1835

func (client *Client) GetTaskFlowNotificationWithChan(request *GetTaskFlowNotificationRequest) (<-chan *GetTaskFlowNotificationResponse, <-chan error)

GetTaskFlowNotificationWithChan invokes the dms_enterprise.GetTaskFlowNotification API asynchronously

func (*Client) GetTaskInstanceRelation ¶ added in v1.61.1544

func (client *Client) GetTaskInstanceRelation(request *GetTaskInstanceRelationRequest) (response *GetTaskInstanceRelationResponse, err error)

GetTaskInstanceRelation invokes the dms_enterprise.GetTaskInstanceRelation API synchronously

func (*Client) GetTaskInstanceRelationWithCallback ¶ added in v1.61.1544

func (client *Client) GetTaskInstanceRelationWithCallback(request *GetTaskInstanceRelationRequest, callback func(response *GetTaskInstanceRelationResponse, err error)) <-chan int

GetTaskInstanceRelationWithCallback invokes the dms_enterprise.GetTaskInstanceRelation API asynchronously

func (*Client) GetTaskInstanceRelationWithChan ¶ added in v1.61.1544

func (client *Client) GetTaskInstanceRelationWithChan(request *GetTaskInstanceRelationRequest) (<-chan *GetTaskInstanceRelationResponse, <-chan error)

GetTaskInstanceRelationWithChan invokes the dms_enterprise.GetTaskInstanceRelation API asynchronously

func (*Client) GetTaskWithCallback ¶ added in v1.61.1835

func (client *Client) GetTaskWithCallback(request *GetTaskRequest, callback func(response *GetTaskResponse, err error)) <-chan int

GetTaskWithCallback invokes the dms_enterprise.GetTask API asynchronously

func (*Client) GetTaskWithChan ¶ added in v1.61.1835

func (client *Client) GetTaskWithChan(request *GetTaskRequest) (<-chan *GetTaskResponse, <-chan error)

GetTaskWithChan invokes the dms_enterprise.GetTask API asynchronously

func (*Client) GetUser ¶ added in v1.61.13

func (client *Client) GetUser(request *GetUserRequest) (response *GetUserResponse, err error)

GetUser invokes the dms_enterprise.GetUser API synchronously

func (*Client) GetUserActiveTenant ¶ added in v1.61.504

func (client *Client) GetUserActiveTenant(request *GetUserActiveTenantRequest) (response *GetUserActiveTenantResponse, err error)

GetUserActiveTenant invokes the dms_enterprise.GetUserActiveTenant API synchronously

func (*Client) GetUserActiveTenantWithCallback ¶ added in v1.61.504

func (client *Client) GetUserActiveTenantWithCallback(request *GetUserActiveTenantRequest, callback func(response *GetUserActiveTenantResponse, err error)) <-chan int

GetUserActiveTenantWithCallback invokes the dms_enterprise.GetUserActiveTenant API asynchronously

func (*Client) GetUserActiveTenantWithChan ¶ added in v1.61.504

func (client *Client) GetUserActiveTenantWithChan(request *GetUserActiveTenantRequest) (<-chan *GetUserActiveTenantResponse, <-chan error)

GetUserActiveTenantWithChan invokes the dms_enterprise.GetUserActiveTenant API asynchronously

func (*Client) GetUserUploadFileJob ¶ added in v1.61.968

func (client *Client) GetUserUploadFileJob(request *GetUserUploadFileJobRequest) (response *GetUserUploadFileJobResponse, err error)

GetUserUploadFileJob invokes the dms_enterprise.GetUserUploadFileJob API synchronously

func (*Client) GetUserUploadFileJobWithCallback ¶ added in v1.61.968

func (client *Client) GetUserUploadFileJobWithCallback(request *GetUserUploadFileJobRequest, callback func(response *GetUserUploadFileJobResponse, err error)) <-chan int

GetUserUploadFileJobWithCallback invokes the dms_enterprise.GetUserUploadFileJob API asynchronously

func (*Client) GetUserUploadFileJobWithChan ¶ added in v1.61.968

func (client *Client) GetUserUploadFileJobWithChan(request *GetUserUploadFileJobRequest) (<-chan *GetUserUploadFileJobResponse, <-chan error)

GetUserUploadFileJobWithChan invokes the dms_enterprise.GetUserUploadFileJob API asynchronously

func (*Client) GetUserWithCallback ¶ added in v1.61.13

func (client *Client) GetUserWithCallback(request *GetUserRequest, callback func(response *GetUserResponse, err error)) <-chan int

GetUserWithCallback invokes the dms_enterprise.GetUser API asynchronously

func (*Client) GetUserWithChan ¶ added in v1.61.13

func (client *Client) GetUserWithChan(request *GetUserRequest) (<-chan *GetUserResponse, <-chan error)

GetUserWithChan invokes the dms_enterprise.GetUser API asynchronously

func (*Client) GrantTemplateAuthority ¶ added in v1.62.277

func (client *Client) GrantTemplateAuthority(request *GrantTemplateAuthorityRequest) (response *GrantTemplateAuthorityResponse, err error)

GrantTemplateAuthority invokes the dms_enterprise.GrantTemplateAuthority API synchronously

func (*Client) GrantTemplateAuthorityWithCallback ¶ added in v1.62.277

func (client *Client) GrantTemplateAuthorityWithCallback(request *GrantTemplateAuthorityRequest, callback func(response *GrantTemplateAuthorityResponse, err error)) <-chan int

GrantTemplateAuthorityWithCallback invokes the dms_enterprise.GrantTemplateAuthority API asynchronously

func (*Client) GrantTemplateAuthorityWithChan ¶ added in v1.62.277

func (client *Client) GrantTemplateAuthorityWithChan(request *GrantTemplateAuthorityRequest) (<-chan *GrantTemplateAuthorityResponse, <-chan error)

GrantTemplateAuthorityWithChan invokes the dms_enterprise.GrantTemplateAuthority API asynchronously

func (*Client) GrantUserPermission ¶ added in v1.61.13

func (client *Client) GrantUserPermission(request *GrantUserPermissionRequest) (response *GrantUserPermissionResponse, err error)

GrantUserPermission invokes the dms_enterprise.GrantUserPermission API synchronously

func (*Client) GrantUserPermissionWithCallback ¶ added in v1.61.13

func (client *Client) GrantUserPermissionWithCallback(request *GrantUserPermissionRequest, callback func(response *GrantUserPermissionResponse, err error)) <-chan int

GrantUserPermissionWithCallback invokes the dms_enterprise.GrantUserPermission API asynchronously

func (*Client) GrantUserPermissionWithChan ¶ added in v1.61.13

func (client *Client) GrantUserPermissionWithChan(request *GrantUserPermissionRequest) (<-chan *GrantUserPermissionResponse, <-chan error)

GrantUserPermissionWithChan invokes the dms_enterprise.GrantUserPermission API asynchronously

func (*Client) InspectProxyAccessSecret ¶ added in v1.61.1227

func (client *Client) InspectProxyAccessSecret(request *InspectProxyAccessSecretRequest) (response *InspectProxyAccessSecretResponse, err error)

InspectProxyAccessSecret invokes the dms_enterprise.InspectProxyAccessSecret API synchronously

func (*Client) InspectProxyAccessSecretWithCallback ¶ added in v1.61.1227

func (client *Client) InspectProxyAccessSecretWithCallback(request *InspectProxyAccessSecretRequest, callback func(response *InspectProxyAccessSecretResponse, err error)) <-chan int

InspectProxyAccessSecretWithCallback invokes the dms_enterprise.InspectProxyAccessSecret API asynchronously

func (*Client) InspectProxyAccessSecretWithChan ¶ added in v1.61.1227

func (client *Client) InspectProxyAccessSecretWithChan(request *InspectProxyAccessSecretRequest) (<-chan *InspectProxyAccessSecretResponse, <-chan error)

InspectProxyAccessSecretWithChan invokes the dms_enterprise.InspectProxyAccessSecret API asynchronously

func (*Client) ListAuthorityTemplate ¶ added in v1.62.625

func (client *Client) ListAuthorityTemplate(request *ListAuthorityTemplateRequest) (response *ListAuthorityTemplateResponse, err error)

ListAuthorityTemplate invokes the dms_enterprise.ListAuthorityTemplate API synchronously

func (*Client) ListAuthorityTemplateWithCallback ¶ added in v1.62.625

func (client *Client) ListAuthorityTemplateWithCallback(request *ListAuthorityTemplateRequest, callback func(response *ListAuthorityTemplateResponse, err error)) <-chan int

ListAuthorityTemplateWithCallback invokes the dms_enterprise.ListAuthorityTemplate API asynchronously

func (*Client) ListAuthorityTemplateWithChan ¶ added in v1.62.625

func (client *Client) ListAuthorityTemplateWithChan(request *ListAuthorityTemplateRequest) (<-chan *ListAuthorityTemplateResponse, <-chan error)

ListAuthorityTemplateWithChan invokes the dms_enterprise.ListAuthorityTemplate API asynchronously

func (*Client) ListClassificationTemplates ¶ added in v1.61.1835

func (client *Client) ListClassificationTemplates(request *ListClassificationTemplatesRequest) (response *ListClassificationTemplatesResponse, err error)

ListClassificationTemplates invokes the dms_enterprise.ListClassificationTemplates API synchronously

func (*Client) ListClassificationTemplatesWithCallback ¶ added in v1.61.1835

func (client *Client) ListClassificationTemplatesWithCallback(request *ListClassificationTemplatesRequest, callback func(response *ListClassificationTemplatesResponse, err error)) <-chan int

ListClassificationTemplatesWithCallback invokes the dms_enterprise.ListClassificationTemplates API asynchronously

func (*Client) ListClassificationTemplatesWithChan ¶ added in v1.61.1835

func (client *Client) ListClassificationTemplatesWithChan(request *ListClassificationTemplatesRequest) (<-chan *ListClassificationTemplatesResponse, <-chan error)

ListClassificationTemplatesWithChan invokes the dms_enterprise.ListClassificationTemplates API asynchronously

func (*Client) ListColumns ¶ added in v1.61.13

func (client *Client) ListColumns(request *ListColumnsRequest) (response *ListColumnsResponse, err error)

ListColumns invokes the dms_enterprise.ListColumns API synchronously

func (*Client) ListColumnsWithCallback ¶ added in v1.61.13

func (client *Client) ListColumnsWithCallback(request *ListColumnsRequest, callback func(response *ListColumnsResponse, err error)) <-chan int

ListColumnsWithCallback invokes the dms_enterprise.ListColumns API asynchronously

func (*Client) ListColumnsWithChan ¶ added in v1.61.13

func (client *Client) ListColumnsWithChan(request *ListColumnsRequest) (<-chan *ListColumnsResponse, <-chan error)

ListColumnsWithChan invokes the dms_enterprise.ListColumns API asynchronously

func (*Client) ListDAGVersions ¶ added in v1.61.1555

func (client *Client) ListDAGVersions(request *ListDAGVersionsRequest) (response *ListDAGVersionsResponse, err error)

ListDAGVersions invokes the dms_enterprise.ListDAGVersions API synchronously

func (*Client) ListDAGVersionsWithCallback ¶ added in v1.61.1555

func (client *Client) ListDAGVersionsWithCallback(request *ListDAGVersionsRequest, callback func(response *ListDAGVersionsResponse, err error)) <-chan int

ListDAGVersionsWithCallback invokes the dms_enterprise.ListDAGVersions API asynchronously

func (*Client) ListDAGVersionsWithChan ¶ added in v1.61.1555

func (client *Client) ListDAGVersionsWithChan(request *ListDAGVersionsRequest) (<-chan *ListDAGVersionsResponse, <-chan error)

ListDAGVersionsWithChan invokes the dms_enterprise.ListDAGVersions API asynchronously

func (*Client) ListDBTaskSQLJob ¶ added in v1.61.968

func (client *Client) ListDBTaskSQLJob(request *ListDBTaskSQLJobRequest) (response *ListDBTaskSQLJobResponse, err error)

ListDBTaskSQLJob invokes the dms_enterprise.ListDBTaskSQLJob API synchronously

func (*Client) ListDBTaskSQLJobDetail ¶ added in v1.61.968

func (client *Client) ListDBTaskSQLJobDetail(request *ListDBTaskSQLJobDetailRequest) (response *ListDBTaskSQLJobDetailResponse, err error)

ListDBTaskSQLJobDetail invokes the dms_enterprise.ListDBTaskSQLJobDetail API synchronously

func (*Client) ListDBTaskSQLJobDetailWithCallback ¶ added in v1.61.968

func (client *Client) ListDBTaskSQLJobDetailWithCallback(request *ListDBTaskSQLJobDetailRequest, callback func(response *ListDBTaskSQLJobDetailResponse, err error)) <-chan int

ListDBTaskSQLJobDetailWithCallback invokes the dms_enterprise.ListDBTaskSQLJobDetail API asynchronously

func (*Client) ListDBTaskSQLJobDetailWithChan ¶ added in v1.61.968

func (client *Client) ListDBTaskSQLJobDetailWithChan(request *ListDBTaskSQLJobDetailRequest) (<-chan *ListDBTaskSQLJobDetailResponse, <-chan error)

ListDBTaskSQLJobDetailWithChan invokes the dms_enterprise.ListDBTaskSQLJobDetail API asynchronously

func (*Client) ListDBTaskSQLJobWithCallback ¶ added in v1.61.968

func (client *Client) ListDBTaskSQLJobWithCallback(request *ListDBTaskSQLJobRequest, callback func(response *ListDBTaskSQLJobResponse, err error)) <-chan int

ListDBTaskSQLJobWithCallback invokes the dms_enterprise.ListDBTaskSQLJob API asynchronously

func (*Client) ListDBTaskSQLJobWithChan ¶ added in v1.61.968

func (client *Client) ListDBTaskSQLJobWithChan(request *ListDBTaskSQLJobRequest) (<-chan *ListDBTaskSQLJobResponse, <-chan error)

ListDBTaskSQLJobWithChan invokes the dms_enterprise.ListDBTaskSQLJob API asynchronously

func (*Client) ListDDLPublishRecords ¶ added in v1.61.1009

func (client *Client) ListDDLPublishRecords(request *ListDDLPublishRecordsRequest) (response *ListDDLPublishRecordsResponse, err error)

ListDDLPublishRecords invokes the dms_enterprise.ListDDLPublishRecords API synchronously

func (*Client) ListDDLPublishRecordsWithCallback ¶ added in v1.61.1009

func (client *Client) ListDDLPublishRecordsWithCallback(request *ListDDLPublishRecordsRequest, callback func(response *ListDDLPublishRecordsResponse, err error)) <-chan int

ListDDLPublishRecordsWithCallback invokes the dms_enterprise.ListDDLPublishRecords API asynchronously

func (*Client) ListDDLPublishRecordsWithChan ¶ added in v1.61.1009

func (client *Client) ListDDLPublishRecordsWithChan(request *ListDDLPublishRecordsRequest) (<-chan *ListDDLPublishRecordsResponse, <-chan error)

ListDDLPublishRecordsWithChan invokes the dms_enterprise.ListDDLPublishRecords API asynchronously

func (*Client) ListDataCorrectPreCheckDB ¶ added in v1.61.1169

func (client *Client) ListDataCorrectPreCheckDB(request *ListDataCorrectPreCheckDBRequest) (response *ListDataCorrectPreCheckDBResponse, err error)

ListDataCorrectPreCheckDB invokes the dms_enterprise.ListDataCorrectPreCheckDB API synchronously

func (*Client) ListDataCorrectPreCheckDBWithCallback ¶ added in v1.61.1169

func (client *Client) ListDataCorrectPreCheckDBWithCallback(request *ListDataCorrectPreCheckDBRequest, callback func(response *ListDataCorrectPreCheckDBResponse, err error)) <-chan int

ListDataCorrectPreCheckDBWithCallback invokes the dms_enterprise.ListDataCorrectPreCheckDB API asynchronously

func (*Client) ListDataCorrectPreCheckDBWithChan ¶ added in v1.61.1169

func (client *Client) ListDataCorrectPreCheckDBWithChan(request *ListDataCorrectPreCheckDBRequest) (<-chan *ListDataCorrectPreCheckDBResponse, <-chan error)

ListDataCorrectPreCheckDBWithChan invokes the dms_enterprise.ListDataCorrectPreCheckDB API asynchronously

func (*Client) ListDataCorrectPreCheckSQL ¶ added in v1.61.1169

func (client *Client) ListDataCorrectPreCheckSQL(request *ListDataCorrectPreCheckSQLRequest) (response *ListDataCorrectPreCheckSQLResponse, err error)

ListDataCorrectPreCheckSQL invokes the dms_enterprise.ListDataCorrectPreCheckSQL API synchronously

func (*Client) ListDataCorrectPreCheckSQLWithCallback ¶ added in v1.61.1169

func (client *Client) ListDataCorrectPreCheckSQLWithCallback(request *ListDataCorrectPreCheckSQLRequest, callback func(response *ListDataCorrectPreCheckSQLResponse, err error)) <-chan int

ListDataCorrectPreCheckSQLWithCallback invokes the dms_enterprise.ListDataCorrectPreCheckSQL API asynchronously

func (*Client) ListDataCorrectPreCheckSQLWithChan ¶ added in v1.61.1169

func (client *Client) ListDataCorrectPreCheckSQLWithChan(request *ListDataCorrectPreCheckSQLRequest) (<-chan *ListDataCorrectPreCheckSQLResponse, <-chan error)

ListDataCorrectPreCheckSQLWithChan invokes the dms_enterprise.ListDataCorrectPreCheckSQL API asynchronously

func (*Client) ListDataImportSQLPreCheckDetail ¶ added in v1.62.277

func (client *Client) ListDataImportSQLPreCheckDetail(request *ListDataImportSQLPreCheckDetailRequest) (response *ListDataImportSQLPreCheckDetailResponse, err error)

ListDataImportSQLPreCheckDetail invokes the dms_enterprise.ListDataImportSQLPreCheckDetail API synchronously

func (*Client) ListDataImportSQLPreCheckDetailWithCallback ¶ added in v1.62.277

func (client *Client) ListDataImportSQLPreCheckDetailWithCallback(request *ListDataImportSQLPreCheckDetailRequest, callback func(response *ListDataImportSQLPreCheckDetailResponse, err error)) <-chan int

ListDataImportSQLPreCheckDetailWithCallback invokes the dms_enterprise.ListDataImportSQLPreCheckDetail API asynchronously

func (*Client) ListDataImportSQLPreCheckDetailWithChan ¶ added in v1.62.277

func (client *Client) ListDataImportSQLPreCheckDetailWithChan(request *ListDataImportSQLPreCheckDetailRequest) (<-chan *ListDataImportSQLPreCheckDetailResponse, <-chan error)

ListDataImportSQLPreCheckDetailWithChan invokes the dms_enterprise.ListDataImportSQLPreCheckDetail API asynchronously

func (*Client) ListDataImportSQLType ¶ added in v1.62.277

func (client *Client) ListDataImportSQLType(request *ListDataImportSQLTypeRequest) (response *ListDataImportSQLTypeResponse, err error)

ListDataImportSQLType invokes the dms_enterprise.ListDataImportSQLType API synchronously

func (*Client) ListDataImportSQLTypeWithCallback ¶ added in v1.62.277

func (client *Client) ListDataImportSQLTypeWithCallback(request *ListDataImportSQLTypeRequest, callback func(response *ListDataImportSQLTypeResponse, err error)) <-chan int

ListDataImportSQLTypeWithCallback invokes the dms_enterprise.ListDataImportSQLType API asynchronously

func (*Client) ListDataImportSQLTypeWithChan ¶ added in v1.62.277

func (client *Client) ListDataImportSQLTypeWithChan(request *ListDataImportSQLTypeRequest) (<-chan *ListDataImportSQLTypeResponse, <-chan error)

ListDataImportSQLTypeWithChan invokes the dms_enterprise.ListDataImportSQLType API asynchronously

func (*Client) ListDatabaseUserPermssions ¶ added in v1.61.13

func (client *Client) ListDatabaseUserPermssions(request *ListDatabaseUserPermssionsRequest) (response *ListDatabaseUserPermssionsResponse, err error)

ListDatabaseUserPermssions invokes the dms_enterprise.ListDatabaseUserPermssions API synchronously

func (*Client) ListDatabaseUserPermssionsWithCallback ¶ added in v1.61.13

func (client *Client) ListDatabaseUserPermssionsWithCallback(request *ListDatabaseUserPermssionsRequest, callback func(response *ListDatabaseUserPermssionsResponse, err error)) <-chan int

ListDatabaseUserPermssionsWithCallback invokes the dms_enterprise.ListDatabaseUserPermssions API asynchronously

func (*Client) ListDatabaseUserPermssionsWithChan ¶ added in v1.61.13

func (client *Client) ListDatabaseUserPermssionsWithChan(request *ListDatabaseUserPermssionsRequest) (<-chan *ListDatabaseUserPermssionsResponse, <-chan error)

ListDatabaseUserPermssionsWithChan invokes the dms_enterprise.ListDatabaseUserPermssions API asynchronously

func (*Client) ListDatabases ¶ added in v1.61.13

func (client *Client) ListDatabases(request *ListDatabasesRequest) (response *ListDatabasesResponse, err error)

ListDatabases invokes the dms_enterprise.ListDatabases API synchronously

func (*Client) ListDatabasesWithCallback ¶ added in v1.61.13

func (client *Client) ListDatabasesWithCallback(request *ListDatabasesRequest, callback func(response *ListDatabasesResponse, err error)) <-chan int

ListDatabasesWithCallback invokes the dms_enterprise.ListDatabases API asynchronously

func (*Client) ListDatabasesWithChan ¶ added in v1.61.13

func (client *Client) ListDatabasesWithChan(request *ListDatabasesRequest) (<-chan *ListDatabasesResponse, <-chan error)

ListDatabasesWithChan invokes the dms_enterprise.ListDatabases API asynchronously

func (*Client) ListDefaultSLARules ¶ added in v1.61.1835

func (client *Client) ListDefaultSLARules(request *ListDefaultSLARulesRequest) (response *ListDefaultSLARulesResponse, err error)

ListDefaultSLARules invokes the dms_enterprise.ListDefaultSLARules API synchronously

func (*Client) ListDefaultSLARulesWithCallback ¶ added in v1.61.1835

func (client *Client) ListDefaultSLARulesWithCallback(request *ListDefaultSLARulesRequest, callback func(response *ListDefaultSLARulesResponse, err error)) <-chan int

ListDefaultSLARulesWithCallback invokes the dms_enterprise.ListDefaultSLARules API asynchronously

func (*Client) ListDefaultSLARulesWithChan ¶ added in v1.61.1835

func (client *Client) ListDefaultSLARulesWithChan(request *ListDefaultSLARulesRequest) (<-chan *ListDefaultSLARulesResponse, <-chan error)

ListDefaultSLARulesWithChan invokes the dms_enterprise.ListDefaultSLARules API asynchronously

func (*Client) ListDesensitizationRule ¶ added in v1.61.1630

func (client *Client) ListDesensitizationRule(request *ListDesensitizationRuleRequest) (response *ListDesensitizationRuleResponse, err error)

ListDesensitizationRule invokes the dms_enterprise.ListDesensitizationRule API synchronously

func (*Client) ListDesensitizationRuleWithCallback ¶ added in v1.61.1630

func (client *Client) ListDesensitizationRuleWithCallback(request *ListDesensitizationRuleRequest, callback func(response *ListDesensitizationRuleResponse, err error)) <-chan int

ListDesensitizationRuleWithCallback invokes the dms_enterprise.ListDesensitizationRule API asynchronously

func (*Client) ListDesensitizationRuleWithChan ¶ added in v1.61.1630

func (client *Client) ListDesensitizationRuleWithChan(request *ListDesensitizationRuleRequest) (<-chan *ListDesensitizationRuleResponse, <-chan error)

ListDesensitizationRuleWithChan invokes the dms_enterprise.ListDesensitizationRule API asynchronously

func (*Client) ListEffectiveOrders ¶ added in v1.61.1835

func (client *Client) ListEffectiveOrders(request *ListEffectiveOrdersRequest) (response *ListEffectiveOrdersResponse, err error)

ListEffectiveOrders invokes the dms_enterprise.ListEffectiveOrders API synchronously

func (*Client) ListEffectiveOrdersWithCallback ¶ added in v1.61.1835

func (client *Client) ListEffectiveOrdersWithCallback(request *ListEffectiveOrdersRequest, callback func(response *ListEffectiveOrdersResponse, err error)) <-chan int

ListEffectiveOrdersWithCallback invokes the dms_enterprise.ListEffectiveOrders API asynchronously

func (*Client) ListEffectiveOrdersWithChan ¶ added in v1.61.1835

func (client *Client) ListEffectiveOrdersWithChan(request *ListEffectiveOrdersRequest) (<-chan *ListEffectiveOrdersResponse, <-chan error)

ListEffectiveOrdersWithChan invokes the dms_enterprise.ListEffectiveOrders API asynchronously

func (*Client) ListIndexes ¶ added in v1.61.13

func (client *Client) ListIndexes(request *ListIndexesRequest) (response *ListIndexesResponse, err error)

ListIndexes invokes the dms_enterprise.ListIndexes API synchronously

func (*Client) ListIndexesWithCallback ¶ added in v1.61.13

func (client *Client) ListIndexesWithCallback(request *ListIndexesRequest, callback func(response *ListIndexesResponse, err error)) <-chan int

ListIndexesWithCallback invokes the dms_enterprise.ListIndexes API asynchronously

func (*Client) ListIndexesWithChan ¶ added in v1.61.13

func (client *Client) ListIndexesWithChan(request *ListIndexesRequest) (<-chan *ListIndexesResponse, <-chan error)

ListIndexesWithChan invokes the dms_enterprise.ListIndexes API asynchronously

func (*Client) ListInstanceLoginAuditLog ¶ added in v1.61.1332

func (client *Client) ListInstanceLoginAuditLog(request *ListInstanceLoginAuditLogRequest) (response *ListInstanceLoginAuditLogResponse, err error)

ListInstanceLoginAuditLog invokes the dms_enterprise.ListInstanceLoginAuditLog API synchronously

func (*Client) ListInstanceLoginAuditLogWithCallback ¶ added in v1.61.1332

func (client *Client) ListInstanceLoginAuditLogWithCallback(request *ListInstanceLoginAuditLogRequest, callback func(response *ListInstanceLoginAuditLogResponse, err error)) <-chan int

ListInstanceLoginAuditLogWithCallback invokes the dms_enterprise.ListInstanceLoginAuditLog API asynchronously

func (*Client) ListInstanceLoginAuditLogWithChan ¶ added in v1.61.1332

func (client *Client) ListInstanceLoginAuditLogWithChan(request *ListInstanceLoginAuditLogRequest) (<-chan *ListInstanceLoginAuditLogResponse, <-chan error)

ListInstanceLoginAuditLogWithChan invokes the dms_enterprise.ListInstanceLoginAuditLog API asynchronously

func (*Client) ListInstanceUserPermissions ¶ added in v1.61.1302

func (client *Client) ListInstanceUserPermissions(request *ListInstanceUserPermissionsRequest) (response *ListInstanceUserPermissionsResponse, err error)

ListInstanceUserPermissions invokes the dms_enterprise.ListInstanceUserPermissions API synchronously

func (*Client) ListInstanceUserPermissionsWithCallback ¶ added in v1.61.1302

func (client *Client) ListInstanceUserPermissionsWithCallback(request *ListInstanceUserPermissionsRequest, callback func(response *ListInstanceUserPermissionsResponse, err error)) <-chan int

ListInstanceUserPermissionsWithCallback invokes the dms_enterprise.ListInstanceUserPermissions API asynchronously

func (*Client) ListInstanceUserPermissionsWithChan ¶ added in v1.61.1302

func (client *Client) ListInstanceUserPermissionsWithChan(request *ListInstanceUserPermissionsRequest) (<-chan *ListInstanceUserPermissionsResponse, <-chan error)

ListInstanceUserPermissionsWithChan invokes the dms_enterprise.ListInstanceUserPermissions API asynchronously

func (*Client) ListInstances ¶ added in v1.61.13

func (client *Client) ListInstances(request *ListInstancesRequest) (response *ListInstancesResponse, err error)

ListInstances invokes the dms_enterprise.ListInstances API synchronously

func (*Client) ListInstancesWithCallback ¶ added in v1.61.13

func (client *Client) ListInstancesWithCallback(request *ListInstancesRequest, callback func(response *ListInstancesResponse, err error)) <-chan int

ListInstancesWithCallback invokes the dms_enterprise.ListInstances API asynchronously

func (*Client) ListInstancesWithChan ¶ added in v1.61.13

func (client *Client) ListInstancesWithChan(request *ListInstancesRequest) (<-chan *ListInstancesResponse, <-chan error)

ListInstancesWithChan invokes the dms_enterprise.ListInstances API asynchronously

func (*Client) ListLhTaskFlowAndScenario ¶ added in v1.61.1525

func (client *Client) ListLhTaskFlowAndScenario(request *ListLhTaskFlowAndScenarioRequest) (response *ListLhTaskFlowAndScenarioResponse, err error)

ListLhTaskFlowAndScenario invokes the dms_enterprise.ListLhTaskFlowAndScenario API synchronously

func (*Client) ListLhTaskFlowAndScenarioWithCallback ¶ added in v1.61.1525

func (client *Client) ListLhTaskFlowAndScenarioWithCallback(request *ListLhTaskFlowAndScenarioRequest, callback func(response *ListLhTaskFlowAndScenarioResponse, err error)) <-chan int

ListLhTaskFlowAndScenarioWithCallback invokes the dms_enterprise.ListLhTaskFlowAndScenario API asynchronously

func (*Client) ListLhTaskFlowAndScenarioWithChan ¶ added in v1.61.1525

func (client *Client) ListLhTaskFlowAndScenarioWithChan(request *ListLhTaskFlowAndScenarioRequest) (<-chan *ListLhTaskFlowAndScenarioResponse, <-chan error)

ListLhTaskFlowAndScenarioWithChan invokes the dms_enterprise.ListLhTaskFlowAndScenario API asynchronously

func (*Client) ListLogicDatabases ¶ added in v1.61.13

func (client *Client) ListLogicDatabases(request *ListLogicDatabasesRequest) (response *ListLogicDatabasesResponse, err error)

ListLogicDatabases invokes the dms_enterprise.ListLogicDatabases API synchronously

func (*Client) ListLogicDatabasesWithCallback ¶ added in v1.61.13

func (client *Client) ListLogicDatabasesWithCallback(request *ListLogicDatabasesRequest, callback func(response *ListLogicDatabasesResponse, err error)) <-chan int

ListLogicDatabasesWithCallback invokes the dms_enterprise.ListLogicDatabases API asynchronously

func (*Client) ListLogicDatabasesWithChan ¶ added in v1.61.13

func (client *Client) ListLogicDatabasesWithChan(request *ListLogicDatabasesRequest) (<-chan *ListLogicDatabasesResponse, <-chan error)

ListLogicDatabasesWithChan invokes the dms_enterprise.ListLogicDatabases API asynchronously

func (*Client) ListLogicTableRouteConfig ¶ added in v1.61.1354

func (client *Client) ListLogicTableRouteConfig(request *ListLogicTableRouteConfigRequest) (response *ListLogicTableRouteConfigResponse, err error)

ListLogicTableRouteConfig invokes the dms_enterprise.ListLogicTableRouteConfig API synchronously

func (*Client) ListLogicTableRouteConfigWithCallback ¶ added in v1.61.1354

func (client *Client) ListLogicTableRouteConfigWithCallback(request *ListLogicTableRouteConfigRequest, callback func(response *ListLogicTableRouteConfigResponse, err error)) <-chan int

ListLogicTableRouteConfigWithCallback invokes the dms_enterprise.ListLogicTableRouteConfig API asynchronously

func (*Client) ListLogicTableRouteConfigWithChan ¶ added in v1.61.1354

func (client *Client) ListLogicTableRouteConfigWithChan(request *ListLogicTableRouteConfigRequest) (<-chan *ListLogicTableRouteConfigResponse, <-chan error)

ListLogicTableRouteConfigWithChan invokes the dms_enterprise.ListLogicTableRouteConfig API asynchronously

func (*Client) ListLogicTables ¶ added in v1.61.13

func (client *Client) ListLogicTables(request *ListLogicTablesRequest) (response *ListLogicTablesResponse, err error)

ListLogicTables invokes the dms_enterprise.ListLogicTables API synchronously

func (*Client) ListLogicTablesWithCallback ¶ added in v1.61.13

func (client *Client) ListLogicTablesWithCallback(request *ListLogicTablesRequest, callback func(response *ListLogicTablesResponse, err error)) <-chan int

ListLogicTablesWithCallback invokes the dms_enterprise.ListLogicTables API asynchronously

func (*Client) ListLogicTablesWithChan ¶ added in v1.61.13

func (client *Client) ListLogicTablesWithChan(request *ListLogicTablesRequest) (<-chan *ListLogicTablesResponse, <-chan error)

ListLogicTablesWithChan invokes the dms_enterprise.ListLogicTables API asynchronously

func (*Client) ListOrders ¶ added in v1.61.13

func (client *Client) ListOrders(request *ListOrdersRequest) (response *ListOrdersResponse, err error)

ListOrders invokes the dms_enterprise.ListOrders API synchronously

func (*Client) ListOrdersWithCallback ¶ added in v1.61.13

func (client *Client) ListOrdersWithCallback(request *ListOrdersRequest, callback func(response *ListOrdersResponse, err error)) <-chan int

ListOrdersWithCallback invokes the dms_enterprise.ListOrders API asynchronously

func (*Client) ListOrdersWithChan ¶ added in v1.61.13

func (client *Client) ListOrdersWithChan(request *ListOrdersRequest) (<-chan *ListOrdersResponse, <-chan error)

ListOrdersWithChan invokes the dms_enterprise.ListOrders API asynchronously

func (*Client) ListProxies ¶ added in v1.61.1227

func (client *Client) ListProxies(request *ListProxiesRequest) (response *ListProxiesResponse, err error)

ListProxies invokes the dms_enterprise.ListProxies API synchronously

func (*Client) ListProxiesWithCallback ¶ added in v1.61.1227

func (client *Client) ListProxiesWithCallback(request *ListProxiesRequest, callback func(response *ListProxiesResponse, err error)) <-chan int

ListProxiesWithCallback invokes the dms_enterprise.ListProxies API asynchronously

func (*Client) ListProxiesWithChan ¶ added in v1.61.1227

func (client *Client) ListProxiesWithChan(request *ListProxiesRequest) (<-chan *ListProxiesResponse, <-chan error)

ListProxiesWithChan invokes the dms_enterprise.ListProxies API asynchronously

func (*Client) ListProxyAccesses ¶ added in v1.61.1227

func (client *Client) ListProxyAccesses(request *ListProxyAccessesRequest) (response *ListProxyAccessesResponse, err error)

ListProxyAccesses invokes the dms_enterprise.ListProxyAccesses API synchronously

func (*Client) ListProxyAccessesWithCallback ¶ added in v1.61.1227

func (client *Client) ListProxyAccessesWithCallback(request *ListProxyAccessesRequest, callback func(response *ListProxyAccessesResponse, err error)) <-chan int

ListProxyAccessesWithCallback invokes the dms_enterprise.ListProxyAccesses API asynchronously

func (*Client) ListProxyAccessesWithChan ¶ added in v1.61.1227

func (client *Client) ListProxyAccessesWithChan(request *ListProxyAccessesRequest) (<-chan *ListProxyAccessesResponse, <-chan error)

ListProxyAccessesWithChan invokes the dms_enterprise.ListProxyAccesses API asynchronously

func (*Client) ListProxySQLExecAuditLog ¶ added in v1.61.1332

func (client *Client) ListProxySQLExecAuditLog(request *ListProxySQLExecAuditLogRequest) (response *ListProxySQLExecAuditLogResponse, err error)

ListProxySQLExecAuditLog invokes the dms_enterprise.ListProxySQLExecAuditLog API synchronously

func (*Client) ListProxySQLExecAuditLogWithCallback ¶ added in v1.61.1332

func (client *Client) ListProxySQLExecAuditLogWithCallback(request *ListProxySQLExecAuditLogRequest, callback func(response *ListProxySQLExecAuditLogResponse, err error)) <-chan int

ListProxySQLExecAuditLogWithCallback invokes the dms_enterprise.ListProxySQLExecAuditLog API asynchronously

func (*Client) ListProxySQLExecAuditLogWithChan ¶ added in v1.61.1332

func (client *Client) ListProxySQLExecAuditLogWithChan(request *ListProxySQLExecAuditLogRequest) (<-chan *ListProxySQLExecAuditLogResponse, <-chan error)

ListProxySQLExecAuditLogWithChan invokes the dms_enterprise.ListProxySQLExecAuditLog API asynchronously

func (*Client) ListSLARules ¶ added in v1.61.1835

func (client *Client) ListSLARules(request *ListSLARulesRequest) (response *ListSLARulesResponse, err error)

ListSLARules invokes the dms_enterprise.ListSLARules API synchronously

func (*Client) ListSLARulesWithCallback ¶ added in v1.61.1835

func (client *Client) ListSLARulesWithCallback(request *ListSLARulesRequest, callback func(response *ListSLARulesResponse, err error)) <-chan int

ListSLARulesWithCallback invokes the dms_enterprise.ListSLARules API asynchronously

func (*Client) ListSLARulesWithChan ¶ added in v1.61.1835

func (client *Client) ListSLARulesWithChan(request *ListSLARulesRequest) (<-chan *ListSLARulesResponse, <-chan error)

ListSLARulesWithChan invokes the dms_enterprise.ListSLARules API asynchronously

func (*Client) ListSQLExecAuditLog ¶ added in v1.61.1318

func (client *Client) ListSQLExecAuditLog(request *ListSQLExecAuditLogRequest) (response *ListSQLExecAuditLogResponse, err error)

ListSQLExecAuditLog invokes the dms_enterprise.ListSQLExecAuditLog API synchronously

func (*Client) ListSQLExecAuditLogWithCallback ¶ added in v1.61.1318

func (client *Client) ListSQLExecAuditLogWithCallback(request *ListSQLExecAuditLogRequest, callback func(response *ListSQLExecAuditLogResponse, err error)) <-chan int

ListSQLExecAuditLogWithCallback invokes the dms_enterprise.ListSQLExecAuditLog API asynchronously

func (*Client) ListSQLExecAuditLogWithChan ¶ added in v1.61.1318

func (client *Client) ListSQLExecAuditLogWithChan(request *ListSQLExecAuditLogRequest) (<-chan *ListSQLExecAuditLogResponse, <-chan error)

ListSQLExecAuditLogWithChan invokes the dms_enterprise.ListSQLExecAuditLog API asynchronously

func (*Client) ListSQLReviewOriginSQL ¶ added in v1.61.1139

func (client *Client) ListSQLReviewOriginSQL(request *ListSQLReviewOriginSQLRequest) (response *ListSQLReviewOriginSQLResponse, err error)

ListSQLReviewOriginSQL invokes the dms_enterprise.ListSQLReviewOriginSQL API synchronously

func (*Client) ListSQLReviewOriginSQLWithCallback ¶ added in v1.61.1139

func (client *Client) ListSQLReviewOriginSQLWithCallback(request *ListSQLReviewOriginSQLRequest, callback func(response *ListSQLReviewOriginSQLResponse, err error)) <-chan int

ListSQLReviewOriginSQLWithCallback invokes the dms_enterprise.ListSQLReviewOriginSQL API asynchronously

func (*Client) ListSQLReviewOriginSQLWithChan ¶ added in v1.61.1139

func (client *Client) ListSQLReviewOriginSQLWithChan(request *ListSQLReviewOriginSQLRequest) (<-chan *ListSQLReviewOriginSQLResponse, <-chan error)

ListSQLReviewOriginSQLWithChan invokes the dms_enterprise.ListSQLReviewOriginSQL API asynchronously

func (*Client) ListScenarios ¶ added in v1.61.1835

func (client *Client) ListScenarios(request *ListScenariosRequest) (response *ListScenariosResponse, err error)

ListScenarios invokes the dms_enterprise.ListScenarios API synchronously

func (*Client) ListScenariosWithCallback ¶ added in v1.61.1835

func (client *Client) ListScenariosWithCallback(request *ListScenariosRequest, callback func(response *ListScenariosResponse, err error)) <-chan int

ListScenariosWithCallback invokes the dms_enterprise.ListScenarios API asynchronously

func (*Client) ListScenariosWithChan ¶ added in v1.61.1835

func (client *Client) ListScenariosWithChan(request *ListScenariosRequest) (<-chan *ListScenariosResponse, <-chan error)

ListScenariosWithChan invokes the dms_enterprise.ListScenarios API asynchronously

func (*Client) ListSensitiveColumnInfo ¶ added in v1.62.719

func (client *Client) ListSensitiveColumnInfo(request *ListSensitiveColumnInfoRequest) (response *ListSensitiveColumnInfoResponse, err error)

ListSensitiveColumnInfo invokes the dms_enterprise.ListSensitiveColumnInfo API synchronously

func (*Client) ListSensitiveColumnInfoWithCallback ¶ added in v1.62.719

func (client *Client) ListSensitiveColumnInfoWithCallback(request *ListSensitiveColumnInfoRequest, callback func(response *ListSensitiveColumnInfoResponse, err error)) <-chan int

ListSensitiveColumnInfoWithCallback invokes the dms_enterprise.ListSensitiveColumnInfo API asynchronously

func (*Client) ListSensitiveColumnInfoWithChan ¶ added in v1.62.719

func (client *Client) ListSensitiveColumnInfoWithChan(request *ListSensitiveColumnInfoRequest) (<-chan *ListSensitiveColumnInfoResponse, <-chan error)

ListSensitiveColumnInfoWithChan invokes the dms_enterprise.ListSensitiveColumnInfo API asynchronously

func (*Client) ListSensitiveColumns ¶ added in v1.61.134

func (client *Client) ListSensitiveColumns(request *ListSensitiveColumnsRequest) (response *ListSensitiveColumnsResponse, err error)

ListSensitiveColumns invokes the dms_enterprise.ListSensitiveColumns API synchronously

func (*Client) ListSensitiveColumnsDetail ¶ added in v1.61.134

func (client *Client) ListSensitiveColumnsDetail(request *ListSensitiveColumnsDetailRequest) (response *ListSensitiveColumnsDetailResponse, err error)

ListSensitiveColumnsDetail invokes the dms_enterprise.ListSensitiveColumnsDetail API synchronously

func (*Client) ListSensitiveColumnsDetailWithCallback ¶ added in v1.61.134

func (client *Client) ListSensitiveColumnsDetailWithCallback(request *ListSensitiveColumnsDetailRequest, callback func(response *ListSensitiveColumnsDetailResponse, err error)) <-chan int

ListSensitiveColumnsDetailWithCallback invokes the dms_enterprise.ListSensitiveColumnsDetail API asynchronously

func (*Client) ListSensitiveColumnsDetailWithChan ¶ added in v1.61.134

func (client *Client) ListSensitiveColumnsDetailWithChan(request *ListSensitiveColumnsDetailRequest) (<-chan *ListSensitiveColumnsDetailResponse, <-chan error)

ListSensitiveColumnsDetailWithChan invokes the dms_enterprise.ListSensitiveColumnsDetail API asynchronously

func (*Client) ListSensitiveColumnsWithCallback ¶ added in v1.61.134

func (client *Client) ListSensitiveColumnsWithCallback(request *ListSensitiveColumnsRequest, callback func(response *ListSensitiveColumnsResponse, err error)) <-chan int

ListSensitiveColumnsWithCallback invokes the dms_enterprise.ListSensitiveColumns API asynchronously

func (*Client) ListSensitiveColumnsWithChan ¶ added in v1.61.134

func (client *Client) ListSensitiveColumnsWithChan(request *ListSensitiveColumnsRequest) (<-chan *ListSensitiveColumnsResponse, <-chan error)

ListSensitiveColumnsWithChan invokes the dms_enterprise.ListSensitiveColumns API asynchronously

func (*Client) ListSensitiveDataAuditLog ¶ added in v1.61.1835

func (client *Client) ListSensitiveDataAuditLog(request *ListSensitiveDataAuditLogRequest) (response *ListSensitiveDataAuditLogResponse, err error)

ListSensitiveDataAuditLog invokes the dms_enterprise.ListSensitiveDataAuditLog API synchronously

func (*Client) ListSensitiveDataAuditLogWithCallback ¶ added in v1.61.1835

func (client *Client) ListSensitiveDataAuditLogWithCallback(request *ListSensitiveDataAuditLogRequest, callback func(response *ListSensitiveDataAuditLogResponse, err error)) <-chan int

ListSensitiveDataAuditLogWithCallback invokes the dms_enterprise.ListSensitiveDataAuditLog API asynchronously

func (*Client) ListSensitiveDataAuditLogWithChan ¶ added in v1.61.1835

func (client *Client) ListSensitiveDataAuditLogWithChan(request *ListSensitiveDataAuditLogRequest) (<-chan *ListSensitiveDataAuditLogResponse, <-chan error)

ListSensitiveDataAuditLogWithChan invokes the dms_enterprise.ListSensitiveDataAuditLog API asynchronously

func (*Client) ListSensitivityLevel ¶ added in v1.62.564

func (client *Client) ListSensitivityLevel(request *ListSensitivityLevelRequest) (response *ListSensitivityLevelResponse, err error)

ListSensitivityLevel invokes the dms_enterprise.ListSensitivityLevel API synchronously

func (*Client) ListSensitivityLevelWithCallback ¶ added in v1.62.564

func (client *Client) ListSensitivityLevelWithCallback(request *ListSensitivityLevelRequest, callback func(response *ListSensitivityLevelResponse, err error)) <-chan int

ListSensitivityLevelWithCallback invokes the dms_enterprise.ListSensitivityLevel API asynchronously

func (*Client) ListSensitivityLevelWithChan ¶ added in v1.62.564

func (client *Client) ListSensitivityLevelWithChan(request *ListSensitivityLevelRequest) (<-chan *ListSensitivityLevelResponse, <-chan error)

ListSensitivityLevelWithChan invokes the dms_enterprise.ListSensitivityLevel API asynchronously

func (*Client) ListStandardGroups ¶ added in v1.61.1513

func (client *Client) ListStandardGroups(request *ListStandardGroupsRequest) (response *ListStandardGroupsResponse, err error)

ListStandardGroups invokes the dms_enterprise.ListStandardGroups API synchronously

func (*Client) ListStandardGroupsWithCallback ¶ added in v1.61.1513

func (client *Client) ListStandardGroupsWithCallback(request *ListStandardGroupsRequest, callback func(response *ListStandardGroupsResponse, err error)) <-chan int

ListStandardGroupsWithCallback invokes the dms_enterprise.ListStandardGroups API asynchronously

func (*Client) ListStandardGroupsWithChan ¶ added in v1.61.1513

func (client *Client) ListStandardGroupsWithChan(request *ListStandardGroupsRequest) (<-chan *ListStandardGroupsResponse, <-chan error)

ListStandardGroupsWithChan invokes the dms_enterprise.ListStandardGroups API asynchronously

func (*Client) ListTables ¶ added in v1.61.13

func (client *Client) ListTables(request *ListTablesRequest) (response *ListTablesResponse, err error)

ListTables invokes the dms_enterprise.ListTables API synchronously

func (*Client) ListTablesWithCallback ¶ added in v1.61.13

func (client *Client) ListTablesWithCallback(request *ListTablesRequest, callback func(response *ListTablesResponse, err error)) <-chan int

ListTablesWithCallback invokes the dms_enterprise.ListTables API asynchronously

func (*Client) ListTablesWithChan ¶ added in v1.61.13

func (client *Client) ListTablesWithChan(request *ListTablesRequest) (<-chan *ListTablesResponse, <-chan error)

ListTablesWithChan invokes the dms_enterprise.ListTables API asynchronously

func (*Client) ListTaskFlow ¶ added in v1.61.1544

func (client *Client) ListTaskFlow(request *ListTaskFlowRequest) (response *ListTaskFlowResponse, err error)

ListTaskFlow invokes the dms_enterprise.ListTaskFlow API synchronously

func (*Client) ListTaskFlowConstants ¶ added in v1.61.1835

func (client *Client) ListTaskFlowConstants(request *ListTaskFlowConstantsRequest) (response *ListTaskFlowConstantsResponse, err error)

ListTaskFlowConstants invokes the dms_enterprise.ListTaskFlowConstants API synchronously

func (*Client) ListTaskFlowConstantsWithCallback ¶ added in v1.61.1835

func (client *Client) ListTaskFlowConstantsWithCallback(request *ListTaskFlowConstantsRequest, callback func(response *ListTaskFlowConstantsResponse, err error)) <-chan int

ListTaskFlowConstantsWithCallback invokes the dms_enterprise.ListTaskFlowConstants API asynchronously

func (*Client) ListTaskFlowConstantsWithChan ¶ added in v1.61.1835

func (client *Client) ListTaskFlowConstantsWithChan(request *ListTaskFlowConstantsRequest) (<-chan *ListTaskFlowConstantsResponse, <-chan error)

ListTaskFlowConstantsWithChan invokes the dms_enterprise.ListTaskFlowConstants API asynchronously

func (*Client) ListTaskFlowCooperators ¶ added in v1.61.1835

func (client *Client) ListTaskFlowCooperators(request *ListTaskFlowCooperatorsRequest) (response *ListTaskFlowCooperatorsResponse, err error)

ListTaskFlowCooperators invokes the dms_enterprise.ListTaskFlowCooperators API synchronously

func (*Client) ListTaskFlowCooperatorsWithCallback ¶ added in v1.61.1835

func (client *Client) ListTaskFlowCooperatorsWithCallback(request *ListTaskFlowCooperatorsRequest, callback func(response *ListTaskFlowCooperatorsResponse, err error)) <-chan int

ListTaskFlowCooperatorsWithCallback invokes the dms_enterprise.ListTaskFlowCooperators API asynchronously

func (*Client) ListTaskFlowCooperatorsWithChan ¶ added in v1.61.1835

func (client *Client) ListTaskFlowCooperatorsWithChan(request *ListTaskFlowCooperatorsRequest) (<-chan *ListTaskFlowCooperatorsResponse, <-chan error)

ListTaskFlowCooperatorsWithChan invokes the dms_enterprise.ListTaskFlowCooperators API asynchronously

func (*Client) ListTaskFlowEdgesByCondition ¶ added in v1.61.1835

func (client *Client) ListTaskFlowEdgesByCondition(request *ListTaskFlowEdgesByConditionRequest) (response *ListTaskFlowEdgesByConditionResponse, err error)

ListTaskFlowEdgesByCondition invokes the dms_enterprise.ListTaskFlowEdgesByCondition API synchronously

func (*Client) ListTaskFlowEdgesByConditionWithCallback ¶ added in v1.61.1835

func (client *Client) ListTaskFlowEdgesByConditionWithCallback(request *ListTaskFlowEdgesByConditionRequest, callback func(response *ListTaskFlowEdgesByConditionResponse, err error)) <-chan int

ListTaskFlowEdgesByConditionWithCallback invokes the dms_enterprise.ListTaskFlowEdgesByCondition API asynchronously

func (*Client) ListTaskFlowEdgesByConditionWithChan ¶ added in v1.61.1835

func (client *Client) ListTaskFlowEdgesByConditionWithChan(request *ListTaskFlowEdgesByConditionRequest) (<-chan *ListTaskFlowEdgesByConditionResponse, <-chan error)

ListTaskFlowEdgesByConditionWithChan invokes the dms_enterprise.ListTaskFlowEdgesByCondition API asynchronously

func (*Client) ListTaskFlowInstance ¶ added in v1.61.1544

func (client *Client) ListTaskFlowInstance(request *ListTaskFlowInstanceRequest) (response *ListTaskFlowInstanceResponse, err error)

ListTaskFlowInstance invokes the dms_enterprise.ListTaskFlowInstance API synchronously

func (*Client) ListTaskFlowInstanceWithCallback ¶ added in v1.61.1544

func (client *Client) ListTaskFlowInstanceWithCallback(request *ListTaskFlowInstanceRequest, callback func(response *ListTaskFlowInstanceResponse, err error)) <-chan int

ListTaskFlowInstanceWithCallback invokes the dms_enterprise.ListTaskFlowInstance API asynchronously

func (*Client) ListTaskFlowInstanceWithChan ¶ added in v1.61.1544

func (client *Client) ListTaskFlowInstanceWithChan(request *ListTaskFlowInstanceRequest) (<-chan *ListTaskFlowInstanceResponse, <-chan error)

ListTaskFlowInstanceWithChan invokes the dms_enterprise.ListTaskFlowInstance API asynchronously

func (*Client) ListTaskFlowTimeVariables ¶ added in v1.61.1835

func (client *Client) ListTaskFlowTimeVariables(request *ListTaskFlowTimeVariablesRequest) (response *ListTaskFlowTimeVariablesResponse, err error)

ListTaskFlowTimeVariables invokes the dms_enterprise.ListTaskFlowTimeVariables API synchronously

func (*Client) ListTaskFlowTimeVariablesWithCallback ¶ added in v1.61.1835

func (client *Client) ListTaskFlowTimeVariablesWithCallback(request *ListTaskFlowTimeVariablesRequest, callback func(response *ListTaskFlowTimeVariablesResponse, err error)) <-chan int

ListTaskFlowTimeVariablesWithCallback invokes the dms_enterprise.ListTaskFlowTimeVariables API asynchronously

func (*Client) ListTaskFlowTimeVariablesWithChan ¶ added in v1.61.1835

func (client *Client) ListTaskFlowTimeVariablesWithChan(request *ListTaskFlowTimeVariablesRequest) (<-chan *ListTaskFlowTimeVariablesResponse, <-chan error)

ListTaskFlowTimeVariablesWithChan invokes the dms_enterprise.ListTaskFlowTimeVariables API asynchronously

func (*Client) ListTaskFlowWithCallback ¶ added in v1.61.1544

func (client *Client) ListTaskFlowWithCallback(request *ListTaskFlowRequest, callback func(response *ListTaskFlowResponse, err error)) <-chan int

ListTaskFlowWithCallback invokes the dms_enterprise.ListTaskFlow API asynchronously

func (*Client) ListTaskFlowWithChan ¶ added in v1.61.1544

func (client *Client) ListTaskFlowWithChan(request *ListTaskFlowRequest) (<-chan *ListTaskFlowResponse, <-chan error)

ListTaskFlowWithChan invokes the dms_enterprise.ListTaskFlow API asynchronously

func (*Client) ListTaskFlowsByPage ¶ added in v1.61.1835

func (client *Client) ListTaskFlowsByPage(request *ListTaskFlowsByPageRequest) (response *ListTaskFlowsByPageResponse, err error)

ListTaskFlowsByPage invokes the dms_enterprise.ListTaskFlowsByPage API synchronously

func (*Client) ListTaskFlowsByPageWithCallback ¶ added in v1.61.1835

func (client *Client) ListTaskFlowsByPageWithCallback(request *ListTaskFlowsByPageRequest, callback func(response *ListTaskFlowsByPageResponse, err error)) <-chan int

ListTaskFlowsByPageWithCallback invokes the dms_enterprise.ListTaskFlowsByPage API asynchronously

func (*Client) ListTaskFlowsByPageWithChan ¶ added in v1.61.1835

func (client *Client) ListTaskFlowsByPageWithChan(request *ListTaskFlowsByPageRequest) (<-chan *ListTaskFlowsByPageResponse, <-chan error)

ListTaskFlowsByPageWithChan invokes the dms_enterprise.ListTaskFlowsByPage API asynchronously

func (*Client) ListTasksInTaskFlow ¶ added in v1.61.1835

func (client *Client) ListTasksInTaskFlow(request *ListTasksInTaskFlowRequest) (response *ListTasksInTaskFlowResponse, err error)

ListTasksInTaskFlow invokes the dms_enterprise.ListTasksInTaskFlow API synchronously

func (*Client) ListTasksInTaskFlowWithCallback ¶ added in v1.61.1835

func (client *Client) ListTasksInTaskFlowWithCallback(request *ListTasksInTaskFlowRequest, callback func(response *ListTasksInTaskFlowResponse, err error)) <-chan int

ListTasksInTaskFlowWithCallback invokes the dms_enterprise.ListTasksInTaskFlow API asynchronously

func (*Client) ListTasksInTaskFlowWithChan ¶ added in v1.61.1835

func (client *Client) ListTasksInTaskFlowWithChan(request *ListTasksInTaskFlowRequest) (<-chan *ListTasksInTaskFlowResponse, <-chan error)

ListTasksInTaskFlowWithChan invokes the dms_enterprise.ListTasksInTaskFlow API asynchronously

func (*Client) ListUserPermissions ¶ added in v1.61.13

func (client *Client) ListUserPermissions(request *ListUserPermissionsRequest) (response *ListUserPermissionsResponse, err error)

ListUserPermissions invokes the dms_enterprise.ListUserPermissions API synchronously

func (*Client) ListUserPermissionsWithCallback ¶ added in v1.61.13

func (client *Client) ListUserPermissionsWithCallback(request *ListUserPermissionsRequest, callback func(response *ListUserPermissionsResponse, err error)) <-chan int

ListUserPermissionsWithCallback invokes the dms_enterprise.ListUserPermissions API asynchronously

func (*Client) ListUserPermissionsWithChan ¶ added in v1.61.13

func (client *Client) ListUserPermissionsWithChan(request *ListUserPermissionsRequest) (<-chan *ListUserPermissionsResponse, <-chan error)

ListUserPermissionsWithChan invokes the dms_enterprise.ListUserPermissions API asynchronously

func (*Client) ListUserTenants ¶ added in v1.61.504

func (client *Client) ListUserTenants(request *ListUserTenantsRequest) (response *ListUserTenantsResponse, err error)

ListUserTenants invokes the dms_enterprise.ListUserTenants API synchronously

func (*Client) ListUserTenantsWithCallback ¶ added in v1.61.504

func (client *Client) ListUserTenantsWithCallback(request *ListUserTenantsRequest, callback func(response *ListUserTenantsResponse, err error)) <-chan int

ListUserTenantsWithCallback invokes the dms_enterprise.ListUserTenants API asynchronously

func (*Client) ListUserTenantsWithChan ¶ added in v1.61.504

func (client *Client) ListUserTenantsWithChan(request *ListUserTenantsRequest) (<-chan *ListUserTenantsResponse, <-chan error)

ListUserTenantsWithChan invokes the dms_enterprise.ListUserTenants API asynchronously

func (*Client) ListUsers ¶ added in v1.61.13

func (client *Client) ListUsers(request *ListUsersRequest) (response *ListUsersResponse, err error)

ListUsers invokes the dms_enterprise.ListUsers API synchronously

func (*Client) ListUsersWithCallback ¶ added in v1.61.13

func (client *Client) ListUsersWithCallback(request *ListUsersRequest, callback func(response *ListUsersResponse, err error)) <-chan int

ListUsersWithCallback invokes the dms_enterprise.ListUsers API asynchronously

func (*Client) ListUsersWithChan ¶ added in v1.61.13

func (client *Client) ListUsersWithChan(request *ListUsersRequest) (<-chan *ListUsersResponse, <-chan error)

ListUsersWithChan invokes the dms_enterprise.ListUsers API asynchronously

func (*Client) ListWorkFlowNodes ¶ added in v1.61.13

func (client *Client) ListWorkFlowNodes(request *ListWorkFlowNodesRequest) (response *ListWorkFlowNodesResponse, err error)

ListWorkFlowNodes invokes the dms_enterprise.ListWorkFlowNodes API synchronously

func (*Client) ListWorkFlowNodesWithCallback ¶ added in v1.61.13

func (client *Client) ListWorkFlowNodesWithCallback(request *ListWorkFlowNodesRequest, callback func(response *ListWorkFlowNodesResponse, err error)) <-chan int

ListWorkFlowNodesWithCallback invokes the dms_enterprise.ListWorkFlowNodes API asynchronously

func (*Client) ListWorkFlowNodesWithChan ¶ added in v1.61.13

func (client *Client) ListWorkFlowNodesWithChan(request *ListWorkFlowNodesRequest) (<-chan *ListWorkFlowNodesResponse, <-chan error)

ListWorkFlowNodesWithChan invokes the dms_enterprise.ListWorkFlowNodes API asynchronously

func (*Client) ListWorkFlowTemplates ¶ added in v1.61.13

func (client *Client) ListWorkFlowTemplates(request *ListWorkFlowTemplatesRequest) (response *ListWorkFlowTemplatesResponse, err error)

ListWorkFlowTemplates invokes the dms_enterprise.ListWorkFlowTemplates API synchronously

func (*Client) ListWorkFlowTemplatesWithCallback ¶ added in v1.61.13

func (client *Client) ListWorkFlowTemplatesWithCallback(request *ListWorkFlowTemplatesRequest, callback func(response *ListWorkFlowTemplatesResponse, err error)) <-chan int

ListWorkFlowTemplatesWithCallback invokes the dms_enterprise.ListWorkFlowTemplates API asynchronously

func (*Client) ListWorkFlowTemplatesWithChan ¶ added in v1.61.13

func (client *Client) ListWorkFlowTemplatesWithChan(request *ListWorkFlowTemplatesRequest) (<-chan *ListWorkFlowTemplatesResponse, <-chan error)

ListWorkFlowTemplatesWithChan invokes the dms_enterprise.ListWorkFlowTemplates API asynchronously

func (*Client) MakeTaskFlowInstanceSuccess ¶ added in v1.61.1835

func (client *Client) MakeTaskFlowInstanceSuccess(request *MakeTaskFlowInstanceSuccessRequest) (response *MakeTaskFlowInstanceSuccessResponse, err error)

MakeTaskFlowInstanceSuccess invokes the dms_enterprise.MakeTaskFlowInstanceSuccess API synchronously

func (*Client) MakeTaskFlowInstanceSuccessWithCallback ¶ added in v1.61.1835

func (client *Client) MakeTaskFlowInstanceSuccessWithCallback(request *MakeTaskFlowInstanceSuccessRequest, callback func(response *MakeTaskFlowInstanceSuccessResponse, err error)) <-chan int

MakeTaskFlowInstanceSuccessWithCallback invokes the dms_enterprise.MakeTaskFlowInstanceSuccess API asynchronously

func (*Client) MakeTaskFlowInstanceSuccessWithChan ¶ added in v1.61.1835

func (client *Client) MakeTaskFlowInstanceSuccessWithChan(request *MakeTaskFlowInstanceSuccessRequest) (<-chan *MakeTaskFlowInstanceSuccessResponse, <-chan error)

MakeTaskFlowInstanceSuccessWithChan invokes the dms_enterprise.MakeTaskFlowInstanceSuccess API asynchronously

func (*Client) ModifyDataCorrectExecSQL ¶ added in v1.61.1354

func (client *Client) ModifyDataCorrectExecSQL(request *ModifyDataCorrectExecSQLRequest) (response *ModifyDataCorrectExecSQLResponse, err error)

ModifyDataCorrectExecSQL invokes the dms_enterprise.ModifyDataCorrectExecSQL API synchronously

func (*Client) ModifyDataCorrectExecSQLWithCallback ¶ added in v1.61.1354

func (client *Client) ModifyDataCorrectExecSQLWithCallback(request *ModifyDataCorrectExecSQLRequest, callback func(response *ModifyDataCorrectExecSQLResponse, err error)) <-chan int

ModifyDataCorrectExecSQLWithCallback invokes the dms_enterprise.ModifyDataCorrectExecSQL API asynchronously

func (*Client) ModifyDataCorrectExecSQLWithChan ¶ added in v1.61.1354

func (client *Client) ModifyDataCorrectExecSQLWithChan(request *ModifyDataCorrectExecSQLRequest) (<-chan *ModifyDataCorrectExecSQLResponse, <-chan error)

ModifyDataCorrectExecSQLWithChan invokes the dms_enterprise.ModifyDataCorrectExecSQL API asynchronously

func (*Client) ModifyDesensitizationStrategy ¶ added in v1.61.1630

func (client *Client) ModifyDesensitizationStrategy(request *ModifyDesensitizationStrategyRequest) (response *ModifyDesensitizationStrategyResponse, err error)

ModifyDesensitizationStrategy invokes the dms_enterprise.ModifyDesensitizationStrategy API synchronously

func (*Client) ModifyDesensitizationStrategyWithCallback ¶ added in v1.61.1630

func (client *Client) ModifyDesensitizationStrategyWithCallback(request *ModifyDesensitizationStrategyRequest, callback func(response *ModifyDesensitizationStrategyResponse, err error)) <-chan int

ModifyDesensitizationStrategyWithCallback invokes the dms_enterprise.ModifyDesensitizationStrategy API asynchronously

func (*Client) ModifyDesensitizationStrategyWithChan ¶ added in v1.61.1630

func (client *Client) ModifyDesensitizationStrategyWithChan(request *ModifyDesensitizationStrategyRequest) (<-chan *ModifyDesensitizationStrategyResponse, <-chan error)

ModifyDesensitizationStrategyWithChan invokes the dms_enterprise.ModifyDesensitizationStrategy API asynchronously

func (*Client) ModifyInstance ¶ added in v1.62.719

func (client *Client) ModifyInstance(request *ModifyInstanceRequest) (response *ModifyInstanceResponse, err error)

ModifyInstance invokes the dms_enterprise.ModifyInstance API synchronously

func (*Client) ModifyInstanceWithCallback ¶ added in v1.62.719

func (client *Client) ModifyInstanceWithCallback(request *ModifyInstanceRequest, callback func(response *ModifyInstanceResponse, err error)) <-chan int

ModifyInstanceWithCallback invokes the dms_enterprise.ModifyInstance API asynchronously

func (*Client) ModifyInstanceWithChan ¶ added in v1.62.719

func (client *Client) ModifyInstanceWithChan(request *ModifyInstanceRequest) (<-chan *ModifyInstanceResponse, <-chan error)

ModifyInstanceWithChan invokes the dms_enterprise.ModifyInstance API asynchronously

func (*Client) MoveTaskFlowToScenario ¶ added in v1.61.1835

func (client *Client) MoveTaskFlowToScenario(request *MoveTaskFlowToScenarioRequest) (response *MoveTaskFlowToScenarioResponse, err error)

MoveTaskFlowToScenario invokes the dms_enterprise.MoveTaskFlowToScenario API synchronously

func (*Client) MoveTaskFlowToScenarioWithCallback ¶ added in v1.61.1835

func (client *Client) MoveTaskFlowToScenarioWithCallback(request *MoveTaskFlowToScenarioRequest, callback func(response *MoveTaskFlowToScenarioResponse, err error)) <-chan int

MoveTaskFlowToScenarioWithCallback invokes the dms_enterprise.MoveTaskFlowToScenario API asynchronously

func (*Client) MoveTaskFlowToScenarioWithChan ¶ added in v1.61.1835

func (client *Client) MoveTaskFlowToScenarioWithChan(request *MoveTaskFlowToScenarioRequest) (<-chan *MoveTaskFlowToScenarioResponse, <-chan error)

MoveTaskFlowToScenarioWithChan invokes the dms_enterprise.MoveTaskFlowToScenario API asynchronously

func (*Client) OfflineTaskFlow ¶ added in v1.61.1567

func (client *Client) OfflineTaskFlow(request *OfflineTaskFlowRequest) (response *OfflineTaskFlowResponse, err error)

OfflineTaskFlow invokes the dms_enterprise.OfflineTaskFlow API synchronously

func (*Client) OfflineTaskFlowWithCallback ¶ added in v1.61.1567

func (client *Client) OfflineTaskFlowWithCallback(request *OfflineTaskFlowRequest, callback func(response *OfflineTaskFlowResponse, err error)) <-chan int

OfflineTaskFlowWithCallback invokes the dms_enterprise.OfflineTaskFlow API asynchronously

func (*Client) OfflineTaskFlowWithChan ¶ added in v1.61.1567

func (client *Client) OfflineTaskFlowWithChan(request *OfflineTaskFlowRequest) (<-chan *OfflineTaskFlowResponse, <-chan error)

OfflineTaskFlowWithChan invokes the dms_enterprise.OfflineTaskFlow API asynchronously

func (*Client) PauseDataCorrectSQLJob ¶ added in v1.61.1454

func (client *Client) PauseDataCorrectSQLJob(request *PauseDataCorrectSQLJobRequest) (response *PauseDataCorrectSQLJobResponse, err error)

PauseDataCorrectSQLJob invokes the dms_enterprise.PauseDataCorrectSQLJob API synchronously

func (*Client) PauseDataCorrectSQLJobWithCallback ¶ added in v1.61.1454

func (client *Client) PauseDataCorrectSQLJobWithCallback(request *PauseDataCorrectSQLJobRequest, callback func(response *PauseDataCorrectSQLJobResponse, err error)) <-chan int

PauseDataCorrectSQLJobWithCallback invokes the dms_enterprise.PauseDataCorrectSQLJob API asynchronously

func (*Client) PauseDataCorrectSQLJobWithChan ¶ added in v1.61.1454

func (client *Client) PauseDataCorrectSQLJobWithChan(request *PauseDataCorrectSQLJobRequest) (<-chan *PauseDataCorrectSQLJobResponse, <-chan error)

PauseDataCorrectSQLJobWithChan invokes the dms_enterprise.PauseDataCorrectSQLJob API asynchronously

func (*Client) PreviewWorkflow ¶ added in v1.62.568

func (client *Client) PreviewWorkflow(request *PreviewWorkflowRequest) (response *PreviewWorkflowResponse, err error)

PreviewWorkflow invokes the dms_enterprise.PreviewWorkflow API synchronously

func (*Client) PreviewWorkflowWithCallback ¶ added in v1.62.568

func (client *Client) PreviewWorkflowWithCallback(request *PreviewWorkflowRequest, callback func(response *PreviewWorkflowResponse, err error)) <-chan int

PreviewWorkflowWithCallback invokes the dms_enterprise.PreviewWorkflow API asynchronously

func (*Client) PreviewWorkflowWithChan ¶ added in v1.62.568

func (client *Client) PreviewWorkflowWithChan(request *PreviewWorkflowRequest) (<-chan *PreviewWorkflowResponse, <-chan error)

PreviewWorkflowWithChan invokes the dms_enterprise.PreviewWorkflow API asynchronously

func (*Client) PublishAndDeployTaskFlow ¶ added in v1.61.1835

func (client *Client) PublishAndDeployTaskFlow(request *PublishAndDeployTaskFlowRequest) (response *PublishAndDeployTaskFlowResponse, err error)

PublishAndDeployTaskFlow invokes the dms_enterprise.PublishAndDeployTaskFlow API synchronously

func (*Client) PublishAndDeployTaskFlowWithCallback ¶ added in v1.61.1835

func (client *Client) PublishAndDeployTaskFlowWithCallback(request *PublishAndDeployTaskFlowRequest, callback func(response *PublishAndDeployTaskFlowResponse, err error)) <-chan int

PublishAndDeployTaskFlowWithCallback invokes the dms_enterprise.PublishAndDeployTaskFlow API asynchronously

func (*Client) PublishAndDeployTaskFlowWithChan ¶ added in v1.61.1835

func (client *Client) PublishAndDeployTaskFlowWithChan(request *PublishAndDeployTaskFlowRequest) (<-chan *PublishAndDeployTaskFlowResponse, <-chan error)

PublishAndDeployTaskFlowWithChan invokes the dms_enterprise.PublishAndDeployTaskFlow API asynchronously

func (*Client) QueryDataTrackResultDownloadStatus ¶ added in v1.62.289

func (client *Client) QueryDataTrackResultDownloadStatus(request *QueryDataTrackResultDownloadStatusRequest) (response *QueryDataTrackResultDownloadStatusResponse, err error)

QueryDataTrackResultDownloadStatus invokes the dms_enterprise.QueryDataTrackResultDownloadStatus API synchronously

func (*Client) QueryDataTrackResultDownloadStatusWithCallback ¶ added in v1.62.289

func (client *Client) QueryDataTrackResultDownloadStatusWithCallback(request *QueryDataTrackResultDownloadStatusRequest, callback func(response *QueryDataTrackResultDownloadStatusResponse, err error)) <-chan int

QueryDataTrackResultDownloadStatusWithCallback invokes the dms_enterprise.QueryDataTrackResultDownloadStatus API asynchronously

func (*Client) QueryDataTrackResultDownloadStatusWithChan ¶ added in v1.62.289

func (client *Client) QueryDataTrackResultDownloadStatusWithChan(request *QueryDataTrackResultDownloadStatusRequest) (<-chan *QueryDataTrackResultDownloadStatusResponse, <-chan error)

QueryDataTrackResultDownloadStatusWithChan invokes the dms_enterprise.QueryDataTrackResultDownloadStatus API asynchronously

func (*Client) ReDeployLhDagVersion ¶ added in v1.61.1535

func (client *Client) ReDeployLhDagVersion(request *ReDeployLhDagVersionRequest) (response *ReDeployLhDagVersionResponse, err error)

ReDeployLhDagVersion invokes the dms_enterprise.ReDeployLhDagVersion API synchronously

func (*Client) ReDeployLhDagVersionWithCallback ¶ added in v1.61.1535

func (client *Client) ReDeployLhDagVersionWithCallback(request *ReDeployLhDagVersionRequest, callback func(response *ReDeployLhDagVersionResponse, err error)) <-chan int

ReDeployLhDagVersionWithCallback invokes the dms_enterprise.ReDeployLhDagVersion API asynchronously

func (*Client) ReDeployLhDagVersionWithChan ¶ added in v1.61.1535

func (client *Client) ReDeployLhDagVersionWithChan(request *ReDeployLhDagVersionRequest) (<-chan *ReDeployLhDagVersionResponse, <-chan error)

ReDeployLhDagVersionWithChan invokes the dms_enterprise.ReDeployLhDagVersion API asynchronously

func (*Client) ReRunTaskFlowInstance ¶ added in v1.61.1835

func (client *Client) ReRunTaskFlowInstance(request *ReRunTaskFlowInstanceRequest) (response *ReRunTaskFlowInstanceResponse, err error)

ReRunTaskFlowInstance invokes the dms_enterprise.ReRunTaskFlowInstance API synchronously

func (*Client) ReRunTaskFlowInstanceWithCallback ¶ added in v1.61.1835

func (client *Client) ReRunTaskFlowInstanceWithCallback(request *ReRunTaskFlowInstanceRequest, callback func(response *ReRunTaskFlowInstanceResponse, err error)) <-chan int

ReRunTaskFlowInstanceWithCallback invokes the dms_enterprise.ReRunTaskFlowInstance API asynchronously

func (*Client) ReRunTaskFlowInstanceWithChan ¶ added in v1.61.1835

func (client *Client) ReRunTaskFlowInstanceWithChan(request *ReRunTaskFlowInstanceRequest) (<-chan *ReRunTaskFlowInstanceResponse, <-chan error)

ReRunTaskFlowInstanceWithChan invokes the dms_enterprise.ReRunTaskFlowInstance API asynchronously

func (*Client) RefundPayAsYouGoOrder ¶ added in v1.61.1835

func (client *Client) RefundPayAsYouGoOrder(request *RefundPayAsYouGoOrderRequest) (response *RefundPayAsYouGoOrderResponse, err error)

RefundPayAsYouGoOrder invokes the dms_enterprise.RefundPayAsYouGoOrder API synchronously

func (*Client) RefundPayAsYouGoOrderWithCallback ¶ added in v1.61.1835

func (client *Client) RefundPayAsYouGoOrderWithCallback(request *RefundPayAsYouGoOrderRequest, callback func(response *RefundPayAsYouGoOrderResponse, err error)) <-chan int

RefundPayAsYouGoOrderWithCallback invokes the dms_enterprise.RefundPayAsYouGoOrder API asynchronously

func (*Client) RefundPayAsYouGoOrderWithChan ¶ added in v1.61.1835

func (client *Client) RefundPayAsYouGoOrderWithChan(request *RefundPayAsYouGoOrderRequest) (<-chan *RefundPayAsYouGoOrderResponse, <-chan error)

RefundPayAsYouGoOrderWithChan invokes the dms_enterprise.RefundPayAsYouGoOrder API asynchronously

func (*Client) RegisterInstance ¶

func (client *Client) RegisterInstance(request *RegisterInstanceRequest) (response *RegisterInstanceResponse, err error)

RegisterInstance invokes the dms_enterprise.RegisterInstance API synchronously

func (*Client) RegisterInstanceWithCallback ¶

func (client *Client) RegisterInstanceWithCallback(request *RegisterInstanceRequest, callback func(response *RegisterInstanceResponse, err error)) <-chan int

RegisterInstanceWithCallback invokes the dms_enterprise.RegisterInstance API asynchronously

func (*Client) RegisterInstanceWithChan ¶

func (client *Client) RegisterInstanceWithChan(request *RegisterInstanceRequest) (<-chan *RegisterInstanceResponse, <-chan error)

RegisterInstanceWithChan invokes the dms_enterprise.RegisterInstance API asynchronously

func (*Client) RegisterUser ¶

func (client *Client) RegisterUser(request *RegisterUserRequest) (response *RegisterUserResponse, err error)

RegisterUser invokes the dms_enterprise.RegisterUser API synchronously

func (*Client) RegisterUserWithCallback ¶

func (client *Client) RegisterUserWithCallback(request *RegisterUserRequest, callback func(response *RegisterUserResponse, err error)) <-chan int

RegisterUserWithCallback invokes the dms_enterprise.RegisterUser API asynchronously

func (*Client) RegisterUserWithChan ¶

func (client *Client) RegisterUserWithChan(request *RegisterUserRequest) (<-chan *RegisterUserResponse, <-chan error)

RegisterUserWithChan invokes the dms_enterprise.RegisterUser API asynchronously

func (*Client) RestartDataCorrectSQLJob ¶ added in v1.61.1454

func (client *Client) RestartDataCorrectSQLJob(request *RestartDataCorrectSQLJobRequest) (response *RestartDataCorrectSQLJobResponse, err error)

RestartDataCorrectSQLJob invokes the dms_enterprise.RestartDataCorrectSQLJob API synchronously

func (*Client) RestartDataCorrectSQLJobWithCallback ¶ added in v1.61.1454

func (client *Client) RestartDataCorrectSQLJobWithCallback(request *RestartDataCorrectSQLJobRequest, callback func(response *RestartDataCorrectSQLJobResponse, err error)) <-chan int

RestartDataCorrectSQLJobWithCallback invokes the dms_enterprise.RestartDataCorrectSQLJob API asynchronously

func (*Client) RestartDataCorrectSQLJobWithChan ¶ added in v1.61.1454

func (client *Client) RestartDataCorrectSQLJobWithChan(request *RestartDataCorrectSQLJobRequest) (<-chan *RestartDataCorrectSQLJobResponse, <-chan error)

RestartDataCorrectSQLJobWithChan invokes the dms_enterprise.RestartDataCorrectSQLJob API asynchronously

func (*Client) ResumeTaskFlowInstance ¶ added in v1.61.1835

func (client *Client) ResumeTaskFlowInstance(request *ResumeTaskFlowInstanceRequest) (response *ResumeTaskFlowInstanceResponse, err error)

ResumeTaskFlowInstance invokes the dms_enterprise.ResumeTaskFlowInstance API synchronously

func (*Client) ResumeTaskFlowInstanceWithCallback ¶ added in v1.61.1835

func (client *Client) ResumeTaskFlowInstanceWithCallback(request *ResumeTaskFlowInstanceRequest, callback func(response *ResumeTaskFlowInstanceResponse, err error)) <-chan int

ResumeTaskFlowInstanceWithCallback invokes the dms_enterprise.ResumeTaskFlowInstance API asynchronously

func (*Client) ResumeTaskFlowInstanceWithChan ¶ added in v1.61.1835

func (client *Client) ResumeTaskFlowInstanceWithChan(request *ResumeTaskFlowInstanceRequest) (<-chan *ResumeTaskFlowInstanceResponse, <-chan error)

ResumeTaskFlowInstanceWithChan invokes the dms_enterprise.ResumeTaskFlowInstance API asynchronously

func (*Client) RetryDataCorrectPreCheck ¶ added in v1.61.1354

func (client *Client) RetryDataCorrectPreCheck(request *RetryDataCorrectPreCheckRequest) (response *RetryDataCorrectPreCheckResponse, err error)

RetryDataCorrectPreCheck invokes the dms_enterprise.RetryDataCorrectPreCheck API synchronously

func (*Client) RetryDataCorrectPreCheckWithCallback ¶ added in v1.61.1354

func (client *Client) RetryDataCorrectPreCheckWithCallback(request *RetryDataCorrectPreCheckRequest, callback func(response *RetryDataCorrectPreCheckResponse, err error)) <-chan int

RetryDataCorrectPreCheckWithCallback invokes the dms_enterprise.RetryDataCorrectPreCheck API asynchronously

func (*Client) RetryDataCorrectPreCheckWithChan ¶ added in v1.61.1354

func (client *Client) RetryDataCorrectPreCheckWithChan(request *RetryDataCorrectPreCheckRequest) (<-chan *RetryDataCorrectPreCheckResponse, <-chan error)

RetryDataCorrectPreCheckWithChan invokes the dms_enterprise.RetryDataCorrectPreCheck API asynchronously

func (*Client) RevokeTemplateAuthority ¶ added in v1.62.277

func (client *Client) RevokeTemplateAuthority(request *RevokeTemplateAuthorityRequest) (response *RevokeTemplateAuthorityResponse, err error)

RevokeTemplateAuthority invokes the dms_enterprise.RevokeTemplateAuthority API synchronously

func (*Client) RevokeTemplateAuthorityWithCallback ¶ added in v1.62.277

func (client *Client) RevokeTemplateAuthorityWithCallback(request *RevokeTemplateAuthorityRequest, callback func(response *RevokeTemplateAuthorityResponse, err error)) <-chan int

RevokeTemplateAuthorityWithCallback invokes the dms_enterprise.RevokeTemplateAuthority API asynchronously

func (*Client) RevokeTemplateAuthorityWithChan ¶ added in v1.62.277

func (client *Client) RevokeTemplateAuthorityWithChan(request *RevokeTemplateAuthorityRequest) (<-chan *RevokeTemplateAuthorityResponse, <-chan error)

RevokeTemplateAuthorityWithChan invokes the dms_enterprise.RevokeTemplateAuthority API asynchronously

func (*Client) RevokeUserPermission ¶ added in v1.61.13

func (client *Client) RevokeUserPermission(request *RevokeUserPermissionRequest) (response *RevokeUserPermissionResponse, err error)

RevokeUserPermission invokes the dms_enterprise.RevokeUserPermission API synchronously

func (*Client) RevokeUserPermissionWithCallback ¶ added in v1.61.13

func (client *Client) RevokeUserPermissionWithCallback(request *RevokeUserPermissionRequest, callback func(response *RevokeUserPermissionResponse, err error)) <-chan int

RevokeUserPermissionWithCallback invokes the dms_enterprise.RevokeUserPermission API asynchronously

func (*Client) RevokeUserPermissionWithChan ¶ added in v1.61.13

func (client *Client) RevokeUserPermissionWithChan(request *RevokeUserPermissionRequest) (<-chan *RevokeUserPermissionResponse, <-chan error)

RevokeUserPermissionWithChan invokes the dms_enterprise.RevokeUserPermission API asynchronously

func (*Client) SearchDataTrackResult ¶ added in v1.62.289

func (client *Client) SearchDataTrackResult(request *SearchDataTrackResultRequest) (response *SearchDataTrackResultResponse, err error)

SearchDataTrackResult invokes the dms_enterprise.SearchDataTrackResult API synchronously

func (*Client) SearchDataTrackResultWithCallback ¶ added in v1.62.289

func (client *Client) SearchDataTrackResultWithCallback(request *SearchDataTrackResultRequest, callback func(response *SearchDataTrackResultResponse, err error)) <-chan int

SearchDataTrackResultWithCallback invokes the dms_enterprise.SearchDataTrackResult API asynchronously

func (*Client) SearchDataTrackResultWithChan ¶ added in v1.62.289

func (client *Client) SearchDataTrackResultWithChan(request *SearchDataTrackResultRequest) (<-chan *SearchDataTrackResultResponse, <-chan error)

SearchDataTrackResultWithChan invokes the dms_enterprise.SearchDataTrackResult API asynchronously

func (*Client) SearchDatabase ¶ added in v1.61.13

func (client *Client) SearchDatabase(request *SearchDatabaseRequest) (response *SearchDatabaseResponse, err error)

SearchDatabase invokes the dms_enterprise.SearchDatabase API synchronously

func (*Client) SearchDatabaseWithCallback ¶ added in v1.61.13

func (client *Client) SearchDatabaseWithCallback(request *SearchDatabaseRequest, callback func(response *SearchDatabaseResponse, err error)) <-chan int

SearchDatabaseWithCallback invokes the dms_enterprise.SearchDatabase API asynchronously

func (*Client) SearchDatabaseWithChan ¶ added in v1.61.13

func (client *Client) SearchDatabaseWithChan(request *SearchDatabaseRequest) (<-chan *SearchDatabaseResponse, <-chan error)

SearchDatabaseWithChan invokes the dms_enterprise.SearchDatabase API asynchronously

func (*Client) SearchTable ¶ added in v1.61.13

func (client *Client) SearchTable(request *SearchTableRequest) (response *SearchTableResponse, err error)

SearchTable invokes the dms_enterprise.SearchTable API synchronously

func (*Client) SearchTableWithCallback ¶ added in v1.61.13

func (client *Client) SearchTableWithCallback(request *SearchTableRequest, callback func(response *SearchTableResponse, err error)) <-chan int

SearchTableWithCallback invokes the dms_enterprise.SearchTable API asynchronously

func (*Client) SearchTableWithChan ¶ added in v1.61.13

func (client *Client) SearchTableWithChan(request *SearchTableRequest) (<-chan *SearchTableResponse, <-chan error)

SearchTableWithChan invokes the dms_enterprise.SearchTable API asynchronously

func (*Client) SetOwners ¶ added in v1.61.13

func (client *Client) SetOwners(request *SetOwnersRequest) (response *SetOwnersResponse, err error)

SetOwners invokes the dms_enterprise.SetOwners API synchronously

func (*Client) SetOwnersWithCallback ¶ added in v1.61.13

func (client *Client) SetOwnersWithCallback(request *SetOwnersRequest, callback func(response *SetOwnersResponse, err error)) <-chan int

SetOwnersWithCallback invokes the dms_enterprise.SetOwners API asynchronously

func (*Client) SetOwnersWithChan ¶ added in v1.61.13

func (client *Client) SetOwnersWithChan(request *SetOwnersRequest) (<-chan *SetOwnersResponse, <-chan error)

SetOwnersWithChan invokes the dms_enterprise.SetOwners API asynchronously

func (*Client) SkipDataCorrectRowCheck ¶ added in v1.62.319

func (client *Client) SkipDataCorrectRowCheck(request *SkipDataCorrectRowCheckRequest) (response *SkipDataCorrectRowCheckResponse, err error)

SkipDataCorrectRowCheck invokes the dms_enterprise.SkipDataCorrectRowCheck API synchronously

func (*Client) SkipDataCorrectRowCheckWithCallback ¶ added in v1.62.319

func (client *Client) SkipDataCorrectRowCheckWithCallback(request *SkipDataCorrectRowCheckRequest, callback func(response *SkipDataCorrectRowCheckResponse, err error)) <-chan int

SkipDataCorrectRowCheckWithCallback invokes the dms_enterprise.SkipDataCorrectRowCheck API asynchronously

func (*Client) SkipDataCorrectRowCheckWithChan ¶ added in v1.62.319

func (client *Client) SkipDataCorrectRowCheckWithChan(request *SkipDataCorrectRowCheckRequest) (<-chan *SkipDataCorrectRowCheckResponse, <-chan error)

SkipDataCorrectRowCheckWithChan invokes the dms_enterprise.SkipDataCorrectRowCheck API asynchronously

func (*Client) StopTaskFlowInstance ¶ added in v1.61.1835

func (client *Client) StopTaskFlowInstance(request *StopTaskFlowInstanceRequest) (response *StopTaskFlowInstanceResponse, err error)

StopTaskFlowInstance invokes the dms_enterprise.StopTaskFlowInstance API synchronously

func (*Client) StopTaskFlowInstanceWithCallback ¶ added in v1.61.1835

func (client *Client) StopTaskFlowInstanceWithCallback(request *StopTaskFlowInstanceRequest, callback func(response *StopTaskFlowInstanceResponse, err error)) <-chan int

StopTaskFlowInstanceWithCallback invokes the dms_enterprise.StopTaskFlowInstance API asynchronously

func (*Client) StopTaskFlowInstanceWithChan ¶ added in v1.61.1835

func (client *Client) StopTaskFlowInstanceWithChan(request *StopTaskFlowInstanceRequest) (<-chan *StopTaskFlowInstanceResponse, <-chan error)

StopTaskFlowInstanceWithChan invokes the dms_enterprise.StopTaskFlowInstance API asynchronously

func (*Client) SubmitOrderApproval ¶ added in v1.61.13

func (client *Client) SubmitOrderApproval(request *SubmitOrderApprovalRequest) (response *SubmitOrderApprovalResponse, err error)

SubmitOrderApproval invokes the dms_enterprise.SubmitOrderApproval API synchronously

func (*Client) SubmitOrderApprovalWithCallback ¶ added in v1.61.13

func (client *Client) SubmitOrderApprovalWithCallback(request *SubmitOrderApprovalRequest, callback func(response *SubmitOrderApprovalResponse, err error)) <-chan int

SubmitOrderApprovalWithCallback invokes the dms_enterprise.SubmitOrderApproval API asynchronously

func (*Client) SubmitOrderApprovalWithChan ¶ added in v1.61.13

func (client *Client) SubmitOrderApprovalWithChan(request *SubmitOrderApprovalRequest) (<-chan *SubmitOrderApprovalResponse, <-chan error)

SubmitOrderApprovalWithChan invokes the dms_enterprise.SubmitOrderApproval API asynchronously

func (*Client) SubmitStructSyncOrderApproval ¶ added in v1.61.968

func (client *Client) SubmitStructSyncOrderApproval(request *SubmitStructSyncOrderApprovalRequest) (response *SubmitStructSyncOrderApprovalResponse, err error)

SubmitStructSyncOrderApproval invokes the dms_enterprise.SubmitStructSyncOrderApproval API synchronously

func (*Client) SubmitStructSyncOrderApprovalWithCallback ¶ added in v1.61.968

func (client *Client) SubmitStructSyncOrderApprovalWithCallback(request *SubmitStructSyncOrderApprovalRequest, callback func(response *SubmitStructSyncOrderApprovalResponse, err error)) <-chan int

SubmitStructSyncOrderApprovalWithCallback invokes the dms_enterprise.SubmitStructSyncOrderApproval API asynchronously

func (*Client) SubmitStructSyncOrderApprovalWithChan ¶ added in v1.61.968

func (client *Client) SubmitStructSyncOrderApprovalWithChan(request *SubmitStructSyncOrderApprovalRequest) (<-chan *SubmitStructSyncOrderApprovalResponse, <-chan error)

SubmitStructSyncOrderApprovalWithChan invokes the dms_enterprise.SubmitStructSyncOrderApproval API asynchronously

func (*Client) SuspendTaskFlowInstance ¶ added in v1.61.1835

func (client *Client) SuspendTaskFlowInstance(request *SuspendTaskFlowInstanceRequest) (response *SuspendTaskFlowInstanceResponse, err error)

SuspendTaskFlowInstance invokes the dms_enterprise.SuspendTaskFlowInstance API synchronously

func (*Client) SuspendTaskFlowInstanceWithCallback ¶ added in v1.61.1835

func (client *Client) SuspendTaskFlowInstanceWithCallback(request *SuspendTaskFlowInstanceRequest, callback func(response *SuspendTaskFlowInstanceResponse, err error)) <-chan int

SuspendTaskFlowInstanceWithCallback invokes the dms_enterprise.SuspendTaskFlowInstance API asynchronously

func (*Client) SuspendTaskFlowInstanceWithChan ¶ added in v1.61.1835

func (client *Client) SuspendTaskFlowInstanceWithChan(request *SuspendTaskFlowInstanceRequest) (<-chan *SuspendTaskFlowInstanceResponse, <-chan error)

SuspendTaskFlowInstanceWithChan invokes the dms_enterprise.SuspendTaskFlowInstance API asynchronously

func (*Client) SyncDatabaseMeta ¶ added in v1.61.13

func (client *Client) SyncDatabaseMeta(request *SyncDatabaseMetaRequest) (response *SyncDatabaseMetaResponse, err error)

SyncDatabaseMeta invokes the dms_enterprise.SyncDatabaseMeta API synchronously

func (*Client) SyncDatabaseMetaWithCallback ¶ added in v1.61.13

func (client *Client) SyncDatabaseMetaWithCallback(request *SyncDatabaseMetaRequest, callback func(response *SyncDatabaseMetaResponse, err error)) <-chan int

SyncDatabaseMetaWithCallback invokes the dms_enterprise.SyncDatabaseMeta API asynchronously

func (*Client) SyncDatabaseMetaWithChan ¶ added in v1.61.13

func (client *Client) SyncDatabaseMetaWithChan(request *SyncDatabaseMetaRequest) (<-chan *SyncDatabaseMetaResponse, <-chan error)

SyncDatabaseMetaWithChan invokes the dms_enterprise.SyncDatabaseMeta API asynchronously

func (*Client) SyncInstanceMeta ¶ added in v1.61.13

func (client *Client) SyncInstanceMeta(request *SyncInstanceMetaRequest) (response *SyncInstanceMetaResponse, err error)

SyncInstanceMeta invokes the dms_enterprise.SyncInstanceMeta API synchronously

func (*Client) SyncInstanceMetaWithCallback ¶ added in v1.61.13

func (client *Client) SyncInstanceMetaWithCallback(request *SyncInstanceMetaRequest, callback func(response *SyncInstanceMetaResponse, err error)) <-chan int

SyncInstanceMetaWithCallback invokes the dms_enterprise.SyncInstanceMeta API asynchronously

func (*Client) SyncInstanceMetaWithChan ¶ added in v1.61.13

func (client *Client) SyncInstanceMetaWithChan(request *SyncInstanceMetaRequest) (<-chan *SyncInstanceMetaResponse, <-chan error)

SyncInstanceMetaWithChan invokes the dms_enterprise.SyncInstanceMeta API asynchronously

func (*Client) UpdateAuthorityTemplate ¶ added in v1.62.277

func (client *Client) UpdateAuthorityTemplate(request *UpdateAuthorityTemplateRequest) (response *UpdateAuthorityTemplateResponse, err error)

UpdateAuthorityTemplate invokes the dms_enterprise.UpdateAuthorityTemplate API synchronously

func (*Client) UpdateAuthorityTemplateWithCallback ¶ added in v1.62.277

func (client *Client) UpdateAuthorityTemplateWithCallback(request *UpdateAuthorityTemplateRequest, callback func(response *UpdateAuthorityTemplateResponse, err error)) <-chan int

UpdateAuthorityTemplateWithCallback invokes the dms_enterprise.UpdateAuthorityTemplate API asynchronously

func (*Client) UpdateAuthorityTemplateWithChan ¶ added in v1.62.277

func (client *Client) UpdateAuthorityTemplateWithChan(request *UpdateAuthorityTemplateRequest) (<-chan *UpdateAuthorityTemplateResponse, <-chan error)

UpdateAuthorityTemplateWithChan invokes the dms_enterprise.UpdateAuthorityTemplate API asynchronously

func (*Client) UpdateInstance ¶ added in v1.61.13

func (client *Client) UpdateInstance(request *UpdateInstanceRequest) (response *UpdateInstanceResponse, err error)

UpdateInstance invokes the dms_enterprise.UpdateInstance API synchronously

func (*Client) UpdateInstanceWithCallback ¶ added in v1.61.13

func (client *Client) UpdateInstanceWithCallback(request *UpdateInstanceRequest, callback func(response *UpdateInstanceResponse, err error)) <-chan int

UpdateInstanceWithCallback invokes the dms_enterprise.UpdateInstance API asynchronously

func (*Client) UpdateInstanceWithChan ¶ added in v1.61.13

func (client *Client) UpdateInstanceWithChan(request *UpdateInstanceRequest) (<-chan *UpdateInstanceResponse, <-chan error)

UpdateInstanceWithChan invokes the dms_enterprise.UpdateInstance API asynchronously

func (*Client) UpdateSLARules ¶ added in v1.61.1835

func (client *Client) UpdateSLARules(request *UpdateSLARulesRequest) (response *UpdateSLARulesResponse, err error)

UpdateSLARules invokes the dms_enterprise.UpdateSLARules API synchronously

func (*Client) UpdateSLARulesWithCallback ¶ added in v1.61.1835

func (client *Client) UpdateSLARulesWithCallback(request *UpdateSLARulesRequest, callback func(response *UpdateSLARulesResponse, err error)) <-chan int

UpdateSLARulesWithCallback invokes the dms_enterprise.UpdateSLARules API asynchronously

func (*Client) UpdateSLARulesWithChan ¶ added in v1.61.1835

func (client *Client) UpdateSLARulesWithChan(request *UpdateSLARulesRequest) (<-chan *UpdateSLARulesResponse, <-chan error)

UpdateSLARulesWithChan invokes the dms_enterprise.UpdateSLARules API asynchronously

func (*Client) UpdateScenario ¶ added in v1.61.1835

func (client *Client) UpdateScenario(request *UpdateScenarioRequest) (response *UpdateScenarioResponse, err error)

UpdateScenario invokes the dms_enterprise.UpdateScenario API synchronously

func (*Client) UpdateScenarioWithCallback ¶ added in v1.61.1835

func (client *Client) UpdateScenarioWithCallback(request *UpdateScenarioRequest, callback func(response *UpdateScenarioResponse, err error)) <-chan int

UpdateScenarioWithCallback invokes the dms_enterprise.UpdateScenario API asynchronously

func (*Client) UpdateScenarioWithChan ¶ added in v1.61.1835

func (client *Client) UpdateScenarioWithChan(request *UpdateScenarioRequest) (<-chan *UpdateScenarioResponse, <-chan error)

UpdateScenarioWithChan invokes the dms_enterprise.UpdateScenario API asynchronously

func (*Client) UpdateStandardGroup ¶ added in v1.62.719

func (client *Client) UpdateStandardGroup(request *UpdateStandardGroupRequest) (response *UpdateStandardGroupResponse, err error)

UpdateStandardGroup invokes the dms_enterprise.UpdateStandardGroup API synchronously

func (*Client) UpdateStandardGroupWithCallback ¶ added in v1.62.719

func (client *Client) UpdateStandardGroupWithCallback(request *UpdateStandardGroupRequest, callback func(response *UpdateStandardGroupResponse, err error)) <-chan int

UpdateStandardGroupWithCallback invokes the dms_enterprise.UpdateStandardGroup API asynchronously

func (*Client) UpdateStandardGroupWithChan ¶ added in v1.62.719

func (client *Client) UpdateStandardGroupWithChan(request *UpdateStandardGroupRequest) (<-chan *UpdateStandardGroupResponse, <-chan error)

UpdateStandardGroupWithChan invokes the dms_enterprise.UpdateStandardGroup API asynchronously

func (*Client) UpdateTaskConfig ¶ added in v1.61.1835

func (client *Client) UpdateTaskConfig(request *UpdateTaskConfigRequest) (response *UpdateTaskConfigResponse, err error)

UpdateTaskConfig invokes the dms_enterprise.UpdateTaskConfig API synchronously

func (*Client) UpdateTaskConfigWithCallback ¶ added in v1.61.1835

func (client *Client) UpdateTaskConfigWithCallback(request *UpdateTaskConfigRequest, callback func(response *UpdateTaskConfigResponse, err error)) <-chan int

UpdateTaskConfigWithCallback invokes the dms_enterprise.UpdateTaskConfig API asynchronously

func (*Client) UpdateTaskConfigWithChan ¶ added in v1.61.1835

func (client *Client) UpdateTaskConfigWithChan(request *UpdateTaskConfigRequest) (<-chan *UpdateTaskConfigResponse, <-chan error)

UpdateTaskConfigWithChan invokes the dms_enterprise.UpdateTaskConfig API asynchronously

func (*Client) UpdateTaskContent ¶ added in v1.61.1835

func (client *Client) UpdateTaskContent(request *UpdateTaskContentRequest) (response *UpdateTaskContentResponse, err error)

UpdateTaskContent invokes the dms_enterprise.UpdateTaskContent API synchronously

func (*Client) UpdateTaskContentWithCallback ¶ added in v1.61.1835

func (client *Client) UpdateTaskContentWithCallback(request *UpdateTaskContentRequest, callback func(response *UpdateTaskContentResponse, err error)) <-chan int

UpdateTaskContentWithCallback invokes the dms_enterprise.UpdateTaskContent API asynchronously

func (*Client) UpdateTaskContentWithChan ¶ added in v1.61.1835

func (client *Client) UpdateTaskContentWithChan(request *UpdateTaskContentRequest) (<-chan *UpdateTaskContentResponse, <-chan error)

UpdateTaskContentWithChan invokes the dms_enterprise.UpdateTaskContent API asynchronously

func (*Client) UpdateTaskFlowConstants ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowConstants(request *UpdateTaskFlowConstantsRequest) (response *UpdateTaskFlowConstantsResponse, err error)

UpdateTaskFlowConstants invokes the dms_enterprise.UpdateTaskFlowConstants API synchronously

func (*Client) UpdateTaskFlowConstantsWithCallback ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowConstantsWithCallback(request *UpdateTaskFlowConstantsRequest, callback func(response *UpdateTaskFlowConstantsResponse, err error)) <-chan int

UpdateTaskFlowConstantsWithCallback invokes the dms_enterprise.UpdateTaskFlowConstants API asynchronously

func (*Client) UpdateTaskFlowConstantsWithChan ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowConstantsWithChan(request *UpdateTaskFlowConstantsRequest) (<-chan *UpdateTaskFlowConstantsResponse, <-chan error)

UpdateTaskFlowConstantsWithChan invokes the dms_enterprise.UpdateTaskFlowConstants API asynchronously

func (*Client) UpdateTaskFlowCooperators ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowCooperators(request *UpdateTaskFlowCooperatorsRequest) (response *UpdateTaskFlowCooperatorsResponse, err error)

UpdateTaskFlowCooperators invokes the dms_enterprise.UpdateTaskFlowCooperators API synchronously

func (*Client) UpdateTaskFlowCooperatorsWithCallback ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowCooperatorsWithCallback(request *UpdateTaskFlowCooperatorsRequest, callback func(response *UpdateTaskFlowCooperatorsResponse, err error)) <-chan int

UpdateTaskFlowCooperatorsWithCallback invokes the dms_enterprise.UpdateTaskFlowCooperators API asynchronously

func (*Client) UpdateTaskFlowCooperatorsWithChan ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowCooperatorsWithChan(request *UpdateTaskFlowCooperatorsRequest) (<-chan *UpdateTaskFlowCooperatorsResponse, <-chan error)

UpdateTaskFlowCooperatorsWithChan invokes the dms_enterprise.UpdateTaskFlowCooperators API asynchronously

func (*Client) UpdateTaskFlowEdges ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowEdges(request *UpdateTaskFlowEdgesRequest) (response *UpdateTaskFlowEdgesResponse, err error)

UpdateTaskFlowEdges invokes the dms_enterprise.UpdateTaskFlowEdges API synchronously

func (*Client) UpdateTaskFlowEdgesWithCallback ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowEdgesWithCallback(request *UpdateTaskFlowEdgesRequest, callback func(response *UpdateTaskFlowEdgesResponse, err error)) <-chan int

UpdateTaskFlowEdgesWithCallback invokes the dms_enterprise.UpdateTaskFlowEdges API asynchronously

func (*Client) UpdateTaskFlowEdgesWithChan ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowEdgesWithChan(request *UpdateTaskFlowEdgesRequest) (<-chan *UpdateTaskFlowEdgesResponse, <-chan error)

UpdateTaskFlowEdgesWithChan invokes the dms_enterprise.UpdateTaskFlowEdges API asynchronously

func (*Client) UpdateTaskFlowNameAndDesc ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowNameAndDesc(request *UpdateTaskFlowNameAndDescRequest) (response *UpdateTaskFlowNameAndDescResponse, err error)

UpdateTaskFlowNameAndDesc invokes the dms_enterprise.UpdateTaskFlowNameAndDesc API synchronously

func (*Client) UpdateTaskFlowNameAndDescWithCallback ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowNameAndDescWithCallback(request *UpdateTaskFlowNameAndDescRequest, callback func(response *UpdateTaskFlowNameAndDescResponse, err error)) <-chan int

UpdateTaskFlowNameAndDescWithCallback invokes the dms_enterprise.UpdateTaskFlowNameAndDesc API asynchronously

func (*Client) UpdateTaskFlowNameAndDescWithChan ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowNameAndDescWithChan(request *UpdateTaskFlowNameAndDescRequest) (<-chan *UpdateTaskFlowNameAndDescResponse, <-chan error)

UpdateTaskFlowNameAndDescWithChan invokes the dms_enterprise.UpdateTaskFlowNameAndDesc API asynchronously

func (*Client) UpdateTaskFlowNotification ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowNotification(request *UpdateTaskFlowNotificationRequest) (response *UpdateTaskFlowNotificationResponse, err error)

UpdateTaskFlowNotification invokes the dms_enterprise.UpdateTaskFlowNotification API synchronously

func (*Client) UpdateTaskFlowNotificationWithCallback ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowNotificationWithCallback(request *UpdateTaskFlowNotificationRequest, callback func(response *UpdateTaskFlowNotificationResponse, err error)) <-chan int

UpdateTaskFlowNotificationWithCallback invokes the dms_enterprise.UpdateTaskFlowNotification API asynchronously

func (*Client) UpdateTaskFlowNotificationWithChan ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowNotificationWithChan(request *UpdateTaskFlowNotificationRequest) (<-chan *UpdateTaskFlowNotificationResponse, <-chan error)

UpdateTaskFlowNotificationWithChan invokes the dms_enterprise.UpdateTaskFlowNotification API asynchronously

func (*Client) UpdateTaskFlowOwner ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowOwner(request *UpdateTaskFlowOwnerRequest) (response *UpdateTaskFlowOwnerResponse, err error)

UpdateTaskFlowOwner invokes the dms_enterprise.UpdateTaskFlowOwner API synchronously

func (*Client) UpdateTaskFlowOwnerWithCallback ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowOwnerWithCallback(request *UpdateTaskFlowOwnerRequest, callback func(response *UpdateTaskFlowOwnerResponse, err error)) <-chan int

UpdateTaskFlowOwnerWithCallback invokes the dms_enterprise.UpdateTaskFlowOwner API asynchronously

func (*Client) UpdateTaskFlowOwnerWithChan ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowOwnerWithChan(request *UpdateTaskFlowOwnerRequest) (<-chan *UpdateTaskFlowOwnerResponse, <-chan error)

UpdateTaskFlowOwnerWithChan invokes the dms_enterprise.UpdateTaskFlowOwner API asynchronously

func (*Client) UpdateTaskFlowRelations ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowRelations(request *UpdateTaskFlowRelationsRequest) (response *UpdateTaskFlowRelationsResponse, err error)

UpdateTaskFlowRelations invokes the dms_enterprise.UpdateTaskFlowRelations API synchronously

func (*Client) UpdateTaskFlowRelationsWithCallback ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowRelationsWithCallback(request *UpdateTaskFlowRelationsRequest, callback func(response *UpdateTaskFlowRelationsResponse, err error)) <-chan int

UpdateTaskFlowRelationsWithCallback invokes the dms_enterprise.UpdateTaskFlowRelations API asynchronously

func (*Client) UpdateTaskFlowRelationsWithChan ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowRelationsWithChan(request *UpdateTaskFlowRelationsRequest) (<-chan *UpdateTaskFlowRelationsResponse, <-chan error)

UpdateTaskFlowRelationsWithChan invokes the dms_enterprise.UpdateTaskFlowRelations API asynchronously

func (*Client) UpdateTaskFlowSchedule ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowSchedule(request *UpdateTaskFlowScheduleRequest) (response *UpdateTaskFlowScheduleResponse, err error)

UpdateTaskFlowSchedule invokes the dms_enterprise.UpdateTaskFlowSchedule API synchronously

func (*Client) UpdateTaskFlowScheduleWithCallback ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowScheduleWithCallback(request *UpdateTaskFlowScheduleRequest, callback func(response *UpdateTaskFlowScheduleResponse, err error)) <-chan int

UpdateTaskFlowScheduleWithCallback invokes the dms_enterprise.UpdateTaskFlowSchedule API asynchronously

func (*Client) UpdateTaskFlowScheduleWithChan ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowScheduleWithChan(request *UpdateTaskFlowScheduleRequest) (<-chan *UpdateTaskFlowScheduleResponse, <-chan error)

UpdateTaskFlowScheduleWithChan invokes the dms_enterprise.UpdateTaskFlowSchedule API asynchronously

func (*Client) UpdateTaskFlowTimeVariables ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowTimeVariables(request *UpdateTaskFlowTimeVariablesRequest) (response *UpdateTaskFlowTimeVariablesResponse, err error)

UpdateTaskFlowTimeVariables invokes the dms_enterprise.UpdateTaskFlowTimeVariables API synchronously

func (*Client) UpdateTaskFlowTimeVariablesWithCallback ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowTimeVariablesWithCallback(request *UpdateTaskFlowTimeVariablesRequest, callback func(response *UpdateTaskFlowTimeVariablesResponse, err error)) <-chan int

UpdateTaskFlowTimeVariablesWithCallback invokes the dms_enterprise.UpdateTaskFlowTimeVariables API asynchronously

func (*Client) UpdateTaskFlowTimeVariablesWithChan ¶ added in v1.61.1835

func (client *Client) UpdateTaskFlowTimeVariablesWithChan(request *UpdateTaskFlowTimeVariablesRequest) (<-chan *UpdateTaskFlowTimeVariablesResponse, <-chan error)

UpdateTaskFlowTimeVariablesWithChan invokes the dms_enterprise.UpdateTaskFlowTimeVariables API asynchronously

func (*Client) UpdateTaskName ¶ added in v1.61.1835

func (client *Client) UpdateTaskName(request *UpdateTaskNameRequest) (response *UpdateTaskNameResponse, err error)

UpdateTaskName invokes the dms_enterprise.UpdateTaskName API synchronously

func (*Client) UpdateTaskNameWithCallback ¶ added in v1.61.1835

func (client *Client) UpdateTaskNameWithCallback(request *UpdateTaskNameRequest, callback func(response *UpdateTaskNameResponse, err error)) <-chan int

UpdateTaskNameWithCallback invokes the dms_enterprise.UpdateTaskName API asynchronously

func (*Client) UpdateTaskNameWithChan ¶ added in v1.61.1835

func (client *Client) UpdateTaskNameWithChan(request *UpdateTaskNameRequest) (<-chan *UpdateTaskNameResponse, <-chan error)

UpdateTaskNameWithChan invokes the dms_enterprise.UpdateTaskName API asynchronously

func (*Client) UpdateTaskOutput ¶ added in v1.61.1835

func (client *Client) UpdateTaskOutput(request *UpdateTaskOutputRequest) (response *UpdateTaskOutputResponse, err error)

UpdateTaskOutput invokes the dms_enterprise.UpdateTaskOutput API synchronously

func (*Client) UpdateTaskOutputWithCallback ¶ added in v1.61.1835

func (client *Client) UpdateTaskOutputWithCallback(request *UpdateTaskOutputRequest, callback func(response *UpdateTaskOutputResponse, err error)) <-chan int

UpdateTaskOutputWithCallback invokes the dms_enterprise.UpdateTaskOutput API asynchronously

func (*Client) UpdateTaskOutputWithChan ¶ added in v1.61.1835

func (client *Client) UpdateTaskOutputWithChan(request *UpdateTaskOutputRequest) (<-chan *UpdateTaskOutputResponse, <-chan error)

UpdateTaskOutputWithChan invokes the dms_enterprise.UpdateTaskOutput API asynchronously

func (*Client) UpdateTaskTimeVariables ¶ added in v1.61.1835

func (client *Client) UpdateTaskTimeVariables(request *UpdateTaskTimeVariablesRequest) (response *UpdateTaskTimeVariablesResponse, err error)

UpdateTaskTimeVariables invokes the dms_enterprise.UpdateTaskTimeVariables API synchronously

func (*Client) UpdateTaskTimeVariablesWithCallback ¶ added in v1.61.1835

func (client *Client) UpdateTaskTimeVariablesWithCallback(request *UpdateTaskTimeVariablesRequest, callback func(response *UpdateTaskTimeVariablesResponse, err error)) <-chan int

UpdateTaskTimeVariablesWithCallback invokes the dms_enterprise.UpdateTaskTimeVariables API asynchronously

func (*Client) UpdateTaskTimeVariablesWithChan ¶ added in v1.61.1835

func (client *Client) UpdateTaskTimeVariablesWithChan(request *UpdateTaskTimeVariablesRequest) (<-chan *UpdateTaskTimeVariablesResponse, <-chan error)

UpdateTaskTimeVariablesWithChan invokes the dms_enterprise.UpdateTaskTimeVariables API asynchronously

func (*Client) UpdateUser ¶ added in v1.61.13

func (client *Client) UpdateUser(request *UpdateUserRequest) (response *UpdateUserResponse, err error)

UpdateUser invokes the dms_enterprise.UpdateUser API synchronously

func (*Client) UpdateUserWithCallback ¶ added in v1.61.13

func (client *Client) UpdateUserWithCallback(request *UpdateUserRequest, callback func(response *UpdateUserResponse, err error)) <-chan int

UpdateUserWithCallback invokes the dms_enterprise.UpdateUser API asynchronously

func (*Client) UpdateUserWithChan ¶ added in v1.61.13

func (client *Client) UpdateUserWithChan(request *UpdateUserRequest) (<-chan *UpdateUserResponse, <-chan error)

UpdateUserWithChan invokes the dms_enterprise.UpdateUser API asynchronously

type CloseOrderRequest ¶ added in v1.61.13

type CloseOrderRequest struct {
	*requests.RpcRequest
	Tid         requests.Integer `position:"Query" name:"Tid"`
	OrderId     requests.Integer `position:"Query" name:"OrderId"`
	CloseReason string           `position:"Query" name:"CloseReason"`
}

CloseOrderRequest is the request struct for api CloseOrder

func CreateCloseOrderRequest ¶ added in v1.61.13

func CreateCloseOrderRequest() (request *CloseOrderRequest)

CreateCloseOrderRequest creates a request to invoke CloseOrder API

type CloseOrderResponse ¶ added in v1.61.13

type CloseOrderResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

CloseOrderResponse is the response struct for api CloseOrder

func CreateCloseOrderResponse ¶ added in v1.61.13

func CreateCloseOrderResponse() (response *CloseOrderResponse)

CreateCloseOrderResponse creates a response to parse from CloseOrder response

type Column ¶ added in v1.61.13

type Column struct {
	Charset        string `json:"Charset" xml:"Charset"`
	AutoIncrement  bool   `json:"AutoIncrement" xml:"AutoIncrement"`
	ColumnId       string `json:"ColumnId" xml:"ColumnId"`
	ColumnPosition int    `json:"ColumnPosition" xml:"ColumnPosition"`
	PrimaryKey     string `json:"PrimaryKey" xml:"PrimaryKey"`
	DefaultValue   string `json:"DefaultValue" xml:"DefaultValue"`
	Sensitive      bool   `json:"Sensitive" xml:"Sensitive"`
	Nullable       bool   `json:"Nullable" xml:"Nullable"`
	Fictive        bool   `json:"Fictive" xml:"Fictive"`
	ColumnName     string `json:"ColumnName" xml:"ColumnName"`
	SecurityLevel  string `json:"SecurityLevel" xml:"SecurityLevel"`
	ColumnType     string `json:"ColumnType" xml:"ColumnType"`
	Position       int    `json:"Position" xml:"Position"`
	DataLength     int64  `json:"DataLength" xml:"DataLength"`
	FunctionType   string `json:"FunctionType" xml:"FunctionType"`
	Description    string `json:"Description" xml:"Description"`
	DataScale      int    `json:"DataScale" xml:"DataScale"`
	DataPrecision  int    `json:"DataPrecision" xml:"DataPrecision"`
}

Column is a nested struct in dms_enterprise response

type ColumnInGetMetaTableDetailInfo ¶ added in v1.61.504

type ColumnInGetMetaTableDetailInfo struct {
	ColumnName    string `json:"ColumnName" xml:"ColumnName"`
	Description   string `json:"Description" xml:"Description"`
	DataScale     int    `json:"DataScale" xml:"DataScale"`
	DataPrecision int    `json:"DataPrecision" xml:"DataPrecision"`
	ColumnType    string `json:"ColumnType" xml:"ColumnType"`
	AutoIncrement bool   `json:"AutoIncrement" xml:"AutoIncrement"`
	Position      string `json:"Position" xml:"Position"`
	Nullable      bool   `json:"Nullable" xml:"Nullable"`
	ColumnId      string `json:"ColumnId" xml:"ColumnId"`
	DataLength    int64  `json:"DataLength" xml:"DataLength"`
}

ColumnInGetMetaTableDetailInfo is a nested struct in dms_enterprise response

type ColumnInfo ¶ added in v1.61.968

type ColumnInfo struct {
	TableName  string `json:"TableName" xml:"TableName"`
	ColumnName string `json:"ColumnName" xml:"ColumnName"`
}

ColumnInfo is a nested struct in dms_enterprise response

type ColumnListInGetMetaTableColumn ¶ added in v1.61.504

type ColumnListInGetMetaTableColumn struct {
	Column []Column `json:"Column" xml:"Column"`
}

ColumnListInGetMetaTableColumn is a nested struct in dms_enterprise response

type ColumnListInGetMetaTableDetailInfo ¶ added in v1.61.504

type ColumnListInGetMetaTableDetailInfo struct {
	Column []ColumnInGetMetaTableDetailInfo `json:"Column" xml:"Column"`
}

ColumnListInGetMetaTableDetailInfo is a nested struct in dms_enterprise response

type ColumnListInListColumns ¶ added in v1.61.504

type ColumnListInListColumns struct {
	Column []Column `json:"Column" xml:"Column"`
}

ColumnListInListColumns is a nested struct in dms_enterprise response

type ColumnNames ¶ added in v1.61.487

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

ColumnNames is a nested struct in dms_enterprise response

type ColumnsInGetDataTrackJobTableMeta ¶ added in v1.62.289

type ColumnsInGetDataTrackJobTableMeta struct {
	Column []Column `json:"Column" xml:"Column"`
}

ColumnsInGetDataTrackJobTableMeta is a nested struct in dms_enterprise response

type ColumnsInSearchDataTrackResult ¶ added in v1.62.289

type ColumnsInSearchDataTrackResult struct {
	Column []Column `json:"Column" xml:"Column"`
}

ColumnsInSearchDataTrackResult is a nested struct in dms_enterprise response

type Config ¶ added in v1.62.289

type Config struct {
	DbName         string         `json:"DbName" xml:"DbName"`
	ExportContent  string         `json:"ExportContent" xml:"ExportContent"`
	TargetOption   string         `json:"TargetOption" xml:"TargetOption"`
	ExportTypes    ExportTypes    `json:"ExportTypes" xml:"ExportTypes"`
	SelectedTables SelectedTables `json:"SelectedTables" xml:"SelectedTables"`
	SQLExtOption   SQLExtOption   `json:"SQLExtOption" xml:"SQLExtOption"`
}

Config is a nested struct in dms_enterprise response

type ConfigDetail ¶ added in v1.62.719

type ConfigDetail struct {
	DetailType            string          `json:"DetailType" xml:"DetailType"`
	FileType              string          `json:"FileType" xml:"FileType"`
	CsvTableName          string          `json:"CsvTableName" xml:"CsvTableName"`
	FileEncoding          string          `json:"FileEncoding" xml:"FileEncoding"`
	Cron                  bool            `json:"Cron" xml:"Cron"`
	CronCallTimes         int             `json:"CronCallTimes" xml:"CronCallTimes"`
	CronFormat            string          `json:"CronFormat" xml:"CronFormat"`
	Duration              int             `json:"Duration" xml:"Duration"`
	CronStatus            string          `json:"CronStatus" xml:"CronStatus"`
	CronLastCallStartTime string          `json:"CronLastCallStartTime" xml:"CronLastCallStartTime"`
	CronNextCallTime      string          `json:"CronNextCallTime" xml:"CronNextCallTime"`
	CurrentTaskId         int64           `json:"CurrentTaskId" xml:"CurrentTaskId"`
	ImportExtConfig       ImportExtConfig `json:"ImportExtConfig" xml:"ImportExtConfig"`
	CronExtConfig         CronExtConfig   `json:"CronExtConfig" xml:"CronExtConfig"`
}

ConfigDetail is a nested struct in dms_enterprise response

type Cooperator ¶ added in v1.61.1835

type Cooperator struct {
	NickName  string `json:"NickName" xml:"NickName"`
	Email     string `json:"Email" xml:"Email"`
	LoginName string `json:"LoginName" xml:"LoginName"`
	RealName  string `json:"RealName" xml:"RealName"`
	UserId    string `json:"UserId" xml:"UserId"`
}

Cooperator is a nested struct in dms_enterprise response

type CooperatorList ¶ added in v1.61.1835

type CooperatorList struct {
	Cooperator []Cooperator `json:"Cooperator" xml:"Cooperator"`
}

CooperatorList is a nested struct in dms_enterprise response

type CreateAuthorityTemplateRequest ¶ added in v1.62.277

type CreateAuthorityTemplateRequest struct {
	*requests.RpcRequest
	Description string           `position:"Query" name:"Description"`
	Tid         requests.Integer `position:"Query" name:"Tid"`
	Name        string           `position:"Query" name:"Name"`
}

CreateAuthorityTemplateRequest is the request struct for api CreateAuthorityTemplate

func CreateCreateAuthorityTemplateRequest ¶ added in v1.62.277

func CreateCreateAuthorityTemplateRequest() (request *CreateAuthorityTemplateRequest)

CreateCreateAuthorityTemplateRequest creates a request to invoke CreateAuthorityTemplate API

type CreateAuthorityTemplateResponse ¶ added in v1.62.277

type CreateAuthorityTemplateResponse struct {
	*responses.BaseResponse
	RequestId             string                `json:"RequestId" xml:"RequestId"`
	ErrorCode             string                `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage          string                `json:"ErrorMessage" xml:"ErrorMessage"`
	Success               bool                  `json:"Success" xml:"Success"`
	Tid                   int64                 `json:"Tid" xml:"Tid"`
	AuthorityTemplateView AuthorityTemplateView `json:"AuthorityTemplateView" xml:"AuthorityTemplateView"`
}

CreateAuthorityTemplateResponse is the response struct for api CreateAuthorityTemplate

func CreateCreateAuthorityTemplateResponse ¶ added in v1.62.277

func CreateCreateAuthorityTemplateResponse() (response *CreateAuthorityTemplateResponse)

CreateCreateAuthorityTemplateResponse creates a response to parse from CreateAuthorityTemplate response

type CreateDataArchiveOrderParam ¶ added in v1.62.436

type CreateDataArchiveOrderParam struct {
	Variables          *[]CreateDataArchiveOrderParamVariablesItem     `name:"Variables" type:"Repeated"`
	SourceInstanceName string                                          `name:"SourceInstanceName"`
	CronStr            string                                          `name:"CronStr"`
	TableMapping       *[]string                                       `name:"TableMapping" type:"Repeated"`
	OrderAfter         *[]string                                       `name:"OrderAfter" type:"Repeated"`
	SourceCatalogName  string                                          `name:"SourceCatalogName"`
	RunMethod          string                                          `name:"RunMethod"`
	TargetInstanceHost string                                          `name:"TargetInstanceHost"`
	Logic              string                                          `name:"Logic"`
	SourceSchemaName   string                                          `name:"SourceSchemaName"`
	ArchiveMethod      string                                          `name:"ArchiveMethod"`
	TableIncludes      *[]CreateDataArchiveOrderParamTableIncludesItem `name:"TableIncludes" type:"Repeated"`
}

CreateDataArchiveOrderParam is a repeated param struct in CreateDataArchiveOrderRequest

type CreateDataArchiveOrderParamTableIncludesItem ¶ added in v1.62.436

type CreateDataArchiveOrderParamTableIncludesItem struct {
	TableWhere string `name:"TableWhere"`
	TableName  string `name:"TableName"`
}

CreateDataArchiveOrderParamTableIncludesItem is a repeated param struct in CreateDataArchiveOrderRequest

type CreateDataArchiveOrderParamVariablesItem ¶ added in v1.62.572

type CreateDataArchiveOrderParamVariablesItem struct {
	Name    string `name:"Name"`
	Pattern string `name:"Pattern"`
}

CreateDataArchiveOrderParamVariablesItem is a repeated param struct in CreateDataArchiveOrderRequest

type CreateDataArchiveOrderRequest ¶ added in v1.62.436

type CreateDataArchiveOrderRequest struct {
	*requests.RpcRequest
	Tid             requests.Integer            `position:"Query" name:"Tid"`
	ParentId        requests.Integer            `position:"Query" name:"ParentId"`
	PluginType      string                      `position:"Query" name:"PluginType"`
	Param           CreateDataArchiveOrderParam `position:"Query" name:"Param"  type:"Struct"`
	RelatedUserList *[]string                   `position:"Query" name:"RelatedUserList"  type:"Json"`
	Comment         string                      `position:"Query" name:"Comment"`
}

CreateDataArchiveOrderRequest is the request struct for api CreateDataArchiveOrder

func CreateCreateDataArchiveOrderRequest ¶ added in v1.62.436

func CreateCreateDataArchiveOrderRequest() (request *CreateDataArchiveOrderRequest)

CreateCreateDataArchiveOrderRequest creates a request to invoke CreateDataArchiveOrder API

type CreateDataArchiveOrderResponse ¶ added in v1.62.436

type CreateDataArchiveOrderResponse struct {
	*responses.BaseResponse
	RequestId         string  `json:"RequestId" xml:"RequestId"`
	Success           bool    `json:"Success" xml:"Success"`
	ErrorMessage      string  `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode         string  `json:"ErrorCode" xml:"ErrorCode"`
	CreateOrderResult []int64 `json:"CreateOrderResult" xml:"CreateOrderResult"`
}

CreateDataArchiveOrderResponse is the response struct for api CreateDataArchiveOrder

func CreateCreateDataArchiveOrderResponse ¶ added in v1.62.436

func CreateCreateDataArchiveOrderResponse() (response *CreateDataArchiveOrderResponse)

CreateCreateDataArchiveOrderResponse creates a response to parse from CreateDataArchiveOrder response

type CreateDataCorrectOrderParam ¶ added in v1.61.1139

type CreateDataCorrectOrderParam struct {
	SqlType                string                                       `name:"SqlType"`
	Classify               string                                       `name:"Classify"`
	RollbackSQL            string                                       `name:"RollbackSQL"`
	RollbackSqlType        string                                       `name:"RollbackSqlType"`
	DbItemList             *[]CreateDataCorrectOrderParamDbItemListItem `name:"DbItemList" type:"Repeated"`
	ExecSQL                string                                       `name:"ExecSQL"`
	ExecMode               string                                       `name:"ExecMode"`
	EstimateAffectRows     string                                       `name:"EstimateAffectRows"`
	RollbackAttachmentName string                                       `name:"RollbackAttachmentName"`
	AttachmentName         string                                       `name:"AttachmentName"`
}

CreateDataCorrectOrderParam is a repeated param struct in CreateDataCorrectOrderRequest

type CreateDataCorrectOrderParamDbItemListItem ¶ added in v1.61.1139

type CreateDataCorrectOrderParamDbItemListItem struct {
	DbId  string `name:"DbId"`
	Logic string `name:"Logic"`
}

CreateDataCorrectOrderParamDbItemListItem is a repeated param struct in CreateDataCorrectOrderRequest

type CreateDataCorrectOrderRequest ¶ added in v1.61.1009

type CreateDataCorrectOrderRequest struct {
	*requests.RpcRequest
	Tid             requests.Integer            `position:"Query" name:"Tid"`
	Param           CreateDataCorrectOrderParam `position:"Query" name:"Param"  type:"Struct"`
	RelatedUserList *[]string                   `position:"Query" name:"RelatedUserList"  type:"Json"`
	AttachmentKey   string                      `position:"Query" name:"AttachmentKey"`
	Comment         string                      `position:"Query" name:"Comment"`
}

CreateDataCorrectOrderRequest is the request struct for api CreateDataCorrectOrder

func CreateCreateDataCorrectOrderRequest ¶ added in v1.61.1009

func CreateCreateDataCorrectOrderRequest() (request *CreateDataCorrectOrderRequest)

CreateCreateDataCorrectOrderRequest creates a request to invoke CreateDataCorrectOrder API

type CreateDataCorrectOrderResponse ¶ added in v1.61.1009

type CreateDataCorrectOrderResponse struct {
	*responses.BaseResponse
	RequestId         string  `json:"RequestId" xml:"RequestId"`
	Success           bool    `json:"Success" xml:"Success"`
	ErrorMessage      string  `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode         string  `json:"ErrorCode" xml:"ErrorCode"`
	CreateOrderResult []int64 `json:"CreateOrderResult" xml:"CreateOrderResult"`
}

CreateDataCorrectOrderResponse is the response struct for api CreateDataCorrectOrder

func CreateCreateDataCorrectOrderResponse ¶ added in v1.61.1009

func CreateCreateDataCorrectOrderResponse() (response *CreateDataCorrectOrderResponse)

CreateCreateDataCorrectOrderResponse creates a response to parse from CreateDataCorrectOrder response

type CreateDataCronClearOrderParam ¶ added in v1.61.1139

type CreateDataCronClearOrderParam struct {
	Classify          string                                                `name:"Classify"`
	DbItemList        *[]CreateDataCronClearOrderParamDbItemListItem        `name:"DbItemList" type:"Repeated"`
	CronClearItemList *[]CreateDataCronClearOrderParamCronClearItemListItem `name:"CronClearItemList" type:"Repeated"`
	DurationHour      string                                                `name:"DurationHour"`
	CronFormat        string                                                `name:"CronFormat"`
	SpecifyDuration   string                                                `name:"specifyDuration"`
}

CreateDataCronClearOrderParam is a repeated param struct in CreateDataCronClearOrderRequest

type CreateDataCronClearOrderParamCronClearItemListItem ¶ added in v1.61.1139

type CreateDataCronClearOrderParamCronClearItemListItem struct {
	FilterSQL  string `name:"FilterSQL"`
	RemainDays string `name:"RemainDays"`
	TableName  string `name:"TableName"`
	ColumnName string `name:"ColumnName"`
	TimeUnit   string `name:"TimeUnit"`
}

CreateDataCronClearOrderParamCronClearItemListItem is a repeated param struct in CreateDataCronClearOrderRequest

type CreateDataCronClearOrderParamDbItemListItem ¶ added in v1.61.1139

type CreateDataCronClearOrderParamDbItemListItem struct {
	DbId  string `name:"DbId"`
	Logic string `name:"Logic"`
}

CreateDataCronClearOrderParamDbItemListItem is a repeated param struct in CreateDataCronClearOrderRequest

type CreateDataCronClearOrderRequest ¶ added in v1.61.1009

type CreateDataCronClearOrderRequest struct {
	*requests.RpcRequest
	Tid             requests.Integer              `position:"Query" name:"Tid"`
	Param           CreateDataCronClearOrderParam `position:"Query" name:"Param"  type:"Struct"`
	RelatedUserList *[]string                     `position:"Query" name:"RelatedUserList"  type:"Json"`
	AttachmentKey   string                        `position:"Query" name:"AttachmentKey"`
	Comment         string                        `position:"Query" name:"Comment"`
}

CreateDataCronClearOrderRequest is the request struct for api CreateDataCronClearOrder

func CreateCreateDataCronClearOrderRequest ¶ added in v1.61.1009

func CreateCreateDataCronClearOrderRequest() (request *CreateDataCronClearOrderRequest)

CreateCreateDataCronClearOrderRequest creates a request to invoke CreateDataCronClearOrder API

type CreateDataCronClearOrderResponse ¶ added in v1.61.1009

type CreateDataCronClearOrderResponse struct {
	*responses.BaseResponse
	RequestId         string  `json:"RequestId" xml:"RequestId"`
	Success           bool    `json:"Success" xml:"Success"`
	ErrorMessage      string  `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode         string  `json:"ErrorCode" xml:"ErrorCode"`
	CreateOrderResult []int64 `json:"CreateOrderResult" xml:"CreateOrderResult"`
}

CreateDataCronClearOrderResponse is the response struct for api CreateDataCronClearOrder

func CreateCreateDataCronClearOrderResponse ¶ added in v1.61.1009

func CreateCreateDataCronClearOrderResponse() (response *CreateDataCronClearOrderResponse)

CreateCreateDataCronClearOrderResponse creates a response to parse from CreateDataCronClearOrder response

type CreateDataExportOrderPluginParam ¶ added in v1.62.289

type CreateDataExportOrderPluginParam struct {
	Classify               string                                    `name:"Classify"`
	AffectRows             string                                    `name:"AffectRows"`
	InstanceId             string                                    `name:"InstanceId"`
	Watermark              CreateDataExportOrderPluginParamWatermark `name:"Watermark" type:"Struct"`
	DbId                   string                                    `name:"DbId"`
	ExeSQL                 string                                    `name:"ExeSQL"`
	IgnoreAffectRowsReason string                                    `name:"IgnoreAffectRowsReason"`
	Logic                  string                                    `name:"Logic"`
	IgnoreAffectRows       string                                    `name:"IgnoreAffectRows"`
}

CreateDataExportOrderPluginParam is a repeated param struct in CreateDataExportOrderRequest

type CreateDataExportOrderPluginParamWatermark ¶ added in v1.62.289

type CreateDataExportOrderPluginParamWatermark struct {
	DataWatermark  string    `name:"DataWatermark"`
	FileWatermark  string    `name:"FileWatermark"`
	Keys           *[]string `name:"Keys" type:"Repeated"`
	WatermarkTypes *[]string `name:"WatermarkTypes" type:"Repeated"`
	ColumnName     string    `name:"ColumnName"`
}

CreateDataExportOrderPluginParamWatermark is a repeated param struct in CreateDataExportOrderRequest

type CreateDataExportOrderRequest ¶ added in v1.61.1513

type CreateDataExportOrderRequest struct {
	*requests.RpcRequest
	ParentId        requests.Integer                 `position:"Query" name:"ParentId"`
	Tid             requests.Integer                 `position:"Query" name:"Tid"`
	RelatedUserList *[]string                        `position:"Query" name:"RelatedUserList"  type:"Json"`
	PluginParam     CreateDataExportOrderPluginParam `position:"Query" name:"PluginParam"  type:"Struct"`
	AttachmentKey   string                           `position:"Query" name:"AttachmentKey"`
	Comment         string                           `position:"Query" name:"Comment"`
}

CreateDataExportOrderRequest is the request struct for api CreateDataExportOrder

func CreateCreateDataExportOrderRequest ¶ added in v1.61.1513

func CreateCreateDataExportOrderRequest() (request *CreateDataExportOrderRequest)

CreateCreateDataExportOrderRequest creates a request to invoke CreateDataExportOrder API

type CreateDataExportOrderResponse ¶ added in v1.61.1513

type CreateDataExportOrderResponse struct {
	*responses.BaseResponse
	RequestId         string                                   `json:"RequestId" xml:"RequestId"`
	ErrorCode         string                                   `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage      string                                   `json:"ErrorMessage" xml:"ErrorMessage"`
	Success           bool                                     `json:"Success" xml:"Success"`
	CreateOrderResult CreateOrderResultInCreateDataExportOrder `json:"CreateOrderResult" xml:"CreateOrderResult"`
}

CreateDataExportOrderResponse is the response struct for api CreateDataExportOrder

func CreateCreateDataExportOrderResponse ¶ added in v1.61.1513

func CreateCreateDataExportOrderResponse() (response *CreateDataExportOrderResponse)

CreateCreateDataExportOrderResponse creates a response to parse from CreateDataExportOrder response

type CreateDataImportOrderParam ¶ added in v1.61.1139

type CreateDataImportOrderParam struct {
	FileEncoding           string                                      `name:"FileEncoding"`
	Classify               string                                      `name:"Classify"`
	FileType               string                                      `name:"FileType"`
	CsvFirstRowIsColumnDef string                                      `name:"CsvFirstRowIsColumnDef"`
	RollbackAttachmentName string                                      `name:"RollbackAttachmentName"`
	AttachmentName         string                                      `name:"AttachmentName"`
	ImportMode             string                                      `name:"ImportMode"`
	RollbackSQL            string                                      `name:"RollbackSQL"`
	RollbackSqlType        string                                      `name:"RollbackSqlType"`
	DbItemList             *[]CreateDataImportOrderParamDbItemListItem `name:"DbItemList" type:"Repeated"`
	InsertType             string                                      `name:"InsertType"`
	TableName              string                                      `name:"TableName"`
	IgnoreError            string                                      `name:"IgnoreError"`
}

CreateDataImportOrderParam is a repeated param struct in CreateDataImportOrderRequest

type CreateDataImportOrderParamDbItemListItem ¶ added in v1.61.1139

type CreateDataImportOrderParamDbItemListItem struct {
	DbId  string `name:"DbId"`
	Logic string `name:"Logic"`
}

CreateDataImportOrderParamDbItemListItem is a repeated param struct in CreateDataImportOrderRequest

type CreateDataImportOrderRequest ¶ added in v1.61.1009

type CreateDataImportOrderRequest struct {
	*requests.RpcRequest
	Tid             requests.Integer           `position:"Query" name:"Tid"`
	Param           CreateDataImportOrderParam `position:"Query" name:"Param"  type:"Struct"`
	RelatedUserList *[]string                  `position:"Query" name:"RelatedUserList"  type:"Json"`
	AttachmentKey   string                     `position:"Query" name:"AttachmentKey"`
	Comment         string                     `position:"Query" name:"Comment"`
}

CreateDataImportOrderRequest is the request struct for api CreateDataImportOrder

func CreateCreateDataImportOrderRequest ¶ added in v1.61.1009

func CreateCreateDataImportOrderRequest() (request *CreateDataImportOrderRequest)

CreateCreateDataImportOrderRequest creates a request to invoke CreateDataImportOrder API

type CreateDataImportOrderResponse ¶ added in v1.61.1009

type CreateDataImportOrderResponse struct {
	*responses.BaseResponse
	RequestId         string  `json:"RequestId" xml:"RequestId"`
	Success           bool    `json:"Success" xml:"Success"`
	ErrorMessage      string  `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode         string  `json:"ErrorCode" xml:"ErrorCode"`
	CreateOrderResult []int64 `json:"CreateOrderResult" xml:"CreateOrderResult"`
}

CreateDataImportOrderResponse is the response struct for api CreateDataImportOrder

func CreateCreateDataImportOrderResponse ¶ added in v1.61.1009

func CreateCreateDataImportOrderResponse() (response *CreateDataImportOrderResponse)

CreateCreateDataImportOrderResponse creates a response to parse from CreateDataImportOrder response

type CreateDataTrackOrderParam ¶ added in v1.62.289

type CreateDataTrackOrderParam struct {
	JobEndTime   string    `name:"JobEndTime"`
	TrackTypes   *[]string `name:"TrackTypes" type:"Repeated"`
	TableNames   *[]string `name:"TableNames" type:"Repeated"`
	DbId         string    `name:"DbId"`
	JobStartTime string    `name:"JobStartTime"`
}

CreateDataTrackOrderParam is a repeated param struct in CreateDataTrackOrderRequest

type CreateDataTrackOrderRequest ¶ added in v1.62.289

type CreateDataTrackOrderRequest struct {
	*requests.RpcRequest
	Tid             requests.Integer          `position:"Query" name:"Tid"`
	Param           CreateDataTrackOrderParam `position:"Query" name:"Param"  type:"Struct"`
	RelatedUserList *[]string                 `position:"Query" name:"RelatedUserList"  type:"Json"`
	Comment         string                    `position:"Query" name:"Comment"`
}

CreateDataTrackOrderRequest is the request struct for api CreateDataTrackOrder

func CreateCreateDataTrackOrderRequest ¶ added in v1.62.289

func CreateCreateDataTrackOrderRequest() (request *CreateDataTrackOrderRequest)

CreateCreateDataTrackOrderRequest creates a request to invoke CreateDataTrackOrder API

type CreateDataTrackOrderResponse ¶ added in v1.62.289

type CreateDataTrackOrderResponse struct {
	*responses.BaseResponse
	RequestId         string  `json:"RequestId" xml:"RequestId"`
	Success           bool    `json:"Success" xml:"Success"`
	ErrorMessage      string  `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode         string  `json:"ErrorCode" xml:"ErrorCode"`
	CreateOrderResult []int64 `json:"CreateOrderResult" xml:"CreateOrderResult"`
}

CreateDataTrackOrderResponse is the response struct for api CreateDataTrackOrder

func CreateCreateDataTrackOrderResponse ¶ added in v1.62.289

func CreateCreateDataTrackOrderResponse() (response *CreateDataTrackOrderResponse)

CreateCreateDataTrackOrderResponse creates a response to parse from CreateDataTrackOrder response

type CreateDatabaseExportOrderPluginParam ¶ added in v1.62.289

type CreateDatabaseExportOrderPluginParam struct {
	Classify   string                                     `name:"Classify"`
	SearchName string                                     `name:"SearchName"`
	InstanceId string                                     `name:"InstanceId"`
	DbId       string                                     `name:"DbId"`
	Logic      string                                     `name:"Logic"`
	Config     CreateDatabaseExportOrderPluginParamConfig `name:"Config" type:"Struct"`
}

CreateDatabaseExportOrderPluginParam is a repeated param struct in CreateDatabaseExportOrderRequest

type CreateDatabaseExportOrderPluginParamConfig ¶ added in v1.62.289

type CreateDatabaseExportOrderPluginParamConfig struct {
	TargetOption   string            `name:"TargetOption"`
	DataOption     *[]string         `name:"DataOption" type:"Repeated"`
	Tables         map[string]string `name:"Tables" type:"Map"`
	ExportContent  string            `name:"ExportContent"`
	SelectedTables *[]string         `name:"SelectedTables" type:"Repeated"`
	ExportTypes    *[]string         `name:"ExportTypes" type:"Repeated"`
	SQLExtOption   *[]string         `name:"SQLExtOption" type:"Repeated"`
}

CreateDatabaseExportOrderPluginParamConfig is a repeated param struct in CreateDatabaseExportOrderRequest

type CreateDatabaseExportOrderRequest ¶ added in v1.62.289

type CreateDatabaseExportOrderRequest struct {
	*requests.RpcRequest
	ParentId        requests.Integer                     `position:"Query" name:"ParentId"`
	Tid             requests.Integer                     `position:"Query" name:"Tid"`
	RelatedUserList *[]string                            `position:"Query" name:"RelatedUserList"  type:"Json"`
	PluginParam     CreateDatabaseExportOrderPluginParam `position:"Query" name:"PluginParam"  type:"Struct"`
	AttachmentKey   string                               `position:"Query" name:"AttachmentKey"`
	Comment         string                               `position:"Query" name:"Comment"`
}

CreateDatabaseExportOrderRequest is the request struct for api CreateDatabaseExportOrder

func CreateCreateDatabaseExportOrderRequest ¶ added in v1.62.289

func CreateCreateDatabaseExportOrderRequest() (request *CreateDatabaseExportOrderRequest)

CreateCreateDatabaseExportOrderRequest creates a request to invoke CreateDatabaseExportOrder API

type CreateDatabaseExportOrderResponse ¶ added in v1.62.289

type CreateDatabaseExportOrderResponse struct {
	*responses.BaseResponse
	RequestId         string                                       `json:"RequestId" xml:"RequestId"`
	ErrorCode         string                                       `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage      string                                       `json:"ErrorMessage" xml:"ErrorMessage"`
	Success           bool                                         `json:"Success" xml:"Success"`
	CreateOrderResult CreateOrderResultInCreateDatabaseExportOrder `json:"CreateOrderResult" xml:"CreateOrderResult"`
}

CreateDatabaseExportOrderResponse is the response struct for api CreateDatabaseExportOrder

func CreateCreateDatabaseExportOrderResponse ¶ added in v1.62.289

func CreateCreateDatabaseExportOrderResponse() (response *CreateDatabaseExportOrderResponse)

CreateCreateDatabaseExportOrderResponse creates a response to parse from CreateDatabaseExportOrder response

type CreateFreeLockCorrectOrderParam ¶ added in v1.61.1139

type CreateFreeLockCorrectOrderParam struct {
	SqlType                string                                           `name:"SqlType"`
	Classify               string                                           `name:"Classify"`
	RollbackSQL            string                                           `name:"RollbackSQL"`
	RollbackSqlType        string                                           `name:"RollbackSqlType"`
	DbItemList             *[]CreateFreeLockCorrectOrderParamDbItemListItem `name:"DbItemList" type:"Repeated"`
	ExecSQL                string                                           `name:"ExecSQL"`
	ExecMode               string                                           `name:"ExecMode"`
	RollbackAttachmentName string                                           `name:"RollbackAttachmentName"`
	AttachmentName         string                                           `name:"AttachmentName"`
}

CreateFreeLockCorrectOrderParam is a repeated param struct in CreateFreeLockCorrectOrderRequest

type CreateFreeLockCorrectOrderParamDbItemListItem ¶ added in v1.61.1139

type CreateFreeLockCorrectOrderParamDbItemListItem struct {
	DbId  string `name:"DbId"`
	Logic string `name:"Logic"`
}

CreateFreeLockCorrectOrderParamDbItemListItem is a repeated param struct in CreateFreeLockCorrectOrderRequest

type CreateFreeLockCorrectOrderRequest ¶ added in v1.61.1009

type CreateFreeLockCorrectOrderRequest struct {
	*requests.RpcRequest
	Tid             requests.Integer                `position:"Query" name:"Tid"`
	Param           CreateFreeLockCorrectOrderParam `position:"Query" name:"Param"  type:"Struct"`
	RelatedUserList *[]string                       `position:"Query" name:"RelatedUserList"  type:"Json"`
	AttachmentKey   string                          `position:"Query" name:"AttachmentKey"`
	Comment         string                          `position:"Query" name:"Comment"`
}

CreateFreeLockCorrectOrderRequest is the request struct for api CreateFreeLockCorrectOrder

func CreateCreateFreeLockCorrectOrderRequest ¶ added in v1.61.1009

func CreateCreateFreeLockCorrectOrderRequest() (request *CreateFreeLockCorrectOrderRequest)

CreateCreateFreeLockCorrectOrderRequest creates a request to invoke CreateFreeLockCorrectOrder API

type CreateFreeLockCorrectOrderResponse ¶ added in v1.61.1009

type CreateFreeLockCorrectOrderResponse struct {
	*responses.BaseResponse
	RequestId         string  `json:"RequestId" xml:"RequestId"`
	Success           bool    `json:"Success" xml:"Success"`
	ErrorMessage      string  `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode         string  `json:"ErrorCode" xml:"ErrorCode"`
	CreateOrderResult []int64 `json:"CreateOrderResult" xml:"CreateOrderResult"`
}

CreateFreeLockCorrectOrderResponse is the response struct for api CreateFreeLockCorrectOrder

func CreateCreateFreeLockCorrectOrderResponse ¶ added in v1.61.1009

func CreateCreateFreeLockCorrectOrderResponse() (response *CreateFreeLockCorrectOrderResponse)

CreateCreateFreeLockCorrectOrderResponse creates a response to parse from CreateFreeLockCorrectOrder response

type CreateLakeHouseSpaceRequest ¶ added in v1.61.1525

type CreateLakeHouseSpaceRequest struct {
	*requests.RpcRequest
	Description string           `position:"Query" name:"Description"`
	Tid         requests.Integer `position:"Query" name:"Tid"`
	Mode        string           `position:"Query" name:"Mode"`
	ProdDbId    string           `position:"Query" name:"ProdDbId"`
	DevDbId     string           `position:"Query" name:"DevDbId"`
	SpaceName   string           `position:"Query" name:"SpaceName"`
	DwDbType    string           `position:"Query" name:"DwDbType"`
	SpaceConfig string           `position:"Query" name:"SpaceConfig"`
}

CreateLakeHouseSpaceRequest is the request struct for api CreateLakeHouseSpace

func CreateCreateLakeHouseSpaceRequest ¶ added in v1.61.1525

func CreateCreateLakeHouseSpaceRequest() (request *CreateLakeHouseSpaceRequest)

CreateCreateLakeHouseSpaceRequest creates a request to invoke CreateLakeHouseSpace API

type CreateLakeHouseSpaceResponse ¶ added in v1.61.1525

type CreateLakeHouseSpaceResponse struct {
	*responses.BaseResponse
	SpaceId      int64  `json:"SpaceId" xml:"SpaceId"`
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

CreateLakeHouseSpaceResponse is the response struct for api CreateLakeHouseSpace

func CreateCreateLakeHouseSpaceResponse ¶ added in v1.61.1525

func CreateCreateLakeHouseSpaceResponse() (response *CreateLakeHouseSpaceResponse)

CreateCreateLakeHouseSpaceResponse creates a response to parse from CreateLakeHouseSpace response

type CreateLogicDatabaseRequest ¶ added in v1.61.1302

type CreateLogicDatabaseRequest struct {
	*requests.RpcRequest
	Tid         requests.Integer `position:"Query" name:"Tid"`
	Alias       string           `position:"Query" name:"Alias"`
	DatabaseIds *[]string        `position:"Query" name:"DatabaseIds"  type:"Json"`
}

CreateLogicDatabaseRequest is the request struct for api CreateLogicDatabase

func CreateCreateLogicDatabaseRequest ¶ added in v1.61.1302

func CreateCreateLogicDatabaseRequest() (request *CreateLogicDatabaseRequest)

CreateCreateLogicDatabaseRequest creates a request to invoke CreateLogicDatabase API

type CreateLogicDatabaseResponse ¶ added in v1.61.1302

type CreateLogicDatabaseResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	Success      bool   `json:"Success" xml:"Success"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	LogicDbId    int64  `json:"LogicDbId" xml:"LogicDbId"`
}

CreateLogicDatabaseResponse is the response struct for api CreateLogicDatabase

func CreateCreateLogicDatabaseResponse ¶ added in v1.61.1302

func CreateCreateLogicDatabaseResponse() (response *CreateLogicDatabaseResponse)

CreateCreateLogicDatabaseResponse creates a response to parse from CreateLogicDatabase response

type CreateOrderRequest ¶ added in v1.61.13

type CreateOrderRequest struct {
	*requests.RpcRequest
	Tid             requests.Integer       `position:"Query" name:"Tid"`
	PluginType      string                 `position:"Query" name:"PluginType"`
	PluginParam     map[string]interface{} `position:"Body" name:"PluginParam"`
	RelatedUserList string                 `position:"Query" name:"RelatedUserList"`
	AttachmentKey   string                 `position:"Query" name:"AttachmentKey"`
	Comment         string                 `position:"Query" name:"Comment"`
}

CreateOrderRequest is the request struct for api CreateOrder

func CreateCreateOrderRequest ¶ added in v1.61.13

func CreateCreateOrderRequest() (request *CreateOrderRequest)

CreateCreateOrderRequest creates a request to invoke CreateOrder API

type CreateOrderResponse ¶ added in v1.61.13

type CreateOrderResponse struct {
	*responses.BaseResponse
	RequestId         string                         `json:"RequestId" xml:"RequestId"`
	ErrorCode         string                         `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage      string                         `json:"ErrorMessage" xml:"ErrorMessage"`
	Success           bool                           `json:"Success" xml:"Success"`
	CreateOrderResult CreateOrderResultInCreateOrder `json:"CreateOrderResult" xml:"CreateOrderResult"`
}

CreateOrderResponse is the response struct for api CreateOrder

func CreateCreateOrderResponse ¶ added in v1.61.13

func CreateCreateOrderResponse() (response *CreateOrderResponse)

CreateCreateOrderResponse creates a response to parse from CreateOrder response

type CreateOrderResultInCreateDataArchiveOrder ¶ added in v1.62.436

type CreateOrderResultInCreateDataArchiveOrder struct {
	OrderIds []int64 `json:"OrderIds" xml:"OrderIds"`
}

CreateOrderResultInCreateDataArchiveOrder is a nested struct in dms_enterprise response

type CreateOrderResultInCreateDataCorrectOrder ¶ added in v1.61.1009

type CreateOrderResultInCreateDataCorrectOrder struct {
	OrderIds []int64 `json:"OrderIds" xml:"OrderIds"`
}

CreateOrderResultInCreateDataCorrectOrder is a nested struct in dms_enterprise response

type CreateOrderResultInCreateDataCronClearOrder ¶ added in v1.61.1009

type CreateOrderResultInCreateDataCronClearOrder struct {
	OrderIds []int64 `json:"OrderIds" xml:"OrderIds"`
}

CreateOrderResultInCreateDataCronClearOrder is a nested struct in dms_enterprise response

type CreateOrderResultInCreateDataExportOrder ¶ added in v1.61.1513

type CreateOrderResultInCreateDataExportOrder struct {
	CreateOrderResult []int64 `json:"CreateOrderResult" xml:"CreateOrderResult"`
}

CreateOrderResultInCreateDataExportOrder is a nested struct in dms_enterprise response

type CreateOrderResultInCreateDataImportOrder ¶ added in v1.61.1009

type CreateOrderResultInCreateDataImportOrder struct {
	OrderIds []int64 `json:"OrderIds" xml:"OrderIds"`
}

CreateOrderResultInCreateDataImportOrder is a nested struct in dms_enterprise response

type CreateOrderResultInCreateDataTrackOrder ¶ added in v1.62.289

type CreateOrderResultInCreateDataTrackOrder struct {
	OrderIds []int64 `json:"OrderIds" xml:"OrderIds"`
}

CreateOrderResultInCreateDataTrackOrder is a nested struct in dms_enterprise response

type CreateOrderResultInCreateDatabaseExportOrder ¶ added in v1.62.289

type CreateOrderResultInCreateDatabaseExportOrder struct {
	CreateOrderResult []int64 `json:"CreateOrderResult" xml:"CreateOrderResult"`
}

CreateOrderResultInCreateDatabaseExportOrder is a nested struct in dms_enterprise response

type CreateOrderResultInCreateFreeLockCorrectOrder ¶ added in v1.61.1009

type CreateOrderResultInCreateFreeLockCorrectOrder struct {
	OrderIds []int64 `json:"OrderIds" xml:"OrderIds"`
}

CreateOrderResultInCreateFreeLockCorrectOrder is a nested struct in dms_enterprise response

type CreateOrderResultInCreateOrder ¶ added in v1.61.968

type CreateOrderResultInCreateOrder struct {
	OrderIds []int64 `json:"OrderIds" xml:"OrderIds"`
}

CreateOrderResultInCreateOrder is a nested struct in dms_enterprise response

type CreateOrderResultInCreateProcCorrectOrder ¶ added in v1.62.564

type CreateOrderResultInCreateProcCorrectOrder struct {
	OrderIds []int64 `json:"OrderIds" xml:"OrderIds"`
}

CreateOrderResultInCreateProcCorrectOrder is a nested struct in dms_enterprise response

type CreateOrderResultInCreateSQLReviewOrder ¶ added in v1.61.1139

type CreateOrderResultInCreateSQLReviewOrder struct {
	OrderIds []int64 `json:"OrderIds" xml:"OrderIds"`
}

CreateOrderResultInCreateSQLReviewOrder is a nested struct in dms_enterprise response

type CreateOrderResultInCreateStructSyncOrder ¶ added in v1.61.968

type CreateOrderResultInCreateStructSyncOrder struct {
	OrderIds []int64 `json:"OrderIds" xml:"OrderIds"`
}

CreateOrderResultInCreateStructSyncOrder is a nested struct in dms_enterprise response

type CreateProcCorrectOrderParam ¶ added in v1.62.564

type CreateProcCorrectOrderParam struct {
	Classify               string                                       `name:"Classify"`
	RollbackSQL            string                                       `name:"RollbackSQL"`
	RollbackSqlType        string                                       `name:"RollbackSqlType"`
	DbItemList             *[]CreateProcCorrectOrderParamDbItemListItem `name:"DbItemList" type:"Repeated"`
	ExecSQL                string                                       `name:"ExecSQL"`
	ExecMode               string                                       `name:"ExecMode"`
	RollbackAttachmentName string                                       `name:"RollbackAttachmentName"`
}

CreateProcCorrectOrderParam is a repeated param struct in CreateProcCorrectOrderRequest

type CreateProcCorrectOrderParamDbItemListItem ¶ added in v1.62.564

type CreateProcCorrectOrderParamDbItemListItem struct {
	DbId  string `name:"DbId"`
	Logic string `name:"Logic"`
}

CreateProcCorrectOrderParamDbItemListItem is a repeated param struct in CreateProcCorrectOrderRequest

type CreateProcCorrectOrderRequest ¶ added in v1.62.564

type CreateProcCorrectOrderRequest struct {
	*requests.RpcRequest
	Tid             requests.Integer            `position:"Query" name:"Tid"`
	Param           CreateProcCorrectOrderParam `position:"Query" name:"Param"  type:"Struct"`
	RelatedUserList *[]string                   `position:"Query" name:"RelatedUserList"  type:"Json"`
	AttachmentKey   string                      `position:"Query" name:"AttachmentKey"`
	Comment         string                      `position:"Query" name:"Comment"`
}

CreateProcCorrectOrderRequest is the request struct for api CreateProcCorrectOrder

func CreateCreateProcCorrectOrderRequest ¶ added in v1.62.564

func CreateCreateProcCorrectOrderRequest() (request *CreateProcCorrectOrderRequest)

CreateCreateProcCorrectOrderRequest creates a request to invoke CreateProcCorrectOrder API

type CreateProcCorrectOrderResponse ¶ added in v1.62.564

type CreateProcCorrectOrderResponse struct {
	*responses.BaseResponse
	RequestId         string  `json:"RequestId" xml:"RequestId"`
	Success           bool    `json:"Success" xml:"Success"`
	ErrorMessage      string  `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode         string  `json:"ErrorCode" xml:"ErrorCode"`
	CreateOrderResult []int64 `json:"CreateOrderResult" xml:"CreateOrderResult"`
}

CreateProcCorrectOrderResponse is the response struct for api CreateProcCorrectOrder

func CreateCreateProcCorrectOrderResponse ¶ added in v1.62.564

func CreateCreateProcCorrectOrderResponse() (response *CreateProcCorrectOrderResponse)

CreateCreateProcCorrectOrderResponse creates a response to parse from CreateProcCorrectOrder response

type CreateProxyAccessRequest ¶ added in v1.61.1227

type CreateProxyAccessRequest struct {
	*requests.RpcRequest
	IndepAccount  string           `position:"Query" name:"IndepAccount"`
	UserId        requests.Integer `position:"Query" name:"UserId"`
	Tid           requests.Integer `position:"Query" name:"Tid"`
	ProxyId       requests.Integer `position:"Query" name:"ProxyId"`
	IndepPassword string           `position:"Query" name:"IndepPassword"`
}

CreateProxyAccessRequest is the request struct for api CreateProxyAccess

func CreateCreateProxyAccessRequest ¶ added in v1.61.1227

func CreateCreateProxyAccessRequest() (request *CreateProxyAccessRequest)

CreateCreateProxyAccessRequest creates a request to invoke CreateProxyAccess API

type CreateProxyAccessResponse ¶ added in v1.61.1227

type CreateProxyAccessResponse struct {
	*responses.BaseResponse
	RequestId     string `json:"RequestId" xml:"RequestId"`
	Success       bool   `json:"Success" xml:"Success"`
	ErrorMessage  string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode     string `json:"ErrorCode" xml:"ErrorCode"`
	ProxyAccessId int64  `json:"ProxyAccessId" xml:"ProxyAccessId"`
}

CreateProxyAccessResponse is the response struct for api CreateProxyAccess

func CreateCreateProxyAccessResponse ¶ added in v1.61.1227

func CreateCreateProxyAccessResponse() (response *CreateProxyAccessResponse)

CreateCreateProxyAccessResponse creates a response to parse from CreateProxyAccess response

type CreateProxyRequest ¶ added in v1.61.1227

type CreateProxyRequest struct {
	*requests.RpcRequest
	Tid        requests.Integer `position:"Query" name:"Tid"`
	Password   string           `position:"Query" name:"Password"`
	InstanceId requests.Integer `position:"Query" name:"InstanceId"`
	Username   string           `position:"Query" name:"Username"`
}

CreateProxyRequest is the request struct for api CreateProxy

func CreateCreateProxyRequest ¶ added in v1.61.1227

func CreateCreateProxyRequest() (request *CreateProxyRequest)

CreateCreateProxyRequest creates a request to invoke CreateProxy API

type CreateProxyResponse ¶ added in v1.61.1227

type CreateProxyResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	Success      bool   `json:"Success" xml:"Success"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ProxyId      int64  `json:"ProxyId" xml:"ProxyId"`
}

CreateProxyResponse is the response struct for api CreateProxy

func CreateCreateProxyResponse ¶ added in v1.61.1227

func CreateCreateProxyResponse() (response *CreateProxyResponse)

CreateCreateProxyResponse creates a response to parse from CreateProxy response

type CreatePublishGroupTaskRequest ¶ added in v1.61.13

type CreatePublishGroupTaskRequest struct {
	*requests.RpcRequest
	Tid             requests.Integer `position:"Query" name:"Tid"`
	PlanTime        string           `position:"Query" name:"PlanTime"`
	PublishStrategy string           `position:"Query" name:"PublishStrategy"`
	OrderId         requests.Integer `position:"Query" name:"OrderId"`
	DbId            requests.Integer `position:"Query" name:"DbId"`
	Logic           requests.Boolean `position:"Query" name:"Logic"`
}

CreatePublishGroupTaskRequest is the request struct for api CreatePublishGroupTask

func CreateCreatePublishGroupTaskRequest ¶ added in v1.61.13

func CreateCreatePublishGroupTaskRequest() (request *CreatePublishGroupTaskRequest)

CreateCreatePublishGroupTaskRequest creates a request to invoke CreatePublishGroupTask API

type CreatePublishGroupTaskResponse ¶ added in v1.61.13

type CreatePublishGroupTaskResponse struct {
	*responses.BaseResponse
	TaskId       int64  `json:"TaskId" xml:"TaskId"`
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

CreatePublishGroupTaskResponse is the response struct for api CreatePublishGroupTask

func CreateCreatePublishGroupTaskResponse ¶ added in v1.61.13

func CreateCreatePublishGroupTaskResponse() (response *CreatePublishGroupTaskResponse)

CreateCreatePublishGroupTaskResponse creates a response to parse from CreatePublishGroupTask response

type CreateSQLReviewOrderParam ¶ added in v1.61.1139

type CreateSQLReviewOrderParam struct {
	AttachmentKeyList *[]string `name:"AttachmentKeyList" type:"Repeated"`
	ProjectName       string    `name:"ProjectName"`
	DbId              string    `name:"DbId"`
}

CreateSQLReviewOrderParam is a repeated param struct in CreateSQLReviewOrderRequest

type CreateSQLReviewOrderRequest ¶ added in v1.61.1139

type CreateSQLReviewOrderRequest struct {
	*requests.RpcRequest
	Tid             requests.Integer          `position:"Query" name:"Tid"`
	Param           CreateSQLReviewOrderParam `position:"Query" name:"Param"  type:"Struct"`
	RelatedUserList *[]string                 `position:"Query" name:"RelatedUserList"  type:"Json"`
	Comment         string                    `position:"Query" name:"Comment"`
}

CreateSQLReviewOrderRequest is the request struct for api CreateSQLReviewOrder

func CreateCreateSQLReviewOrderRequest ¶ added in v1.61.1139

func CreateCreateSQLReviewOrderRequest() (request *CreateSQLReviewOrderRequest)

CreateCreateSQLReviewOrderRequest creates a request to invoke CreateSQLReviewOrder API

type CreateSQLReviewOrderResponse ¶ added in v1.61.1139

type CreateSQLReviewOrderResponse struct {
	*responses.BaseResponse
	RequestId         string  `json:"RequestId" xml:"RequestId"`
	Success           bool    `json:"Success" xml:"Success"`
	ErrorMessage      string  `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode         string  `json:"ErrorCode" xml:"ErrorCode"`
	CreateOrderResult []int64 `json:"CreateOrderResult" xml:"CreateOrderResult"`
}

CreateSQLReviewOrderResponse is the response struct for api CreateSQLReviewOrder

func CreateCreateSQLReviewOrderResponse ¶ added in v1.61.1139

func CreateCreateSQLReviewOrderResponse() (response *CreateSQLReviewOrderResponse)

CreateCreateSQLReviewOrderResponse creates a response to parse from CreateSQLReviewOrder response

type CreateScenarioRequest ¶ added in v1.61.1835

type CreateScenarioRequest struct {
	*requests.RpcRequest
	Description  string           `position:"Query" name:"Description"`
	Tid          requests.Integer `position:"Query" name:"Tid"`
	ScenarioName string           `position:"Query" name:"ScenarioName"`
}

CreateScenarioRequest is the request struct for api CreateScenario

func CreateCreateScenarioRequest ¶ added in v1.61.1835

func CreateCreateScenarioRequest() (request *CreateScenarioRequest)

CreateCreateScenarioRequest creates a request to invoke CreateScenario API

type CreateScenarioResponse ¶ added in v1.61.1835

type CreateScenarioResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
	ScenarioId   int64  `json:"ScenarioId" xml:"ScenarioId"`
}

CreateScenarioResponse is the response struct for api CreateScenario

func CreateCreateScenarioResponse ¶ added in v1.61.1835

func CreateCreateScenarioResponse() (response *CreateScenarioResponse)

CreateCreateScenarioResponse creates a response to parse from CreateScenario response

type CreateStandardGroupRequest ¶ added in v1.61.1525

type CreateStandardGroupRequest struct {
	*requests.RpcRequest
	Description string           `position:"Query" name:"Description"`
	Tid         requests.Integer `position:"Query" name:"Tid"`
	GroupName   string           `position:"Query" name:"GroupName"`
	DbType      string           `position:"Query" name:"DbType"`
}

CreateStandardGroupRequest is the request struct for api CreateStandardGroup

func CreateCreateStandardGroupRequest ¶ added in v1.61.1525

func CreateCreateStandardGroupRequest() (request *CreateStandardGroupRequest)

CreateCreateStandardGroupRequest creates a request to invoke CreateStandardGroup API

type CreateStandardGroupResponse ¶ added in v1.61.1525

type CreateStandardGroupResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	Success       bool          `json:"Success" xml:"Success"`
	ErrorMessage  string        `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode     string        `json:"ErrorCode" xml:"ErrorCode"`
	StandardGroup StandardGroup `json:"StandardGroup" xml:"StandardGroup"`
}

CreateStandardGroupResponse is the response struct for api CreateStandardGroup

func CreateCreateStandardGroupResponse ¶ added in v1.61.1525

func CreateCreateStandardGroupResponse() (response *CreateStandardGroupResponse)

CreateCreateStandardGroupResponse creates a response to parse from CreateStandardGroup response

type CreateStructSyncOrderParam ¶ added in v1.61.1139

type CreateStructSyncOrderParam struct {
	SyncType      string                                         `name:"SyncType"`
	TableInfoList *[]CreateStructSyncOrderParamTableInfoListItem `name:"TableInfoList" type:"Repeated"`
	Source        CreateStructSyncOrderParamSource               `name:"Source" type:"Struct"`
	IgnoreError   string                                         `name:"IgnoreError"`
	Target        CreateStructSyncOrderParamTarget               `name:"Target" type:"Struct"`
}

CreateStructSyncOrderParam is a repeated param struct in CreateStructSyncOrderRequest

type CreateStructSyncOrderParamSource ¶ added in v1.61.1139

type CreateStructSyncOrderParamSource struct {
	DbSearchName string `name:"DbSearchName"`
	VersionId    string `name:"VersionId"`
	DbId         string `name:"DbId"`
	Logic        string `name:"Logic"`
}

CreateStructSyncOrderParamSource is a repeated param struct in CreateStructSyncOrderRequest

type CreateStructSyncOrderParamTableInfoListItem ¶ added in v1.61.1139

type CreateStructSyncOrderParamTableInfoListItem struct {
	SourceTableName string `name:"SourceTableName"`
	TargetTableName string `name:"TargetTableName"`
}

CreateStructSyncOrderParamTableInfoListItem is a repeated param struct in CreateStructSyncOrderRequest

type CreateStructSyncOrderParamTarget ¶ added in v1.61.1139

type CreateStructSyncOrderParamTarget struct {
	DbSearchName string `name:"DbSearchName"`
	VersionId    string `name:"VersionId"`
	DbId         string `name:"DbId"`
	Logic        string `name:"Logic"`
}

CreateStructSyncOrderParamTarget is a repeated param struct in CreateStructSyncOrderRequest

type CreateStructSyncOrderRequest ¶ added in v1.61.968

type CreateStructSyncOrderRequest struct {
	*requests.RpcRequest
	Tid             requests.Integer           `position:"Query" name:"Tid"`
	Param           CreateStructSyncOrderParam `position:"Query" name:"Param"  type:"Struct"`
	RelatedUserList *[]string                  `position:"Query" name:"RelatedUserList"  type:"Json"`
	AttachmentKey   string                     `position:"Query" name:"AttachmentKey"`
	Comment         string                     `position:"Query" name:"Comment"`
}

CreateStructSyncOrderRequest is the request struct for api CreateStructSyncOrder

func CreateCreateStructSyncOrderRequest ¶ added in v1.61.968

func CreateCreateStructSyncOrderRequest() (request *CreateStructSyncOrderRequest)

CreateCreateStructSyncOrderRequest creates a request to invoke CreateStructSyncOrder API

type CreateStructSyncOrderResponse ¶ added in v1.61.968

type CreateStructSyncOrderResponse struct {
	*responses.BaseResponse
	RequestId         string  `json:"RequestId" xml:"RequestId"`
	Success           bool    `json:"Success" xml:"Success"`
	ErrorMessage      string  `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode         string  `json:"ErrorCode" xml:"ErrorCode"`
	CreateOrderResult []int64 `json:"CreateOrderResult" xml:"CreateOrderResult"`
}

CreateStructSyncOrderResponse is the response struct for api CreateStructSyncOrder

func CreateCreateStructSyncOrderResponse ¶ added in v1.61.968

func CreateCreateStructSyncOrderResponse() (response *CreateStructSyncOrderResponse)

CreateCreateStructSyncOrderResponse creates a response to parse from CreateStructSyncOrder response

type CreateTaskFlowRequest ¶ added in v1.61.1835

type CreateTaskFlowRequest struct {
	*requests.RpcRequest
	DagName     string           `position:"Query" name:"DagName"`
	Description string           `position:"Query" name:"Description"`
	Tid         requests.Integer `position:"Query" name:"Tid"`
	ScenarioId  requests.Integer `position:"Query" name:"ScenarioId"`
}

CreateTaskFlowRequest is the request struct for api CreateTaskFlow

func CreateCreateTaskFlowRequest ¶ added in v1.61.1835

func CreateCreateTaskFlowRequest() (request *CreateTaskFlowRequest)

CreateCreateTaskFlowRequest creates a request to invoke CreateTaskFlow API

type CreateTaskFlowResponse ¶ added in v1.61.1835

type CreateTaskFlowResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
	DagId        int64  `json:"DagId" xml:"DagId"`
}

CreateTaskFlowResponse is the response struct for api CreateTaskFlow

func CreateCreateTaskFlowResponse ¶ added in v1.61.1835

func CreateCreateTaskFlowResponse() (response *CreateTaskFlowResponse)

CreateCreateTaskFlowResponse creates a response to parse from CreateTaskFlow response

type CreateTaskRequest ¶ added in v1.61.1835

type CreateTaskRequest struct {
	*requests.RpcRequest
	NodeType      string           `position:"Query" name:"NodeType"`
	DagId         requests.Integer `position:"Query" name:"DagId"`
	Tid           requests.Integer `position:"Query" name:"Tid"`
	NodeContent   string           `position:"Query" name:"NodeContent"`
	NodeOutput    string           `position:"Query" name:"NodeOutput"`
	GraphParam    string           `position:"Query" name:"GraphParam"`
	TimeVariables string           `position:"Query" name:"TimeVariables"`
	NodeName      string           `position:"Query" name:"NodeName"`
}

CreateTaskRequest is the request struct for api CreateTask

func CreateCreateTaskRequest ¶ added in v1.61.1835

func CreateCreateTaskRequest() (request *CreateTaskRequest)

CreateCreateTaskRequest creates a request to invoke CreateTask API

type CreateTaskResponse ¶ added in v1.61.1835

type CreateTaskResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
	NodeId       int64  `json:"NodeId" xml:"NodeId"`
}

CreateTaskResponse is the response struct for api CreateTask

func CreateCreateTaskResponse ¶ added in v1.61.1835

func CreateCreateTaskResponse() (response *CreateTaskResponse)

CreateCreateTaskResponse creates a response to parse from CreateTask response

type CreateUploadFileJobRequest ¶ added in v1.61.968

type CreateUploadFileJobRequest struct {
	*requests.RpcRequest
	Tid        requests.Integer `position:"Query" name:"Tid"`
	UploadURL  string           `position:"Query" name:"UploadURL"`
	UploadType string           `position:"Query" name:"UploadType"`
	FileSource string           `position:"Query" name:"FileSource"`
	FileName   string           `position:"Query" name:"FileName"`
}

CreateUploadFileJobRequest is the request struct for api CreateUploadFileJob

func CreateCreateUploadFileJobRequest ¶ added in v1.61.968

func CreateCreateUploadFileJobRequest() (request *CreateUploadFileJobRequest)

CreateCreateUploadFileJobRequest creates a request to invoke CreateUploadFileJob API

type CreateUploadFileJobResponse ¶ added in v1.61.968

type CreateUploadFileJobResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	Success      bool   `json:"Success" xml:"Success"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	JobKey       string `json:"JobKey" xml:"JobKey"`
}

CreateUploadFileJobResponse is the response struct for api CreateUploadFileJob

func CreateCreateUploadFileJobResponse ¶ added in v1.61.968

func CreateCreateUploadFileJobResponse() (response *CreateUploadFileJobResponse)

CreateCreateUploadFileJobResponse creates a response to parse from CreateUploadFileJob response

type CreateUploadOSSFileJobRequest ¶ added in v1.61.968

type CreateUploadOSSFileJobRequest struct {
	*requests.RpcRequest
	Tid          requests.Integer                   `position:"Query" name:"Tid"`
	UploadType   string                             `position:"Query" name:"UploadType"`
	FileSource   string                             `position:"Query" name:"FileSource"`
	FileName     string                             `position:"Query" name:"FileName"`
	UploadTarget CreateUploadOSSFileJobUploadTarget `position:"Query" name:"UploadTarget"  type:"Struct"`
}

CreateUploadOSSFileJobRequest is the request struct for api CreateUploadOSSFileJob

func CreateCreateUploadOSSFileJobRequest ¶ added in v1.61.968

func CreateCreateUploadOSSFileJobRequest() (request *CreateUploadOSSFileJobRequest)

CreateCreateUploadOSSFileJobRequest creates a request to invoke CreateUploadOSSFileJob API

type CreateUploadOSSFileJobResponse ¶ added in v1.61.968

type CreateUploadOSSFileJobResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	Success      bool   `json:"Success" xml:"Success"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	JobKey       string `json:"JobKey" xml:"JobKey"`
}

CreateUploadOSSFileJobResponse is the response struct for api CreateUploadOSSFileJob

func CreateCreateUploadOSSFileJobResponse ¶ added in v1.61.968

func CreateCreateUploadOSSFileJobResponse() (response *CreateUploadOSSFileJobResponse)

CreateCreateUploadOSSFileJobResponse creates a response to parse from CreateUploadOSSFileJob response

type CreateUploadOSSFileJobUploadTarget ¶ added in v1.61.1139

type CreateUploadOSSFileJobUploadTarget struct {
	Endpoint   string `name:"Endpoint"`
	BucketName string `name:"BucketName"`
	ObjectName string `name:"ObjectName"`
}

CreateUploadOSSFileJobUploadTarget is a repeated param struct in CreateUploadOSSFileJobRequest

type CronExtConfig ¶ added in v1.62.719

type CronExtConfig struct {
	OptimizeTableAfterEveryClearTimes int `json:"OptimizeTableAfterEveryClearTimes" xml:"OptimizeTableAfterEveryClearTimes"`
	CurrentClearTaskCount             int `json:"CurrentClearTaskCount" xml:"CurrentClearTaskCount"`
}

CronExtConfig is a nested struct in dms_enterprise response

type CurrentHandler ¶ added in v1.61.13

type CurrentHandler struct {
	NickName string `json:"NickName" xml:"NickName"`
	Id       int64  `json:"Id" xml:"Id"`
}

CurrentHandler is a nested struct in dms_enterprise response

type CurrentHandlers ¶ added in v1.61.13

type CurrentHandlers struct {
	CurrentHandler []CurrentHandler `json:"CurrentHandler" xml:"CurrentHandler"`
}

CurrentHandlers is a nested struct in dms_enterprise response

type DAGInstance ¶ added in v1.61.1544

type DAGInstance struct {
	Id           int64  `json:"Id" xml:"Id"`
	BusinessTime string `json:"BusinessTime" xml:"BusinessTime"`
	StartTime    string `json:"startTime" xml:"startTime"`
	EndTime      string `json:"EndTime" xml:"EndTime"`
	DagId        string `json:"DagId" xml:"DagId"`
	TriggerType  int    `json:"TriggerType" xml:"TriggerType"`
	Status       int    `json:"Status" xml:"Status"`
	Message      string `json:"Message" xml:"Message"`
	HistoryDagId int64  `json:"HistoryDagId" xml:"HistoryDagId"`
	DagName      string `json:"DagName" xml:"DagName"`
	OwnerName    string `json:"OwnerName" xml:"OwnerName"`
	DagVersion   string `json:"DagVersion" xml:"DagVersion"`
}

DAGInstance is a nested struct in dms_enterprise response

type DAGInstanceList ¶ added in v1.61.1544

type DAGInstanceList struct {
	DAGInstance []DAGInstance `json:"DAGInstance" xml:"DAGInstance"`
}

DAGInstanceList is a nested struct in dms_enterprise response

type DBTaskSQLJob ¶ added in v1.61.968

type DBTaskSQLJob struct {
	JobId         int64  `json:"JobId" xml:"JobId"`
	JobType       string `json:"JobType" xml:"JobType"`
	Comment       string `json:"Comment" xml:"Comment"`
	DbSearchName  string `json:"DbSearchName" xml:"DbSearchName"`
	DbId          int64  `json:"DbId" xml:"DbId"`
	Logic         bool   `json:"Logic" xml:"Logic"`
	CreateTime    string `json:"CreateTime" xml:"CreateTime"`
	LastExecTime  string `json:"LastExecTime" xml:"LastExecTime"`
	DbTaskGroupId int64  `json:"DbTaskGroupId" xml:"DbTaskGroupId"`
	Status        string `json:"Status" xml:"Status"`
	Transactional bool   `json:"Transactional" xml:"Transactional"`
}

DBTaskSQLJob is a nested struct in dms_enterprise response

type DBTaskSQLJobDetail ¶ added in v1.61.968

type DBTaskSQLJobDetail struct {
	JobDetailId  int64  `json:"JobDetailId" xml:"JobDetailId"`
	CurrentSql   string `json:"CurrentSql" xml:"CurrentSql"`
	ExecuteCount int64  `json:"ExecuteCount" xml:"ExecuteCount"`
	JobId        int64  `json:"JobId" xml:"JobId"`
	DbId         int64  `json:"DbId" xml:"DbId"`
	Logic        bool   `json:"Logic" xml:"Logic"`
	Skip         bool   `json:"Skip" xml:"Skip"`
	SqlType      string `json:"SqlType" xml:"SqlType"`
	Status       string `json:"Status" xml:"Status"`
	Log          string `json:"Log" xml:"Log"`
	StartTime    string `json:"StartTime" xml:"StartTime"`
	EndTime      string `json:"EndTime" xml:"EndTime"`
	TimeDelay    int64  `json:"TimeDelay" xml:"TimeDelay"`
	AffectRows   int64  `json:"AffectRows" xml:"AffectRows"`
}

DBTaskSQLJobDetail is a nested struct in dms_enterprise response

type DBTaskSQLJobDetailList ¶ added in v1.61.968

type DBTaskSQLJobDetailList struct {
	DBTaskSQLJobDetail []DBTaskSQLJobDetail `json:"DBTaskSQLJobDetail" xml:"DBTaskSQLJobDetail"`
}

DBTaskSQLJobDetailList is a nested struct in dms_enterprise response

type DBTaskSQLJobList ¶ added in v1.61.968

type DBTaskSQLJobList struct {
	DBTaskSQLJob []DBTaskSQLJob `json:"DBTaskSQLJob" xml:"DBTaskSQLJob"`
}

DBTaskSQLJobList is a nested struct in dms_enterprise response

type DBTopology ¶ added in v1.61.504

type DBTopology struct {
	SearchName         string           `json:"SearchName" xml:"SearchName"`
	EnvType            string           `json:"EnvType" xml:"EnvType"`
	LogicDbId          int64            `json:"LogicDbId" xml:"LogicDbId"`
	Alias              string           `json:"Alias" xml:"Alias"`
	TableName          string           `json:"TableName" xml:"TableName"`
	TableGuid          string           `json:"TableGuid" xml:"TableGuid"`
	LogicDbName        string           `json:"LogicDbName" xml:"LogicDbName"`
	DbType             string           `json:"DbType" xml:"DbType"`
	DBTopologyInfoList []DBTopologyInfo `json:"DBTopologyInfoList" xml:"DBTopologyInfoList"`
	DataSourceList     []DataSource     `json:"DataSourceList" xml:"DataSourceList"`
}

DBTopology is a nested struct in dms_enterprise response

type DBTopologyInfo ¶ added in v1.61.1023

type DBTopologyInfo struct {
	DbId               int64  `json:"DbId" xml:"DbId"`
	SchemaName         string `json:"SchemaName" xml:"SchemaName"`
	CatalogName        string `json:"CatalogName" xml:"CatalogName"`
	SearchName         string `json:"SearchName" xml:"SearchName"`
	DbType             string `json:"DbType" xml:"DbType"`
	EnvType            string `json:"EnvType" xml:"EnvType"`
	InstanceId         int64  `json:"InstanceId" xml:"InstanceId"`
	RegionId           string `json:"RegionId" xml:"RegionId"`
	InstanceResourceId string `json:"InstanceResourceId" xml:"InstanceResourceId"`
	InstanceSource     string `json:"InstanceSource" xml:"InstanceSource"`
}

DBTopologyInfo is a nested struct in dms_enterprise response

type DBTopologyInfoList ¶ added in v1.61.1023

type DBTopologyInfoList struct {
	DBTopologyInfo []DBTopologyInfo `json:"DBTopologyInfo" xml:"DBTopologyInfo"`
}

DBTopologyInfoList is a nested struct in dms_enterprise response

type DDLPublishRecord ¶ added in v1.61.1009

type DDLPublishRecord struct {
	AuditStatus         string            `json:"AuditStatus" xml:"AuditStatus"`
	AuditExpireTime     string            `json:"AuditExpireTime" xml:"AuditExpireTime"`
	CreatorId           int64             `json:"CreatorId" xml:"CreatorId"`
	Finality            bool              `json:"Finality" xml:"Finality"`
	FinalityReason      string            `json:"FinalityReason" xml:"FinalityReason"`
	PublishStatus       string            `json:"PublishStatus" xml:"PublishStatus"`
	RiskLevel           string            `json:"RiskLevel" xml:"RiskLevel"`
	StatusDesc          string            `json:"StatusDesc" xml:"StatusDesc"`
	WorkflowInstanceId  int64             `json:"WorkflowInstanceId" xml:"WorkflowInstanceId"`
	Comment             string            `json:"Comment" xml:"Comment"`
	PublishTaskInfoList []PublishTaskInfo `json:"PublishTaskInfoList" xml:"PublishTaskInfoList"`
}

DDLPublishRecord is a nested struct in dms_enterprise response

type DDLPublishRecordList ¶ added in v1.61.1009

type DDLPublishRecordList struct {
	DDLPublishRecord []DDLPublishRecord `json:"DDLPublishRecord" xml:"DDLPublishRecord"`
}

DDLPublishRecordList is a nested struct in dms_enterprise response

type Dag ¶ added in v1.61.1525

type Dag struct {
	Status               int    `json:"Status" xml:"Status"`
	CanEdit              bool   `json:"CanEdit" xml:"CanEdit"`
	LatestInstanceStatus int    `json:"LatestInstanceStatus" xml:"LatestInstanceStatus"`
	LatestInstanceTime   int    `json:"LatestInstanceTime" xml:"LatestInstanceTime"`
	DemoId               string `json:"DemoId" xml:"DemoId"`
	DagOwnerId           string `json:"DagOwnerId" xml:"DagOwnerId"`
	Id                   int64  `json:"Id" xml:"Id"`
	SpaceId              int64  `json:"SpaceId" xml:"SpaceId"`
	CreatorNickName      string `json:"CreatorNickName" xml:"CreatorNickName"`
	DeployId             int64  `json:"DeployId" xml:"DeployId"`
	DataFlowId           int64  `json:"DataFlowId" xml:"DataFlowId"`
	CreatorId            string `json:"CreatorId" xml:"CreatorId"`
	IsDeleted            bool   `json:"IsDeleted" xml:"IsDeleted"`
	ScenarioId           int64  `json:"ScenarioId" xml:"ScenarioId"`
	DagOwnerNickName     string `json:"DagOwnerNickName" xml:"DagOwnerNickName"`
	DagName              string `json:"DagName" xml:"DagName"`
}

Dag is a nested struct in dms_enterprise response

type DagConstant ¶ added in v1.61.1835

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

DagConstant is a nested struct in dms_enterprise response

type DagConstants ¶ added in v1.61.1835

type DagConstants struct {
	DagConstant []DagConstant `json:"DagConstant" xml:"DagConstant"`
}

DagConstants is a nested struct in dms_enterprise response

type DagInfo ¶ added in v1.62.345

type DagInfo struct {
	CreatorId     string `json:"CreatorId" xml:"CreatorId"`
	CronBeginDate string `json:"CronBeginDate" xml:"CronBeginDate"`
	CronEndDate   string `json:"CronEndDate" xml:"CronEndDate"`
	CronTrigger   bool   `json:"CronTrigger" xml:"CronTrigger"`
	DWDevelop     bool   `json:"DWDevelop" xml:"DWDevelop"`
	DagName       string `json:"DagName" xml:"DagName"`
	DagOwnerId    string `json:"DagOwnerId" xml:"DagOwnerId"`
	DeployId      int64  `json:"DeployId" xml:"DeployId"`
	Description   string `json:"Description" xml:"Description"`
	EditDagId     int64  `json:"EditDagId" xml:"EditDagId"`
	GmtCreate     string `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified   string `json:"GmtModified" xml:"GmtModified"`
	Id            int64  `json:"Id" xml:"Id"`
	IsPublic      int64  `json:"IsPublic" xml:"IsPublic"`
	Legacy        bool   `json:"Legacy" xml:"Legacy"`
	System        bool   `json:"System" xml:"System"`
	TenantId      string `json:"TenantId" xml:"TenantId"`
	TriggerOnce   bool   `json:"TriggerOnce" xml:"TriggerOnce"`
}

DagInfo is a nested struct in dms_enterprise response

type DagList ¶ added in v1.61.1525

type DagList struct {
	Dag []Dag `json:"Dag" xml:"Dag"`
}

DagList is a nested struct in dms_enterprise response

type DagVersion ¶ added in v1.61.1555

type DagVersion struct {
	DagName          string `json:"DagName" xml:"DagName"`
	DagOwnerId       string `json:"DagOwnerId" xml:"DagOwnerId"`
	DagOwnerNickName string `json:"DagOwnerNickName" xml:"DagOwnerNickName"`
	VersionComments  string `json:"VersionComments" xml:"VersionComments"`
	VersionId        int64  `json:"VersionId" xml:"VersionId"`
	LastVersionId    int64  `json:"LastVersionId" xml:"LastVersionId"`
}

DagVersion is a nested struct in dms_enterprise response

type DagVersionList ¶ added in v1.61.1555

type DagVersionList struct {
	DagVersion []DagVersion `json:"DagVersion" xml:"DagVersion"`
}

DagVersionList is a nested struct in dms_enterprise response

type Data ¶ added in v1.62.436

type Data struct {
	TotalCount      int64          `json:"TotalCount" xml:"TotalCount"`
	FailCount       int64          `json:"FailCount" xml:"FailCount"`
	SuccessCount    int64          `json:"SuccessCount" xml:"SuccessCount"`
	ProcessingCount int64          `json:"ProcessingCount" xml:"ProcessingCount"`
	Instance        []InstanceItem `json:"Instance" xml:"Instance"`
}

Data is a nested struct in dms_enterprise response

type DataAfter ¶ added in v1.62.289

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

DataAfter is a nested struct in dms_enterprise response

type DataArchiveOrderDetail ¶ added in v1.62.345

type DataArchiveOrderDetail struct {
	Comment             string          `json:"Comment" xml:"Comment"`
	Committer           string          `json:"Committer" xml:"Committer"`
	CommitterId         int64           `json:"CommitterId" xml:"CommitterId"`
	GmtCreate           string          `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified         string          `json:"GmtModified" xml:"GmtModified"`
	Id                  int64           `json:"Id" xml:"Id"`
	PluginType          string          `json:"PluginType" xml:"PluginType"`
	StatusCode          string          `json:"StatusCode" xml:"StatusCode"`
	StatusDesc          string          `json:"StatusDesc" xml:"StatusDesc"`
	WorkflowInstanceId  int64           `json:"WorkflowInstanceId" xml:"WorkflowInstanceId"`
	WorkflowStatusDesc  string          `json:"WorkflowStatusDesc" xml:"WorkflowStatusDesc"`
	RelatedUserList     []int64         `json:"RelatedUserList" xml:"RelatedUserList"`
	RelatedUserNickList []string        `json:"RelatedUserNickList" xml:"RelatedUserNickList"`
	PluginExtraData     PluginExtraData `json:"PluginExtraData" xml:"PluginExtraData"`
	PluginParam         PluginParam     `json:"PluginParam" xml:"PluginParam"`
}

DataArchiveOrderDetail is a nested struct in dms_enterprise response

type DataBefore ¶ added in v1.62.289

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

DataBefore is a nested struct in dms_enterprise response

type DataCorrectBackupFiles ¶ added in v1.61.13

type DataCorrectBackupFiles struct {
	FileUrl []string `json:"FileUrl" xml:"FileUrl"`
}

DataCorrectBackupFiles is a nested struct in dms_enterprise response

type DataCorrectOrderDetail ¶ added in v1.61.13

type DataCorrectOrderDetail struct {
	Status         string                                  `json:"Status" xml:"Status"`
	ExecMode       string                                  `json:"ExecMode" xml:"ExecMode"`
	OrderDetail    OrderDetail                             `json:"OrderDetail" xml:"OrderDetail"`
	ConfigDetail   ConfigDetail                            `json:"ConfigDetail" xml:"ConfigDetail"`
	PreCheckDetail PreCheckDetail                          `json:"PreCheckDetail" xml:"PreCheckDetail"`
	DatabaseList   DatabaseListInGetDataCorrectOrderDetail `json:"DatabaseList" xml:"DatabaseList"`
}

DataCorrectOrderDetail is a nested struct in dms_enterprise response

type DataCorrectTaskDetail ¶ added in v1.61.1009

type DataCorrectTaskDetail struct {
	DBTaskGroupId    int64  `json:"DBTaskGroupId" xml:"DBTaskGroupId"`
	JobStatus        string `json:"jobStatus" xml:"jobStatus"`
	ActualAffectRows int64  `json:"ActualAffectRows" xml:"ActualAffectRows"`
	CreateTime       string `json:"CreateTime" xml:"CreateTime"`
}

DataCorrectTaskDetail is a nested struct in dms_enterprise response

type DataCronClearConfig ¶ added in v1.62.34

type DataCronClearConfig struct {
	CronFormat                        string `json:"CronFormat" xml:"CronFormat"`
	Duration                          string `json:"Duration" xml:"Duration"`
	CronStatus                        string `json:"CronStatus" xml:"CronStatus"`
	CronCallTimes                     string `json:"CronCallTimes" xml:"CronCallTimes"`
	CronLastCallStartTime             string `json:"CronLastCallStartTime" xml:"CronLastCallStartTime"`
	CronNextCallTime                  string `json:"CronNextCallTime" xml:"CronNextCallTime"`
	OptimizeTableAfterEveryClearTimes int64  `json:"OptimizeTableAfterEveryClearTimes" xml:"OptimizeTableAfterEveryClearTimes"`
	CurrentClearTaskCount             int64  `json:"CurrentClearTaskCount" xml:"CurrentClearTaskCount"`
}

DataCronClearConfig is a nested struct in dms_enterprise response

type DataCronClearTaskDetail ¶ added in v1.61.1009

type DataCronClearTaskDetail struct {
	DBTaskGroupId    int64  `json:"DBTaskGroupId" xml:"DBTaskGroupId"`
	JobStatus        string `json:"jobStatus" xml:"jobStatus"`
	ActualAffectRows int64  `json:"ActualAffectRows" xml:"ActualAffectRows"`
	CreateTime       string `json:"CreateTime" xml:"CreateTime"`
}

DataCronClearTaskDetail is a nested struct in dms_enterprise response

type DataCronClearTaskDetailList ¶ added in v1.61.1009

type DataCronClearTaskDetailList struct {
	DataCronClearTaskDetail []DataCronClearTaskDetail `json:"DataCronClearTaskDetail" xml:"DataCronClearTaskDetail"`
}

DataCronClearTaskDetailList is a nested struct in dms_enterprise response

type DataExportOrderDetail ¶ added in v1.61.13

type DataExportOrderDetail struct {
	KeyInfo     KeyInfo     `json:"KeyInfo" xml:"KeyInfo"`
	OrderDetail OrderDetail `json:"OrderDetail" xml:"OrderDetail"`
}

DataExportOrderDetail is a nested struct in dms_enterprise response

type DataSource ¶ added in v1.61.504

type DataSource struct {
	Sid          string                         `json:"Sid" xml:"Sid"`
	Host         string                         `json:"Host" xml:"Host"`
	DbType       string                         `json:"DbType" xml:"DbType"`
	Port         int                            `json:"Port" xml:"Port"`
	DatabaseList []DatabaseInGetTableDBTopology `json:"DatabaseList" xml:"DatabaseList"`
}

DataSource is a nested struct in dms_enterprise response

type DataSourceList ¶ added in v1.61.504

type DataSourceList struct {
	DataSource []DataSource `json:"DataSource" xml:"DataSource"`
}

DataSourceList is a nested struct in dms_enterprise response

type DataTrackOrderDetail ¶ added in v1.62.289

type DataTrackOrderDetail struct {
	DbId               int64    `json:"DbId" xml:"DbId"`
	Logic              bool     `json:"Logic" xml:"Logic"`
	DatabaseSearchName string   `json:"DatabaseSearchName" xml:"DatabaseSearchName"`
	JobStartTime       string   `json:"JobStartTime" xml:"JobStartTime"`
	JobEndTime         string   `json:"JobEndTime" xml:"JobEndTime"`
	SchemaName         string   `json:"SchemaName" xml:"SchemaName"`
	JobStatus          string   `json:"JobStatus" xml:"JobStatus"`
	StatusDesc         string   `json:"StatusDesc" xml:"StatusDesc"`
	TableNames         []string `json:"TableNames" xml:"TableNames"`
	TrackTypes         []string `json:"TrackTypes" xml:"TrackTypes"`
}

DataTrackOrderDetail is a nested struct in dms_enterprise response

type Database ¶ added in v1.61.13

type Database struct {
	Port          int                        `json:"Port" xml:"Port"`
	DbaName       string                     `json:"DbaName" xml:"DbaName"`
	Logic         bool                       `json:"Logic" xml:"Logic"`
	SchemaName    string                     `json:"SchemaName" xml:"SchemaName"`
	Sid           string                     `json:"Sid" xml:"Sid"`
	DbaId         string                     `json:"DbaId" xml:"DbaId"`
	DbType        string                     `json:"DbType" xml:"DbType"`
	DatabaseId    string                     `json:"DatabaseId" xml:"DatabaseId"`
	Host          string                     `json:"Host" xml:"Host"`
	State         string                     `json:"State" xml:"State"`
	CatalogName   string                     `json:"CatalogName" xml:"CatalogName"`
	EnvType       string                     `json:"EnvType" xml:"EnvType"`
	Encoding      string                     `json:"Encoding" xml:"Encoding"`
	SearchName    string                     `json:"SearchName" xml:"SearchName"`
	InstanceId    string                     `json:"InstanceId" xml:"InstanceId"`
	DbId          int                        `json:"DbId" xml:"DbId"`
	InstanceAlias string                     `json:"InstanceAlias" xml:"InstanceAlias"`
	OwnerNameList OwnerNameListInGetDatabase `json:"OwnerNameList" xml:"OwnerNameList"`
	OwnerIdList   OwnerIdListInGetDatabase   `json:"OwnerIdList" xml:"OwnerIdList"`
}

Database is a nested struct in dms_enterprise response

type DatabaseExportOrderDetail ¶ added in v1.62.289

type DatabaseExportOrderDetail struct {
	Id                 int64   `json:"Id" xml:"Id"`
	Committer          string  `json:"Committer" xml:"Committer"`
	CommitterId        string  `json:"CommitterId" xml:"CommitterId"`
	Comment            string  `json:"Comment" xml:"Comment"`
	SearchName         string  `json:"SearchName" xml:"SearchName"`
	StatusDesc         string  `json:"StatusDesc" xml:"StatusDesc"`
	WorkflowStatusDesc string  `json:"WorkflowStatusDesc" xml:"WorkflowStatusDesc"`
	Log                string  `json:"Log" xml:"Log"`
	KeyInfo            KeyInfo `json:"KeyInfo" xml:"KeyInfo"`
}

DatabaseExportOrderDetail is a nested struct in dms_enterprise response

type DatabaseIdsInGetLogicDatabase ¶ added in v1.62.61

type DatabaseIdsInGetLogicDatabase struct {
	DatabaseIds []int64 `json:"DatabaseIds" xml:"DatabaseIds"`
}

DatabaseIdsInGetLogicDatabase is a nested struct in dms_enterprise response

type DatabaseIdsInListLogicDatabases ¶ added in v1.62.61

type DatabaseIdsInListLogicDatabases struct {
	DatabaseIds []int64 `json:"DatabaseIds" xml:"DatabaseIds"`
}

DatabaseIdsInListLogicDatabases is a nested struct in dms_enterprise response

type DatabaseInGetTableDBTopology ¶ added in v1.61.504

type DatabaseInGetTableDBTopology struct {
	DbId      string  `json:"DbId" xml:"DbId"`
	DbName    string  `json:"DbName" xml:"DbName"`
	DbType    string  `json:"DbType" xml:"DbType"`
	EnvType   string  `json:"EnvType" xml:"EnvType"`
	TableList []Table `json:"TableList" xml:"TableList"`
}

DatabaseInGetTableDBTopology is a nested struct in dms_enterprise response

type DatabaseInListDatabases ¶ added in v1.61.13

type DatabaseInListDatabases struct {
	DatabaseId    string                       `json:"DatabaseId" xml:"DatabaseId"`
	Host          string                       `json:"Host" xml:"Host"`
	CatalogName   string                       `json:"CatalogName" xml:"CatalogName"`
	DbaName       string                       `json:"DbaName" xml:"DbaName"`
	State         string                       `json:"State" xml:"State"`
	DbaId         string                       `json:"DbaId" xml:"DbaId"`
	SchemaName    string                       `json:"SchemaName" xml:"SchemaName"`
	InstanceId    string                       `json:"InstanceId" xml:"InstanceId"`
	Port          int                          `json:"Port" xml:"Port"`
	EnvType       string                       `json:"EnvType" xml:"EnvType"`
	Sid           string                       `json:"Sid" xml:"Sid"`
	Encoding      string                       `json:"Encoding" xml:"Encoding"`
	DbType        string                       `json:"DbType" xml:"DbType"`
	SearchName    string                       `json:"SearchName" xml:"SearchName"`
	OwnerIdList   OwnerIdListInListDatabases   `json:"OwnerIdList" xml:"OwnerIdList"`
	OwnerNameList OwnerNameListInListDatabases `json:"OwnerNameList" xml:"OwnerNameList"`
}

DatabaseInListDatabases is a nested struct in dms_enterprise response

type DatabaseInfo ¶ added in v1.61.968

type DatabaseInfo struct {
	DbId           int64    `json:"DbId" xml:"DbId"`
	Logic          bool     `json:"Logic" xml:"Logic"`
	DbType         string   `json:"DbType" xml:"DbType"`
	SearchName     string   `json:"SearchName" xml:"SearchName"`
	EnvType        string   `json:"EnvType" xml:"EnvType"`
	OwnerIds       []int64  `json:"OwnerIds" xml:"OwnerIds"`
	OwnerNickNames []string `json:"OwnerNickNames" xml:"OwnerNickNames"`
}

DatabaseInfo is a nested struct in dms_enterprise response

type DatabaseListInGetDataCorrectOrderDetail ¶ added in v1.61.13

type DatabaseListInGetDataCorrectOrderDetail struct {
	Database []Database `json:"Database" xml:"Database"`
}

DatabaseListInGetDataCorrectOrderDetail is a nested struct in dms_enterprise response

type DatabaseListInGetTableDBTopology ¶ added in v1.61.504

type DatabaseListInGetTableDBTopology struct {
	Database []DatabaseInGetTableDBTopology `json:"Database" xml:"Database"`
}

DatabaseListInGetTableDBTopology is a nested struct in dms_enterprise response

type DatabaseListInListDatabases ¶ added in v1.61.13

type DatabaseListInListDatabases struct {
	Database []DatabaseInListDatabases `json:"Database" xml:"Database"`
}

DatabaseListInListDatabases is a nested struct in dms_enterprise response

type DbBaseInfo ¶ added in v1.62.345

type DbBaseInfo struct {
	Alias          string        `json:"Alias" xml:"Alias"`
	AlterTimeout   int64         `json:"AlterTimeout" xml:"AlterTimeout"`
	AssetControl   bool          `json:"AssetControl" xml:"AssetControl"`
	CatalogName    string        `json:"CatalogName" xml:"CatalogName"`
	ClusterNode    string        `json:"ClusterNode" xml:"ClusterNode"`
	DbId           int64         `json:"DbId" xml:"DbId"`
	DbType         string        `json:"DbType" xml:"DbType"`
	DbaId          int64         `json:"DbaId" xml:"DbaId"`
	DbaName        string        `json:"DbaName" xml:"DbaName"`
	Description    string        `json:"Description" xml:"Description"`
	Encoding       string        `json:"Encoding" xml:"Encoding"`
	EnvType        string        `json:"EnvType" xml:"EnvType"`
	Follow         bool          `json:"Follow" xml:"Follow"`
	Host           string        `json:"Host" xml:"Host"`
	Idc            string        `json:"Idc" xml:"Idc"`
	IdcTitle       string        `json:"IdcTitle" xml:"IdcTitle"`
	InstanceId     int64         `json:"InstanceId" xml:"InstanceId"`
	InstanceSource string        `json:"InstanceSource" xml:"InstanceSource"`
	LastSyncTime   string        `json:"LastSyncTime" xml:"LastSyncTime"`
	Level          string        `json:"Level" xml:"Level"`
	Logic          bool          `json:"Logic" xml:"Logic"`
	Port           int64         `json:"Port" xml:"Port"`
	SchemaName     string        `json:"SchemaName" xml:"SchemaName"`
	SearchName     string        `json:"SearchName" xml:"SearchName"`
	State          string        `json:"State" xml:"State"`
	TableCount     int64         `json:"TableCount" xml:"TableCount"`
	TnsName        string        `json:"TnsName" xml:"TnsName"`
	UnitType       string        `json:"UnitType" xml:"UnitType"`
	OwnerIds       []int64       `json:"OwnerIds" xml:"OwnerIds"`
	OwnerNames     []string      `json:"OwnerNames" xml:"OwnerNames"`
	StandardGroup  StandardGroup `json:"StandardGroup" xml:"StandardGroup"`
}

DbBaseInfo is a nested struct in dms_enterprise response

type DefaultDesensitizationRule ¶ added in v1.62.719

type DefaultDesensitizationRule struct {
	RuleId   int64  `json:"RuleId" xml:"RuleId"`
	RuleName string `json:"RuleName" xml:"RuleName"`
}

DefaultDesensitizationRule is a nested struct in dms_enterprise response

type DeleteAuthorityTemplateRequest ¶ added in v1.62.625

type DeleteAuthorityTemplateRequest struct {
	*requests.RpcRequest
	Tid        requests.Integer `position:"Query" name:"Tid"`
	TemplateId requests.Integer `position:"Query" name:"TemplateId"`
}

DeleteAuthorityTemplateRequest is the request struct for api DeleteAuthorityTemplate

func CreateDeleteAuthorityTemplateRequest ¶ added in v1.62.625

func CreateDeleteAuthorityTemplateRequest() (request *DeleteAuthorityTemplateRequest)

CreateDeleteAuthorityTemplateRequest creates a request to invoke DeleteAuthorityTemplate API

type DeleteAuthorityTemplateResponse ¶ added in v1.62.625

type DeleteAuthorityTemplateResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
	Tid          int64  `json:"Tid" xml:"Tid"`
}

DeleteAuthorityTemplateResponse is the response struct for api DeleteAuthorityTemplate

func CreateDeleteAuthorityTemplateResponse ¶ added in v1.62.625

func CreateDeleteAuthorityTemplateResponse() (response *DeleteAuthorityTemplateResponse)

CreateDeleteAuthorityTemplateResponse creates a response to parse from DeleteAuthorityTemplate response

type DeleteInstanceRequest ¶ added in v1.61.13

type DeleteInstanceRequest struct {
	*requests.RpcRequest
	Tid  requests.Integer `position:"Query" name:"Tid"`
	Sid  string           `position:"Query" name:"Sid"`
	Host string           `position:"Query" name:"Host"`
	Port requests.Integer `position:"Query" name:"Port"`
}

DeleteInstanceRequest is the request struct for api DeleteInstance

func CreateDeleteInstanceRequest ¶ added in v1.61.13

func CreateDeleteInstanceRequest() (request *DeleteInstanceRequest)

CreateDeleteInstanceRequest creates a request to invoke DeleteInstance API

type DeleteInstanceResponse ¶ added in v1.61.13

type DeleteInstanceResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

DeleteInstanceResponse is the response struct for api DeleteInstance

func CreateDeleteInstanceResponse ¶ added in v1.61.13

func CreateDeleteInstanceResponse() (response *DeleteInstanceResponse)

CreateDeleteInstanceResponse creates a response to parse from DeleteInstance response

type DeleteLakeHouseSpaceRequest ¶ added in v1.61.1544

type DeleteLakeHouseSpaceRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	SpaceId requests.Integer `position:"Query" name:"SpaceId"`
}

DeleteLakeHouseSpaceRequest is the request struct for api DeleteLakeHouseSpace

func CreateDeleteLakeHouseSpaceRequest ¶ added in v1.61.1544

func CreateDeleteLakeHouseSpaceRequest() (request *DeleteLakeHouseSpaceRequest)

CreateDeleteLakeHouseSpaceRequest creates a request to invoke DeleteLakeHouseSpace API

type DeleteLakeHouseSpaceResponse ¶ added in v1.61.1544

type DeleteLakeHouseSpaceResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

DeleteLakeHouseSpaceResponse is the response struct for api DeleteLakeHouseSpace

func CreateDeleteLakeHouseSpaceResponse ¶ added in v1.61.1544

func CreateDeleteLakeHouseSpaceResponse() (response *DeleteLakeHouseSpaceResponse)

CreateDeleteLakeHouseSpaceResponse creates a response to parse from DeleteLakeHouseSpace response

type DeleteLhMembersRequest ¶ added in v1.61.1525

type DeleteLhMembersRequest struct {
	*requests.RpcRequest
	Tid        requests.Integer `position:"Query" name:"Tid"`
	ObjectType requests.Integer `position:"Query" name:"ObjectType"`
	MemberIds  *[]string        `position:"Query" name:"MemberIds"  type:"Json"`
	ObjectId   requests.Integer `position:"Query" name:"ObjectId"`
}

DeleteLhMembersRequest is the request struct for api DeleteLhMembers

func CreateDeleteLhMembersRequest ¶ added in v1.61.1525

func CreateDeleteLhMembersRequest() (request *DeleteLhMembersRequest)

CreateDeleteLhMembersRequest creates a request to invoke DeleteLhMembers API

type DeleteLhMembersResponse ¶ added in v1.61.1525

type DeleteLhMembersResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

DeleteLhMembersResponse is the response struct for api DeleteLhMembers

func CreateDeleteLhMembersResponse ¶ added in v1.61.1525

func CreateDeleteLhMembersResponse() (response *DeleteLhMembersResponse)

CreateDeleteLhMembersResponse creates a response to parse from DeleteLhMembers response

type DeleteLogicDatabaseRequest ¶ added in v1.61.1302

type DeleteLogicDatabaseRequest struct {
	*requests.RpcRequest
	LogicDbId requests.Integer `position:"Query" name:"LogicDbId"`
	Tid       requests.Integer `position:"Query" name:"Tid"`
}

DeleteLogicDatabaseRequest is the request struct for api DeleteLogicDatabase

func CreateDeleteLogicDatabaseRequest ¶ added in v1.61.1302

func CreateDeleteLogicDatabaseRequest() (request *DeleteLogicDatabaseRequest)

CreateDeleteLogicDatabaseRequest creates a request to invoke DeleteLogicDatabase API

type DeleteLogicDatabaseResponse ¶ added in v1.61.1302

type DeleteLogicDatabaseResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	Success      bool   `json:"Success" xml:"Success"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
}

DeleteLogicDatabaseResponse is the response struct for api DeleteLogicDatabase

func CreateDeleteLogicDatabaseResponse ¶ added in v1.61.1302

func CreateDeleteLogicDatabaseResponse() (response *DeleteLogicDatabaseResponse)

CreateDeleteLogicDatabaseResponse creates a response to parse from DeleteLogicDatabase response

type DeleteLogicTableRouteConfigRequest ¶ added in v1.61.1354

type DeleteLogicTableRouteConfigRequest struct {
	*requests.RpcRequest
	Tid      requests.Integer `position:"Query" name:"Tid"`
	TableId  requests.Integer `position:"Query" name:"TableId"`
	RouteKey string           `position:"Query" name:"RouteKey"`
}

DeleteLogicTableRouteConfigRequest is the request struct for api DeleteLogicTableRouteConfig

func CreateDeleteLogicTableRouteConfigRequest ¶ added in v1.61.1354

func CreateDeleteLogicTableRouteConfigRequest() (request *DeleteLogicTableRouteConfigRequest)

CreateDeleteLogicTableRouteConfigRequest creates a request to invoke DeleteLogicTableRouteConfig API

type DeleteLogicTableRouteConfigResponse ¶ added in v1.61.1354

type DeleteLogicTableRouteConfigResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

DeleteLogicTableRouteConfigResponse is the response struct for api DeleteLogicTableRouteConfig

func CreateDeleteLogicTableRouteConfigResponse ¶ added in v1.61.1354

func CreateDeleteLogicTableRouteConfigResponse() (response *DeleteLogicTableRouteConfigResponse)

CreateDeleteLogicTableRouteConfigResponse creates a response to parse from DeleteLogicTableRouteConfig response

type DeleteProxyAccessRequest ¶ added in v1.61.1227

type DeleteProxyAccessRequest struct {
	*requests.RpcRequest
	ProxyAccessId requests.Integer `position:"Query" name:"ProxyAccessId"`
	Tid           requests.Integer `position:"Query" name:"Tid"`
}

DeleteProxyAccessRequest is the request struct for api DeleteProxyAccess

func CreateDeleteProxyAccessRequest ¶ added in v1.61.1227

func CreateDeleteProxyAccessRequest() (request *DeleteProxyAccessRequest)

CreateDeleteProxyAccessRequest creates a request to invoke DeleteProxyAccess API

type DeleteProxyAccessResponse ¶ added in v1.61.1227

type DeleteProxyAccessResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	Success      bool   `json:"Success" xml:"Success"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
}

DeleteProxyAccessResponse is the response struct for api DeleteProxyAccess

func CreateDeleteProxyAccessResponse ¶ added in v1.61.1227

func CreateDeleteProxyAccessResponse() (response *DeleteProxyAccessResponse)

CreateDeleteProxyAccessResponse creates a response to parse from DeleteProxyAccess response

type DeleteProxyRequest ¶ added in v1.61.1227

type DeleteProxyRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	ProxyId requests.Integer `position:"Query" name:"ProxyId"`
}

DeleteProxyRequest is the request struct for api DeleteProxy

func CreateDeleteProxyRequest ¶ added in v1.61.1227

func CreateDeleteProxyRequest() (request *DeleteProxyRequest)

CreateDeleteProxyRequest creates a request to invoke DeleteProxy API

type DeleteProxyResponse ¶ added in v1.61.1227

type DeleteProxyResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	Success      bool   `json:"Success" xml:"Success"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
}

DeleteProxyResponse is the response struct for api DeleteProxy

func CreateDeleteProxyResponse ¶ added in v1.61.1227

func CreateDeleteProxyResponse() (response *DeleteProxyResponse)

CreateDeleteProxyResponse creates a response to parse from DeleteProxy response

type DeleteScenarioRequest ¶ added in v1.61.1835

type DeleteScenarioRequest struct {
	*requests.RpcRequest
	Tid        requests.Integer `position:"Query" name:"Tid"`
	ScenarioId requests.Integer `position:"Query" name:"ScenarioId"`
}

DeleteScenarioRequest is the request struct for api DeleteScenario

func CreateDeleteScenarioRequest ¶ added in v1.61.1835

func CreateDeleteScenarioRequest() (request *DeleteScenarioRequest)

CreateDeleteScenarioRequest creates a request to invoke DeleteScenario API

type DeleteScenarioResponse ¶ added in v1.61.1835

type DeleteScenarioResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

DeleteScenarioResponse is the response struct for api DeleteScenario

func CreateDeleteScenarioResponse ¶ added in v1.61.1835

func CreateDeleteScenarioResponse() (response *DeleteScenarioResponse)

CreateDeleteScenarioResponse creates a response to parse from DeleteScenario response

type DeleteStandardGroupRequest ¶ added in v1.62.719

type DeleteStandardGroupRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	GroupId requests.Integer `position:"Query" name:"GroupId"`
}

DeleteStandardGroupRequest is the request struct for api DeleteStandardGroup

func CreateDeleteStandardGroupRequest ¶ added in v1.62.719

func CreateDeleteStandardGroupRequest() (request *DeleteStandardGroupRequest)

CreateDeleteStandardGroupRequest creates a request to invoke DeleteStandardGroup API

type DeleteStandardGroupResponse ¶ added in v1.62.719

type DeleteStandardGroupResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	Success      bool   `json:"Success" xml:"Success"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
}

DeleteStandardGroupResponse is the response struct for api DeleteStandardGroup

func CreateDeleteStandardGroupResponse ¶ added in v1.62.719

func CreateDeleteStandardGroupResponse() (response *DeleteStandardGroupResponse)

CreateDeleteStandardGroupResponse creates a response to parse from DeleteStandardGroup response

type DeleteTaskFlowEdgesByConditionRequest ¶ added in v1.61.1835

type DeleteTaskFlowEdgesByConditionRequest struct {
	*requests.RpcRequest
	DagId    requests.Integer `position:"Query" name:"DagId"`
	Tid      requests.Integer `position:"Query" name:"Tid"`
	NodeEnd  requests.Integer `position:"Query" name:"NodeEnd"`
	NodeFrom requests.Integer `position:"Query" name:"NodeFrom"`
	Id       requests.Integer `position:"Query" name:"Id"`
}

DeleteTaskFlowEdgesByConditionRequest is the request struct for api DeleteTaskFlowEdgesByCondition

func CreateDeleteTaskFlowEdgesByConditionRequest ¶ added in v1.61.1835

func CreateDeleteTaskFlowEdgesByConditionRequest() (request *DeleteTaskFlowEdgesByConditionRequest)

CreateDeleteTaskFlowEdgesByConditionRequest creates a request to invoke DeleteTaskFlowEdgesByCondition API

type DeleteTaskFlowEdgesByConditionResponse ¶ added in v1.61.1835

type DeleteTaskFlowEdgesByConditionResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

DeleteTaskFlowEdgesByConditionResponse is the response struct for api DeleteTaskFlowEdgesByCondition

func CreateDeleteTaskFlowEdgesByConditionResponse ¶ added in v1.61.1835

func CreateDeleteTaskFlowEdgesByConditionResponse() (response *DeleteTaskFlowEdgesByConditionResponse)

CreateDeleteTaskFlowEdgesByConditionResponse creates a response to parse from DeleteTaskFlowEdgesByCondition response

type DeleteTaskFlowRequest ¶ added in v1.61.1544

type DeleteTaskFlowRequest struct {
	*requests.RpcRequest
	DagId requests.Integer `position:"Query" name:"DagId"`
	Tid   requests.Integer `position:"Query" name:"Tid"`
}

DeleteTaskFlowRequest is the request struct for api DeleteTaskFlow

func CreateDeleteTaskFlowRequest ¶ added in v1.61.1544

func CreateDeleteTaskFlowRequest() (request *DeleteTaskFlowRequest)

CreateDeleteTaskFlowRequest creates a request to invoke DeleteTaskFlow API

type DeleteTaskFlowResponse ¶ added in v1.61.1544

type DeleteTaskFlowResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

DeleteTaskFlowResponse is the response struct for api DeleteTaskFlow

func CreateDeleteTaskFlowResponse ¶ added in v1.61.1544

func CreateDeleteTaskFlowResponse() (response *DeleteTaskFlowResponse)

CreateDeleteTaskFlowResponse creates a response to parse from DeleteTaskFlow response

type DeleteTaskRequest ¶ added in v1.61.1835

type DeleteTaskRequest struct {
	*requests.RpcRequest
	Tid    requests.Integer `position:"Query" name:"Tid"`
	NodeId string           `position:"Query" name:"NodeId"`
}

DeleteTaskRequest is the request struct for api DeleteTask

func CreateDeleteTaskRequest ¶ added in v1.61.1835

func CreateDeleteTaskRequest() (request *DeleteTaskRequest)

CreateDeleteTaskRequest creates a request to invoke DeleteTask API

type DeleteTaskResponse ¶ added in v1.61.1835

type DeleteTaskResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

DeleteTaskResponse is the response struct for api DeleteTask

func CreateDeleteTaskResponse ¶ added in v1.61.1835

func CreateDeleteTaskResponse() (response *DeleteTaskResponse)

CreateDeleteTaskResponse creates a response to parse from DeleteTask response

type DeleteUserRequest ¶

type DeleteUserRequest struct {
	*requests.RpcRequest
	Tid requests.Integer `position:"Query" name:"Tid"`
	Uid string           `position:"Query" name:"Uid"`
}

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"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

DeleteUserResponse is the response struct for api DeleteUser

func CreateDeleteUserResponse ¶

func CreateDeleteUserResponse() (response *DeleteUserResponse)

CreateDeleteUserResponse creates a response to parse from DeleteUser response

type DesensitizationRule ¶ added in v1.61.1630

type DesensitizationRule struct {
	RuleName         string `json:"RuleName" xml:"RuleName"`
	RuleType         string `json:"RuleType" xml:"RuleType"`
	RuleDesc         string `json:"RuleDesc" xml:"RuleDesc"`
	FunctionType     string `json:"FunctionType" xml:"FunctionType"`
	FuncParams       string `json:"FuncParams" xml:"FuncParams"`
	FuncSample       string `json:"FuncSample" xml:"FuncSample"`
	LastModifierId   string `json:"LastModifierId" xml:"LastModifierId"`
	LastModifierName string `json:"LastModifierName" xml:"LastModifierName"`
	ReferenceCount   int    `json:"ReferenceCount" xml:"ReferenceCount"`
	RuleId           int    `json:"RuleId" xml:"RuleId"`
}

DesensitizationRule is a nested struct in dms_enterprise response

type DesensitizationRuleList ¶ added in v1.61.1630

type DesensitizationRuleList struct {
	DesensitizationRule []DesensitizationRule `json:"DesensitizationRule" xml:"DesensitizationRule"`
}

DesensitizationRuleList is a nested struct in dms_enterprise response

type DetailInfo ¶ added in v1.61.504

type DetailInfo struct {
	IndexList  []Index                          `json:"IndexList" xml:"IndexList"`
	ColumnList []ColumnInGetMetaTableDetailInfo `json:"ColumnList" xml:"ColumnList"`
}

DetailInfo is a nested struct in dms_enterprise response

type DisableUserRequest ¶

type DisableUserRequest struct {
	*requests.RpcRequest
	Tid requests.Integer `position:"Query" name:"Tid"`
	Uid string           `position:"Query" name:"Uid"`
}

DisableUserRequest is the request struct for api DisableUser

func CreateDisableUserRequest ¶

func CreateDisableUserRequest() (request *DisableUserRequest)

CreateDisableUserRequest creates a request to invoke DisableUser API

type DisableUserResponse ¶

type DisableUserResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

DisableUserResponse is the response struct for api DisableUser

func CreateDisableUserResponse ¶

func CreateDisableUserResponse() (response *DisableUserResponse)

CreateDisableUserResponse creates a response to parse from DisableUser response

type DownloadDataTrackResultColumnFilter ¶ added in v1.62.289

type DownloadDataTrackResultColumnFilter struct {
	BetweenStart string    `name:"BetweenStart"`
	BetweenEnd   string    `name:"BetweenEnd"`
	ColumnName   string    `name:"ColumnName"`
	Value        string    `name:"Value"`
	Operator     string    `name:"Operator"`
	InList       *[]string `name:"InList" type:"Repeated"`
}

DownloadDataTrackResultColumnFilter is a repeated param struct in DownloadDataTrackResultRequest

type DownloadDataTrackResultRequest ¶ added in v1.62.289

type DownloadDataTrackResultRequest struct {
	*requests.RpcRequest
	FilterStartTime string                              `position:"Query" name:"FilterStartTime"`
	FilterTypeList  *[]string                           `position:"Query" name:"FilterTypeList"  type:"Json"`
	Tid             requests.Integer                    `position:"Query" name:"Tid"`
	RollbackSQLType string                              `position:"Query" name:"RollbackSQLType"`
	EventIdList     *[]string                           `position:"Query" name:"EventIdList"  type:"Json"`
	OrderId         requests.Integer                    `position:"Query" name:"OrderId"`
	FilterTableList *[]string                           `position:"Query" name:"FilterTableList"  type:"Json"`
	FilterEndTime   string                              `position:"Query" name:"FilterEndTime"`
	ColumnFilter    DownloadDataTrackResultColumnFilter `position:"Query" name:"ColumnFilter"  type:"Struct"`
}

DownloadDataTrackResultRequest is the request struct for api DownloadDataTrackResult

func CreateDownloadDataTrackResultRequest ¶ added in v1.62.289

func CreateDownloadDataTrackResultRequest() (request *DownloadDataTrackResultRequest)

CreateDownloadDataTrackResultRequest creates a request to invoke DownloadDataTrackResult API

type DownloadDataTrackResultResponse ¶ added in v1.62.289

type DownloadDataTrackResultResponse struct {
	*responses.BaseResponse
	RequestId     string `json:"RequestId" xml:"RequestId"`
	Success       bool   `json:"Success" xml:"Success"`
	ErrorMessage  string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode     string `json:"ErrorCode" xml:"ErrorCode"`
	DownloadKeyId string `json:"DownloadKeyId" xml:"DownloadKeyId"`
}

DownloadDataTrackResultResponse is the response struct for api DownloadDataTrackResult

func CreateDownloadDataTrackResultResponse ¶ added in v1.62.289

func CreateDownloadDataTrackResultResponse() (response *DownloadDataTrackResultResponse)

CreateDownloadDataTrackResultResponse creates a response to parse from DownloadDataTrackResult response

type DownloadURLResult ¶ added in v1.61.13

type DownloadURLResult struct {
	TipMessage string `json:"TipMessage" xml:"TipMessage"`
	HasResult  bool   `json:"HasResult" xml:"HasResult"`
	URL        string `json:"URL" xml:"URL"`
}

DownloadURLResult is a nested struct in dms_enterprise response

type Edge ¶ added in v1.61.1835

type Edge struct {
	DagId    int64 `json:"DagId" xml:"DagId"`
	NodeFrom int64 `json:"NodeFrom" xml:"NodeFrom"`
	Id       int64 `json:"Id" xml:"Id"`
	NodeEnd  int64 `json:"NodeEnd" xml:"NodeEnd"`
}

Edge is a nested struct in dms_enterprise response

type EdgeIds ¶ added in v1.62.92

type EdgeIds struct {
	EdgeId []int64 `json:"EdgeId" xml:"EdgeId"`
}

EdgeIds is a nested struct in dms_enterprise response

type EdgesInGetTaskFlowGraph ¶ added in v1.61.1835

type EdgesInGetTaskFlowGraph struct {
	Edge []Edge `json:"Edge" xml:"Edge"`
}

EdgesInGetTaskFlowGraph is a nested struct in dms_enterprise response

type EdgesInListTaskFlowEdgesByCondition ¶ added in v1.61.1835

type EdgesInListTaskFlowEdgesByCondition struct {
	Edge []Edge `json:"Edge" xml:"Edge"`
}

EdgesInListTaskFlowEdgesByCondition is a nested struct in dms_enterprise response

type EditLogicDatabaseRequest ¶ added in v1.61.1302

type EditLogicDatabaseRequest struct {
	*requests.RpcRequest
	LogicDbId   requests.Integer `position:"Query" name:"LogicDbId"`
	Tid         requests.Integer `position:"Query" name:"Tid"`
	Alias       string           `position:"Query" name:"Alias"`
	DatabaseIds *[]string        `position:"Query" name:"DatabaseIds"  type:"Json"`
}

EditLogicDatabaseRequest is the request struct for api EditLogicDatabase

func CreateEditLogicDatabaseRequest ¶ added in v1.61.1302

func CreateEditLogicDatabaseRequest() (request *EditLogicDatabaseRequest)

CreateEditLogicDatabaseRequest creates a request to invoke EditLogicDatabase API

type EditLogicDatabaseResponse ¶ added in v1.61.1302

type EditLogicDatabaseResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	Success      bool   `json:"Success" xml:"Success"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
}

EditLogicDatabaseResponse is the response struct for api EditLogicDatabase

func CreateEditLogicDatabaseResponse ¶ added in v1.61.1302

func CreateEditLogicDatabaseResponse() (response *EditLogicDatabaseResponse)

CreateEditLogicDatabaseResponse creates a response to parse from EditLogicDatabase response

type EnableUserRequest ¶

type EnableUserRequest struct {
	*requests.RpcRequest
	Tid requests.Integer `position:"Query" name:"Tid"`
	Uid string           `position:"Query" name:"Uid"`
}

EnableUserRequest is the request struct for api EnableUser

func CreateEnableUserRequest ¶

func CreateEnableUserRequest() (request *EnableUserRequest)

CreateEnableUserRequest creates a request to invoke EnableUser API

type EnableUserResponse ¶

type EnableUserResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

EnableUserResponse is the response struct for api EnableUser

func CreateEnableUserResponse ¶

func CreateEnableUserResponse() (response *EnableUserResponse)

CreateEnableUserResponse creates a response to parse from EnableUser response

type Event ¶ added in v1.62.289

type Event struct {
	EventLength    int64    `json:"EventLength" xml:"EventLength"`
	EventTimestamp string   `json:"EventTimestamp" xml:"EventTimestamp"`
	EventType      string   `json:"EventType" xml:"EventType"`
	EventId        int64    `json:"EventId" xml:"EventId"`
	RollSQL        string   `json:"RollSQL" xml:"RollSQL"`
	DataAfter      []string `json:"DataAfter" xml:"DataAfter"`
	DataBefore     []string `json:"DataBefore" xml:"DataBefore"`
}

Event is a nested struct in dms_enterprise response

type EventList ¶ added in v1.62.289

type EventList struct {
	Event []Event `json:"Event" xml:"Event"`
}

EventList is a nested struct in dms_enterprise response

type ExecuteDataCorrectRequest ¶ added in v1.61.13

type ExecuteDataCorrectRequest struct {
	*requests.RpcRequest
	Tid          string                 `position:"Query" name:"Tid"`
	ActionDetail map[string]interface{} `position:"Query" name:"ActionDetail"`
	OrderId      requests.Integer       `position:"Query" name:"OrderId"`
	ActionName   string                 `position:"Query" name:"ActionName"`
}

ExecuteDataCorrectRequest is the request struct for api ExecuteDataCorrect

func CreateExecuteDataCorrectRequest ¶ added in v1.61.13

func CreateExecuteDataCorrectRequest() (request *ExecuteDataCorrectRequest)

CreateExecuteDataCorrectRequest creates a request to invoke ExecuteDataCorrect API

type ExecuteDataCorrectResponse ¶ added in v1.61.13

type ExecuteDataCorrectResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

ExecuteDataCorrectResponse is the response struct for api ExecuteDataCorrect

func CreateExecuteDataCorrectResponse ¶ added in v1.61.13

func CreateExecuteDataCorrectResponse() (response *ExecuteDataCorrectResponse)

CreateExecuteDataCorrectResponse creates a response to parse from ExecuteDataCorrect response

type ExecuteDataExportRequest ¶ added in v1.61.13

type ExecuteDataExportRequest struct {
	*requests.RpcRequest
	Tid          requests.Integer       `position:"Query" name:"Tid"`
	ActionDetail map[string]interface{} `position:"Query" name:"ActionDetail"`
	OrderId      requests.Integer       `position:"Query" name:"OrderId"`
	ActionName   string                 `position:"Query" name:"ActionName"`
}

ExecuteDataExportRequest is the request struct for api ExecuteDataExport

func CreateExecuteDataExportRequest ¶ added in v1.61.13

func CreateExecuteDataExportRequest() (request *ExecuteDataExportRequest)

CreateExecuteDataExportRequest creates a request to invoke ExecuteDataExport API

type ExecuteDataExportResponse ¶ added in v1.61.13

type ExecuteDataExportResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

ExecuteDataExportResponse is the response struct for api ExecuteDataExport

func CreateExecuteDataExportResponse ¶ added in v1.61.13

func CreateExecuteDataExportResponse() (response *ExecuteDataExportResponse)

CreateExecuteDataExportResponse creates a response to parse from ExecuteDataExport response

type ExecuteScriptRequest ¶ added in v1.61.487

type ExecuteScriptRequest struct {
	*requests.RpcRequest
	Tid    requests.Integer `position:"Query" name:"Tid"`
	Script string           `position:"Query" name:"Script"`
	DbId   requests.Integer `position:"Query" name:"DbId"`
	Logic  requests.Boolean `position:"Query" name:"Logic"`
}

ExecuteScriptRequest is the request struct for api ExecuteScript

func CreateExecuteScriptRequest ¶ added in v1.61.487

func CreateExecuteScriptRequest() (request *ExecuteScriptRequest)

CreateExecuteScriptRequest creates a request to invoke ExecuteScript API

type ExecuteScriptResponse ¶ added in v1.61.487

type ExecuteScriptResponse struct {
	*responses.BaseResponse
	RequestId    string   `json:"RequestId" xml:"RequestId"`
	ErrorCode    string   `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string   `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool     `json:"Success" xml:"Success"`
	Results      []Result `json:"Results" xml:"Results"`
}

ExecuteScriptResponse is the response struct for api ExecuteScript

func CreateExecuteScriptResponse ¶ added in v1.61.487

func CreateExecuteScriptResponse() (response *ExecuteScriptResponse)

CreateExecuteScriptResponse creates a response to parse from ExecuteScript response

type ExecuteStructSyncRequest ¶ added in v1.61.968

type ExecuteStructSyncRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

ExecuteStructSyncRequest is the request struct for api ExecuteStructSync

func CreateExecuteStructSyncRequest ¶ added in v1.61.968

func CreateExecuteStructSyncRequest() (request *ExecuteStructSyncRequest)

CreateExecuteStructSyncRequest creates a request to invoke ExecuteStructSync API

type ExecuteStructSyncResponse ¶ added in v1.61.968

type ExecuteStructSyncResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	Success      bool   `json:"Success" xml:"Success"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
}

ExecuteStructSyncResponse is the response struct for api ExecuteStructSync

func CreateExecuteStructSyncResponse ¶ added in v1.61.968

func CreateExecuteStructSyncResponse() (response *ExecuteStructSyncResponse)

CreateExecuteStructSyncResponse creates a response to parse from ExecuteStructSync response

type ExportTypes ¶ added in v1.62.289

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

ExportTypes is a nested struct in dms_enterprise response

type Field ¶ added in v1.62.345

type Field struct {
	Name string `json:"Name" xml:"Name"`
}

Field is a nested struct in dms_enterprise response

type Fields ¶ added in v1.62.345

type Fields struct {
	Field []Field `json:"Field" xml:"Field"`
}

Fields is a nested struct in dms_enterprise response

type FlowNodeArray ¶ added in v1.62.726

type FlowNodeArray struct {
	FlowNodeArrayItem []FlowNodeArrayItem `json:"FlowNodeArray" xml:"FlowNodeArray"`
}

FlowNodeArray is a nested struct in dms_enterprise response

type FlowNodeArrayItem ¶ added in v1.62.726

type FlowNodeArrayItem struct {
	NodeRole          string   `json:"NodeRole" xml:"NodeRole"`
	NodeTitle         string   `json:"NodeTitle" xml:"NodeTitle"`
	Position          int      `json:"Position" xml:"Position"`
	PublishAnchor     bool     `json:"PublishAnchor" xml:"PublishAnchor"`
	BackToDesign      bool     `json:"BackToDesign" xml:"BackToDesign"`
	CanSkip           bool     `json:"CanSkip" xml:"CanSkip"`
	PublishStrategies []string `json:"PublishStrategies" xml:"PublishStrategies"`
}

FlowNodeArrayItem is a nested struct in dms_enterprise response

type GetApprovalDetailRequest ¶ added in v1.61.13

type GetApprovalDetailRequest struct {
	*requests.RpcRequest
	Tid                requests.Integer `position:"Query" name:"Tid"`
	WorkflowInstanceId requests.Integer `position:"Query" name:"WorkflowInstanceId"`
}

GetApprovalDetailRequest is the request struct for api GetApprovalDetail

func CreateGetApprovalDetailRequest ¶ added in v1.61.13

func CreateGetApprovalDetailRequest() (request *GetApprovalDetailRequest)

CreateGetApprovalDetailRequest creates a request to invoke GetApprovalDetail API

type GetApprovalDetailResponse ¶ added in v1.61.13

type GetApprovalDetailResponse struct {
	*responses.BaseResponse
	RequestId      string         `json:"RequestId" xml:"RequestId"`
	ErrorCode      string         `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage   string         `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool           `json:"Success" xml:"Success"`
	ApprovalDetail ApprovalDetail `json:"ApprovalDetail" xml:"ApprovalDetail"`
}

GetApprovalDetailResponse is the response struct for api GetApprovalDetail

func CreateGetApprovalDetailResponse ¶ added in v1.61.13

func CreateGetApprovalDetailResponse() (response *GetApprovalDetailResponse)

CreateGetApprovalDetailResponse creates a response to parse from GetApprovalDetail response

type GetAuthorityTemplateItemRequest ¶ added in v1.62.277

type GetAuthorityTemplateItemRequest struct {
	*requests.RpcRequest
	Tid        requests.Integer `position:"Query" name:"Tid"`
	TemplateId requests.Integer `position:"Query" name:"TemplateId"`
}

GetAuthorityTemplateItemRequest is the request struct for api GetAuthorityTemplateItem

func CreateGetAuthorityTemplateItemRequest ¶ added in v1.62.277

func CreateGetAuthorityTemplateItemRequest() (request *GetAuthorityTemplateItemRequest)

CreateGetAuthorityTemplateItemRequest creates a request to invoke GetAuthorityTemplateItem API

type GetAuthorityTemplateItemResponse ¶ added in v1.62.277

type GetAuthorityTemplateItemResponse struct {
	*responses.BaseResponse
	RequestId                 string                                              `json:"RequestId" xml:"RequestId"`
	ErrorCode                 string                                              `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage              string                                              `json:"ErrorMessage" xml:"ErrorMessage"`
	Success                   bool                                                `json:"Success" xml:"Success"`
	Tid                       int64                                               `json:"Tid" xml:"Tid"`
	AuthorityTemplateItemList AuthorityTemplateItemListInGetAuthorityTemplateItem `json:"AuthorityTemplateItemList" xml:"AuthorityTemplateItemList"`
}

GetAuthorityTemplateItemResponse is the response struct for api GetAuthorityTemplateItem

func CreateGetAuthorityTemplateItemResponse ¶ added in v1.62.277

func CreateGetAuthorityTemplateItemResponse() (response *GetAuthorityTemplateItemResponse)

CreateGetAuthorityTemplateItemResponse creates a response to parse from GetAuthorityTemplateItem response

type GetAuthorityTemplateRequest ¶ added in v1.62.277

type GetAuthorityTemplateRequest struct {
	*requests.RpcRequest
	Tid        requests.Integer `position:"Query" name:"Tid"`
	TemplateId requests.Integer `position:"Query" name:"TemplateId"`
}

GetAuthorityTemplateRequest is the request struct for api GetAuthorityTemplate

func CreateGetAuthorityTemplateRequest ¶ added in v1.62.277

func CreateGetAuthorityTemplateRequest() (request *GetAuthorityTemplateRequest)

CreateGetAuthorityTemplateRequest creates a request to invoke GetAuthorityTemplate API

type GetAuthorityTemplateResponse ¶ added in v1.62.277

type GetAuthorityTemplateResponse struct {
	*responses.BaseResponse
	RequestId             string                `json:"RequestId" xml:"RequestId"`
	ErrorCode             string                `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage          string                `json:"ErrorMessage" xml:"ErrorMessage"`
	Success               bool                  `json:"Success" xml:"Success"`
	Tid                   int64                 `json:"Tid" xml:"Tid"`
	AuthorityTemplateView AuthorityTemplateView `json:"AuthorityTemplateView" xml:"AuthorityTemplateView"`
}

GetAuthorityTemplateResponse is the response struct for api GetAuthorityTemplate

func CreateGetAuthorityTemplateResponse ¶ added in v1.62.277

func CreateGetAuthorityTemplateResponse() (response *GetAuthorityTemplateResponse)

CreateGetAuthorityTemplateResponse creates a response to parse from GetAuthorityTemplate response

type GetClassificationTemplateRequest ¶ added in v1.62.564

type GetClassificationTemplateRequest struct {
	*requests.RpcRequest
	Tid        requests.Integer `position:"Query" name:"Tid"`
	InstanceId requests.Integer `position:"Query" name:"InstanceId"`
}

GetClassificationTemplateRequest is the request struct for api GetClassificationTemplate

func CreateGetClassificationTemplateRequest ¶ added in v1.62.564

func CreateGetClassificationTemplateRequest() (request *GetClassificationTemplateRequest)

CreateGetClassificationTemplateRequest creates a request to invoke GetClassificationTemplate API

type GetClassificationTemplateResponse ¶ added in v1.62.564

type GetClassificationTemplateResponse struct {
	*responses.BaseResponse
	RequestId                         string                            `json:"RequestId" xml:"RequestId"`
	ErrorCode                         string                            `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage                      string                            `json:"ErrorMessage" xml:"ErrorMessage"`
	Success                           bool                              `json:"Success" xml:"Success"`
	ClassificationResourceTemplateMap ClassificationResourceTemplateMap `json:"ClassificationResourceTemplateMap" xml:"ClassificationResourceTemplateMap"`
}

GetClassificationTemplateResponse is the response struct for api GetClassificationTemplate

func CreateGetClassificationTemplateResponse ¶ added in v1.62.564

func CreateGetClassificationTemplateResponse() (response *GetClassificationTemplateResponse)

CreateGetClassificationTemplateResponse creates a response to parse from GetClassificationTemplate response

type GetDBTaskSQLJobLogRequest ¶ added in v1.61.1354

type GetDBTaskSQLJobLogRequest struct {
	*requests.RpcRequest
	Tid   requests.Integer `position:"Query" name:"Tid"`
	JobId requests.Integer `position:"Query" name:"JobId"`
}

GetDBTaskSQLJobLogRequest is the request struct for api GetDBTaskSQLJobLog

func CreateGetDBTaskSQLJobLogRequest ¶ added in v1.61.1354

func CreateGetDBTaskSQLJobLogRequest() (request *GetDBTaskSQLJobLogRequest)

CreateGetDBTaskSQLJobLogRequest creates a request to invoke GetDBTaskSQLJobLog API

type GetDBTaskSQLJobLogResponse ¶ added in v1.61.1354

type GetDBTaskSQLJobLogResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	Success      bool   `json:"Success" xml:"Success"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	Log          string `json:"Log" xml:"Log"`
}

GetDBTaskSQLJobLogResponse is the response struct for api GetDBTaskSQLJobLog

func CreateGetDBTaskSQLJobLogResponse ¶ added in v1.61.1354

func CreateGetDBTaskSQLJobLogResponse() (response *GetDBTaskSQLJobLogResponse)

CreateGetDBTaskSQLJobLogResponse creates a response to parse from GetDBTaskSQLJobLog response

type GetDBTopologyRequest ¶ added in v1.61.1023

type GetDBTopologyRequest struct {
	*requests.RpcRequest
	LogicDbId requests.Integer `position:"Query" name:"LogicDbId"`
	Tid       requests.Integer `position:"Query" name:"Tid"`
}

GetDBTopologyRequest is the request struct for api GetDBTopology

func CreateGetDBTopologyRequest ¶ added in v1.61.1023

func CreateGetDBTopologyRequest() (request *GetDBTopologyRequest)

CreateGetDBTopologyRequest creates a request to invoke GetDBTopology API

type GetDBTopologyResponse ¶ added in v1.61.1023

type GetDBTopologyResponse struct {
	*responses.BaseResponse
	RequestId    string     `json:"RequestId" xml:"RequestId"`
	Success      bool       `json:"Success" xml:"Success"`
	ErrorMessage string     `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string     `json:"ErrorCode" xml:"ErrorCode"`
	DBTopology   DBTopology `json:"DBTopology" xml:"DBTopology"`
}

GetDBTopologyResponse is the response struct for api GetDBTopology

func CreateGetDBTopologyResponse ¶ added in v1.61.1023

func CreateGetDBTopologyResponse() (response *GetDBTopologyResponse)

CreateGetDBTopologyResponse creates a response to parse from GetDBTopology response

type GetDataArchiveCountRequest ¶ added in v1.62.436

type GetDataArchiveCountRequest struct {
	*requests.RpcRequest
	SearchDateType  string           `position:"Query" name:"SearchDateType"`
	Tid             requests.Integer `position:"Query" name:"Tid"`
	PluginType      string           `position:"Query" name:"PluginType"`
	OrderResultType string           `position:"Query" name:"OrderResultType"`
}

GetDataArchiveCountRequest is the request struct for api GetDataArchiveCount

func CreateGetDataArchiveCountRequest ¶ added in v1.62.436

func CreateGetDataArchiveCountRequest() (request *GetDataArchiveCountRequest)

CreateGetDataArchiveCountRequest creates a request to invoke GetDataArchiveCount API

type GetDataArchiveCountResponse ¶ added in v1.62.436

type GetDataArchiveCountResponse struct {
	*responses.BaseResponse
	Success   bool   `json:"Success" xml:"Success"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

GetDataArchiveCountResponse is the response struct for api GetDataArchiveCount

func CreateGetDataArchiveCountResponse ¶ added in v1.62.436

func CreateGetDataArchiveCountResponse() (response *GetDataArchiveCountResponse)

CreateGetDataArchiveCountResponse creates a response to parse from GetDataArchiveCount response

type GetDataArchiveOrderDetailRequest ¶ added in v1.62.345

type GetDataArchiveOrderDetailRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

GetDataArchiveOrderDetailRequest is the request struct for api GetDataArchiveOrderDetail

func CreateGetDataArchiveOrderDetailRequest ¶ added in v1.62.345

func CreateGetDataArchiveOrderDetailRequest() (request *GetDataArchiveOrderDetailRequest)

CreateGetDataArchiveOrderDetailRequest creates a request to invoke GetDataArchiveOrderDetail API

type GetDataArchiveOrderDetailResponse ¶ added in v1.62.345

type GetDataArchiveOrderDetailResponse struct {
	*responses.BaseResponse
	TraceId                string                 `json:"TraceId" xml:"TraceId"`
	Success                bool                   `json:"Success" xml:"Success"`
	ErrorMessage           string                 `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode              string                 `json:"ErrorCode" xml:"ErrorCode"`
	RequestId              string                 `json:"RequestId" xml:"RequestId"`
	DataArchiveOrderDetail DataArchiveOrderDetail `json:"DataArchiveOrderDetail" xml:"DataArchiveOrderDetail"`
}

GetDataArchiveOrderDetailResponse is the response struct for api GetDataArchiveOrderDetail

func CreateGetDataArchiveOrderDetailResponse ¶ added in v1.62.345

func CreateGetDataArchiveOrderDetailResponse() (response *GetDataArchiveOrderDetailResponse)

CreateGetDataArchiveOrderDetailResponse creates a response to parse from GetDataArchiveOrderDetail response

type GetDataCorrectBackupFilesRequest ¶ added in v1.61.13

type GetDataCorrectBackupFilesRequest struct {
	*requests.RpcRequest
	Tid          requests.Integer       `position:"Query" name:"Tid"`
	ActionDetail map[string]interface{} `position:"Query" name:"ActionDetail"`
	OrderId      requests.Integer       `position:"Query" name:"OrderId"`
	ActionName   string                 `position:"Query" name:"ActionName"`
}

GetDataCorrectBackupFilesRequest is the request struct for api GetDataCorrectBackupFiles

func CreateGetDataCorrectBackupFilesRequest ¶ added in v1.61.13

func CreateGetDataCorrectBackupFilesRequest() (request *GetDataCorrectBackupFilesRequest)

CreateGetDataCorrectBackupFilesRequest creates a request to invoke GetDataCorrectBackupFiles API

type GetDataCorrectBackupFilesResponse ¶ added in v1.61.13

type GetDataCorrectBackupFilesResponse struct {
	*responses.BaseResponse
	RequestId              string                 `json:"RequestId" xml:"RequestId"`
	ErrorCode              string                 `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage           string                 `json:"ErrorMessage" xml:"ErrorMessage"`
	Success                bool                   `json:"Success" xml:"Success"`
	DataCorrectBackupFiles DataCorrectBackupFiles `json:"DataCorrectBackupFiles" xml:"DataCorrectBackupFiles"`
}

GetDataCorrectBackupFilesResponse is the response struct for api GetDataCorrectBackupFiles

func CreateGetDataCorrectBackupFilesResponse ¶ added in v1.61.13

func CreateGetDataCorrectBackupFilesResponse() (response *GetDataCorrectBackupFilesResponse)

CreateGetDataCorrectBackupFilesResponse creates a response to parse from GetDataCorrectBackupFiles response

type GetDataCorrectOrderDetailRequest ¶ added in v1.61.13

type GetDataCorrectOrderDetailRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

GetDataCorrectOrderDetailRequest is the request struct for api GetDataCorrectOrderDetail

func CreateGetDataCorrectOrderDetailRequest ¶ added in v1.61.13

func CreateGetDataCorrectOrderDetailRequest() (request *GetDataCorrectOrderDetailRequest)

CreateGetDataCorrectOrderDetailRequest creates a request to invoke GetDataCorrectOrderDetail API

type GetDataCorrectOrderDetailResponse ¶ added in v1.61.13

type GetDataCorrectOrderDetailResponse struct {
	*responses.BaseResponse
	RequestId              string                 `json:"RequestId" xml:"RequestId"`
	ErrorCode              string                 `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage           string                 `json:"ErrorMessage" xml:"ErrorMessage"`
	Success                bool                   `json:"Success" xml:"Success"`
	DataCorrectOrderDetail DataCorrectOrderDetail `json:"DataCorrectOrderDetail" xml:"DataCorrectOrderDetail"`
}

GetDataCorrectOrderDetailResponse is the response struct for api GetDataCorrectOrderDetail

func CreateGetDataCorrectOrderDetailResponse ¶ added in v1.61.13

func CreateGetDataCorrectOrderDetailResponse() (response *GetDataCorrectOrderDetailResponse)

CreateGetDataCorrectOrderDetailResponse creates a response to parse from GetDataCorrectOrderDetail response

type GetDataCorrectRollbackFileRequest ¶ added in v1.62.34

type GetDataCorrectRollbackFileRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

GetDataCorrectRollbackFileRequest is the request struct for api GetDataCorrectRollbackFile

func CreateGetDataCorrectRollbackFileRequest ¶ added in v1.62.34

func CreateGetDataCorrectRollbackFileRequest() (request *GetDataCorrectRollbackFileRequest)

CreateGetDataCorrectRollbackFileRequest creates a request to invoke GetDataCorrectRollbackFile API

type GetDataCorrectRollbackFileResponse ¶ added in v1.62.34

type GetDataCorrectRollbackFileResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	Success      bool   `json:"Success" xml:"Success"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	FileUrl      string `json:"FileUrl" xml:"FileUrl"`
}

GetDataCorrectRollbackFileResponse is the response struct for api GetDataCorrectRollbackFile

func CreateGetDataCorrectRollbackFileResponse ¶ added in v1.62.34

func CreateGetDataCorrectRollbackFileResponse() (response *GetDataCorrectRollbackFileResponse)

CreateGetDataCorrectRollbackFileResponse creates a response to parse from GetDataCorrectRollbackFile response

type GetDataCorrectSQLFileRequest ¶ added in v1.61.968

type GetDataCorrectSQLFileRequest struct {
	*requests.RpcRequest
	Tid             requests.Integer `position:"Query" name:"Tid"`
	OrderId         requests.Integer `position:"Query" name:"OrderId"`
	OrderActionName string           `position:"Query" name:"OrderActionName"`
}

GetDataCorrectSQLFileRequest is the request struct for api GetDataCorrectSQLFile

func CreateGetDataCorrectSQLFileRequest ¶ added in v1.61.968

func CreateGetDataCorrectSQLFileRequest() (request *GetDataCorrectSQLFileRequest)

CreateGetDataCorrectSQLFileRequest creates a request to invoke GetDataCorrectSQLFile API

type GetDataCorrectSQLFileResponse ¶ added in v1.61.968

type GetDataCorrectSQLFileResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	Success      bool   `json:"Success" xml:"Success"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	FileUrl      string `json:"FileUrl" xml:"FileUrl"`
}

GetDataCorrectSQLFileResponse is the response struct for api GetDataCorrectSQLFile

func CreateGetDataCorrectSQLFileResponse ¶ added in v1.61.968

func CreateGetDataCorrectSQLFileResponse() (response *GetDataCorrectSQLFileResponse)

CreateGetDataCorrectSQLFileResponse creates a response to parse from GetDataCorrectSQLFile response

type GetDataCorrectTaskDetailRequest ¶ added in v1.61.1009

type GetDataCorrectTaskDetailRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

GetDataCorrectTaskDetailRequest is the request struct for api GetDataCorrectTaskDetail

func CreateGetDataCorrectTaskDetailRequest ¶ added in v1.61.1009

func CreateGetDataCorrectTaskDetailRequest() (request *GetDataCorrectTaskDetailRequest)

CreateGetDataCorrectTaskDetailRequest creates a request to invoke GetDataCorrectTaskDetail API

type GetDataCorrectTaskDetailResponse ¶ added in v1.61.1009

type GetDataCorrectTaskDetailResponse struct {
	*responses.BaseResponse
	RequestId             string                `json:"RequestId" xml:"RequestId"`
	Success               bool                  `json:"Success" xml:"Success"`
	ErrorMessage          string                `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode             string                `json:"ErrorCode" xml:"ErrorCode"`
	DataCorrectTaskDetail DataCorrectTaskDetail `json:"DataCorrectTaskDetail" xml:"DataCorrectTaskDetail"`
}

GetDataCorrectTaskDetailResponse is the response struct for api GetDataCorrectTaskDetail

func CreateGetDataCorrectTaskDetailResponse ¶ added in v1.61.1009

func CreateGetDataCorrectTaskDetailResponse() (response *GetDataCorrectTaskDetailResponse)

CreateGetDataCorrectTaskDetailResponse creates a response to parse from GetDataCorrectTaskDetail response

type GetDataCronClearConfigRequest ¶ added in v1.62.34

type GetDataCronClearConfigRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

GetDataCronClearConfigRequest is the request struct for api GetDataCronClearConfig

func CreateGetDataCronClearConfigRequest ¶ added in v1.62.34

func CreateGetDataCronClearConfigRequest() (request *GetDataCronClearConfigRequest)

CreateGetDataCronClearConfigRequest creates a request to invoke GetDataCronClearConfig API

type GetDataCronClearConfigResponse ¶ added in v1.62.34

type GetDataCronClearConfigResponse struct {
	*responses.BaseResponse
	RequestId           string              `json:"RequestId" xml:"RequestId"`
	Success             bool                `json:"Success" xml:"Success"`
	ErrorMessage        string              `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode           string              `json:"ErrorCode" xml:"ErrorCode"`
	DataCronClearConfig DataCronClearConfig `json:"DataCronClearConfig" xml:"DataCronClearConfig"`
}

GetDataCronClearConfigResponse is the response struct for api GetDataCronClearConfig

func CreateGetDataCronClearConfigResponse ¶ added in v1.62.34

func CreateGetDataCronClearConfigResponse() (response *GetDataCronClearConfigResponse)

CreateGetDataCronClearConfigResponse creates a response to parse from GetDataCronClearConfig response

type GetDataCronClearTaskDetailListRequest ¶ added in v1.61.1009

type GetDataCronClearTaskDetailListRequest struct {
	*requests.RpcRequest
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	OrderId    requests.Integer `position:"Query" name:"OrderId"`
}

GetDataCronClearTaskDetailListRequest is the request struct for api GetDataCronClearTaskDetailList

func CreateGetDataCronClearTaskDetailListRequest ¶ added in v1.61.1009

func CreateGetDataCronClearTaskDetailListRequest() (request *GetDataCronClearTaskDetailListRequest)

CreateGetDataCronClearTaskDetailListRequest creates a request to invoke GetDataCronClearTaskDetailList API

type GetDataCronClearTaskDetailListResponse ¶ added in v1.61.1009

type GetDataCronClearTaskDetailListResponse struct {
	*responses.BaseResponse
	RequestId                   string                    `json:"RequestId" xml:"RequestId"`
	Success                     bool                      `json:"Success" xml:"Success"`
	ErrorMessage                string                    `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode                   string                    `json:"ErrorCode" xml:"ErrorCode"`
	TotalCount                  int64                     `json:"TotalCount" xml:"TotalCount"`
	DataCronClearTaskDetailList []DataCronClearTaskDetail `json:"DataCronClearTaskDetailList" xml:"DataCronClearTaskDetailList"`
}

GetDataCronClearTaskDetailListResponse is the response struct for api GetDataCronClearTaskDetailList

func CreateGetDataCronClearTaskDetailListResponse ¶ added in v1.61.1009

func CreateGetDataCronClearTaskDetailListResponse() (response *GetDataCronClearTaskDetailListResponse)

CreateGetDataCronClearTaskDetailListResponse creates a response to parse from GetDataCronClearTaskDetailList response

type GetDataExportDownloadURLRequest ¶ added in v1.61.13

type GetDataExportDownloadURLRequest struct {
	*requests.RpcRequest
	Tid        requests.Integer `position:"Query" name:"Tid"`
	OrderId    requests.Integer `position:"Query" name:"OrderId"`
	ActionName string           `position:"Query" name:"ActionName"`
}

GetDataExportDownloadURLRequest is the request struct for api GetDataExportDownloadURL

func CreateGetDataExportDownloadURLRequest ¶ added in v1.61.13

func CreateGetDataExportDownloadURLRequest() (request *GetDataExportDownloadURLRequest)

CreateGetDataExportDownloadURLRequest creates a request to invoke GetDataExportDownloadURL API

type GetDataExportDownloadURLResponse ¶ added in v1.61.13

type GetDataExportDownloadURLResponse struct {
	*responses.BaseResponse
	RequestId         string            `json:"RequestId" xml:"RequestId"`
	ErrorCode         string            `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage      string            `json:"ErrorMessage" xml:"ErrorMessage"`
	Success           bool              `json:"Success" xml:"Success"`
	DownloadURLResult DownloadURLResult `json:"DownloadURLResult" xml:"DownloadURLResult"`
}

GetDataExportDownloadURLResponse is the response struct for api GetDataExportDownloadURL

func CreateGetDataExportDownloadURLResponse ¶ added in v1.61.13

func CreateGetDataExportDownloadURLResponse() (response *GetDataExportDownloadURLResponse)

CreateGetDataExportDownloadURLResponse creates a response to parse from GetDataExportDownloadURL response

type GetDataExportOrderDetailRequest ¶ added in v1.61.13

type GetDataExportOrderDetailRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Body" name:"OrderId"`
}

GetDataExportOrderDetailRequest is the request struct for api GetDataExportOrderDetail

func CreateGetDataExportOrderDetailRequest ¶ added in v1.61.13

func CreateGetDataExportOrderDetailRequest() (request *GetDataExportOrderDetailRequest)

CreateGetDataExportOrderDetailRequest creates a request to invoke GetDataExportOrderDetail API

type GetDataExportOrderDetailResponse ¶ added in v1.61.13

type GetDataExportOrderDetailResponse struct {
	*responses.BaseResponse
	RequestId             string                `json:"RequestId" xml:"RequestId"`
	ErrorCode             string                `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage          string                `json:"ErrorMessage" xml:"ErrorMessage"`
	Success               bool                  `json:"Success" xml:"Success"`
	DataExportOrderDetail DataExportOrderDetail `json:"DataExportOrderDetail" xml:"DataExportOrderDetail"`
}

GetDataExportOrderDetailResponse is the response struct for api GetDataExportOrderDetail

func CreateGetDataExportOrderDetailResponse ¶ added in v1.61.13

func CreateGetDataExportOrderDetailResponse() (response *GetDataExportOrderDetailResponse)

CreateGetDataExportOrderDetailResponse creates a response to parse from GetDataExportOrderDetail response

type GetDataExportPreCheckDetailRequest ¶ added in v1.62.297

type GetDataExportPreCheckDetailRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

GetDataExportPreCheckDetailRequest is the request struct for api GetDataExportPreCheckDetail

func CreateGetDataExportPreCheckDetailRequest ¶ added in v1.62.297

func CreateGetDataExportPreCheckDetailRequest() (request *GetDataExportPreCheckDetailRequest)

CreateGetDataExportPreCheckDetailRequest creates a request to invoke GetDataExportPreCheckDetail API

type GetDataExportPreCheckDetailResponse ¶ added in v1.62.297

type GetDataExportPreCheckDetailResponse struct {
	*responses.BaseResponse
	RequestId      string         `json:"RequestId" xml:"RequestId"`
	ErrorCode      string         `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage   string         `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool           `json:"Success" xml:"Success"`
	PreCheckResult PreCheckResult `json:"PreCheckResult" xml:"PreCheckResult"`
}

GetDataExportPreCheckDetailResponse is the response struct for api GetDataExportPreCheckDetail

func CreateGetDataExportPreCheckDetailResponse ¶ added in v1.62.297

func CreateGetDataExportPreCheckDetailResponse() (response *GetDataExportPreCheckDetailResponse)

CreateGetDataExportPreCheckDetailResponse creates a response to parse from GetDataExportPreCheckDetail response

type GetDataImportSQLRequest ¶ added in v1.62.277

type GetDataImportSQLRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	SqlId   requests.Integer `position:"Query" name:"SqlId"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

GetDataImportSQLRequest is the request struct for api GetDataImportSQL

func CreateGetDataImportSQLRequest ¶ added in v1.62.277

func CreateGetDataImportSQLRequest() (request *GetDataImportSQLRequest)

CreateGetDataImportSQLRequest creates a request to invoke GetDataImportSQL API

type GetDataImportSQLResponse ¶ added in v1.62.277

type GetDataImportSQLResponse struct {
	*responses.BaseResponse
	RequestId    string    `json:"RequestId" xml:"RequestId"`
	Success      bool      `json:"Success" xml:"Success"`
	ErrorMessage string    `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string    `json:"ErrorCode" xml:"ErrorCode"`
	SQLDetail    SQLDetail `json:"SQLDetail" xml:"SQLDetail"`
}

GetDataImportSQLResponse is the response struct for api GetDataImportSQL

func CreateGetDataImportSQLResponse ¶ added in v1.62.277

func CreateGetDataImportSQLResponse() (response *GetDataImportSQLResponse)

CreateGetDataImportSQLResponse creates a response to parse from GetDataImportSQL response

type GetDataTrackJobDegreeRequest ¶ added in v1.62.289

type GetDataTrackJobDegreeRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

GetDataTrackJobDegreeRequest is the request struct for api GetDataTrackJobDegree

func CreateGetDataTrackJobDegreeRequest ¶ added in v1.62.289

func CreateGetDataTrackJobDegreeRequest() (request *GetDataTrackJobDegreeRequest)

CreateGetDataTrackJobDegreeRequest creates a request to invoke GetDataTrackJobDegree API

type GetDataTrackJobDegreeResponse ¶ added in v1.62.289

type GetDataTrackJobDegreeResponse struct {
	*responses.BaseResponse
	RequestId    string    `json:"RequestId" xml:"RequestId"`
	Success      bool      `json:"Success" xml:"Success"`
	ErrorMessage string    `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string    `json:"ErrorCode" xml:"ErrorCode"`
	JobDegree    JobDegree `json:"JobDegree" xml:"JobDegree"`
}

GetDataTrackJobDegreeResponse is the response struct for api GetDataTrackJobDegree

func CreateGetDataTrackJobDegreeResponse ¶ added in v1.62.289

func CreateGetDataTrackJobDegreeResponse() (response *GetDataTrackJobDegreeResponse)

CreateGetDataTrackJobDegreeResponse creates a response to parse from GetDataTrackJobDegree response

type GetDataTrackJobTableMetaRequest ¶ added in v1.62.289

type GetDataTrackJobTableMetaRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

GetDataTrackJobTableMetaRequest is the request struct for api GetDataTrackJobTableMeta

func CreateGetDataTrackJobTableMetaRequest ¶ added in v1.62.289

func CreateGetDataTrackJobTableMetaRequest() (request *GetDataTrackJobTableMetaRequest)

CreateGetDataTrackJobTableMetaRequest creates a request to invoke GetDataTrackJobTableMeta API

type GetDataTrackJobTableMetaResponse ¶ added in v1.62.289

type GetDataTrackJobTableMetaResponse struct {
	*responses.BaseResponse
	RequestId     string      `json:"RequestId" xml:"RequestId"`
	Success       bool        `json:"Success" xml:"Success"`
	ErrorMessage  string      `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode     string      `json:"ErrorCode" xml:"ErrorCode"`
	TableMetaList []TableMeta `json:"TableMetaList" xml:"TableMetaList"`
}

GetDataTrackJobTableMetaResponse is the response struct for api GetDataTrackJobTableMeta

func CreateGetDataTrackJobTableMetaResponse ¶ added in v1.62.289

func CreateGetDataTrackJobTableMetaResponse() (response *GetDataTrackJobTableMetaResponse)

CreateGetDataTrackJobTableMetaResponse creates a response to parse from GetDataTrackJobTableMeta response

type GetDataTrackOrderDetailRequest ¶ added in v1.62.289

type GetDataTrackOrderDetailRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

GetDataTrackOrderDetailRequest is the request struct for api GetDataTrackOrderDetail

func CreateGetDataTrackOrderDetailRequest ¶ added in v1.62.289

func CreateGetDataTrackOrderDetailRequest() (request *GetDataTrackOrderDetailRequest)

CreateGetDataTrackOrderDetailRequest creates a request to invoke GetDataTrackOrderDetail API

type GetDataTrackOrderDetailResponse ¶ added in v1.62.289

type GetDataTrackOrderDetailResponse struct {
	*responses.BaseResponse
	RequestId            string               `json:"RequestId" xml:"RequestId"`
	Success              bool                 `json:"Success" xml:"Success"`
	ErrorMessage         string               `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode            string               `json:"ErrorCode" xml:"ErrorCode"`
	DataTrackOrderDetail DataTrackOrderDetail `json:"DataTrackOrderDetail" xml:"DataTrackOrderDetail"`
}

GetDataTrackOrderDetailResponse is the response struct for api GetDataTrackOrderDetail

func CreateGetDataTrackOrderDetailResponse ¶ added in v1.62.289

func CreateGetDataTrackOrderDetailResponse() (response *GetDataTrackOrderDetailResponse)

CreateGetDataTrackOrderDetailResponse creates a response to parse from GetDataTrackOrderDetail response

type GetDatabaseExportOrderDetailRequest ¶ added in v1.62.289

type GetDatabaseExportOrderDetailRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Body" name:"OrderId"`
}

GetDatabaseExportOrderDetailRequest is the request struct for api GetDatabaseExportOrderDetail

func CreateGetDatabaseExportOrderDetailRequest ¶ added in v1.62.289

func CreateGetDatabaseExportOrderDetailRequest() (request *GetDatabaseExportOrderDetailRequest)

CreateGetDatabaseExportOrderDetailRequest creates a request to invoke GetDatabaseExportOrderDetail API

type GetDatabaseExportOrderDetailResponse ¶ added in v1.62.289

type GetDatabaseExportOrderDetailResponse struct {
	*responses.BaseResponse
	RequestId                 string                    `json:"RequestId" xml:"RequestId"`
	ErrorCode                 string                    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage              string                    `json:"ErrorMessage" xml:"ErrorMessage"`
	Success                   bool                      `json:"Success" xml:"Success"`
	DatabaseExportOrderDetail DatabaseExportOrderDetail `json:"DatabaseExportOrderDetail" xml:"DatabaseExportOrderDetail"`
}

GetDatabaseExportOrderDetailResponse is the response struct for api GetDatabaseExportOrderDetail

func CreateGetDatabaseExportOrderDetailResponse ¶ added in v1.62.289

func CreateGetDatabaseExportOrderDetailResponse() (response *GetDatabaseExportOrderDetailResponse)

CreateGetDatabaseExportOrderDetailResponse creates a response to parse from GetDatabaseExportOrderDetail response

type GetDatabaseRequest ¶ added in v1.61.13

type GetDatabaseRequest struct {
	*requests.RpcRequest
	Tid        requests.Integer `position:"Query" name:"Tid"`
	Sid        string           `position:"Query" name:"Sid"`
	Host       string           `position:"Query" name:"Host"`
	SchemaName string           `position:"Query" name:"SchemaName"`
	Port       requests.Integer `position:"Query" name:"Port"`
}

GetDatabaseRequest is the request struct for api GetDatabase

func CreateGetDatabaseRequest ¶ added in v1.61.13

func CreateGetDatabaseRequest() (request *GetDatabaseRequest)

CreateGetDatabaseRequest creates a request to invoke GetDatabase API

type GetDatabaseResponse ¶ added in v1.61.13

type GetDatabaseResponse struct {
	*responses.BaseResponse
	RequestId    string   `json:"RequestId" xml:"RequestId"`
	ErrorCode    string   `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string   `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool     `json:"Success" xml:"Success"`
	Database     Database `json:"Database" xml:"Database"`
}

GetDatabaseResponse is the response struct for api GetDatabase

func CreateGetDatabaseResponse ¶ added in v1.61.13

func CreateGetDatabaseResponse() (response *GetDatabaseResponse)

CreateGetDatabaseResponse creates a response to parse from GetDatabase response

type GetDbExportDownloadURLRequest ¶ added in v1.62.578

type GetDbExportDownloadURLRequest struct {
	*requests.RpcRequest
	Tid        requests.Integer `position:"Query" name:"Tid"`
	OrderId    requests.Integer `position:"Query" name:"OrderId"`
	ActionName string           `position:"Query" name:"ActionName"`
}

GetDbExportDownloadURLRequest is the request struct for api GetDbExportDownloadURL

func CreateGetDbExportDownloadURLRequest ¶ added in v1.62.578

func CreateGetDbExportDownloadURLRequest() (request *GetDbExportDownloadURLRequest)

CreateGetDbExportDownloadURLRequest creates a request to invoke GetDbExportDownloadURL API

type GetDbExportDownloadURLResponse ¶ added in v1.62.578

type GetDbExportDownloadURLResponse struct {
	*responses.BaseResponse
	RequestId         string            `json:"RequestId" xml:"RequestId"`
	ErrorCode         string            `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage      string            `json:"ErrorMessage" xml:"ErrorMessage"`
	Success           bool              `json:"Success" xml:"Success"`
	DownloadURLResult DownloadURLResult `json:"DownloadURLResult" xml:"DownloadURLResult"`
}

GetDbExportDownloadURLResponse is the response struct for api GetDbExportDownloadURL

func CreateGetDbExportDownloadURLResponse ¶ added in v1.62.578

func CreateGetDbExportDownloadURLResponse() (response *GetDbExportDownloadURLResponse)

CreateGetDbExportDownloadURLResponse creates a response to parse from GetDbExportDownloadURL response

type GetInstanceRequest ¶ added in v1.61.13

type GetInstanceRequest struct {
	*requests.RpcRequest
	Tid  requests.Integer `position:"Query" name:"Tid"`
	Sid  string           `position:"Query" name:"Sid"`
	Host string           `position:"Query" name:"Host"`
	Port requests.Integer `position:"Query" name:"Port"`
}

GetInstanceRequest is the request struct for api GetInstance

func CreateGetInstanceRequest ¶ added in v1.61.13

func CreateGetInstanceRequest() (request *GetInstanceRequest)

CreateGetInstanceRequest creates a request to invoke GetInstance API

type GetInstanceResponse ¶ added in v1.61.13

type GetInstanceResponse struct {
	*responses.BaseResponse
	RequestId    string   `json:"RequestId" xml:"RequestId"`
	ErrorCode    string   `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string   `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool     `json:"Success" xml:"Success"`
	Instance     Instance `json:"Instance" xml:"Instance"`
}

GetInstanceResponse is the response struct for api GetInstance

func CreateGetInstanceResponse ¶ added in v1.61.13

func CreateGetInstanceResponse() (response *GetInstanceResponse)

CreateGetInstanceResponse creates a response to parse from GetInstance response

type GetIntervalLimitOfSLARequest ¶ added in v1.61.1835

type GetIntervalLimitOfSLARequest struct {
	*requests.RpcRequest
	DagId requests.Integer `position:"Query" name:"DagId"`
	Tid   requests.Integer `position:"Query" name:"Tid"`
}

GetIntervalLimitOfSLARequest is the request struct for api GetIntervalLimitOfSLA

func CreateGetIntervalLimitOfSLARequest ¶ added in v1.61.1835

func CreateGetIntervalLimitOfSLARequest() (request *GetIntervalLimitOfSLARequest)

CreateGetIntervalLimitOfSLARequest creates a request to invoke GetIntervalLimitOfSLA API

type GetIntervalLimitOfSLAResponse ¶ added in v1.61.1835

type GetIntervalLimitOfSLAResponse struct {
	*responses.BaseResponse
	RequestId     string `json:"RequestId" xml:"RequestId"`
	ErrorCode     string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage  string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success       bool   `json:"Success" xml:"Success"`
	IntervalLimit int    `json:"IntervalLimit" xml:"IntervalLimit"`
}

GetIntervalLimitOfSLAResponse is the response struct for api GetIntervalLimitOfSLA

func CreateGetIntervalLimitOfSLAResponse ¶ added in v1.61.1835

func CreateGetIntervalLimitOfSLAResponse() (response *GetIntervalLimitOfSLAResponse)

CreateGetIntervalLimitOfSLAResponse creates a response to parse from GetIntervalLimitOfSLA response

type GetLhSpaceByNameRequest ¶ added in v1.61.1544

type GetLhSpaceByNameRequest struct {
	*requests.RpcRequest
	Tid       requests.Integer `position:"Query" name:"Tid"`
	SpaceName string           `position:"Query" name:"SpaceName"`
}

GetLhSpaceByNameRequest is the request struct for api GetLhSpaceByName

func CreateGetLhSpaceByNameRequest ¶ added in v1.61.1544

func CreateGetLhSpaceByNameRequest() (request *GetLhSpaceByNameRequest)

CreateGetLhSpaceByNameRequest creates a request to invoke GetLhSpaceByName API

type GetLhSpaceByNameResponse ¶ added in v1.61.1544

type GetLhSpaceByNameResponse struct {
	*responses.BaseResponse
	RequestId      string         `json:"RequestId" xml:"RequestId"`
	ErrorCode      string         `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage   string         `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool           `json:"Success" xml:"Success"`
	LakehouseSpace LakehouseSpace `json:"LakehouseSpace" xml:"LakehouseSpace"`
}

GetLhSpaceByNameResponse is the response struct for api GetLhSpaceByName

func CreateGetLhSpaceByNameResponse ¶ added in v1.61.1544

func CreateGetLhSpaceByNameResponse() (response *GetLhSpaceByNameResponse)

CreateGetLhSpaceByNameResponse creates a response to parse from GetLhSpaceByName response

type GetLogicDatabaseRequest ¶ added in v1.61.13

type GetLogicDatabaseRequest struct {
	*requests.RpcRequest
	Tid  requests.Integer `position:"Query" name:"Tid"`
	DbId string           `position:"Query" name:"DbId"`
}

GetLogicDatabaseRequest is the request struct for api GetLogicDatabase

func CreateGetLogicDatabaseRequest ¶ added in v1.61.13

func CreateGetLogicDatabaseRequest() (request *GetLogicDatabaseRequest)

CreateGetLogicDatabaseRequest creates a request to invoke GetLogicDatabase API

type GetLogicDatabaseResponse ¶ added in v1.61.13

type GetLogicDatabaseResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	ErrorCode     string        `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage  string        `json:"ErrorMessage" xml:"ErrorMessage"`
	Success       bool          `json:"Success" xml:"Success"`
	LogicDatabase LogicDatabase `json:"LogicDatabase" xml:"LogicDatabase"`
}

GetLogicDatabaseResponse is the response struct for api GetLogicDatabase

func CreateGetLogicDatabaseResponse ¶ added in v1.61.13

func CreateGetLogicDatabaseResponse() (response *GetLogicDatabaseResponse)

CreateGetLogicDatabaseResponse creates a response to parse from GetLogicDatabase response

type GetMetaTableColumnRequest ¶ added in v1.61.504

type GetMetaTableColumnRequest struct {
	*requests.RpcRequest
	Tid       requests.Integer `position:"Query" name:"Tid"`
	TableGuid string           `position:"Query" name:"TableGuid"`
}

GetMetaTableColumnRequest is the request struct for api GetMetaTableColumn

func CreateGetMetaTableColumnRequest ¶ added in v1.61.504

func CreateGetMetaTableColumnRequest() (request *GetMetaTableColumnRequest)

CreateGetMetaTableColumnRequest creates a request to invoke GetMetaTableColumn API

type GetMetaTableColumnResponse ¶ added in v1.61.504

type GetMetaTableColumnResponse struct {
	*responses.BaseResponse
	RequestId    string   `json:"RequestId" xml:"RequestId"`
	ErrorCode    string   `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string   `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool     `json:"Success" xml:"Success"`
	ColumnList   []Column `json:"ColumnList" xml:"ColumnList"`
}

GetMetaTableColumnResponse is the response struct for api GetMetaTableColumn

func CreateGetMetaTableColumnResponse ¶ added in v1.61.504

func CreateGetMetaTableColumnResponse() (response *GetMetaTableColumnResponse)

CreateGetMetaTableColumnResponse creates a response to parse from GetMetaTableColumn response

type GetMetaTableDetailInfoRequest ¶ added in v1.61.504

type GetMetaTableDetailInfoRequest struct {
	*requests.RpcRequest
	Tid       requests.Integer `position:"Query" name:"Tid"`
	TableGuid string           `position:"Query" name:"TableGuid"`
}

GetMetaTableDetailInfoRequest is the request struct for api GetMetaTableDetailInfo

func CreateGetMetaTableDetailInfoRequest ¶ added in v1.61.504

func CreateGetMetaTableDetailInfoRequest() (request *GetMetaTableDetailInfoRequest)

CreateGetMetaTableDetailInfoRequest creates a request to invoke GetMetaTableDetailInfo API

type GetMetaTableDetailInfoResponse ¶ added in v1.61.504

type GetMetaTableDetailInfoResponse struct {
	*responses.BaseResponse
	RequestId    string     `json:"RequestId" xml:"RequestId"`
	ErrorCode    string     `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string     `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool       `json:"Success" xml:"Success"`
	DetailInfo   DetailInfo `json:"DetailInfo" xml:"DetailInfo"`
}

GetMetaTableDetailInfoResponse is the response struct for api GetMetaTableDetailInfo

func CreateGetMetaTableDetailInfoResponse ¶ added in v1.61.504

func CreateGetMetaTableDetailInfoResponse() (response *GetMetaTableDetailInfoResponse)

CreateGetMetaTableDetailInfoResponse creates a response to parse from GetMetaTableDetailInfo response

type GetOnlineDDLProgressRequest ¶ added in v1.62.61

type GetOnlineDDLProgressRequest struct {
	*requests.RpcRequest
	Tid         requests.Integer `position:"Query" name:"Tid"`
	JobDetailId requests.Integer `position:"Query" name:"JobDetailId"`
}

GetOnlineDDLProgressRequest is the request struct for api GetOnlineDDLProgress

func CreateGetOnlineDDLProgressRequest ¶ added in v1.62.61

func CreateGetOnlineDDLProgressRequest() (request *GetOnlineDDLProgressRequest)

CreateGetOnlineDDLProgressRequest creates a request to invoke GetOnlineDDLProgress API

type GetOnlineDDLProgressResponse ¶ added in v1.62.61

type GetOnlineDDLProgressResponse struct {
	*responses.BaseResponse
	RequestId           string              `json:"RequestId" xml:"RequestId"`
	Success             bool                `json:"Success" xml:"Success"`
	ErrorMessage        string              `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode           string              `json:"ErrorCode" xml:"ErrorCode"`
	OnlineDDLTaskDetail OnlineDDLTaskDetail `json:"OnlineDDLTaskDetail" xml:"OnlineDDLTaskDetail"`
}

GetOnlineDDLProgressResponse is the response struct for api GetOnlineDDLProgress

func CreateGetOnlineDDLProgressResponse ¶ added in v1.62.61

func CreateGetOnlineDDLProgressResponse() (response *GetOnlineDDLProgressResponse)

CreateGetOnlineDDLProgressResponse creates a response to parse from GetOnlineDDLProgress response

type GetOpLogRequest ¶

type GetOpLogRequest struct {
	*requests.RpcRequest
	UserNick     string           `position:"Query" name:"UserNick"`
	StartTime    string           `position:"Query" name:"StartTime"`
	Tid          requests.Integer `position:"Query" name:"Tid"`
	PageNumber   requests.Integer `position:"Query" name:"PageNumber"`
	PageSize     requests.Integer `position:"Query" name:"PageSize"`
	Module       string           `position:"Query" name:"Module"`
	EndTime      string           `position:"Query" name:"EndTime"`
	DatabaseName string           `position:"Query" name:"DatabaseName"`
}

GetOpLogRequest is the request struct for api GetOpLog

func CreateGetOpLogRequest ¶

func CreateGetOpLogRequest() (request *GetOpLogRequest)

CreateGetOpLogRequest creates a request to invoke GetOpLog API

type GetOpLogResponse ¶

type GetOpLogResponse struct {
	*responses.BaseResponse
	TotalCount   int64        `json:"TotalCount" xml:"TotalCount"`
	RequestId    string       `json:"RequestId" xml:"RequestId"`
	ErrorCode    string       `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string       `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool         `json:"Success" xml:"Success"`
	OpLogDetails OpLogDetails `json:"OpLogDetails" xml:"OpLogDetails"`
}

GetOpLogResponse is the response struct for api GetOpLog

func CreateGetOpLogResponse ¶

func CreateGetOpLogResponse() (response *GetOpLogResponse)

CreateGetOpLogResponse creates a response to parse from GetOpLog response

type GetOrderAttachmentFileRequest ¶ added in v1.62.34

type GetOrderAttachmentFileRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

GetOrderAttachmentFileRequest is the request struct for api GetOrderAttachmentFile

func CreateGetOrderAttachmentFileRequest ¶ added in v1.62.34

func CreateGetOrderAttachmentFileRequest() (request *GetOrderAttachmentFileRequest)

CreateGetOrderAttachmentFileRequest creates a request to invoke GetOrderAttachmentFile API

type GetOrderAttachmentFileResponse ¶ added in v1.62.34

type GetOrderAttachmentFileResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	Success      bool   `json:"Success" xml:"Success"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	FileUrl      string `json:"FileUrl" xml:"FileUrl"`
}

GetOrderAttachmentFileResponse is the response struct for api GetOrderAttachmentFile

func CreateGetOrderAttachmentFileResponse ¶ added in v1.62.34

func CreateGetOrderAttachmentFileResponse() (response *GetOrderAttachmentFileResponse)

CreateGetOrderAttachmentFileResponse creates a response to parse from GetOrderAttachmentFile response

type GetOrderBaseInfoRequest ¶ added in v1.61.13

type GetOrderBaseInfoRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

GetOrderBaseInfoRequest is the request struct for api GetOrderBaseInfo

func CreateGetOrderBaseInfoRequest ¶ added in v1.61.13

func CreateGetOrderBaseInfoRequest() (request *GetOrderBaseInfoRequest)

CreateGetOrderBaseInfoRequest creates a request to invoke GetOrderBaseInfo API

type GetOrderBaseInfoResponse ¶ added in v1.61.13

type GetOrderBaseInfoResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	ErrorCode     string        `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage  string        `json:"ErrorMessage" xml:"ErrorMessage"`
	Success       bool          `json:"Success" xml:"Success"`
	OrderBaseInfo OrderBaseInfo `json:"OrderBaseInfo" xml:"OrderBaseInfo"`
}

GetOrderBaseInfoResponse is the response struct for api GetOrderBaseInfo

func CreateGetOrderBaseInfoResponse ¶ added in v1.61.13

func CreateGetOrderBaseInfoResponse() (response *GetOrderBaseInfoResponse)

CreateGetOrderBaseInfoResponse creates a response to parse from GetOrderBaseInfo response

type GetOwnerApplyOrderDetailRequest ¶ added in v1.61.968

type GetOwnerApplyOrderDetailRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

GetOwnerApplyOrderDetailRequest is the request struct for api GetOwnerApplyOrderDetail

func CreateGetOwnerApplyOrderDetailRequest ¶ added in v1.61.968

func CreateGetOwnerApplyOrderDetailRequest() (request *GetOwnerApplyOrderDetailRequest)

CreateGetOwnerApplyOrderDetailRequest creates a request to invoke GetOwnerApplyOrderDetail API

type GetOwnerApplyOrderDetailResponse ¶ added in v1.61.968

type GetOwnerApplyOrderDetailResponse struct {
	*responses.BaseResponse
	RequestId             string                `json:"RequestId" xml:"RequestId"`
	Success               bool                  `json:"Success" xml:"Success"`
	ErrorMessage          string                `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode             string                `json:"ErrorCode" xml:"ErrorCode"`
	OwnerApplyOrderDetail OwnerApplyOrderDetail `json:"OwnerApplyOrderDetail" xml:"OwnerApplyOrderDetail"`
}

GetOwnerApplyOrderDetailResponse is the response struct for api GetOwnerApplyOrderDetail

func CreateGetOwnerApplyOrderDetailResponse ¶ added in v1.61.968

func CreateGetOwnerApplyOrderDetailResponse() (response *GetOwnerApplyOrderDetailResponse)

CreateGetOwnerApplyOrderDetailResponse creates a response to parse from GetOwnerApplyOrderDetail response

type GetPagedInstanceRequest ¶ added in v1.62.568

type GetPagedInstanceRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

GetPagedInstanceRequest is the request struct for api GetPagedInstance

func CreateGetPagedInstanceRequest ¶ added in v1.62.568

func CreateGetPagedInstanceRequest() (request *GetPagedInstanceRequest)

CreateGetPagedInstanceRequest creates a request to invoke GetPagedInstance API

type GetPagedInstanceResponse ¶ added in v1.62.568

type GetPagedInstanceResponse struct {
	*responses.BaseResponse
	TraceId      string `json:"TraceId" xml:"TraceId"`
	Success      bool   `json:"Success" xml:"Success"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	PageIndex    int64  `json:"PageIndex" xml:"PageIndex"`
	RequestId    string `json:"RequestId" xml:"RequestId"`
	PageSize     int64  `json:"PageSize" xml:"PageSize"`
	Total        int64  `json:"Total" xml:"Total"`
	Data         Data   `json:"Data" xml:"Data"`
}

GetPagedInstanceResponse is the response struct for api GetPagedInstance

func CreateGetPagedInstanceResponse ¶ added in v1.62.568

func CreateGetPagedInstanceResponse() (response *GetPagedInstanceResponse)

CreateGetPagedInstanceResponse creates a response to parse from GetPagedInstance response

type GetPermApplyOrderDetailRequest ¶ added in v1.61.968

type GetPermApplyOrderDetailRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

GetPermApplyOrderDetailRequest is the request struct for api GetPermApplyOrderDetail

func CreateGetPermApplyOrderDetailRequest ¶ added in v1.61.968

func CreateGetPermApplyOrderDetailRequest() (request *GetPermApplyOrderDetailRequest)

CreateGetPermApplyOrderDetailRequest creates a request to invoke GetPermApplyOrderDetail API

type GetPermApplyOrderDetailResponse ¶ added in v1.61.968

type GetPermApplyOrderDetailResponse struct {
	*responses.BaseResponse
	RequestId            string               `json:"RequestId" xml:"RequestId"`
	Success              bool                 `json:"Success" xml:"Success"`
	ErrorMessage         string               `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode            string               `json:"ErrorCode" xml:"ErrorCode"`
	PermApplyOrderDetail PermApplyOrderDetail `json:"PermApplyOrderDetail" xml:"PermApplyOrderDetail"`
}

GetPermApplyOrderDetailResponse is the response struct for api GetPermApplyOrderDetail

func CreateGetPermApplyOrderDetailResponse ¶ added in v1.61.968

func CreateGetPermApplyOrderDetailResponse() (response *GetPermApplyOrderDetailResponse)

CreateGetPermApplyOrderDetailResponse creates a response to parse from GetPermApplyOrderDetail response

type GetPhysicalDatabaseRequest ¶ added in v1.61.1043

type GetPhysicalDatabaseRequest struct {
	*requests.RpcRequest
	Tid  requests.Integer `position:"Query" name:"Tid"`
	DbId requests.Integer `position:"Query" name:"DbId"`
}

GetPhysicalDatabaseRequest is the request struct for api GetPhysicalDatabase

func CreateGetPhysicalDatabaseRequest ¶ added in v1.61.1043

func CreateGetPhysicalDatabaseRequest() (request *GetPhysicalDatabaseRequest)

CreateGetPhysicalDatabaseRequest creates a request to invoke GetPhysicalDatabase API

type GetPhysicalDatabaseResponse ¶ added in v1.61.1043

type GetPhysicalDatabaseResponse struct {
	*responses.BaseResponse
	RequestId    string   `json:"RequestId" xml:"RequestId"`
	ErrorCode    string   `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string   `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool     `json:"Success" xml:"Success"`
	Database     Database `json:"Database" xml:"Database"`
}

GetPhysicalDatabaseResponse is the response struct for api GetPhysicalDatabase

func CreateGetPhysicalDatabaseResponse ¶ added in v1.61.1043

func CreateGetPhysicalDatabaseResponse() (response *GetPhysicalDatabaseResponse)

CreateGetPhysicalDatabaseResponse creates a response to parse from GetPhysicalDatabase response

type GetProxyAccessRequest ¶ added in v1.62.92

type GetProxyAccessRequest struct {
	*requests.RpcRequest
	ProxyAccessId requests.Integer `position:"Query" name:"ProxyAccessId"`
	Tid           requests.Integer `position:"Query" name:"Tid"`
}

GetProxyAccessRequest is the request struct for api GetProxyAccess

func CreateGetProxyAccessRequest ¶ added in v1.62.92

func CreateGetProxyAccessRequest() (request *GetProxyAccessRequest)

CreateGetProxyAccessRequest creates a request to invoke GetProxyAccess API

type GetProxyAccessResponse ¶ added in v1.62.92

type GetProxyAccessResponse struct {
	*responses.BaseResponse
	RequestId    string      `json:"RequestId" xml:"RequestId"`
	Success      bool        `json:"Success" xml:"Success"`
	ErrorMessage string      `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string      `json:"ErrorCode" xml:"ErrorCode"`
	ProxyAccess  ProxyAccess `json:"ProxyAccess" xml:"ProxyAccess"`
}

GetProxyAccessResponse is the response struct for api GetProxyAccess

func CreateGetProxyAccessResponse ¶ added in v1.62.92

func CreateGetProxyAccessResponse() (response *GetProxyAccessResponse)

CreateGetProxyAccessResponse creates a response to parse from GetProxyAccess response

type GetProxyRequest ¶ added in v1.61.1227

type GetProxyRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	ProxyId requests.Integer `position:"Query" name:"ProxyId"`
}

GetProxyRequest is the request struct for api GetProxy

func CreateGetProxyRequest ¶ added in v1.61.1227

func CreateGetProxyRequest() (request *GetProxyRequest)

CreateGetProxyRequest creates a request to invoke GetProxy API

type GetProxyResponse ¶ added in v1.61.1227

type GetProxyResponse struct {
	*responses.BaseResponse
	RequestId     string `json:"RequestId" xml:"RequestId"`
	Success       bool   `json:"Success" xml:"Success"`
	ErrorMessage  string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode     string `json:"ErrorCode" xml:"ErrorCode"`
	ProxyId       int64  `json:"ProxyId" xml:"ProxyId"`
	CreatorId     int64  `json:"CreatorId" xml:"CreatorId"`
	CreatorName   string `json:"CreatorName" xml:"CreatorName"`
	InstanceId    int64  `json:"InstanceId" xml:"InstanceId"`
	PrivateEnable bool   `json:"PrivateEnable" xml:"PrivateEnable"`
	PrivateHost   string `json:"PrivateHost" xml:"PrivateHost"`
	PublicEnable  bool   `json:"PublicEnable" xml:"PublicEnable"`
	PublicHost    string `json:"PublicHost" xml:"PublicHost"`
	HttpsPort     int    `json:"HttpsPort" xml:"HttpsPort"`
	ProtocolType  string `json:"ProtocolType" xml:"ProtocolType"`
	ProtocolPort  int    `json:"ProtocolPort" xml:"ProtocolPort"`
	RegionId      string `json:"RegionId" xml:"RegionId"`
}

GetProxyResponse is the response struct for api GetProxy

func CreateGetProxyResponse ¶ added in v1.61.1227

func CreateGetProxyResponse() (response *GetProxyResponse)

CreateGetProxyResponse creates a response to parse from GetProxy response

type GetRuleNumLimitOfSLARequest ¶ added in v1.61.1835

type GetRuleNumLimitOfSLARequest struct {
	*requests.RpcRequest
	DagId requests.Integer `position:"Query" name:"DagId"`
	Tid   requests.Integer `position:"Query" name:"Tid"`
}

GetRuleNumLimitOfSLARequest is the request struct for api GetRuleNumLimitOfSLA

func CreateGetRuleNumLimitOfSLARequest ¶ added in v1.61.1835

func CreateGetRuleNumLimitOfSLARequest() (request *GetRuleNumLimitOfSLARequest)

CreateGetRuleNumLimitOfSLARequest creates a request to invoke GetRuleNumLimitOfSLA API

type GetRuleNumLimitOfSLAResponse ¶ added in v1.61.1835

type GetRuleNumLimitOfSLAResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
	RuleNumLimit int    `json:"RuleNumLimit" xml:"RuleNumLimit"`
}

GetRuleNumLimitOfSLAResponse is the response struct for api GetRuleNumLimitOfSLA

func CreateGetRuleNumLimitOfSLAResponse ¶ added in v1.61.1835

func CreateGetRuleNumLimitOfSLAResponse() (response *GetRuleNumLimitOfSLAResponse)

CreateGetRuleNumLimitOfSLAResponse creates a response to parse from GetRuleNumLimitOfSLA response

type GetSQLReviewCheckResultStatusRequest ¶ added in v1.61.1139

type GetSQLReviewCheckResultStatusRequest struct {
	*requests.RpcRequest
	Tid             requests.Integer `position:"Query" name:"Tid"`
	OrderId         requests.Integer `position:"Query" name:"OrderId"`
	OrderActionName string           `position:"Query" name:"OrderActionName"`
}

GetSQLReviewCheckResultStatusRequest is the request struct for api GetSQLReviewCheckResultStatus

func CreateGetSQLReviewCheckResultStatusRequest ¶ added in v1.61.1139

func CreateGetSQLReviewCheckResultStatusRequest() (request *GetSQLReviewCheckResultStatusRequest)

CreateGetSQLReviewCheckResultStatusRequest creates a request to invoke GetSQLReviewCheckResultStatus API

type GetSQLReviewCheckResultStatusResponse ¶ added in v1.61.1139

type GetSQLReviewCheckResultStatusResponse struct {
	*responses.BaseResponse
	RequestId         string            `json:"RequestId" xml:"RequestId"`
	ErrorCode         string            `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage      string            `json:"ErrorMessage" xml:"ErrorMessage"`
	Success           bool              `json:"Success" xml:"Success"`
	CheckResultStatus CheckResultStatus `json:"CheckResultStatus" xml:"CheckResultStatus"`
}

GetSQLReviewCheckResultStatusResponse is the response struct for api GetSQLReviewCheckResultStatus

func CreateGetSQLReviewCheckResultStatusResponse ¶ added in v1.61.1139

func CreateGetSQLReviewCheckResultStatusResponse() (response *GetSQLReviewCheckResultStatusResponse)

CreateGetSQLReviewCheckResultStatusResponse creates a response to parse from GetSQLReviewCheckResultStatus response

type GetSQLReviewOptimizeDetailRequest ¶ added in v1.61.1163

type GetSQLReviewOptimizeDetailRequest struct {
	*requests.RpcRequest
	Tid               requests.Integer `position:"Query" name:"Tid"`
	SQLReviewQueryKey string           `position:"Query" name:"SQLReviewQueryKey"`
}

GetSQLReviewOptimizeDetailRequest is the request struct for api GetSQLReviewOptimizeDetail

func CreateGetSQLReviewOptimizeDetailRequest ¶ added in v1.61.1163

func CreateGetSQLReviewOptimizeDetailRequest() (request *GetSQLReviewOptimizeDetailRequest)

CreateGetSQLReviewOptimizeDetailRequest creates a request to invoke GetSQLReviewOptimizeDetail API

type GetSQLReviewOptimizeDetailResponse ¶ added in v1.61.1163

type GetSQLReviewOptimizeDetailResponse struct {
	*responses.BaseResponse
	RequestId      string         `json:"RequestId" xml:"RequestId"`
	ErrorCode      string         `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage   string         `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool           `json:"Success" xml:"Success"`
	OptimizeDetail OptimizeDetail `json:"OptimizeDetail" xml:"OptimizeDetail"`
}

GetSQLReviewOptimizeDetailResponse is the response struct for api GetSQLReviewOptimizeDetail

func CreateGetSQLReviewOptimizeDetailResponse ¶ added in v1.61.1163

func CreateGetSQLReviewOptimizeDetailResponse() (response *GetSQLReviewOptimizeDetailResponse)

CreateGetSQLReviewOptimizeDetailResponse creates a response to parse from GetSQLReviewOptimizeDetail response

type GetStandardGroupRequest ¶ added in v1.62.719

type GetStandardGroupRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	GroupId requests.Integer `position:"Query" name:"GroupId"`
}

GetStandardGroupRequest is the request struct for api GetStandardGroup

func CreateGetStandardGroupRequest ¶ added in v1.62.719

func CreateGetStandardGroupRequest() (request *GetStandardGroupRequest)

CreateGetStandardGroupRequest creates a request to invoke GetStandardGroup API

type GetStandardGroupResponse ¶ added in v1.62.719

type GetStandardGroupResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	Success       bool          `json:"Success" xml:"Success"`
	ErrorMessage  string        `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode     string        `json:"ErrorCode" xml:"ErrorCode"`
	StandardGroup StandardGroup `json:"StandardGroup" xml:"StandardGroup"`
}

GetStandardGroupResponse is the response struct for api GetStandardGroup

func CreateGetStandardGroupResponse ¶ added in v1.62.719

func CreateGetStandardGroupResponse() (response *GetStandardGroupResponse)

CreateGetStandardGroupResponse creates a response to parse from GetStandardGroup response

type GetStructSyncExecSqlDetailRequest ¶ added in v1.61.968

type GetStructSyncExecSqlDetailRequest struct {
	*requests.RpcRequest
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	OrderId    requests.Integer `position:"Query" name:"OrderId"`
}

GetStructSyncExecSqlDetailRequest is the request struct for api GetStructSyncExecSqlDetail

func CreateGetStructSyncExecSqlDetailRequest ¶ added in v1.61.968

func CreateGetStructSyncExecSqlDetailRequest() (request *GetStructSyncExecSqlDetailRequest)

CreateGetStructSyncExecSqlDetailRequest creates a request to invoke GetStructSyncExecSqlDetail API

type GetStructSyncExecSqlDetailResponse ¶ added in v1.61.968

type GetStructSyncExecSqlDetailResponse struct {
	*responses.BaseResponse
	RequestId               string                  `json:"RequestId" xml:"RequestId"`
	Success                 bool                    `json:"Success" xml:"Success"`
	ErrorMessage            string                  `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode               string                  `json:"ErrorCode" xml:"ErrorCode"`
	StructSyncExecSqlDetail StructSyncExecSqlDetail `json:"StructSyncExecSqlDetail" xml:"StructSyncExecSqlDetail"`
}

GetStructSyncExecSqlDetailResponse is the response struct for api GetStructSyncExecSqlDetail

func CreateGetStructSyncExecSqlDetailResponse ¶ added in v1.61.968

func CreateGetStructSyncExecSqlDetailResponse() (response *GetStructSyncExecSqlDetailResponse)

CreateGetStructSyncExecSqlDetailResponse creates a response to parse from GetStructSyncExecSqlDetail response

type GetStructSyncJobAnalyzeResultRequest ¶ added in v1.61.968

type GetStructSyncJobAnalyzeResultRequest struct {
	*requests.RpcRequest
	PageNumber  requests.Integer `position:"Query" name:"PageNumber"`
	Tid         requests.Integer `position:"Query" name:"Tid"`
	PageSize    requests.Integer `position:"Query" name:"PageSize"`
	OrderId     requests.Integer `position:"Query" name:"OrderId"`
	CompareType string           `position:"Query" name:"CompareType"`
}

GetStructSyncJobAnalyzeResultRequest is the request struct for api GetStructSyncJobAnalyzeResult

func CreateGetStructSyncJobAnalyzeResultRequest ¶ added in v1.61.968

func CreateGetStructSyncJobAnalyzeResultRequest() (request *GetStructSyncJobAnalyzeResultRequest)

CreateGetStructSyncJobAnalyzeResultRequest creates a request to invoke GetStructSyncJobAnalyzeResult API

type GetStructSyncJobAnalyzeResultResponse ¶ added in v1.61.968

type GetStructSyncJobAnalyzeResultResponse struct {
	*responses.BaseResponse
	RequestId                  string                     `json:"RequestId" xml:"RequestId"`
	Success                    bool                       `json:"Success" xml:"Success"`
	ErrorMessage               string                     `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode                  string                     `json:"ErrorCode" xml:"ErrorCode"`
	StructSyncJobAnalyzeResult StructSyncJobAnalyzeResult `json:"StructSyncJobAnalyzeResult" xml:"StructSyncJobAnalyzeResult"`
}

GetStructSyncJobAnalyzeResultResponse is the response struct for api GetStructSyncJobAnalyzeResult

func CreateGetStructSyncJobAnalyzeResultResponse ¶ added in v1.61.968

func CreateGetStructSyncJobAnalyzeResultResponse() (response *GetStructSyncJobAnalyzeResultResponse)

CreateGetStructSyncJobAnalyzeResultResponse creates a response to parse from GetStructSyncJobAnalyzeResult response

type GetStructSyncJobDetailRequest ¶ added in v1.61.968

type GetStructSyncJobDetailRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

GetStructSyncJobDetailRequest is the request struct for api GetStructSyncJobDetail

func CreateGetStructSyncJobDetailRequest ¶ added in v1.61.968

func CreateGetStructSyncJobDetailRequest() (request *GetStructSyncJobDetailRequest)

CreateGetStructSyncJobDetailRequest creates a request to invoke GetStructSyncJobDetail API

type GetStructSyncJobDetailResponse ¶ added in v1.61.968

type GetStructSyncJobDetailResponse struct {
	*responses.BaseResponse
	RequestId           string              `json:"RequestId" xml:"RequestId"`
	Success             bool                `json:"Success" xml:"Success"`
	ErrorMessage        string              `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode           string              `json:"ErrorCode" xml:"ErrorCode"`
	StructSyncJobDetail StructSyncJobDetail `json:"StructSyncJobDetail" xml:"StructSyncJobDetail"`
}

GetStructSyncJobDetailResponse is the response struct for api GetStructSyncJobDetail

func CreateGetStructSyncJobDetailResponse ¶ added in v1.61.968

func CreateGetStructSyncJobDetailResponse() (response *GetStructSyncJobDetailResponse)

CreateGetStructSyncJobDetailResponse creates a response to parse from GetStructSyncJobDetail response

type GetStructSyncOrderDetailRequest ¶ added in v1.61.968

type GetStructSyncOrderDetailRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

GetStructSyncOrderDetailRequest is the request struct for api GetStructSyncOrderDetail

func CreateGetStructSyncOrderDetailRequest ¶ added in v1.61.968

func CreateGetStructSyncOrderDetailRequest() (request *GetStructSyncOrderDetailRequest)

CreateGetStructSyncOrderDetailRequest creates a request to invoke GetStructSyncOrderDetail API

type GetStructSyncOrderDetailResponse ¶ added in v1.61.968

type GetStructSyncOrderDetailResponse struct {
	*responses.BaseResponse
	RequestId             string                `json:"RequestId" xml:"RequestId"`
	Success               bool                  `json:"Success" xml:"Success"`
	ErrorMessage          string                `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode             string                `json:"ErrorCode" xml:"ErrorCode"`
	StructSyncOrderDetail StructSyncOrderDetail `json:"StructSyncOrderDetail" xml:"StructSyncOrderDetail"`
}

GetStructSyncOrderDetailResponse is the response struct for api GetStructSyncOrderDetail

func CreateGetStructSyncOrderDetailResponse ¶ added in v1.61.968

func CreateGetStructSyncOrderDetailResponse() (response *GetStructSyncOrderDetailResponse)

CreateGetStructSyncOrderDetailResponse creates a response to parse from GetStructSyncOrderDetail response

type GetTableDBTopologyRequest ¶ added in v1.61.504

type GetTableDBTopologyRequest struct {
	*requests.RpcRequest
	Tid       requests.Integer `position:"Query" name:"Tid"`
	TableGuid string           `position:"Query" name:"TableGuid"`
}

GetTableDBTopologyRequest is the request struct for api GetTableDBTopology

func CreateGetTableDBTopologyRequest ¶ added in v1.61.504

func CreateGetTableDBTopologyRequest() (request *GetTableDBTopologyRequest)

CreateGetTableDBTopologyRequest creates a request to invoke GetTableDBTopology API

type GetTableDBTopologyResponse ¶ added in v1.61.504

type GetTableDBTopologyResponse struct {
	*responses.BaseResponse
	RequestId    string     `json:"RequestId" xml:"RequestId"`
	ErrorCode    string     `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string     `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool       `json:"Success" xml:"Success"`
	DBTopology   DBTopology `json:"DBTopology" xml:"DBTopology"`
}

GetTableDBTopologyResponse is the response struct for api GetTableDBTopology

func CreateGetTableDBTopologyResponse ¶ added in v1.61.504

func CreateGetTableDBTopologyResponse() (response *GetTableDBTopologyResponse)

CreateGetTableDBTopologyResponse creates a response to parse from GetTableDBTopology response

type GetTableDesignProjectFlowRequest ¶ added in v1.62.726

type GetTableDesignProjectFlowRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

GetTableDesignProjectFlowRequest is the request struct for api GetTableDesignProjectFlow

func CreateGetTableDesignProjectFlowRequest ¶ added in v1.62.726

func CreateGetTableDesignProjectFlowRequest() (request *GetTableDesignProjectFlowRequest)

CreateGetTableDesignProjectFlowRequest creates a request to invoke GetTableDesignProjectFlow API

type GetTableDesignProjectFlowResponse ¶ added in v1.62.726

type GetTableDesignProjectFlowResponse struct {
	*responses.BaseResponse
	RequestId    string      `json:"RequestId" xml:"RequestId"`
	Success      bool        `json:"Success" xml:"Success"`
	ErrorMessage string      `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string      `json:"ErrorCode" xml:"ErrorCode"`
	ProjectFlow  ProjectFlow `json:"ProjectFlow" xml:"ProjectFlow"`
}

GetTableDesignProjectFlowResponse is the response struct for api GetTableDesignProjectFlow

func CreateGetTableDesignProjectFlowResponse ¶ added in v1.62.726

func CreateGetTableDesignProjectFlowResponse() (response *GetTableDesignProjectFlowResponse)

CreateGetTableDesignProjectFlowResponse creates a response to parse from GetTableDesignProjectFlow response

type GetTableDesignProjectInfoRequest ¶ added in v1.62.726

type GetTableDesignProjectInfoRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

GetTableDesignProjectInfoRequest is the request struct for api GetTableDesignProjectInfo

func CreateGetTableDesignProjectInfoRequest ¶ added in v1.62.726

func CreateGetTableDesignProjectInfoRequest() (request *GetTableDesignProjectInfoRequest)

CreateGetTableDesignProjectInfoRequest creates a request to invoke GetTableDesignProjectInfo API

type GetTableDesignProjectInfoResponse ¶ added in v1.62.726

type GetTableDesignProjectInfoResponse struct {
	*responses.BaseResponse
	RequestId    string      `json:"RequestId" xml:"RequestId"`
	Success      bool        `json:"Success" xml:"Success"`
	ErrorMessage string      `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string      `json:"ErrorCode" xml:"ErrorCode"`
	ProjectInfo  ProjectInfo `json:"ProjectInfo" xml:"ProjectInfo"`
}

GetTableDesignProjectInfoResponse is the response struct for api GetTableDesignProjectInfo

func CreateGetTableDesignProjectInfoResponse ¶ added in v1.62.726

func CreateGetTableDesignProjectInfoResponse() (response *GetTableDesignProjectInfoResponse)

CreateGetTableDesignProjectInfoResponse creates a response to parse from GetTableDesignProjectInfo response

type GetTableTopologyRequest ¶ added in v1.61.968

type GetTableTopologyRequest struct {
	*requests.RpcRequest
	Tid       requests.Integer `position:"Query" name:"Tid"`
	TableGuid string           `position:"Query" name:"TableGuid"`
}

GetTableTopologyRequest is the request struct for api GetTableTopology

func CreateGetTableTopologyRequest ¶ added in v1.61.968

func CreateGetTableTopologyRequest() (request *GetTableTopologyRequest)

CreateGetTableTopologyRequest creates a request to invoke GetTableTopology API

type GetTableTopologyResponse ¶ added in v1.61.968

type GetTableTopologyResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	Success       bool          `json:"Success" xml:"Success"`
	ErrorMessage  string        `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode     string        `json:"ErrorCode" xml:"ErrorCode"`
	TableTopology TableTopology `json:"TableTopology" xml:"TableTopology"`
}

GetTableTopologyResponse is the response struct for api GetTableTopology

func CreateGetTableTopologyResponse ¶ added in v1.61.968

func CreateGetTableTopologyResponse() (response *GetTableTopologyResponse)

CreateGetTableTopologyResponse creates a response to parse from GetTableTopology response

type GetTaskFlowGraphRequest ¶ added in v1.61.1835

type GetTaskFlowGraphRequest struct {
	*requests.RpcRequest
	DagId requests.Integer `position:"Query" name:"DagId"`
	Tid   requests.Integer `position:"Query" name:"Tid"`
}

GetTaskFlowGraphRequest is the request struct for api GetTaskFlowGraph

func CreateGetTaskFlowGraphRequest ¶ added in v1.61.1835

func CreateGetTaskFlowGraphRequest() (request *GetTaskFlowGraphRequest)

CreateGetTaskFlowGraphRequest creates a request to invoke GetTaskFlowGraph API

type GetTaskFlowGraphResponse ¶ added in v1.61.1835

type GetTaskFlowGraphResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	ErrorCode     string        `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage  string        `json:"ErrorMessage" xml:"ErrorMessage"`
	Success       bool          `json:"Success" xml:"Success"`
	TaskFlowGraph TaskFlowGraph `json:"TaskFlowGraph" xml:"TaskFlowGraph"`
}

GetTaskFlowGraphResponse is the response struct for api GetTaskFlowGraph

func CreateGetTaskFlowGraphResponse ¶ added in v1.61.1835

func CreateGetTaskFlowGraphResponse() (response *GetTaskFlowGraphResponse)

CreateGetTaskFlowGraphResponse creates a response to parse from GetTaskFlowGraph response

type GetTaskFlowNotificationRequest ¶ added in v1.61.1835

type GetTaskFlowNotificationRequest struct {
	*requests.RpcRequest
	DagId requests.Integer `position:"Query" name:"DagId"`
	Tid   requests.Integer `position:"Query" name:"Tid"`
}

GetTaskFlowNotificationRequest is the request struct for api GetTaskFlowNotification

func CreateGetTaskFlowNotificationRequest ¶ added in v1.61.1835

func CreateGetTaskFlowNotificationRequest() (request *GetTaskFlowNotificationRequest)

CreateGetTaskFlowNotificationRequest creates a request to invoke GetTaskFlowNotification API

type GetTaskFlowNotificationResponse ¶ added in v1.61.1835

type GetTaskFlowNotificationResponse struct {
	*responses.BaseResponse
	RequestId    string       `json:"RequestId" xml:"RequestId"`
	ErrorCode    string       `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string       `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool         `json:"Success" xml:"Success"`
	Notification Notification `json:"Notification" xml:"Notification"`
}

GetTaskFlowNotificationResponse is the response struct for api GetTaskFlowNotification

func CreateGetTaskFlowNotificationResponse ¶ added in v1.61.1835

func CreateGetTaskFlowNotificationResponse() (response *GetTaskFlowNotificationResponse)

CreateGetTaskFlowNotificationResponse creates a response to parse from GetTaskFlowNotification response

type GetTaskInstanceRelationRequest ¶ added in v1.61.1544

type GetTaskInstanceRelationRequest struct {
	*requests.RpcRequest
	DagId         requests.Integer `position:"Query" name:"DagId"`
	Tid           requests.Integer `position:"Query" name:"Tid"`
	DagInstanceId requests.Integer `position:"Query" name:"DagInstanceId"`
}

GetTaskInstanceRelationRequest is the request struct for api GetTaskInstanceRelation

func CreateGetTaskInstanceRelationRequest ¶ added in v1.61.1544

func CreateGetTaskInstanceRelationRequest() (request *GetTaskInstanceRelationRequest)

CreateGetTaskInstanceRelationRequest creates a request to invoke GetTaskInstanceRelation API

type GetTaskInstanceRelationResponse ¶ added in v1.61.1544

type GetTaskInstanceRelationResponse struct {
	*responses.BaseResponse
	RequestId    string   `json:"RequestId" xml:"RequestId"`
	ErrorCode    string   `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string   `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool     `json:"Success" xml:"Success"`
	NodeList     NodeList `json:"NodeList" xml:"NodeList"`
}

GetTaskInstanceRelationResponse is the response struct for api GetTaskInstanceRelation

func CreateGetTaskInstanceRelationResponse ¶ added in v1.61.1544

func CreateGetTaskInstanceRelationResponse() (response *GetTaskInstanceRelationResponse)

CreateGetTaskInstanceRelationResponse creates a response to parse from GetTaskInstanceRelation response

type GetTaskRequest ¶ added in v1.61.1835

type GetTaskRequest struct {
	*requests.RpcRequest
	Tid    requests.Integer `position:"Query" name:"Tid"`
	NodeId requests.Integer `position:"Query" name:"NodeId"`
}

GetTaskRequest is the request struct for api GetTask

func CreateGetTaskRequest ¶ added in v1.61.1835

func CreateGetTaskRequest() (request *GetTaskRequest)

CreateGetTaskRequest creates a request to invoke GetTask API

type GetTaskResponse ¶ added in v1.61.1835

type GetTaskResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
	Task         Task   `json:"Task" xml:"Task"`
}

GetTaskResponse is the response struct for api GetTask

func CreateGetTaskResponse ¶ added in v1.61.1835

func CreateGetTaskResponse() (response *GetTaskResponse)

CreateGetTaskResponse creates a response to parse from GetTask response

type GetUserActiveTenantRequest ¶ added in v1.61.504

type GetUserActiveTenantRequest struct {
	*requests.RpcRequest
	Tid requests.Integer `position:"Query" name:"Tid"`
}

GetUserActiveTenantRequest is the request struct for api GetUserActiveTenant

func CreateGetUserActiveTenantRequest ¶ added in v1.61.504

func CreateGetUserActiveTenantRequest() (request *GetUserActiveTenantRequest)

CreateGetUserActiveTenantRequest creates a request to invoke GetUserActiveTenant API

type GetUserActiveTenantResponse ¶ added in v1.61.504

type GetUserActiveTenantResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
	Tenant       Tenant `json:"Tenant" xml:"Tenant"`
}

GetUserActiveTenantResponse is the response struct for api GetUserActiveTenant

func CreateGetUserActiveTenantResponse ¶ added in v1.61.504

func CreateGetUserActiveTenantResponse() (response *GetUserActiveTenantResponse)

CreateGetUserActiveTenantResponse creates a response to parse from GetUserActiveTenant response

type GetUserRequest ¶ added in v1.61.13

type GetUserRequest struct {
	*requests.RpcRequest
	UserId string           `position:"Query" name:"UserId"`
	Tid    requests.Integer `position:"Query" name:"Tid"`
	Uid    string           `position:"Query" name:"Uid"`
}

GetUserRequest is the request struct for api GetUser

func CreateGetUserRequest ¶ added in v1.61.13

func CreateGetUserRequest() (request *GetUserRequest)

CreateGetUserRequest creates a request to invoke GetUser API

type GetUserResponse ¶ added in v1.61.13

type GetUserResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
	User         User   `json:"User" xml:"User"`
}

GetUserResponse is the response struct for api GetUser

func CreateGetUserResponse ¶ added in v1.61.13

func CreateGetUserResponse() (response *GetUserResponse)

CreateGetUserResponse creates a response to parse from GetUser response

type GetUserUploadFileJobRequest ¶ added in v1.61.968

type GetUserUploadFileJobRequest struct {
	*requests.RpcRequest
	Tid    requests.Integer `position:"Query" name:"Tid"`
	JobKey string           `position:"Query" name:"JobKey"`
}

GetUserUploadFileJobRequest is the request struct for api GetUserUploadFileJob

func CreateGetUserUploadFileJobRequest ¶ added in v1.61.968

func CreateGetUserUploadFileJobRequest() (request *GetUserUploadFileJobRequest)

CreateGetUserUploadFileJobRequest creates a request to invoke GetUserUploadFileJob API

type GetUserUploadFileJobResponse ¶ added in v1.61.968

type GetUserUploadFileJobResponse struct {
	*responses.BaseResponse
	RequestId           string              `json:"RequestId" xml:"RequestId"`
	Success             bool                `json:"Success" xml:"Success"`
	ErrorMessage        string              `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode           string              `json:"ErrorCode" xml:"ErrorCode"`
	UploadFileJobDetail UploadFileJobDetail `json:"UploadFileJobDetail" xml:"UploadFileJobDetail"`
}

GetUserUploadFileJobResponse is the response struct for api GetUserUploadFileJob

func CreateGetUserUploadFileJobResponse ¶ added in v1.61.968

func CreateGetUserUploadFileJobResponse() (response *GetUserUploadFileJobResponse)

CreateGetUserUploadFileJobResponse creates a response to parse from GetUserUploadFileJob response

type GrantTemplateAuthorityRequest ¶ added in v1.62.277

type GrantTemplateAuthorityRequest struct {
	*requests.RpcRequest
	ExpireDate string           `position:"Query" name:"ExpireDate"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
	TemplateId requests.Integer `position:"Query" name:"TemplateId"`
	UserIds    string           `position:"Query" name:"UserIds"`
	Comment    string           `position:"Query" name:"Comment"`
}

GrantTemplateAuthorityRequest is the request struct for api GrantTemplateAuthority

func CreateGrantTemplateAuthorityRequest ¶ added in v1.62.277

func CreateGrantTemplateAuthorityRequest() (request *GrantTemplateAuthorityRequest)

CreateGrantTemplateAuthorityRequest creates a request to invoke GrantTemplateAuthority API

type GrantTemplateAuthorityResponse ¶ added in v1.62.277

type GrantTemplateAuthorityResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	Success      bool   `json:"Success" xml:"Success"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	Result       bool   `json:"Result" xml:"Result"`
}

GrantTemplateAuthorityResponse is the response struct for api GrantTemplateAuthority

func CreateGrantTemplateAuthorityResponse ¶ added in v1.62.277

func CreateGrantTemplateAuthorityResponse() (response *GrantTemplateAuthorityResponse)

CreateGrantTemplateAuthorityResponse creates a response to parse from GrantTemplateAuthority response

type GrantUserPermissionRequest ¶ added in v1.61.13

type GrantUserPermissionRequest struct {
	*requests.RpcRequest
	ExpireDate string           `position:"Query" name:"ExpireDate"`
	UserId     string           `position:"Query" name:"UserId"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
	TableId    string           `position:"Query" name:"TableId"`
	TableName  string           `position:"Query" name:"TableName"`
	PermTypes  string           `position:"Query" name:"PermTypes"`
	DsType     string           `position:"Query" name:"DsType"`
	InstanceId requests.Integer `position:"Query" name:"InstanceId"`
	DbId       string           `position:"Query" name:"DbId"`
	Logic      requests.Boolean `position:"Query" name:"Logic"`
}

GrantUserPermissionRequest is the request struct for api GrantUserPermission

func CreateGrantUserPermissionRequest ¶ added in v1.61.13

func CreateGrantUserPermissionRequest() (request *GrantUserPermissionRequest)

CreateGrantUserPermissionRequest creates a request to invoke GrantUserPermission API

type GrantUserPermissionResponse ¶ added in v1.61.13

type GrantUserPermissionResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

GrantUserPermissionResponse is the response struct for api GrantUserPermission

func CreateGrantUserPermissionResponse ¶ added in v1.61.13

func CreateGrantUserPermissionResponse() (response *GrantUserPermissionResponse)

CreateGrantUserPermissionResponse creates a response to parse from GrantUserPermission response

type ImportExtConfig ¶ added in v1.62.719

type ImportExtConfig struct {
	InsertType             string `json:"InsertType" xml:"InsertType"`
	CsvFirstRowIsColumnDef bool   `json:"CsvFirstRowIsColumnDef" xml:"CsvFirstRowIsColumnDef"`
	IgnoreError            bool   `json:"IgnoreError" xml:"IgnoreError"`
	ImportMode             string `json:"ImportMode" xml:"ImportMode"`
}

ImportExtConfig is a nested struct in dms_enterprise response

type IncludeTables ¶ added in v1.62.345

type IncludeTables struct {
	TableName  string `json:"TableName" xml:"TableName"`
	TableWhere string `json:"TableWhere" xml:"TableWhere"`
}

IncludeTables is a nested struct in dms_enterprise response

type Index ¶ added in v1.61.13

type Index struct {
	IndexName    string   `json:"IndexName" xml:"IndexName"`
	IndexType    string   `json:"IndexType" xml:"IndexType"`
	Unique       bool     `json:"Unique" xml:"Unique"`
	TableId      string   `json:"TableId" xml:"TableId"`
	IndexId      string   `json:"IndexId" xml:"IndexId"`
	IndexComment string   `json:"IndexComment" xml:"IndexComment"`
	IndexColumns []string `json:"IndexColumns" xml:"IndexColumns"`
}

Index is a nested struct in dms_enterprise response

type IndexColumns ¶ added in v1.61.504

type IndexColumns struct {
	ColumnNames []string `json:"ColumnNames" xml:"ColumnNames"`
}

IndexColumns is a nested struct in dms_enterprise response

type IndexListInGetMetaTableDetailInfo ¶ added in v1.61.504

type IndexListInGetMetaTableDetailInfo struct {
	Index []Index `json:"Index" xml:"Index"`
}

IndexListInGetMetaTableDetailInfo is a nested struct in dms_enterprise response

type IndexListInListIndexes ¶ added in v1.61.504

type IndexListInListIndexes struct {
	Index []Index `json:"Index" xml:"Index"`
}

IndexListInListIndexes is a nested struct in dms_enterprise response

type InspectProxyAccessSecretRequest ¶ added in v1.61.1227

type InspectProxyAccessSecretRequest struct {
	*requests.RpcRequest
	ProxyAccessId requests.Integer `position:"Query" name:"ProxyAccessId"`
	Tid           requests.Integer `position:"Query" name:"Tid"`
}

InspectProxyAccessSecretRequest is the request struct for api InspectProxyAccessSecret

func CreateInspectProxyAccessSecretRequest ¶ added in v1.61.1227

func CreateInspectProxyAccessSecretRequest() (request *InspectProxyAccessSecretRequest)

CreateInspectProxyAccessSecretRequest creates a request to invoke InspectProxyAccessSecret API

type InspectProxyAccessSecretResponse ¶ added in v1.61.1227

type InspectProxyAccessSecretResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	Success      bool   `json:"Success" xml:"Success"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	AccessSecret string `json:"AccessSecret" xml:"AccessSecret"`
}

InspectProxyAccessSecretResponse is the response struct for api InspectProxyAccessSecret

func CreateInspectProxyAccessSecretResponse ¶ added in v1.61.1227

func CreateInspectProxyAccessSecretResponse() (response *InspectProxyAccessSecretResponse)

CreateInspectProxyAccessSecretResponse creates a response to parse from InspectProxyAccessSecret response

type Instance ¶ added in v1.61.13

type Instance struct {
	DatabasePassword string                     `json:"DatabasePassword" xml:"DatabasePassword"`
	SellSitd         string                     `json:"SellSitd" xml:"SellSitd"`
	DbaNickName      string                     `json:"DbaNickName" xml:"DbaNickName"`
	InstanceType     string                     `json:"InstanceType" xml:"InstanceType"`
	DbaId            string                     `json:"DbaId" xml:"DbaId"`
	SafeRuleId       string                     `json:"SafeRuleId" xml:"SafeRuleId"`
	InstanceId       string                     `json:"InstanceId" xml:"InstanceId"`
	VpcId            string                     `json:"VpcId" xml:"VpcId"`
	DatabaseUser     string                     `json:"DatabaseUser" xml:"DatabaseUser"`
	DataLinkName     string                     `json:"DataLinkName" xml:"DataLinkName"`
	Port             int                        `json:"Port" xml:"Port"`
	DdlOnline        int                        `json:"DdlOnline" xml:"DdlOnline"`
	Sid              string                     `json:"Sid" xml:"Sid"`
	QueryTimeout     int                        `json:"QueryTimeout" xml:"QueryTimeout"`
	EcsInstanceId    string                     `json:"EcsInstanceId" xml:"EcsInstanceId"`
	InstanceSource   string                     `json:"InstanceSource" xml:"InstanceSource"`
	Host             string                     `json:"Host" xml:"Host"`
	State            string                     `json:"State" xml:"State"`
	EnvType          string                     `json:"EnvType" xml:"EnvType"`
	UseDsql          int                        `json:"UseDsql" xml:"UseDsql"`
	ExportTimeout    int                        `json:"ExportTimeout" xml:"ExportTimeout"`
	InstanceAlias    string                     `json:"InstanceAlias" xml:"InstanceAlias"`
	EcsRegion        string                     `json:"EcsRegion" xml:"EcsRegion"`
	OwnerIdList      OwnerIdListInGetInstance   `json:"OwnerIdList" xml:"OwnerIdList"`
	OwnerNameList    OwnerNameListInGetInstance `json:"OwnerNameList" xml:"OwnerNameList"`
	StandardGroup    StandardGroup              `json:"StandardGroup" xml:"StandardGroup"`
}

Instance is a nested struct in dms_enterprise response

type InstanceInGetPagedInstance ¶ added in v1.62.568

type InstanceInGetPagedInstance struct {
	InstanceItem []InstanceItem `json:"instance" xml:"instance"`
}

InstanceInGetPagedInstance is a nested struct in dms_enterprise response

type InstanceInListInstances ¶ added in v1.61.1835

type InstanceInListInstances struct {
	VpcId            string                       `json:"VpcId" xml:"VpcId"`
	DatabaseUser     string                       `json:"DatabaseUser" xml:"DatabaseUser"`
	DbaId            string                       `json:"DbaId" xml:"DbaId"`
	UseDsql          int                          `json:"UseDsql" xml:"UseDsql"`
	Port             int                          `json:"Port" xml:"Port"`
	EcsInstanceId    string                       `json:"EcsInstanceId" xml:"EcsInstanceId"`
	EnvType          string                       `json:"EnvType" xml:"EnvType"`
	Sid              string                       `json:"Sid" xml:"Sid"`
	SafeRuleId       string                       `json:"SafeRuleId" xml:"SafeRuleId"`
	DbaNickName      string                       `json:"DbaNickName" xml:"DbaNickName"`
	QueryTimeout     int                          `json:"QueryTimeout" xml:"QueryTimeout"`
	InstanceSource   string                       `json:"InstanceSource" xml:"InstanceSource"`
	Host             string                       `json:"Host" xml:"Host"`
	State            string                       `json:"State" xml:"State"`
	DataLinkName     string                       `json:"DataLinkName" xml:"DataLinkName"`
	ExportTimeout    int                          `json:"ExportTimeout" xml:"ExportTimeout"`
	InstanceId       string                       `json:"InstanceId" xml:"InstanceId"`
	InstanceType     string                       `json:"InstanceType" xml:"InstanceType"`
	DatabasePassword string                       `json:"DatabasePassword" xml:"DatabasePassword"`
	InstanceAlias    string                       `json:"InstanceAlias" xml:"InstanceAlias"`
	DdlOnline        int                          `json:"DdlOnline" xml:"DdlOnline"`
	EcsRegion        string                       `json:"EcsRegion" xml:"EcsRegion"`
	SellSitd         bool                         `json:"SellSitd" xml:"SellSitd"`
	OwnerIdList      OwnerIdListInListInstances   `json:"OwnerIdList" xml:"OwnerIdList"`
	OwnerNameList    OwnerNameListInListInstances `json:"OwnerNameList" xml:"OwnerNameList"`
	StandardGroup    StandardGroup                `json:"StandardGroup" xml:"StandardGroup"`
}

InstanceInListInstances is a nested struct in dms_enterprise response

type InstanceInfo ¶ added in v1.61.968

type InstanceInfo struct {
	InstanceId    string   `json:"InstanceId" xml:"InstanceId"`
	SearchName    string   `json:"SearchName" xml:"SearchName"`
	DbType        string   `json:"DbType" xml:"DbType"`
	EnvType       string   `json:"EnvType" xml:"EnvType"`
	Host          string   `json:"Host" xml:"Host"`
	Port          int64    `json:"Port" xml:"Port"`
	DbaId         int64    `json:"DbaId" xml:"DbaId"`
	DbaNickName   string   `json:"DbaNickName" xml:"DbaNickName"`
	OwnerIds      []int64  `json:"OwnerIds" xml:"OwnerIds"`
	OwnerNickName []string `json:"OwnerNickName" xml:"OwnerNickName"`
}

InstanceInfo is a nested struct in dms_enterprise response

type InstanceItem ¶ added in v1.62.568

type InstanceItem struct {
	BusinessTime       string `json:"BusinessTime" xml:"BusinessTime"`
	CheckStatus        int64  `json:"CheckStatus" xml:"CheckStatus"`
	DagId              int64  `json:"DagId" xml:"DagId"`
	Delete             string `json:"Delete" xml:"Delete"`
	EndTime            string `json:"EndTime" xml:"EndTime"`
	GmtCreate          string `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified        string `json:"GmtModified" xml:"GmtModified"`
	HistoryDagId       int64  `json:"HistoryDagId" xml:"HistoryDagId"`
	Id                 int64  `json:"Id" xml:"Id"`
	LastRunningContext string `json:"LastRunningContext" xml:"LastRunningContext"`
	Msg                string `json:"Msg" xml:"Msg"`
	Status             int64  `json:"Status" xml:"Status"`
	TaskType           int64  `json:"TaskType" xml:"TaskType"`
	TenantId           string `json:"TenantId" xml:"TenantId"`
	TriggerType        int64  `json:"TriggerType" xml:"TriggerType"`
	Version            string `json:"Version" xml:"Version"`
}

InstanceItem is a nested struct in dms_enterprise response

type InstanceList ¶ added in v1.61.13

type InstanceList struct {
	Instance []InstanceInListInstances `json:"Instance" xml:"Instance"`
}

InstanceList is a nested struct in dms_enterprise response

type InstanceLoginAuditLog ¶ added in v1.61.1332

type InstanceLoginAuditLog struct {
	OpTime       string `json:"OpTime" xml:"OpTime"`
	UserName     string `json:"UserName" xml:"UserName"`
	UserId       int64  `json:"UserId" xml:"UserId"`
	InstanceName string `json:"InstanceName" xml:"InstanceName"`
	InstanceId   int64  `json:"InstanceId" xml:"InstanceId"`
	DbUser       string `json:"DbUser" xml:"DbUser"`
	RequestIp    string `json:"RequestIp" xml:"RequestIp"`
}

InstanceLoginAuditLog is a nested struct in dms_enterprise response

type InstanceLoginAuditLogList ¶ added in v1.61.1332

type InstanceLoginAuditLogList struct {
	InstanceLoginAuditLog []InstanceLoginAuditLog `json:"InstanceLoginAuditLog" xml:"InstanceLoginAuditLog"`
}

InstanceLoginAuditLogList is a nested struct in dms_enterprise response

type Instances ¶ added in v1.62.345

type Instances struct {
	InstancesItem []InstancesItem `json:"Instances" xml:"Instances"`
}

Instances is a nested struct in dms_enterprise response

type InstancesItem ¶ added in v1.62.345

type InstancesItem struct {
	BusinessTime       string `json:"BusinessTime" xml:"BusinessTime"`
	DagId              int64  `json:"DagId" xml:"DagId"`
	EndTime            string `json:"EndTime" xml:"EndTime"`
	GmtCreate          string `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified        string `json:"GmtModified" xml:"GmtModified"`
	HistoryDagId       int64  `json:"HistoryDagId" xml:"HistoryDagId"`
	Id                 int64  `json:"Id" xml:"Id"`
	LastRunningContext string `json:"LastRunningContext" xml:"LastRunningContext"`
	Msg                string `json:"Msg" xml:"Msg"`
	Status             int64  `json:"Status" xml:"Status"`
	TenantId           string `json:"TenantId" xml:"TenantId"`
	TriggerType        int64  `json:"TriggerType" xml:"TriggerType"`
	Version            string `json:"Version" xml:"Version"`
}

InstancesItem is a nested struct in dms_enterprise response

type JobDegree ¶ added in v1.62.289

type JobDegree struct {
	ListCompletionDegree     string `json:"ListCompletionDegree" xml:"ListCompletionDegree"`
	DownloadCompletionDegree string `json:"DownloadCompletionDegree" xml:"DownloadCompletionDegree"`
	FilterCompletionDegree   string `json:"FilterCompletionDegree" xml:"FilterCompletionDegree"`
	JobStatus                string `json:"JobStatus" xml:"JobStatus"`
	StatusDesc               string `json:"StatusDesc" xml:"StatusDesc"`
}

JobDegree is a nested struct in dms_enterprise response

type KeyInfo ¶ added in v1.61.13

type KeyInfo struct {
	DbId        int64  `json:"DbId" xml:"DbId"`
	PreCheckId  int64  `json:"PreCheckId" xml:"PreCheckId"`
	DownloadURL string `json:"DownloadURL" xml:"DownloadURL"`
	AuditDate   string `json:"AuditDate" xml:"AuditDate"`
	JobStatus   string `json:"JobStatus" xml:"JobStatus"`
	Config      Config `json:"Config" xml:"Config"`
}

KeyInfo is a nested struct in dms_enterprise response

type LakehouseSpace ¶ added in v1.61.1544

type LakehouseSpace struct {
	Id          int64  `json:"Id" xml:"Id"`
	SpaceName   string `json:"SpaceName" xml:"SpaceName"`
	CreatorId   string `json:"CreatorId" xml:"CreatorId"`
	TenantId    string `json:"TenantId" xml:"TenantId"`
	Description string `json:"Description" xml:"Description"`
	Mode        int    `json:"Mode" xml:"Mode"`
	DwDbType    string `json:"DwDbType" xml:"DwDbType"`
	SpaceConfig string `json:"SpaceConfig" xml:"SpaceConfig"`
	DevDbId     int    `json:"DevDbId" xml:"DevDbId"`
	ProdDbId    int    `json:"ProdDbId" xml:"ProdDbId"`
	IsDeleted   bool   `json:"IsDeleted" xml:"IsDeleted"`
}

LakehouseSpace is a nested struct in dms_enterprise response

type LineageItem ¶ added in v1.62.345

type LineageItem struct {
	LineageType   string        `json:"LineageType" xml:"LineageType"`
	Src           string        `json:"Src" xml:"Src"`
	Dst           string        `json:"Dst" xml:"Dst"`
	OperType      string        `json:"OperType" xml:"OperType"`
	ProcessDetail ProcessDetail `json:"ProcessDetail" xml:"ProcessDetail"`
}

LineageItem is a nested struct in dms_enterprise response

type LineageResult ¶ added in v1.62.345

type LineageResult struct {
	Lineages       []LineageItem        `json:"Lineages" xml:"Lineages"`
	ObjectMetadata []ObjectMetadataItem `json:"ObjectMetadata" xml:"ObjectMetadata"`
}

LineageResult is a nested struct in dms_enterprise response

type Lineages ¶ added in v1.62.345

type Lineages struct {
	LineageItem []LineageItem `json:"LineageItem" xml:"LineageItem"`
}

Lineages is a nested struct in dms_enterprise response

type ListAuthorityTemplateRequest ¶ added in v1.62.625

type ListAuthorityTemplateRequest struct {
	*requests.RpcRequest
	SearchKey  string           `position:"Query" name:"SearchKey"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
}

ListAuthorityTemplateRequest is the request struct for api ListAuthorityTemplate

func CreateListAuthorityTemplateRequest ¶ added in v1.62.625

func CreateListAuthorityTemplateRequest() (request *ListAuthorityTemplateRequest)

CreateListAuthorityTemplateRequest creates a request to invoke ListAuthorityTemplate API

type ListAuthorityTemplateResponse ¶ added in v1.62.625

type ListAuthorityTemplateResponse struct {
	*responses.BaseResponse
	RequestId                 string                    `json:"RequestId" xml:"RequestId"`
	ErrorCode                 string                    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage              string                    `json:"ErrorMessage" xml:"ErrorMessage"`
	Success                   bool                      `json:"Success" xml:"Success"`
	Tid                       int64                     `json:"Tid" xml:"Tid"`
	TotalCount                int64                     `json:"TotalCount" xml:"TotalCount"`
	AuthorityTemplateViewList AuthorityTemplateViewList `json:"AuthorityTemplateViewList" xml:"AuthorityTemplateViewList"`
}

ListAuthorityTemplateResponse is the response struct for api ListAuthorityTemplate

func CreateListAuthorityTemplateResponse ¶ added in v1.62.625

func CreateListAuthorityTemplateResponse() (response *ListAuthorityTemplateResponse)

CreateListAuthorityTemplateResponse creates a response to parse from ListAuthorityTemplate response

type ListClassificationTemplatesRequest ¶ added in v1.61.1835

type ListClassificationTemplatesRequest struct {
	*requests.RpcRequest
	Tid requests.Integer `position:"Query" name:"Tid"`
}

ListClassificationTemplatesRequest is the request struct for api ListClassificationTemplates

func CreateListClassificationTemplatesRequest ¶ added in v1.61.1835

func CreateListClassificationTemplatesRequest() (request *ListClassificationTemplatesRequest)

CreateListClassificationTemplatesRequest creates a request to invoke ListClassificationTemplates API

type ListClassificationTemplatesResponse ¶ added in v1.61.1835

type ListClassificationTemplatesResponse struct {
	*responses.BaseResponse
	RequestId    string             `json:"RequestId" xml:"RequestId"`
	Success      bool               `json:"Success" xml:"Success"`
	ErrorMessage string             `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string             `json:"ErrorCode" xml:"ErrorCode"`
	TemplateList []TemplateListItem `json:"TemplateList" xml:"TemplateList"`
}

ListClassificationTemplatesResponse is the response struct for api ListClassificationTemplates

func CreateListClassificationTemplatesResponse ¶ added in v1.61.1835

func CreateListClassificationTemplatesResponse() (response *ListClassificationTemplatesResponse)

CreateListClassificationTemplatesResponse creates a response to parse from ListClassificationTemplates response

type ListColumnsRequest ¶ added in v1.61.13

type ListColumnsRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	TableId string           `position:"Query" name:"TableId"`
	Logic   requests.Boolean `position:"Query" name:"Logic"`
}

ListColumnsRequest is the request struct for api ListColumns

func CreateListColumnsRequest ¶ added in v1.61.13

func CreateListColumnsRequest() (request *ListColumnsRequest)

CreateListColumnsRequest creates a request to invoke ListColumns API

type ListColumnsResponse ¶ added in v1.61.13

type ListColumnsResponse struct {
	*responses.BaseResponse
	RequestId    string                  `json:"RequestId" xml:"RequestId"`
	ErrorCode    string                  `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string                  `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool                    `json:"Success" xml:"Success"`
	ColumnList   ColumnListInListColumns `json:"ColumnList" xml:"ColumnList"`
}

ListColumnsResponse is the response struct for api ListColumns

func CreateListColumnsResponse ¶ added in v1.61.13

func CreateListColumnsResponse() (response *ListColumnsResponse)

CreateListColumnsResponse creates a response to parse from ListColumns response

type ListDAGVersionsRequest ¶ added in v1.61.1555

type ListDAGVersionsRequest struct {
	*requests.RpcRequest
	DagId     requests.Integer `position:"Query" name:"DagId"`
	Tid       requests.Integer `position:"Query" name:"Tid"`
	PageSize  requests.Integer `position:"Query" name:"PageSize"`
	PageIndex requests.Integer `position:"Query" name:"PageIndex"`
}

ListDAGVersionsRequest is the request struct for api ListDAGVersions

func CreateListDAGVersionsRequest ¶ added in v1.61.1555

func CreateListDAGVersionsRequest() (request *ListDAGVersionsRequest)

CreateListDAGVersionsRequest creates a request to invoke ListDAGVersions API

type ListDAGVersionsResponse ¶ added in v1.61.1555

type ListDAGVersionsResponse struct {
	*responses.BaseResponse
	RequestId      string         `json:"RequestId" xml:"RequestId"`
	ErrorCode      string         `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage   string         `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool           `json:"Success" xml:"Success"`
	TotalCount     int            `json:"TotalCount" xml:"TotalCount"`
	DagVersionList DagVersionList `json:"DagVersionList" xml:"DagVersionList"`
}

ListDAGVersionsResponse is the response struct for api ListDAGVersions

func CreateListDAGVersionsResponse ¶ added in v1.61.1555

func CreateListDAGVersionsResponse() (response *ListDAGVersionsResponse)

CreateListDAGVersionsResponse creates a response to parse from ListDAGVersions response

type ListDBTaskSQLJobDetailRequest ¶ added in v1.61.968

type ListDBTaskSQLJobDetailRequest struct {
	*requests.RpcRequest
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
	JobId      requests.Integer `position:"Query" name:"JobId"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
}

ListDBTaskSQLJobDetailRequest is the request struct for api ListDBTaskSQLJobDetail

func CreateListDBTaskSQLJobDetailRequest ¶ added in v1.61.968

func CreateListDBTaskSQLJobDetailRequest() (request *ListDBTaskSQLJobDetailRequest)

CreateListDBTaskSQLJobDetailRequest creates a request to invoke ListDBTaskSQLJobDetail API

type ListDBTaskSQLJobDetailResponse ¶ added in v1.61.968

type ListDBTaskSQLJobDetailResponse struct {
	*responses.BaseResponse
	RequestId              string               `json:"RequestId" xml:"RequestId"`
	Success                bool                 `json:"Success" xml:"Success"`
	ErrorMessage           string               `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode              string               `json:"ErrorCode" xml:"ErrorCode"`
	TotalCount             int64                `json:"TotalCount" xml:"TotalCount"`
	DBTaskSQLJobDetailList []DBTaskSQLJobDetail `json:"DBTaskSQLJobDetailList" xml:"DBTaskSQLJobDetailList"`
}

ListDBTaskSQLJobDetailResponse is the response struct for api ListDBTaskSQLJobDetail

func CreateListDBTaskSQLJobDetailResponse ¶ added in v1.61.968

func CreateListDBTaskSQLJobDetailResponse() (response *ListDBTaskSQLJobDetailResponse)

CreateListDBTaskSQLJobDetailResponse creates a response to parse from ListDBTaskSQLJobDetail response

type ListDBTaskSQLJobRequest ¶ added in v1.61.968

type ListDBTaskSQLJobRequest struct {
	*requests.RpcRequest
	DBTaskGroupId requests.Integer `position:"Query" name:"DBTaskGroupId"`
	PageNumber    requests.Integer `position:"Query" name:"PageNumber"`
	Tid           requests.Integer `position:"Query" name:"Tid"`
	PageSize      requests.Integer `position:"Query" name:"PageSize"`
}

ListDBTaskSQLJobRequest is the request struct for api ListDBTaskSQLJob

func CreateListDBTaskSQLJobRequest ¶ added in v1.61.968

func CreateListDBTaskSQLJobRequest() (request *ListDBTaskSQLJobRequest)

CreateListDBTaskSQLJobRequest creates a request to invoke ListDBTaskSQLJob API

type ListDBTaskSQLJobResponse ¶ added in v1.61.968

type ListDBTaskSQLJobResponse struct {
	*responses.BaseResponse
	RequestId        string         `json:"RequestId" xml:"RequestId"`
	Success          bool           `json:"Success" xml:"Success"`
	ErrorMessage     string         `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode        string         `json:"ErrorCode" xml:"ErrorCode"`
	TotalCount       int64          `json:"TotalCount" xml:"TotalCount"`
	DBTaskSQLJobList []DBTaskSQLJob `json:"DBTaskSQLJobList" xml:"DBTaskSQLJobList"`
}

ListDBTaskSQLJobResponse is the response struct for api ListDBTaskSQLJob

func CreateListDBTaskSQLJobResponse ¶ added in v1.61.968

func CreateListDBTaskSQLJobResponse() (response *ListDBTaskSQLJobResponse)

CreateListDBTaskSQLJobResponse creates a response to parse from ListDBTaskSQLJob response

type ListDDLPublishRecordsRequest ¶ added in v1.61.1009

type ListDDLPublishRecordsRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

ListDDLPublishRecordsRequest is the request struct for api ListDDLPublishRecords

func CreateListDDLPublishRecordsRequest ¶ added in v1.61.1009

func CreateListDDLPublishRecordsRequest() (request *ListDDLPublishRecordsRequest)

CreateListDDLPublishRecordsRequest creates a request to invoke ListDDLPublishRecords API

type ListDDLPublishRecordsResponse ¶ added in v1.61.1009

type ListDDLPublishRecordsResponse struct {
	*responses.BaseResponse
	RequestId            string             `json:"RequestId" xml:"RequestId"`
	Success              bool               `json:"Success" xml:"Success"`
	ErrorMessage         string             `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode            string             `json:"ErrorCode" xml:"ErrorCode"`
	DDLPublishRecordList []DDLPublishRecord `json:"DDLPublishRecordList" xml:"DDLPublishRecordList"`
}

ListDDLPublishRecordsResponse is the response struct for api ListDDLPublishRecords

func CreateListDDLPublishRecordsResponse ¶ added in v1.61.1009

func CreateListDDLPublishRecordsResponse() (response *ListDDLPublishRecordsResponse)

CreateListDDLPublishRecordsResponse creates a response to parse from ListDDLPublishRecords response

type ListDataCorrectPreCheckDBRequest ¶ added in v1.61.1169

type ListDataCorrectPreCheckDBRequest struct {
	*requests.RpcRequest
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	OrderId    requests.Integer `position:"Query" name:"OrderId"`
}

ListDataCorrectPreCheckDBRequest is the request struct for api ListDataCorrectPreCheckDB

func CreateListDataCorrectPreCheckDBRequest ¶ added in v1.61.1169

func CreateListDataCorrectPreCheckDBRequest() (request *ListDataCorrectPreCheckDBRequest)

CreateListDataCorrectPreCheckDBRequest creates a request to invoke ListDataCorrectPreCheckDB API

type ListDataCorrectPreCheckDBResponse ¶ added in v1.61.1169

type ListDataCorrectPreCheckDBResponse struct {
	*responses.BaseResponse
	RequestId      string       `json:"RequestId" xml:"RequestId"`
	Success        bool         `json:"Success" xml:"Success"`
	ErrorMessage   string       `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode      string       `json:"ErrorCode" xml:"ErrorCode"`
	PreCheckDBList []PreCheckDB `json:"PreCheckDBList" xml:"PreCheckDBList"`
}

ListDataCorrectPreCheckDBResponse is the response struct for api ListDataCorrectPreCheckDB

func CreateListDataCorrectPreCheckDBResponse ¶ added in v1.61.1169

func CreateListDataCorrectPreCheckDBResponse() (response *ListDataCorrectPreCheckDBResponse)

CreateListDataCorrectPreCheckDBResponse creates a response to parse from ListDataCorrectPreCheckDB response

type ListDataCorrectPreCheckSQLRequest ¶ added in v1.61.1169

type ListDataCorrectPreCheckSQLRequest struct {
	*requests.RpcRequest
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	OrderId    requests.Integer `position:"Query" name:"OrderId"`
	DbId       requests.Integer `position:"Query" name:"DbId"`
}

ListDataCorrectPreCheckSQLRequest is the request struct for api ListDataCorrectPreCheckSQL

func CreateListDataCorrectPreCheckSQLRequest ¶ added in v1.61.1169

func CreateListDataCorrectPreCheckSQLRequest() (request *ListDataCorrectPreCheckSQLRequest)

CreateListDataCorrectPreCheckSQLRequest creates a request to invoke ListDataCorrectPreCheckSQL API

type ListDataCorrectPreCheckSQLResponse ¶ added in v1.61.1169

type ListDataCorrectPreCheckSQLResponse struct {
	*responses.BaseResponse
	RequestId       string        `json:"RequestId" xml:"RequestId"`
	Success         bool          `json:"Success" xml:"Success"`
	ErrorMessage    string        `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode       string        `json:"ErrorCode" xml:"ErrorCode"`
	PreCheckSQLList []PreCheckSQL `json:"PreCheckSQLList" xml:"PreCheckSQLList"`
}

ListDataCorrectPreCheckSQLResponse is the response struct for api ListDataCorrectPreCheckSQL

func CreateListDataCorrectPreCheckSQLResponse ¶ added in v1.61.1169

func CreateListDataCorrectPreCheckSQLResponse() (response *ListDataCorrectPreCheckSQLResponse)

CreateListDataCorrectPreCheckSQLResponse creates a response to parse from ListDataCorrectPreCheckSQL response

type ListDataImportSQLPreCheckDetailRequest ¶ added in v1.62.277

type ListDataImportSQLPreCheckDetailRequest struct {
	*requests.RpcRequest
	PageNumer  requests.Integer `position:"Query" name:"PageNumer"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
	StatusCode string           `position:"Query" name:"StatusCode"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	SqlType    string           `position:"Query" name:"SqlType"`
	OrderId    requests.Integer `position:"Query" name:"OrderId"`
}

ListDataImportSQLPreCheckDetailRequest is the request struct for api ListDataImportSQLPreCheckDetail

func CreateListDataImportSQLPreCheckDetailRequest ¶ added in v1.62.277

func CreateListDataImportSQLPreCheckDetailRequest() (request *ListDataImportSQLPreCheckDetailRequest)

CreateListDataImportSQLPreCheckDetailRequest creates a request to invoke ListDataImportSQLPreCheckDetail API

type ListDataImportSQLPreCheckDetailResponse ¶ added in v1.62.277

type ListDataImportSQLPreCheckDetailResponse struct {
	*responses.BaseResponse
	RequestId             string              `json:"RequestId" xml:"RequestId"`
	Success               bool                `json:"Success" xml:"Success"`
	ErrorMessage          string              `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode             string              `json:"ErrorCode" xml:"ErrorCode"`
	TotalCount            int64               `json:"TotalCount" xml:"TotalCount"`
	PreCheckSQLDetailList []PreCheckSQLDetail `json:"PreCheckSQLDetailList" xml:"PreCheckSQLDetailList"`
}

ListDataImportSQLPreCheckDetailResponse is the response struct for api ListDataImportSQLPreCheckDetail

func CreateListDataImportSQLPreCheckDetailResponse ¶ added in v1.62.277

func CreateListDataImportSQLPreCheckDetailResponse() (response *ListDataImportSQLPreCheckDetailResponse)

CreateListDataImportSQLPreCheckDetailResponse creates a response to parse from ListDataImportSQLPreCheckDetail response

type ListDataImportSQLTypeRequest ¶ added in v1.62.277

type ListDataImportSQLTypeRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

ListDataImportSQLTypeRequest is the request struct for api ListDataImportSQLType

func CreateListDataImportSQLTypeRequest ¶ added in v1.62.277

func CreateListDataImportSQLTypeRequest() (request *ListDataImportSQLTypeRequest)

CreateListDataImportSQLTypeRequest creates a request to invoke ListDataImportSQLType API

type ListDataImportSQLTypeResponse ¶ added in v1.62.277

type ListDataImportSQLTypeResponse struct {
	*responses.BaseResponse
	RequestId     string   `json:"RequestId" xml:"RequestId"`
	Success       bool     `json:"Success" xml:"Success"`
	ErrorMessage  string   `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode     string   `json:"ErrorCode" xml:"ErrorCode"`
	SqlTypeResult []string `json:"SqlTypeResult" xml:"SqlTypeResult"`
}

ListDataImportSQLTypeResponse is the response struct for api ListDataImportSQLType

func CreateListDataImportSQLTypeResponse ¶ added in v1.62.277

func CreateListDataImportSQLTypeResponse() (response *ListDataImportSQLTypeResponse)

CreateListDataImportSQLTypeResponse creates a response to parse from ListDataImportSQLType response

type ListDatabaseUserPermssionsRequest ¶ added in v1.61.13

type ListDatabaseUserPermssionsRequest struct {
	*requests.RpcRequest
	Tid        requests.Integer `position:"Query" name:"Tid"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	PermType   string           `position:"Query" name:"PermType"`
	DbId       string           `position:"Query" name:"DbId"`
	Logic      requests.Boolean `position:"Query" name:"Logic"`
	UserName   string           `position:"Query" name:"UserName"`
}

ListDatabaseUserPermssionsRequest is the request struct for api ListDatabaseUserPermssions

func CreateListDatabaseUserPermssionsRequest ¶ added in v1.61.13

func CreateListDatabaseUserPermssionsRequest() (request *ListDatabaseUserPermssionsRequest)

CreateListDatabaseUserPermssionsRequest creates a request to invoke ListDatabaseUserPermssions API

type ListDatabaseUserPermssionsResponse ¶ added in v1.61.13

type ListDatabaseUserPermssionsResponse struct {
	*responses.BaseResponse
	TotalCount      int64                                       `json:"TotalCount" xml:"TotalCount"`
	RequestId       string                                      `json:"RequestId" xml:"RequestId"`
	ErrorCode       string                                      `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage    string                                      `json:"ErrorMessage" xml:"ErrorMessage"`
	Success         bool                                        `json:"Success" xml:"Success"`
	UserPermissions UserPermissionsInListDatabaseUserPermssions `json:"UserPermissions" xml:"UserPermissions"`
}

ListDatabaseUserPermssionsResponse is the response struct for api ListDatabaseUserPermssions

func CreateListDatabaseUserPermssionsResponse ¶ added in v1.61.13

func CreateListDatabaseUserPermssionsResponse() (response *ListDatabaseUserPermssionsResponse)

CreateListDatabaseUserPermssionsResponse creates a response to parse from ListDatabaseUserPermssions response

type ListDatabasesRequest ¶ added in v1.61.13

type ListDatabasesRequest struct {
	*requests.RpcRequest
	Tid        requests.Integer `position:"Query" name:"Tid"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	InstanceId string           `position:"Query" name:"InstanceId"`
}

ListDatabasesRequest is the request struct for api ListDatabases

func CreateListDatabasesRequest ¶ added in v1.61.13

func CreateListDatabasesRequest() (request *ListDatabasesRequest)

CreateListDatabasesRequest creates a request to invoke ListDatabases API

type ListDatabasesResponse ¶ added in v1.61.13

type ListDatabasesResponse struct {
	*responses.BaseResponse
	TotalCount   int64                       `json:"TotalCount" xml:"TotalCount"`
	RequestId    string                      `json:"RequestId" xml:"RequestId"`
	ErrorCode    string                      `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string                      `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool                        `json:"Success" xml:"Success"`
	DatabaseList DatabaseListInListDatabases `json:"DatabaseList" xml:"DatabaseList"`
}

ListDatabasesResponse is the response struct for api ListDatabases

func CreateListDatabasesResponse ¶ added in v1.61.13

func CreateListDatabasesResponse() (response *ListDatabasesResponse)

CreateListDatabasesResponse creates a response to parse from ListDatabases response

type ListDefaultSLARulesRequest ¶ added in v1.61.1835

type ListDefaultSLARulesRequest struct {
	*requests.RpcRequest
	DagId requests.Integer `position:"Query" name:"DagId"`
	Tid   requests.Integer `position:"Query" name:"Tid"`
}

ListDefaultSLARulesRequest is the request struct for api ListDefaultSLARules

func CreateListDefaultSLARulesRequest ¶ added in v1.61.1835

func CreateListDefaultSLARulesRequest() (request *ListDefaultSLARulesRequest)

CreateListDefaultSLARulesRequest creates a request to invoke ListDefaultSLARules API

type ListDefaultSLARulesResponse ¶ added in v1.61.1835

type ListDefaultSLARulesResponse struct {
	*responses.BaseResponse
	RequestId    string                           `json:"RequestId" xml:"RequestId"`
	ErrorCode    string                           `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string                           `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool                             `json:"Success" xml:"Success"`
	SLARuleList  SLARuleListInListDefaultSLARules `json:"SLARuleList" xml:"SLARuleList"`
}

ListDefaultSLARulesResponse is the response struct for api ListDefaultSLARules

func CreateListDefaultSLARulesResponse ¶ added in v1.61.1835

func CreateListDefaultSLARulesResponse() (response *ListDefaultSLARulesResponse)

CreateListDefaultSLARulesResponse creates a response to parse from ListDefaultSLARules response

type ListDesensitizationRuleRequest ¶ added in v1.61.1630

type ListDesensitizationRuleRequest struct {
	*requests.RpcRequest
	RuleName   string           `position:"Query" name:"RuleName"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	RuleType   string           `position:"Query" name:"RuleType"`
	FuncType   string           `position:"Query" name:"FuncType"`
	RuleId     requests.Integer `position:"Query" name:"RuleId"`
}

ListDesensitizationRuleRequest is the request struct for api ListDesensitizationRule

func CreateListDesensitizationRuleRequest ¶ added in v1.61.1630

func CreateListDesensitizationRuleRequest() (request *ListDesensitizationRuleRequest)

CreateListDesensitizationRuleRequest creates a request to invoke ListDesensitizationRule API

type ListDesensitizationRuleResponse ¶ added in v1.61.1630

type ListDesensitizationRuleResponse struct {
	*responses.BaseResponse
	TotalCount              int                   `json:"TotalCount" xml:"TotalCount"`
	RequestId               string                `json:"RequestId" xml:"RequestId"`
	ErrorCode               string                `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage            string                `json:"ErrorMessage" xml:"ErrorMessage"`
	Success                 bool                  `json:"Success" xml:"Success"`
	DesensitizationRuleList []DesensitizationRule `json:"DesensitizationRuleList" xml:"DesensitizationRuleList"`
}

ListDesensitizationRuleResponse is the response struct for api ListDesensitizationRule

func CreateListDesensitizationRuleResponse ¶ added in v1.61.1630

func CreateListDesensitizationRuleResponse() (response *ListDesensitizationRuleResponse)

CreateListDesensitizationRuleResponse creates a response to parse from ListDesensitizationRule response

type ListEffectiveOrdersRequest ¶ added in v1.61.1835

type ListEffectiveOrdersRequest struct {
	*requests.RpcRequest
	Tid requests.Integer `position:"Query" name:"Tid"`
}

ListEffectiveOrdersRequest is the request struct for api ListEffectiveOrders

func CreateListEffectiveOrdersRequest ¶ added in v1.61.1835

func CreateListEffectiveOrdersRequest() (request *ListEffectiveOrdersRequest)

CreateListEffectiveOrdersRequest creates a request to invoke ListEffectiveOrders API

type ListEffectiveOrdersResponse ¶ added in v1.61.1835

type ListEffectiveOrdersResponse struct {
	*responses.BaseResponse
	RequestId    string             `json:"RequestId" xml:"RequestId"`
	Success      bool               `json:"Success" xml:"Success"`
	ErrorMessage string             `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string             `json:"ErrorCode" xml:"ErrorCode"`
	OrderSummary []OrderSummaryItem `json:"OrderSummary" xml:"OrderSummary"`
}

ListEffectiveOrdersResponse is the response struct for api ListEffectiveOrders

func CreateListEffectiveOrdersResponse ¶ added in v1.61.1835

func CreateListEffectiveOrdersResponse() (response *ListEffectiveOrdersResponse)

CreateListEffectiveOrdersResponse creates a response to parse from ListEffectiveOrders response

type ListIndexesRequest ¶ added in v1.61.13

type ListIndexesRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	TableId string           `position:"Query" name:"TableId"`
	Logic   requests.Boolean `position:"Query" name:"Logic"`
}

ListIndexesRequest is the request struct for api ListIndexes

func CreateListIndexesRequest ¶ added in v1.61.13

func CreateListIndexesRequest() (request *ListIndexesRequest)

CreateListIndexesRequest creates a request to invoke ListIndexes API

type ListIndexesResponse ¶ added in v1.61.13

type ListIndexesResponse struct {
	*responses.BaseResponse
	RequestId    string                 `json:"RequestId" xml:"RequestId"`
	ErrorCode    string                 `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string                 `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool                   `json:"Success" xml:"Success"`
	IndexList    IndexListInListIndexes `json:"IndexList" xml:"IndexList"`
}

ListIndexesResponse is the response struct for api ListIndexes

func CreateListIndexesResponse ¶ added in v1.61.13

func CreateListIndexesResponse() (response *ListIndexesResponse)

CreateListIndexesResponse creates a response to parse from ListIndexes response

type ListInstanceLoginAuditLogRequest ¶ added in v1.61.1332

type ListInstanceLoginAuditLogRequest struct {
	*requests.RpcRequest
	SearchName string           `position:"Query" name:"SearchName"`
	OpUserName string           `position:"Query" name:"OpUserName"`
	StartTime  string           `position:"Query" name:"StartTime"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	EndTime    string           `position:"Query" name:"EndTime"`
}

ListInstanceLoginAuditLogRequest is the request struct for api ListInstanceLoginAuditLog

func CreateListInstanceLoginAuditLogRequest ¶ added in v1.61.1332

func CreateListInstanceLoginAuditLogRequest() (request *ListInstanceLoginAuditLogRequest)

CreateListInstanceLoginAuditLogRequest creates a request to invoke ListInstanceLoginAuditLog API

type ListInstanceLoginAuditLogResponse ¶ added in v1.61.1332

type ListInstanceLoginAuditLogResponse struct {
	*responses.BaseResponse
	TotalCount                int64                     `json:"TotalCount" xml:"TotalCount"`
	RequestId                 string                    `json:"RequestId" xml:"RequestId"`
	ErrorCode                 string                    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage              string                    `json:"ErrorMessage" xml:"ErrorMessage"`
	Success                   bool                      `json:"Success" xml:"Success"`
	InstanceLoginAuditLogList InstanceLoginAuditLogList `json:"InstanceLoginAuditLogList" xml:"InstanceLoginAuditLogList"`
}

ListInstanceLoginAuditLogResponse is the response struct for api ListInstanceLoginAuditLog

func CreateListInstanceLoginAuditLogResponse ¶ added in v1.61.1332

func CreateListInstanceLoginAuditLogResponse() (response *ListInstanceLoginAuditLogResponse)

CreateListInstanceLoginAuditLogResponse creates a response to parse from ListInstanceLoginAuditLog response

type ListInstanceUserPermissionsRequest ¶ added in v1.61.1302

type ListInstanceUserPermissionsRequest struct {
	*requests.RpcRequest
	Tid        requests.Integer `position:"Query" name:"Tid"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	InstanceId string           `position:"Query" name:"InstanceId"`
	UserName   string           `position:"Query" name:"UserName"`
}

ListInstanceUserPermissionsRequest is the request struct for api ListInstanceUserPermissions

func CreateListInstanceUserPermissionsRequest ¶ added in v1.61.1302

func CreateListInstanceUserPermissionsRequest() (request *ListInstanceUserPermissionsRequest)

CreateListInstanceUserPermissionsRequest creates a request to invoke ListInstanceUserPermissions API

type ListInstanceUserPermissionsResponse ¶ added in v1.61.1302

type ListInstanceUserPermissionsResponse struct {
	*responses.BaseResponse
	TotalCount      int64                                        `json:"TotalCount" xml:"TotalCount"`
	RequestId       string                                       `json:"RequestId" xml:"RequestId"`
	ErrorCode       string                                       `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage    string                                       `json:"ErrorMessage" xml:"ErrorMessage"`
	Success         bool                                         `json:"Success" xml:"Success"`
	UserPermissions UserPermissionsInListInstanceUserPermissions `json:"UserPermissions" xml:"UserPermissions"`
}

ListInstanceUserPermissionsResponse is the response struct for api ListInstanceUserPermissions

func CreateListInstanceUserPermissionsResponse ¶ added in v1.61.1302

func CreateListInstanceUserPermissionsResponse() (response *ListInstanceUserPermissionsResponse)

CreateListInstanceUserPermissionsResponse creates a response to parse from ListInstanceUserPermissions response

type ListInstancesRequest ¶ added in v1.61.13

type ListInstancesRequest struct {
	*requests.RpcRequest
	SearchKey      string           `position:"Query" name:"SearchKey"`
	Tid            requests.Integer `position:"Query" name:"Tid"`
	PageNumber     requests.Integer `position:"Query" name:"PageNumber"`
	EnvType        string           `position:"Query" name:"EnvType"`
	InstanceSource string           `position:"Query" name:"InstanceSource"`
	PageSize       requests.Integer `position:"Query" name:"PageSize"`
	InstanceState  string           `position:"Query" name:"InstanceState"`
	NetType        string           `position:"Query" name:"NetType"`
	DbType         string           `position:"Query" name:"DbType"`
}

ListInstancesRequest is the request struct for api ListInstances

func CreateListInstancesRequest ¶ added in v1.61.13

func CreateListInstancesRequest() (request *ListInstancesRequest)

CreateListInstancesRequest creates a request to invoke ListInstances API

type ListInstancesResponse ¶ added in v1.61.13

type ListInstancesResponse struct {
	*responses.BaseResponse
	TotalCount   int64        `json:"TotalCount" xml:"TotalCount"`
	RequestId    string       `json:"RequestId" xml:"RequestId"`
	ErrorCode    string       `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string       `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool         `json:"Success" xml:"Success"`
	InstanceList InstanceList `json:"InstanceList" xml:"InstanceList"`
}

ListInstancesResponse is the response struct for api ListInstances

func CreateListInstancesResponse ¶ added in v1.61.13

func CreateListInstancesResponse() (response *ListInstancesResponse)

CreateListInstancesResponse creates a response to parse from ListInstances response

type ListLhTaskFlowAndScenarioRequest ¶ added in v1.61.1525

type ListLhTaskFlowAndScenarioRequest struct {
	*requests.RpcRequest
	UserId  requests.Integer `position:"Query" name:"UserId"`
	Tid     requests.Integer `position:"Query" name:"Tid"`
	SpaceId requests.Integer `position:"Query" name:"SpaceId"`
}

ListLhTaskFlowAndScenarioRequest is the request struct for api ListLhTaskFlowAndScenario

func CreateListLhTaskFlowAndScenarioRequest ¶ added in v1.61.1525

func CreateListLhTaskFlowAndScenarioRequest() (request *ListLhTaskFlowAndScenarioRequest)

CreateListLhTaskFlowAndScenarioRequest creates a request to invoke ListLhTaskFlowAndScenario API

type ListLhTaskFlowAndScenarioResponse ¶ added in v1.61.1525

type ListLhTaskFlowAndScenarioResponse struct {
	*responses.BaseResponse
	RequestId       string          `json:"RequestId" xml:"RequestId"`
	ErrorCode       string          `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage    string          `json:"ErrorMessage" xml:"ErrorMessage"`
	Success         bool            `json:"Success" xml:"Success"`
	RawDAGList      RawDAGList      `json:"RawDAGList" xml:"RawDAGList"`
	ScenarioDAGList ScenarioDAGList `json:"ScenarioDAGList" xml:"ScenarioDAGList"`
}

ListLhTaskFlowAndScenarioResponse is the response struct for api ListLhTaskFlowAndScenario

func CreateListLhTaskFlowAndScenarioResponse ¶ added in v1.61.1525

func CreateListLhTaskFlowAndScenarioResponse() (response *ListLhTaskFlowAndScenarioResponse)

CreateListLhTaskFlowAndScenarioResponse creates a response to parse from ListLhTaskFlowAndScenario response

type ListLogicDatabasesRequest ¶ added in v1.61.13

type ListLogicDatabasesRequest struct {
	*requests.RpcRequest
	Tid        requests.Integer `position:"Query" name:"Tid"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
}

ListLogicDatabasesRequest is the request struct for api ListLogicDatabases

func CreateListLogicDatabasesRequest ¶ added in v1.61.13

func CreateListLogicDatabasesRequest() (request *ListLogicDatabasesRequest)

CreateListLogicDatabasesRequest creates a request to invoke ListLogicDatabases API

type ListLogicDatabasesResponse ¶ added in v1.61.13

type ListLogicDatabasesResponse struct {
	*responses.BaseResponse
	TotalCount        int64             `json:"TotalCount" xml:"TotalCount"`
	RequestId         string            `json:"RequestId" xml:"RequestId"`
	ErrorCode         string            `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage      string            `json:"ErrorMessage" xml:"ErrorMessage"`
	Success           bool              `json:"Success" xml:"Success"`
	LogicDatabaseList LogicDatabaseList `json:"LogicDatabaseList" xml:"LogicDatabaseList"`
}

ListLogicDatabasesResponse is the response struct for api ListLogicDatabases

func CreateListLogicDatabasesResponse ¶ added in v1.61.13

func CreateListLogicDatabasesResponse() (response *ListLogicDatabasesResponse)

CreateListLogicDatabasesResponse creates a response to parse from ListLogicDatabases response

type ListLogicTableRouteConfigRequest ¶ added in v1.61.1354

type ListLogicTableRouteConfigRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	TableId requests.Integer `position:"Query" name:"TableId"`
}

ListLogicTableRouteConfigRequest is the request struct for api ListLogicTableRouteConfig

func CreateListLogicTableRouteConfigRequest ¶ added in v1.61.1354

func CreateListLogicTableRouteConfigRequest() (request *ListLogicTableRouteConfigRequest)

CreateListLogicTableRouteConfigRequest creates a request to invoke ListLogicTableRouteConfig API

type ListLogicTableRouteConfigResponse ¶ added in v1.61.1354

type ListLogicTableRouteConfigResponse struct {
	*responses.BaseResponse
	RequestId                 string                    `json:"RequestId" xml:"RequestId"`
	ErrorCode                 string                    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage              string                    `json:"ErrorMessage" xml:"ErrorMessage"`
	Success                   bool                      `json:"Success" xml:"Success"`
	LogicTableRouteConfigList LogicTableRouteConfigList `json:"LogicTableRouteConfigList" xml:"LogicTableRouteConfigList"`
}

ListLogicTableRouteConfigResponse is the response struct for api ListLogicTableRouteConfig

func CreateListLogicTableRouteConfigResponse ¶ added in v1.61.1354

func CreateListLogicTableRouteConfigResponse() (response *ListLogicTableRouteConfigResponse)

CreateListLogicTableRouteConfigResponse creates a response to parse from ListLogicTableRouteConfig response

type ListLogicTablesRequest ¶ added in v1.61.13

type ListLogicTablesRequest struct {
	*requests.RpcRequest
	SearchName string           `position:"Query" name:"SearchName"`
	ReturnGuid requests.Boolean `position:"Query" name:"ReturnGuid"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	DatabaseId string           `position:"Query" name:"DatabaseId"`
}

ListLogicTablesRequest is the request struct for api ListLogicTables

func CreateListLogicTablesRequest ¶ added in v1.61.13

func CreateListLogicTablesRequest() (request *ListLogicTablesRequest)

CreateListLogicTablesRequest creates a request to invoke ListLogicTables API

type ListLogicTablesResponse ¶ added in v1.61.13

type ListLogicTablesResponse struct {
	*responses.BaseResponse
	TotalCount     int64          `json:"TotalCount" xml:"TotalCount"`
	RequestId      string         `json:"RequestId" xml:"RequestId"`
	ErrorCode      string         `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage   string         `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool           `json:"Success" xml:"Success"`
	LogicTableList LogicTableList `json:"LogicTableList" xml:"LogicTableList"`
}

ListLogicTablesResponse is the response struct for api ListLogicTables

func CreateListLogicTablesResponse ¶ added in v1.61.13

func CreateListLogicTablesResponse() (response *ListLogicTablesResponse)

CreateListLogicTablesResponse creates a response to parse from ListLogicTables response

type ListOrdersRequest ¶ added in v1.61.13

type ListOrdersRequest struct {
	*requests.RpcRequest
	OrderStatus     string           `position:"Query" name:"OrderStatus"`
	SearchDateType  string           `position:"Query" name:"SearchDateType"`
	StartTime       string           `position:"Query" name:"StartTime"`
	Tid             requests.Integer `position:"Query" name:"Tid"`
	PageNumber      requests.Integer `position:"Query" name:"PageNumber"`
	PluginType      string           `position:"Query" name:"PluginType"`
	PageSize        requests.Integer `position:"Query" name:"PageSize"`
	OrderResultType string           `position:"Query" name:"OrderResultType"`
	SearchContent   string           `position:"Query" name:"SearchContent"`
	EndTime         string           `position:"Query" name:"EndTime"`
}

ListOrdersRequest is the request struct for api ListOrders

func CreateListOrdersRequest ¶ added in v1.61.13

func CreateListOrdersRequest() (request *ListOrdersRequest)

CreateListOrdersRequest creates a request to invoke ListOrders API

type ListOrdersResponse ¶ added in v1.61.13

type ListOrdersResponse struct {
	*responses.BaseResponse
	TotalCount   int64  `json:"TotalCount" xml:"TotalCount"`
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
	Orders       Orders `json:"Orders" xml:"Orders"`
}

ListOrdersResponse is the response struct for api ListOrders

func CreateListOrdersResponse ¶ added in v1.61.13

func CreateListOrdersResponse() (response *ListOrdersResponse)

CreateListOrdersResponse creates a response to parse from ListOrders response

type ListProxiesRequest ¶ added in v1.61.1227

type ListProxiesRequest struct {
	*requests.RpcRequest
	Tid requests.Integer `position:"Query" name:"Tid"`
}

ListProxiesRequest is the request struct for api ListProxies

func CreateListProxiesRequest ¶ added in v1.61.1227

func CreateListProxiesRequest() (request *ListProxiesRequest)

CreateListProxiesRequest creates a request to invoke ListProxies API

type ListProxiesResponse ¶ added in v1.61.1227

type ListProxiesResponse struct {
	*responses.BaseResponse
	RequestId    string          `json:"RequestId" xml:"RequestId"`
	Success      bool            `json:"Success" xml:"Success"`
	ErrorMessage string          `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string          `json:"ErrorCode" xml:"ErrorCode"`
	ProxyList    []ProxyListItem `json:"ProxyList" xml:"ProxyList"`
}

ListProxiesResponse is the response struct for api ListProxies

func CreateListProxiesResponse ¶ added in v1.61.1227

func CreateListProxiesResponse() (response *ListProxiesResponse)

CreateListProxiesResponse creates a response to parse from ListProxies response

type ListProxyAccessesRequest ¶ added in v1.61.1227

type ListProxyAccessesRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	ProxyId requests.Integer `position:"Query" name:"ProxyId"`
}

ListProxyAccessesRequest is the request struct for api ListProxyAccesses

func CreateListProxyAccessesRequest ¶ added in v1.61.1227

func CreateListProxyAccessesRequest() (request *ListProxyAccessesRequest)

CreateListProxyAccessesRequest creates a request to invoke ListProxyAccesses API

type ListProxyAccessesResponse ¶ added in v1.61.1227

type ListProxyAccessesResponse struct {
	*responses.BaseResponse
	RequestId       string                `json:"RequestId" xml:"RequestId"`
	Success         bool                  `json:"Success" xml:"Success"`
	ErrorMessage    string                `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode       string                `json:"ErrorCode" xml:"ErrorCode"`
	ProxyAccessList []ProxyAccessListItem `json:"ProxyAccessList" xml:"ProxyAccessList"`
}

ListProxyAccessesResponse is the response struct for api ListProxyAccesses

func CreateListProxyAccessesResponse ¶ added in v1.61.1227

func CreateListProxyAccessesResponse() (response *ListProxyAccessesResponse)

CreateListProxyAccessesResponse creates a response to parse from ListProxyAccesses response

type ListProxySQLExecAuditLogRequest ¶ added in v1.61.1332

type ListProxySQLExecAuditLogRequest struct {
	*requests.RpcRequest
	SearchName string           `position:"Query" name:"SearchName"`
	OpUserName string           `position:"Query" name:"OpUserName"`
	StartTime  requests.Integer `position:"Query" name:"StartTime"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	SQLType    string           `position:"Query" name:"SQLType"`
	EndTime    requests.Integer `position:"Query" name:"EndTime"`
	ExecState  string           `position:"Query" name:"ExecState"`
}

ListProxySQLExecAuditLogRequest is the request struct for api ListProxySQLExecAuditLog

func CreateListProxySQLExecAuditLogRequest ¶ added in v1.61.1332

func CreateListProxySQLExecAuditLogRequest() (request *ListProxySQLExecAuditLogRequest)

CreateListProxySQLExecAuditLogRequest creates a request to invoke ListProxySQLExecAuditLog API

type ListProxySQLExecAuditLogResponse ¶ added in v1.61.1332

type ListProxySQLExecAuditLogResponse struct {
	*responses.BaseResponse
	TotalCount               int64                    `json:"TotalCount" xml:"TotalCount"`
	RequestId                string                   `json:"RequestId" xml:"RequestId"`
	ErrorCode                string                   `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage             string                   `json:"ErrorMessage" xml:"ErrorMessage"`
	Success                  bool                     `json:"Success" xml:"Success"`
	ProxySQLExecAuditLogList ProxySQLExecAuditLogList `json:"ProxySQLExecAuditLogList" xml:"ProxySQLExecAuditLogList"`
}

ListProxySQLExecAuditLogResponse is the response struct for api ListProxySQLExecAuditLog

func CreateListProxySQLExecAuditLogResponse ¶ added in v1.61.1332

func CreateListProxySQLExecAuditLogResponse() (response *ListProxySQLExecAuditLogResponse)

CreateListProxySQLExecAuditLogResponse creates a response to parse from ListProxySQLExecAuditLog response

type ListSLARulesRequest ¶ added in v1.61.1835

type ListSLARulesRequest struct {
	*requests.RpcRequest
	DagId requests.Integer `position:"Query" name:"DagId"`
	Tid   requests.Integer `position:"Query" name:"Tid"`
}

ListSLARulesRequest is the request struct for api ListSLARules

func CreateListSLARulesRequest ¶ added in v1.61.1835

func CreateListSLARulesRequest() (request *ListSLARulesRequest)

CreateListSLARulesRequest creates a request to invoke ListSLARules API

type ListSLARulesResponse ¶ added in v1.61.1835

type ListSLARulesResponse struct {
	*responses.BaseResponse
	RequestId    string                    `json:"RequestId" xml:"RequestId"`
	ErrorCode    string                    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string                    `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool                      `json:"Success" xml:"Success"`
	SLARuleList  SLARuleListInListSLARules `json:"SLARuleList" xml:"SLARuleList"`
}

ListSLARulesResponse is the response struct for api ListSLARules

func CreateListSLARulesResponse ¶ added in v1.61.1835

func CreateListSLARulesResponse() (response *ListSLARulesResponse)

CreateListSLARulesResponse creates a response to parse from ListSLARules response

type ListSQLExecAuditLogRequest ¶ added in v1.61.1318

type ListSQLExecAuditLogRequest struct {
	*requests.RpcRequest
	SearchName string           `position:"Query" name:"SearchName"`
	OpUserName string           `position:"Query" name:"OpUserName"`
	StartTime  string           `position:"Query" name:"StartTime"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	SqlType    string           `position:"Query" name:"SqlType"`
	EndTime    string           `position:"Query" name:"EndTime"`
	ExecState  string           `position:"Query" name:"ExecState"`
}

ListSQLExecAuditLogRequest is the request struct for api ListSQLExecAuditLog

func CreateListSQLExecAuditLogRequest ¶ added in v1.61.1318

func CreateListSQLExecAuditLogRequest() (request *ListSQLExecAuditLogRequest)

CreateListSQLExecAuditLogRequest creates a request to invoke ListSQLExecAuditLog API

type ListSQLExecAuditLogResponse ¶ added in v1.61.1318

type ListSQLExecAuditLogResponse struct {
	*responses.BaseResponse
	TotalCount          int64               `json:"TotalCount" xml:"TotalCount"`
	RequestId           string              `json:"RequestId" xml:"RequestId"`
	ErrorCode           string              `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage        string              `json:"ErrorMessage" xml:"ErrorMessage"`
	Success             bool                `json:"Success" xml:"Success"`
	SQLExecAuditLogList SQLExecAuditLogList `json:"SQLExecAuditLogList" xml:"SQLExecAuditLogList"`
}

ListSQLExecAuditLogResponse is the response struct for api ListSQLExecAuditLog

func CreateListSQLExecAuditLogResponse ¶ added in v1.61.1318

func CreateListSQLExecAuditLogResponse() (response *ListSQLExecAuditLogResponse)

CreateListSQLExecAuditLogResponse creates a response to parse from ListSQLExecAuditLog response

type ListSQLReviewOriginSQLOrderActionDetail ¶ added in v1.61.1139

type ListSQLReviewOriginSQLOrderActionDetail struct {
	CheckStatusResult string                                      `name:"CheckStatusResult"`
	SQLReviewResult   string                                      `name:"SQLReviewResult"`
	Page              ListSQLReviewOriginSQLOrderActionDetailPage `name:"Page" type:"Struct"`
	FileId            string                                      `name:"FileId"`
}

ListSQLReviewOriginSQLOrderActionDetail is a repeated param struct in ListSQLReviewOriginSQLRequest

type ListSQLReviewOriginSQLOrderActionDetailPage ¶ added in v1.61.1139

type ListSQLReviewOriginSQLOrderActionDetailPage struct {
	PageSize   string `name:"PageSize"`
	PageNumber string `name:"PageNumber"`
}

ListSQLReviewOriginSQLOrderActionDetailPage is a repeated param struct in ListSQLReviewOriginSQLRequest

type ListSQLReviewOriginSQLRequest ¶ added in v1.61.1139

type ListSQLReviewOriginSQLRequest struct {
	*requests.RpcRequest
	Tid               requests.Integer                        `position:"Query" name:"Tid"`
	OrderId           requests.Integer                        `position:"Query" name:"OrderId"`
	OrderActionDetail ListSQLReviewOriginSQLOrderActionDetail `position:"Query" name:"OrderActionDetail"  type:"Struct"`
	OrderActionName   string                                  `position:"Query" name:"OrderActionName"`
}

ListSQLReviewOriginSQLRequest is the request struct for api ListSQLReviewOriginSQL

func CreateListSQLReviewOriginSQLRequest ¶ added in v1.61.1139

func CreateListSQLReviewOriginSQLRequest() (request *ListSQLReviewOriginSQLRequest)

CreateListSQLReviewOriginSQLRequest creates a request to invoke ListSQLReviewOriginSQL API

type ListSQLReviewOriginSQLResponse ¶ added in v1.61.1139

type ListSQLReviewOriginSQLResponse struct {
	*responses.BaseResponse
	RequestId     string              `json:"RequestId" xml:"RequestId"`
	ErrorCode     string              `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage  string              `json:"ErrorMessage" xml:"ErrorMessage"`
	Success       bool                `json:"Success" xml:"Success"`
	TotalCount    int                 `json:"TotalCount" xml:"TotalCount"`
	OriginSQLList []OriginSQLListItem `json:"OriginSQLList" xml:"OriginSQLList"`
}

ListSQLReviewOriginSQLResponse is the response struct for api ListSQLReviewOriginSQL

func CreateListSQLReviewOriginSQLResponse ¶ added in v1.61.1139

func CreateListSQLReviewOriginSQLResponse() (response *ListSQLReviewOriginSQLResponse)

CreateListSQLReviewOriginSQLResponse creates a response to parse from ListSQLReviewOriginSQL response

type ListScenariosRequest ¶ added in v1.61.1835

type ListScenariosRequest struct {
	*requests.RpcRequest
	Tid requests.Integer `position:"Query" name:"Tid"`
}

ListScenariosRequest is the request struct for api ListScenarios

func CreateListScenariosRequest ¶ added in v1.61.1835

func CreateListScenariosRequest() (request *ListScenariosRequest)

CreateListScenariosRequest creates a request to invoke ListScenarios API

type ListScenariosResponse ¶ added in v1.61.1835

type ListScenariosResponse struct {
	*responses.BaseResponse
	RequestId    string     `json:"RequestId" xml:"RequestId"`
	ErrorCode    string     `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string     `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool       `json:"Success" xml:"Success"`
	ScenarioList []Scenario `json:"ScenarioList" xml:"ScenarioList"`
}

ListScenariosResponse is the response struct for api ListScenarios

func CreateListScenariosResponse ¶ added in v1.61.1835

func CreateListScenariosResponse() (response *ListScenariosResponse)

CreateListScenariosResponse creates a response to parse from ListScenarios response

type ListSensitiveColumnInfoRequest ¶ added in v1.62.719

type ListSensitiveColumnInfoRequest struct {
	*requests.RpcRequest
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	TableName  string           `position:"Query" name:"TableName"`
	SchemaName string           `position:"Query" name:"SchemaName"`
	ColumnName string           `position:"Query" name:"ColumnName"`
	InstanceId requests.Integer `position:"Query" name:"InstanceId"`
}

ListSensitiveColumnInfoRequest is the request struct for api ListSensitiveColumnInfo

func CreateListSensitiveColumnInfoRequest ¶ added in v1.62.719

func CreateListSensitiveColumnInfoRequest() (request *ListSensitiveColumnInfoRequest)

CreateListSensitiveColumnInfoRequest creates a request to invoke ListSensitiveColumnInfo API

type ListSensitiveColumnInfoResponse ¶ added in v1.62.719

type ListSensitiveColumnInfoResponse struct {
	*responses.BaseResponse
	RequestId           string                                       `json:"RequestId" xml:"RequestId"`
	ErrorCode           string                                       `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage        string                                       `json:"ErrorMessage" xml:"ErrorMessage"`
	Success             bool                                         `json:"Success" xml:"Success"`
	TotalCount          int64                                        `json:"TotalCount" xml:"TotalCount"`
	SensitiveColumnList SensitiveColumnListInListSensitiveColumnInfo `json:"SensitiveColumnList" xml:"SensitiveColumnList"`
}

ListSensitiveColumnInfoResponse is the response struct for api ListSensitiveColumnInfo

func CreateListSensitiveColumnInfoResponse ¶ added in v1.62.719

func CreateListSensitiveColumnInfoResponse() (response *ListSensitiveColumnInfoResponse)

CreateListSensitiveColumnInfoResponse creates a response to parse from ListSensitiveColumnInfo response

type ListSensitiveColumnsDetailRequest ¶ added in v1.61.134

type ListSensitiveColumnsDetailRequest struct {
	*requests.RpcRequest
	Tid        requests.Integer `position:"Query" name:"Tid"`
	TableName  string           `position:"Query" name:"TableName"`
	SchemaName string           `position:"Query" name:"SchemaName"`
	ColumnName string           `position:"Query" name:"ColumnName"`
	DbId       requests.Integer `position:"Query" name:"DbId"`
	Logic      requests.Boolean `position:"Query" name:"Logic"`
}

ListSensitiveColumnsDetailRequest is the request struct for api ListSensitiveColumnsDetail

func CreateListSensitiveColumnsDetailRequest ¶ added in v1.61.134

func CreateListSensitiveColumnsDetailRequest() (request *ListSensitiveColumnsDetailRequest)

CreateListSensitiveColumnsDetailRequest creates a request to invoke ListSensitiveColumnsDetail API

type ListSensitiveColumnsDetailResponse ¶ added in v1.61.134

type ListSensitiveColumnsDetailResponse struct {
	*responses.BaseResponse
	RequestId                  string                     `json:"RequestId" xml:"RequestId"`
	ErrorCode                  string                     `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage               string                     `json:"ErrorMessage" xml:"ErrorMessage"`
	Success                    bool                       `json:"Success" xml:"Success"`
	SensitiveColumnsDetailList SensitiveColumnsDetailList `json:"SensitiveColumnsDetailList" xml:"SensitiveColumnsDetailList"`
}

ListSensitiveColumnsDetailResponse is the response struct for api ListSensitiveColumnsDetail

func CreateListSensitiveColumnsDetailResponse ¶ added in v1.61.134

func CreateListSensitiveColumnsDetailResponse() (response *ListSensitiveColumnsDetailResponse)

CreateListSensitiveColumnsDetailResponse creates a response to parse from ListSensitiveColumnsDetail response

type ListSensitiveColumnsRequest ¶ added in v1.61.134

type ListSensitiveColumnsRequest struct {
	*requests.RpcRequest
	Tid           requests.Integer `position:"Query" name:"Tid"`
	PageNumber    requests.Integer `position:"Query" name:"PageNumber"`
	PageSize      requests.Integer `position:"Query" name:"PageSize"`
	TableName     string           `position:"Query" name:"TableName"`
	SchemaName    string           `position:"Query" name:"SchemaName"`
	ColumnName    string           `position:"Query" name:"ColumnName"`
	SecurityLevel string           `position:"Query" name:"SecurityLevel"`
	DbId          requests.Integer `position:"Query" name:"DbId"`
	Logic         requests.Boolean `position:"Query" name:"Logic"`
}

ListSensitiveColumnsRequest is the request struct for api ListSensitiveColumns

func CreateListSensitiveColumnsRequest ¶ added in v1.61.134

func CreateListSensitiveColumnsRequest() (request *ListSensitiveColumnsRequest)

CreateListSensitiveColumnsRequest creates a request to invoke ListSensitiveColumns API

type ListSensitiveColumnsResponse ¶ added in v1.61.134

type ListSensitiveColumnsResponse struct {
	*responses.BaseResponse
	TotalCount          int64                                     `json:"TotalCount" xml:"TotalCount"`
	RequestId           string                                    `json:"RequestId" xml:"RequestId"`
	ErrorCode           string                                    `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage        string                                    `json:"ErrorMessage" xml:"ErrorMessage"`
	Success             bool                                      `json:"Success" xml:"Success"`
	SensitiveColumnList SensitiveColumnListInListSensitiveColumns `json:"SensitiveColumnList" xml:"SensitiveColumnList"`
}

ListSensitiveColumnsResponse is the response struct for api ListSensitiveColumns

func CreateListSensitiveColumnsResponse ¶ added in v1.61.134

func CreateListSensitiveColumnsResponse() (response *ListSensitiveColumnsResponse)

CreateListSensitiveColumnsResponse creates a response to parse from ListSensitiveColumns response

type ListSensitiveDataAuditLogRequest ¶ added in v1.61.1835

type ListSensitiveDataAuditLogRequest struct {
	*requests.RpcRequest
	OpUserName string           `position:"Query" name:"OpUserName"`
	StartTime  string           `position:"Query" name:"StartTime"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	ModuleName string           `position:"Query" name:"ModuleName"`
	TableName  string           `position:"Query" name:"TableName"`
	EndTime    string           `position:"Query" name:"EndTime"`
	ColumnName string           `position:"Query" name:"ColumnName"`
	DbName     string           `position:"Query" name:"DbName"`
}

ListSensitiveDataAuditLogRequest is the request struct for api ListSensitiveDataAuditLog

func CreateListSensitiveDataAuditLogRequest ¶ added in v1.61.1835

func CreateListSensitiveDataAuditLogRequest() (request *ListSensitiveDataAuditLogRequest)

CreateListSensitiveDataAuditLogRequest creates a request to invoke ListSensitiveDataAuditLog API

type ListSensitiveDataAuditLogResponse ¶ added in v1.61.1835

type ListSensitiveDataAuditLogResponse struct {
	*responses.BaseResponse
	RequestId                 string                          `json:"RequestId" xml:"RequestId"`
	TotalCount                int64                           `json:"TotalCount" xml:"TotalCount"`
	ErrorCode                 string                          `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage              string                          `json:"ErrorMessage" xml:"ErrorMessage"`
	Success                   bool                            `json:"Success" xml:"Success"`
	SensitiveDataAuditLogList []SensitiveDataAuditLogListItem `json:"SensitiveDataAuditLogList" xml:"SensitiveDataAuditLogList"`
}

ListSensitiveDataAuditLogResponse is the response struct for api ListSensitiveDataAuditLog

func CreateListSensitiveDataAuditLogResponse ¶ added in v1.61.1835

func CreateListSensitiveDataAuditLogResponse() (response *ListSensitiveDataAuditLogResponse)

CreateListSensitiveDataAuditLogResponse creates a response to parse from ListSensitiveDataAuditLog response

type ListSensitivityLevelRequest ¶ added in v1.62.564

type ListSensitivityLevelRequest struct {
	*requests.RpcRequest
	Tid          requests.Integer `position:"Query" name:"Tid"`
	TemplateType string           `position:"Query" name:"TemplateType"`
	TemplateId   requests.Integer `position:"Query" name:"TemplateId"`
}

ListSensitivityLevelRequest is the request struct for api ListSensitivityLevel

func CreateListSensitivityLevelRequest ¶ added in v1.62.564

func CreateListSensitivityLevelRequest() (request *ListSensitivityLevelRequest)

CreateListSensitivityLevelRequest creates a request to invoke ListSensitivityLevel API

type ListSensitivityLevelResponse ¶ added in v1.62.564

type ListSensitivityLevelResponse struct {
	*responses.BaseResponse
	RequestId            string                     `json:"RequestId" xml:"RequestId"`
	Success              bool                       `json:"Success" xml:"Success"`
	ErrorMessage         string                     `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode            string                     `json:"ErrorCode" xml:"ErrorCode"`
	SensitivityLevelList []SensitivityLevelListItem `json:"SensitivityLevelList" xml:"SensitivityLevelList"`
}

ListSensitivityLevelResponse is the response struct for api ListSensitivityLevel

func CreateListSensitivityLevelResponse ¶ added in v1.62.564

func CreateListSensitivityLevelResponse() (response *ListSensitivityLevelResponse)

CreateListSensitivityLevelResponse creates a response to parse from ListSensitivityLevel response

type ListStandardGroupsRequest ¶ added in v1.61.1513

type ListStandardGroupsRequest struct {
	*requests.RpcRequest
	Tid requests.Integer `position:"Query" name:"Tid"`
}

ListStandardGroupsRequest is the request struct for api ListStandardGroups

func CreateListStandardGroupsRequest ¶ added in v1.61.1513

func CreateListStandardGroupsRequest() (request *ListStandardGroupsRequest)

CreateListStandardGroupsRequest creates a request to invoke ListStandardGroups API

type ListStandardGroupsResponse ¶ added in v1.61.1513

type ListStandardGroupsResponse struct {
	*responses.BaseResponse
	RequestId         string                  `json:"RequestId" xml:"RequestId"`
	Success           bool                    `json:"Success" xml:"Success"`
	ErrorMessage      string                  `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode         string                  `json:"ErrorCode" xml:"ErrorCode"`
	StandardGroupList []StandardGroupListItem `json:"StandardGroupList" xml:"StandardGroupList"`
}

ListStandardGroupsResponse is the response struct for api ListStandardGroups

func CreateListStandardGroupsResponse ¶ added in v1.61.1513

func CreateListStandardGroupsResponse() (response *ListStandardGroupsResponse)

CreateListStandardGroupsResponse creates a response to parse from ListStandardGroups response

type ListTablesRequest ¶ added in v1.61.13

type ListTablesRequest struct {
	*requests.RpcRequest
	SearchName string           `position:"Query" name:"SearchName"`
	ReturnGuid requests.Boolean `position:"Query" name:"ReturnGuid"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	DatabaseId string           `position:"Query" name:"DatabaseId"`
}

ListTablesRequest is the request struct for api ListTables

func CreateListTablesRequest ¶ added in v1.61.13

func CreateListTablesRequest() (request *ListTablesRequest)

CreateListTablesRequest creates a request to invoke ListTables API

type ListTablesResponse ¶ added in v1.61.13

type ListTablesResponse struct {
	*responses.BaseResponse
	TotalCount   int64                 `json:"TotalCount" xml:"TotalCount"`
	RequestId    string                `json:"RequestId" xml:"RequestId"`
	ErrorCode    string                `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string                `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool                  `json:"Success" xml:"Success"`
	TableList    TableListInListTables `json:"TableList" xml:"TableList"`
}

ListTablesResponse is the response struct for api ListTables

func CreateListTablesResponse ¶ added in v1.61.13

func CreateListTablesResponse() (response *ListTablesResponse)

CreateListTablesResponse creates a response to parse from ListTables response

type ListTaskFlowConstantsRequest ¶ added in v1.61.1835

type ListTaskFlowConstantsRequest struct {
	*requests.RpcRequest
	DagId requests.Integer `position:"Query" name:"DagId"`
	Tid   requests.Integer `position:"Query" name:"Tid"`
}

ListTaskFlowConstantsRequest is the request struct for api ListTaskFlowConstants

func CreateListTaskFlowConstantsRequest ¶ added in v1.61.1835

func CreateListTaskFlowConstantsRequest() (request *ListTaskFlowConstantsRequest)

CreateListTaskFlowConstantsRequest creates a request to invoke ListTaskFlowConstants API

type ListTaskFlowConstantsResponse ¶ added in v1.61.1835

type ListTaskFlowConstantsResponse struct {
	*responses.BaseResponse
	RequestId    string       `json:"RequestId" xml:"RequestId"`
	ErrorCode    string       `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string       `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool         `json:"Success" xml:"Success"`
	DagConstants DagConstants `json:"DagConstants" xml:"DagConstants"`
}

ListTaskFlowConstantsResponse is the response struct for api ListTaskFlowConstants

func CreateListTaskFlowConstantsResponse ¶ added in v1.61.1835

func CreateListTaskFlowConstantsResponse() (response *ListTaskFlowConstantsResponse)

CreateListTaskFlowConstantsResponse creates a response to parse from ListTaskFlowConstants response

type ListTaskFlowCooperatorsRequest ¶ added in v1.61.1835

type ListTaskFlowCooperatorsRequest struct {
	*requests.RpcRequest
	DagId requests.Integer `position:"Query" name:"DagId"`
	Tid   requests.Integer `position:"Query" name:"Tid"`
}

ListTaskFlowCooperatorsRequest is the request struct for api ListTaskFlowCooperators

func CreateListTaskFlowCooperatorsRequest ¶ added in v1.61.1835

func CreateListTaskFlowCooperatorsRequest() (request *ListTaskFlowCooperatorsRequest)

CreateListTaskFlowCooperatorsRequest creates a request to invoke ListTaskFlowCooperators API

type ListTaskFlowCooperatorsResponse ¶ added in v1.61.1835

type ListTaskFlowCooperatorsResponse struct {
	*responses.BaseResponse
	RequestId      string         `json:"RequestId" xml:"RequestId"`
	ErrorCode      string         `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage   string         `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool           `json:"Success" xml:"Success"`
	CooperatorList CooperatorList `json:"CooperatorList" xml:"CooperatorList"`
}

ListTaskFlowCooperatorsResponse is the response struct for api ListTaskFlowCooperators

func CreateListTaskFlowCooperatorsResponse ¶ added in v1.61.1835

func CreateListTaskFlowCooperatorsResponse() (response *ListTaskFlowCooperatorsResponse)

CreateListTaskFlowCooperatorsResponse creates a response to parse from ListTaskFlowCooperators response

type ListTaskFlowEdgesByConditionRequest ¶ added in v1.61.1835

type ListTaskFlowEdgesByConditionRequest struct {
	*requests.RpcRequest
	DagId    requests.Integer `position:"Query" name:"DagId"`
	Tid      requests.Integer `position:"Query" name:"Tid"`
	NodeEnd  requests.Integer `position:"Query" name:"NodeEnd"`
	NodeFrom requests.Integer `position:"Query" name:"NodeFrom"`
	Id       requests.Integer `position:"Query" name:"Id"`
}

ListTaskFlowEdgesByConditionRequest is the request struct for api ListTaskFlowEdgesByCondition

func CreateListTaskFlowEdgesByConditionRequest ¶ added in v1.61.1835

func CreateListTaskFlowEdgesByConditionRequest() (request *ListTaskFlowEdgesByConditionRequest)

CreateListTaskFlowEdgesByConditionRequest creates a request to invoke ListTaskFlowEdgesByCondition API

type ListTaskFlowEdgesByConditionResponse ¶ added in v1.61.1835

type ListTaskFlowEdgesByConditionResponse struct {
	*responses.BaseResponse
	RequestId    string                              `json:"RequestId" xml:"RequestId"`
	ErrorCode    string                              `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string                              `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool                                `json:"Success" xml:"Success"`
	Edges        EdgesInListTaskFlowEdgesByCondition `json:"Edges" xml:"Edges"`
}

ListTaskFlowEdgesByConditionResponse is the response struct for api ListTaskFlowEdgesByCondition

func CreateListTaskFlowEdgesByConditionResponse ¶ added in v1.61.1835

func CreateListTaskFlowEdgesByConditionResponse() (response *ListTaskFlowEdgesByConditionResponse)

CreateListTaskFlowEdgesByConditionResponse creates a response to parse from ListTaskFlowEdgesByCondition response

type ListTaskFlowInstanceRequest ¶ added in v1.61.1544

type ListTaskFlowInstanceRequest struct {
	*requests.RpcRequest
	UseBizDate     requests.Boolean `position:"Query" name:"UseBizDate"`
	TriggerType    requests.Integer `position:"Query" name:"TriggerType"`
	DagId          requests.Integer `position:"Query" name:"DagId"`
	Tid            requests.Integer `position:"Query" name:"Tid"`
	PageSize       requests.Integer `position:"Query" name:"PageSize"`
	PageIndex      requests.Integer `position:"Query" name:"PageIndex"`
	StartTimeBegin string           `position:"Query" name:"StartTimeBegin"`
	StartTimeEnd   string           `position:"Query" name:"StartTimeEnd"`
	Status         requests.Integer `position:"Query" name:"Status"`
}

ListTaskFlowInstanceRequest is the request struct for api ListTaskFlowInstance

func CreateListTaskFlowInstanceRequest ¶ added in v1.61.1544

func CreateListTaskFlowInstanceRequest() (request *ListTaskFlowInstanceRequest)

CreateListTaskFlowInstanceRequest creates a request to invoke ListTaskFlowInstance API

type ListTaskFlowInstanceResponse ¶ added in v1.61.1544

type ListTaskFlowInstanceResponse struct {
	*responses.BaseResponse
	RequestId       string          `json:"RequestId" xml:"RequestId"`
	ErrorCode       string          `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage    string          `json:"ErrorMessage" xml:"ErrorMessage"`
	Success         bool            `json:"Success" xml:"Success"`
	TotalCount      int             `json:"TotalCount" xml:"TotalCount"`
	DAGInstanceList DAGInstanceList `json:"DAGInstanceList" xml:"DAGInstanceList"`
}

ListTaskFlowInstanceResponse is the response struct for api ListTaskFlowInstance

func CreateListTaskFlowInstanceResponse ¶ added in v1.61.1544

func CreateListTaskFlowInstanceResponse() (response *ListTaskFlowInstanceResponse)

CreateListTaskFlowInstanceResponse creates a response to parse from ListTaskFlowInstance response

type ListTaskFlowRequest ¶ added in v1.61.1544

type ListTaskFlowRequest struct {
	*requests.RpcRequest
	Tid requests.Integer `position:"Query" name:"Tid"`
}

ListTaskFlowRequest is the request struct for api ListTaskFlow

func CreateListTaskFlowRequest ¶ added in v1.61.1544

func CreateListTaskFlowRequest() (request *ListTaskFlowRequest)

CreateListTaskFlowRequest creates a request to invoke ListTaskFlow API

type ListTaskFlowResponse ¶ added in v1.61.1544

type ListTaskFlowResponse struct {
	*responses.BaseResponse
	RequestId    string                     `json:"RequestId" xml:"RequestId"`
	ErrorCode    string                     `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string                     `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool                       `json:"Success" xml:"Success"`
	TaskFlowList TaskFlowListInListTaskFlow `json:"TaskFlowList" xml:"TaskFlowList"`
}

ListTaskFlowResponse is the response struct for api ListTaskFlow

func CreateListTaskFlowResponse ¶ added in v1.61.1544

func CreateListTaskFlowResponse() (response *ListTaskFlowResponse)

CreateListTaskFlowResponse creates a response to parse from ListTaskFlow response

type ListTaskFlowTimeVariablesRequest ¶ added in v1.61.1835

type ListTaskFlowTimeVariablesRequest struct {
	*requests.RpcRequest
	DagId requests.Integer `position:"Query" name:"DagId"`
	Tid   requests.Integer `position:"Query" name:"Tid"`
}

ListTaskFlowTimeVariablesRequest is the request struct for api ListTaskFlowTimeVariables

func CreateListTaskFlowTimeVariablesRequest ¶ added in v1.61.1835

func CreateListTaskFlowTimeVariablesRequest() (request *ListTaskFlowTimeVariablesRequest)

CreateListTaskFlowTimeVariablesRequest creates a request to invoke ListTaskFlowTimeVariables API

type ListTaskFlowTimeVariablesResponse ¶ added in v1.61.1835

type ListTaskFlowTimeVariablesResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	ErrorCode     string        `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage  string        `json:"ErrorMessage" xml:"ErrorMessage"`
	Success       bool          `json:"Success" xml:"Success"`
	TimeVariables TimeVariables `json:"TimeVariables" xml:"TimeVariables"`
}

ListTaskFlowTimeVariablesResponse is the response struct for api ListTaskFlowTimeVariables

func CreateListTaskFlowTimeVariablesResponse ¶ added in v1.61.1835

func CreateListTaskFlowTimeVariablesResponse() (response *ListTaskFlowTimeVariablesResponse)

CreateListTaskFlowTimeVariablesResponse creates a response to parse from ListTaskFlowTimeVariables response

type ListTaskFlowsByPageRequest ¶ added in v1.61.1835

type ListTaskFlowsByPageRequest struct {
	*requests.RpcRequest
	SearchKey           string           `position:"Query" name:"SearchKey"`
	DagIdList           *[]string        `position:"Query" name:"DagIdList"  type:"Json"`
	Tid                 requests.Integer `position:"Query" name:"Tid"`
	PageSize            requests.Integer `position:"Query" name:"PageSize"`
	PageIndex           requests.Integer `position:"Query" name:"PageIndex"`
	ScenarioId          requests.Integer `position:"Query" name:"ScenarioId"`
	NeedLastDagInstance requests.Boolean `position:"Query" name:"NeedLastDagInstance"`
}

ListTaskFlowsByPageRequest is the request struct for api ListTaskFlowsByPage

func CreateListTaskFlowsByPageRequest ¶ added in v1.61.1835

func CreateListTaskFlowsByPageRequest() (request *ListTaskFlowsByPageRequest)

CreateListTaskFlowsByPageRequest creates a request to invoke ListTaskFlowsByPage API

type ListTaskFlowsByPageResponse ¶ added in v1.61.1835

type ListTaskFlowsByPageResponse struct {
	*responses.BaseResponse
	RequestId    string                            `json:"RequestId" xml:"RequestId"`
	ErrorCode    string                            `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string                            `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool                              `json:"Success" xml:"Success"`
	TotalCount   int                               `json:"TotalCount" xml:"TotalCount"`
	TaskFlowList TaskFlowListInListTaskFlowsByPage `json:"TaskFlowList" xml:"TaskFlowList"`
}

ListTaskFlowsByPageResponse is the response struct for api ListTaskFlowsByPage

func CreateListTaskFlowsByPageResponse ¶ added in v1.61.1835

func CreateListTaskFlowsByPageResponse() (response *ListTaskFlowsByPageResponse)

CreateListTaskFlowsByPageResponse creates a response to parse from ListTaskFlowsByPage response

type ListTasksInTaskFlowRequest ¶ added in v1.61.1835

type ListTasksInTaskFlowRequest struct {
	*requests.RpcRequest
	DagId requests.Integer `position:"Query" name:"DagId"`
	Tid   requests.Integer `position:"Query" name:"Tid"`
}

ListTasksInTaskFlowRequest is the request struct for api ListTasksInTaskFlow

func CreateListTasksInTaskFlowRequest ¶ added in v1.61.1835

func CreateListTasksInTaskFlowRequest() (request *ListTasksInTaskFlowRequest)

CreateListTasksInTaskFlowRequest creates a request to invoke ListTasksInTaskFlow API

type ListTasksInTaskFlowResponse ¶ added in v1.61.1835

type ListTasksInTaskFlowResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
	Tasks        Tasks  `json:"Tasks" xml:"Tasks"`
}

ListTasksInTaskFlowResponse is the response struct for api ListTasksInTaskFlow

func CreateListTasksInTaskFlowResponse ¶ added in v1.61.1835

func CreateListTasksInTaskFlowResponse() (response *ListTasksInTaskFlowResponse)

CreateListTasksInTaskFlowResponse creates a response to parse from ListTasksInTaskFlow response

type ListUserPermissionsRequest ¶ added in v1.61.13

type ListUserPermissionsRequest struct {
	*requests.RpcRequest
	SearchKey    string           `position:"Query" name:"SearchKey"`
	UserId       string           `position:"Query" name:"UserId"`
	Tid          requests.Integer `position:"Query" name:"Tid"`
	PageNumber   requests.Integer `position:"Query" name:"PageNumber"`
	EnvType      string           `position:"Query" name:"EnvType"`
	PageSize     requests.Integer `position:"Query" name:"PageSize"`
	PermType     string           `position:"Query" name:"PermType"`
	DatabaseName string           `position:"Query" name:"DatabaseName"`
	DbType       string           `position:"Query" name:"DbType"`
	Logic        requests.Boolean `position:"Query" name:"Logic"`
}

ListUserPermissionsRequest is the request struct for api ListUserPermissions

func CreateListUserPermissionsRequest ¶ added in v1.61.13

func CreateListUserPermissionsRequest() (request *ListUserPermissionsRequest)

CreateListUserPermissionsRequest creates a request to invoke ListUserPermissions API

type ListUserPermissionsResponse ¶ added in v1.61.13

type ListUserPermissionsResponse struct {
	*responses.BaseResponse
	TotalCount      int64                                `json:"TotalCount" xml:"TotalCount"`
	RequestId       string                               `json:"RequestId" xml:"RequestId"`
	ErrorCode       string                               `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage    string                               `json:"ErrorMessage" xml:"ErrorMessage"`
	Success         bool                                 `json:"Success" xml:"Success"`
	UserPermissions UserPermissionsInListUserPermissions `json:"UserPermissions" xml:"UserPermissions"`
}

ListUserPermissionsResponse is the response struct for api ListUserPermissions

func CreateListUserPermissionsResponse ¶ added in v1.61.13

func CreateListUserPermissionsResponse() (response *ListUserPermissionsResponse)

CreateListUserPermissionsResponse creates a response to parse from ListUserPermissions response

type ListUserTenantsRequest ¶ added in v1.61.504

type ListUserTenantsRequest struct {
	*requests.RpcRequest
	Tid requests.Integer `position:"Query" name:"Tid"`
}

ListUserTenantsRequest is the request struct for api ListUserTenants

func CreateListUserTenantsRequest ¶ added in v1.61.504

func CreateListUserTenantsRequest() (request *ListUserTenantsRequest)

CreateListUserTenantsRequest creates a request to invoke ListUserTenants API

type ListUserTenantsResponse ¶ added in v1.61.504

type ListUserTenantsResponse struct {
	*responses.BaseResponse
	RequestId    string   `json:"RequestId" xml:"RequestId"`
	ErrorCode    string   `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string   `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool     `json:"Success" xml:"Success"`
	TenantList   []Tenant `json:"TenantList" xml:"TenantList"`
}

ListUserTenantsResponse is the response struct for api ListUserTenants

func CreateListUserTenantsResponse ¶ added in v1.61.504

func CreateListUserTenantsResponse() (response *ListUserTenantsResponse)

CreateListUserTenantsResponse creates a response to parse from ListUserTenants response

type ListUsersRequest ¶ added in v1.61.13

type ListUsersRequest struct {
	*requests.RpcRequest
	Role       string           `position:"Query" name:"Role"`
	SearchKey  string           `position:"Query" name:"SearchKey"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
	PageNumber requests.Integer `position:"Query" name:"PageNumber"`
	PageSize   requests.Integer `position:"Query" name:"PageSize"`
	UserState  string           `position:"Query" name:"UserState"`
}

ListUsersRequest is the request struct for api ListUsers

func CreateListUsersRequest ¶ added in v1.61.13

func CreateListUsersRequest() (request *ListUsersRequest)

CreateListUsersRequest creates a request to invoke ListUsers API

type ListUsersResponse ¶ added in v1.61.13

type ListUsersResponse struct {
	*responses.BaseResponse
	TotalCount   int64    `json:"TotalCount" xml:"TotalCount"`
	RequestId    string   `json:"RequestId" xml:"RequestId"`
	ErrorCode    string   `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string   `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool     `json:"Success" xml:"Success"`
	UserList     UserList `json:"UserList" xml:"UserList"`
}

ListUsersResponse is the response struct for api ListUsers

func CreateListUsersResponse ¶ added in v1.61.13

func CreateListUsersResponse() (response *ListUsersResponse)

CreateListUsersResponse creates a response to parse from ListUsers response

type ListWorkFlowNodesRequest ¶ added in v1.61.13

type ListWorkFlowNodesRequest struct {
	*requests.RpcRequest
	SearchName string           `position:"Query" name:"SearchName"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
}

ListWorkFlowNodesRequest is the request struct for api ListWorkFlowNodes

func CreateListWorkFlowNodesRequest ¶ added in v1.61.13

func CreateListWorkFlowNodesRequest() (request *ListWorkFlowNodesRequest)

CreateListWorkFlowNodesRequest creates a request to invoke ListWorkFlowNodes API

type ListWorkFlowNodesResponse ¶ added in v1.61.13

type ListWorkFlowNodesResponse struct {
	*responses.BaseResponse
	RequestId     string                           `json:"RequestId" xml:"RequestId"`
	ErrorCode     string                           `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage  string                           `json:"ErrorMessage" xml:"ErrorMessage"`
	Success       bool                             `json:"Success" xml:"Success"`
	WorkflowNodes WorkflowNodesInListWorkFlowNodes `json:"WorkflowNodes" xml:"WorkflowNodes"`
}

ListWorkFlowNodesResponse is the response struct for api ListWorkFlowNodes

func CreateListWorkFlowNodesResponse ¶ added in v1.61.13

func CreateListWorkFlowNodesResponse() (response *ListWorkFlowNodesResponse)

CreateListWorkFlowNodesResponse creates a response to parse from ListWorkFlowNodes response

type ListWorkFlowTemplatesRequest ¶ added in v1.61.13

type ListWorkFlowTemplatesRequest struct {
	*requests.RpcRequest
	SearchName string           `position:"Query" name:"SearchName"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
}

ListWorkFlowTemplatesRequest is the request struct for api ListWorkFlowTemplates

func CreateListWorkFlowTemplatesRequest ¶ added in v1.61.13

func CreateListWorkFlowTemplatesRequest() (request *ListWorkFlowTemplatesRequest)

CreateListWorkFlowTemplatesRequest creates a request to invoke ListWorkFlowTemplates API

type ListWorkFlowTemplatesResponse ¶ added in v1.61.13

type ListWorkFlowTemplatesResponse struct {
	*responses.BaseResponse
	RequestId         string            `json:"RequestId" xml:"RequestId"`
	ErrorCode         string            `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage      string            `json:"ErrorMessage" xml:"ErrorMessage"`
	Success           bool              `json:"Success" xml:"Success"`
	WorkFlowTemplates WorkFlowTemplates `json:"WorkFlowTemplates" xml:"WorkFlowTemplates"`
}

ListWorkFlowTemplatesResponse is the response struct for api ListWorkFlowTemplates

func CreateListWorkFlowTemplatesResponse ¶ added in v1.61.13

func CreateListWorkFlowTemplatesResponse() (response *ListWorkFlowTemplatesResponse)

CreateListWorkFlowTemplatesResponse creates a response to parse from ListWorkFlowTemplates response

type LogicDatabase ¶ added in v1.61.13

type LogicDatabase struct {
	DatabaseId    string                          `json:"DatabaseId" xml:"DatabaseId"`
	Logic         bool                            `json:"Logic" xml:"Logic"`
	SearchName    string                          `json:"SearchName" xml:"SearchName"`
	EnvType       string                          `json:"EnvType" xml:"EnvType"`
	SchemaName    string                          `json:"SchemaName" xml:"SchemaName"`
	Alias         string                          `json:"Alias" xml:"Alias"`
	DbType        string                          `json:"DbType" xml:"DbType"`
	OwnerNameList OwnerNameListInGetLogicDatabase `json:"OwnerNameList" xml:"OwnerNameList"`
	DatabaseIds   DatabaseIdsInGetLogicDatabase   `json:"DatabaseIds" xml:"DatabaseIds"`
	OwnerIdList   OwnerIdListInGetLogicDatabase   `json:"OwnerIdList" xml:"OwnerIdList"`
}

LogicDatabase is a nested struct in dms_enterprise response

type LogicDatabaseList ¶ added in v1.61.13

type LogicDatabaseList struct {
	LogicDatabase []LogicDatabase `json:"LogicDatabase" xml:"LogicDatabase"`
}

LogicDatabaseList is a nested struct in dms_enterprise response

type LogicTable ¶ added in v1.61.13

type LogicTable struct {
	DatabaseId    string                         `json:"DatabaseId" xml:"DatabaseId"`
	TableName     string                         `json:"TableName" xml:"TableName"`
	TableCount    string                         `json:"TableCount" xml:"TableCount"`
	SchemaName    string                         `json:"SchemaName" xml:"SchemaName"`
	Logic         bool                           `json:"Logic" xml:"Logic"`
	TableExpr     string                         `json:"TableExpr" xml:"TableExpr"`
	TableGuid     string                         `json:"TableGuid" xml:"TableGuid"`
	TableId       string                         `json:"TableId" xml:"TableId"`
	OwnerIdList   OwnerIdListInListLogicTables   `json:"OwnerIdList" xml:"OwnerIdList"`
	OwnerNameList OwnerNameListInListLogicTables `json:"OwnerNameList" xml:"OwnerNameList"`
}

LogicTable is a nested struct in dms_enterprise response

type LogicTableList ¶ added in v1.61.13

type LogicTableList struct {
	LogicTable []LogicTable `json:"LogicTable" xml:"LogicTable"`
}

LogicTableList is a nested struct in dms_enterprise response

type LogicTableRouteConfig ¶ added in v1.61.1354

type LogicTableRouteConfig struct {
	RouteKey  string `json:"RouteKey" xml:"RouteKey"`
	RouteExpr string `json:"RouteExpr" xml:"RouteExpr"`
	TableId   int64  `json:"TableId" xml:"TableId"`
}

LogicTableRouteConfig is a nested struct in dms_enterprise response

type LogicTableRouteConfigList ¶ added in v1.61.1354

type LogicTableRouteConfigList struct {
	LogicTableRouteConfig []LogicTableRouteConfig `json:"LogicTableRouteConfig" xml:"LogicTableRouteConfig"`
}

LogicTableRouteConfigList is a nested struct in dms_enterprise response

type MakeTaskFlowInstanceSuccessRequest ¶ added in v1.61.1835

type MakeTaskFlowInstanceSuccessRequest struct {
	*requests.RpcRequest
	DagId         requests.Integer `position:"Query" name:"DagId"`
	Tid           requests.Integer `position:"Query" name:"Tid"`
	DagInstanceId requests.Integer `position:"Query" name:"DagInstanceId"`
}

MakeTaskFlowInstanceSuccessRequest is the request struct for api MakeTaskFlowInstanceSuccess

func CreateMakeTaskFlowInstanceSuccessRequest ¶ added in v1.61.1835

func CreateMakeTaskFlowInstanceSuccessRequest() (request *MakeTaskFlowInstanceSuccessRequest)

CreateMakeTaskFlowInstanceSuccessRequest creates a request to invoke MakeTaskFlowInstanceSuccess API

type MakeTaskFlowInstanceSuccessResponse ¶ added in v1.61.1835

type MakeTaskFlowInstanceSuccessResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

MakeTaskFlowInstanceSuccessResponse is the response struct for api MakeTaskFlowInstanceSuccess

func CreateMakeTaskFlowInstanceSuccessResponse ¶ added in v1.61.1835

func CreateMakeTaskFlowInstanceSuccessResponse() (response *MakeTaskFlowInstanceSuccessResponse)

CreateMakeTaskFlowInstanceSuccessResponse creates a response to parse from MakeTaskFlowInstanceSuccess response

type Messages ¶ added in v1.61.1163

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

Messages is a nested struct in dms_enterprise response

type ModifyDataCorrectExecSQLRequest ¶ added in v1.61.1354

type ModifyDataCorrectExecSQLRequest struct {
	*requests.RpcRequest
	ExecSQL string           `position:"Query" name:"ExecSQL"`
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

ModifyDataCorrectExecSQLRequest is the request struct for api ModifyDataCorrectExecSQL

func CreateModifyDataCorrectExecSQLRequest ¶ added in v1.61.1354

func CreateModifyDataCorrectExecSQLRequest() (request *ModifyDataCorrectExecSQLRequest)

CreateModifyDataCorrectExecSQLRequest creates a request to invoke ModifyDataCorrectExecSQL API

type ModifyDataCorrectExecSQLResponse ¶ added in v1.61.1354

type ModifyDataCorrectExecSQLResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	Success      bool   `json:"Success" xml:"Success"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
}

ModifyDataCorrectExecSQLResponse is the response struct for api ModifyDataCorrectExecSQL

func CreateModifyDataCorrectExecSQLResponse ¶ added in v1.61.1354

func CreateModifyDataCorrectExecSQLResponse() (response *ModifyDataCorrectExecSQLResponse)

CreateModifyDataCorrectExecSQLResponse creates a response to parse from ModifyDataCorrectExecSQL response

type ModifyDesensitizationStrategyRequest ¶ added in v1.61.1630

type ModifyDesensitizationStrategyRequest struct {
	*requests.RpcRequest
	IsReset    requests.Boolean `position:"Query" name:"IsReset"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
	IsDefault  requests.Boolean `position:"Query" name:"IsDefault"`
	TableName  string           `position:"Query" name:"TableName"`
	SchemaName string           `position:"Query" name:"SchemaName"`
	IsLogic    requests.Boolean `position:"Query" name:"IsLogic"`
	ColumnName string           `position:"Query" name:"ColumnName"`
	DbId       requests.Integer `position:"Query" name:"DbId"`
	RuleId     requests.Integer `position:"Query" name:"RuleId"`
}

ModifyDesensitizationStrategyRequest is the request struct for api ModifyDesensitizationStrategy

func CreateModifyDesensitizationStrategyRequest ¶ added in v1.61.1630

func CreateModifyDesensitizationStrategyRequest() (request *ModifyDesensitizationStrategyRequest)

CreateModifyDesensitizationStrategyRequest creates a request to invoke ModifyDesensitizationStrategy API

type ModifyDesensitizationStrategyResponse ¶ added in v1.61.1630

type ModifyDesensitizationStrategyResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
	Result       bool   `json:"Result" xml:"Result"`
}

ModifyDesensitizationStrategyResponse is the response struct for api ModifyDesensitizationStrategy

func CreateModifyDesensitizationStrategyResponse ¶ added in v1.61.1630

func CreateModifyDesensitizationStrategyResponse() (response *ModifyDesensitizationStrategyResponse)

CreateModifyDesensitizationStrategyResponse creates a response to parse from ModifyDesensitizationStrategy response

type ModifyInstanceRequest ¶ added in v1.62.719

type ModifyInstanceRequest struct {
	*requests.RpcRequest
	EcsRegion        string           `position:"Query" name:"EcsRegion"`
	NetworkType      string           `position:"Query" name:"NetworkType"`
	Tid              requests.Integer `position:"Query" name:"Tid"`
	UseSsl           requests.Integer `position:"Query" name:"UseSsl"`
	EnableSellCommon string           `position:"Query" name:"EnableSellCommon"`
	EnableSellSitd   string           `position:"Query" name:"EnableSellSitd"`
	InstanceSource   string           `position:"Query" name:"InstanceSource"`
	EnvType          string           `position:"Query" name:"EnvType"`
	Host             string           `position:"Query" name:"Host"`
	QueryTimeout     requests.Integer `position:"Query" name:"QueryTimeout"`
	EcsInstanceId    string           `position:"Query" name:"EcsInstanceId"`
	ExportTimeout    requests.Integer `position:"Query" name:"ExportTimeout"`
	TemplateId       requests.Integer `position:"Query" name:"TemplateId"`
	EnableSellTrust  string           `position:"Query" name:"EnableSellTrust"`
	InstanceId       string           `position:"Query" name:"InstanceId"`
	Port             requests.Integer `position:"Query" name:"Port"`
	SafeRule         string           `position:"Query" name:"SafeRule"`
	DdlOnline        requests.Integer `position:"Query" name:"DdlOnline"`
	UseDsql          requests.Integer `position:"Query" name:"UseDsql"`
	EnableSellStable string           `position:"Query" name:"EnableSellStable"`
	Sid              string           `position:"Query" name:"Sid"`
	DbaId            requests.Integer `position:"Query" name:"DbaId"`
	DataLinkName     string           `position:"Query" name:"DataLinkName"`
	TemplateType     string           `position:"Query" name:"TemplateType"`
	InstanceType     string           `position:"Query" name:"InstanceType"`
	DatabasePassword string           `position:"Query" name:"DatabasePassword"`
	InstanceAlias    string           `position:"Query" name:"InstanceAlias"`
	DatabaseUser     string           `position:"Query" name:"DatabaseUser"`
	VpcId            string           `position:"Query" name:"VpcId"`
	SkipTest         requests.Boolean `position:"Query" name:"SkipTest"`
}

ModifyInstanceRequest is the request struct for api ModifyInstance

func CreateModifyInstanceRequest ¶ added in v1.62.719

func CreateModifyInstanceRequest() (request *ModifyInstanceRequest)

CreateModifyInstanceRequest creates a request to invoke ModifyInstance API

type ModifyInstanceResponse ¶ added in v1.62.719

type ModifyInstanceResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

ModifyInstanceResponse is the response struct for api ModifyInstance

func CreateModifyInstanceResponse ¶ added in v1.62.719

func CreateModifyInstanceResponse() (response *ModifyInstanceResponse)

CreateModifyInstanceResponse creates a response to parse from ModifyInstance response

type MoveTaskFlowToScenarioRequest ¶ added in v1.61.1835

type MoveTaskFlowToScenarioRequest struct {
	*requests.RpcRequest
	DagId      requests.Integer `position:"Query" name:"DagId"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
	ScenarioId requests.Integer `position:"Query" name:"ScenarioId"`
}

MoveTaskFlowToScenarioRequest is the request struct for api MoveTaskFlowToScenario

func CreateMoveTaskFlowToScenarioRequest ¶ added in v1.61.1835

func CreateMoveTaskFlowToScenarioRequest() (request *MoveTaskFlowToScenarioRequest)

CreateMoveTaskFlowToScenarioRequest creates a request to invoke MoveTaskFlowToScenario API

type MoveTaskFlowToScenarioResponse ¶ added in v1.61.1835

type MoveTaskFlowToScenarioResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

MoveTaskFlowToScenarioResponse is the response struct for api MoveTaskFlowToScenario

func CreateMoveTaskFlowToScenarioResponse ¶ added in v1.61.1835

func CreateMoveTaskFlowToScenarioResponse() (response *MoveTaskFlowToScenarioResponse)

CreateMoveTaskFlowToScenarioResponse creates a response to parse from MoveTaskFlowToScenario response

type NextFireTimeResult ¶ added in v1.62.345

type NextFireTimeResult struct {
	CronFireType string `json:"CronFireType" xml:"CronFireType"`
}

NextFireTimeResult is a nested struct in dms_enterprise response

type Node ¶ added in v1.61.1544

type Node struct {
	DagId         int64  `json:"DagId" xml:"DagId"`
	NodeName      string `json:"NodeName" xml:"NodeName"`
	NodeType      int64  `json:"NodeType" xml:"NodeType"`
	NodeId        int64  `json:"NodeId" xml:"NodeId"`
	NodeConfig    string `json:"NodeConfig" xml:"NodeConfig"`
	NodeContent   string `json:"NodeContent" xml:"NodeContent"`
	TimeVariables string `json:"TimeVariables" xml:"TimeVariables"`
	GraphParam    string `json:"GraphParam" xml:"GraphParam"`
}

Node is a nested struct in dms_enterprise response

type NodeInGetTaskInstanceRelation ¶ added in v1.61.1835

type NodeInGetTaskInstanceRelation struct {
	Id           int64  `json:"Id" xml:"Id"`
	NodeId       int64  `json:"NodeId" xml:"NodeId"`
	NodeName     string `json:"NodeName" xml:"NodeName"`
	NodeType     int    `json:"NodeType" xml:"NodeType"`
	BusinessTime string `json:"BusinessTime" xml:"BusinessTime"`
	Status       int    `json:"Status" xml:"Status"`
	Message      string `json:"Message" xml:"Message"`
	ExecuteTime  int64  `json:"ExecuteTime" xml:"ExecuteTime"`
	EndTime      string `json:"EndTime" xml:"EndTime"`
}

NodeInGetTaskInstanceRelation is a nested struct in dms_enterprise response

type NodeList ¶ added in v1.61.1544

type NodeList struct {
	Node []NodeInGetTaskInstanceRelation `json:"Node" xml:"Node"`
}

NodeList is a nested struct in dms_enterprise response

type Nodes ¶ added in v1.61.1835

type Nodes struct {
	Node []Node `json:"Node" xml:"Node"`
}

Nodes is a nested struct in dms_enterprise response

type Notification ¶ added in v1.61.1835

type Notification struct {
	DagNotificationFail    bool `json:"DagNotificationFail" xml:"DagNotificationFail"`
	DagNotificationSuccess bool `json:"DagNotificationSuccess" xml:"DagNotificationSuccess"`
	DagNotificationSla     bool `json:"DagNotificationSla" xml:"DagNotificationSla"`
}

Notification is a nested struct in dms_enterprise response

type ObjectMetadata ¶ added in v1.62.345

type ObjectMetadata struct {
	ObjectMetadataItem []ObjectMetadataItem `json:"ObjectMetadataItem" xml:"ObjectMetadataItem"`
}

ObjectMetadata is a nested struct in dms_enterprise response

type ObjectMetadataItem ¶ added in v1.62.345

type ObjectMetadataItem struct {
	Name   string  `json:"Name" xml:"Name"`
	Type   string  `json:"Type" xml:"Type"`
	Source string  `json:"Source" xml:"Source"`
	Fields []Field `json:"Fields" xml:"Fields"`
}

ObjectMetadataItem is a nested struct in dms_enterprise response

type OfflineTaskFlowRequest ¶ added in v1.61.1567

type OfflineTaskFlowRequest struct {
	*requests.RpcRequest
	DagId requests.Integer `position:"Query" name:"DagId"`
	Tid   requests.Integer `position:"Query" name:"Tid"`
}

OfflineTaskFlowRequest is the request struct for api OfflineTaskFlow

func CreateOfflineTaskFlowRequest ¶ added in v1.61.1567

func CreateOfflineTaskFlowRequest() (request *OfflineTaskFlowRequest)

CreateOfflineTaskFlowRequest creates a request to invoke OfflineTaskFlow API

type OfflineTaskFlowResponse ¶ added in v1.61.1567

type OfflineTaskFlowResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

OfflineTaskFlowResponse is the response struct for api OfflineTaskFlow

func CreateOfflineTaskFlowResponse ¶ added in v1.61.1567

func CreateOfflineTaskFlowResponse() (response *OfflineTaskFlowResponse)

CreateOfflineTaskFlowResponse creates a response to parse from OfflineTaskFlow response

type OnlineDDLTaskDetail ¶ added in v1.62.61

type OnlineDDLTaskDetail struct {
	JobStatus              string `json:"JobStatus" xml:"JobStatus"`
	StatusDesc             string `json:"StatusDesc" xml:"StatusDesc"`
	DelaySeconds           int64  `json:"DelaySeconds" xml:"DelaySeconds"`
	CopyTotal              int64  `json:"CopyTotal" xml:"CopyTotal"`
	CopyCount              int64  `json:"CopyCount" xml:"CopyCount"`
	ProgressRatio          string `json:"ProgressRatio" xml:"ProgressRatio"`
	CutoverLockTimeSeconds int64  `json:"CutoverLockTimeSeconds" xml:"CutoverLockTimeSeconds"`
	CutoverFailRetryTimes  int64  `json:"CutoverFailRetryTimes" xml:"CutoverFailRetryTimes"`
	CleanStrategy          string `json:"CleanStrategy" xml:"CleanStrategy"`
	CopyChunkSize          int64  `json:"CopyChunkSize" xml:"CopyChunkSize"`
	CopyChunkMode          string `json:"CopyChunkMode" xml:"CopyChunkMode"`
	CutoverWindowStartTime string `json:"CutoverWindowStartTime" xml:"CutoverWindowStartTime"`
	CutoverWindowEndTime   string `json:"CutoverWindowEndTime" xml:"CutoverWindowEndTime"`
}

OnlineDDLTaskDetail is a nested struct in dms_enterprise response

type OpLogDetail ¶

type OpLogDetail struct {
	Module    string `json:"Module" xml:"Module"`
	Database  string `json:"Database" xml:"Database"`
	UserId    string `json:"UserId" xml:"UserId"`
	OpUserId  int64  `json:"OpUserId" xml:"OpUserId"`
	OpContent string `json:"OpContent" xml:"OpContent"`
	UserNick  string `json:"UserNick" xml:"UserNick"`
	OrderId   int64  `json:"OrderId" xml:"OrderId"`
	OpTime    string `json:"OpTime" xml:"OpTime"`
}

OpLogDetail is a nested struct in dms_enterprise response

type OpLogDetails ¶

type OpLogDetails struct {
	OpLogDetail []OpLogDetail `json:"OpLogDetail" xml:"OpLogDetail"`
}

OpLogDetails is a nested struct in dms_enterprise response

type OptimizeDetail ¶ added in v1.61.1163

type OptimizeDetail struct {
	QueryKey      string        `json:"QueryKey" xml:"QueryKey"`
	InstanceId    int           `json:"InstanceId" xml:"InstanceId"`
	DbId          int           `json:"DbId" xml:"DbId"`
	SqlType       string        `json:"SqlType" xml:"SqlType"`
	QualityResult QualityResult `json:"QualityResult" xml:"QualityResult"`
}

OptimizeDetail is a nested struct in dms_enterprise response

type Order ¶ added in v1.61.13

type Order struct {
	Comment        string `json:"Comment" xml:"Comment"`
	LastModifyTime string `json:"LastModifyTime" xml:"LastModifyTime"`
	StatusCode     string `json:"StatusCode" xml:"StatusCode"`
	CreateTime     string `json:"CreateTime" xml:"CreateTime"`
	Committer      string `json:"Committer" xml:"Committer"`
	CommitterId    int64  `json:"CommitterId" xml:"CommitterId"`
	StatusDesc     string `json:"StatusDesc" xml:"StatusDesc"`
	PluginType     string `json:"PluginType" xml:"PluginType"`
	OrderId        int64  `json:"OrderId" xml:"OrderId"`
}

Order is a nested struct in dms_enterprise response

type OrderAfter ¶ added in v1.62.345

type OrderAfter struct {
	AfterOrder []string `json:"AfterOrder" xml:"AfterOrder"`
}

OrderAfter is a nested struct in dms_enterprise response

type OrderBaseInfo ¶ added in v1.61.13

type OrderBaseInfo struct {
	Comment              string                                `json:"Comment" xml:"Comment"`
	CreateTime           string                                `json:"CreateTime" xml:"CreateTime"`
	Committer            string                                `json:"Committer" xml:"Committer"`
	WorkflowInstanceId   int64                                 `json:"WorkflowInstanceId" xml:"WorkflowInstanceId"`
	CommitterId          int64                                 `json:"CommitterId" xml:"CommitterId"`
	LastModifyTime       string                                `json:"LastModifyTime" xml:"LastModifyTime"`
	StatusCode           string                                `json:"StatusCode" xml:"StatusCode"`
	WorkflowStatusDesc   string                                `json:"WorkflowStatusDesc" xml:"WorkflowStatusDesc"`
	StatusDesc           string                                `json:"StatusDesc" xml:"StatusDesc"`
	PluginType           string                                `json:"PluginType" xml:"PluginType"`
	OrderId              int64                                 `json:"OrderId" xml:"OrderId"`
	AttachmentKey        string                                `json:"AttachmentKey" xml:"AttachmentKey"`
	OriginAttachmentName string                                `json:"OriginAttachmentName" xml:"OriginAttachmentName"`
	RelatedUserNickList  RelatedUserNickListInGetOrderBaseInfo `json:"RelatedUserNickList" xml:"RelatedUserNickList"`
	RelatedUserList      RelatedUserListInGetOrderBaseInfo     `json:"RelatedUserList" xml:"RelatedUserList"`
}

OrderBaseInfo is a nested struct in dms_enterprise response

type OrderDetail ¶ added in v1.61.13

type OrderDetail struct {
	Logic                  bool   `json:"Logic" xml:"Logic"`
	ActualAffectRows       int64  `json:"ActualAffectRows" xml:"ActualAffectRows"`
	RbSQL                  string `json:"RbSQL" xml:"RbSQL"`
	EstimateAffectRows     int64  `json:"EstimateAffectRows" xml:"EstimateAffectRows"`
	Classify               string `json:"Classify" xml:"Classify"`
	ExeSQL                 string `json:"ExeSQL" xml:"ExeSQL"`
	SqlType                string `json:"SqlType" xml:"SqlType"`
	EnvType                string `json:"EnvType" xml:"EnvType"`
	IgnoreAffectRowsReason string `json:"IgnoreAffectRowsReason" xml:"IgnoreAffectRowsReason"`
	DbId                   int    `json:"DbId" xml:"DbId"`
	RbSQLType              string `json:"RbSQLType" xml:"RbSQLType"`
	IgnoreAffectRows       bool   `json:"IgnoreAffectRows" xml:"IgnoreAffectRows"`
	Database               string `json:"Database" xml:"Database"`
	RbAttachmentName       string `json:"RbAttachmentName" xml:"RbAttachmentName"`
	AttachmentName         string `json:"AttachmentName" xml:"AttachmentName"`
}

OrderDetail is a nested struct in dms_enterprise response

type OrderList ¶ added in v1.61.1835

type OrderList struct {
	OrderListItem []OrderListItem `json:"OrderList" xml:"OrderList"`
}

OrderList is a nested struct in dms_enterprise response

type OrderListItem ¶ added in v1.61.1835

type OrderListItem struct {
	OrderId    string `json:"OrderId" xml:"OrderId"`
	BuyerId    string `json:"BuyerId" xml:"BuyerId"`
	InstanceId string `json:"InstanceId" xml:"InstanceId"`
	StartTime  string `json:"StartTime" xml:"StartTime"`
	EndTime    string `json:"EndTime" xml:"EndTime"`
	InsNum     string `json:"InsNum" xml:"InsNum"`
}

OrderListItem is a nested struct in dms_enterprise response

type OrderSummary ¶ added in v1.61.1835

type OrderSummary struct {
	OrderSummaryItem []OrderSummaryItem `json:"OrderSummary" xml:"OrderSummary"`
}

OrderSummary is a nested struct in dms_enterprise response

type OrderSummaryItem ¶ added in v1.61.1835

type OrderSummaryItem struct {
	CommodityCode string          `json:"CommodityCode" xml:"CommodityCode"`
	CommodityType string          `json:"CommodityType" xml:"CommodityType"`
	VersionType   string          `json:"VersionType" xml:"VersionType"`
	TotalQuota    int             `json:"TotalQuota" xml:"TotalQuota"`
	OrderList     []OrderListItem `json:"OrderList" xml:"OrderList"`
}

OrderSummaryItem is a nested struct in dms_enterprise response

type Orders ¶ added in v1.61.13

type Orders struct {
	Order []Order `json:"Order" xml:"Order"`
}

Orders is a nested struct in dms_enterprise response

type OriginSQLList ¶ added in v1.61.1139

type OriginSQLList struct {
	OriginSQLListItem []OriginSQLListItem `json:"OriginSQLList" xml:"OriginSQLList"`
}

OriginSQLList is a nested struct in dms_enterprise response

type OriginSQLListItem ¶ added in v1.61.1139

type OriginSQLListItem struct {
	SQLId             int64  `json:"SQLId" xml:"SQLId"`
	FileId            int64  `json:"FileId" xml:"FileId"`
	FileName          string `json:"FileName" xml:"FileName"`
	SQLContent        string `json:"SQLContent" xml:"SQLContent"`
	CheckStatus       string `json:"CheckStatus" xml:"CheckStatus"`
	StatusDesc        string `json:"StatusDesc" xml:"StatusDesc"`
	CheckedTime       string `json:"CheckedTime" xml:"CheckedTime"`
	SqlHash           string `json:"SqlHash" xml:"SqlHash"`
	ReviewSummary     string `json:"ReviewSummary" xml:"ReviewSummary"`
	SQLReviewQueryKey string `json:"SQLReviewQueryKey" xml:"SQLReviewQueryKey"`
	SQLName           string `json:"SQLName" xml:"SQLName"`
}

OriginSQLListItem is a nested struct in dms_enterprise response

type OwnerApplyOrderDetail ¶ added in v1.61.968

type OwnerApplyOrderDetail struct {
	ApplyType string     `json:"ApplyType" xml:"ApplyType"`
	Resources []Resource `json:"Resources" xml:"Resources"`
}

OwnerApplyOrderDetail is a nested struct in dms_enterprise response

type OwnerIdListInGetDatabase ¶ added in v1.61.13

type OwnerIdListInGetDatabase struct {
	OwnerIds []string `json:"OwnerIds" xml:"OwnerIds"`
}

OwnerIdListInGetDatabase is a nested struct in dms_enterprise response

type OwnerIdListInGetInstance ¶ added in v1.61.851

type OwnerIdListInGetInstance struct {
	OwnerIds []string `json:"OwnerIds" xml:"OwnerIds"`
}

OwnerIdListInGetInstance is a nested struct in dms_enterprise response

type OwnerIdListInGetLogicDatabase ¶ added in v1.61.13

type OwnerIdListInGetLogicDatabase struct {
	OwnerIds []string `json:"OwnerIds" xml:"OwnerIds"`
}

OwnerIdListInGetLogicDatabase is a nested struct in dms_enterprise response

type OwnerIdListInGetPhysicalDatabase ¶ added in v1.61.1043

type OwnerIdListInGetPhysicalDatabase struct {
	OwnerIds []string `json:"OwnerIds" xml:"OwnerIds"`
}

OwnerIdListInGetPhysicalDatabase is a nested struct in dms_enterprise response

type OwnerIdListInListDatabases ¶ added in v1.61.13

type OwnerIdListInListDatabases struct {
	OwnerIds []string `json:"OwnerIds" xml:"OwnerIds"`
}

OwnerIdListInListDatabases is a nested struct in dms_enterprise response

type OwnerIdListInListInstances ¶ added in v1.61.851

type OwnerIdListInListInstances struct {
	OwnerIds []string `json:"OwnerIds" xml:"OwnerIds"`
}

OwnerIdListInListInstances is a nested struct in dms_enterprise response

type OwnerIdListInListLogicDatabases ¶ added in v1.61.13

type OwnerIdListInListLogicDatabases struct {
	OwnerIds []string `json:"OwnerIds" xml:"OwnerIds"`
}

OwnerIdListInListLogicDatabases is a nested struct in dms_enterprise response

type OwnerIdListInListLogicTables ¶ added in v1.61.13

type OwnerIdListInListLogicTables struct {
	OwnerIds []string `json:"OwnerIds" xml:"OwnerIds"`
}

OwnerIdListInListLogicTables is a nested struct in dms_enterprise response

type OwnerIdListInListTables ¶ added in v1.61.13

type OwnerIdListInListTables struct {
	OwnerIds []string `json:"OwnerIds" xml:"OwnerIds"`
}

OwnerIdListInListTables is a nested struct in dms_enterprise response

type OwnerIdListInSearchDatabase ¶ added in v1.61.13

type OwnerIdListInSearchDatabase struct {
	OwnerIds []string `json:"OwnerIds" xml:"OwnerIds"`
}

OwnerIdListInSearchDatabase is a nested struct in dms_enterprise response

type OwnerIdListInSearchTable ¶ added in v1.61.13

type OwnerIdListInSearchTable struct {
	OwnerIds []string `json:"OwnerIds" xml:"OwnerIds"`
}

OwnerIdListInSearchTable is a nested struct in dms_enterprise response

type OwnerIdsInGetDataArchiveOrderDetail ¶ added in v1.62.345

type OwnerIdsInGetDataArchiveOrderDetail struct {
	OwnerIds []int64 `json:"OwnerIds" xml:"OwnerIds"`
}

OwnerIdsInGetDataArchiveOrderDetail is a nested struct in dms_enterprise response

type OwnerIdsInGetOwnerApplyOrderDetail ¶ added in v1.61.968

type OwnerIdsInGetOwnerApplyOrderDetail struct {
	OwnerId []int64 `json:"OwnerId" xml:"OwnerId"`
}

OwnerIdsInGetOwnerApplyOrderDetail is a nested struct in dms_enterprise response

type OwnerIdsInGetPermApplyOrderDetail ¶ added in v1.61.968

type OwnerIdsInGetPermApplyOrderDetail struct {
	OwnerId []int64 `json:"OwnerId" xml:"OwnerId"`
}

OwnerIdsInGetPermApplyOrderDetail is a nested struct in dms_enterprise response

type OwnerNameListInGetDatabase ¶ added in v1.61.13

type OwnerNameListInGetDatabase struct {
	OwnerNames []string `json:"OwnerNames" xml:"OwnerNames"`
}

OwnerNameListInGetDatabase is a nested struct in dms_enterprise response

type OwnerNameListInGetInstance ¶ added in v1.61.851

type OwnerNameListInGetInstance struct {
	OwnerNames []string `json:"OwnerNames" xml:"OwnerNames"`
}

OwnerNameListInGetInstance is a nested struct in dms_enterprise response

type OwnerNameListInGetLogicDatabase ¶ added in v1.61.13

type OwnerNameListInGetLogicDatabase struct {
	OwnerNames []string `json:"OwnerNames" xml:"OwnerNames"`
}

OwnerNameListInGetLogicDatabase is a nested struct in dms_enterprise response

type OwnerNameListInGetPhysicalDatabase ¶ added in v1.61.1043

type OwnerNameListInGetPhysicalDatabase struct {
	OwnerNames []string `json:"OwnerNames" xml:"OwnerNames"`
}

OwnerNameListInGetPhysicalDatabase is a nested struct in dms_enterprise response

type OwnerNameListInListDatabases ¶ added in v1.61.13

type OwnerNameListInListDatabases struct {
	OwnerNames []string `json:"OwnerNames" xml:"OwnerNames"`
}

OwnerNameListInListDatabases is a nested struct in dms_enterprise response

type OwnerNameListInListInstances ¶ added in v1.61.851

type OwnerNameListInListInstances struct {
	OwnerNames []string `json:"OwnerNames" xml:"OwnerNames"`
}

OwnerNameListInListInstances is a nested struct in dms_enterprise response

type OwnerNameListInListLogicDatabases ¶ added in v1.61.13

type OwnerNameListInListLogicDatabases struct {
	OwnerNames []string `json:"OwnerNames" xml:"OwnerNames"`
}

OwnerNameListInListLogicDatabases is a nested struct in dms_enterprise response

type OwnerNameListInListLogicTables ¶ added in v1.61.13

type OwnerNameListInListLogicTables struct {
	OwnerNames []string `json:"OwnerNames" xml:"OwnerNames"`
}

OwnerNameListInListLogicTables is a nested struct in dms_enterprise response

type OwnerNameListInListTables ¶ added in v1.61.13

type OwnerNameListInListTables struct {
	OwnerNames []string `json:"OwnerNames" xml:"OwnerNames"`
}

OwnerNameListInListTables is a nested struct in dms_enterprise response

type OwnerNameListInSearchDatabase ¶ added in v1.61.13

type OwnerNameListInSearchDatabase struct {
	OwnerNames []string `json:"OwnerNames" xml:"OwnerNames"`
}

OwnerNameListInSearchDatabase is a nested struct in dms_enterprise response

type OwnerNameListInSearchTable ¶ added in v1.61.13

type OwnerNameListInSearchTable struct {
	OwnerNames []string `json:"OwnerNames" xml:"OwnerNames"`
}

OwnerNameListInSearchTable is a nested struct in dms_enterprise response

type OwnerNames ¶ added in v1.62.345

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

OwnerNames is a nested struct in dms_enterprise response

type OwnerNickName ¶ added in v1.61.968

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

OwnerNickName is a nested struct in dms_enterprise response

type OwnerNickNamesInGetOwnerApplyOrderDetail ¶ added in v1.61.968

type OwnerNickNamesInGetOwnerApplyOrderDetail struct {
	OwnerNickName []string `json:"OwnerNickName" xml:"OwnerNickName"`
}

OwnerNickNamesInGetOwnerApplyOrderDetail is a nested struct in dms_enterprise response

type OwnerNickNamesInGetPermApplyOrderDetail ¶ added in v1.61.968

type OwnerNickNamesInGetPermApplyOrderDetail struct {
	OwnerNickName []string `json:"OwnerNickName" xml:"OwnerNickName"`
}

OwnerNickNamesInGetPermApplyOrderDetail is a nested struct in dms_enterprise response

type PauseDataCorrectSQLJobRequest ¶ added in v1.61.1454

type PauseDataCorrectSQLJobRequest struct {
	*requests.RpcRequest
	Type    string           `position:"Query" name:"Type"`
	Tid     requests.Integer `position:"Query" name:"Tid"`
	JobId   requests.Integer `position:"Query" name:"JobId"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

PauseDataCorrectSQLJobRequest is the request struct for api PauseDataCorrectSQLJob

func CreatePauseDataCorrectSQLJobRequest ¶ added in v1.61.1454

func CreatePauseDataCorrectSQLJobRequest() (request *PauseDataCorrectSQLJobRequest)

CreatePauseDataCorrectSQLJobRequest creates a request to invoke PauseDataCorrectSQLJob API

type PauseDataCorrectSQLJobResponse ¶ added in v1.61.1454

type PauseDataCorrectSQLJobResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	Success      bool   `json:"Success" xml:"Success"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
}

PauseDataCorrectSQLJobResponse is the response struct for api PauseDataCorrectSQLJob

func CreatePauseDataCorrectSQLJobResponse ¶ added in v1.61.1454

func CreatePauseDataCorrectSQLJobResponse() (response *PauseDataCorrectSQLJobResponse)

CreatePauseDataCorrectSQLJobResponse creates a response to parse from PauseDataCorrectSQLJob response

type PermApplyOrderDetail ¶ added in v1.61.968

type PermApplyOrderDetail struct {
	PermType  int64      `json:"PermType" xml:"PermType"`
	Seconds   int64      `json:"Seconds" xml:"Seconds"`
	ApplyType string     `json:"ApplyType" xml:"ApplyType"`
	Resources []Resource `json:"Resources" xml:"Resources"`
}

PermApplyOrderDetail is a nested struct in dms_enterprise response

type PermDetail ¶ added in v1.61.13

type PermDetail struct {
	CreateDate   string `json:"CreateDate" xml:"CreateDate"`
	OriginFrom   string `json:"OriginFrom" xml:"OriginFrom"`
	PermType     string `json:"PermType" xml:"PermType"`
	ExpireDate   string `json:"ExpireDate" xml:"ExpireDate"`
	UserAccessId string `json:"UserAccessId" xml:"UserAccessId"`
	ExtraData    string `json:"ExtraData" xml:"ExtraData"`
}

PermDetail is a nested struct in dms_enterprise response

type PermDetailsInListDatabaseUserPermssions ¶ added in v1.61.13

type PermDetailsInListDatabaseUserPermssions struct {
	PermDetail []PermDetail `json:"PermDetail" xml:"PermDetail"`
}

PermDetailsInListDatabaseUserPermssions is a nested struct in dms_enterprise response

type PermDetailsInListInstanceUserPermissions ¶ added in v1.61.1302

type PermDetailsInListInstanceUserPermissions struct {
	PermDetail []PermDetail `json:"PermDetail" xml:"PermDetail"`
}

PermDetailsInListInstanceUserPermissions is a nested struct in dms_enterprise response

type PermDetailsInListUserPermissions ¶ added in v1.61.13

type PermDetailsInListUserPermissions struct {
	PermDetail []PermDetail `json:"PermDetail" xml:"PermDetail"`
}

PermDetailsInListUserPermissions is a nested struct in dms_enterprise response

type PluginExtraData ¶ added in v1.62.345

type PluginExtraData struct {
	InstanceTotal      int64                  `json:"InstanceTotal" xml:"InstanceTotal"`
	PageIndex          int64                  `json:"PageIndex" xml:"PageIndex"`
	PageSize           int64                  `json:"PageSize" xml:"PageSize"`
	TempTableNameMap   map[string]interface{} `json:"TempTableNameMap" xml:"TempTableNameMap"`
	DagInfo            DagInfo                `json:"DagInfo" xml:"DagInfo"`
	DbBaseInfo         DbBaseInfo             `json:"DbBaseInfo" xml:"DbBaseInfo"`
	NextFireTimeResult NextFireTimeResult     `json:"NextFireTimeResult" xml:"NextFireTimeResult"`
	Instances          []InstancesItem        `json:"Instances" xml:"Instances"`
}

PluginExtraData is a nested struct in dms_enterprise response

type PluginParam ¶ added in v1.62.345

type PluginParam struct {
	ArchiveMethod    string          `json:"ArchiveMethod" xml:"ArchiveMethod"`
	DbSchema         string          `json:"DbSchema" xml:"DbSchema"`
	Logic            bool            `json:"Logic" xml:"Logic"`
	RunMethod        string          `json:"RunMethod" xml:"RunMethod"`
	SourceDatabaseId int64           `json:"SourceDatabaseId" xml:"SourceDatabaseId"`
	TargetInstanceId string          `json:"TargetInstanceId" xml:"TargetInstanceId"`
	OrderAfter       []string        `json:"OrderAfter" xml:"OrderAfter"`
	TableMapping     []string        `json:"TableMapping" xml:"TableMapping"`
	Variables        []string        `json:"Variables" xml:"Variables"`
	TableIncludes    []IncludeTables `json:"TableIncludes" xml:"TableIncludes"`
}

PluginParam is a nested struct in dms_enterprise response

type PreCheckDB ¶ added in v1.61.1169

type PreCheckDB struct {
	DbId       int64  `json:"DbId" xml:"DbId"`
	SearchName string `json:"SearchName" xml:"SearchName"`
	SqlNum     int64  `json:"SqlNum" xml:"SqlNum"`
}

PreCheckDB is a nested struct in dms_enterprise response

type PreCheckDBList ¶ added in v1.61.1169

type PreCheckDBList struct {
	PreCheckDB []PreCheckDB `json:"PreCheckDB" xml:"PreCheckDB"`
}

PreCheckDBList is a nested struct in dms_enterprise response

type PreCheckDetail ¶ added in v1.61.13

type PreCheckDetail struct {
	TaskCheckDO []TaskCheckDO `json:"TaskCheckDO" xml:"TaskCheckDO"`
}

PreCheckDetail is a nested struct in dms_enterprise response

type PreCheckDetailList ¶ added in v1.62.297

type PreCheckDetailList struct {
	PreCheckDetailListItem []PreCheckDetailListItem `json:"PreCheckDetailList" xml:"PreCheckDetailList"`
}

PreCheckDetailList is a nested struct in dms_enterprise response

type PreCheckDetailListItem ¶ added in v1.62.297

type PreCheckDetailListItem struct {
	AffectRows int64  `json:"AffectRows" xml:"AffectRows"`
	SQL        string `json:"SQL" xml:"SQL"`
}

PreCheckDetailListItem is a nested struct in dms_enterprise response

type PreCheckResult ¶ added in v1.62.297

type PreCheckResult struct {
	IgnoreAffectRows   bool               `json:"IgnoreAffectRows" xml:"IgnoreAffectRows"`
	PreCheckDetailList PreCheckDetailList `json:"PreCheckDetailList" xml:"PreCheckDetailList"`
}

PreCheckResult is a nested struct in dms_enterprise response

type PreCheckSQL ¶ added in v1.61.1169

type PreCheckSQL struct {
	CheckSQL          string `json:"CheckSQL" xml:"CheckSQL"`
	AffectRows        int64  `json:"AffectRows" xml:"AffectRows"`
	DbId              int64  `json:"DbId" xml:"DbId"`
	SQLReviewQueryKey string `json:"SQLReviewQueryKey" xml:"SQLReviewQueryKey"`
	SqlReviewStatus   string `json:"SqlReviewStatus" xml:"SqlReviewStatus"`
	SqlType           string `json:"SqlType" xml:"SqlType"`
	TableNames        string `json:"TableNames" xml:"TableNames"`
}

PreCheckSQL is a nested struct in dms_enterprise response

type PreCheckSQLDetail ¶ added in v1.62.277

type PreCheckSQLDetail struct {
	SqlId      int64  `json:"SqlId" xml:"SqlId"`
	SqlType    string `json:"SqlType" xml:"SqlType"`
	StatusCode string `json:"StatusCode" xml:"StatusCode"`
	Skip       bool   `json:"Skip" xml:"Skip"`
}

PreCheckSQLDetail is a nested struct in dms_enterprise response

type PreCheckSQLDetailList ¶ added in v1.62.277

type PreCheckSQLDetailList struct {
	PreCheckSQLDetail []PreCheckSQLDetail `json:"PreCheckSQLDetail" xml:"PreCheckSQLDetail"`
}

PreCheckSQLDetailList is a nested struct in dms_enterprise response

type PreCheckSQLList ¶ added in v1.61.1169

type PreCheckSQLList struct {
	PreCheckSQL []PreCheckSQL `json:"PreCheckSQL" xml:"PreCheckSQL"`
}

PreCheckSQLList is a nested struct in dms_enterprise response

type PreviewWorkflowRequest ¶ added in v1.62.568

type PreviewWorkflowRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

PreviewWorkflowRequest is the request struct for api PreviewWorkflow

func CreatePreviewWorkflowRequest ¶ added in v1.62.568

func CreatePreviewWorkflowRequest() (request *PreviewWorkflowRequest)

CreatePreviewWorkflowRequest creates a request to invoke PreviewWorkflow API

type PreviewWorkflowResponse ¶ added in v1.62.568

type PreviewWorkflowResponse struct {
	*responses.BaseResponse
	RequestId      string         `json:"RequestId" xml:"RequestId"`
	ErrorCode      string         `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage   string         `json:"ErrorMessage" xml:"ErrorMessage"`
	Success        bool           `json:"Success" xml:"Success"`
	WorkflowDetail WorkflowDetail `json:"WorkflowDetail" xml:"WorkflowDetail"`
}

PreviewWorkflowResponse is the response struct for api PreviewWorkflow

func CreatePreviewWorkflowResponse ¶ added in v1.62.568

func CreatePreviewWorkflowResponse() (response *PreviewWorkflowResponse)

CreatePreviewWorkflowResponse creates a response to parse from PreviewWorkflow response

type ProcessDetail ¶ added in v1.62.345

type ProcessDetail struct {
	Code   string `json:"Code" xml:"Code"`
	CalWay string `json:"CalWay" xml:"CalWay"`
}

ProcessDetail is a nested struct in dms_enterprise response

type ProjectFlow ¶ added in v1.62.726

type ProjectFlow struct {
	CurrentPosition int                 `json:"CurrentPosition" xml:"CurrentPosition"`
	RuleName        string              `json:"RuleName" xml:"RuleName"`
	RuleComment     string              `json:"RuleComment" xml:"RuleComment"`
	FlowNodeArray   []FlowNodeArrayItem `json:"FlowNodeArray" xml:"FlowNodeArray"`
}

ProjectFlow is a nested struct in dms_enterprise response

type ProjectInfo ¶ added in v1.62.726

type ProjectInfo struct {
	OrderId      int64        `json:"OrderId" xml:"OrderId"`
	ProjectId    int64        `json:"ProjectId" xml:"ProjectId"`
	GmtCreate    string       `json:"GmtCreate" xml:"GmtCreate"`
	GmtModified  string       `json:"GmtModified" xml:"GmtModified"`
	Status       string       `json:"Status" xml:"Status"`
	Title        string       `json:"Title" xml:"Title"`
	Description  string       `json:"Description" xml:"Description"`
	CreatorId    int64        `json:"CreatorId" xml:"CreatorId"`
	BaseDatabase BaseDatabase `json:"BaseDatabase" xml:"BaseDatabase"`
}

ProjectInfo is a nested struct in dms_enterprise response

type ProxyAccess ¶ added in v1.62.92

type ProxyAccess struct {
	ProxyAccessId int64  `json:"ProxyAccessId" xml:"ProxyAccessId"`
	GmtCreate     string `json:"GmtCreate" xml:"GmtCreate"`
	AccessId      string `json:"AccessId" xml:"AccessId"`
	OriginInfo    string `json:"OriginInfo" xml:"OriginInfo"`
	IndepAccount  string `json:"IndepAccount" xml:"IndepAccount"`
	UserId        int64  `json:"UserId" xml:"UserId"`
	UserUid       string `json:"UserUid" xml:"UserUid"`
	UserName      string `json:"UserName" xml:"UserName"`
	ProxyId       int64  `json:"ProxyId" xml:"ProxyId"`
	InstanceId    int64  `json:"InstanceId" xml:"InstanceId"`
}

ProxyAccess is a nested struct in dms_enterprise response

type ProxyAccessList ¶ added in v1.61.1227

type ProxyAccessList struct {
	ProxyAccessListItem []ProxyAccessListItem `json:"ProxyAccessList" xml:"ProxyAccessList"`
}

ProxyAccessList is a nested struct in dms_enterprise response

type ProxyAccessListItem ¶ added in v1.61.1227

type ProxyAccessListItem struct {
	ProxyAccessId int64  `json:"ProxyAccessId" xml:"ProxyAccessId"`
	GmtCreate     string `json:"GmtCreate" xml:"GmtCreate"`
	AccessId      string `json:"AccessId" xml:"AccessId"`
	OriginInfo    string `json:"OriginInfo" xml:"OriginInfo"`
	IndepAccount  string `json:"IndepAccount" xml:"IndepAccount"`
	UserId        int64  `json:"UserId" xml:"UserId"`
	UserUid       string `json:"UserUid" xml:"UserUid"`
	UserName      string `json:"UserName" xml:"UserName"`
	ProxyId       int64  `json:"ProxyId" xml:"ProxyId"`
	InstanceId    int64  `json:"InstanceId" xml:"InstanceId"`
}

ProxyAccessListItem is a nested struct in dms_enterprise response

type ProxyList ¶ added in v1.61.1227

type ProxyList struct {
	ProxyListItem []ProxyListItem `json:"ProxyList" xml:"ProxyList"`
}

ProxyList is a nested struct in dms_enterprise response

type ProxyListItem ¶ added in v1.61.1227

type ProxyListItem struct {
	ProxyId       int64  `json:"ProxyId" xml:"ProxyId"`
	CreatorId     int64  `json:"CreatorId" xml:"CreatorId"`
	CreatorName   string `json:"CreatorName" xml:"CreatorName"`
	InstanceId    int64  `json:"InstanceId" xml:"InstanceId"`
	PrivateEnable bool   `json:"PrivateEnable" xml:"PrivateEnable"`
	PrivateHost   string `json:"PrivateHost" xml:"PrivateHost"`
	PublicEnable  bool   `json:"PublicEnable" xml:"PublicEnable"`
	PublicHost    string `json:"PublicHost" xml:"PublicHost"`
	HttpsPort     int    `json:"HttpsPort" xml:"HttpsPort"`
	ProtocolType  string `json:"ProtocolType" xml:"ProtocolType"`
	ProtocolPort  int    `json:"ProtocolPort" xml:"ProtocolPort"`
	RegionId      string `json:"RegionId" xml:"RegionId"`
}

ProxyListItem is a nested struct in dms_enterprise response

type ProxySQLExecAuditLog ¶ added in v1.61.1332

type ProxySQLExecAuditLog struct {
	OpTime       string `json:"OpTime" xml:"OpTime"`
	UserName     string `json:"UserName" xml:"UserName"`
	UserId       int64  `json:"UserId" xml:"UserId"`
	InstanceName string `json:"InstanceName" xml:"InstanceName"`
	InstanceId   int64  `json:"InstanceId" xml:"InstanceId"`
	SchemaName   string `json:"SchemaName" xml:"SchemaName"`
	SQLType      string `json:"SQLType" xml:"SQLType"`
	SQL          string `json:"SQL" xml:"SQL"`
	ExecState    string `json:"ExecState" xml:"ExecState"`
	AffectRows   int64  `json:"AffectRows" xml:"AffectRows"`
	ElapsedTime  int64  `json:"ElapsedTime" xml:"ElapsedTime"`
	Remark       string `json:"Remark" xml:"Remark"`
}

ProxySQLExecAuditLog is a nested struct in dms_enterprise response

type ProxySQLExecAuditLogList ¶ added in v1.61.1332

type ProxySQLExecAuditLogList struct {
	ProxySQLExecAuditLog []ProxySQLExecAuditLog `json:"ProxySQLExecAuditLog" xml:"ProxySQLExecAuditLog"`
}

ProxySQLExecAuditLogList is a nested struct in dms_enterprise response

type PublishAndDeployTaskFlowRequest ¶ added in v1.61.1835

type PublishAndDeployTaskFlowRequest struct {
	*requests.RpcRequest
	DagId           requests.Integer `position:"Query" name:"DagId"`
	Tid             requests.Integer `position:"Query" name:"Tid"`
	VersionComments string           `position:"Query" name:"VersionComments"`
}

PublishAndDeployTaskFlowRequest is the request struct for api PublishAndDeployTaskFlow

func CreatePublishAndDeployTaskFlowRequest ¶ added in v1.61.1835

func CreatePublishAndDeployTaskFlowRequest() (request *PublishAndDeployTaskFlowRequest)

CreatePublishAndDeployTaskFlowRequest creates a request to invoke PublishAndDeployTaskFlow API

type PublishAndDeployTaskFlowResponse ¶ added in v1.61.1835

type PublishAndDeployTaskFlowResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
	DeployId     int64  `json:"DeployId" xml:"DeployId"`
}

PublishAndDeployTaskFlowResponse is the response struct for api PublishAndDeployTaskFlow

func CreatePublishAndDeployTaskFlowResponse ¶ added in v1.61.1835

func CreatePublishAndDeployTaskFlowResponse() (response *PublishAndDeployTaskFlowResponse)

CreatePublishAndDeployTaskFlowResponse creates a response to parse from PublishAndDeployTaskFlow response

type PublishJob ¶ added in v1.61.1009

type PublishJob struct {
	ExecuteCount  int64  `json:"ExecuteCount" xml:"ExecuteCount"`
	Scripts       string `json:"Scripts" xml:"Scripts"`
	TableName     string `json:"TableName" xml:"TableName"`
	StatusDesc    string `json:"StatusDesc" xml:"StatusDesc"`
	TaskJobStatus string `json:"TaskJobStatus" xml:"TaskJobStatus"`
	DBTaskGroupId int64  `json:"DBTaskGroupId" xml:"DBTaskGroupId"`
}

PublishJob is a nested struct in dms_enterprise response

type PublishJobList ¶ added in v1.61.1009

type PublishJobList struct {
	PublishJob []PublishJob `json:"PublishJob" xml:"PublishJob"`
}

PublishJobList is a nested struct in dms_enterprise response

type PublishStrategies ¶ added in v1.62.726

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

PublishStrategies is a nested struct in dms_enterprise response

type PublishTaskInfo ¶ added in v1.61.1009

type PublishTaskInfo struct {
	DbId            int64        `json:"DbId" xml:"DbId"`
	Logic           bool         `json:"Logic" xml:"Logic"`
	PlanTime        string       `json:"PlanTime" xml:"PlanTime"`
	PublishStrategy string       `json:"PublishStrategy" xml:"PublishStrategy"`
	StatusDesc      string       `json:"StatusDesc" xml:"StatusDesc"`
	TaskJobStatus   string       `json:"TaskJobStatus" xml:"TaskJobStatus"`
	PublishJobList  []PublishJob `json:"PublishJobList" xml:"PublishJobList"`
}

PublishTaskInfo is a nested struct in dms_enterprise response

type PublishTaskInfoList ¶ added in v1.61.1009

type PublishTaskInfoList struct {
	PublishTaskInfo []PublishTaskInfo `json:"PublishTaskInfo" xml:"PublishTaskInfo"`
}

PublishTaskInfoList is a nested struct in dms_enterprise response

type QualityResult ¶ added in v1.61.1163

type QualityResult struct {
	ErrorMessage string        `json:"ErrorMessage" xml:"ErrorMessage"`
	OccurError   bool          `json:"OccurError" xml:"OccurError"`
	Results      []ResultsItem `json:"Results" xml:"Results"`
}

QualityResult is a nested struct in dms_enterprise response

type QueryDataTrackResultDownloadStatusRequest ¶ added in v1.62.289

type QueryDataTrackResultDownloadStatusRequest struct {
	*requests.RpcRequest
	Tid           requests.Integer `position:"Query" name:"Tid"`
	OrderId       requests.Integer `position:"Query" name:"OrderId"`
	DownloadKeyId string           `position:"Query" name:"DownloadKeyId"`
}

QueryDataTrackResultDownloadStatusRequest is the request struct for api QueryDataTrackResultDownloadStatus

func CreateQueryDataTrackResultDownloadStatusRequest ¶ added in v1.62.289

func CreateQueryDataTrackResultDownloadStatusRequest() (request *QueryDataTrackResultDownloadStatusRequest)

CreateQueryDataTrackResultDownloadStatusRequest creates a request to invoke QueryDataTrackResultDownloadStatus API

type QueryDataTrackResultDownloadStatusResponse ¶ added in v1.62.289

type QueryDataTrackResultDownloadStatusResponse struct {
	*responses.BaseResponse
	RequestId    string       `json:"RequestId" xml:"RequestId"`
	Success      bool         `json:"Success" xml:"Success"`
	ErrorMessage string       `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string       `json:"ErrorCode" xml:"ErrorCode"`
	StatusResult StatusResult `json:"StatusResult" xml:"StatusResult"`
}

QueryDataTrackResultDownloadStatusResponse is the response struct for api QueryDataTrackResultDownloadStatus

func CreateQueryDataTrackResultDownloadStatusResponse ¶ added in v1.62.289

func CreateQueryDataTrackResultDownloadStatusResponse() (response *QueryDataTrackResultDownloadStatusResponse)

CreateQueryDataTrackResultDownloadStatusResponse creates a response to parse from QueryDataTrackResultDownloadStatus response

type RawDAGList ¶ added in v1.61.1525

type RawDAGList struct {
	Dag []Dag `json:"Dag" xml:"Dag"`
}

RawDAGList is a nested struct in dms_enterprise response

type ReDeployLhDagVersionRequest ¶ added in v1.61.1535

type ReDeployLhDagVersionRequest struct {
	*requests.RpcRequest
	DagId      requests.Integer `position:"Query" name:"DagId"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
	DagVersion requests.Integer `position:"Query" name:"DagVersion"`
}

ReDeployLhDagVersionRequest is the request struct for api ReDeployLhDagVersion

func CreateReDeployLhDagVersionRequest ¶ added in v1.61.1535

func CreateReDeployLhDagVersionRequest() (request *ReDeployLhDagVersionRequest)

CreateReDeployLhDagVersionRequest creates a request to invoke ReDeployLhDagVersion API

type ReDeployLhDagVersionResponse ¶ added in v1.61.1535

type ReDeployLhDagVersionResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
	DeployId     int64  `json:"DeployId" xml:"DeployId"`
}

ReDeployLhDagVersionResponse is the response struct for api ReDeployLhDagVersion

func CreateReDeployLhDagVersionResponse ¶ added in v1.61.1535

func CreateReDeployLhDagVersionResponse() (response *ReDeployLhDagVersionResponse)

CreateReDeployLhDagVersionResponse creates a response to parse from ReDeployLhDagVersion response

type ReRunTaskFlowInstanceRequest ¶ added in v1.61.1835

type ReRunTaskFlowInstanceRequest struct {
	*requests.RpcRequest
	DagId         requests.Integer `position:"Query" name:"DagId"`
	Tid           requests.Integer `position:"Query" name:"Tid"`
	DagVersion    string           `position:"Query" name:"DagVersion"`
	DagInstanceId requests.Integer `position:"Query" name:"DagInstanceId"`
}

ReRunTaskFlowInstanceRequest is the request struct for api ReRunTaskFlowInstance

func CreateReRunTaskFlowInstanceRequest ¶ added in v1.61.1835

func CreateReRunTaskFlowInstanceRequest() (request *ReRunTaskFlowInstanceRequest)

CreateReRunTaskFlowInstanceRequest creates a request to invoke ReRunTaskFlowInstance API

type ReRunTaskFlowInstanceResponse ¶ added in v1.61.1835

type ReRunTaskFlowInstanceResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

ReRunTaskFlowInstanceResponse is the response struct for api ReRunTaskFlowInstance

func CreateReRunTaskFlowInstanceResponse ¶ added in v1.61.1835

func CreateReRunTaskFlowInstanceResponse() (response *ReRunTaskFlowInstanceResponse)

CreateReRunTaskFlowInstanceResponse creates a response to parse from ReRunTaskFlowInstance response

type ReasonList ¶ added in v1.61.13

type ReasonList struct {
	Reasons []string `json:"Reasons" xml:"Reasons"`
}

ReasonList is a nested struct in dms_enterprise response

type RefundPayAsYouGoOrderRequest ¶ added in v1.61.1835

type RefundPayAsYouGoOrderRequest struct {
	*requests.RpcRequest
	Tid        requests.Integer `position:"Query" name:"Tid"`
	OrderId    string           `position:"Query" name:"OrderId"`
	InstanceId string           `position:"Query" name:"InstanceId"`
}

RefundPayAsYouGoOrderRequest is the request struct for api RefundPayAsYouGoOrder

func CreateRefundPayAsYouGoOrderRequest ¶ added in v1.61.1835

func CreateRefundPayAsYouGoOrderRequest() (request *RefundPayAsYouGoOrderRequest)

CreateRefundPayAsYouGoOrderRequest creates a request to invoke RefundPayAsYouGoOrder API

type RefundPayAsYouGoOrderResponse ¶ added in v1.61.1835

type RefundPayAsYouGoOrderResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	Success      bool   `json:"Success" xml:"Success"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
}

RefundPayAsYouGoOrderResponse is the response struct for api RefundPayAsYouGoOrder

func CreateRefundPayAsYouGoOrderResponse ¶ added in v1.61.1835

func CreateRefundPayAsYouGoOrderResponse() (response *RefundPayAsYouGoOrderResponse)

CreateRefundPayAsYouGoOrderResponse creates a response to parse from RefundPayAsYouGoOrder response

type RegisterInstanceRequest ¶

type RegisterInstanceRequest struct {
	*requests.RpcRequest
	EcsRegion        string           `position:"Query" name:"EcsRegion"`
	NetworkType      string           `position:"Query" name:"NetworkType"`
	Tid              requests.Integer `position:"Query" name:"Tid"`
	EnableSellSitd   string           `position:"Query" name:"EnableSellSitd"`
	InstanceSource   string           `position:"Query" name:"InstanceSource"`
	EnvType          string           `position:"Query" name:"EnvType"`
	Host             string           `position:"Query" name:"Host"`
	QueryTimeout     requests.Integer `position:"Query" name:"QueryTimeout"`
	DbaUidByString   string           `position:"Query" name:"DbaUidByString"`
	EcsInstanceId    string           `position:"Query" name:"EcsInstanceId"`
	ExportTimeout    requests.Integer `position:"Query" name:"ExportTimeout"`
	TemplateId       requests.Integer `position:"Query" name:"TemplateId"`
	Port             requests.Integer `position:"Query" name:"Port"`
	SafeRule         string           `position:"Query" name:"SafeRule"`
	DdlOnline        requests.Integer `position:"Query" name:"DdlOnline"`
	UseDsql          requests.Integer `position:"Query" name:"UseDsql"`
	Sid              string           `position:"Query" name:"Sid"`
	DataLinkName     string           `position:"Query" name:"DataLinkName"`
	TemplateType     string           `position:"Query" name:"TemplateType"`
	InstanceType     string           `position:"Query" name:"InstanceType"`
	DatabasePassword string           `position:"Query" name:"DatabasePassword"`
	InstanceAlias    string           `position:"Query" name:"InstanceAlias"`
	DatabaseUser     string           `position:"Query" name:"DatabaseUser"`
	VpcId            string           `position:"Query" name:"VpcId"`
	DbaUid           requests.Integer `position:"Query" name:"DbaUid"`
	SkipTest         requests.Boolean `position:"Query" name:"SkipTest"`
}

RegisterInstanceRequest is the request struct for api RegisterInstance

func CreateRegisterInstanceRequest ¶

func CreateRegisterInstanceRequest() (request *RegisterInstanceRequest)

CreateRegisterInstanceRequest creates a request to invoke RegisterInstance API

type RegisterInstanceResponse ¶

type RegisterInstanceResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

RegisterInstanceResponse is the response struct for api RegisterInstance

func CreateRegisterInstanceResponse ¶

func CreateRegisterInstanceResponse() (response *RegisterInstanceResponse)

CreateRegisterInstanceResponse creates a response to parse from RegisterInstance response

type RegisterUserRequest ¶

type RegisterUserRequest struct {
	*requests.RpcRequest
	RoleNames string           `position:"Query" name:"RoleNames"`
	UserNick  string           `position:"Query" name:"UserNick"`
	Tid       requests.Integer `position:"Query" name:"Tid"`
	Uid       string           `position:"Query" name:"Uid"`
	Mobile    string           `position:"Query" name:"Mobile"`
}

RegisterUserRequest is the request struct for api RegisterUser

func CreateRegisterUserRequest ¶

func CreateRegisterUserRequest() (request *RegisterUserRequest)

CreateRegisterUserRequest creates a request to invoke RegisterUser API

type RegisterUserResponse ¶

type RegisterUserResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

RegisterUserResponse is the response struct for api RegisterUser

func CreateRegisterUserResponse ¶

func CreateRegisterUserResponse() (response *RegisterUserResponse)

CreateRegisterUserResponse creates a response to parse from RegisterUser response

type RelatedUserListInGetDataArchiveOrderDetail ¶ added in v1.62.345

type RelatedUserListInGetDataArchiveOrderDetail struct {
	RelatedUserList []int64 `json:"RelatedUserList" xml:"RelatedUserList"`
}

RelatedUserListInGetDataArchiveOrderDetail is a nested struct in dms_enterprise response

type RelatedUserListInGetOrderBaseInfo ¶ added in v1.62.345

type RelatedUserListInGetOrderBaseInfo struct {
	UserIds []string `json:"UserIds" xml:"UserIds"`
}

RelatedUserListInGetOrderBaseInfo is a nested struct in dms_enterprise response

type RelatedUserNickListInGetDataArchiveOrderDetail ¶ added in v1.62.345

type RelatedUserNickListInGetDataArchiveOrderDetail struct {
	RelatedUserNickList []string `json:"RelatedUserNickList" xml:"RelatedUserNickList"`
}

RelatedUserNickListInGetDataArchiveOrderDetail is a nested struct in dms_enterprise response

type RelatedUserNickListInGetOrderBaseInfo ¶ added in v1.62.345

type RelatedUserNickListInGetOrderBaseInfo struct {
	UserNicks []string `json:"UserNicks" xml:"UserNicks"`
}

RelatedUserNickListInGetOrderBaseInfo is a nested struct in dms_enterprise response

type Resource ¶ added in v1.61.968

type Resource struct {
	Logic          bool           `json:"Logic" xml:"Logic"`
	TargetId       string         `json:"TargetId" xml:"TargetId"`
	TableInfo      TableInfo      `json:"TableInfo" xml:"TableInfo"`
	ColumnInfo     ColumnInfo     `json:"ColumnInfo" xml:"ColumnInfo"`
	InstanceInfo   InstanceInfo   `json:"InstanceInfo" xml:"InstanceInfo"`
	ResourceDetail ResourceDetail `json:"ResourceDetail" xml:"ResourceDetail"`
	DatabaseInfo   DatabaseInfo   `json:"DatabaseInfo" xml:"DatabaseInfo"`
}

Resource is a nested struct in dms_enterprise response

type ResourceDetail ¶ added in v1.61.968

type ResourceDetail struct {
	SearchName     string   `json:"SearchName" xml:"SearchName"`
	DbType         string   `json:"DbType" xml:"DbType"`
	EnvType        string   `json:"EnvType" xml:"EnvType"`
	TableName      string   `json:"TableName" xml:"TableName"`
	OwnerIds       []int64  `json:"OwnerIds" xml:"OwnerIds"`
	OwnerNickNames []string `json:"OwnerNickNames" xml:"OwnerNickNames"`
}

ResourceDetail is a nested struct in dms_enterprise response

type ResourcesInGetOwnerApplyOrderDetail ¶ added in v1.61.968

type ResourcesInGetOwnerApplyOrderDetail struct {
	Resource []Resource `json:"Resource" xml:"Resource"`
}

ResourcesInGetOwnerApplyOrderDetail is a nested struct in dms_enterprise response

type ResourcesInGetPermApplyOrderDetail ¶ added in v1.61.968

type ResourcesInGetPermApplyOrderDetail struct {
	Resource []Resource `json:"Resource" xml:"Resource"`
}

ResourcesInGetPermApplyOrderDetail is a nested struct in dms_enterprise response

type RestartDataCorrectSQLJobRequest ¶ added in v1.61.1454

type RestartDataCorrectSQLJobRequest struct {
	*requests.RpcRequest
	Type    string           `position:"Query" name:"Type"`
	Tid     requests.Integer `position:"Query" name:"Tid"`
	JobId   requests.Integer `position:"Query" name:"JobId"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

RestartDataCorrectSQLJobRequest is the request struct for api RestartDataCorrectSQLJob

func CreateRestartDataCorrectSQLJobRequest ¶ added in v1.61.1454

func CreateRestartDataCorrectSQLJobRequest() (request *RestartDataCorrectSQLJobRequest)

CreateRestartDataCorrectSQLJobRequest creates a request to invoke RestartDataCorrectSQLJob API

type RestartDataCorrectSQLJobResponse ¶ added in v1.61.1454

type RestartDataCorrectSQLJobResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	Success      bool   `json:"Success" xml:"Success"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
}

RestartDataCorrectSQLJobResponse is the response struct for api RestartDataCorrectSQLJob

func CreateRestartDataCorrectSQLJobResponse ¶ added in v1.61.1454

func CreateRestartDataCorrectSQLJobResponse() (response *RestartDataCorrectSQLJobResponse)

CreateRestartDataCorrectSQLJobResponse creates a response to parse from RestartDataCorrectSQLJob response

type Result ¶ added in v1.61.487

type Result struct {
	Message         string                   `json:"Message" xml:"Message"`
	SourceTableName string                   `json:"SourceTableName" xml:"SourceTableName"`
	Success         bool                     `json:"Success" xml:"Success"`
	Script          string                   `json:"Script" xml:"Script"`
	RowCount        int64                    `json:"RowCount" xml:"RowCount"`
	TargetTableName string                   `json:"TargetTableName" xml:"TargetTableName"`
	ColumnNames     []string                 `json:"ColumnNames" xml:"ColumnNames"`
	Rows            []map[string]interface{} `json:"Rows" xml:"Rows"`
}

Result is a nested struct in dms_enterprise response

type ResultList ¶ added in v1.61.968

type ResultList struct {
	Result []Result `json:"Result" xml:"Result"`
}

ResultList is a nested struct in dms_enterprise response

type ResultsInExecuteScript ¶ added in v1.61.1163

type ResultsInExecuteScript struct {
	Result []Result `json:"Result" xml:"Result"`
}

ResultsInExecuteScript is a nested struct in dms_enterprise response

type ResultsInGetSQLReviewOptimizeDetail ¶ added in v1.61.1163

type ResultsInGetSQLReviewOptimizeDetail struct {
	ResultsItem []ResultsItem `json:"Results" xml:"Results"`
}

ResultsInGetSQLReviewOptimizeDetail is a nested struct in dms_enterprise response

type ResultsItem ¶ added in v1.61.1163

type ResultsItem struct {
	RuleName string        `json:"RuleName" xml:"RuleName"`
	Feedback string        `json:"Feedback" xml:"Feedback"`
	Comments string        `json:"Comments" xml:"Comments"`
	RuleType string        `json:"RuleType" xml:"RuleType"`
	Messages []string      `json:"Messages" xml:"Messages"`
	Scripts  []ScriptsItem `json:"Scripts" xml:"Scripts"`
}

ResultsItem is a nested struct in dms_enterprise response

type ResumeTaskFlowInstanceRequest ¶ added in v1.61.1835

type ResumeTaskFlowInstanceRequest struct {
	*requests.RpcRequest
	DagId         requests.Integer `position:"Query" name:"DagId"`
	Tid           requests.Integer `position:"Query" name:"Tid"`
	DagVersion    string           `position:"Query" name:"DagVersion"`
	DagInstanceId requests.Integer `position:"Query" name:"DagInstanceId"`
}

ResumeTaskFlowInstanceRequest is the request struct for api ResumeTaskFlowInstance

func CreateResumeTaskFlowInstanceRequest ¶ added in v1.61.1835

func CreateResumeTaskFlowInstanceRequest() (request *ResumeTaskFlowInstanceRequest)

CreateResumeTaskFlowInstanceRequest creates a request to invoke ResumeTaskFlowInstance API

type ResumeTaskFlowInstanceResponse ¶ added in v1.61.1835

type ResumeTaskFlowInstanceResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

ResumeTaskFlowInstanceResponse is the response struct for api ResumeTaskFlowInstance

func CreateResumeTaskFlowInstanceResponse ¶ added in v1.61.1835

func CreateResumeTaskFlowInstanceResponse() (response *ResumeTaskFlowInstanceResponse)

CreateResumeTaskFlowInstanceResponse creates a response to parse from ResumeTaskFlowInstance response

type RetryDataCorrectPreCheckRequest ¶ added in v1.61.1354

type RetryDataCorrectPreCheckRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

RetryDataCorrectPreCheckRequest is the request struct for api RetryDataCorrectPreCheck

func CreateRetryDataCorrectPreCheckRequest ¶ added in v1.61.1354

func CreateRetryDataCorrectPreCheckRequest() (request *RetryDataCorrectPreCheckRequest)

CreateRetryDataCorrectPreCheckRequest creates a request to invoke RetryDataCorrectPreCheck API

type RetryDataCorrectPreCheckResponse ¶ added in v1.61.1354

type RetryDataCorrectPreCheckResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	Success      bool   `json:"Success" xml:"Success"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
}

RetryDataCorrectPreCheckResponse is the response struct for api RetryDataCorrectPreCheck

func CreateRetryDataCorrectPreCheckResponse ¶ added in v1.61.1354

func CreateRetryDataCorrectPreCheckResponse() (response *RetryDataCorrectPreCheckResponse)

CreateRetryDataCorrectPreCheckResponse creates a response to parse from RetryDataCorrectPreCheck response

type RevokeTemplateAuthorityRequest ¶ added in v1.62.277

type RevokeTemplateAuthorityRequest struct {
	*requests.RpcRequest
	Tid        requests.Integer `position:"Query" name:"Tid"`
	TemplateId requests.Integer `position:"Query" name:"TemplateId"`
	UserIds    string           `position:"Query" name:"UserIds"`
}

RevokeTemplateAuthorityRequest is the request struct for api RevokeTemplateAuthority

func CreateRevokeTemplateAuthorityRequest ¶ added in v1.62.277

func CreateRevokeTemplateAuthorityRequest() (request *RevokeTemplateAuthorityRequest)

CreateRevokeTemplateAuthorityRequest creates a request to invoke RevokeTemplateAuthority API

type RevokeTemplateAuthorityResponse ¶ added in v1.62.277

type RevokeTemplateAuthorityResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Result       bool   `json:"Result" xml:"Result"`
	Success      bool   `json:"Success" xml:"Success"`
}

RevokeTemplateAuthorityResponse is the response struct for api RevokeTemplateAuthority

func CreateRevokeTemplateAuthorityResponse ¶ added in v1.62.277

func CreateRevokeTemplateAuthorityResponse() (response *RevokeTemplateAuthorityResponse)

CreateRevokeTemplateAuthorityResponse creates a response to parse from RevokeTemplateAuthority response

type RevokeUserPermissionRequest ¶ added in v1.61.13

type RevokeUserPermissionRequest struct {
	*requests.RpcRequest
	UserId       string           `position:"Query" name:"UserId"`
	Tid          requests.Integer `position:"Query" name:"Tid"`
	TableId      string           `position:"Query" name:"TableId"`
	TableName    string           `position:"Query" name:"TableName"`
	PermTypes    string           `position:"Query" name:"PermTypes"`
	UserAccessId string           `position:"Query" name:"UserAccessId"`
	DsType       string           `position:"Query" name:"DsType"`
	InstanceId   requests.Integer `position:"Query" name:"InstanceId"`
	DbId         string           `position:"Query" name:"DbId"`
	Logic        requests.Boolean `position:"Query" name:"Logic"`
}

RevokeUserPermissionRequest is the request struct for api RevokeUserPermission

func CreateRevokeUserPermissionRequest ¶ added in v1.61.13

func CreateRevokeUserPermissionRequest() (request *RevokeUserPermissionRequest)

CreateRevokeUserPermissionRequest creates a request to invoke RevokeUserPermission API

type RevokeUserPermissionResponse ¶ added in v1.61.13

type RevokeUserPermissionResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

RevokeUserPermissionResponse is the response struct for api RevokeUserPermission

func CreateRevokeUserPermissionResponse ¶ added in v1.61.13

func CreateRevokeUserPermissionResponse() (response *RevokeUserPermissionResponse)

CreateRevokeUserPermissionResponse creates a response to parse from RevokeUserPermission response

type RoleIdListInGetUser ¶ added in v1.61.13

type RoleIdListInGetUser struct {
	RoleIds []int `json:"RoleIds" xml:"RoleIds"`
}

RoleIdListInGetUser is a nested struct in dms_enterprise response

type RoleIdListInListUsers ¶ added in v1.61.13

type RoleIdListInListUsers struct {
	RoleIds []int `json:"RoleIds" xml:"RoleIds"`
}

RoleIdListInListUsers is a nested struct in dms_enterprise response

type RoleNameListInGetUser ¶ added in v1.61.13

type RoleNameListInGetUser struct {
	RoleNames []string `json:"RoleNames" xml:"RoleNames"`
}

RoleNameListInGetUser is a nested struct in dms_enterprise response

type RoleNameListInListUsers ¶ added in v1.61.13

type RoleNameListInListUsers struct {
	RoleNames []string `json:"RoleNames" xml:"RoleNames"`
}

RoleNameListInListUsers is a nested struct in dms_enterprise response

type Rows ¶ added in v1.61.487

type Rows struct {
	Rows []map[string]interface{} `json:"Rows" xml:"Rows"`
}

Rows is a nested struct in dms_enterprise response

type SLARule ¶ added in v1.61.1835

type SLARule struct {
	DagId           int64 `json:"DagId" xml:"DagId"`
	NodeId          int64 `json:"NodeId" xml:"NodeId"`
	Id              int64 `json:"Id" xml:"Id"`
	RuleType        int   `json:"RuleType" xml:"RuleType"`
	IntervalMinutes int   `json:"IntervalMinutes" xml:"IntervalMinutes"`
}

SLARule is a nested struct in dms_enterprise response

type SLARuleListInListDefaultSLARules ¶ added in v1.61.1835

type SLARuleListInListDefaultSLARules struct {
	SLARule []SLARule `json:"SLARule" xml:"SLARule"`
}

SLARuleListInListDefaultSLARules is a nested struct in dms_enterprise response

type SLARuleListInListSLARules ¶ added in v1.61.1835

type SLARuleListInListSLARules struct {
	SLARule []SLARule `json:"SLARule" xml:"SLARule"`
}

SLARuleListInListSLARules is a nested struct in dms_enterprise response

type SQLDetail ¶ added in v1.62.277

type SQLDetail struct {
	ExecSql string `json:"ExecSql" xml:"ExecSql"`
}

SQLDetail is a nested struct in dms_enterprise response

type SQLExecAuditLog ¶ added in v1.61.1318

type SQLExecAuditLog struct {
	OpTime       string `json:"OpTime" xml:"OpTime"`
	UserName     string `json:"UserName" xml:"UserName"`
	UserId       int64  `json:"UserId" xml:"UserId"`
	InstanceName string `json:"InstanceName" xml:"InstanceName"`
	InstanceId   int64  `json:"InstanceId" xml:"InstanceId"`
	SchemaName   string `json:"SchemaName" xml:"SchemaName"`
	DbId         int64  `json:"DbId" xml:"DbId"`
	Logic        bool   `json:"Logic" xml:"Logic"`
	SQLType      string `json:"SQLType" xml:"SQLType"`
	SQL          string `json:"SQL" xml:"SQL"`
	ExecState    string `json:"ExecState" xml:"ExecState"`
	AffectRows   int64  `json:"AffectRows" xml:"AffectRows"`
	ElapsedTime  int64  `json:"ElapsedTime" xml:"ElapsedTime"`
	Remark       string `json:"Remark" xml:"Remark"`
}

SQLExecAuditLog is a nested struct in dms_enterprise response

type SQLExecAuditLogList ¶ added in v1.61.1318

type SQLExecAuditLogList struct {
	SQLExecAuditLog []SQLExecAuditLog `json:"SQLExecAuditLog" xml:"SQLExecAuditLog"`
}

SQLExecAuditLogList is a nested struct in dms_enterprise response

type SQLExtOption ¶ added in v1.62.289

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

SQLExtOption is a nested struct in dms_enterprise response

type SQLReviewResult ¶ added in v1.61.1139

type SQLReviewResult struct {
	MustImprove       int64 `json:"MustImprove" xml:"MustImprove"`
	PotentialIssue    int64 `json:"PotentialIssue" xml:"PotentialIssue"`
	SuggestImprove    int64 `json:"SuggestImprove" xml:"SuggestImprove"`
	UseDmsToolkit     int64 `json:"UseDmsToolkit" xml:"UseDmsToolkit"`
	UseDmsDmlUnlock   int64 `json:"UseDmsDmlUnlock" xml:"UseDmsDmlUnlock"`
	TableIndexSuggest int64 `json:"TableIndexSuggest" xml:"TableIndexSuggest"`
}

SQLReviewResult is a nested struct in dms_enterprise response

type Scenario ¶ added in v1.61.1525

type Scenario struct {
	CreatorId    string `json:"CreatorId" xml:"CreatorId"`
	Id           int64  `json:"Id" xml:"Id"`
	Description  string `json:"Description" xml:"Description"`
	ScenarioName string `json:"ScenarioName" xml:"ScenarioName"`
}

Scenario is a nested struct in dms_enterprise response

type ScenarioDAG ¶ added in v1.61.1535

type ScenarioDAG struct {
	Scenario Scenario `json:"Scenario" xml:"Scenario"`
	DagList  DagList  `json:"DagList" xml:"DagList"`
}

ScenarioDAG is a nested struct in dms_enterprise response

type ScenarioDAGList ¶ added in v1.61.1525

type ScenarioDAGList struct {
	ScenarioDAG []ScenarioDAG `json:"ScenarioDAG" xml:"ScenarioDAG"`
}

ScenarioDAGList is a nested struct in dms_enterprise response

type ScenarioList ¶ added in v1.61.1835

type ScenarioList struct {
	Scenario []Scenario `json:"Scenario" xml:"Scenario"`
}

ScenarioList is a nested struct in dms_enterprise response

type Scripts ¶ added in v1.61.1163

type Scripts struct {
	ScriptsItem []ScriptsItem `json:"Scripts" xml:"Scripts"`
}

Scripts is a nested struct in dms_enterprise response

type ScriptsItem ¶ added in v1.61.1163

type ScriptsItem struct {
	OpType    string `json:"OpType" xml:"OpType"`
	Content   string `json:"Content" xml:"Content"`
	TableName string `json:"TableName" xml:"TableName"`
}

ScriptsItem is a nested struct in dms_enterprise response

type SearchDataTrackResultColumnFilter ¶ added in v1.62.289

type SearchDataTrackResultColumnFilter struct {
	BetweenStart string    `name:"BetweenStart"`
	BetweenEnd   string    `name:"BetweenEnd"`
	ColumnName   string    `name:"ColumnName"`
	Value        string    `name:"Value"`
	Operator     string    `name:"Operator"`
	InList       *[]string `name:"InList" type:"Repeated"`
}

SearchDataTrackResultColumnFilter is a repeated param struct in SearchDataTrackResultRequest

type SearchDataTrackResultRequest ¶ added in v1.62.289

type SearchDataTrackResultRequest struct {
	*requests.RpcRequest
	FilterStartTime string                            `position:"Query" name:"FilterStartTime"`
	FilterTypeList  *[]string                         `position:"Query" name:"FilterTypeList"  type:"Json"`
	Tid             requests.Integer                  `position:"Query" name:"Tid"`
	OrderId         requests.Integer                  `position:"Query" name:"OrderId"`
	FilterTableList *[]string                         `position:"Query" name:"FilterTableList"  type:"Json"`
	FilterEndTime   string                            `position:"Query" name:"FilterEndTime"`
	ColumnFilter    SearchDataTrackResultColumnFilter `position:"Query" name:"ColumnFilter"  type:"Struct"`
}

SearchDataTrackResultRequest is the request struct for api SearchDataTrackResult

func CreateSearchDataTrackResultRequest ¶ added in v1.62.289

func CreateSearchDataTrackResultRequest() (request *SearchDataTrackResultRequest)

CreateSearchDataTrackResultRequest creates a request to invoke SearchDataTrackResult API

type SearchDataTrackResultResponse ¶ added in v1.62.289

type SearchDataTrackResultResponse struct {
	*responses.BaseResponse
	RequestId    string      `json:"RequestId" xml:"RequestId"`
	Success      bool        `json:"Success" xml:"Success"`
	ErrorMessage string      `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string      `json:"ErrorCode" xml:"ErrorCode"`
	TrackResult  TrackResult `json:"TrackResult" xml:"TrackResult"`
}

SearchDataTrackResultResponse is the response struct for api SearchDataTrackResult

func CreateSearchDataTrackResultResponse ¶ added in v1.62.289

func CreateSearchDataTrackResultResponse() (response *SearchDataTrackResultResponse)

CreateSearchDataTrackResultResponse creates a response to parse from SearchDataTrackResult response

type SearchDatabase ¶ added in v1.61.13

type SearchDatabase struct {
	DatabaseId    string                        `json:"DatabaseId" xml:"DatabaseId"`
	Host          string                        `json:"Host" xml:"Host"`
	DbaId         string                        `json:"DbaId" xml:"DbaId"`
	SchemaName    string                        `json:"SchemaName" xml:"SchemaName"`
	Logic         bool                          `json:"Logic" xml:"Logic"`
	DatalinkName  string                        `json:"DatalinkName" xml:"DatalinkName"`
	Port          int                           `json:"Port" xml:"Port"`
	EnvType       string                        `json:"EnvType" xml:"EnvType"`
	Sid           string                        `json:"Sid" xml:"Sid"`
	Encoding      string                        `json:"Encoding" xml:"Encoding"`
	DbType        string                        `json:"DbType" xml:"DbType"`
	SearchName    string                        `json:"SearchName" xml:"SearchName"`
	Alias         string                        `json:"Alias" xml:"Alias"`
	CatalogName   string                        `json:"CatalogName" xml:"CatalogName"`
	OwnerIdList   OwnerIdListInSearchDatabase   `json:"OwnerIdList" xml:"OwnerIdList"`
	OwnerNameList OwnerNameListInSearchDatabase `json:"OwnerNameList" xml:"OwnerNameList"`
}

SearchDatabase is a nested struct in dms_enterprise response

type SearchDatabaseList ¶ added in v1.61.13

type SearchDatabaseList struct {
	SearchDatabase []SearchDatabase `json:"SearchDatabase" xml:"SearchDatabase"`
}

SearchDatabaseList is a nested struct in dms_enterprise response

type SearchDatabaseRequest ¶ added in v1.61.13

type SearchDatabaseRequest struct {
	*requests.RpcRequest
	SearchKey    string           `position:"Query" name:"SearchKey"`
	SearchRange  string           `position:"Query" name:"SearchRange"`
	Tid          requests.Integer `position:"Query" name:"Tid"`
	PageNumber   requests.Integer `position:"Query" name:"PageNumber"`
	SearchTarget string           `position:"Query" name:"SearchTarget"`
	PageSize     requests.Integer `position:"Query" name:"PageSize"`
	EnvType      string           `position:"Query" name:"EnvType"`
	DbType       string           `position:"Query" name:"DbType"`
}

SearchDatabaseRequest is the request struct for api SearchDatabase

func CreateSearchDatabaseRequest ¶ added in v1.61.13

func CreateSearchDatabaseRequest() (request *SearchDatabaseRequest)

CreateSearchDatabaseRequest creates a request to invoke SearchDatabase API

type SearchDatabaseResponse ¶ added in v1.61.13

type SearchDatabaseResponse struct {
	*responses.BaseResponse
	TotalCount         int64              `json:"TotalCount" xml:"TotalCount"`
	RequestId          string             `json:"RequestId" xml:"RequestId"`
	ErrorCode          string             `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage       string             `json:"ErrorMessage" xml:"ErrorMessage"`
	Success            bool               `json:"Success" xml:"Success"`
	SearchDatabaseList SearchDatabaseList `json:"SearchDatabaseList" xml:"SearchDatabaseList"`
}

SearchDatabaseResponse is the response struct for api SearchDatabase

func CreateSearchDatabaseResponse ¶ added in v1.61.13

func CreateSearchDatabaseResponse() (response *SearchDatabaseResponse)

CreateSearchDatabaseResponse creates a response to parse from SearchDatabase response

type SearchTable ¶ added in v1.61.13

type SearchTable struct {
	DatabaseId      string                     `json:"DatabaseId" xml:"DatabaseId"`
	TableName       string                     `json:"TableName" xml:"TableName"`
	DBSearchName    string                     `json:"DBSearchName" xml:"DBSearchName"`
	Logic           bool                       `json:"Logic" xml:"Logic"`
	EnvType         string                     `json:"EnvType" xml:"EnvType"`
	DbName          string                     `json:"DbName" xml:"DbName"`
	Description     string                     `json:"Description" xml:"Description"`
	Encoding        string                     `json:"Encoding" xml:"Encoding"`
	DbType          string                     `json:"DbType" xml:"DbType"`
	TableSchemaName string                     `json:"TableSchemaName" xml:"TableSchemaName"`
	TableGuid       string                     `json:"TableGuid" xml:"TableGuid"`
	Engine          string                     `json:"Engine" xml:"Engine"`
	TableId         string                     `json:"TableId" xml:"TableId"`
	OwnerIdList     OwnerIdListInSearchTable   `json:"OwnerIdList" xml:"OwnerIdList"`
	OwnerNameList   OwnerNameListInSearchTable `json:"OwnerNameList" xml:"OwnerNameList"`
}

SearchTable is a nested struct in dms_enterprise response

type SearchTableList ¶ added in v1.61.13

type SearchTableList struct {
	SearchTable []SearchTable `json:"SearchTable" xml:"SearchTable"`
}

SearchTableList is a nested struct in dms_enterprise response

type SearchTableRequest ¶ added in v1.61.13

type SearchTableRequest struct {
	*requests.RpcRequest
	ReturnGuid   requests.Boolean `position:"Query" name:"ReturnGuid"`
	SearchKey    string           `position:"Query" name:"SearchKey"`
	SearchRange  string           `position:"Query" name:"SearchRange"`
	Tid          requests.Integer `position:"Query" name:"Tid"`
	PageNumber   requests.Integer `position:"Query" name:"PageNumber"`
	SearchTarget string           `position:"Query" name:"SearchTarget"`
	PageSize     requests.Integer `position:"Query" name:"PageSize"`
	EnvType      string           `position:"Query" name:"EnvType"`
	DbType       string           `position:"Query" name:"DbType"`
}

SearchTableRequest is the request struct for api SearchTable

func CreateSearchTableRequest ¶ added in v1.61.13

func CreateSearchTableRequest() (request *SearchTableRequest)

CreateSearchTableRequest creates a request to invoke SearchTable API

type SearchTableResponse ¶ added in v1.61.13

type SearchTableResponse struct {
	*responses.BaseResponse
	TotalCount      int64           `json:"TotalCount" xml:"TotalCount"`
	RequestId       string          `json:"RequestId" xml:"RequestId"`
	ErrorCode       string          `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage    string          `json:"ErrorMessage" xml:"ErrorMessage"`
	Success         bool            `json:"Success" xml:"Success"`
	SearchTableList SearchTableList `json:"SearchTableList" xml:"SearchTableList"`
}

SearchTableResponse is the response struct for api SearchTable

func CreateSearchTableResponse ¶ added in v1.61.13

func CreateSearchTableResponse() (response *SearchTableResponse)

CreateSearchTableResponse creates a response to parse from SearchTable response

type SelectedTables ¶ added in v1.62.289

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

SelectedTables is a nested struct in dms_enterprise response

type SemiDesensitizationRule ¶ added in v1.62.719

type SemiDesensitizationRule struct {
	RuleId   int64  `json:"RuleId" xml:"RuleId"`
	RuleName string `json:"RuleName" xml:"RuleName"`
}

SemiDesensitizationRule is a nested struct in dms_enterprise response

type SemiDesensitizationRuleList ¶ added in v1.62.719

type SemiDesensitizationRuleList struct {
	SemiDesensitizationRule []SemiDesensitizationRule `json:"SemiDesensitizationRule" xml:"SemiDesensitizationRule"`
}

SemiDesensitizationRuleList is a nested struct in dms_enterprise response

type SensitiveColumn ¶ added in v1.61.134

type SensitiveColumn struct {
	SchemaName                  string                      `json:"SchemaName" xml:"SchemaName"`
	ColumnCount                 int64                       `json:"ColumnCount" xml:"ColumnCount"`
	TableName                   string                      `json:"TableName" xml:"TableName"`
	SampleData                  string                      `json:"SampleData" xml:"SampleData"`
	UserSensitivityLevel        string                      `json:"UserSensitivityLevel" xml:"UserSensitivityLevel"`
	CategoryName                string                      `json:"CategoryName" xml:"CategoryName"`
	ColumnName                  string                      `json:"ColumnName" xml:"ColumnName"`
	SecurityLevel               string                      `json:"SecurityLevel" xml:"SecurityLevel"`
	InstanceId                  int                         `json:"InstanceId" xml:"InstanceId"`
	FunctionType                string                      `json:"FunctionType" xml:"FunctionType"`
	IsPlain                     bool                        `json:"IsPlain" xml:"IsPlain"`
	DefaultDesensitizationRule  DefaultDesensitizationRule  `json:"DefaultDesensitizationRule" xml:"DefaultDesensitizationRule"`
	SemiDesensitizationRuleList SemiDesensitizationRuleList `json:"SemiDesensitizationRuleList" xml:"SemiDesensitizationRuleList"`
}

SensitiveColumn is a nested struct in dms_enterprise response

type SensitiveColumnListInListSensitiveColumnInfo ¶ added in v1.62.719

type SensitiveColumnListInListSensitiveColumnInfo struct {
	SensitiveColumn []SensitiveColumn `json:"SensitiveColumn" xml:"SensitiveColumn"`
}

SensitiveColumnListInListSensitiveColumnInfo is a nested struct in dms_enterprise response

type SensitiveColumnListInListSensitiveColumns ¶ added in v1.62.719

type SensitiveColumnListInListSensitiveColumns struct {
	SensitiveColumn []SensitiveColumn `json:"SensitiveColumn" xml:"SensitiveColumn"`
}

SensitiveColumnListInListSensitiveColumns is a nested struct in dms_enterprise response

type SensitiveColumnsDetail ¶ added in v1.61.134

type SensitiveColumnsDetail struct {
	DbId              int64  `json:"DbId" xml:"DbId"`
	ColumnName        string `json:"ColumnName" xml:"ColumnName"`
	ColumnDescription string `json:"ColumnDescription" xml:"ColumnDescription"`
	TableName         string `json:"TableName" xml:"TableName"`
	DbType            string `json:"DbType" xml:"DbType"`
	ColumnType        string `json:"ColumnType" xml:"ColumnType"`
	Logic             bool   `json:"Logic" xml:"Logic"`
	SchemaName        string `json:"SchemaName" xml:"SchemaName"`
	SearchName        string `json:"SearchName" xml:"SearchName"`
	EnvType           string `json:"EnvType" xml:"EnvType"`
}

SensitiveColumnsDetail is a nested struct in dms_enterprise response

type SensitiveColumnsDetailList ¶ added in v1.61.134

type SensitiveColumnsDetailList struct {
	SensitiveColumnsDetail []SensitiveColumnsDetail `json:"SensitiveColumnsDetail" xml:"SensitiveColumnsDetail"`
}

SensitiveColumnsDetailList is a nested struct in dms_enterprise response

type SensitiveDataAuditLogList ¶ added in v1.61.1835

type SensitiveDataAuditLogList struct {
	SensitiveDataAuditLogListItem []SensitiveDataAuditLogListItem `json:"SensitiveDataAuditLogList" xml:"SensitiveDataAuditLogList"`
}

SensitiveDataAuditLogList is a nested struct in dms_enterprise response

type SensitiveDataAuditLogListItem ¶ added in v1.61.1835

type SensitiveDataAuditLogListItem struct {
	UserName         string                 `json:"UserName" xml:"UserName"`
	UserId           int64                  `json:"UserId" xml:"UserId"`
	ModuleName       string                 `json:"ModuleName" xml:"ModuleName"`
	DbDisplayName    string                 `json:"DbDisplayName" xml:"DbDisplayName"`
	OpTime           string                 `json:"OpTime" xml:"OpTime"`
	InstanceId       int64                  `json:"InstanceId" xml:"InstanceId"`
	TargetName       string                 `json:"TargetName" xml:"TargetName"`
	SensitiveDataLog []SensitiveDataLogItem `json:"SensitiveDataLog" xml:"SensitiveDataLog"`
}

SensitiveDataAuditLogListItem is a nested struct in dms_enterprise response

type SensitiveDataLog ¶ added in v1.61.1835

type SensitiveDataLog struct {
	SensitiveDataLogItem []SensitiveDataLogItem `json:"SensitiveDataLog" xml:"SensitiveDataLog"`
}

SensitiveDataLog is a nested struct in dms_enterprise response

type SensitiveDataLogItem ¶ added in v1.61.1835

type SensitiveDataLogItem struct {
	TableName            string `json:"TableName" xml:"TableName"`
	ColumnName           string `json:"ColumnName" xml:"ColumnName"`
	SecurityLevel        string `json:"SecurityLevel" xml:"SecurityLevel"`
	ColumnPermissionType string `json:"ColumnPermissionType" xml:"ColumnPermissionType"`
	DesensitizationRule  string `json:"DesensitizationRule" xml:"DesensitizationRule"`
}

SensitiveDataLogItem is a nested struct in dms_enterprise response

type SensitivityLevelList ¶ added in v1.62.564

type SensitivityLevelList struct {
	SensitivityLevelListItem []SensitivityLevelListItem `json:"SensitivityLevelList" xml:"SensitivityLevelList"`
}

SensitivityLevelList is a nested struct in dms_enterprise response

type SensitivityLevelListItem ¶ added in v1.62.564

type SensitivityLevelListItem struct {
	Name         string `json:"Name" xml:"Name"`
	TemplateId   string `json:"TemplateId" xml:"TemplateId"`
	TemplateType string `json:"TemplateType" xml:"TemplateType"`
	IsPlain      bool   `json:"IsPlain" xml:"IsPlain"`
}

SensitivityLevelListItem is a nested struct in dms_enterprise response

type SetOwnersRequest ¶ added in v1.61.13

type SetOwnersRequest struct {
	*requests.RpcRequest
	OwnerIds   string           `position:"Query" name:"OwnerIds"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
	ResourceId string           `position:"Query" name:"ResourceId"`
	OwnerType  string           `position:"Query" name:"OwnerType"`
}

SetOwnersRequest is the request struct for api SetOwners

func CreateSetOwnersRequest ¶ added in v1.61.13

func CreateSetOwnersRequest() (request *SetOwnersRequest)

CreateSetOwnersRequest creates a request to invoke SetOwners API

type SetOwnersResponse ¶ added in v1.61.13

type SetOwnersResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

SetOwnersResponse is the response struct for api SetOwners

func CreateSetOwnersResponse ¶ added in v1.61.13

func CreateSetOwnersResponse() (response *SetOwnersResponse)

CreateSetOwnersResponse creates a response to parse from SetOwners response

type SkipDataCorrectRowCheckRequest ¶ added in v1.62.319

type SkipDataCorrectRowCheckRequest struct {
	*requests.RpcRequest
	Reason  string           `position:"Query" name:"Reason"`
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

SkipDataCorrectRowCheckRequest is the request struct for api SkipDataCorrectRowCheck

func CreateSkipDataCorrectRowCheckRequest ¶ added in v1.62.319

func CreateSkipDataCorrectRowCheckRequest() (request *SkipDataCorrectRowCheckRequest)

CreateSkipDataCorrectRowCheckRequest creates a request to invoke SkipDataCorrectRowCheck API

type SkipDataCorrectRowCheckResponse ¶ added in v1.62.319

type SkipDataCorrectRowCheckResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	Success      bool   `json:"Success" xml:"Success"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
}

SkipDataCorrectRowCheckResponse is the response struct for api SkipDataCorrectRowCheck

func CreateSkipDataCorrectRowCheckResponse ¶ added in v1.62.319

func CreateSkipDataCorrectRowCheckResponse() (response *SkipDataCorrectRowCheckResponse)

CreateSkipDataCorrectRowCheckResponse creates a response to parse from SkipDataCorrectRowCheck response

type SourceDatabaseInfo ¶ added in v1.61.968

type SourceDatabaseInfo struct {
	DbId       int64  `json:"DbId" xml:"DbId"`
	SearchName string `json:"SearchName" xml:"SearchName"`
	DbType     string `json:"DbType" xml:"DbType"`
	EnvType    string `json:"EnvType" xml:"EnvType"`
	Logic      bool   `json:"Logic" xml:"Logic"`
}

SourceDatabaseInfo is a nested struct in dms_enterprise response

type SourceVersionInfo ¶ added in v1.61.968

type SourceVersionInfo struct {
	VersionId string `json:"VersionId" xml:"VersionId"`
}

SourceVersionInfo is a nested struct in dms_enterprise response

type SqlTypeResult ¶ added in v1.62.277

type SqlTypeResult struct {
	SqlTypes []string `json:"sqlTypes" xml:"sqlTypes"`
}

SqlTypeResult is a nested struct in dms_enterprise response

type StandardGroup ¶ added in v1.61.1302

type StandardGroup struct {
	LastMenderId int64  `json:"LastMenderId" xml:"LastMenderId"`
	GmtCreate    string `json:"GmtCreate" xml:"GmtCreate"`
	GroupId      int64  `json:"GroupId" xml:"GroupId"`
	FreeOrStable bool   `json:"FreeOrStable" xml:"FreeOrStable"`
	GroupMode    string `json:"GroupMode" xml:"GroupMode"`
	GmtModified  string `json:"GmtModified" xml:"GmtModified"`
	GroupName    string `json:"GroupName" xml:"GroupName"`
	Id           int64  `json:"Id" xml:"Id"`
	Description  string `json:"Description" xml:"Description"`
	DbType       string `json:"DbType" xml:"DbType"`
}

StandardGroup is a nested struct in dms_enterprise response

type StandardGroupList ¶ added in v1.61.1513

type StandardGroupList struct {
	StandardGroupListItem []StandardGroupListItem `json:"StandardGroupList" xml:"StandardGroupList"`
}

StandardGroupList is a nested struct in dms_enterprise response

type StandardGroupListItem ¶ added in v1.61.1513

type StandardGroupListItem struct {
	GroupName    string `json:"GroupName" xml:"GroupName"`
	Description  string `json:"Description" xml:"Description"`
	DbType       string `json:"DbType" xml:"DbType"`
	LastMenderId int64  `json:"LastMenderId" xml:"LastMenderId"`
	GroupMode    string `json:"GroupMode" xml:"GroupMode"`
	GroupId      int64  `json:"GroupId" xml:"GroupId"`
}

StandardGroupListItem is a nested struct in dms_enterprise response

type StatusResult ¶ added in v1.62.289

type StatusResult struct {
	DownloadStatus string `json:"DownloadStatus" xml:"DownloadStatus"`
	DownloadUrl    string `json:"DownloadUrl" xml:"DownloadUrl"`
	StatusDesc     string `json:"StatusDesc" xml:"StatusDesc"`
	TotalCount     int64  `json:"TotalCount" xml:"TotalCount"`
}

StatusResult is a nested struct in dms_enterprise response

type StopTaskFlowInstanceRequest ¶ added in v1.61.1835

type StopTaskFlowInstanceRequest struct {
	*requests.RpcRequest
	DagId         requests.Integer `position:"Query" name:"DagId"`
	Tid           requests.Integer `position:"Query" name:"Tid"`
	DagInstanceId requests.Integer `position:"Query" name:"DagInstanceId"`
}

StopTaskFlowInstanceRequest is the request struct for api StopTaskFlowInstance

func CreateStopTaskFlowInstanceRequest ¶ added in v1.61.1835

func CreateStopTaskFlowInstanceRequest() (request *StopTaskFlowInstanceRequest)

CreateStopTaskFlowInstanceRequest creates a request to invoke StopTaskFlowInstance API

type StopTaskFlowInstanceResponse ¶ added in v1.61.1835

type StopTaskFlowInstanceResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

StopTaskFlowInstanceResponse is the response struct for api StopTaskFlowInstance

func CreateStopTaskFlowInstanceResponse ¶ added in v1.61.1835

func CreateStopTaskFlowInstanceResponse() (response *StopTaskFlowInstanceResponse)

CreateStopTaskFlowInstanceResponse creates a response to parse from StopTaskFlowInstance response

type StructSyncExecSqlDetail ¶ added in v1.61.968

type StructSyncExecSqlDetail struct {
	TotalSqlCount int64  `json:"TotalSqlCount" xml:"TotalSqlCount"`
	ExecSql       string `json:"ExecSql" xml:"ExecSql"`
}

StructSyncExecSqlDetail is a nested struct in dms_enterprise response

type StructSyncJobAnalyzeResult ¶ added in v1.61.968

type StructSyncJobAnalyzeResult struct {
	SummaryList []Summary `json:"SummaryList" xml:"SummaryList"`
	ResultList  []Result  `json:"ResultList" xml:"ResultList"`
}

StructSyncJobAnalyzeResult is a nested struct in dms_enterprise response

type StructSyncJobDetail ¶ added in v1.61.968

type StructSyncJobDetail struct {
	JobStatus     string `json:"JobStatus" xml:"JobStatus"`
	Message       string `json:"Message" xml:"Message"`
	TableAnalyzed int64  `json:"TableAnalyzed" xml:"TableAnalyzed"`
	TableCount    int64  `json:"TableCount" xml:"TableCount"`
	SqlCount      int64  `json:"SqlCount" xml:"SqlCount"`
	ExecuteCount  int64  `json:"ExecuteCount" xml:"ExecuteCount"`
	SecurityRule  string `json:"SecurityRule" xml:"SecurityRule"`
	DBTaskGroupId int64  `json:"DBTaskGroupId" xml:"DBTaskGroupId"`
}

StructSyncJobDetail is a nested struct in dms_enterprise response

type StructSyncOrderDetail ¶ added in v1.61.968

type StructSyncOrderDetail struct {
	SourceType         string             `json:"SourceType" xml:"SourceType"`
	TargetType         string             `json:"TargetType" xml:"TargetType"`
	IgnoreError        bool               `json:"IgnoreError" xml:"IgnoreError"`
	SourceDatabaseInfo SourceDatabaseInfo `json:"SourceDatabaseInfo" xml:"SourceDatabaseInfo"`
	TargetDatabaseInfo TargetDatabaseInfo `json:"TargetDatabaseInfo" xml:"TargetDatabaseInfo"`
	SourceVersionInfo  SourceVersionInfo  `json:"SourceVersionInfo" xml:"SourceVersionInfo"`
	TargetVersionInfo  TargetVersionInfo  `json:"TargetVersionInfo" xml:"TargetVersionInfo"`
	TableInfoList      []TableInfo        `json:"TableInfoList" xml:"TableInfoList"`
}

StructSyncOrderDetail is a nested struct in dms_enterprise response

type SubmitOrderApprovalRequest ¶ added in v1.61.13

type SubmitOrderApprovalRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

SubmitOrderApprovalRequest is the request struct for api SubmitOrderApproval

func CreateSubmitOrderApprovalRequest ¶ added in v1.61.13

func CreateSubmitOrderApprovalRequest() (request *SubmitOrderApprovalRequest)

CreateSubmitOrderApprovalRequest creates a request to invoke SubmitOrderApproval API

type SubmitOrderApprovalResponse ¶ added in v1.61.13

type SubmitOrderApprovalResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

SubmitOrderApprovalResponse is the response struct for api SubmitOrderApproval

func CreateSubmitOrderApprovalResponse ¶ added in v1.61.13

func CreateSubmitOrderApprovalResponse() (response *SubmitOrderApprovalResponse)

CreateSubmitOrderApprovalResponse creates a response to parse from SubmitOrderApproval response

type SubmitStructSyncOrderApprovalRequest ¶ added in v1.61.968

type SubmitStructSyncOrderApprovalRequest struct {
	*requests.RpcRequest
	Tid     requests.Integer `position:"Query" name:"Tid"`
	OrderId requests.Integer `position:"Query" name:"OrderId"`
}

SubmitStructSyncOrderApprovalRequest is the request struct for api SubmitStructSyncOrderApproval

func CreateSubmitStructSyncOrderApprovalRequest ¶ added in v1.61.968

func CreateSubmitStructSyncOrderApprovalRequest() (request *SubmitStructSyncOrderApprovalRequest)

CreateSubmitStructSyncOrderApprovalRequest creates a request to invoke SubmitStructSyncOrderApproval API

type SubmitStructSyncOrderApprovalResponse ¶ added in v1.61.968

type SubmitStructSyncOrderApprovalResponse struct {
	*responses.BaseResponse
	RequestId          string `json:"RequestId" xml:"RequestId"`
	Success            bool   `json:"Success" xml:"Success"`
	ErrorMessage       string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode          string `json:"ErrorCode" xml:"ErrorCode"`
	WorkflowInstanceId int64  `json:"WorkflowInstanceId" xml:"WorkflowInstanceId"`
}

SubmitStructSyncOrderApprovalResponse is the response struct for api SubmitStructSyncOrderApproval

func CreateSubmitStructSyncOrderApprovalResponse ¶ added in v1.61.968

func CreateSubmitStructSyncOrderApprovalResponse() (response *SubmitStructSyncOrderApprovalResponse)

CreateSubmitStructSyncOrderApprovalResponse creates a response to parse from SubmitStructSyncOrderApproval response

type Summary ¶ added in v1.61.968

type Summary struct {
	CompareType string `json:"CompareType" xml:"CompareType"`
	Count       int64  `json:"Count" xml:"Count"`
}

Summary is a nested struct in dms_enterprise response

type SummaryList ¶ added in v1.61.968

type SummaryList struct {
	Summary []Summary `json:"Summary" xml:"Summary"`
}

SummaryList is a nested struct in dms_enterprise response

type SuspendTaskFlowInstanceRequest ¶ added in v1.61.1835

type SuspendTaskFlowInstanceRequest struct {
	*requests.RpcRequest
	DagId         requests.Integer `position:"Query" name:"DagId"`
	Tid           requests.Integer `position:"Query" name:"Tid"`
	DagInstanceId requests.Integer `position:"Query" name:"DagInstanceId"`
}

SuspendTaskFlowInstanceRequest is the request struct for api SuspendTaskFlowInstance

func CreateSuspendTaskFlowInstanceRequest ¶ added in v1.61.1835

func CreateSuspendTaskFlowInstanceRequest() (request *SuspendTaskFlowInstanceRequest)

CreateSuspendTaskFlowInstanceRequest creates a request to invoke SuspendTaskFlowInstance API

type SuspendTaskFlowInstanceResponse ¶ added in v1.61.1835

type SuspendTaskFlowInstanceResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

SuspendTaskFlowInstanceResponse is the response struct for api SuspendTaskFlowInstance

func CreateSuspendTaskFlowInstanceResponse ¶ added in v1.61.1835

func CreateSuspendTaskFlowInstanceResponse() (response *SuspendTaskFlowInstanceResponse)

CreateSuspendTaskFlowInstanceResponse creates a response to parse from SuspendTaskFlowInstance response

type SyncDatabaseMetaRequest ¶ added in v1.61.13

type SyncDatabaseMetaRequest struct {
	*requests.RpcRequest
	Tid   requests.Integer `position:"Query" name:"Tid"`
	DbId  string           `position:"Query" name:"DbId"`
	Logic requests.Boolean `position:"Query" name:"Logic"`
}

SyncDatabaseMetaRequest is the request struct for api SyncDatabaseMeta

func CreateSyncDatabaseMetaRequest ¶ added in v1.61.13

func CreateSyncDatabaseMetaRequest() (request *SyncDatabaseMetaRequest)

CreateSyncDatabaseMetaRequest creates a request to invoke SyncDatabaseMeta API

type SyncDatabaseMetaResponse ¶ added in v1.61.13

type SyncDatabaseMetaResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

SyncDatabaseMetaResponse is the response struct for api SyncDatabaseMeta

func CreateSyncDatabaseMetaResponse ¶ added in v1.61.13

func CreateSyncDatabaseMetaResponse() (response *SyncDatabaseMetaResponse)

CreateSyncDatabaseMetaResponse creates a response to parse from SyncDatabaseMeta response

type SyncInstanceMetaRequest ¶ added in v1.61.13

type SyncInstanceMetaRequest struct {
	*requests.RpcRequest
	Tid         requests.Integer `position:"Query" name:"Tid"`
	IgnoreTable requests.Boolean `position:"Query" name:"IgnoreTable"`
	InstanceId  string           `position:"Query" name:"InstanceId"`
}

SyncInstanceMetaRequest is the request struct for api SyncInstanceMeta

func CreateSyncInstanceMetaRequest ¶ added in v1.61.13

func CreateSyncInstanceMetaRequest() (request *SyncInstanceMetaRequest)

CreateSyncInstanceMetaRequest creates a request to invoke SyncInstanceMeta API

type SyncInstanceMetaResponse ¶ added in v1.61.13

type SyncInstanceMetaResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

SyncInstanceMetaResponse is the response struct for api SyncInstanceMeta

func CreateSyncInstanceMetaResponse ¶ added in v1.61.13

func CreateSyncInstanceMetaResponse() (response *SyncInstanceMetaResponse)

CreateSyncInstanceMetaResponse creates a response to parse from SyncInstanceMeta response

type Table ¶ added in v1.61.13

type Table struct {
	StoreCapacity   int64    `json:"StoreCapacity" xml:"StoreCapacity"`
	Engine          string   `json:"Engine" xml:"Engine"`
	NumRows         int64    `json:"NumRows" xml:"NumRows"`
	TableName       string   `json:"TableName" xml:"TableName"`
	TableId         string   `json:"TableId" xml:"TableId"`
	TableType       string   `json:"TableType" xml:"TableType"`
	TableSchemaName string   `json:"TableSchemaName" xml:"TableSchemaName"`
	DatabaseId      string   `json:"DatabaseId" xml:"DatabaseId"`
	Encoding        string   `json:"Encoding" xml:"Encoding"`
	TableGuid       string   `json:"TableGuid" xml:"TableGuid"`
	Description     string   `json:"Description" xml:"Description"`
	OwnerNameList   []string `json:"OwnerNameList" xml:"OwnerNameList"`
	OwnerIdList     []string `json:"OwnerIdList" xml:"OwnerIdList"`
}

Table is a nested struct in dms_enterprise response

type TableInListTables ¶ added in v1.61.504

type TableInListTables struct {
	DatabaseId      string                    `json:"DatabaseId" xml:"DatabaseId"`
	TableName       string                    `json:"TableName" xml:"TableName"`
	StoreCapacity   int64                     `json:"StoreCapacity" xml:"StoreCapacity"`
	Description     string                    `json:"Description" xml:"Description"`
	Encoding        string                    `json:"Encoding" xml:"Encoding"`
	TableSchemaName string                    `json:"TableSchemaName" xml:"TableSchemaName"`
	TableType       string                    `json:"TableType" xml:"TableType"`
	TableGuid       string                    `json:"TableGuid" xml:"TableGuid"`
	Engine          string                    `json:"Engine" xml:"Engine"`
	NumRows         int64                     `json:"NumRows" xml:"NumRows"`
	TableId         string                    `json:"TableId" xml:"TableId"`
	OwnerIdList     OwnerIdListInListTables   `json:"OwnerIdList" xml:"OwnerIdList"`
	OwnerNameList   OwnerNameListInListTables `json:"OwnerNameList" xml:"OwnerNameList"`
}

TableInListTables is a nested struct in dms_enterprise response

type TableIncludes ¶ added in v1.62.345

type TableIncludes struct {
	IncludeTables []IncludeTables `json:"IncludeTables" xml:"IncludeTables"`
}

TableIncludes is a nested struct in dms_enterprise response

type TableInfo ¶ added in v1.61.968

type TableInfo struct {
	SourceTableName string   `json:"SourceTableName" xml:"SourceTableName"`
	TargetTableName string   `json:"TargetTableName" xml:"TargetTableName"`
	SchemaName      string   `json:"SchemaName" xml:"SchemaName"`
	TableName       string   `json:"TableName" xml:"TableName"`
	Description     string   `json:"Description" xml:"Description"`
	Columns         []Column `json:"Columns" xml:"Columns"`
}

TableInfo is a nested struct in dms_enterprise response

type TableInfoListInGetStructSyncOrderDetail ¶ added in v1.62.289

type TableInfoListInGetStructSyncOrderDetail struct {
	TableInfo []TableInfo `json:"TableInfo" xml:"TableInfo"`
}

TableInfoListInGetStructSyncOrderDetail is a nested struct in dms_enterprise response

type TableInfoListInSearchDataTrackResult ¶ added in v1.62.289

type TableInfoListInSearchDataTrackResult struct {
	TableInfo []TableInfo `json:"TableInfo" xml:"TableInfo"`
}

TableInfoListInSearchDataTrackResult is a nested struct in dms_enterprise response

type TableListInGetTableDBTopology ¶ added in v1.61.504

type TableListInGetTableDBTopology struct {
	Table []Table `json:"Table" xml:"Table"`
}

TableListInGetTableDBTopology is a nested struct in dms_enterprise response

type TableListInListTables ¶ added in v1.61.504

type TableListInListTables struct {
	Table []TableInListTables `json:"Table" xml:"Table"`
}

TableListInListTables is a nested struct in dms_enterprise response

type TableMapping ¶ added in v1.62.345

type TableMapping struct {
	MappingTable []string `json:"MappingTable" xml:"MappingTable"`
}

TableMapping is a nested struct in dms_enterprise response

type TableMeta ¶ added in v1.62.289

type TableMeta struct {
	SchemaName string   `json:"SchemaName" xml:"SchemaName"`
	TableName  string   `json:"TableName" xml:"TableName"`
	Columns    []Column `json:"Columns" xml:"Columns"`
}

TableMeta is a nested struct in dms_enterprise response

type TableMetaList ¶ added in v1.62.289

type TableMetaList struct {
	TableMeta []TableMeta `json:"TableMeta" xml:"TableMeta"`
}

TableMetaList is a nested struct in dms_enterprise response

type TableNames ¶ added in v1.62.289

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

TableNames is a nested struct in dms_enterprise response

type TableTopology ¶ added in v1.61.968

type TableTopology struct {
	TableGuid             string              `json:"TableGuid" xml:"TableGuid"`
	TableName             string              `json:"TableName" xml:"TableName"`
	Logic                 bool                `json:"Logic" xml:"Logic"`
	TableTopologyInfoList []TableTopologyInfo `json:"TableTopologyInfoList" xml:"TableTopologyInfoList"`
}

TableTopology is a nested struct in dms_enterprise response

type TableTopologyInfo ¶ added in v1.61.968

type TableTopologyInfo struct {
	TableNameList      string `json:"TableNameList" xml:"TableNameList"`
	TableNameExpr      string `json:"TableNameExpr" xml:"TableNameExpr"`
	TableCount         int64  `json:"TableCount" xml:"TableCount"`
	DbId               int64  `json:"DbId" xml:"DbId"`
	DbSearchName       string `json:"DbSearchName" xml:"DbSearchName"`
	InstanceId         int64  `json:"InstanceId" xml:"InstanceId"`
	RegionId           string `json:"RegionId" xml:"RegionId"`
	InstanceResourceId string `json:"InstanceResourceId" xml:"InstanceResourceId"`
	InstanceSource     string `json:"InstanceSource" xml:"InstanceSource"`
	DbName             string `json:"DbName" xml:"DbName"`
	DbType             string `json:"DbType" xml:"DbType"`
}

TableTopologyInfo is a nested struct in dms_enterprise response

type TableTopologyInfoList ¶ added in v1.61.968

type TableTopologyInfoList struct {
	TableTopologyInfo []TableTopologyInfo `json:"TableTopologyInfo" xml:"TableTopologyInfo"`
}

TableTopologyInfoList is a nested struct in dms_enterprise response

type TargetDatabaseInfo ¶ added in v1.61.968

type TargetDatabaseInfo struct {
	DbId       int64  `json:"DbId" xml:"DbId"`
	SearchName string `json:"SearchName" xml:"SearchName"`
	DbType     string `json:"DbType" xml:"DbType"`
	EnvType    string `json:"EnvType" xml:"EnvType"`
	Logic      bool   `json:"Logic" xml:"Logic"`
}

TargetDatabaseInfo is a nested struct in dms_enterprise response

type TargetVersionInfo ¶ added in v1.61.968

type TargetVersionInfo struct {
	VersionId string `json:"VersionId" xml:"VersionId"`
}

TargetVersionInfo is a nested struct in dms_enterprise response

type Task ¶ added in v1.61.1835

type Task struct {
	DagId         int64  `json:"DagId" xml:"DagId"`
	NodeName      string `json:"NodeName" xml:"NodeName"`
	NodeId        string `json:"NodeId" xml:"NodeId"`
	NodeOutput    string `json:"NodeOutput" xml:"NodeOutput"`
	NodeConfig    string `json:"NodeConfig" xml:"NodeConfig"`
	NodeType      string `json:"NodeType" xml:"NodeType"`
	NodeContent   string `json:"NodeContent" xml:"NodeContent"`
	TimeVariables string `json:"TimeVariables" xml:"TimeVariables"`
	GraphParam    string `json:"GraphParam" xml:"GraphParam"`
}

Task is a nested struct in dms_enterprise response

type TaskCheckDO ¶ added in v1.61.13

type TaskCheckDO struct {
	UserTip     string `json:"UserTip" xml:"UserTip"`
	CheckStatus string `json:"CheckStatus" xml:"CheckStatus"`
	CheckStep   string `json:"CheckStep" xml:"CheckStep"`
}

TaskCheckDO is a nested struct in dms_enterprise response

type TaskFlow ¶ added in v1.61.1559

type TaskFlow struct {
	Status               int    `json:"Status" xml:"Status"`
	LatestInstanceStatus int    `json:"LatestInstanceStatus" xml:"LatestInstanceStatus"`
	ScheduleParam        string `json:"ScheduleParam" xml:"ScheduleParam"`
	CronEndDate          string `json:"CronEndDate" xml:"CronEndDate"`
	DagOwnerId           string `json:"DagOwnerId" xml:"DagOwnerId"`
	Id                   int64  `json:"Id" xml:"Id"`
	CreatorNickName      string `json:"CreatorNickName" xml:"CreatorNickName"`
	CronBeginDate        string `json:"CronBeginDate" xml:"CronBeginDate"`
	ScenarioId           string `json:"ScenarioId" xml:"ScenarioId"`
	CronStr              string `json:"CronStr" xml:"CronStr"`
	CronSwitch           bool   `json:"CronSwitch" xml:"CronSwitch"`
	DeployId             int64  `json:"DeployId" xml:"DeployId"`
	TimeZoneId           string `json:"TimeZoneId" xml:"TimeZoneId"`
	CronType             int    `json:"CronType" xml:"CronType"`
	CreatorId            string `json:"CreatorId" xml:"CreatorId"`
	LatestInstanceTime   string `json:"LatestInstanceTime" xml:"LatestInstanceTime"`
	DagOwnerNickName     string `json:"DagOwnerNickName" xml:"DagOwnerNickName"`
	DagName              string `json:"DagName" xml:"DagName"`
	Description          string `json:"Description" xml:"Description"`
	TriggerType          int    `json:"TriggerType" xml:"TriggerType"`
}

TaskFlow is a nested struct in dms_enterprise response

type TaskFlowGraph ¶ added in v1.61.1835

type TaskFlowGraph struct {
	DagName string                  `json:"DagName" xml:"DagName"`
	Status  int64                   `json:"Status" xml:"Status"`
	CanEdit bool                    `json:"CanEdit" xml:"CanEdit"`
	Nodes   Nodes                   `json:"Nodes" xml:"Nodes"`
	Edges   EdgesInGetTaskFlowGraph `json:"Edges" xml:"Edges"`
}

TaskFlowGraph is a nested struct in dms_enterprise response

type TaskFlowListInListTaskFlow ¶ added in v1.61.1835

type TaskFlowListInListTaskFlow struct {
	TaskFlow []TaskFlow `json:"TaskFlow" xml:"TaskFlow"`
}

TaskFlowListInListTaskFlow is a nested struct in dms_enterprise response

type TaskFlowListInListTaskFlowsByPage ¶ added in v1.61.1835

type TaskFlowListInListTaskFlowsByPage struct {
	TaskFlow []TaskFlow `json:"TaskFlow" xml:"TaskFlow"`
}

TaskFlowListInListTaskFlowsByPage is a nested struct in dms_enterprise response

type Tasks ¶ added in v1.61.1835

type Tasks struct {
	Task []Task `json:"Task" xml:"Task"`
}

Tasks is a nested struct in dms_enterprise response

type TemplateList ¶ added in v1.61.1835

type TemplateList struct {
	TemplateListItem []TemplateListItem `json:"TemplateList" xml:"TemplateList"`
}

TemplateList is a nested struct in dms_enterprise response

type TemplateListItem ¶ added in v1.61.1835

type TemplateListItem struct {
	TemplateId   int64  `json:"TemplateId" xml:"TemplateId"`
	Name         string `json:"Name" xml:"Name"`
	TemplateType string `json:"TemplateType" xml:"TemplateType"`
	Remark       string `json:"Remark" xml:"Remark"`
}

TemplateListItem is a nested struct in dms_enterprise response

type Tenant ¶ added in v1.61.504

type Tenant struct {
	Tid        int64  `json:"Tid" xml:"Tid"`
	TenantName string `json:"TenantName" xml:"TenantName"`
	Status     string `json:"Status" xml:"Status"`
}

Tenant is a nested struct in dms_enterprise response

type TenantList ¶ added in v1.61.504

type TenantList struct {
	Tenant []Tenant `json:"Tenant" xml:"Tenant"`
}

TenantList is a nested struct in dms_enterprise response

type TimeVariable ¶ added in v1.61.1835

type TimeVariable struct {
	Name    string `json:"Name" xml:"Name"`
	Pattern string `json:"Pattern" xml:"Pattern"`
}

TimeVariable is a nested struct in dms_enterprise response

type TimeVariables ¶ added in v1.61.1835

type TimeVariables struct {
	TimeVariable []TimeVariable `json:"TimeVariable" xml:"TimeVariable"`
}

TimeVariables is a nested struct in dms_enterprise response

type TrackResult ¶ added in v1.62.289

type TrackResult struct {
	TotalCount    int64       `json:"TotalCount" xml:"TotalCount"`
	EventList     []Event     `json:"EventList" xml:"EventList"`
	TableInfoList []TableInfo `json:"TableInfoList" xml:"TableInfoList"`
}

TrackResult is a nested struct in dms_enterprise response

type TrackTypes ¶ added in v1.62.289

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

TrackTypes is a nested struct in dms_enterprise response

type UpdateAuthorityTemplateRequest ¶ added in v1.62.277

type UpdateAuthorityTemplateRequest struct {
	*requests.RpcRequest
	Description string           `position:"Query" name:"Description"`
	Tid         requests.Integer `position:"Query" name:"Tid"`
	TemplateId  requests.Integer `position:"Query" name:"TemplateId"`
	Name        string           `position:"Query" name:"Name"`
}

UpdateAuthorityTemplateRequest is the request struct for api UpdateAuthorityTemplate

func CreateUpdateAuthorityTemplateRequest ¶ added in v1.62.277

func CreateUpdateAuthorityTemplateRequest() (request *UpdateAuthorityTemplateRequest)

CreateUpdateAuthorityTemplateRequest creates a request to invoke UpdateAuthorityTemplate API

type UpdateAuthorityTemplateResponse ¶ added in v1.62.277

type UpdateAuthorityTemplateResponse struct {
	*responses.BaseResponse
	RequestId             string                `json:"RequestId" xml:"RequestId"`
	ErrorCode             string                `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage          string                `json:"ErrorMessage" xml:"ErrorMessage"`
	Success               bool                  `json:"Success" xml:"Success"`
	Tid                   int64                 `json:"Tid" xml:"Tid"`
	AuthorityTemplateView AuthorityTemplateView `json:"AuthorityTemplateView" xml:"AuthorityTemplateView"`
}

UpdateAuthorityTemplateResponse is the response struct for api UpdateAuthorityTemplate

func CreateUpdateAuthorityTemplateResponse ¶ added in v1.62.277

func CreateUpdateAuthorityTemplateResponse() (response *UpdateAuthorityTemplateResponse)

CreateUpdateAuthorityTemplateResponse creates a response to parse from UpdateAuthorityTemplate response

type UpdateInstanceRequest ¶ added in v1.61.13

type UpdateInstanceRequest struct {
	*requests.RpcRequest
	SafeRuleId       string           `position:"Query" name:"SafeRuleId"`
	EcsRegion        string           `position:"Query" name:"EcsRegion"`
	DdlOnline        requests.Integer `position:"Query" name:"DdlOnline"`
	UseDsql          requests.Integer `position:"Query" name:"UseDsql"`
	Tid              requests.Integer `position:"Query" name:"Tid"`
	Sid              string           `position:"Query" name:"Sid"`
	EnableSellSitd   string           `position:"Query" name:"EnableSellSitd"`
	DbaId            string           `position:"Query" name:"DbaId"`
	DataLinkName     string           `position:"Query" name:"DataLinkName"`
	TemplateType     string           `position:"Query" name:"TemplateType"`
	InstanceSource   string           `position:"Query" name:"InstanceSource"`
	EnvType          string           `position:"Query" name:"EnvType"`
	Host             string           `position:"Query" name:"Host"`
	InstanceType     string           `position:"Query" name:"InstanceType"`
	QueryTimeout     requests.Integer `position:"Query" name:"QueryTimeout"`
	EcsInstanceId    string           `position:"Query" name:"EcsInstanceId"`
	ExportTimeout    requests.Integer `position:"Query" name:"ExportTimeout"`
	DatabasePassword string           `position:"Query" name:"DatabasePassword"`
	InstanceAlias    string           `position:"Query" name:"InstanceAlias"`
	TemplateId       requests.Integer `position:"Query" name:"TemplateId"`
	DatabaseUser     string           `position:"Query" name:"DatabaseUser"`
	InstanceId       string           `position:"Query" name:"InstanceId"`
	Port             requests.Integer `position:"Query" name:"Port"`
	VpcId            string           `position:"Query" name:"VpcId"`
	SkipTest         requests.Boolean `position:"Query" name:"SkipTest"`
}

UpdateInstanceRequest is the request struct for api UpdateInstance

func CreateUpdateInstanceRequest ¶ added in v1.61.13

func CreateUpdateInstanceRequest() (request *UpdateInstanceRequest)

CreateUpdateInstanceRequest creates a request to invoke UpdateInstance API

type UpdateInstanceResponse ¶ added in v1.61.13

type UpdateInstanceResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

UpdateInstanceResponse is the response struct for api UpdateInstance

func CreateUpdateInstanceResponse ¶ added in v1.61.13

func CreateUpdateInstanceResponse() (response *UpdateInstanceResponse)

CreateUpdateInstanceResponse creates a response to parse from UpdateInstance response

type UpdateSLARulesRequest ¶ added in v1.61.1835

type UpdateSLARulesRequest struct {
	*requests.RpcRequest
	DagId       requests.Integer             `position:"Query" name:"DagId"`
	Tid         requests.Integer             `position:"Query" name:"Tid"`
	SlaRuleList *[]UpdateSLARulesSlaRuleList `position:"Query" name:"SlaRuleList"  type:"Json"`
}

UpdateSLARulesRequest is the request struct for api UpdateSLARules

func CreateUpdateSLARulesRequest ¶ added in v1.61.1835

func CreateUpdateSLARulesRequest() (request *UpdateSLARulesRequest)

CreateUpdateSLARulesRequest creates a request to invoke UpdateSLARules API

type UpdateSLARulesResponse ¶ added in v1.61.1835

type UpdateSLARulesResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

UpdateSLARulesResponse is the response struct for api UpdateSLARules

func CreateUpdateSLARulesResponse ¶ added in v1.61.1835

func CreateUpdateSLARulesResponse() (response *UpdateSLARulesResponse)

CreateUpdateSLARulesResponse creates a response to parse from UpdateSLARules response

type UpdateSLARulesSlaRuleList ¶ added in v1.61.1835

type UpdateSLARulesSlaRuleList struct {
	IntervalMinutes string `name:"IntervalMinutes"`
	InfoAction      string `name:"InfoAction"`
	DagId           string `name:"DagId"`
	Type            string `name:"Type"`
	NodeId          string `name:"NodeId"`
}

UpdateSLARulesSlaRuleList is a repeated param struct in UpdateSLARulesRequest

type UpdateScenarioRequest ¶ added in v1.61.1835

type UpdateScenarioRequest struct {
	*requests.RpcRequest
	Description  string           `position:"Query" name:"Description"`
	Tid          requests.Integer `position:"Query" name:"Tid"`
	ScenarioId   string           `position:"Query" name:"ScenarioId"`
	ScenarioName string           `position:"Query" name:"ScenarioName"`
}

UpdateScenarioRequest is the request struct for api UpdateScenario

func CreateUpdateScenarioRequest ¶ added in v1.61.1835

func CreateUpdateScenarioRequest() (request *UpdateScenarioRequest)

CreateUpdateScenarioRequest creates a request to invoke UpdateScenario API

type UpdateScenarioResponse ¶ added in v1.61.1835

type UpdateScenarioResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

UpdateScenarioResponse is the response struct for api UpdateScenario

func CreateUpdateScenarioResponse ¶ added in v1.61.1835

func CreateUpdateScenarioResponse() (response *UpdateScenarioResponse)

CreateUpdateScenarioResponse creates a response to parse from UpdateScenario response

type UpdateStandardGroupRequest ¶ added in v1.62.719

type UpdateStandardGroupRequest struct {
	*requests.RpcRequest
	Description string           `position:"Query" name:"Description"`
	Tid         requests.Integer `position:"Query" name:"Tid"`
	GroupId     requests.Integer `position:"Query" name:"GroupId"`
	GroupName   string           `position:"Query" name:"GroupName"`
}

UpdateStandardGroupRequest is the request struct for api UpdateStandardGroup

func CreateUpdateStandardGroupRequest ¶ added in v1.62.719

func CreateUpdateStandardGroupRequest() (request *UpdateStandardGroupRequest)

CreateUpdateStandardGroupRequest creates a request to invoke UpdateStandardGroup API

type UpdateStandardGroupResponse ¶ added in v1.62.719

type UpdateStandardGroupResponse struct {
	*responses.BaseResponse
	RequestId     string        `json:"RequestId" xml:"RequestId"`
	Success       bool          `json:"Success" xml:"Success"`
	ErrorMessage  string        `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode     string        `json:"ErrorCode" xml:"ErrorCode"`
	StandardGroup StandardGroup `json:"StandardGroup" xml:"StandardGroup"`
}

UpdateStandardGroupResponse is the response struct for api UpdateStandardGroup

func CreateUpdateStandardGroupResponse ¶ added in v1.62.719

func CreateUpdateStandardGroupResponse() (response *UpdateStandardGroupResponse)

CreateUpdateStandardGroupResponse creates a response to parse from UpdateStandardGroup response

type UpdateTaskConfigRequest ¶ added in v1.61.1835

type UpdateTaskConfigRequest struct {
	*requests.RpcRequest
	NodeConfig string           `position:"Query" name:"NodeConfig"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
	NodeId     string           `position:"Query" name:"NodeId"`
}

UpdateTaskConfigRequest is the request struct for api UpdateTaskConfig

func CreateUpdateTaskConfigRequest ¶ added in v1.61.1835

func CreateUpdateTaskConfigRequest() (request *UpdateTaskConfigRequest)

CreateUpdateTaskConfigRequest creates a request to invoke UpdateTaskConfig API

type UpdateTaskConfigResponse ¶ added in v1.61.1835

type UpdateTaskConfigResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

UpdateTaskConfigResponse is the response struct for api UpdateTaskConfig

func CreateUpdateTaskConfigResponse ¶ added in v1.61.1835

func CreateUpdateTaskConfigResponse() (response *UpdateTaskConfigResponse)

CreateUpdateTaskConfigResponse creates a response to parse from UpdateTaskConfig response

type UpdateTaskContentRequest ¶ added in v1.61.1835

type UpdateTaskContentRequest struct {
	*requests.RpcRequest
	Tid         requests.Integer `position:"Query" name:"Tid"`
	NodeContent string           `position:"Query" name:"NodeContent"`
	NodeId      string           `position:"Query" name:"NodeId"`
}

UpdateTaskContentRequest is the request struct for api UpdateTaskContent

func CreateUpdateTaskContentRequest ¶ added in v1.61.1835

func CreateUpdateTaskContentRequest() (request *UpdateTaskContentRequest)

CreateUpdateTaskContentRequest creates a request to invoke UpdateTaskContent API

type UpdateTaskContentResponse ¶ added in v1.61.1835

type UpdateTaskContentResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

UpdateTaskContentResponse is the response struct for api UpdateTaskContent

func CreateUpdateTaskContentResponse ¶ added in v1.61.1835

func CreateUpdateTaskContentResponse() (response *UpdateTaskContentResponse)

CreateUpdateTaskContentResponse creates a response to parse from UpdateTaskContent response

type UpdateTaskFlowConstantsDagConstants ¶ added in v1.61.1835

type UpdateTaskFlowConstantsDagConstants struct {
	Value string `name:"Value"`
	Key   string `name:"Key"`
}

UpdateTaskFlowConstantsDagConstants is a repeated param struct in UpdateTaskFlowConstantsRequest

type UpdateTaskFlowConstantsRequest ¶ added in v1.61.1835

type UpdateTaskFlowConstantsRequest struct {
	*requests.RpcRequest
	DagId        requests.Integer                       `position:"Query" name:"DagId"`
	Tid          requests.Integer                       `position:"Query" name:"Tid"`
	DagConstants *[]UpdateTaskFlowConstantsDagConstants `position:"Query" name:"DagConstants"  type:"Json"`
}

UpdateTaskFlowConstantsRequest is the request struct for api UpdateTaskFlowConstants

func CreateUpdateTaskFlowConstantsRequest ¶ added in v1.61.1835

func CreateUpdateTaskFlowConstantsRequest() (request *UpdateTaskFlowConstantsRequest)

CreateUpdateTaskFlowConstantsRequest creates a request to invoke UpdateTaskFlowConstants API

type UpdateTaskFlowConstantsResponse ¶ added in v1.61.1835

type UpdateTaskFlowConstantsResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

UpdateTaskFlowConstantsResponse is the response struct for api UpdateTaskFlowConstants

func CreateUpdateTaskFlowConstantsResponse ¶ added in v1.61.1835

func CreateUpdateTaskFlowConstantsResponse() (response *UpdateTaskFlowConstantsResponse)

CreateUpdateTaskFlowConstantsResponse creates a response to parse from UpdateTaskFlowConstants response

type UpdateTaskFlowCooperatorsRequest ¶ added in v1.61.1835

type UpdateTaskFlowCooperatorsRequest struct {
	*requests.RpcRequest
	DagId         requests.Integer `position:"Query" name:"DagId"`
	Tid           requests.Integer `position:"Query" name:"Tid"`
	CooperatorIds *[]string        `position:"Query" name:"CooperatorIds"  type:"Json"`
}

UpdateTaskFlowCooperatorsRequest is the request struct for api UpdateTaskFlowCooperators

func CreateUpdateTaskFlowCooperatorsRequest ¶ added in v1.61.1835

func CreateUpdateTaskFlowCooperatorsRequest() (request *UpdateTaskFlowCooperatorsRequest)

CreateUpdateTaskFlowCooperatorsRequest creates a request to invoke UpdateTaskFlowCooperators API

type UpdateTaskFlowCooperatorsResponse ¶ added in v1.61.1835

type UpdateTaskFlowCooperatorsResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

UpdateTaskFlowCooperatorsResponse is the response struct for api UpdateTaskFlowCooperators

func CreateUpdateTaskFlowCooperatorsResponse ¶ added in v1.61.1835

func CreateUpdateTaskFlowCooperatorsResponse() (response *UpdateTaskFlowCooperatorsResponse)

CreateUpdateTaskFlowCooperatorsResponse creates a response to parse from UpdateTaskFlowCooperators response

type UpdateTaskFlowEdgesEdges ¶ added in v1.61.1835

type UpdateTaskFlowEdgesEdges struct {
	NodeEnd  string `name:"NodeEnd"`
	NodeFrom string `name:"NodeFrom"`
	Id       string `name:"Id"`
}

UpdateTaskFlowEdgesEdges is a repeated param struct in UpdateTaskFlowEdgesRequest

type UpdateTaskFlowEdgesRequest ¶ added in v1.61.1835

type UpdateTaskFlowEdgesRequest struct {
	*requests.RpcRequest
	DagId requests.Integer            `position:"Query" name:"DagId"`
	Tid   requests.Integer            `position:"Query" name:"Tid"`
	Edges *[]UpdateTaskFlowEdgesEdges `position:"Query" name:"Edges"  type:"Json"`
}

UpdateTaskFlowEdgesRequest is the request struct for api UpdateTaskFlowEdges

func CreateUpdateTaskFlowEdgesRequest ¶ added in v1.61.1835

func CreateUpdateTaskFlowEdgesRequest() (request *UpdateTaskFlowEdgesRequest)

CreateUpdateTaskFlowEdgesRequest creates a request to invoke UpdateTaskFlowEdges API

type UpdateTaskFlowEdgesResponse ¶ added in v1.61.1835

type UpdateTaskFlowEdgesResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

UpdateTaskFlowEdgesResponse is the response struct for api UpdateTaskFlowEdges

func CreateUpdateTaskFlowEdgesResponse ¶ added in v1.61.1835

func CreateUpdateTaskFlowEdgesResponse() (response *UpdateTaskFlowEdgesResponse)

CreateUpdateTaskFlowEdgesResponse creates a response to parse from UpdateTaskFlowEdges response

type UpdateTaskFlowNameAndDescRequest ¶ added in v1.61.1835

type UpdateTaskFlowNameAndDescRequest struct {
	*requests.RpcRequest
	DagName     string           `position:"Query" name:"DagName"`
	Description string           `position:"Query" name:"Description"`
	DagId       requests.Integer `position:"Query" name:"DagId"`
	Tid         requests.Integer `position:"Query" name:"Tid"`
}

UpdateTaskFlowNameAndDescRequest is the request struct for api UpdateTaskFlowNameAndDesc

func CreateUpdateTaskFlowNameAndDescRequest ¶ added in v1.61.1835

func CreateUpdateTaskFlowNameAndDescRequest() (request *UpdateTaskFlowNameAndDescRequest)

CreateUpdateTaskFlowNameAndDescRequest creates a request to invoke UpdateTaskFlowNameAndDesc API

type UpdateTaskFlowNameAndDescResponse ¶ added in v1.61.1835

type UpdateTaskFlowNameAndDescResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

UpdateTaskFlowNameAndDescResponse is the response struct for api UpdateTaskFlowNameAndDesc

func CreateUpdateTaskFlowNameAndDescResponse ¶ added in v1.61.1835

func CreateUpdateTaskFlowNameAndDescResponse() (response *UpdateTaskFlowNameAndDescResponse)

CreateUpdateTaskFlowNameAndDescResponse creates a response to parse from UpdateTaskFlowNameAndDesc response

type UpdateTaskFlowNotificationRequest ¶ added in v1.61.1835

type UpdateTaskFlowNotificationRequest struct {
	*requests.RpcRequest
	DagId                  requests.Integer `position:"Query" name:"DagId"`
	Tid                    requests.Integer `position:"Query" name:"Tid"`
	DagNotificationFail    requests.Boolean `position:"Query" name:"DagNotificationFail"`
	DagNotificationSla     requests.Boolean `position:"Query" name:"DagNotificationSla"`
	DagNotificationSuccess requests.Boolean `position:"Query" name:"DagNotificationSuccess"`
}

UpdateTaskFlowNotificationRequest is the request struct for api UpdateTaskFlowNotification

func CreateUpdateTaskFlowNotificationRequest ¶ added in v1.61.1835

func CreateUpdateTaskFlowNotificationRequest() (request *UpdateTaskFlowNotificationRequest)

CreateUpdateTaskFlowNotificationRequest creates a request to invoke UpdateTaskFlowNotification API

type UpdateTaskFlowNotificationResponse ¶ added in v1.61.1835

type UpdateTaskFlowNotificationResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

UpdateTaskFlowNotificationResponse is the response struct for api UpdateTaskFlowNotification

func CreateUpdateTaskFlowNotificationResponse ¶ added in v1.61.1835

func CreateUpdateTaskFlowNotificationResponse() (response *UpdateTaskFlowNotificationResponse)

CreateUpdateTaskFlowNotificationResponse creates a response to parse from UpdateTaskFlowNotification response

type UpdateTaskFlowOwnerRequest ¶ added in v1.61.1835

type UpdateTaskFlowOwnerRequest struct {
	*requests.RpcRequest
	DagId      requests.Integer `position:"Query" name:"DagId"`
	Tid        requests.Integer `position:"Query" name:"Tid"`
	NewOwnerId string           `position:"Query" name:"NewOwnerId"`
}

UpdateTaskFlowOwnerRequest is the request struct for api UpdateTaskFlowOwner

func CreateUpdateTaskFlowOwnerRequest ¶ added in v1.61.1835

func CreateUpdateTaskFlowOwnerRequest() (request *UpdateTaskFlowOwnerRequest)

CreateUpdateTaskFlowOwnerRequest creates a request to invoke UpdateTaskFlowOwner API

type UpdateTaskFlowOwnerResponse ¶ added in v1.61.1835

type UpdateTaskFlowOwnerResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

UpdateTaskFlowOwnerResponse is the response struct for api UpdateTaskFlowOwner

func CreateUpdateTaskFlowOwnerResponse ¶ added in v1.61.1835

func CreateUpdateTaskFlowOwnerResponse() (response *UpdateTaskFlowOwnerResponse)

CreateUpdateTaskFlowOwnerResponse creates a response to parse from UpdateTaskFlowOwner response

type UpdateTaskFlowRelationsEdges ¶ added in v1.61.1835

type UpdateTaskFlowRelationsEdges struct {
	NodeEnd  string `name:"NodeEnd"`
	NodeFrom string `name:"NodeFrom"`
	EdgeType string `name:"EdgeType"`
	Id       string `name:"Id"`
}

UpdateTaskFlowRelationsEdges is a repeated param struct in UpdateTaskFlowRelationsRequest

type UpdateTaskFlowRelationsRequest ¶ added in v1.61.1835

type UpdateTaskFlowRelationsRequest struct {
	*requests.RpcRequest
	DagId requests.Integer                `position:"Query" name:"DagId"`
	Tid   requests.Integer                `position:"Query" name:"Tid"`
	Edges *[]UpdateTaskFlowRelationsEdges `position:"Query" name:"Edges"  type:"Json"`
}

UpdateTaskFlowRelationsRequest is the request struct for api UpdateTaskFlowRelations

func CreateUpdateTaskFlowRelationsRequest ¶ added in v1.61.1835

func CreateUpdateTaskFlowRelationsRequest() (request *UpdateTaskFlowRelationsRequest)

CreateUpdateTaskFlowRelationsRequest creates a request to invoke UpdateTaskFlowRelations API

type UpdateTaskFlowRelationsResponse ¶ added in v1.61.1835

type UpdateTaskFlowRelationsResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

UpdateTaskFlowRelationsResponse is the response struct for api UpdateTaskFlowRelations

func CreateUpdateTaskFlowRelationsResponse ¶ added in v1.61.1835

func CreateUpdateTaskFlowRelationsResponse() (response *UpdateTaskFlowRelationsResponse)

CreateUpdateTaskFlowRelationsResponse creates a response to parse from UpdateTaskFlowRelations response

type UpdateTaskFlowScheduleRequest ¶ added in v1.61.1835

type UpdateTaskFlowScheduleRequest struct {
	*requests.RpcRequest
	CronType       string           `position:"Query" name:"CronType"`
	CronStr        string           `position:"Query" name:"CronStr"`
	TriggerType    string           `position:"Query" name:"TriggerType"`
	DagId          requests.Integer `position:"Query" name:"DagId"`
	Tid            requests.Integer `position:"Query" name:"Tid"`
	TimeZoneId     string           `position:"Query" name:"TimeZoneId"`
	CronBeginDate  string           `position:"Query" name:"CronBeginDate"`
	ScheduleSwitch requests.Boolean `position:"Query" name:"ScheduleSwitch"`
	CronEndDate    string           `position:"Query" name:"CronEndDate"`
	ScheduleParam  string           `position:"Query" name:"ScheduleParam"`
}

UpdateTaskFlowScheduleRequest is the request struct for api UpdateTaskFlowSchedule

func CreateUpdateTaskFlowScheduleRequest ¶ added in v1.61.1835

func CreateUpdateTaskFlowScheduleRequest() (request *UpdateTaskFlowScheduleRequest)

CreateUpdateTaskFlowScheduleRequest creates a request to invoke UpdateTaskFlowSchedule API

type UpdateTaskFlowScheduleResponse ¶ added in v1.61.1835

type UpdateTaskFlowScheduleResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

UpdateTaskFlowScheduleResponse is the response struct for api UpdateTaskFlowSchedule

func CreateUpdateTaskFlowScheduleResponse ¶ added in v1.61.1835

func CreateUpdateTaskFlowScheduleResponse() (response *UpdateTaskFlowScheduleResponse)

CreateUpdateTaskFlowScheduleResponse creates a response to parse from UpdateTaskFlowSchedule response

type UpdateTaskFlowTimeVariablesRequest ¶ added in v1.61.1835

type UpdateTaskFlowTimeVariablesRequest struct {
	*requests.RpcRequest
	DagId         requests.Integer `position:"Query" name:"DagId"`
	Tid           requests.Integer `position:"Query" name:"Tid"`
	TimeVariables string           `position:"Query" name:"TimeVariables"`
}

UpdateTaskFlowTimeVariablesRequest is the request struct for api UpdateTaskFlowTimeVariables

func CreateUpdateTaskFlowTimeVariablesRequest ¶ added in v1.61.1835

func CreateUpdateTaskFlowTimeVariablesRequest() (request *UpdateTaskFlowTimeVariablesRequest)

CreateUpdateTaskFlowTimeVariablesRequest creates a request to invoke UpdateTaskFlowTimeVariables API

type UpdateTaskFlowTimeVariablesResponse ¶ added in v1.61.1835

type UpdateTaskFlowTimeVariablesResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

UpdateTaskFlowTimeVariablesResponse is the response struct for api UpdateTaskFlowTimeVariables

func CreateUpdateTaskFlowTimeVariablesResponse ¶ added in v1.61.1835

func CreateUpdateTaskFlowTimeVariablesResponse() (response *UpdateTaskFlowTimeVariablesResponse)

CreateUpdateTaskFlowTimeVariablesResponse creates a response to parse from UpdateTaskFlowTimeVariables response

type UpdateTaskNameRequest ¶ added in v1.61.1835

type UpdateTaskNameRequest struct {
	*requests.RpcRequest
	Tid      requests.Integer `position:"Query" name:"Tid"`
	NodeId   string           `position:"Query" name:"NodeId"`
	NodeName string           `position:"Query" name:"NodeName"`
}

UpdateTaskNameRequest is the request struct for api UpdateTaskName

func CreateUpdateTaskNameRequest ¶ added in v1.61.1835

func CreateUpdateTaskNameRequest() (request *UpdateTaskNameRequest)

CreateUpdateTaskNameRequest creates a request to invoke UpdateTaskName API

type UpdateTaskNameResponse ¶ added in v1.61.1835

type UpdateTaskNameResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

UpdateTaskNameResponse is the response struct for api UpdateTaskName

func CreateUpdateTaskNameResponse ¶ added in v1.61.1835

func CreateUpdateTaskNameResponse() (response *UpdateTaskNameResponse)

CreateUpdateTaskNameResponse creates a response to parse from UpdateTaskName response

type UpdateTaskOutputRequest ¶ added in v1.61.1835

type UpdateTaskOutputRequest struct {
	*requests.RpcRequest
	Tid        requests.Integer `position:"Query" name:"Tid"`
	NodeOutput string           `position:"Query" name:"NodeOutput"`
	NodeId     string           `position:"Query" name:"NodeId"`
}

UpdateTaskOutputRequest is the request struct for api UpdateTaskOutput

func CreateUpdateTaskOutputRequest ¶ added in v1.61.1835

func CreateUpdateTaskOutputRequest() (request *UpdateTaskOutputRequest)

CreateUpdateTaskOutputRequest creates a request to invoke UpdateTaskOutput API

type UpdateTaskOutputResponse ¶ added in v1.61.1835

type UpdateTaskOutputResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

UpdateTaskOutputResponse is the response struct for api UpdateTaskOutput

func CreateUpdateTaskOutputResponse ¶ added in v1.61.1835

func CreateUpdateTaskOutputResponse() (response *UpdateTaskOutputResponse)

CreateUpdateTaskOutputResponse creates a response to parse from UpdateTaskOutput response

type UpdateTaskTimeVariablesRequest ¶ added in v1.61.1835

type UpdateTaskTimeVariablesRequest struct {
	*requests.RpcRequest
	Tid           requests.Integer `position:"Query" name:"Tid"`
	NodeId        string           `position:"Query" name:"NodeId"`
	TimeVariables string           `position:"Query" name:"TimeVariables"`
}

UpdateTaskTimeVariablesRequest is the request struct for api UpdateTaskTimeVariables

func CreateUpdateTaskTimeVariablesRequest ¶ added in v1.61.1835

func CreateUpdateTaskTimeVariablesRequest() (request *UpdateTaskTimeVariablesRequest)

CreateUpdateTaskTimeVariablesRequest creates a request to invoke UpdateTaskTimeVariables API

type UpdateTaskTimeVariablesResponse ¶ added in v1.61.1835

type UpdateTaskTimeVariablesResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

UpdateTaskTimeVariablesResponse is the response struct for api UpdateTaskTimeVariables

func CreateUpdateTaskTimeVariablesResponse ¶ added in v1.61.1835

func CreateUpdateTaskTimeVariablesResponse() (response *UpdateTaskTimeVariablesResponse)

CreateUpdateTaskTimeVariablesResponse creates a response to parse from UpdateTaskTimeVariables response

type UpdateUserRequest ¶ added in v1.61.13

type UpdateUserRequest struct {
	*requests.RpcRequest
	RoleNames       string           `position:"Query" name:"RoleNames"`
	MaxExecuteCount requests.Integer `position:"Query" name:"MaxExecuteCount"`
	UserNick        string           `position:"Query" name:"UserNick"`
	Tid             requests.Integer `position:"Query" name:"Tid"`
	Uid             requests.Integer `position:"Query" name:"Uid"`
	MaxResultCount  requests.Integer `position:"Query" name:"MaxResultCount"`
	Mobile          string           `position:"Query" name:"Mobile"`
}

UpdateUserRequest is the request struct for api UpdateUser

func CreateUpdateUserRequest ¶ added in v1.61.13

func CreateUpdateUserRequest() (request *UpdateUserRequest)

CreateUpdateUserRequest creates a request to invoke UpdateUser API

type UpdateUserResponse ¶ added in v1.61.13

type UpdateUserResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	Success      bool   `json:"Success" xml:"Success"`
}

UpdateUserResponse is the response struct for api UpdateUser

func CreateUpdateUserResponse ¶ added in v1.61.13

func CreateUpdateUserResponse() (response *UpdateUserResponse)

CreateUpdateUserResponse creates a response to parse from UpdateUser response

type UploadFileJobDetail ¶ added in v1.61.968

type UploadFileJobDetail struct {
	JobKey         string         `json:"JobKey" xml:"JobKey"`
	FileName       string         `json:"FileName" xml:"FileName"`
	FileSize       int64          `json:"FileSize" xml:"FileSize"`
	FileSource     string         `json:"FileSource" xml:"FileSource"`
	UploadType     string         `json:"UploadType" xml:"UploadType"`
	UploadURL      string         `json:"UploadURL" xml:"UploadURL"`
	UploadedSize   int64          `json:"UploadedSize" xml:"UploadedSize"`
	JobStatus      string         `json:"JobStatus" xml:"JobStatus"`
	JobStatusDesc  string         `json:"JobStatusDesc" xml:"JobStatusDesc"`
	AttachmentKey  string         `json:"AttachmentKey" xml:"AttachmentKey"`
	UploadOSSParam UploadOSSParam `json:"UploadOSSParam" xml:"UploadOSSParam"`
}

UploadFileJobDetail is a nested struct in dms_enterprise response

type UploadOSSParam ¶ added in v1.61.968

type UploadOSSParam struct {
	Endpoint   string `json:"Endpoint" xml:"Endpoint"`
	BucketName string `json:"BucketName" xml:"BucketName"`
	ObjectName string `json:"ObjectName" xml:"ObjectName"`
}

UploadOSSParam is a nested struct in dms_enterprise response

type User ¶ added in v1.61.13

type User struct {
	Uid              string                `json:"Uid" xml:"Uid"`
	Email            string                `json:"Email" xml:"Email"`
	CurResultCount   int64                 `json:"CurResultCount" xml:"CurResultCount"`
	NotificationMode string                `json:"NotificationMode" xml:"NotificationMode"`
	MaxExecuteCount  int64                 `json:"MaxExecuteCount" xml:"MaxExecuteCount"`
	LastLoginTime    string                `json:"LastLoginTime" xml:"LastLoginTime"`
	State            string                `json:"State" xml:"State"`
	Mobile           string                `json:"Mobile" xml:"Mobile"`
	CurExecuteCount  int64                 `json:"CurExecuteCount" xml:"CurExecuteCount"`
	UserId           string                `json:"UserId" xml:"UserId"`
	ParentUid        int64                 `json:"ParentUid" xml:"ParentUid"`
	SignatureMethod  string                `json:"SignatureMethod" xml:"SignatureMethod"`
	NickName         string                `json:"NickName" xml:"NickName"`
	DingRobot        string                `json:"DingRobot" xml:"DingRobot"`
	MaxResultCount   int64                 `json:"MaxResultCount" xml:"MaxResultCount"`
	Webhook          string                `json:"Webhook" xml:"Webhook"`
	RoleNameList     RoleNameListInGetUser `json:"RoleNameList" xml:"RoleNameList"`
	RoleIdList       RoleIdListInGetUser   `json:"RoleIdList" xml:"RoleIdList"`
}

User is a nested struct in dms_enterprise response

type UserInListUsers ¶ added in v1.61.851

type UserInListUsers struct {
	State            string                  `json:"State" xml:"State"`
	CurResultCount   int64                   `json:"CurResultCount" xml:"CurResultCount"`
	UserId           string                  `json:"UserId" xml:"UserId"`
	LastLoginTime    string                  `json:"LastLoginTime" xml:"LastLoginTime"`
	MaxResultCount   int64                   `json:"MaxResultCount" xml:"MaxResultCount"`
	ParentUid        string                  `json:"ParentUid" xml:"ParentUid"`
	NickName         string                  `json:"NickName" xml:"NickName"`
	MaxExecuteCount  int64                   `json:"MaxExecuteCount" xml:"MaxExecuteCount"`
	CurExecuteCount  int64                   `json:"CurExecuteCount" xml:"CurExecuteCount"`
	Mobile           string                  `json:"Mobile" xml:"Mobile"`
	Uid              string                  `json:"Uid" xml:"Uid"`
	Email            string                  `json:"Email" xml:"Email"`
	DingRobot        string                  `json:"DingRobot" xml:"DingRobot"`
	Webhook          string                  `json:"Webhook" xml:"Webhook"`
	SignatureMethod  string                  `json:"SignatureMethod" xml:"SignatureMethod"`
	NotificationMode string                  `json:"NotificationMode" xml:"NotificationMode"`
	RoleIdList       RoleIdListInListUsers   `json:"RoleIdList" xml:"RoleIdList"`
	RoleNameList     RoleNameListInListUsers `json:"RoleNameList" xml:"RoleNameList"`
}

UserInListUsers is a nested struct in dms_enterprise response

type UserList ¶ added in v1.61.13

type UserList struct {
	User []UserInListUsers `json:"User" xml:"User"`
}

UserList is a nested struct in dms_enterprise response

type UserPermission ¶ added in v1.61.13

type UserPermission struct {
	Logic        bool                                    `json:"Logic" xml:"Logic"`
	SchemaName   string                                  `json:"SchemaName" xml:"SchemaName"`
	TableName    string                                  `json:"TableName" xml:"TableName"`
	TableId      string                                  `json:"TableId" xml:"TableId"`
	Port         int64                                   `json:"Port" xml:"Port"`
	UserNickName string                                  `json:"UserNickName" xml:"UserNickName"`
	DbType       string                                  `json:"DbType" xml:"DbType"`
	Host         string                                  `json:"Host" xml:"Host"`
	ColumnName   string                                  `json:"ColumnName" xml:"ColumnName"`
	EnvType      string                                  `json:"EnvType" xml:"EnvType"`
	SearchName   string                                  `json:"SearchName" xml:"SearchName"`
	UserId       string                                  `json:"UserId" xml:"UserId"`
	InstanceId   string                                  `json:"InstanceId" xml:"InstanceId"`
	Alias        string                                  `json:"Alias" xml:"Alias"`
	DsType       string                                  `json:"DsType" xml:"DsType"`
	DbId         string                                  `json:"DbId" xml:"DbId"`
	PermDetails  PermDetailsInListDatabaseUserPermssions `json:"PermDetails" xml:"PermDetails"`
}

UserPermission is a nested struct in dms_enterprise response

type UserPermissionsInListDatabaseUserPermssions ¶ added in v1.61.13

type UserPermissionsInListDatabaseUserPermssions struct {
	UserPermission []UserPermission `json:"UserPermission" xml:"UserPermission"`
}

UserPermissionsInListDatabaseUserPermssions is a nested struct in dms_enterprise response

type UserPermissionsInListInstanceUserPermissions ¶ added in v1.61.1302

type UserPermissionsInListInstanceUserPermissions struct {
	UserPermission []UserPermission `json:"UserPermission" xml:"UserPermission"`
}

UserPermissionsInListInstanceUserPermissions is a nested struct in dms_enterprise response

type UserPermissionsInListUserPermissions ¶ added in v1.61.13

type UserPermissionsInListUserPermissions struct {
	UserPermission []UserPermission `json:"UserPermission" xml:"UserPermission"`
}

UserPermissionsInListUserPermissions is a nested struct in dms_enterprise response

type Variables ¶ added in v1.62.345

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

Variables is a nested struct in dms_enterprise response

type WorkFlowTemplate ¶ added in v1.61.13

type WorkFlowTemplate struct {
	IsSystem      int                                  `json:"IsSystem" xml:"IsSystem"`
	Comment       string                               `json:"Comment" xml:"Comment"`
	Enabled       string                               `json:"Enabled" xml:"Enabled"`
	TemplateName  string                               `json:"TemplateName" xml:"TemplateName"`
	TemplateId    int64                                `json:"TemplateId" xml:"TemplateId"`
	CreateUserId  int64                                `json:"CreateUserId" xml:"CreateUserId"`
	WorkflowNodes WorkflowNodesInListWorkFlowTemplates `json:"WorkflowNodes" xml:"WorkflowNodes"`
}

WorkFlowTemplate is a nested struct in dms_enterprise response

type WorkFlowTemplates ¶ added in v1.61.13

type WorkFlowTemplates struct {
	WorkFlowTemplate []WorkFlowTemplate `json:"WorkFlowTemplate" xml:"WorkFlowTemplate"`
}

WorkFlowTemplates is a nested struct in dms_enterprise response

type WorkflowDetail ¶ added in v1.62.568

type WorkflowDetail struct {
	WfCateName       string           `json:"WfCateName" xml:"WfCateName"`
	Comment          string           `json:"Comment" xml:"Comment"`
	WorkflowNodeList WorkflowNodeList `json:"WorkflowNodeList" xml:"WorkflowNodeList"`
}

WorkflowDetail is a nested struct in dms_enterprise response

type WorkflowNode ¶ added in v1.61.13

type WorkflowNode struct {
	TemplateId         int64           `json:"TemplateId" xml:"TemplateId"`
	CreateUserId       int64           `json:"CreateUserId" xml:"CreateUserId"`
	CreateUserNickName string          `json:"CreateUserNickName" xml:"CreateUserNickName"`
	Comment            string          `json:"Comment" xml:"Comment"`
	OperateTime        string          `json:"OperateTime" xml:"OperateTime"`
	NodeName           string          `json:"NodeName" xml:"NodeName"`
	NodeId             int64           `json:"NodeId" xml:"NodeId"`
	OperateComment     string          `json:"OperateComment" xml:"OperateComment"`
	OperatorId         int64           `json:"OperatorId" xml:"OperatorId"`
	Position           int             `json:"Position" xml:"Position"`
	NodeType           string          `json:"NodeType" xml:"NodeType"`
	WorkflowInsCode    string          `json:"WorkflowInsCode" xml:"WorkflowInsCode"`
	AuditUserIdList    AuditUserIdList `json:"AuditUserIdList" xml:"AuditUserIdList"`
	AuditUsers         AuditUsers      `json:"AuditUsers" xml:"AuditUsers"`
	AuditUserList      AuditUserList   `json:"AuditUserList" xml:"AuditUserList"`
}

WorkflowNode is a nested struct in dms_enterprise response

type WorkflowNodeList ¶ added in v1.62.568

type WorkflowNodeList struct {
	WorkflowNode []WorkflowNode `json:"WorkflowNode" xml:"WorkflowNode"`
}

WorkflowNodeList is a nested struct in dms_enterprise response

type WorkflowNodesInGetApprovalDetail ¶ added in v1.61.13

type WorkflowNodesInGetApprovalDetail struct {
	WorkflowNode []WorkflowNode `json:"WorkflowNode" xml:"WorkflowNode"`
}

WorkflowNodesInGetApprovalDetail is a nested struct in dms_enterprise response

type WorkflowNodesInListWorkFlowNodes ¶ added in v1.61.13

type WorkflowNodesInListWorkFlowNodes struct {
	WorkflowNode []WorkflowNode `json:"WorkflowNode" xml:"WorkflowNode"`
}

WorkflowNodesInListWorkFlowNodes is a nested struct in dms_enterprise response

type WorkflowNodesInListWorkFlowTemplates ¶ added in v1.61.13

type WorkflowNodesInListWorkFlowTemplates struct {
	WorkflowNode []WorkflowNode `json:"WorkflowNode" xml:"WorkflowNode"`
}

WorkflowNodesInListWorkFlowTemplates is a nested struct in dms_enterprise response

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL