@@ -111,13 +111,16 @@ public class Action implements Serializable {
111111
112112 /**
113113 * <p>
114- * Write data to an Amazon Elasticsearch Service domain.
114+ * Write data to an Amazon OpenSearch Service domain.
115115 * </p>
116116 * <note>
117117 * <p>
118- * This action is deprecated. Use the <a href=
118+ * The <code>Elasticsearch</code> action can only be used by existing rule
119+ * actions. To create a new rule action or to update an existing rule
120+ * action, use the <code>OpenSearch</code> rule action instead. For more
121+ * information, see <a href=
119122 * "https://docs.aws.amazon.com/iot/latest/apireference/API_OpenSearchAction.html"
120- * >OpenSearch action </a> instead .
123+ * >OpenSearchAction </a>.
121124 * </p>
122125 * </note>
123126 */
@@ -746,24 +749,30 @@ public Action withCloudwatchLogs(CloudwatchLogsAction cloudwatchLogs) {
746749
747750 /**
748751 * <p>
749- * Write data to an Amazon Elasticsearch Service domain.
752+ * Write data to an Amazon OpenSearch Service domain.
750753 * </p>
751754 * <note>
752755 * <p>
753- * This action is deprecated. Use the <a href=
756+ * The <code>Elasticsearch</code> action can only be used by existing rule
757+ * actions. To create a new rule action or to update an existing rule
758+ * action, use the <code>OpenSearch</code> rule action instead. For more
759+ * information, see <a href=
754760 * "https://docs.aws.amazon.com/iot/latest/apireference/API_OpenSearchAction.html"
755- * >OpenSearch action </a> instead .
761+ * >OpenSearchAction </a>.
756762 * </p>
757763 * </note>
758764 *
759765 * @return <p>
760- * Write data to an Amazon Elasticsearch Service domain.
766+ * Write data to an Amazon OpenSearch Service domain.
761767 * </p>
762768 * <note>
763769 * <p>
764- * This action is deprecated. Use the <a href=
770+ * The <code>Elasticsearch</code> action can only be used by
771+ * existing rule actions. To create a new rule action or to update
772+ * an existing rule action, use the <code>OpenSearch</code> rule
773+ * action instead. For more information, see <a href=
765774 * "https://docs.aws.amazon.com/iot/latest/apireference/API_OpenSearchAction.html"
766- * >OpenSearch action </a> instead .
775+ * >OpenSearchAction </a>.
767776 * </p>
768777 * </note>
769778 */
@@ -773,24 +782,31 @@ public ElasticsearchAction getElasticsearch() {
773782
774783 /**
775784 * <p>
776- * Write data to an Amazon Elasticsearch Service domain.
785+ * Write data to an Amazon OpenSearch Service domain.
777786 * </p>
778787 * <note>
779788 * <p>
780- * This action is deprecated. Use the <a href=
789+ * The <code>Elasticsearch</code> action can only be used by existing rule
790+ * actions. To create a new rule action or to update an existing rule
791+ * action, use the <code>OpenSearch</code> rule action instead. For more
792+ * information, see <a href=
781793 * "https://docs.aws.amazon.com/iot/latest/apireference/API_OpenSearchAction.html"
782- * >OpenSearch action </a> instead .
794+ * >OpenSearchAction </a>.
783795 * </p>
784796 * </note>
785797 *
786798 * @param elasticsearch <p>
787- * Write data to an Amazon Elasticsearch Service domain.
799+ * Write data to an Amazon OpenSearch Service domain.
788800 * </p>
789801 * <note>
790802 * <p>
791- * This action is deprecated. Use the <a href=
803+ * The <code>Elasticsearch</code> action can only be used by
804+ * existing rule actions. To create a new rule action or to
805+ * update an existing rule action, use the
806+ * <code>OpenSearch</code> rule action instead. For more
807+ * information, see <a href=
792808 * "https://docs.aws.amazon.com/iot/latest/apireference/API_OpenSearchAction.html"
793- * >OpenSearch action </a> instead .
809+ * >OpenSearchAction </a>.
794810 * </p>
795811 * </note>
796812 */
@@ -800,27 +816,34 @@ public void setElasticsearch(ElasticsearchAction elasticsearch) {
800816
801817 /**
802818 * <p>
803- * Write data to an Amazon Elasticsearch Service domain.
819+ * Write data to an Amazon OpenSearch Service domain.
804820 * </p>
805821 * <note>
806822 * <p>
807- * This action is deprecated. Use the <a href=
823+ * The <code>Elasticsearch</code> action can only be used by existing rule
824+ * actions. To create a new rule action or to update an existing rule
825+ * action, use the <code>OpenSearch</code> rule action instead. For more
826+ * information, see <a href=
808827 * "https://docs.aws.amazon.com/iot/latest/apireference/API_OpenSearchAction.html"
809- * >OpenSearch action </a> instead .
828+ * >OpenSearchAction </a>.
810829 * </p>
811830 * </note>
812831 * <p>
813832 * Returns a reference to this object so that method calls can be chained
814833 * together.
815834 *
816835 * @param elasticsearch <p>
817- * Write data to an Amazon Elasticsearch Service domain.
836+ * Write data to an Amazon OpenSearch Service domain.
818837 * </p>
819838 * <note>
820839 * <p>
821- * This action is deprecated. Use the <a href=
840+ * The <code>Elasticsearch</code> action can only be used by
841+ * existing rule actions. To create a new rule action or to
842+ * update an existing rule action, use the
843+ * <code>OpenSearch</code> rule action instead. For more
844+ * information, see <a href=
822845 * "https://docs.aws.amazon.com/iot/latest/apireference/API_OpenSearchAction.html"
823- * >OpenSearch action </a> instead .
846+ * >OpenSearchAction </a>.
824847 * </p>
825848 * </note>
826849 * @return A reference to this updated object so that method calls can be
0 commit comments