Enumeration AwsSignatureType

AWS signature type enumeration.

Enumeration Members

HttpRequestChunk: 2

Sign an http request payload chunk

HttpRequestEvent: 3

Sign an event stream event

HttpRequestViaHeaders: 0

Sign an http request and apply the signing results as headers

HttpRequestViaQueryParams: 1

Sign an http request and apply the signing results as query params

Generated using TypeDoc