aws-sdk-sqs 1.87.0 → 1.89.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sqs/client.rb +4 -15
- data/lib/aws-sdk-sqs/queue.rb +3 -9
- data/lib/aws-sdk-sqs/resource.rb +0 -3
- data/lib/aws-sdk-sqs/types.rb +5 -17
- data/lib/aws-sdk-sqs.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0e8eb29e0242ff0070c5c2fba2e36bf9529174f3ccc28efc398798fe100b4645
|
4
|
+
data.tar.gz: bba2887ad57ef051bd5aaeb1fd2c15a0c0d1a6bc759b470ec0ae43eff89a36ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89e4a89c54742e1ce39701de265a4135dc67bb940269ed4bd4e9408ddd8f5906feb06b7014ec8cf05d2f7642058813b0de4fb89d35c35d0bfe19484c373e433b
|
7
|
+
data.tar.gz: afdca3b0a76cac0df36cad66f843300eab6f997d2cb6a406641105a92871c18c56d3372799ecb734746d6c012432ad70fcade0d4b7c2bc96d91d9aedd937ebaf
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.89.0 (2024-11-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.88.0 (2024-11-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.87.0 (2024-10-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.89.0
|
data/lib/aws-sdk-sqs/client.rb
CHANGED
@@ -884,7 +884,6 @@ module Aws::SQS
|
|
884
884
|
# Default: 10. When the `ReceiveCount` for a message exceeds the
|
885
885
|
# `maxReceiveCount` for a queue, Amazon SQS moves the message to the
|
886
886
|
# dead-letter-queue.
|
887
|
-
#
|
888
887
|
# * `RedriveAllowPolicy` – The string that includes the parameters for
|
889
888
|
# the permissions for the dead-letter queue redrive permission and
|
890
889
|
# which source queues can specify dead-letter queues as a JSON object.
|
@@ -903,7 +902,6 @@ module Aws::SQS
|
|
903
902
|
#
|
904
903
|
# * `byQueue` – Only queues specified by the `sourceQueueArns`
|
905
904
|
# parameter can specify this queue as the dead-letter queue.
|
906
|
-
#
|
907
905
|
# * `sourceQueueArns` – The Amazon Resource Names (ARN)s of the source
|
908
906
|
# queues that can specify this queue as the dead-letter queue and
|
909
907
|
# redrive messages. You can specify this parameter only when the
|
@@ -975,7 +973,6 @@ module Aws::SQS
|
|
975
973
|
#
|
976
974
|
# * If the queue has `ContentBasedDeduplication` set, your
|
977
975
|
# `MessageDeduplicationId` overrides the generated one.
|
978
|
-
#
|
979
976
|
# * When `ContentBasedDeduplication` is in effect, messages with
|
980
977
|
# identical content sent within the deduplication interval are
|
981
978
|
# treated as duplicates and only one copy of the message is
|
@@ -1348,7 +1345,6 @@ module Aws::SQS
|
|
1348
1345
|
# Default: 10. When the `ReceiveCount` for a message exceeds the
|
1349
1346
|
# `maxReceiveCount` for a queue, Amazon SQS moves the message to the
|
1350
1347
|
# dead-letter-queue.
|
1351
|
-
#
|
1352
1348
|
# * `RedriveAllowPolicy` – The string that includes the parameters for
|
1353
1349
|
# the permissions for the dead-letter queue redrive permission and
|
1354
1350
|
# which source queues can specify dead-letter queues as a JSON object.
|
@@ -1367,7 +1363,6 @@ module Aws::SQS
|
|
1367
1363
|
#
|
1368
1364
|
# * `byQueue` – Only queues specified by the `sourceQueueArns`
|
1369
1365
|
# parameter can specify this queue as the dead-letter queue.
|
1370
|
-
#
|
1371
1366
|
# * `sourceQueueArns` – The Amazon Resource Names (ARN)s of the source
|
1372
1367
|
# queues that can specify this queue as the dead-letter queue and
|
1373
1368
|
# redrive messages. You can specify this parameter only when the
|
@@ -1885,7 +1880,6 @@ module Aws::SQS
|
|
1885
1880
|
#
|
1886
1881
|
# * For an IAM role, returns the IAM role ID, for example
|
1887
1882
|
# `ABCDE1F2GH3I4JK5LMNOP:i-a123b456`.
|
1888
|
-
#
|
1889
1883
|
# * `SentTimestamp` – Returns the time the message was sent to the queue
|
1890
1884
|
# ([epoch time][1] in milliseconds).
|
1891
1885
|
#
|
@@ -1929,7 +1923,6 @@ module Aws::SQS
|
|
1929
1923
|
#
|
1930
1924
|
# * For an IAM role, returns the IAM role ID, for example
|
1931
1925
|
# `ABCDE1F2GH3I4JK5LMNOP:i-a123b456`.
|
1932
|
-
#
|
1933
1926
|
# * `SentTimestamp` – Returns the time the message was sent to the queue
|
1934
1927
|
# ([epoch time][1] in milliseconds).
|
1935
1928
|
#
|
@@ -2051,7 +2044,7 @@ module Aws::SQS
|
|
2051
2044
|
#
|
2052
2045
|
# The maximum length of `ReceiveRequestAttemptId` is 128 characters.
|
2053
2046
|
# `ReceiveRequestAttemptId` can contain alphanumeric characters (`a-z`,
|
2054
|
-
# `A-Z`, `0-9`) and punctuation (`` !"#$%&'()*+,-./:;<=>?@[\]^_
|
2047
|
+
# `A-Z`, `0-9`) and punctuation (`` !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
|
2055
2048
|
# ``).
|
2056
2049
|
#
|
2057
2050
|
# For best practices of using `ReceiveRequestAttemptId`, see [Using the
|
@@ -2256,7 +2249,6 @@ module Aws::SQS
|
|
2256
2249
|
#
|
2257
2250
|
# * If the queue has `ContentBasedDeduplication` set, your
|
2258
2251
|
# `MessageDeduplicationId` overrides the generated one.
|
2259
|
-
#
|
2260
2252
|
# * When `ContentBasedDeduplication` is in effect, messages with
|
2261
2253
|
# identical content sent within the deduplication interval are treated
|
2262
2254
|
# as duplicates and only one copy of the message is delivered.
|
@@ -2281,7 +2273,7 @@ module Aws::SQS
|
|
2281
2273
|
#
|
2282
2274
|
# The maximum length of `MessageDeduplicationId` is 128 characters.
|
2283
2275
|
# `MessageDeduplicationId` can contain alphanumeric characters (`a-z`,
|
2284
|
-
# `A-Z`, `0-9`) and punctuation (`` !"#$%&'()*+,-./:;<=>?@[\]^_
|
2276
|
+
# `A-Z`, `0-9`) and punctuation (`` !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
|
2285
2277
|
# ``).
|
2286
2278
|
#
|
2287
2279
|
# For best practices of using `MessageDeduplicationId`, see [Using the
|
@@ -2314,7 +2306,7 @@ module Aws::SQS
|
|
2314
2306
|
#
|
2315
2307
|
# The maximum length of `MessageGroupId` is 128 characters. Valid
|
2316
2308
|
# values: alphanumeric characters and punctuation ``
|
2317
|
-
# (!"#$%&'()*+,-./:;<=>?@[\]^_
|
2309
|
+
# (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~) ``.
|
2318
2310
|
#
|
2319
2311
|
# For best practices of using `MessageGroupId`, see [Using the
|
2320
2312
|
# MessageGroupId Property][1] in the *Amazon SQS Developer Guide*.
|
@@ -2571,7 +2563,6 @@ module Aws::SQS
|
|
2571
2563
|
# Default: 10. When the `ReceiveCount` for a message exceeds the
|
2572
2564
|
# `maxReceiveCount` for a queue, Amazon SQS moves the message to the
|
2573
2565
|
# dead-letter-queue.
|
2574
|
-
#
|
2575
2566
|
# * `RedriveAllowPolicy` – The string that includes the parameters for
|
2576
2567
|
# the permissions for the dead-letter queue redrive permission and
|
2577
2568
|
# which source queues can specify dead-letter queues as a JSON object.
|
@@ -2590,7 +2581,6 @@ module Aws::SQS
|
|
2590
2581
|
#
|
2591
2582
|
# * `byQueue` – Only queues specified by the `sourceQueueArns`
|
2592
2583
|
# parameter can specify this queue as the dead-letter queue.
|
2593
|
-
#
|
2594
2584
|
# * `sourceQueueArns` – The Amazon Resource Names (ARN)s of the source
|
2595
2585
|
# queues that can specify this queue as the dead-letter queue and
|
2596
2586
|
# redrive messages. You can specify this parameter only when the
|
@@ -2650,7 +2640,6 @@ module Aws::SQS
|
|
2650
2640
|
#
|
2651
2641
|
# * If the queue has `ContentBasedDeduplication` set, your
|
2652
2642
|
# `MessageDeduplicationId` overrides the generated one.
|
2653
|
-
#
|
2654
2643
|
# * When `ContentBasedDeduplication` is in effect, messages with
|
2655
2644
|
# identical content sent within the deduplication interval are
|
2656
2645
|
# treated as duplicates and only one copy of the message is
|
@@ -2908,7 +2897,7 @@ module Aws::SQS
|
|
2908
2897
|
tracer: tracer
|
2909
2898
|
)
|
2910
2899
|
context[:gem_name] = 'aws-sdk-sqs'
|
2911
|
-
context[:gem_version] = '1.
|
2900
|
+
context[:gem_version] = '1.89.0'
|
2912
2901
|
Seahorse::Client::Request.new(handlers, context)
|
2913
2902
|
end
|
2914
2903
|
|
data/lib/aws-sdk-sqs/queue.rb
CHANGED
@@ -240,7 +240,6 @@ module Aws::SQS
|
|
240
240
|
#
|
241
241
|
# * For an IAM role, returns the IAM role ID, for example
|
242
242
|
# `ABCDE1F2GH3I4JK5LMNOP:i-a123b456`.
|
243
|
-
#
|
244
243
|
# * `SentTimestamp` – Returns the time the message was sent to the queue
|
245
244
|
# ([epoch time][1] in milliseconds).
|
246
245
|
#
|
@@ -283,7 +282,6 @@ module Aws::SQS
|
|
283
282
|
#
|
284
283
|
# * For an IAM role, returns the IAM role ID, for example
|
285
284
|
# `ABCDE1F2GH3I4JK5LMNOP:i-a123b456`.
|
286
|
-
#
|
287
285
|
# * `SentTimestamp` – Returns the time the message was sent to the queue
|
288
286
|
# ([epoch time][1] in milliseconds).
|
289
287
|
#
|
@@ -400,7 +398,7 @@ module Aws::SQS
|
|
400
398
|
#
|
401
399
|
# The maximum length of `ReceiveRequestAttemptId` is 128 characters.
|
402
400
|
# `ReceiveRequestAttemptId` can contain alphanumeric characters (`a-z`,
|
403
|
-
# `A-Z`, `0-9`) and punctuation (`` !"#$%&'()*+,-./:;<=>?@[\]^_
|
401
|
+
# `A-Z`, `0-9`) and punctuation (`` !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
|
404
402
|
# ``).
|
405
403
|
#
|
406
404
|
# For best practices of using `ReceiveRequestAttemptId`, see [Using the
|
@@ -548,7 +546,6 @@ module Aws::SQS
|
|
548
546
|
#
|
549
547
|
# * If the queue has `ContentBasedDeduplication` set, your
|
550
548
|
# `MessageDeduplicationId` overrides the generated one.
|
551
|
-
#
|
552
549
|
# * When `ContentBasedDeduplication` is in effect, messages with
|
553
550
|
# identical content sent within the deduplication interval are treated
|
554
551
|
# as duplicates and only one copy of the message is delivered.
|
@@ -573,7 +570,7 @@ module Aws::SQS
|
|
573
570
|
#
|
574
571
|
# The maximum length of `MessageDeduplicationId` is 128 characters.
|
575
572
|
# `MessageDeduplicationId` can contain alphanumeric characters (`a-z`,
|
576
|
-
# `A-Z`, `0-9`) and punctuation (`` !"#$%&'()*+,-./:;<=>?@[\]^_
|
573
|
+
# `A-Z`, `0-9`) and punctuation (`` !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
|
577
574
|
# ``).
|
578
575
|
#
|
579
576
|
# For best practices of using `MessageDeduplicationId`, see [Using the
|
@@ -605,7 +602,7 @@ module Aws::SQS
|
|
605
602
|
#
|
606
603
|
# The maximum length of `MessageGroupId` is 128 characters. Valid
|
607
604
|
# values: alphanumeric characters and punctuation ``
|
608
|
-
# (!"#$%&'()*+,-./:;<=>?@[\]^_
|
605
|
+
# (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~) ``.
|
609
606
|
#
|
610
607
|
# For best practices of using `MessageGroupId`, see [Using the
|
611
608
|
# MessageGroupId Property][1] in the *Amazon SQS Developer Guide*.
|
@@ -731,7 +728,6 @@ module Aws::SQS
|
|
731
728
|
# Default: 10. When the `ReceiveCount` for a message exceeds the
|
732
729
|
# `maxReceiveCount` for a queue, Amazon SQS moves the message to the
|
733
730
|
# dead-letter-queue.
|
734
|
-
#
|
735
731
|
# * `RedriveAllowPolicy` – The string that includes the parameters for
|
736
732
|
# the permissions for the dead-letter queue redrive permission and
|
737
733
|
# which source queues can specify dead-letter queues as a JSON object.
|
@@ -750,7 +746,6 @@ module Aws::SQS
|
|
750
746
|
#
|
751
747
|
# * `byQueue` – Only queues specified by the `sourceQueueArns`
|
752
748
|
# parameter can specify this queue as the dead-letter queue.
|
753
|
-
#
|
754
749
|
# * `sourceQueueArns` – The Amazon Resource Names (ARN)s of the source
|
755
750
|
# queues that can specify this queue as the dead-letter queue and
|
756
751
|
# redrive messages. You can specify this parameter only when the
|
@@ -810,7 +805,6 @@ module Aws::SQS
|
|
810
805
|
#
|
811
806
|
# * If the queue has `ContentBasedDeduplication` set, your
|
812
807
|
# `MessageDeduplicationId` overrides the generated one.
|
813
|
-
#
|
814
808
|
# * When `ContentBasedDeduplication` is in effect, messages with
|
815
809
|
# identical content sent within the deduplication interval are
|
816
810
|
# treated as duplicates and only one copy of the message is
|
data/lib/aws-sdk-sqs/resource.rb
CHANGED
@@ -112,7 +112,6 @@ module Aws::SQS
|
|
112
112
|
# Default: 10. When the `ReceiveCount` for a message exceeds the
|
113
113
|
# `maxReceiveCount` for a queue, Amazon SQS moves the message to the
|
114
114
|
# dead-letter-queue.
|
115
|
-
#
|
116
115
|
# * `RedriveAllowPolicy` – The string that includes the parameters for
|
117
116
|
# the permissions for the dead-letter queue redrive permission and
|
118
117
|
# which source queues can specify dead-letter queues as a JSON object.
|
@@ -131,7 +130,6 @@ module Aws::SQS
|
|
131
130
|
#
|
132
131
|
# * `byQueue` – Only queues specified by the `sourceQueueArns`
|
133
132
|
# parameter can specify this queue as the dead-letter queue.
|
134
|
-
#
|
135
133
|
# * `sourceQueueArns` – The Amazon Resource Names (ARN)s of the source
|
136
134
|
# queues that can specify this queue as the dead-letter queue and
|
137
135
|
# redrive messages. You can specify this parameter only when the
|
@@ -203,7 +201,6 @@ module Aws::SQS
|
|
203
201
|
#
|
204
202
|
# * If the queue has `ContentBasedDeduplication` set, your
|
205
203
|
# `MessageDeduplicationId` overrides the generated one.
|
206
|
-
#
|
207
204
|
# * When `ContentBasedDeduplication` is in effect, messages with
|
208
205
|
# identical content sent within the deduplication interval are
|
209
206
|
# treated as duplicates and only one copy of the message is
|
data/lib/aws-sdk-sqs/types.rb
CHANGED
@@ -334,7 +334,6 @@ module Aws::SQS
|
|
334
334
|
# Default: 10. When the `ReceiveCount` for a message exceeds the
|
335
335
|
# `maxReceiveCount` for a queue, Amazon SQS moves the message to
|
336
336
|
# the dead-letter-queue.
|
337
|
-
#
|
338
337
|
# * `RedriveAllowPolicy` – The string that includes the parameters for
|
339
338
|
# the permissions for the dead-letter queue redrive permission and
|
340
339
|
# which source queues can specify dead-letter queues as a JSON
|
@@ -353,7 +352,6 @@ module Aws::SQS
|
|
353
352
|
#
|
354
353
|
# * `byQueue` – Only queues specified by the `sourceQueueArns`
|
355
354
|
# parameter can specify this queue as the dead-letter queue.
|
356
|
-
#
|
357
355
|
# * `sourceQueueArns` – The Amazon Resource Names (ARN)s of the
|
358
356
|
# source queues that can specify this queue as the dead-letter
|
359
357
|
# queue and redrive messages. You can specify this parameter only
|
@@ -426,7 +424,6 @@ module Aws::SQS
|
|
426
424
|
#
|
427
425
|
# * If the queue has `ContentBasedDeduplication` set, your
|
428
426
|
# `MessageDeduplicationId` overrides the generated one.
|
429
|
-
#
|
430
427
|
# * When `ContentBasedDeduplication` is in effect, messages with
|
431
428
|
# identical content sent within the deduplication interval are
|
432
429
|
# treated as duplicates and only one copy of the message is
|
@@ -766,7 +763,6 @@ module Aws::SQS
|
|
766
763
|
# Default: 10. When the `ReceiveCount` for a message exceeds the
|
767
764
|
# `maxReceiveCount` for a queue, Amazon SQS moves the message to
|
768
765
|
# the dead-letter-queue.
|
769
|
-
#
|
770
766
|
# * `RedriveAllowPolicy` – The string that includes the parameters for
|
771
767
|
# the permissions for the dead-letter queue redrive permission and
|
772
768
|
# which source queues can specify dead-letter queues as a JSON
|
@@ -785,7 +781,6 @@ module Aws::SQS
|
|
785
781
|
#
|
786
782
|
# * `byQueue` – Only queues specified by the `sourceQueueArns`
|
787
783
|
# parameter can specify this queue as the dead-letter queue.
|
788
|
-
#
|
789
784
|
# * `sourceQueueArns` – The Amazon Resource Names (ARN)s of the
|
790
785
|
# source queues that can specify this queue as the dead-letter
|
791
786
|
# queue and redrive messages. You can specify this parameter only
|
@@ -1683,7 +1678,6 @@ module Aws::SQS
|
|
1683
1678
|
#
|
1684
1679
|
# * For an IAM role, returns the IAM role ID, for example
|
1685
1680
|
# `ABCDE1F2GH3I4JK5LMNOP:i-a123b456`.
|
1686
|
-
#
|
1687
1681
|
# * `SentTimestamp` – Returns the time the message was sent to the
|
1688
1682
|
# queue ([epoch time][1] in milliseconds).
|
1689
1683
|
#
|
@@ -1730,7 +1724,6 @@ module Aws::SQS
|
|
1730
1724
|
#
|
1731
1725
|
# * For an IAM role, returns the IAM role ID, for example
|
1732
1726
|
# `ABCDE1F2GH3I4JK5LMNOP:i-a123b456`.
|
1733
|
-
#
|
1734
1727
|
# * `SentTimestamp` – Returns the time the message was sent to the
|
1735
1728
|
# queue ([epoch time][1] in milliseconds).
|
1736
1729
|
#
|
@@ -1862,7 +1855,7 @@ module Aws::SQS
|
|
1862
1855
|
# The maximum length of `ReceiveRequestAttemptId` is 128 characters.
|
1863
1856
|
# `ReceiveRequestAttemptId` can contain alphanumeric characters
|
1864
1857
|
# (`a-z`, `A-Z`, `0-9`) and punctuation (``
|
1865
|
-
# !"#$%&'()*+,-./:;<=>?@[\]^_
|
1858
|
+
# !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ ``).
|
1866
1859
|
#
|
1867
1860
|
# For best practices of using `ReceiveRequestAttemptId`, see [Using
|
1868
1861
|
# the ReceiveRequestAttemptId Request Parameter][2] in the *Amazon SQS
|
@@ -2062,7 +2055,6 @@ module Aws::SQS
|
|
2062
2055
|
#
|
2063
2056
|
# * If the queue has `ContentBasedDeduplication` set, your
|
2064
2057
|
# `MessageDeduplicationId` overrides the generated one.
|
2065
|
-
#
|
2066
2058
|
# * When `ContentBasedDeduplication` is in effect, messages with
|
2067
2059
|
# identical content sent within the deduplication interval are
|
2068
2060
|
# treated as duplicates and only one copy of the message is
|
@@ -2089,7 +2081,7 @@ module Aws::SQS
|
|
2089
2081
|
#
|
2090
2082
|
# The length of `MessageDeduplicationId` is 128 characters.
|
2091
2083
|
# `MessageDeduplicationId` can contain alphanumeric characters (`a-z`,
|
2092
|
-
# `A-Z`, `0-9`) and punctuation (`` !"#$%&'()*+,-./:;<=>?@[\]^_
|
2084
|
+
# `A-Z`, `0-9`) and punctuation (`` !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
|
2093
2085
|
# ``).
|
2094
2086
|
#
|
2095
2087
|
# For best practices of using `MessageDeduplicationId`, see [Using the
|
@@ -2124,7 +2116,7 @@ module Aws::SQS
|
|
2124
2116
|
#
|
2125
2117
|
# The length of `MessageGroupId` is 128 characters. Valid values:
|
2126
2118
|
# alphanumeric characters and punctuation ``
|
2127
|
-
# (!"#$%&'()*+,-./:;<=>?@[\]^_
|
2119
|
+
# (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~) ``.
|
2128
2120
|
#
|
2129
2121
|
# For best practices of using `MessageGroupId`, see [Using the
|
2130
2122
|
# MessageGroupId Property][1] in the *Amazon SQS Developer Guide*.
|
@@ -2331,7 +2323,6 @@ module Aws::SQS
|
|
2331
2323
|
#
|
2332
2324
|
# * If the queue has `ContentBasedDeduplication` set, your
|
2333
2325
|
# `MessageDeduplicationId` overrides the generated one.
|
2334
|
-
#
|
2335
2326
|
# * When `ContentBasedDeduplication` is in effect, messages with
|
2336
2327
|
# identical content sent within the deduplication interval are
|
2337
2328
|
# treated as duplicates and only one copy of the message is
|
@@ -2358,7 +2349,7 @@ module Aws::SQS
|
|
2358
2349
|
#
|
2359
2350
|
# The maximum length of `MessageDeduplicationId` is 128 characters.
|
2360
2351
|
# `MessageDeduplicationId` can contain alphanumeric characters (`a-z`,
|
2361
|
-
# `A-Z`, `0-9`) and punctuation (`` !"#$%&'()*+,-./:;<=>?@[\]^_
|
2352
|
+
# `A-Z`, `0-9`) and punctuation (`` !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
|
2362
2353
|
# ``).
|
2363
2354
|
#
|
2364
2355
|
# For best practices of using `MessageDeduplicationId`, see [Using the
|
@@ -2393,7 +2384,7 @@ module Aws::SQS
|
|
2393
2384
|
#
|
2394
2385
|
# The maximum length of `MessageGroupId` is 128 characters. Valid
|
2395
2386
|
# values: alphanumeric characters and punctuation ``
|
2396
|
-
# (!"#$%&'()*+,-./:;<=>?@[\]^_
|
2387
|
+
# (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~) ``.
|
2397
2388
|
#
|
2398
2389
|
# For best practices of using `MessageGroupId`, see [Using the
|
2399
2390
|
# MessageGroupId Property][1] in the *Amazon SQS Developer Guide*.
|
@@ -2547,7 +2538,6 @@ module Aws::SQS
|
|
2547
2538
|
# Default: 10. When the `ReceiveCount` for a message exceeds the
|
2548
2539
|
# `maxReceiveCount` for a queue, Amazon SQS moves the message to
|
2549
2540
|
# the dead-letter-queue.
|
2550
|
-
#
|
2551
2541
|
# * `RedriveAllowPolicy` – The string that includes the parameters for
|
2552
2542
|
# the permissions for the dead-letter queue redrive permission and
|
2553
2543
|
# which source queues can specify dead-letter queues as a JSON
|
@@ -2566,7 +2556,6 @@ module Aws::SQS
|
|
2566
2556
|
#
|
2567
2557
|
# * `byQueue` – Only queues specified by the `sourceQueueArns`
|
2568
2558
|
# parameter can specify this queue as the dead-letter queue.
|
2569
|
-
#
|
2570
2559
|
# * `sourceQueueArns` – The Amazon Resource Names (ARN)s of the
|
2571
2560
|
# source queues that can specify this queue as the dead-letter
|
2572
2561
|
# queue and redrive messages. You can specify this parameter only
|
@@ -2628,7 +2617,6 @@ module Aws::SQS
|
|
2628
2617
|
#
|
2629
2618
|
# * If the queue has `ContentBasedDeduplication` set, your
|
2630
2619
|
# `MessageDeduplicationId` overrides the generated one.
|
2631
|
-
#
|
2632
2620
|
# * When `ContentBasedDeduplication` is in effect, messages with
|
2633
2621
|
# identical content sent within the deduplication interval are
|
2634
2622
|
# treated as duplicates and only one copy of the message is
|
data/lib/aws-sdk-sqs.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-sqs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.89.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|