A mapping of additional HTTP headers to send/receive for the individual batch request.

HttpResponseHeaders

interface HttpResponseHeaders {
    Date?: string;
    "x-amzn-RequestId"?: string;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Date?: string

The timestamp that the API request was received. For more information, consult RFC 2616 Section 14.

HttpResponseHeaders

"x-amzn-RequestId"?: string

Unique request reference ID.

HttpResponseHeaders