Metadata-Version: 2.1
Name: aws-cdk.aws-codepipeline-api
Version: 0.27.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
Description: ## 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.).
        
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
