SendMessage #
Overview #
AWS API Reference: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_SendMessage.html
Method #
SEND_MESSAGE_QUEUE
Import parameters #
This method uses the following import parameters:
-
i_user_name
Required: Yes.
The IAM user of AWS account.
-
i_queue
Required: Yes.
Name of the queue.
-
i_region
Required: Yes.
Name of the region.
-
i_fifo
Designates a queue as FIFO.
Values: abap_true | abap_false
-
i_key
Name of the FIFO.
-
i_bucket
Name of the bucket.
-
i_message
Message to send.
Export Parameters #
This method use the following export parameters:
-
e_http_status
HTTP Status code. Returns 200 if no errors found.
-
e_response_headers
Returns information about the request in format Name/Value pair values.
-
e_response_content
Response content in string format.