agent-claw: automated task changes
This commit is contained in:
16
cdk/node_modules/aws-cdk-lib/assertions/lib/private/resources.d.ts
generated
vendored
Normal file
16
cdk/node_modules/aws-cdk-lib/assertions/lib/private/resources.d.ts
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
import type { Template } from './template';
|
||||
export declare function findResources(template: Template, type: string, props?: any): {
|
||||
[key: string]: {
|
||||
[key: string]: any;
|
||||
};
|
||||
};
|
||||
export declare function getResourceId(template: Template, type: string, props?: any): {
|
||||
resourceId?: string;
|
||||
matchError?: string;
|
||||
};
|
||||
export declare function allResources(template: Template, type: string, props: any): string | void;
|
||||
export declare function allResourcesProperties(template: Template, type: string, props: any): string | void;
|
||||
export declare function hasResource(template: Template, type: string, props: any): string | void;
|
||||
export declare function hasResourceProperties(template: Template, type: string, props: any): string | void;
|
||||
export declare function countResources(template: Template, type: string): number;
|
||||
export declare function countResourcesProperties(template: Template, type: string, props: any): number;
|
||||
Reference in New Issue
Block a user