spark

package
v1.0.82 Latest Latest
Warning

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

Go to latest
Published: May 25, 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 (
	// EnumOfEngineVersionForlistAppInstanceInputFlinkVersion111 is a EnumOfEngineVersionForlistAppInstanceInput enum value
	EnumOfEngineVersionForlistAppInstanceInputFlinkVersion111 = "FLINK_VERSION_1_11"

	// EnumOfEngineVersionForlistAppInstanceInputFlinkVersion112 is a EnumOfEngineVersionForlistAppInstanceInput enum value
	EnumOfEngineVersionForlistAppInstanceInputFlinkVersion112 = "FLINK_VERSION_1_12"

	// EnumOfEngineVersionForlistAppInstanceInputFlinkVersion116 is a EnumOfEngineVersionForlistAppInstanceInput enum value
	EnumOfEngineVersionForlistAppInstanceInputFlinkVersion116 = "FLINK_VERSION_1_16"

	// EnumOfEngineVersionForlistAppInstanceInputSparkVersion301Os is a EnumOfEngineVersionForlistAppInstanceInput enum value
	EnumOfEngineVersionForlistAppInstanceInputSparkVersion301Os = "SPARK_VERSION_3_0_1_OS"

	// EnumOfEngineVersionForlistAppInstanceInputSparkVersion322 is a EnumOfEngineVersionForlistAppInstanceInput enum value
	EnumOfEngineVersionForlistAppInstanceInputSparkVersion322 = "SPARK_VERSION_3_2_2"

	// EnumOfEngineVersionForlistAppInstanceInputRayVersion113 is a EnumOfEngineVersionForlistAppInstanceInput enum value
	EnumOfEngineVersionForlistAppInstanceInputRayVersion113 = "RAY_VERSION_1_13"

	// EnumOfEngineVersionForlistAppInstanceInputPrimusVersion113 is a EnumOfEngineVersionForlistAppInstanceInput enum value
	EnumOfEngineVersionForlistAppInstanceInputPrimusVersion113 = "PRIMUS_VERSION_1_13"

	// EnumOfEngineVersionForlistAppInstanceInputUnknown is a EnumOfEngineVersionForlistAppInstanceInput enum value
	EnumOfEngineVersionForlistAppInstanceInputUnknown = "UNKNOWN"
)
View Source
const (
	// EnumOfStateForlistAppInstanceInputDeployed is a EnumOfStateForlistAppInstanceInput enum value
	EnumOfStateForlistAppInstanceInputDeployed = "DEPLOYED"

	// EnumOfStateForlistAppInstanceInputCreated is a EnumOfStateForlistAppInstanceInput enum value
	EnumOfStateForlistAppInstanceInputCreated = "CREATED"

	// EnumOfStateForlistAppInstanceInputStarting is a EnumOfStateForlistAppInstanceInput enum value
	EnumOfStateForlistAppInstanceInputStarting = "STARTING"

	// EnumOfStateForlistAppInstanceInputRunning is a EnumOfStateForlistAppInstanceInput enum value
	EnumOfStateForlistAppInstanceInputRunning = "RUNNING"

	// EnumOfStateForlistAppInstanceInputFailed is a EnumOfStateForlistAppInstanceInput enum value
	EnumOfStateForlistAppInstanceInputFailed = "FAILED"

	// EnumOfStateForlistAppInstanceInputCancelling is a EnumOfStateForlistAppInstanceInput enum value
	EnumOfStateForlistAppInstanceInputCancelling = "CANCELLING"

	// EnumOfStateForlistAppInstanceInputSucceeded is a EnumOfStateForlistAppInstanceInput enum value
	EnumOfStateForlistAppInstanceInputSucceeded = "SUCCEEDED"

	// EnumOfStateForlistAppInstanceInputStopped is a EnumOfStateForlistAppInstanceInput enum value
	EnumOfStateForlistAppInstanceInputStopped = "STOPPED"

	// EnumOfStateForlistAppInstanceInputUnknown is a EnumOfStateForlistAppInstanceInput enum value
	EnumOfStateForlistAppInstanceInputUnknown = "UNKNOWN"
)
View Source
const (
	// EnumOfStateForlistApplicationInputDeployed is a EnumOfStateForlistApplicationInput enum value
	EnumOfStateForlistApplicationInputDeployed = "DEPLOYED"

	// EnumOfStateForlistApplicationInputCreated is a EnumOfStateForlistApplicationInput enum value
	EnumOfStateForlistApplicationInputCreated = "CREATED"

	// EnumOfStateForlistApplicationInputStarting is a EnumOfStateForlistApplicationInput enum value
	EnumOfStateForlistApplicationInputStarting = "STARTING"

	// EnumOfStateForlistApplicationInputRunning is a EnumOfStateForlistApplicationInput enum value
	EnumOfStateForlistApplicationInputRunning = "RUNNING"

	// EnumOfStateForlistApplicationInputFailed is a EnumOfStateForlistApplicationInput enum value
	EnumOfStateForlistApplicationInputFailed = "FAILED"

	// EnumOfStateForlistApplicationInputCancelling is a EnumOfStateForlistApplicationInput enum value
	EnumOfStateForlistApplicationInputCancelling = "CANCELLING"

	// EnumOfStateForlistApplicationInputSucceeded is a EnumOfStateForlistApplicationInput enum value
	EnumOfStateForlistApplicationInputSucceeded = "SUCCEEDED"

	// EnumOfStateForlistApplicationInputStopped is a EnumOfStateForlistApplicationInput enum value
	EnumOfStateForlistApplicationInputStopped = "STOPPED"

	// EnumOfStateForlistApplicationInputUnknown is a EnumOfStateForlistApplicationInput enum value
	EnumOfStateForlistApplicationInputUnknown = "UNKNOWN"
)
View Source
const (
	// EnumOfEngineVersionFormodifyApplicationInputSparkVersion301Os is a EnumOfEngineVersionFormodifyApplicationInput enum value
	EnumOfEngineVersionFormodifyApplicationInputSparkVersion301Os = "SPARK_VERSION_3_0_1_OS"

	// EnumOfEngineVersionFormodifyApplicationInputSparkVersion322 is a EnumOfEngineVersionFormodifyApplicationInput enum value
	EnumOfEngineVersionFormodifyApplicationInputSparkVersion322 = "SPARK_VERSION_3_2_2"
)
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 (
	// 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 CreateResourcePoolInput added in v1.0.74

type CreateResourcePoolInput 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 []*ResourceForcreateResourcePoolInput `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 (CreateResourcePoolInput) GoString added in v1.0.74

func (s CreateResourcePoolInput) GoString() string

GoString returns the string representation

func (*CreateResourcePoolInput) SetBillingType added in v1.0.74

SetBillingType sets the BillingType field's value.

func (*CreateResourcePoolInput) SetName added in v1.0.74

SetName sets the Name field's value.

func (*CreateResourcePoolInput) SetProjectId added in v1.0.74

SetProjectId sets the ProjectId field's value.

func (*CreateResourcePoolInput) SetResources added in v1.0.74

SetResources sets the Resources field's value.

func (*CreateResourcePoolInput) SetSecurityGroupIdList added in v1.0.74

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

SetSecurityGroupIdList sets the SecurityGroupIdList field's value.

func (*CreateResourcePoolInput) SetSubnetIdList added in v1.0.74

func (s *CreateResourcePoolInput) SetSubnetIdList(v []*string) *CreateResourcePoolInput

SetSubnetIdList sets the SubnetIdList field's value.

func (*CreateResourcePoolInput) SetVpcId added in v1.0.74

SetVpcId sets the VpcId field's value.

func (*CreateResourcePoolInput) SetZoneId added in v1.0.74

SetZoneId sets the ZoneId field's value.

func (CreateResourcePoolInput) String added in v1.0.74

func (s CreateResourcePoolInput) String() string

String returns the string representation

func (*CreateResourcePoolInput) Validate added in v1.0.74

func (s *CreateResourcePoolInput) Validate() error

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

type CreateResourcePoolOutput added in v1.0.74

type CreateResourcePoolOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreateResourcePoolOutput) GoString added in v1.0.74

func (s CreateResourcePoolOutput) GoString() string

GoString returns the string representation

func (*CreateResourcePoolOutput) SetResourcePoolTrn added in v1.0.74

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

SetResourcePoolTrn sets the ResourcePoolTrn field's value.

func (CreateResourcePoolOutput) String added in v1.0.74

func (s CreateResourcePoolOutput) String() 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 DataListForlistResourcePoolOutput added in v1.0.74

type DataListForlistResourcePoolOutput 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 (DataListForlistResourcePoolOutput) GoString added in v1.0.74

GoString returns the string representation

func (*DataListForlistResourcePoolOutput) SetBillingType added in v1.0.74

SetBillingType sets the BillingType field's value.

func (*DataListForlistResourcePoolOutput) SetCreateTime added in v1.0.74

SetCreateTime sets the CreateTime field's value.

func (*DataListForlistResourcePoolOutput) SetName added in v1.0.74

SetName sets the Name field's value.

func (*DataListForlistResourcePoolOutput) SetProjectId added in v1.0.74

SetProjectId sets the ProjectId field's value.

func (*DataListForlistResourcePoolOutput) SetRegionId added in v1.0.74

SetRegionId sets the RegionId field's value.

func (*DataListForlistResourcePoolOutput) SetResourcePoolTrn added in v1.0.74

SetResourcePoolTrn sets the ResourcePoolTrn field's value.

func (*DataListForlistResourcePoolOutput) SetStatus added in v1.0.74

SetStatus sets the Status field's value.

func (*DataListForlistResourcePoolOutput) SetStatusMessage added in v1.0.74

SetStatusMessage sets the StatusMessage field's value.

func (*DataListForlistResourcePoolOutput) SetUpdateTime added in v1.0.74

SetUpdateTime sets the UpdateTime field's value.

func (*DataListForlistResourcePoolOutput) SetZoneId added in v1.0.74

SetZoneId sets the ZoneId field's value.

func (DataListForlistResourcePoolOutput) String added in v1.0.74

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 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 DeleteResourcePoolInput added in v1.0.74

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

func (DeleteResourcePoolInput) GoString added in v1.0.74

func (s DeleteResourcePoolInput) GoString() string

GoString returns the string representation

func (*DeleteResourcePoolInput) SetResourcePoolTrn added in v1.0.74

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

SetResourcePoolTrn sets the ResourcePoolTrn field's value.

func (DeleteResourcePoolInput) String added in v1.0.74

func (s DeleteResourcePoolInput) String() string

String returns the string representation

type DeleteResourcePoolOutput added in v1.0.74

type DeleteResourcePoolOutput struct {
	Metadata *response.ResponseMetadata

	Message *string `type:"string"`

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

func (DeleteResourcePoolOutput) GoString added in v1.0.74

func (s DeleteResourcePoolOutput) GoString() string

GoString returns the string representation

func (*DeleteResourcePoolOutput) SetMessage added in v1.0.74

SetMessage sets the Message field's value.

func (*DeleteResourcePoolOutput) SetStatus added in v1.0.74

SetStatus sets the Status field's value.

func (DeleteResourcePoolOutput) String added in v1.0.74

func (s DeleteResourcePoolOutput) 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 DependencyForlistApplicationOutput added in v1.0.74

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

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

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

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

func (DependencyForlistApplicationOutput) GoString added in v1.0.74

GoString returns the string representation

func (*DependencyForlistApplicationOutput) SetArchives added in v1.0.74

SetArchives sets the Archives field's value.

func (*DependencyForlistApplicationOutput) SetFiles added in v1.0.74

SetFiles sets the Files field's value.

func (*DependencyForlistApplicationOutput) SetJars added in v1.0.74

SetJars sets the Jars field's value.

func (*DependencyForlistApplicationOutput) SetPyFiles added in v1.0.74

SetPyFiles sets the PyFiles field's value.

func (DependencyForlistApplicationOutput) String added in v1.0.74

String returns the string representation

type DependencyFormodifyApplicationInput added in v1.0.74

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

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

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

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

func (DependencyFormodifyApplicationInput) GoString added in v1.0.74

GoString returns the string representation

func (*DependencyFormodifyApplicationInput) SetArchives added in v1.0.74

SetArchives sets the Archives field's value.

func (*DependencyFormodifyApplicationInput) SetFiles added in v1.0.74

SetFiles sets the Files field's value.

func (*DependencyFormodifyApplicationInput) SetJars added in v1.0.74

SetJars sets the Jars field's value.

func (*DependencyFormodifyApplicationInput) SetPyFiles added in v1.0.74

SetPyFiles sets the PyFiles field's value.

func (DependencyFormodifyApplicationInput) String added in v1.0.74

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 DeployRequestForlistApplicationOutput added in v1.0.74

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

	ResourcePoolTrn *string `type:"string"`

	SchedulePolicy *string `type:"string"`

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

func (DeployRequestForlistApplicationOutput) GoString added in v1.0.74

GoString returns the string representation

func (*DeployRequestForlistApplicationOutput) SetPriority added in v1.0.74

SetPriority sets the Priority field's value.

func (*DeployRequestForlistApplicationOutput) SetResourcePoolTrn added in v1.0.74

SetResourcePoolTrn sets the ResourcePoolTrn field's value.

func (*DeployRequestForlistApplicationOutput) SetSchedulePolicy added in v1.0.74

SetSchedulePolicy sets the SchedulePolicy field's value.

func (*DeployRequestForlistApplicationOutput) SetScheduleTimeout added in v1.0.74

SetScheduleTimeout sets the ScheduleTimeout field's value.

func (DeployRequestForlistApplicationOutput) String added in v1.0.74

String returns the string representation

type DeployRequestFormodifyApplicationInput added in v1.0.74

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

	ResourcePoolTrn *string `type:"string"`

	SchedulePolicy *string `type:"string"`

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

func (DeployRequestFormodifyApplicationInput) GoString added in v1.0.74

GoString returns the string representation

func (*DeployRequestFormodifyApplicationInput) SetPriority added in v1.0.74

SetPriority sets the Priority field's value.

func (*DeployRequestFormodifyApplicationInput) SetResourcePoolTrn added in v1.0.74

SetResourcePoolTrn sets the ResourcePoolTrn field's value.

func (*DeployRequestFormodifyApplicationInput) SetSchedulePolicy added in v1.0.74

SetSchedulePolicy sets the SchedulePolicy field's value.

func (*DeployRequestFormodifyApplicationInput) SetScheduleTimeout added in v1.0.74

SetScheduleTimeout sets the ScheduleTimeout field's value.

func (DeployRequestFormodifyApplicationInput) String added in v1.0.74

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 DescribeResourcePoolInput added in v1.0.74

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

func (DescribeResourcePoolInput) GoString added in v1.0.74

func (s DescribeResourcePoolInput) GoString() string

GoString returns the string representation

func (*DescribeResourcePoolInput) SetResourcePoolTrn added in v1.0.74

SetResourcePoolTrn sets the ResourcePoolTrn field's value.

func (DescribeResourcePoolInput) String added in v1.0.74

func (s DescribeResourcePoolInput) String() string

String returns the string representation

type DescribeResourcePoolOutput added in v1.0.74

type DescribeResourcePoolOutput 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 (DescribeResourcePoolOutput) GoString added in v1.0.74

func (s DescribeResourcePoolOutput) GoString() string

GoString returns the string representation

func (*DescribeResourcePoolOutput) SetBillingType added in v1.0.74

SetBillingType sets the BillingType field's value.

func (*DescribeResourcePoolOutput) SetCreateTime added in v1.0.74

SetCreateTime sets the CreateTime field's value.

func (*DescribeResourcePoolOutput) SetName added in v1.0.74

SetName sets the Name field's value.

func (*DescribeResourcePoolOutput) SetProjectId added in v1.0.74

SetProjectId sets the ProjectId field's value.

func (*DescribeResourcePoolOutput) SetRegionId added in v1.0.74

SetRegionId sets the RegionId field's value.

func (*DescribeResourcePoolOutput) SetResourcePoolTrn added in v1.0.74

SetResourcePoolTrn sets the ResourcePoolTrn field's value.

func (*DescribeResourcePoolOutput) SetStatus added in v1.0.74

SetStatus sets the Status field's value.

func (*DescribeResourcePoolOutput) SetStatusMessage added in v1.0.74

SetStatusMessage sets the StatusMessage field's value.

func (*DescribeResourcePoolOutput) SetUpdateTime added in v1.0.74

SetUpdateTime sets the UpdateTime field's value.

func (*DescribeResourcePoolOutput) SetZoneId added in v1.0.74

SetZoneId sets the ZoneId field's value.

func (DescribeResourcePoolOutput) String added in v1.0.74

String returns the string representation

type ExistResourcePoolInput added in v1.0.74

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

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

func (ExistResourcePoolInput) GoString added in v1.0.74

func (s ExistResourcePoolInput) GoString() string

GoString returns the string representation

func (*ExistResourcePoolInput) SetName added in v1.0.74

SetName sets the Name field's value.

func (*ExistResourcePoolInput) SetProjectId added in v1.0.74

SetProjectId sets the ProjectId field's value.

func (ExistResourcePoolInput) String added in v1.0.74

func (s ExistResourcePoolInput) String() string

String returns the string representation

type ExistResourcePoolOutput added in v1.0.74

type ExistResourcePoolOutput struct {
	Metadata *response.ResponseMetadata

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

func (ExistResourcePoolOutput) GoString added in v1.0.74

func (s ExistResourcePoolOutput) GoString() string

GoString returns the string representation

func (*ExistResourcePoolOutput) SetExisted added in v1.0.74

SetExisted sets the Existed field's value.

func (ExistResourcePoolOutput) String added in v1.0.74

func (s ExistResourcePoolOutput) 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 ListAppInstanceInput added in v1.0.74

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

	ApplicationTrn *string `type:"string"`

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

	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:"EnumOfStateForlistAppInstanceInput"`
	// contains filtered or unexported fields
}

