-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(aws-codepipeline): Re-structure the CodePipeline API. (#459)
BREAKING CHANGE: 1. Introduce a new aws-codepipeline-api package, and move the Actions API there. 2. Move the service-specific Actions back into their service packages.
- Loading branch information
Showing
82 changed files
with
1,175 additions
and
1,971 deletions.
There are no files selected for viewing
11 changes: 0 additions & 11 deletions
11
packages/@aws-cdk/aws-cloudformation-codepipeline/.npmignore
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
packages/@aws-cdk/aws-cloudformation-codepipeline/README.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
67 changes: 0 additions & 67 deletions
67
packages/@aws-cdk/aws-cloudformation-codepipeline/package.json
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
packages/@aws-cdk/aws-cloudformation-codepipeline/tslint.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
export * from './custom-resource'; | ||
export * from './pipeline-actions'; | ||
|
||
// AWS::CloudFormation CloudFormation Resources: | ||
export * from './cloudformation.generated'; | ||
export * from './custom-resource'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.