Interface ProductPricingApiModelHttpResponseHeaders

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

HttpResponseHeaders

interface ProductPricingApiModelHttpResponseHeaders {
    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

MMNEPVFCICPMFPCPTTAAATR