/** *

A description of the identity pool.

*/ export interface _IdentityPoolShortDescription { /** *

An identity pool ID in the format REGION:GUID.

*/ IdentityPoolId?: string; /** *

A string that you provide.

*/ IdentityPoolName?: string; } export declare type _UnmarshalledIdentityPoolShortDescription = _IdentityPoolShortDescription;