Metadata-Version: 2.1
Name: aws-cdk.aws-codepipeline-api
Version: 0.26.0
Summary: Actions API for AWS Code Pipeline
Home-page: https://github.com/awslabs/aws-cdk
Author: Amazon Web Services
License: UNKNOWN
Project-URL: Source, https://github.com/awslabs/aws-cdk.git
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: jsii
Requires-Dist: publication (>=0.0.3)
Requires-Dist: aws-cdk.aws-events (~=0.26.0)
Requires-Dist: aws-cdk.aws-iam (~=0.26.0)
Requires-Dist: aws-cdk.cdk (~=0.26.0)

## AWS CodePipeline Actions API

This package contains the abstract API of Pipeline Actions.
It's used by the `aws-codepipeline` module,
and the AWS service modules that integrate with AWS CodePipeline.

You should never need to depend on it directly -
instead, depend on `aws-codepipeline`,
and the module you need the concrete Actions from
(like `aws-codecommit`, `aws-codebuild`, etc.).



