diff --git a/classes/AWSHttpRequestBuilder.html b/classes/AWSHttpRequestBuilder.html index a77723a..6a79ba9 100644 --- a/classes/AWSHttpRequestBuilder.html +++ b/classes/AWSHttpRequestBuilder.html @@ -1,7 +1,7 @@
The AWS storage service for token management.
The Axios request configuration.
If tokenStorage, method, or baseURL are not defined.
-Private
axiosPrivate
configPrivate
loggerPrivate
Readonly
tokenThe AWS storage service for token management.
-Adds additional Axios request configuration.
+Private
axiosPrivate
configPrivate
loggerPrivate
Readonly
tokenThe AWS storage service for token management.
+Adds additional Axios request configuration.
The configuration to add.
Adds additional headers to the request.
+Adds additional headers to the request.
Headers to add.
Private
addXLemonAdds x-lemon-identity to the header.
+Private
addXLemonExecutes the HTTP request.
+Executes the HTTP request.
If an error occurs during the request.
-Private
extractPrivate
extractPrivate
getPrivate
Gets the signed AWS client.
+Private
getPrivate
getPrivate
getPrivate
Gets the signed headers for the request.
The signed AWS client.
The request data.
Sets the request body.
+Sets the request body.
Body data to set.
Sets the request headers.
+Sets the request headers.
Headers to set.
Sets the request method.
+Sets the request method.
HTTP method to set.
Sets the request parameters.
+Sets the request parameters.
Parameters to set.
Class to build and execute HTTP requests with AWS signing
Example
-