UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 63.8 kB
{"openapi":"3.0.0","info":{"version":"2018-10-23","x-release":"v4","title":"AWS IoT Events Data","description":"<p>IoT Events monitors your equipment or device fleets for failures or changes in operation, and triggers actions when such events occur. You can use IoT Events Data API commands to send inputs to detectors, list detectors, and view or update a detector's status.</p> <p> For more information, see <a href=\"https://docs.aws.amazon.com/iotevents/latest/developerguide/what-is-iotevents.html\">What is IoT Events?</a> in the <i>IoT Events Developer Guide</i>.</p>","x-logo":{"url":"https://twitter.com/awscloud/profile_image?size=original","backgroundColor":"#FFFFFF"},"termsOfService":"https://aws.amazon.com/service-terms/","contact":{"name":"Mike Ralphson","email":"mike.ralphson@gmail.com","url":"https://github.com/mermade/aws2openapi","x-twitter":"PermittedSoc"},"license":{"name":"Apache 2.0 License","url":"http://www.apache.org/licenses/"},"x-providerName":"amazonaws.com","x-serviceName":"iotevents-data","x-aws-signingName":"ioteventsdata","x-origin":[{"contentType":"application/json","url":"https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/iotevents-data-2018-10-23.normal.json","converter":{"url":"https://github.com/mermade/aws2openapi","version":"1.0.0"},"x-apisguru-driver":"external"}],"x-apiClientRegistration":{"url":"https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct"},"x-apisguru-categories":["cloud"],"x-preferred":true},"externalDocs":{"description":"Amazon Web Services documentation","url":"https://docs.aws.amazon.com/iotevents/"},"servers":[{"url":"http://data.iotevents.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The AWS IoT Events Data multi-region endpoint"},{"url":"https://data.iotevents.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The AWS IoT Events Data multi-region endpoint"},{"url":"http://data.iotevents.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The AWS IoT Events Data endpoint for China (Beijing) and China (Ningxia)"},{"url":"https://data.iotevents.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The AWS IoT Events Data endpoint for China (Beijing) and China (Ningxia)"}],"paths":{"/alarms/acknowledge":{"post":{"operationId":"BatchAcknowledgeAlarm","description":"Acknowledges one or more alarms. The alarms change to the <code>ACKNOWLEDGED</code> state after you acknowledge them.","responses":{"202":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchAcknowledgeAlarmResponse"}}}},"480":{"description":"InvalidRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidRequestException"}}}},"481":{"description":"InternalFailureException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalFailureException"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["acknowledgeActionRequests"],"properties":{"acknowledgeActionRequests":{"description":"The list of acknowledge action requests. You can specify up to 10 requests per operation.","type":"array","items":{"$ref":"#/components/schemas/AcknowledgeAlarmActionRequest"},"minItems":1}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/detectors/delete":{"post":{"operationId":"BatchDeleteDetector","description":"Deletes one or more detectors that were created. When a detector is deleted, its state will be cleared and the detector will be removed from the list of detectors. The deleted detector will no longer appear if referenced in the <a href=\"https://docs.aws.amazon.com/iotevents/latest/apireference/API_iotevents-data_ListDetectors.html\">ListDetectors</a> API call.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchDeleteDetectorResponse"}}}},"480":{"description":"InvalidRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidRequestException"}}}},"481":{"description":"InternalFailureException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalFailureException"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["detectors"],"properties":{"detectors":{"description":"The list of one or more detectors to be deleted.","type":"array","items":{"$ref":"#/components/schemas/DeleteDetectorRequest"},"minItems":1}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/alarms/disable":{"post":{"operationId":"BatchDisableAlarm","description":"Disables one or more alarms. The alarms change to the <code>DISABLED</code> state after you disable them.","responses":{"202":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchDisableAlarmResponse"}}}},"480":{"description":"InvalidRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidRequestException"}}}},"481":{"description":"InternalFailureException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalFailureException"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["disableActionRequests"],"properties":{"disableActionRequests":{"description":"The list of disable action requests. You can specify up to 10 requests per operation.","type":"array","items":{"$ref":"#/components/schemas/DisableAlarmActionRequest"},"minItems":1}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/alarms/enable":{"post":{"operationId":"BatchEnableAlarm","description":"Enables one or more alarms. The alarms change to the <code>NORMAL</code> state after you enable them.","responses":{"202":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchEnableAlarmResponse"}}}},"480":{"description":"InvalidRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidRequestException"}}}},"481":{"description":"InternalFailureException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalFailureException"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["enableActionRequests"],"properties":{"enableActionRequests":{"description":"The list of enable action requests. You can specify up to 10 requests per operation.","type":"array","items":{"$ref":"#/components/schemas/EnableAlarmActionRequest"},"minItems":1}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/inputs/messages":{"post":{"operationId":"BatchPutMessage","description":"Sends a set of messages to the IoT Events system. Each message payload is transformed into the input you specify (<code>\"inputName\"</code>) and ingested into any detectors that monitor that input. If multiple messages are sent, the order in which the messages are processed isn't guaranteed. To guarantee ordering, you must send messages one at a time and wait for a successful response.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchPutMessageResponse"}}}},"480":{"description":"InvalidRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidRequestException"}}}},"481":{"description":"InternalFailureException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalFailureException"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["messages"],"properties":{"messages":{"description":"The list of messages to send. Each message has the following format: <code>'{ \"messageId\": \"string\", \"inputName\": \"string\", \"payload\": \"string\"}'</code> ","type":"array","items":{"$ref":"#/components/schemas/Message"},"minItems":1}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/alarms/reset":{"post":{"operationId":"BatchResetAlarm","description":"Resets one or more alarms. The alarms return to the <code>NORMAL</code> state after you reset them.","responses":{"202":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchResetAlarmResponse"}}}},"480":{"description":"InvalidRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidRequestException"}}}},"481":{"description":"InternalFailureException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalFailureException"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["resetActionRequests"],"properties":{"resetActionRequests":{"description":"The list of reset action requests. You can specify up to 10 requests per operation.","type":"array","items":{"$ref":"#/components/schemas/ResetAlarmActionRequest"},"minItems":1}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/alarms/snooze":{"post":{"operationId":"BatchSnoozeAlarm","description":"Changes one or more alarms to the snooze mode. The alarms change to the <code>SNOOZE_DISABLED</code> state after you set them to the snooze mode.","responses":{"202":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchSnoozeAlarmResponse"}}}},"480":{"description":"InvalidRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidRequestException"}}}},"481":{"description":"InternalFailureException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalFailureException"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["snoozeActionRequests"],"properties":{"snoozeActionRequests":{"description":"The list of snooze action requests. You can specify up to 10 requests per operation.","type":"array","items":{"$ref":"#/components/schemas/SnoozeAlarmActionRequest"},"minItems":1}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/detectors":{"post":{"operationId":"BatchUpdateDetector","description":"Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified detector model.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchUpdateDetectorResponse"}}}},"480":{"description":"InvalidRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidRequestException"}}}},"481":{"description":"InternalFailureException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalFailureException"}}}},"482":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}},"483":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}}},"parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["detectors"],"properties":{"detectors":{"description":"The list of detectors (instances) to update, along with the values to update.","type":"array","items":{"$ref":"#/components/schemas/UpdateDetectorRequest"},"minItems":1}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/alarms/{alarmModelName}/keyValues/":{"get":{"operationId":"DescribeAlarm","description":"Retrieves information about an alarm.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeAlarmResponse"}}}},"480":{"description":"InvalidRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidRequestException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"InternalFailureException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalFailureException"}}}},"484":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[{"name":"alarmModelName","in":"path","required":true,"description":"The name of the alarm model.","schema":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$","minLength":1,"maxLength":128}},{"name":"keyValue","in":"query","required":false,"description":"The value of the key used as a filter to select only the alarms associated with the <a href=\"https://docs.aws.amazon.com/iotevents/latest/apireference/API_CreateAlarmModel.html#iotevents-CreateAlarmModel-request-key\">key</a>.","schema":{"type":"string","pattern":"^[a-zA-Z0-9\\-_:]+$","minLength":1,"maxLength":128}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/detectors/{detectorModelName}/keyValues/":{"get":{"operationId":"DescribeDetector","description":"Returns information about the specified detector (instance).","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeDetectorResponse"}}}},"480":{"description":"InvalidRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidRequestException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"InternalFailureException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalFailureException"}}}},"484":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[{"name":"detectorModelName","in":"path","required":true,"description":"The name of the detector model whose detectors (instances) you want information about.","schema":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$","minLength":1,"maxLength":128}},{"name":"keyValue","in":"query","required":false,"description":"A filter used to limit results to detectors (instances) created because of the given key ID.","schema":{"type":"string","pattern":"^[a-zA-Z0-9\\-_:]+$","minLength":1,"maxLength":128}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/alarms/{alarmModelName}":{"get":{"operationId":"ListAlarms","description":"Lists one or more alarms. The operation returns only the metadata associated with each alarm.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListAlarmsResponse"}}}},"480":{"description":"InvalidRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidRequestException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"InternalFailureException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalFailureException"}}}},"484":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[{"name":"alarmModelName","in":"path","required":true,"description":"The name of the alarm model.","schema":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$","minLength":1,"maxLength":128}},{"name":"nextToken","in":"query","required":false,"description":"The token that you can use to return the next set of results.","schema":{"type":"string"}},{"name":"maxResults","in":"query","required":false,"description":"The maximum number of results to be returned per request.","schema":{"type":"integer","minimum":1,"maximum":250}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/detectors/{detectorModelName}":{"get":{"operationId":"ListDetectors","description":"Lists detectors (the instances of a detector model).","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListDetectorsResponse"}}}},"480":{"description":"InvalidRequestException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InvalidRequestException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ThrottlingException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ThrottlingException"}}}},"483":{"description":"InternalFailureException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalFailureException"}}}},"484":{"description":"ServiceUnavailableException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceUnavailableException"}}}}},"parameters":[{"name":"detectorModelName","in":"path","required":true,"description":"The name of the detector model whose detectors (instances) are listed.","schema":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$","minLength":1,"maxLength":128}},{"name":"stateName","in":"query","required":false,"description":"A filter that limits results to those detectors (instances) in the given state.","schema":{"type":"string","minLength":1,"maxLength":128}},{"name":"nextToken","in":"query","required":false,"description":"The token that you can use to return the next set of results.","schema":{"type":"string"}},{"name":"maxResults","in":"query","required":false,"description":"The maximum number of results to be returned per request.","schema":{"type":"integer","minimum":1,"maximum":250}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]}},"components":{"parameters":{"X-Amz-Content-Sha256":{"name":"X-Amz-Content-Sha256","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Date":{"name":"X-Amz-Date","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Algorithm":{"name":"X-Amz-Algorithm","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Credential":{"name":"X-Amz-Credential","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Security-Token":{"name":"X-Amz-Security-Token","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Signature":{"name":"X-Amz-Signature","in":"header","schema":{"type":"string"},"required":false},"X-Amz-SignedHeaders":{"name":"X-Amz-SignedHeaders","in":"header","schema":{"type":"string"},"required":false}},"securitySchemes":{"hmac":{"type":"apiKey","name":"Authorization","in":"header","description":"Amazon Signature authorization v4","x-amazon-apigateway-authtype":"awsSigv4"}},"schemas":{"BatchAcknowledgeAlarmResponse":{"type":"object","properties":{"errorEntries":{"allOf":[{"$ref":"#/components/schemas/BatchAlarmActionErrorEntries"},{"description":"A list of errors associated with the request, or <code>null</code> if there are no errors. Each error entry contains an entry ID that helps you identify the entry that failed."}]}}},"AcknowledgeAlarmActionRequest":{"type":"object","required":["requestId","alarmModelName"],"properties":{"requestId":{"allOf":[{"$ref":"#/components/schemas/RequestId"},{"description":"The request ID. Each ID must be unique within each batch."}]},"alarmModelName":{"allOf":[{"$ref":"#/components/schemas/AlarmModelName"},{"description":"The name of the alarm model."}]},"keyValue":{"allOf":[{"$ref":"#/components/schemas/KeyValue"},{"description":"The value of the key used as a filter to select only the alarms associated with the <a href=\"https://docs.aws.amazon.com/iotevents/latest/apireference/API_CreateAlarmModel.html#iotevents-CreateAlarmModel-request-key\">key</a>."}]},"note":{"allOf":[{"$ref":"#/components/schemas/Note"},{"description":"The note that you can leave when you acknowledge the alarm."}]}},"description":"Information needed to acknowledge the alarm."},"InvalidRequestException":{},"InternalFailureException":{},"ServiceUnavailableException":{},"ThrottlingException":{},"BatchDeleteDetectorResponse":{"type":"object","properties":{"batchDeleteDetectorErrorEntries":{"allOf":[{"$ref":"#/components/schemas/BatchDeleteDetectorErrorEntries"},{"description":"A list of errors associated with the request, or an empty array (<code>[]</code>) if there are no errors. Each error entry contains a <code>messageId</code> that helps you identify the entry that failed."}]}}},"DeleteDetectorRequest":{"type":"object","required":["messageId","detectorModelName"],"properties":{"messageId":{"allOf":[{"$ref":"#/components/schemas/MessageId"},{"description":"The ID to assign to the <code>DeleteDetectorRequest</code>. Each <code>\"messageId\"</code> must be unique within each batch sent."}]},"detectorModelName":{"allOf":[{"$ref":"#/components/schemas/DetectorModelName"},{"description":"The name of the detector model that was used to create the detector instance."}]},"keyValue":{"allOf":[{"$ref":"#/components/schemas/KeyValue"},{"description":"The value of the <a href=\"https://docs.aws.amazon.com/iotevents/latest/apireference/API_CreateDetectorModel.html#iotevents-CreateDetectorModel-request-key\">key</a> used to identify the detector. "}]}},"description":"Information used to delete the detector model."},"BatchDisableAlarmResponse":{"type":"object","properties":{"errorEntries":{"allOf":[{"$ref":"#/components/schemas/BatchAlarmActionErrorEntries"},{"description":"A list of errors associated with the request, or <code>null</code> if there are no errors. Each error entry contains an entry ID that helps you identify the entry that failed."}]}}},"DisableAlarmActionRequest":{"type":"object","required":["requestId","alarmModelName"],"properties":{"requestId":{"allOf":[{"$ref":"#/components/schemas/RequestId"},{"description":"The request ID. Each ID must be unique within each batch."}]},"alarmModelName":{"allOf":[{"$ref":"#/components/schemas/AlarmModelName"},{"description":"The name of the alarm model."}]},"keyValue":{"allOf":[{"$ref":"#/components/schemas/KeyValue"},{"description":"The value of the key used as a filter to select only the alarms associated with the <a href=\"https://docs.aws.amazon.com/iotevents/latest/apireference/API_CreateAlarmModel.html#iotevents-CreateAlarmModel-request-key\">key</a>."}]},"note":{"allOf":[{"$ref":"#/components/schemas/Note"},{"description":"The note that you can leave when you disable the alarm."}]}},"description":"Information used to disable the alarm."},"BatchEnableAlarmResponse":{"type":"object","properties":{"errorEntries":{"allOf":[{"$ref":"#/components/schemas/BatchAlarmActionErrorEntries"},{"description":"A list of errors associated with the request, or <code>null</code> if there are no errors. Each error entry contains an entry ID that helps you identify the entry that failed."}]}}},"EnableAlarmActionRequest":{"type":"object","required":["requestId","alarmModelName"],"properties":{"requestId":{"allOf":[{"$ref":"#/components/schemas/RequestId"},{"description":"The request ID. Each ID must be unique within each batch."}]},"alarmModelName":{"allOf":[{"$ref":"#/components/schemas/AlarmModelName"},{"description":"The name of the alarm model."}]},"keyValue":{"allOf":[{"$ref":"#/components/schemas/KeyValue"},{"description":"The value of the key used as a filter to select only the alarms associated with the <a href=\"https://docs.aws.amazon.com/iotevents/latest/apireference/API_CreateAlarmModel.html#iotevents-CreateAlarmModel-request-key\">key</a>."}]},"note":{"allOf":[{"$ref":"#/components/schemas/Note"},{"description":"The note that you can leave when you enable the alarm."}]}},"description":"Information needed to enable the alarm."},"BatchPutMessageResponse":{"type":"object","properties":{"BatchPutMessageErrorEntries":{"allOf":[{"$ref":"#/components/schemas/BatchPutMessageErrorEntries"},{"description":"A list of any errors encountered when sending the messages."}]}}},"Message":{"type":"object","required":["messageId","inputName","payload"],"properties":{"messageId":{"allOf":[{"$ref":"#/components/schemas/MessageId"},{"description":"The ID to assign to the message. Within each batch sent, each <code>\"messageId\"</code> must be unique."}]},"inputName":{"allOf":[{"$ref":"#/components/schemas/EphemeralInputName"},{"description":"The name of the input into which the message payload is transformed."}]},"payload":{"allOf":[{"$ref":"#/components/schemas/Payload"},{"description":"The payload of the message. This can be a JSON string or a Base-64-encoded string representing binary data (in which case you must decode it)."}]},"timestamp":{"allOf":[{"$ref":"#/components/schemas/TimestampValue"},{"description":"The timestamp associated with the message."}]}},"description":"Information about a message."},"BatchResetAlarmResponse":{"type":"object","properties":{"errorEntries":{"allOf":[{"$ref":"#/components/schemas/BatchAlarmActionErrorEntries"},{"description":"A list of errors associated with the request, or <code>null</code> if there are no errors. Each error entry contains an entry ID that helps you identify the entry that failed."}]}}},"ResetAlarmActionRequest":{"type":"object","required":["requestId","alarmModelName"],"properties":{"requestId":{"allOf":[{"$ref":"#/components/schemas/RequestId"},{"description":"The request ID. Each ID must be unique within each batch."}]},"alarmModelName":{"allOf":[{"$ref":"#/components/schemas/AlarmModelName"},{"description":"The name of the alarm model."}]},"keyValue":{"allOf":[{"$ref":"#/components/schemas/KeyValue"},{"description":"The value of the key used as a filter to select only the alarms associated with the <a href=\"https://docs.aws.amazon.com/iotevents/latest/apireference/API_CreateAlarmModel.html#iotevents-CreateAlarmModel-request-key\">key</a>."}]},"note":{"allOf":[{"$ref":"#/components/schemas/Note"},{"description":"The note that you can leave when you reset the alarm."}]}},"description":"Information needed to reset the alarm."},"BatchSnoozeAlarmResponse":{"type":"object","properties":{"errorEntries":{"allOf":[{"$ref":"#/components/schemas/BatchAlarmActionErrorEntries"},{"description":"A list of errors associated with the request, or <code>null</code> if there are no errors. Each error entry contains an entry ID that helps you identify the entry that failed."}]}}},"SnoozeAlarmActionRequest":{"type":"object","required":["requestId","alarmModelName","snoozeDuration"],"properties":{"requestId":{"allOf":[{"$ref":"#/components/schemas/RequestId"},{"description":"The request ID. Each ID must be unique within each batch."}]},"alarmModelName":{"allOf":[{"$ref":"#/components/schemas/AlarmModelName"},{"description":"The name of the alarm model."}]},"keyValue":{"allOf":[{"$ref":"#/components/schemas/KeyValue"},{"description":"The value of the key used as a filter to select only the alarms associated with the <a href=\"https://docs.aws.amazon.com/iotevents/latest/apireference/API_CreateAlarmModel.html#iotevents-CreateAlarmModel-request-key\">key</a>."}]},"note":{"allOf":[{"$ref":"#/components/schemas/Note"},{"description":"The note that you can leave when you snooze the alarm."}]},"snoozeDuration":{"allOf":[{"$ref":"#/components/schemas/SnoozeDuration"},{"description":"The snooze time in seconds. The alarm automatically changes to the <code>NORMAL</code> state after this duration."}]}},"description":"Information needed to snooze the alarm."},"BatchUpdateDetectorResponse":{"type":"object","properties":{"batchUpdateDetectorErrorEntries":{"allOf":[{"$ref":"#/components/schemas/BatchUpdateDetectorErrorEntries"},{"description":"A list of those detector updates that resulted in errors. (If an error is listed here, the specific update did not occur.)"}]}}},"UpdateDetectorRequest":{"type":"object","required":["messageId","detectorModelName","state"],"properties":{"messageId":{"allOf":[{"$ref":"#/components/schemas/MessageId"},{"description":"The ID to assign to the detector update <code>\"message\"</code>. Each <code>\"messageId\"</code> must be unique within each batch sent."}]},"detectorModelName":{"allOf":[{"$ref":"#/components/schemas/DetectorModelName"},{"description":"The name of the detector model that created the detectors (instances)."}]},"keyValue":{"allOf":[{"$ref":"#/components/schemas/KeyValue"},{"description":"The value of the input key attribute (identifying the device or system) that caused the creation of this detector (instance)."}]},"state":{"allOf":[{"$ref":"#/components/schemas/DetectorStateDefinition"},{"description":"The new state, variable values, and timer settings of the detector (instance)."}]}},"description":"Information used to update the detector (instance)."},"DescribeAlarmResponse":{"type":"object","properties":{"alarm":{"allOf":[{"$ref":"#/components/schemas/Alarm"},{"description":"Contains information about an alarm."}]}}},"ResourceNotFoundException":{},"DescribeDetectorResponse":{"type":"object","properties":{"detector":{"allOf":[{"$ref":"#/components/schemas/Detector"},{"description":"Information about the detector (instance)."}]}}},"ListAlarmsResponse":{"type":"object","properties":{"alarmSummaries":{"allOf":[{"$ref":"#/components/schemas/AlarmSummaries"},{"description":"A list that summarizes each alarm."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"The token that you can use to return the next set of results, or <code>null</code> if there are no more results."}]}}},"ListDetectorsResponse":{"type":"object","properties":{"detectorSummaries":{"allOf":[{"$ref":"#/components/schemas/DetectorSummaries"},{"description":"A list of summary information about the detectors (instances)."}]},"nextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"The token that you can use to return the next set of results, or <code>null</code> if there are no more results."}]}}},"Note":{"type":"string","maxLength":256},"AcknowledgeActionConfiguration":{"type":"object","properties":{"note":{"allOf":[{"$ref":"#/components/schemas/Note"},{"description":"The note that you can leave when you acknowledge the alarm."}]}},"description":"Contains the configuration information of an acknowledge action."},"RequestId":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$","minLength":1,"maxLength":64},"AlarmModelName":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$","minLength":1,"maxLength":128},"KeyValue":{"type":"string","pattern":"^[a-zA-Z0-9\\-_:]+$","minLength":1,"maxLength":128},"AcknowledgeAlarmActionRequests":{"type":"array","items":{"$ref":"#/components/schemas/AcknowledgeAlarmActionRequest"},"minItems":1},"AlarmModelVersion":{"type":"string","minLength":1,"maxLength":128},"AlarmState":{"type":"object","properties":{"stateName":{"allOf":[{"$ref":"#/components/schemas/AlarmStateName"},{"description":"<p>The name of the alarm state. The state name can be one of the following values:</p> <ul> <li> <p> <code>DISABLED</code> - When the alarm is in the <code>DISABLED</code> state, it isn't ready to evaluate data. To enable the alarm, you must change the alarm to the <code>NORMAL</code> state.</p> </li> <li> <p> <code>NORMAL</code> - When the alarm is in the <code>NORMAL</code> state, it's ready to evaluate data.</p> </li> <li> <p> <code>ACTIVE</code> - If the alarm is in the <code>ACTIVE</code> state, the alarm is invoked.</p> </li> <li> <p> <code>ACKNOWLEDGED</code> - When the alarm is in the <code>ACKNOWLEDGED</code> state, the alarm was invoked and you acknowledged the alarm.</p> </li> <li> <p> <code>SNOOZE_DISABLED</code> - When the alarm is in the <code>SNOOZE_DISABLED</code> state, the alarm is disabled for a specified period of time. After the snooze time, the alarm automatically changes to the <code>NORMAL</code> state. </p> </li> <li> <p> <code>LATCHED</code> - When the alarm is in the <code>LATCHED</code> state, the alarm was invoked. However, the data that the alarm is currently evaluating is within the specified range. To change the alarm to the <code>NORMAL</code> state, you must acknowledge the alarm.</p> </li> </ul>"}]},"ruleEvaluation":{"allOf":[{"$ref":"#/components/schemas/RuleEvaluation"},{"description":"Information needed to evaluate data."}]},"customerAction":{"allOf":[{"$ref":"#/components/schemas/CustomerAction"},{"description":"Contains information about the action that you can take to respond to the alarm."}]},"systemEvent":{"allOf":[{"$ref":"#/components/schemas/SystemEvent"},{"description":"Contains information about alarm state changes."}]}},"description":"Contains information about the current state of the alarm."},"Severity":{"type":"integer","minimum":0,"maximum":2147483647},"Timestamp":{"type":"string","format":"date-time"},"Alarm":{"type":"object","properties":{"alarmModelName":{"allOf":[{"$ref":"#/components/schemas/AlarmModelName"},{"description":"The name of the alarm model."}]},"alarmModelVersion":{"allOf":[{"$ref":"#/components/schemas/AlarmModelVersion"},{"description":"The version of the alarm model."}]},"keyValue":{"allOf":[{"$ref":"#/components/schemas/KeyValue"},{"description":"The value of the key used as a filter to select only the alarms associated with the <a href=\"https://docs.aws.amazon.com/iotevents/latest/apireference/API_CreateAlarmModel.html#iotevents-CreateAlarmModel-request-key\">key</a>."}]},"alarmState":{"allOf":[{"$ref":"#/components/schemas/AlarmState"},{"description":"Contains information about the current state of the alarm."}]},"severity":{"allOf":[{"$ref":"#/components/schemas/Severity"},{"description":"A non-negative integer that reflects the severity level of the alarm."}]},"creationTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The time the alarm was created, in the Unix epoch format."}]},"lastUpdateTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The time the alarm was last updated, in the Unix epoch format."}]}},"description":"Contains information about an alarm."},"AlarmStateName":{"type":"string","enum":["DISABLED","NORMAL","ACTIVE","ACKNOWLEDGED","SNOOZE_DISABLED","LATCHED"]},"RuleEvaluation":{"type":"object","properties":{"simpleRuleEvaluation":{"allOf":[{"$ref":"#/components/schemas/SimpleRuleEvaluation"},{"description":"Information needed to compare two values with a comparison operator."}]}},"description":"Information needed to evaluate data."},"CustomerAction":{"type":"object","properties":{"actionName":{"allOf":[{"$ref":"#/components/schemas/CustomerActionName"},{"description":"<p>The name of the action. The action name can be one of the following values:</p> <ul> <li> <p> <code>SNOOZE</code> - When you snooze the alarm, the alarm state changes to <code>SNOOZE_DISABLED</code>.</p> </li> <li> <p> <code>ENABLE</code> - When you enable the alarm, the alarm state changes to <code>NORMAL</code>.</p> </li> <li> <p> <code>DISABLE</code> - When you disable the alarm, the alarm state changes to <code>DISABLED</code>.</p> </li> <li> <p> <code>ACKNOWLEDGE</code> - When you acknowledge the alarm, the alarm state changes to <code>ACKNOWLEDGED</code>.</p> </li> <li> <p> <code>RESET</code> - When you reset the alarm, the alarm state changes to <code>NORMAL</code>.</p> </li> </ul> <p>For more information, see the <a href=\"https://docs.aws.amazon.com/iotevents/latest/apireference/API_iotevents-data_AlarmState.html\">AlarmState</a> API.</p>"}]},"snoozeActionConfiguration":{"allOf":[{"$ref":"#/components/schemas/SnoozeActionConfiguration"},{"description":"Contains the configuration information of a snooze action."}]},"enableActionConfiguration":{"allOf":[{"$ref":"#/components/schemas/EnableActionConfiguration"},{"description":"Contains the configuration information of an enable action."}]},"disableActionConfiguration":{"allOf":[{"$ref":"#/components/schemas/DisableActionConfiguration"},{"description":"Contains the configuration information of a disable action."}]},"acknowledgeActionConfiguration":{"allOf":[{"$ref":"#/components/schemas/AcknowledgeActionConfiguration"},{"description":"Contains the configuration information of an acknowledge action."}]},"resetActionConfiguration":{"allOf":[{"$ref":"#/components/schemas/ResetActionConfiguration"},{"description":"Contains the configuration information of a reset action."}]}},"description":"Contains information about the action that you can take to respond to the alarm."},"SystemEvent":{"type":"object","properties":{"eventType":{"allOf":[{"$ref":"#/components/schemas/EventType"},{"description":"The event type. If the value is <code>STATE_CHANGE</code>, the event contains information about alarm state changes."}]},"stateChangeConfiguration":{"allOf":[{"$ref":"#/components/schemas/StateChangeConfiguration"},{"description":"Contains the configuration information of alarm state changes."}]}},"description":"Contains information about alarm state changes."},"AlarmSummary":{"type":"object","properties":{"alarmModelName":{"allOf":[{"$ref":"#/components/schemas/AlarmModelName"},{"description":"The name of the alarm model."}]},"alarmModelVersion":{"allOf":[{"$ref":"#/components/schemas/AlarmModelVersion"},{"description":"The version of the alarm model."}]},"keyValue":{"allOf":[{"$ref":"#/components/schemas/KeyValue"},{"description":"The value of the key used as a filter to select only the alarms associated with the <a href=\"https://docs.aws.amazon.com/iotevents/latest/apireference/API_CreateAlarmModel.html#iotevents-CreateAlarmModel-request-key\">key</a>."}]},"stateName":{"allOf":[{"$ref":"#/components/schemas/AlarmStateName"},{"description":"<p>The name of the alarm state. The state name can be one of the following values:</p> <ul> <li> <p> <code>DISABLED</code> - When the alarm is in the <code>DISABLED</code> state, it isn't ready to evaluate data. To enable the alarm, you must change the alarm to the <code>NORMAL</code> state.</p> </li> <li> <p> <code>NORMAL</code> - When the alarm is in the <code>NORMAL</code> state, it's ready to evaluate data.</p> </li> <li> <p> <code>ACTIVE</code> - If the alarm is in the <code>ACTIVE</code> state, the alarm is invoked.</p> </li> <li> <p> <code>ACKNOWLEDGED</code> - When the alarm is in the <code>ACKNOWLEDGED</code> state, the alarm was invoked and you acknowledged the alarm.</p> </li> <li> <p> <code>SNOOZE_DISABLED</code> - When the alarm is in the <code>SNOOZE_DISABLED</code> state, the alarm is disabled for a specified period of time. After the snooze time, the alarm automatically changes to the <code>NORMAL</code> state. </p> </li> <li> <p> <code>LATCHED</code> - When the alarm is in the <code>LATCHED</code> state, the alarm was invoked. However, the data that the alarm is currently evaluating is within the specified range. To change the alarm to the <code>NORMAL</code> state, you must acknowledge the alarm.</p> </li> </ul>"}]},"creationTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The time the alarm was created, in the Unix epoch format."}]},"lastUpdateTime":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":"The time the alarm was last updated, in the Unix epoch format."}]}},"description":"Contains a summary of an alarm."},"AlarmSummaries":{"type":"array","items":{"$ref":"#/components/schemas/AlarmSummary"}},"BatchAcknowledgeAlarmRequest":{"type":"object","required":["acknowledgeActionRequests"],"title":"BatchAcknowledgeAlarmRequest","properties":{"acknowledgeActionRequests":{"allOf":[{"$ref":"#/components/schemas/AcknowledgeAlarmActionRequests"},{"description":"The list of acknowledge action requests. You can specify up to 10 requests per operation."}]}}},"BatchAlarmActionErrorEntries":{"type":"array","items":{"$ref":"#/components/schemas/BatchAlarmActionErrorEntry"}},"BatchAlarmActionErrorEntry":{"type":"object","properties":{"requestId":{"allOf":[{"$ref":"#/components/schemas/RequestId"},{"description":"The request ID. Each ID must be unique within each batch."}]},"errorCode":{"allOf":[{"$ref":"#/components/schemas/ErrorCode"},{"description":"The error code."}]},"errorMessage":{"allOf":[{"$ref":"#/components/schemas/ErrorMessage"},{"description":"A message that describes the error."}]}},"description":"<p>Contains error messages associated with one of the following requests:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/iotevents/latest/apireference/API_iotevents-data_BatchAcknowledgeAlarm.html\">BatchAcknowledgeAlarm</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/iotevents/latest/apireference/API_iotevents-data_BatchDisableAlarm.html\">BatchDisableAlarm</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/iotevents/latest/apireference/API_iotevents-data_BatchEnableAlarm.html\">BatchEnableAlarm</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/iotevents/latest/apireference/API_iotevents-data_BatchResetAlarm.html\">BatchResetAlarm</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/iotevents/latest/apireference/API_iotevents-data_BatchSnoozeAlarm.html\">BatchSnoozeAlarm</a> </p> </li> </ul>"},"ErrorCode":{"type":"string","enum":["ResourceNotFoundException","InvalidRequestException","InternalFailureException","ServiceUnavailableException","ThrottlingException"]},"ErrorMessage":{"type":"string"},"BatchDeleteDetectorErrorEntry":{"type":"object","properties":{"messageId":{"allOf":[{"$ref":"#/components/schemas/MessageId"},{"description":"The ID of the message that caused the error. (See the value of the <code>\"messageId\"</code> in the <a href=\"https://docs.aws.amazon.com/iotevents/latest/apireference/API_iotevents-data_BatchDeleteDetector.html#iotevents-iotevents-data_BatchDeleteDetector-request-detectors\">detectors</a> object of the <code>DeleteDetectorRequest</code>.)"}]},"errorCode":{"allOf":[{"$ref":"#/components/schemas/ErrorCode"},{"description":"The error code."}]},"errorMessage":{"allOf":[{"$ref":"#/components/schemas/ErrorMessage"},{"description":"A message that describes the error."}]}},"description":"Contains error messages associated with the deletion request."},"BatchDeleteDetectorErrorEntries":{"type":"array","items":{"$ref":"#/components/schemas/BatchDeleteDetectorErrorEntry"}},"MessageId":{"type":"string","pattern":"^[a-zA-Z0-9_-]+$","minLength":1,"maxLength":64},"DeleteDetectorRequests":{"type":"array","items":{"$ref":"#/components/schemas/DeleteDetectorRequest"},"minItems":1},"BatchDeleteDetectorRequest":{"type":"object","required":["detectors"],"title":"BatchDeleteDetectorRequest","properties":{"detectors":{"allOf":[{"$ref":"#/components/schemas/DeleteDetectorRequests"},{"descripti