agent-claw: automated task changes
This commit is contained in:
8
cdk/node_modules/aws-cdk-lib/aws-cognito/lib/private/ref-utils.d.ts
generated
vendored
Normal file
8
cdk/node_modules/aws-cdk-lib/aws-cognito/lib/private/ref-utils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { IUserPoolIdentityProviderRef, IUserPoolRef } from '../cognito.generated';
|
||||
import type { IUserPool } from '../user-pool';
|
||||
import type { IUserPoolIdentityProvider } from '../user-pool-idp';
|
||||
/**
|
||||
* Converts an IUserPoolRef to IUserPool, validating that it implements the full interface
|
||||
*/
|
||||
export declare function toIUserPool(ref: IUserPoolRef): IUserPool;
|
||||
export declare function isIUserPoolIdentityProvider(x: IUserPoolIdentityProviderRef): x is IUserPoolIdentityProvider;
|
||||
Reference in New Issue
Block a user