cp

package
v1.0.179 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2025 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 (
	// 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 (
	// 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 (
	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 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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 {
	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)

	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)

	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)

	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)

	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)

	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)

	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)

	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)

	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)

	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.CancelPipelineRun 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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"`

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