PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::IoT::Action; use Moose; has CloudwatchAlarm => (is => 'ro', isa => 'Paws::IoT::CloudwatchAlarmAction', request_name => 'cloudwatchAlarm', traits => ['NameInRequest']); has CloudwatchLogs => (is => 'ro', isa => 'Paws::IoT::CloudwatchLogsAction', request_name => 'cloudwatchLogs', traits => ['NameInRequest']); has CloudwatchMetric => (is => 'ro', isa => 'Paws::IoT::CloudwatchMetricAction', request_name => 'cloudwatchMetric', traits => ['NameInRequest']); has DynamoDB => (is => 'ro', isa => 'Paws::IoT::DynamoDBAction', request_name => 'dynamoDB', traits => ['NameInRequest']); has DynamoDBv2 => (is => 'ro', isa => 'Paws::IoT::DynamoDBv2Action', request_name => 'dynamoDBv2', traits => ['NameInRequest']); has Elasticsearch => (is => 'ro', isa => 'Paws::IoT::ElasticsearchAction', request_name => 'elasticsearch', traits => ['NameInRequest']); has Firehose => (is => 'ro', isa => 'Paws::IoT::FirehoseAction', request_name => 'firehose', traits => ['NameInRequest']); has Http => (is => 'ro', isa => 'Paws::IoT::HttpAction', request_name => 'http', traits => ['NameInRequest']); has IotAnalytics => (is => 'ro', isa => 'Paws::IoT::IotAnalyticsAction', request_name => 'iotAnalytics', traits => ['NameInRequest']); has IotEvents => (is => 'ro', isa => 'Paws::IoT::IotEventsAction', request_name => 'iotEvents', traits => ['NameInRequest']); has IotSiteWise => (is => 'ro', isa => 'Paws::IoT::IotSiteWiseAction', request_name => 'iotSiteWise', traits => ['NameInRequest']); has Kafka => (is => 'ro', isa => 'Paws::IoT::KafkaAction', request_name => 'kafka', traits => ['NameInRequest']); has Kinesis => (is => 'ro', isa => 'Paws::IoT::KinesisAction', request_name => 'kinesis', traits => ['NameInRequest']); has Lambda => (is => 'ro', isa => 'Paws::IoT::LambdaAction', request_name => 'lambda', traits => ['NameInRequest']); has Republish => (is => 'ro', isa => 'Paws::IoT::RepublishAction', request_name => 'republish', traits => ['NameInRequest']); has S3 => (is => 'ro', isa => 'Paws::IoT::S3Action', request_name => 's3', traits => ['NameInRequest']); has Salesforce => (is => 'ro', isa => 'Paws::IoT::SalesforceAction', request_name => 'salesforce', traits => ['NameInRequest']); has Sns => (is => 'ro', isa => 'Paws::IoT::SnsAction', request_name => 'sns', traits => ['NameInRequest']); has Sqs => (is => 'ro', isa => 'Paws::IoT::SqsAction', request_name => 'sqs', traits => ['NameInRequest']); has StepFunctions => (is => 'ro', isa => 'Paws::IoT::StepFunctionsAction', request_name => 'stepFunctions', traits => ['NameInRequest']); has Timestream => (is => 'ro', isa => 'Paws::IoT::TimestreamAction', request_name => 'timestream', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::IoT::Action =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::IoT::Action object: $service_obj->Method(Att1 => { CloudwatchAlarm => $value, ..., Timestream => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::IoT::Action object: $result = $service_obj->Method(...); $result->Att1->CloudwatchAlarm =head1 DESCRIPTION Describes the actions associated with a rule. =head1 ATTRIBUTES =head2 CloudwatchAlarm => L Change the state of a CloudWatch alarm. =head2 CloudwatchLogs => L Send data to CloudWatch Logs. =head2 CloudwatchMetric => L Capture a CloudWatch metric. =head2 DynamoDB => L Write to a DynamoDB table. =head2 DynamoDBv2 => L Write to a DynamoDB table. This is a new version of the DynamoDB action. It allows you to write each attribute in an MQTT message payload into a separate DynamoDB column. =head2 Elasticsearch => L Write data to an Amazon Elasticsearch Service domain. =head2 Firehose => L Write to an Amazon Kinesis Firehose stream. =head2 Http => L Send data to an HTTPS endpoint. =head2 IotAnalytics => L Sends message data to an AWS IoT Analytics channel. =head2 IotEvents => L Sends an input to an AWS IoT Events detector. =head2 IotSiteWise => L Sends data from the MQTT message that triggered the rule to AWS IoT SiteWise asset properties. =head2 Kafka => L Send messages to an Amazon Managed Streaming for Apache Kafka (Amazon MSK) or self-managed Apache Kafka cluster. =head2 Kinesis => L Write data to an Amazon Kinesis stream. =head2 Lambda => L Invoke a Lambda function. =head2 Republish => L Publish to another MQTT topic. =head2 S3 => L Write to an Amazon S3 bucket. =head2 Salesforce => L Send a message to a Salesforce IoT Cloud Input Stream. =head2 Sns => L Publish to an Amazon SNS topic. =head2 Sqs => L Publish to an Amazon SQS queue. =head2 StepFunctions => L Starts execution of a Step Functions state machine. =head2 Timestream => L The Timestream rule action writes attributes (measures) from an MQTT message into an Amazon Timestream table. For more information, see the Timestream (https://docs.aws.amazon.com/iot/latest/developerguide/timestream-rule-action.html) topic rule action documentation. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut