spark

package
v1.0.73 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package sparkiface provides an interface to enable mocking the SPARK service client for testing your code.

It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.

Index

Constants

View Source
const (
	// EnumOfApplicationTypeForcreateApplicationInputSparkBatchJar is a EnumOfApplicationTypeForcreateApplicationInput enum value
	EnumOfApplicationTypeForcreateApplicationInputSparkBatchJar = "SPARK_BATCH_JAR"

	// EnumOfApplicationTypeForcreateApplicationInputSparkBatchSql is a EnumOfApplicationTypeForcreateApplicationInput enum value
	EnumOfApplicationTypeForcreateApplicationInputSparkBatchSql = "SPARK_BATCH_SQL"

	// EnumOfApplicationTypeForcreateApplicationInputSparkBatchPython is a EnumOfApplicationTypeForcreateApplicationInput enum value
	EnumOfApplicationTypeForcreateApplicationInputSparkBatchPython = "SPARK_BATCH_PYTHON"
)
View Source
const (
	// EnumOfEngineVersionForcreateApplicationInputSparkVersion301Os is a EnumOfEngineVersionForcreateApplicationInput enum value
	EnumOfEngineVersionForcreateApplicationInputSparkVersion301Os = "SPARK_VERSION_3_0_1_OS"

	// EnumOfEngineVersionForcreateApplicationInputSparkVersion322 is a EnumOfEngineVersionForcreateApplicationInput enum value
	EnumOfEngineVersionForcreateApplicationInputSparkVersion322 = "SPARK_VERSION_3_2_2"
)
View Source
const (
	// EnumOfJobTypeFordescribeApplicationInstanceInputFlinkStreamingJar is a EnumOfJobTypeFordescribeApplicationInstanceInput enum value
	EnumOfJobTypeFordescribeApplicationInstanceInputFlinkStreamingJar = "FLINK_STREAMING_JAR"

	// EnumOfJobTypeFordescribeApplicationInstanceInputFlinkStreamingSql is a EnumOfJobTypeFordescribeApplicationInstanceInput enum value
	EnumOfJobTypeFordescribeApplicationInstanceInputFlinkStreamingSql = "FLINK_STREAMING_SQL"

	// EnumOfJobTypeFordescribeApplicationInstanceInputSparkBatchJar is a EnumOfJobTypeFordescribeApplicationInstanceInput enum value
	EnumOfJobTypeFordescribeApplicationInstanceInputSparkBatchJar = "SPARK_BATCH_JAR"

	// EnumOfJobTypeFordescribeApplicationInstanceInputSparkBatchSql is a EnumOfJobTypeFordescribeApplicationInstanceInput enum value
	EnumOfJobTypeFordescribeApplicationInstanceInputSparkBatchSql = "SPARK_BATCH_SQL"

	// EnumOfJobTypeFordescribeApplicationInstanceInputFlinkBatchSql is a EnumOfJobTypeFordescribeApplicationInstanceInput enum value
	EnumOfJobTypeFordescribeApplicationInstanceInputFlinkBatchSql = "FLINK_BATCH_SQL"

	// EnumOfJobTypeFordescribeApplicationInstanceInputRayJob is a EnumOfJobTypeFordescribeApplicationInstanceInput enum value
	EnumOfJobTypeFordescribeApplicationInstanceInputRayJob = "RAY_JOB"

	// EnumOfJobTypeFordescribeApplicationInstanceInputFlinkBatchJar is a EnumOfJobTypeFordescribeApplicationInstanceInput enum value
	EnumOfJobTypeFordescribeApplicationInstanceInputFlinkBatchJar = "FLINK_BATCH_JAR"

	// EnumOfJobTypeFordescribeApplicationInstanceInputPrimusStreamingJob is a EnumOfJobTypeFordescribeApplicationInstanceInput enum value
	EnumOfJobTypeFordescribeApplicationInstanceInputPrimusStreamingJob = "PRIMUS_STREAMING_JOB"

	// EnumOfJobTypeFordescribeApplicationInstanceInputJupyterNotebook is a EnumOfJobTypeFordescribeApplicationInstanceInput enum value
	EnumOfJobTypeFordescribeApplicationInstanceInputJupyterNotebook = "JUPYTER_NOTEBOOK"

	// EnumOfJobTypeFordescribeApplicationInstanceInputSparkBatchPython is a EnumOfJobTypeFordescribeApplicationInstanceInput enum value
	EnumOfJobTypeFordescribeApplicationInstanceInputSparkBatchPython = "SPARK_BATCH_PYTHON"

	// EnumOfJobTypeFordescribeApplicationInstanceInputSyncStreaming is a EnumOfJobTypeFordescribeApplicationInstanceInput enum value
	EnumOfJobTypeFordescribeApplicationInstanceInputSyncStreaming = "SYNC_STREAMING"

	// EnumOfJobTypeFordescribeApplicationInstanceInputSyncBatch is a EnumOfJobTypeFordescribeApplicationInstanceInput enum value
	EnumOfJobTypeFordescribeApplicationInstanceInputSyncBatch = "SYNC_BATCH"
)
View Source
const (
	// EnumOfStateForgetApplicationInputDeployed is a EnumOfStateForgetApplicationInput enum value
	EnumOfStateForgetApplicationInputDeployed = "DEPLOYED"

	// EnumOfStateForgetApplicationInputCreated is a EnumOfStateForgetApplicationInput enum value
	EnumOfStateForgetApplicationInputCreated = "CREATED"

	// EnumOfStateForgetApplicationInputStarting is a EnumOfStateForgetApplicationInput enum value
	EnumOfStateForgetApplicationInputStarting = "STARTING"

	// EnumOfStateForgetApplicationInputRunning is a EnumOfStateForgetApplicationInput enum value
	EnumOfStateForgetApplicationInputRunning = "RUNNING"

	// EnumOfStateForgetApplicationInputFailed is a EnumOfStateForgetApplicationInput enum value
	EnumOfStateForgetApplicationInputFailed = "FAILED"

	// EnumOfStateForgetApplicationInputCancelling is a EnumOfStateForgetApplicationInput enum value
	EnumOfStateForgetApplicationInputCancelling = "CANCELLING"

	// EnumOfStateForgetApplicationInputSucceeded is a EnumOfStateForgetApplicationInput enum value
	EnumOfStateForgetApplicationInputSucceeded = "SUCCEEDED"

	// EnumOfStateForgetApplicationInputStopped is a EnumOfStateForgetApplicationInput enum value
	EnumOfStateForgetApplicationInputStopped = "STOPPED"

	// EnumOfStateForgetApplicationInputUnknown is a EnumOfStateForgetApplicationInput enum value
	EnumOfStateForgetApplicationInputUnknown = "UNKNOWN"
)
View Source
const (
	// EnumOfEngineVersionForlistApplicationInstanceInputFlinkVersion111 is a EnumOfEngineVersionForlistApplicationInstanceInput enum value
	EnumOfEngineVersionForlistApplicationInstanceInputFlinkVersion111 = "FLINK_VERSION_1_11"

	// EnumOfEngineVersionForlistApplicationInstanceInputFlinkVersion112 is a EnumOfEngineVersionForlistApplicationInstanceInput enum value
	EnumOfEngineVersionForlistApplicationInstanceInputFlinkVersion112 = "FLINK_VERSION_1_12"

	// EnumOfEngineVersionForlistApplicationInstanceInputFlinkVersion116 is a EnumOfEngineVersionForlistApplicationInstanceInput enum value
	EnumOfEngineVersionForlistApplicationInstanceInputFlinkVersion116 = "FLINK_VERSION_1_16"

	// EnumOfEngineVersionForlistApplicationInstanceInputSparkVersion301Os is a EnumOfEngineVersionForlistApplicationInstanceInput enum value
	EnumOfEngineVersionForlistApplicationInstanceInputSparkVersion301Os = "SPARK_VERSION_3_0_1_OS"

	// EnumOfEngineVersionForlistApplicationInstanceInputSparkVersion322 is a EnumOfEngineVersionForlistApplicationInstanceInput enum value
	EnumOfEngineVersionForlistApplicationInstanceInputSparkVersion322 = "SPARK_VERSION_3_2_2"

	// EnumOfEngineVersionForlistApplicationInstanceInputRayVersion113 is a EnumOfEngineVersionForlistApplicationInstanceInput enum value
	EnumOfEngineVersionForlistApplicationInstanceInputRayVersion113 = "RAY_VERSION_1_13"

	// EnumOfEngineVersionForlistApplicationInstanceInputPrimusVersion113 is a EnumOfEngineVersionForlistApplicationInstanceInput enum value
	EnumOfEngineVersionForlistApplicationInstanceInputPrimusVersion113 = "PRIMUS_VERSION_1_13"

	// EnumOfEngineVersionForlistApplicationInstanceInputUnknown is a EnumOfEngineVersionForlistApplicationInstanceInput enum value
	EnumOfEngineVersionForlistApplicationInstanceInputUnknown = "UNKNOWN"
)
View Source
const (
	// EnumOfStateForlistApplicationInstanceInputDeployed is a EnumOfStateForlistApplicationInstanceInput enum value
	EnumOfStateForlistApplicationInstanceInputDeployed = "DEPLOYED"

	// EnumOfStateForlistApplicationInstanceInputCreated is a EnumOfStateForlistApplicationInstanceInput enum value
	EnumOfStateForlistApplicationInstanceInputCreated = "CREATED"

	// EnumOfStateForlistApplicationInstanceInputStarting is a EnumOfStateForlistApplicationInstanceInput enum value
	EnumOfStateForlistApplicationInstanceInputStarting = "STARTING"

	// EnumOfStateForlistApplicationInstanceInputRunning is a EnumOfStateForlistApplicationInstanceInput enum value
	EnumOfStateForlistApplicationInstanceInputRunning = "RUNNING"

	// EnumOfStateForlistApplicationInstanceInputFailed is a EnumOfStateForlistApplicationInstanceInput enum value
	EnumOfStateForlistApplicationInstanceInputFailed = "FAILED"

	// EnumOfStateForlistApplicationInstanceInputCancelling is a EnumOfStateForlistApplicationInstanceInput enum value
	EnumOfStateForlistApplicationInstanceInputCancelling = "CANCELLING"

	// EnumOfStateForlistApplicationInstanceInputSucceeded is a EnumOfStateForlistApplicationInstanceInput enum value
	EnumOfStateForlistApplicationInstanceInputSucceeded = "SUCCEEDED"

	// EnumOfStateForlistApplicationInstanceInputStopped is a EnumOfStateForlistApplicationInstanceInput enum value
	EnumOfStateForlistApplicationInstanceInputStopped = "STOPPED"

	// EnumOfStateForlistApplicationInstanceInputUnknown is a EnumOfStateForlistApplicationInstanceInput enum value
	EnumOfStateForlistApplicationInstanceInputUnknown = "UNKNOWN"
)
View Source
const (
	// EnumOfJobTypeForstopApplicationInputFlinkStreamingJar is a EnumOfJobTypeForstopApplicationInput enum value
	EnumOfJobTypeForstopApplicationInputFlinkStreamingJar = "FLINK_STREAMING_JAR"

	// EnumOfJobTypeForstopApplicationInputFlinkStreamingSql is a EnumOfJobTypeForstopApplicationInput enum value
	EnumOfJobTypeForstopApplicationInputFlinkStreamingSql = "FLINK_STREAMING_SQL"

	// EnumOfJobTypeForstopApplicationInputSparkBatchJar is a EnumOfJobTypeForstopApplicationInput enum value
	EnumOfJobTypeForstopApplicationInputSparkBatchJar = "SPARK_BATCH_JAR"

	// EnumOfJobTypeForstopApplicationInputSparkBatchSql is a EnumOfJobTypeForstopApplicationInput enum value
	EnumOfJobTypeForstopApplicationInputSparkBatchSql = "SPARK_BATCH_SQL"

	// EnumOfJobTypeForstopApplicationInputFlinkBatchSql is a EnumOfJobTypeForstopApplicationInput enum value
	EnumOfJobTypeForstopApplicationInputFlinkBatchSql = "FLINK_BATCH_SQL"

	// EnumOfJobTypeForstopApplicationInputRayJob is a EnumOfJobTypeForstopApplicationInput enum value
	EnumOfJobTypeForstopApplicationInputRayJob = "RAY_JOB"

	// EnumOfJobTypeForstopApplicationInputFlinkBatchJar is a EnumOfJobTypeForstopApplicationInput enum value
	EnumOfJobTypeForstopApplicationInputFlinkBatchJar = "FLINK_BATCH_JAR"

	// EnumOfJobTypeForstopApplicationInputPrimusStreamingJob is a EnumOfJobTypeForstopApplicationInput enum value
	EnumOfJobTypeForstopApplicationInputPrimusStreamingJob = "PRIMUS_STREAMING_JOB"

	// EnumOfJobTypeForstopApplicationInputJupyterNotebook is a EnumOfJobTypeForstopApplicationInput enum value
	EnumOfJobTypeForstopApplicationInputJupyterNotebook = "JUPYTER_NOTEBOOK"

	// EnumOfJobTypeForstopApplicationInputSparkBatchPython is a EnumOfJobTypeForstopApplicationInput enum value
	EnumOfJobTypeForstopApplicationInputSparkBatchPython = "SPARK_BATCH_PYTHON"

	// EnumOfJobTypeForstopApplicationInputSyncStreaming is a EnumOfJobTypeForstopApplicationInput enum value
	EnumOfJobTypeForstopApplicationInputSyncStreaming = "SYNC_STREAMING"

	// EnumOfJobTypeForstopApplicationInputSyncBatch is a EnumOfJobTypeForstopApplicationInput enum value
	EnumOfJobTypeForstopApplicationInputSyncBatch = "SYNC_BATCH"
)
View Source
const (
	// EnumOfEngineVersionForupdateApplicationInputSparkVersion301Os is a EnumOfEngineVersionForupdateApplicationInput enum value
	EnumOfEngineVersionForupdateApplicationInputSparkVersion301Os = "SPARK_VERSION_3_0_1_OS"

	// EnumOfEngineVersionForupdateApplicationInputSparkVersion322 is a EnumOfEngineVersionForupdateApplicationInput enum value
	EnumOfEngineVersionForupdateApplicationInputSparkVersion322 = "SPARK_VERSION_3_2_2"
)
View Source
const (
	// EnumOfAuthorityTypeForupdateProjectInputPublic is a EnumOfAuthorityTypeForupdateProjectInput enum value
	EnumOfAuthorityTypeForupdateProjectInputPublic = "PUBLIC"

	// EnumOfAuthorityTypeForupdateProjectInputPrivate is a EnumOfAuthorityTypeForupdateProjectInput enum value
	EnumOfAuthorityTypeForupdateProjectInputPrivate = "PRIVATE"
)
View Source
const (
	// EnumOfProjectTypeForupdateProjectInputDefault is a EnumOfProjectTypeForupdateProjectInput enum value
	EnumOfProjectTypeForupdateProjectInputDefault = "DEFAULT"

	// EnumOfProjectTypeForupdateProjectInputBmq is a EnumOfProjectTypeForupdateProjectInput enum value
	EnumOfProjectTypeForupdateProjectInputBmq = "BMQ"

	// EnumOfProjectTypeForupdateProjectInputFlink is a EnumOfProjectTypeForupdateProjectInput enum value
	EnumOfProjectTypeForupdateProjectInputFlink = "FLINK"

	// EnumOfProjectTypeForupdateProjectInputSpark is a EnumOfProjectTypeForupdateProjectInput enum value
	EnumOfProjectTypeForupdateProjectInputSpark = "SPARK"

	// EnumOfProjectTypeForupdateProjectInputCfs is a EnumOfProjectTypeForupdateProjectInput enum value
	EnumOfProjectTypeForupdateProjectInputCfs = "CFS"

	// EnumOfProjectTypeForupdateProjectInputEscloud is a EnumOfProjectTypeForupdateProjectInput enum value
	EnumOfProjectTypeForupdateProjectInputEscloud = "ESCLOUD"
)
View Source
const (
	ServiceName = "spark"     // Name of service.
	EndpointsID = ServiceName // ID to lookup a service endpoint with.
	ServiceID   = "spark"     // ServiceID is a unique identifer of a specific service.
)

Service information constants

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateApplicationInput

type CreateApplicationInput struct {
	AccountId *string `type:"string"`

	ApplicationName *string `type:"string"`

	ApplicationType *string `type:"string" enum:"EnumOfApplicationTypeForcreateApplicationInput"`

	Args *string `type:"string"`

	Conf map[string]*string `type:"map"`

	Dependency *DependencyForcreateApplicationInput `type:"structure"`

	DeployRequest *DeployRequestForcreateApplicationInput `type:"structure"`

	EngineVersion *string `type:"string" enum:"EnumOfEngineVersionForcreateApplicationInput"`

	Id *int64 `type:"int64"`

	Image *string `type:"string"`

	Jar *string `type:"string"`

	MainClass *string `type:"string"`

	ProjectId *string `type:"string"`

	SqlText *string `type:"string"`

	UniqueKey *string `type:"string"`

	UserId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateApplicationInput) GoString

