TagQueue #
Overview #
Add a tag to the indicated SQS queue.
AWS API Reference: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_TagQueue.html
Method #
ADD_TAG_QUEUE
Import parameters #
This method uses the following import parameters:
-
i_queue
Name of the queue where the tag will be added.
-
i_tag_key
Name of the tag to be added.
-
i_tag_value
Name of the value of the added tag.
-
i_region
Name of the region.
-
i_user_name
The IAM user of AWS account.
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.