aws-elixir v0.1.0 AWS.CodePipeline
AWS CodePipeline
Overview
This is the AWS CodePipeline API Reference. This guide provides descriptions of the actions and data types for AWS CodePipeline. Some functionality for your pipeline is only configurable through the API. For additional information, see the AWS CodePipeline User Guide.
You can use the AWS CodePipeline API to work with pipelines, stages, actions, gates, and transitions, as described below.
Pipelines are models of automated release processes. Each pipeline is uniquely named, and consists of actions, gates, and stages.
You can work with pipelines by calling:
- `CreatePipeline`, which creates a uniquely-named pipeline.
- `DeletePipeline`, which deletes the specified pipeline.
- `GetPipeline`, which returns information about a pipeline structure.
- `GetPipelineState`, which returns information about the current state of the stages and actions of a pipeline.
- `ListPipelines`, which gets a summary of all of the pipelines associated with your account.
- `StartPipelineExecution`, which runs the the most recent revision of an artifact through the pipeline.
- `UpdatePipeline`, which updates a pipeline with edits or changes to the structure of the pipeline.
- `DisableStageTransition`, which prevents artifacts from transitioning to the next stage in a pipeline.
- `EnableStageTransition`, which enables transition of artifacts between stages in a pipeline.
- `AcknowledgeJob`, which confirms whether a job worker has received the specified job,
- `GetJobDetails`, which returns the details of a job,
- `PollForJobs`, which determines whether there are any jobs to act upon,
- `PutJobFailureResult`, which provides details of a job failure, and
- `PutJobSuccessResult`, which provides details of a job success.
- `AcknowledgeThirdPartyJob`, which confirms whether a job worker has received the specified job,
- `GetThirdPartyJobDetails`, which requests the details of a job for a partner action,
- `PollForThirdPartyJobs`, which determines whether there are any jobs to act upon,
- `PutThirdPartyJobFailureResult`, which provides details of a job failure, and
- `PutThirdPartyJobSuccessResult`, which provides details of a job success.
Summary
Functions
Returns information about a specified job and whether that job has been received by the job worker. Only used for custom actions
Confirms a job worker has received the specified job. Only used for partner actions
Creates a new custom action that can be used in all pipelines associated with the AWS account. Only used for custom actions
Creates a pipeline
Marks a custom action as deleted. PollForJobs for the custom action will fail after the action is marked for deletion. Only used for custom actions
Deletes the specified pipeline
Prevents artifacts in a pipeline from transitioning to the next stage in the pipeline
Enables artifacts in a pipeline to transition to a stage in a pipeline
Returns information about a job. Only used for custom actions
Returns the metadata, structure, stages, and actions of a pipeline. Can be
used to return the entire structure of a pipeline in JSON format, which can
then be modified and used to update the pipeline structure with
UpdatePipeline
Returns information about the state of a pipeline, including the stages and actions
Requests the details of a job for a third party action. Only used for partner actions
Gets a summary of all AWS CodePipeline action types associated with your account
Gets a summary of all of the pipelines associated with your account
Returns information about any jobs for AWS CodePipeline to act upon
Determines whether there are any third party jobs for a job worker to act on. Only used for partner actions
Provides information to AWS CodePipeline about new revisions to a source
Provides the response to a manual approval request to AWS CodePipeline. Valid responses include Approved and Rejected
Represents the failure of a job as returned to the pipeline by a job worker. Only used for custom actions
Represents the success of a job as returned to the pipeline by a job worker. Only used for custom actions
Represents the failure of a third party job as returned to the pipeline by a job worker. Only used for partner actions
Represents the success of a third party job as returned to the pipeline by a job worker. Only used for partner actions
Resumes the pipeline execution by retrying the last failed actions in a stage
Starts the specified pipeline. Specifically, it begins processing the latest commit to the source location specified as part of the pipeline
Updates a specified pipeline with edits or changes to its structure. Use a JSON file with the pipeline structure in conjunction with UpdatePipeline to provide the full structure of the pipeline. Updating the pipeline increases the version number of the pipeline by 1
Functions
Returns information about a specified job and whether that job has been received by the job worker. Only used for custom actions.
Confirms a job worker has received the specified job. Only used for partner actions.
Creates a new custom action that can be used in all pipelines associated with the AWS account. Only used for custom actions.
Marks a custom action as deleted. PollForJobs for the custom action will fail after the action is marked for deletion. Only used for custom actions.
Prevents artifacts in a pipeline from transitioning to the next stage in the pipeline.
Enables artifacts in a pipeline to transition to a stage in a pipeline.
Returns information about a job. Only used for custom actions.
Returns the metadata, structure, stages, and actions of a pipeline. Can be
used to return the entire structure of a pipeline in JSON format, which can
then be modified and used to update the pipeline structure with
UpdatePipeline
.
Returns information about the state of a pipeline, including the stages and actions.
Requests the details of a job for a third party action. Only used for partner actions.
Gets a summary of all AWS CodePipeline action types associated with your account.
Gets a summary of all of the pipelines associated with your account.
Returns information about any jobs for AWS CodePipeline to act upon.
Determines whether there are any third party jobs for a job worker to act on. Only used for partner actions.
Provides information to AWS CodePipeline about new revisions to a source.
Provides the response to a manual approval request to AWS CodePipeline. Valid responses include Approved and Rejected.
Represents the failure of a job as returned to the pipeline by a job worker. Only used for custom actions.
Represents the success of a job as returned to the pipeline by a job worker. Only used for custom actions.
Represents the failure of a third party job as returned to the pipeline by a job worker. Only used for partner actions.
Represents the success of a third party job as returned to the pipeline by a job worker. Only used for partner actions.
Resumes the pipeline execution by retrying the last failed actions in a stage.
Starts the specified pipeline. Specifically, it begins processing the latest commit to the source location specified as part of the pipeline.
Updates a specified pipeline with edits or changes to its structure. Use a JSON file with the pipeline structure in conjunction with UpdatePipeline to provide the full structure of the pipeline. Updating the pipeline increases the version number of the pipeline by 1.