R/sqs_interfaces.R

Defines functions untag_queue_output untag_queue_input tag_queue_output tag_queue_input start_message_move_task_output start_message_move_task_input set_queue_attributes_output set_queue_attributes_input send_message_batch_output send_message_batch_input send_message_output send_message_input remove_permission_output remove_permission_input receive_message_output receive_message_input purge_queue_output purge_queue_input list_queues_output list_queues_input list_queue_tags_output list_queue_tags_input list_message_move_tasks_output list_message_move_tasks_input list_dead_letter_source_queues_output list_dead_letter_source_queues_input get_queue_url_output get_queue_url_input get_queue_attributes_output get_queue_attributes_input delete_queue_output delete_queue_input delete_message_batch_output delete_message_batch_input delete_message_output delete_message_input create_queue_output create_queue_input change_message_visibility_batch_output change_message_visibility_batch_input change_message_visibility_output change_message_visibility_input cancel_message_move_task_output cancel_message_move_task_input add_permission_output add_permission_input

# This file is generated by make.paws. Please do not edit here.
#' @importFrom paws.common populate
#' @include sqs_service.R
NULL

.sqs$add_permission_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QueueUrl = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), AWSAccountIds = structure(list(structure(logical(0), tags = list(locationName = "AWSAccountId", type = "string"))), tags = list(locationNameList = "AWSAccountId", type = "list", flattened = TRUE)), Actions = structure(list(structure(logical(0), tags = list(locationName = "ActionName", type = "string"))), tags = list(locationNameList = "ActionName", type = "list", flattened = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sqs$add_permission_output <- function(...) {
  list()
}

.sqs$cancel_message_move_task_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(TaskHandle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sqs$cancel_message_move_task_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ApproximateNumberOfMessagesMoved = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure", resultWrapper = "CancelMessageMoveTaskResult"))
  return(populate(args, shape))
}

.sqs$change_message_visibility_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QueueUrl = structure(logical(0), tags = list(type = "string")), ReceiptHandle = structure(logical(0), tags = list(type = "string")), VisibilityTimeout = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sqs$change_message_visibility_output <- function(...) {
  list()
}

.sqs$change_message_visibility_batch_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QueueUrl = structure(logical(0), tags = list(type = "string")), Entries = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), ReceiptHandle = structure(logical(0), tags = list(type = "string")), VisibilityTimeout = structure(logical(0), tags = list(type = "integer"))), tags = list(locationName = "ChangeMessageVisibilityBatchRequestEntry", type = "structure"))), tags = list(locationNameList = "ChangeMessageVisibilityBatchRequestEntry", type = "list", flattened = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sqs$change_message_visibility_batch_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Successful = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "ChangeMessageVisibilityBatchResultEntry", type = "structure"))), tags = list(locationNameList = "ChangeMessageVisibilityBatchResultEntry", type = "list", flattened = TRUE)), Failed = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), SenderFault = structure(logical(0), tags = list(type = "boolean")), Code = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "BatchResultErrorEntry", type = "structure"))), tags = list(locationNameList = "BatchResultErrorEntry", type = "list", flattened = TRUE))), tags = list(type = "structure", resultWrapper = "ChangeMessageVisibilityBatchResult"))
  return(populate(args, shape))
}

.sqs$create_queue_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QueueName = structure(logical(0), tags = list(type = "string")), Attributes = structure(list(structure(logical(0), tags = list(locationName = "Value", type = "string"))), tags = list(locationNameKey = "Name", locationNameValue = "Value", type = "map", flattened = TRUE, locationName = "Attribute")), tags = structure(list(structure(logical(0), tags = list(locationName = "Value", type = "string"))), tags = list(locationNameKey = "Key", locationNameValue = "Value", type = "map", flattened = TRUE, locationName = "Tag"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sqs$create_queue_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QueueUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "CreateQueueResult"))
  return(populate(args, shape))
}

.sqs$delete_message_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QueueUrl = structure(logical(0), tags = list(type = "string")), ReceiptHandle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sqs$delete_message_output <- function(...) {
  list()
}

