import { _UnmarshalledChapInfo } from "./_ChapInfo"; import * as __aws_sdk_types from "@aws-sdk/types"; /** *

A JSON object containing a .

*/ export interface DescribeChapCredentialsOutput extends __aws_sdk_types.MetadataBearer { /** *

An array of ChapInfo objects that represent CHAP credentials. Each object in the array contains CHAP credential information for one target-initiator pair. If no CHAP credentials are set, an empty array is returned. CHAP credential information is provided in a JSON object with the following fields:

*/ ChapCredentials?: Array<_UnmarshalledChapInfo>; /** * 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; }