agent-claw: automated task changes
This commit is contained in:
10
cdk/node_modules/aws-cdk-lib/aws-codebuild/lib/codepipeline-artifacts.d.ts
generated
vendored
Normal file
10
cdk/node_modules/aws-cdk-lib/aws-codebuild/lib/codepipeline-artifacts.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Artifacts } from './artifacts';
|
||||
/**
|
||||
* CodePipeline Artifact definition for a CodeBuild Project.
|
||||
* *Note*: this type cannot be used as a secondary artifact,
|
||||
* and because of that, you're not allowed to specify an identifier for it.
|
||||
*/
|
||||
export declare class CodePipelineArtifacts extends Artifacts {
|
||||
readonly type = "CODEPIPELINE";
|
||||
constructor();
|
||||
}
|
||||
Reference in New Issue
Block a user