func (s CreateApplicationInput) GoString() string

GoString returns the string representation

func (*CreateApplicationInput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*CreateApplicationInput) SetApplicationName

func (s *CreateApplicationInput) SetApplicationName(v string) *CreateApplicationInput

SetApplicationName sets the ApplicationName field's value.

func (*CreateApplicationInput) SetApplicationType

func (s *CreateApplicationInput) SetApplicationType(v string) *CreateApplicationInput

SetApplicationType sets the ApplicationType field's value.

func (*CreateApplicationInput) SetArgs

SetArgs sets the Args field's value.

func (*CreateApplicationInput) SetConf

SetConf sets the Conf field's value.

func (*CreateApplicationInput) SetDependency

SetDependency sets the Dependency field's value.

func (*CreateApplicationInput) SetDeployRequest

SetDeployRequest sets the DeployRequest field's value.

func (*CreateApplicationInput) SetEngineVersion

func (s *CreateApplicationInput) SetEngineVersion(v string) *CreateApplicationInput

SetEngineVersion sets the EngineVersion field's value.

func (*CreateApplicationInput) SetId

SetId sets the Id field's value.

func (*CreateApplicationInput) SetImage

SetImage sets the Image field's value.

func (*CreateApplicationInput) SetJar

SetJar sets the Jar field's value.

func (*CreateApplicationInput) SetMainClass

SetMainClass sets the MainClass field's value.

func (*CreateApplicationInput) SetProjectId

SetProjectId sets the ProjectId field's value.

func (*CreateApplicationInput) SetSqlText

SetSqlText sets the SqlText field's value.

func (*CreateApplicationInput) SetUniqueKey

SetUniqueKey sets the UniqueKey field's value.

func (*CreateApplicationInput) SetUserId

SetUserId sets the UserId field's value.

func (CreateApplicationInput) String

func (s CreateApplicationInput) String() string

String returns the string representation

type CreateApplicationOutput

type CreateApplicationOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (CreateApplicationOutput) GoString

func (s CreateApplicationOutput) GoString() string

GoString returns the string representation

func (CreateApplicationOutput) String

func (s CreateApplicationOutput) String() string

String returns the string representation

type CreateProjectInput

type CreateProjectInput struct {
	AuthorityType *string `type:"string"`

	Description *string `type:"string"`

	OwnerAccountId *string `type:"string"`

	OwnerId *string `type:"string"`

	ProjectId *string `type:"string"`

	ProjectName *string `type:"string"`

	ProjectType *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateProjectInput) GoString

func (s CreateProjectInput) GoString() string

GoString returns the string representation

func (*CreateProjectInput) SetAuthorityType

func (s *CreateProjectInput) SetAuthorityType(v string) *CreateProjectInput

SetAuthorityType sets the AuthorityType field's value.

func (*CreateProjectInput) SetDescription

func (s *CreateProjectInput) SetDescription(v string) *CreateProjectInput

SetDescription sets the Description field's value.

func (*CreateProjectInput) SetOwnerAccountId

func (s *CreateProjectInput) SetOwnerAccountId(v string) *CreateProjectInput

SetOwnerAccountId sets the OwnerAccountId field's value.

func (*CreateProjectInput) SetOwnerId

func (s *CreateProjectInput) SetOwnerId(v string) *CreateProjectInput

SetOwnerId sets the OwnerId field's value.

func (*CreateProjectInput) SetProjectId

func (s *CreateProjectInput) SetProjectId(v string) *CreateProjectInput

SetProjectId sets the ProjectId field's value.

func (*CreateProjectInput) SetProjectName

func (s *CreateProjectInput) SetProjectName(v string) *CreateProjectInput

SetProjectName sets the ProjectName field's value.

func (*CreateProjectInput) SetProjectType

func (s *CreateProjectInput) SetProjectType(v string) *CreateProjectInput

SetProjectType sets the ProjectType field's value.

func (CreateProjectInput) String

func (s CreateProjectInput) String() string

String returns the string representation

type CreateProjectOutput

type CreateProjectOutput struct {
	Metadata *response.ResponseMetadata

	AuthorityType *string `type:"string"`

	CreateDate *string `type:"string"`

	DatabaseName *string `type:"string"`

	Description *string `type:"string"`

	OwnerId *string `type:"string"`

	OwnerName *string `type:"string"`

	ProjectId *string `type:"string"`

	ProjectName *string `type:"string"`

	Region *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateProjectOutput) GoString

func (s CreateProjectOutput) GoString() string

GoString returns the string representation

func (*CreateProjectOutput) SetAuthorityType

func (s *CreateProjectOutput) SetAuthorityType(v string) *CreateProjectOutput

SetAuthorityType sets the AuthorityType field's value.

func (*CreateProjectOutput) SetCreateDate

func (s *CreateProjectOutput) SetCreateDate(v string) *CreateProjectOutput

SetCreateDate sets the CreateDate field's value.

func (*CreateProjectOutput) SetDatabaseName

func (s *CreateProjectOutput) SetDatabaseName(v string) *CreateProjectOutput

SetDatabaseName sets the DatabaseName field's value.

func (*CreateProjectOutput) SetDescription

func (s *CreateProjectOutput) SetDescription(v string) *CreateProjectOutput

SetDescription sets the Description field's value.

func (*CreateProjectOutput) SetOwnerId

SetOwnerId sets the OwnerId field's value.

func (*CreateProjectOutput) SetOwnerName

func (s *CreateProjectOutput) SetOwnerName(v string) *CreateProjectOutput

SetOwnerName sets the OwnerName field's value.

func (*CreateProjectOutput) SetProjectId

func (s *CreateProjectOutput) SetProjectId(v string) *CreateProjectOutput

SetProjectId sets the ProjectId field's value.

func (*CreateProjectOutput) SetProjectName

func (s *CreateProjectOutput) SetProjectName(v string) *CreateProjectOutput

SetProjectName sets the ProjectName field's value.

func (*CreateProjectOutput) SetRegion

SetRegion sets the Region field's value.

func (CreateProjectOutput) String

func (s CreateProjectOutput) String() string

String returns the string representation

type CreateResourcePoolOneStepInput

type CreateResourcePoolOneStepInput struct {

	// BillingType is a required field
	BillingType *string `type:"string" required:"true"`

	// Name is a required field
	Name *string `max:"30" type:"string" required:"true"`

	// ProjectId is a required field
	ProjectId *string `type:"string" required:"true"`

	Resources []*ResourceForcreateResourcePoolOneStepInput `type:"list"`

	SecurityGroupIdList []*string `type:"list"`

	SubnetIdList []*string `type:"list"`

	// VpcId is a required field
	VpcId *string `type:"string" required:"true"`

	// ZoneId is a required field
	ZoneId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateResourcePoolOneStepInput) GoString

GoString returns the string representation

func (*CreateResourcePoolOneStepInput) SetBillingType

SetBillingType sets the BillingType field's value.

func (*CreateResourcePoolOneStepInput) SetName

SetName sets the Name field's value.

func (*CreateResourcePoolOneStepInput) SetProjectId

SetProjectId sets the ProjectId field's value.

func (*CreateResourcePoolOneStepInput) SetResources

SetResources sets the Resources field's value.

func (*CreateResourcePoolOneStepInput) SetSecurityGroupIdList

func (s *CreateResourcePoolOneStepInput) SetSecurityGroupIdList(v []*string) *CreateResourcePoolOneStepInput

SetSecurityGroupIdList sets the SecurityGroupIdList field's value.

func (*CreateResourcePoolOneStepInput) SetSubnetIdList

SetSubnetIdList sets the SubnetIdList field's value.

func (*CreateResourcePoolOneStepInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*CreateResourcePoolOneStepInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (CreateResourcePoolOneStepInput) String

String returns the string representation

func (*CreateResourcePoolOneStepInput) Validate

func (s *CreateResourcePoolOneStepInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateResourcePoolOneStepOutput

type CreateResourcePoolOneStepOutput struct {
	Metadata *response.ResponseMetadata

	ResourcePoolTrn *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateResourcePoolOneStepOutput) GoString

GoString returns the string representation

func (*CreateResourcePoolOneStepOutput) SetResourcePoolTrn

SetResourcePoolTrn sets the ResourcePoolTrn field's value.

func (CreateResourcePoolOneStepOutput) String

String returns the string representation

type DataListForlistApplicationHistoryOutput

type DataListForlistApplicationHistoryOutput struct {
	AppCreateTime *string `type:"string"`

	AppFinishTime *string `type:"string"`

	AppStartTime *string `type:"string"`

	ResourceMeterage *ResourceMeterageForlistApplicationHistoryOutput `type:"structure"`

	RetryCount *int32 `type:"int32"`

	State *string `type:"string"`
	// contains filtered or unexported fields
}

func (DataListForlistApplicationHistoryOutput) GoString

GoString returns the string representation

func (*DataListForlistApplicationHistoryOutput) SetAppCreateTime

SetAppCreateTime sets the AppCreateTime field's value.

func (*DataListForlistApplicationHistoryOutput) SetAppFinishTime

SetAppFinishTime sets the AppFinishTime field's value.

func (*DataListForlistApplicationHistoryOutput) SetAppStartTime

SetAppStartTime sets the AppStartTime field's value.

func (*DataListForlistApplicationHistoryOutput) SetResourceMeterage

SetResourceMeterage sets the ResourceMeterage field's value.

func (*DataListForlistApplicationHistoryOutput) SetRetryCount

SetRetryCount sets the RetryCount field's value.

func (*DataListForlistApplicationHistoryOutput) SetState

SetState sets the State field's value.

func (DataListForlistApplicationHistoryOutput) String

String returns the string representation

type DataListForlistOutput

type DataListForlistOutput struct {
	BillingType *string `type:"string"`

	CreateTime *string `type:"string"`

	Name *string `type:"string"`

	ProjectId *string `type:"string"`

	RegionId *string `type:"string"`

	ResourcePoolTrn *string `type:"string"`

	Status *string `type:"string"`

	StatusMessage *string `type:"string"`

	UpdateTime *string `type:"string"`

	ZoneId *string `type:"string"`
	// contains filtered or unexported fields
}

func (DataListForlistOutput) GoString

func (s DataListForlistOutput) GoString() string

GoString returns the string representation

func (*DataListForlistOutput) SetBillingType

func (s *DataListForlistOutput) SetBillingType(v string) *DataListForlistOutput

SetBillingType sets the BillingType field's value.

func (*DataListForlistOutput) SetCreateTime

func (s *DataListForlistOutput) SetCreateTime(v string) *DataListForlistOutput

SetCreateTime sets the CreateTime field's value.

func (*DataListForlistOutput) SetName

SetName sets the Name field's value.

func (*DataListForlistOutput) SetProjectId

SetProjectId sets the ProjectId field's value.

func (*DataListForlistOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*DataListForlistOutput) SetResourcePoolTrn

func (s *DataListForlistOutput) SetResourcePoolTrn(v string) *DataListForlistOutput

SetResourcePoolTrn sets the ResourcePoolTrn field's value.

func (*DataListForlistOutput) SetStatus

SetStatus sets the Status field's value.

func (*DataListForlistOutput) SetStatusMessage

func (s *DataListForlistOutput) SetStatusMessage(v string) *DataListForlistOutput

SetStatusMessage sets the StatusMessage field's value.

func (*DataListForlistOutput) SetUpdateTime

func (s *DataListForlistOutput) SetUpdateTime(v string) *DataListForlistOutput

SetUpdateTime sets the UpdateTime field's value.

func (*DataListForlistOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (DataListForlistOutput) String

func (s DataListForlistOutput) String() string

String returns the string representation

type DeleteApplicationInput

type DeleteApplicationInput struct {
	ApplicationTrn *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeleteApplicationInput) GoString

func (s DeleteApplicationInput) GoString() string

GoString returns the string representation

func (*DeleteApplicationInput) SetApplicationTrn

func (s *DeleteApplicationInput) SetApplicationTrn(v string) *DeleteApplicationInput

SetApplicationTrn sets the ApplicationTrn field's value.

func (DeleteApplicationInput) String

func (s DeleteApplicationInput) String() string

String returns the string representation

type DeleteApplicationOutput

type DeleteApplicationOutput struct {
	Metadata *response.ResponseMetadata

	Message *string `type:"string"`

	Status *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeleteApplicationOutput) GoString

func (s DeleteApplicationOutput) GoString() string

GoString returns the string representation

func (*DeleteApplicationOutput) SetMessage

SetMessage sets the Message field's value.

func (*DeleteApplicationOutput) SetStatus

SetStatus sets the Status field's value.

func (DeleteApplicationOutput) String

func (s DeleteApplicationOutput) String() string

String returns the string representation

type DeleteInput

type DeleteInput struct {
	ResourcePoolTrn *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeleteInput) GoString

func (s DeleteInput) GoString() string

GoString returns the string representation

func (*DeleteInput) SetResourcePoolTrn

func (s *DeleteInput) SetResourcePoolTrn(v string) *DeleteInput

SetResourcePoolTrn sets the ResourcePoolTrn field's value.

func (DeleteInput) String

func (s DeleteInput) String() string

String returns the string representation

type DeleteOutput

type DeleteOutput struct {
	Metadata *response.ResponseMetadata

	Message *string `type:"string"`

	Status *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeleteOutput) GoString

func (s DeleteOutput) GoString() string

GoString returns the string representation

func (*DeleteOutput) SetMessage

func (s *DeleteOutput) SetMessage(v string) *DeleteOutput

SetMessage sets the Message field's value.

func (*DeleteOutput) SetStatus

func (s *DeleteOutput) SetStatus(v string) *DeleteOutput

SetStatus sets the Status field's value.

func (DeleteOutput) String

func (s DeleteOutput) String() string

String returns the string representation

type DeleteProjectInput

type DeleteProjectInput struct {
	ProjectId *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeleteProjectInput) GoString

func (s DeleteProjectInput) GoString() string

GoString returns the string representation

func (*DeleteProjectInput) SetProjectId

func (s *DeleteProjectInput) SetProjectId(v string) *DeleteProjectInput

SetProjectId sets the ProjectId field's value.

func (DeleteProjectInput) String

func (s DeleteProjectInput) String() string

String returns the string representation

type DeleteProjectOutput

type DeleteProjectOutput struct {
	Metadata *response.ResponseMetadata

	Message *string `type:"string"`

	Status *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeleteProjectOutput) GoString

func (s DeleteProjectOutput) GoString() string

GoString returns the string representation

func (*DeleteProjectOutput) SetMessage

SetMessage sets the Message field's value.

func (*DeleteProjectOutput) SetStatus

SetStatus sets the Status field's value.

func (DeleteProjectOutput) String

func (s DeleteProjectOutput) String() string

String returns the string representation

type DependencyForcreateApplicationInput

type DependencyForcreateApplicationInput struct {
	Archives []*string `type:"list"`

	Files []*string `type:"list"`

	Jars []*string `type:"list"`

	PyFiles []*string `type:"list"`
	// contains filtered or unexported fields
}

func (DependencyForcreateApplicationInput) GoString

GoString returns the string representation

func (*DependencyForcreateApplicationInput) SetArchives

SetArchives sets the Archives field's value.

func (*DependencyForcreateApplicationInput) SetFiles

SetFiles sets the Files field's value.

func (*DependencyForcreateApplicationInput) SetJars

SetJars sets the Jars field's value.

func (*DependencyForcreateApplicationInput) SetPyFiles

SetPyFiles sets the PyFiles field's value.

func (DependencyForcreateApplicationInput) String

String returns the string representation

type DependencyFordescribeApplicationInstanceOutput

type DependencyFordescribeApplicationInstanceOutput struct {
	Archives []*string `type:"list"`

	Files []*string `type:"list"`

	Jars []*string `type:"list"`

	PyFiles []*string `type:"list"`
	// contains filtered or unexported fields
}

func (DependencyFordescribeApplicationInstanceOutput) GoString

GoString returns the string representation

func (*DependencyFordescribeApplicationInstanceOutput) SetArchives

SetArchives sets the Archives field's value.

func (*DependencyFordescribeApplicationInstanceOutput) SetFiles

SetFiles sets the Files field's value.

func (*DependencyFordescribeApplicationInstanceOutput) SetJars

SetJars sets the Jars field's value.

func (*DependencyFordescribeApplicationInstanceOutput) SetPyFiles

SetPyFiles sets the PyFiles field's value.

func (DependencyFordescribeApplicationInstanceOutput) String

String returns the string representation

type DependencyFordescribeApplicationOutput

type DependencyFordescribeApplicationOutput struct {
	Archives []*string `type:"list"`

	Files []*string `type:"list"`

	Jars []*string `type:"list"`

	PyFiles []*string `type:"list"`
	// contains filtered or unexported fields
}

func (DependencyFordescribeApplicationOutput) GoString

GoString returns the string representation

func (*DependencyFordescribeApplicationOutput) SetArchives

SetArchives sets the Archives field's value.

func (*DependencyFordescribeApplicationOutput) SetFiles

SetFiles sets the Files field's value.

func (*DependencyFordescribeApplicationOutput) SetJars

SetJars sets the Jars field's value.

func (*DependencyFordescribeApplicationOutput) SetPyFiles

SetPyFiles sets the PyFiles field's value.

func (DependencyFordescribeApplicationOutput) String

String returns the string representation

type DependencyForgetApplicationOutput

type DependencyForgetApplicationOutput struct {
	Archives []*string `type:"list"`

	Files []*string `type:"list"`

	Jars []*string `type:"list"`

	PyFiles []*string `type:"list"`
	// contains filtered or unexported fields
}

func (DependencyForgetApplicationOutput) GoString

GoString returns the string representation

func (*DependencyForgetApplicationOutput) SetArchives

SetArchives sets the Archives field's value.

func (*DependencyForgetApplicationOutput) SetFiles

SetFiles sets the Files field's value.

func (*DependencyForgetApplicationOutput) SetJars

SetJars sets the Jars field's value.

func (*DependencyForgetApplicationOutput) SetPyFiles

SetPyFiles sets the PyFiles field's value.

func (DependencyForgetApplicationOutput) String

String returns the string representation

type DependencyForupdateApplicationInput

type DependencyForupdateApplicationInput struct {
	Archives []*string `type:"list"`

	Files []*string `type:"list"`

	Jars []*string `type:"list"`

	PyFiles []*string `type:"list"`
	// contains filtered or unexported fields
}

func (DependencyForupdateApplicationInput) GoString

GoString returns the string representation

func (*DependencyForupdateApplicationInput) SetArchives

SetArchives sets the Archives field's value.

func (*DependencyForupdateApplicationInput) SetFiles

SetFiles sets the Files field's value.

func (*DependencyForupdateApplicationInput) SetJars

SetJars sets the Jars field's value.

func (*DependencyForupdateApplicationInput) SetPyFiles

SetPyFiles sets the PyFiles field's value.

func (DependencyForupdateApplicationInput) String

String returns the string representation

type DeployRequestForcreateApplicationInput

type DeployRequestForcreateApplicationInput struct {
	Priority *string `type:"string"`

	ResourcePoolTrn *string `type:"string"`

	SchedulePolicy *string `type:"string"`

	ScheduleTimeout *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeployRequestForcreateApplicationInput) GoString

GoString returns the string representation

func (*DeployRequestForcreateApplicationInput) SetPriority

SetPriority sets the Priority field's value.

func (*DeployRequestForcreateApplicationInput) SetResourcePoolTrn

SetResourcePoolTrn sets the ResourcePoolTrn field's value.

func (*DeployRequestForcreateApplicationInput) SetSchedulePolicy

SetSchedulePolicy sets the SchedulePolicy field's value.

func (*DeployRequestForcreateApplicationInput) SetScheduleTimeout

SetScheduleTimeout sets the ScheduleTimeout field's value.

func (DeployRequestForcreateApplicationInput) String

String returns the string representation

type DeployRequestFordescribeApplicationInstanceOutput

type DeployRequestFordescribeApplicationInstanceOutput struct {
	Priority *string `type:"string"`

	ResourcePoolTrn *string `type:"string"`

	SchedulePolicy *string `type:"string"`

	ScheduleTimeout *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeployRequestFordescribeApplicationInstanceOutput) GoString

GoString returns the string representation

func (*DeployRequestFordescribeApplicationInstanceOutput) SetPriority

SetPriority sets the Priority field's value.

func (*DeployRequestFordescribeApplicationInstanceOutput) SetResourcePoolTrn

SetResourcePoolTrn sets the ResourcePoolTrn field's value.

func (*DeployRequestFordescribeApplicationInstanceOutput) SetSchedulePolicy

SetSchedulePolicy sets the SchedulePolicy field's value.

func (*DeployRequestFordescribeApplicationInstanceOutput) SetScheduleTimeout

SetScheduleTimeout sets the ScheduleTimeout field's value.

func (DeployRequestFordescribeApplicationInstanceOutput) String

String returns the string representation

type DeployRequestFordescribeApplicationOutput

type DeployRequestFordescribeApplicationOutput struct {
	Priority *string `type:"string"`

	ResourcePoolTrn *string `type:"string"`

	SchedulePolicy *string `type:"string"`

	ScheduleTimeout *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeployRequestFordescribeApplicationOutput) GoString

GoString returns the string representation

func (*DeployRequestFordescribeApplicationOutput) SetPriority

SetPriority sets the Priority field's value.

func (*DeployRequestFordescribeApplicationOutput) SetResourcePoolTrn

SetResourcePoolTrn sets the ResourcePoolTrn field's value.

func (*DeployRequestFordescribeApplicationOutput) SetSchedulePolicy

SetSchedulePolicy sets the SchedulePolicy field's value.

func (*DeployRequestFordescribeApplicationOutput) SetScheduleTimeout

SetScheduleTimeout sets the ScheduleTimeout field's value.

func (DeployRequestFordescribeApplicationOutput) String

String returns the string representation

type DeployRequestForgetApplicationOutput

type DeployRequestForgetApplicationOutput struct {
	Priority *string `type:"string"`

	ResourcePoolTrn *string `type:"string"`

	SchedulePolicy *string `type:"string"`

	ScheduleTimeout *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeployRequestForgetApplicationOutput) GoString

GoString returns the string representation

func (*DeployRequestForgetApplicationOutput) SetPriority

SetPriority sets the Priority field's value.

func (*DeployRequestForgetApplicationOutput) SetResourcePoolTrn

SetResourcePoolTrn sets the ResourcePoolTrn field's value.

func (*DeployRequestForgetApplicationOutput) SetSchedulePolicy

SetSchedulePolicy sets the SchedulePolicy field's value.

func (*DeployRequestForgetApplicationOutput) SetScheduleTimeout

SetScheduleTimeout sets the ScheduleTimeout field's value.

func (DeployRequestForgetApplicationOutput) String

String returns the string representation

type DeployRequestForupdateApplicationInput

type DeployRequestForupdateApplicationInput struct {
	Priority *string `type:"string"`

	ResourcePoolTrn *string `type:"string"`

	SchedulePolicy *string `type:"string"`

	ScheduleTimeout *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeployRequestForupdateApplicationInput) GoString

GoString returns the string representation

func (*DeployRequestForupdateApplicationInput) SetPriority

SetPriority sets the Priority field's value.

func (*DeployRequestForupdateApplicationInput) SetResourcePoolTrn

SetResourcePoolTrn sets the ResourcePoolTrn field's value.

func (*DeployRequestForupdateApplicationInput) SetSchedulePolicy

SetSchedulePolicy sets the SchedulePolicy field's value.

func (*DeployRequestForupdateApplicationInput) SetScheduleTimeout

SetScheduleTimeout sets the ScheduleTimeout field's value.

func (DeployRequestForupdateApplicationInput) String

String returns the string representation

type DescribeApplicationInput

type DescribeApplicationInput struct {
	ApplicationTrn *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeApplicationInput) GoString

func (s DescribeApplicationInput) GoString() string

GoString returns the string representation

func (*DescribeApplicationInput) SetApplicationTrn

func (s *DescribeApplicationInput) SetApplicationTrn(v string) *DescribeApplicationInput

SetApplicationTrn sets the ApplicationTrn field's value.

func (DescribeApplicationInput) String

func (s DescribeApplicationInput) String() string

String returns the string representation

type DescribeApplicationInstanceInput

type DescribeApplicationInstanceInput struct {
	AccountId *string `type:"string"`

	Id *int64 `type:"int64"`

	InstanceId *int64 `type:"int64"`

	JobType *string `type:"string" enum:"EnumOfJobTypeFordescribeApplicationInstanceInput"`

	ProjectId *string `type:"string"`

	UniqueKey *string `type:"string"`

	UserId *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeApplicationInstanceInput) GoString

GoString returns the string representation

func (*DescribeApplicationInstanceInput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*DescribeApplicationInstanceInput) SetId

SetId sets the Id field's value.

func (*DescribeApplicationInstanceInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeApplicationInstanceInput) SetJobType

SetJobType sets the JobType field's value.

func (*DescribeApplicationInstanceInput) SetProjectId

SetProjectId sets the ProjectId field's value.

func (*DescribeApplicationInstanceInput) SetUniqueKey

SetUniqueKey sets the UniqueKey field's value.

func (*DescribeApplicationInstanceInput) SetUserId

SetUserId sets the UserId field's value.

func (DescribeApplicationInstanceInput) String

String returns the string representation

type DescribeApplicationInstanceOutput

type DescribeApplicationInstanceOutput struct {
	Metadata *response.ResponseMetadata

	AccountId *string `type:"string"`

	AppDraftId *int64 `type:"int64"`

	ApplicationName *string `type:"string"`

	ApplicationTrn *string `type:"string"`

	ApplicationType *string `type:"string"`

	Args *string `type:"string"`

	Cluster *string `type:"string"`

	Conf map[string]*string `type:"map"`

	Dependency *DependencyFordescribeApplicationInstanceOutput `type:"structure"`

	DeployRequest *DeployRequestFordescribeApplicationInstanceOutput `type:"structure"`

	DeploymentId *string `type:"string"`

	Duration *int64 `type:"int64"`

	EndTime *string `type:"string"`

	EngineVersion *string `type:"string"`

	Image *string `type:"string"`

	InstanceId *string `type:"string"`

	Jar *string `type:"string"`

	LastCheckTime *string `type:"string"`

	MainClass *string `type:"string"`

	ProjectId *string `type:"string"`

	RestUrl *string `type:"string"`

	SqlText *string `type:"string"`

	StartTime *string `type:"string"`

	State *string `type:"string"`

	UniqueKey *string `type:"string"`

	UserId *string `type:"string"`

	VersionId *int64 `type:"int64"`
	// contains filtered or unexported fields
}

func (DescribeApplicationInstanceOutput) GoString

GoString returns the string representation

func (*DescribeApplicationInstanceOutput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*DescribeApplicationInstanceOutput) SetAppDraftId

SetAppDraftId sets the AppDraftId field's value.

func (*DescribeApplicationInstanceOutput) SetApplicationName

SetApplicationName sets the ApplicationName field's value.

func (*DescribeApplicationInstanceOutput) SetApplicationTrn

SetApplicationTrn sets the ApplicationTrn field's value.

func (*DescribeApplicationInstanceOutput) SetApplicationType

SetApplicationType sets the ApplicationType field's value.

func (*DescribeApplicationInstanceOutput) SetArgs

SetArgs sets the Args field's value.

func (*DescribeApplicationInstanceOutput) SetCluster

SetCluster sets the Cluster field's value.

func (*DescribeApplicationInstanceOutput) SetConf

SetConf sets the Conf field's value.

func (*DescribeApplicationInstanceOutput) SetDependency

SetDependency sets the Dependency field's value.

func (*DescribeApplicationInstanceOutput) SetDeployRequest

SetDeployRequest sets the DeployRequest field's value.

func (*DescribeApplicationInstanceOutput) SetDeploymentId

SetDeploymentId sets the DeploymentId field's value.

func (*DescribeApplicationInstanceOutput) SetDuration

SetDuration sets the Duration field's value.

func (*DescribeApplicationInstanceOutput) SetEndTime

SetEndTime sets the EndTime field's value.

func (*DescribeApplicationInstanceOutput) SetEngineVersion

SetEngineVersion sets the EngineVersion field's value.

func (*DescribeApplicationInstanceOutput) SetImage

SetImage sets the Image field's value.

func (*DescribeApplicationInstanceOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*DescribeApplicationInstanceOutput) SetJar

SetJar sets the Jar field's value.

func (*DescribeApplicationInstanceOutput) SetLastCheckTime

SetLastCheckTime sets the LastCheckTime field's value.

func (*DescribeApplicationInstanceOutput) SetMainClass

SetMainClass sets the MainClass field's value.

func (*DescribeApplicationInstanceOutput) SetProjectId

SetProjectId sets the ProjectId field's value.

func (*DescribeApplicationInstanceOutput) SetRestUrl

SetRestUrl sets the RestUrl field's value.

func (*DescribeApplicationInstanceOutput) SetSqlText

SetSqlText sets the SqlText field's value.

func (*DescribeApplicationInstanceOutput) SetStartTime

SetStartTime sets the StartTime field's value.

func (*DescribeApplicationInstanceOutput) SetState

SetState sets the State field's value.

func (*DescribeApplicationInstanceOutput) SetUniqueKey

SetUniqueKey sets the UniqueKey field's value.

func (*DescribeApplicationInstanceOutput) SetUserId

SetUserId sets the UserId field's value.

func (*DescribeApplicationInstanceOutput) SetVersionId

SetVersionId sets the VersionId field's value.

func (DescribeApplicationInstanceOutput) String

String returns the string representation

type DescribeApplicationOutput

type DescribeApplicationOutput struct {
	Metadata *response.ResponseMetadata

	Alert *bool `type:"boolean"`

	ApplicationName *string `type:"string"`

	ApplicationTrn *string `type:"string"`

	ApplicationType *string `type:"string"`

	Args *string `type:"string"`

	Conf map[string]*string `type:"map"`

	Dependency *DependencyFordescribeApplicationOutput `type:"structure"`

	DeployRequest *DeployRequestFordescribeApplicationOutput `type:"structure"`

	EngineVersion *string `type:"string"`

	Image *string `type:"string"`

	IsLatestVersion *bool `type:"boolean"`

	Jar *string `type:"string"`

	LatestVersion *string `type:"string"`

	MainClass *string `type:"string"`

	ProjectId *string `type:"string"`

	RestUrl *string `type:"string"`

	SqlText *string `type:"string"`

	State *string `type:"string"`

	UserId *string `type:"string"`

	VersionName *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeApplicationOutput) GoString

func (s DescribeApplicationOutput) GoString() string

GoString returns the string representation

func (*DescribeApplicationOutput) SetAlert

SetAlert sets the Alert field's value.

func (*DescribeApplicationOutput) SetApplicationName

SetApplicationName sets the ApplicationName field's value.

func (*DescribeApplicationOutput) SetApplicationTrn

SetApplicationTrn sets the ApplicationTrn field's value.

func (*DescribeApplicationOutput) SetApplicationType

SetApplicationType sets the ApplicationType field's value.

func (*DescribeApplicationOutput) SetArgs

SetArgs sets the Args field's value.

func (*DescribeApplicationOutput) SetConf

SetConf sets the Conf field's value.

func (*DescribeApplicationOutput) SetDependency

SetDependency sets the Dependency field's value.

func (*DescribeApplicationOutput) SetDeployRequest

SetDeployRequest sets the DeployRequest field's value.

func (*DescribeApplicationOutput) SetEngineVersion

SetEngineVersion sets the EngineVersion field's value.

func (*DescribeApplicationOutput) SetImage

SetImage sets the Image field's value.

func (*DescribeApplicationOutput) SetIsLatestVersion

func (s *DescribeApplicationOutput) SetIsLatestVersion(v bool) *DescribeApplicationOutput

SetIsLatestVersion sets the IsLatestVersion field's value.

func (*DescribeApplicationOutput) SetJar

SetJar sets the Jar field's value.

func (*DescribeApplicationOutput) SetLatestVersion

SetLatestVersion sets the LatestVersion field's value.

func (*DescribeApplicationOutput) SetMainClass

SetMainClass sets the MainClass field's value.

func (*DescribeApplicationOutput) SetProjectId

SetProjectId sets the ProjectId field's value.

func (*DescribeApplicationOutput) SetRestUrl

SetRestUrl sets the RestUrl field's value.

func (*DescribeApplicationOutput) SetSqlText

SetSqlText sets the SqlText field's value.

func (*DescribeApplicationOutput) SetState

SetState sets the State field's value.

func (*DescribeApplicationOutput) SetUserId

SetUserId sets the UserId field's value.

func (*DescribeApplicationOutput) SetVersionName

SetVersionName sets the VersionName field's value.

func (DescribeApplicationOutput) String

func (s DescribeApplicationOutput) String() string

String returns the string representation

type DescribeProjectInput

type DescribeProjectInput struct {
	ProjectId *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeProjectInput) GoString

func (s DescribeProjectInput) GoString() string

GoString returns the string representation

func (*DescribeProjectInput) SetProjectId

func (s *DescribeProjectInput) SetProjectId(v string) *DescribeProjectInput

SetProjectId sets the ProjectId field's value.

func (DescribeProjectInput) String

func (s DescribeProjectInput) String() string

String returns the string representation

type DescribeProjectOutput

type DescribeProjectOutput struct {
	Metadata *response.ResponseMetadata

	AuthorityType *string `type:"string"`

	CreateDate *string `type:"string"`

	Description *string `type:"string"`

	OwnerId *string `type:"string"`

	OwnerName *string `type:"string"`

	ProjectId *string `type:"string"`

	ProjectName *string `type:"string"`

	RegionId *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeProjectOutput) GoString

func (s DescribeProjectOutput) GoString() string

GoString returns the string representation

func (*DescribeProjectOutput) SetAuthorityType

func (s *DescribeProjectOutput) SetAuthorityType(v string) *DescribeProjectOutput

SetAuthorityType sets the AuthorityType field's value.

func (*DescribeProjectOutput) SetCreateDate

func (s *DescribeProjectOutput) SetCreateDate(v string) *DescribeProjectOutput

SetCreateDate sets the CreateDate field's value.

func (*DescribeProjectOutput) SetDescription

func (s *DescribeProjectOutput) SetDescription(v string) *DescribeProjectOutput

SetDescription sets the Description field's value.

func (*DescribeProjectOutput) SetOwnerId

SetOwnerId sets the OwnerId field's value.

func (*DescribeProjectOutput) SetOwnerName

SetOwnerName sets the OwnerName field's value.

func (*DescribeProjectOutput) SetProjectId

SetProjectId sets the ProjectId field's value.

func (*DescribeProjectOutput) SetProjectName

func (s *DescribeProjectOutput) SetProjectName(v string) *DescribeProjectOutput

SetProjectName sets the ProjectName field's value.

func (*DescribeProjectOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (DescribeProjectOutput) String

func (s DescribeProjectOutput) String() string

String returns the string representation

type DetailInput

type DetailInput struct {
	ResourcePoolTrn *string `type:"string"`
	// contains filtered or unexported fields
}

func (DetailInput) GoString

func (s DetailInput) GoString() string

GoString returns the string representation

func (*DetailInput) SetResourcePoolTrn

func (s *DetailInput) SetResourcePoolTrn(v string) *DetailInput

SetResourcePoolTrn sets the ResourcePoolTrn field's value.

func (DetailInput) String

func (s DetailInput) String() string

String returns the string representation

type DetailOutput

type DetailOutput struct {
	Metadata *response.ResponseMetadata

	BillingType *string `type:"string"`

	CreateTime *string `type:"string"`

	Name *string `type:"string"`

	ProjectId *string `type:"string"`

	RegionId *string `type:"string"`

	ResourcePoolTrn *string `type:"string"`

	Status *string `type:"string"`

	StatusMessage *string `type:"string"`

	UpdateTime *string `type:"string"`

	ZoneId *string `type:"string"`
	// contains filtered or unexported fields
}

func (DetailOutput) GoString

func (s DetailOutput) GoString() string

GoString returns the string representation

func (*DetailOutput) SetBillingType

func (s *DetailOutput) SetBillingType(v string) *DetailOutput

SetBillingType sets the BillingType field's value.

func (*DetailOutput) SetCreateTime

func (s *DetailOutput) SetCreateTime(v string) *DetailOutput

SetCreateTime sets the CreateTime field's value.

func (*DetailOutput) SetName

func (s *DetailOutput) SetName(v string) *DetailOutput

SetName sets the Name field's value.

func (*DetailOutput) SetProjectId

func (s *DetailOutput) SetProjectId(v string) *DetailOutput

SetProjectId sets the ProjectId field's value.

func (*DetailOutput) SetRegionId

func (s *DetailOutput) SetRegionId(v string) *DetailOutput

SetRegionId sets the RegionId field's value.

func (*DetailOutput) SetResourcePoolTrn

func (s *DetailOutput) SetResourcePoolTrn(v string) *DetailOutput

SetResourcePoolTrn sets the ResourcePoolTrn field's value.

func (*DetailOutput) SetStatus

func (s *DetailOutput) SetStatus(v string) *DetailOutput

SetStatus sets the Status field's value.

func (*DetailOutput) SetStatusMessage

func (s *DetailOutput) SetStatusMessage(v string) *DetailOutput

SetStatusMessage sets the StatusMessage field's value.

func (*DetailOutput) SetUpdateTime

func (s *DetailOutput) SetUpdateTime(v string) *DetailOutput

SetUpdateTime sets the UpdateTime field's value.

func (*DetailOutput) SetZoneId

func (s *DetailOutput) SetZoneId(v string) *DetailOutput

SetZoneId sets the ZoneId field's value.

func (DetailOutput) String

func (s DetailOutput) String() string

String returns the string representation

type ExitResourcePoolInput

type ExitResourcePoolInput struct {
	Name *string `type:"string"`

	ProjectId *string `type:"string"`
	// contains filtered or unexported fields
}

func (ExitResourcePoolInput) GoString

func (s ExitResourcePoolInput) GoString() string

GoString returns the string representation

func (*ExitResourcePoolInput) SetName

SetName sets the Name field's value.

func (*ExitResourcePoolInput) SetProjectId

SetProjectId sets the ProjectId field's value.

func (ExitResourcePoolInput) String

func (s ExitResourcePoolInput) String() string

String returns the string representation

type ExitResourcePoolOutput

type ExitResourcePoolOutput struct {
	Metadata *response.ResponseMetadata

	Existed *bool `type:"boolean"`
	// contains filtered or unexported fields
}

func (ExitResourcePoolOutput) GoString

func (s ExitResourcePoolOutput) GoString() string

GoString returns the string representation

func (*ExitResourcePoolOutput) SetExisted

SetExisted sets the Existed field's value.

func (ExitResourcePoolOutput) String

func (s ExitResourcePoolOutput) String() string

String returns the string representation

type GetApplicationInput

type GetApplicationInput struct {
	ApplicationName *string `type:"string"`

	ApplicationTrn *int64 `type:"int64"`

	PageNum *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	ProjectId *string `type:"string"`

	SortFiled *string `type:"string"`

	SortOrder *string `type:"string"`

	State *string `type:"string" enum:"EnumOfStateForgetApplicationInput"`
	// contains filtered or unexported fields
}

func (GetApplicationInput) GoString

func (s GetApplicationInput) GoString() string

GoString returns the string representation

func (*GetApplicationInput) SetApplicationName

func (s *GetApplicationInput) SetApplicationName(v string) *GetApplicationInput

SetApplicationName sets the ApplicationName field's value.

func (*GetApplicationInput) SetApplicationTrn

func (s *GetApplicationInput) SetApplicationTrn(v int64) *GetApplicationInput

SetApplicationTrn sets the ApplicationTrn field's value.

func (*GetApplicationInput) SetPageNum

func (s *GetApplicationInput) SetPageNum(v int32) *GetApplicationInput

SetPageNum sets the PageNum field's value.

func (*GetApplicationInput) SetPageSize

func (s *GetApplicationInput) SetPageSize(v int32) *GetApplicationInput

SetPageSize sets the PageSize field's value.

func (*GetApplicationInput) SetProjectId

func (s *GetApplicationInput) SetProjectId(v string) *GetApplicationInput

SetProjectId sets the ProjectId field's value.

func (*GetApplicationInput) SetSortFiled

func (s *GetApplicationInput) SetSortFiled(v string) *GetApplicationInput

SetSortFiled sets the SortFiled field's value.

func (*GetApplicationInput) SetSortOrder

func (s *GetApplicationInput) SetSortOrder(v string) *GetApplicationInput

SetSortOrder sets the SortOrder field's value.

func (*GetApplicationInput) SetState

SetState sets the State field's value.

func (GetApplicationInput) String

func (s GetApplicationInput) String() string

String returns the string representation

type GetApplicationOutput

type GetApplicationOutput struct {
	Metadata *response.ResponseMetadata

	Current *string `type:"string"`

	PageSize *string `type:"string"`

	Records []*RecordForgetApplicationOutput `type:"list"`

	Total *string `type:"string"`
	// contains filtered or unexported fields
}

func (GetApplicationOutput) GoString

func (s GetApplicationOutput) GoString() string

GoString returns the string representation

func (*GetApplicationOutput) SetCurrent

SetCurrent sets the Current field's value.

func (*GetApplicationOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*GetApplicationOutput) SetRecords

SetRecords sets the Records field's value.

func (*GetApplicationOutput) SetTotal

SetTotal sets the Total field's value.

func (GetApplicationOutput) String

func (s GetApplicationOutput) String() string

String returns the string representation

type ItemForlistProjectOutput

type ItemForlistProjectOutput struct {
	AuthorityType *string `type:"string"`

	CreateDate *string `type:"string"`

	Description *string `type:"string"`

	OwnerId *string `type:"string"`

	OwnerName *string `type:"string"`

	ProjectId *string `type:"string"`

	ProjectName *string `type:"string"`

	RegionId *string `type:"string"`
	// contains filtered or unexported fields
}

func (ItemForlistProjectOutput) GoString

func (s ItemForlistProjectOutput) GoString() string

GoString returns the string representation

func (*ItemForlistProjectOutput) SetAuthorityType

SetAuthorityType sets the AuthorityType field's value.

func (*ItemForlistProjectOutput) SetCreateDate

SetCreateDate sets the CreateDate field's value.

func (*ItemForlistProjectOutput) SetDescription

SetDescription sets the Description field's value.

func (*ItemForlistProjectOutput) SetOwnerId

SetOwnerId sets the OwnerId field's value.

func (*ItemForlistProjectOutput) SetOwnerName

SetOwnerName sets the OwnerName field's value.

func (*ItemForlistProjectOutput) SetProjectId

SetProjectId sets the ProjectId field's value.

func (*ItemForlistProjectOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*ItemForlistProjectOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (ItemForlistProjectOutput) String

func (s ItemForlistProjectOutput) String() string

String returns the string representation

type ListApplicationHistoryInput

type ListApplicationHistoryInput struct {
	DeploymentId *string `type:"string"`

	MaxResults *int32 `type:"int32"`

	NextToken *string `type:"string"`

	StartTimeLeft *string `type:"string"`

	StartTimeRight *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListApplicationHistoryInput) GoString

func (s ListApplicationHistoryInput) GoString() string

GoString returns the string representation

func (*ListApplicationHistoryInput) SetDeploymentId

SetDeploymentId sets the DeploymentId field's value.

func (*ListApplicationHistoryInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListApplicationHistoryInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListApplicationHistoryInput) SetStartTimeLeft

SetStartTimeLeft sets the StartTimeLeft field's value.

func (*ListApplicationHistoryInput) SetStartTimeRight

SetStartTimeRight sets the StartTimeRight field's value.

func (ListApplicationHistoryInput) String

String returns the string representation

type ListApplicationHistoryOutput

type ListApplicationHistoryOutput struct {
	Metadata *response.ResponseMetadata

	DataList []*DataListForlistApplicationHistoryOutput `type:"list"`

	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListApplicationHistoryOutput) GoString

func (s ListApplicationHistoryOutput) GoString() string

GoString returns the string representation

func (*ListApplicationHistoryOutput) SetDataList

SetDataList sets the DataList field's value.

func (*ListApplicationHistoryOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListApplicationHistoryOutput) String

String returns the string representation

type ListApplicationInstanceInput

type ListApplicationInstanceInput struct {
	ApplicationName *string `type:"string"`

	ApplicationTrn *string `type:"string"`

	EngineVersion *string `type:"string" enum:"EnumOfEngineVersionForlistApplicationInstanceInput"`

	InstanceId *int64 `type:"int64"`

	PageNum *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	ProjectId *string `type:"string"`

	ResourcePoolTrn *string `type:"string"`

	SortField *string `type:"string"`

	SortOrder *string `type:"string"`

	State *string `type:"string" enum:"EnumOfStateForlistApplicationInstanceInput"`
	// contains filtered or unexported fields
}

func (ListApplicationInstanceInput) GoString

func (s ListApplicationInstanceInput) GoString() string

GoString returns the string representation

func (*ListApplicationInstanceInput) SetApplicationName

SetApplicationName sets the ApplicationName field's value.

func (*ListApplicationInstanceInput) SetApplicationTrn

SetApplicationTrn sets the ApplicationTrn field's value.

func (*ListApplicationInstanceInput) SetEngineVersion

SetEngineVersion sets the EngineVersion field's value.

func (*ListApplicationInstanceInput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*ListApplicationInstanceInput) SetPageNum

SetPageNum sets the PageNum field's value.

func (*ListApplicationInstanceInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListApplicationInstanceInput) SetProjectId

SetProjectId sets the ProjectId field's value.

func (*ListApplicationInstanceInput) SetResourcePoolTrn

SetResourcePoolTrn sets the ResourcePoolTrn field's value.

func (*ListApplicationInstanceInput) SetSortField

SetSortField sets the SortField field's value.

func (*ListApplicationInstanceInput) SetSortOrder

SetSortOrder sets the SortOrder field's value.

func (*ListApplicationInstanceInput) SetState

SetState sets the State field's value.

func (ListApplicationInstanceInput) String

String returns the string representation

type ListApplicationInstanceOutput

type ListApplicationInstanceOutput struct {
	Metadata *response.ResponseMetadata

	Current *int64 `type:"int64"`

	Records []*interface{} `type:"list"`

	Size *int64 `type:"int64"`

	Total *int64 `type:"int64"`
	// contains filtered or unexported fields
}

func (ListApplicationInstanceOutput) GoString

GoString returns the string representation

func (*ListApplicationInstanceOutput) SetCurrent

SetCurrent sets the Current field's value.

func (*ListApplicationInstanceOutput) SetRecords

func (s *ListApplicationInstanceOutput) SetRecords(v []*interface{}) *ListApplicationInstanceOutput

SetRecords sets the Records field's value.

func (*ListApplicationInstanceOutput) SetSize

SetSize sets the Size field's value.

func (*ListApplicationInstanceOutput) SetTotal

SetTotal sets the Total field's value.

func (ListApplicationInstanceOutput) String

String returns the string representation

type ListInput

type ListInput struct {
	NameKey *string `type:"string"`

	PageNum *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	ProjectId *string `type:"string"`

	StatusKey *string `type:"string"`

	ZoneId *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListInput) GoString

func (s ListInput) GoString() string

GoString returns the string representation

func (*ListInput) SetNameKey

func (s *ListInput) SetNameKey(v string) *ListInput

SetNameKey sets the NameKey field's value.

func (*ListInput) SetPageNum

func (s *ListInput) SetPageNum(v int32) *ListInput

SetPageNum sets the PageNum field's value.

func (*ListInput) SetPageSize

func (s *ListInput) SetPageSize(v int32) *ListInput

SetPageSize sets the PageSize field's value.

func (*ListInput) SetProjectId

func (s *ListInput) SetProjectId(v string) *ListInput

SetProjectId sets the ProjectId field's value.

func (*ListInput) SetStatusKey

func (s *ListInput) SetStatusKey(v string) *ListInput

SetStatusKey sets the StatusKey field's value.

func (*ListInput) SetZoneId

func (s *ListInput) SetZoneId(v string) *ListInput

SetZoneId sets the ZoneId field's value.

func (ListInput) String

func (s ListInput) String() string

String returns the string representation

type ListOutput

type ListOutput struct {
	Metadata *response.ResponseMetadata

	DataList []*DataListForlistOutput `type:"list"`

	PageNum *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	Total *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (ListOutput) GoString

func (s ListOutput) GoString() string

GoString returns the string representation

func (*ListOutput) SetDataList

func (s *ListOutput) SetDataList(v []*DataListForlistOutput) *ListOutput

SetDataList sets the DataList field's value.

func (*ListOutput) SetPageNum

func (s *ListOutput) SetPageNum(v int32) *ListOutput

SetPageNum sets the PageNum field's value.

func (*ListOutput) SetPageSize

func (s *ListOutput) SetPageSize(v int32) *ListOutput

SetPageSize sets the PageSize field's value.

func (*ListOutput) SetTotal

func (s *ListOutput) SetTotal(v int32) *ListOutput

SetTotal sets the Total field's value.

func (ListOutput) String

func (s ListOutput) String() string

String returns the string representation

type ListProjectInput

type ListProjectInput struct {
	PageNum *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	SearchKey *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListProjectInput) GoString

func (s ListProjectInput) GoString() string

GoString returns the string representation

func (*ListProjectInput) SetPageNum

func (s *ListProjectInput) SetPageNum(v int32) *ListProjectInput

SetPageNum sets the PageNum field's value.

func (*ListProjectInput) SetPageSize

func (s *ListProjectInput) SetPageSize(v int32) *ListProjectInput

SetPageSize sets the PageSize field's value.

func (*ListProjectInput) SetSearchKey

func (s *ListProjectInput) SetSearchKey(v string) *ListProjectInput

SetSearchKey sets the SearchKey field's value.

func (ListProjectInput) String

func (s ListProjectInput) String() string

String returns the string representation

type ListProjectOutput

type ListProjectOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForlistProjectOutput `type:"list"`

	PageNum *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	Pages *int32 `type:"int32"`

	Total *int64 `type:"int64"`
	// contains filtered or unexported fields
}

func (ListProjectOutput) GoString

func (s ListProjectOutput) GoString() string

GoString returns the string representation

func (*ListProjectOutput) SetItems

SetItems sets the Items field's value.

func (*ListProjectOutput) SetPageNum

func (s *ListProjectOutput) SetPageNum(v int32) *ListProjectOutput

SetPageNum sets the PageNum field's value.

func (*ListProjectOutput) SetPageSize

func (s *ListProjectOutput) SetPageSize(v int32) *ListProjectOutput

SetPageSize sets the PageSize field's value.

func (*ListProjectOutput) SetPages

func (s *ListProjectOutput) SetPages(v int32) *ListProjectOutput

SetPages sets the Pages field's value.

func (*ListProjectOutput) SetTotal

func (s *ListProjectOutput) SetTotal(v int64) *ListProjectOutput

SetTotal sets the Total field's value.

func (ListProjectOutput) String

func (s ListProjectOutput) String() string

String returns the string representation

type RecordForgetApplicationOutput

type RecordForgetApplicationOutput struct {
	Alert *bool `type:"boolean"`

	ApplicationName *string `type:"string"`

	ApplicationTrn *string `type:"string"`

	ApplicationType *string `type:"string"`

	Args *string `type:"string"`

	Conf map[string]*string `type:"map"`

	Dependency *DependencyForgetApplicationOutput `type:"structure"`

	DeployRequest *DeployRequestForgetApplicationOutput `type:"structure"`

	EngineVersion *string `type:"string"`

	Image *string `type:"string"`

	IsLatestVersion *bool `type:"boolean"`

	Jar *string `type:"string"`

	LatestVersion *string `type:"string"`

	MainClass *string `type:"string"`

	ProjectId *string `type:"string"`

	RestUrl *string `type:"string"`

	SqlText *string `type:"string"`

	State *string `type:"string"`

	UserId *string `type:"string"`

	VersionName *string `type:"string"`
	// contains filtered or unexported fields
}

func (RecordForgetApplicationOutput) GoString

GoString returns the string representation

func (*RecordForgetApplicationOutput) SetAlert

SetAlert sets the Alert field's value.

func (*RecordForgetApplicationOutput) SetApplicationName

SetApplicationName sets the ApplicationName field's value.

func (*RecordForgetApplicationOutput) SetApplicationTrn

SetApplicationTrn sets the ApplicationTrn field's value.

func (*RecordForgetApplicationOutput) SetApplicationType

SetApplicationType sets the ApplicationType field's value.

func (*RecordForgetApplicationOutput) SetArgs

SetArgs sets the Args field's value.

func (*RecordForgetApplicationOutput) SetConf

SetConf sets the Conf field's value.

func (*RecordForgetApplicationOutput) SetDependency

SetDependency sets the Dependency field's value.

func (*RecordForgetApplicationOutput) SetDeployRequest

SetDeployRequest sets the DeployRequest field's value.

func (*RecordForgetApplicationOutput) SetEngineVersion

SetEngineVersion sets the EngineVersion field's value.

func (*RecordForgetApplicationOutput) SetImage

SetImage sets the Image field's value.

func (*RecordForgetApplicationOutput) SetIsLatestVersion

SetIsLatestVersion sets the IsLatestVersion field's value.

func (*RecordForgetApplicationOutput) SetJar

SetJar sets the Jar field's value.

func (*RecordForgetApplicationOutput) SetLatestVersion

SetLatestVersion sets the LatestVersion field's value.

func (*RecordForgetApplicationOutput) SetMainClass

SetMainClass sets the MainClass field's value.

func (*RecordForgetApplicationOutput) SetProjectId

SetProjectId sets the ProjectId field's value.

func (*RecordForgetApplicationOutput) SetRestUrl

SetRestUrl sets the RestUrl field's value.

func (*RecordForgetApplicationOutput) SetSqlText

SetSqlText sets the SqlText field's value.

func (*RecordForgetApplicationOutput) SetState

SetState sets the State field's value.

func (*RecordForgetApplicationOutput) SetUserId

SetUserId sets the UserId field's value.

func (*RecordForgetApplicationOutput) SetVersionName

SetVersionName sets the VersionName field's value.

func (RecordForgetApplicationOutput) String

String returns the string representation

type ResourceForcreateResourcePoolOneStepInput

type ResourceForcreateResourcePoolOneStepInput struct {
	Basic *int64 `type:"int64"`

	Capability *int64 `type:"int64"`

	Units *string `type:"string"`

	Uri *string `type:"string"`
	// contains filtered or unexported fields
}

func (ResourceForcreateResourcePoolOneStepInput) GoString

GoString returns the string representation

func (*ResourceForcreateResourcePoolOneStepInput) SetBasic

SetBasic sets the Basic field's value.

func (*ResourceForcreateResourcePoolOneStepInput) SetCapability

SetCapability sets the Capability field's value.

func (*ResourceForcreateResourcePoolOneStepInput) SetUnits

SetUnits sets the Units field's value.

func (*ResourceForcreateResourcePoolOneStepInput) SetUri

SetUri sets the Uri field's value.

func (ResourceForcreateResourcePoolOneStepInput) String

String returns the string representation

type ResourceMeterageForlistApplicationHistoryOutput

type ResourceMeterageForlistApplicationHistoryOutput struct {
	Cpu *string `locationName:"cpu" type:"string"`

	Memory *string `locationName:"memory" type:"string"`
	// contains filtered or unexported fields
}

func (ResourceMeterageForlistApplicationHistoryOutput) GoString

GoString returns the string representation

func (*ResourceMeterageForlistApplicationHistoryOutput) SetCpu

SetCpu sets the Cpu field's value.

func (*ResourceMeterageForlistApplicationHistoryOutput) SetMemory

SetMemory sets the Memory field's value.

func (ResourceMeterageForlistApplicationHistoryOutput) String

String returns the string representation

type SPARK

type SPARK struct {
	*client.Client
}

SPARK provides the API operation methods for making requests to SPARK. See this package's package overview docs for details on the service.

SPARK methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*volcengine.Config) *SPARK

New create int can support ssl or region locate set

func (*SPARK) CreateApplication

func (c *SPARK) CreateApplication(input *CreateApplicationInput) (*CreateApplicationOutput, error)

CreateApplication API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation CreateApplication for usage and error information.

func (*SPARK) CreateApplicationCommon

func (c *SPARK) CreateApplicationCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateApplicationCommon API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation CreateApplicationCommon for usage and error information.

func (*SPARK) CreateApplicationCommonRequest

func (c *SPARK) CreateApplicationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateApplicationCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateApplicationCommon operation. The "output" return value will be populated with the CreateApplicationCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateApplicationCommon Request to send the API call to the service. the "output" return value is not valid until after CreateApplicationCommon Send returns without error.

See CreateApplicationCommon for more information on using the CreateApplicationCommon API call, and error handling.

// Example sending a request using the CreateApplicationCommonRequest method.
req, resp := client.CreateApplicationCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) CreateApplicationCommonWithContext

func (c *SPARK) CreateApplicationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateApplicationCommonWithContext is the same as CreateApplicationCommon with the addition of the ability to pass a context and additional request options.

See CreateApplicationCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) CreateApplicationRequest

func (c *SPARK) CreateApplicationRequest(input *CreateApplicationInput) (req *request.Request, output *CreateApplicationOutput)

CreateApplicationRequest generates a "volcengine/request.Request" representing the client's request for the CreateApplication operation. The "output" return value will be populated with the CreateApplicationCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateApplicationCommon Request to send the API call to the service. the "output" return value is not valid until after CreateApplicationCommon Send returns without error.

See CreateApplication for more information on using the CreateApplication API call, and error handling.

// Example sending a request using the CreateApplicationRequest method.
req, resp := client.CreateApplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) CreateApplicationWithContext

func (c *SPARK) CreateApplicationWithContext(ctx volcengine.Context, input *CreateApplicationInput, opts ...request.Option) (*CreateApplicationOutput, error)

CreateApplicationWithContext is the same as CreateApplication with the addition of the ability to pass a context and additional request options.

See CreateApplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) CreateProject

