AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
smithy::AwsSignerBase< IDENTITY_T > Class Template Referenceabstract

#include <AwsSignerBase.h>

Inheritance diagram for smithy::AwsSignerBase< IDENTITY_T >:
[legend]

Public Types

using IdentityT = IDENTITY_T
 
using SigningProperties = Aws::UnorderedMap< Aws::String, Aws::Crt::Variant< Aws::String, bool > >
 
using AdditionalParameters = Aws::UnorderedMap< Aws::String, Aws::Crt::Variant< Aws::String, bool > >
 
 
 
 

Public Member Functions

virtual SigningFutureOutcome sign (std::shared_ptr< HttpRequest > httpRequest, const IdentityT &identity, SigningProperties properties)=0
 
virtual ~AwsSignerBase ()
 

Public Member Functions inherited from smithy::AwsSignerCommon

virtual ~AwsSignerCommon ()=default
 
virtual void SetClockSkew (const std::chrono::milliseconds &clockSkew)
 
 

Additional Inherited Members

Protected Member Functions inherited from smithy::AwsSignerCommon

virtual std::chrono::milliseconds GetClockSkewOffset () const
 

Protected Attributes inherited from smithy::AwsSignerCommon

std::atomic< std::chrono::milliseconds > m_clockSkew = {}
 

Detailed Description

template<typename IDENTITY_T>
class smithy::AwsSignerBase< IDENTITY_T >

Definition at line 37 of file AwsSignerBase.h.

Member Typedef Documentation

◆ AdditionalParameters

template<typename IDENTITY_T >
using smithy::AwsSignerBase< IDENTITY_T >::AdditionalParameters = Aws::UnorderedMap<Aws::String, Aws::Crt::Variant<Aws::String, bool> >

Definition at line 42 of file AwsSignerBase.h.

◆ HttpRequest

template<typename IDENTITY_T >
using smithy::AwsSignerBase< IDENTITY_T >::HttpRequest = Aws::Http::HttpRequest

Definition at line 43 of file AwsSignerBase.h.

◆ IdentityT

template<typename IDENTITY_T >
using smithy::AwsSignerBase< IDENTITY_T >::IdentityT = IDENTITY_T

Definition at line 39 of file AwsSignerBase.h.

◆ SigningError

template<typename IDENTITY_T >

Definition at line 44 of file AwsSignerBase.h.

◆ SigningFutureOutcome

template<typename IDENTITY_T >
using smithy::AwsSignerBase< IDENTITY_T >::SigningFutureOutcome = Aws::Utils::FutureOutcome<std::shared_ptr<HttpRequest>, SigningError>

Definition at line 45 of file AwsSignerBase.h.

◆ SigningProperties

template<typename IDENTITY_T >
using smithy::AwsSignerBase< IDENTITY_T >::SigningProperties = Aws::UnorderedMap<Aws::String, Aws::Crt::Variant<Aws::String, bool> >

Definition at line 41 of file AwsSignerBase.h.

Constructor & Destructor Documentation

◆ ~AwsSignerBase()

template<typename IDENTITY_T >
virtual smithy::AwsSignerBase< IDENTITY_T >::~AwsSignerBase ( )
inlinevirtual

Definition at line 50 of file AwsSignerBase.h.

Member Function Documentation

◆ sign()

template<typename IDENTITY_T >
virtual SigningFutureOutcome smithy::AwsSignerBase< IDENTITY_T >::sign ( std::shared_ptr< HttpRequest httpRequest,
const IdentityT identity,
SigningProperties  properties 
)
pure virtual

The documentation for this class was generated from the following file: