import { _UnmarshalledUnprocessedIdentityId } from './_UnprocessedIdentityId'; import * as __aws_sdk_types from '@aws-js-sdk-v3-prerelease/types'; /** *
Returned in response to a successful DeleteIdentities operation.
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
*/ UnprocessedIdentityIds?: Array<_UnmarshalledUnprocessedIdentityId>; /** * 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; }