func (ListAppInstanceInput) GoString added in v1.0.74

func (s ListAppInstanceInput) GoString() string

GoString returns the string representation

func (*ListAppInstanceInput) SetApplicationName added in v1.0.74

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

SetApplicationName sets the ApplicationName field's value.

func (*ListAppInstanceInput) SetApplicationTrn added in v1.0.74

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

SetApplicationTrn sets the ApplicationTrn field's value.

func (*ListAppInstanceInput) SetEngineVersion added in v1.0.74

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

SetEngineVersion sets the EngineVersion field's value.

func (*ListAppInstanceInput) SetInstanceId added in v1.0.74

func (s *ListAppInstanceInput) SetInstanceId(v int64) *ListAppInstanceInput

SetInstanceId sets the InstanceId field's value.

func (*ListAppInstanceInput) SetPageNum added in v1.0.74

SetPageNum sets the PageNum field's value.

func (*ListAppInstanceInput) SetPageSize added in v1.0.74

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

SetPageSize sets the PageSize field's value.

func (*ListAppInstanceInput) SetProjectId added in v1.0.74

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

SetProjectId sets the ProjectId field's value.

func (*ListAppInstanceInput) SetResourcePoolTrn added in v1.0.74

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

SetResourcePoolTrn sets the ResourcePoolTrn field's value.

