Documentation ¶
Index ¶
Constants ¶
View Source
const ( LegacyReservedAttrName = "SQSLargePayloadSize" // This constant is shared with SNSExtendedClient // SNS team should be notified of any changes made to this ReservedAttrName = "ExtendedPayloadSize" // This constant is shared with SNSExtendedClient // SNS team should be notified of any changes made to this MaxAllowedAttributes = 10 - 1 // This constant is shared with SNSExtendedClient // SNS team should be notified of any changes made to this DefaultMessageSizeThreshold = int32(262144) S3BucketNameMarker = "-..s3BucketName..-" S3KeyMarker = "-..s3Key..-" )
Variables ¶
View Source
var ( UserAgentHdr = util.GetUserAgentHeader(clientName) ReservedAttrNames = []string{LegacyReservedAttrName, ReservedAttrName} )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.