func (c *SPARK) CreateProject(input *CreateProjectInput) (*CreateProjectOutput, error)

CreateProject API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation CreateProject for usage and error information.

func (*SPARK) CreateProjectCommon

func (c *SPARK) CreateProjectCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateProjectCommon API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation CreateProjectCommon for usage and error information.

func (*SPARK) CreateProjectCommonRequest

func (c *SPARK) CreateProjectCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateProjectCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateProjectCommon operation. The "output" return value will be populated with the CreateProjectCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateProjectCommon Request to send the API call to the service. the "output" return value is not valid until after CreateProjectCommon Send returns without error.

See CreateProjectCommon for more information on using the CreateProjectCommon API call, and error handling.

// Example sending a request using the CreateProjectCommonRequest method.
req, resp := client.CreateProjectCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) CreateProjectCommonWithContext

func (c *SPARK) CreateProjectCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateProjectCommonWithContext is the same as CreateProjectCommon with the addition of the ability to pass a context and additional request options.

See CreateProjectCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) CreateProjectRequest

func (c *SPARK) CreateProjectRequest(input *CreateProjectInput) (req *request.Request, output *CreateProjectOutput)

CreateProjectRequest generates a "volcengine/request.Request" representing the client's request for the CreateProject operation. The "output" return value will be populated with the CreateProjectCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateProjectCommon Request to send the API call to the service. the "output" return value is not valid until after CreateProjectCommon Send returns without error.

