cp

package
v1.2.28 Latest Latest
Warning

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

Go to latest
Published: May 14, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package cpiface provides an interface to enable mocking the CP 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 (
	// ConvertEnumOfDeployTypeForCreateManagedAppInputK8sYaml is a ConvertEnumOfDeployTypeForCreateManagedAppInput enum value
	ConvertEnumOfDeployTypeForCreateManagedAppInputK8sYaml = "K8sYaml"

	// ConvertEnumOfDeployTypeForCreateManagedAppInputHelm is a ConvertEnumOfDeployTypeForCreateManagedAppInput enum value
	ConvertEnumOfDeployTypeForCreateManagedAppInputHelm = "Helm"

	// ConvertEnumOfDeployTypeForCreateManagedAppInputHost is a ConvertEnumOfDeployTypeForCreateManagedAppInput enum value
	ConvertEnumOfDeployTypeForCreateManagedAppInputHost = "Host"
)
View Source
const (
	// EnumOfAddressTypeForCreateManagedAppInputClusterIp is a EnumOfAddressTypeForCreateManagedAppInput enum value
	EnumOfAddressTypeForCreateManagedAppInputClusterIp = "ClusterIP"

	// EnumOfAddressTypeForCreateManagedAppInputPublic is a EnumOfAddressTypeForCreateManagedAppInput enum value
	EnumOfAddressTypeForCreateManagedAppInputPublic = "PUBLIC"

	// EnumOfAddressTypeForCreateManagedAppInputPrivate is a EnumOfAddressTypeForCreateManagedAppInput enum value
	EnumOfAddressTypeForCreateManagedAppInputPrivate = "PRIVATE"

	// EnumOfAddressTypeForCreateManagedAppInputApig is a EnumOfAddressTypeForCreateManagedAppInput enum value
	EnumOfAddressTypeForCreateManagedAppInputApig = "APIG"
)
View Source
const (
	// EnumOfAppStackForCreateManagedAppInputJava is a EnumOfAppStackForCreateManagedAppInput enum value
	EnumOfAppStackForCreateManagedAppInputJava = "Java"

	// EnumOfAppStackForCreateManagedAppInputOther is a EnumOfAppStackForCreateManagedAppInput enum value
	EnumOfAppStackForCreateManagedAppInputOther = "Other"
)
View Source
const (
	// EnumOfDeployResourceTypeForCreateManagedAppInputK8sYaml is a EnumOfDeployResourceTypeForCreateManagedAppInput enum value
	EnumOfDeployResourceTypeForCreateManagedAppInputK8sYaml = "K8sYaml"

	// EnumOfDeployResourceTypeForCreateManagedAppInputHost is a EnumOfDeployResourceTypeForCreateManagedAppInput enum value
	EnumOfDeployResourceTypeForCreateManagedAppInputHost = "Host"
)
View Source
const (
	// EnumOfDeployTypeForCreateManagedAppInputBinary is a EnumOfDeployTypeForCreateManagedAppInput enum value
	EnumOfDeployTypeForCreateManagedAppInputBinary = "Binary"

	// EnumOfDeployTypeForCreateManagedAppInputImage is a EnumOfDeployTypeForCreateManagedAppInput enum value
	EnumOfDeployTypeForCreateManagedAppInputImage = "Image"

	// EnumOfDeployTypeForCreateManagedAppInputAimodel is a EnumOfDeployTypeForCreateManagedAppInput enum value
	EnumOfDeployTypeForCreateManagedAppInputAimodel = "AIModel"
)
View Source
const (
	// EnumOfEnvTypeForCreateManagedAppInputDeployCluster is a EnumOfEnvTypeForCreateManagedAppInput enum value
	EnumOfEnvTypeForCreateManagedAppInputDeployCluster = "DeployCluster"

	// EnumOfEnvTypeForCreateManagedAppInputNewCluster is a EnumOfEnvTypeForCreateManagedAppInput enum value
	EnumOfEnvTypeForCreateManagedAppInputNewCluster = "NewCluster"
)
View Source
const (
	// EnumOfExternalTrafficPolicyForCreateManagedAppInputCluster is a EnumOfExternalTrafficPolicyForCreateManagedAppInput enum value
	EnumOfExternalTrafficPolicyForCreateManagedAppInputCluster = "Cluster"

	// EnumOfExternalTrafficPolicyForCreateManagedAppInputLocal is a EnumOfExternalTrafficPolicyForCreateManagedAppInput enum value
	EnumOfExternalTrafficPolicyForCreateManagedAppInputLocal = "Local"
)
View Source
const (
	// EnumOfProtocolForCreateManagedAppInputTcp is a EnumOfProtocolForCreateManagedAppInput enum value
	EnumOfProtocolForCreateManagedAppInputTcp = "TCP"

	// EnumOfProtocolForCreateManagedAppInputUdp is a EnumOfProtocolForCreateManagedAppInput enum value
	EnumOfProtocolForCreateManagedAppInputUdp = "UDP"
)
View Source
const (
	// EnumOfRoleNameListForCreateManagedAppInputAdministrator is a EnumOfRoleNameListForCreateManagedAppInput enum value
	EnumOfRoleNameListForCreateManagedAppInputAdministrator = "Administrator"

	// EnumOfRoleNameListForCreateManagedAppInputDeveloper is a EnumOfRoleNameListForCreateManagedAppInput enum value
	EnumOfRoleNameListForCreateManagedAppInputDeveloper = "Developer"

	// EnumOfRoleNameListForCreateManagedAppInputTester is a EnumOfRoleNameListForCreateManagedAppInput enum value
	EnumOfRoleNameListForCreateManagedAppInputTester = "Tester"

	// EnumOfRoleNameListForCreateManagedAppInputOperator is a EnumOfRoleNameListForCreateManagedAppInput enum value
	EnumOfRoleNameListForCreateManagedAppInputOperator = "Operator"

	// EnumOfRoleNameListForCreateManagedAppInputReadOnly is a EnumOfRoleNameListForCreateManagedAppInput enum value
	EnumOfRoleNameListForCreateManagedAppInputReadOnly = "ReadOnly"
)
View Source
const (
	// EnumOfSchedulerForCreateManagedAppInputWrr is a EnumOfSchedulerForCreateManagedAppInput enum value
	EnumOfSchedulerForCreateManagedAppInputWrr = "wrr"

	// EnumOfSchedulerForCreateManagedAppInputWlc is a EnumOfSchedulerForCreateManagedAppInput enum value
	EnumOfSchedulerForCreateManagedAppInputWlc = "wlc"

	// EnumOfSchedulerForCreateManagedAppInputSh is a EnumOfSchedulerForCreateManagedAppInput enum value
	EnumOfSchedulerForCreateManagedAppInputSh = "sh"
)
View Source
const (
	// EnumOfTypeForCreateManagedAppInputCloudNative is a EnumOfTypeForCreateManagedAppInput enum value
	EnumOfTypeForCreateManagedAppInputCloudNative = "CloudNative"

	// EnumOfTypeForCreateManagedAppInputCustomScript is a EnumOfTypeForCreateManagedAppInput enum value
	EnumOfTypeForCreateManagedAppInputCustomScript = "CustomScript"
)
View Source
const (
	// EnumOfUserTypeForCreateManagedAppInputUser is a EnumOfUserTypeForCreateManagedAppInput enum value
	EnumOfUserTypeForCreateManagedAppInputUser = "User"

	// EnumOfUserTypeForCreateManagedAppInputUserGroup is a EnumOfUserTypeForCreateManagedAppInput enum value
	EnumOfUserTypeForCreateManagedAppInputUserGroup = "UserGroup"
)
View Source
const (
	// EnumOfTypeForCreatePipelineWebhookURLInputWebhook is a EnumOfTypeForCreatePipelineWebhookURLInput enum value
	EnumOfTypeForCreatePipelineWebhookURLInputWebhook = "Webhook"

	// EnumOfTypeForCreatePipelineWebhookURLInputGitWebhook is a EnumOfTypeForCreatePipelineWebhookURLInput enum value
	EnumOfTypeForCreatePipelineWebhookURLInputGitWebhook = "GitWebhook"

	// EnumOfTypeForCreatePipelineWebhookURLInputPerforceWebhook is a EnumOfTypeForCreatePipelineWebhookURLInput enum value
	EnumOfTypeForCreatePipelineWebhookURLInputPerforceWebhook = "PerforceWebhook"

	// EnumOfTypeForCreatePipelineWebhookURLInputCrwebhook is a EnumOfTypeForCreatePipelineWebhookURLInput enum value
	EnumOfTypeForCreatePipelineWebhookURLInputCrwebhook = "CRWebhook"

	// EnumOfTypeForCreatePipelineWebhookURLInputSchedule is a EnumOfTypeForCreatePipelineWebhookURLInput enum value
	EnumOfTypeForCreatePipelineWebhookURLInputSchedule = "Schedule"

	// EnumOfTypeForCreatePipelineWebhookURLInputManual is a EnumOfTypeForCreatePipelineWebhookURLInput enum value
	EnumOfTypeForCreatePipelineWebhookURLInputManual = "Manual"
)
View Source
const (
	// EnumOfTypeForCreateTriggerInputWebhook is a EnumOfTypeForCreateTriggerInput enum value
	EnumOfTypeForCreateTriggerInputWebhook = "Webhook"

	// EnumOfTypeForCreateTriggerInputGitWebhook is a EnumOfTypeForCreateTriggerInput enum value
	EnumOfTypeForCreateTriggerInputGitWebhook = "GitWebhook"

	// EnumOfTypeForCreateTriggerInputPerforceWebhook is a EnumOfTypeForCreateTriggerInput enum value
	EnumOfTypeForCreateTriggerInputPerforceWebhook = "PerforceWebhook"

	// EnumOfTypeForCreateTriggerInputCrwebhook is a EnumOfTypeForCreateTriggerInput enum value
	EnumOfTypeForCreateTriggerInputCrwebhook = "CRWebhook"

	// EnumOfTypeForCreateTriggerInputSchedule is a EnumOfTypeForCreateTriggerInput enum value
	EnumOfTypeForCreateTriggerInputSchedule = "Schedule"

	// EnumOfTypeForCreateTriggerInputManual is a EnumOfTypeForCreateTriggerInput enum value
	EnumOfTypeForCreateTriggerInputManual = "Manual"
)
View Source
const (
	// ConvertEnumOfDeployTypeForListManagedAppChangeRecordsOutputK8sYaml is a ConvertEnumOfDeployTypeForListManagedAppChangeRecordsOutput enum value
	ConvertEnumOfDeployTypeForListManagedAppChangeRecordsOutputK8sYaml = "K8sYaml"

	// ConvertEnumOfDeployTypeForListManagedAppChangeRecordsOutputHelm is a ConvertEnumOfDeployTypeForListManagedAppChangeRecordsOutput enum value
	ConvertEnumOfDeployTypeForListManagedAppChangeRecordsOutputHelm = "Helm"

	// ConvertEnumOfDeployTypeForListManagedAppChangeRecordsOutputHost is a ConvertEnumOfDeployTypeForListManagedAppChangeRecordsOutput enum value
	ConvertEnumOfDeployTypeForListManagedAppChangeRecordsOutputHost = "Host"
)
View Source
const (
	// EnumOfAddressTypeForListManagedAppChangeRecordsOutputClusterIp is a EnumOfAddressTypeForListManagedAppChangeRecordsOutput enum value
	EnumOfAddressTypeForListManagedAppChangeRecordsOutputClusterIp = "ClusterIP"

	// EnumOfAddressTypeForListManagedAppChangeRecordsOutputPublic is a EnumOfAddressTypeForListManagedAppChangeRecordsOutput enum value
	EnumOfAddressTypeForListManagedAppChangeRecordsOutputPublic = "PUBLIC"

	// EnumOfAddressTypeForListManagedAppChangeRecordsOutputPrivate is a EnumOfAddressTypeForListManagedAppChangeRecordsOutput enum value
	EnumOfAddressTypeForListManagedAppChangeRecordsOutputPrivate = "PRIVATE"

	// EnumOfAddressTypeForListManagedAppChangeRecordsOutputApig is a EnumOfAddressTypeForListManagedAppChangeRecordsOutput enum value
	EnumOfAddressTypeForListManagedAppChangeRecordsOutputApig = "APIG"
)
View Source
const (
	// EnumOfAppStackForListManagedAppChangeRecordsOutputJava is a EnumOfAppStackForListManagedAppChangeRecordsOutput enum value
	EnumOfAppStackForListManagedAppChangeRecordsOutputJava = "Java"

	// EnumOfAppStackForListManagedAppChangeRecordsOutputOther is a EnumOfAppStackForListManagedAppChangeRecordsOutput enum value
	EnumOfAppStackForListManagedAppChangeRecordsOutputOther = "Other"
)
View Source
const (
	// EnumOfDeployTypeForListManagedAppChangeRecordsOutputBinary is a EnumOfDeployTypeForListManagedAppChangeRecordsOutput enum value
	EnumOfDeployTypeForListManagedAppChangeRecordsOutputBinary = "Binary"

	// EnumOfDeployTypeForListManagedAppChangeRecordsOutputImage is a EnumOfDeployTypeForListManagedAppChangeRecordsOutput enum value
	EnumOfDeployTypeForListManagedAppChangeRecordsOutputImage = "Image"

	// EnumOfDeployTypeForListManagedAppChangeRecordsOutputAimodel is a EnumOfDeployTypeForListManagedAppChangeRecordsOutput enum value
	EnumOfDeployTypeForListManagedAppChangeRecordsOutputAimodel = "AIModel"
)
View Source
const (
	// EnumOfExternalTrafficPolicyForListManagedAppChangeRecordsOutputCluster is a EnumOfExternalTrafficPolicyForListManagedAppChangeRecordsOutput enum value
	EnumOfExternalTrafficPolicyForListManagedAppChangeRecordsOutputCluster = "Cluster"

	// EnumOfExternalTrafficPolicyForListManagedAppChangeRecordsOutputLocal is a EnumOfExternalTrafficPolicyForListManagedAppChangeRecordsOutput enum value
	EnumOfExternalTrafficPolicyForListManagedAppChangeRecordsOutputLocal = "Local"
)
View Source
const (
	// EnumOfProtocolForListManagedAppChangeRecordsOutputTcp is a EnumOfProtocolForListManagedAppChangeRecordsOutput enum value
	EnumOfProtocolForListManagedAppChangeRecordsOutputTcp = "TCP"

	// EnumOfProtocolForListManagedAppChangeRecordsOutputUdp is a EnumOfProtocolForListManagedAppChangeRecordsOutput enum value
	EnumOfProtocolForListManagedAppChangeRecordsOutputUdp = "UDP"
)
View Source
const (
	// EnumOfSchedulerForListManagedAppChangeRecordsOutputWrr is a EnumOfSchedulerForListManagedAppChangeRecordsOutput enum value
	EnumOfSchedulerForListManagedAppChangeRecordsOutputWrr = "wrr"

	// EnumOfSchedulerForListManagedAppChangeRecordsOutputWlc is a EnumOfSchedulerForListManagedAppChangeRecordsOutput enum value
	EnumOfSchedulerForListManagedAppChangeRecordsOutputWlc = "wlc"

	// EnumOfSchedulerForListManagedAppChangeRecordsOutputSh is a EnumOfSchedulerForListManagedAppChangeRecordsOutput enum value
	EnumOfSchedulerForListManagedAppChangeRecordsOutputSh = "sh"
)
View Source
const (
	// EnumOfTriggerTypeForListManagedAppChangeRecordsOutputManual is a EnumOfTriggerTypeForListManagedAppChangeRecordsOutput enum value
	EnumOfTriggerTypeForListManagedAppChangeRecordsOutputManual = "Manual"

	// EnumOfTriggerTypeForListManagedAppChangeRecordsOutputPipeline is a EnumOfTriggerTypeForListManagedAppChangeRecordsOutput enum value
	EnumOfTriggerTypeForListManagedAppChangeRecordsOutputPipeline = "Pipeline"
)
View Source
const (
	// EnumOfTypeForListManagedAppChangeRecordsOutputCloudNative is a EnumOfTypeForListManagedAppChangeRecordsOutput enum value
	EnumOfTypeForListManagedAppChangeRecordsOutputCloudNative = "CloudNative"

	// EnumOfTypeForListManagedAppChangeRecordsOutputCustomScript is a EnumOfTypeForListManagedAppChangeRecordsOutput enum value
	EnumOfTypeForListManagedAppChangeRecordsOutputCustomScript = "CustomScript"
)
View Source
const (
	// EnumOfTypeForListTriggersOutputWebhook is a EnumOfTypeForListTriggersOutput enum value
	EnumOfTypeForListTriggersOutputWebhook = "Webhook"

	// EnumOfTypeForListTriggersOutputGitWebhook is a EnumOfTypeForListTriggersOutput enum value
	EnumOfTypeForListTriggersOutputGitWebhook = "GitWebhook"

	// EnumOfTypeForListTriggersOutputPerforceWebhook is a EnumOfTypeForListTriggersOutput enum value
	EnumOfTypeForListTriggersOutputPerforceWebhook = "PerforceWebhook"

	// EnumOfTypeForListTriggersOutputCrwebhook is a EnumOfTypeForListTriggersOutput enum value
	EnumOfTypeForListTriggersOutputCrwebhook = "CRWebhook"

	// EnumOfTypeForListTriggersOutputSchedule is a EnumOfTypeForListTriggersOutput enum value
	EnumOfTypeForListTriggersOutputSchedule = "Schedule"

	// EnumOfTypeForListTriggersOutputManual is a EnumOfTypeForListTriggersOutput enum value
	EnumOfTypeForListTriggersOutputManual = "Manual"
)
View Source
const (
	// EnumOfAddressTypeForTriggerManagedAppDeployInputClusterIp is a EnumOfAddressTypeForTriggerManagedAppDeployInput enum value
	EnumOfAddressTypeForTriggerManagedAppDeployInputClusterIp = "ClusterIP"

	// EnumOfAddressTypeForTriggerManagedAppDeployInputPublic is a EnumOfAddressTypeForTriggerManagedAppDeployInput enum value
	EnumOfAddressTypeForTriggerManagedAppDeployInputPublic = "PUBLIC"

	// EnumOfAddressTypeForTriggerManagedAppDeployInputPrivate is a EnumOfAddressTypeForTriggerManagedAppDeployInput enum value
	EnumOfAddressTypeForTriggerManagedAppDeployInputPrivate = "PRIVATE"

	// EnumOfAddressTypeForTriggerManagedAppDeployInputApig is a EnumOfAddressTypeForTriggerManagedAppDeployInput enum value
	EnumOfAddressTypeForTriggerManagedAppDeployInputApig = "APIG"
)
View Source
const (
	// EnumOfDeployTypeForTriggerManagedAppDeployInputBinary is a EnumOfDeployTypeForTriggerManagedAppDeployInput enum value
	EnumOfDeployTypeForTriggerManagedAppDeployInputBinary = "Binary"

	// EnumOfDeployTypeForTriggerManagedAppDeployInputImage is a EnumOfDeployTypeForTriggerManagedAppDeployInput enum value
	EnumOfDeployTypeForTriggerManagedAppDeployInputImage = "Image"

	// EnumOfDeployTypeForTriggerManagedAppDeployInputAimodel is a EnumOfDeployTypeForTriggerManagedAppDeployInput enum value
	EnumOfDeployTypeForTriggerManagedAppDeployInputAimodel = "AIModel"
)
View Source
const (
	// EnumOfExternalTrafficPolicyForTriggerManagedAppDeployInputCluster is a EnumOfExternalTrafficPolicyForTriggerManagedAppDeployInput enum value
	EnumOfExternalTrafficPolicyForTriggerManagedAppDeployInputCluster = "Cluster"

	// EnumOfExternalTrafficPolicyForTriggerManagedAppDeployInputLocal is a EnumOfExternalTrafficPolicyForTriggerManagedAppDeployInput enum value
	EnumOfExternalTrafficPolicyForTriggerManagedAppDeployInputLocal = "Local"
)
View Source
const (
	// EnumOfProtocolForTriggerManagedAppDeployInputTcp is a EnumOfProtocolForTriggerManagedAppDeployInput enum value
	EnumOfProtocolForTriggerManagedAppDeployInputTcp = "TCP"

	// EnumOfProtocolForTriggerManagedAppDeployInputUdp is a EnumOfProtocolForTriggerManagedAppDeployInput enum value
	EnumOfProtocolForTriggerManagedAppDeployInputUdp = "UDP"
)
View Source
const (
	// EnumOfSchedulerForTriggerManagedAppDeployInputWrr is a EnumOfSchedulerForTriggerManagedAppDeployInput enum value
	EnumOfSchedulerForTriggerManagedAppDeployInputWrr = "wrr"

	// EnumOfSchedulerForTriggerManagedAppDeployInputWlc is a EnumOfSchedulerForTriggerManagedAppDeployInput enum value
	EnumOfSchedulerForTriggerManagedAppDeployInputWlc = "wlc"

	// EnumOfSchedulerForTriggerManagedAppDeployInputSh is a EnumOfSchedulerForTriggerManagedAppDeployInput enum value
	EnumOfSchedulerForTriggerManagedAppDeployInputSh = "sh"
)
View Source
const (
	// EnumOfTypeForTriggerManagedAppDeployInputCloudNative is a EnumOfTypeForTriggerManagedAppDeployInput enum value
	EnumOfTypeForTriggerManagedAppDeployInputCloudNative = "CloudNative"

	// EnumOfTypeForTriggerManagedAppDeployInputCustomScript is a EnumOfTypeForTriggerManagedAppDeployInput enum value
	EnumOfTypeForTriggerManagedAppDeployInputCustomScript = "CustomScript"
)
View Source
const (
	// EnumOfDeployResourceTypeForTriggerManagedAppScalingInputK8sYaml is a EnumOfDeployResourceTypeForTriggerManagedAppScalingInput enum value
	EnumOfDeployResourceTypeForTriggerManagedAppScalingInputK8sYaml = "K8sYaml"

	// EnumOfDeployResourceTypeForTriggerManagedAppScalingInputHost is a EnumOfDeployResourceTypeForTriggerManagedAppScalingInput enum value
	EnumOfDeployResourceTypeForTriggerManagedAppScalingInputHost = "Host"
)
View Source
const (
	// EnumOfScaleTypeForTriggerManagedAppScalingInputScaleUp is a EnumOfScaleTypeForTriggerManagedAppScalingInput enum value
	EnumOfScaleTypeForTriggerManagedAppScalingInputScaleUp = "ScaleUp"

	// EnumOfScaleTypeForTriggerManagedAppScalingInputScaleDown is a EnumOfScaleTypeForTriggerManagedAppScalingInput enum value
	EnumOfScaleTypeForTriggerManagedAppScalingInputScaleDown = "ScaleDown"
)
View Source
const (
	ServiceName = "cp"        // Name of service.
	EndpointsID = ServiceName // ID to lookup a service endpoint with.
	ServiceID   = "cp"        // ServiceID is a unique identifer of a specific service.
)

Service information constants

Variables

This section is empty.

Functions

This section is empty.

Types

type APMPlusConfigForCreateManagedAppInput added in v1.2.25

type APMPlusConfigForCreateManagedAppInput struct {
	InjectType *string `type:"string" json:",omitempty"`

	ServiceName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (APMPlusConfigForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*APMPlusConfigForCreateManagedAppInput) SetInjectType added in v1.2.25

SetInjectType sets the InjectType field's value.

func (*APMPlusConfigForCreateManagedAppInput) SetServiceName added in v1.2.25

SetServiceName sets the ServiceName field's value.

func (APMPlusConfigForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type APMPlusConfigForListManagedAppChangeRecordsOutput added in v1.2.25

type APMPlusConfigForListManagedAppChangeRecordsOutput struct {
	InjectType *string `type:"string" json:",omitempty"`

	ServiceName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (APMPlusConfigForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*APMPlusConfigForListManagedAppChangeRecordsOutput) SetInjectType added in v1.2.25

SetInjectType sets the InjectType field's value.

func (*APMPlusConfigForListManagedAppChangeRecordsOutput) SetServiceName added in v1.2.25

SetServiceName sets the ServiceName field's value.

func (APMPlusConfigForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type APMPlusConfigForTriggerManagedAppDeployInput added in v1.2.25

type APMPlusConfigForTriggerManagedAppDeployInput struct {
	InjectType *string `type:"string" json:",omitempty"`

	ServiceName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (APMPlusConfigForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*APMPlusConfigForTriggerManagedAppDeployInput) SetInjectType added in v1.2.25

SetInjectType sets the InjectType field's value.

func (*APMPlusConfigForTriggerManagedAppDeployInput) SetServiceName added in v1.2.25

SetServiceName sets the ServiceName field's value.

func (APMPlusConfigForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type AdvancedConfigForCreateManagedAppInput added in v1.2.25

type AdvancedConfigForCreateManagedAppInput struct {
	AppMonitoringConfig *AppMonitoringConfigForCreateManagedAppInput `type:"structure" json:",omitempty"`

	AppStorageConfigList []*AppStorageConfigListForCreateManagedAppInput `type:"list" json:",omitempty"`

	CustomLabelsAndAnnotations *CustomLabelsAndAnnotationsForCreateManagedAppInput `type:"structure" json:",omitempty"`

	EnvVariables []*EnvVariableForCreateManagedAppInput `type:"list" json:",omitempty"`

	HealthCheck *HealthCheckForCreateManagedAppInput `type:"structure" json:",omitempty"`

	ServiceAccessConfig *ServiceAccessConfigForCreateManagedAppInput `type:"structure" json:",omitempty"`

	StartCommand *string `type:"string" json:",omitempty"`

	StartConfig *StartConfigForCreateManagedAppInput `type:"structure" json:",omitempty"`

	StartParameter *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AdvancedConfigForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*AdvancedConfigForCreateManagedAppInput) SetAppMonitoringConfig added in v1.2.25

SetAppMonitoringConfig sets the AppMonitoringConfig field's value.

func (*AdvancedConfigForCreateManagedAppInput) SetAppStorageConfigList added in v1.2.25

SetAppStorageConfigList sets the AppStorageConfigList field's value.

func (*AdvancedConfigForCreateManagedAppInput) SetCustomLabelsAndAnnotations added in v1.2.25

SetCustomLabelsAndAnnotations sets the CustomLabelsAndAnnotations field's value.

func (*AdvancedConfigForCreateManagedAppInput) SetEnvVariables added in v1.2.25

SetEnvVariables sets the EnvVariables field's value.

func (*AdvancedConfigForCreateManagedAppInput) SetHealthCheck added in v1.2.25

SetHealthCheck sets the HealthCheck field's value.

func (*AdvancedConfigForCreateManagedAppInput) SetServiceAccessConfig added in v1.2.25

SetServiceAccessConfig sets the ServiceAccessConfig field's value.

func (*AdvancedConfigForCreateManagedAppInput) SetStartCommand added in v1.2.25

SetStartCommand sets the StartCommand field's value.

func (*AdvancedConfigForCreateManagedAppInput) SetStartConfig added in v1.2.25

SetStartConfig sets the StartConfig field's value.

func (*AdvancedConfigForCreateManagedAppInput) SetStartParameter added in v1.2.25

SetStartParameter sets the StartParameter field's value.

func (AdvancedConfigForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type AdvancedConfigForListManagedAppChangeRecordsOutput added in v1.2.25

type AdvancedConfigForListManagedAppChangeRecordsOutput struct {
	AppMonitoringConfig *AppMonitoringConfigForListManagedAppChangeRecordsOutput `type:"structure" json:",omitempty"`

	AppStorageConfigList []*AppStorageConfigListForListManagedAppChangeRecordsOutput `type:"list" json:",omitempty"`

	CustomLabelsAndAnnotations *CustomLabelsAndAnnotationsForListManagedAppChangeRecordsOutput `type:"structure" json:",omitempty"`

	EnvVariables []*EnvVariableForListManagedAppChangeRecordsOutput `type:"list" json:",omitempty"`

	HealthCheck *HealthCheckForListManagedAppChangeRecordsOutput `type:"structure" json:",omitempty"`

	ServiceAccessConfig *ServiceAccessConfigForListManagedAppChangeRecordsOutput `type:"structure" json:",omitempty"`

	StartCommand *string `type:"string" json:",omitempty"`

	StartConfig *StartConfigForListManagedAppChangeRecordsOutput `type:"structure" json:",omitempty"`

	StartParameter *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AdvancedConfigForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*AdvancedConfigForListManagedAppChangeRecordsOutput) SetAppMonitoringConfig added in v1.2.25

SetAppMonitoringConfig sets the AppMonitoringConfig field's value.

func (*AdvancedConfigForListManagedAppChangeRecordsOutput) SetAppStorageConfigList added in v1.2.25

SetAppStorageConfigList sets the AppStorageConfigList field's value.

func (*AdvancedConfigForListManagedAppChangeRecordsOutput) SetCustomLabelsAndAnnotations added in v1.2.25

SetCustomLabelsAndAnnotations sets the CustomLabelsAndAnnotations field's value.

func (*AdvancedConfigForListManagedAppChangeRecordsOutput) SetEnvVariables added in v1.2.25

SetEnvVariables sets the EnvVariables field's value.

func (*AdvancedConfigForListManagedAppChangeRecordsOutput) SetHealthCheck added in v1.2.25

SetHealthCheck sets the HealthCheck field's value.

func (*AdvancedConfigForListManagedAppChangeRecordsOutput) SetServiceAccessConfig added in v1.2.25

SetServiceAccessConfig sets the ServiceAccessConfig field's value.

func (*AdvancedConfigForListManagedAppChangeRecordsOutput) SetStartCommand added in v1.2.25

SetStartCommand sets the StartCommand field's value.

func (*AdvancedConfigForListManagedAppChangeRecordsOutput) SetStartConfig added in v1.2.25

SetStartConfig sets the StartConfig field's value.

func (*AdvancedConfigForListManagedAppChangeRecordsOutput) SetStartParameter added in v1.2.25

SetStartParameter sets the StartParameter field's value.

func (AdvancedConfigForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type AdvancedConfigForTriggerManagedAppDeployInput added in v1.2.25

type AdvancedConfigForTriggerManagedAppDeployInput struct {
	AppMonitoringConfig *AppMonitoringConfigForTriggerManagedAppDeployInput `type:"structure" json:",omitempty"`

	AppStorageConfigList []*AppStorageConfigListForTriggerManagedAppDeployInput `type:"list" json:",omitempty"`

	CustomLabelsAndAnnotations *CustomLabelsAndAnnotationsForTriggerManagedAppDeployInput `type:"structure" json:",omitempty"`

	EnvVariables []*EnvVariableForTriggerManagedAppDeployInput `type:"list" json:",omitempty"`

	HealthCheck *HealthCheckForTriggerManagedAppDeployInput `type:"structure" json:",omitempty"`

	ServiceAccessConfig *ServiceAccessConfigForTriggerManagedAppDeployInput `type:"structure" json:",omitempty"`

	StartCommand *string `type:"string" json:",omitempty"`

	StartConfig *StartConfigForTriggerManagedAppDeployInput `type:"structure" json:",omitempty"`

	StartParameter *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AdvancedConfigForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*AdvancedConfigForTriggerManagedAppDeployInput) SetAppMonitoringConfig added in v1.2.25

SetAppMonitoringConfig sets the AppMonitoringConfig field's value.

func (*AdvancedConfigForTriggerManagedAppDeployInput) SetAppStorageConfigList added in v1.2.25

SetAppStorageConfigList sets the AppStorageConfigList field's value.

func (*AdvancedConfigForTriggerManagedAppDeployInput) SetCustomLabelsAndAnnotations added in v1.2.25

SetCustomLabelsAndAnnotations sets the CustomLabelsAndAnnotations field's value.

func (*AdvancedConfigForTriggerManagedAppDeployInput) SetEnvVariables added in v1.2.25

SetEnvVariables sets the EnvVariables field's value.

func (*AdvancedConfigForTriggerManagedAppDeployInput) SetHealthCheck added in v1.2.25

SetHealthCheck sets the HealthCheck field's value.

func (*AdvancedConfigForTriggerManagedAppDeployInput) SetServiceAccessConfig added in v1.2.25

SetServiceAccessConfig sets the ServiceAccessConfig field's value.

func (*AdvancedConfigForTriggerManagedAppDeployInput) SetStartCommand added in v1.2.25

SetStartCommand sets the StartCommand field's value.

func (*AdvancedConfigForTriggerManagedAppDeployInput) SetStartConfig added in v1.2.25

SetStartConfig sets the StartConfig field's value.

func (*AdvancedConfigForTriggerManagedAppDeployInput) SetStartParameter added in v1.2.25

SetStartParameter sets the StartParameter field's value.

func (AdvancedConfigForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type AnnotationForCreateManagedAppInput added in v1.2.25

type AnnotationForCreateManagedAppInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AnnotationForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*AnnotationForCreateManagedAppInput) SetKey added in v1.2.25

SetKey sets the Key field's value.

func (*AnnotationForCreateManagedAppInput) SetValue added in v1.2.25

SetValue sets the Value field's value.

func (AnnotationForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type AnnotationForListManagedAppChangeRecordsOutput added in v1.2.25

type AnnotationForListManagedAppChangeRecordsOutput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AnnotationForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*AnnotationForListManagedAppChangeRecordsOutput) SetKey added in v1.2.25

SetKey sets the Key field's value.

func (*AnnotationForListManagedAppChangeRecordsOutput) SetValue added in v1.2.25

SetValue sets the Value field's value.

func (AnnotationForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type AnnotationForTriggerManagedAppDeployInput added in v1.2.25

type AnnotationForTriggerManagedAppDeployInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AnnotationForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*AnnotationForTriggerManagedAppDeployInput) SetKey added in v1.2.25

SetKey sets the Key field's value.

func (*AnnotationForTriggerManagedAppDeployInput) SetValue added in v1.2.25

SetValue sets the Value field's value.

func (AnnotationForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type AppMonitoringConfigForCreateManagedAppInput added in v1.2.25

type AppMonitoringConfigForCreateManagedAppInput struct {
	APMPlusConfig *APMPlusConfigForCreateManagedAppInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AppMonitoringConfigForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*AppMonitoringConfigForCreateManagedAppInput) SetAPMPlusConfig added in v1.2.25

SetAPMPlusConfig sets the APMPlusConfig field's value.

func (AppMonitoringConfigForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type AppMonitoringConfigForListManagedAppChangeRecordsOutput added in v1.2.25

type AppMonitoringConfigForListManagedAppChangeRecordsOutput struct {
	APMPlusConfig *APMPlusConfigForListManagedAppChangeRecordsOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AppMonitoringConfigForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*AppMonitoringConfigForListManagedAppChangeRecordsOutput) SetAPMPlusConfig added in v1.2.25

SetAPMPlusConfig sets the APMPlusConfig field's value.

func (AppMonitoringConfigForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type AppMonitoringConfigForTriggerManagedAppDeployInput added in v1.2.25

type AppMonitoringConfigForTriggerManagedAppDeployInput struct {
	APMPlusConfig *APMPlusConfigForTriggerManagedAppDeployInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AppMonitoringConfigForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*AppMonitoringConfigForTriggerManagedAppDeployInput) SetAPMPlusConfig added in v1.2.25

SetAPMPlusConfig sets the APMPlusConfig field's value.

func (AppMonitoringConfigForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type AppServiceForCreateManagedAppInput added in v1.2.25

type AppServiceForCreateManagedAppInput struct {
	AddressType *string `type:"string" json:",omitempty" enum:"EnumOfAddressTypeForCreateManagedAppInput"`

	ExternalTrafficPolicy *string `type:"string" json:",omitempty" enum:"EnumOfExternalTrafficPolicyForCreateManagedAppInput"`

	Name *string `type:"string" json:",omitempty"`

	Scheduler *string `type:"string" json:",omitempty" enum:"EnumOfSchedulerForCreateManagedAppInput"`

	ServicePortMapping []*ServicePortMappingForCreateManagedAppInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AppServiceForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*AppServiceForCreateManagedAppInput) SetAddressType added in v1.2.25

SetAddressType sets the AddressType field's value.

func (*AppServiceForCreateManagedAppInput) SetExternalTrafficPolicy added in v1.2.25

SetExternalTrafficPolicy sets the ExternalTrafficPolicy field's value.

func (*AppServiceForCreateManagedAppInput) SetName added in v1.2.25

SetName sets the Name field's value.

func (*AppServiceForCreateManagedAppInput) SetScheduler added in v1.2.25

SetScheduler sets the Scheduler field's value.

func (*AppServiceForCreateManagedAppInput) SetServicePortMapping added in v1.2.25

SetServicePortMapping sets the ServicePortMapping field's value.

func (AppServiceForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type AppServiceForListManagedAppChangeRecordsOutput added in v1.2.25

type AppServiceForListManagedAppChangeRecordsOutput struct {
	AddressType *string `type:"string" json:",omitempty" enum:"EnumOfAddressTypeForListManagedAppChangeRecordsOutput"`

	ExternalTrafficPolicy *string `type:"string" json:",omitempty" enum:"EnumOfExternalTrafficPolicyForListManagedAppChangeRecordsOutput"`

	Name *string `type:"string" json:",omitempty"`

	Scheduler *string `type:"string" json:",omitempty" enum:"EnumOfSchedulerForListManagedAppChangeRecordsOutput"`

	ServicePortMapping []*ServicePortMappingForListManagedAppChangeRecordsOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AppServiceForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*AppServiceForListManagedAppChangeRecordsOutput) SetAddressType added in v1.2.25

SetAddressType sets the AddressType field's value.

func (*AppServiceForListManagedAppChangeRecordsOutput) SetExternalTrafficPolicy added in v1.2.25

SetExternalTrafficPolicy sets the ExternalTrafficPolicy field's value.

func (*AppServiceForListManagedAppChangeRecordsOutput) SetName added in v1.2.25

SetName sets the Name field's value.

func (*AppServiceForListManagedAppChangeRecordsOutput) SetScheduler added in v1.2.25

SetScheduler sets the Scheduler field's value.

func (*AppServiceForListManagedAppChangeRecordsOutput) SetServicePortMapping added in v1.2.25

SetServicePortMapping sets the ServicePortMapping field's value.

func (AppServiceForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type AppServiceForTriggerManagedAppDeployInput added in v1.2.25

type AppServiceForTriggerManagedAppDeployInput struct {
	AddressType *string `type:"string" json:",omitempty" enum:"EnumOfAddressTypeForTriggerManagedAppDeployInput"`

	ExternalTrafficPolicy *string `type:"string" json:",omitempty" enum:"EnumOfExternalTrafficPolicyForTriggerManagedAppDeployInput"`

	Name *string `type:"string" json:",omitempty"`

	Scheduler *string `type:"string" json:",omitempty" enum:"EnumOfSchedulerForTriggerManagedAppDeployInput"`

	ServicePortMapping []*ServicePortMappingForTriggerManagedAppDeployInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AppServiceForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*AppServiceForTriggerManagedAppDeployInput) SetAddressType added in v1.2.25

SetAddressType sets the AddressType field's value.

func (*AppServiceForTriggerManagedAppDeployInput) SetExternalTrafficPolicy added in v1.2.25

SetExternalTrafficPolicy sets the ExternalTrafficPolicy field's value.

func (*AppServiceForTriggerManagedAppDeployInput) SetName added in v1.2.25

SetName sets the Name field's value.

func (*AppServiceForTriggerManagedAppDeployInput) SetScheduler added in v1.2.25

SetScheduler sets the Scheduler field's value.

func (*AppServiceForTriggerManagedAppDeployInput) SetServicePortMapping added in v1.2.25

SetServicePortMapping sets the ServicePortMapping field's value.

func (AppServiceForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type AppStorageConfigListForCreateManagedAppInput added in v1.2.25

type AppStorageConfigListForCreateManagedAppInput struct {
	MountPath *string `type:"string" json:",omitempty"`

	NASConfig *NASConfigForCreateManagedAppInput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AppStorageConfigListForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*AppStorageConfigListForCreateManagedAppInput) SetMountPath added in v1.2.25

SetMountPath sets the MountPath field's value.

func (*AppStorageConfigListForCreateManagedAppInput) SetNASConfig added in v1.2.25

SetNASConfig sets the NASConfig field's value.

func (*AppStorageConfigListForCreateManagedAppInput) SetType added in v1.2.25

SetType sets the Type field's value.

func (AppStorageConfigListForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type AppStorageConfigListForListManagedAppChangeRecordsOutput added in v1.2.25

type AppStorageConfigListForListManagedAppChangeRecordsOutput struct {
	MountPath *string `type:"string" json:",omitempty"`

	NASConfig *NASConfigForListManagedAppChangeRecordsOutput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AppStorageConfigListForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*AppStorageConfigListForListManagedAppChangeRecordsOutput) SetMountPath added in v1.2.25

SetMountPath sets the MountPath field's value.

func (*AppStorageConfigListForListManagedAppChangeRecordsOutput) SetNASConfig added in v1.2.25

SetNASConfig sets the NASConfig field's value.

func (*AppStorageConfigListForListManagedAppChangeRecordsOutput) SetType added in v1.2.25

SetType sets the Type field's value.

func (AppStorageConfigListForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type AppStorageConfigListForTriggerManagedAppDeployInput added in v1.2.25

type AppStorageConfigListForTriggerManagedAppDeployInput struct {
	MountPath *string `type:"string" json:",omitempty"`

	NASConfig *NASConfigForTriggerManagedAppDeployInput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AppStorageConfigListForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*AppStorageConfigListForTriggerManagedAppDeployInput) SetMountPath added in v1.2.25

SetMountPath sets the MountPath field's value.

func (*AppStorageConfigListForTriggerManagedAppDeployInput) SetNASConfig added in v1.2.25

SetNASConfig sets the NASConfig field's value.

func (*AppStorageConfigListForTriggerManagedAppDeployInput) SetType added in v1.2.25

SetType sets the Type field's value.

func (AppStorageConfigListForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type BasicConfigForCreateManagedAppInput added in v1.2.25

type BasicConfigForCreateManagedAppInput struct {
	AppServices []*AppServiceForCreateManagedAppInput `type:"list" json:",omitempty"`

	DeployType *string `type:"string" json:",omitempty" enum:"EnumOfDeployTypeForCreateManagedAppInput"`

	ImageConfig *ImageConfigForCreateManagedAppInput `type:"structure" json:",omitempty"`

	Specification *SpecificationForCreateManagedAppInput `type:"structure" json:",omitempty"`

	VersionNumber *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BasicConfigForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*BasicConfigForCreateManagedAppInput) SetAppServices added in v1.2.25

SetAppServices sets the AppServices field's value.

func (*BasicConfigForCreateManagedAppInput) SetDeployType added in v1.2.25

SetDeployType sets the DeployType field's value.

func (*BasicConfigForCreateManagedAppInput) SetImageConfig added in v1.2.25

SetImageConfig sets the ImageConfig field's value.

func (*BasicConfigForCreateManagedAppInput) SetSpecification added in v1.2.25

SetSpecification sets the Specification field's value.

func (*BasicConfigForCreateManagedAppInput) SetVersionNumber added in v1.2.25

SetVersionNumber sets the VersionNumber field's value.

func (BasicConfigForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type BasicConfigForListManagedAppChangeRecordsOutput added in v1.2.25

type BasicConfigForListManagedAppChangeRecordsOutput struct {
	AppServices []*AppServiceForListManagedAppChangeRecordsOutput `type:"list" json:",omitempty"`

	DeployType *string `type:"string" json:",omitempty" enum:"EnumOfDeployTypeForListManagedAppChangeRecordsOutput"`

	ImageConfig *ImageConfigForListManagedAppChangeRecordsOutput `type:"structure" json:",omitempty"`

	Specification *SpecificationForListManagedAppChangeRecordsOutput `type:"structure" json:",omitempty"`

	VersionNumber *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BasicConfigForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*BasicConfigForListManagedAppChangeRecordsOutput) SetAppServices added in v1.2.25

SetAppServices sets the AppServices field's value.

func (*BasicConfigForListManagedAppChangeRecordsOutput) SetDeployType added in v1.2.25

SetDeployType sets the DeployType field's value.

func (*BasicConfigForListManagedAppChangeRecordsOutput) SetImageConfig added in v1.2.25

SetImageConfig sets the ImageConfig field's value.

func (*BasicConfigForListManagedAppChangeRecordsOutput) SetSpecification added in v1.2.25

SetSpecification sets the Specification field's value.

func (*BasicConfigForListManagedAppChangeRecordsOutput) SetVersionNumber added in v1.2.25

SetVersionNumber sets the VersionNumber field's value.

func (BasicConfigForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type BasicConfigForTriggerManagedAppDeployInput added in v1.2.25

type BasicConfigForTriggerManagedAppDeployInput struct {
	AppServices []*AppServiceForTriggerManagedAppDeployInput `type:"list" json:",omitempty"`

	DeployType *string `type:"string" json:",omitempty" enum:"EnumOfDeployTypeForTriggerManagedAppDeployInput"`

	ImageConfig *ImageConfigForTriggerManagedAppDeployInput `type:"structure" json:",omitempty"`

	Specification *SpecificationForTriggerManagedAppDeployInput `type:"structure" json:",omitempty"`

	VersionNumber *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BasicConfigForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*BasicConfigForTriggerManagedAppDeployInput) SetAppServices added in v1.2.25

SetAppServices sets the AppServices field's value.

func (*BasicConfigForTriggerManagedAppDeployInput) SetDeployType added in v1.2.25

SetDeployType sets the DeployType field's value.

func (*BasicConfigForTriggerManagedAppDeployInput) SetImageConfig added in v1.2.25

SetImageConfig sets the ImageConfig field's value.

func (*BasicConfigForTriggerManagedAppDeployInput) SetSpecification added in v1.2.25

SetSpecification sets the Specification field's value.

func (*BasicConfigForTriggerManagedAppDeployInput) SetVersionNumber added in v1.2.25

SetVersionNumber sets the VersionNumber field's value.

func (BasicConfigForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type CP

type CP struct {
	*client.Client
}

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

CP 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) *CP

New create int can support ssl or region locate set

func (*CP) CancelManagedAppChangeRecord added in v1.2.25

func (c *CP) CancelManagedAppChangeRecord(input *CancelManagedAppChangeRecordInput) (*CancelManagedAppChangeRecordOutput, error)

CancelManagedAppChangeRecord API operation for CP.

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 CP's API operation CancelManagedAppChangeRecord for usage and error information.

func (*CP) CancelManagedAppChangeRecordCommon added in v1.2.25

func (c *CP) CancelManagedAppChangeRecordCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CancelManagedAppChangeRecordCommon API operation for CP.

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 CP's API operation CancelManagedAppChangeRecordCommon for usage and error information.

func (*CP) CancelManagedAppChangeRecordCommonRequest added in v1.2.25

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

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

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

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

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

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

func (*CP) CancelManagedAppChangeRecordCommonWithContext added in v1.2.25

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

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

See CancelManagedAppChangeRecordCommon 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 (*CP) CancelManagedAppChangeRecordRequest added in v1.2.25

func (c *CP) CancelManagedAppChangeRecordRequest(input *CancelManagedAppChangeRecordInput) (req *request.Request, output *CancelManagedAppChangeRecordOutput)

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

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

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

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

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

func (*CP) CancelManagedAppChangeRecordWithContext added in v1.2.25

func (c *CP) CancelManagedAppChangeRecordWithContext(ctx volcengine.Context, input *CancelManagedAppChangeRecordInput, opts ...request.Option) (*CancelManagedAppChangeRecordOutput, error)

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

See CancelManagedAppChangeRecord 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 (*CP) CancelPipelineRun

func (c *CP) CancelPipelineRun(input *CancelPipelineRunInput) (*CancelPipelineRunOutput, error)

CancelPipelineRun API operation for CP.

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 CP's API operation CancelPipelineRun for usage and error information.

func (*CP) CancelPipelineRunCommon

func (c *CP) CancelPipelineRunCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CancelPipelineRunCommon API operation for CP.

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 CP's API operation CancelPipelineRunCommon for usage and error information.

func (*CP) CancelPipelineRunCommonRequest

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

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

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

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

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

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

func (*CP) CancelPipelineRunCommonWithContext

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

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

See CancelPipelineRunCommon 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 (*CP) CancelPipelineRunRequest

func (c *CP) CancelPipelineRunRequest(input *CancelPipelineRunInput) (req *request.Request, output *CancelPipelineRunOutput)

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

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

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

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

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

func (*CP) CancelPipelineRunWithContext

func (c *CP) CancelPipelineRunWithContext(ctx volcengine.Context, input *CancelPipelineRunInput, opts ...request.Option) (*CancelPipelineRunOutput, error)

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

See CancelPipelineRun 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 (*CP) CreateComponentStep

func (c *CP) CreateComponentStep(input *CreateComponentStepInput) (*CreateComponentStepOutput, error)

CreateComponentStep API operation for CP.

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 CP's API operation CreateComponentStep for usage and error information.

func (*CP) CreateComponentStepCommon

func (c *CP) CreateComponentStepCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateComponentStepCommon API operation for CP.

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 CP's API operation CreateComponentStepCommon for usage and error information.

func (*CP) CreateComponentStepCommonRequest

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

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

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

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

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

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

func (*CP) CreateComponentStepCommonWithContext

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

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

See CreateComponentStepCommon 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 (*CP) CreateComponentStepRequest

func (c *CP) CreateComponentStepRequest(input *CreateComponentStepInput) (req *request.Request, output *CreateComponentStepOutput)

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

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

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

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

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

func (*CP) CreateComponentStepWithContext

func (c *CP) CreateComponentStepWithContext(ctx volcengine.Context, input *CreateComponentStepInput, opts ...request.Option) (*CreateComponentStepOutput, error)

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

See CreateComponentStep 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 (*CP) CreateManagedApp added in v1.2.25

func (c *CP) CreateManagedApp(input *CreateManagedAppInput) (*CreateManagedAppOutput, error)

CreateManagedApp API operation for CP.

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 CP's API operation CreateManagedApp for usage and error information.

func (*CP) CreateManagedAppCommon added in v1.2.25

func (c *CP) CreateManagedAppCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateManagedAppCommon API operation for CP.

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 CP's API operation CreateManagedAppCommon for usage and error information.

func (*CP) CreateManagedAppCommonRequest added in v1.2.25

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

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

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

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

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

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

func (*CP) CreateManagedAppCommonWithContext added in v1.2.25

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

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

See CreateManagedAppCommon 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 (*CP) CreateManagedAppRequest added in v1.2.25

func (c *CP) CreateManagedAppRequest(input *CreateManagedAppInput) (req *request.Request, output *CreateManagedAppOutput)

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

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

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

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

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

func (*CP) CreateManagedAppWithContext added in v1.2.25

func (c *CP) CreateManagedAppWithContext(ctx volcengine.Context, input *CreateManagedAppInput, opts ...request.Option) (*CreateManagedAppOutput, error)

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

See CreateManagedApp 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 (*CP) CreatePipelineWebhookURL

func (c *CP) CreatePipelineWebhookURL(input *CreatePipelineWebhookURLInput) (*CreatePipelineWebhookURLOutput, error)

CreatePipelineWebhookURL API operation for CP.

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 CP's API operation CreatePipelineWebhookURL for usage and error information.

func (*CP) CreatePipelineWebhookURLCommon

func (c *CP) CreatePipelineWebhookURLCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreatePipelineWebhookURLCommon API operation for CP.

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 CP's API operation CreatePipelineWebhookURLCommon for usage and error information.

func (*CP) CreatePipelineWebhookURLCommonRequest

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

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

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

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

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

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

func (*CP) CreatePipelineWebhookURLCommonWithContext

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

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

See CreatePipelineWebhookURLCommon 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 (*CP) CreatePipelineWebhookURLRequest

func (c *CP) CreatePipelineWebhookURLRequest(input *CreatePipelineWebhookURLInput) (req *request.Request, output *CreatePipelineWebhookURLOutput)

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

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

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

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

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

func (*CP) CreatePipelineWebhookURLWithContext

func (c *CP) CreatePipelineWebhookURLWithContext(ctx volcengine.Context, input *CreatePipelineWebhookURLInput, opts ...request.Option) (*CreatePipelineWebhookURLOutput, error)

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

See CreatePipelineWebhookURL 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 (*CP) CreateResource

func (c *CP) CreateResource(input *CreateResourceInput) (*CreateResourceOutput, error)

CreateResource API operation for CP.

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 CP's API operation CreateResource for usage and error information.

func (*CP) CreateResourceCommon

func (c *CP) CreateResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateResourceCommon API operation for CP.

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 CP's API operation CreateResourceCommon for usage and error information.

func (*CP) CreateResourceCommonRequest

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

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

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

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

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

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

func (*CP) CreateResourceCommonWithContext

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

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

See CreateResourceCommon 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 (*CP) CreateResourceRequest

func (c *CP) CreateResourceRequest(input *CreateResourceInput) (req *request.Request, output *CreateResourceOutput)

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

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

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

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

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

func (*CP) CreateResourceWithContext

func (c *CP) CreateResourceWithContext(ctx volcengine.Context, input *CreateResourceInput, opts ...request.Option) (*CreateResourceOutput, error)

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

See CreateResource 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 (*CP) CreateServiceConnection added in v1.1.42

func (c *CP) CreateServiceConnection(input *CreateServiceConnectionInput) (*CreateServiceConnectionOutput, error)

CreateServiceConnection API operation for CP.

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 CP's API operation CreateServiceConnection for usage and error information.

func (*CP) CreateServiceConnectionCommon added in v1.1.42

func (c *CP) CreateServiceConnectionCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateServiceConnectionCommon API operation for CP.

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 CP's API operation CreateServiceConnectionCommon for usage and error information.

func (*CP) CreateServiceConnectionCommonRequest added in v1.1.42

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

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

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

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

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

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

func (*CP) CreateServiceConnectionCommonWithContext added in v1.1.42

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

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

See CreateServiceConnectionCommon 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 (*CP) CreateServiceConnectionRequest added in v1.1.42

func (c *CP) CreateServiceConnectionRequest(input *CreateServiceConnectionInput) (req *request.Request, output *CreateServiceConnectionOutput)

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

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

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

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

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

func (*CP) CreateServiceConnectionWithContext added in v1.1.42

func (c *CP) CreateServiceConnectionWithContext(ctx volcengine.Context, input *CreateServiceConnectionInput, opts ...request.Option) (*CreateServiceConnectionOutput, error)

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

See CreateServiceConnection 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 (*CP) CreateTrigger

func (c *CP) CreateTrigger(input *CreateTriggerInput) (*CreateTriggerOutput, error)

CreateTrigger API operation for CP.

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 CP's API operation CreateTrigger for usage and error information.

func (*CP) CreateTriggerCommon

func (c *CP) CreateTriggerCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateTriggerCommon API operation for CP.

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 CP's API operation CreateTriggerCommon for usage and error information.

func (*CP) CreateTriggerCommonRequest

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

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

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

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

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

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

func (*CP) CreateTriggerCommonWithContext

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

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

See CreateTriggerCommon 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 (*CP) CreateTriggerRequest

func (c *CP) CreateTriggerRequest(input *CreateTriggerInput) (req *request.Request, output *CreateTriggerOutput)

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

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

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

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

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

func (*CP) CreateTriggerWithContext

func (c *CP) CreateTriggerWithContext(ctx volcengine.Context, input *CreateTriggerInput, opts ...request.Option) (*CreateTriggerOutput, error)

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

See CreateTrigger 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 (*CP) CreateWorkspace

func (c *CP) CreateWorkspace(input *CreateWorkspaceInput) (*CreateWorkspaceOutput, error)

CreateWorkspace API operation for CP.

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 CP's API operation CreateWorkspace for usage and error information.

func (*CP) CreateWorkspaceCommon

func (c *CP) CreateWorkspaceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateWorkspaceCommon API operation for CP.

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 CP's API operation CreateWorkspaceCommon for usage and error information.

func (*CP) CreateWorkspaceCommonRequest

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

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

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

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

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

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

func (*CP) CreateWorkspaceCommonWithContext

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

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

See CreateWorkspaceCommon 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 (*CP) CreateWorkspaceRequest

func (c *CP) CreateWorkspaceRequest(input *CreateWorkspaceInput) (req *request.Request, output *CreateWorkspaceOutput)

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

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

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

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

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

func (*CP) CreateWorkspaceWithContext

func (c *CP) CreateWorkspaceWithContext(ctx volcengine.Context, input *CreateWorkspaceInput, opts ...request.Option) (*CreateWorkspaceOutput, error)

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

See CreateWorkspace 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 (*CP) DeleteApp added in v1.2.25

func (c *CP) DeleteApp(input *DeleteAppInput) (*DeleteAppOutput, error)

DeleteApp API operation for CP.

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 CP's API operation DeleteApp for usage and error information.

func (*CP) DeleteAppCommon added in v1.2.25

func (c *CP) DeleteAppCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteAppCommon API operation for CP.

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 CP's API operation DeleteAppCommon for usage and error information.

func (*CP) DeleteAppCommonRequest added in v1.2.25

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

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

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

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

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

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

func (*CP) DeleteAppCommonWithContext added in v1.2.25

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

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

See DeleteAppCommon 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 (*CP) DeleteAppRequest added in v1.2.25

func (c *CP) DeleteAppRequest(input *DeleteAppInput) (req *request.Request, output *DeleteAppOutput)

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

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

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

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

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

func (*CP) DeleteAppWithContext added in v1.2.25

func (c *CP) DeleteAppWithContext(ctx volcengine.Context, input *DeleteAppInput, opts ...request.Option) (*DeleteAppOutput, error)

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

See DeleteApp 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 (*CP) DeleteComponentStep

func (c *CP) DeleteComponentStep(input *DeleteComponentStepInput) (*DeleteComponentStepOutput, error)

DeleteComponentStep API operation for CP.

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 CP's API operation DeleteComponentStep for usage and error information.

func (*CP) DeleteComponentStepCommon

func (c *CP) DeleteComponentStepCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteComponentStepCommon API operation for CP.

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 CP's API operation DeleteComponentStepCommon for usage and error information.

func (*CP) DeleteComponentStepCommonRequest

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

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

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

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

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

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

func (*CP) DeleteComponentStepCommonWithContext

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

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

See DeleteComponentStepCommon 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 (*CP) DeleteComponentStepRequest

func (c *CP) DeleteComponentStepRequest(input *DeleteComponentStepInput) (req *request.Request, output *DeleteComponentStepOutput)

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

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

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

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

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

func (*CP) DeleteComponentStepWithContext

func (c *CP) DeleteComponentStepWithContext(ctx volcengine.Context, input *DeleteComponentStepInput, opts ...request.Option) (*DeleteComponentStepOutput, error)

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

See DeleteComponentStep 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 (*CP) DeletePipeline

func (c *CP) DeletePipeline(input *DeletePipelineInput) (*DeletePipelineOutput, error)

DeletePipeline API operation for CP.

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 CP's API operation DeletePipeline for usage and error information.

func (*CP) DeletePipelineCommon

func (c *CP) DeletePipelineCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeletePipelineCommon API operation for CP.

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 CP's API operation DeletePipelineCommon for usage and error information.

func (*CP) DeletePipelineCommonRequest

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

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

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

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

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

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

func (*CP) DeletePipelineCommonWithContext

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

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

See DeletePipelineCommon 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 (*CP) DeletePipelineRequest

func (c *CP) DeletePipelineRequest(input *DeletePipelineInput) (req *request.Request, output *DeletePipelineOutput)

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

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

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

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

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

func (*CP) DeletePipelineWithContext

func (c *CP) DeletePipelineWithContext(ctx volcengine.Context, input *DeletePipelineInput, opts ...request.Option) (*DeletePipelineOutput, error)

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

See DeletePipeline 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 (*CP) DeleteResource

func (c *CP) DeleteResource(input *DeleteResourceInput) (*DeleteResourceOutput, error)

DeleteResource API operation for CP.

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 CP's API operation DeleteResource for usage and error information.

func (*CP) DeleteResourceCommon

func (c *CP) DeleteResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteResourceCommon API operation for CP.

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 CP's API operation DeleteResourceCommon for usage and error information.

func (*CP) DeleteResourceCommonRequest

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

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

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

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

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

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

func (*CP) DeleteResourceCommonWithContext

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

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

See DeleteResourceCommon 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 (*CP) DeleteResourceRequest

func (c *CP) DeleteResourceRequest(input *DeleteResourceInput) (req *request.Request, output *DeleteResourceOutput)

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

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

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

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

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

func (*CP) DeleteResourceWithContext

func (c *CP) DeleteResourceWithContext(ctx volcengine.Context, input *DeleteResourceInput, opts ...request.Option) (*DeleteResourceOutput, error)

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

See DeleteResource 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 (*CP) DeleteServiceConnection added in v1.1.42

func (c *CP) DeleteServiceConnection(input *DeleteServiceConnectionInput) (*DeleteServiceConnectionOutput, error)

DeleteServiceConnection API operation for CP.

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 CP's API operation DeleteServiceConnection for usage and error information.

func (*CP) DeleteServiceConnectionCommon added in v1.1.42

func (c *CP) DeleteServiceConnectionCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteServiceConnectionCommon API operation for CP.

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 CP's API operation DeleteServiceConnectionCommon for usage and error information.

func (*CP) DeleteServiceConnectionCommonRequest added in v1.1.42

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

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

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

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

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

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

func (*CP) DeleteServiceConnectionCommonWithContext added in v1.1.42

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

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

See DeleteServiceConnectionCommon 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 (*CP) DeleteServiceConnectionRequest added in v1.1.42

func (c *CP) DeleteServiceConnectionRequest(input *DeleteServiceConnectionInput) (req *request.Request, output *DeleteServiceConnectionOutput)

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

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

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

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

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

func (*CP) DeleteServiceConnectionWithContext added in v1.1.42

func (c *CP) DeleteServiceConnectionWithContext(ctx volcengine.Context, input *DeleteServiceConnectionInput, opts ...request.Option) (*DeleteServiceConnectionOutput, error)

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

See DeleteServiceConnection 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 (*CP) DeleteTrigger

func (c *CP) DeleteTrigger(input *DeleteTriggerInput) (*DeleteTriggerOutput, error)

DeleteTrigger API operation for CP.

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 CP's API operation DeleteTrigger for usage and error information.

func (*CP) DeleteTriggerCommon

func (c *CP) DeleteTriggerCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteTriggerCommon API operation for CP.

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 CP's API operation DeleteTriggerCommon for usage and error information.

func (*CP) DeleteTriggerCommonRequest

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

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

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

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

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

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

func (*CP) DeleteTriggerCommonWithContext

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

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

See DeleteTriggerCommon 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 (*CP) DeleteTriggerRequest

func (c *CP) DeleteTriggerRequest(input *DeleteTriggerInput) (req *request.Request, output *DeleteTriggerOutput)

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

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

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

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

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

func (*CP) DeleteTriggerWithContext

func (c *CP) DeleteTriggerWithContext(ctx volcengine.Context, input *DeleteTriggerInput, opts ...request.Option) (*DeleteTriggerOutput, error)

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

See DeleteTrigger 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 (*CP) DeleteWorkspace

func (c *CP) DeleteWorkspace(input *DeleteWorkspaceInput) (*DeleteWorkspaceOutput, error)

DeleteWorkspace API operation for CP.

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 CP's API operation DeleteWorkspace for usage and error information.

func (*CP) DeleteWorkspaceCommon

func (c *CP) DeleteWorkspaceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteWorkspaceCommon API operation for CP.

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 CP's API operation DeleteWorkspaceCommon for usage and error information.

func (*CP) DeleteWorkspaceCommonRequest

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

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

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

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

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

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

func (*CP) DeleteWorkspaceCommonWithContext

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

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

See DeleteWorkspaceCommon 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 (*CP) DeleteWorkspaceRequest

func (c *CP) DeleteWorkspaceRequest(input *DeleteWorkspaceInput) (req *request.Request, output *DeleteWorkspaceOutput)

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

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

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

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

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

func (*CP) DeleteWorkspaceWithContext

func (c *CP) DeleteWorkspaceWithContext(ctx volcengine.Context, input *DeleteWorkspaceInput, opts ...request.Option) (*DeleteWorkspaceOutput, error)

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

See DeleteWorkspace 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 (*CP) GetManagedAppPodLog added in v1.2.25

func (c *CP) GetManagedAppPodLog(input *GetManagedAppPodLogInput) (*GetManagedAppPodLogOutput, error)

GetManagedAppPodLog API operation for CP.

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 CP's API operation GetManagedAppPodLog for usage and error information.

func (*CP) GetManagedAppPodLogCommon added in v1.2.25

func (c *CP) GetManagedAppPodLogCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetManagedAppPodLogCommon API operation for CP.

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 CP's API operation GetManagedAppPodLogCommon for usage and error information.

func (*CP) GetManagedAppPodLogCommonRequest added in v1.2.25

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

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

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

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

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

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

func (*CP) GetManagedAppPodLogCommonWithContext added in v1.2.25

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

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

See GetManagedAppPodLogCommon 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 (*CP) GetManagedAppPodLogRequest added in v1.2.25

func (c *CP) GetManagedAppPodLogRequest(input *GetManagedAppPodLogInput) (req *request.Request, output *GetManagedAppPodLogOutput)

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

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

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

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

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

func (*CP) GetManagedAppPodLogWithContext added in v1.2.25

func (c *CP) GetManagedAppPodLogWithContext(ctx volcengine.Context, input *GetManagedAppPodLogInput, opts ...request.Option) (*GetManagedAppPodLogOutput, error)

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

See GetManagedAppPodLog 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 (*CP) GetServiceConnection added in v1.1.42

func (c *CP) GetServiceConnection(input *GetServiceConnectionInput) (*GetServiceConnectionOutput, error)

GetServiceConnection API operation for CP.

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 CP's API operation GetServiceConnection for usage and error information.

func (*CP) GetServiceConnectionCommon added in v1.1.42

func (c *CP) GetServiceConnectionCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetServiceConnectionCommon API operation for CP.

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 CP's API operation GetServiceConnectionCommon for usage and error information.

func (*CP) GetServiceConnectionCommonRequest added in v1.1.42

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

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

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

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

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

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

func (*CP) GetServiceConnectionCommonWithContext added in v1.1.42

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

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

See GetServiceConnectionCommon 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 (*CP) GetServiceConnectionRequest added in v1.1.42

func (c *CP) GetServiceConnectionRequest(input *GetServiceConnectionInput) (req *request.Request, output *GetServiceConnectionOutput)

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

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

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

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

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

func (*CP) GetServiceConnectionWithContext added in v1.1.42

func (c *CP) GetServiceConnectionWithContext(ctx volcengine.Context, input *GetServiceConnectionInput, opts ...request.Option) (*GetServiceConnectionOutput, error)

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

See GetServiceConnection 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 (*CP) GetTaskRunLog

func (c *CP) GetTaskRunLog(input *GetTaskRunLogInput) (*GetTaskRunLogOutput, error)

GetTaskRunLog API operation for CP.

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 CP's API operation GetTaskRunLog for usage and error information.

func (*CP) GetTaskRunLogCommon

func (c *CP) GetTaskRunLogCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetTaskRunLogCommon API operation for CP.

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 CP's API operation GetTaskRunLogCommon for usage and error information.

func (*CP) GetTaskRunLogCommonRequest

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

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

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

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

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

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

func (*CP) GetTaskRunLogCommonWithContext

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

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

See GetTaskRunLogCommon 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 (*CP) GetTaskRunLogDownloadURI

func (c *CP) GetTaskRunLogDownloadURI(input *GetTaskRunLogDownloadURIInput) (*GetTaskRunLogDownloadURIOutput, error)

GetTaskRunLogDownloadURI API operation for CP.

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 CP's API operation GetTaskRunLogDownloadURI for usage and error information.

func (*CP) GetTaskRunLogDownloadURICommon

func (c *CP) GetTaskRunLogDownloadURICommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetTaskRunLogDownloadURICommon API operation for CP.

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 CP's API operation GetTaskRunLogDownloadURICommon for usage and error information.

func (*CP) GetTaskRunLogDownloadURICommonRequest

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

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

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

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

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

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

func (*CP) GetTaskRunLogDownloadURICommonWithContext

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

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

See GetTaskRunLogDownloadURICommon 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 (*CP) GetTaskRunLogDownloadURIRequest

func (c *CP) GetTaskRunLogDownloadURIRequest(input *GetTaskRunLogDownloadURIInput) (req *request.Request, output *GetTaskRunLogDownloadURIOutput)

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

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

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

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

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

func (*CP) GetTaskRunLogDownloadURIWithContext

func (c *CP) GetTaskRunLogDownloadURIWithContext(ctx volcengine.Context, input *GetTaskRunLogDownloadURIInput, opts ...request.Option) (*GetTaskRunLogDownloadURIOutput, error)

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

See GetTaskRunLogDownloadURI 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 (*CP) GetTaskRunLogRequest

func (c *CP) GetTaskRunLogRequest(input *GetTaskRunLogInput) (req *request.Request, output *GetTaskRunLogOutput)

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

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

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

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

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

func (*CP) GetTaskRunLogWithContext

func (c *CP) GetTaskRunLogWithContext(ctx volcengine.Context, input *GetTaskRunLogInput, opts ...request.Option) (*GetTaskRunLogOutput, error)

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

See GetTaskRunLog 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 (*CP) ListComponentStep

func (c *CP) ListComponentStep(input *ListComponentStepInput) (*ListComponentStepOutput, error)

ListComponentStep API operation for CP.

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 CP's API operation ListComponentStep for usage and error information.

func (*CP) ListComponentStepCommon

func (c *CP) ListComponentStepCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListComponentStepCommon API operation for CP.

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 CP's API operation ListComponentStepCommon for usage and error information.

func (*CP) ListComponentStepCommonRequest

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

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

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

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

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

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

func (*CP) ListComponentStepCommonWithContext

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

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

See ListComponentStepCommon 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 (*CP) ListComponentStepRequest

func (c *CP) ListComponentStepRequest(input *ListComponentStepInput) (req *request.Request, output *ListComponentStepOutput)

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

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

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

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

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

func (*CP) ListComponentStepWithContext

func (c *CP) ListComponentStepWithContext(ctx volcengine.Context, input *ListComponentStepInput, opts ...request.Option) (*ListComponentStepOutput, error)

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

See ListComponentStep 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 (*CP) ListDeployResources added in v1.2.25

func (c *CP) ListDeployResources(input *ListDeployResourcesInput) (*ListDeployResourcesOutput, error)

ListDeployResources API operation for CP.

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 CP's API operation ListDeployResources for usage and error information.

func (*CP) ListDeployResourcesCommon added in v1.2.25

func (c *CP) ListDeployResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListDeployResourcesCommon API operation for CP.

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 CP's API operation ListDeployResourcesCommon for usage and error information.

func (*CP) ListDeployResourcesCommonRequest added in v1.2.25

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

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

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

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

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

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

func (*CP) ListDeployResourcesCommonWithContext added in v1.2.25

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

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

See ListDeployResourcesCommon 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 (*CP) ListDeployResourcesRequest added in v1.2.25

func (c *CP) ListDeployResourcesRequest(input *ListDeployResourcesInput) (req *request.Request, output *ListDeployResourcesOutput)

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

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

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

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

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

func (*CP) ListDeployResourcesWithContext added in v1.2.25

func (c *CP) ListDeployResourcesWithContext(ctx volcengine.Context, input *ListDeployResourcesInput, opts ...request.Option) (*ListDeployResourcesOutput, error)

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

See ListDeployResources 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 (*CP) ListManagedAppChangeRecords added in v1.2.25

func (c *CP) ListManagedAppChangeRecords(input *ListManagedAppChangeRecordsInput) (*ListManagedAppChangeRecordsOutput, error)

ListManagedAppChangeRecords API operation for CP.

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 CP's API operation ListManagedAppChangeRecords for usage and error information.

func (*CP) ListManagedAppChangeRecordsCommon added in v1.2.25

func (c *CP) ListManagedAppChangeRecordsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListManagedAppChangeRecordsCommon API operation for CP.

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 CP's API operation ListManagedAppChangeRecordsCommon for usage and error information.

func (*CP) ListManagedAppChangeRecordsCommonRequest added in v1.2.25

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

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

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

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

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

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

func (*CP) ListManagedAppChangeRecordsCommonWithContext added in v1.2.25

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

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

See ListManagedAppChangeRecordsCommon 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 (*CP) ListManagedAppChangeRecordsRequest added in v1.2.25

func (c *CP) ListManagedAppChangeRecordsRequest(input *ListManagedAppChangeRecordsInput) (req *request.Request, output *ListManagedAppChangeRecordsOutput)

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

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

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

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

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

func (*CP) ListManagedAppChangeRecordsWithContext added in v1.2.25

func (c *CP) ListManagedAppChangeRecordsWithContext(ctx volcengine.Context, input *ListManagedAppChangeRecordsInput, opts ...request.Option) (*ListManagedAppChangeRecordsOutput, error)

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

See ListManagedAppChangeRecords 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 (*CP) ListManagedAppChangeSteps added in v1.2.25

func (c *CP) ListManagedAppChangeSteps(input *ListManagedAppChangeStepsInput) (*ListManagedAppChangeStepsOutput, error)

ListManagedAppChangeSteps API operation for CP.

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 CP's API operation ListManagedAppChangeSteps for usage and error information.

func (*CP) ListManagedAppChangeStepsCommon added in v1.2.25

func (c *CP) ListManagedAppChangeStepsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListManagedAppChangeStepsCommon API operation for CP.

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 CP's API operation ListManagedAppChangeStepsCommon for usage and error information.

func (*CP) ListManagedAppChangeStepsCommonRequest added in v1.2.25

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

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

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

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

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

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

func (*CP) ListManagedAppChangeStepsCommonWithContext added in v1.2.25

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

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

See ListManagedAppChangeStepsCommon 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 (*CP) ListManagedAppChangeStepsRequest added in v1.2.25

func (c *CP) ListManagedAppChangeStepsRequest(input *ListManagedAppChangeStepsInput) (req *request.Request, output *ListManagedAppChangeStepsOutput)

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

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

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

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

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

func (*CP) ListManagedAppChangeStepsWithContext added in v1.2.25

func (c *CP) ListManagedAppChangeStepsWithContext(ctx volcengine.Context, input *ListManagedAppChangeStepsInput, opts ...request.Option) (*ListManagedAppChangeStepsOutput, error)

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

See ListManagedAppChangeSteps 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 (*CP) ListManagedAppPods added in v1.2.25

func (c *CP) ListManagedAppPods(input *ListManagedAppPodsInput) (*ListManagedAppPodsOutput, error)

ListManagedAppPods API operation for CP.

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 CP's API operation ListManagedAppPods for usage and error information.

func (*CP) ListManagedAppPodsCommon added in v1.2.25

func (c *CP) ListManagedAppPodsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListManagedAppPodsCommon API operation for CP.

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 CP's API operation ListManagedAppPodsCommon for usage and error information.

func (*CP) ListManagedAppPodsCommonRequest added in v1.2.25

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

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

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

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

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

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

func (*CP) ListManagedAppPodsCommonWithContext added in v1.2.25

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

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

See ListManagedAppPodsCommon 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 (*CP) ListManagedAppPodsRequest added in v1.2.25

func (c *CP) ListManagedAppPodsRequest(input *ListManagedAppPodsInput) (req *request.Request, output *ListManagedAppPodsOutput)

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

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

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

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

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

func (*CP) ListManagedAppPodsWithContext added in v1.2.25

func (c *CP) ListManagedAppPodsWithContext(ctx volcengine.Context, input *ListManagedAppPodsInput, opts ...request.Option) (*ListManagedAppPodsOutput, error)

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

See ListManagedAppPods 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 (*CP) ListPipelineRuns

func (c *CP) ListPipelineRuns(input *ListPipelineRunsInput) (*ListPipelineRunsOutput, error)

ListPipelineRuns API operation for CP.

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 CP's API operation ListPipelineRuns for usage and error information.

func (*CP) ListPipelineRunsCommon

func (c *CP) ListPipelineRunsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListPipelineRunsCommon API operation for CP.

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 CP's API operation ListPipelineRunsCommon for usage and error information.

func (*CP) ListPipelineRunsCommonRequest

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

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

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

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

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

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

func (*CP) ListPipelineRunsCommonWithContext

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

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

See ListPipelineRunsCommon 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 (*CP) ListPipelineRunsRequest

func (c *CP) ListPipelineRunsRequest(input *ListPipelineRunsInput) (req *request.Request, output *ListPipelineRunsOutput)

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

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

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

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

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

func (*CP) ListPipelineRunsWithContext

func (c *CP) ListPipelineRunsWithContext(ctx volcengine.Context, input *ListPipelineRunsInput, opts ...request.Option) (*ListPipelineRunsOutput, error)

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

See ListPipelineRuns 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 (*CP) ListPipelines

func (c *CP) ListPipelines(input *ListPipelinesInput) (*ListPipelinesOutput, error)

ListPipelines API operation for CP.

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 CP's API operation ListPipelines for usage and error information.

func (*CP) ListPipelinesCommon

func (c *CP) ListPipelinesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListPipelinesCommon API operation for CP.

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 CP's API operation ListPipelinesCommon for usage and error information.

func (*CP) ListPipelinesCommonRequest

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

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

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

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

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

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

func (*CP) ListPipelinesCommonWithContext

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

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

See ListPipelinesCommon 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 (*CP) ListPipelinesRequest

func (c *CP) ListPipelinesRequest(input *ListPipelinesInput) (req *request.Request, output *ListPipelinesOutput)

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

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

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

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

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

func (*CP) ListPipelinesWithContext

func (c *CP) ListPipelinesWithContext(ctx volcengine.Context, input *ListPipelinesInput, opts ...request.Option) (*ListPipelinesOutput, error)

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

See ListPipelines 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 (*CP) ListResources

func (c *CP) ListResources(input *ListResourcesInput) (*ListResourcesOutput, error)

ListResources API operation for CP.

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 CP's API operation ListResources for usage and error information.

func (*CP) ListResourcesCommon

func (c *CP) ListResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListResourcesCommon API operation for CP.

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 CP's API operation ListResourcesCommon for usage and error information.

func (*CP) ListResourcesCommonRequest

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

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

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

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

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

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

func (*CP) ListResourcesCommonWithContext

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

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

See ListResourcesCommon 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 (*CP) ListResourcesRequest

func (c *CP) ListResourcesRequest(input *ListResourcesInput) (req *request.Request, output *ListResourcesOutput)

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

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

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

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

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

func (*CP) ListResourcesWithContext

func (c *CP) ListResourcesWithContext(ctx volcengine.Context, input *ListResourcesInput, opts ...request.Option) (*ListResourcesOutput, error)

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

See ListResources 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 (*CP) ListServiceConnections added in v1.1.42

func (c *CP) ListServiceConnections(input *ListServiceConnectionsInput) (*ListServiceConnectionsOutput, error)

ListServiceConnections API operation for CP.

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 CP's API operation ListServiceConnections for usage and error information.

func (*CP) ListServiceConnectionsCommon added in v1.1.42

func (c *CP) ListServiceConnectionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListServiceConnectionsCommon API operation for CP.

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 CP's API operation ListServiceConnectionsCommon for usage and error information.

func (*CP) ListServiceConnectionsCommonRequest added in v1.1.42

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

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

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

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

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

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

func (*CP) ListServiceConnectionsCommonWithContext added in v1.1.42

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

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

See ListServiceConnectionsCommon 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 (*CP) ListServiceConnectionsRequest added in v1.1.42

func (c *CP) ListServiceConnectionsRequest(input *ListServiceConnectionsInput) (req *request.Request, output *ListServiceConnectionsOutput)

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

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

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

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

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

func (*CP) ListServiceConnectionsWithContext added in v1.1.42

func (c *CP) ListServiceConnectionsWithContext(ctx volcengine.Context, input *ListServiceConnectionsInput, opts ...request.Option) (*ListServiceConnectionsOutput, error)

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

See ListServiceConnections 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 (*CP) ListTaskRuns

func (c *CP) ListTaskRuns(input *ListTaskRunsInput) (*ListTaskRunsOutput, error)

ListTaskRuns API operation for CP.

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 CP's API operation ListTaskRuns for usage and error information.

func (*CP) ListTaskRunsCommon

func (c *CP) ListTaskRunsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListTaskRunsCommon API operation for CP.

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 CP's API operation ListTaskRunsCommon for usage and error information.

func (*CP) ListTaskRunsCommonRequest

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

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

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

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

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

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

func (*CP) ListTaskRunsCommonWithContext

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

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

See ListTaskRunsCommon 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 (*CP) ListTaskRunsRequest

func (c *CP) ListTaskRunsRequest(input *ListTaskRunsInput) (req *request.Request, output *ListTaskRunsOutput)

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

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

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

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

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

func (*CP) ListTaskRunsWithContext

func (c *CP) ListTaskRunsWithContext(ctx volcengine.Context, input *ListTaskRunsInput, opts ...request.Option) (*ListTaskRunsOutput, error)

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

See ListTaskRuns 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 (*CP) ListTriggers

func (c *CP) ListTriggers(input *ListTriggersInput) (*ListTriggersOutput, error)

ListTriggers API operation for CP.

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 CP's API operation ListTriggers for usage and error information.

func (*CP) ListTriggersCommon

func (c *CP) ListTriggersCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListTriggersCommon API operation for CP.

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 CP's API operation ListTriggersCommon for usage and error information.

func (*CP) ListTriggersCommonRequest

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

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

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

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

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

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

func (*CP) ListTriggersCommonWithContext

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

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

See ListTriggersCommon 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 (*CP) ListTriggersRequest

func (c *CP) ListTriggersRequest(input *ListTriggersInput) (req *request.Request, output *ListTriggersOutput)

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

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

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

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

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

func (*CP) ListTriggersWithContext

func (c *CP) ListTriggersWithContext(ctx volcengine.Context, input *ListTriggersInput, opts ...request.Option) (*ListTriggersOutput, error)

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

See ListTriggers 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 (*CP) ListWorkspaces

func (c *CP) ListWorkspaces(input *ListWorkspacesInput) (*ListWorkspacesOutput, error)

ListWorkspaces API operation for CP.

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 CP's API operation ListWorkspaces for usage and error information.

func (*CP) ListWorkspacesCommon

func (c *CP) ListWorkspacesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListWorkspacesCommon API operation for CP.

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 CP's API operation ListWorkspacesCommon for usage and error information.

func (*CP) ListWorkspacesCommonRequest

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

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

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

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

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

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

func (*CP) ListWorkspacesCommonWithContext

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

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

See ListWorkspacesCommon 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 (*CP) ListWorkspacesRequest

func (c *CP) ListWorkspacesRequest(input *ListWorkspacesInput) (req *request.Request, output *ListWorkspacesOutput)

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

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

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

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

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

func (*CP) ListWorkspacesWithContext

func (c *CP) ListWorkspacesWithContext(ctx volcengine.Context, input *ListWorkspacesInput, opts ...request.Option) (*ListWorkspacesOutput, error)

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

See ListWorkspaces 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 (*CP) RunPipeline

func (c *CP) RunPipeline(input *RunPipelineInput) (*RunPipelineOutput, error)

RunPipeline API operation for CP.

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 CP's API operation RunPipeline for usage and error information.

func (*CP) RunPipelineCommon

func (c *CP) RunPipelineCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RunPipelineCommon API operation for CP.

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 CP's API operation RunPipelineCommon for usage and error information.

func (*CP) RunPipelineCommonRequest

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

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

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

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

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

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

func (*CP) RunPipelineCommonWithContext

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

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

See RunPipelineCommon 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 (*CP) RunPipelineRequest

func (c *CP) RunPipelineRequest(input *RunPipelineInput) (req *request.Request, output *RunPipelineOutput)

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

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

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

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

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

func (*CP) RunPipelineWithContext

func (c *CP) RunPipelineWithContext(ctx volcengine.Context, input *RunPipelineInput, opts ...request.Option) (*RunPipelineOutput, error)

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

See RunPipeline 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 (*CP) TriggerManagedAppDeploy added in v1.2.25

func (c *CP) TriggerManagedAppDeploy(input *TriggerManagedAppDeployInput) (*TriggerManagedAppDeployOutput, error)

TriggerManagedAppDeploy API operation for CP.

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 CP's API operation TriggerManagedAppDeploy for usage and error information.

func (*CP) TriggerManagedAppDeployCommon added in v1.2.25

func (c *CP) TriggerManagedAppDeployCommon(input *map[string]interface{}) (*map[string]interface{}, error)

TriggerManagedAppDeployCommon API operation for CP.

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 CP's API operation TriggerManagedAppDeployCommon for usage and error information.

func (*CP) TriggerManagedAppDeployCommonRequest added in v1.2.25

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

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

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

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

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

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

func (*CP) TriggerManagedAppDeployCommonWithContext added in v1.2.25

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

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

See TriggerManagedAppDeployCommon 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 (*CP) TriggerManagedAppDeployRequest added in v1.2.25

func (c *CP) TriggerManagedAppDeployRequest(input *TriggerManagedAppDeployInput) (req *request.Request, output *TriggerManagedAppDeployOutput)

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

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

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

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

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

func (*CP) TriggerManagedAppDeployWithContext added in v1.2.25

func (c *CP) TriggerManagedAppDeployWithContext(ctx volcengine.Context, input *TriggerManagedAppDeployInput, opts ...request.Option) (*TriggerManagedAppDeployOutput, error)

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

See TriggerManagedAppDeploy 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 (*CP) TriggerManagedAppRollback added in v1.2.25

func (c *CP) TriggerManagedAppRollback(input *TriggerManagedAppRollbackInput) (*TriggerManagedAppRollbackOutput, error)

TriggerManagedAppRollback API operation for CP.

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 CP's API operation TriggerManagedAppRollback for usage and error information.

func (*CP) TriggerManagedAppRollbackCommon added in v1.2.25

func (c *CP) TriggerManagedAppRollbackCommon(input *map[string]interface{}) (*map[string]interface{}, error)

TriggerManagedAppRollbackCommon API operation for CP.

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 CP's API operation TriggerManagedAppRollbackCommon for usage and error information.

func (*CP) TriggerManagedAppRollbackCommonRequest added in v1.2.25

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

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

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

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

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

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

func (*CP) TriggerManagedAppRollbackCommonWithContext added in v1.2.25

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

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

See TriggerManagedAppRollbackCommon 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 (*CP) TriggerManagedAppRollbackRequest added in v1.2.25

func (c *CP) TriggerManagedAppRollbackRequest(input *TriggerManagedAppRollbackInput) (req *request.Request, output *TriggerManagedAppRollbackOutput)

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

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

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

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

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

func (*CP) TriggerManagedAppRollbackWithContext added in v1.2.25

func (c *CP) TriggerManagedAppRollbackWithContext(ctx volcengine.Context, input *TriggerManagedAppRollbackInput, opts ...request.Option) (*TriggerManagedAppRollbackOutput, error)

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

See TriggerManagedAppRollback 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 (*CP) TriggerManagedAppScaling added in v1.2.25

func (c *CP) TriggerManagedAppScaling(input *TriggerManagedAppScalingInput) (*TriggerManagedAppScalingOutput, error)

TriggerManagedAppScaling API operation for CP.

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 CP's API operation TriggerManagedAppScaling for usage and error information.

func (*CP) TriggerManagedAppScalingCommon added in v1.2.25

func (c *CP) TriggerManagedAppScalingCommon(input *map[string]interface{}) (*map[string]interface{}, error)

TriggerManagedAppScalingCommon API operation for CP.

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 CP's API operation TriggerManagedAppScalingCommon for usage and error information.

func (*CP) TriggerManagedAppScalingCommonRequest added in v1.2.25

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

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

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

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

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

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

func (*CP) TriggerManagedAppScalingCommonWithContext added in v1.2.25

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

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

See TriggerManagedAppScalingCommon 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 (*CP) TriggerManagedAppScalingRequest added in v1.2.25

func (c *CP) TriggerManagedAppScalingRequest(input *TriggerManagedAppScalingInput) (req *request.Request, output *TriggerManagedAppScalingOutput)

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

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

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

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

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

func (*CP) TriggerManagedAppScalingWithContext added in v1.2.25

func (c *CP) TriggerManagedAppScalingWithContext(ctx volcengine.Context, input *TriggerManagedAppScalingInput, opts ...request.Option) (*TriggerManagedAppScalingOutput, error)

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

See TriggerManagedAppScaling 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 (*CP) UpdateComponentStep

func (c *CP) UpdateComponentStep(input *UpdateComponentStepInput) (*UpdateComponentStepOutput, error)

UpdateComponentStep API operation for CP.

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 CP's API operation UpdateComponentStep for usage and error information.

func (*CP) UpdateComponentStepCommon

func (c *CP) UpdateComponentStepCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateComponentStepCommon API operation for CP.

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 CP's API operation UpdateComponentStepCommon for usage and error information.

func (*CP) UpdateComponentStepCommonRequest

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

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

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

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

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

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

func (*CP) UpdateComponentStepCommonWithContext

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

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

See UpdateComponentStepCommon 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 (*CP) UpdateComponentStepRequest

func (c *CP) UpdateComponentStepRequest(input *UpdateComponentStepInput) (req *request.Request, output *UpdateComponentStepOutput)

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

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

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

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

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

func (*CP) UpdateComponentStepWithContext

func (c *CP) UpdateComponentStepWithContext(ctx volcengine.Context, input *UpdateComponentStepInput, opts ...request.Option) (*UpdateComponentStepOutput, error)

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

See UpdateComponentStep 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 (*CP) UpdateResource

func (c *CP) UpdateResource(input *UpdateResourceInput) (*UpdateResourceOutput, error)

UpdateResource API operation for CP.

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 CP's API operation UpdateResource for usage and error information.

func (*CP) UpdateResourceCommon

func (c *CP) UpdateResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateResourceCommon API operation for CP.

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 CP's API operation UpdateResourceCommon for usage and error information.

func (*CP) UpdateResourceCommonRequest

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

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

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

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

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

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

func (*CP) UpdateResourceCommonWithContext

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

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

See UpdateResourceCommon 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 (*CP) UpdateResourceRequest

func (c *CP) UpdateResourceRequest(input *UpdateResourceInput) (req *request.Request, output *UpdateResourceOutput)

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

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

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

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

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

func (*CP) UpdateResourceWithContext

func (c *CP) UpdateResourceWithContext(ctx volcengine.Context, input *UpdateResourceInput, opts ...request.Option) (*UpdateResourceOutput, error)

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

See UpdateResource 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 (*CP) UpdateServiceConnection added in v1.1.42

func (c *CP) UpdateServiceConnection(input *UpdateServiceConnectionInput) (*UpdateServiceConnectionOutput, error)

UpdateServiceConnection API operation for CP.

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 CP's API operation UpdateServiceConnection for usage and error information.

func (*CP) UpdateServiceConnectionCommon added in v1.1.42

func (c *CP) UpdateServiceConnectionCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateServiceConnectionCommon API operation for CP.

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 CP's API operation UpdateServiceConnectionCommon for usage and error information.

func (*CP) UpdateServiceConnectionCommonRequest added in v1.1.42

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

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

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

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

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

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

func (*CP) UpdateServiceConnectionCommonWithContext added in v1.1.42

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

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

See UpdateServiceConnectionCommon 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 (*CP) UpdateServiceConnectionRequest added in v1.1.42

func (c *CP) UpdateServiceConnectionRequest(input *UpdateServiceConnectionInput) (req *request.Request, output *UpdateServiceConnectionOutput)

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

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

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

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

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

func (*CP) UpdateServiceConnectionWithContext added in v1.1.42

func (c *CP) UpdateServiceConnectionWithContext(ctx volcengine.Context, input *UpdateServiceConnectionInput, opts ...request.Option) (*UpdateServiceConnectionOutput, error)

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

See UpdateServiceConnection 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 (*CP) UpdateTrigger

func (c *CP) UpdateTrigger(input *UpdateTriggerInput) (*UpdateTriggerOutput, error)

UpdateTrigger API operation for CP.

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 CP's API operation UpdateTrigger for usage and error information.

func (*CP) UpdateTriggerCommon

func (c *CP) UpdateTriggerCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateTriggerCommon API operation for CP.

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 CP's API operation UpdateTriggerCommon for usage and error information.

func (*CP) UpdateTriggerCommonRequest

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

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

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

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

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

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

func (*CP) UpdateTriggerCommonWithContext

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

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

See UpdateTriggerCommon 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 (*CP) UpdateTriggerRequest

func (c *CP) UpdateTriggerRequest(input *UpdateTriggerInput) (req *request.Request, output *UpdateTriggerOutput)

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

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

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

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

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

func (*CP) UpdateTriggerWithContext

func (c *CP) UpdateTriggerWithContext(ctx volcengine.Context, input *UpdateTriggerInput, opts ...request.Option) (*UpdateTriggerOutput, error)

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

See UpdateTrigger 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 (*CP) UpdateWorkspace

func (c *CP) UpdateWorkspace(input *UpdateWorkspaceInput) (*UpdateWorkspaceOutput, error)

UpdateWorkspace API operation for CP.

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 CP's API operation UpdateWorkspace for usage and error information.

func (*CP) UpdateWorkspaceCommon

func (c *CP) UpdateWorkspaceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateWorkspaceCommon API operation for CP.

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 CP's API operation UpdateWorkspaceCommon for usage and error information.

func (*CP) UpdateWorkspaceCommonRequest

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

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

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

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

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

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

func (*CP) UpdateWorkspaceCommonWithContext

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

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

See UpdateWorkspaceCommon 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 (*CP) UpdateWorkspaceRequest

func (c *CP) UpdateWorkspaceRequest(input *UpdateWorkspaceInput) (req *request.Request, output *UpdateWorkspaceOutput)

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

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

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

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

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

func (*CP) UpdateWorkspaceWithContext

func (c *CP) UpdateWorkspaceWithContext(ctx volcengine.Context, input *UpdateWorkspaceInput, opts ...request.Option) (*UpdateWorkspaceOutput, error)

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

See UpdateWorkspace 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 (*CP) UpgradeComponentStep

func (c *CP) UpgradeComponentStep(input *UpgradeComponentStepInput) (*UpgradeComponentStepOutput, error)

UpgradeComponentStep API operation for CP.

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 CP's API operation UpgradeComponentStep for usage and error information.

func (*CP) UpgradeComponentStepCommon

func (c *CP) UpgradeComponentStepCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpgradeComponentStepCommon API operation for CP.

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 CP's API operation UpgradeComponentStepCommon for usage and error information.

func (*CP) UpgradeComponentStepCommonRequest

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

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

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

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

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

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

func (*CP) UpgradeComponentStepCommonWithContext

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

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

See UpgradeComponentStepCommon 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 (*CP) UpgradeComponentStepRequest

func (c *CP) UpgradeComponentStepRequest(input *UpgradeComponentStepInput) (req *request.Request, output *UpgradeComponentStepOutput)

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

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

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

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

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

func (*CP) UpgradeComponentStepWithContext

func (c *CP) UpgradeComponentStepWithContext(ctx volcengine.Context, input *UpgradeComponentStepInput, opts ...request.Option) (*UpgradeComponentStepOutput, error)

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

See UpgradeComponentStep 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 CPAPI

type CPAPI interface {
	CancelManagedAppChangeRecordCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CancelManagedAppChangeRecordCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CancelManagedAppChangeRecordCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CancelManagedAppChangeRecord(*CancelManagedAppChangeRecordInput) (*CancelManagedAppChangeRecordOutput, error)
	CancelManagedAppChangeRecordWithContext(volcengine.Context, *CancelManagedAppChangeRecordInput, ...request.Option) (*CancelManagedAppChangeRecordOutput, error)
	CancelManagedAppChangeRecordRequest(*CancelManagedAppChangeRecordInput) (*request.Request, *CancelManagedAppChangeRecordOutput)

	CancelPipelineRunCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CancelPipelineRunCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CancelPipelineRunCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CancelPipelineRun(*CancelPipelineRunInput) (*CancelPipelineRunOutput, error)
	CancelPipelineRunWithContext(volcengine.Context, *CancelPipelineRunInput, ...request.Option) (*CancelPipelineRunOutput, error)
	CancelPipelineRunRequest(*CancelPipelineRunInput) (*request.Request, *CancelPipelineRunOutput)

	CreateComponentStepCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateComponentStepCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateComponentStepCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateComponentStep(*CreateComponentStepInput) (*CreateComponentStepOutput, error)
	CreateComponentStepWithContext(volcengine.Context, *CreateComponentStepInput, ...request.Option) (*CreateComponentStepOutput, error)
	CreateComponentStepRequest(*CreateComponentStepInput) (*request.Request, *CreateComponentStepOutput)

	CreateManagedAppCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateManagedAppCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateManagedAppCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateManagedApp(*CreateManagedAppInput) (*CreateManagedAppOutput, error)
	CreateManagedAppWithContext(volcengine.Context, *CreateManagedAppInput, ...request.Option) (*CreateManagedAppOutput, error)
	CreateManagedAppRequest(*CreateManagedAppInput) (*request.Request, *CreateManagedAppOutput)

	CreatePipelineWebhookURLCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreatePipelineWebhookURLCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreatePipelineWebhookURLCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreatePipelineWebhookURL(*CreatePipelineWebhookURLInput) (*CreatePipelineWebhookURLOutput, error)
	CreatePipelineWebhookURLWithContext(volcengine.Context, *CreatePipelineWebhookURLInput, ...request.Option) (*CreatePipelineWebhookURLOutput, error)
	CreatePipelineWebhookURLRequest(*CreatePipelineWebhookURLInput) (*request.Request, *CreatePipelineWebhookURLOutput)

	CreateResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateResourceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateResource(*CreateResourceInput) (*CreateResourceOutput, error)
	CreateResourceWithContext(volcengine.Context, *CreateResourceInput, ...request.Option) (*CreateResourceOutput, error)
	CreateResourceRequest(*CreateResourceInput) (*request.Request, *CreateResourceOutput)

	CreateServiceConnectionCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateServiceConnectionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateServiceConnectionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateServiceConnection(*CreateServiceConnectionInput) (*CreateServiceConnectionOutput, error)
	CreateServiceConnectionWithContext(volcengine.Context, *CreateServiceConnectionInput, ...request.Option) (*CreateServiceConnectionOutput, error)
	CreateServiceConnectionRequest(*CreateServiceConnectionInput) (*request.Request, *CreateServiceConnectionOutput)

	CreateTriggerCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateTriggerCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateTriggerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateTrigger(*CreateTriggerInput) (*CreateTriggerOutput, error)
	CreateTriggerWithContext(volcengine.Context, *CreateTriggerInput, ...request.Option) (*CreateTriggerOutput, error)
	CreateTriggerRequest(*CreateTriggerInput) (*request.Request, *CreateTriggerOutput)

	CreateWorkspaceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateWorkspaceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateWorkspaceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateWorkspace(*CreateWorkspaceInput) (*CreateWorkspaceOutput, error)
	CreateWorkspaceWithContext(volcengine.Context, *CreateWorkspaceInput, ...request.Option) (*CreateWorkspaceOutput, error)
	CreateWorkspaceRequest(*CreateWorkspaceInput) (*request.Request, *CreateWorkspaceOutput)

	DeleteAppCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteAppCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteAppCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteApp(*DeleteAppInput) (*DeleteAppOutput, error)
	DeleteAppWithContext(volcengine.Context, *DeleteAppInput, ...request.Option) (*DeleteAppOutput, error)
	DeleteAppRequest(*DeleteAppInput) (*request.Request, *DeleteAppOutput)

	DeleteComponentStepCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteComponentStepCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteComponentStepCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteComponentStep(*DeleteComponentStepInput) (*DeleteComponentStepOutput, error)
	DeleteComponentStepWithContext(volcengine.Context, *DeleteComponentStepInput, ...request.Option) (*DeleteComponentStepOutput, error)
	DeleteComponentStepRequest(*DeleteComponentStepInput) (*request.Request, *DeleteComponentStepOutput)

	DeletePipelineCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeletePipelineCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeletePipelineCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeletePipeline(*DeletePipelineInput) (*DeletePipelineOutput, error)
	DeletePipelineWithContext(volcengine.Context, *DeletePipelineInput, ...request.Option) (*DeletePipelineOutput, error)
	DeletePipelineRequest(*DeletePipelineInput) (*request.Request, *DeletePipelineOutput)

	DeleteResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteResourceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteResource(*DeleteResourceInput) (*DeleteResourceOutput, error)
	DeleteResourceWithContext(volcengine.Context, *DeleteResourceInput, ...request.Option) (*DeleteResourceOutput, error)
	DeleteResourceRequest(*DeleteResourceInput) (*request.Request, *DeleteResourceOutput)

	DeleteServiceConnectionCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteServiceConnectionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteServiceConnectionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteServiceConnection(*DeleteServiceConnectionInput) (*DeleteServiceConnectionOutput, error)
	DeleteServiceConnectionWithContext(volcengine.Context, *DeleteServiceConnectionInput, ...request.Option) (*DeleteServiceConnectionOutput, error)
	DeleteServiceConnectionRequest(*DeleteServiceConnectionInput) (*request.Request, *DeleteServiceConnectionOutput)

	DeleteTriggerCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteTriggerCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteTriggerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteTrigger(*DeleteTriggerInput) (*DeleteTriggerOutput, error)
	DeleteTriggerWithContext(volcengine.Context, *DeleteTriggerInput, ...request.Option) (*DeleteTriggerOutput, error)
	DeleteTriggerRequest(*DeleteTriggerInput) (*request.Request, *DeleteTriggerOutput)

	DeleteWorkspaceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteWorkspaceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteWorkspaceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteWorkspace(*DeleteWorkspaceInput) (*DeleteWorkspaceOutput, error)
	DeleteWorkspaceWithContext(volcengine.Context, *DeleteWorkspaceInput, ...request.Option) (*DeleteWorkspaceOutput, error)
	DeleteWorkspaceRequest(*DeleteWorkspaceInput) (*request.Request, *DeleteWorkspaceOutput)

	GetManagedAppPodLogCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetManagedAppPodLogCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetManagedAppPodLogCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetManagedAppPodLog(*GetManagedAppPodLogInput) (*GetManagedAppPodLogOutput, error)
	GetManagedAppPodLogWithContext(volcengine.Context, *GetManagedAppPodLogInput, ...request.Option) (*GetManagedAppPodLogOutput, error)
	GetManagedAppPodLogRequest(*GetManagedAppPodLogInput) (*request.Request, *GetManagedAppPodLogOutput)

	GetServiceConnectionCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetServiceConnectionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetServiceConnectionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetServiceConnection(*GetServiceConnectionInput) (*GetServiceConnectionOutput, error)
	GetServiceConnectionWithContext(volcengine.Context, *GetServiceConnectionInput, ...request.Option) (*GetServiceConnectionOutput, error)
	GetServiceConnectionRequest(*GetServiceConnectionInput) (*request.Request, *GetServiceConnectionOutput)

	GetTaskRunLogCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetTaskRunLogCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetTaskRunLogCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetTaskRunLog(*GetTaskRunLogInput) (*GetTaskRunLogOutput, error)
	GetTaskRunLogWithContext(volcengine.Context, *GetTaskRunLogInput, ...request.Option) (*GetTaskRunLogOutput, error)
	GetTaskRunLogRequest(*GetTaskRunLogInput) (*request.Request, *GetTaskRunLogOutput)

	GetTaskRunLogDownloadURICommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetTaskRunLogDownloadURICommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetTaskRunLogDownloadURICommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetTaskRunLogDownloadURI(*GetTaskRunLogDownloadURIInput) (*GetTaskRunLogDownloadURIOutput, error)
	GetTaskRunLogDownloadURIWithContext(volcengine.Context, *GetTaskRunLogDownloadURIInput, ...request.Option) (*GetTaskRunLogDownloadURIOutput, error)
	GetTaskRunLogDownloadURIRequest(*GetTaskRunLogDownloadURIInput) (*request.Request, *GetTaskRunLogDownloadURIOutput)

	ListComponentStepCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListComponentStepCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListComponentStepCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListComponentStep(*ListComponentStepInput) (*ListComponentStepOutput, error)
	ListComponentStepWithContext(volcengine.Context, *ListComponentStepInput, ...request.Option) (*ListComponentStepOutput, error)
	ListComponentStepRequest(*ListComponentStepInput) (*request.Request, *ListComponentStepOutput)

	ListDeployResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListDeployResourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListDeployResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListDeployResources(*ListDeployResourcesInput) (*ListDeployResourcesOutput, error)
	ListDeployResourcesWithContext(volcengine.Context, *ListDeployResourcesInput, ...request.Option) (*ListDeployResourcesOutput, error)
	ListDeployResourcesRequest(*ListDeployResourcesInput) (*request.Request, *ListDeployResourcesOutput)

	ListManagedAppChangeRecordsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListManagedAppChangeRecordsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListManagedAppChangeRecordsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListManagedAppChangeRecords(*ListManagedAppChangeRecordsInput) (*ListManagedAppChangeRecordsOutput, error)
	ListManagedAppChangeRecordsWithContext(volcengine.Context, *ListManagedAppChangeRecordsInput, ...request.Option) (*ListManagedAppChangeRecordsOutput, error)
	ListManagedAppChangeRecordsRequest(*ListManagedAppChangeRecordsInput) (*request.Request, *ListManagedAppChangeRecordsOutput)

	ListManagedAppChangeStepsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListManagedAppChangeStepsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListManagedAppChangeStepsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListManagedAppChangeSteps(*ListManagedAppChangeStepsInput) (*ListManagedAppChangeStepsOutput, error)
	ListManagedAppChangeStepsWithContext(volcengine.Context, *ListManagedAppChangeStepsInput, ...request.Option) (*ListManagedAppChangeStepsOutput, error)
	ListManagedAppChangeStepsRequest(*ListManagedAppChangeStepsInput) (*request.Request, *ListManagedAppChangeStepsOutput)

	ListManagedAppPodsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListManagedAppPodsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListManagedAppPodsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListManagedAppPods(*ListManagedAppPodsInput) (*ListManagedAppPodsOutput, error)
	ListManagedAppPodsWithContext(volcengine.Context, *ListManagedAppPodsInput, ...request.Option) (*ListManagedAppPodsOutput, error)
	ListManagedAppPodsRequest(*ListManagedAppPodsInput) (*request.Request, *ListManagedAppPodsOutput)

	ListPipelineRunsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListPipelineRunsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListPipelineRunsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListPipelineRuns(*ListPipelineRunsInput) (*ListPipelineRunsOutput, error)
	ListPipelineRunsWithContext(volcengine.Context, *ListPipelineRunsInput, ...request.Option) (*ListPipelineRunsOutput, error)
	ListPipelineRunsRequest(*ListPipelineRunsInput) (*request.Request, *ListPipelineRunsOutput)

	ListPipelinesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListPipelinesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListPipelinesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListPipelines(*ListPipelinesInput) (*ListPipelinesOutput, error)
	ListPipelinesWithContext(volcengine.Context, *ListPipelinesInput, ...request.Option) (*ListPipelinesOutput, error)
	ListPipelinesRequest(*ListPipelinesInput) (*request.Request, *ListPipelinesOutput)

	ListResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListResourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListResources(*ListResourcesInput) (*ListResourcesOutput, error)
	ListResourcesWithContext(volcengine.Context, *ListResourcesInput, ...request.Option) (*ListResourcesOutput, error)
	ListResourcesRequest(*ListResourcesInput) (*request.Request, *ListResourcesOutput)

	ListServiceConnectionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListServiceConnectionsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListServiceConnectionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListServiceConnections(*ListServiceConnectionsInput) (*ListServiceConnectionsOutput, error)
	ListServiceConnectionsWithContext(volcengine.Context, *ListServiceConnectionsInput, ...request.Option) (*ListServiceConnectionsOutput, error)
	ListServiceConnectionsRequest(*ListServiceConnectionsInput) (*request.Request, *ListServiceConnectionsOutput)

	ListTaskRunsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListTaskRunsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListTaskRunsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListTaskRuns(*ListTaskRunsInput) (*ListTaskRunsOutput, error)
	ListTaskRunsWithContext(volcengine.Context, *ListTaskRunsInput, ...request.Option) (*ListTaskRunsOutput, error)
	ListTaskRunsRequest(*ListTaskRunsInput) (*request.Request, *ListTaskRunsOutput)

	ListTriggersCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListTriggersCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListTriggersCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListTriggers(*ListTriggersInput) (*ListTriggersOutput, error)
	ListTriggersWithContext(volcengine.Context, *ListTriggersInput, ...request.Option) (*ListTriggersOutput, error)
	ListTriggersRequest(*ListTriggersInput) (*request.Request, *ListTriggersOutput)

	ListWorkspacesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListWorkspacesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListWorkspacesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListWorkspaces(*ListWorkspacesInput) (*ListWorkspacesOutput, error)
	ListWorkspacesWithContext(volcengine.Context, *ListWorkspacesInput, ...request.Option) (*ListWorkspacesOutput, error)
	ListWorkspacesRequest(*ListWorkspacesInput) (*request.Request, *ListWorkspacesOutput)

	RunPipelineCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RunPipelineCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RunPipelineCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RunPipeline(*RunPipelineInput) (*RunPipelineOutput, error)
	RunPipelineWithContext(volcengine.Context, *RunPipelineInput, ...request.Option) (*RunPipelineOutput, error)
	RunPipelineRequest(*RunPipelineInput) (*request.Request, *RunPipelineOutput)

	TriggerManagedAppDeployCommon(*map[string]interface{}) (*map[string]interface{}, error)
	TriggerManagedAppDeployCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	TriggerManagedAppDeployCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	TriggerManagedAppDeploy(*TriggerManagedAppDeployInput) (*TriggerManagedAppDeployOutput, error)
	TriggerManagedAppDeployWithContext(volcengine.Context, *TriggerManagedAppDeployInput, ...request.Option) (*TriggerManagedAppDeployOutput, error)
	TriggerManagedAppDeployRequest(*TriggerManagedAppDeployInput) (*request.Request, *TriggerManagedAppDeployOutput)

	TriggerManagedAppRollbackCommon(*map[string]interface{}) (*map[string]interface{}, error)
	TriggerManagedAppRollbackCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	TriggerManagedAppRollbackCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	TriggerManagedAppRollback(*TriggerManagedAppRollbackInput) (*TriggerManagedAppRollbackOutput, error)
	TriggerManagedAppRollbackWithContext(volcengine.Context, *TriggerManagedAppRollbackInput, ...request.Option) (*TriggerManagedAppRollbackOutput, error)
	TriggerManagedAppRollbackRequest(*TriggerManagedAppRollbackInput) (*request.Request, *TriggerManagedAppRollbackOutput)

	TriggerManagedAppScalingCommon(*map[string]interface{}) (*map[string]interface{}, error)
	TriggerManagedAppScalingCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	TriggerManagedAppScalingCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	TriggerManagedAppScaling(*TriggerManagedAppScalingInput) (*TriggerManagedAppScalingOutput, error)
	TriggerManagedAppScalingWithContext(volcengine.Context, *TriggerManagedAppScalingInput, ...request.Option) (*TriggerManagedAppScalingOutput, error)
	TriggerManagedAppScalingRequest(*TriggerManagedAppScalingInput) (*request.Request, *TriggerManagedAppScalingOutput)

	UpdateComponentStepCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateComponentStepCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateComponentStepCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateComponentStep(*UpdateComponentStepInput) (*UpdateComponentStepOutput, error)
	UpdateComponentStepWithContext(volcengine.Context, *UpdateComponentStepInput, ...request.Option) (*UpdateComponentStepOutput, error)
	UpdateComponentStepRequest(*UpdateComponentStepInput) (*request.Request, *UpdateComponentStepOutput)

	UpdateResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateResourceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateResource(*UpdateResourceInput) (*UpdateResourceOutput, error)
	UpdateResourceWithContext(volcengine.Context, *UpdateResourceInput, ...request.Option) (*UpdateResourceOutput, error)
	UpdateResourceRequest(*UpdateResourceInput) (*request.Request, *UpdateResourceOutput)

	UpdateServiceConnectionCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateServiceConnectionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateServiceConnectionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateServiceConnection(*UpdateServiceConnectionInput) (*UpdateServiceConnectionOutput, error)
	UpdateServiceConnectionWithContext(volcengine.Context, *UpdateServiceConnectionInput, ...request.Option) (*UpdateServiceConnectionOutput, error)
	UpdateServiceConnectionRequest(*UpdateServiceConnectionInput) (*request.Request, *UpdateServiceConnectionOutput)

	UpdateTriggerCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateTriggerCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateTriggerCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateTrigger(*UpdateTriggerInput) (*UpdateTriggerOutput, error)
	UpdateTriggerWithContext(volcengine.Context, *UpdateTriggerInput, ...request.Option) (*UpdateTriggerOutput, error)
	UpdateTriggerRequest(*UpdateTriggerInput) (*request.Request, *UpdateTriggerOutput)

	UpdateWorkspaceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateWorkspaceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateWorkspaceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateWorkspace(*UpdateWorkspaceInput) (*UpdateWorkspaceOutput, error)
	UpdateWorkspaceWithContext(volcengine.Context, *UpdateWorkspaceInput, ...request.Option) (*UpdateWorkspaceOutput, error)
	UpdateWorkspaceRequest(*UpdateWorkspaceInput) (*request.Request, *UpdateWorkspaceOutput)

	UpgradeComponentStepCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpgradeComponentStepCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpgradeComponentStepCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpgradeComponentStep(*UpgradeComponentStepInput) (*UpgradeComponentStepOutput, error)
	UpgradeComponentStepWithContext(volcengine.Context, *UpgradeComponentStepInput, ...request.Option) (*UpgradeComponentStepOutput, error)
	UpgradeComponentStepRequest(*UpgradeComponentStepInput) (*request.Request, *UpgradeComponentStepOutput)
}

CPAPI provides an interface to enable mocking the cp.CP service client's API operation,

// volcengine sdk func uses an SDK service client to make a request to
// CP.
func myFunc(svc CPAPI) bool {
    // Make svc.CancelManagedAppChangeRecord request
}

func main() {
    sess := session.New()
    svc := cp.New(sess)

    myFunc(svc)
}

type CRForCreateTriggerInput

type CRForCreateTriggerInput struct {
	Filter *FilterForCreateTriggerInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CRForCreateTriggerInput) GoString

func (s CRForCreateTriggerInput) GoString() string

GoString returns the string representation

func (*CRForCreateTriggerInput) SetFilter

SetFilter sets the Filter field's value.

func (CRForCreateTriggerInput) String

func (s CRForCreateTriggerInput) String() string

String returns the string representation

type CRForListTriggersOutput

type CRForListTriggersOutput struct {
	Filter *FilterForListTriggersOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CRForListTriggersOutput) GoString

func (s CRForListTriggersOutput) GoString() string

GoString returns the string representation

func (*CRForListTriggersOutput) SetFilter

SetFilter sets the Filter field's value.

func (CRForListTriggersOutput) String

func (s CRForListTriggersOutput) String() string

String returns the string representation

type CRForUpdateTriggerInput

type CRForUpdateTriggerInput struct {
	Filter *FilterForUpdateTriggerInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CRForUpdateTriggerInput) GoString

func (s CRForUpdateTriggerInput) GoString() string

GoString returns the string representation

func (*CRForUpdateTriggerInput) SetFilter

SetFilter sets the Filter field's value.

func (CRForUpdateTriggerInput) String

func (s CRForUpdateTriggerInput) String() string

String returns the string representation

type CRImageForCreateManagedAppInput added in v1.2.25

type CRImageForCreateManagedAppInput struct {
	Instance *string `type:"string" json:",omitempty"`

	Namespace *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	Repo *string `type:"string" json:",omitempty"`

	Tag *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CRImageForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*CRImageForCreateManagedAppInput) SetInstance added in v1.2.25

SetInstance sets the Instance field's value.

func (*CRImageForCreateManagedAppInput) SetNamespace added in v1.2.25

SetNamespace sets the Namespace field's value.

func (*CRImageForCreateManagedAppInput) SetRegion added in v1.2.25

SetRegion sets the Region field's value.

func (*CRImageForCreateManagedAppInput) SetRepo added in v1.2.25

SetRepo sets the Repo field's value.

func (*CRImageForCreateManagedAppInput) SetTag added in v1.2.25

SetTag sets the Tag field's value.

func (CRImageForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type CRImageForListManagedAppChangeRecordsOutput added in v1.2.25

type CRImageForListManagedAppChangeRecordsOutput struct {
	Instance *string `type:"string" json:",omitempty"`

	Namespace *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	Repo *string `type:"string" json:",omitempty"`

	Tag *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CRImageForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*CRImageForListManagedAppChangeRecordsOutput) SetInstance added in v1.2.25

SetInstance sets the Instance field's value.

func (*CRImageForListManagedAppChangeRecordsOutput) SetNamespace added in v1.2.25

SetNamespace sets the Namespace field's value.

func (*CRImageForListManagedAppChangeRecordsOutput) SetRegion added in v1.2.25

SetRegion sets the Region field's value.

func (*CRImageForListManagedAppChangeRecordsOutput) SetRepo added in v1.2.25

SetRepo sets the Repo field's value.

func (*CRImageForListManagedAppChangeRecordsOutput) SetTag added in v1.2.25

SetTag sets the Tag field's value.

func (CRImageForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type CRImageForTriggerManagedAppDeployInput added in v1.2.25

type CRImageForTriggerManagedAppDeployInput struct {
	Instance *string `type:"string" json:",omitempty"`

	Namespace *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	Repo *string `type:"string" json:",omitempty"`

	Tag *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CRImageForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*CRImageForTriggerManagedAppDeployInput) SetInstance added in v1.2.25

SetInstance sets the Instance field's value.

func (*CRImageForTriggerManagedAppDeployInput) SetNamespace added in v1.2.25

SetNamespace sets the Namespace field's value.

func (*CRImageForTriggerManagedAppDeployInput) SetRegion added in v1.2.25

SetRegion sets the Region field's value.

func (*CRImageForTriggerManagedAppDeployInput) SetRepo added in v1.2.25

SetRepo sets the Repo field's value.

func (*CRImageForTriggerManagedAppDeployInput) SetTag added in v1.2.25

SetTag sets the Tag field's value.

func (CRImageForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type CachForListPipelinesOutput

type CachForListPipelinesOutput struct {
	Description *string `type:"string" json:",omitempty"`

	Key *string `type:"string" json:",omitempty"`

	Path *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CachForListPipelinesOutput) GoString

func (s CachForListPipelinesOutput) GoString() string

GoString returns the string representation

func (*CachForListPipelinesOutput) SetDescription

SetDescription sets the Description field's value.

func (*CachForListPipelinesOutput) SetKey

SetKey sets the Key field's value.

func (*CachForListPipelinesOutput) SetPath

SetPath sets the Path field's value.

func (CachForListPipelinesOutput) String

String returns the string representation

type CancelManagedAppChangeRecordInput added in v1.2.25

type CancelManagedAppChangeRecordInput struct {

	// AppId is a required field
	AppId *string `type:"string" json:",omitempty" required:"true"`

	// TargetChangeRecordId is a required field
	TargetChangeRecordId *string `type:"string" json:",omitempty" required:"true"`

	WorkspaceId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CancelManagedAppChangeRecordInput) GoString added in v1.2.25

GoString returns the string representation

func (*CancelManagedAppChangeRecordInput) SetAppId added in v1.2.25

SetAppId sets the AppId field's value.

func (*CancelManagedAppChangeRecordInput) SetTargetChangeRecordId added in v1.2.25

SetTargetChangeRecordId sets the TargetChangeRecordId field's value.

func (*CancelManagedAppChangeRecordInput) SetWorkspaceId added in v1.2.25

SetWorkspaceId sets the WorkspaceId field's value.

func (CancelManagedAppChangeRecordInput) String added in v1.2.25

String returns the string representation

func (*CancelManagedAppChangeRecordInput) Validate added in v1.2.25

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

type CancelManagedAppChangeRecordOutput added in v1.2.25

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

func (CancelManagedAppChangeRecordOutput) GoString added in v1.2.25

GoString returns the string representation

func (CancelManagedAppChangeRecordOutput) String added in v1.2.25

String returns the string representation

type CancelPipelineRunInput

type CancelPipelineRunInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`

	// PipelineId is a required field
	PipelineId *string `type:"string" json:",omitempty" required:"true"`

	// WorkspaceId is a required field
	WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (CancelPipelineRunInput) GoString

func (s CancelPipelineRunInput) GoString() string

GoString returns the string representation

func (*CancelPipelineRunInput) SetId

SetId sets the Id field's value.

func (*CancelPipelineRunInput) SetPipelineId

SetPipelineId sets the PipelineId field's value.

func (*CancelPipelineRunInput) SetWorkspaceId

SetWorkspaceId sets the WorkspaceId field's value.

func (CancelPipelineRunInput) String

func (s CancelPipelineRunInput) String() string

String returns the string representation

func (*CancelPipelineRunInput) Validate

func (s *CancelPipelineRunInput) Validate() error

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

type CancelPipelineRunOutput

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

func (CancelPipelineRunOutput) GoString

func (s CancelPipelineRunOutput) GoString() string

GoString returns the string representation

func (CancelPipelineRunOutput) String

func (s CancelPipelineRunOutput) String() string

String returns the string representation

type CloudNativeCommandForCreateManagedAppInput added in v1.2.25

type CloudNativeCommandForCreateManagedAppInput struct {
	Arguments []*string `type:"list" json:",omitempty"`

	Command *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CloudNativeCommandForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*CloudNativeCommandForCreateManagedAppInput) SetArguments added in v1.2.25

SetArguments sets the Arguments field's value.

func (*CloudNativeCommandForCreateManagedAppInput) SetCommand added in v1.2.25

SetCommand sets the Command field's value.

func (CloudNativeCommandForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type CloudNativeCommandForListManagedAppChangeRecordsOutput added in v1.2.25

type CloudNativeCommandForListManagedAppChangeRecordsOutput struct {
	Arguments []*string `type:"list" json:",omitempty"`

	Command *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CloudNativeCommandForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*CloudNativeCommandForListManagedAppChangeRecordsOutput) SetArguments added in v1.2.25

SetArguments sets the Arguments field's value.

func (*CloudNativeCommandForListManagedAppChangeRecordsOutput) SetCommand added in v1.2.25

SetCommand sets the Command field's value.

func (CloudNativeCommandForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type CloudNativeCommandForTriggerManagedAppDeployInput added in v1.2.25

type CloudNativeCommandForTriggerManagedAppDeployInput struct {
	Arguments []*string `type:"list" json:",omitempty"`

	Command *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CloudNativeCommandForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*CloudNativeCommandForTriggerManagedAppDeployInput) SetArguments added in v1.2.25

SetArguments sets the Arguments field's value.

func (*CloudNativeCommandForTriggerManagedAppDeployInput) SetCommand added in v1.2.25

SetCommand sets the Command field's value.

func (CloudNativeCommandForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type ConfigForCreateTriggerInput

type ConfigForCreateTriggerInput struct {
	References []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigForCreateTriggerInput) GoString

func (s ConfigForCreateTriggerInput) GoString() string

GoString returns the string representation

func (*ConfigForCreateTriggerInput) SetReferences

SetReferences sets the References field's value.

func (ConfigForCreateTriggerInput) String

String returns the string representation

type ConfigForListManagedAppChangeRecordsOutput added in v1.2.25

type ConfigForListManagedAppChangeRecordsOutput struct {
	AdvancedConfig *AdvancedConfigForListManagedAppChangeRecordsOutput `type:"structure" json:",omitempty"`

	AppId *string `type:"string" json:",omitempty"`

	BasicConfig *BasicConfigForListManagedAppChangeRecordsOutput `type:"structure" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	ReleaseStrategy *ReleaseStrategyForListManagedAppChangeRecordsOutput `type:"structure" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	WorkspaceId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*ConfigForListManagedAppChangeRecordsOutput) SetAdvancedConfig added in v1.2.25

SetAdvancedConfig sets the AdvancedConfig field's value.

func (*ConfigForListManagedAppChangeRecordsOutput) SetAppId added in v1.2.25

SetAppId sets the AppId field's value.

func (*ConfigForListManagedAppChangeRecordsOutput) SetBasicConfig added in v1.2.25

SetBasicConfig sets the BasicConfig field's value.

func (*ConfigForListManagedAppChangeRecordsOutput) SetCreateTime added in v1.2.25

SetCreateTime sets the CreateTime field's value.

func (*ConfigForListManagedAppChangeRecordsOutput) SetId added in v1.2.25

SetId sets the Id field's value.

func (*ConfigForListManagedAppChangeRecordsOutput) SetReleaseStrategy added in v1.2.25

SetReleaseStrategy sets the ReleaseStrategy field's value.

func (*ConfigForListManagedAppChangeRecordsOutput) SetUpdateTime added in v1.2.25

SetUpdateTime sets the UpdateTime field's value.

func (*ConfigForListManagedAppChangeRecordsOutput) SetWorkspaceId added in v1.2.25

SetWorkspaceId sets the WorkspaceId field's value.

func (ConfigForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type ConfigForListTriggersOutput

type ConfigForListTriggersOutput struct {
	References []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigForListTriggersOutput) GoString

func (s ConfigForListTriggersOutput) GoString() string

GoString returns the string representation

func (*ConfigForListTriggersOutput) SetReferences

SetReferences sets the References field's value.

func (ConfigForListTriggersOutput) String

String returns the string representation

type ConfigForUpdateTriggerInput

type ConfigForUpdateTriggerInput struct {
	References []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigForUpdateTriggerInput) GoString

func (s ConfigForUpdateTriggerInput) GoString() string

GoString returns the string representation

func (*ConfigForUpdateTriggerInput) SetReferences

SetReferences sets the References field's value.

func (ConfigForUpdateTriggerInput) String

String returns the string representation

type ConfigurationForCreateResourceInput

type ConfigurationForCreateResourceInput struct {
	Git *GitForCreateResourceInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigurationForCreateResourceInput) GoString

GoString returns the string representation

func (*ConfigurationForCreateResourceInput) SetGit

SetGit sets the Git field's value.

func (ConfigurationForCreateResourceInput) String

String returns the string representation

type ConfigurationForCreateTriggerInput

type ConfigurationForCreateTriggerInput struct {
	Schedule *ScheduleForCreateTriggerInput `type:"structure" json:",omitempty"`

	Webhook *WebhookForCreateTriggerInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigurationForCreateTriggerInput) GoString

GoString returns the string representation

func (*ConfigurationForCreateTriggerInput) SetSchedule

SetSchedule sets the Schedule field's value.

func (*ConfigurationForCreateTriggerInput) SetWebhook

SetWebhook sets the Webhook field's value.

func (ConfigurationForCreateTriggerInput) String

String returns the string representation

type ConfigurationForListPipelineRunsOutput

type ConfigurationForListPipelineRunsOutput struct {
	GitResource *GitResourceForListPipelineRunsOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigurationForListPipelineRunsOutput) GoString

GoString returns the string representation

func (*ConfigurationForListPipelineRunsOutput) SetGitResource

SetGitResource sets the GitResource field's value.

func (ConfigurationForListPipelineRunsOutput) String

String returns the string representation

type ConfigurationForListPipelinesOutput

type ConfigurationForListPipelinesOutput struct {
	Git *GitForListPipelinesOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigurationForListPipelinesOutput) GoString

GoString returns the string representation

func (*ConfigurationForListPipelinesOutput) SetGit

SetGit sets the Git field's value.

func (ConfigurationForListPipelinesOutput) String

String returns the string representation

type ConfigurationForListResourcesOutput

type ConfigurationForListResourcesOutput struct {
	Git *GitForListResourcesOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigurationForListResourcesOutput) GoString

GoString returns the string representation

func (*ConfigurationForListResourcesOutput) SetGit

SetGit sets the Git field's value.

func (ConfigurationForListResourcesOutput) String

String returns the string representation

type ConfigurationForListTriggersOutput

type ConfigurationForListTriggersOutput struct {
	Schedule *ScheduleForListTriggersOutput `type:"structure" json:",omitempty"`

	Webhook *WebhookForListTriggersOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigurationForListTriggersOutput) GoString

GoString returns the string representation

func (*ConfigurationForListTriggersOutput) SetSchedule

SetSchedule sets the Schedule field's value.

func (*ConfigurationForListTriggersOutput) SetWebhook

SetWebhook sets the Webhook field's value.

func (ConfigurationForListTriggersOutput) String

String returns the string representation

type ConfigurationForUpdateResourceInput

type ConfigurationForUpdateResourceInput struct {
	Git *GitForUpdateResourceInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigurationForUpdateResourceInput) GoString

GoString returns the string representation

func (*ConfigurationForUpdateResourceInput) SetGit

SetGit sets the Git field's value.

func (ConfigurationForUpdateResourceInput) String

String returns the string representation

type ConfigurationForUpdateTriggerInput

type ConfigurationForUpdateTriggerInput struct {
	Schedule *ScheduleForUpdateTriggerInput `type:"structure" json:",omitempty"`

	Webhook *WebhookForUpdateTriggerInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigurationForUpdateTriggerInput) GoString

GoString returns the string representation

func (*ConfigurationForUpdateTriggerInput) SetSchedule

SetSchedule sets the Schedule field's value.

func (*ConfigurationForUpdateTriggerInput) SetWebhook

SetWebhook sets the Webhook field's value.

func (ConfigurationForUpdateTriggerInput) String

String returns the string representation

type ConvertFilterForCreateTriggerInput

type ConvertFilterForCreateTriggerInput struct {
	Config *ConfigForCreateTriggerInput `type:"structure" json:",omitempty"`

	EventType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertFilterForCreateTriggerInput) GoString

GoString returns the string representation

func (*ConvertFilterForCreateTriggerInput) SetConfig

SetConfig sets the Config field's value.

func (*ConvertFilterForCreateTriggerInput) SetEventType

SetEventType sets the EventType field's value.

func (ConvertFilterForCreateTriggerInput) String

String returns the string representation

type ConvertFilterForListTriggersOutput

type ConvertFilterForListTriggersOutput struct {
	Config *ConfigForListTriggersOutput `type:"structure" json:",omitempty"`

	EventType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertFilterForListTriggersOutput) GoString

GoString returns the string representation

func (*ConvertFilterForListTriggersOutput) SetConfig

SetConfig sets the Config field's value.

func (*ConvertFilterForListTriggersOutput) SetEventType

SetEventType sets the EventType field's value.

func (ConvertFilterForListTriggersOutput) String

String returns the string representation

type ConvertFilterForUpdateTriggerInput

type ConvertFilterForUpdateTriggerInput struct {
	Config *ConfigForUpdateTriggerInput `type:"structure" json:",omitempty"`

	EventType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConvertFilterForUpdateTriggerInput) GoString

GoString returns the string representation

func (*ConvertFilterForUpdateTriggerInput) SetConfig

SetConfig sets the Config field's value.

func (*ConvertFilterForUpdateTriggerInput) SetEventType

SetEventType sets the EventType field's value.

func (ConvertFilterForUpdateTriggerInput) String

String returns the string representation

type CreateComponentStepInput

type CreateComponentStepInput struct {

	// ComponentStepYaml is a required field
	ComponentStepYaml *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (CreateComponentStepInput) GoString

func (s CreateComponentStepInput) GoString() string

GoString returns the string representation

func (*CreateComponentStepInput) SetComponentStepYaml

func (s *CreateComponentStepInput) SetComponentStepYaml(v string) *CreateComponentStepInput

SetComponentStepYaml sets the ComponentStepYaml field's value.

func (CreateComponentStepInput) String

func (s CreateComponentStepInput) String() string

String returns the string representation

func (*CreateComponentStepInput) Validate

func (s *CreateComponentStepInput) Validate() error

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

type CreateComponentStepOutput

type CreateComponentStepOutput struct {
	Metadata *response.ResponseMetadata

	Identifier *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateComponentStepOutput) GoString

func (s CreateComponentStepOutput) GoString() string

GoString returns the string representation

func (*CreateComponentStepOutput) SetIdentifier

SetIdentifier sets the Identifier field's value.

func (CreateComponentStepOutput) String

func (s CreateComponentStepOutput) String() string

String returns the string representation

type CreateManagedAppInput added in v1.2.25

type CreateManagedAppInput struct {
	AdvancedConfig *AdvancedConfigForCreateManagedAppInput `type:"structure" json:",omitempty"`

	BasicConfig *BasicConfigForCreateManagedAppInput `type:"structure" json:",omitempty"`

	EnvConfig *EnvConfigForCreateManagedAppInput `type:"structure" json:",omitempty"`

	EnvType *string `type:"string" json:",omitempty" enum:"EnumOfEnvTypeForCreateManagedAppInput"`

	MetaInfo *MetaInfoForCreateManagedAppInput `type:"structure" json:",omitempty"`

	ReleaseStrategy *ReleaseStrategyForCreateManagedAppInput `type:"structure" json:",omitempty"`

	WorkspaceId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateManagedAppInput) GoString added in v1.2.25

func (s CreateManagedAppInput) GoString() string

GoString returns the string representation

func (*CreateManagedAppInput) SetAdvancedConfig added in v1.2.25

SetAdvancedConfig sets the AdvancedConfig field's value.

func (*CreateManagedAppInput) SetBasicConfig added in v1.2.25

SetBasicConfig sets the BasicConfig field's value.

func (*CreateManagedAppInput) SetEnvConfig added in v1.2.25

SetEnvConfig sets the EnvConfig field's value.

func (*CreateManagedAppInput) SetEnvType added in v1.2.25

SetEnvType sets the EnvType field's value.

func (*CreateManagedAppInput) SetMetaInfo added in v1.2.25

SetMetaInfo sets the MetaInfo field's value.

func (*CreateManagedAppInput) SetReleaseStrategy added in v1.2.25

SetReleaseStrategy sets the ReleaseStrategy field's value.

func (*CreateManagedAppInput) SetWorkspaceId added in v1.2.25

func (s *CreateManagedAppInput) SetWorkspaceId(v string) *CreateManagedAppInput

SetWorkspaceId sets the WorkspaceId field's value.

func (CreateManagedAppInput) String added in v1.2.25

func (s CreateManagedAppInput) String() string

String returns the string representation

type CreateManagedAppOutput added in v1.2.25

type CreateManagedAppOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateManagedAppOutput) GoString added in v1.2.25

func (s CreateManagedAppOutput) GoString() string

GoString returns the string representation

func (*CreateManagedAppOutput) SetId added in v1.2.25

SetId sets the Id field's value.

func (CreateManagedAppOutput) String added in v1.2.25

func (s CreateManagedAppOutput) String() string

String returns the string representation

type CreatePipelineWebhookURLInput

type CreatePipelineWebhookURLInput struct {

	// PipelineId is a required field
	PipelineId *string `type:"string" json:",omitempty" required:"true"`

	ResourceId *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForCreatePipelineWebhookURLInput"`

	// WorkspaceId is a required field
	WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (CreatePipelineWebhookURLInput) GoString

GoString returns the string representation

func (*CreatePipelineWebhookURLInput) SetPipelineId

SetPipelineId sets the PipelineId field's value.

func (*CreatePipelineWebhookURLInput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (*CreatePipelineWebhookURLInput) SetType

SetType sets the Type field's value.

func (*CreatePipelineWebhookURLInput) SetWorkspaceId

SetWorkspaceId sets the WorkspaceId field's value.

func (CreatePipelineWebhookURLInput) String

String returns the string representation

func (*CreatePipelineWebhookURLInput) Validate

func (s *CreatePipelineWebhookURLInput) Validate() error

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

type CreatePipelineWebhookURLOutput

type CreatePipelineWebhookURLOutput struct {
	Metadata *response.ResponseMetadata

	WebhookURL *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreatePipelineWebhookURLOutput) GoString

GoString returns the string representation

func (*CreatePipelineWebhookURLOutput) SetWebhookURL

SetWebhookURL sets the WebhookURL field's value.

func (CreatePipelineWebhookURLOutput) String

String returns the string representation

type CreateResourceInput

type CreateResourceInput struct {
	Configuration *ConfigurationForCreateResourceInput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	// Name is a required field
	Name *string `type:"string" json:",omitempty" required:"true"`

	// Type is a required field
	Type *string `type:"string" json:",omitempty" required:"true"`

	// WorkspaceId is a required field
	WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (CreateResourceInput) GoString

func (s CreateResourceInput) GoString() string

GoString returns the string representation

func (*CreateResourceInput) SetConfiguration

SetConfiguration sets the Configuration field's value.

func (*CreateResourceInput) SetDescription

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

SetDescription sets the Description field's value.

func (*CreateResourceInput) SetName

SetName sets the Name field's value.

func (*CreateResourceInput) SetType

SetType sets the Type field's value.

func (*CreateResourceInput) SetWorkspaceId

func (s *CreateResourceInput) SetWorkspaceId(v string) *CreateResourceInput

SetWorkspaceId sets the WorkspaceId field's value.

func (CreateResourceInput) String

func (s CreateResourceInput) String() string

String returns the string representation

func (*CreateResourceInput) Validate

func (s *CreateResourceInput) Validate() error

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

type CreateResourceOutput

type CreateResourceOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateResourceOutput) GoString

func (s CreateResourceOutput) GoString() string

GoString returns the string representation

func (*CreateResourceOutput) SetId

SetId sets the Id field's value.

func (CreateResourceOutput) String

func (s CreateResourceOutput) String() string

String returns the string representation

type CreateServiceConnectionInput added in v1.1.42

type CreateServiceConnectionInput struct {
	Credential *CredentialForCreateServiceConnectionInput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	DisableNetworkVerify *bool `type:"boolean" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`

	// IsAllWsShared is a required field
	IsAllWsShared *bool `type:"boolean" json:",omitempty" required:"true"`

	// Name is a required field
	Name *string `type:"string" json:",omitempty" required:"true"`

	SharedWorkspaceIds []*string `type:"list" json:",omitempty"`

	// Type is a required field
	Type *string `type:"string" json:",omitempty" required:"true"`

	URL *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateServiceConnectionInput) GoString added in v1.1.42

func (s CreateServiceConnectionInput) GoString() string

GoString returns the string representation

func (*CreateServiceConnectionInput) SetCredential added in v1.1.42

SetCredential sets the Credential field's value.

func (*CreateServiceConnectionInput) SetDescription added in v1.1.42

SetDescription sets the Description field's value.

func (*CreateServiceConnectionInput) SetDisableNetworkVerify added in v1.1.42

func (s *CreateServiceConnectionInput) SetDisableNetworkVerify(v bool) *CreateServiceConnectionInput

SetDisableNetworkVerify sets the DisableNetworkVerify field's value.

func (*CreateServiceConnectionInput) SetId added in v1.1.42

SetId sets the Id field's value.

func (*CreateServiceConnectionInput) SetIsAllWsShared added in v1.1.42

SetIsAllWsShared sets the IsAllWsShared field's value.

func (*CreateServiceConnectionInput) SetName added in v1.1.42

SetName sets the Name field's value.

func (*CreateServiceConnectionInput) SetSharedWorkspaceIds added in v1.1.42

func (s *CreateServiceConnectionInput) SetSharedWorkspaceIds(v []*string) *CreateServiceConnectionInput

SetSharedWorkspaceIds sets the SharedWorkspaceIds field's value.

func (*CreateServiceConnectionInput) SetType added in v1.1.42

SetType sets the Type field's value.

func (*CreateServiceConnectionInput) SetURL added in v1.1.42

SetURL sets the URL field's value.

func (CreateServiceConnectionInput) String added in v1.1.42

String returns the string representation

func (*CreateServiceConnectionInput) Validate added in v1.1.42

func (s *CreateServiceConnectionInput) Validate() error

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

type CreateServiceConnectionOutput added in v1.1.42

type CreateServiceConnectionOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateServiceConnectionOutput) GoString added in v1.1.42

GoString returns the string representation

func (*CreateServiceConnectionOutput) SetId added in v1.1.42

SetId sets the Id field's value.

func (CreateServiceConnectionOutput) String added in v1.1.42

String returns the string representation

type CreateTriggerInput

type CreateTriggerInput struct {
	Configuration *ConfigurationForCreateTriggerInput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	// Name is a required field
	Name *string `type:"string" json:",omitempty" required:"true"`

	Parameters []*ParameterForCreateTriggerInput `type:"list" json:",omitempty"`

	// PipelineId is a required field
	PipelineId *string `type:"string" json:",omitempty" required:"true"`

	Resources []*ResourceForCreateTriggerInput `type:"list" json:",omitempty"`

	// Type is a required field
	Type *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfTypeForCreateTriggerInput"`

	// WorkspaceId is a required field
	WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (CreateTriggerInput) GoString

func (s CreateTriggerInput) GoString() string

GoString returns the string representation

func (*CreateTriggerInput) SetConfiguration

SetConfiguration sets the Configuration field's value.

func (*CreateTriggerInput) SetDescription

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

SetDescription sets the Description field's value.

func (*CreateTriggerInput) SetName

SetName sets the Name field's value.

func (*CreateTriggerInput) SetParameters

SetParameters sets the Parameters field's value.

func (*CreateTriggerInput) SetPipelineId

func (s *CreateTriggerInput) SetPipelineId(v string) *CreateTriggerInput

SetPipelineId sets the PipelineId field's value.

func (*CreateTriggerInput) SetResources

SetResources sets the Resources field's value.

func (*CreateTriggerInput) SetType

SetType sets the Type field's value.

func (*CreateTriggerInput) SetWorkspaceId

func (s *CreateTriggerInput) SetWorkspaceId(v string) *CreateTriggerInput

SetWorkspaceId sets the WorkspaceId field's value.

func (CreateTriggerInput) String

func (s CreateTriggerInput) String() string

String returns the string representation

func (*CreateTriggerInput) Validate

func (s *CreateTriggerInput) Validate() error

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

type CreateTriggerOutput

type CreateTriggerOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateTriggerOutput) GoString

func (s CreateTriggerOutput) GoString() string

GoString returns the string representation

func (*CreateTriggerOutput) SetId

SetId sets the Id field's value.

func (CreateTriggerOutput) String

func (s CreateTriggerOutput) String() string

String returns the string representation

type CreateWorkspaceInput

type CreateWorkspaceInput struct {
	Description *string `type:"string" json:",omitempty"`

	// Name is a required field
	Name *string `type:"string" json:",omitempty" required:"true"`

	// Visibility is a required field
	Visibility *string `type:"string" json:",omitempty" required:"true"`

	VisibleUserGroups []*VisibleUserGroupForCreateWorkspaceInput `type:"list" json:",omitempty"`

	VisibleUsers []*VisibleUserForCreateWorkspaceInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateWorkspaceInput) GoString

func (s CreateWorkspaceInput) GoString() string

GoString returns the string representation

func (*CreateWorkspaceInput) SetDescription

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

SetDescription sets the Description field's value.

func (*CreateWorkspaceInput) SetName

SetName sets the Name field's value.

func (*CreateWorkspaceInput) SetVisibility

func (s *CreateWorkspaceInput) SetVisibility(v string) *CreateWorkspaceInput

SetVisibility sets the Visibility field's value.

func (*CreateWorkspaceInput) SetVisibleUserGroups

SetVisibleUserGroups sets the VisibleUserGroups field's value.

func (*CreateWorkspaceInput) SetVisibleUsers

SetVisibleUsers sets the VisibleUsers field's value.

func (CreateWorkspaceInput) String

func (s CreateWorkspaceInput) String() string

String returns the string representation

func (*CreateWorkspaceInput) Validate

func (s *CreateWorkspaceInput) Validate() error

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

type CreateWorkspaceOutput

type CreateWorkspaceOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateWorkspaceOutput) GoString

func (s CreateWorkspaceOutput) GoString() string

GoString returns the string representation

func (*CreateWorkspaceOutput) SetId

SetId sets the Id field's value.

func (CreateWorkspaceOutput) String

func (s CreateWorkspaceOutput) String() string

String returns the string representation

type CreatorForGetServiceConnectionOutput added in v1.1.42

type CreatorForGetServiceConnectionOutput struct {
	AccountId *int64 `type:"int64" json:",omitempty"`

	UserId *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreatorForGetServiceConnectionOutput) GoString added in v1.1.42

GoString returns the string representation

func (*CreatorForGetServiceConnectionOutput) SetAccountId added in v1.1.42

SetAccountId sets the AccountId field's value.

func (*CreatorForGetServiceConnectionOutput) SetUserId added in v1.1.42

SetUserId sets the UserId field's value.

func (CreatorForGetServiceConnectionOutput) String added in v1.1.42

String returns the string representation

type CreatorForListComponentStepOutput

type CreatorForListComponentStepOutput struct {
	AccountId *int64 `type:"int64" json:",omitempty"`

	UserId *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreatorForListComponentStepOutput) GoString

GoString returns the string representation

func (*CreatorForListComponentStepOutput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*CreatorForListComponentStepOutput) SetUserId

SetUserId sets the UserId field's value.

func (CreatorForListComponentStepOutput) String

String returns the string representation

type CreatorForListManagedAppChangeRecordsOutput added in v1.2.25

type CreatorForListManagedAppChangeRecordsOutput struct {
	AccountId *int64 `type:"int64" json:",omitempty"`

	UserId *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreatorForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*CreatorForListManagedAppChangeRecordsOutput) SetAccountId added in v1.2.25

SetAccountId sets the AccountId field's value.

func (*CreatorForListManagedAppChangeRecordsOutput) SetUserId added in v1.2.25

SetUserId sets the UserId field's value.

func (CreatorForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type CreatorForListPipelinesOutput

type CreatorForListPipelinesOutput struct {
	AccountId *int64 `type:"int64" json:",omitempty"`

	UserId *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreatorForListPipelinesOutput) GoString

GoString returns the string representation

func (*CreatorForListPipelinesOutput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*CreatorForListPipelinesOutput) SetUserId

SetUserId sets the UserId field's value.

func (CreatorForListPipelinesOutput) String

String returns the string representation

type CreatorForListResourcesOutput

type CreatorForListResourcesOutput struct {
	AccountId *int64 `type:"int64" json:",omitempty"`

	UserId *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreatorForListResourcesOutput) GoString

GoString returns the string representation

func (*CreatorForListResourcesOutput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*CreatorForListResourcesOutput) SetUserId

SetUserId sets the UserId field's value.

func (CreatorForListResourcesOutput) String

String returns the string representation

type CreatorForListServiceConnectionsOutput added in v1.1.42

type CreatorForListServiceConnectionsOutput struct {
	AccountId *int64 `type:"int64" json:",omitempty"`

	UserId *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreatorForListServiceConnectionsOutput) GoString added in v1.1.42

GoString returns the string representation

func (*CreatorForListServiceConnectionsOutput) SetAccountId added in v1.1.42

SetAccountId sets the AccountId field's value.

func (*CreatorForListServiceConnectionsOutput) SetUserId added in v1.1.42

SetUserId sets the UserId field's value.

func (CreatorForListServiceConnectionsOutput) String added in v1.1.42

String returns the string representation

type CreatorForListTriggersOutput

type CreatorForListTriggersOutput struct {
	AccountId *int64 `type:"int64" json:",omitempty"`

	UserId *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreatorForListTriggersOutput) GoString

func (s CreatorForListTriggersOutput) GoString() string

GoString returns the string representation

func (*CreatorForListTriggersOutput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*CreatorForListTriggersOutput) SetUserId

SetUserId sets the UserId field's value.

func (CreatorForListTriggersOutput) String

String returns the string representation

type CreatorForListWorkspacesOutput

type CreatorForListWorkspacesOutput struct {
	AccountId *int64 `type:"int64" json:",omitempty"`

	UserId *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreatorForListWorkspacesOutput) GoString

GoString returns the string representation

func (*CreatorForListWorkspacesOutput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*CreatorForListWorkspacesOutput) SetUserId

SetUserId sets the UserId field's value.

func (CreatorForListWorkspacesOutput) String

String returns the string representation

type CredentialForCreateServiceConnectionInput added in v1.1.42

type CredentialForCreateServiceConnectionInput struct {
	AccessKey *string `type:"string" json:",omitempty"`

	Password *string `type:"string" json:",omitempty"`

	SecretKey *string `type:"string" json:",omitempty"`

	Token *string `type:"string" json:",omitempty"`

	Username *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CredentialForCreateServiceConnectionInput) GoString added in v1.1.42

GoString returns the string representation

func (*CredentialForCreateServiceConnectionInput) SetAccessKey added in v1.1.42

SetAccessKey sets the AccessKey field's value.

func (*CredentialForCreateServiceConnectionInput) SetPassword added in v1.1.42

SetPassword sets the Password field's value.

func (*CredentialForCreateServiceConnectionInput) SetSecretKey added in v1.1.42

SetSecretKey sets the SecretKey field's value.

func (*CredentialForCreateServiceConnectionInput) SetToken added in v1.1.42

SetToken sets the Token field's value.

func (*CredentialForCreateServiceConnectionInput) SetUsername added in v1.1.42

SetUsername sets the Username field's value.

func (CredentialForCreateServiceConnectionInput) String added in v1.1.42

String returns the string representation

type CredentialForGetServiceConnectionOutput added in v1.1.42

type CredentialForGetServiceConnectionOutput struct {
	AccessKey *string `type:"string" json:",omitempty"`

	Password *string `type:"string" json:",omitempty"`

	SecretKey *string `type:"string" json:",omitempty"`

	Token *string `type:"string" json:",omitempty"`

	Username *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CredentialForGetServiceConnectionOutput) GoString added in v1.1.42

GoString returns the string representation

func (*CredentialForGetServiceConnectionOutput) SetAccessKey added in v1.1.42

SetAccessKey sets the AccessKey field's value.

func (*CredentialForGetServiceConnectionOutput) SetPassword added in v1.1.42

SetPassword sets the Password field's value.

func (*CredentialForGetServiceConnectionOutput) SetSecretKey added in v1.1.42

SetSecretKey sets the SecretKey field's value.

func (*CredentialForGetServiceConnectionOutput) SetToken added in v1.1.42

SetToken sets the Token field's value.

func (*CredentialForGetServiceConnectionOutput) SetUsername added in v1.1.42

SetUsername sets the Username field's value.

func (CredentialForGetServiceConnectionOutput) String added in v1.1.42

String returns the string representation

type CredentialForListServiceConnectionsOutput added in v1.1.42

type CredentialForListServiceConnectionsOutput struct {
	AccessKey *string `type:"string" json:",omitempty"`

	Password *string `type:"string" json:",omitempty"`

	SecretKey *string `type:"string" json:",omitempty"`

	Token *string `type:"string" json:",omitempty"`

	Username *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CredentialForListServiceConnectionsOutput) GoString added in v1.1.42

GoString returns the string representation

func (*CredentialForListServiceConnectionsOutput) SetAccessKey added in v1.1.42

SetAccessKey sets the AccessKey field's value.

func (*CredentialForListServiceConnectionsOutput) SetPassword added in v1.1.42

SetPassword sets the Password field's value.

func (*CredentialForListServiceConnectionsOutput) SetSecretKey added in v1.1.42

SetSecretKey sets the SecretKey field's value.

func (*CredentialForListServiceConnectionsOutput) SetToken added in v1.1.42

SetToken sets the Token field's value.

func (*CredentialForListServiceConnectionsOutput) SetUsername added in v1.1.42

SetUsername sets the Username field's value.

func (CredentialForListServiceConnectionsOutput) String added in v1.1.42

String returns the string representation

type CredentialForUpdateServiceConnectionInput added in v1.1.42

type CredentialForUpdateServiceConnectionInput struct {
	AccessKey *string `type:"string" json:",omitempty"`

	Password *string `type:"string" json:",omitempty"`

	SecretKey *string `type:"string" json:",omitempty"`

	Token *string `type:"string" json:",omitempty"`

	Username *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CredentialForUpdateServiceConnectionInput) GoString added in v1.1.42

GoString returns the string representation

func (*CredentialForUpdateServiceConnectionInput) SetAccessKey added in v1.1.42

SetAccessKey sets the AccessKey field's value.

func (*CredentialForUpdateServiceConnectionInput) SetPassword added in v1.1.42

SetPassword sets the Password field's value.

func (*CredentialForUpdateServiceConnectionInput) SetSecretKey added in v1.1.42

SetSecretKey sets the SecretKey field's value.

func (*CredentialForUpdateServiceConnectionInput) SetToken added in v1.1.42

SetToken sets the Token field's value.

func (*CredentialForUpdateServiceConnectionInput) SetUsername added in v1.1.42

SetUsername sets the Username field's value.

func (CredentialForUpdateServiceConnectionInput) String added in v1.1.42

String returns the string representation

type CustomLabelsAndAnnotationsForCreateManagedAppInput added in v1.2.25

type CustomLabelsAndAnnotationsForCreateManagedAppInput struct {
	Annotations []*AnnotationForCreateManagedAppInput `type:"list" json:",omitempty"`

	Labels []*LabelForCreateManagedAppInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CustomLabelsAndAnnotationsForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*CustomLabelsAndAnnotationsForCreateManagedAppInput) SetAnnotations added in v1.2.25

SetAnnotations sets the Annotations field's value.

func (*CustomLabelsAndAnnotationsForCreateManagedAppInput) SetLabels added in v1.2.25

SetLabels sets the Labels field's value.

func (CustomLabelsAndAnnotationsForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type CustomLabelsAndAnnotationsForListManagedAppChangeRecordsOutput added in v1.2.25

type CustomLabelsAndAnnotationsForListManagedAppChangeRecordsOutput struct {
	Annotations []*AnnotationForListManagedAppChangeRecordsOutput `type:"list" json:",omitempty"`

	Labels []*LabelForListManagedAppChangeRecordsOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CustomLabelsAndAnnotationsForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*CustomLabelsAndAnnotationsForListManagedAppChangeRecordsOutput) SetAnnotations added in v1.2.25

SetAnnotations sets the Annotations field's value.

func (*CustomLabelsAndAnnotationsForListManagedAppChangeRecordsOutput) SetLabels added in v1.2.25

SetLabels sets the Labels field's value.

func (CustomLabelsAndAnnotationsForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type CustomLabelsAndAnnotationsForTriggerManagedAppDeployInput added in v1.2.25

type CustomLabelsAndAnnotationsForTriggerManagedAppDeployInput struct {
	Annotations []*AnnotationForTriggerManagedAppDeployInput `type:"list" json:",omitempty"`

	Labels []*LabelForTriggerManagedAppDeployInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CustomLabelsAndAnnotationsForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*CustomLabelsAndAnnotationsForTriggerManagedAppDeployInput) SetAnnotations added in v1.2.25

SetAnnotations sets the Annotations field's value.

func (*CustomLabelsAndAnnotationsForTriggerManagedAppDeployInput) SetLabels added in v1.2.25

SetLabels sets the Labels field's value.

func (CustomLabelsAndAnnotationsForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type CustomScriptForCreateManagedAppInput added in v1.2.25

type CustomScriptForCreateManagedAppInput struct {
	Content *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CustomScriptForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*CustomScriptForCreateManagedAppInput) SetContent added in v1.2.25

SetContent sets the Content field's value.

func (CustomScriptForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type CustomScriptForListManagedAppChangeRecordsOutput added in v1.2.25

type CustomScriptForListManagedAppChangeRecordsOutput struct {
	Content *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CustomScriptForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*CustomScriptForListManagedAppChangeRecordsOutput) SetContent added in v1.2.25

SetContent sets the Content field's value.

func (CustomScriptForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type CustomScriptForTriggerManagedAppDeployInput added in v1.2.25

type CustomScriptForTriggerManagedAppDeployInput struct {
	Content *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CustomScriptForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*CustomScriptForTriggerManagedAppDeployInput) SetContent added in v1.2.25

SetContent sets the Content field's value.

func (CustomScriptForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type DataSourceForListComponentStepOutput

type DataSourceForListComponentStepOutput struct {
	Type *string `type:"string" json:",omitempty"`

	Value []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DataSourceForListComponentStepOutput) GoString

GoString returns the string representation

func (*DataSourceForListComponentStepOutput) SetType

SetType sets the Type field's value.

func (*DataSourceForListComponentStepOutput) SetValue

SetValue sets the Value field's value.

func (DataSourceForListComponentStepOutput) String

String returns the string representation

type DeleteAppInput added in v1.2.25

type DeleteAppInput struct {
	DeleteClusterResourceOrNot *bool `type:"boolean" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`

	WorkspaceId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DeleteAppInput) GoString added in v1.2.25

func (s DeleteAppInput) GoString() string

GoString returns the string representation

func (*DeleteAppInput) SetDeleteClusterResourceOrNot added in v1.2.25

func (s *DeleteAppInput) SetDeleteClusterResourceOrNot(v bool) *DeleteAppInput

SetDeleteClusterResourceOrNot sets the DeleteClusterResourceOrNot field's value.

func (*DeleteAppInput) SetId added in v1.2.25

func (s *DeleteAppInput) SetId(v string) *DeleteAppInput

SetId sets the Id field's value.

func (*DeleteAppInput) SetWorkspaceId added in v1.2.25

func (s *DeleteAppInput) SetWorkspaceId(v string) *DeleteAppInput

SetWorkspaceId sets the WorkspaceId field's value.

func (DeleteAppInput) String added in v1.2.25

func (s DeleteAppInput) String() string

String returns the string representation

func (*DeleteAppInput) Validate added in v1.2.25

func (s *DeleteAppInput) Validate() error

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

type DeleteAppOutput added in v1.2.25

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

func (DeleteAppOutput) GoString added in v1.2.25

func (s DeleteAppOutput) GoString() string

GoString returns the string representation

func (DeleteAppOutput) String added in v1.2.25

func (s DeleteAppOutput) String() string

String returns the string representation

type DeleteComponentStepInput

type DeleteComponentStepInput struct {

	// Identifier is a required field
	Identifier *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteComponentStepInput) GoString

func (s DeleteComponentStepInput) GoString() string

GoString returns the string representation

func (*DeleteComponentStepInput) SetIdentifier

SetIdentifier sets the Identifier field's value.

func (DeleteComponentStepInput) String

func (s DeleteComponentStepInput) String() string

String returns the string representation

func (*DeleteComponentStepInput) Validate

func (s *DeleteComponentStepInput) Validate() error

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

type DeleteComponentStepOutput

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

func (DeleteComponentStepOutput) GoString

func (s DeleteComponentStepOutput) GoString() string

GoString returns the string representation

func (DeleteComponentStepOutput) String

func (s DeleteComponentStepOutput) String() string

String returns the string representation

type DeletePipelineInput

type DeletePipelineInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`

	// WorkspaceId is a required field
	WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DeletePipelineInput) GoString

func (s DeletePipelineInput) GoString() string

GoString returns the string representation

func (*DeletePipelineInput) SetId

SetId sets the Id field's value.

func (*DeletePipelineInput) SetWorkspaceId

func (s *DeletePipelineInput) SetWorkspaceId(v string) *DeletePipelineInput

SetWorkspaceId sets the WorkspaceId field's value.

func (DeletePipelineInput) String

func (s DeletePipelineInput) String() string

String returns the string representation

func (*DeletePipelineInput) Validate

func (s *DeletePipelineInput) Validate() error

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

type DeletePipelineOutput

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

func (DeletePipelineOutput) GoString

func (s DeletePipelineOutput) GoString() string

GoString returns the string representation

func (DeletePipelineOutput) String

func (s DeletePipelineOutput) String() string

String returns the string representation

type DeleteResourceInput

type DeleteResourceInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`

	// WorkspaceId is a required field
	WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteResourceInput) GoString

func (s DeleteResourceInput) GoString() string

GoString returns the string representation

func (*DeleteResourceInput) SetId

SetId sets the Id field's value.

func (*DeleteResourceInput) SetWorkspaceId

func (s *DeleteResourceInput) SetWorkspaceId(v string) *DeleteResourceInput

SetWorkspaceId sets the WorkspaceId field's value.

func (DeleteResourceInput) String

func (s DeleteResourceInput) String() string

String returns the string representation

func (*DeleteResourceInput) Validate

func (s *DeleteResourceInput) Validate() error

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

type DeleteResourceOutput

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

func (DeleteResourceOutput) GoString

func (s DeleteResourceOutput) GoString() string

GoString returns the string representation

func (DeleteResourceOutput) String

func (s DeleteResourceOutput) String() string

String returns the string representation

type DeleteServiceConnectionInput added in v1.1.42

type DeleteServiceConnectionInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteServiceConnectionInput) GoString added in v1.1.42

func (s DeleteServiceConnectionInput) GoString() string

GoString returns the string representation

func (*DeleteServiceConnectionInput) SetId added in v1.1.42

SetId sets the Id field's value.

func (DeleteServiceConnectionInput) String added in v1.1.42

String returns the string representation

func (*DeleteServiceConnectionInput) Validate added in v1.1.42

func (s *DeleteServiceConnectionInput) Validate() error

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

type DeleteServiceConnectionOutput added in v1.1.42

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

func (DeleteServiceConnectionOutput) GoString added in v1.1.42

GoString returns the string representation

func (DeleteServiceConnectionOutput) String added in v1.1.42

String returns the string representation

type DeleteTriggerInput

type DeleteTriggerInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`

	// PipelineId is a required field
	PipelineId *string `type:"string" json:",omitempty" required:"true"`

	// WorkspaceId is a required field
	WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTriggerInput) GoString

func (s DeleteTriggerInput) GoString() string

GoString returns the string representation

func (*DeleteTriggerInput) SetId

SetId sets the Id field's value.

func (*DeleteTriggerInput) SetPipelineId

func (s *DeleteTriggerInput) SetPipelineId(v string) *DeleteTriggerInput

SetPipelineId sets the PipelineId field's value.

func (*DeleteTriggerInput) SetWorkspaceId

func (s *DeleteTriggerInput) SetWorkspaceId(v string) *DeleteTriggerInput

SetWorkspaceId sets the WorkspaceId field's value.

func (DeleteTriggerInput) String

func (s DeleteTriggerInput) String() string

String returns the string representation

func (*DeleteTriggerInput) Validate

func (s *DeleteTriggerInput) Validate() error

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

type DeleteTriggerOutput

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

func (DeleteTriggerOutput) GoString

func (s DeleteTriggerOutput) GoString() string

GoString returns the string representation

func (DeleteTriggerOutput) String

func (s DeleteTriggerOutput) String() string

String returns the string representation

type DeleteWorkspaceInput

type DeleteWorkspaceInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteWorkspaceInput) GoString

func (s DeleteWorkspaceInput) GoString() string

GoString returns the string representation

func (*DeleteWorkspaceInput) SetId

SetId sets the Id field's value.

func (DeleteWorkspaceInput) String

func (s DeleteWorkspaceInput) String() string

String returns the string representation

func (*DeleteWorkspaceInput) Validate

func (s *DeleteWorkspaceInput) Validate() error

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

type DeleteWorkspaceOutput

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

func (DeleteWorkspaceOutput) GoString

func (s DeleteWorkspaceOutput) GoString() string

GoString returns the string representation

func (DeleteWorkspaceOutput) String

func (s DeleteWorkspaceOutput) String() string

String returns the string representation

type EmailForListPipelinesOutput

type EmailForListPipelinesOutput struct {
	Enable *bool `type:"boolean" json:",omitempty"`

	Targets []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EmailForListPipelinesOutput) GoString

func (s EmailForListPipelinesOutput) GoString() string

GoString returns the string representation

func (*EmailForListPipelinesOutput) SetEnable

SetEnable sets the Enable field's value.

func (*EmailForListPipelinesOutput) SetTargets

SetTargets sets the Targets field's value.

func (EmailForListPipelinesOutput) String

String returns the string representation

type EnvConfigForCreateManagedAppInput added in v1.2.25

type EnvConfigForCreateManagedAppInput struct {
	DeployResourceId *string `type:"string" json:",omitempty"`

	DeployResourceType *string `type:"string" json:",omitempty" enum:"EnumOfDeployResourceTypeForCreateManagedAppInput"`

	Name *string `type:"string" json:",omitempty"`

	Namespace *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EnvConfigForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*EnvConfigForCreateManagedAppInput) SetDeployResourceId added in v1.2.25

SetDeployResourceId sets the DeployResourceId field's value.

func (*EnvConfigForCreateManagedAppInput) SetDeployResourceType added in v1.2.25

SetDeployResourceType sets the DeployResourceType field's value.

func (*EnvConfigForCreateManagedAppInput) SetName added in v1.2.25

SetName sets the Name field's value.

func (*EnvConfigForCreateManagedAppInput) SetNamespace added in v1.2.25

SetNamespace sets the Namespace field's value.

func (EnvConfigForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type EnvVariableForCreateManagedAppInput added in v1.2.25

type EnvVariableForCreateManagedAppInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EnvVariableForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*EnvVariableForCreateManagedAppInput) SetKey added in v1.2.25

SetKey sets the Key field's value.

func (*EnvVariableForCreateManagedAppInput) SetValue added in v1.2.25

SetValue sets the Value field's value.

func (EnvVariableForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type EnvVariableForListManagedAppChangeRecordsOutput added in v1.2.25

type EnvVariableForListManagedAppChangeRecordsOutput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EnvVariableForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*EnvVariableForListManagedAppChangeRecordsOutput) SetKey added in v1.2.25

SetKey sets the Key field's value.

func (*EnvVariableForListManagedAppChangeRecordsOutput) SetValue added in v1.2.25

SetValue sets the Value field's value.

func (EnvVariableForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type EnvVariableForTriggerManagedAppDeployInput added in v1.2.25

type EnvVariableForTriggerManagedAppDeployInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EnvVariableForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*EnvVariableForTriggerManagedAppDeployInput) SetKey added in v1.2.25

SetKey sets the Key field's value.

func (*EnvVariableForTriggerManagedAppDeployInput) SetValue added in v1.2.25

SetValue sets the Value field's value.

func (EnvVariableForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type FilterForCreateTriggerInput

type FilterForCreateTriggerInput struct {
	CREventType *string `type:"string" json:",omitempty"`

	Condition *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FilterForCreateTriggerInput) GoString

func (s FilterForCreateTriggerInput) GoString() string

GoString returns the string representation

func (*FilterForCreateTriggerInput) SetCREventType

SetCREventType sets the CREventType field's value.

func (*FilterForCreateTriggerInput) SetCondition

SetCondition sets the Condition field's value.

func (FilterForCreateTriggerInput) String

String returns the string representation

type FilterForListComponentStepInput

type FilterForListComponentStepInput struct {
	Category *string `type:"string" json:",omitempty"`

	IsBuiltin *bool `type:"boolean" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FilterForListComponentStepInput) GoString

GoString returns the string representation

func (*FilterForListComponentStepInput) SetCategory

SetCategory sets the Category field's value.

func (*FilterForListComponentStepInput) SetIsBuiltin

SetIsBuiltin sets the IsBuiltin field's value.

func (*FilterForListComponentStepInput) SetName

SetName sets the Name field's value.

func (FilterForListComponentStepInput) String

String returns the string representation

type FilterForListDeployResourcesInput added in v1.2.25

type FilterForListDeployResourcesInput struct {
	Ids []*string `type:"list" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Regions []*string `type:"list" json:",omitempty"`

	Source *string `type:"string" json:",omitempty"`

	WorkspaceId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FilterForListDeployResourcesInput) GoString added in v1.2.25

GoString returns the string representation

func (*FilterForListDeployResourcesInput) SetIds added in v1.2.25

SetIds sets the Ids field's value.

func (*FilterForListDeployResourcesInput) SetName added in v1.2.25

SetName sets the Name field's value.

func (*FilterForListDeployResourcesInput) SetRegions added in v1.2.25

SetRegions sets the Regions field's value.

func (*FilterForListDeployResourcesInput) SetSource added in v1.2.25

SetSource sets the Source field's value.

func (*FilterForListDeployResourcesInput) SetWorkspaceId added in v1.2.25

SetWorkspaceId sets the WorkspaceId field's value.

func (FilterForListDeployResourcesInput) String added in v1.2.25

String returns the string representation

type FilterForListManagedAppChangeRecordsInput added in v1.2.25

type FilterForListManagedAppChangeRecordsInput struct {
	Ids []*string `type:"list" json:",omitempty"`

	Statuses []*string `type:"list" json:",omitempty"`

	Types []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FilterForListManagedAppChangeRecordsInput) GoString added in v1.2.25

GoString returns the string representation

func (*FilterForListManagedAppChangeRecordsInput) SetIds added in v1.2.25

SetIds sets the Ids field's value.

func (*FilterForListManagedAppChangeRecordsInput) SetStatuses added in v1.2.25

SetStatuses sets the Statuses field's value.

func (*FilterForListManagedAppChangeRecordsInput) SetTypes added in v1.2.25

SetTypes sets the Types field's value.

func (FilterForListManagedAppChangeRecordsInput) String added in v1.2.25

String returns the string representation

type FilterForListPipelineRunsInput

type FilterForListPipelineRunsInput struct {
	Ids []*string `type:"list" json:",omitempty"`

	Statuses []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FilterForListPipelineRunsInput) GoString

GoString returns the string representation

func (*FilterForListPipelineRunsInput) SetIds

SetIds sets the Ids field's value.

func (*FilterForListPipelineRunsInput) SetStatuses

SetStatuses sets the Statuses field's value.

func (FilterForListPipelineRunsInput) String

String returns the string representation

type FilterForListPipelinesInput

type FilterForListPipelinesInput struct {
	Ids []*string `type:"list" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FilterForListPipelinesInput) GoString

func (s FilterForListPipelinesInput) GoString() string

GoString returns the string representation

func (*FilterForListPipelinesInput) SetIds

SetIds sets the Ids field's value.

func (*FilterForListPipelinesInput) SetName

SetName sets the Name field's value.

func (FilterForListPipelinesInput) String

String returns the string representation

type FilterForListResourcesInput

type FilterForListResourcesInput struct {
	Ids []*string `type:"list" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Types []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FilterForListResourcesInput) GoString

func (s FilterForListResourcesInput) GoString() string

GoString returns the string representation

func (*FilterForListResourcesInput) SetIds

SetIds sets the Ids field's value.

func (*FilterForListResourcesInput) SetName

SetName sets the Name field's value.

func (*FilterForListResourcesInput) SetTypes

SetTypes sets the Types field's value.

func (FilterForListResourcesInput) String

String returns the string representation

type FilterForListServiceConnectionsInput added in v1.1.42

type FilterForListServiceConnectionsInput struct {
	Ids *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	TypeInfo *TypeInfoForListServiceConnectionsInput `type:"structure" json:",omitempty"`

	WorkspaceId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FilterForListServiceConnectionsInput) GoString added in v1.1.42

GoString returns the string representation

func (*FilterForListServiceConnectionsInput) SetIds added in v1.1.42

SetIds sets the Ids field's value.

func (*FilterForListServiceConnectionsInput) SetName added in v1.1.42

SetName sets the Name field's value.

func (*FilterForListServiceConnectionsInput) SetTypeInfo added in v1.1.42

SetTypeInfo sets the TypeInfo field's value.

func (*FilterForListServiceConnectionsInput) SetWorkspaceId added in v1.1.42

SetWorkspaceId sets the WorkspaceId field's value.

func (FilterForListServiceConnectionsInput) String added in v1.1.42

String returns the string representation

type FilterForListTaskRunsInput

type FilterForListTaskRunsInput struct {
	Ids []*string `type:"list" json:",omitempty"`

	Statuses []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FilterForListTaskRunsInput) GoString

func (s FilterForListTaskRunsInput) GoString() string

GoString returns the string representation

func (*FilterForListTaskRunsInput) SetIds

SetIds sets the Ids field's value.

func (*FilterForListTaskRunsInput) SetStatuses

SetStatuses sets the Statuses field's value.

func (FilterForListTaskRunsInput) String

String returns the string representation

type FilterForListTriggersInput

type FilterForListTriggersInput struct {
	Ids []*string `type:"list" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FilterForListTriggersInput) GoString

func (s FilterForListTriggersInput) GoString() string

GoString returns the string representation

func (*FilterForListTriggersInput) SetIds

SetIds sets the Ids field's value.

func (*FilterForListTriggersInput) SetName

SetName sets the Name field's value.

func (FilterForListTriggersInput) String

String returns the string representation

type FilterForListTriggersOutput

type FilterForListTriggersOutput struct {
	CREventType *string `type:"string" json:",omitempty"`

	Condition *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FilterForListTriggersOutput) GoString

func (s FilterForListTriggersOutput) GoString() string

GoString returns the string representation

func (*FilterForListTriggersOutput) SetCREventType

SetCREventType sets the CREventType field's value.

func (*FilterForListTriggersOutput) SetCondition

SetCondition sets the Condition field's value.

func (FilterForListTriggersOutput) String

String returns the string representation

type FilterForListWorkspacesInput

type FilterForListWorkspacesInput struct {
	Ids []*string `type:"list" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FilterForListWorkspacesInput) GoString

func (s FilterForListWorkspacesInput) GoString() string

GoString returns the string representation

func (*FilterForListWorkspacesInput) SetIds

SetIds sets the Ids field's value.

func (*FilterForListWorkspacesInput) SetName

SetName sets the Name field's value.

func (FilterForListWorkspacesInput) String

String returns the string representation

type FilterForUpdateTriggerInput

type FilterForUpdateTriggerInput struct {
	CREventType *string `type:"string" json:",omitempty"`

	Condition *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FilterForUpdateTriggerInput) GoString

func (s FilterForUpdateTriggerInput) GoString() string

GoString returns the string representation

func (*FilterForUpdateTriggerInput) SetCREventType

SetCREventType sets the CREventType field's value.

func (*FilterForUpdateTriggerInput) SetCondition

SetCondition sets the Condition field's value.

func (FilterForUpdateTriggerInput) String

String returns the string representation

type GetManagedAppPodLogInput added in v1.2.25

type GetManagedAppPodLogInput struct {

	// AppId is a required field
	AppId *string `type:"string" json:",omitempty" required:"true"`

	// ChangeRecordId is a required field
	ChangeRecordId *string `type:"string" json:",omitempty" required:"true"`

	LineNumber *int64 `min:"1" max:"500" type:"int64" json:",omitempty"`

	// PodName is a required field
	PodName *string `type:"string" json:",omitempty" required:"true"`

	// WorkspaceId is a required field
	WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetManagedAppPodLogInput) GoString added in v1.2.25

func (s GetManagedAppPodLogInput) GoString() string

GoString returns the string representation

func (*GetManagedAppPodLogInput) SetAppId added in v1.2.25

SetAppId sets the AppId field's value.

func (*GetManagedAppPodLogInput) SetChangeRecordId added in v1.2.25

func (s *GetManagedAppPodLogInput) SetChangeRecordId(v string) *GetManagedAppPodLogInput

SetChangeRecordId sets the ChangeRecordId field's value.

func (*GetManagedAppPodLogInput) SetLineNumber added in v1.2.25

SetLineNumber sets the LineNumber field's value.

func (*GetManagedAppPodLogInput) SetPodName added in v1.2.25

SetPodName sets the PodName field's value.

func (*GetManagedAppPodLogInput) SetWorkspaceId added in v1.2.25

SetWorkspaceId sets the WorkspaceId field's value.

func (GetManagedAppPodLogInput) String added in v1.2.25

func (s GetManagedAppPodLogInput) String() string

String returns the string representation

func (*GetManagedAppPodLogInput) Validate added in v1.2.25

func (s *GetManagedAppPodLogInput) Validate() error

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

type GetManagedAppPodLogOutput added in v1.2.25

type GetManagedAppPodLogOutput struct {
	Metadata *response.ResponseMetadata

	Content *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetManagedAppPodLogOutput) GoString added in v1.2.25

func (s GetManagedAppPodLogOutput) GoString() string

GoString returns the string representation

func (*GetManagedAppPodLogOutput) SetContent added in v1.2.25

SetContent sets the Content field's value.

func (GetManagedAppPodLogOutput) String added in v1.2.25

func (s GetManagedAppPodLogOutput) String() string

String returns the string representation

type GetServiceConnectionInput added in v1.1.42

type GetServiceConnectionInput struct {

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetServiceConnectionInput) GoString added in v1.1.42

func (s GetServiceConnectionInput) GoString() string

GoString returns the string representation

func (*GetServiceConnectionInput) SetId added in v1.1.42

SetId sets the Id field's value.

func (GetServiceConnectionInput) String added in v1.1.42

func (s GetServiceConnectionInput) String() string

String returns the string representation

func (*GetServiceConnectionInput) Validate added in v1.1.42

func (s *GetServiceConnectionInput) Validate() error

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

type GetServiceConnectionOutput added in v1.1.42

type GetServiceConnectionOutput struct {
	Metadata *response.ResponseMetadata

	Category *string `type:"string" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	Creator *CreatorForGetServiceConnectionOutput `type:"structure" json:",omitempty"`

	Credential *CredentialForGetServiceConnectionOutput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	IsAllWsShared *bool `type:"boolean" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	PipelineBinding *bool `type:"boolean" json:",omitempty"`

	SharedWorkspaceIds []*string `type:"list" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	URL *string `type:"string" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetServiceConnectionOutput) GoString added in v1.1.42

func (s GetServiceConnectionOutput) GoString() string

GoString returns the string representation

func (*GetServiceConnectionOutput) SetCategory added in v1.1.42

SetCategory sets the Category field's value.

func (*GetServiceConnectionOutput) SetCreateTime added in v1.1.42

SetCreateTime sets the CreateTime field's value.

func (*GetServiceConnectionOutput) SetCreator added in v1.1.42

SetCreator sets the Creator field's value.

func (*GetServiceConnectionOutput) SetCredential added in v1.1.42

SetCredential sets the Credential field's value.

func (*GetServiceConnectionOutput) SetDescription added in v1.1.42

SetDescription sets the Description field's value.

func (*GetServiceConnectionOutput) SetId added in v1.1.42

SetId sets the Id field's value.

func (*GetServiceConnectionOutput) SetIsAllWsShared added in v1.1.42

SetIsAllWsShared sets the IsAllWsShared field's value.

func (*GetServiceConnectionOutput) SetName added in v1.1.42

SetName sets the Name field's value.

func (*GetServiceConnectionOutput) SetPipelineBinding added in v1.1.42

SetPipelineBinding sets the PipelineBinding field's value.

func (*GetServiceConnectionOutput) SetSharedWorkspaceIds added in v1.1.42

func (s *GetServiceConnectionOutput) SetSharedWorkspaceIds(v []*string) *GetServiceConnectionOutput

SetSharedWorkspaceIds sets the SharedWorkspaceIds field's value.

func (*GetServiceConnectionOutput) SetType added in v1.1.42

SetType sets the Type field's value.

func (*GetServiceConnectionOutput) SetURL added in v1.1.42

SetURL sets the URL field's value.

func (*GetServiceConnectionOutput) SetUpdateTime added in v1.1.42

SetUpdateTime sets the UpdateTime field's value.

func (GetServiceConnectionOutput) String added in v1.1.42

String returns the string representation

type GetTaskRunLogDownloadURIInput

type GetTaskRunLogDownloadURIInput struct {

	// PipelineId is a required field
	PipelineId *string `type:"string" json:",omitempty" required:"true"`

	// PipelineRunId is a required field
	PipelineRunId *string `type:"string" json:",omitempty" required:"true"`

	// StepName is a required field
	StepName *string `type:"string" json:",omitempty" required:"true"`

	// TaskId is a required field
	TaskId *string `type:"string" json:",omitempty" required:"true"`

	// TaskRunId is a required field
	TaskRunId *string `type:"string" json:",omitempty" required:"true"`

	// WorkspaceId is a required field
	WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetTaskRunLogDownloadURIInput) GoString

GoString returns the string representation

func (*GetTaskRunLogDownloadURIInput) SetPipelineId

SetPipelineId sets the PipelineId field's value.

func (*GetTaskRunLogDownloadURIInput) SetPipelineRunId

SetPipelineRunId sets the PipelineRunId field's value.

func (*GetTaskRunLogDownloadURIInput) SetStepName

SetStepName sets the StepName field's value.

func (*GetTaskRunLogDownloadURIInput) SetTaskId

SetTaskId sets the TaskId field's value.

func (*GetTaskRunLogDownloadURIInput) SetTaskRunId

SetTaskRunId sets the TaskRunId field's value.

func (*GetTaskRunLogDownloadURIInput) SetWorkspaceId

SetWorkspaceId sets the WorkspaceId field's value.

func (GetTaskRunLogDownloadURIInput) String

String returns the string representation

func (*GetTaskRunLogDownloadURIInput) Validate

func (s *GetTaskRunLogDownloadURIInput) Validate() error

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

type GetTaskRunLogDownloadURIOutput

type GetTaskRunLogDownloadURIOutput struct {
	Metadata *response.ResponseMetadata

	Url *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetTaskRunLogDownloadURIOutput) GoString

GoString returns the string representation

func (*GetTaskRunLogDownloadURIOutput) SetUrl

SetUrl sets the Url field's value.

func (GetTaskRunLogDownloadURIOutput) String

String returns the string representation

type GetTaskRunLogInput

type GetTaskRunLogInput struct {
	Limit *int64 `type:"int64" json:",omitempty"`

	Offset *int64 `type:"int64" json:",omitempty"`

	// PipelineId is a required field
	PipelineId *string `type:"string" json:",omitempty" required:"true"`

	// PipelineRunId is a required field
	PipelineRunId *string `type:"string" json:",omitempty" required:"true"`

	// StepName is a required field
	StepName *string `type:"string" json:",omitempty" required:"true"`

	// TaskId is a required field
	TaskId *string `type:"string" json:",omitempty" required:"true"`

	// TaskRunId is a required field
	TaskRunId *string `type:"string" json:",omitempty" required:"true"`

	// WorkspaceId is a required field
	WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetTaskRunLogInput) GoString

func (s GetTaskRunLogInput) GoString() string

GoString returns the string representation

func (*GetTaskRunLogInput) SetLimit

SetLimit sets the Limit field's value.

func (*GetTaskRunLogInput) SetOffset

func (s *GetTaskRunLogInput) SetOffset(v int64) *GetTaskRunLogInput

SetOffset sets the Offset field's value.

func (*GetTaskRunLogInput) SetPipelineId

func (s *GetTaskRunLogInput) SetPipelineId(v string) *GetTaskRunLogInput

SetPipelineId sets the PipelineId field's value.

func (*GetTaskRunLogInput) SetPipelineRunId

func (s *GetTaskRunLogInput) SetPipelineRunId(v string) *GetTaskRunLogInput

SetPipelineRunId sets the PipelineRunId field's value.

func (*GetTaskRunLogInput) SetStepName

func (s *GetTaskRunLogInput) SetStepName(v string) *GetTaskRunLogInput

SetStepName sets the StepName field's value.

func (*GetTaskRunLogInput) SetTaskId

func (s *GetTaskRunLogInput) SetTaskId(v string) *GetTaskRunLogInput

SetTaskId sets the TaskId field's value.

func (*GetTaskRunLogInput) SetTaskRunId

func (s *GetTaskRunLogInput) SetTaskRunId(v string) *GetTaskRunLogInput

SetTaskRunId sets the TaskRunId field's value.

func (*GetTaskRunLogInput) SetWorkspaceId

func (s *GetTaskRunLogInput) SetWorkspaceId(v string) *GetTaskRunLogInput

SetWorkspaceId sets the WorkspaceId field's value.

func (GetTaskRunLogInput) String

func (s GetTaskRunLogInput) String() string

String returns the string representation

func (*GetTaskRunLogInput) Validate

func (s *GetTaskRunLogInput) Validate() error

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

type GetTaskRunLogOutput

type GetTaskRunLogOutput struct {
	Metadata *response.ResponseMetadata

	LogLines []*string `type:"list" json:",omitempty"`

	More *bool `type:"boolean" json:",omitempty"`

	NextLimit *int64 `type:"int64" json:",omitempty"`

	NextOffset *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetTaskRunLogOutput) GoString

func (s GetTaskRunLogOutput) GoString() string

GoString returns the string representation

func (*GetTaskRunLogOutput) SetLogLines

func (s *GetTaskRunLogOutput) SetLogLines(v []*string) *GetTaskRunLogOutput

SetLogLines sets the LogLines field's value.

func (*GetTaskRunLogOutput) SetMore

SetMore sets the More field's value.

func (*GetTaskRunLogOutput) SetNextLimit

func (s *GetTaskRunLogOutput) SetNextLimit(v int64) *GetTaskRunLogOutput

SetNextLimit sets the NextLimit field's value.

func (*GetTaskRunLogOutput) SetNextOffset

func (s *GetTaskRunLogOutput) SetNextOffset(v int64) *GetTaskRunLogOutput

SetNextOffset sets the NextOffset field's value.

func (GetTaskRunLogOutput) String

func (s GetTaskRunLogOutput) String() string

String returns the string representation

type GitForCreateResourceInput

type GitForCreateResourceInput struct {
	AccessKey *string `type:"string" json:",omitempty"`

	CloneDepth *int64 `type:"int64" json:",omitempty"`

	Password *string `type:"string" json:",omitempty"`

	SecretKey *string `type:"string" json:",omitempty"`

	Url *string `type:"string" json:",omitempty"`

	UserName *string `type:"string" json:",omitempty"`

	UserToken *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GitForCreateResourceInput) GoString

func (s GitForCreateResourceInput) GoString() string

GoString returns the string representation

func (*GitForCreateResourceInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*GitForCreateResourceInput) SetCloneDepth

SetCloneDepth sets the CloneDepth field's value.

func (*GitForCreateResourceInput) SetPassword

SetPassword sets the Password field's value.

func (*GitForCreateResourceInput) SetSecretKey

SetSecretKey sets the SecretKey field's value.

func (*GitForCreateResourceInput) SetUrl

SetUrl sets the Url field's value.

func (*GitForCreateResourceInput) SetUserName

SetUserName sets the UserName field's value.

func (*GitForCreateResourceInput) SetUserToken

SetUserToken sets the UserToken field's value.

func (GitForCreateResourceInput) String

func (s GitForCreateResourceInput) String() string

String returns the string representation

type GitForCreateTriggerInput

type GitForCreateTriggerInput struct {
	Filters []*ConvertFilterForCreateTriggerInput `type:"list" json:",omitempty"`

	ResourceId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GitForCreateTriggerInput) GoString

func (s GitForCreateTriggerInput) GoString() string

GoString returns the string representation

func (*GitForCreateTriggerInput) SetFilters

SetFilters sets the Filters field's value.

func (*GitForCreateTriggerInput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (GitForCreateTriggerInput) String

func (s GitForCreateTriggerInput) String() string

String returns the string representation

type GitForListPipelinesOutput

type GitForListPipelinesOutput struct {
	DefaultBranch *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GitForListPipelinesOutput) GoString

func (s GitForListPipelinesOutput) GoString() string

GoString returns the string representation

func (*GitForListPipelinesOutput) SetDefaultBranch

SetDefaultBranch sets the DefaultBranch field's value.

func (GitForListPipelinesOutput) String

func (s GitForListPipelinesOutput) String() string

String returns the string representation

type GitForListResourcesOutput

type GitForListResourcesOutput struct {
	AccessKey *string `type:"string" json:",omitempty"`

	CloneDepth *int64 `type:"int64" json:",omitempty"`

	Password *string `type:"string" json:",omitempty"`

	SecretKey *string `type:"string" json:",omitempty"`

	Url *string `type:"string" json:",omitempty"`

	UserName *string `type:"string" json:",omitempty"`

	UserToken *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GitForListResourcesOutput) GoString

func (s GitForListResourcesOutput) GoString() string

GoString returns the string representation

func (*GitForListResourcesOutput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*GitForListResourcesOutput) SetCloneDepth

SetCloneDepth sets the CloneDepth field's value.

func (*GitForListResourcesOutput) SetPassword

SetPassword sets the Password field's value.

func (*GitForListResourcesOutput) SetSecretKey

SetSecretKey sets the SecretKey field's value.

func (*GitForListResourcesOutput) SetUrl

SetUrl sets the Url field's value.

func (*GitForListResourcesOutput) SetUserName

SetUserName sets the UserName field's value.

func (*GitForListResourcesOutput) SetUserToken

SetUserToken sets the UserToken field's value.

func (GitForListResourcesOutput) String

func (s GitForListResourcesOutput) String() string

String returns the string representation

type GitForListTriggersOutput

type GitForListTriggersOutput struct {
	Filters []*ConvertFilterForListTriggersOutput `type:"list" json:",omitempty"`

	ResourceId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GitForListTriggersOutput) GoString

func (s GitForListTriggersOutput) GoString() string

GoString returns the string representation

func (*GitForListTriggersOutput) SetFilters

SetFilters sets the Filters field's value.

func (*GitForListTriggersOutput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (GitForListTriggersOutput) String

func (s GitForListTriggersOutput) String() string

String returns the string representation

type GitForUpdateResourceInput

type GitForUpdateResourceInput struct {
	AccessKey *string `type:"string" json:",omitempty"`

	CloneDepth *int64 `type:"int64" json:",omitempty"`

	Password *string `type:"string" json:",omitempty"`

	SecretKey *string `type:"string" json:",omitempty"`

	Url *string `type:"string" json:",omitempty"`

	UserName *string `type:"string" json:",omitempty"`

	UserToken *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GitForUpdateResourceInput) GoString

func (s GitForUpdateResourceInput) GoString() string

GoString returns the string representation

func (*GitForUpdateResourceInput) SetAccessKey

SetAccessKey sets the AccessKey field's value.

func (*GitForUpdateResourceInput) SetCloneDepth

SetCloneDepth sets the CloneDepth field's value.

func (*GitForUpdateResourceInput) SetPassword

SetPassword sets the Password field's value.

func (*GitForUpdateResourceInput) SetSecretKey

SetSecretKey sets the SecretKey field's value.

func (*GitForUpdateResourceInput) SetUrl

SetUrl sets the Url field's value.

func (*GitForUpdateResourceInput) SetUserName

SetUserName sets the UserName field's value.

func (*GitForUpdateResourceInput) SetUserToken

SetUserToken sets the UserToken field's value.

func (GitForUpdateResourceInput) String

func (s GitForUpdateResourceInput) String() string

String returns the string representation

type GitForUpdateTriggerInput

type GitForUpdateTriggerInput struct {
	Filters []*ConvertFilterForUpdateTriggerInput `type:"list" json:",omitempty"`

	ResourceId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GitForUpdateTriggerInput) GoString

func (s GitForUpdateTriggerInput) GoString() string

GoString returns the string representation

func (*GitForUpdateTriggerInput) SetFilters

SetFilters sets the Filters field's value.

func (*GitForUpdateTriggerInput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (GitForUpdateTriggerInput) String

func (s GitForUpdateTriggerInput) String() string

String returns the string representation

type GitResourceForListPipelineRunsOutput

type GitResourceForListPipelineRunsOutput struct {
	CloneDepth *int32 `type:"int32" json:",omitempty"`

	DefaultBranch *string `type:"string" json:",omitempty"`

	Reference *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	URL *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GitResourceForListPipelineRunsOutput) GoString

GoString returns the string representation

func (*GitResourceForListPipelineRunsOutput) SetCloneDepth

SetCloneDepth sets the CloneDepth field's value.

func (*GitResourceForListPipelineRunsOutput) SetDefaultBranch

SetDefaultBranch sets the DefaultBranch field's value.

func (*GitResourceForListPipelineRunsOutput) SetReference

SetReference sets the Reference field's value.

func (*GitResourceForListPipelineRunsOutput) SetType

SetType sets the Type field's value.

func (*GitResourceForListPipelineRunsOutput) SetURL

SetURL sets the URL field's value.

func (GitResourceForListPipelineRunsOutput) String

String returns the string representation

type HTTPRequestHeaderForCreateManagedAppInput added in v1.2.25

type HTTPRequestHeaderForCreateManagedAppInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (HTTPRequestHeaderForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*HTTPRequestHeaderForCreateManagedAppInput) SetKey added in v1.2.25

SetKey sets the Key field's value.

func (*HTTPRequestHeaderForCreateManagedAppInput) SetValue added in v1.2.25

SetValue sets the Value field's value.

func (HTTPRequestHeaderForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type HTTPRequestHeaderForListManagedAppChangeRecordsOutput added in v1.2.25

type HTTPRequestHeaderForListManagedAppChangeRecordsOutput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (HTTPRequestHeaderForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*HTTPRequestHeaderForListManagedAppChangeRecordsOutput) SetKey added in v1.2.25

SetKey sets the Key field's value.

func (*HTTPRequestHeaderForListManagedAppChangeRecordsOutput) SetValue added in v1.2.25

SetValue sets the Value field's value.

func (HTTPRequestHeaderForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type HTTPRequestHeaderForTriggerManagedAppDeployInput added in v1.2.25

type HTTPRequestHeaderForTriggerManagedAppDeployInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (HTTPRequestHeaderForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*HTTPRequestHeaderForTriggerManagedAppDeployInput) SetKey added in v1.2.25

SetKey sets the Key field's value.

func (*HTTPRequestHeaderForTriggerManagedAppDeployInput) SetValue added in v1.2.25

SetValue sets the Value field's value.

func (HTTPRequestHeaderForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type HealthCheckForCreateManagedAppInput added in v1.2.25

type HealthCheckForCreateManagedAppInput struct {
	HTTPPath *string `type:"string" json:",omitempty"`

	HTTPRequestHeader []*HTTPRequestHeaderForCreateManagedAppInput `type:"list" json:",omitempty"`

	Port *int64 `type:"int64" json:",omitempty"`

	Protocol *string `type:"string" json:",omitempty"`

	ThresholdConfig *ThresholdConfigForCreateManagedAppInput `type:"structure" json:",omitempty"`

	TimeConfig *TimeConfigForCreateManagedAppInput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (HealthCheckForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*HealthCheckForCreateManagedAppInput) SetHTTPPath added in v1.2.25

SetHTTPPath sets the HTTPPath field's value.

func (*HealthCheckForCreateManagedAppInput) SetHTTPRequestHeader added in v1.2.25

SetHTTPRequestHeader sets the HTTPRequestHeader field's value.

func (*HealthCheckForCreateManagedAppInput) SetPort added in v1.2.25

SetPort sets the Port field's value.

func (*HealthCheckForCreateManagedAppInput) SetProtocol added in v1.2.25

SetProtocol sets the Protocol field's value.

func (*HealthCheckForCreateManagedAppInput) SetThresholdConfig added in v1.2.25

SetThresholdConfig sets the ThresholdConfig field's value.

func (*HealthCheckForCreateManagedAppInput) SetTimeConfig added in v1.2.25

SetTimeConfig sets the TimeConfig field's value.

func (*HealthCheckForCreateManagedAppInput) SetType added in v1.2.25

SetType sets the Type field's value.

func (HealthCheckForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type HealthCheckForListManagedAppChangeRecordsOutput added in v1.2.25

type HealthCheckForListManagedAppChangeRecordsOutput struct {
	HTTPPath *string `type:"string" json:",omitempty"`

	HTTPRequestHeader []*HTTPRequestHeaderForListManagedAppChangeRecordsOutput `type:"list" json:",omitempty"`

	Port *int64 `type:"int64" json:",omitempty"`

	Protocol *string `type:"string" json:",omitempty"`

	ThresholdConfig *ThresholdConfigForListManagedAppChangeRecordsOutput `type:"structure" json:",omitempty"`

	TimeConfig *TimeConfigForListManagedAppChangeRecordsOutput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (HealthCheckForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*HealthCheckForListManagedAppChangeRecordsOutput) SetHTTPPath added in v1.2.25

SetHTTPPath sets the HTTPPath field's value.

func (*HealthCheckForListManagedAppChangeRecordsOutput) SetHTTPRequestHeader added in v1.2.25

SetHTTPRequestHeader sets the HTTPRequestHeader field's value.

func (*HealthCheckForListManagedAppChangeRecordsOutput) SetPort added in v1.2.25

SetPort sets the Port field's value.

func (*HealthCheckForListManagedAppChangeRecordsOutput) SetProtocol added in v1.2.25

SetProtocol sets the Protocol field's value.

func (*HealthCheckForListManagedAppChangeRecordsOutput) SetThresholdConfig added in v1.2.25

SetThresholdConfig sets the ThresholdConfig field's value.

func (*HealthCheckForListManagedAppChangeRecordsOutput) SetTimeConfig added in v1.2.25

SetTimeConfig sets the TimeConfig field's value.

func (*HealthCheckForListManagedAppChangeRecordsOutput) SetType added in v1.2.25

SetType sets the Type field's value.

func (HealthCheckForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type HealthCheckForTriggerManagedAppDeployInput added in v1.2.25

type HealthCheckForTriggerManagedAppDeployInput struct {
	HTTPPath *string `type:"string" json:",omitempty"`

	HTTPRequestHeader []*HTTPRequestHeaderForTriggerManagedAppDeployInput `type:"list" json:",omitempty"`

	Port *int64 `type:"int64" json:",omitempty"`

	Protocol *string `type:"string" json:",omitempty"`

	ThresholdConfig *ThresholdConfigForTriggerManagedAppDeployInput `type:"structure" json:",omitempty"`

	TimeConfig *TimeConfigForTriggerManagedAppDeployInput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (HealthCheckForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*HealthCheckForTriggerManagedAppDeployInput) SetHTTPPath added in v1.2.25

SetHTTPPath sets the HTTPPath field's value.

func (*HealthCheckForTriggerManagedAppDeployInput) SetHTTPRequestHeader added in v1.2.25

SetHTTPRequestHeader sets the HTTPRequestHeader field's value.

func (*HealthCheckForTriggerManagedAppDeployInput) SetPort added in v1.2.25

SetPort sets the Port field's value.

func (*HealthCheckForTriggerManagedAppDeployInput) SetProtocol added in v1.2.25

SetProtocol sets the Protocol field's value.

func (*HealthCheckForTriggerManagedAppDeployInput) SetThresholdConfig added in v1.2.25

SetThresholdConfig sets the ThresholdConfig field's value.

func (*HealthCheckForTriggerManagedAppDeployInput) SetTimeConfig added in v1.2.25

SetTimeConfig sets the TimeConfig field's value.

func (*HealthCheckForTriggerManagedAppDeployInput) SetType added in v1.2.25

SetType sets the Type field's value.

func (HealthCheckForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type IRSAConfigForCreateManagedAppInput added in v1.2.25

type IRSAConfigForCreateManagedAppInput struct {
	CredentialPath *string `type:"string" json:",omitempty"`

	IamRoleTrn *string `type:"string" json:",omitempty"`

	OIDCTrn *string `type:"string" json:",omitempty"`

	OIDCUrl *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (IRSAConfigForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*IRSAConfigForCreateManagedAppInput) SetCredentialPath added in v1.2.25

SetCredentialPath sets the CredentialPath field's value.

func (*IRSAConfigForCreateManagedAppInput) SetIamRoleTrn added in v1.2.25

SetIamRoleTrn sets the IamRoleTrn field's value.

func (*IRSAConfigForCreateManagedAppInput) SetOIDCTrn added in v1.2.25

SetOIDCTrn sets the OIDCTrn field's value.

func (*IRSAConfigForCreateManagedAppInput) SetOIDCUrl added in v1.2.25

SetOIDCUrl sets the OIDCUrl field's value.

func (IRSAConfigForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type IRSAConfigForListManagedAppChangeRecordsOutput added in v1.2.25

type IRSAConfigForListManagedAppChangeRecordsOutput struct {
	CredentialPath *string `type:"string" json:",omitempty"`

	IamRoleTrn *string `type:"string" json:",omitempty"`

	OIDCTrn *string `type:"string" json:",omitempty"`

	OIDCUrl *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (IRSAConfigForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*IRSAConfigForListManagedAppChangeRecordsOutput) SetCredentialPath added in v1.2.25

SetCredentialPath sets the CredentialPath field's value.

func (*IRSAConfigForListManagedAppChangeRecordsOutput) SetIamRoleTrn added in v1.2.25

SetIamRoleTrn sets the IamRoleTrn field's value.

func (*IRSAConfigForListManagedAppChangeRecordsOutput) SetOIDCTrn added in v1.2.25

SetOIDCTrn sets the OIDCTrn field's value.

func (*IRSAConfigForListManagedAppChangeRecordsOutput) SetOIDCUrl added in v1.2.25

SetOIDCUrl sets the OIDCUrl field's value.

func (IRSAConfigForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type IRSAConfigForTriggerManagedAppDeployInput added in v1.2.25

type IRSAConfigForTriggerManagedAppDeployInput struct {
	CredentialPath *string `type:"string" json:",omitempty"`

	IamRoleTrn *string `type:"string" json:",omitempty"`

	OIDCTrn *string `type:"string" json:",omitempty"`

	OIDCUrl *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (IRSAConfigForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*IRSAConfigForTriggerManagedAppDeployInput) SetCredentialPath added in v1.2.25

SetCredentialPath sets the CredentialPath field's value.

func (*IRSAConfigForTriggerManagedAppDeployInput) SetIamRoleTrn added in v1.2.25

SetIamRoleTrn sets the IamRoleTrn field's value.

func (*IRSAConfigForTriggerManagedAppDeployInput) SetOIDCTrn added in v1.2.25

SetOIDCTrn sets the OIDCTrn field's value.

func (*IRSAConfigForTriggerManagedAppDeployInput) SetOIDCUrl added in v1.2.25

SetOIDCUrl sets the OIDCUrl field's value.

func (IRSAConfigForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type ImageConfigForCreateManagedAppInput added in v1.2.25

type ImageConfigForCreateManagedAppInput struct {
	CRImage *CRImageForCreateManagedAppInput `type:"structure" json:",omitempty"`

	Image *string `type:"string" json:",omitempty"`

	ImageCredential *ImageCredentialForCreateManagedAppInput `type:"structure" json:",omitempty"`

	ImageType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageConfigForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*ImageConfigForCreateManagedAppInput) SetCRImage added in v1.2.25

SetCRImage sets the CRImage field's value.

func (*ImageConfigForCreateManagedAppInput) SetImage added in v1.2.25

SetImage sets the Image field's value.

func (*ImageConfigForCreateManagedAppInput) SetImageCredential added in v1.2.25

SetImageCredential sets the ImageCredential field's value.

func (*ImageConfigForCreateManagedAppInput) SetImageType added in v1.2.25

SetImageType sets the ImageType field's value.

func (ImageConfigForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type ImageConfigForListManagedAppChangeRecordsOutput added in v1.2.25

type ImageConfigForListManagedAppChangeRecordsOutput struct {
	CRImage *CRImageForListManagedAppChangeRecordsOutput `type:"structure" json:",omitempty"`

	Image *string `type:"string" json:",omitempty"`

	ImageCredential *ImageCredentialForListManagedAppChangeRecordsOutput `type:"structure" json:",omitempty"`

	ImageType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageConfigForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*ImageConfigForListManagedAppChangeRecordsOutput) SetCRImage added in v1.2.25

SetCRImage sets the CRImage field's value.

func (*ImageConfigForListManagedAppChangeRecordsOutput) SetImage added in v1.2.25

SetImage sets the Image field's value.

func (*ImageConfigForListManagedAppChangeRecordsOutput) SetImageCredential added in v1.2.25

SetImageCredential sets the ImageCredential field's value.

func (*ImageConfigForListManagedAppChangeRecordsOutput) SetImageType added in v1.2.25

SetImageType sets the ImageType field's value.

func (ImageConfigForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type ImageConfigForTriggerManagedAppDeployInput added in v1.2.25

type ImageConfigForTriggerManagedAppDeployInput struct {
	CRImage *CRImageForTriggerManagedAppDeployInput `type:"structure" json:",omitempty"`

	Image *string `type:"string" json:",omitempty"`

	ImageCredential *ImageCredentialForTriggerManagedAppDeployInput `type:"structure" json:",omitempty"`

	ImageType *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageConfigForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*ImageConfigForTriggerManagedAppDeployInput) SetCRImage added in v1.2.25

SetCRImage sets the CRImage field's value.

func (*ImageConfigForTriggerManagedAppDeployInput) SetImage added in v1.2.25

SetImage sets the Image field's value.

func (*ImageConfigForTriggerManagedAppDeployInput) SetImageCredential added in v1.2.25

SetImageCredential sets the ImageCredential field's value.

func (*ImageConfigForTriggerManagedAppDeployInput) SetImageType added in v1.2.25

SetImageType sets the ImageType field's value.

func (ImageConfigForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type ImageCredentialForCreateManagedAppInput added in v1.2.25

type ImageCredentialForCreateManagedAppInput struct {
	Password *string `type:"string" json:",omitempty"`

	Username *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageCredentialForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*ImageCredentialForCreateManagedAppInput) SetPassword added in v1.2.25

SetPassword sets the Password field's value.

func (*ImageCredentialForCreateManagedAppInput) SetUsername added in v1.2.25

SetUsername sets the Username field's value.

func (ImageCredentialForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type ImageCredentialForListManagedAppChangeRecordsOutput added in v1.2.25

type ImageCredentialForListManagedAppChangeRecordsOutput struct {
	Password *string `type:"string" json:",omitempty"`

	Username *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageCredentialForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*ImageCredentialForListManagedAppChangeRecordsOutput) SetPassword added in v1.2.25

SetPassword sets the Password field's value.

func (*ImageCredentialForListManagedAppChangeRecordsOutput) SetUsername added in v1.2.25

SetUsername sets the Username field's value.

func (ImageCredentialForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type ImageCredentialForTriggerManagedAppDeployInput added in v1.2.25

type ImageCredentialForTriggerManagedAppDeployInput struct {
	Password *string `type:"string" json:",omitempty"`

	Username *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImageCredentialForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*ImageCredentialForTriggerManagedAppDeployInput) SetPassword added in v1.2.25

SetPassword sets the Password field's value.

func (*ImageCredentialForTriggerManagedAppDeployInput) SetUsername added in v1.2.25

SetUsername sets the Username field's value.

func (ImageCredentialForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type InputForListComponentStepOutput

type InputForListComponentStepOutput struct {
	DefaultValue *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	DisplayName *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Required *bool `type:"boolean" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	UiConfig *UiConfigForListComponentStepOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (InputForListComponentStepOutput) GoString

GoString returns the string representation

func (*InputForListComponentStepOutput) SetDefaultValue

SetDefaultValue sets the DefaultValue field's value.

func (*InputForListComponentStepOutput) SetDescription

SetDescription sets the Description field's value.

func (*InputForListComponentStepOutput) SetDisplayName

SetDisplayName sets the DisplayName field's value.

func (*InputForListComponentStepOutput) SetName

SetName sets the Name field's value.

func (*InputForListComponentStepOutput) SetRequired

SetRequired sets the Required field's value.

func (*InputForListComponentStepOutput) SetType

SetType sets the Type field's value.

func (*InputForListComponentStepOutput) SetUiConfig

SetUiConfig sets the UiConfig field's value.

func (InputForListComponentStepOutput) String

String returns the string representation

type ItemForListComponentStepOutput

type ItemForListComponentStepOutput struct {
	Category *string `type:"string" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	Creator *CreatorForListComponentStepOutput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	DisplayName *string `type:"string" json:",omitempty"`

	Identifier *string `type:"string" json:",omitempty"`

	Image *string `type:"string" json:",omitempty"`

	Inputs []*InputForListComponentStepOutput `type:"list" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Outputs []*OutputForListComponentStepOutput `type:"list" json:",omitempty"`

	Script *string `type:"string" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	WorkingDirectory *string `type:"string" json:",omitempty"`

	Yaml *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListComponentStepOutput) GoString

GoString returns the string representation

func (*ItemForListComponentStepOutput) SetCategory

SetCategory sets the Category field's value.

func (*ItemForListComponentStepOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ItemForListComponentStepOutput) SetCreator

SetCreator sets the Creator field's value.

func (*ItemForListComponentStepOutput) SetDescription

SetDescription sets the Description field's value.

func (*ItemForListComponentStepOutput) SetDisplayName

SetDisplayName sets the DisplayName field's value.

func (*ItemForListComponentStepOutput) SetIdentifier

SetIdentifier sets the Identifier field's value.

func (*ItemForListComponentStepOutput) SetImage

SetImage sets the Image field's value.

func (*ItemForListComponentStepOutput) SetInputs

SetInputs sets the Inputs field's value.

func (*ItemForListComponentStepOutput) SetName

SetName sets the Name field's value.

func (*ItemForListComponentStepOutput) SetOutputs

SetOutputs sets the Outputs field's value.

func (*ItemForListComponentStepOutput) SetScript

SetScript sets the Script field's value.

func (*ItemForListComponentStepOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*ItemForListComponentStepOutput) SetWorkingDirectory

SetWorkingDirectory sets the WorkingDirectory field's value.

func (*ItemForListComponentStepOutput) SetYaml

SetYaml sets the Yaml field's value.

func (ItemForListComponentStepOutput) String

String returns the string representation

type ItemForListDeployResourcesOutput added in v1.2.25

type ItemForListDeployResourcesOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	Creator *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Identifier *string `type:"string" json:",omitempty"`

	Kubeconfig *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	OnlyForSpecifiedWorkspaces *bool `type:"boolean" json:",omitempty"`

	Owner *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	Source *string `type:"string" json:",omitempty"`

	SpecifiedWorkspaceIds []*string `type:"list" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	VkeClusterId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListDeployResourcesOutput) GoString added in v1.2.25

GoString returns the string representation

func (*ItemForListDeployResourcesOutput) SetCreateTime added in v1.2.25

SetCreateTime sets the CreateTime field's value.

func (*ItemForListDeployResourcesOutput) SetCreator added in v1.2.25

SetCreator sets the Creator field's value.

func (*ItemForListDeployResourcesOutput) SetDescription added in v1.2.25

SetDescription sets the Description field's value.

func (*ItemForListDeployResourcesOutput) SetId added in v1.2.25

SetId sets the Id field's value.

func (*ItemForListDeployResourcesOutput) SetIdentifier added in v1.2.25

SetIdentifier sets the Identifier field's value.

func (*ItemForListDeployResourcesOutput) SetKubeconfig added in v1.2.25

SetKubeconfig sets the Kubeconfig field's value.

func (*ItemForListDeployResourcesOutput) SetName added in v1.2.25

SetName sets the Name field's value.

func (*ItemForListDeployResourcesOutput) SetOnlyForSpecifiedWorkspaces added in v1.2.25

func (s *ItemForListDeployResourcesOutput) SetOnlyForSpecifiedWorkspaces(v bool) *ItemForListDeployResourcesOutput

SetOnlyForSpecifiedWorkspaces sets the OnlyForSpecifiedWorkspaces field's value.

func (*ItemForListDeployResourcesOutput) SetOwner added in v1.2.25

SetOwner sets the Owner field's value.

func (*ItemForListDeployResourcesOutput) SetRegion added in v1.2.25

SetRegion sets the Region field's value.

func (*ItemForListDeployResourcesOutput) SetSource added in v1.2.25

SetSource sets the Source field's value.

func (*ItemForListDeployResourcesOutput) SetSpecifiedWorkspaceIds added in v1.2.25

SetSpecifiedWorkspaceIds sets the SpecifiedWorkspaceIds field's value.

func (*ItemForListDeployResourcesOutput) SetUpdateTime added in v1.2.25

SetUpdateTime sets the UpdateTime field's value.

func (*ItemForListDeployResourcesOutput) SetVkeClusterId added in v1.2.25

SetVkeClusterId sets the VkeClusterId field's value.

func (ItemForListDeployResourcesOutput) String added in v1.2.25

String returns the string representation

type ItemForListManagedAppChangeRecordsOutput added in v1.2.25

type ItemForListManagedAppChangeRecordsOutput struct {
	AppId *string `type:"string" json:",omitempty"`

	AppStack *string `type:"string" json:",omitempty" enum:"EnumOfAppStackForListManagedAppChangeRecordsOutput"`

	AppVersion *string `type:"string" json:",omitempty"`

	Config *ConfigForListManagedAppChangeRecordsOutput `type:"structure" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	Creator *CreatorForListManagedAppChangeRecordsOutput `type:"structure" json:",omitempty"`

	DeployResourceId *string `type:"string" json:",omitempty"`

	DeployType *string `type:"string" json:",omitempty" enum:"ConvertEnumOfDeployTypeForListManagedAppChangeRecordsOutput"`

	Description *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	ReleaseUpdated *bool `type:"boolean" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	TriggerType *string `type:"string" json:",omitempty" enum:"EnumOfTriggerTypeForListManagedAppChangeRecordsOutput"`

	Type *string `type:"string" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*ItemForListManagedAppChangeRecordsOutput) SetAppId added in v1.2.25

SetAppId sets the AppId field's value.

func (*ItemForListManagedAppChangeRecordsOutput) SetAppStack added in v1.2.25

SetAppStack sets the AppStack field's value.

func (*ItemForListManagedAppChangeRecordsOutput) SetAppVersion added in v1.2.25

SetAppVersion sets the AppVersion field's value.

func (*ItemForListManagedAppChangeRecordsOutput) SetConfig added in v1.2.25

SetConfig sets the Config field's value.

func (*ItemForListManagedAppChangeRecordsOutput) SetCreateTime added in v1.2.25

SetCreateTime sets the CreateTime field's value.

func (*ItemForListManagedAppChangeRecordsOutput) SetCreator added in v1.2.25

SetCreator sets the Creator field's value.

func (*ItemForListManagedAppChangeRecordsOutput) SetDeployResourceId added in v1.2.25

SetDeployResourceId sets the DeployResourceId field's value.

func (*ItemForListManagedAppChangeRecordsOutput) SetDeployType added in v1.2.25

SetDeployType sets the DeployType field's value.

func (*ItemForListManagedAppChangeRecordsOutput) SetDescription added in v1.2.25

SetDescription sets the Description field's value.

func (*ItemForListManagedAppChangeRecordsOutput) SetId added in v1.2.25

SetId sets the Id field's value.

func (*ItemForListManagedAppChangeRecordsOutput) SetReleaseUpdated added in v1.2.25

SetReleaseUpdated sets the ReleaseUpdated field's value.

func (*ItemForListManagedAppChangeRecordsOutput) SetStatus added in v1.2.25

SetStatus sets the Status field's value.

func (*ItemForListManagedAppChangeRecordsOutput) SetTriggerType added in v1.2.25

SetTriggerType sets the TriggerType field's value.

func (*ItemForListManagedAppChangeRecordsOutput) SetType added in v1.2.25

SetType sets the Type field's value.

func (*ItemForListManagedAppChangeRecordsOutput) SetUpdateTime added in v1.2.25

SetUpdateTime sets the UpdateTime field's value.

func (ItemForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type ItemForListManagedAppChangeStepsOutput added in v1.2.25

type ItemForListManagedAppChangeStepsOutput struct {
	ChangeRecordID *string `type:"string" json:",omitempty"`

	Config *string `type:"string" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	ID *string `type:"string" json:",omitempty"`

	Message *string `type:"string" json:",omitempty"`

	Phase *string `type:"string" json:",omitempty"`

	ReleaseStrategy *ReleaseStrategyForListManagedAppChangeStepsOutput `type:"structure" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListManagedAppChangeStepsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*ItemForListManagedAppChangeStepsOutput) SetChangeRecordID added in v1.2.25

SetChangeRecordID sets the ChangeRecordID field's value.

func (*ItemForListManagedAppChangeStepsOutput) SetConfig added in v1.2.25

SetConfig sets the Config field's value.

func (*ItemForListManagedAppChangeStepsOutput) SetCreateTime added in v1.2.25

SetCreateTime sets the CreateTime field's value.

func (*ItemForListManagedAppChangeStepsOutput) SetID added in v1.2.25

SetID sets the ID field's value.

func (*ItemForListManagedAppChangeStepsOutput) SetMessage added in v1.2.25

SetMessage sets the Message field's value.

func (*ItemForListManagedAppChangeStepsOutput) SetPhase added in v1.2.25

SetPhase sets the Phase field's value.

func (*ItemForListManagedAppChangeStepsOutput) SetReleaseStrategy added in v1.2.25

SetReleaseStrategy sets the ReleaseStrategy field's value.

func (*ItemForListManagedAppChangeStepsOutput) SetStatus added in v1.2.25

SetStatus sets the Status field's value.

func (*ItemForListManagedAppChangeStepsOutput) SetType added in v1.2.25

SetType sets the Type field's value.

func (*ItemForListManagedAppChangeStepsOutput) SetUpdateTime added in v1.2.25

SetUpdateTime sets the UpdateTime field's value.

func (ItemForListManagedAppChangeStepsOutput) String added in v1.2.25

String returns the string representation

type ItemForListManagedAppPodsOutput added in v1.2.25

type ItemForListManagedAppPodsOutput struct {
	Ip *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	StartTime *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	Version *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListManagedAppPodsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*ItemForListManagedAppPodsOutput) SetIp added in v1.2.25

SetIp sets the Ip field's value.

func (*ItemForListManagedAppPodsOutput) SetName added in v1.2.25

SetName sets the Name field's value.

func (*ItemForListManagedAppPodsOutput) SetStartTime added in v1.2.25

SetStartTime sets the StartTime field's value.

func (*ItemForListManagedAppPodsOutput) SetStatus added in v1.2.25

SetStatus sets the Status field's value.

func (*ItemForListManagedAppPodsOutput) SetVersion added in v1.2.25

SetVersion sets the Version field's value.

func (ItemForListManagedAppPodsOutput) String added in v1.2.25

String returns the string representation

type ItemForListPipelineRunsOutput

type ItemForListPipelineRunsOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	FinishTime *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Index *int64 `type:"int64" json:",omitempty"`

	Parameters []*ParameterForListPipelineRunsOutput `type:"list" json:",omitempty"`

	PipelineId *string `type:"string" json:",omitempty"`

	Resources []*ResourceForListPipelineRunsOutput `type:"list" json:",omitempty"`

	Spec *string `type:"string" json:",omitempty"`

	Stages []*StageForListPipelineRunsOutput `type:"list" json:",omitempty"`

	StartTime *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	SystemParameters []*SystemParameterForListPipelineRunsOutput `type:"list" json:",omitempty"`

	Trigger *TriggerForListPipelineRunsOutput `type:"structure" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListPipelineRunsOutput) GoString

GoString returns the string representation

func (*ItemForListPipelineRunsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ItemForListPipelineRunsOutput) SetDescription

SetDescription sets the Description field's value.

func (*ItemForListPipelineRunsOutput) SetFinishTime

SetFinishTime sets the FinishTime field's value.

func (*ItemForListPipelineRunsOutput) SetId

SetId sets the Id field's value.

func (*ItemForListPipelineRunsOutput) SetIndex

SetIndex sets the Index field's value.

func (*ItemForListPipelineRunsOutput) SetParameters

SetParameters sets the Parameters field's value.

func (*ItemForListPipelineRunsOutput) SetPipelineId

SetPipelineId sets the PipelineId field's value.

func (*ItemForListPipelineRunsOutput) SetResources

SetResources sets the Resources field's value.

func (*ItemForListPipelineRunsOutput) SetSpec

SetSpec sets the Spec field's value.

func (*ItemForListPipelineRunsOutput) SetStages

SetStages sets the Stages field's value.

func (*ItemForListPipelineRunsOutput) SetStartTime

SetStartTime sets the StartTime field's value.

func (*ItemForListPipelineRunsOutput) SetStatus

SetStatus sets the Status field's value.

func (*ItemForListPipelineRunsOutput) SetSystemParameters

SetSystemParameters sets the SystemParameters field's value.

func (*ItemForListPipelineRunsOutput) SetTrigger

SetTrigger sets the Trigger field's value.

func (*ItemForListPipelineRunsOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (ItemForListPipelineRunsOutput) String

String returns the string representation

type ItemForListPipelinesOutput

type ItemForListPipelinesOutput struct {
	Caches []*CachForListPipelinesOutput `type:"list" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	Creator *CreatorForListPipelinesOutput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Notification *NotificationForListPipelinesOutput `type:"structure" json:",omitempty"`

	Parameters []*ParameterForListPipelinesOutput `type:"list" json:",omitempty"`

	Resources []*ResourceForListPipelinesOutput `type:"list" json:",omitempty"`

	Spec *string `type:"string" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	WorkspaceId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListPipelinesOutput) GoString

func (s ItemForListPipelinesOutput) GoString() string

GoString returns the string representation

func (*ItemForListPipelinesOutput) SetCaches

SetCaches sets the Caches field's value.

func (*ItemForListPipelinesOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ItemForListPipelinesOutput) SetCreator

SetCreator sets the Creator field's value.

func (*ItemForListPipelinesOutput) SetDescription

SetDescription sets the Description field's value.

func (*ItemForListPipelinesOutput) SetId

SetId sets the Id field's value.

func (*ItemForListPipelinesOutput) SetName

SetName sets the Name field's value.

func (*ItemForListPipelinesOutput) SetNotification

SetNotification sets the Notification field's value.

func (*ItemForListPipelinesOutput) SetParameters

SetParameters sets the Parameters field's value.

func (*ItemForListPipelinesOutput) SetResources

SetResources sets the Resources field's value.

func (*ItemForListPipelinesOutput) SetSpec

SetSpec sets the Spec field's value.

func (*ItemForListPipelinesOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*ItemForListPipelinesOutput) SetWorkspaceId

SetWorkspaceId sets the WorkspaceId field's value.

func (ItemForListPipelinesOutput) String

String returns the string representation

type ItemForListResourcesOutput

type ItemForListResourcesOutput struct {
	Configuration *ConfigurationForListResourcesOutput `type:"structure" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	Creator *CreatorForListResourcesOutput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	WorkspaceId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListResourcesOutput) GoString

func (s ItemForListResourcesOutput) GoString() string

GoString returns the string representation

func (*ItemForListResourcesOutput) SetConfiguration

SetConfiguration sets the Configuration field's value.

func (*ItemForListResourcesOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ItemForListResourcesOutput) SetCreator

SetCreator sets the Creator field's value.

func (*ItemForListResourcesOutput) SetDescription

SetDescription sets the Description field's value.

func (*ItemForListResourcesOutput) SetId

SetId sets the Id field's value.

func (*ItemForListResourcesOutput) SetName

SetName sets the Name field's value.

func (*ItemForListResourcesOutput) SetType

SetType sets the Type field's value.

func (*ItemForListResourcesOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*ItemForListResourcesOutput) SetWorkspaceId

SetWorkspaceId sets the WorkspaceId field's value.

func (ItemForListResourcesOutput) String

String returns the string representation

type ItemForListServiceConnectionsOutput added in v1.1.42

type ItemForListServiceConnectionsOutput struct {
	Category *string `type:"string" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	Creator *CreatorForListServiceConnectionsOutput `type:"structure" json:",omitempty"`

	Credential *CredentialForListServiceConnectionsOutput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	IsAllWsShared *bool `type:"boolean" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	PipelineBinding *bool `type:"boolean" json:",omitempty"`

	SharedWorkspaceIds []*string `type:"list" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	URL *string `type:"string" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListServiceConnectionsOutput) GoString added in v1.1.42

GoString returns the string representation

func (*ItemForListServiceConnectionsOutput) SetCategory added in v1.1.42

SetCategory sets the Category field's value.

func (*ItemForListServiceConnectionsOutput) SetCreateTime added in v1.1.42

SetCreateTime sets the CreateTime field's value.

func (*ItemForListServiceConnectionsOutput) SetCreator added in v1.1.42

SetCreator sets the Creator field's value.

func (*ItemForListServiceConnectionsOutput) SetCredential added in v1.1.42

SetCredential sets the Credential field's value.

func (*ItemForListServiceConnectionsOutput) SetDescription added in v1.1.42

SetDescription sets the Description field's value.

func (*ItemForListServiceConnectionsOutput) SetId added in v1.1.42

SetId sets the Id field's value.

func (*ItemForListServiceConnectionsOutput) SetIsAllWsShared added in v1.1.42

SetIsAllWsShared sets the IsAllWsShared field's value.

func (*ItemForListServiceConnectionsOutput) SetName added in v1.1.42

SetName sets the Name field's value.

func (*ItemForListServiceConnectionsOutput) SetPipelineBinding added in v1.1.42

SetPipelineBinding sets the PipelineBinding field's value.

func (*ItemForListServiceConnectionsOutput) SetSharedWorkspaceIds added in v1.1.42

SetSharedWorkspaceIds sets the SharedWorkspaceIds field's value.

func (*ItemForListServiceConnectionsOutput) SetType added in v1.1.42

SetType sets the Type field's value.

func (*ItemForListServiceConnectionsOutput) SetURL added in v1.1.42

SetURL sets the URL field's value.

func (*ItemForListServiceConnectionsOutput) SetUpdateTime added in v1.1.42

SetUpdateTime sets the UpdateTime field's value.

func (ItemForListServiceConnectionsOutput) String added in v1.1.42

String returns the string representation

type ItemForListTaskRunsOutput

type ItemForListTaskRunsOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	CustomContent *string `type:"string" json:",omitempty"`

	CustomPhase *string `type:"string" json:",omitempty"`

	FinishTime *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Outputs []*OutputForListTaskRunsOutput `type:"list" json:",omitempty"`

	StartTime *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	Steps []*StepForListTaskRunsOutput `type:"list" json:",omitempty"`

	TaskId *string `type:"string" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListTaskRunsOutput) GoString

func (s ItemForListTaskRunsOutput) GoString() string

GoString returns the string representation

func (*ItemForListTaskRunsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ItemForListTaskRunsOutput) SetCustomContent

SetCustomContent sets the CustomContent field's value.

func (*ItemForListTaskRunsOutput) SetCustomPhase

SetCustomPhase sets the CustomPhase field's value.

func (*ItemForListTaskRunsOutput) SetFinishTime

SetFinishTime sets the FinishTime field's value.

func (*ItemForListTaskRunsOutput) SetId

SetId sets the Id field's value.

func (*ItemForListTaskRunsOutput) SetName

SetName sets the Name field's value.

func (*ItemForListTaskRunsOutput) SetOutputs added in v1.1.4

SetOutputs sets the Outputs field's value.

func (*ItemForListTaskRunsOutput) SetStartTime

SetStartTime sets the StartTime field's value.

func (*ItemForListTaskRunsOutput) SetStatus

SetStatus sets the Status field's value.

func (*ItemForListTaskRunsOutput) SetSteps

SetSteps sets the Steps field's value.

func (*ItemForListTaskRunsOutput) SetTaskId

SetTaskId sets the TaskId field's value.

func (*ItemForListTaskRunsOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (ItemForListTaskRunsOutput) String

func (s ItemForListTaskRunsOutput) String() string

String returns the string representation

type ItemForListTriggersOutput

type ItemForListTriggersOutput struct {
	Configuration *ConfigurationForListTriggersOutput `type:"structure" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	Creator *CreatorForListTriggersOutput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Parameters []*ParameterForListTriggersOutput `type:"list" json:",omitempty"`

	PipelineId *string `type:"string" json:",omitempty"`

	Resources []*ResourceForListTriggersOutput `type:"list" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForListTriggersOutput"`

	UpdateTime *string `type:"string" json:",omitempty"`

	WorkspaceId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListTriggersOutput) GoString

func (s ItemForListTriggersOutput) GoString() string

GoString returns the string representation

func (*ItemForListTriggersOutput) SetConfiguration

SetConfiguration sets the Configuration field's value.

func (*ItemForListTriggersOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ItemForListTriggersOutput) SetCreator

SetCreator sets the Creator field's value.

func (*ItemForListTriggersOutput) SetDescription

SetDescription sets the Description field's value.

func (*ItemForListTriggersOutput) SetId

SetId sets the Id field's value.

func (*ItemForListTriggersOutput) SetName

SetName sets the Name field's value.

func (*ItemForListTriggersOutput) SetParameters

SetParameters sets the Parameters field's value.

func (*ItemForListTriggersOutput) SetPipelineId

SetPipelineId sets the PipelineId field's value.

func (*ItemForListTriggersOutput) SetResources

SetResources sets the Resources field's value.

func (*ItemForListTriggersOutput) SetType

SetType sets the Type field's value.

func (*ItemForListTriggersOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*ItemForListTriggersOutput) SetWorkspaceId

SetWorkspaceId sets the WorkspaceId field's value.

func (ItemForListTriggersOutput) String

func (s ItemForListTriggersOutput) String() string

String returns the string representation

type ItemForListWorkspacesOutput

type ItemForListWorkspacesOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	Creator *CreatorForListWorkspacesOutput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	Visibility *string `type:"string" json:",omitempty"`

	VisibleUsers []*VisibleUserForListWorkspacesOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ItemForListWorkspacesOutput) GoString

func (s ItemForListWorkspacesOutput) GoString() string

GoString returns the string representation

func (*ItemForListWorkspacesOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ItemForListWorkspacesOutput) SetCreator

SetCreator sets the Creator field's value.

func (*ItemForListWorkspacesOutput) SetDescription

SetDescription sets the Description field's value.

func (*ItemForListWorkspacesOutput) SetId

SetId sets the Id field's value.

func (*ItemForListWorkspacesOutput) SetName

SetName sets the Name field's value.

func (*ItemForListWorkspacesOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*ItemForListWorkspacesOutput) SetVisibility

SetVisibility sets the Visibility field's value.

func (*ItemForListWorkspacesOutput) SetVisibleUsers

SetVisibleUsers sets the VisibleUsers field's value.

func (ItemForListWorkspacesOutput) String

String returns the string representation

type LabelForCreateManagedAppInput added in v1.2.25

type LabelForCreateManagedAppInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LabelForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*LabelForCreateManagedAppInput) SetKey added in v1.2.25

SetKey sets the Key field's value.

func (*LabelForCreateManagedAppInput) SetValue added in v1.2.25

SetValue sets the Value field's value.

func (LabelForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type LabelForListManagedAppChangeRecordsOutput added in v1.2.25

type LabelForListManagedAppChangeRecordsOutput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LabelForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*LabelForListManagedAppChangeRecordsOutput) SetKey added in v1.2.25

SetKey sets the Key field's value.

func (*LabelForListManagedAppChangeRecordsOutput) SetValue added in v1.2.25

SetValue sets the Value field's value.

func (LabelForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type LabelForTriggerManagedAppDeployInput added in v1.2.25

type LabelForTriggerManagedAppDeployInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LabelForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*LabelForTriggerManagedAppDeployInput) SetKey added in v1.2.25

SetKey sets the Key field's value.

func (*LabelForTriggerManagedAppDeployInput) SetValue added in v1.2.25

SetValue sets the Value field's value.

func (LabelForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type ListComponentStepInput

type ListComponentStepInput struct {
	Filter *FilterForListComponentStepInput `type:"structure" json:",omitempty"`

	PageNumber *int64 `type:"int64" json:",omitempty"`

	PageSize *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListComponentStepInput) GoString

func (s ListComponentStepInput) GoString() string

GoString returns the string representation

func (*ListComponentStepInput) SetFilter

SetFilter sets the Filter field's value.

func (*ListComponentStepInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*ListComponentStepInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (ListComponentStepInput) String

func (s ListComponentStepInput) String() string

String returns the string representation

type ListComponentStepOutput

type ListComponentStepOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListComponentStepOutput `type:"list" json:",omitempty"`

	PageNumber *int64 `type:"int64" json:",omitempty"`

	PageSize *int64 `type:"int64" json:",omitempty"`

	TotalCount *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListComponentStepOutput) GoString

func (s ListComponentStepOutput) GoString() string

GoString returns the string representation

func (*ListComponentStepOutput) SetItems

SetItems sets the Items field's value.

func (*ListComponentStepOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*ListComponentStepOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListComponentStepOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (ListComponentStepOutput) String

func (s ListComponentStepOutput) String() string

String returns the string representation

type ListDeployResourcesInput added in v1.2.25

type ListDeployResourcesInput struct {
	Filter *FilterForListDeployResourcesInput `type:"structure" json:",omitempty"`

	HideKubeconfig *bool `type:"boolean" json:",omitempty"`

	PageNumber *int64 `type:"int64" json:",omitempty"`

	PageSize *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListDeployResourcesInput) GoString added in v1.2.25

func (s ListDeployResourcesInput) GoString() string

GoString returns the string representation

func (*ListDeployResourcesInput) SetFilter added in v1.2.25

SetFilter sets the Filter field's value.

func (*ListDeployResourcesInput) SetHideKubeconfig added in v1.2.25

func (s *ListDeployResourcesInput) SetHideKubeconfig(v bool) *ListDeployResourcesInput

SetHideKubeconfig sets the HideKubeconfig field's value.

func (*ListDeployResourcesInput) SetPageNumber added in v1.2.25

SetPageNumber sets the PageNumber field's value.

func (*ListDeployResourcesInput) SetPageSize added in v1.2.25

SetPageSize sets the PageSize field's value.

func (ListDeployResourcesInput) String added in v1.2.25

func (s ListDeployResourcesInput) String() string

String returns the string representation

type ListDeployResourcesOutput added in v1.2.25

type ListDeployResourcesOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListDeployResourcesOutput `type:"list" json:",omitempty"`

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

func (ListDeployResourcesOutput) GoString added in v1.2.25

func (s ListDeployResourcesOutput) GoString() string

GoString returns the string representation

func (*ListDeployResourcesOutput) SetItems added in v1.2.25

SetItems sets the Items field's value.

func (*ListDeployResourcesOutput) SetTotal added in v1.2.25

SetTotal sets the Total field's value.

func (ListDeployResourcesOutput) String added in v1.2.25

func (s ListDeployResourcesOutput) String() string

String returns the string representation

type ListManagedAppChangeRecordsInput added in v1.2.25

type ListManagedAppChangeRecordsInput struct {

	// AppId is a required field
	AppId *string `type:"string" json:",omitempty" required:"true"`

	Filter *FilterForListManagedAppChangeRecordsInput `type:"structure" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	WorkspaceId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListManagedAppChangeRecordsInput) GoString added in v1.2.25

GoString returns the string representation

func (*ListManagedAppChangeRecordsInput) SetAppId added in v1.2.25

SetAppId sets the AppId field's value.

func (*ListManagedAppChangeRecordsInput) SetFilter added in v1.2.25

SetFilter sets the Filter field's value.

func (*ListManagedAppChangeRecordsInput) SetPageNumber added in v1.2.25

SetPageNumber sets the PageNumber field's value.

func (*ListManagedAppChangeRecordsInput) SetPageSize added in v1.2.25

SetPageSize sets the PageSize field's value.

func (*ListManagedAppChangeRecordsInput) SetWorkspaceId added in v1.2.25

SetWorkspaceId sets the WorkspaceId field's value.

func (ListManagedAppChangeRecordsInput) String added in v1.2.25

String returns the string representation

func (*ListManagedAppChangeRecordsInput) Validate added in v1.2.25

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

type ListManagedAppChangeRecordsOutput added in v1.2.25

type ListManagedAppChangeRecordsOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListManagedAppChangeRecordsOutput `type:"list" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	TotalCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*ListManagedAppChangeRecordsOutput) SetItems added in v1.2.25

SetItems sets the Items field's value.

func (*ListManagedAppChangeRecordsOutput) SetPageNumber added in v1.2.25

SetPageNumber sets the PageNumber field's value.

func (*ListManagedAppChangeRecordsOutput) SetPageSize added in v1.2.25

SetPageSize sets the PageSize field's value.

func (*ListManagedAppChangeRecordsOutput) SetTotalCount added in v1.2.25

SetTotalCount sets the TotalCount field's value.

func (ListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type ListManagedAppChangeStepsInput added in v1.2.25

type ListManagedAppChangeStepsInput struct {

	// AppId is a required field
	AppId *string `type:"string" json:",omitempty" required:"true"`

	// ChangeRecordId is a required field
	ChangeRecordId *string `type:"string" json:",omitempty" required:"true"`

	WorkspaceId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListManagedAppChangeStepsInput) GoString added in v1.2.25

GoString returns the string representation

func (*ListManagedAppChangeStepsInput) SetAppId added in v1.2.25

SetAppId sets the AppId field's value.

func (*ListManagedAppChangeStepsInput) SetChangeRecordId added in v1.2.25

SetChangeRecordId sets the ChangeRecordId field's value.

func (*ListManagedAppChangeStepsInput) SetWorkspaceId added in v1.2.25

SetWorkspaceId sets the WorkspaceId field's value.

func (ListManagedAppChangeStepsInput) String added in v1.2.25

String returns the string representation

func (*ListManagedAppChangeStepsInput) Validate added in v1.2.25

func (s *ListManagedAppChangeStepsInput) Validate() error

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

type ListManagedAppChangeStepsOutput added in v1.2.25

type ListManagedAppChangeStepsOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListManagedAppChangeStepsOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListManagedAppChangeStepsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*ListManagedAppChangeStepsOutput) SetItems added in v1.2.25

SetItems sets the Items field's value.

func (ListManagedAppChangeStepsOutput) String added in v1.2.25

String returns the string representation

type ListManagedAppPodsInput added in v1.2.25

type ListManagedAppPodsInput struct {

	// AppId is a required field
	AppId *string `type:"string" json:",omitempty" required:"true"`

	// ChangeRecordId is a required field
	ChangeRecordId *string `type:"string" json:",omitempty" required:"true"`

	WorkspaceId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListManagedAppPodsInput) GoString added in v1.2.25

func (s ListManagedAppPodsInput) GoString() string

GoString returns the string representation

func (*ListManagedAppPodsInput) SetAppId added in v1.2.25

SetAppId sets the AppId field's value.

func (*ListManagedAppPodsInput) SetChangeRecordId added in v1.2.25

func (s *ListManagedAppPodsInput) SetChangeRecordId(v string) *ListManagedAppPodsInput

SetChangeRecordId sets the ChangeRecordId field's value.

func (*ListManagedAppPodsInput) SetWorkspaceId added in v1.2.25

SetWorkspaceId sets the WorkspaceId field's value.

func (ListManagedAppPodsInput) String added in v1.2.25

func (s ListManagedAppPodsInput) String() string

String returns the string representation

func (*ListManagedAppPodsInput) Validate added in v1.2.25

func (s *ListManagedAppPodsInput) Validate() error

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

type ListManagedAppPodsOutput added in v1.2.25

type ListManagedAppPodsOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListManagedAppPodsOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListManagedAppPodsOutput) GoString added in v1.2.25

func (s ListManagedAppPodsOutput) GoString() string

GoString returns the string representation

func (*ListManagedAppPodsOutput) SetItems added in v1.2.25

SetItems sets the Items field's value.

func (ListManagedAppPodsOutput) String added in v1.2.25

func (s ListManagedAppPodsOutput) String() string

String returns the string representation

type ListPipelineRunsInput

type ListPipelineRunsInput struct {
	Filter *FilterForListPipelineRunsInput `type:"structure" json:",omitempty"`

	MaxResults *int64 `type:"int64" json:",omitempty"`

	NextToken *string `type:"string" json:",omitempty"`

	// PipelineId is a required field
	PipelineId *string `type:"string" json:",omitempty" required:"true"`

	// WorkspaceId is a required field
	WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ListPipelineRunsInput) GoString

func (s ListPipelineRunsInput) GoString() string

GoString returns the string representation

func (*ListPipelineRunsInput) SetFilter

SetFilter sets the Filter field's value.

func (*ListPipelineRunsInput) SetMaxResults

func (s *ListPipelineRunsInput) SetMaxResults(v int64) *ListPipelineRunsInput

SetMaxResults sets the MaxResults field's value.

func (*ListPipelineRunsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListPipelineRunsInput) SetPipelineId

func (s *ListPipelineRunsInput) SetPipelineId(v string) *ListPipelineRunsInput

SetPipelineId sets the PipelineId field's value.

func (*ListPipelineRunsInput) SetWorkspaceId

func (s *ListPipelineRunsInput) SetWorkspaceId(v string) *ListPipelineRunsInput

SetWorkspaceId sets the WorkspaceId field's value.

func (ListPipelineRunsInput) String

func (s ListPipelineRunsInput) String() string

String returns the string representation

func (*ListPipelineRunsInput) Validate

func (s *ListPipelineRunsInput) Validate() error

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

type ListPipelineRunsOutput

type ListPipelineRunsOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListPipelineRunsOutput `type:"list" json:",omitempty"`

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

func (ListPipelineRunsOutput) GoString

func (s ListPipelineRunsOutput) GoString() string

GoString returns the string representation

func (*ListPipelineRunsOutput) SetItems

SetItems sets the Items field's value.

func (*ListPipelineRunsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListPipelineRunsOutput) String

func (s ListPipelineRunsOutput) String() string

String returns the string representation

type ListPipelinesInput

type ListPipelinesInput struct {
	Filter *FilterForListPipelinesInput `type:"structure" json:",omitempty"`

	PageNumber *int64 `type:"int64" json:",omitempty"`

	PageSize *int64 `type:"int64" json:",omitempty"`

	// WorkspaceId is a required field
	WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ListPipelinesInput) GoString

func (s ListPipelinesInput) GoString() string

GoString returns the string representation

func (*ListPipelinesInput) SetFilter

SetFilter sets the Filter field's value.

func (*ListPipelinesInput) SetPageNumber

func (s *ListPipelinesInput) SetPageNumber(v int64) *ListPipelinesInput

SetPageNumber sets the PageNumber field's value.

func (*ListPipelinesInput) SetPageSize

func (s *ListPipelinesInput) SetPageSize(v int64) *ListPipelinesInput

SetPageSize sets the PageSize field's value.

func (*ListPipelinesInput) SetWorkspaceId

func (s *ListPipelinesInput) SetWorkspaceId(v string) *ListPipelinesInput

SetWorkspaceId sets the WorkspaceId field's value.

func (ListPipelinesInput) String

func (s ListPipelinesInput) String() string

String returns the string representation

func (*ListPipelinesInput) Validate

func (s *ListPipelinesInput) Validate() error

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

type ListPipelinesOutput

type ListPipelinesOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListPipelinesOutput `type:"list" json:",omitempty"`

	PageNumber *int64 `type:"int64" json:",omitempty"`

	PageSize *int64 `type:"int64" json:",omitempty"`

	TotalCount *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListPipelinesOutput) GoString

func (s ListPipelinesOutput) GoString() string

GoString returns the string representation

func (*ListPipelinesOutput) SetItems

SetItems sets the Items field's value.

func (*ListPipelinesOutput) SetPageNumber

func (s *ListPipelinesOutput) SetPageNumber(v int64) *ListPipelinesOutput

SetPageNumber sets the PageNumber field's value.

func (*ListPipelinesOutput) SetPageSize

func (s *ListPipelinesOutput) SetPageSize(v int64) *ListPipelinesOutput

SetPageSize sets the PageSize field's value.

func (*ListPipelinesOutput) SetTotalCount

func (s *ListPipelinesOutput) SetTotalCount(v int64) *ListPipelinesOutput

SetTotalCount sets the TotalCount field's value.

func (ListPipelinesOutput) String

func (s ListPipelinesOutput) String() string

String returns the string representation

type ListResourcesInput

type ListResourcesInput struct {
	Filter *FilterForListResourcesInput `type:"structure" json:",omitempty"`

	PageNumber *int64 `type:"int64" json:",omitempty"`

	PageSize *int64 `type:"int64" json:",omitempty"`

	// WorkspaceId is a required field
	WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ListResourcesInput) GoString

func (s ListResourcesInput) GoString() string

GoString returns the string representation

func (*ListResourcesInput) SetFilter

SetFilter sets the Filter field's value.

func (*ListResourcesInput) SetPageNumber

func (s *ListResourcesInput) SetPageNumber(v int64) *ListResourcesInput

SetPageNumber sets the PageNumber field's value.

func (*ListResourcesInput) SetPageSize

func (s *ListResourcesInput) SetPageSize(v int64) *ListResourcesInput

SetPageSize sets the PageSize field's value.

func (*ListResourcesInput) SetWorkspaceId

func (s *ListResourcesInput) SetWorkspaceId(v string) *ListResourcesInput

SetWorkspaceId sets the WorkspaceId field's value.

func (ListResourcesInput) String

func (s ListResourcesInput) String() string

String returns the string representation

func (*ListResourcesInput) Validate

func (s *ListResourcesInput) Validate() error

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

type ListResourcesOutput

type ListResourcesOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListResourcesOutput `type:"list" json:",omitempty"`

	PageNumber *int64 `type:"int64" json:",omitempty"`

	PageSize *int64 `type:"int64" json:",omitempty"`

	TotalCount *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListResourcesOutput) GoString

func (s ListResourcesOutput) GoString() string

GoString returns the string representation

func (*ListResourcesOutput) SetItems

SetItems sets the Items field's value.

func (*ListResourcesOutput) SetPageNumber

func (s *ListResourcesOutput) SetPageNumber(v int64) *ListResourcesOutput

SetPageNumber sets the PageNumber field's value.

func (*ListResourcesOutput) SetPageSize

func (s *ListResourcesOutput) SetPageSize(v int64) *ListResourcesOutput

SetPageSize sets the PageSize field's value.

func (*ListResourcesOutput) SetTotalCount

func (s *ListResourcesOutput) SetTotalCount(v int64) *ListResourcesOutput

SetTotalCount sets the TotalCount field's value.

func (ListResourcesOutput) String

func (s ListResourcesOutput) String() string

String returns the string representation

type ListServiceConnectionsInput added in v1.1.42

type ListServiceConnectionsInput struct {
	Filter *FilterForListServiceConnectionsInput `type:"structure" json:",omitempty"`

	PageNumber *int64 `type:"int64" json:",omitempty"`

	PageSize *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListServiceConnectionsInput) GoString added in v1.1.42

func (s ListServiceConnectionsInput) GoString() string

GoString returns the string representation

func (*ListServiceConnectionsInput) SetFilter added in v1.1.42

SetFilter sets the Filter field's value.

func (*ListServiceConnectionsInput) SetPageNumber added in v1.1.42

SetPageNumber sets the PageNumber field's value.

func (*ListServiceConnectionsInput) SetPageSize added in v1.1.42

SetPageSize sets the PageSize field's value.

func (ListServiceConnectionsInput) String added in v1.1.42

String returns the string representation

type ListServiceConnectionsOutput added in v1.1.42

type ListServiceConnectionsOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListServiceConnectionsOutput `type:"list" json:",omitempty"`

	PageNumber *int64 `type:"int64" json:",omitempty"`

	PageSize *int64 `type:"int64" json:",omitempty"`

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

func (ListServiceConnectionsOutput) GoString added in v1.1.42

func (s ListServiceConnectionsOutput) GoString() string

GoString returns the string representation

func (*ListServiceConnectionsOutput) SetItems added in v1.1.42

SetItems sets the Items field's value.

func (*ListServiceConnectionsOutput) SetPageNumber added in v1.1.42

SetPageNumber sets the PageNumber field's value.

func (*ListServiceConnectionsOutput) SetPageSize added in v1.1.42

SetPageSize sets the PageSize field's value.

func (*ListServiceConnectionsOutput) SetTotal added in v1.1.42

SetTotal sets the Total field's value.

func (ListServiceConnectionsOutput) String added in v1.1.42

String returns the string representation

type ListTaskRunsInput

type ListTaskRunsInput struct {
	Filter *FilterForListTaskRunsInput `type:"structure" json:",omitempty"`

	PageNumber *int64 `type:"int64" json:",omitempty"`

	PageSize *int64 `type:"int64" json:",omitempty"`

	// PipelineId is a required field
	PipelineId *string `type:"string" json:",omitempty" required:"true"`

	// PipelineRunId is a required field
	PipelineRunId *string `type:"string" json:",omitempty" required:"true"`

	// TaskId is a required field
	TaskId *string `type:"string" json:",omitempty" required:"true"`

	// WorkspaceId is a required field
	WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ListTaskRunsInput) GoString

func (s ListTaskRunsInput) GoString() string

GoString returns the string representation

func (*ListTaskRunsInput) SetFilter

SetFilter sets the Filter field's value.

func (*ListTaskRunsInput) SetPageNumber

func (s *ListTaskRunsInput) SetPageNumber(v int64) *ListTaskRunsInput

SetPageNumber sets the PageNumber field's value.

func (*ListTaskRunsInput) SetPageSize

func (s *ListTaskRunsInput) SetPageSize(v int64) *ListTaskRunsInput

SetPageSize sets the PageSize field's value.

func (*ListTaskRunsInput) SetPipelineId

func (s *ListTaskRunsInput) SetPipelineId(v string) *ListTaskRunsInput

SetPipelineId sets the PipelineId field's value.

func (*ListTaskRunsInput) SetPipelineRunId

func (s *ListTaskRunsInput) SetPipelineRunId(v string) *ListTaskRunsInput

SetPipelineRunId sets the PipelineRunId field's value.

func (*ListTaskRunsInput) SetTaskId

func (s *ListTaskRunsInput) SetTaskId(v string) *ListTaskRunsInput

SetTaskId sets the TaskId field's value.

func (*ListTaskRunsInput) SetWorkspaceId

func (s *ListTaskRunsInput) SetWorkspaceId(v string) *ListTaskRunsInput

SetWorkspaceId sets the WorkspaceId field's value.

func (ListTaskRunsInput) String

func (s ListTaskRunsInput) String() string

String returns the string representation

func (*ListTaskRunsInput) Validate

func (s *ListTaskRunsInput) Validate() error

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

type ListTaskRunsOutput

type ListTaskRunsOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListTaskRunsOutput `type:"list" json:",omitempty"`

	PageNumber *int64 `type:"int64" json:",omitempty"`

	PageSize *int64 `type:"int64" json:",omitempty"`

	TotalCount *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListTaskRunsOutput) GoString

func (s ListTaskRunsOutput) GoString() string

GoString returns the string representation

func (*ListTaskRunsOutput) SetItems

SetItems sets the Items field's value.

func (*ListTaskRunsOutput) SetPageNumber

func (s *ListTaskRunsOutput) SetPageNumber(v int64) *ListTaskRunsOutput

SetPageNumber sets the PageNumber field's value.

func (*ListTaskRunsOutput) SetPageSize

func (s *ListTaskRunsOutput) SetPageSize(v int64) *ListTaskRunsOutput

SetPageSize sets the PageSize field's value.

func (*ListTaskRunsOutput) SetTotalCount

func (s *ListTaskRunsOutput) SetTotalCount(v int64) *ListTaskRunsOutput

SetTotalCount sets the TotalCount field's value.

func (ListTaskRunsOutput) String

func (s ListTaskRunsOutput) String() string

String returns the string representation

type ListTriggersInput

type ListTriggersInput struct {
	Filter *FilterForListTriggersInput `type:"structure" json:",omitempty"`

	PageNumber *int64 `type:"int64" json:",omitempty"`

	PageSize *int64 `type:"int64" json:",omitempty"`

	// PipelineId is a required field
	PipelineId *string `type:"string" json:",omitempty" required:"true"`

	// WorkspaceId is a required field
	WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ListTriggersInput) GoString

func (s ListTriggersInput) GoString() string

GoString returns the string representation

func (*ListTriggersInput) SetFilter

SetFilter sets the Filter field's value.

func (*ListTriggersInput) SetPageNumber

func (s *ListTriggersInput) SetPageNumber(v int64) *ListTriggersInput

SetPageNumber sets the PageNumber field's value.

func (*ListTriggersInput) SetPageSize

func (s *ListTriggersInput) SetPageSize(v int64) *ListTriggersInput

SetPageSize sets the PageSize field's value.

func (*ListTriggersInput) SetPipelineId

func (s *ListTriggersInput) SetPipelineId(v string) *ListTriggersInput

SetPipelineId sets the PipelineId field's value.

func (*ListTriggersInput) SetWorkspaceId

func (s *ListTriggersInput) SetWorkspaceId(v string) *ListTriggersInput

SetWorkspaceId sets the WorkspaceId field's value.

func (ListTriggersInput) String

func (s ListTriggersInput) String() string

String returns the string representation

func (*ListTriggersInput) Validate

func (s *ListTriggersInput) Validate() error

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

type ListTriggersOutput

type ListTriggersOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListTriggersOutput `type:"list" json:",omitempty"`

	PageNumber *int64 `type:"int64" json:",omitempty"`

	PageSize *int64 `type:"int64" json:",omitempty"`

	TotalCount *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListTriggersOutput) GoString

func (s ListTriggersOutput) GoString() string

GoString returns the string representation

func (*ListTriggersOutput) SetItems

SetItems sets the Items field's value.

func (*ListTriggersOutput) SetPageNumber

func (s *ListTriggersOutput) SetPageNumber(v int64) *ListTriggersOutput

SetPageNumber sets the PageNumber field's value.

func (*ListTriggersOutput) SetPageSize

func (s *ListTriggersOutput) SetPageSize(v int64) *ListTriggersOutput

SetPageSize sets the PageSize field's value.

func (*ListTriggersOutput) SetTotalCount

func (s *ListTriggersOutput) SetTotalCount(v int64) *ListTriggersOutput

SetTotalCount sets the TotalCount field's value.

func (ListTriggersOutput) String

func (s ListTriggersOutput) String() string

String returns the string representation

type ListWorkspacesInput

type ListWorkspacesInput struct {
	Filter *FilterForListWorkspacesInput `type:"structure" json:",omitempty"`

	PageNumber *int64 `type:"int64" json:",omitempty"`

	PageSize *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListWorkspacesInput) GoString

func (s ListWorkspacesInput) GoString() string

GoString returns the string representation

func (*ListWorkspacesInput) SetFilter

SetFilter sets the Filter field's value.

func (*ListWorkspacesInput) SetPageNumber

func (s *ListWorkspacesInput) SetPageNumber(v int64) *ListWorkspacesInput

SetPageNumber sets the PageNumber field's value.

func (*ListWorkspacesInput) SetPageSize

func (s *ListWorkspacesInput) SetPageSize(v int64) *ListWorkspacesInput

SetPageSize sets the PageSize field's value.

func (ListWorkspacesInput) String

func (s ListWorkspacesInput) String() string

String returns the string representation

type ListWorkspacesOutput

type ListWorkspacesOutput struct {
	Metadata *response.ResponseMetadata

	Items []*ItemForListWorkspacesOutput `type:"list" json:",omitempty"`

	PageNumber *int64 `type:"int64" json:",omitempty"`

	PageSize *int64 `type:"int64" json:",omitempty"`

	TotalCount *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListWorkspacesOutput) GoString

func (s ListWorkspacesOutput) GoString() string

GoString returns the string representation

func (*ListWorkspacesOutput) SetItems

SetItems sets the Items field's value.

func (*ListWorkspacesOutput) SetPageNumber

func (s *ListWorkspacesOutput) SetPageNumber(v int64) *ListWorkspacesOutput

SetPageNumber sets the PageNumber field's value.

func (*ListWorkspacesOutput) SetPageSize

func (s *ListWorkspacesOutput) SetPageSize(v int64) *ListWorkspacesOutput

SetPageSize sets the PageSize field's value.

func (*ListWorkspacesOutput) SetTotalCount

func (s *ListWorkspacesOutput) SetTotalCount(v int64) *ListWorkspacesOutput

SetTotalCount sets the TotalCount field's value.

func (ListWorkspacesOutput) String

func (s ListWorkspacesOutput) String() string

String returns the string representation

type MetaInfoForCreateManagedAppInput added in v1.2.25

type MetaInfoForCreateManagedAppInput struct {
	AppStack *string `type:"string" json:",omitempty" enum:"EnumOfAppStackForCreateManagedAppInput"`

	DeployType *string `type:"string" json:",omitempty" enum:"ConvertEnumOfDeployTypeForCreateManagedAppInput"`

	Description *string `type:"string" json:",omitempty"`

	DisplayName *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	UserRoles []*UserRoleForCreateManagedAppInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (MetaInfoForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*MetaInfoForCreateManagedAppInput) SetAppStack added in v1.2.25

SetAppStack sets the AppStack field's value.

func (*MetaInfoForCreateManagedAppInput) SetDeployType added in v1.2.25

SetDeployType sets the DeployType field's value.

func (*MetaInfoForCreateManagedAppInput) SetDescription added in v1.2.25

SetDescription sets the Description field's value.

func (*MetaInfoForCreateManagedAppInput) SetDisplayName added in v1.2.25

SetDisplayName sets the DisplayName field's value.

func (*MetaInfoForCreateManagedAppInput) SetName added in v1.2.25

SetName sets the Name field's value.

func (*MetaInfoForCreateManagedAppInput) SetUserRoles added in v1.2.25

SetUserRoles sets the UserRoles field's value.

func (MetaInfoForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type NASConfigForCreateManagedAppInput added in v1.2.25

type NASConfigForCreateManagedAppInput struct {
	FilesystemId *string `type:"string" json:",omitempty"`

	FilesystemName *string `type:"string" json:",omitempty"`

	MountPointDomain *string `type:"string" json:",omitempty"`

	MountPointId *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	Subpath *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NASConfigForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*NASConfigForCreateManagedAppInput) SetFilesystemId added in v1.2.25

SetFilesystemId sets the FilesystemId field's value.

func (*NASConfigForCreateManagedAppInput) SetFilesystemName added in v1.2.25

SetFilesystemName sets the FilesystemName field's value.

func (*NASConfigForCreateManagedAppInput) SetMountPointDomain added in v1.2.25

SetMountPointDomain sets the MountPointDomain field's value.

func (*NASConfigForCreateManagedAppInput) SetMountPointId added in v1.2.25

SetMountPointId sets the MountPointId field's value.

func (*NASConfigForCreateManagedAppInput) SetRegion added in v1.2.25

SetRegion sets the Region field's value.

func (*NASConfigForCreateManagedAppInput) SetSubpath added in v1.2.25

SetSubpath sets the Subpath field's value.

func (*NASConfigForCreateManagedAppInput) SetType added in v1.2.25

SetType sets the Type field's value.

func (NASConfigForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type NASConfigForListManagedAppChangeRecordsOutput added in v1.2.25

type NASConfigForListManagedAppChangeRecordsOutput struct {
	FilesystemId *string `type:"string" json:",omitempty"`

	FilesystemName *string `type:"string" json:",omitempty"`

	MountPointDomain *string `type:"string" json:",omitempty"`

	MountPointId *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	Subpath *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NASConfigForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*NASConfigForListManagedAppChangeRecordsOutput) SetFilesystemId added in v1.2.25

SetFilesystemId sets the FilesystemId field's value.

func (*NASConfigForListManagedAppChangeRecordsOutput) SetFilesystemName added in v1.2.25

SetFilesystemName sets the FilesystemName field's value.

func (*NASConfigForListManagedAppChangeRecordsOutput) SetMountPointDomain added in v1.2.25

SetMountPointDomain sets the MountPointDomain field's value.

func (*NASConfigForListManagedAppChangeRecordsOutput) SetMountPointId added in v1.2.25

SetMountPointId sets the MountPointId field's value.

func (*NASConfigForListManagedAppChangeRecordsOutput) SetRegion added in v1.2.25

SetRegion sets the Region field's value.

func (*NASConfigForListManagedAppChangeRecordsOutput) SetSubpath added in v1.2.25

SetSubpath sets the Subpath field's value.

func (*NASConfigForListManagedAppChangeRecordsOutput) SetType added in v1.2.25

SetType sets the Type field's value.

func (NASConfigForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type NASConfigForTriggerManagedAppDeployInput added in v1.2.25

type NASConfigForTriggerManagedAppDeployInput struct {
	FilesystemId *string `type:"string" json:",omitempty"`

	FilesystemName *string `type:"string" json:",omitempty"`

	MountPointDomain *string `type:"string" json:",omitempty"`

	MountPointId *string `type:"string" json:",omitempty"`

	Region *string `type:"string" json:",omitempty"`

	Subpath *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NASConfigForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*NASConfigForTriggerManagedAppDeployInput) SetFilesystemId added in v1.2.25

SetFilesystemId sets the FilesystemId field's value.

func (*NASConfigForTriggerManagedAppDeployInput) SetFilesystemName added in v1.2.25

SetFilesystemName sets the FilesystemName field's value.

func (*NASConfigForTriggerManagedAppDeployInput) SetMountPointDomain added in v1.2.25

SetMountPointDomain sets the MountPointDomain field's value.

func (*NASConfigForTriggerManagedAppDeployInput) SetMountPointId added in v1.2.25

SetMountPointId sets the MountPointId field's value.

func (*NASConfigForTriggerManagedAppDeployInput) SetRegion added in v1.2.25

SetRegion sets the Region field's value.

func (*NASConfigForTriggerManagedAppDeployInput) SetSubpath added in v1.2.25

SetSubpath sets the Subpath field's value.

func (*NASConfigForTriggerManagedAppDeployInput) SetType added in v1.2.25

SetType sets the Type field's value.

func (NASConfigForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type NotificationForListPipelinesOutput

type NotificationForListPipelinesOutput struct {
	CustomContent *string `type:"string" json:",omitempty"`

	Email *EmailForListPipelinesOutput `type:"structure" json:",omitempty"`

	EnableSiteLetter *bool `type:"boolean" json:",omitempty"`

	Events []*string `type:"list" json:",omitempty"`

	Sms *SmsForListPipelinesOutput `type:"structure" json:",omitempty"`

	Webhook *WebhookForListPipelinesOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NotificationForListPipelinesOutput) GoString

GoString returns the string representation

func (*NotificationForListPipelinesOutput) SetCustomContent

SetCustomContent sets the CustomContent field's value.

func (*NotificationForListPipelinesOutput) SetEmail

SetEmail sets the Email field's value.

func (*NotificationForListPipelinesOutput) SetEnableSiteLetter

SetEnableSiteLetter sets the EnableSiteLetter field's value.

func (*NotificationForListPipelinesOutput) SetEvents

SetEvents sets the Events field's value.

func (*NotificationForListPipelinesOutput) SetSms

SetSms sets the Sms field's value.

func (*NotificationForListPipelinesOutput) SetWebhook

SetWebhook sets the Webhook field's value.

func (NotificationForListPipelinesOutput) String

String returns the string representation

type OutputForListComponentStepOutput

type OutputForListComponentStepOutput struct {
	DefaultValue *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	DisplayName *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OutputForListComponentStepOutput) GoString

GoString returns the string representation

func (*OutputForListComponentStepOutput) SetDefaultValue

SetDefaultValue sets the DefaultValue field's value.

func (*OutputForListComponentStepOutput) SetDescription

SetDescription sets the Description field's value.

func (*OutputForListComponentStepOutput) SetDisplayName

SetDisplayName sets the DisplayName field's value.

func (*OutputForListComponentStepOutput) SetName

SetName sets the Name field's value.

func (*OutputForListComponentStepOutput) SetType

SetType sets the Type field's value.

func (OutputForListComponentStepOutput) String

String returns the string representation

type OutputForListTaskRunsOutput added in v1.1.4

type OutputForListTaskRunsOutput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OutputForListTaskRunsOutput) GoString added in v1.1.4

func (s OutputForListTaskRunsOutput) GoString() string

GoString returns the string representation

func (*OutputForListTaskRunsOutput) SetKey added in v1.1.4

SetKey sets the Key field's value.

func (*OutputForListTaskRunsOutput) SetValue added in v1.1.4

SetValue sets the Value field's value.

func (OutputForListTaskRunsOutput) String added in v1.1.4

String returns the string representation

type ParameterForCreateTriggerInput

type ParameterForCreateTriggerInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ParameterForCreateTriggerInput) GoString

GoString returns the string representation

func (*ParameterForCreateTriggerInput) SetKey

SetKey sets the Key field's value.

func (*ParameterForCreateTriggerInput) SetValue

SetValue sets the Value field's value.

func (ParameterForCreateTriggerInput) String

String returns the string representation

type ParameterForListPipelineRunsOutput

type ParameterForListPipelineRunsOutput struct {
	Description *string `type:"string" json:",omitempty"`

	Dynamic *bool `type:"boolean" json:",omitempty"`

	Key *string `type:"string" json:",omitempty"`

	OptionValues []*string `type:"list" json:",omitempty"`

	Secret *bool `type:"boolean" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ParameterForListPipelineRunsOutput) GoString

GoString returns the string representation

func (*ParameterForListPipelineRunsOutput) SetDescription

SetDescription sets the Description field's value.

func (*ParameterForListPipelineRunsOutput) SetDynamic

SetDynamic sets the Dynamic field's value.

func (*ParameterForListPipelineRunsOutput) SetKey

SetKey sets the Key field's value.

func (*ParameterForListPipelineRunsOutput) SetOptionValues

SetOptionValues sets the OptionValues field's value.

func (*ParameterForListPipelineRunsOutput) SetSecret

SetSecret sets the Secret field's value.

func (*ParameterForListPipelineRunsOutput) SetValue

SetValue sets the Value field's value.

func (ParameterForListPipelineRunsOutput) String

String returns the string representation

type ParameterForListPipelinesOutput

type ParameterForListPipelinesOutput struct {
	Description *string `type:"string" json:",omitempty"`

	Dynamic *bool `type:"boolean" json:",omitempty"`

	Key *string `type:"string" json:",omitempty"`

	OptionValues []*string `type:"list" json:",omitempty"`

	Secret *bool `type:"boolean" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ParameterForListPipelinesOutput) GoString

GoString returns the string representation

func (*ParameterForListPipelinesOutput) SetDescription

SetDescription sets the Description field's value.

func (*ParameterForListPipelinesOutput) SetDynamic

SetDynamic sets the Dynamic field's value.

func (*ParameterForListPipelinesOutput) SetKey

SetKey sets the Key field's value.

func (*ParameterForListPipelinesOutput) SetOptionValues

SetOptionValues sets the OptionValues field's value.

func (*ParameterForListPipelinesOutput) SetSecret

SetSecret sets the Secret field's value.

func (*ParameterForListPipelinesOutput) SetValue

SetValue sets the Value field's value.

func (ParameterForListPipelinesOutput) String

String returns the string representation

type ParameterForListTriggersOutput

type ParameterForListTriggersOutput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ParameterForListTriggersOutput) GoString

GoString returns the string representation

func (*ParameterForListTriggersOutput) SetKey

SetKey sets the Key field's value.

func (*ParameterForListTriggersOutput) SetValue

SetValue sets the Value field's value.

func (ParameterForListTriggersOutput) String

String returns the string representation

type ParameterForRunPipelineInput

type ParameterForRunPipelineInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ParameterForRunPipelineInput) GoString

func (s ParameterForRunPipelineInput) GoString() string

GoString returns the string representation

func (*ParameterForRunPipelineInput) SetKey

SetKey sets the Key field's value.

func (*ParameterForRunPipelineInput) SetValue

SetValue sets the Value field's value.

func (ParameterForRunPipelineInput) String

String returns the string representation

type ParameterForUpdateTriggerInput

type ParameterForUpdateTriggerInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ParameterForUpdateTriggerInput) GoString

GoString returns the string representation

func (*ParameterForUpdateTriggerInput) SetKey

SetKey sets the Key field's value.

func (*ParameterForUpdateTriggerInput) SetValue

SetValue sets the Value field's value.

func (ParameterForUpdateTriggerInput) String

String returns the string representation

type ReleaseStrategyForCreateManagedAppInput added in v1.2.25

type ReleaseStrategyForCreateManagedAppInput struct {
	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReleaseStrategyForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*ReleaseStrategyForCreateManagedAppInput) SetType added in v1.2.25

SetType sets the Type field's value.

func (ReleaseStrategyForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type ReleaseStrategyForListManagedAppChangeRecordsOutput added in v1.2.25

type ReleaseStrategyForListManagedAppChangeRecordsOutput struct {
	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReleaseStrategyForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*ReleaseStrategyForListManagedAppChangeRecordsOutput) SetType added in v1.2.25

SetType sets the Type field's value.

func (ReleaseStrategyForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type ReleaseStrategyForListManagedAppChangeStepsOutput added in v1.2.25

type ReleaseStrategyForListManagedAppChangeStepsOutput struct {
	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReleaseStrategyForListManagedAppChangeStepsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*ReleaseStrategyForListManagedAppChangeStepsOutput) SetType added in v1.2.25

SetType sets the Type field's value.

func (ReleaseStrategyForListManagedAppChangeStepsOutput) String added in v1.2.25

String returns the string representation

type ReleaseStrategyForTriggerManagedAppDeployInput added in v1.2.25

type ReleaseStrategyForTriggerManagedAppDeployInput struct {
	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ReleaseStrategyForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*ReleaseStrategyForTriggerManagedAppDeployInput) SetType added in v1.2.25

SetType sets the Type field's value.

func (ReleaseStrategyForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type ResourceForCreateTriggerInput

type ResourceForCreateTriggerInput struct {
	Reference *string `type:"string" json:",omitempty"`

	ResourceId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceForCreateTriggerInput) GoString

GoString returns the string representation

func (*ResourceForCreateTriggerInput) SetReference

SetReference sets the Reference field's value.

func (*ResourceForCreateTriggerInput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (ResourceForCreateTriggerInput) String

String returns the string representation

type ResourceForListPipelineRunsOutput

type ResourceForListPipelineRunsOutput struct {
	Configuration *ConfigurationForListPipelineRunsOutput `type:"structure" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceForListPipelineRunsOutput) GoString

GoString returns the string representation

func (*ResourceForListPipelineRunsOutput) SetConfiguration

SetConfiguration sets the Configuration field's value.

func (*ResourceForListPipelineRunsOutput) SetId

SetId sets the Id field's value.

func (*ResourceForListPipelineRunsOutput) SetName

SetName sets the Name field's value.

func (*ResourceForListPipelineRunsOutput) SetType

SetType sets the Type field's value.

func (ResourceForListPipelineRunsOutput) String

String returns the string representation

type ResourceForListPipelinesOutput

type ResourceForListPipelinesOutput struct {
	Configuration *ConfigurationForListPipelinesOutput `type:"structure" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceForListPipelinesOutput) GoString

GoString returns the string representation

func (*ResourceForListPipelinesOutput) SetConfiguration

SetConfiguration sets the Configuration field's value.

func (*ResourceForListPipelinesOutput) SetId

SetId sets the Id field's value.

func (ResourceForListPipelinesOutput) String

String returns the string representation

type ResourceForListTriggersOutput

type ResourceForListTriggersOutput struct {
	Reference *string `type:"string" json:",omitempty"`

	ResourceId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceForListTriggersOutput) GoString

GoString returns the string representation

func (*ResourceForListTriggersOutput) SetReference

SetReference sets the Reference field's value.

func (*ResourceForListTriggersOutput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (ResourceForListTriggersOutput) String

String returns the string representation

type ResourceForRunPipelineInput

type ResourceForRunPipelineInput struct {
	Reference *string `type:"string" json:",omitempty"`

	ResourceId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceForRunPipelineInput) GoString

func (s ResourceForRunPipelineInput) GoString() string

GoString returns the string representation

func (*ResourceForRunPipelineInput) SetReference

SetReference sets the Reference field's value.

func (*ResourceForRunPipelineInput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (ResourceForRunPipelineInput) String

String returns the string representation

type ResourceForUpdateTriggerInput

type ResourceForUpdateTriggerInput struct {
	Reference *string `type:"string" json:",omitempty"`

	ResourceId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceForUpdateTriggerInput) GoString

GoString returns the string representation

func (*ResourceForUpdateTriggerInput) SetReference

SetReference sets the Reference field's value.

func (*ResourceForUpdateTriggerInput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (ResourceForUpdateTriggerInput) String

String returns the string representation

type RunPipelineInput

type RunPipelineInput struct {
	Description *string `type:"string" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`

	Parameters []*ParameterForRunPipelineInput `type:"list" json:",omitempty"`

	Resources []*ResourceForRunPipelineInput `type:"list" json:",omitempty"`

	// WorkspaceId is a required field
	WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (RunPipelineInput) GoString

func (s RunPipelineInput) GoString() string

GoString returns the string representation

func (*RunPipelineInput) SetDescription

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

SetDescription sets the Description field's value.

func (*RunPipelineInput) SetId

SetId sets the Id field's value.

func (*RunPipelineInput) SetParameters

SetParameters sets the Parameters field's value.

func (*RunPipelineInput) SetResources

SetResources sets the Resources field's value.

func (*RunPipelineInput) SetWorkspaceId

func (s *RunPipelineInput) SetWorkspaceId(v string) *RunPipelineInput

SetWorkspaceId sets the WorkspaceId field's value.

func (RunPipelineInput) String

func (s RunPipelineInput) String() string

String returns the string representation

func (*RunPipelineInput) Validate

func (s *RunPipelineInput) Validate() error

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

type RunPipelineOutput

type RunPipelineOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RunPipelineOutput) GoString

func (s RunPipelineOutput) GoString() string

GoString returns the string representation

func (*RunPipelineOutput) SetId

SetId sets the Id field's value.

func (RunPipelineOutput) String

func (s RunPipelineOutput) String() string

String returns the string representation

type ScheduleForCreateTriggerInput

type ScheduleForCreateTriggerInput struct {
	ScheduleConfig *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ScheduleForCreateTriggerInput) GoString

GoString returns the string representation

func (*ScheduleForCreateTriggerInput) SetScheduleConfig

SetScheduleConfig sets the ScheduleConfig field's value.

func (ScheduleForCreateTriggerInput) String

String returns the string representation

type ScheduleForListTriggersOutput

type ScheduleForListTriggersOutput struct {
	ScheduleConfig *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ScheduleForListTriggersOutput) GoString

GoString returns the string representation

func (*ScheduleForListTriggersOutput) SetScheduleConfig

SetScheduleConfig sets the ScheduleConfig field's value.

func (ScheduleForListTriggersOutput) String

String returns the string representation

type ScheduleForUpdateTriggerInput

type ScheduleForUpdateTriggerInput struct {
	ScheduleConfig *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ScheduleForUpdateTriggerInput) GoString

GoString returns the string representation

func (*ScheduleForUpdateTriggerInput) SetScheduleConfig

SetScheduleConfig sets the ScheduleConfig field's value.

func (ScheduleForUpdateTriggerInput) String

String returns the string representation

type ServiceAccessConfigForCreateManagedAppInput added in v1.2.25

type ServiceAccessConfigForCreateManagedAppInput struct {
	IRSAConfig *IRSAConfigForCreateManagedAppInput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ServiceAccessConfigForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*ServiceAccessConfigForCreateManagedAppInput) SetIRSAConfig added in v1.2.25

SetIRSAConfig sets the IRSAConfig field's value.

func (*ServiceAccessConfigForCreateManagedAppInput) SetType added in v1.2.25

SetType sets the Type field's value.

func (ServiceAccessConfigForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type ServiceAccessConfigForListManagedAppChangeRecordsOutput added in v1.2.25

type ServiceAccessConfigForListManagedAppChangeRecordsOutput struct {
	IRSAConfig *IRSAConfigForListManagedAppChangeRecordsOutput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ServiceAccessConfigForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*ServiceAccessConfigForListManagedAppChangeRecordsOutput) SetIRSAConfig added in v1.2.25

SetIRSAConfig sets the IRSAConfig field's value.

func (*ServiceAccessConfigForListManagedAppChangeRecordsOutput) SetType added in v1.2.25

SetType sets the Type field's value.

func (ServiceAccessConfigForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type ServiceAccessConfigForTriggerManagedAppDeployInput added in v1.2.25

type ServiceAccessConfigForTriggerManagedAppDeployInput struct {
	IRSAConfig *IRSAConfigForTriggerManagedAppDeployInput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ServiceAccessConfigForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*ServiceAccessConfigForTriggerManagedAppDeployInput) SetIRSAConfig added in v1.2.25

SetIRSAConfig sets the IRSAConfig field's value.

func (*ServiceAccessConfigForTriggerManagedAppDeployInput) SetType added in v1.2.25

SetType sets the Type field's value.

func (ServiceAccessConfigForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type ServicePortMappingForCreateManagedAppInput added in v1.2.25

type ServicePortMappingForCreateManagedAppInput struct {
	Protocol *string `type:"string" json:",omitempty" enum:"EnumOfProtocolForCreateManagedAppInput"`

	ServicePort *int32 `type:"int32" json:",omitempty"`

	TargetPort *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ServicePortMappingForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*ServicePortMappingForCreateManagedAppInput) SetProtocol added in v1.2.25

SetProtocol sets the Protocol field's value.

func (*ServicePortMappingForCreateManagedAppInput) SetServicePort added in v1.2.25

SetServicePort sets the ServicePort field's value.

func (*ServicePortMappingForCreateManagedAppInput) SetTargetPort added in v1.2.25

SetTargetPort sets the TargetPort field's value.

func (ServicePortMappingForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type ServicePortMappingForListManagedAppChangeRecordsOutput added in v1.2.25

type ServicePortMappingForListManagedAppChangeRecordsOutput struct {
	Protocol *string `type:"string" json:",omitempty" enum:"EnumOfProtocolForListManagedAppChangeRecordsOutput"`

	ServicePort *int32 `type:"int32" json:",omitempty"`

	TargetPort *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ServicePortMappingForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*ServicePortMappingForListManagedAppChangeRecordsOutput) SetProtocol added in v1.2.25

SetProtocol sets the Protocol field's value.

func (*ServicePortMappingForListManagedAppChangeRecordsOutput) SetServicePort added in v1.2.25

SetServicePort sets the ServicePort field's value.

func (*ServicePortMappingForListManagedAppChangeRecordsOutput) SetTargetPort added in v1.2.25

SetTargetPort sets the TargetPort field's value.

func (ServicePortMappingForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type ServicePortMappingForTriggerManagedAppDeployInput added in v1.2.25

type ServicePortMappingForTriggerManagedAppDeployInput struct {
	Protocol *string `type:"string" json:",omitempty" enum:"EnumOfProtocolForTriggerManagedAppDeployInput"`

	ServicePort *int32 `type:"int32" json:",omitempty"`

	TargetPort *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ServicePortMappingForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*ServicePortMappingForTriggerManagedAppDeployInput) SetProtocol added in v1.2.25

SetProtocol sets the Protocol field's value.

func (*ServicePortMappingForTriggerManagedAppDeployInput) SetServicePort added in v1.2.25

SetServicePort sets the ServicePort field's value.

func (*ServicePortMappingForTriggerManagedAppDeployInput) SetTargetPort added in v1.2.25

SetTargetPort sets the TargetPort field's value.

func (ServicePortMappingForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type SmsForListPipelinesOutput

type SmsForListPipelinesOutput struct {
	Enable *bool `type:"boolean" json:",omitempty"`

	Targets []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SmsForListPipelinesOutput) GoString

func (s SmsForListPipelinesOutput) GoString() string

GoString returns the string representation

func (*SmsForListPipelinesOutput) SetEnable

SetEnable sets the Enable field's value.

func (*SmsForListPipelinesOutput) SetTargets

SetTargets sets the Targets field's value.

func (SmsForListPipelinesOutput) String

func (s SmsForListPipelinesOutput) String() string

String returns the string representation

type SpecificationForCreateManagedAppInput added in v1.2.25

type SpecificationForCreateManagedAppInput struct {
	CPU *float64 `type:"double" json:",omitempty"`

	CPULimit *string `type:"string" json:",omitempty"`

	CPURequest *string `type:"string" json:",omitempty"`

	InstanceNumber *int64 `type:"int64" json:",omitempty"`

	Memory *int64 `type:"int64" json:",omitempty"`

	MemoryLimit *string `type:"string" json:",omitempty"`

	MemoryRequest *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SpecificationForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*SpecificationForCreateManagedAppInput) SetCPU added in v1.2.25

SetCPU sets the CPU field's value.

func (*SpecificationForCreateManagedAppInput) SetCPULimit added in v1.2.25

SetCPULimit sets the CPULimit field's value.

func (*SpecificationForCreateManagedAppInput) SetCPURequest added in v1.2.25

SetCPURequest sets the CPURequest field's value.

func (*SpecificationForCreateManagedAppInput) SetInstanceNumber added in v1.2.25

SetInstanceNumber sets the InstanceNumber field's value.

func (*SpecificationForCreateManagedAppInput) SetMemory added in v1.2.25

SetMemory sets the Memory field's value.

func (*SpecificationForCreateManagedAppInput) SetMemoryLimit added in v1.2.25

SetMemoryLimit sets the MemoryLimit field's value.

func (*SpecificationForCreateManagedAppInput) SetMemoryRequest added in v1.2.25

SetMemoryRequest sets the MemoryRequest field's value.

func (SpecificationForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type SpecificationForListManagedAppChangeRecordsOutput added in v1.2.25

type SpecificationForListManagedAppChangeRecordsOutput struct {
	CPU *float64 `type:"double" json:",omitempty"`

	CPULimit *string `type:"string" json:",omitempty"`

	CPURequest *string `type:"string" json:",omitempty"`

	InstanceNumber *int64 `type:"int64" json:",omitempty"`

	Memory *int64 `type:"int64" json:",omitempty"`

	MemoryLimit *string `type:"string" json:",omitempty"`

	MemoryRequest *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SpecificationForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*SpecificationForListManagedAppChangeRecordsOutput) SetCPU added in v1.2.25

SetCPU sets the CPU field's value.

func (*SpecificationForListManagedAppChangeRecordsOutput) SetCPULimit added in v1.2.25

SetCPULimit sets the CPULimit field's value.

func (*SpecificationForListManagedAppChangeRecordsOutput) SetCPURequest added in v1.2.25

SetCPURequest sets the CPURequest field's value.

func (*SpecificationForListManagedAppChangeRecordsOutput) SetInstanceNumber added in v1.2.25

SetInstanceNumber sets the InstanceNumber field's value.

func (*SpecificationForListManagedAppChangeRecordsOutput) SetMemory added in v1.2.25

SetMemory sets the Memory field's value.

func (*SpecificationForListManagedAppChangeRecordsOutput) SetMemoryLimit added in v1.2.25

SetMemoryLimit sets the MemoryLimit field's value.

func (*SpecificationForListManagedAppChangeRecordsOutput) SetMemoryRequest added in v1.2.25

SetMemoryRequest sets the MemoryRequest field's value.

func (SpecificationForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type SpecificationForTriggerManagedAppDeployInput added in v1.2.25

type SpecificationForTriggerManagedAppDeployInput struct {
	CPU *float64 `type:"double" json:",omitempty"`

	CPULimit *string `type:"string" json:",omitempty"`

	CPURequest *string `type:"string" json:",omitempty"`

	InstanceNumber *int64 `type:"int64" json:",omitempty"`

	Memory *int64 `type:"int64" json:",omitempty"`

	MemoryLimit *string `type:"string" json:",omitempty"`

	MemoryRequest *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SpecificationForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*SpecificationForTriggerManagedAppDeployInput) SetCPU added in v1.2.25

SetCPU sets the CPU field's value.

func (*SpecificationForTriggerManagedAppDeployInput) SetCPULimit added in v1.2.25

SetCPULimit sets the CPULimit field's value.

func (*SpecificationForTriggerManagedAppDeployInput) SetCPURequest added in v1.2.25

SetCPURequest sets the CPURequest field's value.

func (*SpecificationForTriggerManagedAppDeployInput) SetInstanceNumber added in v1.2.25

SetInstanceNumber sets the InstanceNumber field's value.

func (*SpecificationForTriggerManagedAppDeployInput) SetMemory added in v1.2.25

SetMemory sets the Memory field's value.

func (*SpecificationForTriggerManagedAppDeployInput) SetMemoryLimit added in v1.2.25

SetMemoryLimit sets the MemoryLimit field's value.

func (*SpecificationForTriggerManagedAppDeployInput) SetMemoryRequest added in v1.2.25

SetMemoryRequest sets the MemoryRequest field's value.

func (SpecificationForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type StageForListPipelineRunsOutput

type StageForListPipelineRunsOutput struct {
	Id *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	Tasks []*TaskForListPipelineRunsOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StageForListPipelineRunsOutput) GoString

GoString returns the string representation

func (*StageForListPipelineRunsOutput) SetId

SetId sets the Id field's value.

func (*StageForListPipelineRunsOutput) SetName

SetName sets the Name field's value.

func (*StageForListPipelineRunsOutput) SetStatus

SetStatus sets the Status field's value.

func (*StageForListPipelineRunsOutput) SetTasks

SetTasks sets the Tasks field's value.

func (StageForListPipelineRunsOutput) String

String returns the string representation

type StartConfigForCreateManagedAppInput added in v1.2.25

type StartConfigForCreateManagedAppInput struct {
	CloudNativeCommand *CloudNativeCommandForCreateManagedAppInput `type:"structure" json:",omitempty"`

	CustomScript *CustomScriptForCreateManagedAppInput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForCreateManagedAppInput"`
	// contains filtered or unexported fields
}

func (StartConfigForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*StartConfigForCreateManagedAppInput) SetCloudNativeCommand added in v1.2.25

SetCloudNativeCommand sets the CloudNativeCommand field's value.

func (*StartConfigForCreateManagedAppInput) SetCustomScript added in v1.2.25

SetCustomScript sets the CustomScript field's value.

func (*StartConfigForCreateManagedAppInput) SetType added in v1.2.25

SetType sets the Type field's value.

func (StartConfigForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type StartConfigForListManagedAppChangeRecordsOutput added in v1.2.25

type StartConfigForListManagedAppChangeRecordsOutput struct {
	CloudNativeCommand *CloudNativeCommandForListManagedAppChangeRecordsOutput `type:"structure" json:",omitempty"`

	CustomScript *CustomScriptForListManagedAppChangeRecordsOutput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForListManagedAppChangeRecordsOutput"`
	// contains filtered or unexported fields
}

func (StartConfigForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*StartConfigForListManagedAppChangeRecordsOutput) SetCloudNativeCommand added in v1.2.25

SetCloudNativeCommand sets the CloudNativeCommand field's value.

func (*StartConfigForListManagedAppChangeRecordsOutput) SetCustomScript added in v1.2.25

SetCustomScript sets the CustomScript field's value.

func (*StartConfigForListManagedAppChangeRecordsOutput) SetType added in v1.2.25

SetType sets the Type field's value.

func (StartConfigForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type StartConfigForTriggerManagedAppDeployInput added in v1.2.25

type StartConfigForTriggerManagedAppDeployInput struct {
	CloudNativeCommand *CloudNativeCommandForTriggerManagedAppDeployInput `type:"structure" json:",omitempty"`

	CustomScript *CustomScriptForTriggerManagedAppDeployInput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForTriggerManagedAppDeployInput"`
	// contains filtered or unexported fields
}

func (StartConfigForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*StartConfigForTriggerManagedAppDeployInput) SetCloudNativeCommand added in v1.2.25

SetCloudNativeCommand sets the CloudNativeCommand field's value.

func (*StartConfigForTriggerManagedAppDeployInput) SetCustomScript added in v1.2.25

SetCustomScript sets the CustomScript field's value.

func (*StartConfigForTriggerManagedAppDeployInput) SetType added in v1.2.25

SetType sets the Type field's value.

func (StartConfigForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type StepForListTaskRunsOutput

type StepForListTaskRunsOutput struct {
	FinishTime *string `type:"string" json:",omitempty"`

	LogStatus *string `type:"string" json:",omitempty"`

	LogUri *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	StartTime *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	Version *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StepForListTaskRunsOutput) GoString

func (s StepForListTaskRunsOutput) GoString() string

GoString returns the string representation

func (*StepForListTaskRunsOutput) SetFinishTime

SetFinishTime sets the FinishTime field's value.

func (*StepForListTaskRunsOutput) SetLogStatus

SetLogStatus sets the LogStatus field's value.

func (*StepForListTaskRunsOutput) SetLogUri

SetLogUri sets the LogUri field's value.

func (*StepForListTaskRunsOutput) SetName

SetName sets the Name field's value.

func (*StepForListTaskRunsOutput) SetStartTime

SetStartTime sets the StartTime field's value.

func (*StepForListTaskRunsOutput) SetStatus

SetStatus sets the Status field's value.

func (*StepForListTaskRunsOutput) SetVersion

SetVersion sets the Version field's value.

func (StepForListTaskRunsOutput) String

func (s StepForListTaskRunsOutput) String() string

String returns the string representation

type SystemParameterForListPipelineRunsOutput

type SystemParameterForListPipelineRunsOutput struct {
	Description *string `type:"string" json:",omitempty"`

	Dynamic *bool `type:"boolean" json:",omitempty"`

	Key *string `type:"string" json:",omitempty"`

	OptionValues []*string `type:"list" json:",omitempty"`

	Secret *bool `type:"boolean" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SystemParameterForListPipelineRunsOutput) GoString

GoString returns the string representation

func (*SystemParameterForListPipelineRunsOutput) SetDescription

SetDescription sets the Description field's value.

func (*SystemParameterForListPipelineRunsOutput) SetDynamic

SetDynamic sets the Dynamic field's value.

func (*SystemParameterForListPipelineRunsOutput) SetKey

SetKey sets the Key field's value.

func (*SystemParameterForListPipelineRunsOutput) SetOptionValues

SetOptionValues sets the OptionValues field's value.

func (*SystemParameterForListPipelineRunsOutput) SetSecret

SetSecret sets the Secret field's value.

func (*SystemParameterForListPipelineRunsOutput) SetValue

SetValue sets the Value field's value.

func (SystemParameterForListPipelineRunsOutput) String

String returns the string representation

type TaskForListPipelineRunsOutput

type TaskForListPipelineRunsOutput struct {
	DependsOn []*string `type:"list" json:",omitempty"`

	Id *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

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

func (TaskForListPipelineRunsOutput) GoString

GoString returns the string representation

func (*TaskForListPipelineRunsOutput) SetDependsOn

SetDependsOn sets the DependsOn field's value.

func (*TaskForListPipelineRunsOutput) SetId

SetId sets the Id field's value.

func (*TaskForListPipelineRunsOutput) SetName

SetName sets the Name field's value.

func (*TaskForListPipelineRunsOutput) SetStatus

SetStatus sets the Status field's value.

func (TaskForListPipelineRunsOutput) String

String returns the string representation

type ThresholdConfigForCreateManagedAppInput added in v1.2.25

type ThresholdConfigForCreateManagedAppInput struct {
	FailureNumber *int64 `type:"int64" json:",omitempty"`

	SuccessNumber *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ThresholdConfigForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*ThresholdConfigForCreateManagedAppInput) SetFailureNumber added in v1.2.25

SetFailureNumber sets the FailureNumber field's value.

func (*ThresholdConfigForCreateManagedAppInput) SetSuccessNumber added in v1.2.25

SetSuccessNumber sets the SuccessNumber field's value.

func (ThresholdConfigForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type ThresholdConfigForListManagedAppChangeRecordsOutput added in v1.2.25

type ThresholdConfigForListManagedAppChangeRecordsOutput struct {
	FailureNumber *int64 `type:"int64" json:",omitempty"`

	SuccessNumber *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ThresholdConfigForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*ThresholdConfigForListManagedAppChangeRecordsOutput) SetFailureNumber added in v1.2.25

SetFailureNumber sets the FailureNumber field's value.

func (*ThresholdConfigForListManagedAppChangeRecordsOutput) SetSuccessNumber added in v1.2.25

SetSuccessNumber sets the SuccessNumber field's value.

func (ThresholdConfigForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type ThresholdConfigForTriggerManagedAppDeployInput added in v1.2.25

type ThresholdConfigForTriggerManagedAppDeployInput struct {
	FailureNumber *int64 `type:"int64" json:",omitempty"`

	SuccessNumber *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ThresholdConfigForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*ThresholdConfigForTriggerManagedAppDeployInput) SetFailureNumber added in v1.2.25

SetFailureNumber sets the FailureNumber field's value.

func (*ThresholdConfigForTriggerManagedAppDeployInput) SetSuccessNumber added in v1.2.25

SetSuccessNumber sets the SuccessNumber field's value.

func (ThresholdConfigForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type TimeConfigForCreateManagedAppInput added in v1.2.25

type TimeConfigForCreateManagedAppInput struct {
	CheckInterval *int64 `type:"int64" json:",omitempty"`

	InitialWait *int64 `type:"int64" json:",omitempty"`

	Timeout *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TimeConfigForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*TimeConfigForCreateManagedAppInput) SetCheckInterval added in v1.2.25

SetCheckInterval sets the CheckInterval field's value.

func (*TimeConfigForCreateManagedAppInput) SetInitialWait added in v1.2.25

SetInitialWait sets the InitialWait field's value.

func (*TimeConfigForCreateManagedAppInput) SetTimeout added in v1.2.25

SetTimeout sets the Timeout field's value.

func (TimeConfigForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type TimeConfigForListManagedAppChangeRecordsOutput added in v1.2.25

type TimeConfigForListManagedAppChangeRecordsOutput struct {
	CheckInterval *int64 `type:"int64" json:",omitempty"`

	InitialWait *int64 `type:"int64" json:",omitempty"`

	Timeout *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TimeConfigForListManagedAppChangeRecordsOutput) GoString added in v1.2.25

GoString returns the string representation

func (*TimeConfigForListManagedAppChangeRecordsOutput) SetCheckInterval added in v1.2.25

SetCheckInterval sets the CheckInterval field's value.

func (*TimeConfigForListManagedAppChangeRecordsOutput) SetInitialWait added in v1.2.25

SetInitialWait sets the InitialWait field's value.

func (*TimeConfigForListManagedAppChangeRecordsOutput) SetTimeout added in v1.2.25

SetTimeout sets the Timeout field's value.

func (TimeConfigForListManagedAppChangeRecordsOutput) String added in v1.2.25

String returns the string representation

type TimeConfigForTriggerManagedAppDeployInput added in v1.2.25

type TimeConfigForTriggerManagedAppDeployInput struct {
	CheckInterval *int64 `type:"int64" json:",omitempty"`

	InitialWait *int64 `type:"int64" json:",omitempty"`

	Timeout *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TimeConfigForTriggerManagedAppDeployInput) GoString added in v1.2.25

GoString returns the string representation

func (*TimeConfigForTriggerManagedAppDeployInput) SetCheckInterval added in v1.2.25

SetCheckInterval sets the CheckInterval field's value.

func (*TimeConfigForTriggerManagedAppDeployInput) SetInitialWait added in v1.2.25

SetInitialWait sets the InitialWait field's value.

func (*TimeConfigForTriggerManagedAppDeployInput) SetTimeout added in v1.2.25

SetTimeout sets the Timeout field's value.

func (TimeConfigForTriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

type TriggerForListPipelineRunsOutput

type TriggerForListPipelineRunsOutput struct {
	TriggerId *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	User *UserForListPipelineRunsOutput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TriggerForListPipelineRunsOutput) GoString

GoString returns the string representation

func (*TriggerForListPipelineRunsOutput) SetTriggerId

SetTriggerId sets the TriggerId field's value.

func (*TriggerForListPipelineRunsOutput) SetType

SetType sets the Type field's value.

func (*TriggerForListPipelineRunsOutput) SetUser

SetUser sets the User field's value.

func (TriggerForListPipelineRunsOutput) String

String returns the string representation

type TriggerManagedAppDeployInput added in v1.2.25

type TriggerManagedAppDeployInput struct {
	AdvancedConfig *AdvancedConfigForTriggerManagedAppDeployInput `type:"structure" json:",omitempty"`

	// AppId is a required field
	AppId *string `type:"string" json:",omitempty" required:"true"`

	BasicConfig *BasicConfigForTriggerManagedAppDeployInput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	ReleaseStrategy *ReleaseStrategyForTriggerManagedAppDeployInput `type:"structure" json:",omitempty"`

	WorkspaceId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TriggerManagedAppDeployInput) GoString added in v1.2.25

func (s TriggerManagedAppDeployInput) GoString() string

GoString returns the string representation

func (*TriggerManagedAppDeployInput) SetAdvancedConfig added in v1.2.25

SetAdvancedConfig sets the AdvancedConfig field's value.

func (*TriggerManagedAppDeployInput) SetAppId added in v1.2.25

SetAppId sets the AppId field's value.

func (*TriggerManagedAppDeployInput) SetBasicConfig added in v1.2.25

SetBasicConfig sets the BasicConfig field's value.

func (*TriggerManagedAppDeployInput) SetDescription added in v1.2.25

SetDescription sets the Description field's value.

func (*TriggerManagedAppDeployInput) SetReleaseStrategy added in v1.2.25

SetReleaseStrategy sets the ReleaseStrategy field's value.

func (*TriggerManagedAppDeployInput) SetWorkspaceId added in v1.2.25

SetWorkspaceId sets the WorkspaceId field's value.

func (TriggerManagedAppDeployInput) String added in v1.2.25

String returns the string representation

func (*TriggerManagedAppDeployInput) Validate added in v1.2.25

func (s *TriggerManagedAppDeployInput) Validate() error

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

type TriggerManagedAppDeployOutput added in v1.2.25

type TriggerManagedAppDeployOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TriggerManagedAppDeployOutput) GoString added in v1.2.25

GoString returns the string representation

func (*TriggerManagedAppDeployOutput) SetId added in v1.2.25

SetId sets the Id field's value.

func (TriggerManagedAppDeployOutput) String added in v1.2.25

String returns the string representation

type TriggerManagedAppRollbackInput added in v1.2.25

type TriggerManagedAppRollbackInput struct {

	// AppId is a required field
	AppId *string `type:"string" json:",omitempty" required:"true"`

	Description *string `type:"string" json:",omitempty"`

	// TargetChangeRecordId is a required field
	TargetChangeRecordId *string `type:"string" json:",omitempty" required:"true"`

	WorkspaceId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TriggerManagedAppRollbackInput) GoString added in v1.2.25

GoString returns the string representation

func (*TriggerManagedAppRollbackInput) SetAppId added in v1.2.25

SetAppId sets the AppId field's value.

func (*TriggerManagedAppRollbackInput) SetDescription added in v1.2.25

SetDescription sets the Description field's value.

func (*TriggerManagedAppRollbackInput) SetTargetChangeRecordId added in v1.2.25

SetTargetChangeRecordId sets the TargetChangeRecordId field's value.

func (*TriggerManagedAppRollbackInput) SetWorkspaceId added in v1.2.25

SetWorkspaceId sets the WorkspaceId field's value.

func (TriggerManagedAppRollbackInput) String added in v1.2.25

String returns the string representation

func (*TriggerManagedAppRollbackInput) Validate added in v1.2.25

func (s *TriggerManagedAppRollbackInput) Validate() error

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

type TriggerManagedAppRollbackOutput added in v1.2.25

type TriggerManagedAppRollbackOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TriggerManagedAppRollbackOutput) GoString added in v1.2.25

GoString returns the string representation

func (*TriggerManagedAppRollbackOutput) SetId added in v1.2.25

SetId sets the Id field's value.

func (TriggerManagedAppRollbackOutput) String added in v1.2.25

String returns the string representation

type TriggerManagedAppScalingInput added in v1.2.25

type TriggerManagedAppScalingInput struct {

	// AppId is a required field
	AppId *string `type:"string" json:",omitempty" required:"true"`

	DeployResourceType *string `type:"string" json:",omitempty" enum:"EnumOfDeployResourceTypeForTriggerManagedAppScalingInput"`

	Description *string `type:"string" json:",omitempty"`

	// NewScale is a required field
	NewScale *int32 `type:"int32" json:",omitempty" required:"true"`

	ScaleType *string `type:"string" json:",omitempty" enum:"EnumOfScaleTypeForTriggerManagedAppScalingInput"`

	WorkspaceId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TriggerManagedAppScalingInput) GoString added in v1.2.25

GoString returns the string representation

func (*TriggerManagedAppScalingInput) SetAppId added in v1.2.25

SetAppId sets the AppId field's value.

func (*TriggerManagedAppScalingInput) SetDeployResourceType added in v1.2.25

SetDeployResourceType sets the DeployResourceType field's value.

func (*TriggerManagedAppScalingInput) SetDescription added in v1.2.25

SetDescription sets the Description field's value.

func (*TriggerManagedAppScalingInput) SetNewScale added in v1.2.25

SetNewScale sets the NewScale field's value.

func (*TriggerManagedAppScalingInput) SetScaleType added in v1.2.25

SetScaleType sets the ScaleType field's value.

func (*TriggerManagedAppScalingInput) SetWorkspaceId added in v1.2.25

SetWorkspaceId sets the WorkspaceId field's value.

func (TriggerManagedAppScalingInput) String added in v1.2.25

String returns the string representation

func (*TriggerManagedAppScalingInput) Validate added in v1.2.25

func (s *TriggerManagedAppScalingInput) Validate() error

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

type TriggerManagedAppScalingOutput added in v1.2.25

type TriggerManagedAppScalingOutput struct {
	Metadata *response.ResponseMetadata

	Id *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TriggerManagedAppScalingOutput) GoString added in v1.2.25

GoString returns the string representation

func (*TriggerManagedAppScalingOutput) SetId added in v1.2.25

SetId sets the Id field's value.

func (TriggerManagedAppScalingOutput) String added in v1.2.25

String returns the string representation

type TypeInfoForListServiceConnectionsInput added in v1.1.42

type TypeInfoForListServiceConnectionsInput struct {
	Category *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TypeInfoForListServiceConnectionsInput) GoString added in v1.1.42

GoString returns the string representation

func (*TypeInfoForListServiceConnectionsInput) SetCategory added in v1.1.42

SetCategory sets the Category field's value.

func (*TypeInfoForListServiceConnectionsInput) SetType added in v1.1.42

SetType sets the Type field's value.

func (TypeInfoForListServiceConnectionsInput) String added in v1.1.42

String returns the string representation

type UiConfigForListComponentStepOutput

type UiConfigForListComponentStepOutput struct {
	DataSource *DataSourceForListComponentStepOutput `type:"structure" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	ValidateRule []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UiConfigForListComponentStepOutput) GoString

GoString returns the string representation

func (*UiConfigForListComponentStepOutput) SetDataSource

SetDataSource sets the DataSource field's value.

func (*UiConfigForListComponentStepOutput) SetType

SetType sets the Type field's value.

func (*UiConfigForListComponentStepOutput) SetValidateRule

SetValidateRule sets the ValidateRule field's value.

func (UiConfigForListComponentStepOutput) String

String returns the string representation

type UpdateComponentStepInput

type UpdateComponentStepInput struct {
	ComponentStepYaml *string `type:"string" json:",omitempty"`

	// Identifier is a required field
	Identifier *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateComponentStepInput) GoString

func (s UpdateComponentStepInput) GoString() string

GoString returns the string representation

func (*UpdateComponentStepInput) SetComponentStepYaml

func (s *UpdateComponentStepInput) SetComponentStepYaml(v string) *UpdateComponentStepInput

SetComponentStepYaml sets the ComponentStepYaml field's value.

func (*UpdateComponentStepInput) SetIdentifier

SetIdentifier sets the Identifier field's value.

func (UpdateComponentStepInput) String

func (s UpdateComponentStepInput) String() string

String returns the string representation

func (*UpdateComponentStepInput) Validate

func (s *UpdateComponentStepInput) Validate() error

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

type UpdateComponentStepOutput

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

func (UpdateComponentStepOutput) GoString

func (s UpdateComponentStepOutput) GoString() string

GoString returns the string representation

func (UpdateComponentStepOutput) String

func (s UpdateComponentStepOutput) String() string

String returns the string representation

type UpdateResourceInput

type UpdateResourceInput struct {
	Configuration *ConfigurationForUpdateResourceInput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`

	Name *string `type:"string" json:",omitempty"`

	// WorkspaceId is a required field
	WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateResourceInput) GoString

func (s UpdateResourceInput) GoString() string

GoString returns the string representation

func (*UpdateResourceInput) SetConfiguration

SetConfiguration sets the Configuration field's value.

func (*UpdateResourceInput) SetDescription

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

SetDescription sets the Description field's value.

func (*UpdateResourceInput) SetId

SetId sets the Id field's value.

func (*UpdateResourceInput) SetName

SetName sets the Name field's value.

func (*UpdateResourceInput) SetWorkspaceId

func (s *UpdateResourceInput) SetWorkspaceId(v string) *UpdateResourceInput

SetWorkspaceId sets the WorkspaceId field's value.

func (UpdateResourceInput) String

func (s UpdateResourceInput) String() string

String returns the string representation

func (*UpdateResourceInput) Validate

func (s *UpdateResourceInput) Validate() error

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

type UpdateResourceOutput

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

func (UpdateResourceOutput) GoString

func (s UpdateResourceOutput) GoString() string

GoString returns the string representation

func (UpdateResourceOutput) String

func (s UpdateResourceOutput) String() string

String returns the string representation

type UpdateServiceConnectionInput added in v1.1.42

type UpdateServiceConnectionInput struct {
	Credential *CredentialForUpdateServiceConnectionInput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	DisableNetworkVerify *bool `type:"boolean" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`

	// IsAllWsShared is a required field
	IsAllWsShared *bool `type:"boolean" json:",omitempty" required:"true"`

	// Name is a required field
	Name *string `type:"string" json:",omitempty" required:"true"`

	SharedWorkspaceIds []*string `type:"list" json:",omitempty"`

	URL *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateServiceConnectionInput) GoString added in v1.1.42

func (s UpdateServiceConnectionInput) GoString() string

GoString returns the string representation

func (*UpdateServiceConnectionInput) SetCredential added in v1.1.42

SetCredential sets the Credential field's value.

func (*UpdateServiceConnectionInput) SetDescription added in v1.1.42

SetDescription sets the Description field's value.

func (*UpdateServiceConnectionInput) SetDisableNetworkVerify added in v1.1.42

func (s *UpdateServiceConnectionInput) SetDisableNetworkVerify(v bool) *UpdateServiceConnectionInput

SetDisableNetworkVerify sets the DisableNetworkVerify field's value.

func (*UpdateServiceConnectionInput) SetId added in v1.1.42

SetId sets the Id field's value.

func (*UpdateServiceConnectionInput) SetIsAllWsShared added in v1.1.42

SetIsAllWsShared sets the IsAllWsShared field's value.

func (*UpdateServiceConnectionInput) SetName added in v1.1.42

SetName sets the Name field's value.

func (*UpdateServiceConnectionInput) SetSharedWorkspaceIds added in v1.1.42

func (s *UpdateServiceConnectionInput) SetSharedWorkspaceIds(v []*string) *UpdateServiceConnectionInput

SetSharedWorkspaceIds sets the SharedWorkspaceIds field's value.

func (*UpdateServiceConnectionInput) SetURL added in v1.1.42

SetURL sets the URL field's value.

func (UpdateServiceConnectionInput) String added in v1.1.42

String returns the string representation

func (*UpdateServiceConnectionInput) Validate added in v1.1.42

func (s *UpdateServiceConnectionInput) Validate() error

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

type UpdateServiceConnectionOutput added in v1.1.42

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

func (UpdateServiceConnectionOutput) GoString added in v1.1.42

GoString returns the string representation

func (UpdateServiceConnectionOutput) String added in v1.1.42

String returns the string representation

type UpdateTriggerInput

type UpdateTriggerInput struct {
	Configuration *ConfigurationForUpdateTriggerInput `type:"structure" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`

	Name *string `type:"string" json:",omitempty"`

	Parameters []*ParameterForUpdateTriggerInput `type:"list" json:",omitempty"`

	// PipelineId is a required field
	PipelineId *string `type:"string" json:",omitempty" required:"true"`

	Resources []*ResourceForUpdateTriggerInput `type:"list" json:",omitempty"`

	// WorkspaceId is a required field
	WorkspaceId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateTriggerInput) GoString

func (s UpdateTriggerInput) GoString() string

GoString returns the string representation

func (*UpdateTriggerInput) SetConfiguration

SetConfiguration sets the Configuration field's value.

func (*UpdateTriggerInput) SetDescription

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

SetDescription sets the Description field's value.

func (*UpdateTriggerInput) SetId

SetId sets the Id field's value.

func (*UpdateTriggerInput) SetName

SetName sets the Name field's value.

func (*UpdateTriggerInput) SetParameters

SetParameters sets the Parameters field's value.

func (*UpdateTriggerInput) SetPipelineId

func (s *UpdateTriggerInput) SetPipelineId(v string) *UpdateTriggerInput

SetPipelineId sets the PipelineId field's value.

func (*UpdateTriggerInput) SetResources

SetResources sets the Resources field's value.

func (*UpdateTriggerInput) SetWorkspaceId

func (s *UpdateTriggerInput) SetWorkspaceId(v string) *UpdateTriggerInput

SetWorkspaceId sets the WorkspaceId field's value.

func (UpdateTriggerInput) String

func (s UpdateTriggerInput) String() string

String returns the string representation

func (*UpdateTriggerInput) Validate

func (s *UpdateTriggerInput) Validate() error

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

type UpdateTriggerOutput

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

func (UpdateTriggerOutput) GoString

func (s UpdateTriggerOutput) GoString() string

GoString returns the string representation

func (UpdateTriggerOutput) String

func (s UpdateTriggerOutput) String() string

String returns the string representation

type UpdateWorkspaceInput

type UpdateWorkspaceInput struct {
	Description *string `type:"string" json:",omitempty"`

	// Id is a required field
	Id *string `type:"string" json:",omitempty" required:"true"`

	Name *string `type:"string" json:",omitempty"`

	Visibility *string `type:"string" json:",omitempty"`

	VisibleUsers []*VisibleUserForUpdateWorkspaceInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateWorkspaceInput) GoString

func (s UpdateWorkspaceInput) GoString() string

GoString returns the string representation

func (*UpdateWorkspaceInput) SetDescription

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

SetDescription sets the Description field's value.

func (*UpdateWorkspaceInput) SetId

SetId sets the Id field's value.

func (*UpdateWorkspaceInput) SetName

SetName sets the Name field's value.

func (*UpdateWorkspaceInput) SetVisibility

func (s *UpdateWorkspaceInput) SetVisibility(v string) *UpdateWorkspaceInput

SetVisibility sets the Visibility field's value.

func (*UpdateWorkspaceInput) SetVisibleUsers

SetVisibleUsers sets the VisibleUsers field's value.

func (UpdateWorkspaceInput) String

func (s UpdateWorkspaceInput) String() string

String returns the string representation

func (*UpdateWorkspaceInput) Validate

func (s *UpdateWorkspaceInput) Validate() error

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

type UpdateWorkspaceOutput

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

func (UpdateWorkspaceOutput) GoString

func (s UpdateWorkspaceOutput) GoString() string

GoString returns the string representation

func (UpdateWorkspaceOutput) String

func (s UpdateWorkspaceOutput) String() string

String returns the string representation

type UpgradeComponentStepInput

type UpgradeComponentStepInput struct {

	// ComponentStepYaml is a required field
	ComponentStepYaml *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (UpgradeComponentStepInput) GoString

func (s UpgradeComponentStepInput) GoString() string

GoString returns the string representation

func (*UpgradeComponentStepInput) SetComponentStepYaml

func (s *UpgradeComponentStepInput) SetComponentStepYaml(v string) *UpgradeComponentStepInput

SetComponentStepYaml sets the ComponentStepYaml field's value.

func (UpgradeComponentStepInput) String

func (s UpgradeComponentStepInput) String() string

String returns the string representation

func (*UpgradeComponentStepInput) Validate

func (s *UpgradeComponentStepInput) Validate() error

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

type UpgradeComponentStepOutput

type UpgradeComponentStepOutput struct {
	Metadata *response.ResponseMetadata

	Identifier *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpgradeComponentStepOutput) GoString

func (s UpgradeComponentStepOutput) GoString() string

GoString returns the string representation

func (*UpgradeComponentStepOutput) SetIdentifier

SetIdentifier sets the Identifier field's value.

func (UpgradeComponentStepOutput) String

String returns the string representation

type UserForCreateManagedAppInput added in v1.2.25

type UserForCreateManagedAppInput struct {
	AccountId *int64 `type:"int64" json:",omitempty"`

	UserId *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UserForCreateManagedAppInput) GoString added in v1.2.25

func (s UserForCreateManagedAppInput) GoString() string

GoString returns the string representation

func (*UserForCreateManagedAppInput) SetAccountId added in v1.2.25

SetAccountId sets the AccountId field's value.

func (*UserForCreateManagedAppInput) SetUserId added in v1.2.25

SetUserId sets the UserId field's value.

func (UserForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type UserForListPipelineRunsOutput

type UserForListPipelineRunsOutput struct {
	AccountId *int64 `type:"int64" json:",omitempty"`

	UserId *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UserForListPipelineRunsOutput) GoString

GoString returns the string representation

func (*UserForListPipelineRunsOutput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*UserForListPipelineRunsOutput) SetUserId

SetUserId sets the UserId field's value.

func (UserForListPipelineRunsOutput) String

String returns the string representation

type UserGroupForCreateManagedAppInput added in v1.2.25

type UserGroupForCreateManagedAppInput struct {
	AccountId *int64 `type:"int64" json:",omitempty"`

	UserGroupId *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UserGroupForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*UserGroupForCreateManagedAppInput) SetAccountId added in v1.2.25

SetAccountId sets the AccountId field's value.

func (*UserGroupForCreateManagedAppInput) SetUserGroupId added in v1.2.25

SetUserGroupId sets the UserGroupId field's value.

func (UserGroupForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type UserRoleForCreateManagedAppInput added in v1.2.25

type UserRoleForCreateManagedAppInput struct {
	RoleNames []*string `type:"list" json:",omitempty"`

	User *UserForCreateManagedAppInput `type:"structure" json:",omitempty"`

	UserGroup *UserGroupForCreateManagedAppInput `type:"structure" json:",omitempty"`

	UserType *string `type:"string" json:",omitempty" enum:"EnumOfUserTypeForCreateManagedAppInput"`
	// contains filtered or unexported fields
}

func (UserRoleForCreateManagedAppInput) GoString added in v1.2.25

GoString returns the string representation

func (*UserRoleForCreateManagedAppInput) SetRoleNames added in v1.2.25

SetRoleNames sets the RoleNames field's value.

func (*UserRoleForCreateManagedAppInput) SetUser added in v1.2.25

SetUser sets the User field's value.

func (*UserRoleForCreateManagedAppInput) SetUserGroup added in v1.2.25

SetUserGroup sets the UserGroup field's value.

func (*UserRoleForCreateManagedAppInput) SetUserType added in v1.2.25

SetUserType sets the UserType field's value.

func (UserRoleForCreateManagedAppInput) String added in v1.2.25

String returns the string representation

type VisibleUserForCreateWorkspaceInput

type VisibleUserForCreateWorkspaceInput struct {
	AccountId *int64 `type:"int64" json:",omitempty"`

	UserId *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VisibleUserForCreateWorkspaceInput) GoString

GoString returns the string representation

func (*VisibleUserForCreateWorkspaceInput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*VisibleUserForCreateWorkspaceInput) SetUserId

SetUserId sets the UserId field's value.

func (VisibleUserForCreateWorkspaceInput) String

String returns the string representation

type VisibleUserForListWorkspacesOutput

type VisibleUserForListWorkspacesOutput struct {
	AccountId *int64 `type:"int64" json:",omitempty"`

	UserId *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VisibleUserForListWorkspacesOutput) GoString

GoString returns the string representation

func (*VisibleUserForListWorkspacesOutput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*VisibleUserForListWorkspacesOutput) SetUserId

SetUserId sets the UserId field's value.

func (VisibleUserForListWorkspacesOutput) String

String returns the string representation

type VisibleUserForUpdateWorkspaceInput

type VisibleUserForUpdateWorkspaceInput struct {
	AccountId *int64 `type:"int64" json:",omitempty"`

	UserId *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VisibleUserForUpdateWorkspaceInput) GoString

GoString returns the string representation

func (*VisibleUserForUpdateWorkspaceInput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*VisibleUserForUpdateWorkspaceInput) SetUserId

SetUserId sets the UserId field's value.

func (VisibleUserForUpdateWorkspaceInput) String

String returns the string representation

type VisibleUserGroupForCreateWorkspaceInput

type VisibleUserGroupForCreateWorkspaceInput struct {
	AccountId *int64 `type:"int64" json:",omitempty"`

	UserGroupId *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (VisibleUserGroupForCreateWorkspaceInput) GoString

GoString returns the string representation

func (*VisibleUserGroupForCreateWorkspaceInput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*VisibleUserGroupForCreateWorkspaceInput) SetUserGroupId

SetUserGroupId sets the UserGroupId field's value.

func (VisibleUserGroupForCreateWorkspaceInput) String

String returns the string representation

type WebhookForCreateTriggerInput

type WebhookForCreateTriggerInput struct {
	CR *CRForCreateTriggerInput `type:"structure" json:",omitempty"`

	Git *GitForCreateTriggerInput `type:"structure" json:",omitempty"`

	URL *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (WebhookForCreateTriggerInput) GoString

func (s WebhookForCreateTriggerInput) GoString() string

GoString returns the string representation

func (*WebhookForCreateTriggerInput) SetCR

SetCR sets the CR field's value.

func (*WebhookForCreateTriggerInput) SetGit

SetGit sets the Git field's value.

func (*WebhookForCreateTriggerInput) SetURL

SetURL sets the URL field's value.

func (WebhookForCreateTriggerInput) String

String returns the string representation

type WebhookForListPipelinesOutput

type WebhookForListPipelinesOutput struct {
	Enable *bool `type:"boolean" json:",omitempty"`

	Token *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`

	Url *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (WebhookForListPipelinesOutput) GoString

GoString returns the string representation

func (*WebhookForListPipelinesOutput) SetEnable

SetEnable sets the Enable field's value.

func (*WebhookForListPipelinesOutput) SetToken

SetToken sets the Token field's value.

func (*WebhookForListPipelinesOutput) SetType

SetType sets the Type field's value.

func (*WebhookForListPipelinesOutput) SetUrl

SetUrl sets the Url field's value.

func (WebhookForListPipelinesOutput) String

String returns the string representation

type WebhookForListTriggersOutput

type WebhookForListTriggersOutput struct {
	CR *CRForListTriggersOutput `type:"structure" json:",omitempty"`

	Git *GitForListTriggersOutput `type:"structure" json:",omitempty"`

	URL *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (WebhookForListTriggersOutput) GoString

func (s WebhookForListTriggersOutput) GoString() string

GoString returns the string representation

func (*WebhookForListTriggersOutput) SetCR

SetCR sets the CR field's value.

func (*WebhookForListTriggersOutput) SetGit

SetGit sets the Git field's value.

func (*WebhookForListTriggersOutput) SetURL

SetURL sets the URL field's value.

func (WebhookForListTriggersOutput) String

String returns the string representation

type WebhookForUpdateTriggerInput

type WebhookForUpdateTriggerInput struct {
	CR *CRForUpdateTriggerInput `type:"structure" json:",omitempty"`

	Git *GitForUpdateTriggerInput `type:"structure" json:",omitempty"`

	URL *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (WebhookForUpdateTriggerInput) GoString

func (s WebhookForUpdateTriggerInput) GoString() string

GoString returns the string representation

func (*WebhookForUpdateTriggerInput) SetCR

SetCR sets the CR field's value.

func (*WebhookForUpdateTriggerInput) SetGit

SetGit sets the Git field's value.

func (*WebhookForUpdateTriggerInput) SetURL

SetURL sets the URL field's value.

func (WebhookForUpdateTriggerInput) String

String returns the string representation

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL