AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
#include <aws/crt/Exports.h>
#include <aws/crt/Types.h>
#include <aws/crt/http/HttpConnection.h>
#include <aws/crt/io/TlsOptions.h>
#include <chrono>
#include <functional>
Go to the source code of this file.
Namespaces | |
Aws | |
Aws::Crt | |
Aws::Crt::Io | |
Aws::Crt::Http | |
Aws::Crt::Auth | |
Typedefs | |
using | Aws::Crt::Auth::OnCredentialsResolved = std::function< void(std::shared_ptr< Credentials >, int errorCode)> |
using | Aws::Crt::Auth::GetCredentialsHandler = std::function< std::shared_ptr< Credentials >()> |