See CreateProject for more information on using the CreateProject API call, and error handling.

// Example sending a request using the CreateProjectRequest method.
req, resp := client.CreateProjectRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) CreateProjectWithContext

func (c *SPARK) CreateProjectWithContext(ctx volcengine.Context, input *CreateProjectInput, opts ...request.Option) (*CreateProjectOutput, error)

CreateProjectWithContext is the same as CreateProject with the addition of the ability to pass a context and additional request options.

See CreateProject for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) CreateResourcePoolOneStep

func (c *SPARK) CreateResourcePoolOneStep(input *CreateResourcePoolOneStepInput) (*CreateResourcePoolOneStepOutput, error)

CreateResourcePoolOneStep API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation CreateResourcePoolOneStep for usage and error information.

func (*SPARK) CreateResourcePoolOneStepCommon

func (c *SPARK) CreateResourcePoolOneStepCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateResourcePoolOneStepCommon API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation CreateResourcePoolOneStepCommon for usage and error information.

func (*SPARK) CreateResourcePoolOneStepCommonRequest

func (c *SPARK) CreateResourcePoolOneStepCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateResourcePoolOneStepCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateResourcePoolOneStepCommon operation. The "output" return value will be populated with the CreateResourcePoolOneStepCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateResourcePoolOneStepCommon Request to send the API call to the service. the "output" return value is not valid until after CreateResourcePoolOneStepCommon Send returns without error.

See CreateResourcePoolOneStepCommon for more information on using the CreateResourcePoolOneStepCommon API call, and error handling.

// Example sending a request using the CreateResourcePoolOneStepCommonRequest method.
req, resp := client.CreateResourcePoolOneStepCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) CreateResourcePoolOneStepCommonWithContext

func (c *SPARK) CreateResourcePoolOneStepCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateResourcePoolOneStepCommonWithContext is the same as CreateResourcePoolOneStepCommon with the addition of the ability to pass a context and additional request options.

See CreateResourcePoolOneStepCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) CreateResourcePoolOneStepRequest

func (c *SPARK) CreateResourcePoolOneStepRequest(input *CreateResourcePoolOneStepInput) (req *request.Request, output *CreateResourcePoolOneStepOutput)

CreateResourcePoolOneStepRequest generates a "volcengine/request.Request" representing the client's request for the CreateResourcePoolOneStep operation. The "output" return value will be populated with the CreateResourcePoolOneStepCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateResourcePoolOneStepCommon Request to send the API call to the service. the "output" return value is not valid until after CreateResourcePoolOneStepCommon Send returns without error.

See CreateResourcePoolOneStep for more information on using the CreateResourcePoolOneStep API call, and error handling.

// Example sending a request using the CreateResourcePoolOneStepRequest method.
req, resp := client.CreateResourcePoolOneStepRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) CreateResourcePoolOneStepWithContext

func (c *SPARK) CreateResourcePoolOneStepWithContext(ctx volcengine.Context, input *CreateResourcePoolOneStepInput, opts ...request.Option) (*CreateResourcePoolOneStepOutput, error)

CreateResourcePoolOneStepWithContext is the same as CreateResourcePoolOneStep with the addition of the ability to pass a context and additional request options.

See CreateResourcePoolOneStep for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) Delete

func (c *SPARK) Delete(input *DeleteInput) (*DeleteOutput, error)

Delete API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation Delete for usage and error information.

func (*SPARK) DeleteApplication

func (c *SPARK) DeleteApplication(input *DeleteApplicationInput) (*DeleteApplicationOutput, error)

DeleteApplication API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation DeleteApplication for usage and error information.

func (*SPARK) DeleteApplicationCommon

func (c *SPARK) DeleteApplicationCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteApplicationCommon API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation DeleteApplicationCommon for usage and error information.

func (*SPARK) DeleteApplicationCommonRequest

func (c *SPARK) DeleteApplicationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteApplicationCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteApplicationCommon operation. The "output" return value will be populated with the DeleteApplicationCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteApplicationCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteApplicationCommon Send returns without error.

See DeleteApplicationCommon for more information on using the DeleteApplicationCommon API call, and error handling.

// Example sending a request using the DeleteApplicationCommonRequest method.
req, resp := client.DeleteApplicationCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) DeleteApplicationCommonWithContext

func (c *SPARK) DeleteApplicationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteApplicationCommonWithContext is the same as DeleteApplicationCommon with the addition of the ability to pass a context and additional request options.

See DeleteApplicationCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) DeleteApplicationRequest

func (c *SPARK) DeleteApplicationRequest(input *DeleteApplicationInput) (req *request.Request, output *DeleteApplicationOutput)

DeleteApplicationRequest generates a "volcengine/request.Request" representing the client's request for the DeleteApplication operation. The "output" return value will be populated with the DeleteApplicationCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteApplicationCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteApplicationCommon Send returns without error.

See DeleteApplication for more information on using the DeleteApplication API call, and error handling.

// Example sending a request using the DeleteApplicationRequest method.
req, resp := client.DeleteApplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) DeleteApplicationWithContext

func (c *SPARK) DeleteApplicationWithContext(ctx volcengine.Context, input *DeleteApplicationInput, opts ...request.Option) (*DeleteApplicationOutput, error)

DeleteApplicationWithContext is the same as DeleteApplication with the addition of the ability to pass a context and additional request options.

See DeleteApplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) DeleteCommon

func (c *SPARK) DeleteCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteCommon API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation DeleteCommon for usage and error information.

func (*SPARK) DeleteCommonRequest

func (c *SPARK) DeleteCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteCommon operation. The "output" return value will be populated with the DeleteCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteCommon Send returns without error.

See DeleteCommon for more information on using the DeleteCommon API call, and error handling.

// Example sending a request using the DeleteCommonRequest method.
req, resp := client.DeleteCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) DeleteCommonWithContext

func (c *SPARK) DeleteCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteCommonWithContext is the same as DeleteCommon with the addition of the ability to pass a context and additional request options.

See DeleteCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) DeleteProject

func (c *SPARK) DeleteProject(input *DeleteProjectInput) (*DeleteProjectOutput, error)

DeleteProject API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation DeleteProject for usage and error information.

func (*SPARK) DeleteProjectCommon

func (c *SPARK) DeleteProjectCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteProjectCommon API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation DeleteProjectCommon for usage and error information.

func (*SPARK) DeleteProjectCommonRequest

func (c *SPARK) DeleteProjectCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteProjectCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteProjectCommon operation. The "output" return value will be populated with the DeleteProjectCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteProjectCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteProjectCommon Send returns without error.

