aws-sdk-sqs 1.87.0 → 1.88.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: 82f169e92e828db0e16d8d3516dd36a07684e7d43c3894e7abacbb353548a520
4
- data.tar.gz: 8505feadfb6e08d763659b98a762bee53baf3656ecfa8405ad500ae93f0b9837
3
+ metadata.gz: '02159585f682bce10dd1403643d721ae886f8cb108791d1e39db5f3243d21450'
4
+ data.tar.gz: 076c2bfd07cec32e870f1053941d4be596273deb8a17bad4357b633315911c51
5
5
  SHA512:
6
- metadata.gz: 88a715c80e7be681a9c67b4a167abaa72001300a2377db62646bb58875215aa2028771cfadcea80e97e3f20753b122f2bce0ad5e8d2bf4abc26eb68e5071deab
7
- data.tar.gz: bccd1e5e19d387b26c607df2728a6d8df5132f2da993d970643b5c531c975c0119acdeb2eb26784c236f8cfd1feb2a460273e5c820d9d063fc96e2743a13ca39
6
+ metadata.gz: ab6de237ac25015a451ff8cb6b113aeb0fe7ee95d81126d4745c1da9724d5291851b57399044d96301c68f2b0e22b6f42aaa84f61ecd86ded93e904995c31dde
7
+ data.tar.gz: f2539d781e4869d5f0495a3c2420727933c5fc3f72f91a80f358df28c69e48d51775171120854526c9927eb86210676ef14290d9a736478e5894b122f697e7a2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.88.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.87.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.87.0
1
+ 1.88.0
@@ -2051,7 +2051,7 @@ module Aws::SQS
2051
2051
  #
2052
2052
  # The maximum length of `ReceiveRequestAttemptId` is 128 characters.
2053
2053
  # `ReceiveRequestAttemptId` can contain alphanumeric characters (`a-z`,
2054
- # `A-Z`, `0-9`) and punctuation (`` !"#$%&'()*+,-./:;<=>?@[\]^_`\{|\}~
2054
+ # `A-Z`, `0-9`) and punctuation (`` !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
2055
2055
  # ``).
2056
2056
  #
2057
2057
  # For best practices of using `ReceiveRequestAttemptId`, see [Using the
@@ -2281,7 +2281,7 @@ module Aws::SQS
2281
2281
  #
2282
2282
  # The maximum length of `MessageDeduplicationId` is 128 characters.
2283
2283
  # `MessageDeduplicationId` can contain alphanumeric characters (`a-z`,
2284
- # `A-Z`, `0-9`) and punctuation (`` !"#$%&'()*+,-./:;<=>?@[\]^_`\{|\}~
2284
+ # `A-Z`, `0-9`) and punctuation (`` !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
2285
2285
  # ``).
2286
2286
  #
2287
2287
  # For best practices of using `MessageDeduplicationId`, see [Using the
@@ -2314,7 +2314,7 @@ module Aws::SQS
2314
2314
  #
2315
2315
  # The maximum length of `MessageGroupId` is 128 characters. Valid
2316
2316
  # values: alphanumeric characters and punctuation ``
2317
- # (!"#$%&'()*+,-./:;<=>?@[\]^_`\{|\}~) ``.
2317
+ # (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~) ``.
2318
2318
  #
2319
2319
  # For best practices of using `MessageGroupId`, see [Using the
2320
2320
  # MessageGroupId Property][1] in the *Amazon SQS Developer Guide*.
@@ -2908,7 +2908,7 @@ module Aws::SQS
2908
2908
  tracer: tracer
2909
2909
  )
2910
2910
  context[:gem_name] = 'aws-sdk-sqs'
2911
- context[:gem_version] = '1.87.0'
2911
+ context[:gem_version] = '1.88.0'
2912
2912
  Seahorse::Client::Request.new(handlers, context)
2913
2913
  end
2914
2914
 
@@ -400,7 +400,7 @@ module Aws::SQS
400
400
  #
401
401
  # The maximum length of `ReceiveRequestAttemptId` is 128 characters.
402
402
  # `ReceiveRequestAttemptId` can contain alphanumeric characters (`a-z`,
403
- # `A-Z`, `0-9`) and punctuation (`` !"#$%&'()*+,-./:;<=>?@[\]^_`\{|\}~
403
+ # `A-Z`, `0-9`) and punctuation (`` !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
404
404
  # ``).
405
405
  #
406
406
  # For best practices of using `ReceiveRequestAttemptId`, see [Using the
@@ -573,7 +573,7 @@ module Aws::SQS
573
573
  #
574
574
  # The maximum length of `MessageDeduplicationId` is 128 characters.
575
575
  # `MessageDeduplicationId` can contain alphanumeric characters (`a-z`,
576
- # `A-Z`, `0-9`) and punctuation (`` !"#$%&'()*+,-./:;<=>?@[\]^_`\{|\}~
576
+ # `A-Z`, `0-9`) and punctuation (`` !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
577
577
  # ``).
578
578
  #
579
579
  # For best practices of using `MessageDeduplicationId`, see [Using the
@@ -605,7 +605,7 @@ module Aws::SQS
605
605
  #
606
606
  # The maximum length of `MessageGroupId` is 128 characters. Valid
607
607
  # values: alphanumeric characters and punctuation ``
608
- # (!"#$%&'()*+,-./:;<=>?@[\]^_`\{|\}~) ``.
608
+ # (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~) ``.
609
609
  #
610
610
  # For best practices of using `MessageGroupId`, see [Using the
611
611
  # MessageGroupId Property][1] in the *Amazon SQS Developer Guide*.
@@ -1862,7 +1862,7 @@ module Aws::SQS
1862
1862
  # The maximum length of `ReceiveRequestAttemptId` is 128 characters.
1863
1863
  # `ReceiveRequestAttemptId` can contain alphanumeric characters
1864
1864
  # (`a-z`, `A-Z`, `0-9`) and punctuation (``
1865
- # !"#$%&'()*+,-./:;<=>?@[\]^_`\{|\}~ ``).
1865
+ # !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ ``).
1866
1866
  #
1867
1867
  # For best practices of using `ReceiveRequestAttemptId`, see [Using
1868
1868
  # the ReceiveRequestAttemptId Request Parameter][2] in the *Amazon SQS
@@ -2089,7 +2089,7 @@ module Aws::SQS
2089
2089
  #
2090
2090
  # The length of `MessageDeduplicationId` is 128 characters.
2091
2091
  # `MessageDeduplicationId` can contain alphanumeric characters (`a-z`,
2092
- # `A-Z`, `0-9`) and punctuation (`` !"#$%&'()*+,-./:;<=>?@[\]^_`\{|\}~
2092
+ # `A-Z`, `0-9`) and punctuation (`` !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
2093
2093
  # ``).
2094
2094
  #
2095
2095
  # For best practices of using `MessageDeduplicationId`, see [Using the
@@ -2124,7 +2124,7 @@ module Aws::SQS
2124
2124
  #
2125
2125
  # The length of `MessageGroupId` is 128 characters. Valid values:
2126
2126
  # alphanumeric characters and punctuation ``
2127
- # (!"#$%&'()*+,-./:;<=>?@[\]^_`\{|\}~) ``.
2127
+ # (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~) ``.
2128
2128
  #
2129
2129
  # For best practices of using `MessageGroupId`, see [Using the
2130
2130
  # MessageGroupId Property][1] in the *Amazon SQS Developer Guide*.
@@ -2358,7 +2358,7 @@ module Aws::SQS
2358
2358
  #
2359
2359
  # The maximum length of `MessageDeduplicationId` is 128 characters.
2360
2360
  # `MessageDeduplicationId` can contain alphanumeric characters (`a-z`,
2361
- # `A-Z`, `0-9`) and punctuation (`` !"#$%&'()*+,-./:;<=>?@[\]^_`\{|\}~
2361
+ # `A-Z`, `0-9`) and punctuation (`` !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
2362
2362
  # ``).
2363
2363
  #
2364
2364
  # For best practices of using `MessageDeduplicationId`, see [Using the
@@ -2393,7 +2393,7 @@ module Aws::SQS
2393
2393
  #
2394
2394
  # The maximum length of `MessageGroupId` is 128 characters. Valid
2395
2395
  # values: alphanumeric characters and punctuation ``
2396
- # (!"#$%&'()*+,-./:;<=>?@[\]^_`\{|\}~) ``.
2396
+ # (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~) ``.
2397
2397
  #
2398
2398
  # For best practices of using `MessageGroupId`, see [Using the
2399
2399
  # MessageGroupId Property][1] in the *Amazon SQS Developer Guide*.
data/lib/aws-sdk-sqs.rb CHANGED
@@ -56,7 +56,7 @@ module Aws::SQS
56
56
  autoload :Message, 'aws-sdk-sqs/message'
57
57
  autoload :Queue, 'aws-sdk-sqs/queue'
58
58
 
59
- GEM_VERSION = '1.87.0'
59
+ GEM_VERSION = '1.88.0'
60
60
 
61
61
  end
62
62
 
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.87.0
4
+ version: 1.88.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-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core