diff --git a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/wag/InvokeAWSGatewayApi.java b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/wag/InvokeAWSGatewayApi.java index 0caa9f68b6c6..151e4e84bc3b 100644 --- a/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/wag/InvokeAWSGatewayApi.java +++ b/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/wag/InvokeAWSGatewayApi.java @@ -72,7 +72,7 @@ "Send request header " + "with a key matching the Dynamic Property Key and a value created by evaluating the Attribute Expression Language set in the value " + "of the Dynamic Property.") -@DeprecationNotice(reason = "Planned for removal in NiFi 2.0") +@DeprecationNotice(reason = "Planned for removal in NiFi 2.0. InvokeHTTP is the preferred alternative processor.") public class InvokeAWSGatewayApi extends AbstractAWSGatewayApiProcessor { private static final Set IDEMPOTENT_METHODS = new HashSet<>(Arrays.asList("GET", "HEAD", "OPTIONS"));