aws-sdk-sqs 1.37.0 → 1.38.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 22725958618ec847fd8a27db43b873671721b87e5fc15170fea0c422c94a2c18
4
- data.tar.gz: 49580b21f2dd2aa1451e9575f1dac19065915b26ac3662b08ad32e3a7e35110d
3
+ metadata.gz: 26f87167e95c0ab994ac357d3ad52d1509ebf8446a39316a4bf48df13c55964a
4
+ data.tar.gz: 0cfc9e83a813e9e97d64c55bfad2fac1f999c62f391685fc150f2a97633242d7
5
5
  SHA512:
6
- metadata.gz: a7be7c23859c5673d32cfa4c769c052ba59a21f7f67df51f4d0eb528a1dac83a3c6310b410ce972f3dade1f2573ee8e3107d55f8bb054c10160b366ce87e0adf
7
- data.tar.gz: 8bac19613aa9d1adcb92ac67768d93dfd145865638d5947ed4dc54280bf14bd4a46f9e5f9b1e64a978722c3132432ebe10e7d86162c3886f15f791d8c039470c
6
+ metadata.gz: 02e252e273232969a4a430ac590fb8ae8fb2c5f8a2988e56237ae554ff3e5615374b81702160a2786b6be4a07342f8933a8c1c014fe43754ffc25d7589f0cecb
7
+ data.tar.gz: 28450748ac0ce5dad6ac07bc17d7f83ed1fdc4dc9bc7c497b3389dc56841b22234c84cbf6d30eb14ce093de8824b590e1370b4ff6e0ba59cdb69d9e9c24f603b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.0 (2021-03-25)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Amazon SQS
8
+
4
9
  1.37.0 (2021-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.38.0
data/lib/aws-sdk-sqs.rb CHANGED
@@ -50,6 +50,6 @@ require_relative 'aws-sdk-sqs/customizations'
50
50
  # @!group service
51
51
  module Aws::SQS
52
52
 
53
- GEM_VERSION = '1.37.0'
53
+ GEM_VERSION = '1.38.0'
54
54
 
55
55
  end
@@ -2491,7 +2491,7 @@ module Aws::SQS
2491
2491
  params: params,
2492
2492
  config: config)
2493
2493
  context[:gem_name] = 'aws-sdk-sqs'
2494
- context[:gem_version] = '1.37.0'
2494
+ context[:gem_version] = '1.38.0'
2495
2495
  Seahorse::Client::Request.new(handlers, context)
2496
2496
  end
2497
2497
 
@@ -1946,11 +1946,10 @@ module Aws::SQS
1946
1946
  # @return [String]
1947
1947
  #
1948
1948
  # @!attribute [rw] md5_of_message_body
1949
- # An MD5 digest of the non-URL-encoded message attribute string. You
1950
- # can use this attribute to verify that Amazon SQS received the
1951
- # message correctly. Amazon SQS URL-decodes the message before
1952
- # creating the MD5 digest. For information about MD5, see
1953
- # [RFC1321][1].
1949
+ # An MD5 digest of the non-URL-encoded message body string. You can
1950
+ # use this attribute to verify that Amazon SQS received the message
1951
+ # correctly. Amazon SQS URL-decodes the message before creating the
1952
+ # MD5 digest. For information about MD5, see [RFC1321][1].
1954
1953
  #
1955
1954
  #
1956
1955
  #
@@ -2211,11 +2210,10 @@ module Aws::SQS
2211
2210
  # The `MD5OfMessageBody` and `MessageId` elements.
2212
2211
  #
2213
2212
  # @!attribute [rw] md5_of_message_body
2214
- # An MD5 digest of the non-URL-encoded message attribute string. You
2215
- # can use this attribute to verify that Amazon SQS received the
2216
- # message correctly. Amazon SQS URL-decodes the message before
2217
- # creating the MD5 digest. For information about MD5, see
2218
- # [RFC1321][1].
2213
+ # An MD5 digest of the non-URL-encoded message body string. You can
2214
+ # use this attribute to verify that Amazon SQS received the message
2215
+ # correctly. Amazon SQS URL-decodes the message before creating the
2216
+ # MD5 digest. For information about MD5, see [RFC1321][1].
2219
2217
  #
2220
2218
  #
2221
2219
  #
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.37.0
4
+ version: 1.38.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: 2021-03-10 00:00:00.000000000 Z
11
+ date: 2021-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -71,8 +71,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
71
71
  licenses:
72
72
  - Apache-2.0
73
73
  metadata:
74
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sqs
75
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-sqs/CHANGELOG.md
74
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sqs
75
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sqs/CHANGELOG.md
76
76
  post_install_message:
77
77
  rdoc_options: []
78
78
  require_paths: