AWS SDK for C++
1.8.129
AWS SDK for C++
|
Namespaces | |
CoreErrorsMapper | |
Typedefs | |
typedef Utils::Outcome< std::shared_ptr< Aws::Http::HttpResponse >, AWSError< CoreErrors > > | HttpResponseOutcome |
typedef Utils::Outcome< AmazonWebServiceResult< Utils::Stream::ResponseStream >, AWSError< CoreErrors > > | StreamOutcome |
typedef Utils::Outcome< AmazonWebServiceResult< Utils::Json::JsonValue >, AWSError< CoreErrors > > | JsonOutcome |
typedef Utils::Outcome< AmazonWebServiceResult< Utils::Xml::XmlDocument >, AWSError< CoreErrors > > | XmlOutcome |
Functions | |
AWS_CORE_API Aws::String | GetAuthorizationHeader (const Aws::Http::HttpRequest &httpRequest) |
template<typename T > | |
Aws::OStream & | operator<< (Aws::OStream &s, const AWSError< T > &e) |
typedef Utils::Outcome< std::shared_ptr< Aws::Http::HttpResponse >, AWSError< CoreErrors > > Aws::Client::HttpResponseOutcome |
Definition at line 79 of file AWSClient.h.
typedef Utils::Outcome<AmazonWebServiceResult<Utils::Json::JsonValue>, AWSError<CoreErrors> > Aws::Client::JsonOutcome |
Definition at line 315 of file AWSClient.h.
typedef Utils::Outcome<AmazonWebServiceResult<Utils::Stream::ResponseStream>, AWSError<CoreErrors> > Aws::Client::StreamOutcome |
Definition at line 80 of file AWSClient.h.
typedef Utils::Outcome<AmazonWebServiceResult<Utils::Xml::XmlDocument>, AWSError<CoreErrors> > Aws::Client::XmlOutcome |
Definition at line 381 of file AWSClient.h.
|
strong |
Definition at line 20 of file CoreErrors.h.
|
strong |
Enumerator | |
---|---|
NOT_SET | |
XML | |
JSON |
Definition at line 23 of file AWSError.h.
|
strong |
Sets the behaviors of the underlying HTTP clients handling response with 30x status code. By default, HTTP clients will always redirect the 30x response automatically, except when specifying aws-global as the client region, then SDK will handle 30x response and redirect the request manually.
Enumerator | |
---|---|
DEFAULT | |
ALWAYS | |
NEVER |
Definition at line 39 of file ClientConfiguration.h.
AWS_CORE_API Aws::String Aws::Client::GetAuthorizationHeader | ( | const Aws::Http::HttpRequest & | httpRequest | ) |
Aws::OStream& Aws::Client::operator<< | ( | Aws::OStream & | s, |
const AWSError< T > & | e | ||
) |
Definition at line 203 of file AWSError.h.