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

Returned in response to a successful GetOpenIdTokenForDeveloperIdentity request.

*/ export interface GetOpenIdTokenForDeveloperIdentityOutput { /** *

A unique identifier in the format REGION:GUID.

*/ IdentityId?: string; /** *

An OpenID token.

*/ Token?: 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; }