aws-sdk-mq 1.78.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: '0906c40b5c544df414509ea77e0d58723325732d5a44638467572d6c861283bf'
4
- data.tar.gz: fb2529956cfe142dffd57f0c393b54da45009403593d6fe69d2b70f7dc5a0d9d
3
+ metadata.gz: 6885e79a8f0bfe09ee9c3ffe9f88634da9e0221f29ca4327358d8aa6f1683fa5
4
+ data.tar.gz: b4a9a90783fbc5a0a86ff7a4478416ec532259c71e32cf7cf63945e211961398
5
5
  SHA512:
6
- metadata.gz: 251010247c8ec6510c325a3143e9d1cb87182e90021810f3d2d8ed5481dac8a5b89febc0bdd97f87d71d8984817c6e2cab34b95aa0d166d6014763749c8d4c44
7
- data.tar.gz: 47277d3a9a00c8b45dcd0df47c3d68a36797b093fd3034b8e2b2c940c9ba5100f1ce037212aa83444d3bdcd56e59cf065f54d13da80ea5b0649c7b4570bb80d8
6
+ metadata.gz: 343a7fd6282e19a63e16545366af23ac93fd3b352c8e72a68269b1383c9b5cf2d798634aba11c6b0fc1b1f335fd0e09aaac1fa464cd8484b02af1c2b431185ef
7
+ data.tar.gz: ba36fbf8b1e7d16cded7cb4cea69134bbb9bfa86d1dc06be4ee31836037cdf2b02c6c5ec9766397a82e7f3e02a62497bae6f6aaec6f1f0a4376bf8ad6c03e3f4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.79.0 (2025-05-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.78.0 (2025-04-22)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.78.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.78.0'
1738
+ context[:gem_version] = '1.80.0'
1740
1739
  Seahorse::Client::Request.new(handlers, context)
1741
1740
  end
1742
1741
 
@@ -233,7 +233,7 @@ module Aws::MQ
233
233
  CreateBrokerInput.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: __boolean, location_name: "autoMinorVersionUpgrade"))
234
234
  CreateBrokerInput.add_member(:broker_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "brokerName"))
235
235
  CreateBrokerInput.add_member(:configuration, Shapes::ShapeRef.new(shape: ConfigurationId, location_name: "configuration"))
236
- CreateBrokerInput.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: __string, location_name: "creatorRequestId", metadata: {"idempotencyToken"=>true}))
236
+ CreateBrokerInput.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: __string, location_name: "creatorRequestId", metadata: {"idempotencyToken" => true}))
237
237
  CreateBrokerInput.add_member(:deployment_mode, Shapes::ShapeRef.new(shape: DeploymentMode, required: true, location_name: "deploymentMode"))
238
238
  CreateBrokerInput.add_member(:data_replication_mode, Shapes::ShapeRef.new(shape: DataReplicationMode, location_name: "dataReplicationMode"))
239
239
  CreateBrokerInput.add_member(:data_replication_primary_broker_arn, Shapes::ShapeRef.new(shape: __string, location_name: "dataReplicationPrimaryBrokerArn"))
@@ -260,7 +260,7 @@ module Aws::MQ
260
260
  CreateBrokerRequest.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: __boolean, location_name: "autoMinorVersionUpgrade"))
261
261
  CreateBrokerRequest.add_member(:broker_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "brokerName"))
262
262
  CreateBrokerRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: ConfigurationId, location_name: "configuration"))
263
- CreateBrokerRequest.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: __string, location_name: "creatorRequestId", metadata: {"idempotencyToken"=>true}))
263
+ CreateBrokerRequest.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: __string, location_name: "creatorRequestId", metadata: {"idempotencyToken" => true}))
264
264
  CreateBrokerRequest.add_member(:deployment_mode, Shapes::ShapeRef.new(shape: DeploymentMode, required: true, location_name: "deploymentMode"))
265
265
  CreateBrokerRequest.add_member(:encryption_options, Shapes::ShapeRef.new(shape: EncryptionOptions, location_name: "encryptionOptions"))
266
266
  CreateBrokerRequest.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, required: true, location_name: "engineType"))
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.78.0'
57
+ GEM_VERSION = '1.80.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mq
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.78.0
4
+ version: 1.80.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-04-22 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mq
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mq/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - AmazonMQ
99
96
  test_files: []