AWS SDK for C++
AWS SDK for C++
|
#include <aws/core/utils/logging/LogLevel.h>
#include <aws/core/utils/logging/LogSystemInterface.h>
#include <aws/core/utils/logging/CRTLogSystem.h>
#include <aws/core/utils/memory/MemorySystemInterface.h>
#include <aws/core/utils/crypto/Factories.h>
#include <aws/core/http/HttpClientFactory.h>
#include <aws/core/monitoring/MonitoringManager.h>
#include <aws/core/Core_EXPORTS.h>
#include <aws/crt/io/Bootstrap.h>
#include <aws/crt/io/TlsOptions.h>
Go to the source code of this file.
Classes | |
struct | Aws::LoggingOptions |
struct | Aws::MemoryManagementOptions |
struct | Aws::IoOptions |
struct | Aws::HttpOptions |
struct | Aws::CryptoOptions |
struct | Aws::MonitoringOptions |
struct | Aws::SDKOptions |
Namespaces | |
namespace | Aws |
Functions | |
AWS_CORE_API void | Aws::InitAPI (const SDKOptions &options) |
AWS_CORE_API void | Aws::ShutdownAPI (const SDKOptions &options) |
Variables | |
static const char * | Aws::DEFAULT_LOG_PREFIX = "aws_sdk_" |