@@ -157,6 +157,7 @@ public class InvokeRequest extends AmazonWebServiceRequest implements Serializab
157157 /**
158158 * <p>
159159 * Set to <code>Tail</code> to include the execution log in the response.
160+ * Applies to synchronously invoked functions only.
160161 * </p>
161162 * <p>
162163 * <b>Constraints:</b><br/>
@@ -762,14 +763,15 @@ public InvokeRequest withInvocationType(InvocationType invocationType) {
762763 /**
763764 * <p>
764765 * Set to <code>Tail</code> to include the execution log in the response.
766+ * Applies to synchronously invoked functions only.
765767 * </p>
766768 * <p>
767769 * <b>Constraints:</b><br/>
768770 * <b>Allowed Values: </b>None, Tail
769771 *
770772 * @return <p>
771773 * Set to <code>Tail</code> to include the execution log in the
772- * response.
774+ * response. Applies to synchronously invoked functions only.
773775 * </p>
774776 * @see LogType
775777 */
@@ -780,14 +782,15 @@ public String getLogType() {
780782 /**
781783 * <p>
782784 * Set to <code>Tail</code> to include the execution log in the response.
785+ * Applies to synchronously invoked functions only.
783786 * </p>
784787 * <p>
785788 * <b>Constraints:</b><br/>
786789 * <b>Allowed Values: </b>None, Tail
787790 *
788791 * @param logType <p>
789792 * Set to <code>Tail</code> to include the execution log in the
790- * response.
793+ * response. Applies to synchronously invoked functions only.
791794 * </p>
792795 * @see LogType
793796 */
@@ -798,6 +801,7 @@ public void setLogType(String logType) {
798801 /**
799802 * <p>
800803 * Set to <code>Tail</code> to include the execution log in the response.
804+ * Applies to synchronously invoked functions only.
801805 * </p>
802806 * <p>
803807 * Returns a reference to this object so that method calls can be chained
@@ -808,7 +812,7 @@ public void setLogType(String logType) {
808812 *
809813 * @param logType <p>
810814 * Set to <code>Tail</code> to include the execution log in the
811- * response.
815+ * response. Applies to synchronously invoked functions only.
812816 * </p>
813817 * @return A reference to this updated object so that method calls can be
814818 * chained together.
@@ -822,14 +826,15 @@ public InvokeRequest withLogType(String logType) {
822826 /**
823827 * <p>
824828 * Set to <code>Tail</code> to include the execution log in the response.
829+ * Applies to synchronously invoked functions only.
825830 * </p>
826831 * <p>
827832 * <b>Constraints:</b><br/>
828833 * <b>Allowed Values: </b>None, Tail
829834 *
830835 * @param logType <p>
831836 * Set to <code>Tail</code> to include the execution log in the
832- * response.
837+ * response. Applies to synchronously invoked functions only.
833838 * </p>
834839 * @see LogType
835840 */
@@ -840,6 +845,7 @@ public void setLogType(LogType logType) {
840845 /**
841846 * <p>
842847 * Set to <code>Tail</code> to include the execution log in the response.
848+ * Applies to synchronously invoked functions only.
843849 * </p>
844850 * <p>
845851 * Returns a reference to this object so that method calls can be chained
@@ -850,7 +856,7 @@ public void setLogType(LogType logType) {
850856 *
851857 * @param logType <p>
852858 * Set to <code>Tail</code> to include the execution log in the
853- * response.
859+ * response. Applies to synchronously invoked functions only.
854860 * </p>
855861 * @return A reference to this updated object so that method calls can be
856862 * chained together.
0 commit comments