// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. package codepipeline type ActionCategory string // Enum values for ActionCategory const ( ActionCategorySource ActionCategory = "Source" ActionCategoryBuild ActionCategory = "Build" ActionCategoryDeploy ActionCategory = "Deploy" ActionCategoryTest ActionCategory = "Test" ActionCategoryInvoke ActionCategory = "Invoke" ActionCategoryApproval ActionCategory = "Approval" ) func (enum ActionCategory) MarshalValue() (string, error) { return string(enum), nil } func (enum ActionCategory) MarshalValueBuf(b []byte) ([]byte, error) { b = b[0:0] return append(b, enum...), nil } type ActionConfigurationPropertyType string // Enum values for ActionConfigurationPropertyType const ( ActionConfigurationPropertyTypeString ActionConfigurationPropertyType = "String" ActionConfigurationPropertyTypeNumber ActionConfigurationPropertyType = "Number" ActionConfigurationPropertyTypeBoolean ActionConfigurationPropertyType = "Boolean" ) func (enum ActionConfigurationPropertyType) MarshalValue() (string, error) { return string(enum), nil } func (enum ActionConfigurationPropertyType) MarshalValueBuf(b []byte) ([]byte, error) { b = b[0:0] return append(b, enum...), nil } type ActionExecutionStatus string // Enum values for ActionExecutionStatus const ( ActionExecutionStatusInProgress ActionExecutionStatus = "InProgress" ActionExecutionStatusAbandoned ActionExecutionStatus = "Abandoned" ActionExecutionStatusSucceeded ActionExecutionStatus = "Succeeded" ActionExecutionStatusFailed ActionExecutionStatus = "Failed" ) func (enum ActionExecutionStatus) MarshalValue() (string, error) { return string(enum), nil } func (enum ActionExecutionStatus) MarshalValueBuf(b []byte) ([]byte, error) { b = b[0:0] return append(b, enum...), nil } type ActionOwner string // Enum values for ActionOwner const ( ActionOwnerAws ActionOwner = "AWS" ActionOwnerThirdParty ActionOwner = "ThirdParty" ActionOwnerCustom ActionOwner = "Custom" ) func (enum ActionOwner) MarshalValue() (string, error) { return string(enum), nil } func (enum ActionOwner) MarshalValueBuf(b []byte) ([]byte, error) { b = b[0:0] return append(b, enum...), nil } type ApprovalStatus string // Enum values for ApprovalStatus const ( ApprovalStatusApproved ApprovalStatus = "Approved" ApprovalStatusRejected ApprovalStatus = "Rejected" ) func (enum ApprovalStatus) MarshalValue() (string, error) { return string(enum), nil } func (enum ApprovalStatus) MarshalValueBuf(b []byte) ([]byte, error) { b = b[0:0] return append(b, enum...), nil } type ArtifactLocationType string // Enum values for ArtifactLocationType const ( ArtifactLocationTypeS3 ArtifactLocationType = "S3" ) func (enum ArtifactLocationType) MarshalValue() (string, error) { return string(enum), nil } func (enum ArtifactLocationType) MarshalValueBuf(b []byte) ([]byte, error) { b = b[0:0] return append(b, enum...), nil } type ArtifactStoreType string // Enum values for ArtifactStoreType const ( ArtifactStoreTypeS3 ArtifactStoreType = "S3" ) func (enum ArtifactStoreType) MarshalValue() (string, error) { return string(enum), nil } func (enum ArtifactStoreType) MarshalValueBuf(b []byte) ([]byte, error) { b = b[0:0] return append(b, enum...), nil } type BlockerType string // Enum values for BlockerType const ( BlockerTypeSchedule BlockerType = "Schedule" ) func (enum BlockerType) MarshalValue() (string, error) { return string(enum), nil } func (enum BlockerType) MarshalValueBuf(b []byte) ([]byte, error) { b = b[0:0] return append(b, enum...), nil } type EncryptionKeyType string // Enum values for EncryptionKeyType const ( EncryptionKeyTypeKms EncryptionKeyType = "KMS" ) func (enum EncryptionKeyType) MarshalValue() (string, error) { return string(enum), nil } func (enum EncryptionKeyType) MarshalValueBuf(b []byte) ([]byte, error) { b = b[0:0] return append(b, enum...), nil } type FailureType string // Enum values for FailureType const ( FailureTypeJobFailed FailureType = "JobFailed" FailureTypeConfigurationError FailureType = "ConfigurationError" FailureTypePermissionError FailureType = "PermissionError" FailureTypeRevisionOutOfSync FailureType = "RevisionOutOfSync" FailureTypeRevisionUnavailable FailureType = "RevisionUnavailable" FailureTypeSystemUnavailable FailureType = "SystemUnavailable" ) func (enum FailureType) MarshalValue() (string, error) { return string(enum), nil } func (enum FailureType) MarshalValueBuf(b []byte) ([]byte, error) { b = b[0:0] return append(b, enum...), nil } type JobStatus string // Enum values for JobStatus const ( JobStatusCreated JobStatus = "Created" JobStatusQueued JobStatus = "Queued" JobStatusDispatched JobStatus = "Dispatched" JobStatusInProgress JobStatus = "InProgress" JobStatusTimedOut JobStatus = "TimedOut" JobStatusSucceeded JobStatus = "Succeeded" JobStatusFailed JobStatus = "Failed" ) func (enum JobStatus) MarshalValue() (string, error) { return string(enum), nil } func (enum JobStatus) MarshalValueBuf(b []byte) ([]byte, error) { b = b[0:0] return append(b, enum...), nil } type PipelineExecutionStatus string // Enum values for PipelineExecutionStatus const ( PipelineExecutionStatusInProgress PipelineExecutionStatus = "InProgress" PipelineExecutionStatusStopped PipelineExecutionStatus = "Stopped" PipelineExecutionStatusStopping PipelineExecutionStatus = "Stopping" PipelineExecutionStatusSucceeded PipelineExecutionStatus = "Succeeded" PipelineExecutionStatusSuperseded PipelineExecutionStatus = "Superseded" PipelineExecutionStatusFailed PipelineExecutionStatus = "Failed" ) func (enum PipelineExecutionStatus) MarshalValue() (string, error) { return string(enum), nil } func (enum PipelineExecutionStatus) MarshalValueBuf(b []byte) ([]byte, error) { b = b[0:0] return append(b, enum...), nil } type StageExecutionStatus string // Enum values for StageExecutionStatus const ( StageExecutionStatusInProgress StageExecutionStatus = "InProgress" StageExecutionStatusFailed StageExecutionStatus = "Failed" StageExecutionStatusStopped StageExecutionStatus = "Stopped" StageExecutionStatusStopping StageExecutionStatus = "Stopping" StageExecutionStatusSucceeded StageExecutionStatus = "Succeeded" ) func (enum StageExecutionStatus) MarshalValue() (string, error) { return string(enum), nil } func (enum StageExecutionStatus) MarshalValueBuf(b []byte) ([]byte, error) { b = b[0:0] return append(b, enum...), nil } type StageRetryMode string // Enum values for StageRetryMode const ( StageRetryModeFailedActions StageRetryMode = "FAILED_ACTIONS" ) func (enum StageRetryMode) MarshalValue() (string, error) { return string(enum), nil } func (enum StageRetryMode) MarshalValueBuf(b []byte) ([]byte, error) { b = b[0:0] return append(b, enum...), nil } type StageTransitionType string // Enum values for StageTransitionType const ( StageTransitionTypeInbound StageTransitionType = "Inbound" StageTransitionTypeOutbound StageTransitionType = "Outbound" ) func (enum StageTransitionType) MarshalValue() (string, error) { return string(enum), nil } func (enum StageTransitionType) MarshalValueBuf(b []byte) ([]byte, error) { b = b[0:0] return append(b, enum...), nil } type TriggerType string // Enum values for TriggerType const ( TriggerTypeCreatePipeline TriggerType = "CreatePipeline" TriggerTypeStartPipelineExecution TriggerType = "StartPipelineExecution" TriggerTypePollForSourceChanges TriggerType = "PollForSourceChanges" TriggerTypeWebhook TriggerType = "Webhook" TriggerTypeCloudWatchEvent TriggerType = "CloudWatchEvent" TriggerTypePutActionRevision TriggerType = "PutActionRevision" ) func (enum TriggerType) MarshalValue() (string, error) { return string(enum), nil } func (enum TriggerType) MarshalValueBuf(b []byte) ([]byte, error) { b = b[0:0] return append(b, enum...), nil } type WebhookAuthenticationType string // Enum values for WebhookAuthenticationType const ( WebhookAuthenticationTypeGithubHmac WebhookAuthenticationType = "GITHUB_HMAC" WebhookAuthenticationTypeIp WebhookAuthenticationType = "IP" WebhookAuthenticationTypeUnauthenticated WebhookAuthenticationType = "UNAUTHENTICATED" ) func (enum WebhookAuthenticationType) MarshalValue() (string, error) { return string(enum), nil } func (enum WebhookAuthenticationType) MarshalValueBuf(b []byte) ([]byte, error) { b = b[0:0] return append(b, enum...), nil }