func (*ListAppInstanceInput) SetSortField added in v1.0.74

func (s *ListAppInstanceInput) SetSortField(v string) *ListAppInstanceInput

SetSortField sets the SortField field's value.

func (*ListAppInstanceInput) SetSortOrder added in v1.0.74

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

SetSortOrder sets the SortOrder field's value.

func (*ListAppInstanceInput) SetState added in v1.0.74

SetState sets the State field's value.

func (ListAppInstanceInput) String added in v1.0.74

func (s ListAppInstanceInput) String() string

String returns the string representation

type ListAppInstanceOutput added in v1.0.74

type ListAppInstanceOutput 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 (ListAppInstanceOutput) GoString added in v1.0.74

func (s ListAppInstanceOutput) GoString() string

GoString returns the string representation

func (*ListAppInstanceOutput) SetCurrent added in v1.0.74

SetCurrent sets the Current field's value.

func (*ListAppInstanceOutput) SetRecords added in v1.0.74

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

SetRecords sets the Records field's value.

func (*ListAppInstanceOutput) SetSize added in v1.0.74

SetSize sets the Size field's value.

func (*ListAppInstanceOutput) SetTotal added in v1.0.74

SetTotal sets the Total field's value.

func (ListAppInstanceOutput) String added in v1.0.74

