AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Classes | Typedefs | Enumerations
Aws::CloudWatchEvents::Model Namespace Reference

Namespaces

 RuleStateMapper
 

Classes

class  DeleteRuleRequest
 
class  DescribeRuleRequest
 
class  DescribeRuleResult
 
class  DisableRuleRequest
 
class  EnableRuleRequest
 
class  ListRuleNamesByTargetRequest
 
class  ListRuleNamesByTargetResult
 
class  ListRulesRequest
 
class  ListRulesResult
 
class  ListTargetsByRuleRequest
 
class  ListTargetsByRuleResult
 
class  PutEventsRequest
 
class  PutEventsRequestEntry
 
class  PutEventsResult
 
class  PutEventsResultEntry
 
class  PutRuleRequest
 
class  PutRuleResult
 
class  PutTargetsRequest
 
class  PutTargetsResult
 
class  PutTargetsResultEntry
 
class  RemoveTargetsRequest
 
class  RemoveTargetsResult
 
class  RemoveTargetsResultEntry
 
class  Rule
 
class  Target
 
class  TestEventPatternRequest
 
class  TestEventPatternResult
 

Typedefs

typedef Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< CloudWatchEventsErrors > > DeleteRuleOutcome
 
typedef Aws::Utils::Outcome< DescribeRuleResult, Aws::Client::AWSError< CloudWatchEventsErrors > > DescribeRuleOutcome
 
typedef Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< CloudWatchEventsErrors > > DisableRuleOutcome
 
typedef Aws::Utils::Outcome< NoResult, Aws::Client::AWSError< CloudWatchEventsErrors > > EnableRuleOutcome
 
typedef Aws::Utils::Outcome< ListRuleNamesByTargetResult, Aws::Client::AWSError< CloudWatchEventsErrors > > ListRuleNamesByTargetOutcome
 
typedef Aws::Utils::Outcome< ListRulesResult, Aws::Client::AWSError< CloudWatchEventsErrors > > ListRulesOutcome
 
typedef Aws::Utils::Outcome< ListTargetsByRuleResult, Aws::Client::AWSError< CloudWatchEventsErrors > > ListTargetsByRuleOutcome
 
typedef Aws::Utils::Outcome< PutEventsResult, Aws::Client::AWSError< CloudWatchEventsErrors > > PutEventsOutcome
 
typedef Aws::Utils::Outcome< PutRuleResult, Aws::Client::AWSError< CloudWatchEventsErrors > > PutRuleOutcome
 
typedef Aws::Utils::Outcome< PutTargetsResult, Aws::Client::AWSError< CloudWatchEventsErrors > > PutTargetsOutcome
 
typedef Aws::Utils::Outcome< RemoveTargetsResult, Aws::Client::AWSError< CloudWatchEventsErrors > > RemoveTargetsOutcome
 
typedef Aws::Utils::Outcome< TestEventPatternResult, Aws::Client::AWSError< CloudWatchEventsErrors > > TestEventPatternOutcome
 
typedef std::future< DeleteRuleOutcomeDeleteRuleOutcomeCallable
 
typedef std::future< DescribeRuleOutcomeDescribeRuleOutcomeCallable
 
typedef std::future< DisableRuleOutcomeDisableRuleOutcomeCallable
 
typedef std::future< EnableRuleOutcomeEnableRuleOutcomeCallable
 
typedef std::future< ListRuleNamesByTargetOutcomeListRuleNamesByTargetOutcomeCallable
 
typedef std::future< ListRulesOutcomeListRulesOutcomeCallable
 
typedef std::future< ListTargetsByRuleOutcomeListTargetsByRuleOutcomeCallable
 
typedef std::future< PutEventsOutcomePutEventsOutcomeCallable
 
typedef std::future< PutRuleOutcomePutRuleOutcomeCallable
 
typedef std::future< PutTargetsOutcomePutTargetsOutcomeCallable
 
typedef std::future< RemoveTargetsOutcomeRemoveTargetsOutcomeCallable
 
typedef std::future< TestEventPatternOutcomeTestEventPatternOutcomeCallable
 

Enumerations

enum  RuleState { RuleState::NOT_SET, RuleState::ENABLED, RuleState::DISABLED }
 

Typedef Documentation

Definition at line 89 of file CloudWatchEventsClient.h.

Definition at line 104 of file CloudWatchEventsClient.h.

Definition at line 92 of file CloudWatchEventsClient.h.

Definition at line 105 of file CloudWatchEventsClient.h.

Definition at line 93 of file CloudWatchEventsClient.h.

Definition at line 106 of file CloudWatchEventsClient.h.

Definition at line 94 of file CloudWatchEventsClient.h.

Definition at line 107 of file CloudWatchEventsClient.h.

Definition at line 95 of file CloudWatchEventsClient.h.

Definition at line 108 of file CloudWatchEventsClient.h.

Definition at line 96 of file CloudWatchEventsClient.h.

Definition at line 109 of file CloudWatchEventsClient.h.

Definition at line 97 of file CloudWatchEventsClient.h.

Definition at line 110 of file CloudWatchEventsClient.h.

Definition at line 98 of file CloudWatchEventsClient.h.

Definition at line 111 of file CloudWatchEventsClient.h.

Definition at line 99 of file CloudWatchEventsClient.h.

Definition at line 112 of file CloudWatchEventsClient.h.

Definition at line 100 of file CloudWatchEventsClient.h.

Definition at line 113 of file CloudWatchEventsClient.h.

Definition at line 101 of file CloudWatchEventsClient.h.

Definition at line 114 of file CloudWatchEventsClient.h.

Definition at line 102 of file CloudWatchEventsClient.h.

Definition at line 115 of file CloudWatchEventsClient.h.

Enumeration Type Documentation

Enumerator
NOT_SET 
ENABLED 
DISABLED 

Definition at line 25 of file RuleState.h.