Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + const ActionCategoryApproval + const ActionCategoryBuild + const ActionCategoryDeploy + const ActionCategoryInvoke + const ActionCategorySource + const ActionCategoryTest + const ActionConfigurationPropertyTypeBoolean + const ActionConfigurationPropertyTypeNumber + const ActionConfigurationPropertyTypeString + const ActionExecutionStatusAbandoned + const ActionExecutionStatusFailed + const ActionExecutionStatusInProgress + const ActionExecutionStatusSucceeded + const ActionOwnerAws + const ActionOwnerCustom + const ActionOwnerThirdParty + const ApprovalStatusApproved + const ApprovalStatusRejected + const ArtifactLocationTypeS3 + const ArtifactStoreTypeS3 + const BlockerTypeSchedule + const EncryptionKeyTypeKms + const EndpointsID + const ErrCodeActionNotFoundException + const ErrCodeActionTypeNotFoundException + const ErrCodeApprovalAlreadyCompletedException + const ErrCodeConcurrentModificationException + const ErrCodeConflictException + const ErrCodeDuplicatedStopRequestException + const ErrCodeInvalidActionDeclarationException + const ErrCodeInvalidApprovalTokenException + const ErrCodeInvalidArnException + const ErrCodeInvalidBlockerDeclarationException + const ErrCodeInvalidClientTokenException + const ErrCodeInvalidJobException + const ErrCodeInvalidJobStateException + const ErrCodeInvalidNextTokenException + const ErrCodeInvalidNonceException + const ErrCodeInvalidStageDeclarationException + const ErrCodeInvalidStructureException + const ErrCodeInvalidTagsException + const ErrCodeInvalidWebhookAuthenticationParametersException + const ErrCodeInvalidWebhookFilterPatternException + const ErrCodeJobNotFoundException + const ErrCodeLimitExceededException + const ErrCodeNotLatestPipelineExecutionException + const ErrCodeOutputVariablesSizeExceededException + const ErrCodePipelineExecutionNotFoundException + const ErrCodePipelineExecutionNotStoppableException + const ErrCodePipelineNameInUseException + const ErrCodePipelineNotFoundException + const ErrCodePipelineVersionNotFoundException + const ErrCodeRequestFailedException + const ErrCodeResourceNotFoundException + const ErrCodeStageNotFoundException + const ErrCodeStageNotRetryableException + const ErrCodeTooManyTagsException + const ErrCodeValidationException + const ErrCodeWebhookNotFoundException + const ExecutorTypeJobWorker + const ExecutorTypeLambda + const FailureTypeConfigurationError + const FailureTypeJobFailed + const FailureTypePermissionError + const FailureTypeRevisionOutOfSync + const FailureTypeRevisionUnavailable + const FailureTypeSystemUnavailable + const JobStatusCreated + const JobStatusDispatched + const JobStatusFailed + const JobStatusInProgress + const JobStatusQueued + const JobStatusSucceeded + const JobStatusTimedOut + const PipelineExecutionStatusCancelled + const PipelineExecutionStatusFailed + const PipelineExecutionStatusInProgress + const PipelineExecutionStatusStopped + const PipelineExecutionStatusStopping + const PipelineExecutionStatusSucceeded + const PipelineExecutionStatusSuperseded + const PipelineTriggerProviderTypeCodeStarSourceConnection + const PipelineTypeV1 + const PipelineTypeV2 + const ServiceID + const ServiceName + const SourceRevisionTypeCommitId + const SourceRevisionTypeImageDigest + const SourceRevisionTypeS3ObjectVersionId + const StageExecutionStatusCancelled + const StageExecutionStatusFailed + const StageExecutionStatusInProgress + const StageExecutionStatusStopped + const StageExecutionStatusStopping + const StageExecutionStatusSucceeded + const StageRetryModeAllActions + const StageRetryModeFailedActions + const StageTransitionTypeInbound + const StageTransitionTypeOutbound + const TriggerTypeCloudWatchEvent + const TriggerTypeCreatePipeline + const TriggerTypePollForSourceChanges + const TriggerTypePutActionRevision + const TriggerTypeStartPipelineExecution + const TriggerTypeWebhook + const TriggerTypeWebhookV2 + const WebhookAuthenticationTypeGithubHmac + const WebhookAuthenticationTypeIp + const WebhookAuthenticationTypeUnauthenticated + func ActionCategory_Values() []string + func ActionConfigurationPropertyType_Values() []string + func ActionExecutionStatus_Values() []string + func ActionOwner_Values() []string + func ApprovalStatus_Values() []string + func ArtifactLocationType_Values() []string + func ArtifactStoreType_Values() []string + func BlockerType_Values() []string + func EncryptionKeyType_Values() []string + func ExecutorType_Values() []string + func FailureType_Values() []string + func JobStatus_Values() []string + func PipelineExecutionStatus_Values() []string + func PipelineTriggerProviderType_Values() []string + func PipelineType_Values() []string + func SourceRevisionType_Values() []string + func StageExecutionStatus_Values() []string + func StageRetryMode_Values() []string + func StageTransitionType_Values() []string + func TriggerType_Values() []string + func WebhookAuthenticationType_Values() []string + type AWSSessionCredentials struct + AccessKeyId *string + SecretAccessKey *string + SessionToken *string + func (s *AWSSessionCredentials) SetAccessKeyId(v string) *AWSSessionCredentials + func (s *AWSSessionCredentials) SetSecretAccessKey(v string) *AWSSessionCredentials + func (s *AWSSessionCredentials) SetSessionToken(v string) *AWSSessionCredentials + func (s AWSSessionCredentials) GoString() string + func (s AWSSessionCredentials) String() string + type AcknowledgeJobInput struct + JobId *string + Nonce *string + func (s *AcknowledgeJobInput) SetJobId(v string) *AcknowledgeJobInput + func (s *AcknowledgeJobInput) SetNonce(v string) *AcknowledgeJobInput + func (s *AcknowledgeJobInput) Validate() error + func (s AcknowledgeJobInput) GoString() string + func (s AcknowledgeJobInput) String() string + type AcknowledgeJobOutput struct + Status *string + func (s *AcknowledgeJobOutput) SetStatus(v string) *AcknowledgeJobOutput + func (s AcknowledgeJobOutput) GoString() string + func (s AcknowledgeJobOutput) String() string + type AcknowledgeThirdPartyJobInput struct + ClientToken *string + JobId *string + Nonce *string + func (s *AcknowledgeThirdPartyJobInput) SetClientToken(v string) *AcknowledgeThirdPartyJobInput + func (s *AcknowledgeThirdPartyJobInput) SetJobId(v string) *AcknowledgeThirdPartyJobInput + func (s *AcknowledgeThirdPartyJobInput) SetNonce(v string) *AcknowledgeThirdPartyJobInput + func (s *AcknowledgeThirdPartyJobInput) Validate() error + func (s AcknowledgeThirdPartyJobInput) GoString() string + func (s AcknowledgeThirdPartyJobInput) String() string + type AcknowledgeThirdPartyJobOutput struct + Status *string + func (s *AcknowledgeThirdPartyJobOutput) SetStatus(v string) *AcknowledgeThirdPartyJobOutput + func (s AcknowledgeThirdPartyJobOutput) GoString() string + func (s AcknowledgeThirdPartyJobOutput) String() string + type ActionConfiguration struct + Configuration map[string]*string + func (s *ActionConfiguration) SetConfiguration(v map[string]*string) *ActionConfiguration + func (s ActionConfiguration) GoString() string + func (s ActionConfiguration) String() string + type ActionConfigurationProperty struct + Description *string + Key *bool + Name *string + Queryable *bool + Required *bool + Secret *bool + Type *string + func (s *ActionConfigurationProperty) SetDescription(v string) *ActionConfigurationProperty + func (s *ActionConfigurationProperty) SetKey(v bool) *ActionConfigurationProperty + func (s *ActionConfigurationProperty) SetName(v string) *ActionConfigurationProperty + func (s *ActionConfigurationProperty) SetQueryable(v bool) *ActionConfigurationProperty + func (s *ActionConfigurationProperty) SetRequired(v bool) *ActionConfigurationProperty + func (s *ActionConfigurationProperty) SetSecret(v bool) *ActionConfigurationProperty + func (s *ActionConfigurationProperty) SetType(v string) *ActionConfigurationProperty + func (s *ActionConfigurationProperty) Validate() error + func (s ActionConfigurationProperty) GoString() string + func (s ActionConfigurationProperty) String() string + type ActionContext struct + ActionExecutionId *string + Name *string + func (s *ActionContext) SetActionExecutionId(v string) *ActionContext + func (s *ActionContext) SetName(v string) *ActionContext + func (s ActionContext) GoString() string + func (s ActionContext) String() string + type ActionDeclaration struct + ActionTypeId *ActionTypeId + Configuration map[string]*string + InputArtifacts []*InputArtifact + Name *string + Namespace *string + OutputArtifacts []*OutputArtifact + Region *string + RoleArn *string + RunOrder *int64 + func (s *ActionDeclaration) SetActionTypeId(v *ActionTypeId) *ActionDeclaration + func (s *ActionDeclaration) SetConfiguration(v map[string]*string) *ActionDeclaration + func (s *ActionDeclaration) SetInputArtifacts(v []*InputArtifact) *ActionDeclaration + func (s *ActionDeclaration) SetName(v string) *ActionDeclaration + func (s *ActionDeclaration) SetNamespace(v string) *ActionDeclaration + func (s *ActionDeclaration) SetOutputArtifacts(v []*OutputArtifact) *ActionDeclaration + func (s *ActionDeclaration) SetRegion(v string) *ActionDeclaration + func (s *ActionDeclaration) SetRoleArn(v string) *ActionDeclaration + func (s *ActionDeclaration) SetRunOrder(v int64) *ActionDeclaration + func (s *ActionDeclaration) Validate() error + func (s ActionDeclaration) GoString() string + func (s ActionDeclaration) String() string + type ActionExecution struct + ActionExecutionId *string + ErrorDetails *ErrorDetails + ExternalExecutionId *string + ExternalExecutionUrl *string + LastStatusChange *time.Time + LastUpdatedBy *string + PercentComplete *int64 + Status *string + Summary *string + Token *string + func (s *ActionExecution) SetActionExecutionId(v string) *ActionExecution + func (s *ActionExecution) SetErrorDetails(v *ErrorDetails) *ActionExecution + func (s *ActionExecution) SetExternalExecutionId(v string) *ActionExecution + func (s *ActionExecution) SetExternalExecutionUrl(v string) *ActionExecution + func (s *ActionExecution) SetLastStatusChange(v time.Time) *ActionExecution + func (s *ActionExecution) SetLastUpdatedBy(v string) *ActionExecution + func (s *ActionExecution) SetPercentComplete(v int64) *ActionExecution + func (s *ActionExecution) SetStatus(v string) *ActionExecution + func (s *ActionExecution) SetSummary(v string) *ActionExecution + func (s *ActionExecution) SetToken(v string) *ActionExecution + func (s ActionExecution) GoString() string + func (s ActionExecution) String() string + type ActionExecutionDetail struct + ActionExecutionId *string + ActionName *string + Input *ActionExecutionInput + LastUpdateTime *time.Time + Output *ActionExecutionOutput + PipelineExecutionId *string + PipelineVersion *int64 + StageName *string + StartTime *time.Time + Status *string + func (s *ActionExecutionDetail) SetActionExecutionId(v string) *ActionExecutionDetail + func (s *ActionExecutionDetail) SetActionName(v string) *ActionExecutionDetail + func (s *ActionExecutionDetail) SetInput(v *ActionExecutionInput) *ActionExecutionDetail + func (s *ActionExecutionDetail) SetLastUpdateTime(v time.Time) *ActionExecutionDetail + func (s *ActionExecutionDetail) SetOutput(v *ActionExecutionOutput) *ActionExecutionDetail + func (s *ActionExecutionDetail) SetPipelineExecutionId(v string) *ActionExecutionDetail + func (s *ActionExecutionDetail) SetPipelineVersion(v int64) *ActionExecutionDetail + func (s *ActionExecutionDetail) SetStageName(v string) *ActionExecutionDetail + func (s *ActionExecutionDetail) SetStartTime(v time.Time) *ActionExecutionDetail + func (s *ActionExecutionDetail) SetStatus(v string) *ActionExecutionDetail + func (s ActionExecutionDetail) GoString() string + func (s ActionExecutionDetail) String() string + type ActionExecutionFilter struct + PipelineExecutionId *string + func (s *ActionExecutionFilter) SetPipelineExecutionId(v string) *ActionExecutionFilter + func (s ActionExecutionFilter) GoString() string + func (s ActionExecutionFilter) String() string + type ActionExecutionInput struct + ActionTypeId *ActionTypeId + Configuration map[string]*string + InputArtifacts []*ArtifactDetail + Namespace *string + Region *string + ResolvedConfiguration map[string]*string + RoleArn *string + func (s *ActionExecutionInput) SetActionTypeId(v *ActionTypeId) *ActionExecutionInput + func (s *ActionExecutionInput) SetConfiguration(v map[string]*string) *ActionExecutionInput + func (s *ActionExecutionInput) SetInputArtifacts(v []*ArtifactDetail) *ActionExecutionInput + func (s *ActionExecutionInput) SetNamespace(v string) *ActionExecutionInput + func (s *ActionExecutionInput) SetRegion(v string) *ActionExecutionInput + func (s *ActionExecutionInput) SetResolvedConfiguration(v map[string]*string) *ActionExecutionInput + func (s *ActionExecutionInput) SetRoleArn(v string) *ActionExecutionInput + func (s ActionExecutionInput) GoString() string + func (s ActionExecutionInput) String() string + type ActionExecutionOutput struct + ExecutionResult *ActionExecutionResult + OutputArtifacts []*ArtifactDetail + OutputVariables map[string]*string + func (s *ActionExecutionOutput) SetExecutionResult(v *ActionExecutionResult) *ActionExecutionOutput + func (s *ActionExecutionOutput) SetOutputArtifacts(v []*ArtifactDetail) *ActionExecutionOutput + func (s *ActionExecutionOutput) SetOutputVariables(v map[string]*string) *ActionExecutionOutput + func (s ActionExecutionOutput) GoString() string + func (s ActionExecutionOutput) String() string + type ActionExecutionResult struct + ExternalExecutionId *string + ExternalExecutionSummary *string + ExternalExecutionUrl *string + func (s *ActionExecutionResult) SetExternalExecutionId(v string) *ActionExecutionResult + func (s *ActionExecutionResult) SetExternalExecutionSummary(v string) *ActionExecutionResult + func (s *ActionExecutionResult) SetExternalExecutionUrl(v string) *ActionExecutionResult + func (s ActionExecutionResult) GoString() string + func (s ActionExecutionResult) String() string + type ActionNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ActionNotFoundException) Code() string + func (s *ActionNotFoundException) Error() string + func (s *ActionNotFoundException) Message() string + func (s *ActionNotFoundException) OrigErr() error + func (s *ActionNotFoundException) RequestID() string + func (s *ActionNotFoundException) StatusCode() int + func (s ActionNotFoundException) GoString() string + func (s ActionNotFoundException) String() string + type ActionRevision struct + Created *time.Time + RevisionChangeId *string + RevisionId *string + func (s *ActionRevision) SetCreated(v time.Time) *ActionRevision + func (s *ActionRevision) SetRevisionChangeId(v string) *ActionRevision + func (s *ActionRevision) SetRevisionId(v string) *ActionRevision + func (s *ActionRevision) Validate() error + func (s ActionRevision) GoString() string + func (s ActionRevision) String() string + type ActionState struct + ActionName *string + CurrentRevision *ActionRevision + EntityUrl *string + LatestExecution *ActionExecution + RevisionUrl *string + func (s *ActionState) SetActionName(v string) *ActionState + func (s *ActionState) SetCurrentRevision(v *ActionRevision) *ActionState + func (s *ActionState) SetEntityUrl(v string) *ActionState + func (s *ActionState) SetLatestExecution(v *ActionExecution) *ActionState + func (s *ActionState) SetRevisionUrl(v string) *ActionState + func (s ActionState) GoString() string + func (s ActionState) String() string + type ActionType struct + ActionConfigurationProperties []*ActionConfigurationProperty + Id *ActionTypeId + InputArtifactDetails *ArtifactDetails + OutputArtifactDetails *ArtifactDetails + Settings *ActionTypeSettings + func (s *ActionType) SetActionConfigurationProperties(v []*ActionConfigurationProperty) *ActionType + func (s *ActionType) SetId(v *ActionTypeId) *ActionType + func (s *ActionType) SetInputArtifactDetails(v *ArtifactDetails) *ActionType + func (s *ActionType) SetOutputArtifactDetails(v *ArtifactDetails) *ActionType + func (s *ActionType) SetSettings(v *ActionTypeSettings) *ActionType + func (s ActionType) GoString() string + func (s ActionType) String() string + type ActionTypeArtifactDetails struct + MaximumCount *int64 + MinimumCount *int64 + func (s *ActionTypeArtifactDetails) SetMaximumCount(v int64) *ActionTypeArtifactDetails + func (s *ActionTypeArtifactDetails) SetMinimumCount(v int64) *ActionTypeArtifactDetails + func (s *ActionTypeArtifactDetails) Validate() error + func (s ActionTypeArtifactDetails) GoString() string + func (s ActionTypeArtifactDetails) String() string + type ActionTypeDeclaration struct + Description *string + Executor *ActionTypeExecutor + Id *ActionTypeIdentifier + InputArtifactDetails *ActionTypeArtifactDetails + OutputArtifactDetails *ActionTypeArtifactDetails + Permissions *ActionTypePermissions + Properties []*ActionTypeProperty + Urls *ActionTypeUrls + func (s *ActionTypeDeclaration) SetDescription(v string) *ActionTypeDeclaration + func (s *ActionTypeDeclaration) SetExecutor(v *ActionTypeExecutor) *ActionTypeDeclaration + func (s *ActionTypeDeclaration) SetId(v *ActionTypeIdentifier) *ActionTypeDeclaration + func (s *ActionTypeDeclaration) SetInputArtifactDetails(v *ActionTypeArtifactDetails) *ActionTypeDeclaration + func (s *ActionTypeDeclaration) SetOutputArtifactDetails(v *ActionTypeArtifactDetails) *ActionTypeDeclaration + func (s *ActionTypeDeclaration) SetPermissions(v *ActionTypePermissions) *ActionTypeDeclaration + func (s *ActionTypeDeclaration) SetProperties(v []*ActionTypeProperty) *ActionTypeDeclaration + func (s *ActionTypeDeclaration) SetUrls(v *ActionTypeUrls) *ActionTypeDeclaration + func (s *ActionTypeDeclaration) Validate() error + func (s ActionTypeDeclaration) GoString() string + func (s ActionTypeDeclaration) String() string + type ActionTypeExecutor struct + Configuration *ExecutorConfiguration + JobTimeout *int64 + PolicyStatementsTemplate *string + Type *string + func (s *ActionTypeExecutor) SetConfiguration(v *ExecutorConfiguration) *ActionTypeExecutor + func (s *ActionTypeExecutor) SetJobTimeout(v int64) *ActionTypeExecutor + func (s *ActionTypeExecutor) SetPolicyStatementsTemplate(v string) *ActionTypeExecutor + func (s *ActionTypeExecutor) SetType(v string) *ActionTypeExecutor + func (s *ActionTypeExecutor) Validate() error + func (s ActionTypeExecutor) GoString() string + func (s ActionTypeExecutor) String() string + type ActionTypeId struct + Category *string + Owner *string + Provider *string + Version *string + func (s *ActionTypeId) SetCategory(v string) *ActionTypeId + func (s *ActionTypeId) SetOwner(v string) *ActionTypeId + func (s *ActionTypeId) SetProvider(v string) *ActionTypeId + func (s *ActionTypeId) SetVersion(v string) *ActionTypeId + func (s *ActionTypeId) Validate() error + func (s ActionTypeId) GoString() string + func (s ActionTypeId) String() string + type ActionTypeIdentifier struct + Category *string + Owner *string + Provider *string + Version *string + func (s *ActionTypeIdentifier) SetCategory(v string) *ActionTypeIdentifier + func (s *ActionTypeIdentifier) SetOwner(v string) *ActionTypeIdentifier + func (s *ActionTypeIdentifier) SetProvider(v string) *ActionTypeIdentifier + func (s *ActionTypeIdentifier) SetVersion(v string) *ActionTypeIdentifier + func (s *ActionTypeIdentifier) Validate() error + func (s ActionTypeIdentifier) GoString() string + func (s ActionTypeIdentifier) String() string + type ActionTypeNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ActionTypeNotFoundException) Code() string + func (s *ActionTypeNotFoundException) Error() string + func (s *ActionTypeNotFoundException) Message() string + func (s *ActionTypeNotFoundException) OrigErr() error + func (s *ActionTypeNotFoundException) RequestID() string + func (s *ActionTypeNotFoundException) StatusCode() int + func (s ActionTypeNotFoundException) GoString() string + func (s ActionTypeNotFoundException) String() string + type ActionTypePermissions struct + AllowedAccounts []*string + func (s *ActionTypePermissions) SetAllowedAccounts(v []*string) *ActionTypePermissions + func (s *ActionTypePermissions) Validate() error + func (s ActionTypePermissions) GoString() string + func (s ActionTypePermissions) String() string + type ActionTypeProperty struct + Description *string + Key *bool + Name *string + NoEcho *bool + Optional *bool + Queryable *bool + func (s *ActionTypeProperty) SetDescription(v string) *ActionTypeProperty + func (s *ActionTypeProperty) SetKey(v bool) *ActionTypeProperty + func (s *ActionTypeProperty) SetName(v string) *ActionTypeProperty + func (s *ActionTypeProperty) SetNoEcho(v bool) *ActionTypeProperty + func (s *ActionTypeProperty) SetOptional(v bool) *ActionTypeProperty + func (s *ActionTypeProperty) SetQueryable(v bool) *ActionTypeProperty + func (s *ActionTypeProperty) Validate() error + func (s ActionTypeProperty) GoString() string + func (s ActionTypeProperty) String() string + type ActionTypeSettings struct + EntityUrlTemplate *string + ExecutionUrlTemplate *string + RevisionUrlTemplate *string + ThirdPartyConfigurationUrl *string + func (s *ActionTypeSettings) SetEntityUrlTemplate(v string) *ActionTypeSettings + func (s *ActionTypeSettings) SetExecutionUrlTemplate(v string) *ActionTypeSettings + func (s *ActionTypeSettings) SetRevisionUrlTemplate(v string) *ActionTypeSettings + func (s *ActionTypeSettings) SetThirdPartyConfigurationUrl(v string) *ActionTypeSettings + func (s *ActionTypeSettings) Validate() error + func (s ActionTypeSettings) GoString() string + func (s ActionTypeSettings) String() string + type ActionTypeUrls struct + ConfigurationUrl *string + EntityUrlTemplate *string + ExecutionUrlTemplate *string + RevisionUrlTemplate *string + func (s *ActionTypeUrls) SetConfigurationUrl(v string) *ActionTypeUrls + func (s *ActionTypeUrls) SetEntityUrlTemplate(v string) *ActionTypeUrls + func (s *ActionTypeUrls) SetExecutionUrlTemplate(v string) *ActionTypeUrls + func (s *ActionTypeUrls) SetRevisionUrlTemplate(v string) *ActionTypeUrls + func (s *ActionTypeUrls) Validate() error + func (s ActionTypeUrls) GoString() string + func (s ActionTypeUrls) String() string + type ApprovalAlreadyCompletedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ApprovalAlreadyCompletedException) Code() string + func (s *ApprovalAlreadyCompletedException) Error() string + func (s *ApprovalAlreadyCompletedException) Message() string + func (s *ApprovalAlreadyCompletedException) OrigErr() error + func (s *ApprovalAlreadyCompletedException) RequestID() string + func (s *ApprovalAlreadyCompletedException) StatusCode() int + func (s ApprovalAlreadyCompletedException) GoString() string + func (s ApprovalAlreadyCompletedException) String() string + type ApprovalResult struct + Status *string + Summary *string + func (s *ApprovalResult) SetStatus(v string) *ApprovalResult + func (s *ApprovalResult) SetSummary(v string) *ApprovalResult + func (s *ApprovalResult) Validate() error + func (s ApprovalResult) GoString() string + func (s ApprovalResult) String() string + type Artifact struct + Location *ArtifactLocation + Name *string + Revision *string + func (s *Artifact) SetLocation(v *ArtifactLocation) *Artifact + func (s *Artifact) SetName(v string) *Artifact + func (s *Artifact) SetRevision(v string) *Artifact + func (s Artifact) GoString() string + func (s Artifact) String() string + type ArtifactDetail struct + Name *string + S3location *S3Location + func (s *ArtifactDetail) SetName(v string) *ArtifactDetail + func (s *ArtifactDetail) SetS3location(v *S3Location) *ArtifactDetail + func (s ArtifactDetail) GoString() string + func (s ArtifactDetail) String() string + type ArtifactDetails struct + MaximumCount *int64 + MinimumCount *int64 + func (s *ArtifactDetails) SetMaximumCount(v int64) *ArtifactDetails + func (s *ArtifactDetails) SetMinimumCount(v int64) *ArtifactDetails + func (s *ArtifactDetails) Validate() error + func (s ArtifactDetails) GoString() string + func (s ArtifactDetails) String() string + type ArtifactLocation struct + S3Location *S3ArtifactLocation + Type *string + func (s *ArtifactLocation) SetS3Location(v *S3ArtifactLocation) *ArtifactLocation + func (s *ArtifactLocation) SetType(v string) *ArtifactLocation + func (s ArtifactLocation) GoString() string + func (s ArtifactLocation) String() string + type ArtifactRevision struct + Created *time.Time + Name *string + RevisionChangeIdentifier *string + RevisionId *string + RevisionSummary *string + RevisionUrl *string + func (s *ArtifactRevision) SetCreated(v time.Time) *ArtifactRevision + func (s *ArtifactRevision) SetName(v string) *ArtifactRevision + func (s *ArtifactRevision) SetRevisionChangeIdentifier(v string) *ArtifactRevision + func (s *ArtifactRevision) SetRevisionId(v string) *ArtifactRevision + func (s *ArtifactRevision) SetRevisionSummary(v string) *ArtifactRevision + func (s *ArtifactRevision) SetRevisionUrl(v string) *ArtifactRevision + func (s ArtifactRevision) GoString() string + func (s ArtifactRevision) String() string + type ArtifactStore struct + EncryptionKey *EncryptionKey + Location *string + Type *string + func (s *ArtifactStore) SetEncryptionKey(v *EncryptionKey) *ArtifactStore + func (s *ArtifactStore) SetLocation(v string) *ArtifactStore + func (s *ArtifactStore) SetType(v string) *ArtifactStore + func (s *ArtifactStore) Validate() error + func (s ArtifactStore) GoString() string + func (s ArtifactStore) String() string + type BlockerDeclaration struct + Name *string + Type *string + func (s *BlockerDeclaration) SetName(v string) *BlockerDeclaration + func (s *BlockerDeclaration) SetType(v string) *BlockerDeclaration + func (s *BlockerDeclaration) Validate() error + func (s BlockerDeclaration) GoString() string + func (s BlockerDeclaration) String() string + type CodePipeline struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *CodePipeline + func (c *CodePipeline) AcknowledgeJob(input *AcknowledgeJobInput) (*AcknowledgeJobOutput, error) + func (c *CodePipeline) AcknowledgeJobRequest(input *AcknowledgeJobInput) (req *request.Request, output *AcknowledgeJobOutput) + func (c *CodePipeline) AcknowledgeJobWithContext(ctx aws.Context, input *AcknowledgeJobInput, opts ...request.Option) (*AcknowledgeJobOutput, error) + func (c *CodePipeline) AcknowledgeThirdPartyJob(input *AcknowledgeThirdPartyJobInput) (*AcknowledgeThirdPartyJobOutput, error) + func (c *CodePipeline) AcknowledgeThirdPartyJobRequest(input *AcknowledgeThirdPartyJobInput) (req *request.Request, output *AcknowledgeThirdPartyJobOutput) + func (c *CodePipeline) AcknowledgeThirdPartyJobWithContext(ctx aws.Context, input *AcknowledgeThirdPartyJobInput, opts ...request.Option) (*AcknowledgeThirdPartyJobOutput, error) + func (c *CodePipeline) CreateCustomActionType(input *CreateCustomActionTypeInput) (*CreateCustomActionTypeOutput, error) + func (c *CodePipeline) CreateCustomActionTypeRequest(input *CreateCustomActionTypeInput) (req *request.Request, output *CreateCustomActionTypeOutput) + func (c *CodePipeline) CreateCustomActionTypeWithContext(ctx aws.Context, input *CreateCustomActionTypeInput, opts ...request.Option) (*CreateCustomActionTypeOutput, error) + func (c *CodePipeline) CreatePipeline(input *CreatePipelineInput) (*CreatePipelineOutput, error) + func (c *CodePipeline) CreatePipelineRequest(input *CreatePipelineInput) (req *request.Request, output *CreatePipelineOutput) + func (c *CodePipeline) CreatePipelineWithContext(ctx aws.Context, input *CreatePipelineInput, opts ...request.Option) (*CreatePipelineOutput, error) + func (c *CodePipeline) DeleteCustomActionType(input *DeleteCustomActionTypeInput) (*DeleteCustomActionTypeOutput, error) + func (c *CodePipeline) DeleteCustomActionTypeRequest(input *DeleteCustomActionTypeInput) (req *request.Request, output *DeleteCustomActionTypeOutput) + func (c *CodePipeline) DeleteCustomActionTypeWithContext(ctx aws.Context, input *DeleteCustomActionTypeInput, opts ...request.Option) (*DeleteCustomActionTypeOutput, error) + func (c *CodePipeline) DeletePipeline(input *DeletePipelineInput) (*DeletePipelineOutput, error) + func (c *CodePipeline) DeletePipelineRequest(input *DeletePipelineInput) (req *request.Request, output *DeletePipelineOutput) + func (c *CodePipeline) DeletePipelineWithContext(ctx aws.Context, input *DeletePipelineInput, opts ...request.Option) (*DeletePipelineOutput, error) + func (c *CodePipeline) DeleteWebhook(input *DeleteWebhookInput) (*DeleteWebhookOutput, error) + func (c *CodePipeline) DeleteWebhookRequest(input *DeleteWebhookInput) (req *request.Request, output *DeleteWebhookOutput) + func (c *CodePipeline) DeleteWebhookWithContext(ctx aws.Context, input *DeleteWebhookInput, opts ...request.Option) (*DeleteWebhookOutput, error) + func (c *CodePipeline) DeregisterWebhookWithThirdParty(input *DeregisterWebhookWithThirdPartyInput) (*DeregisterWebhookWithThirdPartyOutput, error) + func (c *CodePipeline) DeregisterWebhookWithThirdPartyRequest(input *DeregisterWebhookWithThirdPartyInput) (req *request.Request, output *DeregisterWebhookWithThirdPartyOutput) + func (c *CodePipeline) DeregisterWebhookWithThirdPartyWithContext(ctx aws.Context, input *DeregisterWebhookWithThirdPartyInput, ...) (*DeregisterWebhookWithThirdPartyOutput, error) + func (c *CodePipeline) DisableStageTransition(input *DisableStageTransitionInput) (*DisableStageTransitionOutput, error) + func (c *CodePipeline) DisableStageTransitionRequest(input *DisableStageTransitionInput) (req *request.Request, output *DisableStageTransitionOutput) + func (c *CodePipeline) DisableStageTransitionWithContext(ctx aws.Context, input *DisableStageTransitionInput, opts ...request.Option) (*DisableStageTransitionOutput, error) + func (c *CodePipeline) EnableStageTransition(input *EnableStageTransitionInput) (*EnableStageTransitionOutput, error) + func (c *CodePipeline) EnableStageTransitionRequest(input *EnableStageTransitionInput) (req *request.Request, output *EnableStageTransitionOutput) + func (c *CodePipeline) EnableStageTransitionWithContext(ctx aws.Context, input *EnableStageTransitionInput, opts ...request.Option) (*EnableStageTransitionOutput, error) + func (c *CodePipeline) GetActionType(input *GetActionTypeInput) (*GetActionTypeOutput, error) + func (c *CodePipeline) GetActionTypeRequest(input *GetActionTypeInput) (req *request.Request, output *GetActionTypeOutput) + func (c *CodePipeline) GetActionTypeWithContext(ctx aws.Context, input *GetActionTypeInput, opts ...request.Option) (*GetActionTypeOutput, error) + func (c *CodePipeline) GetJobDetails(input *GetJobDetailsInput) (*GetJobDetailsOutput, error) + func (c *CodePipeline) GetJobDetailsRequest(input *GetJobDetailsInput) (req *request.Request, output *GetJobDetailsOutput) + func (c *CodePipeline) GetJobDetailsWithContext(ctx aws.Context, input *GetJobDetailsInput, opts ...request.Option) (*GetJobDetailsOutput, error) + func (c *CodePipeline) GetPipeline(input *GetPipelineInput) (*GetPipelineOutput, error) + func (c *CodePipeline) GetPipelineExecution(input *GetPipelineExecutionInput) (*GetPipelineExecutionOutput, error) + func (c *CodePipeline) GetPipelineExecutionRequest(input *GetPipelineExecutionInput) (req *request.Request, output *GetPipelineExecutionOutput) + func (c *CodePipeline) GetPipelineExecutionWithContext(ctx aws.Context, input *GetPipelineExecutionInput, opts ...request.Option) (*GetPipelineExecutionOutput, error) + func (c *CodePipeline) GetPipelineRequest(input *GetPipelineInput) (req *request.Request, output *GetPipelineOutput) + func (c *CodePipeline) GetPipelineState(input *GetPipelineStateInput) (*GetPipelineStateOutput, error) + func (c *CodePipeline) GetPipelineStateRequest(input *GetPipelineStateInput) (req *request.Request, output *GetPipelineStateOutput) + func (c *CodePipeline) GetPipelineStateWithContext(ctx aws.Context, input *GetPipelineStateInput, opts ...request.Option) (*GetPipelineStateOutput, error) + func (c *CodePipeline) GetPipelineWithContext(ctx aws.Context, input *GetPipelineInput, opts ...request.Option) (*GetPipelineOutput, error) + func (c *CodePipeline) GetThirdPartyJobDetails(input *GetThirdPartyJobDetailsInput) (*GetThirdPartyJobDetailsOutput, error) + func (c *CodePipeline) GetThirdPartyJobDetailsRequest(input *GetThirdPartyJobDetailsInput) (req *request.Request, output *GetThirdPartyJobDetailsOutput) + func (c *CodePipeline) GetThirdPartyJobDetailsWithContext(ctx aws.Context, input *GetThirdPartyJobDetailsInput, opts ...request.Option) (*GetThirdPartyJobDetailsOutput, error) + func (c *CodePipeline) ListActionExecutions(input *ListActionExecutionsInput) (*ListActionExecutionsOutput, error) + func (c *CodePipeline) ListActionExecutionsPages(input *ListActionExecutionsInput, ...) error + func (c *CodePipeline) ListActionExecutionsPagesWithContext(ctx aws.Context, input *ListActionExecutionsInput, ...) error + func (c *CodePipeline) ListActionExecutionsRequest(input *ListActionExecutionsInput) (req *request.Request, output *ListActionExecutionsOutput) + func (c *CodePipeline) ListActionExecutionsWithContext(ctx aws.Context, input *ListActionExecutionsInput, opts ...request.Option) (*ListActionExecutionsOutput, error) + func (c *CodePipeline) ListActionTypes(input *ListActionTypesInput) (*ListActionTypesOutput, error) + func (c *CodePipeline) ListActionTypesPages(input *ListActionTypesInput, fn func(*ListActionTypesOutput, bool) bool) error + func (c *CodePipeline) ListActionTypesPagesWithContext(ctx aws.Context, input *ListActionTypesInput, ...) error + func (c *CodePipeline) ListActionTypesRequest(input *ListActionTypesInput) (req *request.Request, output *ListActionTypesOutput) + func (c *CodePipeline) ListActionTypesWithContext(ctx aws.Context, input *ListActionTypesInput, opts ...request.Option) (*ListActionTypesOutput, error) + func (c *CodePipeline) ListPipelineExecutions(input *ListPipelineExecutionsInput) (*ListPipelineExecutionsOutput, error) + func (c *CodePipeline) ListPipelineExecutionsPages(input *ListPipelineExecutionsInput, ...) error + func (c *CodePipeline) ListPipelineExecutionsPagesWithContext(ctx aws.Context, input *ListPipelineExecutionsInput, ...) error + func (c *CodePipeline) ListPipelineExecutionsRequest(input *ListPipelineExecutionsInput) (req *request.Request, output *ListPipelineExecutionsOutput) + func (c *CodePipeline) ListPipelineExecutionsWithContext(ctx aws.Context, input *ListPipelineExecutionsInput, opts ...request.Option) (*ListPipelineExecutionsOutput, error) + func (c *CodePipeline) ListPipelines(input *ListPipelinesInput) (*ListPipelinesOutput, error) + func (c *CodePipeline) ListPipelinesPages(input *ListPipelinesInput, fn func(*ListPipelinesOutput, bool) bool) error + func (c *CodePipeline) ListPipelinesPagesWithContext(ctx aws.Context, input *ListPipelinesInput, ...) error + func (c *CodePipeline) ListPipelinesRequest(input *ListPipelinesInput) (req *request.Request, output *ListPipelinesOutput) + func (c *CodePipeline) ListPipelinesWithContext(ctx aws.Context, input *ListPipelinesInput, opts ...request.Option) (*ListPipelinesOutput, error) + func (c *CodePipeline) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *CodePipeline) ListTagsForResourcePages(input *ListTagsForResourceInput, ...) error + func (c *CodePipeline) ListTagsForResourcePagesWithContext(ctx aws.Context, input *ListTagsForResourceInput, ...) error + func (c *CodePipeline) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *CodePipeline) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *CodePipeline) ListWebhooks(input *ListWebhooksInput) (*ListWebhooksOutput, error) + func (c *CodePipeline) ListWebhooksPages(input *ListWebhooksInput, fn func(*ListWebhooksOutput, bool) bool) error + func (c *CodePipeline) ListWebhooksPagesWithContext(ctx aws.Context, input *ListWebhooksInput, ...) error + func (c *CodePipeline) ListWebhooksRequest(input *ListWebhooksInput) (req *request.Request, output *ListWebhooksOutput) + func (c *CodePipeline) ListWebhooksWithContext(ctx aws.Context, input *ListWebhooksInput, opts ...request.Option) (*ListWebhooksOutput, error) + func (c *CodePipeline) PollForJobs(input *PollForJobsInput) (*PollForJobsOutput, error) + func (c *CodePipeline) PollForJobsRequest(input *PollForJobsInput) (req *request.Request, output *PollForJobsOutput) + func (c *CodePipeline) PollForJobsWithContext(ctx aws.Context, input *PollForJobsInput, opts ...request.Option) (*PollForJobsOutput, error) + func (c *CodePipeline) PollForThirdPartyJobs(input *PollForThirdPartyJobsInput) (*PollForThirdPartyJobsOutput, error) + func (c *CodePipeline) PollForThirdPartyJobsRequest(input *PollForThirdPartyJobsInput) (req *request.Request, output *PollForThirdPartyJobsOutput) + func (c *CodePipeline) PollForThirdPartyJobsWithContext(ctx aws.Context, input *PollForThirdPartyJobsInput, opts ...request.Option) (*PollForThirdPartyJobsOutput, error) + func (c *CodePipeline) PutActionRevision(input *PutActionRevisionInput) (*PutActionRevisionOutput, error) + func (c *CodePipeline) PutActionRevisionRequest(input *PutActionRevisionInput) (req *request.Request, output *PutActionRevisionOutput) + func (c *CodePipeline) PutActionRevisionWithContext(ctx aws.Context, input *PutActionRevisionInput, opts ...request.Option) (*PutActionRevisionOutput, error) + func (c *CodePipeline) PutApprovalResult(input *PutApprovalResultInput) (*PutApprovalResultOutput, error) + func (c *CodePipeline) PutApprovalResultRequest(input *PutApprovalResultInput) (req *request.Request, output *PutApprovalResultOutput) + func (c *CodePipeline) PutApprovalResultWithContext(ctx aws.Context, input *PutApprovalResultInput, opts ...request.Option) (*PutApprovalResultOutput, error) + func (c *CodePipeline) PutJobFailureResult(input *PutJobFailureResultInput) (*PutJobFailureResultOutput, error) + func (c *CodePipeline) PutJobFailureResultRequest(input *PutJobFailureResultInput) (req *request.Request, output *PutJobFailureResultOutput) + func (c *CodePipeline) PutJobFailureResultWithContext(ctx aws.Context, input *PutJobFailureResultInput, opts ...request.Option) (*PutJobFailureResultOutput, error) + func (c *CodePipeline) PutJobSuccessResult(input *PutJobSuccessResultInput) (*PutJobSuccessResultOutput, error) + func (c *CodePipeline) PutJobSuccessResultRequest(input *PutJobSuccessResultInput) (req *request.Request, output *PutJobSuccessResultOutput) + func (c *CodePipeline) PutJobSuccessResultWithContext(ctx aws.Context, input *PutJobSuccessResultInput, opts ...request.Option) (*PutJobSuccessResultOutput, error) + func (c *CodePipeline) PutThirdPartyJobFailureResult(input *PutThirdPartyJobFailureResultInput) (*PutThirdPartyJobFailureResultOutput, error) + func (c *CodePipeline) PutThirdPartyJobFailureResultRequest(input *PutThirdPartyJobFailureResultInput) (req *request.Request, output *PutThirdPartyJobFailureResultOutput) + func (c *CodePipeline) PutThirdPartyJobFailureResultWithContext(ctx aws.Context, input *PutThirdPartyJobFailureResultInput, ...) (*PutThirdPartyJobFailureResultOutput, error) + func (c *CodePipeline) PutThirdPartyJobSuccessResult(input *PutThirdPartyJobSuccessResultInput) (*PutThirdPartyJobSuccessResultOutput, error) + func (c *CodePipeline) PutThirdPartyJobSuccessResultRequest(input *PutThirdPartyJobSuccessResultInput) (req *request.Request, output *PutThirdPartyJobSuccessResultOutput) + func (c *CodePipeline) PutThirdPartyJobSuccessResultWithContext(ctx aws.Context, input *PutThirdPartyJobSuccessResultInput, ...) (*PutThirdPartyJobSuccessResultOutput, error) + func (c *CodePipeline) PutWebhook(input *PutWebhookInput) (*PutWebhookOutput, error) + func (c *CodePipeline) PutWebhookRequest(input *PutWebhookInput) (req *request.Request, output *PutWebhookOutput) + func (c *CodePipeline) PutWebhookWithContext(ctx aws.Context, input *PutWebhookInput, opts ...request.Option) (*PutWebhookOutput, error) + func (c *CodePipeline) RegisterWebhookWithThirdParty(input *RegisterWebhookWithThirdPartyInput) (*RegisterWebhookWithThirdPartyOutput, error) + func (c *CodePipeline) RegisterWebhookWithThirdPartyRequest(input *RegisterWebhookWithThirdPartyInput) (req *request.Request, output *RegisterWebhookWithThirdPartyOutput) + func (c *CodePipeline) RegisterWebhookWithThirdPartyWithContext(ctx aws.Context, input *RegisterWebhookWithThirdPartyInput, ...) (*RegisterWebhookWithThirdPartyOutput, error) + func (c *CodePipeline) RetryStageExecution(input *RetryStageExecutionInput) (*RetryStageExecutionOutput, error) + func (c *CodePipeline) RetryStageExecutionRequest(input *RetryStageExecutionInput) (req *request.Request, output *RetryStageExecutionOutput) + func (c *CodePipeline) RetryStageExecutionWithContext(ctx aws.Context, input *RetryStageExecutionInput, opts ...request.Option) (*RetryStageExecutionOutput, error) + func (c *CodePipeline) StartPipelineExecution(input *StartPipelineExecutionInput) (*StartPipelineExecutionOutput, error) + func (c *CodePipeline) StartPipelineExecutionRequest(input *StartPipelineExecutionInput) (req *request.Request, output *StartPipelineExecutionOutput) + func (c *CodePipeline) StartPipelineExecutionWithContext(ctx aws.Context, input *StartPipelineExecutionInput, opts ...request.Option) (*StartPipelineExecutionOutput, error) + func (c *CodePipeline) StopPipelineExecution(input *StopPipelineExecutionInput) (*StopPipelineExecutionOutput, error) + func (c *CodePipeline) StopPipelineExecutionRequest(input *StopPipelineExecutionInput) (req *request.Request, output *StopPipelineExecutionOutput) + func (c *CodePipeline) StopPipelineExecutionWithContext(ctx aws.Context, input *StopPipelineExecutionInput, opts ...request.Option) (*StopPipelineExecutionOutput, error) + func (c *CodePipeline) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *CodePipeline) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *CodePipeline) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *CodePipeline) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *CodePipeline) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *CodePipeline) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *CodePipeline) UpdateActionType(input *UpdateActionTypeInput) (*UpdateActionTypeOutput, error) + func (c *CodePipeline) UpdateActionTypeRequest(input *UpdateActionTypeInput) (req *request.Request, output *UpdateActionTypeOutput) + func (c *CodePipeline) UpdateActionTypeWithContext(ctx aws.Context, input *UpdateActionTypeInput, opts ...request.Option) (*UpdateActionTypeOutput, error) + func (c *CodePipeline) UpdatePipeline(input *UpdatePipelineInput) (*UpdatePipelineOutput, error) + func (c *CodePipeline) UpdatePipelineRequest(input *UpdatePipelineInput) (req *request.Request, output *UpdatePipelineOutput) + func (c *CodePipeline) UpdatePipelineWithContext(ctx aws.Context, input *UpdatePipelineInput, opts ...request.Option) (*UpdatePipelineOutput, error) + type ConcurrentModificationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConcurrentModificationException) Code() string + func (s *ConcurrentModificationException) Error() string + func (s *ConcurrentModificationException) Message() string + func (s *ConcurrentModificationException) OrigErr() error + func (s *ConcurrentModificationException) RequestID() string + func (s *ConcurrentModificationException) StatusCode() int + func (s ConcurrentModificationException) GoString() string + func (s ConcurrentModificationException) String() string + type ConflictException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type CreateCustomActionTypeInput struct + Category *string + ConfigurationProperties []*ActionConfigurationProperty + InputArtifactDetails *ArtifactDetails + OutputArtifactDetails *ArtifactDetails + Provider *string + Settings *ActionTypeSettings + Tags []*Tag + Version *string + func (s *CreateCustomActionTypeInput) SetCategory(v string) *CreateCustomActionTypeInput + func (s *CreateCustomActionTypeInput) SetConfigurationProperties(v []*ActionConfigurationProperty) *CreateCustomActionTypeInput + func (s *CreateCustomActionTypeInput) SetInputArtifactDetails(v *ArtifactDetails) *CreateCustomActionTypeInput + func (s *CreateCustomActionTypeInput) SetOutputArtifactDetails(v *ArtifactDetails) *CreateCustomActionTypeInput + func (s *CreateCustomActionTypeInput) SetProvider(v string) *CreateCustomActionTypeInput + func (s *CreateCustomActionTypeInput) SetSettings(v *ActionTypeSettings) *CreateCustomActionTypeInput + func (s *CreateCustomActionTypeInput) SetTags(v []*Tag) *CreateCustomActionTypeInput + func (s *CreateCustomActionTypeInput) SetVersion(v string) *CreateCustomActionTypeInput + func (s *CreateCustomActionTypeInput) Validate() error + func (s CreateCustomActionTypeInput) GoString() string + func (s CreateCustomActionTypeInput) String() string + type CreateCustomActionTypeOutput struct + ActionType *ActionType + Tags []*Tag + func (s *CreateCustomActionTypeOutput) SetActionType(v *ActionType) *CreateCustomActionTypeOutput + func (s *CreateCustomActionTypeOutput) SetTags(v []*Tag) *CreateCustomActionTypeOutput + func (s CreateCustomActionTypeOutput) GoString() string + func (s CreateCustomActionTypeOutput) String() string + type CreatePipelineInput struct + Pipeline *PipelineDeclaration + Tags []*Tag + func (s *CreatePipelineInput) SetPipeline(v *PipelineDeclaration) *CreatePipelineInput + func (s *CreatePipelineInput) SetTags(v []*Tag) *CreatePipelineInput + func (s *CreatePipelineInput) Validate() error + func (s CreatePipelineInput) GoString() string + func (s CreatePipelineInput) String() string + type CreatePipelineOutput struct + Pipeline *PipelineDeclaration + Tags []*Tag + func (s *CreatePipelineOutput) SetPipeline(v *PipelineDeclaration) *CreatePipelineOutput + func (s *CreatePipelineOutput) SetTags(v []*Tag) *CreatePipelineOutput + func (s CreatePipelineOutput) GoString() string + func (s CreatePipelineOutput) String() string + type CurrentRevision struct + ChangeIdentifier *string + Created *time.Time + Revision *string + RevisionSummary *string + func (s *CurrentRevision) SetChangeIdentifier(v string) *CurrentRevision + func (s *CurrentRevision) SetCreated(v time.Time) *CurrentRevision + func (s *CurrentRevision) SetRevision(v string) *CurrentRevision + func (s *CurrentRevision) SetRevisionSummary(v string) *CurrentRevision + func (s *CurrentRevision) Validate() error + func (s CurrentRevision) GoString() string + func (s CurrentRevision) String() string + type DeleteCustomActionTypeInput struct + Category *string + Provider *string + Version *string + func (s *DeleteCustomActionTypeInput) SetCategory(v string) *DeleteCustomActionTypeInput + func (s *DeleteCustomActionTypeInput) SetProvider(v string) *DeleteCustomActionTypeInput + func (s *DeleteCustomActionTypeInput) SetVersion(v string) *DeleteCustomActionTypeInput + func (s *DeleteCustomActionTypeInput) Validate() error + func (s DeleteCustomActionTypeInput) GoString() string + func (s DeleteCustomActionTypeInput) String() string + type DeleteCustomActionTypeOutput struct + func (s DeleteCustomActionTypeOutput) GoString() string + func (s DeleteCustomActionTypeOutput) String() string + type DeletePipelineInput struct + Name *string + func (s *DeletePipelineInput) SetName(v string) *DeletePipelineInput + func (s *DeletePipelineInput) Validate() error + func (s DeletePipelineInput) GoString() string + func (s DeletePipelineInput) String() string + type DeletePipelineOutput struct + func (s DeletePipelineOutput) GoString() string + func (s DeletePipelineOutput) String() string + type DeleteWebhookInput struct + Name *string + func (s *DeleteWebhookInput) SetName(v string) *DeleteWebhookInput + func (s *DeleteWebhookInput) Validate() error + func (s DeleteWebhookInput) GoString() string + func (s DeleteWebhookInput) String() string + type DeleteWebhookOutput struct + func (s DeleteWebhookOutput) GoString() string + func (s DeleteWebhookOutput) String() string + type DeregisterWebhookWithThirdPartyInput struct + WebhookName *string + func (s *DeregisterWebhookWithThirdPartyInput) SetWebhookName(v string) *DeregisterWebhookWithThirdPartyInput + func (s *DeregisterWebhookWithThirdPartyInput) Validate() error + func (s DeregisterWebhookWithThirdPartyInput) GoString() string + func (s DeregisterWebhookWithThirdPartyInput) String() string + type DeregisterWebhookWithThirdPartyOutput struct + func (s DeregisterWebhookWithThirdPartyOutput) GoString() string + func (s DeregisterWebhookWithThirdPartyOutput) String() string + type DisableStageTransitionInput struct + PipelineName *string + Reason *string + StageName *string + TransitionType *string + func (s *DisableStageTransitionInput) SetPipelineName(v string) *DisableStageTransitionInput + func (s *DisableStageTransitionInput) SetReason(v string) *DisableStageTransitionInput + func (s *DisableStageTransitionInput) SetStageName(v string) *DisableStageTransitionInput + func (s *DisableStageTransitionInput) SetTransitionType(v string) *DisableStageTransitionInput + func (s *DisableStageTransitionInput) Validate() error + func (s DisableStageTransitionInput) GoString() string + func (s DisableStageTransitionInput) String() string + type DisableStageTransitionOutput struct + func (s DisableStageTransitionOutput) GoString() string + func (s DisableStageTransitionOutput) String() string + type DuplicatedStopRequestException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *DuplicatedStopRequestException) Code() string + func (s *DuplicatedStopRequestException) Error() string + func (s *DuplicatedStopRequestException) Message() string + func (s *DuplicatedStopRequestException) OrigErr() error + func (s *DuplicatedStopRequestException) RequestID() string + func (s *DuplicatedStopRequestException) StatusCode() int + func (s DuplicatedStopRequestException) GoString() string + func (s DuplicatedStopRequestException) String() string + type EnableStageTransitionInput struct + PipelineName *string + StageName *string + TransitionType *string + func (s *EnableStageTransitionInput) SetPipelineName(v string) *EnableStageTransitionInput + func (s *EnableStageTransitionInput) SetStageName(v string) *EnableStageTransitionInput + func (s *EnableStageTransitionInput) SetTransitionType(v string) *EnableStageTransitionInput + func (s *EnableStageTransitionInput) Validate() error + func (s EnableStageTransitionInput) GoString() string + func (s EnableStageTransitionInput) String() string + type EnableStageTransitionOutput struct + func (s EnableStageTransitionOutput) GoString() string + func (s EnableStageTransitionOutput) String() string + type EncryptionKey struct + Id *string + Type *string + func (s *EncryptionKey) SetId(v string) *EncryptionKey + func (s *EncryptionKey) SetType(v string) *EncryptionKey + func (s *EncryptionKey) Validate() error + func (s EncryptionKey) GoString() string + func (s EncryptionKey) String() string + type ErrorDetails struct + Code *string + Message *string + func (s *ErrorDetails) SetCode(v string) *ErrorDetails + func (s *ErrorDetails) SetMessage(v string) *ErrorDetails + func (s ErrorDetails) GoString() string + func (s ErrorDetails) String() string + type ExecutionDetails struct + ExternalExecutionId *string + PercentComplete *int64 + Summary *string + func (s *ExecutionDetails) SetExternalExecutionId(v string) *ExecutionDetails + func (s *ExecutionDetails) SetPercentComplete(v int64) *ExecutionDetails + func (s *ExecutionDetails) SetSummary(v string) *ExecutionDetails + func (s *ExecutionDetails) Validate() error + func (s ExecutionDetails) GoString() string + func (s ExecutionDetails) String() string + type ExecutionTrigger struct + TriggerDetail *string + TriggerType *string + func (s *ExecutionTrigger) SetTriggerDetail(v string) *ExecutionTrigger + func (s *ExecutionTrigger) SetTriggerType(v string) *ExecutionTrigger + func (s ExecutionTrigger) GoString() string + func (s ExecutionTrigger) String() string + type ExecutorConfiguration struct + JobWorkerExecutorConfiguration *JobWorkerExecutorConfiguration + LambdaExecutorConfiguration *LambdaExecutorConfiguration + func (s *ExecutorConfiguration) SetJobWorkerExecutorConfiguration(v *JobWorkerExecutorConfiguration) *ExecutorConfiguration + func (s *ExecutorConfiguration) SetLambdaExecutorConfiguration(v *LambdaExecutorConfiguration) *ExecutorConfiguration + func (s *ExecutorConfiguration) Validate() error + func (s ExecutorConfiguration) GoString() string + func (s ExecutorConfiguration) String() string + type FailureDetails struct + ExternalExecutionId *string + Message *string + Type *string + func (s *FailureDetails) SetExternalExecutionId(v string) *FailureDetails + func (s *FailureDetails) SetMessage(v string) *FailureDetails + func (s *FailureDetails) SetType(v string) *FailureDetails + func (s *FailureDetails) Validate() error + func (s FailureDetails) GoString() string + func (s FailureDetails) String() string + type GetActionTypeInput struct + Category *string + Owner *string + Provider *string + Version *string + func (s *GetActionTypeInput) SetCategory(v string) *GetActionTypeInput + func (s *GetActionTypeInput) SetOwner(v string) *GetActionTypeInput + func (s *GetActionTypeInput) SetProvider(v string) *GetActionTypeInput + func (s *GetActionTypeInput) SetVersion(v string) *GetActionTypeInput + func (s *GetActionTypeInput) Validate() error + func (s GetActionTypeInput) GoString() string + func (s GetActionTypeInput) String() string + type GetActionTypeOutput struct + ActionType *ActionTypeDeclaration + func (s *GetActionTypeOutput) SetActionType(v *ActionTypeDeclaration) *GetActionTypeOutput + func (s GetActionTypeOutput) GoString() string + func (s GetActionTypeOutput) String() string + type GetJobDetailsInput struct + JobId *string + func (s *GetJobDetailsInput) SetJobId(v string) *GetJobDetailsInput + func (s *GetJobDetailsInput) Validate() error + func (s GetJobDetailsInput) GoString() string + func (s GetJobDetailsInput) String() string + type GetJobDetailsOutput struct + JobDetails *JobDetails + func (s *GetJobDetailsOutput) SetJobDetails(v *JobDetails) *GetJobDetailsOutput + func (s GetJobDetailsOutput) GoString() string + func (s GetJobDetailsOutput) String() string + type GetPipelineExecutionInput struct + PipelineExecutionId *string + PipelineName *string + func (s *GetPipelineExecutionInput) SetPipelineExecutionId(v string) *GetPipelineExecutionInput + func (s *GetPipelineExecutionInput) SetPipelineName(v string) *GetPipelineExecutionInput + func (s *GetPipelineExecutionInput) Validate() error + func (s GetPipelineExecutionInput) GoString() string + func (s GetPipelineExecutionInput) String() string + type GetPipelineExecutionOutput struct + PipelineExecution *PipelineExecution + func (s *GetPipelineExecutionOutput) SetPipelineExecution(v *PipelineExecution) *GetPipelineExecutionOutput + func (s GetPipelineExecutionOutput) GoString() string + func (s GetPipelineExecutionOutput) String() string + type GetPipelineInput struct + Name *string + Version *int64 + func (s *GetPipelineInput) SetName(v string) *GetPipelineInput + func (s *GetPipelineInput) SetVersion(v int64) *GetPipelineInput + func (s *GetPipelineInput) Validate() error + func (s GetPipelineInput) GoString() string + func (s GetPipelineInput) String() string + type GetPipelineOutput struct + Metadata *PipelineMetadata + Pipeline *PipelineDeclaration + func (s *GetPipelineOutput) SetMetadata(v *PipelineMetadata) *GetPipelineOutput + func (s *GetPipelineOutput) SetPipeline(v *PipelineDeclaration) *GetPipelineOutput + func (s GetPipelineOutput) GoString() string + func (s GetPipelineOutput) String() string + type GetPipelineStateInput struct + Name *string + func (s *GetPipelineStateInput) SetName(v string) *GetPipelineStateInput + func (s *GetPipelineStateInput) Validate() error + func (s GetPipelineStateInput) GoString() string + func (s GetPipelineStateInput) String() string + type GetPipelineStateOutput struct + Created *time.Time + PipelineName *string + PipelineVersion *int64 + StageStates []*StageState + Updated *time.Time + func (s *GetPipelineStateOutput) SetCreated(v time.Time) *GetPipelineStateOutput + func (s *GetPipelineStateOutput) SetPipelineName(v string) *GetPipelineStateOutput + func (s *GetPipelineStateOutput) SetPipelineVersion(v int64) *GetPipelineStateOutput + func (s *GetPipelineStateOutput) SetStageStates(v []*StageState) *GetPipelineStateOutput + func (s *GetPipelineStateOutput) SetUpdated(v time.Time) *GetPipelineStateOutput + func (s GetPipelineStateOutput) GoString() string + func (s GetPipelineStateOutput) String() string + type GetThirdPartyJobDetailsInput struct + ClientToken *string + JobId *string + func (s *GetThirdPartyJobDetailsInput) SetClientToken(v string) *GetThirdPartyJobDetailsInput + func (s *GetThirdPartyJobDetailsInput) SetJobId(v string) *GetThirdPartyJobDetailsInput + func (s *GetThirdPartyJobDetailsInput) Validate() error + func (s GetThirdPartyJobDetailsInput) GoString() string + func (s GetThirdPartyJobDetailsInput) String() string + type GetThirdPartyJobDetailsOutput struct + JobDetails *ThirdPartyJobDetails + func (s *GetThirdPartyJobDetailsOutput) SetJobDetails(v *ThirdPartyJobDetails) *GetThirdPartyJobDetailsOutput + func (s GetThirdPartyJobDetailsOutput) GoString() string + func (s GetThirdPartyJobDetailsOutput) String() string + type GitConfiguration struct + Push []*GitPushFilter + SourceActionName *string + func (s *GitConfiguration) SetPush(v []*GitPushFilter) *GitConfiguration + func (s *GitConfiguration) SetSourceActionName(v string) *GitConfiguration + func (s *GitConfiguration) Validate() error + func (s GitConfiguration) GoString() string + func (s GitConfiguration) String() string + type GitPushFilter struct + Tags *GitTagFilterCriteria + func (s *GitPushFilter) SetTags(v *GitTagFilterCriteria) *GitPushFilter + func (s *GitPushFilter) Validate() error + func (s GitPushFilter) GoString() string + func (s GitPushFilter) String() string + type GitTagFilterCriteria struct + Excludes []*string + Includes []*string + func (s *GitTagFilterCriteria) SetExcludes(v []*string) *GitTagFilterCriteria + func (s *GitTagFilterCriteria) SetIncludes(v []*string) *GitTagFilterCriteria + func (s *GitTagFilterCriteria) Validate() error + func (s GitTagFilterCriteria) GoString() string + func (s GitTagFilterCriteria) String() string + type InputArtifact struct + Name *string + func (s *InputArtifact) SetName(v string) *InputArtifact + func (s *InputArtifact) Validate() error + func (s InputArtifact) GoString() string + func (s InputArtifact) String() string + type InvalidActionDeclarationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidActionDeclarationException) Code() string + func (s *InvalidActionDeclarationException) Error() string + func (s *InvalidActionDeclarationException) Message() string + func (s *InvalidActionDeclarationException) OrigErr() error + func (s *InvalidActionDeclarationException) RequestID() string + func (s *InvalidActionDeclarationException) StatusCode() int + func (s InvalidActionDeclarationException) GoString() string + func (s InvalidActionDeclarationException) String() string + type InvalidApprovalTokenException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidApprovalTokenException) Code() string + func (s *InvalidApprovalTokenException) Error() string + func (s *InvalidApprovalTokenException) Message() string + func (s *InvalidApprovalTokenException) OrigErr() error + func (s *InvalidApprovalTokenException) RequestID() string + func (s *InvalidApprovalTokenException) StatusCode() int + func (s InvalidApprovalTokenException) GoString() string + func (s InvalidApprovalTokenException) String() string + type InvalidArnException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidArnException) Code() string + func (s *InvalidArnException) Error() string + func (s *InvalidArnException) Message() string + func (s *InvalidArnException) OrigErr() error + func (s *InvalidArnException) RequestID() string + func (s *InvalidArnException) StatusCode() int + func (s InvalidArnException) GoString() string + func (s InvalidArnException) String() string + type InvalidBlockerDeclarationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidBlockerDeclarationException) Code() string + func (s *InvalidBlockerDeclarationException) Error() string + func (s *InvalidBlockerDeclarationException) Message() string + func (s *InvalidBlockerDeclarationException) OrigErr() error + func (s *InvalidBlockerDeclarationException) RequestID() string + func (s *InvalidBlockerDeclarationException) StatusCode() int + func (s InvalidBlockerDeclarationException) GoString() string + func (s InvalidBlockerDeclarationException) String() string + type InvalidClientTokenException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidClientTokenException) Code() string + func (s *InvalidClientTokenException) Error() string + func (s *InvalidClientTokenException) Message() string + func (s *InvalidClientTokenException) OrigErr() error + func (s *InvalidClientTokenException) RequestID() string + func (s *InvalidClientTokenException) StatusCode() int + func (s InvalidClientTokenException) GoString() string + func (s InvalidClientTokenException) String() string + type InvalidJobException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidJobException) Code() string + func (s *InvalidJobException) Error() string + func (s *InvalidJobException) Message() string + func (s *InvalidJobException) OrigErr() error + func (s *InvalidJobException) RequestID() string + func (s *InvalidJobException) StatusCode() int + func (s InvalidJobException) GoString() string + func (s InvalidJobException) String() string + type InvalidJobStateException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidJobStateException) Code() string + func (s *InvalidJobStateException) Error() string + func (s *InvalidJobStateException) Message() string + func (s *InvalidJobStateException) OrigErr() error + func (s *InvalidJobStateException) RequestID() string + func (s *InvalidJobStateException) StatusCode() int + func (s InvalidJobStateException) GoString() string + func (s InvalidJobStateException) String() string + type InvalidNextTokenException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidNextTokenException) Code() string + func (s *InvalidNextTokenException) Error() string + func (s *InvalidNextTokenException) Message() string + func (s *InvalidNextTokenException) OrigErr() error + func (s *InvalidNextTokenException) RequestID() string + func (s *InvalidNextTokenException) StatusCode() int + func (s InvalidNextTokenException) GoString() string + func (s InvalidNextTokenException) String() string + type InvalidNonceException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidNonceException) Code() string + func (s *InvalidNonceException) Error() string + func (s *InvalidNonceException) Message() string + func (s *InvalidNonceException) OrigErr() error + func (s *InvalidNonceException) RequestID() string + func (s *InvalidNonceException) StatusCode() int + func (s InvalidNonceException) GoString() string + func (s InvalidNonceException) String() string + type InvalidStageDeclarationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidStageDeclarationException) Code() string + func (s *InvalidStageDeclarationException) Error() string + func (s *InvalidStageDeclarationException) Message() string + func (s *InvalidStageDeclarationException) OrigErr() error + func (s *InvalidStageDeclarationException) RequestID() string + func (s *InvalidStageDeclarationException) StatusCode() int + func (s InvalidStageDeclarationException) GoString() string + func (s InvalidStageDeclarationException) String() string + type InvalidStructureException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidStructureException) Code() string + func (s *InvalidStructureException) Error() string + func (s *InvalidStructureException) Message() string + func (s *InvalidStructureException) OrigErr() error + func (s *InvalidStructureException) RequestID() string + func (s *InvalidStructureException) StatusCode() int + func (s InvalidStructureException) GoString() string + func (s InvalidStructureException) String() string + type InvalidTagsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidTagsException) Code() string + func (s *InvalidTagsException) Error() string + func (s *InvalidTagsException) Message() string + func (s *InvalidTagsException) OrigErr() error + func (s *InvalidTagsException) RequestID() string + func (s *InvalidTagsException) StatusCode() int + func (s InvalidTagsException) GoString() string + func (s InvalidTagsException) String() string + type InvalidWebhookAuthenticationParametersException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidWebhookAuthenticationParametersException) Code() string + func (s *InvalidWebhookAuthenticationParametersException) Error() string + func (s *InvalidWebhookAuthenticationParametersException) Message() string + func (s *InvalidWebhookAuthenticationParametersException) OrigErr() error + func (s *InvalidWebhookAuthenticationParametersException) RequestID() string + func (s *InvalidWebhookAuthenticationParametersException) StatusCode() int + func (s InvalidWebhookAuthenticationParametersException) GoString() string + func (s InvalidWebhookAuthenticationParametersException) String() string + type InvalidWebhookFilterPatternException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidWebhookFilterPatternException) Code() string + func (s *InvalidWebhookFilterPatternException) Error() string + func (s *InvalidWebhookFilterPatternException) Message() string + func (s *InvalidWebhookFilterPatternException) OrigErr() error + func (s *InvalidWebhookFilterPatternException) RequestID() string + func (s *InvalidWebhookFilterPatternException) StatusCode() int + func (s InvalidWebhookFilterPatternException) GoString() string + func (s InvalidWebhookFilterPatternException) String() string + type Job struct + AccountId *string + Data *JobData + Id *string + Nonce *string + func (s *Job) SetAccountId(v string) *Job + func (s *Job) SetData(v *JobData) *Job + func (s *Job) SetId(v string) *Job + func (s *Job) SetNonce(v string) *Job + func (s Job) GoString() string + func (s Job) String() string + type JobData struct + ActionConfiguration *ActionConfiguration + ActionTypeId *ActionTypeId + ArtifactCredentials *AWSSessionCredentials + ContinuationToken *string + EncryptionKey *EncryptionKey + InputArtifacts []*Artifact + OutputArtifacts []*Artifact + PipelineContext *PipelineContext + func (s *JobData) SetActionConfiguration(v *ActionConfiguration) *JobData + func (s *JobData) SetActionTypeId(v *ActionTypeId) *JobData + func (s *JobData) SetArtifactCredentials(v *AWSSessionCredentials) *JobData + func (s *JobData) SetContinuationToken(v string) *JobData + func (s *JobData) SetEncryptionKey(v *EncryptionKey) *JobData + func (s *JobData) SetInputArtifacts(v []*Artifact) *JobData + func (s *JobData) SetOutputArtifacts(v []*Artifact) *JobData + func (s *JobData) SetPipelineContext(v *PipelineContext) *JobData + func (s JobData) GoString() string + func (s JobData) String() string + type JobDetails struct + AccountId *string + Data *JobData + Id *string + func (s *JobDetails) SetAccountId(v string) *JobDetails + func (s *JobDetails) SetData(v *JobData) *JobDetails + func (s *JobDetails) SetId(v string) *JobDetails + func (s JobDetails) GoString() string + func (s JobDetails) String() string + type JobNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *JobNotFoundException) Code() string + func (s *JobNotFoundException) Error() string + func (s *JobNotFoundException) Message() string + func (s *JobNotFoundException) OrigErr() error + func (s *JobNotFoundException) RequestID() string + func (s *JobNotFoundException) StatusCode() int + func (s JobNotFoundException) GoString() string + func (s JobNotFoundException) String() string + type JobWorkerExecutorConfiguration struct + PollingAccounts []*string + PollingServicePrincipals []*string + func (s *JobWorkerExecutorConfiguration) SetPollingAccounts(v []*string) *JobWorkerExecutorConfiguration + func (s *JobWorkerExecutorConfiguration) SetPollingServicePrincipals(v []*string) *JobWorkerExecutorConfiguration + func (s *JobWorkerExecutorConfiguration) Validate() error + func (s JobWorkerExecutorConfiguration) GoString() string + func (s JobWorkerExecutorConfiguration) String() string + type LambdaExecutorConfiguration struct + LambdaFunctionArn *string + func (s *LambdaExecutorConfiguration) SetLambdaFunctionArn(v string) *LambdaExecutorConfiguration + func (s *LambdaExecutorConfiguration) Validate() error + func (s LambdaExecutorConfiguration) GoString() string + func (s LambdaExecutorConfiguration) String() string + type LimitExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *LimitExceededException) Code() string + func (s *LimitExceededException) Error() string + func (s *LimitExceededException) Message() string + func (s *LimitExceededException) OrigErr() error + func (s *LimitExceededException) RequestID() string + func (s *LimitExceededException) StatusCode() int + func (s LimitExceededException) GoString() string + func (s LimitExceededException) String() string + type ListActionExecutionsInput struct + Filter *ActionExecutionFilter + MaxResults *int64 + NextToken *string + PipelineName *string + func (s *ListActionExecutionsInput) SetFilter(v *ActionExecutionFilter) *ListActionExecutionsInput + func (s *ListActionExecutionsInput) SetMaxResults(v int64) *ListActionExecutionsInput + func (s *ListActionExecutionsInput) SetNextToken(v string) *ListActionExecutionsInput + func (s *ListActionExecutionsInput) SetPipelineName(v string) *ListActionExecutionsInput + func (s *ListActionExecutionsInput) Validate() error + func (s ListActionExecutionsInput) GoString() string + func (s ListActionExecutionsInput) String() string + type ListActionExecutionsOutput struct + ActionExecutionDetails []*ActionExecutionDetail + NextToken *string + func (s *ListActionExecutionsOutput) SetActionExecutionDetails(v []*ActionExecutionDetail) *ListActionExecutionsOutput + func (s *ListActionExecutionsOutput) SetNextToken(v string) *ListActionExecutionsOutput + func (s ListActionExecutionsOutput) GoString() string + func (s ListActionExecutionsOutput) String() string + type ListActionTypesInput struct + ActionOwnerFilter *string + NextToken *string + RegionFilter *string + func (s *ListActionTypesInput) SetActionOwnerFilter(v string) *ListActionTypesInput + func (s *ListActionTypesInput) SetNextToken(v string) *ListActionTypesInput + func (s *ListActionTypesInput) SetRegionFilter(v string) *ListActionTypesInput + func (s *ListActionTypesInput) Validate() error + func (s ListActionTypesInput) GoString() string + func (s ListActionTypesInput) String() string + type ListActionTypesOutput struct + ActionTypes []*ActionType + NextToken *string + func (s *ListActionTypesOutput) SetActionTypes(v []*ActionType) *ListActionTypesOutput + func (s *ListActionTypesOutput) SetNextToken(v string) *ListActionTypesOutput + func (s ListActionTypesOutput) GoString() string + func (s ListActionTypesOutput) String() string + type ListPipelineExecutionsInput struct + MaxResults *int64 + NextToken *string + PipelineName *string + func (s *ListPipelineExecutionsInput) SetMaxResults(v int64) *ListPipelineExecutionsInput + func (s *ListPipelineExecutionsInput) SetNextToken(v string) *ListPipelineExecutionsInput + func (s *ListPipelineExecutionsInput) SetPipelineName(v string) *ListPipelineExecutionsInput + func (s *ListPipelineExecutionsInput) Validate() error + func (s ListPipelineExecutionsInput) GoString() string + func (s ListPipelineExecutionsInput) String() string + type ListPipelineExecutionsOutput struct + NextToken *string + PipelineExecutionSummaries []*PipelineExecutionSummary + func (s *ListPipelineExecutionsOutput) SetNextToken(v string) *ListPipelineExecutionsOutput + func (s *ListPipelineExecutionsOutput) SetPipelineExecutionSummaries(v []*PipelineExecutionSummary) *ListPipelineExecutionsOutput + func (s ListPipelineExecutionsOutput) GoString() string + func (s ListPipelineExecutionsOutput) String() string + type ListPipelinesInput struct + MaxResults *int64 + NextToken *string + func (s *ListPipelinesInput) SetMaxResults(v int64) *ListPipelinesInput + func (s *ListPipelinesInput) SetNextToken(v string) *ListPipelinesInput + func (s *ListPipelinesInput) Validate() error + func (s ListPipelinesInput) GoString() string + func (s ListPipelinesInput) String() string + type ListPipelinesOutput struct + NextToken *string + Pipelines []*PipelineSummary + func (s *ListPipelinesOutput) SetNextToken(v string) *ListPipelinesOutput + func (s *ListPipelinesOutput) SetPipelines(v []*PipelineSummary) *ListPipelinesOutput + func (s ListPipelinesOutput) GoString() string + func (s ListPipelinesOutput) String() string + type ListTagsForResourceInput struct + MaxResults *int64 + NextToken *string + ResourceArn *string + func (s *ListTagsForResourceInput) SetMaxResults(v int64) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) SetNextToken(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + NextToken *string + Tags []*Tag + func (s *ListTagsForResourceOutput) SetNextToken(v string) *ListTagsForResourceOutput + func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type ListWebhookItem struct + Arn *string + Definition *WebhookDefinition + ErrorCode *string + ErrorMessage *string + LastTriggered *time.Time + Tags []*Tag + Url *string + func (s *ListWebhookItem) SetArn(v string) *ListWebhookItem + func (s *ListWebhookItem) SetDefinition(v *WebhookDefinition) *ListWebhookItem + func (s *ListWebhookItem) SetErrorCode(v string) *ListWebhookItem + func (s *ListWebhookItem) SetErrorMessage(v string) *ListWebhookItem + func (s *ListWebhookItem) SetLastTriggered(v time.Time) *ListWebhookItem + func (s *ListWebhookItem) SetTags(v []*Tag) *ListWebhookItem + func (s *ListWebhookItem) SetUrl(v string) *ListWebhookItem + func (s ListWebhookItem) GoString() string + func (s ListWebhookItem) String() string + type ListWebhooksInput struct + MaxResults *int64 + NextToken *string + func (s *ListWebhooksInput) SetMaxResults(v int64) *ListWebhooksInput + func (s *ListWebhooksInput) SetNextToken(v string) *ListWebhooksInput + func (s *ListWebhooksInput) Validate() error + func (s ListWebhooksInput) GoString() string + func (s ListWebhooksInput) String() string + type ListWebhooksOutput struct + NextToken *string + Webhooks []*ListWebhookItem + func (s *ListWebhooksOutput) SetNextToken(v string) *ListWebhooksOutput + func (s *ListWebhooksOutput) SetWebhooks(v []*ListWebhookItem) *ListWebhooksOutput + func (s ListWebhooksOutput) GoString() string + func (s ListWebhooksOutput) String() string + type NotLatestPipelineExecutionException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *NotLatestPipelineExecutionException) Code() string + func (s *NotLatestPipelineExecutionException) Error() string + func (s *NotLatestPipelineExecutionException) Message() string + func (s *NotLatestPipelineExecutionException) OrigErr() error + func (s *NotLatestPipelineExecutionException) RequestID() string + func (s *NotLatestPipelineExecutionException) StatusCode() int + func (s NotLatestPipelineExecutionException) GoString() string + func (s NotLatestPipelineExecutionException) String() string + type OutputArtifact struct + Name *string + func (s *OutputArtifact) SetName(v string) *OutputArtifact + func (s *OutputArtifact) Validate() error + func (s OutputArtifact) GoString() string + func (s OutputArtifact) String() string + type OutputVariablesSizeExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *OutputVariablesSizeExceededException) Code() string + func (s *OutputVariablesSizeExceededException) Error() string + func (s *OutputVariablesSizeExceededException) Message() string + func (s *OutputVariablesSizeExceededException) OrigErr() error + func (s *OutputVariablesSizeExceededException) RequestID() string + func (s *OutputVariablesSizeExceededException) StatusCode() int + func (s OutputVariablesSizeExceededException) GoString() string + func (s OutputVariablesSizeExceededException) String() string + type PipelineContext struct + Action *ActionContext + PipelineArn *string + PipelineExecutionId *string + PipelineName *string + Stage *StageContext + func (s *PipelineContext) SetAction(v *ActionContext) *PipelineContext + func (s *PipelineContext) SetPipelineArn(v string) *PipelineContext + func (s *PipelineContext) SetPipelineExecutionId(v string) *PipelineContext + func (s *PipelineContext) SetPipelineName(v string) *PipelineContext + func (s *PipelineContext) SetStage(v *StageContext) *PipelineContext + func (s PipelineContext) GoString() string + func (s PipelineContext) String() string + type PipelineDeclaration struct + ArtifactStore *ArtifactStore + ArtifactStores map[string]*ArtifactStore + Name *string + PipelineType *string + RoleArn *string + Stages []*StageDeclaration + Triggers []*PipelineTriggerDeclaration + Variables []*PipelineVariableDeclaration + Version *int64 + func (s *PipelineDeclaration) SetArtifactStore(v *ArtifactStore) *PipelineDeclaration + func (s *PipelineDeclaration) SetArtifactStores(v map[string]*ArtifactStore) *PipelineDeclaration + func (s *PipelineDeclaration) SetName(v string) *PipelineDeclaration + func (s *PipelineDeclaration) SetPipelineType(v string) *PipelineDeclaration + func (s *PipelineDeclaration) SetRoleArn(v string) *PipelineDeclaration + func (s *PipelineDeclaration) SetStages(v []*StageDeclaration) *PipelineDeclaration + func (s *PipelineDeclaration) SetTriggers(v []*PipelineTriggerDeclaration) *PipelineDeclaration + func (s *PipelineDeclaration) SetVariables(v []*PipelineVariableDeclaration) *PipelineDeclaration + func (s *PipelineDeclaration) SetVersion(v int64) *PipelineDeclaration + func (s *PipelineDeclaration) Validate() error + func (s PipelineDeclaration) GoString() string + func (s PipelineDeclaration) String() string + type PipelineExecution struct + ArtifactRevisions []*ArtifactRevision + PipelineExecutionId *string + PipelineName *string + PipelineVersion *int64 + Status *string + StatusSummary *string + Trigger *ExecutionTrigger + Variables []*ResolvedPipelineVariable + func (s *PipelineExecution) SetArtifactRevisions(v []*ArtifactRevision) *PipelineExecution + func (s *PipelineExecution) SetPipelineExecutionId(v string) *PipelineExecution + func (s *PipelineExecution) SetPipelineName(v string) *PipelineExecution + func (s *PipelineExecution) SetPipelineVersion(v int64) *PipelineExecution + func (s *PipelineExecution) SetStatus(v string) *PipelineExecution + func (s *PipelineExecution) SetStatusSummary(v string) *PipelineExecution + func (s *PipelineExecution) SetTrigger(v *ExecutionTrigger) *PipelineExecution + func (s *PipelineExecution) SetVariables(v []*ResolvedPipelineVariable) *PipelineExecution + func (s PipelineExecution) GoString() string + func (s PipelineExecution) String() string + type PipelineExecutionNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *PipelineExecutionNotFoundException) Code() string + func (s *PipelineExecutionNotFoundException) Error() string + func (s *PipelineExecutionNotFoundException) Message() string + func (s *PipelineExecutionNotFoundException) OrigErr() error + func (s *PipelineExecutionNotFoundException) RequestID() string + func (s *PipelineExecutionNotFoundException) StatusCode() int + func (s PipelineExecutionNotFoundException) GoString() string + func (s PipelineExecutionNotFoundException) String() string + type PipelineExecutionNotStoppableException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *PipelineExecutionNotStoppableException) Code() string + func (s *PipelineExecutionNotStoppableException) Error() string + func (s *PipelineExecutionNotStoppableException) Message() string + func (s *PipelineExecutionNotStoppableException) OrigErr() error + func (s *PipelineExecutionNotStoppableException) RequestID() string + func (s *PipelineExecutionNotStoppableException) StatusCode() int + func (s PipelineExecutionNotStoppableException) GoString() string + func (s PipelineExecutionNotStoppableException) String() string + type PipelineExecutionSummary struct + LastUpdateTime *time.Time + PipelineExecutionId *string + SourceRevisions []*SourceRevision + StartTime *time.Time + Status *string + StopTrigger *StopExecutionTrigger + Trigger *ExecutionTrigger + func (s *PipelineExecutionSummary) SetLastUpdateTime(v time.Time) *PipelineExecutionSummary + func (s *PipelineExecutionSummary) SetPipelineExecutionId(v string) *PipelineExecutionSummary + func (s *PipelineExecutionSummary) SetSourceRevisions(v []*SourceRevision) *PipelineExecutionSummary + func (s *PipelineExecutionSummary) SetStartTime(v time.Time) *PipelineExecutionSummary + func (s *PipelineExecutionSummary) SetStatus(v string) *PipelineExecutionSummary + func (s *PipelineExecutionSummary) SetStopTrigger(v *StopExecutionTrigger) *PipelineExecutionSummary + func (s *PipelineExecutionSummary) SetTrigger(v *ExecutionTrigger) *PipelineExecutionSummary + func (s PipelineExecutionSummary) GoString() string + func (s PipelineExecutionSummary) String() string + type PipelineMetadata struct + Created *time.Time + PipelineArn *string + PollingDisabledAt *time.Time + Updated *time.Time + func (s *PipelineMetadata) SetCreated(v time.Time) *PipelineMetadata + func (s *PipelineMetadata) SetPipelineArn(v string) *PipelineMetadata + func (s *PipelineMetadata) SetPollingDisabledAt(v time.Time) *PipelineMetadata + func (s *PipelineMetadata) SetUpdated(v time.Time) *PipelineMetadata + func (s PipelineMetadata) GoString() string + func (s PipelineMetadata) String() string + type PipelineNameInUseException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *PipelineNameInUseException) Code() string + func (s *PipelineNameInUseException) Error() string + func (s *PipelineNameInUseException) Message() string + func (s *PipelineNameInUseException) OrigErr() error + func (s *PipelineNameInUseException) RequestID() string + func (s *PipelineNameInUseException) StatusCode() int + func (s PipelineNameInUseException) GoString() string + func (s PipelineNameInUseException) String() string + type PipelineNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *PipelineNotFoundException) Code() string + func (s *PipelineNotFoundException) Error() string + func (s *PipelineNotFoundException) Message() string + func (s *PipelineNotFoundException) OrigErr() error + func (s *PipelineNotFoundException) RequestID() string + func (s *PipelineNotFoundException) StatusCode() int + func (s PipelineNotFoundException) GoString() string + func (s PipelineNotFoundException) String() string + type PipelineSummary struct + Created *time.Time + Name *string + PipelineType *string + Updated *time.Time + Version *int64 + func (s *PipelineSummary) SetCreated(v time.Time) *PipelineSummary + func (s *PipelineSummary) SetName(v string) *PipelineSummary + func (s *PipelineSummary) SetPipelineType(v string) *PipelineSummary + func (s *PipelineSummary) SetUpdated(v time.Time) *PipelineSummary + func (s *PipelineSummary) SetVersion(v int64) *PipelineSummary + func (s PipelineSummary) GoString() string + func (s PipelineSummary) String() string + type PipelineTriggerDeclaration struct + GitConfiguration *GitConfiguration + ProviderType *string + func (s *PipelineTriggerDeclaration) SetGitConfiguration(v *GitConfiguration) *PipelineTriggerDeclaration + func (s *PipelineTriggerDeclaration) SetProviderType(v string) *PipelineTriggerDeclaration + func (s *PipelineTriggerDeclaration) Validate() error + func (s PipelineTriggerDeclaration) GoString() string + func (s PipelineTriggerDeclaration) String() string + type PipelineVariable struct + Name *string + Value *string + func (s *PipelineVariable) SetName(v string) *PipelineVariable + func (s *PipelineVariable) SetValue(v string) *PipelineVariable + func (s *PipelineVariable) Validate() error + func (s PipelineVariable) GoString() string + func (s PipelineVariable) String() string + type PipelineVariableDeclaration struct + DefaultValue *string + Description *string + Name *string + func (s *PipelineVariableDeclaration) SetDefaultValue(v string) *PipelineVariableDeclaration + func (s *PipelineVariableDeclaration) SetDescription(v string) *PipelineVariableDeclaration + func (s *PipelineVariableDeclaration) SetName(v string) *PipelineVariableDeclaration + func (s *PipelineVariableDeclaration) Validate() error + func (s PipelineVariableDeclaration) GoString() string + func (s PipelineVariableDeclaration) String() string + type PipelineVersionNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *PipelineVersionNotFoundException) Code() string + func (s *PipelineVersionNotFoundException) Error() string + func (s *PipelineVersionNotFoundException) Message() string + func (s *PipelineVersionNotFoundException) OrigErr() error + func (s *PipelineVersionNotFoundException) RequestID() string + func (s *PipelineVersionNotFoundException) StatusCode() int + func (s PipelineVersionNotFoundException) GoString() string + func (s PipelineVersionNotFoundException) String() string + type PollForJobsInput struct + ActionTypeId *ActionTypeId + MaxBatchSize *int64 + QueryParam map[string]*string + func (s *PollForJobsInput) SetActionTypeId(v *ActionTypeId) *PollForJobsInput + func (s *PollForJobsInput) SetMaxBatchSize(v int64) *PollForJobsInput + func (s *PollForJobsInput) SetQueryParam(v map[string]*string) *PollForJobsInput + func (s *PollForJobsInput) Validate() error + func (s PollForJobsInput) GoString() string + func (s PollForJobsInput) String() string + type PollForJobsOutput struct + Jobs []*Job + func (s *PollForJobsOutput) SetJobs(v []*Job) *PollForJobsOutput + func (s PollForJobsOutput) GoString() string + func (s PollForJobsOutput) String() string + type PollForThirdPartyJobsInput struct + ActionTypeId *ActionTypeId + MaxBatchSize *int64 + func (s *PollForThirdPartyJobsInput) SetActionTypeId(v *ActionTypeId) *PollForThirdPartyJobsInput + func (s *PollForThirdPartyJobsInput) SetMaxBatchSize(v int64) *PollForThirdPartyJobsInput + func (s *PollForThirdPartyJobsInput) Validate() error + func (s PollForThirdPartyJobsInput) GoString() string + func (s PollForThirdPartyJobsInput) String() string + type PollForThirdPartyJobsOutput struct + Jobs []*ThirdPartyJob + func (s *PollForThirdPartyJobsOutput) SetJobs(v []*ThirdPartyJob) *PollForThirdPartyJobsOutput + func (s PollForThirdPartyJobsOutput) GoString() string + func (s PollForThirdPartyJobsOutput) String() string + type PutActionRevisionInput struct + ActionName *string + ActionRevision *ActionRevision + PipelineName *string + StageName *string + func (s *PutActionRevisionInput) SetActionName(v string) *PutActionRevisionInput + func (s *PutActionRevisionInput) SetActionRevision(v *ActionRevision) *PutActionRevisionInput + func (s *PutActionRevisionInput) SetPipelineName(v string) *PutActionRevisionInput + func (s *PutActionRevisionInput) SetStageName(v string) *PutActionRevisionInput + func (s *PutActionRevisionInput) Validate() error + func (s PutActionRevisionInput) GoString() string + func (s PutActionRevisionInput) String() string + type PutActionRevisionOutput struct + NewRevision *bool + PipelineExecutionId *string + func (s *PutActionRevisionOutput) SetNewRevision(v bool) *PutActionRevisionOutput + func (s *PutActionRevisionOutput) SetPipelineExecutionId(v string) *PutActionRevisionOutput + func (s PutActionRevisionOutput) GoString() string + func (s PutActionRevisionOutput) String() string + type PutApprovalResultInput struct + ActionName *string + PipelineName *string + Result *ApprovalResult + StageName *string + Token *string + func (s *PutApprovalResultInput) SetActionName(v string) *PutApprovalResultInput + func (s *PutApprovalResultInput) SetPipelineName(v string) *PutApprovalResultInput + func (s *PutApprovalResultInput) SetResult(v *ApprovalResult) *PutApprovalResultInput + func (s *PutApprovalResultInput) SetStageName(v string) *PutApprovalResultInput + func (s *PutApprovalResultInput) SetToken(v string) *PutApprovalResultInput + func (s *PutApprovalResultInput) Validate() error + func (s PutApprovalResultInput) GoString() string + func (s PutApprovalResultInput) String() string + type PutApprovalResultOutput struct + ApprovedAt *time.Time + func (s *PutApprovalResultOutput) SetApprovedAt(v time.Time) *PutApprovalResultOutput + func (s PutApprovalResultOutput) GoString() string + func (s PutApprovalResultOutput) String() string + type PutJobFailureResultInput struct + FailureDetails *FailureDetails + JobId *string + func (s *PutJobFailureResultInput) SetFailureDetails(v *FailureDetails) *PutJobFailureResultInput + func (s *PutJobFailureResultInput) SetJobId(v string) *PutJobFailureResultInput + func (s *PutJobFailureResultInput) Validate() error + func (s PutJobFailureResultInput) GoString() string + func (s PutJobFailureResultInput) String() string + type PutJobFailureResultOutput struct + func (s PutJobFailureResultOutput) GoString() string + func (s PutJobFailureResultOutput) String() string + type PutJobSuccessResultInput struct + ContinuationToken *string + CurrentRevision *CurrentRevision + ExecutionDetails *ExecutionDetails + JobId *string + OutputVariables map[string]*string + func (s *PutJobSuccessResultInput) SetContinuationToken(v string) *PutJobSuccessResultInput + func (s *PutJobSuccessResultInput) SetCurrentRevision(v *CurrentRevision) *PutJobSuccessResultInput + func (s *PutJobSuccessResultInput) SetExecutionDetails(v *ExecutionDetails) *PutJobSuccessResultInput + func (s *PutJobSuccessResultInput) SetJobId(v string) *PutJobSuccessResultInput + func (s *PutJobSuccessResultInput) SetOutputVariables(v map[string]*string) *PutJobSuccessResultInput + func (s *PutJobSuccessResultInput) Validate() error + func (s PutJobSuccessResultInput) GoString() string + func (s PutJobSuccessResultInput) String() string + type PutJobSuccessResultOutput struct + func (s PutJobSuccessResultOutput) GoString() string + func (s PutJobSuccessResultOutput) String() string + type PutThirdPartyJobFailureResultInput struct + ClientToken *string + FailureDetails *FailureDetails + JobId *string + func (s *PutThirdPartyJobFailureResultInput) SetClientToken(v string) *PutThirdPartyJobFailureResultInput + func (s *PutThirdPartyJobFailureResultInput) SetFailureDetails(v *FailureDetails) *PutThirdPartyJobFailureResultInput + func (s *PutThirdPartyJobFailureResultInput) SetJobId(v string) *PutThirdPartyJobFailureResultInput + func (s *PutThirdPartyJobFailureResultInput) Validate() error + func (s PutThirdPartyJobFailureResultInput) GoString() string + func (s PutThirdPartyJobFailureResultInput) String() string + type PutThirdPartyJobFailureResultOutput struct + func (s PutThirdPartyJobFailureResultOutput) GoString() string + func (s PutThirdPartyJobFailureResultOutput) String() string + type PutThirdPartyJobSuccessResultInput struct + ClientToken *string + ContinuationToken *string + CurrentRevision *CurrentRevision + ExecutionDetails *ExecutionDetails + JobId *string + func (s *PutThirdPartyJobSuccessResultInput) SetClientToken(v string) *PutThirdPartyJobSuccessResultInput + func (s *PutThirdPartyJobSuccessResultInput) SetContinuationToken(v string) *PutThirdPartyJobSuccessResultInput + func (s *PutThirdPartyJobSuccessResultInput) SetCurrentRevision(v *CurrentRevision) *PutThirdPartyJobSuccessResultInput + func (s *PutThirdPartyJobSuccessResultInput) SetExecutionDetails(v *ExecutionDetails) *PutThirdPartyJobSuccessResultInput + func (s *PutThirdPartyJobSuccessResultInput) SetJobId(v string) *PutThirdPartyJobSuccessResultInput + func (s *PutThirdPartyJobSuccessResultInput) Validate() error + func (s PutThirdPartyJobSuccessResultInput) GoString() string + func (s PutThirdPartyJobSuccessResultInput) String() string + type PutThirdPartyJobSuccessResultOutput struct + func (s PutThirdPartyJobSuccessResultOutput) GoString() string + func (s PutThirdPartyJobSuccessResultOutput) String() string + type PutWebhookInput struct + Tags []*Tag + Webhook *WebhookDefinition + func (s *PutWebhookInput) SetTags(v []*Tag) *PutWebhookInput + func (s *PutWebhookInput) SetWebhook(v *WebhookDefinition) *PutWebhookInput + func (s *PutWebhookInput) Validate() error + func (s PutWebhookInput) GoString() string + func (s PutWebhookInput) String() string + type PutWebhookOutput struct + Webhook *ListWebhookItem + func (s *PutWebhookOutput) SetWebhook(v *ListWebhookItem) *PutWebhookOutput + func (s PutWebhookOutput) GoString() string + func (s PutWebhookOutput) String() string + type RegisterWebhookWithThirdPartyInput struct + WebhookName *string + func (s *RegisterWebhookWithThirdPartyInput) SetWebhookName(v string) *RegisterWebhookWithThirdPartyInput + func (s *RegisterWebhookWithThirdPartyInput) Validate() error + func (s RegisterWebhookWithThirdPartyInput) GoString() string + func (s RegisterWebhookWithThirdPartyInput) String() string + type RegisterWebhookWithThirdPartyOutput struct + func (s RegisterWebhookWithThirdPartyOutput) GoString() string + func (s RegisterWebhookWithThirdPartyOutput) String() string + type RequestFailedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *RequestFailedException) Code() string + func (s *RequestFailedException) Error() string + func (s *RequestFailedException) Message() string + func (s *RequestFailedException) OrigErr() error + func (s *RequestFailedException) RequestID() string + func (s *RequestFailedException) StatusCode() int + func (s RequestFailedException) GoString() string + func (s RequestFailedException) String() string + type ResolvedPipelineVariable struct + Name *string + ResolvedValue *string + func (s *ResolvedPipelineVariable) SetName(v string) *ResolvedPipelineVariable + func (s *ResolvedPipelineVariable) SetResolvedValue(v string) *ResolvedPipelineVariable + func (s ResolvedPipelineVariable) GoString() string + func (s ResolvedPipelineVariable) String() string + type ResourceNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type RetryStageExecutionInput struct + PipelineExecutionId *string + PipelineName *string + RetryMode *string + StageName *string + func (s *RetryStageExecutionInput) SetPipelineExecutionId(v string) *RetryStageExecutionInput + func (s *RetryStageExecutionInput) SetPipelineName(v string) *RetryStageExecutionInput + func (s *RetryStageExecutionInput) SetRetryMode(v string) *RetryStageExecutionInput + func (s *RetryStageExecutionInput) SetStageName(v string) *RetryStageExecutionInput + func (s *RetryStageExecutionInput) Validate() error + func (s RetryStageExecutionInput) GoString() string + func (s RetryStageExecutionInput) String() string + type RetryStageExecutionOutput struct + PipelineExecutionId *string + func (s *RetryStageExecutionOutput) SetPipelineExecutionId(v string) *RetryStageExecutionOutput + func (s RetryStageExecutionOutput) GoString() string + func (s RetryStageExecutionOutput) String() string + type S3ArtifactLocation struct + BucketName *string + ObjectKey *string + func (s *S3ArtifactLocation) SetBucketName(v string) *S3ArtifactLocation + func (s *S3ArtifactLocation) SetObjectKey(v string) *S3ArtifactLocation + func (s S3ArtifactLocation) GoString() string + func (s S3ArtifactLocation) String() string + type S3Location struct + Bucket *string + Key *string + func (s *S3Location) SetBucket(v string) *S3Location + func (s *S3Location) SetKey(v string) *S3Location + func (s S3Location) GoString() string + func (s S3Location) String() string + type SourceRevision struct + ActionName *string + RevisionId *string + RevisionSummary *string + RevisionUrl *string + func (s *SourceRevision) SetActionName(v string) *SourceRevision + func (s *SourceRevision) SetRevisionId(v string) *SourceRevision + func (s *SourceRevision) SetRevisionSummary(v string) *SourceRevision + func (s *SourceRevision) SetRevisionUrl(v string) *SourceRevision + func (s SourceRevision) GoString() string + func (s SourceRevision) String() string + type SourceRevisionOverride struct + ActionName *string + RevisionType *string + RevisionValue *string + func (s *SourceRevisionOverride) SetActionName(v string) *SourceRevisionOverride + func (s *SourceRevisionOverride) SetRevisionType(v string) *SourceRevisionOverride + func (s *SourceRevisionOverride) SetRevisionValue(v string) *SourceRevisionOverride + func (s *SourceRevisionOverride) Validate() error + func (s SourceRevisionOverride) GoString() string + func (s SourceRevisionOverride) String() string + type StageContext struct + Name *string + func (s *StageContext) SetName(v string) *StageContext + func (s StageContext) GoString() string + func (s StageContext) String() string + type StageDeclaration struct + Actions []*ActionDeclaration + Blockers []*BlockerDeclaration + Name *string + func (s *StageDeclaration) SetActions(v []*ActionDeclaration) *StageDeclaration + func (s *StageDeclaration) SetBlockers(v []*BlockerDeclaration) *StageDeclaration + func (s *StageDeclaration) SetName(v string) *StageDeclaration + func (s *StageDeclaration) Validate() error + func (s StageDeclaration) GoString() string + func (s StageDeclaration) String() string + type StageExecution struct + PipelineExecutionId *string + Status *string + func (s *StageExecution) SetPipelineExecutionId(v string) *StageExecution + func (s *StageExecution) SetStatus(v string) *StageExecution + func (s StageExecution) GoString() string + func (s StageExecution) String() string + type StageNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *StageNotFoundException) Code() string + func (s *StageNotFoundException) Error() string + func (s *StageNotFoundException) Message() string + func (s *StageNotFoundException) OrigErr() error + func (s *StageNotFoundException) RequestID() string + func (s *StageNotFoundException) StatusCode() int + func (s StageNotFoundException) GoString() string + func (s StageNotFoundException) String() string + type StageNotRetryableException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *StageNotRetryableException) Code() string + func (s *StageNotRetryableException) Error() string + func (s *StageNotRetryableException) Message() string + func (s *StageNotRetryableException) OrigErr() error + func (s *StageNotRetryableException) RequestID() string + func (s *StageNotRetryableException) StatusCode() int + func (s StageNotRetryableException) GoString() string + func (s StageNotRetryableException) String() string + type StageState struct + ActionStates []*ActionState + InboundExecution *StageExecution + InboundTransitionState *TransitionState + LatestExecution *StageExecution + StageName *string + func (s *StageState) SetActionStates(v []*ActionState) *StageState + func (s *StageState) SetInboundExecution(v *StageExecution) *StageState + func (s *StageState) SetInboundTransitionState(v *TransitionState) *StageState + func (s *StageState) SetLatestExecution(v *StageExecution) *StageState + func (s *StageState) SetStageName(v string) *StageState + func (s StageState) GoString() string + func (s StageState) String() string + type StartPipelineExecutionInput struct + ClientRequestToken *string + Name *string + SourceRevisions []*SourceRevisionOverride + Variables []*PipelineVariable + func (s *StartPipelineExecutionInput) SetClientRequestToken(v string) *StartPipelineExecutionInput + func (s *StartPipelineExecutionInput) SetName(v string) *StartPipelineExecutionInput + func (s *StartPipelineExecutionInput) SetSourceRevisions(v []*SourceRevisionOverride) *StartPipelineExecutionInput + func (s *StartPipelineExecutionInput) SetVariables(v []*PipelineVariable) *StartPipelineExecutionInput + func (s *StartPipelineExecutionInput) Validate() error + func (s StartPipelineExecutionInput) GoString() string + func (s StartPipelineExecutionInput) String() string + type StartPipelineExecutionOutput struct + PipelineExecutionId *string + func (s *StartPipelineExecutionOutput) SetPipelineExecutionId(v string) *StartPipelineExecutionOutput + func (s StartPipelineExecutionOutput) GoString() string + func (s StartPipelineExecutionOutput) String() string + type StopExecutionTrigger struct + Reason *string + func (s *StopExecutionTrigger) SetReason(v string) *StopExecutionTrigger + func (s StopExecutionTrigger) GoString() string + func (s StopExecutionTrigger) String() string + type StopPipelineExecutionInput struct + Abandon *bool + PipelineExecutionId *string + PipelineName *string + Reason *string + func (s *StopPipelineExecutionInput) SetAbandon(v bool) *StopPipelineExecutionInput + func (s *StopPipelineExecutionInput) SetPipelineExecutionId(v string) *StopPipelineExecutionInput + func (s *StopPipelineExecutionInput) SetPipelineName(v string) *StopPipelineExecutionInput + func (s *StopPipelineExecutionInput) SetReason(v string) *StopPipelineExecutionInput + func (s *StopPipelineExecutionInput) Validate() error + func (s StopPipelineExecutionInput) GoString() string + func (s StopPipelineExecutionInput) String() string + type StopPipelineExecutionOutput struct + PipelineExecutionId *string + func (s *StopPipelineExecutionOutput) SetPipelineExecutionId(v string) *StopPipelineExecutionOutput + func (s StopPipelineExecutionOutput) GoString() string + func (s StopPipelineExecutionOutput) String() string + type Tag struct + Key *string + Value *string + func (s *Tag) SetKey(v string) *Tag + func (s *Tag) SetValue(v string) *Tag + func (s *Tag) Validate() error + func (s Tag) GoString() string + func (s Tag) String() string + type TagResourceInput struct + ResourceArn *string + Tags []*Tag + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type ThirdPartyJob struct + ClientId *string + JobId *string + func (s *ThirdPartyJob) SetClientId(v string) *ThirdPartyJob + func (s *ThirdPartyJob) SetJobId(v string) *ThirdPartyJob + func (s ThirdPartyJob) GoString() string + func (s ThirdPartyJob) String() string + type ThirdPartyJobData struct + ActionConfiguration *ActionConfiguration + ActionTypeId *ActionTypeId + ArtifactCredentials *AWSSessionCredentials + ContinuationToken *string + EncryptionKey *EncryptionKey + InputArtifacts []*Artifact + OutputArtifacts []*Artifact + PipelineContext *PipelineContext + func (s *ThirdPartyJobData) SetActionConfiguration(v *ActionConfiguration) *ThirdPartyJobData + func (s *ThirdPartyJobData) SetActionTypeId(v *ActionTypeId) *ThirdPartyJobData + func (s *ThirdPartyJobData) SetArtifactCredentials(v *AWSSessionCredentials) *ThirdPartyJobData + func (s *ThirdPartyJobData) SetContinuationToken(v string) *ThirdPartyJobData + func (s *ThirdPartyJobData) SetEncryptionKey(v *EncryptionKey) *ThirdPartyJobData + func (s *ThirdPartyJobData) SetInputArtifacts(v []*Artifact) *ThirdPartyJobData + func (s *ThirdPartyJobData) SetOutputArtifacts(v []*Artifact) *ThirdPartyJobData + func (s *ThirdPartyJobData) SetPipelineContext(v *PipelineContext) *ThirdPartyJobData + func (s ThirdPartyJobData) GoString() string + func (s ThirdPartyJobData) String() string + type ThirdPartyJobDetails struct + Data *ThirdPartyJobData + Id *string + Nonce *string + func (s *ThirdPartyJobDetails) SetData(v *ThirdPartyJobData) *ThirdPartyJobDetails + func (s *ThirdPartyJobDetails) SetId(v string) *ThirdPartyJobDetails + func (s *ThirdPartyJobDetails) SetNonce(v string) *ThirdPartyJobDetails + func (s ThirdPartyJobDetails) GoString() string + func (s ThirdPartyJobDetails) String() string + type TooManyTagsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *TooManyTagsException) Code() string + func (s *TooManyTagsException) Error() string + func (s *TooManyTagsException) Message() string + func (s *TooManyTagsException) OrigErr() error + func (s *TooManyTagsException) RequestID() string + func (s *TooManyTagsException) StatusCode() int + func (s TooManyTagsException) GoString() string + func (s TooManyTagsException) String() string + type TransitionState struct + DisabledReason *string + Enabled *bool + LastChangedAt *time.Time + LastChangedBy *string + func (s *TransitionState) SetDisabledReason(v string) *TransitionState + func (s *TransitionState) SetEnabled(v bool) *TransitionState + func (s *TransitionState) SetLastChangedAt(v time.Time) *TransitionState + func (s *TransitionState) SetLastChangedBy(v string) *TransitionState + func (s TransitionState) GoString() string + func (s TransitionState) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateActionTypeInput struct + ActionType *ActionTypeDeclaration + func (s *UpdateActionTypeInput) SetActionType(v *ActionTypeDeclaration) *UpdateActionTypeInput + func (s *UpdateActionTypeInput) Validate() error + func (s UpdateActionTypeInput) GoString() string + func (s UpdateActionTypeInput) String() string + type UpdateActionTypeOutput struct + func (s UpdateActionTypeOutput) GoString() string + func (s UpdateActionTypeOutput) String() string + type UpdatePipelineInput struct + Pipeline *PipelineDeclaration + func (s *UpdatePipelineInput) SetPipeline(v *PipelineDeclaration) *UpdatePipelineInput + func (s *UpdatePipelineInput) Validate() error + func (s UpdatePipelineInput) GoString() string + func (s UpdatePipelineInput) String() string + type UpdatePipelineOutput struct + Pipeline *PipelineDeclaration + func (s *UpdatePipelineOutput) SetPipeline(v *PipelineDeclaration) *UpdatePipelineOutput + func (s UpdatePipelineOutput) GoString() string + func (s UpdatePipelineOutput) String() string + type ValidationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string + type WebhookAuthConfiguration struct + AllowedIPRange *string + SecretToken *string + func (s *WebhookAuthConfiguration) SetAllowedIPRange(v string) *WebhookAuthConfiguration + func (s *WebhookAuthConfiguration) SetSecretToken(v string) *WebhookAuthConfiguration + func (s *WebhookAuthConfiguration) Validate() error + func (s WebhookAuthConfiguration) GoString() string + func (s WebhookAuthConfiguration) String() string + type WebhookDefinition struct + Authentication *string + AuthenticationConfiguration *WebhookAuthConfiguration + Filters []*WebhookFilterRule + Name *string + TargetAction *string + TargetPipeline *string + func (s *WebhookDefinition) SetAuthentication(v string) *WebhookDefinition + func (s *WebhookDefinition) SetAuthenticationConfiguration(v *WebhookAuthConfiguration) *WebhookDefinition + func (s *WebhookDefinition) SetFilters(v []*WebhookFilterRule) *WebhookDefinition + func (s *WebhookDefinition) SetName(v string) *WebhookDefinition + func (s *WebhookDefinition) SetTargetAction(v string) *WebhookDefinition + func (s *WebhookDefinition) SetTargetPipeline(v string) *WebhookDefinition + func (s *WebhookDefinition) Validate() error + func (s WebhookDefinition) GoString() string + func (s WebhookDefinition) String() string + type WebhookFilterRule struct + JsonPath *string + MatchEquals *string + func (s *WebhookFilterRule) SetJsonPath(v string) *WebhookFilterRule + func (s *WebhookFilterRule) SetMatchEquals(v string) *WebhookFilterRule + func (s *WebhookFilterRule) Validate() error + func (s WebhookFilterRule) GoString() string + func (s WebhookFilterRule) String() string + type WebhookNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *WebhookNotFoundException) Code() string + func (s *WebhookNotFoundException) Error() string + func (s *WebhookNotFoundException) Message() string + func (s *WebhookNotFoundException) OrigErr() error + func (s *WebhookNotFoundException) RequestID() string + func (s *WebhookNotFoundException) StatusCode() int + func (s WebhookNotFoundException) GoString() string + func (s WebhookNotFoundException) String() string