import { _UnmarshalledCredentials } from './_Credentials'; import * as __aws_sdk_types from '@aws-js-sdk-v3-prerelease/types'; /** *
Returned in response to a successful GetCredentialsForIdentity operation.
A unique identifier in the format REGION:GUID.
*/ IdentityId?: string; /** *Credentials for the provided identity ID.
*/ Credentials?: _UnmarshalledCredentials; /** * 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; }