.sqs$delete_message_batch_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QueueUrl = structure(logical(0), tags = list(type = "string")), Entries = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), ReceiptHandle = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "DeleteMessageBatchRequestEntry", type = "structure"))), tags = list(locationNameList = "DeleteMessageBatchRequestEntry", type = "list", flattened = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sqs$delete_message_batch_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Successful = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "DeleteMessageBatchResultEntry", type = "structure"))), tags = list(locationNameList = "DeleteMessageBatchResultEntry", type = "list", flattened = TRUE)), Failed = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), SenderFault = structure(logical(0), tags = list(type = "boolean")), Code = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "BatchResultErrorEntry", type = "structure"))), tags = list(locationNameList = "BatchResultErrorEntry", type = "list", flattened = TRUE))), tags = list(type = "structure", resultWrapper = "DeleteMessageBatchResult"))
  return(populate(args, shape))
}

.sqs$delete_queue_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QueueUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sqs$delete_queue_output <- function(...) {
  list()
}

.sqs$get_queue_attributes_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QueueUrl = structure(logical(0), tags = list(type = "string")), AttributeNames = structure(list(structure(logical(0), tags = list(locationName = "AttributeName", type = "string"))), tags = list(locationNameList = "AttributeName", type = "list", flattened = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sqs$get_queue_attributes_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Attributes = structure(list(structure(logical(0), tags = list(locationName = "Value", type = "string"))), tags = list(locationNameKey = "Name", locationNameValue = "Value", type = "map", flattened = TRUE, locationName = "Attribute"))), tags = list(type = "structure", resultWrapper = "GetQueueAttributesResult"))
  return(populate(args, shape))
}

.sqs$get_queue_url_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QueueName = structure(logical(0), tags = list(type = "string")), QueueOwnerAWSAccountId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sqs$get_queue_url_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QueueUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "GetQueueUrlResult"))
  return(populate(args, shape))
}

.sqs$list_dead_letter_source_queues_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QueueUrl = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sqs$list_dead_letter_source_queues_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(queueUrls = structure(list(structure(logical(0), tags = list(locationName = "QueueUrl", type = "string"))), tags = list(locationNameList = "QueueUrl", type = "list", flattened = TRUE)), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "ListDeadLetterSourceQueuesResult"))
  return(populate(args, shape))
}

.sqs$list_message_move_tasks_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SourceArn = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sqs$list_message_move_tasks_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Results = structure(list(structure(list(TaskHandle = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), SourceArn = structure(logical(0), tags = list(type = "string")), DestinationArn = structure(logical(0), tags = list(type = "string")), MaxNumberOfMessagesPerSecond = structure(logical(0), tags = list(type = "integer")), ApproximateNumberOfMessagesMoved = structure(logical(0), tags = list(type = "long")), ApproximateNumberOfMessagesToMove = structure(logical(0), tags = list(type = "long")), FailureReason = structure(logical(0), tags = list(type = "string")), StartedTimestamp = structure(logical(0), tags = list(type = "long"))), tags = list(locationName = "ListMessageMoveTasksResultEntry", type = "structure"))), tags = list(locationNameList = "ListMessageMoveTasksResultEntry", type = "list", flattened = TRUE))), tags = list(type = "structure", resultWrapper = "ListMessageMoveTasksResult"))
  return(populate(args, shape))
}

.sqs$list_queue_tags_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QueueUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sqs$list_queue_tags_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Tags = structure(list(structure(logical(0), tags = list(locationName = "Value", type = "string"))), tags = list(locationNameKey = "Key", locationNameValue = "Value", type = "map", flattened = TRUE, locationName = "Tag"))), tags = list(type = "structure", resultWrapper = "ListQueueTagsResult"))
  return(populate(args, shape))
}

.sqs$list_queues_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QueueNamePrefix = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sqs$list_queues_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QueueUrls = structure(list(structure(logical(0), tags = list(locationName = "QueueUrl", type = "string"))), tags = list(locationNameList = "QueueUrl", type = "list", flattened = TRUE)), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "ListQueuesResult"))
  return(populate(args, shape))
}

.sqs$purge_queue_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QueueUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sqs$purge_queue_output <- function(...) {
  list()
}

