aws-sdk-sqs 1.75.0 → 1.76.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: e8e2f12d706b6583b050a5d6c6f22d4afad43317a933dc32d8763a722da44092
4
- data.tar.gz: 576614f442300a8b6299ea20ea0b843c63d5d66e6d4d2a45e012afe14a00cabc
3
+ metadata.gz: 30f3d0e15b1b86a8c08c9d5e4e5c65bb9f97557e5f370da75bb4aaad9049988b
4
+ data.tar.gz: 803f2ff4d41901845c619b85e99d7b0124d05bde615dc379c0d7e7592e704742
5
5
  SHA512:
6
- metadata.gz: f300716ce27544421bfc05256d485a875bea86c3fb8c7ded6c57a063f85f9beda6ea26fae7bfaf110fd6fbae633384a86e995dd8fa8e2965718bb545fe18207d
7
- data.tar.gz: fd15e035a9034b2bb1352bdbfd8238c18f57cd6c9d1984f42f249442029cd9acdc58422d964dfba07d324a2d2f282c508c67be7807cff653e599d31513882b48
6
+ metadata.gz: ef3434620fe158611cf1b055a4a4f4cb854e260037070f8439e4cc4c32dfa355e127857b7e7b85e1777602da3853ee7b90862663193db20d118e685f7aab32fa
7
+ data.tar.gz: 8e49cf238eceb7df74b7c869e56eb981629dc93f57c3afdbf781918483442bb739ee234d40642790ddbef9763153024de27683bda353b90ac11bd8ec89ee0975
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.0 (2024-06-06)
5
+ ------------------
6
+
7
+ * Feature - Doc only updates for SQS. These updates include customer-reported issues and TCX3 modifications.
8
+
4
9
  1.75.0 (2024-06-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
1
+ 1.76.0
@@ -2126,13 +2126,17 @@ module Aws::SQS
2126
2126
  # Delivers a message to the specified queue.
2127
2127
  #
2128
2128
  # A message can include only XML, JSON, and unformatted text. The
2129
- # following Unicode characters are allowed:
2129
+ # following Unicode characters are allowed. For more information, see
2130
+ # the [W3C specification for characters][1].
2130
2131
  #
2131
2132
  # `#x9` \| `#xA` \| `#xD` \| `#x20` to `#xD7FF` \| `#xE000` to `#xFFFD`
2132
2133
  # \| `#x10000` to `#x10FFFF`
2133
2134
  #
2134
- # Any characters not included in this list will be rejected. For more
2135
- # information, see the [W3C specification for characters][1].
2135
+ # Amazon SQS does not throw an exception or completely reject the
2136
+ # message if it contains invalid characters. Instead, it replaces those
2137
+ # invalid characters with `U+FFFD` before storing the message in the
2138
+ # queue, as long as the message body contains at least one valid
2139
+ # character.
2136
2140
  #
2137
2141
  #
2138
2142
  #
@@ -2148,13 +2152,17 @@ module Aws::SQS
2148
2152
  # size is 256 KiB.
2149
2153
  #
2150
2154
  # A message can include only XML, JSON, and unformatted text. The
2151
- # following Unicode characters are allowed:
2155
+ # following Unicode characters are allowed. For more information, see
2156
+ # the [W3C specification for characters][1].
2152
2157
  #
2153
2158
  # `#x9` \| `#xA` \| `#xD` \| `#x20` to `#xD7FF` \| `#xE000` to `#xFFFD`
2154
2159
  # \| `#x10000` to `#x10FFFF`
2155
2160
  #
2156
- # Any characters not included in this list will be rejected. For more
2157
- # information, see the [W3C specification for characters][1].
2161
+ # Amazon SQS does not throw an exception or completely reject the
2162
+ # message if it contains invalid characters. Instead, it replaces those
2163
+ # invalid characters with `U+FFFD` before storing the message in the
2164
+ # queue, as long as the message body contains at least one valid
2165
+ # character.
2158
2166
  #
2159
2167
  #
2160
2168
  #
@@ -2356,13 +2364,17 @@ module Aws::SQS
2356
2364
  # messages) are both 256 KiB (262,144 bytes).
2357
2365
  #
2358
2366
  # A message can include only XML, JSON, and unformatted text. The
2359
- # following Unicode characters are allowed:
2367
+ # following Unicode characters are allowed. For more information, see
2368
+ # the [W3C specification for characters][1].
2360
2369
  #
2361
2370
  # `#x9` \| `#xA` \| `#xD` \| `#x20` to `#xD7FF` \| `#xE000` to `#xFFFD`
2362
2371
  # \| `#x10000` to `#x10FFFF`
2363
2372
  #
2364
- # Any characters not included in this list will be rejected. For more
2365
- # information, see the [W3C specification for characters][1].
2373
+ # Amazon SQS does not throw an exception or completely reject the
2374
+ # message if it contains invalid characters. Instead, it replaces those
2375
+ # invalid characters with `U+FFFD` before storing the message in the
2376
+ # queue, as long as the message body contains at least one valid
2377
+ # character.
2366
2378
  #
2367
2379
  # If you don't specify the `DelaySeconds` parameter for an entry,
2368
2380
  # Amazon SQS uses the default value for the queue.
@@ -2860,7 +2872,7 @@ module Aws::SQS
2860
2872
  params: params,
2861
2873
  config: config)
