Package Exports
- @aws-cdk/aws-codepipeline-api
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@aws-cdk/aws-codepipeline-api) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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.).