|
39 | 39 | "CreateDetectorModelRequest$roleArn": "<p>The ARN of the role that grants permission to AWS IoT Events to perform its operations.</p>", |
40 | 40 | "DetectorModelConfiguration$roleArn": "<p>The ARN of the role that grants permission to AWS IoT Events to perform its operations.</p>", |
41 | 41 | "DetectorModelVersionSummary$roleArn": "<p>The ARN of the role that grants the detector model permission to perform its tasks.</p>", |
42 | | - "LambdaAction$functionArn": "<p>The ARN of the AWS Lambda function which is executed.</p>", |
| 42 | + "LambdaAction$functionArn": "<p>The ARN of the Lambda function that is executed.</p>", |
43 | 43 | "ListTagsForResourceRequest$resourceArn": "<p>The ARN of the resource.</p>", |
44 | 44 | "LoggingOptions$roleArn": "<p>The ARN of the role that grants permission to AWS IoT Events to perform logging.</p>", |
45 | 45 | "SNSTopicPublishAction$targetArn": "<p>The ARN of the Amazon SNS target where the message is sent.</p>", |
|
58 | 58 | "base": null, |
59 | 59 | "refs": { |
60 | 60 | "Attribute$jsonPath": "<p>An expression that specifies an attribute-value pair in a JSON structure. Use this to specify an attribute from the JSON payload that is made available by the input. Inputs are derived from messages sent to the AWS IoT Events system (<code>BatchPutMessage</code>). Each such message contains a JSON payload, and the attribute (and its paired value) specified here are available for use in the <code>\"condition\"</code> expressions used by detectors. </p> <p>Syntax: <code><field-name>.<field-name>...</code> </p>", |
61 | | - "CreateDetectorModelRequest$key": "<p>The input attribute key used to identify a device or system to create a detector (an instance of the detector model) and then to route each input received to the appropriate detector (instance). This parameter uses a JSON-path expression to specify the attribute-value pair in the message payload of each input that is used to identify the device associated with the input.</p>", |
62 | | - "DetectorModelConfiguration$key": "<p>The input attribute key used to identify a device or system to create a detector (an instance of the detector model) and then to route each input received to the appropriate detector (instance). This parameter uses a JSON-path expression to specify the attribute-value pair in the message payload of each input that is used to identify the device associated with the input.</p>" |
| 61 | + "CreateDetectorModelRequest$key": "<p>The input attribute key used to identify a device or system in order to create a detector (an instance of the detector model) and then to route each input received to the appropriate detector (instance). This parameter uses a JSON-path expression to specify the attribute-value pair in the message payload of each input that is used to identify the device associated with the input.</p>", |
| 62 | + "DetectorModelConfiguration$key": "<p>The input attribute key used to identify a device or system in order to create a detector (an instance of the detector model) and then to route each input received to the appropriate detector (instance). This parameter uses a JSON-path expression to specify the attribute-value pair in the message payload of each input that is used to identify the device associated with the input.</p>" |
63 | 63 | } |
64 | 64 | }, |
65 | 65 | "Attributes": { |
|
263 | 263 | "EvaluationMethod": { |
264 | 264 | "base": null, |
265 | 265 | "refs": { |
266 | | - "CreateDetectorModelRequest$evaluationMethod": "<p>When set to <code>SERIAL</code>, variables are updated and event conditions evaluated in the order that the events are defined. When set to <code>BATCH</code>, variables are updated and events performed only after all event conditions are evaluated.</p>", |
267 | | - "DetectorModelConfiguration$evaluationMethod": "<p>When set to <code>SERIAL</code>, variables are updated and event conditions evaluated in the order that the events are defined. When set to <code>BATCH</code>, variables are updated and events performed only after all event conditions are evaluated.</p>", |
268 | | - "DetectorModelVersionSummary$evaluationMethod": "<p>When set to <code>SERIAL</code>, variables are updated and event conditions evaluated in the order that the events are defined. When set to <code>BATCH</code>, variables are updated and events performed only after all event conditions are evaluated.</p>", |
269 | | - "UpdateDetectorModelRequest$evaluationMethod": "<p>When set to <code>SERIAL</code>, variables are updated and event conditions evaluated in the order that the events are defined. When set to <code>BATCH</code>, variables are updated and events performed only after all event conditions are evaluated.</p>" |
| 266 | + "CreateDetectorModelRequest$evaluationMethod": "<p>Information about the order in which events are evaluated and how actions are executed. </p>", |
| 267 | + "DetectorModelConfiguration$evaluationMethod": "<p>Information about the order in which events are evaluated and how actions are executed. </p>", |
| 268 | + "DetectorModelVersionSummary$evaluationMethod": "<p>Information about the order in which events are evaluated and how actions are executed. </p>", |
| 269 | + "UpdateDetectorModelRequest$evaluationMethod": "<p>Information about the order in which events are evaluated and how actions are executed. </p>" |
270 | 270 | } |
271 | 271 | }, |
272 | 272 | "Event": { |
|
291 | 291 | } |
292 | 292 | }, |
293 | 293 | "FirehoseAction": { |
294 | | - "base": "<p>Sends information about the detector model instance and the event which triggered the action to a Kinesis Data Firehose delivery stream.</p>", |
| 294 | + "base": "<p>Sends information about the detector model instance and the event that triggered the action to a Kinesis Data Firehose delivery stream.</p>", |
295 | 295 | "refs": { |
296 | | - "Action$firehose": "<p>Sends information about the detector model instance and the event which triggered the action to a Kinesis Data Firehose delivery stream.</p>" |
| 296 | + "Action$firehose": "<p>Sends information about the detector model instance and the event that triggered the action to a Kinesis Data Firehose delivery stream.</p>" |
297 | 297 | } |
298 | 298 | }, |
299 | 299 | "FirehoseSeparator": { |
|
382 | 382 | } |
383 | 383 | }, |
384 | 384 | "IotEventsAction": { |
385 | | - "base": "<p>Sends an IoT Events input, passing in information about the detector model instance and the event which triggered the action.</p>", |
| 385 | + "base": "<p>Sends an AWS IoT Events input, passing in information about the detector model instance and the event that triggered the action.</p>", |
386 | 386 | "refs": { |
387 | | - "Action$iotEvents": "<p>Sends an IoT Events input, passing in information about the detector model instance and the event which triggered the action.</p>" |
| 387 | + "Action$iotEvents": "<p>Sends an IoT Events input, passing in information about the detector model instance and the event that triggered the action.</p>" |
388 | 388 | } |
389 | 389 | }, |
390 | 390 | "IotTopicPublishAction": { |
|
400 | 400 | } |
401 | 401 | }, |
402 | 402 | "LambdaAction": { |
403 | | - "base": "<p>Calls an AWS Lambda function, passing in information about the detector model instance and the event which triggered the action.</p>", |
| 403 | + "base": "<p>Calls a Lambda function, passing in information about the detector model instance and the event that triggered the action.</p>", |
404 | 404 | "refs": { |
405 | | - "Action$lambda": "<p>Calls an AWS Lambda function, passing in information about the detector model instance and the event which triggered the action.</p>" |
| 405 | + "Action$lambda": "<p>Calls a Lambda function, passing in information about the detector model instance and the event that triggered the action.</p>" |
406 | 406 | } |
407 | 407 | }, |
408 | 408 | "LimitExceededException": { |
|
520 | 520 | "QueueUrl": { |
521 | 521 | "base": null, |
522 | 522 | "refs": { |
523 | | - "SqsAction$queueUrl": "<p>The URL of the Amazon SQS queue where the data is written.</p>" |
| 523 | + "SqsAction$queueUrl": "<p>The URL of the SQS queue where the data is written.</p>" |
524 | 524 | } |
525 | 525 | }, |
526 | 526 | "ResetTimerAction": { |
|
574 | 574 | } |
575 | 575 | }, |
576 | 576 | "SqsAction": { |
577 | | - "base": "<p>Sends information about the detector model instance and the event which triggered the action to an Amazon SQS queue.</p>", |
| 577 | + "base": "<p>Sends information about the detector model instance and the event that triggered the action to an Amazon SQS queue.</p>", |
578 | 578 | "refs": { |
579 | | - "Action$sqs": "<p>Sends information about the detector model instance and the event which triggered the action to an Amazon SQS queue.</p>" |
| 579 | + "Action$sqs": "<p>Sends information about the detector model instance and the event that triggered the action to an Amazon SQS queue.</p>" |
580 | 580 | } |
581 | 581 | }, |
582 | 582 | "State": { |
|
0 commit comments