|
4120 | 4120 | },
|
4121 | 4121 | "elasticsearch":{
|
4122 | 4122 | "shape":"ElasticsearchAction",
|
4123 |
| - "documentation":"<p>Write data to an Amazon Elasticsearch Service domain.</p>" |
| 4123 | + "documentation":"<p>Write data to an Amazon Elasticsearch Service domain.</p> <note> <p>This action is deprecated. Use the <a href=\"https://docs.aws.amazon.com/iot/latest/apireference/API_OpenSearchAction.html\">OpenSearch action</a> instead.</p> </note>" |
4124 | 4124 | },
|
4125 | 4125 | "salesforce":{
|
4126 | 4126 | "shape":"SalesforceAction",
|
|
4153 | 4153 | "kafka":{
|
4154 | 4154 | "shape":"KafkaAction",
|
4155 | 4155 | "documentation":"<p>Send messages to an Amazon Managed Streaming for Apache Kafka (Amazon MSK) or self-managed Apache Kafka cluster.</p>"
|
| 4156 | + }, |
| 4157 | + "openSearch":{ |
| 4158 | + "shape":"OpenSearchAction", |
| 4159 | + "documentation":"<p>Write data to an Amazon OpenSearch Service domain.</p>" |
4156 | 4160 | }
|
4157 | 4161 | },
|
4158 | 4162 | "documentation":"<p>Describes the actions associated with a rule.</p>"
|
|
9951 | 9955 | "documentation":"<p>The unique identifier for the document you are storing.</p>"
|
9952 | 9956 | }
|
9953 | 9957 | },
|
9954 |
| - "documentation":"<p>Describes an action that writes data to an Amazon Elasticsearch Service domain.</p>" |
| 9958 | + "documentation":"<p>Describes an action that writes data to an Amazon Elasticsearch Service domain.</p> <note> <p>This action is deprecated. Use the <a href=\"https://docs.aws.amazon.com/iot/latest/apireference/API_OpenSearchAction.html\">OpenSearch action</a> instead.</p> </note>" |
9955 | 9959 | },
|
9956 | 9960 | "ElasticsearchEndpoint":{
|
9957 | 9961 | "type":"string",
|
|
14371 | 14375 | "type":"list",
|
14372 | 14376 | "member":{"shape":"OTAUpdateSummary"}
|
14373 | 14377 | },
|
| 14378 | + "OpenSearchAction":{ |
| 14379 | + "type":"structure", |
| 14380 | + "required":[ |
| 14381 | + "roleArn", |
| 14382 | + "endpoint", |
| 14383 | + "index", |
| 14384 | + "type", |
| 14385 | + "id" |
| 14386 | + ], |
| 14387 | + "members":{ |
| 14388 | + "roleArn":{ |
| 14389 | + "shape":"AwsArn", |
| 14390 | + "documentation":"<p>The IAM role ARN that has access to OpenSearch.</p>" |
| 14391 | + }, |
| 14392 | + "endpoint":{ |
| 14393 | + "shape":"ElasticsearchEndpoint", |
| 14394 | + "documentation":"<p>The endpoint of your OpenSearch domain.</p>" |
| 14395 | + }, |
| 14396 | + "index":{ |
| 14397 | + "shape":"ElasticsearchIndex", |
| 14398 | + "documentation":"<p>The OpenSearch index where you want to store your data.</p>" |
| 14399 | + }, |
| 14400 | + "type":{ |
| 14401 | + "shape":"ElasticsearchType", |
| 14402 | + "documentation":"<p>The type of document you are storing.</p>" |
| 14403 | + }, |
| 14404 | + "id":{ |
| 14405 | + "shape":"ElasticsearchId", |
| 14406 | + "documentation":"<p>The unique identifier for the document you are storing.</p>" |
| 14407 | + } |
| 14408 | + }, |
| 14409 | + "documentation":"<p>Describes an action that writes data to an Amazon OpenSearch Service domain.</p>" |
| 14410 | + }, |
14374 | 14411 | "OptionalVersion":{"type":"long"},
|
14375 | 14412 | "OutgoingCertificate":{
|
14376 | 14413 | "type":"structure",
|
|
16588 | 16625 | },
|
16589 | 16626 | "disconnectReason":{
|
16590 | 16627 | "shape":"DisconnectReason",
|
16591 |
| - "documentation":"<p>The reason why the client is disconnected.</p>" |
| 16628 | + "documentation":"<p>The reason why the client is disconnected. If the thing has been disconnected for approximately an hour, the <code>disconnectReason</code> value might be missing.</p>" |
16592 | 16629 | }
|
16593 | 16630 | },
|
16594 | 16631 | "documentation":"<p>The connectivity status of the thing.</p>"
|
|
0 commit comments