aws-sdk-sqs 1.61.0 → 1.63.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bf04d63f8b32d1200dbbfaede0622053d56f759cae23665d25d633dbb5a0e180
4
- data.tar.gz: 0ceda901e2e3a9ba9ef0a22df130bbb6e5962cce62b1164c985d2b5852e56837
3
+ metadata.gz: 771f111abb0e80c50cdd2604ffccc623e3b857f71397e148cf39c86a6f4b3b01
4
+ data.tar.gz: d1de38807484a6e474286728326789343c99d96a4e9f691d6e1c95d7f41c4fd1
5
5
  SHA512:
6
- metadata.gz: 2522a538048f406aa3f8600b3ae674b3a9bf7ebe6879421198b0093e7a8f641ff711c4467ef26322171ed032b38a6cf0108ad02111d976cb517794fb4cd81917
7
- data.tar.gz: fb5fb0f1611951e80c58ec080e817c1b686ea554247a43f45164eafe6346071eb5a6901a3fe7a21a337ee73c71349b96ec7a53ce81eb8cfc061400a1b816f5ef
6
+ metadata.gz: 77abf6cf9210bbbd454e584381e1f1c64e60c03b15de297f9a76808cab68485454cdb750984510c4c2e5c58632766b951852916c97f1ad5dad487f1de2e8f2ed
7
+ data.tar.gz: d226ea4308c28634f4a09b1d5ecf4eac09cb4beaa4c3567269c026c2ba9430af36414261b551aadfcfda4b5723ad86f89329750756b674c28da74821ab90c14b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.63.0 (2023-09-27)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.62.0 (2023-07-28)
10
+ ------------------
11
+
12
+ * Feature - Documentation changes related to SQS APIs.
13
+
4
14
  1.61.0 (2023-07-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.61.0
1
+ 1.63.0
@@ -497,17 +497,28 @@ module Aws::SQS
497
497
  req.send_request(options)
498
498
  end
499
499
 
500
- # Cancels a specified message movement task.
500
+ # Cancels a specified message movement task. A message movement can only
501
+ # be cancelled when the current status is RUNNING. Cancelling a message
502
+ # movement task does not revert the messages that have already been
503
+ # moved. It can only stop the messages that have not been moved yet.
501
504
  #
502
- # <note markdown="1"> * A message movement can only be cancelled when the current status is
503
- # RUNNING.
505
+ # <note markdown="1"> * This action is currently limited to supporting message redrive from
506
+ # [dead-letter queues (DLQs)][1] only. In this context, the source
507
+ # queue is the dead-letter queue (DLQ), while the destination queue
508
+ # can be the original source queue (from which the messages were
509
+ # driven to the dead-letter-queue), or a custom destination queue.
504
510
  #
505
- # * Cancelling a message movement task does not revert the messages that
506
- # have already been moved. It can only stop the messages that have not
507
- # been moved yet.
511
+ # * Currently, only standard queues are supported.
512
+ #
513
+ # * Only one active message movement task is supported per queue at any
514
+ # given time.
508
515
  #
509
516
  # </note>
510
517
  #
518
+ #
519
+ #
520
+ # [1]: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html
521
+ #
511
522
  # @option params [required, String] :task_handle
512
523
  # An identifier associated with a message movement task.
513
524
  #
@@ -1519,6 +1530,23 @@ module Aws::SQS
1519
1530
  # Gets the most recent message movement tasks (up to 10) under a
1520
1531
  # specific source queue.
1521
1532
  #
1533
+ # <note markdown="1"> * This action is currently limited to supporting message redrive from
1534
+ # [dead-letter queues (DLQs)][1] only. In this context, the source
1535
+ # queue is the dead-letter queue (DLQ), while the destination queue
1536
+ # can be the original source queue (from which the messages were
1537
+ # driven to the dead-letter-queue), or a custom destination queue.
1538
+ #
1539
+ # * Currently, only standard queues are supported.
1540
+ #
1541
+ # * Only one active message movement task is supported per queue at any
1542
+ # given time.
1543
+ #
1544
+ # </note>
1545
+ #
1546
+ #
1547
+ #
1548
+ # [1]: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html
1549
+ #
1522
1550
  # @option params [required, String] :source_arn
1523
1551
  # The ARN of the queue whose message movement tasks are to be listed.
1524
1552
  #
@@ -1669,7 +1697,8 @@ module Aws::SQS
1669
1697
  req.send_request(options)
1670
1698
  end
1671
1699
 
1672
- # Deletes the messages in a queue specified by the `QueueURL` parameter.
1700
+ # Deletes available messages in a queue (including in-flight messages)
1701
+ # specified by the `QueueURL` parameter.
1673
1702
  #
1674
1703
  # When you use the `PurgeQueue` action, you can't retrieve any messages
1675
1704
  # deleted from a queue.
@@ -2580,21 +2609,34 @@ module Aws::SQS
2580
2609
  # queue to a specified destination queue.
2581
2610
  #
2582
2611
  # <note markdown="1"> * This action is currently limited to supporting message redrive from
2583
- # dead-letter queues (DLQs) only. In this context, the source queue is
2584
- # the dead-letter queue (DLQ), while the destination queue can be the
2612
+ # queues that are configured as [dead-letter queues (DLQs)][1] of
2613
+ # other Amazon SQS queues only. Non-SQS queue sources of dead-letter
2614
+ # queues, such as Lambda or Amazon SNS topics, are currently not
2615
+ # supported.
2616
+ #
2617
+ # * In dead-letter queues redrive context, the `StartMessageMoveTask`
2618
+ # the source queue is the DLQ, while the destination queue can be the
2585
2619
  # original source queue (from which the messages were driven to the
2586
2620
  # dead-letter-queue), or a custom destination queue.
2587
2621
  #
2588
- # * Currently, only standard queues are supported.
2622
+ # * Currently, only standard queues support redrive. FIFO queues don't
2623
+ # support redrive.
2589
2624
  #
2590
2625
  # * Only one active message movement task is supported per queue at any
2591
2626
  # given time.
2592
2627
  #
2593
2628
  # </note>
2594
2629
  #
2630
+ #
2631
+ #
2632
+ # [1]: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html
2633
+ #
2595
2634
  # @option params [required, String] :source_arn
2596
2635
  # The ARN of the queue that contains the messages to be moved to another
2597
- # queue. Currently, only dead-letter queue (DLQ) ARNs are accepted.
2636
+ # queue. Currently, only ARNs of dead-letter queues (DLQs) whose sources
2637
+ # are other Amazon SQS queues are accepted. DLQs whose sources are
2638
+ # non-SQS queues, such as Lambda or Amazon SNS topics, are not currently
2639
+ # supported.
2598
2640
  #
2599
2641
  # @option params [String] :destination_arn
2600
2642
  # The ARN of the queue that receives the moved messages. You can use
@@ -2744,7 +2786,7 @@ module Aws::SQS
2744
2786
  params: params,
2745
2787
  config: config)
