userver: /data/code/userver/libraries/sqs/include/userver/sqs/json_client.hpp File Reference
Loading...
Searching...
No Matches
json_client.hpp File Reference

Detailed Description

SQS JSON protocol client.

Definition in file json_client.hpp.

Go to the source code of this file.

#include <chrono>
#include <memory>
#include <string>
#include <aws/core/http/HttpTypes.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <aws/sqs/SQSServiceClientModel.h>
This graph shows which files directly or indirectly include this file:

Classes

struct  sqs::ExtraCredentials
 Extra authentication headers that are not part of AWS SigV4 keys. More...
struct  sqs::Credentials
 Access keys used to sign requests with AWS SigV4. More...
struct  sqs::ClientSettings
 Connection and signing settings for JsonClient. More...
class  sqs::JsonClient
 SQS JSON protocol client. More...

Namespaces

namespace  clients::http
 HTTP client helpers.
namespace  sqs
 Amazon SQS-compatible JSON client.