See DeleteProjectCommon for more information on using the DeleteProjectCommon API call, and error handling.

// Example sending a request using the DeleteProjectCommonRequest method.
req, resp := client.DeleteProjectCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) DeleteProjectCommonWithContext

func (c *SPARK) DeleteProjectCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteProjectCommonWithContext is the same as DeleteProjectCommon with the addition of the ability to pass a context and additional request options.

See DeleteProjectCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) DeleteProjectRequest

func (c *SPARK) DeleteProjectRequest(input *DeleteProjectInput) (req *request.Request, output *DeleteProjectOutput)

DeleteProjectRequest generates a "volcengine/request.Request" representing the client's request for the DeleteProject operation. The "output" return value will be populated with the DeleteProjectCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteProjectCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteProjectCommon Send returns without error.

See DeleteProject for more information on using the DeleteProject API call, and error handling.

// Example sending a request using the DeleteProjectRequest method.
req, resp := client.DeleteProjectRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) DeleteProjectWithContext

func (c *SPARK) DeleteProjectWithContext(ctx volcengine.Context, input *DeleteProjectInput, opts ...request.Option) (*DeleteProjectOutput, error)

DeleteProjectWithContext is the same as DeleteProject with the addition of the ability to pass a context and additional request options.

See DeleteProject for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) DeleteRequest

func (c *SPARK) DeleteRequest(input *DeleteInput) (req *request.Request, output *DeleteOutput)

DeleteRequest generates a "volcengine/request.Request" representing the client's request for the Delete operation. The "output" return value will be populated with the DeleteCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteCommon Send returns without error.

See Delete for more information on using the Delete API call, and error handling.

// Example sending a request using the DeleteRequest method.
req, resp := client.DeleteRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) DeleteWithContext

func (c *SPARK) DeleteWithContext(ctx volcengine.Context, input *DeleteInput, opts ...request.Option) (*DeleteOutput, error)

DeleteWithContext is the same as Delete with the addition of the ability to pass a context and additional request options.

See Delete for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) DescribeApplication

func (c *SPARK) DescribeApplication(input *DescribeApplicationInput) (*DescribeApplicationOutput, error)

DescribeApplication API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation DescribeApplication for usage and error information.

func (*SPARK) DescribeApplicationCommon

func (c *SPARK) DescribeApplicationCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeApplicationCommon API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation DescribeApplicationCommon for usage and error information.

func (*SPARK) DescribeApplicationCommonRequest

func (c *SPARK) DescribeApplicationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeApplicationCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeApplicationCommon operation. The "output" return value will be populated with the DescribeApplicationCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeApplicationCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeApplicationCommon Send returns without error.

See DescribeApplicationCommon for more information on using the DescribeApplicationCommon API call, and error handling.

// Example sending a request using the DescribeApplicationCommonRequest method.
req, resp := client.DescribeApplicationCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) DescribeApplicationCommonWithContext

func (c *SPARK) DescribeApplicationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeApplicationCommonWithContext is the same as DescribeApplicationCommon with the addition of the ability to pass a context and additional request options.

See DescribeApplicationCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) DescribeApplicationInstance

func (c *SPARK) DescribeApplicationInstance(input *DescribeApplicationInstanceInput) (*DescribeApplicationInstanceOutput, error)

DescribeApplicationInstance API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation DescribeApplicationInstance for usage and error information.

func (*SPARK) DescribeApplicationInstanceCommon

func (c *SPARK) DescribeApplicationInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeApplicationInstanceCommon API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation DescribeApplicationInstanceCommon for usage and error information.

func (*SPARK) DescribeApplicationInstanceCommonRequest

func (c *SPARK) DescribeApplicationInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeApplicationInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeApplicationInstanceCommon operation. The "output" return value will be populated with the DescribeApplicationInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeApplicationInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeApplicationInstanceCommon Send returns without error.

See DescribeApplicationInstanceCommon for more information on using the DescribeApplicationInstanceCommon API call, and error handling.

// Example sending a request using the DescribeApplicationInstanceCommonRequest method.
req, resp := client.DescribeApplicationInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) DescribeApplicationInstanceCommonWithContext

func (c *SPARK) DescribeApplicationInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeApplicationInstanceCommonWithContext is the same as DescribeApplicationInstanceCommon with the addition of the ability to pass a context and additional request options.

See DescribeApplicationInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) DescribeApplicationInstanceRequest

func (c *SPARK) DescribeApplicationInstanceRequest(input *DescribeApplicationInstanceInput) (req *request.Request, output *DescribeApplicationInstanceOutput)

DescribeApplicationInstanceRequest generates a "volcengine/request.Request" representing the client's request for the DescribeApplicationInstance operation. The "output" return value will be populated with the DescribeApplicationInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeApplicationInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeApplicationInstanceCommon Send returns without error.

See DescribeApplicationInstance for more information on using the DescribeApplicationInstance API call, and error handling.

// Example sending a request using the DescribeApplicationInstanceRequest method.
req, resp := client.DescribeApplicationInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) DescribeApplicationInstanceWithContext

func (c *SPARK) DescribeApplicationInstanceWithContext(ctx volcengine.Context, input *DescribeApplicationInstanceInput, opts ...request.Option) (*DescribeApplicationInstanceOutput, error)

DescribeApplicationInstanceWithContext is the same as DescribeApplicationInstance with the addition of the ability to pass a context and additional request options.

See DescribeApplicationInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) DescribeApplicationRequest

func (c *SPARK) DescribeApplicationRequest(input *DescribeApplicationInput) (req *request.Request, output *DescribeApplicationOutput)

DescribeApplicationRequest generates a "volcengine/request.Request" representing the client's request for the DescribeApplication operation. The "output" return value will be populated with the DescribeApplicationCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeApplicationCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeApplicationCommon Send returns without error.

See DescribeApplication for more information on using the DescribeApplication API call, and error handling.

// Example sending a request using the DescribeApplicationRequest method.
req, resp := client.DescribeApplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) DescribeApplicationWithContext

func (c *SPARK) DescribeApplicationWithContext(ctx volcengine.Context, input *DescribeApplicationInput, opts ...request.Option) (*DescribeApplicationOutput, error)

DescribeApplicationWithContext is the same as DescribeApplication with the addition of the ability to pass a context and additional request options.

See DescribeApplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) DescribeProject

func (c *SPARK) DescribeProject(input *DescribeProjectInput) (*DescribeProjectOutput, error)

DescribeProject API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation DescribeProject for usage and error information.

func (*SPARK) DescribeProjectCommon

func (c *SPARK) DescribeProjectCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeProjectCommon API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation DescribeProjectCommon for usage and error information.

func (*SPARK) DescribeProjectCommonRequest

func (c *SPARK) DescribeProjectCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeProjectCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeProjectCommon operation. The "output" return value will be populated with the DescribeProjectCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeProjectCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeProjectCommon Send returns without error.

See DescribeProjectCommon for more information on using the DescribeProjectCommon API call, and error handling.

// Example sending a request using the DescribeProjectCommonRequest method.
req, resp := client.DescribeProjectCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) DescribeProjectCommonWithContext

func (c *SPARK) DescribeProjectCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeProjectCommonWithContext is the same as DescribeProjectCommon with the addition of the ability to pass a context and additional request options.

See DescribeProjectCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) DescribeProjectRequest

func (c *SPARK) DescribeProjectRequest(input *DescribeProjectInput) (req *request.Request, output *DescribeProjectOutput)

DescribeProjectRequest generates a "volcengine/request.Request" representing the client's request for the DescribeProject operation. The "output" return value will be populated with the DescribeProjectCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeProjectCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeProjectCommon Send returns without error.

See DescribeProject for more information on using the DescribeProject API call, and error handling.

// Example sending a request using the DescribeProjectRequest method.
req, resp := client.DescribeProjectRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) DescribeProjectWithContext

func (c *SPARK) DescribeProjectWithContext(ctx volcengine.Context, input *DescribeProjectInput, opts ...request.Option) (*DescribeProjectOutput, error)

DescribeProjectWithContext is the same as DescribeProject with the addition of the ability to pass a context and additional request options.

See DescribeProject for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) Detail

func (c *SPARK) Detail(input *DetailInput) (*DetailOutput, error)

Detail API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation Detail for usage and error information.

func (*SPARK) DetailCommon

func (c *SPARK) DetailCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DetailCommon API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation DetailCommon for usage and error information.

func (*SPARK) DetailCommonRequest

func (c *SPARK) DetailCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DetailCommonRequest generates a "volcengine/request.Request" representing the client's request for the DetailCommon operation. The "output" return value will be populated with the DetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DetailCommon Request to send the API call to the service. the "output" return value is not valid until after DetailCommon Send returns without error.

See DetailCommon for more information on using the DetailCommon API call, and error handling.

// Example sending a request using the DetailCommonRequest method.
req, resp := client.DetailCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) DetailCommonWithContext

func (c *SPARK) DetailCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DetailCommonWithContext is the same as DetailCommon with the addition of the ability to pass a context and additional request options.

See DetailCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) DetailRequest

func (c *SPARK) DetailRequest(input *DetailInput) (req *request.Request, output *DetailOutput)

DetailRequest generates a "volcengine/request.Request" representing the client's request for the Detail operation. The "output" return value will be populated with the DetailCommon request's response once the request completes successfully.

Use "Send" method on the returned DetailCommon Request to send the API call to the service. the "output" return value is not valid until after DetailCommon Send returns without error.

See Detail for more information on using the Detail API call, and error handling.

// Example sending a request using the DetailRequest method.
req, resp := client.DetailRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) DetailWithContext

func (c *SPARK) DetailWithContext(ctx volcengine.Context, input *DetailInput, opts ...request.Option) (*DetailOutput, error)

DetailWithContext is the same as Detail with the addition of the ability to pass a context and additional request options.

See Detail for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) ExitResourcePool

func (c *SPARK) ExitResourcePool(input *ExitResourcePoolInput) (*ExitResourcePoolOutput, error)

ExitResourcePool API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation ExitResourcePool for usage and error information.

func (*SPARK) ExitResourcePoolCommon

func (c *SPARK) ExitResourcePoolCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ExitResourcePoolCommon API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation ExitResourcePoolCommon for usage and error information.

func (*SPARK) ExitResourcePoolCommonRequest

func (c *SPARK) ExitResourcePoolCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ExitResourcePoolCommonRequest generates a "volcengine/request.Request" representing the client's request for the ExitResourcePoolCommon operation. The "output" return value will be populated with the ExitResourcePoolCommon request's response once the request completes successfully.

Use "Send" method on the returned ExitResourcePoolCommon Request to send the API call to the service. the "output" return value is not valid until after ExitResourcePoolCommon Send returns without error.

See ExitResourcePoolCommon for more information on using the ExitResourcePoolCommon API call, and error handling.

// Example sending a request using the ExitResourcePoolCommonRequest method.
req, resp := client.ExitResourcePoolCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) ExitResourcePoolCommonWithContext

func (c *SPARK) ExitResourcePoolCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ExitResourcePoolCommonWithContext is the same as ExitResourcePoolCommon with the addition of the ability to pass a context and additional request options.

See ExitResourcePoolCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) ExitResourcePoolRequest

func (c *SPARK) ExitResourcePoolRequest(input *ExitResourcePoolInput) (req *request.Request, output *ExitResourcePoolOutput)

ExitResourcePoolRequest generates a "volcengine/request.Request" representing the client's request for the ExitResourcePool operation. The "output" return value will be populated with the ExitResourcePoolCommon request's response once the request completes successfully.

Use "Send" method on the returned ExitResourcePoolCommon Request to send the API call to the service. the "output" return value is not valid until after ExitResourcePoolCommon Send returns without error.

See ExitResourcePool for more information on using the ExitResourcePool API call, and error handling.

// Example sending a request using the ExitResourcePoolRequest method.
req, resp := client.ExitResourcePoolRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) ExitResourcePoolWithContext

func (c *SPARK) ExitResourcePoolWithContext(ctx volcengine.Context, input *ExitResourcePoolInput, opts ...request.Option) (*ExitResourcePoolOutput, error)

ExitResourcePoolWithContext is the same as ExitResourcePool with the addition of the ability to pass a context and additional request options.

See ExitResourcePool for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) GetApplication

func (c *SPARK) GetApplication(input *GetApplicationInput) (*GetApplicationOutput, error)

GetApplication API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation GetApplication for usage and error information.

func (*SPARK) GetApplicationCommon

func (c *SPARK) GetApplicationCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetApplicationCommon API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation GetApplicationCommon for usage and error information.

func (*SPARK) GetApplicationCommonRequest

func (c *SPARK) GetApplicationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetApplicationCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetApplicationCommon operation. The "output" return value will be populated with the GetApplicationCommon request's response once the request completes successfully.

Use "Send" method on the returned GetApplicationCommon Request to send the API call to the service. the "output" return value is not valid until after GetApplicationCommon Send returns without error.

See GetApplicationCommon for more information on using the GetApplicationCommon API call, and error handling.

// Example sending a request using the GetApplicationCommonRequest method.
req, resp := client.GetApplicationCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) GetApplicationCommonWithContext

func (c *SPARK) GetApplicationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetApplicationCommonWithContext is the same as GetApplicationCommon with the addition of the ability to pass a context and additional request options.

See GetApplicationCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) GetApplicationRequest

func (c *SPARK) GetApplicationRequest(input *GetApplicationInput) (req *request.Request, output *GetApplicationOutput)

GetApplicationRequest generates a "volcengine/request.Request" representing the client's request for the GetApplication operation. The "output" return value will be populated with the GetApplicationCommon request's response once the request completes successfully.

Use "Send" method on the returned GetApplicationCommon Request to send the API call to the service. the "output" return value is not valid until after GetApplicationCommon Send returns without error.

See GetApplication for more information on using the GetApplication API call, and error handling.

// Example sending a request using the GetApplicationRequest method.
req, resp := client.GetApplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) GetApplicationWithContext

func (c *SPARK) GetApplicationWithContext(ctx volcengine.Context, input *GetApplicationInput, opts ...request.Option) (*GetApplicationOutput, error)

GetApplicationWithContext is the same as GetApplication with the addition of the ability to pass a context and additional request options.

See GetApplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) List

func (c *SPARK) List(input *ListInput) (*ListOutput, error)

List API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation List for usage and error information.

func (*SPARK) ListApplicationHistory

func (c *SPARK) ListApplicationHistory(input *ListApplicationHistoryInput) (*ListApplicationHistoryOutput, error)

ListApplicationHistory API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation ListApplicationHistory for usage and error information.

func (*SPARK) ListApplicationHistoryCommon

func (c *SPARK) ListApplicationHistoryCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListApplicationHistoryCommon API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation ListApplicationHistoryCommon for usage and error information.

func (*SPARK) ListApplicationHistoryCommonRequest

func (c *SPARK) ListApplicationHistoryCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListApplicationHistoryCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListApplicationHistoryCommon operation. The "output" return value will be populated with the ListApplicationHistoryCommon request's response once the request completes successfully.

Use "Send" method on the returned ListApplicationHistoryCommon Request to send the API call to the service. the "output" return value is not valid until after ListApplicationHistoryCommon Send returns without error.

See ListApplicationHistoryCommon for more information on using the ListApplicationHistoryCommon API call, and error handling.

// Example sending a request using the ListApplicationHistoryCommonRequest method.
req, resp := client.ListApplicationHistoryCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) ListApplicationHistoryCommonWithContext

func (c *SPARK) ListApplicationHistoryCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListApplicationHistoryCommonWithContext is the same as ListApplicationHistoryCommon with the addition of the ability to pass a context and additional request options.

See ListApplicationHistoryCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) ListApplicationHistoryRequest

func (c *SPARK) ListApplicationHistoryRequest(input *ListApplicationHistoryInput) (req *request.Request, output *ListApplicationHistoryOutput)

ListApplicationHistoryRequest generates a "volcengine/request.Request" representing the client's request for the ListApplicationHistory operation. The "output" return value will be populated with the ListApplicationHistoryCommon request's response once the request completes successfully.

Use "Send" method on the returned ListApplicationHistoryCommon Request to send the API call to the service. the "output" return value is not valid until after ListApplicationHistoryCommon Send returns without error.

See ListApplicationHistory for more information on using the ListApplicationHistory API call, and error handling.

// Example sending a request using the ListApplicationHistoryRequest method.
req, resp := client.ListApplicationHistoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) ListApplicationHistoryWithContext

func (c *SPARK) ListApplicationHistoryWithContext(ctx volcengine.Context, input *ListApplicationHistoryInput, opts ...request.Option) (*ListApplicationHistoryOutput, error)

