An object that signs request objects with AWS credentials using one of the AWS authentication protocols.

interface RequestSigner {
    sign(requestToSign, options?): Promise<HttpRequest>;
}

Methods

Methods