#include <aws/core/Aws.h>
#include <aws/monitoring/CloudWatchClient.h>
#include <aws/monitoring/model/MetricDatum.h>
#include <aws_common/sdk_utils/aws_error.h>
#include <cloudwatch_metrics_common/definitions/definitions.h>
Go to the source code of this file.
Classes | |
class | Aws::CloudWatchMetrics::Utils::CloudWatchMetricsFacade |
This class is a simple Facade over the CloudWatch client. This class is a very small abstraction over the CloudWatch client. It allows us to change the details of how we're communicating with CloudWatch without the need to expose this in the rest of our code. It also provides a shim for us to be able to Mock to unit test the rest of the code. More... | |
Namespaces | |
Aws | |
Aws::CloudWatchMetrics | |
Aws::CloudWatchMetrics::Utils | |