aws-sdk-mq 1.79.0 → 1.80.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: 93510a59c0159a143c1f2853ce558efca299a2ec271c602d7cc0f3cf9ff8c1cd
4
- data.tar.gz: 8ae2408b34d70194747ca042e236edae0a09860865deae11f68699021deda66b
3
+ metadata.gz: 6885e79a8f0bfe09ee9c3ffe9f88634da9e0221f29ca4327358d8aa6f1683fa5
4
+ data.tar.gz: b4a9a90783fbc5a0a86ff7a4478416ec532259c71e32cf7cf63945e211961398
5
5
  SHA512:
6
- metadata.gz: 855f21bcf0bcdb943220dee36dca45ab24baaba9f8175b195adda099acc6f17b4c0c25729f4a259796082a4ce7ca88b8b55b81563f906d040b3944567b9e3db7
7
- data.tar.gz: c340b27597c39fed98d8f7cb2e776cb9d90b31192db51b51f6c7db8bfac11e1172bc0913e189c06ed17bcb5f25905046d5bdc7faf591ef5cbb4e12b86dc5e641
6
+ metadata.gz: 343a7fd6282e19a63e16545366af23ac93fd3b352c8e72a68269b1383c9b5cf2d798634aba11c6b0fc1b1f335fd0e09aaac1fa464cd8484b02af1c2b431185ef
7
+ data.tar.gz: ba36fbf8b1e7d16cded7cb4cea69134bbb9bfa86d1dc06be4ee31836037cdf2b02c6c5ec9766397a82e7f3e02a62497bae6f6aaec6f1f0a4376bf8ad6c03e3f4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.79.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.80.0
@@ -200,8 +200,7 @@ module Aws::MQ
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -1736,7 +1735,7 @@ module Aws::MQ
1736
1735
  tracer: tracer
1737
1736
  )
1738
1737
  context[:gem_name] = 'aws-sdk-mq'
1739
- context[:gem_version] = '1.79.0'
1738
+ context[:gem_version] = '1.80.0'
1740
1739
  Seahorse::Client::Request.new(handlers, context)
1741
1740
  end
1742
1741
 
data/lib/aws-sdk-mq.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::MQ
54
54
  autoload :EndpointProvider, 'aws-sdk-mq/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-mq/endpoints'
56
56
 
57
- GEM_VERSION = '1.79.0'
57
+ GEM_VERSION = '1.80.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mq
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.79.0
4
+ version: 1.80.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services