
models.sqs-2012-11-05-intermediate.json Maven / Gradle / Ivy
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"verifiedSimpleMethods" : [ ]
},
"metadata" : {
"apiVersion" : "2012-11-05",
"asyncBuilder" : "DefaultSqsAsyncClientBuilder",
"asyncBuilderInterface" : "SqsAsyncClientBuilder",
"asyncClient" : "DefaultSqsAsyncClient",
"asyncInterface" : "SqsAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultSqsBaseClientBuilder",
"baseBuilderInterface" : "SqsBaseClientBuilder",
"baseExceptionName" : "SqsException",
"baseRequestName" : "SqsRequest",
"baseResponseName" : "SqsResponse",
"cborProtocol" : false,
"clientPackageName" : "sqs",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "Amazon SQS",
"documentation" : "Welcome to the Amazon Simple Queue Service API Reference.
Amazon Simple Queue Service (Amazon SQS) is a reliable, highly-scalable hosted queue for storing messages as they travel between applications or microservices. Amazon SQS moves data between distributed application components and helps you decouple these components.
Standard queues are available in all regions. FIFO queues are available in the US East (N. Virginia), US East (Ohio), US West (Oregon), and EU (Ireland) regions.
You can use AWS SDKs to access Amazon SQS using your favorite programming language. The SDKs perform tasks such as the following automatically:
-
Cryptographically sign your service requests
-
Retry requests
-
Handle error responses
Additional Information
-
-
Amazon Simple Queue Service Developer Guide
-
-
Amazon Web Services General Reference
",
"endpointPrefix" : "sqs",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.sqs",
"fullModelPackageName" : "software.amazon.awssdk.services.sqs.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.sqs.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.sqs.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.sqs.transform",
"ionProtocol" : false,
"jsonProtocol" : false,
"jsonVersion" : null,
"modelPackageName" : "sqs.model",
"paginatorsPackageName" : "sqs.paginators",
"protocol" : "query",
"requestTransformPackageName" : "sqs.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceName" : "Sqs",
"signingName" : "sqs",
"syncBuilder" : "DefaultSqsClientBuilder",
"syncBuilderInterface" : "SqsClientBuilder",
"syncClient" : "DefaultSqsClient",
"syncInterface" : "SqsClient",
"transformPackageName" : "sqs.transform",
"uid" : "sqs-2012-11-05",
"xmlProtocol" : true
},
"operations" : {
"AddPermission" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds a permission to a queue for a specific principal. This allows sharing access to the queue.
When you create a queue, you have full control access rights for the queue. Only you, the owner of the queue, can grant or deny permissions to the queue. For more information about these permissions, see Allow Developers to Write Messages to a Shared Queue in the Amazon Simple Queue Service Developer Guide.
AddPermission
writes an Amazon-SQS-generated policy. If you want to write your own policy, use SetQueueAttributes
to upload your policy. For more information about writing your own policy, see Using Custom Policies with the Amazon SQS Access Policy Language in the Amazon Simple Queue Service Developer Guide.
An Amazon SQS policy can have a maximum of 7 actions.
Some actions take lists of parameters. These lists are specified using the param.n
notation. Values of n
are integers starting from 1. For example, a parameter list with two elements looks like this:
&Attribute.1=first
&Attribute.2=second
Cross-account permissions don't apply to this action. For more information, see see Grant Cross-Account Permissions to a Role and a User Name in the Amazon Simple Queue Service Developer Guide.
",
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "OverLimitException",
"documentation" : "The specified action violates a limit. For example, ReceiveMessage
returns this error if the maximum number of inflight messages is reached and AddPermission
returns this error if the maximum number of permissions for the queue is reached.
",
"httpStatusCode" : 403
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AddPermissionRequest",
"variableName" : "addPermissionRequest",
"variableType" : "AddPermissionRequest",
"documentation" : "",
"simpleType" : "AddPermissionRequest",
"variableSetterType" : "AddPermissionRequest"
},
"methodName" : "addPermission",
"operationName" : "AddPermission",
"paginated" : false,
"returnType" : {
"returnType" : "AddPermissionResponse",
"documentation" : null
},
"syncReturnType" : "AddPermissionResponse"
},
"ChangeMessageVisibility" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Changes the visibility timeout of a specified message in a queue to a new value. The maximum allowed timeout value is 12 hours. For more information, see Visibility Timeout in the Amazon Simple Queue Service Developer Guide.
For example, you have a message with a visibility timeout of 5 minutes. After 3 minutes, you call ChangeMessageVisibility
with a timeout of 10 minutes. You can continue to call ChangeMessageVisibility
to extend the visibility timeout to a maximum of 12 hours. If you try to extend the visibility timeout beyond 12 hours, your request is rejected.
A message is considered to be in flight after it's received from a queue by a consumer, but not yet deleted from the queue.
For standard queues, there can be a maximum of 120,000 inflight messages per queue. If you reach this limit, Amazon SQS returns the OverLimit
error message. To avoid reaching the limit, you should delete messages from the queue after they're processed. You can also increase the number of queues you use to process your messages.
For FIFO queues, there can be a maximum of 20,000 inflight messages per queue. If you reach this limit, Amazon SQS returns no error messages.
If you attempt to set the VisibilityTimeout
to a value greater than the maximum time left, Amazon SQS returns an error. Amazon SQS doesn't automatically recalculate and increase the timeout to the maximum remaining time.
Unlike with a queue, when you change the visibility timeout for a specific message the timeout value is applied immediately but isn't saved in memory for that message. If you don't delete a message after it is received, the visibility timeout for the message reverts to the original timeout value (not to the value you set using the ChangeMessageVisibility
action) the next time the message is received.
",
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "MessageNotInflightException",
"documentation" : "The specified message isn't in flight.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ReceiptHandleIsInvalidException",
"documentation" : "The specified receipt handle isn't valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ChangeMessageVisibilityRequest",
"variableName" : "changeMessageVisibilityRequest",
"variableType" : "ChangeMessageVisibilityRequest",
"documentation" : "",
"simpleType" : "ChangeMessageVisibilityRequest",
"variableSetterType" : "ChangeMessageVisibilityRequest"
},
"methodName" : "changeMessageVisibility",
"operationName" : "ChangeMessageVisibility",
"paginated" : false,
"returnType" : {
"returnType" : "ChangeMessageVisibilityResponse",
"documentation" : null
},
"syncReturnType" : "ChangeMessageVisibilityResponse"
},
"ChangeMessageVisibilityBatch" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Changes the visibility timeout of multiple messages. This is a batch version of ChangeMessageVisibility.
The result of the action on each message is reported individually in the response. You can send up to 10 ChangeMessageVisibility
requests with each ChangeMessageVisibilityBatch
action.
Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200
.
Some actions take lists of parameters. These lists are specified using the param.n
notation. Values of n
are integers starting from 1. For example, a parameter list with two elements looks like this:
&Attribute.1=first
&Attribute.2=second
",
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "TooManyEntriesInBatchRequestException",
"documentation" : "The batch request contains more entries than permissible.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "EmptyBatchRequestException",
"documentation" : "The batch request doesn't contain any entries.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "BatchEntryIdsNotDistinctException",
"documentation" : "Two or more batch entries in the request have the same Id
.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidBatchEntryIdException",
"documentation" : "The Id
of a batch entry in a batch request doesn't abide by the specification.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ChangeMessageVisibilityBatchRequest",
"variableName" : "changeMessageVisibilityBatchRequest",
"variableType" : "ChangeMessageVisibilityBatchRequest",
"documentation" : "",
"simpleType" : "ChangeMessageVisibilityBatchRequest",
"variableSetterType" : "ChangeMessageVisibilityBatchRequest"
},
"methodName" : "changeMessageVisibilityBatch",
"operationName" : "ChangeMessageVisibilityBatch",
"paginated" : false,
"returnType" : {
"returnType" : "ChangeMessageVisibilityBatchResponse",
"documentation" : "For each message in the batch, the response contains a ChangeMessageVisibilityBatchResultEntry
tag if the message succeeds or a BatchResultErrorEntry
tag if the message fails.
"
},
"syncReturnType" : "ChangeMessageVisibilityBatchResponse"
},
"CreateQueue" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new standard or FIFO queue. You can pass one or more attributes in the request. Keep the following caveats in mind:
-
If you don't specify the FifoQueue
attribute, Amazon SQS creates a standard queue.
You can't change the queue type after you create it and you can't convert an existing standard queue into a FIFO queue. You must either create a new FIFO queue for your application or delete your existing standard queue and recreate it as a FIFO queue. For more information, see Moving From a Standard Queue to a FIFO Queue in the Amazon Simple Queue Service Developer Guide.
-
If you don't provide a value for an attribute, the queue is created with the default value for the attribute.
-
If you delete a queue, you must wait at least 60 seconds before creating a queue with the same name.
To successfully create a new queue, you must provide a queue name that adheres to the limits related to queues and is unique within the scope of your queues.
To get the queue URL, use the GetQueueUrl
action. GetQueueUrl
requires only the QueueName
parameter. be aware of existing queue names:
-
If you provide the name of an existing queue along with the exact names and values of all the queue's attributes, CreateQueue
returns the queue URL for the existing queue.
-
If the queue name, attribute names, or attribute values don't match an existing queue, CreateQueue
returns an error.
Some actions take lists of parameters. These lists are specified using the param.n
notation. Values of n
are integers starting from 1. For example, a parameter list with two elements looks like this:
&Attribute.1=first
&Attribute.2=second
Cross-account permissions don't apply to this action. For more information, see see Grant Cross-Account Permissions to a Role and a User Name in the Amazon Simple Queue Service Developer Guide.
",
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "QueueDeletedRecentlyException",
"documentation" : "You must wait 60 seconds after deleting a queue before you can create another queue with the same name.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "QueueNameExistsException",
"documentation" : "A queue with this name already exists. Amazon SQS returns this error only if the request includes attributes whose values differ from those of the existing queue.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateQueueRequest",
"variableName" : "createQueueRequest",
"variableType" : "CreateQueueRequest",
"documentation" : "",
"simpleType" : "CreateQueueRequest",
"variableSetterType" : "CreateQueueRequest"
},
"methodName" : "createQueue",
"operationName" : "CreateQueue",
"paginated" : false,
"returnType" : {
"returnType" : "CreateQueueResponse",
"documentation" : "Returns the QueueUrl
attribute of the created queue.
"
},
"syncReturnType" : "CreateQueueResponse"
},
"DeleteMessage" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified message from the specified queue. To select the message to delete, use the ReceiptHandle
of the message (not the MessageId
which you receive when you send the message). Amazon SQS can delete a message from a queue even if a visibility timeout setting causes the message to be locked by another consumer. Amazon SQS automatically deletes messages left in a queue longer than the retention period configured for the queue.
The ReceiptHandle
is associated with a specific instance of receiving a message. If you receive a message more than once, the ReceiptHandle
is different each time you receive a message. When you use the DeleteMessage
action, you must provide the most recently received ReceiptHandle
for the message (otherwise, the request succeeds, but the message might not be deleted).
For standard queues, it is possible to receive a message even after you delete it. This might happen on rare occasions if one of the servers which stores a copy of the message is unavailable when you send the request to delete the message. The copy remains on the server and might be returned to you during a subsequent receive request. You should ensure that your application is idempotent, so that receiving a message more than once does not cause issues.
",
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidIdFormatException",
"documentation" : "The specified receipt handle isn't valid for the current version.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ReceiptHandleIsInvalidException",
"documentation" : "The specified receipt handle isn't valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteMessageRequest",
"variableName" : "deleteMessageRequest",
"variableType" : "DeleteMessageRequest",
"documentation" : "",
"simpleType" : "DeleteMessageRequest",
"variableSetterType" : "DeleteMessageRequest"
},
"methodName" : "deleteMessage",
"operationName" : "DeleteMessage",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteMessageResponse",
"documentation" : null
},
"syncReturnType" : "DeleteMessageResponse"
},
"DeleteMessageBatch" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes up to ten messages from the specified queue. This is a batch version of DeleteMessage.
The result of the action on each message is reported individually in the response.
Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200
.
Some actions take lists of parameters. These lists are specified using the param.n
notation. Values of n
are integers starting from 1. For example, a parameter list with two elements looks like this:
&Attribute.1=first
&Attribute.2=second
",
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "TooManyEntriesInBatchRequestException",
"documentation" : "The batch request contains more entries than permissible.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "EmptyBatchRequestException",
"documentation" : "The batch request doesn't contain any entries.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "BatchEntryIdsNotDistinctException",
"documentation" : "Two or more batch entries in the request have the same Id
.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidBatchEntryIdException",
"documentation" : "The Id
of a batch entry in a batch request doesn't abide by the specification.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteMessageBatchRequest",
"variableName" : "deleteMessageBatchRequest",
"variableType" : "DeleteMessageBatchRequest",
"documentation" : "",
"simpleType" : "DeleteMessageBatchRequest",
"variableSetterType" : "DeleteMessageBatchRequest"
},
"methodName" : "deleteMessageBatch",
"operationName" : "DeleteMessageBatch",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteMessageBatchResponse",
"documentation" : "For each message in the batch, the response contains a DeleteMessageBatchResultEntry
tag if the message is deleted or a BatchResultErrorEntry
tag if the message can't be deleted.
"
},
"syncReturnType" : "DeleteMessageBatchResponse"
},
"DeleteQueue" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the queue specified by the QueueUrl
, regardless of the queue's contents. If the specified queue doesn't exist, Amazon SQS returns a successful response.
Be careful with the DeleteQueue
action: When you delete a queue, any messages in the queue are no longer available.
When you delete a queue, the deletion process takes up to 60 seconds. Requests you send involving that queue during the 60 seconds might succeed. For example, a SendMessage
request might succeed, but after 60 seconds the queue and the message you sent no longer exist.
When you delete a queue, you must wait at least 60 seconds before creating a queue with the same name.
Cross-account permissions don't apply to this action. For more information, see see Grant Cross-Account Permissions to a Role and a User Name in the Amazon Simple Queue Service Developer Guide.
",
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteQueueRequest",
"variableName" : "deleteQueueRequest",
"variableType" : "DeleteQueueRequest",
"documentation" : "",
"simpleType" : "DeleteQueueRequest",
"variableSetterType" : "DeleteQueueRequest"
},
"methodName" : "deleteQueue",
"operationName" : "DeleteQueue",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteQueueResponse",
"documentation" : null
},
"syncReturnType" : "DeleteQueueResponse"
},
"GetQueueAttributes" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets attributes for the specified queue.
To determine whether a queue is FIFO, you can check whether QueueName
ends with the .fifo
suffix.
Some actions take lists of parameters. These lists are specified using the param.n
notation. Values of n
are integers starting from 1. For example, a parameter list with two elements looks like this:
&Attribute.1=first
&Attribute.2=second
",
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidAttributeNameException",
"documentation" : "The specified attribute doesn't exist.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetQueueAttributesRequest",
"variableName" : "getQueueAttributesRequest",
"variableType" : "GetQueueAttributesRequest",
"documentation" : "",
"simpleType" : "GetQueueAttributesRequest",
"variableSetterType" : "GetQueueAttributesRequest"
},
"methodName" : "getQueueAttributes",
"operationName" : "GetQueueAttributes",
"paginated" : false,
"returnType" : {
"returnType" : "GetQueueAttributesResponse",
"documentation" : "A list of returned queue attributes.
"
},
"syncReturnType" : "GetQueueAttributesResponse"
},
"GetQueueUrl" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the URL of an existing Amazon SQS queue.
To access a queue that belongs to another AWS account, use the QueueOwnerAWSAccountId
parameter to specify the account ID of the queue's owner. The queue's owner must grant you permission to access the queue. For more information about shared queue access, see AddPermission
or see Allow Developers to Write Messages to a Shared Queue in the Amazon Simple Queue Service Developer Guide.
",
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "QueueDoesNotExistException",
"documentation" : "The specified queue doesn't exist.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetQueueUrlRequest",
"variableName" : "getQueueUrlRequest",
"variableType" : "GetQueueUrlRequest",
"documentation" : "",
"simpleType" : "GetQueueUrlRequest",
"variableSetterType" : "GetQueueUrlRequest"
},
"methodName" : "getQueueUrl",
"operationName" : "GetQueueUrl",
"paginated" : false,
"returnType" : {
"returnType" : "GetQueueUrlResponse",
"documentation" : "For more information, see Interpreting Responses in the Amazon Simple Queue Service Developer Guide.
"
},
"syncReturnType" : "GetQueueUrlResponse"
},
"ListDeadLetterSourceQueues" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of your queues that have the RedrivePolicy
queue attribute configured with a dead-letter queue.
For more information about using dead-letter queues, see Using Amazon SQS Dead-Letter Queues in the Amazon Simple Queue Service Developer Guide.
",
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "QueueDoesNotExistException",
"documentation" : "The specified queue doesn't exist.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListDeadLetterSourceQueuesRequest",
"variableName" : "listDeadLetterSourceQueuesRequest",
"variableType" : "ListDeadLetterSourceQueuesRequest",
"documentation" : "",
"simpleType" : "ListDeadLetterSourceQueuesRequest",
"variableSetterType" : "ListDeadLetterSourceQueuesRequest"
},
"methodName" : "listDeadLetterSourceQueues",
"operationName" : "ListDeadLetterSourceQueues",
"paginated" : false,
"returnType" : {
"returnType" : "ListDeadLetterSourceQueuesResponse",
"documentation" : "A list of your dead letter source queues.
"
},
"syncReturnType" : "ListDeadLetterSourceQueuesResponse"
},
"ListQueueTags" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "List all cost allocation tags added to the specified Amazon SQS queue. For an overview, see Tagging Your Amazon SQS Queues in the Amazon Simple Queue Service Developer Guide.
When you use queue tags, keep the following guidelines in mind:
-
Adding more than 50 tags to a queue isn't recommended.
-
Tags don't have any semantic meaning. Amazon SQS interprets tags as character strings.
-
Tags are case-sensitive.
-
A new tag with a key identical to that of an existing tag overwrites the existing tag.
-
Tagging actions are limited to 5 TPS per AWS account. If your application requires a higher throughput, file a technical support request.
For a full list of tag restrictions, see Limits Related to Queues in the Amazon Simple Queue Service Developer Guide.
Cross-account permissions don't apply to this action. For more information, see see Grant Cross-Account Permissions to a Role and a User Name in the Amazon Simple Queue Service Developer Guide.
",
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListQueueTagsRequest",
"variableName" : "listQueueTagsRequest",
"variableType" : "ListQueueTagsRequest",
"documentation" : "",
"simpleType" : "ListQueueTagsRequest",
"variableSetterType" : "ListQueueTagsRequest"
},
"methodName" : "listQueueTags",
"operationName" : "ListQueueTags",
"paginated" : false,
"returnType" : {
"returnType" : "ListQueueTagsResponse",
"documentation" : null
},
"syncReturnType" : "ListQueueTagsResponse"
},
"ListQueues" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of your queues. The maximum number of queues that can be returned is 1,000. If you specify a value for the optional QueueNamePrefix
parameter, only queues with a name that begins with the specified value are returned.
Cross-account permissions don't apply to this action. For more information, see see Grant Cross-Account Permissions to a Role and a User Name in the Amazon Simple Queue Service Developer Guide.
",
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListQueuesRequest",
"variableName" : "listQueuesRequest",
"variableType" : "ListQueuesRequest",
"documentation" : "",
"simpleType" : "ListQueuesRequest",
"variableSetterType" : "ListQueuesRequest"
},
"methodName" : "listQueues",
"operationName" : "ListQueues",
"paginated" : false,
"returnType" : {
"returnType" : "ListQueuesResponse",
"documentation" : "A list of your queues.
"
},
"syncReturnType" : "ListQueuesResponse"
},
"PurgeQueue" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the messages in a queue specified by the QueueURL
parameter.
When you use the PurgeQueue
action, you can't retrieve any messages deleted from a queue.
The message deletion process takes up to 60 seconds. We recommend waiting for 60 seconds regardless of your queue's size.
Messages sent to the queue before you call PurgeQueue
might be received but are deleted within the next minute.
Messages sent to the queue after you call PurgeQueue
might be deleted while the queue is being purged.
",
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "QueueDoesNotExistException",
"documentation" : "The specified queue doesn't exist.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "PurgeQueueInProgressException",
"documentation" : "Indicates that the specified queue previously received a PurgeQueue
request within the last 60 seconds (the time it can take to delete the messages in the queue).
",
"httpStatusCode" : 403
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PurgeQueueRequest",
"variableName" : "purgeQueueRequest",
"variableType" : "PurgeQueueRequest",
"documentation" : "",
"simpleType" : "PurgeQueueRequest",
"variableSetterType" : "PurgeQueueRequest"
},
"methodName" : "purgeQueue",
"operationName" : "PurgeQueue",
"paginated" : false,
"returnType" : {
"returnType" : "PurgeQueueResponse",
"documentation" : null
},
"syncReturnType" : "PurgeQueueResponse"
},
"ReceiveMessage" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves one or more messages (up to 10), from the specified queue. Using the WaitTimeSeconds
parameter enables long-poll support. For more information, see Amazon SQS Long Polling in the Amazon Simple Queue Service Developer Guide.
Short poll is the default behavior where a weighted random set of machines is sampled on a ReceiveMessage
call. Thus, only the messages on the sampled machines are returned. If the number of messages in the queue is small (fewer than 1,000), you most likely get fewer messages than you requested per ReceiveMessage
call. If the number of messages in the queue is extremely small, you might not receive any messages in a particular ReceiveMessage
response. If this happens, repeat the request.
For each message returned, the response includes the following:
-
The message body.
-
An MD5 digest of the message body. For information about MD5, see RFC1321.
-
The MessageId
you received when you sent the message to the queue.
-
The receipt handle.
-
The message attributes.
-
An MD5 digest of the message attributes.
The receipt handle is the identifier you must provide when deleting the message. For more information, see Queue and Message Identifiers in the Amazon Simple Queue Service Developer Guide.
You can provide the VisibilityTimeout
parameter in your request. The parameter is applied to the messages that Amazon SQS returns in the response. If you don't include the parameter, the overall visibility timeout for the queue is used for the returned messages. For more information, see Visibility Timeout in the Amazon Simple Queue Service Developer Guide.
A message that isn't deleted or a message whose visibility isn't extended before the visibility timeout expires counts as a failed receive. Depending on the configuration of the queue, the message might be sent to the dead-letter queue.
In the future, new attributes might be added. If you write code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.
",
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "OverLimitException",
"documentation" : "The specified action violates a limit. For example, ReceiveMessage
returns this error if the maximum number of inflight messages is reached and AddPermission
returns this error if the maximum number of permissions for the queue is reached.
",
"httpStatusCode" : 403
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ReceiveMessageRequest",
"variableName" : "receiveMessageRequest",
"variableType" : "ReceiveMessageRequest",
"documentation" : "",
"simpleType" : "ReceiveMessageRequest",
"variableSetterType" : "ReceiveMessageRequest"
},
"methodName" : "receiveMessage",
"operationName" : "ReceiveMessage",
"paginated" : false,
"returnType" : {
"returnType" : "ReceiveMessageResponse",
"documentation" : "A list of received messages.
"
},
"syncReturnType" : "ReceiveMessageResponse"
},
"RemovePermission" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Revokes any permissions in the queue policy that matches the specified Label
parameter.
Only the owner of a queue can remove permissions from it.
Cross-account permissions don't apply to this action. For more information, see see Grant Cross-Account Permissions to a Role and a User Name in the Amazon Simple Queue Service Developer Guide.
",
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RemovePermissionRequest",
"variableName" : "removePermissionRequest",
"variableType" : "RemovePermissionRequest",
"documentation" : "",
"simpleType" : "RemovePermissionRequest",
"variableSetterType" : "RemovePermissionRequest"
},
"methodName" : "removePermission",
"operationName" : "RemovePermission",
"paginated" : false,
"returnType" : {
"returnType" : "RemovePermissionResponse",
"documentation" : null
},
"syncReturnType" : "RemovePermissionResponse"
},
"SendMessage" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Delivers a message to the specified queue.
A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed:
#x9
| #xA
| #xD
| #x20
to #xD7FF
| #xE000
to #xFFFD
| #x10000
to #x10FFFF
Any characters not included in this list will be rejected. For more information, see the W3C specification for characters.
",
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidMessageContentsException",
"documentation" : "The message contains characters outside the allowed set.
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnsupportedOperationException",
"documentation" : "Error code 400. Unsupported operation.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SendMessageRequest",
"variableName" : "sendMessageRequest",
"variableType" : "SendMessageRequest",
"documentation" : "",
"simpleType" : "SendMessageRequest",
"variableSetterType" : "SendMessageRequest"
},
"methodName" : "sendMessage",
"operationName" : "SendMessage",
"paginated" : false,
"returnType" : {
"returnType" : "SendMessageResponse",
"documentation" : "The MD5OfMessageBody
and MessageId
elements.
"
},
"syncReturnType" : "SendMessageResponse"
},
"SendMessageBatch" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Delivers up to ten messages to the specified queue. This is a batch version of SendMessage.
For a FIFO queue, multiple messages within a single batch are enqueued in the order they are sent.
The result of sending each message is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200
.
The maximum allowed individual message size and the maximum total payload size (the sum of the individual lengths of all of the batched messages) are both 256 KB (262,144 bytes).
A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed:
#x9
| #xA
| #xD
| #x20
to #xD7FF
| #xE000
to #xFFFD
| #x10000
to #x10FFFF
Any characters not included in this list will be rejected. For more information, see the W3C specification for characters.
If you don't specify the DelaySeconds
parameter for an entry, Amazon SQS uses the default value for the queue.
Some actions take lists of parameters. These lists are specified using the param.n
notation. Values of n
are integers starting from 1. For example, a parameter list with two elements looks like this:
&Attribute.1=first
&Attribute.2=second
",
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "TooManyEntriesInBatchRequestException",
"documentation" : "The batch request contains more entries than permissible.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "EmptyBatchRequestException",
"documentation" : "The batch request doesn't contain any entries.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "BatchEntryIdsNotDistinctException",
"documentation" : "Two or more batch entries in the request have the same Id
.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "BatchRequestTooLongException",
"documentation" : "The length of all the messages put together is more than the limit.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidBatchEntryIdException",
"documentation" : "The Id
of a batch entry in a batch request doesn't abide by the specification.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnsupportedOperationException",
"documentation" : "Error code 400. Unsupported operation.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SendMessageBatchRequest",
"variableName" : "sendMessageBatchRequest",
"variableType" : "SendMessageBatchRequest",
"documentation" : "",
"simpleType" : "SendMessageBatchRequest",
"variableSetterType" : "SendMessageBatchRequest"
},
"methodName" : "sendMessageBatch",
"operationName" : "SendMessageBatch",
"paginated" : false,
"returnType" : {
"returnType" : "SendMessageBatchResponse",
"documentation" : "For each message in the batch, the response contains a SendMessageBatchResultEntry
tag if the message succeeds or a BatchResultErrorEntry
tag if the message fails.
"
},
"syncReturnType" : "SendMessageBatchResponse"
},
"SetQueueAttributes" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Sets the value of one or more queue attributes. When you change a queue's attributes, the change can take up to 60 seconds for most of the attributes to propagate throughout the Amazon SQS system. Changes made to the MessageRetentionPeriod
attribute can take up to 15 minutes.
In the future, new attributes might be added. If you write code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.
Cross-account permissions don't apply to this action. For more information, see see Grant Cross-Account Permissions to a Role and a User Name in the Amazon Simple Queue Service Developer Guide.
",
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidAttributeNameException",
"documentation" : "The specified attribute doesn't exist.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SetQueueAttributesRequest",
"variableName" : "setQueueAttributesRequest",
"variableType" : "SetQueueAttributesRequest",
"documentation" : "",
"simpleType" : "SetQueueAttributesRequest",
"variableSetterType" : "SetQueueAttributesRequest"
},
"methodName" : "setQueueAttributes",
"operationName" : "SetQueueAttributes",
"paginated" : false,
"returnType" : {
"returnType" : "SetQueueAttributesResponse",
"documentation" : null
},
"syncReturnType" : "SetQueueAttributesResponse"
},
"TagQueue" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Add cost allocation tags to the specified Amazon SQS queue. For an overview, see Tagging Your Amazon SQS Queues in the Amazon Simple Queue Service Developer Guide.
When you use queue tags, keep the following guidelines in mind:
-
Adding more than 50 tags to a queue isn't recommended.
-
Tags don't have any semantic meaning. Amazon SQS interprets tags as character strings.
-
Tags are case-sensitive.
-
A new tag with a key identical to that of an existing tag overwrites the existing tag.
-
Tagging actions are limited to 5 TPS per AWS account. If your application requires a higher throughput, file a technical support request.
For a full list of tag restrictions, see Limits Related to Queues in the Amazon Simple Queue Service Developer Guide.
Cross-account permissions don't apply to this action. For more information, see see Grant Cross-Account Permissions to a Role and a User Name in the Amazon Simple Queue Service Developer Guide.
",
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "TagQueueRequest",
"variableName" : "tagQueueRequest",
"variableType" : "TagQueueRequest",
"documentation" : "",
"simpleType" : "TagQueueRequest",
"variableSetterType" : "TagQueueRequest"
},
"methodName" : "tagQueue",
"operationName" : "TagQueue",
"paginated" : false,
"returnType" : {
"returnType" : "TagQueueResponse",
"documentation" : null
},
"syncReturnType" : "TagQueueResponse"
},
"UntagQueue" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Remove cost allocation tags from the specified Amazon SQS queue. For an overview, see Tagging Your Amazon SQS Queues in the Amazon Simple Queue Service Developer Guide.
When you use queue tags, keep the following guidelines in mind:
-
Adding more than 50 tags to a queue isn't recommended.
-
Tags don't have any semantic meaning. Amazon SQS interprets tags as character strings.
-
Tags are case-sensitive.
-
A new tag with a key identical to that of an existing tag overwrites the existing tag.
-
Tagging actions are limited to 5 TPS per AWS account. If your application requires a higher throughput, file a technical support request.
For a full list of tag restrictions, see Limits Related to Queues in the Amazon Simple Queue Service Developer Guide.
Cross-account permissions don't apply to this action. For more information, see see Grant Cross-Account Permissions to a Role and a User Name in the Amazon Simple Queue Service Developer Guide.
",
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UntagQueueRequest",
"variableName" : "untagQueueRequest",
"variableType" : "UntagQueueRequest",
"documentation" : "",
"simpleType" : "UntagQueueRequest",
"variableSetterType" : "UntagQueueRequest"
},
"methodName" : "untagQueue",
"operationName" : "UntagQueue",
"paginated" : false,
"returnType" : {
"returnType" : "UntagQueueResponse",
"documentation" : null
},
"syncReturnType" : "UntagQueueResponse"
}
},
"shapes" : {
"AddPermissionRequest" : {
"c2jName" : "AddPermissionRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "AddPermission",
"locationName" : null,
"requestUri" : "/",
"target" : "AddPermission",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getQueueUrl",
"beanStyleSetterMethodName" : "setQueueUrl",
"c2jName" : "QueueUrl",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The URL of the Amazon SQS queue to which permissions are added.
Queue URLs and names are case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queueUrl(String)}.\n@param queueUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queueUrl(String)",
"deprecated" : false,
"documentation" : "The URL of the Amazon SQS queue to which permissions are added.
Queue URLs and names are case-sensitive.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "queueUrl",
"fluentSetterDocumentation" : "The URL of the Amazon SQS queue to which permissions are added.
Queue URLs and names are case-sensitive.
\n@param queueUrl The URL of the Amazon SQS queue to which permissions are added. Queue URLs and names are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "queueUrl",
"getterDocumentation" : "
The URL of the Amazon SQS queue to which permissions are added.
Queue URLs and names are case-sensitive.
\n@return The URL of the Amazon SQS queue to which permissions are added. Queue URLs and names are case-sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "QueueUrl",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "QueueUrl",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "QueueUrl",
"setterDocumentation" : "
The URL of the Amazon SQS queue to which permissions are added.
Queue URLs and names are case-sensitive.
\n@param queueUrl The URL of the Amazon SQS queue to which permissions are added. Queue URLs and names are case-sensitive.",
"setterMethodName" : "setQueueUrl",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "queueUrl",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "queueUrl",
"variableType" : "String",
"documentation" : "
The URL of the Amazon SQS queue to which permissions are added.
Queue URLs and names are case-sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLabel",
"beanStyleSetterMethodName" : "setLabel",
"c2jName" : "Label",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #label(String)}.\n@param label a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #label(String)",
"deprecated" : false,
"documentation" : "The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "label",
"fluentSetterDocumentation" : "The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).
\n@param label The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "label",
"getterDocumentation" : "The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).
\n@return The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Label",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Label",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Label",
"setterDocumentation" : "The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).
\n@param label The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).",
"setterMethodName" : "setLabel",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "label",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "label",
"variableType" : "String",
"documentation" : "The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAwsAccountIds",
"beanStyleSetterMethodName" : "setAwsAccountIds",
"c2jName" : "AWSAccountIds",
"c2jShape" : "AWSAccountIdList",
"defaultConsumerFluentSetterDocumentation" : "The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #awsAccountIds(List)}.\n@param awsAccountIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #awsAccountIds(List)",
"deprecated" : false,
"documentation" : "The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "awsAccountIds",
"fluentSetterDocumentation" : "The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.
\n@param awsAccountIds The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "awsAccountIds",
"getterDocumentation" : "The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AWSAccountId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AWSAccountId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AWSAccountId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AWSAccountId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "AWSAccountId",
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AWSAccountIds",
"setterDocumentation" : "The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.
\n@param awsAccountIds The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.",
"setterMethodName" : "setAwsAccountIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "awsAccountIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "awsAccountIds",
"variableType" : "java.util.List",
"documentation" : "The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getActions",
"beanStyleSetterMethodName" : "setActions",
"c2jName" : "Actions",
"c2jShape" : "ActionNameList",
"defaultConsumerFluentSetterDocumentation" : "The action the client wants to allow for the specified principal. Valid values: the name of any action or *
.
For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #actions(List)}.\n@param actions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #actions(List)",
"deprecated" : false,
"documentation" : "The action the client wants to allow for the specified principal. Valid values: the name of any action or *
.
For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "actions",
"fluentSetterDocumentation" : "The action the client wants to allow for the specified principal. Valid values: the name of any action or *
.
For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.
\n@param actions The action the client wants to allow for the specified principal. Valid values: the name of any action or *
. For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "actions",
"getterDocumentation" : "
The action the client wants to allow for the specified principal. Valid values: the name of any action or *
.
For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The action the client wants to allow for the specified principal. Valid values: the name of any action or *
. For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ActionName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ActionName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ActionName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ActionName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "ActionName",
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Actions",
"setterDocumentation" : "The action the client wants to allow for the specified principal. Valid values: the name of any action or *
.
For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.
\n@param actions The action the client wants to allow for the specified principal. Valid values: the name of any action or *
.
For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.",
"setterMethodName" : "setActions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "actions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "actions",
"variableType" : "java.util.List",
"documentation" : "The action the client wants to allow for the specified principal. Valid values: the name of any action or *
.
For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AWSAccountIds" : {
"beanStyleGetterMethodName" : "getAwsAccountIds",
"beanStyleSetterMethodName" : "setAwsAccountIds",
"c2jName" : "AWSAccountIds",
"c2jShape" : "AWSAccountIdList",
"defaultConsumerFluentSetterDocumentation" : "The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #awsAccountIds(List)}.\n@param awsAccountIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #awsAccountIds(List)",
"deprecated" : false,
"documentation" : "The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "awsAccountIds",
"fluentSetterDocumentation" : "The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.
\n@param awsAccountIds The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "awsAccountIds",
"getterDocumentation" : "The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AWSAccountId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AWSAccountId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AWSAccountId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AWSAccountId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "AWSAccountId",
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AWSAccountIds",
"setterDocumentation" : "The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.
\n@param awsAccountIds The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.",
"setterMethodName" : "setAwsAccountIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "awsAccountIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "awsAccountIds",
"variableType" : "java.util.List",
"documentation" : "The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Actions" : {
"beanStyleGetterMethodName" : "getActions",
"beanStyleSetterMethodName" : "setActions",
"c2jName" : "Actions",
"c2jShape" : "ActionNameList",
"defaultConsumerFluentSetterDocumentation" : "The action the client wants to allow for the specified principal. Valid values: the name of any action or *
.
For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #actions(List)}.\n@param actions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #actions(List)",
"deprecated" : false,
"documentation" : "The action the client wants to allow for the specified principal. Valid values: the name of any action or *
.
For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "actions",
"fluentSetterDocumentation" : "The action the client wants to allow for the specified principal. Valid values: the name of any action or *
.
For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.
\n@param actions The action the client wants to allow for the specified principal. Valid values: the name of any action or *
.
For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "actions",
"getterDocumentation" : "
The action the client wants to allow for the specified principal. Valid values: the name of any action or *
.
For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The action the client wants to allow for the specified principal. Valid values: the name of any action or *
. For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ActionName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ActionName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ActionName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ActionName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "ActionName",
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Actions",
"setterDocumentation" : "The action the client wants to allow for the specified principal. Valid values: the name of any action or *
.
For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.
\n@param actions The action the client wants to allow for the specified principal. Valid values: the name of any action or *
.
For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.",
"setterMethodName" : "setActions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "actions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "actions",
"variableType" : "java.util.List",
"documentation" : "The action the client wants to allow for the specified principal. Valid values: the name of any action or *
.
For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Label" : {
"beanStyleGetterMethodName" : "getLabel",
"beanStyleSetterMethodName" : "setLabel",
"c2jName" : "Label",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #label(String)}.\n@param label a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #label(String)",
"deprecated" : false,
"documentation" : "The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "label",
"fluentSetterDocumentation" : "The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).
\n@param label The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "label",
"getterDocumentation" : "The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).
\n@return The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Label",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Label",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Label",
"setterDocumentation" : "The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).
\n@param label The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).",
"setterMethodName" : "setLabel",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "label",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "label",
"variableType" : "String",
"documentation" : "The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"QueueUrl" : {
"beanStyleGetterMethodName" : "getQueueUrl",
"beanStyleSetterMethodName" : "setQueueUrl",
"c2jName" : "QueueUrl",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The URL of the Amazon SQS queue to which permissions are added.
Queue URLs and names are case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queueUrl(String)}.\n@param queueUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queueUrl(String)",
"deprecated" : false,
"documentation" : "The URL of the Amazon SQS queue to which permissions are added.
Queue URLs and names are case-sensitive.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "queueUrl",
"fluentSetterDocumentation" : "The URL of the Amazon SQS queue to which permissions are added.
Queue URLs and names are case-sensitive.
\n@param queueUrl The URL of the Amazon SQS queue to which permissions are added.
Queue URLs and names are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "queueUrl",
"getterDocumentation" : "
The URL of the Amazon SQS queue to which permissions are added.
Queue URLs and names are case-sensitive.
\n@return The URL of the Amazon SQS queue to which permissions are added. Queue URLs and names are case-sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "QueueUrl",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "QueueUrl",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "QueueUrl",
"setterDocumentation" : "
The URL of the Amazon SQS queue to which permissions are added.
Queue URLs and names are case-sensitive.
\n@param queueUrl The URL of the Amazon SQS queue to which permissions are added. Queue URLs and names are case-sensitive.",
"setterMethodName" : "setQueueUrl",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "queueUrl",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "queueUrl",
"variableType" : "String",
"documentation" : "
The URL of the Amazon SQS queue to which permissions are added.
Queue URLs and names are case-sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getQueueUrl",
"beanStyleSetterMethodName" : "setQueueUrl",
"c2jName" : "QueueUrl",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The URL of the Amazon SQS queue to which permissions are added.
Queue URLs and names are case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queueUrl(String)}.\n@param queueUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queueUrl(String)",
"deprecated" : false,
"documentation" : "The URL of the Amazon SQS queue to which permissions are added.
Queue URLs and names are case-sensitive.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "queueUrl",
"fluentSetterDocumentation" : "The URL of the Amazon SQS queue to which permissions are added.
Queue URLs and names are case-sensitive.
\n@param queueUrl The URL of the Amazon SQS queue to which permissions are added. Queue URLs and names are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "queueUrl",
"getterDocumentation" : "
The URL of the Amazon SQS queue to which permissions are added.
Queue URLs and names are case-sensitive.
\n@return The URL of the Amazon SQS queue to which permissions are added. Queue URLs and names are case-sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "QueueUrl",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "QueueUrl",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "QueueUrl",
"setterDocumentation" : "
The URL of the Amazon SQS queue to which permissions are added.
Queue URLs and names are case-sensitive.
\n@param queueUrl The URL of the Amazon SQS queue to which permissions are added. Queue URLs and names are case-sensitive.",
"setterMethodName" : "setQueueUrl",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "queueUrl",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "queueUrl",
"variableType" : "String",
"documentation" : "
The URL of the Amazon SQS queue to which permissions are added.
Queue URLs and names are case-sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLabel",
"beanStyleSetterMethodName" : "setLabel",
"c2jName" : "Label",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #label(String)}.\n@param label a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #label(String)",
"deprecated" : false,
"documentation" : "The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "label",
"fluentSetterDocumentation" : "The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).
\n@param label The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "label",
"getterDocumentation" : "The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).
\n@return The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Label",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Label",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Label",
"setterDocumentation" : "The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).
\n@param label The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).",
"setterMethodName" : "setLabel",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "label",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "label",
"variableType" : "String",
"documentation" : "The unique identification of the permission you're setting (for example, AliceSendMessage
). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-
), and underscores (_
).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAwsAccountIds",
"beanStyleSetterMethodName" : "setAwsAccountIds",
"c2jName" : "AWSAccountIds",
"c2jShape" : "AWSAccountIdList",
"defaultConsumerFluentSetterDocumentation" : "The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #awsAccountIds(List)}.\n@param awsAccountIds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #awsAccountIds(List)",
"deprecated" : false,
"documentation" : "The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "awsAccountIds",
"fluentSetterDocumentation" : "The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.
\n@param awsAccountIds The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "awsAccountIds",
"getterDocumentation" : "The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AWSAccountId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AWSAccountId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AWSAccountId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AWSAccountId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "AWSAccountId",
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AWSAccountIds",
"setterDocumentation" : "The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.
\n@param awsAccountIds The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.",
"setterMethodName" : "setAwsAccountIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "awsAccountIds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "awsAccountIds",
"variableType" : "java.util.List",
"documentation" : "The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getActions",
"beanStyleSetterMethodName" : "setActions",
"c2jName" : "Actions",
"c2jShape" : "ActionNameList",
"defaultConsumerFluentSetterDocumentation" : "The action the client wants to allow for the specified principal. Valid values: the name of any action or *
.
For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #actions(List)}.\n@param actions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #actions(List)",
"deprecated" : false,
"documentation" : "The action the client wants to allow for the specified principal. Valid values: the name of any action or *
.
For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "actions",
"fluentSetterDocumentation" : "The action the client wants to allow for the specified principal. Valid values: the name of any action or *
.
For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.
\n@param actions The action the client wants to allow for the specified principal. Valid values: the name of any action or *
. For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "actions",
"getterDocumentation" : "
The action the client wants to allow for the specified principal. Valid values: the name of any action or *
.
For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The action the client wants to allow for the specified principal. Valid values: the name of any action or *
. For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ActionName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ActionName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ActionName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ActionName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "ActionName",
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Actions",
"setterDocumentation" : "The action the client wants to allow for the specified principal. Valid values: the name of any action or *
.
For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.
\n@param actions The action the client wants to allow for the specified principal. Valid values: the name of any action or *
.
For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.",
"setterMethodName" : "setActions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "actions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "actions",
"variableType" : "java.util.List",
"documentation" : "The action the client wants to allow for the specified principal. Valid values: the name of any action or *
.
For more information about these actions, see Overview of Managing Access Permissions to Your Amazon Simple Queue Service Resource in the Amazon Simple Queue Service Developer Guide.
Specifying SendMessage
, DeleteMessage
, or ChangeMessageVisibility
for ActionName.n
also grants permissions for the corresponding batch versions of those actions: SendMessageBatch
, DeleteMessageBatch
, and ChangeMessageVisibilityBatch
.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "QueueUrl", "Label", "AWSAccountIds", "Actions" ],
"shapeName" : "AddPermissionRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AddPermissionRequest",
"variableName" : "addPermissionRequest",
"variableType" : "AddPermissionRequest",
"documentation" : null,
"simpleType" : "AddPermissionRequest",
"variableSetterType" : "AddPermissionRequest"
},
"wrapper" : false
},
"AddPermissionResponse" : {
"c2jName" : "AddPermissionResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AddPermissionResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AddPermissionResponse",
"variableName" : "addPermissionResponse",
"variableType" : "AddPermissionResponse",
"documentation" : null,
"simpleType" : "AddPermissionResponse",
"variableSetterType" : "AddPermissionResponse"
},
"wrapper" : false
},
"BatchEntryIdsNotDistinctException" : {
"c2jName" : "BatchEntryIdsNotDistinct",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Two or more batch entries in the request have the same Id
.
",
"enums" : null,
"errorCode" : "AWS.SimpleQueueService.BatchEntryIdsNotDistinct",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 400,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BatchEntryIdsNotDistinctException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BatchEntryIdsNotDistinctException",
"variableName" : "batchEntryIdsNotDistinctException",
"variableType" : "BatchEntryIdsNotDistinctException",
"documentation" : null,
"simpleType" : "BatchEntryIdsNotDistinctException",
"variableSetterType" : "BatchEntryIdsNotDistinctException"
},
"wrapper" : false
},
"BatchRequestTooLongException" : {
"c2jName" : "BatchRequestTooLong",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The length of all the messages put together is more than the limit.
",
"enums" : null,
"errorCode" : "AWS.SimpleQueueService.BatchRequestTooLong",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 400,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BatchRequestTooLongException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BatchRequestTooLongException",
"variableName" : "batchRequestTooLongException",
"variableType" : "BatchRequestTooLongException",
"documentation" : null,
"simpleType" : "BatchRequestTooLongException",
"variableSetterType" : "BatchRequestTooLongException"
},
"wrapper" : false
},
"BatchResultErrorEntry" : {
"c2jName" : "BatchResultErrorEntry",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Gives a detailed description of the result of an action on each entry in the request.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "Id",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Id
of an entry in a batch request.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The Id
of an entry in a batch request.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The Id
of an entry in a batch request.
\n@param id The Id
of an entry in a batch request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "The Id
of an entry in a batch request.
\n@return The Id
of an entry in a batch request.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"setterDocumentation" : "The Id
of an entry in a batch request.
\n@param id The Id
of an entry in a batch request.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The Id
of an entry in a batch request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSenderFault",
"beanStyleSetterMethodName" : "setSenderFault",
"c2jName" : "SenderFault",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Specifies whether the error happened due to the producer.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #senderFault(Boolean)}.\n@param senderFault a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #senderFault(Boolean)",
"deprecated" : false,
"documentation" : "Specifies whether the error happened due to the producer.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "senderFault",
"fluentSetterDocumentation" : "Specifies whether the error happened due to the producer.
\n@param senderFault Specifies whether the error happened due to the producer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "senderFault",
"getterDocumentation" : "Specifies whether the error happened due to the producer.
\n@return Specifies whether the error happened due to the producer.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SenderFault",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SenderFault",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "SenderFault",
"setterDocumentation" : "Specifies whether the error happened due to the producer.
\n@param senderFault Specifies whether the error happened due to the producer.",
"setterMethodName" : "setSenderFault",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "senderFault",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "senderFault",
"variableType" : "Boolean",
"documentation" : "Specifies whether the error happened due to the producer.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCode",
"beanStyleSetterMethodName" : "setCode",
"c2jName" : "Code",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "An error code representing why the action failed on this entry.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #code(String)}.\n@param code a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #code(String)",
"deprecated" : false,
"documentation" : "An error code representing why the action failed on this entry.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "code",
"fluentSetterDocumentation" : "An error code representing why the action failed on this entry.
\n@param code An error code representing why the action failed on this entry.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "code",
"getterDocumentation" : "An error code representing why the action failed on this entry.
\n@return An error code representing why the action failed on this entry.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Code",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Code",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Code",
"setterDocumentation" : "An error code representing why the action failed on this entry.
\n@param code An error code representing why the action failed on this entry.",
"setterMethodName" : "setCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : "An error code representing why the action failed on this entry.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMessage",
"beanStyleSetterMethodName" : "setMessage",
"c2jName" : "Message",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A message explaining why the action failed on this entry.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)",
"deprecated" : false,
"documentation" : "A message explaining why the action failed on this entry.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "message",
"fluentSetterDocumentation" : "A message explaining why the action failed on this entry.
\n@param message A message explaining why the action failed on this entry.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "message",
"getterDocumentation" : "A message explaining why the action failed on this entry.
\n@return A message explaining why the action failed on this entry.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Message",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Message",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Message",
"setterDocumentation" : "A message explaining why the action failed on this entry.
\n@param message A message explaining why the action failed on this entry.",
"setterMethodName" : "setMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "message",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "message",
"variableType" : "String",
"documentation" : "A message explaining why the action failed on this entry.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Code" : {
"beanStyleGetterMethodName" : "getCode",
"beanStyleSetterMethodName" : "setCode",
"c2jName" : "Code",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "An error code representing why the action failed on this entry.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #code(String)}.\n@param code a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #code(String)",
"deprecated" : false,
"documentation" : "An error code representing why the action failed on this entry.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "code",
"fluentSetterDocumentation" : "An error code representing why the action failed on this entry.
\n@param code An error code representing why the action failed on this entry.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "code",
"getterDocumentation" : "An error code representing why the action failed on this entry.
\n@return An error code representing why the action failed on this entry.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Code",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Code",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Code",
"setterDocumentation" : "An error code representing why the action failed on this entry.
\n@param code An error code representing why the action failed on this entry.",
"setterMethodName" : "setCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : "An error code representing why the action failed on this entry.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Id" : {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "Id",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Id
of an entry in a batch request.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The Id
of an entry in a batch request.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The Id
of an entry in a batch request.
\n@param id The Id
of an entry in a batch request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "The Id
of an entry in a batch request.
\n@return The Id
of an entry in a batch request.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"setterDocumentation" : "The Id
of an entry in a batch request.
\n@param id The Id
of an entry in a batch request.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The Id
of an entry in a batch request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Message" : {
"beanStyleGetterMethodName" : "getMessage",
"beanStyleSetterMethodName" : "setMessage",
"c2jName" : "Message",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A message explaining why the action failed on this entry.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)",
"deprecated" : false,
"documentation" : "A message explaining why the action failed on this entry.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "message",
"fluentSetterDocumentation" : "A message explaining why the action failed on this entry.
\n@param message A message explaining why the action failed on this entry.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "message",
"getterDocumentation" : "A message explaining why the action failed on this entry.
\n@return A message explaining why the action failed on this entry.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Message",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Message",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Message",
"setterDocumentation" : "A message explaining why the action failed on this entry.
\n@param message A message explaining why the action failed on this entry.",
"setterMethodName" : "setMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "message",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "message",
"variableType" : "String",
"documentation" : "A message explaining why the action failed on this entry.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SenderFault" : {
"beanStyleGetterMethodName" : "getSenderFault",
"beanStyleSetterMethodName" : "setSenderFault",
"c2jName" : "SenderFault",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Specifies whether the error happened due to the producer.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #senderFault(Boolean)}.\n@param senderFault a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #senderFault(Boolean)",
"deprecated" : false,
"documentation" : "Specifies whether the error happened due to the producer.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "senderFault",
"fluentSetterDocumentation" : "Specifies whether the error happened due to the producer.
\n@param senderFault Specifies whether the error happened due to the producer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "senderFault",
"getterDocumentation" : "Specifies whether the error happened due to the producer.
\n@return Specifies whether the error happened due to the producer.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SenderFault",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SenderFault",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "SenderFault",
"setterDocumentation" : "Specifies whether the error happened due to the producer.
\n@param senderFault Specifies whether the error happened due to the producer.",
"setterMethodName" : "setSenderFault",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "senderFault",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "senderFault",
"variableType" : "Boolean",
"documentation" : "Specifies whether the error happened due to the producer.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "Id",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The Id
of an entry in a batch request.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The Id
of an entry in a batch request.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The Id
of an entry in a batch request.
\n@param id The Id
of an entry in a batch request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "The Id
of an entry in a batch request.
\n@return The Id
of an entry in a batch request.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"setterDocumentation" : "The Id
of an entry in a batch request.
\n@param id The Id
of an entry in a batch request.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The Id
of an entry in a batch request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSenderFault",
"beanStyleSetterMethodName" : "setSenderFault",
"c2jName" : "SenderFault",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Specifies whether the error happened due to the producer.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #senderFault(Boolean)}.\n@param senderFault a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #senderFault(Boolean)",
"deprecated" : false,
"documentation" : "Specifies whether the error happened due to the producer.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "senderFault",
"fluentSetterDocumentation" : "Specifies whether the error happened due to the producer.
\n@param senderFault Specifies whether the error happened due to the producer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "senderFault",
"getterDocumentation" : "Specifies whether the error happened due to the producer.
\n@return Specifies whether the error happened due to the producer.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SenderFault",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SenderFault",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "SenderFault",
"setterDocumentation" : "Specifies whether the error happened due to the producer.
\n@param senderFault Specifies whether the error happened due to the producer.",
"setterMethodName" : "setSenderFault",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "senderFault",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "senderFault",
"variableType" : "Boolean",
"documentation" : "Specifies whether the error happened due to the producer.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCode",
"beanStyleSetterMethodName" : "setCode",
"c2jName" : "Code",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "An error code representing why the action failed on this entry.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #code(String)}.\n@param code a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #code(String)",
"deprecated" : false,
"documentation" : "An error code representing why the action failed on this entry.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "code",
"fluentSetterDocumentation" : "An error code representing why the action failed on this entry.
\n@param code An error code representing why the action failed on this entry.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "code",
"getterDocumentation" : "An error code representing why the action failed on this entry.
\n@return An error code representing why the action failed on this entry.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Code",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Code",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Code",
"setterDocumentation" : "An error code representing why the action failed on this entry.
\n@param code An error code representing why the action failed on this entry.",
"setterMethodName" : "setCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : "An error code representing why the action failed on this entry.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMessage",
"beanStyleSetterMethodName" : "setMessage",
"c2jName" : "Message",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A message explaining why the action failed on this entry.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)",
"deprecated" : false,
"documentation" : "A message explaining why the action failed on this entry.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "message",
"fluentSetterDocumentation" : "A message explaining why the action failed on this entry.
\n@param message A message explaining why the action failed on this entry.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "message",
"getterDocumentation" : "A message explaining why the action failed on this entry.
\n@return A message explaining why the action failed on this entry.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Message",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Message",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Message",
"setterDocumentation" : "A message explaining why the action failed on this entry.
\n@param message A message explaining why the action failed on this entry.",
"setterMethodName" : "setMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "message",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "message",
"variableType" : "String",
"documentation" : "A message explaining why the action failed on this entry.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Id", "SenderFault", "Code" ],
"shapeName" : "BatchResultErrorEntry",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BatchResultErrorEntry",
"variableName" : "batchResultErrorEntry",
"variableType" : "BatchResultErrorEntry",
"documentation" : null,
"simpleType" : "BatchResultErrorEntry",
"variableSetterType" : "BatchResultErrorEntry"
},
"wrapper" : false
},
"ChangeMessageVisibilityBatchRequest" : {
"c2jName" : "ChangeMessageVisibilityBatchRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "ChangeMessageVisibilityBatch",
"locationName" : null,
"requestUri" : "/",
"target" : "ChangeMessageVisibilityBatch",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getQueueUrl",
"beanStyleSetterMethodName" : "setQueueUrl",
"c2jName" : "QueueUrl",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queueUrl(String)}.\n@param queueUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queueUrl(String)",
"deprecated" : false,
"documentation" : "The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "queueUrl",
"fluentSetterDocumentation" : "The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
\n@param queueUrl The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "queueUrl",
"getterDocumentation" : "
The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
\n@return The URL of the Amazon SQS queue whose messages' visibility is changed. Queue URLs and names are case-sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "QueueUrl",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "QueueUrl",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "QueueUrl",
"setterDocumentation" : "
The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
\n@param queueUrl The URL of the Amazon SQS queue whose messages' visibility is changed. Queue URLs and names are case-sensitive.",
"setterMethodName" : "setQueueUrl",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "queueUrl",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "queueUrl",
"variableType" : "String",
"documentation" : "
The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEntries",
"beanStyleSetterMethodName" : "setEntries",
"c2jName" : "Entries",
"c2jShape" : "ChangeMessageVisibilityBatchRequestEntryList",
"defaultConsumerFluentSetterDocumentation" : "A list of receipt handles of the messages for which the visibility timeout must be changed.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #entries(List)}.\n@param entries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #entries(List)",
"deprecated" : false,
"documentation" : "A list of receipt handles of the messages for which the visibility timeout must be changed.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "entries",
"fluentSetterDocumentation" : "A list of receipt handles of the messages for which the visibility timeout must be changed.
\n@param entries A list of receipt handles of the messages for which the visibility timeout must be changed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "entries",
"getterDocumentation" : "A list of receipt handles of the messages for which the visibility timeout must be changed.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of receipt handles of the messages for which the visibility timeout must be changed.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ChangeMessageVisibilityBatchRequestEntry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeMessageVisibilityBatchRequestEntry",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ChangeMessageVisibilityBatchRequestEntry",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ChangeMessageVisibilityBatchRequestEntry.Builder} avoiding the need to create one manually via {@link ChangeMessageVisibilityBatchRequestEntry#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChangeMessageVisibilityBatchRequestEntry.Builder#build()} is called immediately and its result is passed to {@link #member(ChangeMessageVisibilityBatchRequestEntry)}.\n@param member a consumer that will call methods on {@link ChangeMessageVisibilityBatchRequestEntry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ChangeMessageVisibilityBatchRequestEntry)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ChangeMessageVisibilityBatchRequestEntry",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ChangeMessageVisibilityBatchRequestEntry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeMessageVisibilityBatchRequestEntry",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ChangeMessageVisibilityBatchRequestEntry",
"variableName" : "member",
"variableType" : "ChangeMessageVisibilityBatchRequestEntry",
"documentation" : null,
"simpleType" : "ChangeMessageVisibilityBatchRequestEntry",
"variableSetterType" : "ChangeMessageVisibilityBatchRequestEntry"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ChangeMessageVisibilityBatchRequestEntry",
"variableName" : "member",
"variableType" : "ChangeMessageVisibilityBatchRequestEntry",
"documentation" : "",
"simpleType" : "ChangeMessageVisibilityBatchRequestEntry",
"variableSetterType" : "ChangeMessageVisibilityBatchRequestEntry"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "ChangeMessageVisibilityBatchRequestEntry",
"memberType" : "ChangeMessageVisibilityBatchRequestEntry",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ChangeMessageVisibilityBatchRequestEntry",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Entries",
"setterDocumentation" : "A list of receipt handles of the messages for which the visibility timeout must be changed.
\n@param entries A list of receipt handles of the messages for which the visibility timeout must be changed.",
"setterMethodName" : "setEntries",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "entries",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "entries",
"variableType" : "java.util.List",
"documentation" : "A list of receipt handles of the messages for which the visibility timeout must be changed.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Entries" : {
"beanStyleGetterMethodName" : "getEntries",
"beanStyleSetterMethodName" : "setEntries",
"c2jName" : "Entries",
"c2jShape" : "ChangeMessageVisibilityBatchRequestEntryList",
"defaultConsumerFluentSetterDocumentation" : "A list of receipt handles of the messages for which the visibility timeout must be changed.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #entries(List)}.\n@param entries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #entries(List)",
"deprecated" : false,
"documentation" : "A list of receipt handles of the messages for which the visibility timeout must be changed.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "entries",
"fluentSetterDocumentation" : "A list of receipt handles of the messages for which the visibility timeout must be changed.
\n@param entries A list of receipt handles of the messages for which the visibility timeout must be changed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "entries",
"getterDocumentation" : "A list of receipt handles of the messages for which the visibility timeout must be changed.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of receipt handles of the messages for which the visibility timeout must be changed.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ChangeMessageVisibilityBatchRequestEntry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeMessageVisibilityBatchRequestEntry",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ChangeMessageVisibilityBatchRequestEntry",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ChangeMessageVisibilityBatchRequestEntry.Builder} avoiding the need to create one manually via {@link ChangeMessageVisibilityBatchRequestEntry#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChangeMessageVisibilityBatchRequestEntry.Builder#build()} is called immediately and its result is passed to {@link #member(ChangeMessageVisibilityBatchRequestEntry)}.\n@param member a consumer that will call methods on {@link ChangeMessageVisibilityBatchRequestEntry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ChangeMessageVisibilityBatchRequestEntry)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ChangeMessageVisibilityBatchRequestEntry",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ChangeMessageVisibilityBatchRequestEntry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeMessageVisibilityBatchRequestEntry",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ChangeMessageVisibilityBatchRequestEntry",
"variableName" : "member",
"variableType" : "ChangeMessageVisibilityBatchRequestEntry",
"documentation" : null,
"simpleType" : "ChangeMessageVisibilityBatchRequestEntry",
"variableSetterType" : "ChangeMessageVisibilityBatchRequestEntry"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ChangeMessageVisibilityBatchRequestEntry",
"variableName" : "member",
"variableType" : "ChangeMessageVisibilityBatchRequestEntry",
"documentation" : "",
"simpleType" : "ChangeMessageVisibilityBatchRequestEntry",
"variableSetterType" : "ChangeMessageVisibilityBatchRequestEntry"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "ChangeMessageVisibilityBatchRequestEntry",
"memberType" : "ChangeMessageVisibilityBatchRequestEntry",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ChangeMessageVisibilityBatchRequestEntry",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Entries",
"setterDocumentation" : "A list of receipt handles of the messages for which the visibility timeout must be changed.
\n@param entries A list of receipt handles of the messages for which the visibility timeout must be changed.",
"setterMethodName" : "setEntries",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "entries",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "entries",
"variableType" : "java.util.List",
"documentation" : "A list of receipt handles of the messages for which the visibility timeout must be changed.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"QueueUrl" : {
"beanStyleGetterMethodName" : "getQueueUrl",
"beanStyleSetterMethodName" : "setQueueUrl",
"c2jName" : "QueueUrl",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queueUrl(String)}.\n@param queueUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queueUrl(String)",
"deprecated" : false,
"documentation" : "The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "queueUrl",
"fluentSetterDocumentation" : "The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
\n@param queueUrl The URL of the Amazon SQS queue whose messages' visibility is changed. Queue URLs and names are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "queueUrl",
"getterDocumentation" : "
The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
\n@return The URL of the Amazon SQS queue whose messages' visibility is changed. Queue URLs and names are case-sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "QueueUrl",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "QueueUrl",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "QueueUrl",
"setterDocumentation" : "
The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
\n@param queueUrl The URL of the Amazon SQS queue whose messages' visibility is changed. Queue URLs and names are case-sensitive.",
"setterMethodName" : "setQueueUrl",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "queueUrl",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "queueUrl",
"variableType" : "String",
"documentation" : "
The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getQueueUrl",
"beanStyleSetterMethodName" : "setQueueUrl",
"c2jName" : "QueueUrl",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queueUrl(String)}.\n@param queueUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queueUrl(String)",
"deprecated" : false,
"documentation" : "The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "queueUrl",
"fluentSetterDocumentation" : "The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
\n@param queueUrl The URL of the Amazon SQS queue whose messages' visibility is changed. Queue URLs and names are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "queueUrl",
"getterDocumentation" : "
The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
\n@return The URL of the Amazon SQS queue whose messages' visibility is changed. Queue URLs and names are case-sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "QueueUrl",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "QueueUrl",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "QueueUrl",
"setterDocumentation" : "
The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
\n@param queueUrl The URL of the Amazon SQS queue whose messages' visibility is changed. Queue URLs and names are case-sensitive.",
"setterMethodName" : "setQueueUrl",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "queueUrl",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "queueUrl",
"variableType" : "String",
"documentation" : "
The URL of the Amazon SQS queue whose messages' visibility is changed.
Queue URLs and names are case-sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEntries",
"beanStyleSetterMethodName" : "setEntries",
"c2jName" : "Entries",
"c2jShape" : "ChangeMessageVisibilityBatchRequestEntryList",
"defaultConsumerFluentSetterDocumentation" : "A list of receipt handles of the messages for which the visibility timeout must be changed.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #entries(List)}.\n@param entries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #entries(List)",
"deprecated" : false,
"documentation" : "A list of receipt handles of the messages for which the visibility timeout must be changed.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "entries",
"fluentSetterDocumentation" : "A list of receipt handles of the messages for which the visibility timeout must be changed.
\n@param entries A list of receipt handles of the messages for which the visibility timeout must be changed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "entries",
"getterDocumentation" : "A list of receipt handles of the messages for which the visibility timeout must be changed.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of receipt handles of the messages for which the visibility timeout must be changed.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ChangeMessageVisibilityBatchRequestEntry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeMessageVisibilityBatchRequestEntry",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ChangeMessageVisibilityBatchRequestEntry",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ChangeMessageVisibilityBatchRequestEntry.Builder} avoiding the need to create one manually via {@link ChangeMessageVisibilityBatchRequestEntry#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChangeMessageVisibilityBatchRequestEntry.Builder#build()} is called immediately and its result is passed to {@link #member(ChangeMessageVisibilityBatchRequestEntry)}.\n@param member a consumer that will call methods on {@link ChangeMessageVisibilityBatchRequestEntry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ChangeMessageVisibilityBatchRequestEntry)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ChangeMessageVisibilityBatchRequestEntry",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ChangeMessageVisibilityBatchRequestEntry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeMessageVisibilityBatchRequestEntry",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ChangeMessageVisibilityBatchRequestEntry",
"variableName" : "member",
"variableType" : "ChangeMessageVisibilityBatchRequestEntry",
"documentation" : null,
"simpleType" : "ChangeMessageVisibilityBatchRequestEntry",
"variableSetterType" : "ChangeMessageVisibilityBatchRequestEntry"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ChangeMessageVisibilityBatchRequestEntry",
"variableName" : "member",
"variableType" : "ChangeMessageVisibilityBatchRequestEntry",
"documentation" : "",
"simpleType" : "ChangeMessageVisibilityBatchRequestEntry",
"variableSetterType" : "ChangeMessageVisibilityBatchRequestEntry"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "ChangeMessageVisibilityBatchRequestEntry",
"memberType" : "ChangeMessageVisibilityBatchRequestEntry",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ChangeMessageVisibilityBatchRequestEntry",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Entries",
"setterDocumentation" : "A list of receipt handles of the messages for which the visibility timeout must be changed.
\n@param entries A list of receipt handles of the messages for which the visibility timeout must be changed.",
"setterMethodName" : "setEntries",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "entries",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "entries",
"variableType" : "java.util.List",
"documentation" : "A list of receipt handles of the messages for which the visibility timeout must be changed.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "QueueUrl", "Entries" ],
"shapeName" : "ChangeMessageVisibilityBatchRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ChangeMessageVisibilityBatchRequest",
"variableName" : "changeMessageVisibilityBatchRequest",
"variableType" : "ChangeMessageVisibilityBatchRequest",
"documentation" : null,
"simpleType" : "ChangeMessageVisibilityBatchRequest",
"variableSetterType" : "ChangeMessageVisibilityBatchRequest"
},
"wrapper" : false
},
"ChangeMessageVisibilityBatchRequestEntry" : {
"c2jName" : "ChangeMessageVisibilityBatchRequestEntry",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Encloses a receipt handle and an entry id for each message in ChangeMessageVisibilityBatch.
All of the following list parameters must be prefixed with ChangeMessageVisibilityBatchRequestEntry.n
, where n
is an integer value starting with 1
. For example, a parameter list for this action might look like this:
&ChangeMessageVisibilityBatchRequestEntry.1.Id=change_visibility_msg_2
&ChangeMessageVisibilityBatchRequestEntry.1.ReceiptHandle=your_receipt_handle
&ChangeMessageVisibilityBatchRequestEntry.1.VisibilityTimeout=45
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "Id",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "An identifier for this particular receipt handle used to communicate the result.
The Id
s of a batch request need to be unique within a request
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "An identifier for this particular receipt handle used to communicate the result.
The Id
s of a batch request need to be unique within a request
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "An identifier for this particular receipt handle used to communicate the result.
The Id
s of a batch request need to be unique within a request
\n@param id An identifier for this particular receipt handle used to communicate the result. The Id
s of a batch request need to be unique within a request
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "An identifier for this particular receipt handle used to communicate the result.
The Id
s of a batch request need to be unique within a request
\n@return An identifier for this particular receipt handle used to communicate the result. The Id
s of a batch request need to be unique within a request
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"setterDocumentation" : "An identifier for this particular receipt handle used to communicate the result.
The Id
s of a batch request need to be unique within a request
\n@param id An identifier for this particular receipt handle used to communicate the result. The Id
s of a batch request need to be unique within a request
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "An identifier for this particular receipt handle used to communicate the result.
The Id
s of a batch request need to be unique within a request
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getReceiptHandle",
"beanStyleSetterMethodName" : "setReceiptHandle",
"c2jName" : "ReceiptHandle",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A receipt handle.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #receiptHandle(String)}.\n@param receiptHandle a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #receiptHandle(String)",
"deprecated" : false,
"documentation" : "A receipt handle.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "receiptHandle",
"fluentSetterDocumentation" : "A receipt handle.
\n@param receiptHandle A receipt handle.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "receiptHandle",
"getterDocumentation" : "A receipt handle.
\n@return A receipt handle.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReceiptHandle",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReceiptHandle",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReceiptHandle",
"setterDocumentation" : "A receipt handle.
\n@param receiptHandle A receipt handle.",
"setterMethodName" : "setReceiptHandle",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "receiptHandle",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "receiptHandle",
"variableType" : "String",
"documentation" : "A receipt handle.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getVisibilityTimeout",
"beanStyleSetterMethodName" : "setVisibilityTimeout",
"c2jName" : "VisibilityTimeout",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The new value (in seconds) for the message's visibility timeout.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #visibilityTimeout(Integer)}.\n@param visibilityTimeout a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #visibilityTimeout(Integer)",
"deprecated" : false,
"documentation" : "The new value (in seconds) for the message's visibility timeout.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "visibilityTimeout",
"fluentSetterDocumentation" : "The new value (in seconds) for the message's visibility timeout.
\n@param visibilityTimeout The new value (in seconds) for the message's visibility timeout.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "visibilityTimeout",
"getterDocumentation" : "The new value (in seconds) for the message's visibility timeout.
\n@return The new value (in seconds) for the message's visibility timeout.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VisibilityTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "VisibilityTimeout",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "VisibilityTimeout",
"setterDocumentation" : "The new value (in seconds) for the message's visibility timeout.
\n@param visibilityTimeout The new value (in seconds) for the message's visibility timeout.",
"setterMethodName" : "setVisibilityTimeout",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "visibilityTimeout",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "visibilityTimeout",
"variableType" : "Integer",
"documentation" : "The new value (in seconds) for the message's visibility timeout.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Id" : {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "Id",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "An identifier for this particular receipt handle used to communicate the result.
The Id
s of a batch request need to be unique within a request
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "An identifier for this particular receipt handle used to communicate the result.
The Id
s of a batch request need to be unique within a request
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "An identifier for this particular receipt handle used to communicate the result.
The Id
s of a batch request need to be unique within a request
\n@param id An identifier for this particular receipt handle used to communicate the result. The Id
s of a batch request need to be unique within a request
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "An identifier for this particular receipt handle used to communicate the result.
The Id
s of a batch request need to be unique within a request
\n@return An identifier for this particular receipt handle used to communicate the result. The Id
s of a batch request need to be unique within a request
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"setterDocumentation" : "An identifier for this particular receipt handle used to communicate the result.
The Id
s of a batch request need to be unique within a request
\n@param id An identifier for this particular receipt handle used to communicate the result. The Id
s of a batch request need to be unique within a request
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "An identifier for this particular receipt handle used to communicate the result.
The Id
s of a batch request need to be unique within a request
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ReceiptHandle" : {
"beanStyleGetterMethodName" : "getReceiptHandle",
"beanStyleSetterMethodName" : "setReceiptHandle",
"c2jName" : "ReceiptHandle",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A receipt handle.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #receiptHandle(String)}.\n@param receiptHandle a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #receiptHandle(String)",
"deprecated" : false,
"documentation" : "A receipt handle.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "receiptHandle",
"fluentSetterDocumentation" : "A receipt handle.
\n@param receiptHandle A receipt handle.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "receiptHandle",
"getterDocumentation" : "A receipt handle.
\n@return A receipt handle.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReceiptHandle",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReceiptHandle",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReceiptHandle",
"setterDocumentation" : "A receipt handle.
\n@param receiptHandle A receipt handle.",
"setterMethodName" : "setReceiptHandle",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "receiptHandle",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "receiptHandle",
"variableType" : "String",
"documentation" : "A receipt handle.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"VisibilityTimeout" : {
"beanStyleGetterMethodName" : "getVisibilityTimeout",
"beanStyleSetterMethodName" : "setVisibilityTimeout",
"c2jName" : "VisibilityTimeout",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The new value (in seconds) for the message's visibility timeout.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #visibilityTimeout(Integer)}.\n@param visibilityTimeout a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #visibilityTimeout(Integer)",
"deprecated" : false,
"documentation" : "The new value (in seconds) for the message's visibility timeout.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "visibilityTimeout",
"fluentSetterDocumentation" : "The new value (in seconds) for the message's visibility timeout.
\n@param visibilityTimeout The new value (in seconds) for the message's visibility timeout.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "visibilityTimeout",
"getterDocumentation" : "The new value (in seconds) for the message's visibility timeout.
\n@return The new value (in seconds) for the message's visibility timeout.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VisibilityTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "VisibilityTimeout",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "VisibilityTimeout",
"setterDocumentation" : "The new value (in seconds) for the message's visibility timeout.
\n@param visibilityTimeout The new value (in seconds) for the message's visibility timeout.",
"setterMethodName" : "setVisibilityTimeout",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "visibilityTimeout",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "visibilityTimeout",
"variableType" : "Integer",
"documentation" : "The new value (in seconds) for the message's visibility timeout.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "Id",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "An identifier for this particular receipt handle used to communicate the result.
The Id
s of a batch request need to be unique within a request
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "An identifier for this particular receipt handle used to communicate the result.
The Id
s of a batch request need to be unique within a request
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "An identifier for this particular receipt handle used to communicate the result.
The Id
s of a batch request need to be unique within a request
\n@param id An identifier for this particular receipt handle used to communicate the result. The Id
s of a batch request need to be unique within a request
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "An identifier for this particular receipt handle used to communicate the result.
The Id
s of a batch request need to be unique within a request
\n@return An identifier for this particular receipt handle used to communicate the result. The Id
s of a batch request need to be unique within a request
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"setterDocumentation" : "An identifier for this particular receipt handle used to communicate the result.
The Id
s of a batch request need to be unique within a request
\n@param id An identifier for this particular receipt handle used to communicate the result. The Id
s of a batch request need to be unique within a request
",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "An identifier for this particular receipt handle used to communicate the result.
The Id
s of a batch request need to be unique within a request
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getReceiptHandle",
"beanStyleSetterMethodName" : "setReceiptHandle",
"c2jName" : "ReceiptHandle",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A receipt handle.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #receiptHandle(String)}.\n@param receiptHandle a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #receiptHandle(String)",
"deprecated" : false,
"documentation" : "A receipt handle.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "receiptHandle",
"fluentSetterDocumentation" : "A receipt handle.
\n@param receiptHandle A receipt handle.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "receiptHandle",
"getterDocumentation" : "A receipt handle.
\n@return A receipt handle.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReceiptHandle",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReceiptHandle",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReceiptHandle",
"setterDocumentation" : "A receipt handle.
\n@param receiptHandle A receipt handle.",
"setterMethodName" : "setReceiptHandle",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "receiptHandle",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "receiptHandle",
"variableType" : "String",
"documentation" : "A receipt handle.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getVisibilityTimeout",
"beanStyleSetterMethodName" : "setVisibilityTimeout",
"c2jName" : "VisibilityTimeout",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The new value (in seconds) for the message's visibility timeout.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #visibilityTimeout(Integer)}.\n@param visibilityTimeout a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #visibilityTimeout(Integer)",
"deprecated" : false,
"documentation" : "The new value (in seconds) for the message's visibility timeout.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "visibilityTimeout",
"fluentSetterDocumentation" : "The new value (in seconds) for the message's visibility timeout.
\n@param visibilityTimeout The new value (in seconds) for the message's visibility timeout.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "visibilityTimeout",
"getterDocumentation" : "The new value (in seconds) for the message's visibility timeout.
\n@return The new value (in seconds) for the message's visibility timeout.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VisibilityTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "VisibilityTimeout",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "VisibilityTimeout",
"setterDocumentation" : "The new value (in seconds) for the message's visibility timeout.
\n@param visibilityTimeout The new value (in seconds) for the message's visibility timeout.",
"setterMethodName" : "setVisibilityTimeout",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "visibilityTimeout",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "visibilityTimeout",
"variableType" : "Integer",
"documentation" : "The new value (in seconds) for the message's visibility timeout.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Id", "ReceiptHandle" ],
"shapeName" : "ChangeMessageVisibilityBatchRequestEntry",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChangeMessageVisibilityBatchRequestEntry",
"variableName" : "changeMessageVisibilityBatchRequestEntry",
"variableType" : "ChangeMessageVisibilityBatchRequestEntry",
"documentation" : null,
"simpleType" : "ChangeMessageVisibilityBatchRequestEntry",
"variableSetterType" : "ChangeMessageVisibilityBatchRequestEntry"
},
"wrapper" : false
},
"ChangeMessageVisibilityBatchResponse" : {
"c2jName" : "ChangeMessageVisibilityBatchResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "For each message in the batch, the response contains a ChangeMessageVisibilityBatchResultEntry
tag if the message succeeds or a BatchResultErrorEntry
tag if the message fails.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getSuccessful",
"beanStyleSetterMethodName" : "setSuccessful",
"c2jName" : "Successful",
"c2jShape" : "ChangeMessageVisibilityBatchResultEntryList",
"defaultConsumerFluentSetterDocumentation" : "A list of ChangeMessageVisibilityBatchResultEntry
items.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #successful(List)}.\n@param successful a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #successful(List)",
"deprecated" : false,
"documentation" : "A list of ChangeMessageVisibilityBatchResultEntry
items.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "successful",
"fluentSetterDocumentation" : "A list of ChangeMessageVisibilityBatchResultEntry
items.
\n@param successful A list of ChangeMessageVisibilityBatchResultEntry
items.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "successful",
"getterDocumentation" : "A list of ChangeMessageVisibilityBatchResultEntry
items.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of ChangeMessageVisibilityBatchResultEntry
items.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ChangeMessageVisibilityBatchResultEntry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeMessageVisibilityBatchResultEntry",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ChangeMessageVisibilityBatchResultEntry",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ChangeMessageVisibilityBatchResultEntry.Builder} avoiding the need to create one manually via {@link ChangeMessageVisibilityBatchResultEntry#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChangeMessageVisibilityBatchResultEntry.Builder#build()} is called immediately and its result is passed to {@link #member(ChangeMessageVisibilityBatchResultEntry)}.\n@param member a consumer that will call methods on {@link ChangeMessageVisibilityBatchResultEntry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ChangeMessageVisibilityBatchResultEntry)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ChangeMessageVisibilityBatchResultEntry",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ChangeMessageVisibilityBatchResultEntry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeMessageVisibilityBatchResultEntry",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ChangeMessageVisibilityBatchResultEntry",
"variableName" : "member",
"variableType" : "ChangeMessageVisibilityBatchResultEntry",
"documentation" : null,
"simpleType" : "ChangeMessageVisibilityBatchResultEntry",
"variableSetterType" : "ChangeMessageVisibilityBatchResultEntry"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ChangeMessageVisibilityBatchResultEntry",
"variableName" : "member",
"variableType" : "ChangeMessageVisibilityBatchResultEntry",
"documentation" : "",
"simpleType" : "ChangeMessageVisibilityBatchResultEntry",
"variableSetterType" : "ChangeMessageVisibilityBatchResultEntry"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "ChangeMessageVisibilityBatchResultEntry",
"memberType" : "ChangeMessageVisibilityBatchResultEntry",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ChangeMessageVisibilityBatchResultEntry",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Successful",
"setterDocumentation" : "A list of ChangeMessageVisibilityBatchResultEntry
items.
\n@param successful A list of ChangeMessageVisibilityBatchResultEntry
items.",
"setterMethodName" : "setSuccessful",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "successful",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "successful",
"variableType" : "java.util.List",
"documentation" : "A list of ChangeMessageVisibilityBatchResultEntry
items.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFailed",
"beanStyleSetterMethodName" : "setFailed",
"c2jName" : "Failed",
"c2jShape" : "BatchResultErrorEntryList",
"defaultConsumerFluentSetterDocumentation" : "A list of BatchResultErrorEntry
items.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #failed(List)}.\n@param failed a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failed(List)",
"deprecated" : false,
"documentation" : "A list of BatchResultErrorEntry
items.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failed",
"fluentSetterDocumentation" : "A list of BatchResultErrorEntry
items.
\n@param failed A list of BatchResultErrorEntry
items.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failed",
"getterDocumentation" : "A list of BatchResultErrorEntry
items.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of BatchResultErrorEntry
items.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BatchResultErrorEntry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BatchResultErrorEntry",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "BatchResultErrorEntry",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchResultErrorEntry.Builder} avoiding the need to create one manually via {@link BatchResultErrorEntry#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchResultErrorEntry.Builder#build()} is called immediately and its result is passed to {@link #member(BatchResultErrorEntry)}.\n@param member a consumer that will call methods on {@link BatchResultErrorEntry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BatchResultErrorEntry)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "BatchResultErrorEntry",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BatchResultErrorEntry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BatchResultErrorEntry",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "BatchResultErrorEntry",
"variableName" : "member",
"variableType" : "BatchResultErrorEntry",
"documentation" : null,
"simpleType" : "BatchResultErrorEntry",
"variableSetterType" : "BatchResultErrorEntry"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BatchResultErrorEntry",
"variableName" : "member",
"variableType" : "BatchResultErrorEntry",
"documentation" : "",
"simpleType" : "BatchResultErrorEntry",
"variableSetterType" : "BatchResultErrorEntry"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "BatchResultErrorEntry",
"memberType" : "BatchResultErrorEntry",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "BatchResultErrorEntry",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Failed",
"setterDocumentation" : "A list of BatchResultErrorEntry
items.
\n@param failed A list of BatchResultErrorEntry
items.",
"setterMethodName" : "setFailed",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "failed",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "failed",
"variableType" : "java.util.List",
"documentation" : "A list of BatchResultErrorEntry
items.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Failed" : {
"beanStyleGetterMethodName" : "getFailed",
"beanStyleSetterMethodName" : "setFailed",
"c2jName" : "Failed",
"c2jShape" : "BatchResultErrorEntryList",
"defaultConsumerFluentSetterDocumentation" : "A list of BatchResultErrorEntry
items.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #failed(List)}.\n@param failed a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failed(List)",
"deprecated" : false,
"documentation" : "A list of BatchResultErrorEntry
items.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failed",
"fluentSetterDocumentation" : "A list of BatchResultErrorEntry
items.
\n@param failed A list of BatchResultErrorEntry
items.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failed",
"getterDocumentation" : "A list of BatchResultErrorEntry
items.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of BatchResultErrorEntry
items.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BatchResultErrorEntry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BatchResultErrorEntry",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "BatchResultErrorEntry",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchResultErrorEntry.Builder} avoiding the need to create one manually via {@link BatchResultErrorEntry#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchResultErrorEntry.Builder#build()} is called immediately and its result is passed to {@link #member(BatchResultErrorEntry)}.\n@param member a consumer that will call methods on {@link BatchResultErrorEntry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BatchResultErrorEntry)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "BatchResultErrorEntry",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BatchResultErrorEntry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BatchResultErrorEntry",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "BatchResultErrorEntry",
"variableName" : "member",
"variableType" : "BatchResultErrorEntry",
"documentation" : null,
"simpleType" : "BatchResultErrorEntry",
"variableSetterType" : "BatchResultErrorEntry"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BatchResultErrorEntry",
"variableName" : "member",
"variableType" : "BatchResultErrorEntry",
"documentation" : "",
"simpleType" : "BatchResultErrorEntry",
"variableSetterType" : "BatchResultErrorEntry"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "BatchResultErrorEntry",
"memberType" : "BatchResultErrorEntry",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "BatchResultErrorEntry",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Failed",
"setterDocumentation" : "A list of BatchResultErrorEntry
items.
\n@param failed A list of BatchResultErrorEntry
items.",
"setterMethodName" : "setFailed",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "failed",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "failed",
"variableType" : "java.util.List",
"documentation" : "A list of BatchResultErrorEntry
items.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Successful" : {
"beanStyleGetterMethodName" : "getSuccessful",
"beanStyleSetterMethodName" : "setSuccessful",
"c2jName" : "Successful",
"c2jShape" : "ChangeMessageVisibilityBatchResultEntryList",
"defaultConsumerFluentSetterDocumentation" : "A list of ChangeMessageVisibilityBatchResultEntry
items.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #successful(List)}.\n@param successful a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #successful(List)",
"deprecated" : false,
"documentation" : "A list of ChangeMessageVisibilityBatchResultEntry
items.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "successful",
"fluentSetterDocumentation" : "A list of ChangeMessageVisibilityBatchResultEntry
items.
\n@param successful A list of ChangeMessageVisibilityBatchResultEntry
items.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "successful",
"getterDocumentation" : "A list of ChangeMessageVisibilityBatchResultEntry
items.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of ChangeMessageVisibilityBatchResultEntry
items.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ChangeMessageVisibilityBatchResultEntry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeMessageVisibilityBatchResultEntry",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ChangeMessageVisibilityBatchResultEntry",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ChangeMessageVisibilityBatchResultEntry.Builder} avoiding the need to create one manually via {@link ChangeMessageVisibilityBatchResultEntry#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChangeMessageVisibilityBatchResultEntry.Builder#build()} is called immediately and its result is passed to {@link #member(ChangeMessageVisibilityBatchResultEntry)}.\n@param member a consumer that will call methods on {@link ChangeMessageVisibilityBatchResultEntry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ChangeMessageVisibilityBatchResultEntry)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ChangeMessageVisibilityBatchResultEntry",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ChangeMessageVisibilityBatchResultEntry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeMessageVisibilityBatchResultEntry",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ChangeMessageVisibilityBatchResultEntry",
"variableName" : "member",
"variableType" : "ChangeMessageVisibilityBatchResultEntry",
"documentation" : null,
"simpleType" : "ChangeMessageVisibilityBatchResultEntry",
"variableSetterType" : "ChangeMessageVisibilityBatchResultEntry"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ChangeMessageVisibilityBatchResultEntry",
"variableName" : "member",
"variableType" : "ChangeMessageVisibilityBatchResultEntry",
"documentation" : "",
"simpleType" : "ChangeMessageVisibilityBatchResultEntry",
"variableSetterType" : "ChangeMessageVisibilityBatchResultEntry"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "ChangeMessageVisibilityBatchResultEntry",
"memberType" : "ChangeMessageVisibilityBatchResultEntry",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ChangeMessageVisibilityBatchResultEntry",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Successful",
"setterDocumentation" : "A list of ChangeMessageVisibilityBatchResultEntry
items.
\n@param successful A list of ChangeMessageVisibilityBatchResultEntry
items.",
"setterMethodName" : "setSuccessful",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "successful",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "successful",
"variableType" : "java.util.List",
"documentation" : "A list of ChangeMessageVisibilityBatchResultEntry
items.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSuccessful",
"beanStyleSetterMethodName" : "setSuccessful",
"c2jName" : "Successful",
"c2jShape" : "ChangeMessageVisibilityBatchResultEntryList",
"defaultConsumerFluentSetterDocumentation" : "A list of ChangeMessageVisibilityBatchResultEntry
items.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #successful(List)}.\n@param successful a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #successful(List)",
"deprecated" : false,
"documentation" : "A list of ChangeMessageVisibilityBatchResultEntry
items.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "successful",
"fluentSetterDocumentation" : "A list of ChangeMessageVisibilityBatchResultEntry
items.
\n@param successful A list of ChangeMessageVisibilityBatchResultEntry
items.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "successful",
"getterDocumentation" : "A list of ChangeMessageVisibilityBatchResultEntry
items.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of ChangeMessageVisibilityBatchResultEntry
items.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ChangeMessageVisibilityBatchResultEntry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeMessageVisibilityBatchResultEntry",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ChangeMessageVisibilityBatchResultEntry",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ChangeMessageVisibilityBatchResultEntry.Builder} avoiding the need to create one manually via {@link ChangeMessageVisibilityBatchResultEntry#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChangeMessageVisibilityBatchResultEntry.Builder#build()} is called immediately and its result is passed to {@link #member(ChangeMessageVisibilityBatchResultEntry)}.\n@param member a consumer that will call methods on {@link ChangeMessageVisibilityBatchResultEntry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ChangeMessageVisibilityBatchResultEntry)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ChangeMessageVisibilityBatchResultEntry",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ChangeMessageVisibilityBatchResultEntry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChangeMessageVisibilityBatchResultEntry",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ChangeMessageVisibilityBatchResultEntry",
"variableName" : "member",
"variableType" : "ChangeMessageVisibilityBatchResultEntry",
"documentation" : null,
"simpleType" : "ChangeMessageVisibilityBatchResultEntry",
"variableSetterType" : "ChangeMessageVisibilityBatchResultEntry"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ChangeMessageVisibilityBatchResultEntry",
"variableName" : "member",
"variableType" : "ChangeMessageVisibilityBatchResultEntry",
"documentation" : "",
"simpleType" : "ChangeMessageVisibilityBatchResultEntry",
"variableSetterType" : "ChangeMessageVisibilityBatchResultEntry"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "ChangeMessageVisibilityBatchResultEntry",
"memberType" : "ChangeMessageVisibilityBatchResultEntry",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ChangeMessageVisibilityBatchResultEntry",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Successful",
"setterDocumentation" : "A list of ChangeMessageVisibilityBatchResultEntry
items.
\n@param successful A list of ChangeMessageVisibilityBatchResultEntry
items.",
"setterMethodName" : "setSuccessful",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "successful",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "successful",
"variableType" : "java.util.List",
"documentation" : "A list of ChangeMessageVisibilityBatchResultEntry
items.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFailed",
"beanStyleSetterMethodName" : "setFailed",
"c2jName" : "Failed",
"c2jShape" : "BatchResultErrorEntryList",
"defaultConsumerFluentSetterDocumentation" : "A list of BatchResultErrorEntry
items.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #failed(List)}.\n@param failed a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failed(List)",
"deprecated" : false,
"documentation" : "A list of BatchResultErrorEntry
items.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failed",
"fluentSetterDocumentation" : "A list of BatchResultErrorEntry
items.
\n@param failed A list of BatchResultErrorEntry
items.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failed",
"getterDocumentation" : "A list of BatchResultErrorEntry
items.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of BatchResultErrorEntry
items.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BatchResultErrorEntry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BatchResultErrorEntry",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "BatchResultErrorEntry",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BatchResultErrorEntry.Builder} avoiding the need to create one manually via {@link BatchResultErrorEntry#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchResultErrorEntry.Builder#build()} is called immediately and its result is passed to {@link #member(BatchResultErrorEntry)}.\n@param member a consumer that will call methods on {@link BatchResultErrorEntry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BatchResultErrorEntry)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "BatchResultErrorEntry",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BatchResultErrorEntry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BatchResultErrorEntry",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "BatchResultErrorEntry",
"variableName" : "member",
"variableType" : "BatchResultErrorEntry",
"documentation" : null,
"simpleType" : "BatchResultErrorEntry",
"variableSetterType" : "BatchResultErrorEntry"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BatchResultErrorEntry",
"variableName" : "member",
"variableType" : "BatchResultErrorEntry",
"documentation" : "",
"simpleType" : "BatchResultErrorEntry",
"variableSetterType" : "BatchResultErrorEntry"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "BatchResultErrorEntry",
"memberType" : "BatchResultErrorEntry",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "BatchResultErrorEntry",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Failed",
"setterDocumentation" : "A list of BatchResultErrorEntry
items.
\n@param failed A list of BatchResultErrorEntry
items.",
"setterMethodName" : "setFailed",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "failed",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "failed",
"variableType" : "java.util.List",
"documentation" : "A list of BatchResultErrorEntry
items.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Successful", "Failed" ],
"shapeName" : "ChangeMessageVisibilityBatchResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "ChangeMessageVisibilityBatchResult"
},
"variable" : {
"variableDeclarationType" : "ChangeMessageVisibilityBatchResponse",
"variableName" : "changeMessageVisibilityBatchResponse",
"variableType" : "ChangeMessageVisibilityBatchResponse",
"documentation" : null,
"simpleType" : "ChangeMessageVisibilityBatchResponse",
"variableSetterType" : "ChangeMessageVisibilityBatchResponse"
},
"wrapper" : false
},
"ChangeMessageVisibilityBatchResultEntry" : {
"c2jName" : "ChangeMessageVisibilityBatchResultEntry",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Encloses the Id
of an entry in ChangeMessageVisibilityBatch.
",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "Id",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Represents a message whose visibility timeout has been changed successfully.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "Represents a message whose visibility timeout has been changed successfully.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "Represents a message whose visibility timeout has been changed successfully.
\n@param id Represents a message whose visibility timeout has been changed successfully.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "Represents a message whose visibility timeout has been changed successfully.
\n@return Represents a message whose visibility timeout has been changed successfully.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"setterDocumentation" : "Represents a message whose visibility timeout has been changed successfully.
\n@param id Represents a message whose visibility timeout has been changed successfully.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "Represents a message whose visibility timeout has been changed successfully.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Id" : {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "Id",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Represents a message whose visibility timeout has been changed successfully.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "Represents a message whose visibility timeout has been changed successfully.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "Represents a message whose visibility timeout has been changed successfully.
\n@param id Represents a message whose visibility timeout has been changed successfully.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "Represents a message whose visibility timeout has been changed successfully.
\n@return Represents a message whose visibility timeout has been changed successfully.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"setterDocumentation" : "Represents a message whose visibility timeout has been changed successfully.
\n@param id Represents a message whose visibility timeout has been changed successfully.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "Represents a message whose visibility timeout has been changed successfully.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "Id",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Represents a message whose visibility timeout has been changed successfully.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "Represents a message whose visibility timeout has been changed successfully.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "Represents a message whose visibility timeout has been changed successfully.
\n@param id Represents a message whose visibility timeout has been changed successfully.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "Represents a message whose visibility timeout has been changed successfully.
\n@return Represents a message whose visibility timeout has been changed successfully.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"setterDocumentation" : "Represents a message whose visibility timeout has been changed successfully.
\n@param id Represents a message whose visibility timeout has been changed successfully.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "Represents a message whose visibility timeout has been changed successfully.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Id" ],
"shapeName" : "ChangeMessageVisibilityBatchResultEntry",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChangeMessageVisibilityBatchResultEntry",
"variableName" : "changeMessageVisibilityBatchResultEntry",
"variableType" : "ChangeMessageVisibilityBatchResultEntry",
"documentation" : null,
"simpleType" : "ChangeMessageVisibilityBatchResultEntry",
"variableSetterType" : "ChangeMessageVisibilityBatchResultEntry"
},
"wrapper" : false
},
"ChangeMessageVisibilityRequest" : {
"c2jName" : "ChangeMessageVisibilityRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "ChangeMessageVisibility",
"locationName" : null,
"requestUri" : "/",
"target" : "ChangeMessageVisibility",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getQueueUrl",
"beanStyleSetterMethodName" : "setQueueUrl",
"c2jName" : "QueueUrl",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The URL of the Amazon SQS queue whose message's visibility is changed.
Queue URLs and names are case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queueUrl(String)}.\n@param queueUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queueUrl(String)",
"deprecated" : false,
"documentation" : "The URL of the Amazon SQS queue whose message's visibility is changed.
Queue URLs and names are case-sensitive.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "queueUrl",
"fluentSetterDocumentation" : "The URL of the Amazon SQS queue whose message's visibility is changed.
Queue URLs and names are case-sensitive.
\n@param queueUrl The URL of the Amazon SQS queue whose message's visibility is changed. Queue URLs and names are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "queueUrl",
"getterDocumentation" : "
The URL of the Amazon SQS queue whose message's visibility is changed.
Queue URLs and names are case-sensitive.
\n@return The URL of the Amazon SQS queue whose message's visibility is changed. Queue URLs and names are case-sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "QueueUrl",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "QueueUrl",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "QueueUrl",
"setterDocumentation" : "
The URL of the Amazon SQS queue whose message's visibility is changed.
Queue URLs and names are case-sensitive.
\n@param queueUrl The URL of the Amazon SQS queue whose message's visibility is changed. Queue URLs and names are case-sensitive.",
"setterMethodName" : "setQueueUrl",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "queueUrl",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "queueUrl",
"variableType" : "String",
"documentation" : "
The URL of the Amazon SQS queue whose message's visibility is changed.
Queue URLs and names are case-sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getReceiptHandle",
"beanStyleSetterMethodName" : "setReceiptHandle",
"c2jName" : "ReceiptHandle",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #receiptHandle(String)}.\n@param receiptHandle a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #receiptHandle(String)",
"deprecated" : false,
"documentation" : "The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "receiptHandle",
"fluentSetterDocumentation" : "The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.
\n@param receiptHandle The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "receiptHandle",
"getterDocumentation" : "The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.
\n@return The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReceiptHandle",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReceiptHandle",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReceiptHandle",
"setterDocumentation" : "The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.
\n@param receiptHandle The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.",
"setterMethodName" : "setReceiptHandle",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "receiptHandle",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "receiptHandle",
"variableType" : "String",
"documentation" : "The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getVisibilityTimeout",
"beanStyleSetterMethodName" : "setVisibilityTimeout",
"c2jName" : "VisibilityTimeout",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #visibilityTimeout(Integer)}.\n@param visibilityTimeout a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #visibilityTimeout(Integer)",
"deprecated" : false,
"documentation" : "The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "visibilityTimeout",
"fluentSetterDocumentation" : "The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.
\n@param visibilityTimeout The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "visibilityTimeout",
"getterDocumentation" : "The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.
\n@return The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VisibilityTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "VisibilityTimeout",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "VisibilityTimeout",
"setterDocumentation" : "The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.
\n@param visibilityTimeout The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.",
"setterMethodName" : "setVisibilityTimeout",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "visibilityTimeout",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "visibilityTimeout",
"variableType" : "Integer",
"documentation" : "The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"QueueUrl" : {
"beanStyleGetterMethodName" : "getQueueUrl",
"beanStyleSetterMethodName" : "setQueueUrl",
"c2jName" : "QueueUrl",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The URL of the Amazon SQS queue whose message's visibility is changed.
Queue URLs and names are case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queueUrl(String)}.\n@param queueUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queueUrl(String)",
"deprecated" : false,
"documentation" : "The URL of the Amazon SQS queue whose message's visibility is changed.
Queue URLs and names are case-sensitive.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "queueUrl",
"fluentSetterDocumentation" : "The URL of the Amazon SQS queue whose message's visibility is changed.
Queue URLs and names are case-sensitive.
\n@param queueUrl The URL of the Amazon SQS queue whose message's visibility is changed. Queue URLs and names are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "queueUrl",
"getterDocumentation" : "
The URL of the Amazon SQS queue whose message's visibility is changed.
Queue URLs and names are case-sensitive.
\n@return The URL of the Amazon SQS queue whose message's visibility is changed. Queue URLs and names are case-sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "QueueUrl",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "QueueUrl",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "QueueUrl",
"setterDocumentation" : "
The URL of the Amazon SQS queue whose message's visibility is changed.
Queue URLs and names are case-sensitive.
\n@param queueUrl The URL of the Amazon SQS queue whose message's visibility is changed. Queue URLs and names are case-sensitive.",
"setterMethodName" : "setQueueUrl",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "queueUrl",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "queueUrl",
"variableType" : "String",
"documentation" : "
The URL of the Amazon SQS queue whose message's visibility is changed.
Queue URLs and names are case-sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ReceiptHandle" : {
"beanStyleGetterMethodName" : "getReceiptHandle",
"beanStyleSetterMethodName" : "setReceiptHandle",
"c2jName" : "ReceiptHandle",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #receiptHandle(String)}.\n@param receiptHandle a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #receiptHandle(String)",
"deprecated" : false,
"documentation" : "The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "receiptHandle",
"fluentSetterDocumentation" : "The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.
\n@param receiptHandle The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "receiptHandle",
"getterDocumentation" : "The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.
\n@return The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReceiptHandle",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReceiptHandle",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReceiptHandle",
"setterDocumentation" : "The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.
\n@param receiptHandle The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.",
"setterMethodName" : "setReceiptHandle",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "receiptHandle",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "receiptHandle",
"variableType" : "String",
"documentation" : "The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"VisibilityTimeout" : {
"beanStyleGetterMethodName" : "getVisibilityTimeout",
"beanStyleSetterMethodName" : "setVisibilityTimeout",
"c2jName" : "VisibilityTimeout",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #visibilityTimeout(Integer)}.\n@param visibilityTimeout a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #visibilityTimeout(Integer)",
"deprecated" : false,
"documentation" : "The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "visibilityTimeout",
"fluentSetterDocumentation" : "The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.
\n@param visibilityTimeout The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "visibilityTimeout",
"getterDocumentation" : "The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.
\n@return The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VisibilityTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "VisibilityTimeout",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "VisibilityTimeout",
"setterDocumentation" : "The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.
\n@param visibilityTimeout The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.",
"setterMethodName" : "setVisibilityTimeout",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "visibilityTimeout",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "visibilityTimeout",
"variableType" : "Integer",
"documentation" : "The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getQueueUrl",
"beanStyleSetterMethodName" : "setQueueUrl",
"c2jName" : "QueueUrl",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The URL of the Amazon SQS queue whose message's visibility is changed.
Queue URLs and names are case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queueUrl(String)}.\n@param queueUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queueUrl(String)",
"deprecated" : false,
"documentation" : "The URL of the Amazon SQS queue whose message's visibility is changed.
Queue URLs and names are case-sensitive.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "queueUrl",
"fluentSetterDocumentation" : "The URL of the Amazon SQS queue whose message's visibility is changed.
Queue URLs and names are case-sensitive.
\n@param queueUrl The URL of the Amazon SQS queue whose message's visibility is changed. Queue URLs and names are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "queueUrl",
"getterDocumentation" : "
The URL of the Amazon SQS queue whose message's visibility is changed.
Queue URLs and names are case-sensitive.
\n@return The URL of the Amazon SQS queue whose message's visibility is changed. Queue URLs and names are case-sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "QueueUrl",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "QueueUrl",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "QueueUrl",
"setterDocumentation" : "
The URL of the Amazon SQS queue whose message's visibility is changed.
Queue URLs and names are case-sensitive.
\n@param queueUrl The URL of the Amazon SQS queue whose message's visibility is changed. Queue URLs and names are case-sensitive.",
"setterMethodName" : "setQueueUrl",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "queueUrl",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "queueUrl",
"variableType" : "String",
"documentation" : "
The URL of the Amazon SQS queue whose message's visibility is changed.
Queue URLs and names are case-sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getReceiptHandle",
"beanStyleSetterMethodName" : "setReceiptHandle",
"c2jName" : "ReceiptHandle",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #receiptHandle(String)}.\n@param receiptHandle a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #receiptHandle(String)",
"deprecated" : false,
"documentation" : "The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "receiptHandle",
"fluentSetterDocumentation" : "The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.
\n@param receiptHandle The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "receiptHandle",
"getterDocumentation" : "The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.
\n@return The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReceiptHandle",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReceiptHandle",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ReceiptHandle",
"setterDocumentation" : "The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.
\n@param receiptHandle The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.",
"setterMethodName" : "setReceiptHandle",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "receiptHandle",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "receiptHandle",
"variableType" : "String",
"documentation" : "The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage
action.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getVisibilityTimeout",
"beanStyleSetterMethodName" : "setVisibilityTimeout",
"c2jName" : "VisibilityTimeout",
"c2jShape" : "Integer",
"defaultConsumerFluentSetterDocumentation" : "The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #visibilityTimeout(Integer)}.\n@param visibilityTimeout a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #visibilityTimeout(Integer)",
"deprecated" : false,
"documentation" : "The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "visibilityTimeout",
"fluentSetterDocumentation" : "The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.
\n@param visibilityTimeout The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "visibilityTimeout",
"getterDocumentation" : "The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.
\n@return The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VisibilityTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "VisibilityTimeout",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "VisibilityTimeout",
"setterDocumentation" : "The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.
\n@param visibilityTimeout The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.",
"setterMethodName" : "setVisibilityTimeout",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "visibilityTimeout",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "visibilityTimeout",
"variableType" : "Integer",
"documentation" : "The new value for the message's visibility timeout (in seconds). Values values: 0
to 43200
. Maximum: 12 hours.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "QueueUrl", "ReceiptHandle", "VisibilityTimeout" ],
"shapeName" : "ChangeMessageVisibilityRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ChangeMessageVisibilityRequest",
"variableName" : "changeMessageVisibilityRequest",
"variableType" : "ChangeMessageVisibilityRequest",
"documentation" : null,
"simpleType" : "ChangeMessageVisibilityRequest",
"variableSetterType" : "ChangeMessageVisibilityRequest"
},
"wrapper" : false
},
"ChangeMessageVisibilityResponse" : {
"c2jName" : "ChangeMessageVisibilityResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ChangeMessageVisibilityResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChangeMessageVisibilityResponse",
"variableName" : "changeMessageVisibilityResponse",
"variableType" : "ChangeMessageVisibilityResponse",
"documentation" : null,
"simpleType" : "ChangeMessageVisibilityResponse",
"variableSetterType" : "ChangeMessageVisibilityResponse"
},
"wrapper" : false
},
"CreateQueueRequest" : {
"c2jName" : "CreateQueueRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateQueue",
"locationName" : null,
"requestUri" : "/",
"target" : "CreateQueue",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getQueueName",
"beanStyleSetterMethodName" : "setQueueName",
"c2jName" : "QueueName",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the new queue. The following limits apply to this name:
-
A queue name can have up to 80 characters.
-
Valid values: alphanumeric characters, hyphens (-
), and underscores (_
).
-
A FIFO queue name must end with the .fifo
suffix.
Queue URLs and names are case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #queueName(String)}.\n@param queueName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #queueName(String)",
"deprecated" : false,
"documentation" : "The name of the new queue. The following limits apply to this name:
-
A queue name can have up to 80 characters.
-
Valid values: alphanumeric characters, hyphens (-
), and underscores (_
).
-
A FIFO queue name must end with the .fifo
suffix.
Queue URLs and names are case-sensitive.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "queueName",
"fluentSetterDocumentation" : "The name of the new queue. The following limits apply to this name:
-
A queue name can have up to 80 characters.
-
Valid values: alphanumeric characters, hyphens (-
), and underscores (_
).
-
A FIFO queue name must end with the .fifo
suffix.
Queue URLs and names are case-sensitive.
\n@param queueName The name of the new queue. The following limits apply to this name: -
A queue name can have up to 80 characters.
-
Valid values: alphanumeric characters, hyphens (-
), and underscores (_
).
-
A FIFO queue name must end with the .fifo
suffix.
Queue URLs and names are case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "queueName",
"getterDocumentation" : "
The name of the new queue. The following limits apply to this name:
-
A queue name can have up to 80 characters.
-
Valid values: alphanumeric characters, hyphens (-
), and underscores (_
).
-
A FIFO queue name must end with the .fifo
suffix.
Queue URLs and names are case-sensitive.
\n@return The name of the new queue. The following limits apply to this name: -
A queue name can have up to 80 characters.
-
Valid values: alphanumeric characters, hyphens (-
), and underscores (_
).
-
A FIFO queue name must end with the .fifo
suffix.
Queue URLs and names are case-sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "QueueName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "QueueName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "QueueName",
"setterDocumentation" : "
The name of the new queue. The following limits apply to this name:
-
A queue name can have up to 80 characters.
-
Valid values: alphanumeric characters, hyphens (-
), and underscores (_
).
-
A FIFO queue name must end with the .fifo
suffix.
Queue URLs and names are case-sensitive.
\n@param queueName The name of the new queue. The following limits apply to this name: -
A queue name can have up to 80 characters.
-
Valid values: alphanumeric characters, hyphens (-
), and underscores (_
).
-
A FIFO queue name must end with the .fifo
suffix.
Queue URLs and names are case-sensitive.",
"setterMethodName" : "setQueueName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "queueName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "queueName",
"variableType" : "String",
"documentation" : "
The name of the new queue. The following limits apply to this name:
-
A queue name can have up to 80 characters.
-
Valid values: alphanumeric characters, hyphens (-
), and underscores (_
).
-
A FIFO queue name must end with the .fifo
suffix.
Queue URLs and names are case-sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getAttributesAsStrings",
"beanStyleSetterMethodName" : "setAttributesWithStrings",
"c2jName" : "Attributes",
"c2jShape" : "QueueAttributeMap",
"defaultConsumerFluentSetterDocumentation" : "A map of attributes with their corresponding values.
The following lists the names, descriptions, and values of the special request parameters that the CreateQueue
action uses:
-
DelaySeconds
- The length of time, in seconds, for which the delivery of all messages in the queue is delayed. Valid values: An integer from 0 to 900 seconds (15 minutes). Default: 0.
-
MaximumMessageSize
- The limit of how many bytes a message can contain before Amazon SQS rejects it. Valid values: An integer from 1,024 bytes (1 KiB) to 262,144 bytes (256 KiB). Default: 262,144 (256 KiB).
-
MessageRetentionPeriod
- The length of time, in seconds, for which Amazon SQS retains a message. Valid values: An integer from 60 seconds (1 minute) to 1,209,600 seconds (14 days). Default: 345,600 (4 days).
-
Policy
- The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.
-
ReceiveMessageWaitTimeSeconds
- The length of time, in seconds, for which a ReceiveMessage
action waits for a message to arrive. Valid values: An integer from 0 to 20 (seconds). Default: 0.
-
RedrivePolicy
- The string that includes the parameters for the dead-letter queue functionality of the source queue. For more information about the redrive policy and dead-letter queues, see Using Amazon SQS Dead-Letter Queues in the Amazon Simple Queue Service Developer Guide.
-
deadLetterTargetArn
- The Amazon Resource Name (ARN) of the dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount
is exceeded.
-
maxReceiveCount
- The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When the ReceiveCount
for a message exceeds the maxReceiveCount
for a queue, Amazon SQS moves the message to the dead-letter-queue.
The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue.
-
VisibilityTimeout
- The visibility timeout for the queue, in seconds. Valid values: An integer from 0 to 43,200 (12 hours). Default: 30. For more information about the visibility timeout, see Visibility Timeout in the Amazon Simple Queue Service Developer Guide.
The following attributes apply only to server-side-encryption:
-
KmsMasterKeyId
- The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK. For more information, see Key Terms. While the alias of the AWS-managed CMK for Amazon SQS is always alias/aws/sqs
, the alias of a custom CMK can, for example, be alias/MyAlias
. For more examples, see KeyId in the AWS Key Management Service API Reference.
-
KmsDataKeyReusePeriodSeconds
- The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again. An integer representing seconds, between 60 seconds (1 minute) and 86,400 seconds (24 hours). Default: 300 (5 minutes). A shorter time period provides better security but results in more calls to KMS which might incur charges after Free Tier. For more information, see How Does the Data Key Reuse Period Work?.
The following attributes apply only to FIFO (first-in-first-out) queues:
-
FifoQueue
- Designates a queue as FIFO. Valid values: true
, false
. You can provide this attribute only during queue creation. You can't change it for an existing queue. When you set this attribute, you must also provide the MessageGroupId
for your messages explicitly.
For more information, see FIFO Queue Logic in the Amazon Simple Queue Service Developer Guide.
-
ContentBasedDeduplication
- Enables content-based deduplication. Valid values: true
, false
. For more information, see Exactly-Once Processing in the Amazon Simple Queue Service Developer Guide.
-
Every message must have a unique MessageDeduplicationId
,
-
You may provide a MessageDeduplicationId
explicitly.
-
If you aren't able to provide a MessageDeduplicationId
and you enable ContentBasedDeduplication
for your queue, Amazon SQS uses a SHA-256 hash to generate the MessageDeduplicationId
using the body of the message (but not the attributes of the message).
-
If you don't provide a MessageDeduplicationId
and the queue doesn't have ContentBasedDeduplication
set, the action fails with an error.
-
If the queue has ContentBasedDeduplication
set, your MessageDeduplicationId
overrides the generated one.
-
When ContentBasedDeduplication
is in effect, messages with identical content sent within the deduplication interval are treated as duplicates and only one copy of the message is delivered.
-
If you send one message with ContentBasedDeduplication
enabled and then another message with a MessageDeduplicationId
that is the same as the one generated for the first MessageDeduplicationId
, the two messages are treated as duplicates and only one copy of the message is delivered.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #attributesAsStrings(Map)}.\n@param attributes a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributesWithStrings(Map)",
"deprecated" : false,
"documentation" : "A map of attributes with their corresponding values.
The following lists the names, descriptions, and values of the special request parameters that the CreateQueue
action uses:
-
DelaySeconds
- The length of time, in seconds, for which the delivery of all messages in the queue is delayed. Valid values: An integer from 0 to 900 seconds (15 minutes). Default: 0.
-
MaximumMessageSize
- The limit of how many bytes a message can contain before Amazon SQS rejects it. Valid values: An integer from 1,024 bytes (1 KiB) to 262,144 bytes (256 KiB). Default: 262,144 (256 KiB).
-
MessageRetentionPeriod
- The length of time, in seconds, for which Amazon SQS retains a message. Valid values: An integer from 60 seconds (1 minute) to 1,209,600 seconds (14 days). Default: 345,600 (4 days).
-
Policy
- The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.
-
ReceiveMessageWaitTimeSeconds
- The length of time, in seconds, for which a ReceiveMessage
action waits for a message to arrive. Valid values: An integer from 0 to 20 (seconds). Default: 0.
-
RedrivePolicy
- The string that includes the parameters for the dead-letter queue functionality of the source queue. For more information about the redrive policy and dead-letter queues, see Using Amazon SQS Dead-Letter Queues in the Amazon Simple Queue Service Developer Guide.
-
deadLetterTargetArn
- The Amazon Resource Name (ARN) of the dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount
is exceeded.
-
maxReceiveCount
- The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When the ReceiveCount
for a message exceeds the maxReceiveCount
for a queue, Amazon SQS moves the message to the dead-letter-queue.
The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue.
-
VisibilityTimeout
- The visibility timeout for the queue, in seconds. Valid values: An integer from 0 to 43,200 (12 hours). Default: 30. For more information about the visibility timeout, see Visibility Timeout in the Amazon Simple Queue Service Developer Guide.
The following attributes apply only to server-side-encryption:
-
KmsMasterKeyId
- The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK. For more information, see Key Terms. While the alias of the AWS-managed CMK for Amazon SQS is always alias/aws/sqs
, the alias of a custom CMK can, for example, be alias/MyAlias
. For more examples, see KeyId in the AWS Key Management Service API Reference.
-
KmsDataKeyReusePeriodSeconds
- The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again. An integer representing seconds, between 60 seconds (1 minute) and 86,400 seconds (24 hours). Default: 300 (5 minutes). A shorter time period provides better security but results in more calls to KMS which might incur charges after Free Tier. For more information, see How Does the Data Key Reuse Period Work?.
The following attributes apply only to FIFO (first-in-first-out) queues:
-
FifoQueue
- Designates a queue as FIFO. Valid values: true
, false
. You can provide this attribute only during queue creation. You can't change it for an existing queue. When you set this attribute, you must also provide the MessageGroupId
for your messages explicitly.
For more information, see FIFO Queue Logic in the Amazon Simple Queue Service Developer Guide.
-
ContentBasedDeduplication
- Enables content-based deduplication. Valid values: true
, false
. For more information, see Exactly-Once Processing in the Amazon Simple Queue Service Developer Guide.
-
Every message must have a unique MessageDeduplicationId
,
-
You may provide a MessageDeduplicationId
explicitly.
-
If you aren't able to provide a MessageDeduplicationId
and you enable ContentBasedDeduplication
for your queue, Amazon SQS uses a SHA-256 hash to generate the MessageDeduplicationId
using the body of the message (but not the attributes of the message).
-
If you don't provide a MessageDeduplicationId
and the queue doesn't have ContentBasedDeduplication
set, the action fails with an error.
-
If the queue has ContentBasedDeduplication
set, your MessageDeduplicationId
overrides the generated one.
-
When ContentBasedDeduplication
is in effect, messages with identical content sent within the deduplication interval are treated as duplicates and only one copy of the message is delivered.
-
If you send one message with ContentBasedDeduplication
enabled and then another message with a MessageDeduplicationId
that is the same as the one generated for the first MessageDeduplicationId
, the two messages are treated as duplicates and only one copy of the message is delivered.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "attributes",
"fluentEnumSetterMethodName" : "attributes",
"fluentGetterMethodName" : "attributesAsStrings",
"fluentSetterDocumentation" : "A map of attributes with their corresponding values.
The following lists the names, descriptions, and values of the special request parameters that the CreateQueue
action uses:
-
DelaySeconds
- The length of time, in seconds, for which the delivery of all messages in the queue is delayed. Valid values: An integer from 0 to 900 seconds (15 minutes). Default: 0.
-
MaximumMessageSize
- The limit of how many bytes a message can contain before Amazon SQS rejects it. Valid values: An integer from 1,024 bytes (1 KiB) to 262,144 bytes (256 KiB). Default: 262,144 (256 KiB).
-
MessageRetentionPeriod
- The length of time, in seconds, for which Amazon SQS retains a message. Valid values: An integer from 60 seconds (1 minute) to 1,209,600 seconds (14 days). Default: 345,600 (4 days).
-
Policy
- The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.
-
ReceiveMessageWaitTimeSeconds
- The length of time, in seconds, for which a ReceiveMessage
action waits for a message to arrive. Valid values: An integer from 0 to 20 (seconds). Default: 0.
-
RedrivePolicy
- The string that includes the parameters for the dead-letter queue functionality of the source queue. For more information about the redrive policy and dead-letter queues, see Using Amazon SQS Dead-Letter Queues in the Amazon Simple Queue Service Developer Guide.
-
deadLetterTargetArn
- The Amazon Resource Name (ARN) of the dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount
is exceeded.
-
maxReceiveCount
- The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When the ReceiveCount
for a message exceeds the maxReceiveCount
for a queue, Amazon SQS moves the message to the dead-letter-queue.
The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue.
-
VisibilityTimeout
- The visibility timeout for the queue, in seconds. Valid values: An integer from 0 to 43,200 (12 hours). Default: 30. For more information about the visibility timeout, see Visibility Timeout in the Amazon Simple Queue Service Developer Guide.
The following attributes apply only to server-side-encryption:
-
KmsMasterKeyId
- The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK. For more information, see Key Terms. While the alias of the AWS-managed CMK for Amazon SQS is always alias/aws/sqs
, the alias of a custom CMK can, for example, be alias/MyAlias
. For more examples, see KeyId in the AWS Key Management Service API Reference.
-
KmsDataKeyReusePeriodSeconds
- The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again. An integer representing seconds, between 60 seconds (1 minute) and 86,400 seconds (24 hours). Default: 300 (5 minutes). A shorter time period provides better security but results in more calls to KMS which might incur charges after Free Tier. For more information, see How Does the Data Key Reuse Period Work?.
The following attributes apply only to FIFO (first-in-first-out) queues:
-
FifoQueue
- Designates a queue as FIFO. Valid values: true
, false
. You can provide this attribute only during queue creation. You can't change it for an existing queue. When you set this attribute, you must also provide the MessageGroupId
for your messages explicitly.
For more information, see FIFO Queue Logic in the Amazon Simple Queue Service Developer Guide.
-
ContentBasedDeduplication
- Enables content-based deduplication. Valid values: true
, false
. For more information, see Exactly-Once Processing in the Amazon Simple Queue Service Developer Guide.
-
Every message must have a unique MessageDeduplicationId
,
-
You may provide a MessageDeduplicationId
explicitly.
-
If you aren't able to provide a MessageDeduplicationId
and you enable ContentBasedDeduplication
for your queue, Amazon SQS uses a SHA-256 hash to generate the MessageDeduplicationId
using the body of the message (but not the attributes of the message).
-
If you don't provide a MessageDeduplicationId
and the queue doesn't have ContentBasedDeduplication
set, the action fails with an error.
-
If the queue has ContentBasedDeduplication
set, your MessageDeduplicationId
overrides the generated one.
-
When ContentBasedDeduplication
is in effect, messages with identical content sent within the deduplication interval are treated as duplicates and only one copy of the message is delivered.
-
If you send one message with ContentBasedDeduplication
enabled and then another message with a MessageDeduplicationId
that is the same as the one generated for the first MessageDeduplicationId
, the two messages are treated as duplicates and only one copy of the message is delivered.
\n@param attributes A map of attributes with their corresponding values. The following lists the names, descriptions, and values of the special request parameters that the CreateQueue
action uses:
-
DelaySeconds
- The length of time, in seconds, for which the delivery of all messages in the queue is delayed. Valid values: An integer from 0 to 900 seconds (15 minutes). Default: 0.
-
MaximumMessageSize
- The limit of how many bytes a message can contain before Amazon SQS rejects it. Valid values: An integer from 1,024 bytes (1 KiB) to 262,144 bytes (256 KiB). Default: 262,144 (256 KiB).
-
MessageRetentionPeriod
- The length of time, in seconds, for which Amazon SQS retains a message. Valid values: An integer from 60 seconds (1 minute) to 1,209,600 seconds (14 days). Default: 345,600 (4 days).
-
Policy
- The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.
-
ReceiveMessageWaitTimeSeconds
- The length of time, in seconds, for which a ReceiveMessage
action waits for a message to arrive. Valid values: An integer from 0 to 20 (seconds). Default: 0.
-
RedrivePolicy
- The string that includes the parameters for the dead-letter queue functionality of the source queue. For more information about the redrive policy and dead-letter queues, see Using Amazon SQS Dead-Letter Queues in the Amazon Simple Queue Service Developer Guide.
-
deadLetterTargetArn
- The Amazon Resource Name (ARN) of the dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount
is exceeded.
-
maxReceiveCount
- The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When the ReceiveCount
for a message exceeds the maxReceiveCount
for a queue, Amazon SQS moves the message to the dead-letter-queue.
The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue.
-
VisibilityTimeout
- The visibility timeout for the queue, in seconds. Valid values: An integer from 0 to 43,200 (12 hours). Default: 30. For more information about the visibility timeout, see Visibility Timeout in the Amazon Simple Queue Service Developer Guide.
The following attributes apply only to server-side-encryption:
-
KmsMasterKeyId
- The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK. For more information, see Key Terms. While the alias of the AWS-managed CMK for Amazon SQS is always alias/aws/sqs
, the alias of a custom CMK can, for example, be alias/MyAlias
. For more examples, see KeyId in the AWS Key Management Service API Reference.
-
KmsDataKeyReusePeriodSeconds
- The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again. An integer representing seconds, between 60 seconds (1 minute) and 86,400 seconds (24 hours). Default: 300 (5 minutes). A shorter time period provides better security but results in more calls to KMS which might incur charges after Free Tier. For more information, see How Does the Data Key Reuse Period Work?.
The following attributes apply only to FIFO (first-in-first-out) queues:
-
FifoQueue
- Designates a queue as FIFO. Valid values: true
, false
. You can provide this attribute only during queue creation. You can't change it for an existing queue. When you set this attribute, you must also provide the MessageGroupId
for your messages explicitly.
For more information, see FIFO Queue Logic in the Amazon Simple Queue Service Developer Guide.
-
ContentBasedDeduplication
- Enables content-based deduplication. Valid values: true
, false
. For more information, see Exactly-Once Processing in the Amazon Simple Queue Service Developer Guide.
-
Every message must have a unique MessageDeduplicationId
,
-
You may provide a MessageDeduplicationId
explicitly.
-
If you aren't able to provide a MessageDeduplicationId
and you enable ContentBasedDeduplication
for your queue, Amazon SQS uses a SHA-256 hash to generate the MessageDeduplicationId
using the body of the message (but not the attributes of the message).
-
If you don't provide a MessageDeduplicationId
and the queue doesn't have ContentBasedDeduplication
set, the action fails with an error.
-
If the queue has ContentBasedDeduplication
set, your MessageDeduplicationId
overrides the generated one.
-
When ContentBasedDeduplication
is in effect, messages with identical content sent within the deduplication interval are treated as duplicates and only one copy of the message is delivered.
-
If you send one message with ContentBasedDeduplication
enabled and then another message with a MessageDeduplicationId
that is the same as the one generated for the first MessageDeduplicationId
, the two messages are treated as duplicates and only one copy of the message is delivered.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributesWithStrings",
"getterDocumentation" : "A map of attributes with their corresponding values.
The following lists the names, descriptions, and values of the special request parameters that the CreateQueue
action uses:
-
DelaySeconds
- The length of time, in seconds, for which the delivery of all messages in the queue is delayed. Valid values: An integer from 0 to 900 seconds (15 minutes). Default: 0.
-
MaximumMessageSize
- The limit of how many bytes a message can contain before Amazon SQS rejects it. Valid values: An integer from 1,024 bytes (1 KiB) to 262,144 bytes (256 KiB). Default: 262,144 (256 KiB).
-
MessageRetentionPeriod
- The length of time, in seconds, for which Amazon SQS retains a message. Valid values: An integer from 60 seconds (1 minute) to 1,209,600 seconds (14 days). Default: 345,600 (4 days).
-
Policy
- The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.
-
ReceiveMessageWaitTimeSeconds
- The length of time, in seconds, for which a ReceiveMessage
action waits for a message to arrive. Valid values: An integer from 0 to 20 (seconds). Default: 0.
-
RedrivePolicy
- The string that includes the parameters for the dead-letter queue functionality of the source queue. For more information about the redrive policy and dead-letter queues, see Using Amazon SQS Dead-Letter Queues in the Amazon Simple Queue Service Developer Guide.
-
deadLetterTargetArn
- The Amazon Resource Name (ARN) of the dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount
is exceeded.
-
maxReceiveCount
- The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When the ReceiveCount
for a message exceeds the maxReceiveCount
for a queue, Amazon SQS moves the message to the dead-letter-queue.
The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue.
-
VisibilityTimeout
- The visibility timeout for the queue, in seconds. Valid values: An integer from 0 to 43,200 (12 hours). Default: 30. For more information about the visibility timeout, see Visibility Timeout in the Amazon Simple Queue Service Developer Guide.
The following attributes apply only to server-side-encryption:
-
KmsMasterKeyId
- The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK. For more information, see Key Terms. While the alias of the AWS-managed CMK for Amazon SQS is always alias/aws/sqs
, the alias of a custom CMK can, for example, be alias/MyAlias
. For more examples, see KeyId in the AWS Key Management Service API Reference.
-
KmsDataKeyReusePeriodSeconds
- The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again. An integer representing seconds, between 60 seconds (1 minute) and 86,400 seconds (24 hours). Default: 300 (5 minutes). A shorter time period provides better security but results in more calls to KMS which might incur charges after Free Tier. For more information, see How Does the Data Key Reuse Period Work?.
The following attributes apply only to FIFO (first-in-first-out) queues:
-
FifoQueue
- Designates a queue as FIFO. Valid values: true
, false
. You can provide this attribute only during queue creation. You can't change it for an existing queue. When you set this attribute, you must also provide the MessageGroupId
for your messages explicitly.
For more information, see FIFO Queue Logic in the Amazon Simple Queue Service Developer Guide.
-
ContentBasedDeduplication
- Enables content-based deduplication. Valid values: true
, false
. For more information, see Exactly-Once Processing in the Amazon Simple Queue Service Developer Guide.
-
Every message must have a unique MessageDeduplicationId
,
-
You may provide a MessageDeduplicationId
explicitly.
-
If you aren't able to provide a MessageDeduplicationId
and you enable ContentBasedDeduplication
for your queue, Amazon SQS uses a SHA-256 hash to generate the MessageDeduplicationId
using the body of the message (but not the attributes of the message).
-
If you don't provide a MessageDeduplicationId
and the queue doesn't have ContentBasedDeduplication
set, the action fails with an error.
-
If the queue has ContentBasedDeduplication
set, your MessageDeduplicationId
overrides the generated one.
-
When ContentBasedDeduplication
is in effect, messages with identical content sent within the deduplication interval are treated as duplicates and only one copy of the message is delivered.
-
If you send one message with ContentBasedDeduplication
enabled and then another message with a MessageDeduplicationId
that is the same as the one generated for the first MessageDeduplicationId
, the two messages are treated as duplicates and only one copy of the message is delivered.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A map of attributes with their corresponding values. The following lists the names, descriptions, and values of the special request parameters that the CreateQueue
action uses:
-
DelaySeconds
- The length of time, in seconds, for which the delivery of all messages in the queue is delayed. Valid values: An integer from 0 to 900 seconds (15 minutes). Default: 0.
-
MaximumMessageSize
- The limit of how many bytes a message can contain before Amazon SQS rejects it. Valid values: An integer from 1,024 bytes (1 KiB) to 262,144 bytes (256 KiB). Default: 262,144 (256 KiB).
-
MessageRetentionPeriod
- The length of time, in seconds, for which Amazon SQS retains a message. Valid values: An integer from 60 seconds (1 minute) to 1,209,600 seconds (14 days). Default: 345,600 (4 days).
-
Policy
- The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.
-
ReceiveMessageWaitTimeSeconds
- The length of time, in seconds, for which a ReceiveMessage
action waits for a message to arrive. Valid values: An integer from 0 to 20 (seconds). Default: 0.
-
RedrivePolicy
- The string that includes the parameters for the dead-letter queue functionality of the source queue. For more information about the redrive policy and dead-letter queues, see Using Amazon SQS Dead-Letter Queues in the Amazon Simple Queue Service Developer Guide.
-
deadLetterTargetArn
- The Amazon Resource Name (ARN) of the dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount
is exceeded.
-
maxReceiveCount
- The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When the ReceiveCount
for a message exceeds the maxReceiveCount
for a queue, Amazon SQS moves the message to the dead-letter-queue.
The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue.
-
VisibilityTimeout
- The visibility timeout for the queue, in seconds. Valid values: An integer from 0 to 43,200 (12 hours). Default: 30. For more information about the visibility timeout, see Visibility Timeout in the Amazon Simple Queue Service Developer Guide.
The following attributes apply only to server-side-encryption:
-
KmsMasterKeyId
- The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK. For more information, see Key Terms. While the alias of the AWS-managed CMK for Amazon SQS is always alias/aws/sqs
, the alias of a custom CMK can, for example, be alias/MyAlias
. For more examples, see KeyId in the AWS Key Management Service API Reference.
-
KmsDataKeyReusePeriodSeconds
- The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again. An integer representing seconds, between 60 seconds (1 minute) and 86,400 seconds (24 hours). Default: 300 (5 minutes). A shorter time period provides better security but results in more calls to KMS which might incur charges after Free Tier. For more information, see How Does the Data Key Reuse Period Work?.
The following attributes apply only to FIFO (first-in-first-out) queues:
-
FifoQueue
- Designates a queue as FIFO. Valid values: true
, false
. You can provide this attribute only during queue creation. You can't change it for an existing queue. When you set this attribute, you must also provide the MessageGroupId
for your messages explicitly.
For more information, see FIFO Queue Logic in the Amazon Simple Queue Service Developer Guide.
-
ContentBasedDeduplication
- Enables content-based deduplication. Valid values: true
, false
. For more information, see Exactly-Once Processing in the Amazon Simple Queue Service Developer Guide.
-
Every message must have a unique MessageDeduplicationId
,
-
You may provide a MessageDeduplicationId
explicitly.
-
If you aren't able to provide a MessageDeduplicationId
and you enable ContentBasedDeduplication
for your queue, Amazon SQS uses a SHA-256 hash to generate the MessageDeduplicationId
using the body of the message (but not the attributes of the message).
-
If you don't provide a MessageDeduplicationId
and the queue doesn't have ContentBasedDeduplication
set, the action fails with an error.
-
If the queue has ContentBasedDeduplication
set, your MessageDeduplicationId
overrides the generated one.
-
When ContentBasedDeduplication
is in effect, messages with identical content sent within the deduplication interval are treated as duplicates and only one copy of the message is delivered.
-
If you send one message with ContentBasedDeduplication
enabled and then another message with a MessageDeduplicationId
that is the same as the one generated for the first MessageDeduplicationId
, the two messages are treated as duplicates and only one copy of the message is delivered.
",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Attribute",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Attribute",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "Name",
"keyModel" : {
"beanStyleGetterMethodName" : "getKeyAsString",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "QueueAttributeName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #keyAsString(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "QueueAttributeName",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "key",
"fluentEnumSetterMethodName" : "key",
"fluentGetterMethodName" : "keyAsString",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@see QueueAttributeName\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #key} will return {@link QueueAttributeName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #keyAsString}.\n
\n@return The value of the Key property for this object.\n@see QueueAttributeName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@see QueueAttributeName",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "Value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "Attributes",
"setterDocumentation" : "A map of attributes with their corresponding values.
The following lists the names, descriptions, and values of the special request parameters that the CreateQueue
action uses:
-
DelaySeconds
- The length of time, in seconds, for which the delivery of all messages in the queue is delayed. Valid values: An integer from 0 to 900 seconds (15 minutes). Default: 0.
-
MaximumMessageSize
- The limit of how many bytes a message can contain before Amazon SQS rejects it. Valid values: An integer from 1,024 bytes (1 KiB) to 262,144 bytes (256 KiB). Default: 262,144 (256 KiB).
-
MessageRetentionPeriod
- The length of time, in seconds, for which Amazon SQS retains a message. Valid values: An integer from 60 seconds (1 minute) to 1,209,600 seconds (14 days). Default: 345,600 (4 days).
-
Policy
- The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.
-
ReceiveMessageWaitTimeSeconds
- The length of time, in seconds, for which a ReceiveMessage
action waits for a message to arrive. Valid values: An integer from 0 to 20 (seconds). Default: 0.
-
RedrivePolicy
- The string that includes the parameters for the dead-letter queue functionality of the source queue. For more information about the redrive policy and dead-letter queues, see Using Amazon SQS Dead-Letter Queues in the Amazon Simple Queue Service Developer Guide.
-
deadLetterTargetArn
- The Amazon Resource Name (ARN) of the dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount
is exceeded.
-
maxReceiveCount
- The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When the ReceiveCount
for a message exceeds the maxReceiveCount
for a queue, Amazon SQS moves the message to the dead-letter-queue.
The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue.
-
VisibilityTimeout
- The visibility timeout for the queue, in seconds. Valid values: An integer from 0 to 43,200 (12 hours). Default: 30. For more information about the visibility timeout, see Visibility Timeout in the Amazon Simple Queue Service Developer Guide.
The following attributes apply only to server-side-encryption:
-
KmsMasterKeyId
- The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK. For more information, see Key Terms. While the alias of the AWS-managed CMK for Amazon SQS is always alias/aws/sqs
, the alias of a custom CMK can, for example, be alias/MyAlias
. For more examples, see KeyId in the AWS Key Management Service API Reference.
-
KmsDataKeyReusePeriodSeconds
- The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again. An integer representing seconds, between 60 seconds (1 minute) and 86,400 seconds (24 hours). Default: 300 (5 minutes). A shorter time period provides better security but results in more calls to KMS which might incur charges after Free Tier. For more information, see How Does the Data Key Reuse Period Work?.
The following attributes apply only to FIFO (first-in-first-out) queues:
-
FifoQueue
- Designates a queue as FIFO. Valid values: true
, false
. You can provide this attribute only during queue creation. You can't change it for an existing queue. When you set this attribute, you must also provide the MessageGroupId
for your messages explicitly.
For more information, see FIFO Queue Logic in the Amazon Simple Queue Service Developer Guide.
-
ContentBasedDeduplication
- Enables content-based deduplication. Valid values: true
, false
. For more information, see Exactly-Once Processing in the Amazon Simple Queue Service Developer Guide.
-
Every message must have a unique MessageDeduplicationId
,
-
You may provide a MessageDeduplicationId
explicitly.
-
If you aren't able to provide a MessageDeduplicationId
and you enable ContentBasedDeduplication
for your queue, Amazon SQS uses a SHA-256 hash to generate the MessageDeduplicationId
using the body of the message (but not the attributes of the message).
-
If you don't provide a MessageDeduplicationId
and the queue doesn't have ContentBasedDeduplication
set, the action fails with an error.
-
If the queue has ContentBasedDeduplication
set, your MessageDeduplicationId
overrides the generated one.
-
When ContentBasedDeduplication
is in effect, messages with identical content sent within the deduplication interval are treated as duplicates and only one copy of the message is delivered.
-
If you send one message with ContentBasedDeduplication
enabled and then another message with a MessageDeduplicationId
that is the same as the one generated for the first MessageDeduplicationId
, the two messages are treated as duplicates and only one copy of the message is delivered.
\n@param attributes A map of attributes with their corresponding values. The following lists the names, descriptions, and values of the special request parameters that the CreateQueue
action uses:
-
DelaySeconds
- The length of time, in seconds, for which the delivery of all messages in the queue is delayed. Valid values: An integer from 0 to 900 seconds (15 minutes). Default: 0.
-
MaximumMessageSize
- The limit of how many bytes a message can contain before Amazon SQS rejects it. Valid values: An integer from 1,024 bytes (1 KiB) to 262,144 bytes (256 KiB). Default: 262,144 (256 KiB).
-
MessageRetentionPeriod
- The length of time, in seconds, for which Amazon SQS retains a message. Valid values: An integer from 60 seconds (1 minute) to 1,209,600 seconds (14 days). Default: 345,600 (4 days).
-
Policy
- The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.
-
ReceiveMessageWaitTimeSeconds
- The length of time, in seconds, for which a ReceiveMessage
action waits for a message to arrive. Valid values: An integer from 0 to 20 (seconds). Default: 0.
-
RedrivePolicy
- The string that includes the parameters for the dead-letter queue functionality of the source queue. For more information about the redrive policy and dead-letter queues, see Using Amazon SQS Dead-Letter Queues in the Amazon Simple Queue Service Developer Guide.
-
deadLetterTargetArn
- The Amazon Resource Name (ARN) of the dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount
is exceeded.
-
maxReceiveCount
- The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When the ReceiveCount
for a message exceeds the maxReceiveCount
for a queue, Amazon SQS moves the message to the dead-letter-queue.
The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue.
-
VisibilityTimeout
- The visibility timeout for the queue, in seconds. Valid values: An integer from 0 to 43,200 (12 hours). Default: 30. For more information about the visibility timeout, see Visibility Timeout in the Amazon Simple Queue Service Developer Guide.
The following attributes apply only to server-side-encryption:
-
KmsMasterKeyId
- The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK. For more information, see Key Terms. While the alias of the AWS-managed CMK for Amazon SQS is always alias/aws/sqs
, the alias of a custom CMK can, for example, be alias/MyAlias
. For more examples, see KeyId in the AWS Key Management Service API Reference.
-
KmsDataKeyReusePeriodSeconds
- The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again. An integer representing seconds, between 60 seconds (1 minute) and 86,400 seconds (24 hours). Default: 300 (5 minutes). A shorter time period provides better security but results in more calls to KMS which might incur charges after Free Tier. For more information, see How Does the Data Key Reuse Period Work?.
The following attributes apply only to FIFO (first-in-first-out) queues:
-
FifoQueue
- Designates a queue as FIFO. Valid values: true
, false
. You can provide this attribute only during queue creation. You can't change it for an existing queue. When you set this attribute, you must also provide the MessageGroupId
for your messages explicitly.
For more information, see FIFO Queue Logic in the Amazon Simple Queue Service Developer Guide.
-
ContentBasedDeduplication
- Enables content-based deduplication. Valid values: true
, false
. For more information, see Exactly-Once Processing in the Amazon Simple Queue Service Developer Guide.
-
Every message must have a unique MessageDeduplicationId
,
-
You may provide a MessageDeduplicationId
explicitly.
-
If you aren't able to provide a MessageDeduplicationId
and you enable ContentBasedDeduplication
for your queue, Amazon SQS uses a SHA-256 hash to generate the MessageDeduplicationId
using the body of the message (but not the attributes of the message).
-
If you don't provide a MessageDeduplicationId
and the queue doesn't have ContentBasedDeduplication
set, the action fails with an error.
-
If the queue has ContentBasedDeduplication
set, your MessageDeduplicationId
overrides the generated one.
-
When ContentBasedDeduplication
is in effect, messages with identical content sent within the deduplication interval are treated as duplicates and only one copy of the message is delivered.
-
If you send one message with ContentBasedDeduplication
enabled and then another message with a MessageDeduplicationId
that is the same as the one generated for the first MessageDeduplicationId
, the two messages are treated as duplicates and only one copy of the message is delivered.
",
"setterMethodName" : "setAttributesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "A map of attributes with their corresponding values.
The following lists the names, descriptions, and values of the special request parameters that the CreateQueue
action uses:
-
DelaySeconds
- The length of time, in seconds, for which the delivery of all messages in the queue is delayed. Valid values: An integer from 0 to 900 seconds (15 minutes). Default: 0.
-
MaximumMessageSize
- The limit of how many bytes a message can contain before Amazon SQS rejects it. Valid values: An integer from 1,024 bytes (1 KiB) to 262,144 bytes (256 KiB). Default: 262,144 (256 KiB).
-
MessageRetentionPeriod
- The length of time, in seconds, for which Amazon SQS retains a message. Valid values: An integer from 60 seconds (1 minute) to 1,209,600 seconds (14 days). Default: 345,600 (4 days).
-
Policy
- The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.
-
ReceiveMessageWaitTimeSeconds
- The length of time, in seconds, for which a ReceiveMessage
action waits for a message to arrive. Valid values: An integer from 0 to 20 (seconds). Default: 0.
-
RedrivePolicy
- The string that includes the parameters for the dead-letter queue functionality of the source queue. For more information about the redrive policy and dead-letter queues, see Using Amazon SQS Dead-Letter Queues in the Amazon Simple Queue Service Developer Guide.
-
deadLetterTargetArn
- The Amazon Resource Name (ARN) of the dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount
is exceeded.
-
maxReceiveCount
- The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When the ReceiveCount
for a message exceeds the maxReceiveCount
for a queue, Amazon SQS moves the message to the dead-letter-queue.
The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue.
-
VisibilityTimeout
- The visibility timeout for the queue, in seconds. Valid values: An integer from 0 to 43,200 (12 hours). Default: 30. For more information about the visibility timeout, see Visibility Timeout in the Amazon Simple Queue Service Developer Guide.
The following attributes apply only to server-side-encryption:
-
KmsMasterKeyId
- The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK. For more information, see Key Terms. While the alias of the AWS-managed CMK for Amazon SQS is always alias/aws/sqs
, the alias of a custom CMK can, for example, be alias/MyAlias
. For more examples, see KeyId in the AWS Key Management Service API Reference.
-
KmsDataKeyReusePeriodSeconds
- The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again. An integer representing seconds, between 60 seconds (1 minute) and 86,400 seconds (24 hours). Default: 300 (5 minutes). A shorter time period provides better security but results in more calls to KMS which might incur charges after Free Tier. For more information, see How Does the Data Key Reuse Period Work?.
The following attributes apply only to FIFO (first-in-first-out) queues:
-
FifoQueue
- Designates a queue as FIFO. Valid values: true
, false
. You can provide this attribute only during queue creation. You can't change it for an existing queue. When you set this attribute, you must also provide the MessageGroupId
for your messages explicitly.
For more information, see FIFO Queue Logic in the Amazon Simple Queue Service Developer Guide.
-
ContentBasedDeduplication
- Enables content-based deduplication. Valid values: true
, false
. For more information, see Exactly-Once Processing in the Amazon Simple Queue Service Developer Guide.
-
Every message must have a unique MessageDeduplicationId
,
-
You may provide a MessageDeduplicationId
explicitly.
-
If you aren't able to provide a MessageDeduplicationId
and you enable ContentBasedDeduplication
for your queue, Amazon SQS uses a SHA-256 hash to generate the MessageDeduplicationId
using the body of the message (but not the attributes of the message).
-
If you don't provide a MessageDeduplicationId
and the queue doesn't have ContentBasedDeduplication
set, the action fails with an error.
-
If the queue has ContentBasedDeduplication
set, your MessageDeduplicationId
overrides the generated one.
-
When ContentBasedDeduplication
is in effect, messages with identical content sent within the deduplication interval are treated as duplicates and only one copy of the message is delivered.
-
If you send one message with ContentBasedDeduplication
enabled and then another message with a MessageDeduplicationId
that is the same as the one generated for the first MessageDeduplicationId
, the two messages are treated as duplicates and only one copy of the message is delivered.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Attributes" : {
"beanStyleGetterMethodName" : "getAttributesAsStrings",
"beanStyleSetterMethodName" : "setAttributesWithStrings",
"c2jName" : "Attributes",
"c2jShape" : "QueueAttributeMap",
"defaultConsumerFluentSetterDocumentation" : "A map of attributes with their corresponding values.
The following lists the names, descriptions, and values of the special request parameters that the CreateQueue
action uses:
-
DelaySeconds
- The length of time, in seconds, for which the delivery of all messages in the queue is delayed. Valid values: An integer from 0 to 900 seconds (15 minutes). Default: 0.
-
MaximumMessageSize
- The limit of how many bytes a message can contain before Amazon SQS rejects it. Valid values: An integer from 1,024 bytes (1 KiB) to 262,144 bytes (256 KiB). Default: 262,144 (256 KiB).
-
MessageRetentionPeriod
- The length of time, in seconds, for which Amazon SQS retains a message. Valid values: An integer from 60 seconds (1 minute) to 1,209,600 seconds (14 days). Default: 345,600 (4 days).
-
Policy
- The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.
-
ReceiveMessageWaitTimeSeconds
- The length of time, in seconds, for which a ReceiveMessage
action waits for a message to arrive. Valid values: An integer from 0 to 20 (seconds). Default: 0.
-
RedrivePolicy
- The string that includes the parameters for the dead-letter queue functionality of the source queue. For more information about the redrive policy and dead-letter queues, see Using Amazon SQS Dead-Letter Queues in the Amazon Simple Queue Service Developer Guide.
-
deadLetterTargetArn
- The Amazon Resource Name (ARN) of the dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount
is exceeded.
-
maxReceiveCount
- The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When the ReceiveCount
for a message exceeds the maxReceiveCount
for a queue, Amazon SQS moves the message to the dead-letter-queue.
The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue.
-
VisibilityTimeout
- The visibility timeout for the queue, in seconds. Valid values: An integer from 0 to 43,200 (12 hours). Default: 30. For more information about the visibility timeout, see Visibility Timeout in the Amazon Simple Queue Service Developer Guide.
The following attributes apply only to server-side-encryption:
-
KmsMasterKeyId
- The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK. For more information, see Key Terms. While the alias of the AWS-managed CMK for Amazon SQS is always alias/aws/sqs
, the alias of a custom CMK can, for example, be alias/MyAlias
. For more examples, see KeyId in the AWS Key Management Service API Reference.
-
KmsDataKeyReusePeriodSeconds
- The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again. An integer representing seconds, between 60 seconds (1 minute) and 86,400 seconds (24 hours). Default: 300 (5 minutes). A shorter time period provides better security but results in more calls to KMS which might incur charges after Free Tier. For more information, see How Does the Data Key Reuse Period Work?.
The following attributes apply only to FIFO (first-in-first-out) queues:
-
FifoQueue
- Designates a queue as FIFO. Valid values: true
, false
. You can provide this attribute only during queue creation. You can't change it for an existing queue. When you set this attribute, you must also provide the MessageGroupId
for your messages explicitly.
For more information, see FIFO Queue Logic in the Amazon Simple Queue Service Developer Guide.
-
ContentBasedDeduplication
- Enables content-based deduplication. Valid values: true
, false
. For more information, see Exactly-Once Processing in the Amazon Simple Queue Service Developer Guide.
-
Every message must have a unique MessageDeduplicationId
,
-
You may provide a MessageDeduplicationId
explicitly.
-
If you aren't able to provide a MessageDeduplicationId
and you enable ContentBasedDeduplication
for your queue, Amazon SQS uses a SHA-256 hash to generate the MessageDeduplicationId
using the body of the message (but not the attributes of the message).
-
If you don't provide a MessageDeduplicationId
and the queue doesn't have ContentBasedDeduplication
set, the action fails with an error.
-
If the queue has ContentBasedDeduplication
set, your MessageDeduplicationId
overrides the generated one.
-
When ContentBasedDeduplication
is in effect, messages with identical content sent within the deduplication interval are treated as duplicates and only one copy of the message is delivered.
-
If you send one message with ContentBasedDeduplication
enabled and then another message with a MessageDeduplicationId
that is the same as the one generated for the first MessageDeduplicationId
, the two messages are treated as duplicates and only one copy of the message is delivered.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #attributesAsStrings(Map)}.\n@param attributes a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #attributesWithStrings(Map)",
"deprecated" : false,
"documentation" : "A map of attributes with their corresponding values.
The following lists the names, descriptions, and values of the special request parameters that the CreateQueue
action uses:
-
DelaySeconds
- The length of time, in seconds, for which the delivery of all messages in the queue is delayed. Valid values: An integer from 0 to 900 seconds (15 minutes). Default: 0.
-
MaximumMessageSize
- The limit of how many bytes a message can contain before Amazon SQS rejects it. Valid values: An integer from 1,024 bytes (1 KiB) to 262,144 bytes (256 KiB). Default: 262,144 (256 KiB).
-
MessageRetentionPeriod
- The length of time, in seconds, for which Amazon SQS retains a message. Valid values: An integer from 60 seconds (1 minute) to 1,209,600 seconds (14 days). Default: 345,600 (4 days).
-
Policy
- The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.
-
ReceiveMessageWaitTimeSeconds
- The length of time, in seconds, for which a ReceiveMessage
action waits for a message to arrive. Valid values: An integer from 0 to 20 (seconds). Default: 0.
-
RedrivePolicy
- The string that includes the parameters for the dead-letter queue functionality of the source queue. For more information about the redrive policy and dead-letter queues, see Using Amazon SQS Dead-Letter Queues in the Amazon Simple Queue Service Developer Guide.
-
deadLetterTargetArn
- The Amazon Resource Name (ARN) of the dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount
is exceeded.
-
maxReceiveCount
- The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When the ReceiveCount
for a message exceeds the maxReceiveCount
for a queue, Amazon SQS moves the message to the dead-letter-queue.
The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue.
-
VisibilityTimeout
- The visibility timeout for the queue, in seconds. Valid values: An integer from 0 to 43,200 (12 hours). Default: 30. For more information about the visibility timeout, see Visibility Timeout in the Amazon Simple Queue Service Developer Guide.
The following attributes apply only to server-side-encryption:
-
KmsMasterKeyId
- The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK. For more information, see Key Terms. While the alias of the AWS-managed CMK for Amazon SQS is always alias/aws/sqs
, the alias of a custom CMK can, for example, be alias/MyAlias
. For more examples, see KeyId in the AWS Key Management Service API Reference.
-
KmsDataKeyReusePeriodSeconds
- The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again. An integer representing seconds, between 60 seconds (1 minute) and 86,400 seconds (24 hours). Default: 300 (5 minutes). A shorter time period provides better security but results in more calls to KMS which might incur charges after Free Tier. For more information, see How Does the Data Key Reuse Period Work?.
The following attributes apply only to FIFO (first-in-first-out) queues:
-
FifoQueue
- Designates a queue as FIFO. Valid values: true
, false
. You can provide this attribute only during queue creation. You can't change it for an existing queue. When you set this attribute, you must also provide the MessageGroupId
for your messages explicitly.
For more information, see FIFO Queue Logic in the Amazon Simple Queue Service Developer Guide.
-
ContentBasedDeduplication
- Enables content-based deduplication. Valid values: true
, false
. For more information, see Exactly-Once Processing in the Amazon Simple Queue Service Developer Guide.
-
Every message must have a unique MessageDeduplicationId
,
-
You may provide a MessageDeduplicationId
explicitly.
-
If you aren't able to provide a MessageDeduplicationId
and you enable ContentBasedDeduplication
for your queue, Amazon SQS uses a SHA-256 hash to generate the MessageDeduplicationId
using the body of the message (but not the attributes of the message).
-
If you don't provide a MessageDeduplicationId
and the queue doesn't have ContentBasedDeduplication
set, the action fails with an error.
-
If the queue has ContentBasedDeduplication
set, your MessageDeduplicationId
overrides the generated one.
-
When ContentBasedDeduplication
is in effect, messages with identical content sent within the deduplication interval are treated as duplicates and only one copy of the message is delivered.
-
If you send one message with ContentBasedDeduplication
enabled and then another message with a MessageDeduplicationId
that is the same as the one generated for the first MessageDeduplicationId
, the two messages are treated as duplicates and only one copy of the message is delivered.
",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "attributes",
"fluentEnumSetterMethodName" : "attributes",
"fluentGetterMethodName" : "attributesAsStrings",
"fluentSetterDocumentation" : "A map of attributes with their corresponding values.
The following lists the names, descriptions, and values of the special request parameters that the CreateQueue
action uses:
-
DelaySeconds
- The length of time, in seconds, for which the delivery of all messages in the queue is delayed. Valid values: An integer from 0 to 900 seconds (15 minutes). Default: 0.
-
MaximumMessageSize
- The limit of how many bytes a message can contain before Amazon SQS rejects it. Valid values: An integer from 1,024 bytes (1 KiB) to 262,144 bytes (256 KiB). Default: 262,144 (256 KiB).
-
MessageRetentionPeriod
- The length of time, in seconds, for which Amazon SQS retains a message. Valid values: An integer from 60 seconds (1 minute) to 1,209,600 seconds (14 days). Default: 345,600 (4 days).
-
Policy
- The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.
-
ReceiveMessageWaitTimeSeconds
- The length of time, in seconds, for which a ReceiveMessage
action waits for a message to arrive. Valid values: An integer from 0 to 20 (seconds). Default: 0.
-
RedrivePolicy
- The string that includes the parameters for the dead-letter queue functionality of the source queue. For more information about the redrive policy and dead-letter queues, see Using Amazon SQS Dead-Letter Queues in the Amazon Simple Queue Service Developer Guide.
-
deadLetterTargetArn
- The Amazon Resource Name (ARN) of the dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount
is exceeded.
-
maxReceiveCount
- The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When the ReceiveCount
for a message exceeds the maxReceiveCount
for a queue, Amazon SQS moves the message to the dead-letter-queue.
The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue.
-
VisibilityTimeout
- The visibility timeout for the queue, in seconds. Valid values: An integer from 0 to 43,200 (12 hours). Default: 30. For more information about the visibility timeout, see Visibility Timeout in the Amazon Simple Queue Service Developer Guide.
The following attributes apply only to server-side-encryption:
-
KmsMasterKeyId
- The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK. For more information, see Key Terms. While the alias of the AWS-managed CMK for Amazon SQS is always alias/aws/sqs
, the alias of a custom CMK can, for example, be alias/MyAlias
. For more examples, see KeyId in the AWS Key Management Service API Reference.
-
KmsDataKeyReusePeriodSeconds
- The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again. An integer representing seconds, between 60 seconds (1 minute) and 86,400 seconds (24 hours). Default: 300 (5 minutes). A shorter time period provides better security but results in more calls to KMS which might incur charges after Free Tier. For more information, see How Does the Data Key Reuse Period Work?.
The following attributes apply only to FIFO (first-in-first-out) queues:
-
FifoQueue
- Designates a queue as FIFO. Valid values: true
, false
. You can provide this attribute only during queue creation. You can't change it for an existing queue. When you set this attribute, you must also provide the MessageGroupId
for your messages explicitly.
For more information, see FIFO Queue Logic in the Amazon Simple Queue Service Developer Guide.
-
ContentBasedDeduplication
- Enables content-based deduplication. Valid values: true
, false
. For more information, see Exactly-Once Processing in the Amazon Simple Queue Service Developer Guide.
-
Every message must have a unique MessageDeduplicationId
,
-
You may provide a MessageDeduplicationId
explicitly.
-
If you aren't able to provide a MessageDeduplicationId
and you enable ContentBasedDeduplication
for your queue, Amazon SQS uses a SHA-256 hash to generate the MessageDeduplicationId
using the body of the message (but not the attributes of the message).
-
If you don't provide a MessageDeduplicationId
and the queue doesn't have ContentBasedDeduplication
set, the action fails with an error.
-
If the queue has ContentBasedDeduplication
set, your MessageDeduplicationId
overrides the generated one.
-
When ContentBasedDeduplication
is in effect, messages with identical content sent within the deduplication interval are treated as duplicates and only one copy of the message is delivered.
-
If you send one message with ContentBasedDeduplication
enabled and then another message with a MessageDeduplicationId
that is the same as the one generated for the first MessageDeduplicationId
, the two messages are treated as duplicates and only one copy of the message is delivered.
\n@param attributes A map of attributes with their corresponding values. The following lists the names, descriptions, and values of the special request parameters that the CreateQueue
action uses:
-
DelaySeconds
- The length of time, in seconds, for which the delivery of all messages in the queue is delayed. Valid values: An integer from 0 to 900 seconds (15 minutes). Default: 0.
-
MaximumMessageSize
- The limit of how many bytes a message can contain before Amazon SQS rejects it. Valid values: An integer from 1,024 bytes (1 KiB) to 262,144 bytes (256 KiB). Default: 262,144 (256 KiB).
-
MessageRetentionPeriod
- The length of time, in seconds, for which Amazon SQS retains a message. Valid values: An integer from 60 seconds (1 minute) to 1,209,600 seconds (14 days). Default: 345,600 (4 days).
-
Policy
- The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.
-
ReceiveMessageWaitTimeSeconds
- The length of time, in seconds, for which a ReceiveMessage
action waits for a message to arrive. Valid values: An integer from 0 to 20 (seconds). Default: 0.
-
RedrivePolicy
- The string that includes the parameters for the dead-letter queue functionality of the source queue. For more information about the redrive policy and dead-letter queues, see Using Amazon SQS Dead-Letter Queues in the Amazon Simple Queue Service Developer Guide.
-
deadLetterTargetArn
- The Amazon Resource Name (ARN) of the dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount
is exceeded.
-
maxReceiveCount
- The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When the ReceiveCount
for a message exceeds the maxReceiveCount
for a queue, Amazon SQS moves the message to the dead-letter-queue.
The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue.
-
VisibilityTimeout
- The visibility timeout for the queue, in seconds. Valid values: An integer from 0 to 43,200 (12 hours). Default: 30. For more information about the visibility timeout, see Visibility Timeout in the Amazon Simple Queue Service Developer Guide.
The following attributes apply only to server-side-encryption:
-
KmsMasterKeyId
- The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK. For more information, see Key Terms. While the alias of the AWS-managed CMK for Amazon SQS is always alias/aws/sqs
, the alias of a custom CMK can, for example, be alias/MyAlias
. For more examples, see KeyId in the AWS Key Management Service API Reference.
-
KmsDataKeyReusePeriodSeconds
- The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again. An integer representing seconds, between 60 seconds (1 minute) and 86,400 seconds (24 hours). Default: 300 (5 minutes). A shorter time period provides better security but results in more calls to KMS which might incur charges after Free Tier. For more information, see How Does the Data Key Reuse Period Work?.
The following attributes apply only to FIFO (first-in-first-out) queues:
-
FifoQueue
- Designates a queue as FIFO. Valid values: true
, false
. You can provide this attribute only during queue creation. You can't change it for an existing queue. When you set this attribute, you must also provide the MessageGroupId
for your messages explicitly.
For more information, see FIFO Queue Logic in the Amazon Simple Queue Service Developer Guide.
-
ContentBasedDeduplication
- Enables content-based deduplication. Valid values: true
, false
. For more information, see Exactly-Once Processing in the Amazon Simple Queue Service Developer Guide.
-
Every message must have a unique MessageDeduplicationId
,
-
You may provide a MessageDeduplicationId
explicitly.
-
If you aren't able to provide a MessageDeduplicationId
and you enable ContentBasedDeduplication
for your queue, Amazon SQS uses a SHA-256 hash to generate the MessageDeduplicationId
using the body of the message (but not the attributes of the message).
-
If you don't provide a MessageDeduplicationId
and the queue doesn't have ContentBasedDeduplication
set, the action fails with an error.
-
If the queue has ContentBasedDeduplication
set, your MessageDeduplicationId
overrides the generated one.
-
When ContentBasedDeduplication
is in effect, messages with identical content sent within the deduplication interval are treated as duplicates and only one copy of the message is delivered.
-
If you send one message with ContentBasedDeduplication
enabled and then another message with a MessageDeduplicationId
that is the same as the one generated for the first MessageDeduplicationId
, the two messages are treated as duplicates and only one copy of the message is delivered.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "attributesWithStrings",
"getterDocumentation" : "A map of attributes with their corresponding values.
The following lists the names, descriptions, and values of the special request parameters that the CreateQueue
action uses:
-
DelaySeconds
- The length of time, in seconds, for which the delivery of all messages in the queue is delayed. Valid values: An integer from 0 to 900 seconds (15 minutes). Default: 0.
-
MaximumMessageSize
- The limit of how many bytes a message can contain before Amazon SQS rejects it. Valid values: An integer from 1,024 bytes (1 KiB) to 262,144 bytes (256 KiB). Default: 262,144 (256 KiB).
-
MessageRetentionPeriod
- The length of time, in seconds, for which Amazon SQS retains a message. Valid values: An integer from 60 seconds (1 minute) to 1,209,600 seconds (14 days). Default: 345,600 (4 days).
-
Policy
- The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.
-
ReceiveMessageWaitTimeSeconds
- The length of time, in seconds, for which a ReceiveMessage
action waits for a message to arrive. Valid values: An integer from 0 to 20 (seconds). Default: 0.
-
RedrivePolicy
- The string that includes the parameters for the dead-letter queue functionality of the source queue. For more information about the redrive policy and dead-letter queues, see Using Amazon SQS Dead-Letter Queues in the Amazon Simple Queue Service Developer Guide.
-
deadLetterTargetArn
- The Amazon Resource Name (ARN) of the dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount
is exceeded.
-
maxReceiveCount
- The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When the ReceiveCount
for a message exceeds the maxReceiveCount
for a queue, Amazon SQS moves the message to the dead-letter-queue.
The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue.
-
VisibilityTimeout
- The visibility timeout for the queue, in seconds. Valid values: An integer from 0 to 43,200 (12 hours). Default: 30. For more information about the visibility timeout, see Visibility Timeout in the Amazon Simple Queue Service Developer Guide.
The following attributes apply only to server-side-encryption:
-
KmsMasterKeyId
- The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK. For more information, see Key Terms. While the alias of the AWS-managed CMK for Amazon SQS is always alias/aws/sqs
, the alias of a custom CMK can, for example, be alias/MyAlias
. For more examples, see KeyId in the AWS Key Management Service API Reference.
-
KmsDataKeyReusePeriodSeconds
- The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again. An integer representing seconds, between 60 seconds (1 minute) and 86,400 seconds (24 hours). Default: 300 (5 minutes). A shorter time period provides better security but results in more calls to KMS which might incur charges after Free Tier. For more information, see How Does the Data Key Reuse Period Work?.
The following attributes apply only to FIFO (first-in-first-out) queues:
-
FifoQueue
- Designates a queue as FIFO. Valid values: true
, false
. You can provide this attribute only during queue creation. You can't change it for an existing queue. When you set this attribute, you must also provide the MessageGroupId
for your messages explicitly.
For more information, see FIFO Queue Logic in the Amazon Simple Queue Service Developer Guide.
-
ContentBasedDeduplication
- Enables content-based deduplication. Valid values: true
, false
. For more information, see Exactly-Once Processing in the Amazon Simple Queue Service Developer Guide.
-
Every message must have a unique MessageDeduplicationId
,
-
You may provide a MessageDeduplicationId
explicitly.
-
If you aren't able to provide a MessageDeduplicationId
and you enable ContentBasedDeduplication
for your queue, Amazon SQS uses a SHA-256 hash to generate the MessageDeduplicationId
using the body of the message (but not the attributes of the message).
-
If you don't provide a MessageDeduplicationId
and the queue doesn't have ContentBasedDeduplication
set, the action fails with an error.
-
If the queue has ContentBasedDeduplication
set, your MessageDeduplicationId
overrides the generated one.
-
When ContentBasedDeduplication
is in effect, messages with identical content sent within the deduplication interval are treated as duplicates and only one copy of the message is delivered.
-
If you send one message with ContentBasedDeduplication
enabled and then another message with a MessageDeduplicationId
that is the same as the one generated for the first MessageDeduplicationId
, the two messages are treated as duplicates and only one copy of the message is delivered.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A map of attributes with their corresponding values. The following lists the names, descriptions, and values of the special request parameters that the CreateQueue
action uses:
-
DelaySeconds
- The length of time, in seconds, for which the delivery of all messages in the queue is delayed. Valid values: An integer from 0 to 900 seconds (15 minutes). Default: 0.
-
MaximumMessageSize
- The limit of how many bytes a message can contain before Amazon SQS rejects it. Valid values: An integer from 1,024 bytes (1 KiB) to 262,144 bytes (256 KiB). Default: 262,144 (256 KiB).
-
MessageRetentionPeriod
- The length of time, in seconds, for which Amazon SQS retains a message. Valid values: An integer from 60 seconds (1 minute) to 1,209,600 seconds (14 days). Default: 345,600 (4 days).
-
Policy
- The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.
-
ReceiveMessageWaitTimeSeconds
- The length of time, in seconds, for which a ReceiveMessage
action waits for a message to arrive. Valid values: An integer from 0 to 20 (seconds). Default: 0.
-
RedrivePolicy
- The string that includes the parameters for the dead-letter queue functionality of the source queue. For more information about the redrive policy and dead-letter queues, see Using Amazon SQS Dead-Letter Queues in the Amazon Simple Queue Service Developer Guide.
-
deadLetterTargetArn
- The Amazon Resource Name (ARN) of the dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount
is exceeded.
-
maxReceiveCount
- The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When the ReceiveCount
for a message exceeds the maxReceiveCount
for a queue, Amazon SQS moves the message to the dead-letter-queue.
The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue.
-
VisibilityTimeout
- The visibility timeout for the queue, in seconds. Valid values: An integer from 0 to 43,200 (12 hours). Default: 30. For more information about the visibility timeout, see Visibility Timeout in the Amazon Simple Queue Service Developer Guide.
The following attributes apply only to server-side-encryption:
-
KmsMasterKeyId
- The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK. For more information, see Key Terms. While the alias of the AWS-managed CMK for Amazon SQS is always alias/aws/sqs
, the alias of a custom CMK can, for example, be alias/MyAlias
. For more examples, see KeyId in the AWS Key Management Service API Reference.
-
KmsDataKeyReusePeriodSeconds
- The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again. An integer representing seconds, between 60 seconds (1 minute) and 86,400 seconds (24 hours). Default: 300 (5 minutes). A shorter time period provides better security but results in more calls to KMS which might incur charges after Free Tier. For more information, see How Does the Data Key Reuse Period Work?.
The following attributes apply only to FIFO (first-in-first-out) queues:
-
FifoQueue
- Designates a queue as FIFO. Valid values: true
, false
. You can provide this attribute only during queue creation. You can't change it for an existing queue. When you set this attribute, you must also provide the MessageGroupId
for your messages explicitly.
For more information, see FIFO Queue Logic in the Amazon Simple Queue Service Developer Guide.
-
ContentBasedDeduplication
- Enables content-based deduplication. Valid values: true
, false
. For more information, see Exactly-Once Processing in the Amazon Simple Queue Service Developer Guide.
-
Every message must have a unique MessageDeduplicationId
,
-
You may provide a MessageDeduplicationId
explicitly.
-
If you aren't able to provide a MessageDeduplicationId
and you enable ContentBasedDeduplication
for your queue, Amazon SQS uses a SHA-256 hash to generate the MessageDeduplicationId
using the body of the message (but not the attributes of the message).
-
If you don't provide a MessageDeduplicationId
and the queue doesn't have ContentBasedDeduplication
set, the action fails with an error.
-
If the queue has ContentBasedDeduplication
set, your MessageDeduplicationId
overrides the generated one.
-
When ContentBasedDeduplication
is in effect, messages with identical content sent within the deduplication interval are treated as duplicates and only one copy of the message is delivered.
-
If you send one message with ContentBasedDeduplication
enabled and then another message with a MessageDeduplicationId
that is the same as the one generated for the first MessageDeduplicationId
, the two messages are treated as duplicates and only one copy of the message is delivered.
",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : true,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Attribute",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Attribute",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "Name",
"keyModel" : {
"beanStyleGetterMethodName" : "getKeyAsString",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "QueueAttributeName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #keyAsString(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : "QueueAttributeName",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "key",
"fluentEnumSetterMethodName" : "key",
"fluentGetterMethodName" : "keyAsString",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@see QueueAttributeName\n@return Returns a reference to this object so that method calls can be chained together.\n@see QueueAttributeName",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #key} will return {@link QueueAttributeName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #keyAsString}.\n
\n@return The value of the Key property for this object.\n@see QueueAttributeName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@see QueueAttributeName",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "Value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "Attributes",
"setterDocumentation" : "A map of attributes with their corresponding values.
The following lists the names, descriptions, and values of the special request parameters that the CreateQueue
action uses:
-
DelaySeconds
- The length of time, in seconds, for which the delivery of all messages in the queue is delayed. Valid values: An integer from 0 to 900 seconds (15 minutes). Default: 0.
-
MaximumMessageSize
- The limit of how many bytes a message can contain before Amazon SQS rejects it. Valid values: An integer from 1,024 bytes (1 KiB) to 262,144 bytes (256 KiB). Default: 262,144 (256 KiB).
-
MessageRetentionPeriod
- The length of time, in seconds, for which Amazon SQS retains a message. Valid values: An integer from 60 seconds (1 minute) to 1,209,600 seconds (14 days). Default: 345,600 (4 days).
-
Policy
- The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.
-
ReceiveMessageWaitTimeSeconds
- The length of time, in seconds, for which a ReceiveMessage
action waits for a message to arrive. Valid values: An integer from 0 to 20 (seconds). Default: 0.
-
RedrivePolicy
- The string that includes the parameters for the dead-letter queue functionality of the source queue. For more information about the redrive policy and dead-letter queues, see Using Amazon SQS Dead-Letter Queues in the Amazon Simple Queue Service Developer Guide.
-
deadLetterTargetArn
- The Amazon Resource Name (ARN) of the dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount
is exceeded.
-
maxReceiveCount
- The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When the ReceiveCount
for a message exceeds the maxReceiveCount
for a queue, Amazon SQS moves the message to the dead-letter-queue.
The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue.
-
VisibilityTimeout
- The visibility timeout for the queue, in seconds. Valid values: An integer from 0 to 43,200 (12 hours). Default: 30. For more information about the visibility timeout, see Visibility Timeout in the Amazon Simple Queue Service Developer Guide.
The following attributes apply only to server-side-encryption:
-
KmsMasterKeyId
- The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK. For more information, see Key Terms. While the alias of the AWS-managed CMK for Amazon SQS is always alias/aws/sqs
, the alias of a custom CMK can, for example, be alias/MyAlias
. For more examples, see KeyId in the AWS Key Management Service API Reference.
-
KmsDataKeyReusePeriodSeconds
- The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again. An integer representing seconds, between 60 seconds (1 minute) and 86,400 seconds (24 hours). Default: 300 (5 minutes). A shorter time period provides better security but results in more calls to KMS which might incur charges after Free Tier. For more information, see How Does the Data Key Reuse Period Work?.
The following attributes apply only to FIFO (first-in-first-out) queues:
-
FifoQueue
- Designates a queue as FIFO. Valid values: true
, false
. You can provide this attribute only during queue creation. You can't change it for an existing queue. When you set this attribute, you must also provide the MessageGroupId
for your messages explicitly.
For more information, see FIFO Queue Logic in the Amazon Simple Queue Service Developer Guide.
-
ContentBasedDeduplication
- Enables content-based deduplication. Valid values: true
, false
. For more information, see Exactly-Once Processing in the Amazon Simple Queue Service Developer Guide.
-
Every message must have a unique MessageDeduplicationId
,
-
You may provide a MessageDeduplicationId
explicitly.
-
If you aren't able to provide a MessageDeduplicationId
and you enable ContentBasedDeduplication
for your queue, Amazon SQS uses a SHA-256 hash to generate the MessageDeduplicationId
using the body of the message (but not the attributes of the message).
-
If you don't provide a MessageDeduplicationId
and the queue doesn't have ContentBasedDeduplication
set, the action fails with an error.
-
If the queue has ContentBasedDeduplication
set, your MessageDeduplicationId
overrides the generated one.
-
When ContentBasedDeduplication
is in effect, messages with identical content sent within the deduplication interval are treated as duplicates and only one copy of the message is delivered.
-
If you send one message with ContentBasedDeduplication
enabled and then another message with a MessageDeduplicationId
that is the same as the one generated for the first MessageDeduplicationId
, the two messages are treated as duplicates and only one copy of the message is delivered.
\n@param attributes A map of attributes with their corresponding values. The following lists the names, descriptions, and values of the special request parameters that the CreateQueue
action uses:
-
DelaySeconds
- The length of time, in seconds, for which the delivery of all messages in the queue is delayed. Valid values: An integer from 0 to 900 seconds (15 minutes). Default: 0.
-
MaximumMessageSize
- The limit of how many bytes a message can contain before Amazon SQS rejects it. Valid values: An integer from 1,024 bytes (1 KiB) to 262,144 bytes (256 KiB). Default: 262,144 (256 KiB).
-
MessageRetentionPeriod
- The length of time, in seconds, for which Amazon SQS retains a message. Valid values: An integer from 60 seconds (1 minute) to 1,209,600 seconds (14 days). Default: 345,600 (4 days).
-
Policy
- The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.
-
ReceiveMessageWaitTimeSeconds
- The length of time, in seconds, for which a ReceiveMessage
action waits for a message to arrive. Valid values: An integer from 0 to 20 (seconds). Default: 0.
-
RedrivePolicy
- The string that includes the parameters for the dead-letter queue functionality of the source queue. For more information about the redrive policy and dead-letter queues, see Using Amazon SQS Dead-Letter Queues in the Amazon Simple Queue Service Developer Guide.
-
deadLetterTargetArn
- The Amazon Resource Name (ARN) of the dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount
is exceeded.
-
maxReceiveCount
- The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When the ReceiveCount
for a message exceeds the maxReceiveCount
for a queue, Amazon SQS moves the message to the dead-letter-queue.
The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue.
-
VisibilityTimeout
- The visibility timeout for the queue, in seconds. Valid values: An integer from 0 to 43,200 (12 hours). Default: 30. For more information about the visibility timeout, see Visibility Timeout in the Amazon Simple Queue Service Developer Guide.
The following attributes apply only to server-side-encryption:
-
KmsMasterKeyId
- The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK. For more information, see Key Terms. While the alias of the AWS-managed CMK for Amazon SQS is always alias/aws/sqs
, the alias of a custom CMK can, for example, be alias/MyAlias
. For more examples, see KeyId in the AWS Key Management Service API Reference.
-
KmsDataKeyReusePeriodSeconds
- The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again. An integer representing seconds, between 60 seconds (1 minute) and 86,400 seconds (24 hours). Default: 300 (5 minutes). A shorter time period provides better security but results in more calls to KMS which might incur charges after Free Tier. For more information, see How Does the Data Key Reuse Period Work?.
The following attributes apply only to FIFO (first-in-first-out) queues:
-
FifoQueue
- Designates a queue as FIFO. Valid values: true
, false
. You can provide this attribute only during queue creation. You can't change it for an existing queue. When you set this attribute, you must also provide the MessageGroupId
for your messages explicitly.
For more information, see FIFO Queue Logic in the Amazon Simple Queue Service Developer Guide.
-
ContentBasedDeduplication
- Enables content-based deduplication. Valid values: true
, false
. For more information, see Exactly-Once Processing in the Amazon Simple Queue Service Developer Guide.
-
Every message must have a unique MessageDeduplicationId
,
-
You may provide a MessageDeduplicationId
explicitly.
-
If you aren't able to provide a MessageDeduplicationId
and you enable ContentBasedDeduplication
for your queue, Amazon SQS uses a SHA-256 hash to generate the MessageDeduplicationId
using the body of the message (but not the attributes of the message).
-
If you don't provide a MessageDeduplicationId
and the queue doesn't have ContentBasedDeduplication
set, the action fails with an error.
-
If the queue has ContentBasedDeduplication
set, your MessageDeduplicationId
overrides the generated one.
-
When ContentBasedDeduplication
is in effect, messages with identical content sent within the deduplication interval are treated as duplicates and only one copy of the message is delivered.
-
If you send one message with ContentBasedDeduplication
enabled and then another message with a MessageDeduplicationId
that is the same as the one generated for the first MessageDeduplicationId
, the two messages are treated as duplicates and only one copy of the message is delivered.
",
"setterMethodName" : "setAttributesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "attributes",
"variableType" : "java.util.Map",
"documentation" : "A map of attributes with their corresponding values.
The following lists the names, descriptions, and values of the special request parameters that the CreateQueue
action uses:
-
DelaySeconds
- The length of time, in seconds, for which the delivery of all messages in the queue is delayed. Valid values: An integer from 0 to 900 seconds (15 minutes). Default: 0.
-
MaximumMessageSize
- The limit of how many bytes a message can contain before Amazon SQS rejects it. Valid values: An integer from 1,024 bytes (1 KiB) to 262,144 bytes (256 KiB). Default: 262,144 (256 KiB).
-
MessageRetentionPeriod
- The length of time, in seconds, for which Amazon SQS retains a message. Valid values: An integer from 60 seconds (1 minute) to 1,209,600 seconds (14 days). Default: 345,600 (4 days).
-
Policy
- The queue's policy. A valid AWS policy. For more information about policy structure, see Overview of AWS IAM Policies in the Amazon IAM User Guide.
-
ReceiveMessageWaitTimeSeconds
- The length of time, in seconds, for which a