2862
2874
  context[:gem_name] = 'aws-sdk-sqs'
2863
- context[:gem_version] = '1.75.0'
2875
+ context[:gem_version] = '1.76.0'
2864
2876
  Seahorse::Client::Request.new(handlers, context)
2865
2877
  end
2866
2878
 
@@ -503,6 +503,7 @@ module Aws::SQS
503
503
  "errorPrefix" => "AWS.SimpleQueueService.",
504
504
  "jsonVersion" => "1.0",
505
505
  "protocol" => "json",
506
+ "protocols" => ["json"],
506
507
  "serviceAbbreviation" => "Amazon SQS",
507
508
  "serviceFullName" => "Amazon Simple Queue Service",
508
509
  "serviceId" => "SQS",
@@ -479,13 +479,17 @@ module Aws::SQS
479
479
  # size is 256 KiB.
480
480
  #
481
481
  # A message can include only XML, JSON, and unformatted text. The
482
- # following Unicode characters are allowed:
482
+ # following Unicode characters are allowed. For more information, see
483
+ # the [W3C specification for characters][1].
483
484
  #
484
485
  # `#x9` \| `#xA` \| `#xD` \| `#x20` to `#xD7FF` \| `#xE000` to `#xFFFD`
485
486
  # \| `#x10000` to `#x10FFFF`
486
487
  #
487
- # Any characters not included in this list will be rejected. For more
488
- # information, see the [W3C specification for characters][1].
488
+ # Amazon SQS does not throw an exception or completely reject the
489
+ # message if it contains invalid characters. Instead, it replaces those
490
+ # invalid characters with `U+FFFD` before storing the message in the
491
+ # queue, as long as the message body contains at least one valid
492
+ # character.
489
493
  #
490
494
  #
491
495
  #
@@ -2253,13 +2253,17 @@ module Aws::SQS
2253
2253
  # size is 256 KiB.
2254
2254
  #
2255
2255
  # A message can include only XML, JSON, and unformatted text. The
2256
- # following Unicode characters are allowed:
2256
+ # following Unicode characters are allowed. For more information, see
2257
+ # the [W3C specification for characters][1].
2257
2258
  #
2258
2259
  # `#x9` \| `#xA` \| `#xD` \| `#x20` to `#xD7FF` \| `#xE000` to
2259
2260
  # `#xFFFD` \| `#x10000` to `#x10FFFF`
2260
2261
  #
2261
- # Any characters not included in this list will be rejected. For more
2262
- # information, see the [W3C specification for characters][1].
2262
+ # Amazon SQS does not throw an exception or completely reject the
2263
+ # message if it contains invalid characters. Instead, it replaces
2264
+ # those invalid characters with `U+FFFD` before storing the message in
2265
+ # the queue, as long as the message body contains at least one valid
2266
+ # character.
2263
2267
  #
2264
2268
  #
2265
2269
  #
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.75.0'
57
+ GEM_VERSION = '1.76.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.75.0
4
+ version: 1.76.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-06-05 00:00:00.000000000 Z
11
+ date: 2024-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core