.sqs$receive_message_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QueueUrl = structure(logical(0), tags = list(type = "string")), AttributeNames = structure(list(structure(logical(0), tags = list(locationName = "AttributeName", type = "string"))), tags = list(locationNameList = "AttributeName", type = "list", flattened = TRUE)), MessageAttributeNames = structure(list(structure(logical(0), tags = list(locationName = "MessageAttributeName", type = "string"))), tags = list(locationNameList = "MessageAttributeName", type = "list", flattened = TRUE)), MaxNumberOfMessages = structure(logical(0), tags = list(type = "integer")), VisibilityTimeout = structure(logical(0), tags = list(type = "integer")), WaitTimeSeconds = structure(logical(0), tags = list(type = "integer")), ReceiveRequestAttemptId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sqs$receive_message_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Messages = structure(list(structure(list(MessageId = structure(logical(0), tags = list(type = "string")), ReceiptHandle = structure(logical(0), tags = list(type = "string")), MD5OfBody = structure(logical(0), tags = list(type = "string")), Body = structure(logical(0), tags = list(type = "string")), Attributes = structure(list(structure(logical(0), tags = list(locationName = "Value", type = "string"))), tags = list(locationNameKey = "Name", locationNameValue = "Value", type = "map", flattened = TRUE, locationName = "Attribute")), MD5OfMessageAttributes = structure(logical(0), tags = list(type = "string")), MessageAttributes = structure(list(structure(list(StringValue = structure(logical(0), tags = list(type = "string")), BinaryValue = structure(logical(0), tags = list(type = "blob")), StringListValues = structure(list(structure(logical(0), tags = list(locationName = "StringListValue", type = "string"))), tags = list(locationNameList = "StringListValue", flattened = TRUE, locationName = "StringListValue", type = "list")), BinaryListValues = structure(list(structure(logical(0), tags = list(locationName = "BinaryListValue", type = "blob"))), tags = list(locationNameList = "BinaryListValue", flattened = TRUE, locationName = "BinaryListValue", type = "list")), DataType = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Value", type = "structure"))), tags = list(locationNameKey = "Name", locationNameValue = "Value", locationName = "MessageAttribute", type = "map", flattened = TRUE))), tags = list(locationName = "Message", type = "structure"))), tags = list(locationNameList = "Message", type = "list", flattened = TRUE))), tags = list(type = "structure", resultWrapper = "ReceiveMessageResult"))
  return(populate(args, shape))
}

.sqs$remove_permission_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QueueUrl = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sqs$remove_permission_output <- function(...) {
  list()
}

.sqs$send_message_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QueueUrl = structure(logical(0), tags = list(type = "string")), MessageBody = structure(logical(0), tags = list(type = "string")), DelaySeconds = structure(logical(0), tags = list(type = "integer")), MessageAttributes = structure(list(structure(list(StringValue = structure(logical(0), tags = list(type = "string")), BinaryValue = structure(logical(0), tags = list(type = "blob")), StringListValues = structure(list(structure(logical(0), tags = list(locationName = "StringListValue", type = "string"))), tags = list(locationNameList = "StringListValue", flattened = TRUE, locationName = "StringListValue", type = "list")), BinaryListValues = structure(list(structure(logical(0), tags = list(locationName = "BinaryListValue", type = "blob"))), tags = list(locationNameList = "BinaryListValue", flattened = TRUE, locationName = "BinaryListValue", type = "list")), DataType = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Value", type = "structure"))), tags = list(locationNameKey = "Name", locationNameValue = "Value", locationName = "MessageAttribute", type = "map", flattened = TRUE)), MessageSystemAttributes = structure(list(structure(list(StringValue = structure(logical(0), tags = list(type = "string")), BinaryValue = structure(logical(0), tags = list(type = "blob")), StringListValues = structure(list(structure(logical(0), tags = list(locationName = "StringListValue", type = "string"))), tags = list(locationNameList = "StringListValue", flattened = TRUE, locationName = "StringListValue", type = "list")), BinaryListValues = structure(list(structure(logical(0), tags = list(locationName = "BinaryListValue", type = "blob"))), tags = list(locationNameList = "BinaryListValue", flattened = TRUE, locationName = "BinaryListValue", type = "list")), DataType = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Value", type = "structure"))), tags = list(locationNameKey = "Name", locationNameValue = "Value", locationName = "MessageSystemAttribute", type = "map", flattened = TRUE)), MessageDeduplicationId = structure(logical(0), tags = list(type = "string")), MessageGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sqs$send_message_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MD5OfMessageBody = structure(logical(0), tags = list(type = "string")), MD5OfMessageAttributes = structure(logical(0), tags = list(type = "string")), MD5OfMessageSystemAttributes = structure(logical(0), tags = list(type = "string")), MessageId = structure(logical(0), tags = list(type = "string")), SequenceNumber = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "SendMessageResult"))
  return(populate(args, shape))
}

.sqs$send_message_batch_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QueueUrl = structure(logical(0), tags = list(type = "string")), Entries = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), MessageBody = structure(logical(0), tags = list(type = "string")), DelaySeconds = structure(logical(0), tags = list(type = "integer")), MessageAttributes = structure(list(structure(list(StringValue = structure(logical(0), tags = list(type = "string")), BinaryValue = structure(logical(0), tags = list(type = "blob")), StringListValues = structure(list(structure(logical(0), tags = list(locationName = "StringListValue", type = "string"))), tags = list(locationNameList = "StringListValue", flattened = TRUE, locationName = "StringListValue", type = "list")), BinaryListValues = structure(list(structure(logical(0), tags = list(locationName = "BinaryListValue", type = "blob"))), tags = list(locationNameList = "BinaryListValue", flattened = TRUE, locationName = "BinaryListValue", type = "list")), DataType = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Value", type = "structure"))), tags = list(locationNameKey = "Name", locationNameValue = "Value", locationName = "MessageAttribute", type = "map", flattened = TRUE)), MessageSystemAttributes = structure(list(structure(list(StringValue = structure(logical(0), tags = list(type = "string")), BinaryValue = structure(logical(0), tags = list(type = "blob")), StringListValues = structure(list(structure(logical(0), tags = list(locationName = "StringListValue", type = "string"))), tags = list(locationNameList = "StringListValue", flattened = TRUE, locationName = "StringListValue", type = "list")), BinaryListValues = structure(list(structure(logical(0), tags = list(locationName = "BinaryListValue", type = "blob"))), tags = list(locationNameList = "BinaryListValue", flattened = TRUE, locationName = "BinaryListValue", type = "list")), DataType = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Value", type = "structure"))), tags = list(locationNameKey = "Name", locationNameValue = "Value", locationName = "MessageSystemAttribute", type = "map", flattened = TRUE)), MessageDeduplicationId = structure(logical(0), tags = list(type = "string")), MessageGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "SendMessageBatchRequestEntry", type = "structure"))), tags = list(locationNameList = "SendMessageBatchRequestEntry", type = "list", flattened = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sqs$send_message_batch_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Successful = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), MessageId = structure(logical(0), tags = list(type = "string")), MD5OfMessageBody = structure(logical(0), tags = list(type = "string")), MD5OfMessageAttributes = structure(logical(0), tags = list(type = "string")), MD5OfMessageSystemAttributes = structure(logical(0), tags = list(type = "string")), SequenceNumber = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "SendMessageBatchResultEntry", type = "structure"))), tags = list(locationNameList = "SendMessageBatchResultEntry", type = "list", flattened = TRUE)), Failed = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), SenderFault = structure(logical(0), tags = list(type = "boolean")), Code = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "BatchResultErrorEntry", type = "structure"))), tags = list(locationNameList = "BatchResultErrorEntry", type = "list", flattened = TRUE))), tags = list(type = "structure", resultWrapper = "SendMessageBatchResult"))
  return(populate(args, shape))
}

.sqs$set_queue_attributes_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QueueUrl = structure(logical(0), tags = list(type = "string")), Attributes = structure(list(structure(logical(0), tags = list(locationName = "Value", type = "string"))), tags = list(locationNameKey = "Name", locationNameValue = "Value", type = "map", flattened = TRUE, locationName = "Attribute"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sqs$set_queue_attributes_output <- function(...) {
  list()
}

.sqs$start_message_move_task_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SourceArn = structure(logical(0), tags = list(type = "string")), DestinationArn = structure(logical(0), tags = list(type = "string")), MaxNumberOfMessagesPerSecond = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sqs$start_message_move_task_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(TaskHandle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "StartMessageMoveTaskResult"))
  return(populate(args, shape))
}

.sqs$tag_queue_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QueueUrl = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(locationName = "Value", type = "string"))), tags = list(locationNameKey = "Key", locationNameValue = "Value", type = "map", flattened = TRUE, locationName = "Tag"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sqs$tag_queue_output <- function(...) {
  list()
}

.sqs$untag_queue_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(QueueUrl = structure(logical(0), tags = list(type = "string")), TagKeys = structure(list(structure(logical(0), tags = list(locationName = "TagKey", type = "string"))), tags = list(locationNameList = "TagKey", type = "list", flattened = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sqs$untag_queue_output <- function(...) {
  list()
}

Try the paws.application.integration package in your browser

Any scripts or data that you put into this service are public.

paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.