import * as __aws_sdk_types from '@aws-js-sdk-v3-prerelease/types'; /** *

Returned in response to a GetId request.

*/ export interface GetIdOutput { /** *

A unique identifier in the format REGION:GUID.

*/ IdentityId?: string; /** * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ $metadata: __aws_sdk_types.ResponseMetadata; }