2746
2788
  context[:gem_name] = 'aws-sdk-sqs'
2747
- context[:gem_version] = '1.61.0'
2789
+ context[:gem_version] = '1.63.0'
2748
2790
  Seahorse::Client::Request.new(handlers, context)
2749
2791
  end
2750
2792
 
@@ -2384,8 +2384,10 @@ module Aws::SQS
2384
2384
 
2385
2385
  # @!attribute [rw] source_arn
2386
2386
  # The ARN of the queue that contains the messages to be moved to
2387
- # another queue. Currently, only dead-letter queue (DLQ) ARNs are
2388
- # accepted.
2387
+ # another queue. Currently, only ARNs of dead-letter queues (DLQs)
2388
+ # whose sources are other Amazon SQS queues are accepted. DLQs whose
2389
+ # sources are non-SQS queues, such as Lambda or Amazon SNS topics, are
2390
+ # not currently supported.
2389
2391
  # @return [String]
2390
2392
  #
2391
2393
  # @!attribute [rw] destination_arn
data/lib/aws-sdk-sqs.rb CHANGED
@@ -54,6 +54,6 @@ require_relative 'aws-sdk-sqs/customizations'
54
54
  # @!group service
55
55
  module Aws::SQS
56
56
 
57
- GEM_VERSION = '1.61.0'
57
+ GEM_VERSION = '1.63.0'
58
58
 
59
59
  end
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.61.0
4
+ version: 1.63.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: 2023-07-11 00:00:00.000000000 Z
11
+ date: 2023-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.177.0
22
+ version: 3.184.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.177.0
32
+ version: 3.184.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement