agent-claw: automated task changes
This commit is contained in:
14
cdk/node_modules/aws-cdk-lib/aws-appsync/lib/private/ref-utils.d.ts
generated
vendored
Normal file
14
cdk/node_modules/aws-cdk-lib/aws-appsync/lib/private/ref-utils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import type { IGraphQLApiRef, IApiRef, IFunctionConfigurationRef } from '../../../interfaces/generated/aws-appsync-interfaces.generated';
|
||||
import type { IApi } from '../api-base';
|
||||
import type { IGraphqlApi } from '../graphqlapi-base';
|
||||
/**
|
||||
* Converts an IGraphQLApiRef to IGraphqlApi, validating that it implements the full interface
|
||||
*/
|
||||
export declare function toIGraphqlApi(api: IGraphQLApiRef): IGraphqlApi;
|
||||
/**
|
||||
* Converts an IApiRef to IApi, validating that it implements the full interface
|
||||
*/
|
||||
export declare function toIApi(api: IApiRef): IApi;
|
||||
export declare function extractApiIdFromApiRef(apiRef: IApiRef): string;
|
||||
export declare function extractApiIdFromGraphQLApiRef(apiRef: IGraphQLApiRef): string;
|
||||
export declare function extractFunctionIdFromFunctionRef(funcRef: IFunctionConfigurationRef): string;
|
||||
Reference in New Issue
Block a user