ListApplicationHistoryWithContext is the same as ListApplicationHistory with the addition of the ability to pass a context and additional request options.

See ListApplicationHistory for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) ListApplicationInstance

func (c *SPARK) ListApplicationInstance(input *ListApplicationInstanceInput) (*ListApplicationInstanceOutput, error)

ListApplicationInstance API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation ListApplicationInstance for usage and error information.

func (*SPARK) ListApplicationInstanceCommon

func (c *SPARK) ListApplicationInstanceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListApplicationInstanceCommon API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation ListApplicationInstanceCommon for usage and error information.

func (*SPARK) ListApplicationInstanceCommonRequest

func (c *SPARK) ListApplicationInstanceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListApplicationInstanceCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListApplicationInstanceCommon operation. The "output" return value will be populated with the ListApplicationInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned ListApplicationInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after ListApplicationInstanceCommon Send returns without error.

See ListApplicationInstanceCommon for more information on using the ListApplicationInstanceCommon API call, and error handling.

// Example sending a request using the ListApplicationInstanceCommonRequest method.
req, resp := client.ListApplicationInstanceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) ListApplicationInstanceCommonWithContext

func (c *SPARK) ListApplicationInstanceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListApplicationInstanceCommonWithContext is the same as ListApplicationInstanceCommon with the addition of the ability to pass a context and additional request options.

See ListApplicationInstanceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) ListApplicationInstanceRequest

func (c *SPARK) ListApplicationInstanceRequest(input *ListApplicationInstanceInput) (req *request.Request, output *ListApplicationInstanceOutput)

ListApplicationInstanceRequest generates a "volcengine/request.Request" representing the client's request for the ListApplicationInstance operation. The "output" return value will be populated with the ListApplicationInstanceCommon request's response once the request completes successfully.

Use "Send" method on the returned ListApplicationInstanceCommon Request to send the API call to the service. the "output" return value is not valid until after ListApplicationInstanceCommon Send returns without error.

See ListApplicationInstance for more information on using the ListApplicationInstance API call, and error handling.

// Example sending a request using the ListApplicationInstanceRequest method.
req, resp := client.ListApplicationInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) ListApplicationInstanceWithContext

func (c *SPARK) ListApplicationInstanceWithContext(ctx volcengine.Context, input *ListApplicationInstanceInput, opts ...request.Option) (*ListApplicationInstanceOutput, error)

ListApplicationInstanceWithContext is the same as ListApplicationInstance with the addition of the ability to pass a context and additional request options.

See ListApplicationInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) ListCommon

func (c *SPARK) ListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListCommon API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation ListCommon for usage and error information.

func (*SPARK) ListCommonRequest

func (c *SPARK) ListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListCommon operation. The "output" return value will be populated with the ListCommon request's response once the request completes successfully.

Use "Send" method on the returned ListCommon Request to send the API call to the service. the "output" return value is not valid until after ListCommon Send returns without error.

See ListCommon for more information on using the ListCommon API call, and error handling.

// Example sending a request using the ListCommonRequest method.
req, resp := client.ListCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) ListCommonWithContext

func (c *SPARK) ListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListCommonWithContext is the same as ListCommon with the addition of the ability to pass a context and additional request options.

See ListCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) ListProject

func (c *SPARK) ListProject(input *ListProjectInput) (*ListProjectOutput, error)

ListProject API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation ListProject for usage and error information.

func (*SPARK) ListProjectCommon

func (c *SPARK) ListProjectCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListProjectCommon API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation ListProjectCommon for usage and error information.

func (*SPARK) ListProjectCommonRequest

func (c *SPARK) ListProjectCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListProjectCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListProjectCommon operation. The "output" return value will be populated with the ListProjectCommon request's response once the request completes successfully.

Use "Send" method on the returned ListProjectCommon Request to send the API call to the service. the "output" return value is not valid until after ListProjectCommon Send returns without error.

See ListProjectCommon for more information on using the ListProjectCommon API call, and error handling.

// Example sending a request using the ListProjectCommonRequest method.
req, resp := client.ListProjectCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) ListProjectCommonWithContext

func (c *SPARK) ListProjectCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListProjectCommonWithContext is the same as ListProjectCommon with the addition of the ability to pass a context and additional request options.

See ListProjectCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) ListProjectRequest

func (c *SPARK) ListProjectRequest(input *ListProjectInput) (req *request.Request, output *ListProjectOutput)

ListProjectRequest generates a "volcengine/request.Request" representing the client's request for the ListProject operation. The "output" return value will be populated with the ListProjectCommon request's response once the request completes successfully.

Use "Send" method on the returned ListProjectCommon Request to send the API call to the service. the "output" return value is not valid until after ListProjectCommon Send returns without error.

See ListProject for more information on using the ListProject API call, and error handling.

// Example sending a request using the ListProjectRequest method.
req, resp := client.ListProjectRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) ListProjectWithContext

func (c *SPARK) ListProjectWithContext(ctx volcengine.Context, input *ListProjectInput, opts ...request.Option) (*ListProjectOutput, error)

ListProjectWithContext is the same as ListProject with the addition of the ability to pass a context and additional request options.

See ListProject for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) ListRequest

func (c *SPARK) ListRequest(input *ListInput) (req *request.Request, output *ListOutput)

ListRequest generates a "volcengine/request.Request" representing the client's request for the List operation. The "output" return value will be populated with the ListCommon request's response once the request completes successfully.

Use "Send" method on the returned ListCommon Request to send the API call to the service. the "output" return value is not valid until after ListCommon Send returns without error.

See List for more information on using the List API call, and error handling.

// Example sending a request using the ListRequest method.
req, resp := client.ListRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) ListWithContext

func (c *SPARK) ListWithContext(ctx volcengine.Context, input *ListInput, opts ...request.Option) (*ListOutput, error)

ListWithContext is the same as List with the addition of the ability to pass a context and additional request options.

See List for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) ListZone

func (c *SPARK) ListZone(input *volcengineCommonQuery) (*volcengineCommonQuery, error)

ListZone API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation ListZone for usage and error information.

func (*SPARK) ListZoneCommon

func (c *SPARK) ListZoneCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListZoneCommon API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation ListZoneCommon for usage and error information.

func (*SPARK) ListZoneCommonRequest

func (c *SPARK) ListZoneCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListZoneCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListZoneCommon operation. The "output" return value will be populated with the ListZoneCommon request's response once the request completes successfully.

Use "Send" method on the returned ListZoneCommon Request to send the API call to the service. the "output" return value is not valid until after ListZoneCommon Send returns without error.

See ListZoneCommon for more information on using the ListZoneCommon API call, and error handling.

// Example sending a request using the ListZoneCommonRequest method.
req, resp := client.ListZoneCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) ListZoneCommonWithContext

func (c *SPARK) ListZoneCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ListZoneCommonWithContext is the same as ListZoneCommon with the addition of the ability to pass a context and additional request options.

See ListZoneCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) ListZoneRequest

func (c *SPARK) ListZoneRequest(input *volcengineCommonQuery) (req *request.Request, output *volcengineCommonQuery)

ListZoneRequest generates a "volcengine/request.Request" representing the client's request for the ListZone operation. The "output" return value will be populated with the ListZoneCommon request's response once the request completes successfully.

Use "Send" method on the returned ListZoneCommon Request to send the API call to the service. the "output" return value is not valid until after ListZoneCommon Send returns without error.

See ListZone for more information on using the ListZone API call, and error handling.

// Example sending a request using the ListZoneRequest method.
req, resp := client.ListZoneRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) ListZoneWithContext

func (c *SPARK) ListZoneWithContext(ctx volcengine.Context, input *volcengineCommonQuery, opts ...request.Option) (*volcengineCommonQuery, error)

ListZoneWithContext is the same as ListZone with the addition of the ability to pass a context and additional request options.

See ListZone for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) StartApplication

func (c *SPARK) StartApplication(input *StartApplicationInput) (*StartApplicationOutput, error)

StartApplication API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation StartApplication for usage and error information.

func (*SPARK) StartApplicationCommon

func (c *SPARK) StartApplicationCommon(input *map[string]interface{}) (*map[string]interface{}, error)

StartApplicationCommon API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation StartApplicationCommon for usage and error information.

func (*SPARK) StartApplicationCommonRequest

func (c *SPARK) StartApplicationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

StartApplicationCommonRequest generates a "volcengine/request.Request" representing the client's request for the StartApplicationCommon operation. The "output" return value will be populated with the StartApplicationCommon request's response once the request completes successfully.

Use "Send" method on the returned StartApplicationCommon Request to send the API call to the service. the "output" return value is not valid until after StartApplicationCommon Send returns without error.

See StartApplicationCommon for more information on using the StartApplicationCommon API call, and error handling.

// Example sending a request using the StartApplicationCommonRequest method.
req, resp := client.StartApplicationCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) StartApplicationCommonWithContext

func (c *SPARK) StartApplicationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

StartApplicationCommonWithContext is the same as StartApplicationCommon with the addition of the ability to pass a context and additional request options.

See StartApplicationCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) StartApplicationRequest

func (c *SPARK) StartApplicationRequest(input *StartApplicationInput) (req *request.Request, output *StartApplicationOutput)

StartApplicationRequest generates a "volcengine/request.Request" representing the client's request for the StartApplication operation. The "output" return value will be populated with the StartApplicationCommon request's response once the request completes successfully.

Use "Send" method on the returned StartApplicationCommon Request to send the API call to the service. the "output" return value is not valid until after StartApplicationCommon Send returns without error.

See StartApplication for more information on using the StartApplication API call, and error handling.

// Example sending a request using the StartApplicationRequest method.
req, resp := client.StartApplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) StartApplicationWithContext

func (c *SPARK) StartApplicationWithContext(ctx volcengine.Context, input *StartApplicationInput, opts ...request.Option) (*StartApplicationOutput, error)

StartApplicationWithContext is the same as StartApplication with the addition of the ability to pass a context and additional request options.

See StartApplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) StopApplication

func (c *SPARK) StopApplication(input *StopApplicationInput) (*StopApplicationOutput, error)

StopApplication API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation StopApplication for usage and error information.

func (*SPARK) StopApplicationCommon

func (c *SPARK) StopApplicationCommon(input *map[string]interface{}) (*map[string]interface{}, error)

StopApplicationCommon API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation StopApplicationCommon for usage and error information.

func (*SPARK) StopApplicationCommonRequest

func (c *SPARK) StopApplicationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

StopApplicationCommonRequest generates a "volcengine/request.Request" representing the client's request for the StopApplicationCommon operation. The "output" return value will be populated with the StopApplicationCommon request's response once the request completes successfully.

Use "Send" method on the returned StopApplicationCommon Request to send the API call to the service. the "output" return value is not valid until after StopApplicationCommon Send returns without error.

See StopApplicationCommon for more information on using the StopApplicationCommon API call, and error handling.

// Example sending a request using the StopApplicationCommonRequest method.
req, resp := client.StopApplicationCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) StopApplicationCommonWithContext

func (c *SPARK) StopApplicationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

StopApplicationCommonWithContext is the same as StopApplicationCommon with the addition of the ability to pass a context and additional request options.

See StopApplicationCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) StopApplicationRequest

func (c *SPARK) StopApplicationRequest(input *StopApplicationInput) (req *request.Request, output *StopApplicationOutput)

StopApplicationRequest generates a "volcengine/request.Request" representing the client's request for the StopApplication operation. The "output" return value will be populated with the StopApplicationCommon request's response once the request completes successfully.

Use "Send" method on the returned StopApplicationCommon Request to send the API call to the service. the "output" return value is not valid until after StopApplicationCommon Send returns without error.

See StopApplication for more information on using the StopApplication API call, and error handling.

// Example sending a request using the StopApplicationRequest method.
req, resp := client.StopApplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) StopApplicationWithContext

func (c *SPARK) StopApplicationWithContext(ctx volcengine.Context, input *StopApplicationInput, opts ...request.Option) (*StopApplicationOutput, error)

StopApplicationWithContext is the same as StopApplication with the addition of the ability to pass a context and additional request options.

See StopApplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) UpdateApplication

func (c *SPARK) UpdateApplication(input *UpdateApplicationInput) (*UpdateApplicationOutput, error)

UpdateApplication API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation UpdateApplication for usage and error information.

func (*SPARK) UpdateApplicationCommon

func (c *SPARK) UpdateApplicationCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateApplicationCommon API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation UpdateApplicationCommon for usage and error information.

func (*SPARK) UpdateApplicationCommonRequest

func (c *SPARK) UpdateApplicationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateApplicationCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateApplicationCommon operation. The "output" return value will be populated with the UpdateApplicationCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateApplicationCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateApplicationCommon Send returns without error.

See UpdateApplicationCommon for more information on using the UpdateApplicationCommon API call, and error handling.

// Example sending a request using the UpdateApplicationCommonRequest method.
req, resp := client.UpdateApplicationCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) UpdateApplicationCommonWithContext

func (c *SPARK) UpdateApplicationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateApplicationCommonWithContext is the same as UpdateApplicationCommon with the addition of the ability to pass a context and additional request options.

See UpdateApplicationCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) UpdateApplicationRequest

func (c *SPARK) UpdateApplicationRequest(input *UpdateApplicationInput) (req *request.Request, output *UpdateApplicationOutput)

UpdateApplicationRequest generates a "volcengine/request.Request" representing the client's request for the UpdateApplication operation. The "output" return value will be populated with the UpdateApplicationCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateApplicationCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateApplicationCommon Send returns without error.

See UpdateApplication for more information on using the UpdateApplication API call, and error handling.

// Example sending a request using the UpdateApplicationRequest method.
req, resp := client.UpdateApplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) UpdateApplicationWithContext

func (c *SPARK) UpdateApplicationWithContext(ctx volcengine.Context, input *UpdateApplicationInput, opts ...request.Option) (*UpdateApplicationOutput, error)

UpdateApplicationWithContext is the same as UpdateApplication with the addition of the ability to pass a context and additional request options.

See UpdateApplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) UpdateProject

func (c *SPARK) UpdateProject(input *UpdateProjectInput) (*UpdateProjectOutput, error)

UpdateProject API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation UpdateProject for usage and error information.

func (*SPARK) UpdateProjectCommon

func (c *SPARK) UpdateProjectCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateProjectCommon API operation for SPARK.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for SPARK's API operation UpdateProjectCommon for usage and error information.

func (*SPARK) UpdateProjectCommonRequest

func (c *SPARK) UpdateProjectCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateProjectCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateProjectCommon operation. The "output" return value will be populated with the UpdateProjectCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateProjectCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateProjectCommon Send returns without error.

See UpdateProjectCommon for more information on using the UpdateProjectCommon API call, and error handling.

// Example sending a request using the UpdateProjectCommonRequest method.
req, resp := client.UpdateProjectCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) UpdateProjectCommonWithContext

func (c *SPARK) UpdateProjectCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateProjectCommonWithContext is the same as UpdateProjectCommon with the addition of the ability to pass a context and additional request options.

See UpdateProjectCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SPARK) UpdateProjectRequest

func (c *SPARK) UpdateProjectRequest(input *UpdateProjectInput) (req *request.Request, output *UpdateProjectOutput)

UpdateProjectRequest generates a "volcengine/request.Request" representing the client's request for the UpdateProject operation. The "output" return value will be populated with the UpdateProjectCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateProjectCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateProjectCommon Send returns without error.

See UpdateProject for more information on using the UpdateProject API call, and error handling.

// Example sending a request using the UpdateProjectRequest method.
req, resp := client.UpdateProjectRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*SPARK) UpdateProjectWithContext

func (c *SPARK) UpdateProjectWithContext(ctx volcengine.Context, input *UpdateProjectInput, opts ...request.Option) (*UpdateProjectOutput, error)

UpdateProjectWithContext is the same as UpdateProject with the addition of the ability to pass a context and additional request options.

See UpdateProject for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type SPARKAPI