func (s ListAppInstanceOutput) 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 ListApplicationInput added in v1.0.74

type ListApplicationInput 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:"EnumOfStateForlistApplicationInput"`
	// contains filtered or unexported fields
}

func (ListApplicationInput) GoString added in v1.0.74

func (s ListApplicationInput) GoString() string

GoString returns the string representation

func (*ListApplicationInput) SetApplicationName added in v1.0.74

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

SetApplicationName sets the ApplicationName field's value.

func (*ListApplicationInput) SetApplicationTrn added in v1.0.74

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

SetApplicationTrn sets the ApplicationTrn field's value.

func (*ListApplicationInput) SetPageNum added in v1.0.74

SetPageNum sets the PageNum field's value.

func (*ListApplicationInput) SetPageSize added in v1.0.74

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

SetPageSize sets the PageSize field's value.

func (*ListApplicationInput) SetProjectId added in v1.0.74

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

SetProjectId sets the ProjectId field's value.

func (*ListApplicationInput) SetSortFiled added in v1.0.74

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

SetSortFiled sets the SortFiled field's value.

func (*ListApplicationInput) SetSortOrder added in v1.0.74

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

SetSortOrder sets the SortOrder field's value.

func (*ListApplicationInput) SetState added in v1.0.74

SetState sets the State field's value.

func (ListApplicationInput) String added in v1.0.74

func (s ListApplicationInput) String() string

String returns the string representation

type ListApplicationOutput added in v1.0.74

type ListApplicationOutput struct {
	Metadata *response.ResponseMetadata

	Current *string `type:"string"`

	PageSize *string `type:"string"`

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

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

func (ListApplicationOutput) GoString added in v1.0.74

func (s ListApplicationOutput) GoString() string

GoString returns the string representation

func (*ListApplicationOutput) SetCurrent added in v1.0.74

SetCurrent sets the Current field's value.

func (*ListApplicationOutput) SetPageSize added in v1.0.74

SetPageSize sets the PageSize field's value.

func (*ListApplicationOutput) SetRecords added in v1.0.74

SetRecords sets the Records field's value.

func (*ListApplicationOutput) SetTotal added in v1.0.74

SetTotal sets the Total field's value.

func (ListApplicationOutput) String added in v1.0.74

func (s ListApplicationOutput) 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 ListResourcePoolInput added in v1.0.74

type ListResourcePoolInput 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 (ListResourcePoolInput) GoString added in v1.0.74

func (s ListResourcePoolInput) GoString() string

GoString returns the string representation

func (*ListResourcePoolInput) SetNameKey added in v1.0.74

SetNameKey sets the NameKey field's value.

func (*ListResourcePoolInput) SetPageNum added in v1.0.74

SetPageNum sets the PageNum field's value.

func (*ListResourcePoolInput) SetPageSize added in v1.0.74

SetPageSize sets the PageSize field's value.

func (*ListResourcePoolInput) SetProjectId added in v1.0.74

SetProjectId sets the ProjectId field's value.

func (*ListResourcePoolInput) SetStatusKey added in v1.0.74

SetStatusKey sets the StatusKey field's value.

func (*ListResourcePoolInput) SetZoneId added in v1.0.74

SetZoneId sets the ZoneId field's value.

func (ListResourcePoolInput) String added in v1.0.74

func (s ListResourcePoolInput) String() string

String returns the string representation

type ListResourcePoolOutput added in v1.0.74

type ListResourcePoolOutput struct {
	Metadata *response.ResponseMetadata

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

	PageNum *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

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

func (ListResourcePoolOutput) GoString added in v1.0.74

func (s ListResourcePoolOutput) GoString() string

GoString returns the string representation

func (*ListResourcePoolOutput) SetDataList added in v1.0.74

SetDataList sets the DataList field's value.

func (*ListResourcePoolOutput) SetPageNum added in v1.0.74

SetPageNum sets the PageNum field's value.

func (*ListResourcePoolOutput) SetPageSize added in v1.0.74

SetPageSize sets the PageSize field's value.

func (*ListResourcePoolOutput) SetTotal added in v1.0.74

SetTotal sets the Total field's value.

func (ListResourcePoolOutput) String added in v1.0.74

func (s ListResourcePoolOutput) String() string

String returns the string representation

type ModifyApplicationInput added in v1.0.74

type ModifyApplicationInput struct {
	ApplicationTrn *string `type:"string"`

	Args *string `type:"string"`

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

	Dependency *DependencyFormodifyApplicationInput `type:"structure"`

	DeployRequest *DeployRequestFormodifyApplicationInput `type:"structure"`

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

	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 (ModifyApplicationInput) GoString added in v1.0.74

func (s ModifyApplicationInput) GoString() string

GoString returns the string representation

func (*ModifyApplicationInput) SetApplicationTrn added in v1.0.74

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

SetApplicationTrn sets the ApplicationTrn field's value.

func (*ModifyApplicationInput) SetArgs added in v1.0.74

SetArgs sets the Args field's value.

func (*ModifyApplicationInput) SetConf added in v1.0.74

SetConf sets the Conf field's value.

func (*ModifyApplicationInput) SetDependency added in v1.0.74

SetDependency sets the Dependency field's value.

func (*ModifyApplicationInput) SetDeployRequest added in v1.0.74

SetDeployRequest sets the DeployRequest field's value.

func (*ModifyApplicationInput) SetEngineVersion added in v1.0.74

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

SetEngineVersion sets the EngineVersion field's value.

func (*ModifyApplicationInput) SetImage added in v1.0.74

SetImage sets the Image field's value.

func (*ModifyApplicationInput) SetJar added in v1.0.74

SetJar sets the Jar field's value.

func (*ModifyApplicationInput) SetJobName added in v1.0.74

SetJobName sets the JobName field's value.

func (*ModifyApplicationInput) SetMainClass added in v1.0.74

SetMainClass sets the MainClass field's value.

func (*ModifyApplicationInput) SetSqlText added in v1.0.74

SetSqlText sets the SqlText field's value.

func (*ModifyApplicationInput) SetUniqueKey added in v1.0.74

SetUniqueKey sets the UniqueKey field's value.

func (ModifyApplicationInput) String added in v1.0.74

func (s ModifyApplicationInput) String() string

String returns the string representation

type ModifyApplicationOutput added in v1.0.74

type ModifyApplicationOutput struct {
	Metadata *response.ResponseMetadata

	Message *string `type:"string"`

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

func (ModifyApplicationOutput) GoString added in v1.0.74

func (s ModifyApplicationOutput) GoString() string

GoString returns the string representation

func (*ModifyApplicationOutput) SetMessage added in v1.0.74

SetMessage sets the Message field's value.

func (*ModifyApplicationOutput) SetStatus added in v1.0.74

SetStatus sets the Status field's value.

func (ModifyApplicationOutput) String added in v1.0.74

func (s ModifyApplicationOutput) String() string

String returns the string representation

type RecordForlistApplicationOutput added in v1.0.74

type RecordForlistApplicationOutput 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 *DependencyForlistApplicationOutput `type:"structure"`

	DeployRequest *DeployRequestForlistApplicationOutput `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 (RecordForlistApplicationOutput) GoString added in v1.0.74

GoString returns the string representation

func (*RecordForlistApplicationOutput) SetAlert added in v1.0.74

SetAlert sets the Alert field's value.

func (*RecordForlistApplicationOutput) SetApplicationName added in v1.0.74

SetApplicationName sets the ApplicationName field's value.

func (*RecordForlistApplicationOutput) SetApplicationTrn added in v1.0.74

SetApplicationTrn sets the ApplicationTrn field's value.

func (*RecordForlistApplicationOutput) SetApplicationType added in v1.0.74

SetApplicationType sets the ApplicationType field's value.

func (*RecordForlistApplicationOutput) SetArgs added in v1.0.74

SetArgs sets the Args field's value.

func (*RecordForlistApplicationOutput) SetConf added in v1.0.74

SetConf sets the Conf field's value.

func (*RecordForlistApplicationOutput) SetDependency added in v1.0.74

SetDependency sets the Dependency field's value.

func (*RecordForlistApplicationOutput) SetDeployRequest added in v1.0.74

SetDeployRequest sets the DeployRequest field's value.

func (*RecordForlistApplicationOutput) SetEngineVersion added in v1.0.74

SetEngineVersion sets the EngineVersion field's value.

func (*RecordForlistApplicationOutput) SetImage added in v1.0.74

SetImage sets the Image field's value.

func (*RecordForlistApplicationOutput) SetIsLatestVersion added in v1.0.74

SetIsLatestVersion sets the IsLatestVersion field's value.

func (*RecordForlistApplicationOutput) SetJar added in v1.0.74

SetJar sets the Jar field's value.

func (*RecordForlistApplicationOutput) SetLatestVersion added in v1.0.74

SetLatestVersion sets the LatestVersion field's value.

func (*RecordForlistApplicationOutput) SetMainClass added in v1.0.74

SetMainClass sets the MainClass field's value.

func (*RecordForlistApplicationOutput) SetProjectId added in v1.0.74

SetProjectId sets the ProjectId field's value.

func (*RecordForlistApplicationOutput) SetRestUrl added in v1.0.74

SetRestUrl sets the RestUrl field's value.

func (*RecordForlistApplicationOutput) SetSqlText added in v1.0.74

SetSqlText sets the SqlText field's value.

func (*RecordForlistApplicationOutput) SetState added in v1.0.74

SetState sets the State field's value.

func (*RecordForlistApplicationOutput) SetUserId added in v1.0.74

SetUserId sets the UserId field's value.

func (*RecordForlistApplicationOutput) SetVersionName added in v1.0.74

SetVersionName sets the VersionName field's value.

func (RecordForlistApplicationOutput) String added in v1.0.74

String returns the string representation

type ResourceForcreateResourcePoolInput added in v1.0.74

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

	Capability *int64 `type:"int64"`

	Units *string `type:"string"`

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

func (ResourceForcreateResourcePoolInput) GoString added in v1.0.74

GoString returns the string representation

func (*ResourceForcreateResourcePoolInput) SetBasic added in v1.0.74

SetBasic sets the Basic field's value.

func (*ResourceForcreateResourcePoolInput) SetCapability added in v1.0.74

SetCapability sets the Capability field's value.

func (*ResourceForcreateResourcePoolInput) SetUnits added in v1.0.74

SetUnits sets the Units field's value.

func (*ResourceForcreateResourcePoolInput) SetUri added in v1.0.74

SetUri sets the Uri field's value.

func (ResourceForcreateResourcePoolInput) String added in v1.0.74

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) CreateResourcePool added in v1.0.74

func (c *SPARK) CreateResourcePool(input *CreateResourcePoolInput) (*CreateResourcePoolOutput, error)

CreateResourcePool 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 CreateResourcePool for usage and error information.

func (*SPARK) CreateResourcePoolCommon added in v1.0.74

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

CreateResourcePoolCommon 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 CreateResourcePoolCommon for usage and error information.

func (*SPARK) CreateResourcePoolCommonRequest added in v1.0.74

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

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

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

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

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

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

func (*SPARK) CreateResourcePoolCommonWithContext added in v1.0.74

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

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

See CreateResourcePoolCommon 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) CreateResourcePoolRequest added in v1.0.74

func (c *SPARK) CreateResourcePoolRequest(input *CreateResourcePoolInput) (req *request.Request, output *CreateResourcePoolOutput)

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

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

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

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

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

func (*SPARK) CreateResourcePoolWithContext added in v1.0.74

func (c *SPARK) CreateResourcePoolWithContext(ctx volcengine.Context, input *CreateResourcePoolInput, opts ...request.Option) (*CreateResourcePoolOutput, error)

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

See CreateResourcePool 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) 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) 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) DeleteResourcePool added in v1.0.74

func (c *SPARK) DeleteResourcePool(input *DeleteResourcePoolInput) (*DeleteResourcePoolOutput, error)

DeleteResourcePool 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 DeleteResourcePool for usage and error information.

func (*SPARK) DeleteResourcePoolCommon added in v1.0.74

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

DeleteResourcePoolCommon 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 DeleteResourcePoolCommon for usage and error information.

func (*SPARK) DeleteResourcePoolCommonRequest added in v1.0.74

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

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

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

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

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

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

func (*SPARK) DeleteResourcePoolCommonWithContext added in v1.0.74

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

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

See DeleteResourcePoolCommon 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) DeleteResourcePoolRequest added in v1.0.74

func (c *SPARK) DeleteResourcePoolRequest(input *DeleteResourcePoolInput) (req *request.Request, output *DeleteResourcePoolOutput)

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

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

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

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

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

func (*SPARK) DeleteResourcePoolWithContext added in v1.0.74

func (c *SPARK) DeleteResourcePoolWithContext(ctx volcengine.Context, input *DeleteResourcePoolInput, opts ...request.Option) (*DeleteResourcePoolOutput, error)

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

See DeleteResourcePool 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) DescribeResourcePool added in v1.0.74

func (c *SPARK) DescribeResourcePool(input *DescribeResourcePoolInput) (*DescribeResourcePoolOutput, error)

DescribeResourcePool 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 DescribeResourcePool for usage and error information.

func (*SPARK) DescribeResourcePoolCommon added in v1.0.74

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

DescribeResourcePoolCommon 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 DescribeResourcePoolCommon for usage and error information.

func (*SPARK) DescribeResourcePoolCommonRequest added in v1.0.74

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

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

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

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

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

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

func (*SPARK) DescribeResourcePoolCommonWithContext added in v1.0.74

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

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

See DescribeResourcePoolCommon 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) DescribeResourcePoolRequest added in v1.0.74

func (c *SPARK) DescribeResourcePoolRequest(input *DescribeResourcePoolInput) (req *request.Request, output *DescribeResourcePoolOutput)

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

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

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

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

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

func (*SPARK) DescribeResourcePoolWithContext added in v1.0.74

func (c *SPARK) DescribeResourcePoolWithContext(ctx volcengine.Context, input *DescribeResourcePoolInput, opts ...request.Option) (*DescribeResourcePoolOutput, error)

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

See DescribeResourcePool 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) ExistResourcePool added in v1.0.74

func (c *SPARK) ExistResourcePool(input *ExistResourcePoolInput) (*ExistResourcePoolOutput, error)

ExistResourcePool 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 ExistResourcePool for usage and error information.

func (*SPARK) ExistResourcePoolCommon added in v1.0.74

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

ExistResourcePoolCommon 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 ExistResourcePoolCommon for usage and error information.

func (*SPARK) ExistResourcePoolCommonRequest added in v1.0.74

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

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

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

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

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

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

func (*SPARK) ExistResourcePoolCommonWithContext added in v1.0.74

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

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

See ExistResourcePoolCommon 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) ExistResourcePoolRequest added in v1.0.74

func (c *SPARK) ExistResourcePoolRequest(input *ExistResourcePoolInput) (req *request.Request, output *ExistResourcePoolOutput)

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

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

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

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

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

func (*SPARK) ExistResourcePoolWithContext added in v1.0.74

func (c *SPARK) ExistResourcePoolWithContext(ctx volcengine.Context, input *ExistResourcePoolInput, opts ...request.Option) (*ExistResourcePoolOutput, error)

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

See ExistResourcePool 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) ListAppInstance added in v1.0.74

func (c *SPARK) ListAppInstance(input *ListAppInstanceInput) (*ListAppInstanceOutput, error)

ListAppInstance 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 ListAppInstance for usage and error information.

func (*SPARK) ListAppInstanceCommon added in v1.0.74

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

ListAppInstanceCommon 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 ListAppInstanceCommon for usage and error information.

func (*SPARK) ListAppInstanceCommonRequest added in v1.0.74

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

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

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

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

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

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

func (*SPARK) ListAppInstanceCommonWithContext added in v1.0.74

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

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

See ListAppInstanceCommon 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) ListAppInstanceRequest added in v1.0.74

func (c *SPARK) ListAppInstanceRequest(input *ListAppInstanceInput) (req *request.Request, output *ListAppInstanceOutput)

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

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

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

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

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

func (*SPARK) ListAppInstanceWithContext added in v1.0.74

func (c *SPARK) ListAppInstanceWithContext(ctx volcengine.Context, input *ListAppInstanceInput, opts ...request.Option) (*ListAppInstanceOutput, error)

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

See ListAppInstance 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) ListApplication added in v1.0.74

func (c *SPARK) ListApplication(input *ListApplicationInput) (*ListApplicationOutput, error)

ListApplication 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 ListApplication for usage and error information.

func (*SPARK) ListApplicationCommon added in v1.0.74

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

ListApplicationCommon 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 ListApplicationCommon for usage and error information.

func (*SPARK) ListApplicationCommonRequest added in v1.0.74

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

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

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

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

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

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

func (*SPARK) ListApplicationCommonWithContext added in v1.0.74

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

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

See ListApplicationCommon 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) 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) ListApplicationRequest added in v1.0.74

func (c *SPARK) ListApplicationRequest(input *ListApplicationInput) (req *request.Request, output *ListApplicationOutput)

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

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

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

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

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

func (*SPARK) ListApplicationWithContext added in v1.0.74

func (c *SPARK) ListApplicationWithContext(ctx volcengine.Context, input *ListApplicationInput, opts ...request.Option) (*ListApplicationOutput, error)

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

See ListApplication 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) 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) ListResourcePool added in v1.0.74

func (c *SPARK) ListResourcePool(input *ListResourcePoolInput) (*ListResourcePoolOutput, error)

ListResourcePool 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 ListResourcePool for usage and error information.

func (*SPARK) ListResourcePoolCommon added in v1.0.74

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

ListResourcePoolCommon 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 ListResourcePoolCommon for usage and error information.

func (*SPARK) ListResourcePoolCommonRequest added in v1.0.74

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

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

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

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

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

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

func (*SPARK) ListResourcePoolCommonWithContext added in v1.0.74

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

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

See ListResourcePoolCommon 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) ListResourcePoolRequest added in v1.0.74

func (c *SPARK) ListResourcePoolRequest(input *ListResourcePoolInput) (req *request.Request, output *ListResourcePoolOutput)

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

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

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

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

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

func (*SPARK) ListResourcePoolWithContext added in v1.0.74

func (c *SPARK) ListResourcePoolWithContext(ctx volcengine.Context, input *ListResourcePoolInput, opts ...request.Option) (*ListResourcePoolOutput, error)

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

See ListResourcePool 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) ModifyApplication added in v1.0.74

func (c *SPARK) ModifyApplication(input *ModifyApplicationInput) (*ModifyApplicationOutput, error)

ModifyApplication 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 ModifyApplication for usage and error information.

func (*SPARK) ModifyApplicationCommon added in v1.0.74

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

ModifyApplicationCommon 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 ModifyApplicationCommon for usage and error information.

func (*SPARK) ModifyApplicationCommonRequest added in v1.0.74

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

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

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

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

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

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

func (*SPARK) ModifyApplicationCommonWithContext added in v1.0.74

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

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

See ModifyApplicationCommon 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) ModifyApplicationRequest added in v1.0.74

func (c *SPARK) ModifyApplicationRequest(input *ModifyApplicationInput) (req *request.Request, output *ModifyApplicationOutput)

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

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

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

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

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

func (*SPARK) ModifyApplicationWithContext added in v1.0.74

func (c *SPARK) ModifyApplicationWithContext(ctx volcengine.Context, input *ModifyApplicationInput, opts ...request.Option) (*ModifyApplicationOutput, error)

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

See ModifyApplication 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) 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)

	CreateResourcePoolCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateResourcePoolCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateResourcePoolCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateResourcePool(*CreateResourcePoolInput) (*CreateResourcePoolOutput, error)
	CreateResourcePoolWithContext(volcengine.Context, *CreateResourcePoolInput, ...request.Option) (*CreateResourcePoolOutput, error)
	CreateResourcePoolRequest(*CreateResourcePoolInput) (*request.Request, *CreateResourcePoolOutput)

	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)

	DeleteResourcePoolCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteResourcePoolCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteResourcePoolCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteResourcePool(*DeleteResourcePoolInput) (*DeleteResourcePoolOutput, error)
	DeleteResourcePoolWithContext(volcengine.Context, *DeleteResourcePoolInput, ...request.Option) (*DeleteResourcePoolOutput, error)
	DeleteResourcePoolRequest(*DeleteResourcePoolInput) (*request.Request, *DeleteResourcePoolOutput)

	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)

	DescribeResourcePoolCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeResourcePoolCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeResourcePoolCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeResourcePool(*DescribeResourcePoolInput) (*DescribeResourcePoolOutput, error)
	DescribeResourcePoolWithContext(volcengine.Context, *DescribeResourcePoolInput, ...request.Option) (*DescribeResourcePoolOutput, error)
	DescribeResourcePoolRequest(*DescribeResourcePoolInput) (*request.Request, *DescribeResourcePoolOutput)

	ExistResourcePoolCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ExistResourcePoolCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ExistResourcePoolCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ExistResourcePool(*ExistResourcePoolInput) (*ExistResourcePoolOutput, error)
	ExistResourcePoolWithContext(volcengine.Context, *ExistResourcePoolInput, ...request.Option) (*ExistResourcePoolOutput, error)
	ExistResourcePoolRequest(*ExistResourcePoolInput) (*request.Request, *ExistResourcePoolOutput)

	ListAppInstanceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListAppInstanceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListAppInstanceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListAppInstance(*ListAppInstanceInput) (*ListAppInstanceOutput, error)
	ListAppInstanceWithContext(volcengine.Context, *ListAppInstanceInput, ...request.Option) (*ListAppInstanceOutput, error)
	ListAppInstanceRequest(*ListAppInstanceInput) (*request.Request, *ListAppInstanceOutput)

	ListApplicationCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListApplicationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListApplicationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListApplication(*ListApplicationInput) (*ListApplicationOutput, error)
	ListApplicationWithContext(volcengine.Context, *ListApplicationInput, ...request.Option) (*ListApplicationOutput, error)
	ListApplicationRequest(*ListApplicationInput) (*request.Request, *ListApplicationOutput)

	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)

	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)

	ListResourcePoolCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListResourcePoolCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListResourcePoolCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListResourcePool(*ListResourcePoolInput) (*ListResourcePoolOutput, error)
	ListResourcePoolWithContext(volcengine.Context, *ListResourcePoolInput, ...request.Option) (*ListResourcePoolOutput, error)
	ListResourcePoolRequest(*ListResourcePoolInput) (*request.Request, *ListResourcePoolOutput)

	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)

	ModifyApplicationCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ModifyApplicationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ModifyApplicationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ModifyApplication(*ModifyApplicationInput) (*ModifyApplicationOutput, error)
	ModifyApplicationWithContext(volcengine.Context, *ModifyApplicationInput, ...request.Option) (*ModifyApplicationOutput, error)
	ModifyApplicationRequest(*ModifyApplicationInput) (*request.Request, *ModifyApplicationOutput)

	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)

	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 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