AWS SDK for C++
0.14.3
AWS SDK for C++
|
Namespaces | |
ComparisonOperatorMapper | |
HistoryItemTypeMapper | |
StandardUnitMapper | |
StateValueMapper | |
StatisticMapper | |
Classes | |
class | AlarmHistoryItem |
class | Datapoint |
class | DeleteAlarmsRequest |
class | DescribeAlarmHistoryRequest |
class | DescribeAlarmHistoryResult |
class | DescribeAlarmsForMetricRequest |
class | DescribeAlarmsForMetricResult |
class | DescribeAlarmsRequest |
class | DescribeAlarmsResult |
class | Dimension |
class | DimensionFilter |
class | DisableAlarmActionsRequest |
class | EnableAlarmActionsRequest |
class | GetMetricStatisticsRequest |
class | GetMetricStatisticsResult |
class | ListMetricsRequest |
class | ListMetricsResult |
class | Metric |
class | MetricAlarm |
class | MetricDatum |
class | PutMetricAlarmRequest |
class | PutMetricDataRequest |
class | ResponseMetadata |
class | SetAlarmStateRequest |
class | StatisticSet |
typedef Aws::Utils::Outcome<NoResult, Aws::Client::AWSError<CloudWatchErrors> > Aws::CloudWatch::Model::DeleteAlarmsOutcome |
Definition at line 84 of file CloudWatchClient.h.
typedef std::future<DeleteAlarmsOutcome> Aws::CloudWatch::Model::DeleteAlarmsOutcomeCallable |
Definition at line 98 of file CloudWatchClient.h.
typedef Aws::Utils::Outcome<DescribeAlarmHistoryResult, Aws::Client::AWSError<CloudWatchErrors> > Aws::CloudWatch::Model::DescribeAlarmHistoryOutcome |
Definition at line 87 of file CloudWatchClient.h.
typedef std::future<DescribeAlarmHistoryOutcome> Aws::CloudWatch::Model::DescribeAlarmHistoryOutcomeCallable |
Definition at line 99 of file CloudWatchClient.h.
typedef Aws::Utils::Outcome<DescribeAlarmsForMetricResult, Aws::Client::AWSError<CloudWatchErrors> > Aws::CloudWatch::Model::DescribeAlarmsForMetricOutcome |
Definition at line 89 of file CloudWatchClient.h.
typedef std::future<DescribeAlarmsForMetricOutcome> Aws::CloudWatch::Model::DescribeAlarmsForMetricOutcomeCallable |
Definition at line 101 of file CloudWatchClient.h.
typedef Aws::Utils::Outcome<DescribeAlarmsResult, Aws::Client::AWSError<CloudWatchErrors> > Aws::CloudWatch::Model::DescribeAlarmsOutcome |
Definition at line 88 of file CloudWatchClient.h.
typedef std::future<DescribeAlarmsOutcome> Aws::CloudWatch::Model::DescribeAlarmsOutcomeCallable |
Definition at line 100 of file CloudWatchClient.h.
typedef Aws::Utils::Outcome<NoResult, Aws::Client::AWSError<CloudWatchErrors> > Aws::CloudWatch::Model::DisableAlarmActionsOutcome |
Definition at line 90 of file CloudWatchClient.h.
typedef std::future<DisableAlarmActionsOutcome> Aws::CloudWatch::Model::DisableAlarmActionsOutcomeCallable |
Definition at line 102 of file CloudWatchClient.h.
typedef Aws::Utils::Outcome<NoResult, Aws::Client::AWSError<CloudWatchErrors> > Aws::CloudWatch::Model::EnableAlarmActionsOutcome |
Definition at line 91 of file CloudWatchClient.h.
typedef std::future<EnableAlarmActionsOutcome> Aws::CloudWatch::Model::EnableAlarmActionsOutcomeCallable |
Definition at line 103 of file CloudWatchClient.h.
typedef Aws::Utils::Outcome<GetMetricStatisticsResult, Aws::Client::AWSError<CloudWatchErrors> > Aws::CloudWatch::Model::GetMetricStatisticsOutcome |
Definition at line 92 of file CloudWatchClient.h.
typedef std::future<GetMetricStatisticsOutcome> Aws::CloudWatch::Model::GetMetricStatisticsOutcomeCallable |
Definition at line 104 of file CloudWatchClient.h.
typedef Aws::Utils::Outcome<ListMetricsResult, Aws::Client::AWSError<CloudWatchErrors> > Aws::CloudWatch::Model::ListMetricsOutcome |
Definition at line 93 of file CloudWatchClient.h.
typedef std::future<ListMetricsOutcome> Aws::CloudWatch::Model::ListMetricsOutcomeCallable |
Definition at line 105 of file CloudWatchClient.h.
typedef Aws::Utils::Outcome<NoResult, Aws::Client::AWSError<CloudWatchErrors> > Aws::CloudWatch::Model::PutMetricAlarmOutcome |
Definition at line 94 of file CloudWatchClient.h.
typedef std::future<PutMetricAlarmOutcome> Aws::CloudWatch::Model::PutMetricAlarmOutcomeCallable |
Definition at line 106 of file CloudWatchClient.h.
typedef Aws::Utils::Outcome<NoResult, Aws::Client::AWSError<CloudWatchErrors> > Aws::CloudWatch::Model::PutMetricDataOutcome |
Definition at line 95 of file CloudWatchClient.h.
typedef std::future<PutMetricDataOutcome> Aws::CloudWatch::Model::PutMetricDataOutcomeCallable |
Definition at line 107 of file CloudWatchClient.h.
typedef Aws::Utils::Outcome<NoResult, Aws::Client::AWSError<CloudWatchErrors> > Aws::CloudWatch::Model::SetAlarmStateOutcome |
Definition at line 96 of file CloudWatchClient.h.
typedef std::future<SetAlarmStateOutcome> Aws::CloudWatch::Model::SetAlarmStateOutcomeCallable |
Definition at line 108 of file CloudWatchClient.h.
|
strong |
Enumerator | |
---|---|
NOT_SET | |
GreaterThanOrEqualToThreshold | |
GreaterThanThreshold | |
LessThanThreshold | |
LessThanOrEqualToThreshold |
Definition at line 25 of file ComparisonOperator.h.
|
strong |
Enumerator | |
---|---|
NOT_SET | |
ConfigurationUpdate | |
StateUpdate | |
Action |
Definition at line 25 of file HistoryItemType.h.
|
strong |
Definition at line 25 of file StandardUnit.h.
|
strong |
Enumerator | |
---|---|
NOT_SET | |
OK | |
ALARM | |
INSUFFICIENT_DATA |
Definition at line 25 of file StateValue.h.
|
strong |
Enumerator | |
---|---|
NOT_SET | |
SampleCount | |
Average | |
Sum | |
Minimum | |
Maximum |
Definition at line 25 of file Statistic.h.