aws-sdk-mq 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: 1c481dc8b72f3d7f7ec69553b1a2b5bfd36abe1f58e9f21dc13cf98a78b1bd6f
4
- data.tar.gz: c8f2a3930c8bfcd38296a83de9342c757b776bbe0031dc34a435f8d5dc87de0d
3
+ metadata.gz: 1e6b47c5d4679f27b92a5261086716a5c1c170957ac4f21b048bf7027994b2ac
4
+ data.tar.gz: e4bfce6f12d825d2f6fba149b3f7ddbb860e1c4b4f0ee3e761aa1364ef38aa3e
5
5
  SHA512:
6
- metadata.gz: a36c8d0675fd56a2881823b74a4afae4a4a460a2c9624e07fac069d5ba869c65b586b691ac8c92bc0d3115fec750db365289174de6c82352c6e87d921347a291
7
- data.tar.gz: ec05024a63b5cf002342f82322318836c9b79c9588ae9ddb5896f4d497e75771d2fcdce90ed8835a0cd85b9a527449e24e8b20a337a00b5d0c519e8a093337bc
6
+ metadata.gz: 6179f9737d84eea46619507523764120a0cdd7bbe59db8a9b36279b7dab6333c69fea00480aeac03afd111908218910c42c59eb2efdbbfe1bb6bfb744446dcf6
7
+ data.tar.gz: ccc582aba7d0bceefc49db06c66fa69d69af7814352aa488bc684319997181451354404e2aed0d177f98d71359ed34bfa35bea86fd624a13a6b2feedcf345b3c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.88.0 (2025-10-24)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.87.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.87.0
1
+ 1.88.0
@@ -1742,7 +1742,7 @@ module Aws::MQ
1742
1742
  tracer: tracer
1743
1743
  )
1744
1744
  context[:gem_name] = 'aws-sdk-mq'
1745
- context[:gem_version] = '1.87.0'
1745
+ context[:gem_version] = '1.88.0'
1746
1746
  Seahorse::Client::Request.new(handlers, context)
1747
1747
  end
1748
1748
 
@@ -13,22 +13,22 @@ module Aws::MQ
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
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.87.0'
57
+ GEM_VERSION = '1.88.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.87.0
4
+ version: 1.88.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services