agent-claw: automated task changes
This commit is contained in:
13
cdk/node_modules/aws-cdk-lib/pipelines/lib/codepipeline/stack-outputs-map.d.ts
generated
vendored
Normal file
13
cdk/node_modules/aws-cdk-lib/pipelines/lib/codepipeline/stack-outputs-map.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import type { StackOutputReference } from '../blueprint';
|
||||
import type { PipelineBase } from '../main';
|
||||
/**
|
||||
* Translate stack outputs to CodePipeline variable references
|
||||
*/
|
||||
export declare class StackOutputsMap {
|
||||
private queries;
|
||||
constructor(pipeline: PipelineBase);
|
||||
/**
|
||||
* Return the matching variable reference string for a StackOutputReference
|
||||
*/
|
||||
toCodePipeline(x: StackOutputReference): string;
|
||||
}
|
||||
Reference in New Issue
Block a user