type SPARKAPI interface {
	CreateApplicationCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateApplicationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateApplicationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateApplication(*CreateApplicationInput) (*CreateApplicationOutput, error)
	CreateApplicationWithContext(volcengine.Context, *CreateApplicationInput, ...request.Option) (*CreateApplicationOutput, error)
	CreateApplicationRequest(*CreateApplicationInput) (*request.Request, *CreateApplicationOutput)

	CreateProjectCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateProjectCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateProjectCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateProject(*CreateProjectInput) (*CreateProjectOutput, error)
	CreateProjectWithContext(volcengine.Context, *CreateProjectInput, ...request.Option) (*CreateProjectOutput, error)
	CreateProjectRequest(*CreateProjectInput) (*request.Request, *CreateProjectOutput)

	CreateResourcePoolOneStepCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateResourcePoolOneStepCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateResourcePoolOneStepCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateResourcePoolOneStep(*CreateResourcePoolOneStepInput) (*CreateResourcePoolOneStepOutput, error)
	CreateResourcePoolOneStepWithContext(volcengine.Context, *CreateResourcePoolOneStepInput, ...request.Option) (*CreateResourcePoolOneStepOutput, error)
	CreateResourcePoolOneStepRequest(*CreateResourcePoolOneStepInput) (*request.Request, *CreateResourcePoolOneStepOutput)

	DeleteCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	Delete(*DeleteInput) (*DeleteOutput, error)
	DeleteWithContext(volcengine.Context, *DeleteInput, ...request.Option) (*DeleteOutput, error)
	DeleteRequest(*DeleteInput) (*request.Request, *DeleteOutput)

	DeleteApplicationCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteApplicationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteApplicationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteApplication(*DeleteApplicationInput) (*DeleteApplicationOutput, error)
	DeleteApplicationWithContext(volcengine.Context, *DeleteApplicationInput, ...request.Option) (*DeleteApplicationOutput, error)
	DeleteApplicationRequest(*DeleteApplicationInput) (*request.Request, *DeleteApplicationOutput)

	DeleteProjectCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteProjectCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteProjectCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteProject(*DeleteProjectInput) (*DeleteProjectOutput, error)
	DeleteProjectWithContext(volcengine.Context, *DeleteProjectInput, ...request.Option) (*DeleteProjectOutput, error)
	DeleteProjectRequest(*DeleteProjectInput) (*request.Request, *DeleteProjectOutput)

	DescribeApplicationCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeApplicationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeApplicationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeApplication(*DescribeApplicationInput) (*DescribeApplicationOutput, error)
	DescribeApplicationWithContext(volcengine.Context, *DescribeApplicationInput, ...request.Option) (*DescribeApplicationOutput, error)
	DescribeApplicationRequest(*DescribeApplicationInput) (*request.Request, *DescribeApplicationOutput)

	DescribeApplicationInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeApplicationInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeApplicationInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeApplicationInstance(*DescribeApplicationInstanceInput) (*DescribeApplicationInstanceOutput, error)
	DescribeApplicationInstanceWithContext(volcengine.Context, *DescribeApplicationInstanceInput, ...request.Option) (*DescribeApplicationInstanceOutput, error)
	DescribeApplicationInstanceRequest(*DescribeApplicationInstanceInput) (*request.Request, *DescribeApplicationInstanceOutput)

	DescribeProjectCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeProjectCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeProjectCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeProject(*DescribeProjectInput) (*DescribeProjectOutput, error)
	DescribeProjectWithContext(volcengine.Context, *DescribeProjectInput, ...request.Option) (*DescribeProjectOutput, error)
	DescribeProjectRequest(*DescribeProjectInput) (*request.Request, *DescribeProjectOutput)

	DetailCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DetailCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DetailCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	Detail(*DetailInput) (*DetailOutput, error)
	DetailWithContext(volcengine.Context, *DetailInput, ...request.Option) (*DetailOutput, error)
	DetailRequest(*DetailInput) (*request.Request, *DetailOutput)

	ExitResourcePoolCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ExitResourcePoolCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ExitResourcePoolCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ExitResourcePool(*ExitResourcePoolInput) (*ExitResourcePoolOutput, error)
	ExitResourcePoolWithContext(volcengine.Context, *ExitResourcePoolInput, ...request.Option) (*ExitResourcePoolOutput, error)
	ExitResourcePoolRequest(*ExitResourcePoolInput) (*request.Request, *ExitResourcePoolOutput)

	GetApplicationCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetApplicationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetApplicationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetApplication(*GetApplicationInput) (*GetApplicationOutput, error)
	GetApplicationWithContext(volcengine.Context, *GetApplicationInput, ...request.Option) (*GetApplicationOutput, error)
	GetApplicationRequest(*GetApplicationInput) (*request.Request, *GetApplicationOutput)

	ListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	List(*ListInput) (*ListOutput, error)
	ListWithContext(volcengine.Context, *ListInput, ...request.Option) (*ListOutput, error)
	ListRequest(*ListInput) (*request.Request, *ListOutput)

	ListApplicationHistoryCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListApplicationHistoryCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListApplicationHistoryCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListApplicationHistory(*ListApplicationHistoryInput) (*ListApplicationHistoryOutput, error)
	ListApplicationHistoryWithContext(volcengine.Context, *ListApplicationHistoryInput, ...request.Option) (*ListApplicationHistoryOutput, error)
	ListApplicationHistoryRequest(*ListApplicationHistoryInput) (*request.Request, *ListApplicationHistoryOutput)

	ListApplicationInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListApplicationInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListApplicationInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListApplicationInstance(*ListApplicationInstanceInput) (*ListApplicationInstanceOutput, error)
	ListApplicationInstanceWithContext(volcengine.Context, *ListApplicationInstanceInput, ...request.Option) (*ListApplicationInstanceOutput, error)
	ListApplicationInstanceRequest(*ListApplicationInstanceInput) (*request.Request, *ListApplicationInstanceOutput)

	ListProjectCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListProjectCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListProjectCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListProject(*ListProjectInput) (*ListProjectOutput, error)
	ListProjectWithContext(volcengine.Context, *ListProjectInput, ...request.Option) (*ListProjectOutput, error)
	ListProjectRequest(*ListProjectInput) (*request.Request, *ListProjectOutput)

	ListZoneCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListZoneCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListZoneCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListZone(*volcengineCommonQuery) (*volcengineCommonQuery, error)
	ListZoneWithContext(volcengine.Context, *volcengineCommonQuery, ...request.Option) (*volcengineCommonQuery, error)
	ListZoneRequest(*volcengineCommonQuery) (*request.Request, *volcengineCommonQuery)

	StartApplicationCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StartApplicationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StartApplicationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StartApplication(*StartApplicationInput) (*StartApplicationOutput, error)
	StartApplicationWithContext(volcengine.Context, *StartApplicationInput, ...request.Option) (*StartApplicationOutput, error)
	StartApplicationRequest(*StartApplicationInput) (*request.Request, *StartApplicationOutput)

	StopApplicationCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StopApplicationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StopApplicationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StopApplication(*StopApplicationInput) (*StopApplicationOutput, error)
	StopApplicationWithContext(volcengine.Context, *StopApplicationInput, ...request.Option) (*StopApplicationOutput, error)
	StopApplicationRequest(*StopApplicationInput) (*request.Request, *StopApplicationOutput)

	UpdateApplicationCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateApplicationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateApplicationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateApplication(*UpdateApplicationInput) (*UpdateApplicationOutput, error)
	UpdateApplicationWithContext(volcengine.Context, *UpdateApplicationInput, ...request.Option) (*UpdateApplicationOutput, error)
	UpdateApplicationRequest(*UpdateApplicationInput) (*request.Request, *UpdateApplicationOutput)

	UpdateProjectCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateProjectCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateProjectCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateProject(*UpdateProjectInput) (*UpdateProjectOutput, error)
	UpdateProjectWithContext(volcengine.Context, *UpdateProjectInput, ...request.Option) (*UpdateProjectOutput, error)
	UpdateProjectRequest(*UpdateProjectInput) (*request.Request, *UpdateProjectOutput)
}

SPARKAPI provides an interface to enable mocking the spark.SPARK service client's API operation,

// volcengine sdk func uses an SDK service client to make a request to
// SPARK.
func myFunc(svc SPARKAPI) bool {
    // Make svc.CreateApplication request
}

func main() {
    sess := session.New()
    svc := spark.New(sess)

    myFunc(svc)
}

type StartApplicationInput

type StartApplicationInput struct {
	ApplicationTrn *string `type:"string"`

	Args *string `type:"string"`

	Conf map[string]*string `type:"map"`
	// contains filtered or unexported fields
}

func (StartApplicationInput) GoString

func (s StartApplicationInput) GoString() string

GoString returns the string representation

func (*StartApplicationInput) SetApplicationTrn

func (s *StartApplicationInput) SetApplicationTrn(v string) *StartApplicationInput

SetApplicationTrn sets the ApplicationTrn field's value.

func (*StartApplicationInput) SetArgs

SetArgs sets the Args field's value.

func (*StartApplicationInput) SetConf

SetConf sets the Conf field's value.

func (StartApplicationInput) String

func (s StartApplicationInput) String() string

String returns the string representation

type StartApplicationOutput

type StartApplicationOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string"`

	InstanceId *string `type:"string"`

	Status *string `type:"string"`

	Success *bool `type:"boolean"`
	// contains filtered or unexported fields
}

func (StartApplicationOutput) GoString

func (s StartApplicationOutput) GoString() string

GoString returns the string representation

func (*StartApplicationOutput) SetId

SetId sets the Id field's value.

func (*StartApplicationOutput) SetInstanceId

SetInstanceId sets the InstanceId field's value.

func (*StartApplicationOutput) SetStatus

SetStatus sets the Status field's value.

func (*StartApplicationOutput) SetSuccess

SetSuccess sets the Success field's value.

func (StartApplicationOutput) String

func (s StartApplicationOutput) String() string

String returns the string representation

type StopApplicationInput

type StopApplicationInput struct {
	AccountId *string `type:"string"`

	Id *int64 `type:"int64"`

	InstanceId *int64 `type:"int64"`

	JobType *string `type:"string" enum:"EnumOfJobTypeForstopApplicationInput"`

	ProjectId *string `type:"string"`

	UniqueKey *string `type:"string"`

	UserId *string `type:"string"`
	// contains filtered or unexported fields
}

func (StopApplicationInput) GoString

func (s StopApplicationInput) GoString() string

GoString returns the string representation

func (*StopApplicationInput) SetAccountId

func (s *StopApplicationInput) SetAccountId(v string) *StopApplicationInput

SetAccountId sets the AccountId field's value.

func (*StopApplicationInput) SetId

SetId sets the Id field's value.

func (*StopApplicationInput) SetInstanceId

func (s *StopApplicationInput) SetInstanceId(v int64) *StopApplicationInput

SetInstanceId sets the InstanceId field's value.

func (*StopApplicationInput) SetJobType

SetJobType sets the JobType field's value.

func (*StopApplicationInput) SetProjectId

func (s *StopApplicationInput) SetProjectId(v string) *StopApplicationInput

SetProjectId sets the ProjectId field's value.

func (*StopApplicationInput) SetUniqueKey

func (s *StopApplicationInput) SetUniqueKey(v string) *StopApplicationInput

SetUniqueKey sets the UniqueKey field's value.

func (*StopApplicationInput) SetUserId

SetUserId sets the UserId field's value.

func (StopApplicationInput) String

func (s StopApplicationInput) String() string

String returns the string representation

type StopApplicationOutput

type StopApplicationOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string"`

	InstanceId *string `type:"string"`

	Status *string `type:"string"`

	Success *bool `type:"boolean"`
	// contains filtered or unexported fields
}

func (StopApplicationOutput) GoString

func (s StopApplicationOutput) GoString() string

GoString returns the string representation

func (*StopApplicationOutput) SetId

SetId sets the Id field's value.

func (*StopApplicationOutput) SetInstanceId

func (s *StopApplicationOutput) SetInstanceId(v string) *StopApplicationOutput

SetInstanceId sets the InstanceId field's value.

func (*StopApplicationOutput) SetStatus

SetStatus sets the Status field's value.

func (*StopApplicationOutput) SetSuccess

SetSuccess sets the Success field's value.

func (StopApplicationOutput) String

func (s StopApplicationOutput) String() string

String returns the string representation

type UpdateApplicationInput

type UpdateApplicationInput struct {
	ApplicationTrn *string `type:"string"`

	Args *string `type:"string"`

	Conf map[string]*string `type:"map"`

	Dependency *DependencyForupdateApplicationInput `type:"structure"`

	DeployRequest *DeployRequestForupdateApplicationInput `type:"structure"`

	EngineVersion *string `type:"string" enum:"EnumOfEngineVersionForupdateApplicationInput"`

	Image *string `type:"string"`

	Jar *string `type:"string"`

	JobName *string `type:"string"`

	MainClass *string `type:"string"`

	SqlText *string `type:"string"`

	UniqueKey *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateApplicationInput) GoString

func (s UpdateApplicationInput) GoString() string

GoString returns the string representation

func (*UpdateApplicationInput) SetApplicationTrn

func (s *UpdateApplicationInput) SetApplicationTrn(v string) *UpdateApplicationInput

SetApplicationTrn sets the ApplicationTrn field's value.

func (*UpdateApplicationInput) SetArgs

SetArgs sets the Args field's value.

func (*UpdateApplicationInput) SetConf

SetConf sets the Conf field's value.

func (*UpdateApplicationInput) SetDependency

SetDependency sets the Dependency field's value.

func (*UpdateApplicationInput) SetDeployRequest

SetDeployRequest sets the DeployRequest field's value.

func (*UpdateApplicationInput) SetEngineVersion

func (s *UpdateApplicationInput) SetEngineVersion(v string) *UpdateApplicationInput

SetEngineVersion sets the EngineVersion field's value.

func (*UpdateApplicationInput) SetImage

SetImage sets the Image field's value.

func (*UpdateApplicationInput) SetJar

SetJar sets the Jar field's value.

func (*UpdateApplicationInput) SetJobName

SetJobName sets the JobName field's value.

func (*UpdateApplicationInput) SetMainClass

SetMainClass sets the MainClass field's value.

func (*UpdateApplicationInput) SetSqlText

SetSqlText sets the SqlText field's value.

func (*UpdateApplicationInput) SetUniqueKey

SetUniqueKey sets the UniqueKey field's value.

func (UpdateApplicationInput) String

func (s UpdateApplicationInput) String() string

String returns the string representation

type UpdateApplicationOutput

type UpdateApplicationOutput struct {
	Metadata *response.ResponseMetadata

	Message *string `type:"string"`

	Status *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateApplicationOutput) GoString

func (s UpdateApplicationOutput) GoString() string

GoString returns the string representation

func (*UpdateApplicationOutput) SetMessage

SetMessage sets the Message field's value.

func (*UpdateApplicationOutput) SetStatus

SetStatus sets the Status field's value.

func (UpdateApplicationOutput) String

func (s UpdateApplicationOutput) String() string

String returns the string representation

type UpdateProjectInput

type UpdateProjectInput struct {
	AuthorityType *string `type:"string" enum:"EnumOfAuthorityTypeForupdateProjectInput"`

	Description *string `type:"string"`

	OwnerId *string `type:"string"`

	ProjectId *string `type:"string"`

	ProjectName *string `type:"string"`

	ProjectType *string `type:"string" enum:"EnumOfProjectTypeForupdateProjectInput"`
	// contains filtered or unexported fields
}

func (UpdateProjectInput) GoString

func (s UpdateProjectInput) GoString() string

GoString returns the string representation

func (*UpdateProjectInput) SetAuthorityType

func (s *UpdateProjectInput) SetAuthorityType(v string) *UpdateProjectInput

SetAuthorityType sets the AuthorityType field's value.

func (*UpdateProjectInput) SetDescription

func (s *UpdateProjectInput) SetDescription(v string) *UpdateProjectInput

SetDescription sets the Description field's value.

func (*UpdateProjectInput) SetOwnerId

func (s *UpdateProjectInput) SetOwnerId(v string) *UpdateProjectInput

SetOwnerId sets the OwnerId field's value.

func (*UpdateProjectInput) SetProjectId

func (s *UpdateProjectInput) SetProjectId(v string) *UpdateProjectInput

SetProjectId sets the ProjectId field's value.

func (*UpdateProjectInput) SetProjectName

func (s *UpdateProjectInput) SetProjectName(v string) *UpdateProjectInput

SetProjectName sets the ProjectName field's value.

func (*UpdateProjectInput) SetProjectType

func (s *UpdateProjectInput) SetProjectType(v string) *UpdateProjectInput

SetProjectType sets the ProjectType field's value.

func (UpdateProjectInput) String

func (s UpdateProjectInput) String() string

String returns the string representation

type UpdateProjectOutput

type UpdateProjectOutput struct {
	Metadata *response.ResponseMetadata

	Message *string `type:"string"`

	Status *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateProjectOutput) GoString

func (s UpdateProjectOutput) GoString() string

GoString returns the string representation

func (*UpdateProjectOutput) SetMessage

SetMessage sets the Message field's value.

func (*UpdateProjectOutput) SetStatus

SetStatus sets the Status field's value.

func (UpdateProjectOutput) String

func (s UpdateProjectOutput) String() string

String returns the string representation

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL