aws-sdk-sqs 1.88.0 → 1.89.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sqs/client.rb +1 -12
- data/lib/aws-sdk-sqs/queue.rb +0 -6
- data/lib/aws-sdk-sqs/resource.rb +0 -3
- data/lib/aws-sdk-sqs/types.rb +0 -12
- 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
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
|
#
|
|
@@ -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.
|
|
@@ -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
|
#
|
|
@@ -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.
|
|
@@ -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
|
#
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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-
|
|
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
|